/* input(5809,25): run-time error CSS1036: Expected expression, 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}

/* CSS RESET */

* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	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, button, select {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
    -webkit-transition-delay: 99999s;
}
script {
    display: none !important;
}


/* FONT FACES */


@font-face {
    font-family: 'avenue-icons';
    src: url('../Themes/Avenue/Content/fonts/avenue_font.woff') format('woff'),
         url('../Themes/Avenue/Content/fonts/avenue_font.svg#аvenue_font') format('svg');
    font-weight: normal;
    font-style: normal;
}
*:before, *:after {
	font-family: 'avenue-icons';
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}


/* GLOBAL STYLES */


html {
	overflow-x: hidden;
}
body {
    max-width: 100%;
	overflow-x: hidden;
	background-color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #777;
}
table {
	width: 100%;
	border-collapse: collapse;
}
p {
	line-height: 25px;
}
a {
	color: inherit;
	cursor: pointer;
}
p a {
	color: #222;
}
img {
	max-width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select  {
	height: 50px;
	border: 1px solid #ebebeb;
	box-shadow: none !important;
	padding: 0 15px;
	vertical-align: middle;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #777;
}
textarea {
	min-height: 200px;
	padding: 15px;
}
select {
	min-width: 60px;
	background: url('../Themes/Avenue/Content/img/select-arrow.png') right 10px center no-repeat;
	padding: 0 24px 0 12px; /*select padding is never cross-browser consistent*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
	border-color: #f6f6f6;
	background-color: #f6f6f6;
	color: #222;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input[type="button"],
input[type="submit"],
button {
	border: none;
	background-color: transparent;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	color: inherit;
	cursor: pointer;
}
input[type="radio"],
input[type="checkbox"],
label, label + * {
	vertical-align: middle;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
	vertical-align: middle;
}
/*custom checkboxes and radio buttons*/
input[type="radio"],
input[type="checkbox"] {
	margin-right: -17px;
	opacity: 0;
}
input[type="radio"] + label,
input[type="checkbox"] ~ label {
	position: relative;
	padding-top: 1px; /*cross-browser consistency*/
	padding-left: 20px;
	color: #222;
	cursor: pointer;
}
input[type="radio"] + label:before,
input[type="checkbox"] ~ label:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border: 1px solid #c5c5c5;
	box-shadow: inset 0 0 0 2px #fff;
	background-color: #fff;
}
input[type="radio"] + label:before {
	border-radius: 50%;
	box-shadow: inset 0 0 0 3px #fff;
}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked ~ label {
	color: #f61853;
}
input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked ~ label:before {
	border: 1px solid #f61853;
	background-color: #f61853;
}

.master-wrapper-content {
	position: relative;
	z-index: 0; /*giving priority to header*/
	padding: 35px 4% 0;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.center-1,
.center-2 {
	margin: 0 0 65px;
}
.side-2 {
	margin: 0 0 50px;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
	margin: 0 0 30px;
}
.page-title h1 {
	display: inline-block;
	position: relative;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #222;
}
.page-title h1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	height: 2px;
	background-color: #222;
}
.page-title h1:empty {
	display: none;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}

.buttons {
	text-align: center;
}

.home-page .title {
	margin: 0 0 35px;
	text-align: center;
	font-size: 21px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #222;
}
.home-page .title strong {
	position: relative;
	font-weight: 800;
}
.home-page .title strong:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background-color: #222;
}

.category-description ul,
.manufacturer-description ul,
.vendor-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul, .custom-tab ul,
.post-body ul, .news-body ul {
	margin: 20px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.vendor-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol, .custom-tab ol,
.post-body ol, .news-body ol {
	margin: 20px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description td,
.manufacturer-description td,
.vendor-description td,
.full-description td,
.topic-html-content td,
.topic-page td, .custom-tab td,
.post-body td, .news-body td {
	border: 1px solid #ebebeb;
	padding: 10px 20px;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-page p, .custom-tab p,
.topic-html-content p {
	margin: 0 0 20px;
	word-wrap: break-word;
}
.post-body p ~ p,
.news-body p ~ p {
	margin-top: 20px;
}
.post-body p ~ table,
.news-body p ~ table {
	margin-top: 20px;
}

.no-data {
	padding: 20px;
	text-align: center;
	color: #222;
}
.noscript {
    background-color: #ff9;
	padding: 20px;
    text-align: center;
}
.link-rss {
	display: none;
}


/* GLOBAL FORMS */


.fieldset, .section {
	margin: 0 0 60px;
}
.fieldset + .buttons,
.section + .buttons {
	margin-top: -25px;
}
.fieldset .title,
.section .title {
	margin: 0 0 35px;
	text-align: center;
	font-size: 19px;
	line-height: 30px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #222;
}
.fieldset .title strong,
.section .title strong {
	position: relative;
	font-weight: 800;
}
.fieldset .title strong:after,
.section .title strong:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background-color: #222;
}
.form-fields {
	font-size: 0;
}
.form-fields:after {
	content: "";
	display: block;
	clear: both;
}
.inputs {
	position: relative;
	margin: 0 0 25px;
	text-align: center;
    font-size: 0;
	white-space: nowrap; /*keeps 'required' elements on the same line*/
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	margin: 0 0 10px;
	text-align: center;
    font-size: 14px; /*reset zeroing*/
	text-transform: uppercase;
	color: #222;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
	width: 350px;
	max-width: 100%;
    vertical-align: middle;
}
.inputs .option-list {
    display: inline-block;
	white-space: normal;
}
.inputs .option-list li {
	margin: 10px 0;
}
.inputs .option-list label,
.inputs.reversed label {
	display: inline;
	margin-bottom: 0;
	text-transform: none;
}
.required {
	position: absolute;
	width: 5px;
	height: 5px;
	margin-left: 5px;
	border-radius: 50%;
	background-color: #f61853;
	font-size: 0;
}
.inputs .required {
	margin: 5px 0 0 -10px;
}
.inputs .option-list + .required {
	margin-left: 5px;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #f61853;
}
.field-validation-valid,
.username-available-status {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #1fc163;
}
.inputs .message-error,
.inputs .field-validation-error,
.inputs .field-validation-valid,
.inputs #username-availabilty {
	margin-top: 3px;
}

.accept-privacy-policy,
.terms-of-service {
	margin: 0 0 25px;
	text-align: center;
	color: #222;
}
.accept-privacy-policy .read,
.terms-of-service .read {
	color: #f61853;
	cursor: pointer;
}
.fieldset + .accept-privacy-policy,
.fieldset + .terms-of-service {
	margin-top: -20px;
}
.accept-privacy-policy + .accept-consent,
.terms-of-service + .accept-consent {
	margin-top: -20px;
}
.accept-privacy-policy label:before,
.terms-of-service label:before {
	/*multi-line txt workaround*/
	bottom: auto !important;
	top: 4px !important; 
}

.captcha-box {
	clear: both;
	margin: 30px 0 0;
	text-align: center;
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box iframe {
	margin: 0;
}
.captcha-box input {
	height: auto;
}


/* GLOBAL TABLES */


.cart, .data-table,
.forums-table-section table {
	margin: 0 0 30px;
	border: 1px solid #ebebeb;
}
.cart th, .data-table th,
.forums-table-section th {
	border-width: 1px 0;
	border-style: solid;
	border-color: #ebebeb;
    padding: 20px 15px;
	text-align: left;
	font-size: 12px;
	font-weight: 800;
	color: #222;
	text-transform: uppercase;
    white-space: nowrap;
}
.cart td, .data-table td,
.forums-table-section td {
	min-width: 50px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ebebeb;
    padding: 20px 15px;
	text-align: left;
}
.cart a, .data-table a,
.forums-table-section a {
	font-weight: 400;
    color: #222;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
	text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}
.cart input + .td-title,
.data-table input + .td-title {
	padding-left: 1px;
    font-size: 0;
}
.cart .remove-from-cart {
	position: relative;
}
.cart .remove-from-cart button {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 24px;
	height: 24px;
	margin: auto;
}
.cart .remove-from-cart button:after {
    content: "\e082";
	display: block;
    font-size: 24px;
	color: #222;
}

.cart td.product-picture {
	font-size: 0;
}
.cart .product-picture a {
	display: inline-block;
	font-size: 0;
}
.cart .product-picture img {
	max-width: 60px;
}
.cart .attributes,
.cart .edit-item {
	margin: 5px 0;
}
.cart .edit-item a {
	color: #f61853;
}
.cart .rental-info,
.cart .message-error {
	margin: 5px 0;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 55px;
    text-align: center;
}
.cart .qty-dropdown {
    width: 55px;
}
.cart .product-subtotal {
    color: #f61853;
    white-space: nowrap;
}
.cart .subtotal .discount,
.cart .subtotal .discount-info {
	margin: 5px 0;
    white-space: nowrap;
}


/* NOTIFICATIONS & POPUPS */


.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1040;
	width: 100%;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 15px 30px 15px 15px;
	color: #fff !important;
}
.bar-notification.success {
	background-color: #1fc163;
}
.bar-notification.error {
	background-color: #f61853;
}
.bar-notification.warning {
	background-color: #f6781c;
}
.bar-notification .content a {
	text-decoration: underline;
	color: inherit;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 16px;
	margin: auto;
	padding: 0 15px;
	cursor: pointer;
}
.bar-notification .close:after {
    content: "\e905";
	display: block;
    font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.eu-cookie-bar-notification {
    position: fixed;
    bottom: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	background-color: #222;
	padding: 25px;
	text-align: center;
	color: #fff;
}
.eu-cookie-bar-notification .text {
	margin: 0 0 20px;
}
.eu-cookie-bar-notification .ok-button,
.eu-cookie-bar-notification .learn-more {
	position: relative;
	margin: 0 10px;
	padding-left: 30px;
	text-transform: uppercase;
}
.eu-cookie-bar-notification .ok-button:before,
.eu-cookie-bar-notification .learn-more:before {
	position: absolute;
	top: -2px; left: 0;
	font-size: 20px;
}
.eu-cookie-bar-notification .ok-button:before {
	content: "\e080";
}
.eu-cookie-bar-notification .learn-more:before {
	content: "\e079";
}

.ui-dialog {
	position: absolute !important;
	z-index: 1050;
	width: 550px !important;
	max-width: 95%;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
}
.ui-dialog:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #000;
	opacity: 0.6;
}
.ui-dialog:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
}
.ui-dialog-titlebar {
	position: relative;
	background-color: #fff;
	padding: 25px 50px 0;
	text-align: center;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
	color: #222;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	outline: 1px solid transparent;
	background-color: #222;
	font-size: 0;
	transition: all 0.2s ease;
}
.ui-dialog-titlebar button:after {
    content: "\e905";
	display: block;
	padding-left: 2px;
    font-size: 14px;
	color: #fff;
	transition: all 0.2s ease;
}
.ui-dialog-titlebar button:hover {
	outline-color: #222;
}
.ui-dialog-content {
	height: auto !important;
	background-color: #fff;
	padding: 30px 25px 40px;
	text-align: center;
	line-height: 25px;
}
.ui-dialog-content .page {
	min-height: 0;
	text-align: center;
}
.ui-dialog-content .page-title {
	position: static;
	height: auto;
	background: none;
}
.ui-dialog-content .page-title h1 {
	margin: 0;
	font-size: 21px;
	line-height: 30px;
}
.ui-dialog-content .page-body p {
	margin: 20px 0 0;
}
.ui-dialog-content .page-body button {
	margin: 20px 0 0;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 10px 25px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.ui-dialog-content .page-body button:hover {
	outline-color: #222;
}


/* PRE-LOADERS */


.master-loading-overlay {
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.9);
}
.ajax-loading-block-window {
	position: fixed;
	top: 0; right: 0;
	bottom: 0; left: 0;
	z-index: 999;
	width: 100% !important;
	height: 100% !important;
	margin: auto !important;
	background: rgba(255,255,255,0.9);
}
.master-loading-overlay:before,
.ajax-loading-block-window:before {
	content: "";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 80px;
	height: 80px;
	margin: auto;
	border: 1px solid #f61853;
	border-top-color: transparent !important;
	border-radius: 50%;
	-webkit-animation: spin 0.5s linear infinite;
	animation: spin 1s linear infinite;
}
	@-webkit-keyframes spin {
	to { transform: rotate(360deg); }
}
	@keyframes spin {
	to { transform: rotate(360deg); }
}


/* HEADER */


.header {
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
	background-color: #fff;
}

.admin-header-links {
	background-color: #222;
	padding: 5px 15px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}
.admin-header-links a,
.admin-header-links span {
	display: inline-block;
	margin: 0 8px;
	line-height: 25px;
}
.admin-header-links a:hover {
	text-shadow: 0 0 5px #fff;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links .impersonate ~ a {
	display: none;
}

.header-selects select {
	width: 100%;
	min-width: 100px;
	height: 60px;
	border-width: 0 0 1px;
	border-color: #ddd;
	padding: 0 10px; /*4px diff between Chrome and FF*/
	color: #222;
	text-transform: uppercase;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 42px;
	height: 60px;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.header-lower {
	display: table;
	width: 100%;
}
.header-lower-inner {
	display: table-row;
}
.header-lower .table-cell {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
	font-size: 0;
}
.header-lower .nav-button {
	display: inline-block;
	vertical-align: middle;
}
.header-lower .nav-button .trigger {
	display: block;
	position: relative;
	width: 40px;
	height: 50px;
	text-align: center;
	cursor: pointer;
}
.header-lower .nav-button .trigger:before {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 50px;
	color: #222;
}
.header-lower .menu-button .trigger:before {
	content: "\e909";
	font-size: 14px;
}
.header-lower .search-button .trigger:before {
	content: "\e090";
	top: 1px;
	left: 2px;
}
.header-lower .personal-button .trigger:before {
	content: "\e005";
}
.header-lower .wishlist-button .trigger:before {
	content: "\e08a";
}
.header-lower .cart-button .trigger:before {
	content: "\e04f";
}

.header-logo-wrapper {
	padding: 5px 7px;
	text-align: left;
	white-space: nowrap;
}
.header-logo {
	display: inline-block;
	max-width: calc(100% - 43px);
	margin-left: 3px;
	vertical-align: middle;
}
.header-logo a {
	display: block;
	max-width: 100%;
}
.header-logo a img {
	max-width: 100%;
}

.responsive-nav-wrapper {
	padding: 5px 7px;
	text-align: right;
	white-space: nowrap;
}
/*.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}*/
.responsive-nav-wrapper .counter {
	position: absolute;
	top: 7px;
	right: 0px;
	width: 18px;
	border-radius: 50%;
	background-color: #f61853;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 0;
	font-weight: 400;
	color: #fff;
}

.search-box {
	position: relative;
}
.search-box .search-form {
	position: relative;
	margin: 20px;
}
.search-box .search-box-text {
	width: 100%;
	padding-right: 47px;
}
.search-box .search-box-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 47px;
	height: 50px;
	font-size: 0;
}
.search-box .search-box-button:after {
	content: "\e090";
	margin-right: 3px;
	font-size: 16px;
	color: #222;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: static !important;
	width: auto !important;
	margin-top: -5px;
	background-color: #fff;
	padding: 0 20px 20px;
}
.ui-autocomplete .ui-menu-item {
	padding: 5px 0;
}
.ui-autocomplete .ui-menu-item:first-child {
	padding-top: 0;
}
.ui-autocomplete .ui-menu-item:last-child {
	padding-bottom: 0;
}
.ui-autocomplete .ui-menu-item-wrapper {
	display: block;
	font-size: 0;
}
.ui-autocomplete .ui-menu-item-image {
	width: 50px;
	margin-right: 10px;
	vertical-align: middle;
}
.ui-autocomplete .ui-menu-item-text {
	display: inline-block;
	width: calc(100% - 60px);
	vertical-align: middle;
	font-size: 13px;
}
.ui-autocomplete .ui-state-active {
	color: #222;
}

.mini-shopping-cart {
	padding: 20px;
}
.mini-shopping-cart .count {
	margin: 0 0 20px;
}
.mini-shopping-cart .count a {
	color: #f61853;
}
.mini-shopping-cart .items {
	position: relative;
	max-height: 264px; /*two visible items*/
	overflow: hidden;
	width: calc(100% + 20px); /*scrollbar space*/
	padding-right: 20px; /*offset fix*/
}
.mini-shopping-cart .item {
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	padding: 30px 0;
}
.mini-shopping-cart .item.first {
	padding-top: 0;
}
.mini-shopping-cart .picture {
	float: left;
	width: 80px;
	text-align: center;
	font-size: 0;
}
.mini-shopping-cart .picture a {
	display: inline-block;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin-left: 100px;
}
.mini-shopping-cart .product {
	position: relative;
	padding-right: 30px;
}
.mini-shopping-cart .name {
	max-height: 40px;
	overflow: hidden;
	margin: 0 0 10px;
	color: #222;
}
.mini-shopping-cart .attributes {
	margin: 10px 0;
}
.mini-shopping-cart .price {
	font-weight: 400;
	color: #f61853;
}
.mini-shopping-cart .remove {
	position: absolute;
	top: 24px;
	right: 0;
	height: 30px;
	font-size: 0;
	line-height: 30px;
	cursor: pointer;
}
.mini-shopping-cart .remove:after {
	content: "\e082";
	font-size: 18px;
	color: #222;
}
.mini-shopping-cart .totals {
	padding: 20px 0;
	font-size: 17px;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
}
.mini-shopping-cart .totals strong {
	font-weight: 400;
	color: #f61853;
}
.mini-shopping-cart .buttons {
	font-size: 0;
	white-space: nowrap;
}
.mini-shopping-cart .button-1 {
	width: 48.5%;
	height: 40px;
	margin-right: 3%;
	border: 1px solid #222;
	outline: 1px solid transparent;
	overflow: hidden;
	padding: 0 20px;
	font-size: 13px;
	line-height: 40px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #222;
	transition: all 0.2s ease;
}
.mini-shopping-cart .button-1 + button {
	background-color: #222;
	color: #fff;
}
.mini-shopping-cart .button-1:only-child {
	width: 100%;
	background-color: #222;
	font-size: 14px;
	line-height: normal;
	color: #fff;
}
.mini-shopping-cart .button-1:hover {
	outline-color: #222;
}


/* FOOTER */


.footer {
	text-align: center;
}

.newsletter {
	display: none;
}
.home-page-body
.newsletter {
	display: block;
}
.newsletter .title {
	margin: 0 0 20px;
	padding: 0 20px;
	font-size: 28px;
	color: #222;
}
.newsletter .title .color {
	color: #f61853;
}
.newsletter-subscribe {
	padding: 0 0 35px;
	font-size: 0;
}
.newsletter-email {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.newsletter-subscribe-text {
	float: left;
	width: 100%;
	border-color: #666 !important;
	text-align: center;
}
.newsletter-subscribe-button {
	float: left;
	width: 100%;
	height: 46px;
	background-color: #222 !important;
	padding: 0 20px;
	font-size: 12px !important;
	color: #fff !important;
	text-transform: uppercase;
}
.newsletter-email .options {
	clear: both;
	height: 0; /*no options*/
	overflow: hidden;
}
.newsletter-email .options span {
	display: inline-block;
	margin: 10px 5px 0;
	font-size: 12px;
}
.newsletter-result {
	background-color: #ebebeb;
	padding: 15px 20px;
	line-height: 30px;
	text-transform: lowercase;
	color: #222;
}
.newsletter-result:empty {
	display: none;
}
.newsletter-validation {
	display: none !important;
}

.footer-middle {
	background-color: #222;
	color: #a9a9a9;
}
.footer-text {
	padding: 60px 20px 55px;
}
.footer-text .text {
	max-width: 700px;
	margin: 20px auto 30px;
	line-height: 28px;
}
.footer-text .read-more {
	display: inline-block;
	min-width: 130px;
	border: 1px solid #fff;
	padding: 8px 15px 7px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.footer-text .read-more:hover {
	box-shadow: 0 0 5px rgba(255,255,255,0.4);
}
.footer-block-wrapper {
	padding: 0 20px;
}
.footer-block .title {
	position: relative;
	margin: -1px 0 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #333;
	padding: 16px 20px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.footer-block .title:before,
.footer-block .title:after {
	content: "\e910";
	position: absolute;
	top: 0;
	bottom: 0;
	height: 6px;
	margin: auto;
	font-size: 6px;
	color: #fff;
	transition: all 0.2s ease;
}
.footer-block .title:before {
	left: 5px;
}
.footer-block .title:after {
	right: 5px;
}
.footer-block .title.open:before,
.footer-block .title.open:after {
	transform: rotate(180deg);
}
.footer-block .title strong {
	font-weight: 400;
}
.footer-block .list {
	display: none;
	padding: 10px 0;
}
.footer-block .list a {
	display: inline-block;
	padding: 7px 0;
	font-size: 13px;
	transition: all 0.1s ease;
}
.footer-block .list a:hover {
	color: #fff;
}

.footer-lower {
	padding: 40px 0 50px;
}
.footer-social-buttons {
	margin: 0 0 20px;
}
.footer-social-buttons ul {
	font-size: 0;
}
.footer-social-buttons li {
	display: inline-block;
	margin: 0 5px;
}
.footer-social-buttons a {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
}
.footer-social-buttons a:before {
	font-size: 13px;
	line-height: 32px;
	color: #222;
}
.footer-social-buttons .facebook:before {
	content: "\e90a";
}
.footer-social-buttons .twitter:before {
	content: "\e90b";
}
.footer-social-buttons .google:before {
	content: "\e916";
	font-size: 12px;
}
.footer-social-buttons .pinterest:before {
	content: "\e90c";
}
.footer-social-buttons .instagram:before {
	content: "\e90d";
}
.footer-social-buttons .youtube:before {
	content: "\e917";
	font-size: 12px;
}
.footer-social-buttons .vimeo:before {
	content: "\e915";
	font-size: 12px;
}
.footer-social-buttons .rss:before {
	content: "\e90e";
}

.footer-site-info {
	font-size: 13px;
	line-height: 25px;
	color: #222;
}
.footer-site-info a {
	color: #f61853;
}

.footer-payment-methods {
	margin: 30px 0 0;
}
.footer-payment-methods ul {
	font-size: 0;
}
.footer-payment-methods li { 
	display: inline-block;
	width: 34px;
	height: 22px;
	margin: 0 5px;
	background: url('../Themes/Avenue/Content/img/payment_sprite.png') no-repeat;
}
.footer-payment-methods .method1 {
	background-position: 0 0;
}
.footer-payment-methods .method2 {
	background-position: -34px 0;
}
.footer-payment-methods .method3 {
	background-position: -68px 0;
}
.footer-payment-methods .method4 {
	background-position: -102px 0;
}
.footer-payment-methods .method5 {
	background-position: -136px 0;
}
.footer-payment-methods .method6 {
	background-position: -170px 0;
}

.theme-selector {
	position: relative;
	margin: -15px 0 30px;
}
.theme-selector select {
	position: relative;
	width: 200px;
	border: none;
	outline: 25px solid #fff;
	background-color: #ebebeb !important;
	color: #222;
}
.theme-selector:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	margin: auto;
	background-color: #dfdfdf;
}


/* HOMEPAGE INFO PANEL */


.information-panel {
	display: none; /*hidden on small screens*/
	margin: 0 0 60px;
	overflow: hidden;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 10px;
}
.information-box {
	float: left;
	width: calc(100% - 20px);
	margin: 10px;
	background-color: #fff;
	padding: 25px;
	text-align: center;
}
.information-box .image {
	margin: 0 0 25px;
	font-size: 0;
}
.information-box .title {
	margin: 0 0 15px;
	font-size: 26px;
	letter-spacing: 1px;
	text-transform: none;
}
.information-box .description {
	margin: 0 0 -5px;
	line-height: 25px;
}


/* LEFT/RIGHT COLUMN */


.block {
	margin: 0 0 10px;
	text-align: left;
}
.block .title {
	background-color: #222;
	padding: 14px 30px;
	letter-spacing: 1.2px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.block .title:before {
	content: "\e910";
	margin-right: 5px;
	vertical-align: middle;
	font-size: 6px;
	color: #f61853;
}
.block .title strong {
	vertical-align: middle;
	font-weight: 800;
}
.block .listbox {
	display: none;
	margin: 0 0 12px;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #ebebeb;
	padding: 0 25px;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}
.block .listbox img {
	display: none;
}

.block .list li,
.block .view-all {
	border-top: 1px solid #ebebeb;
}
.block .list a,
.block .view-all a {
	display: block;
	overflow: hidden;
	padding: 15px 0;
	line-height: 20px;
	color: #222;
	transition: all 0.2s ease;
}
.block .list a:before,
.block .view-all a:before {
	content: "\e902";
	float: left;
	margin-right: 10px;
	font-size: 7px;
	color: #f61853;
}
.block .list a:hover,
.block .view-all a:hover {
	color: #f61853;
}
.block .list .active > a {
	color: #f61853;
}
.block .list .name {
	float: left;
}
.block .list .number {
	float: right;
	color: #222;
}
.block .sublist a {
	padding-left: 15px;
}
.block .sublist .sublist a {
	padding-left: 30px;
}
.block .view-all {
	font-weight: 400;
}

.block .tags {
	padding: 15px 0;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	overflow: hidden;
	font-size: 16px !important; /*base size*/
}
.block .tags a,
.product-tags-all-page a {
	float: left;
	line-height: 30px;
	color: #222;
	transition: all 0.2s ease;
}
.block .tags a:hover,
.product-tags-all-page a:hover {
	color: #f61853;
}
.block .tags + .view-all {
	margin-bottom: 20px;
	border: none;
}
.block .tags + .view-all a {
	padding: 0;
}

.block .poll {
	padding: 20px 0 25px;
}
.poll strong {
	display: block;
	margin: 0 0 10px;
	font-weight: 800;
	text-transform: uppercase;
	color: #222;
}
.poll-options li,
.poll-results li {
	padding: 10px 0;
}
.poll .buttons {
	padding: 15px 0 0;
	text-align: left;
}
.poll .buttons button {
	background-color: #222;
	padding: 8px 24px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}
.poll .buttons .please-wait {
	display: none !important;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	line-height: 20px;
	color: #222;
}
.home-page-polls li,
.home-page-polls li {
	display: inline-block;
	margin: 0 10px;
}

.product-filter {
	padding: 25px 0 0;
}
.product-filter + div {
    border-top: 1px solid #ebebeb;
}
.filters .group {
    padding: 10px 0;
}
.filters .group + ul {
    padding-top: 0;
}
.filters .name {
    padding: 15px 0 10px;
}
.filters .item {
	position: relative;
	border: none;
}
.filters input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.filters label {
    display: block;
    padding: 10px 0 10px 25px !important;
    transition: all 0.2s ease;
}
.filter-title strong {
	display: block;
    letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 800;
    color: #222;
}
.filter-content strong {
	display: block;
    letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
    color: #222;
}
.selected-price-range {
    overflow: hidden;
	padding: 10px 0 15px;
	color: #222;
}
.selected-price-range .from {
    float: left;
}
.selected-price-range .to {
    float: right;
}
.filters .ui-slider {
	position: relative;
	height: 2px;
	margin: 0 8px 25px;   
	background-color: #ebebeb;
}
.filters .ui-slider-range {
	position: absolute;
	height: 2px;
	background-color: #f61853;
}
.filters .ui-slider-handle {
	position: absolute;
	top: -7px;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	border: 2px solid #f61853;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}
.filters .attribute-squares {
	margin-bottom: 0;
	font-size: 14px; /*reset zeroing*/
}
.filters .attribute-squares:before {
    left: 3px;
	z-index: 1;
    width: 7px;
    height: 7px;
	border: none;
	box-shadow: none;
}
.filters .attribute-square {
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
    width: 13px;
    height: 13px;
    margin: auto;
}


/* CATEGORY PAGE */


.breadcrumb {
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 10px 0;
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a,
.breadcrumb strong,
.breadcrumb .delimiter {
	display: inline-block;
	padding: 5px;
	vertical-align: middle;
	font-size: 13px; /*reset zeroing*/
}
.breadcrumb strong {
	font-weight: 300;
}
.breadcrumb a:hover {
	color: #222;
}
.breadcrumb .delimiter {
	margin-top: -1px;
	font-size: 0;
}
.breadcrumb .delimiter:after {
	content: "\e902";
	font-size: 7px;
}

.sub-category-list {
	margin: 3px 0 -20px;
	padding: 10px 0;
	font-size: 0;
}
.sub-category-item {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	font-size: 14px;
}
.sub-category-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 15px;
    margin: auto;
    background-color: #c5c5c5;
}
.sub-category-item:first-child:before {
	display: none;
}
.sub-category-item .name {
	display: block;
	padding: 5px;
}
.sub-category-item .name:hover {
	color: #222;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 30px;
}

.contact-vendor {
	display: none; /*hidden*/
	margin: 0 0 40px;
}
.contact-vendor-button {
	background-color: #222 !important;
	padding: 8px 24px;
	font-size: 12px !important;
	text-transform: uppercase;
	color: #fff !important;
}

.filters-button {
	display: none;
	margin: 0 0 15px;
	background-color: #222;
	padding: 15px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.filters-button:before {
	content: "\e06c";
	margin-right: 5px;
	vertical-align: middle;
	font-size: 17px;
	color: #fff;
}
.filters-button span {
	vertical-align: middle;
}

.product-selectors {
	margin: 0 0 30px;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-select-block {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.product-select-block.add {
	display: none;
}
.product-select-block span {
	display: none;
}
.product-select-block select {
	width: 100%;
	border-color: #666;
	background-color: #fff !important;
	text-transform: lowercase;
	color: #222;
}
.product-page-size {
	margin-right: 0 !important;
}
.product-viewmode {
	display: none;
	font-size: 0;
}
.product-viewmode a {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 0;
}
.product-viewmode a:after {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 50px;
}
.product-viewmode a.grid:after {
	content: "\e06a";
	left: 1px;
}
.product-viewmode a.list:after {
	content: "\e067";
}
.product-viewmode a.selected {
	background-color: #222;
	color: #fff;
}

.item-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	float: left;
	width: 48%; /*two per row*/
	margin: 0 0 30px 4%;
}
.item-box:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.item-box .picture {
	margin: 0 0 20px;
}
.item-box .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}
.item-box .details {
	text-align: center;
}
.item-box .details .sku {
	margin: 0 0 10px;
}
.item-box .product-title {
	margin: 0 0 10px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 300;
	color: #222;
}
.item-box .product-title a {
	display: block;
}
.item-box .rating-box {
	display: none; /*hidden*/
}
.item-box .rating-box,
.overview .rating-box,
.search-box .rating-box {
	margin: 0 0 10px;
	font-size: 0;
}
.item-box .rating-icons,
.overview .rating-icons,
.search-box .rating-icons {
	display: inline-block;
	position: relative;
	height: 11px;
	color: #f6e030;
	white-space: nowrap;
	letter-spacing: 3px;
}
.item-box .rating-icons:before,
.overview .rating-icons:before,
.search-box .rating-icons:before {
	content: "\e900 \e900 \e900 \e900 \e900";
	position: absolute;
	left: 0;
	font-size: 10px;
}
.item-box .rating-icons .rating,
.overview .rating-icons .rating,
.search-box .rating-icons .rating {
	position: relative;
	overflow: hidden;
}
.item-box .rating-icons .rating:before,
.overview .rating-icons .rating:before,
.search-box .rating-icons .rating:before {
	content: "\e901 \e901 \e901 \e901 \e901";
	font-size: 10px;
}
.item-box .description {
	display: none; /*unsupported*/
}
.item-box .old-price {
	text-decoration: line-through;
	margin: 0 3px;
	color: #999;
}
.item-box .actual-price {
	margin: 0 3px;
	font-size: 17px;
	font-weight: 400;
	color: #222;
}
.item-box .buttons {
	display: none; /*not available on small screens*/
}
.item-box .buttons button {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 0;
}
.item-box .buttons button:before {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 40px;
	color: #222;
}
.quick-view-button:before {
	content: "\e090";
	top: 1px;
	left: 2px;
}
.add-to-compare-list-button:before {
	content: "\e059";
	top: -1px;
	left: 1px;
}
.add-to-wishlist-button:before {
	content: "\e08a";
}
.product-box-add-to-cart-button:before {
	content: "\e04f";
}

.manufacturer-item .title,
.vendor-item .title {
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	text-align: center;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	color: #222;
}
.manufacturer-item .title a,
.vendor-item .title a {
	display: block;
	padding: 14px 18px 12px;
}
.manufacturer-item .picture,
.vendor-item .picture {
    margin-bottom: 0;
}
.manufacturer-item .picture a:before,
.vendor-item .picture a:before {
    padding-top: 65%;
}

.product-grid .title {
	margin: 0 0 35px;
	text-align: center;
	font-size: 21px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #222;
}
.product-grid .title strong {
	position: relative;
	font-weight: 800;
}
.product-grid .title strong:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background-color: #222;
}

.home-page .product-grid {
	margin: 0 0 20px;
}
.featured-product-grid .title {
	display: none;
}
.related-products-grid,
.also-purchased-products-grid {
	margin: 0 0 20px;
}
.product-grid.cross-sells {
	margin-top: 50px;
}

.pager {
	margin: 10px 0 0;
	text-align: center;
}
.pager ul {
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 -1px -1px 0;
	border: 1px solid #ebebeb;
	vertical-align: middle;
}
.pager li a,
.pager li span {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #fff;
	font-size: 14px; /*reset zeroing*/
	line-height: 49px; /*odd number for cross-browser consistency*/
	font-weight: 400;
	color: #222;
	cursor: pointer;
	transition: all 0.2s ease;
}
.pager li a:hover {
	background-color: #222;
	color: #fff;
}
.pager li span {
	border-color: #222;
	background-color: #222;
	color: #fff;
}
.pager .previous-page a,
.pager .next-page a,
.pager .first-page a,
.pager .last-page a {
	font-size: 0;
	color: #444;
}
.pager .previous-page a:before,
.pager .next-page a:before,
.pager .first-page a:before,
.pager .last-page a:before {
	display: block;
	font-size: 11px;
}
.pager .previous-page a:before {
	content: "\e903";
}
.pager .next-page a:before {
	content: "\e904";
}
.pager .first-page a:before {
	content: "\e913";
}
.pager .last-page a:before {
	content: "\e914";
}


/* FEATURED CATEGORIES */


.featured-categories.default {
	margin: 0 0 20px;
}
.featured-categories.default .title {
	margin-bottom: 25px;
	font-size: 17px;
}
.featured-categories.default .text,
.featured-categories.default .button {
	display: none;
}
.featured-categories.default .picture {
	margin: 0;
}
.featured-categories.default .picture img {
	max-width: none;
	height: 100%;
}

.featured-categories.in-header {
	position: relative;
	z-index: 0;
}
.featured-categories.in-header .item-box {
	clear: none;
	width: 100%;
	margin: 0;
}
.featured-categories.in-header .wrapper {
	position: relative;
}
.featured-categories.in-header .details {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.featured-categories.in-header .table {
	display: table;
	width: 100%;
	height: 100%;
}
.featured-categories.in-header .table-cell {
	display: table-cell;
	vertical-align: middle;
}
.featured-categories.in-header .title {
	font-family: 'Times New Roman', serif;
	font-size: 9vw;
	/*letter-spacing: 0px;*/
	text-transform: uppercase;
	color: #fff;
}
.featured-categories.in-header .button {
	display: none; /*inline-block to show*/
	margin: 15px 0 0;
	border: 1px solid #fff;
	padding: 11px 25px 9px;
	font-size: 11px;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
}
.featured-categories.in-header .picture {
	margin: 0;
}
.featured-categories.in-header .picture:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}
.featured-categories.in-header
.item-box:nth-child(3n+1) .picture:after {
	background-color: #f61853;
}
.featured-categories.in-header
.item-box:nth-child(3n+2) .picture:after {
	background-color: #58c4ed;
}
.featured-categories.in-header
.item-box:nth-child(3n+3) .picture:after {
	background-color: #e1c900;
}
.featured-categories.in-header img {
	max-width: none;
	height: 100%;
}
.featured-categories.in-header
.sub-category-list {
	display: none;
}
.featured-categories.in-header
.sub-category-item:before {
	background-color: #fff;
}
.featured-categories.in-header
.sub-category-list .name {
	color: #fff;
	transition: all 0.1s ease;
}
.featured-categories.in-header
.sub-category-list .name:hover {
	text-shadow: 0 0 0 #fff;
}


/* PRODUCT PAGE */


.product-essential {
	margin: 0 0 60px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}

.gallery {
	max-width: 600px;
	margin: 0 auto 40px;
}
.gallery .picture {
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.gallery .picture a {
	display: inline-block;
	max-width: 100%; /*Ie fix*/
}
.gallery .picture-thumbs {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.gallery .thumb-item {
	position: relative;
	float: left;
	width: 22.75%;
	margin: 3% 0 0 3%;
	overflow: hidden;
}
.gallery .thumb-item:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
.gallery .thumb-item:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.gallery .thumb-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.discontinued-product {
	margin: 0 0 10px;
	text-align: center;
}
.discontinued-product h4 {
	font-size: 18px;
	font-weight: 400;
	color: #f61853;
}

.overview .product-name {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 0 4%;
}
.overview .product-name h1 {
	font-size: 20px;
	font-weight: 300;
	color: #222;
}

.product-reviews-overview {
	margin: 7px 0 14px;
}
.overview .rating-box {
	display: inline-block;
	margin: 0;
}
.product-no-reviews,
.product-review-links {
	margin: 5px 0 0;
}
.product-no-reviews a,
.product-review-links a {
	font-size: 13px;
	color: #222;
}

.overview .prices label,
.variant-overview .prices label {
	display: none;
}
.overview .rental-price,
.variant-overview .rental-price {
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	text-decoration: line-through;
	color: #999;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 28px;
	color: #f61853;
}

.overview .value,
.variant-overview .value {
}
.overview .value a,
.variant-overview .value a {
	color: #f61853;
}

.manufacturers {
	margin: 0 0 30px;
	text-transform: uppercase;
}
.manufacturers .label {
	display: none; 
}
.manufacturers + 
.additional-details {
	margin-top: -25px;
}

.additional-details {
	margin: 0 0 30px;
	line-height: 28px;
}
.additional-details .sku,
.additional-details .mpn,
.additional-details .gtin {
	text-decoration: underline;
}

.short-description {
	max-width: 800px;
	margin: 0 auto 40px;
	line-height: 25px;
}

.delivery {
	margin: 0 0 40px;
}
.delivery .free-shipping {
	font-weight: 400;
    text-transform: uppercase;
	color: #222;
}
.delivery .free-shipping:before {
    content: "\e00c";
	position: relative;
	top: -2px;
	margin: 0 7px 0 -10px;
	vertical-align: middle;
	font-size: 20px;
}

.download-sample { 
	margin: 0 0 40px;
}
.download-sample-button { 
	font-weight: 400;
    text-transform: uppercase;
	color: #f61853;
}
.download-sample-button:before { 
	content: "\e083";
	position: relative;
	top: -1px;
	margin-right: 7px;
	vertical-align: middle;
	font-size: 20px;
}

.attributes {
	margin: 30px 0;
}
.attributes dt {
	display: block;
	margin: 30px 0 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
}
.attributes dd {
	margin: 15px 0 30px;
}
.attributes dt:first-child {
	margin-top: 0;
}
.attributes dd:last-child {
	margin-bottom: 0;
}
.attributes dt label {
	display: inline-block; /*reserves space for "*"*/
}
.attributes li {
	margin: 15px 0;
}
.attributes li.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.attributes li.disabled label {
	text-decoration: line-through;
}
.attributes select {
	width: auto;
	min-width: 150px;
	max-width: 290px; /*percentage is not working*/
}
.attributes option.disabled {
	color: #ccc;
}
.attributes .qty-box {
	margin-left: -5px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	width: 60px;
	padding: 0 1px 0 0;
	text-align: center;
}
.attributes .qty-box input:focus {
	border-color: #ebebeb;
	background-color: #fff;
}

.rental-attributes {
	font-size: 0;
}
.rental-attributes .attribute-item {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px; /*reset zeroing*/
}
.rental-attributes .attribute-label {
	display: block;
	margin: 0 0 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
}
.rental-attributes .datepicker {
	width: 130px;
	text-align: center;
}

.ui-datepicker {
	width: 290px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 42px;
	background-color: #222;
	color: #fff;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 42px;
	overflow: hidden;
	font-size: 0;
	line-height: 42px;
}
.ui-datepicker-header .ui-datepicker-prev {
	left: 0;
}
.ui-datepicker-header .ui-datepicker-next {
	right: 0;
}
.ui-datepicker-header .ui-datepicker-prev:before,
.ui-datepicker-header .ui-datepicker-next:after {
	position: absolute;
	font-size: 11px;
}
.ui-datepicker-header .ui-datepicker-prev:before {
	content: "\e903";
	left: 15px;
}
.ui-datepicker-header .ui-datepicker-next:after {
	content: "\e904";
	right: 14px;
}
.ui-datepicker-title {
	line-height: 42px;
	font-weight: 400;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	font-weight: 400;
	color: #222;
	text-shadow: 0 0 0 #222;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ebebeb;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 36px;
	line-height: 36px;
	transition: all 0.1s ease;
}
.ui-datepicker-calendar td a:hover {
	color: #000;
}
.ui-datepicker-calendar a.ui-state-active,
.ui-datepicker-calendar a.ui-state-active:hover {
	color: #f61853;
}

.attribute-squares {
	margin-bottom: -10px;
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	position: relative;
	margin: 2px;
	text-align: center;
}
.attribute-squares label {
	display: block;
	position: relative;
    overflow: hidden;
	padding: 0;
}
.attribute-squares input {
	position: absolute;
	top: 5px;
	left: 6px;
	z-index: -1;
	margin: 0;
}
.attribute-square-container {
    display: block;
	border: 1px solid transparent;
	border-radius: 50%;
	background-color: #fff;
	padding: 5px;
}
.attribute-square-container span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
}
.attribute-square-container[title~="White"] span {
    border: 1px solid #ddd;
}
.selected-value .attribute-square-container {
    border-color: #ddd;
}

.attribute-squares li.disabled {
	position: relative;
	opacity: 1;
}
.attribute-squares li.disabled:after {
	content: "\e905";
	position: absolute;
	top: 0; bottom: 0;
    left: 0; right: 0;
	background-color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 24px;
	color: #f61853;
}

.image-squares .attribute-square {
	width: 32px;
	height: 32px;
}
.image-squares .tooltip-container {
	display: none;
	position: absolute;
	bottom: 56px;
	left: -79px;
	width: 200px;
	height: 200px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 10px;
}
.image-squares .tooltip-container:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px 10px 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.06));
}
.image-squares li:hover .tooltip-container {
	display: block;
}

.page .qq-upload-button,
.k-window .qq-upload-button {
	width: 100%;
	min-width: 280px;
	height: 50px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	padding: 15px;
	text-align: left;
	font-size: 14px;
	color: #777;
}
.page .qq-upload-list li,
.k-window .qq-upload-list li {
	background: none !important;
	color: #333 !important;
	font-size: 12px;
}
.page .qq-upload-list span,
.k-window .qq-upload-list span {
	margin: 0 5px;
}
.page .qq-upload-list span:empty,
.k-window .qq-upload-list span:empty {
	display: none;
}

.giftcard {
	max-width: 380px;
	margin: 0 auto 30px;
}
.giftcard div {
	margin: 10px 0;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
	color: #222;
	text-transform: uppercase;
}
.giftcard input,
.giftcard textarea {
	width: 100%;
	background-color: #f6f6f6;
}
.giftcard textarea {
	min-height: 150px;
}

.tier-prices {
	margin: 0 0 40px;
}
.tier-prices .title {
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #222;
}
.tier-prices .title strong {
	font-weight: 400;
}
.tier-prices .prices-table {
	border: 1px solid #ebebeb;
    overflow: hidden;
}
.tier-prices .prices-row {
    float: left;
    width: 50%;
}
.tier-prices .prices-row > div {
	border-top: 1px solid #ebebeb;
    padding: 10px;
}
.tier-prices .prices-row.thead > div {
	border-right: 1px solid #ebebeb;
}
.tier-prices .field-header {
	border-top: none !important;
    color: #222;
}
.tier-prices .item-quantity {
    color: #222;
}

.product-estimate-shipping {
	margin: 35px 0 25px !important;
}
.product-estimate-shipping a {
	display: inline-block;
}
.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 0 3px 10px;
	border: solid black;
	border-width: 0 1px 1px 0;
	padding: 3px 3px;
}
.product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 5px;
	font-size: 16px;
    font-weight: 400;
    color: #222;
}
.product-estimate-shipping .shipping-price {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
.product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
}

.cart-buttons-wrapper {
	margin: 0 0 25px;
	font-size: 0;
}
.customer-entered-price {
	margin: 0 0 10px;
	font-size: 14px; /*reset zeroing*/
}
.customer-entered-price .enter-price-label {
	display: block;
	margin: 0 0 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
}
.customer-entered-price .enter-price-input {
	width: 300px;
	max-width: 100%;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
}

.pre-order-availability-date {
	margin: 0 0 10px;
	font-size: 14px; /*reset zeroing*/
}
.pre-order-availability-date label {
	display: block;
	color: #222;
}

.min-qty-notification {
	margin: 0 0 10px;
	font-size: 14px; /*reset zeroing*/
	color: #222;
}

.overview .add-to-cart,
.variant-overview .add-to-cart {
	display: inline-block;
	vertical-align: middle;
}
.add-to-cart .qty-input,
.add-to-cart .qty-dropdown {
	width: 64px;
    height: 42px;
	margin: 8px 4px;
	border: none;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
    font-size: 14px;
	color: #fff;
	transition: all 0.2s ease;
}
.add-to-cart .qty-dropdown {
	background-image: url('../Themes/Avenue/Content/img/select-arrow-white.png');
}
.add-to-cart .qty-input:hover,
.add-to-cart .qty-dropdown:hover {
	outline-color: #222;
}
.overview .qty-input:focus,
.variant-overview .qty-input:focus {
	outline-color: #222;
	background-color: #222;
	color: #fff;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	min-width: 180px;
	height: 42px;
	margin: 8px 4px;
	outline: 1px solid transparent;
	overflow: hidden;
	background-color: #222;
    padding: 0 20px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 41px; /*odd number for cross-browser consistency*/
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.2s ease;
}
.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before {
	content: "+";
	display: inline-block;
	position: relative;
	top: -1px;
	left: -5px;
	height: 42px;
	vertical-align: middle;
	font-size: 18px;
}
.overview .add-to-cart-button span,
.variant-overview .add-to-cart-button span {
	vertical-align: middle;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	outline-color: #222;
}

.overview-buttons {
	display: inline-block;
	vertical-align: middle;
}
.overview-buttons .add-to-wishlist,
.overview-buttons .compare-products {
	display: inline-block;
	margin: 8px 4px;
    vertical-align: middle;
}
.overview-buttons .email-a-friend,
.overview-buttons .email-a-friend-button {
	display: none !important;
}
.overview-buttons .add-to-wishlist-button,
.overview-buttons .add-to-compare-list-button,
.overview-buttons .variants-scroll-button {
	display: block;
	width: 45px;
	height: 42px;
	outline: 1px solid transparent;
	background-color: #222;
	font-size: 0;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.group-product .add-to-compare-list-button {
	width: auto;
	margin: -10px 0 10px;
	outline: none !important;
	background-color: transparent;
	font-size: 14px; /*reset zeroing*/
	color: #222;
}
.overview-buttons .variants-scroll-button {
	width: auto;
	min-width: 200px;
	margin: 0 0 40px;
	padding: 0 20px;
	font-size: 14px; /*reset zeroing*/
}
.overview-buttons .add-to-wishlist-button:hover,
.overview-buttons .add-to-compare-list-button:hover,
.overview-buttons .variants-scroll-button:hover {
	outline-color: #222;
}
.overview-buttons .add-to-wishlist-button:before,
.overview-buttons .add-to-compare-list-button:before,
.overview-buttons .variants-scroll-button:before {
	display: block;
	font-size: 15px;
	letter-spacing: 0;
	color: #fff;
}
.overview-buttons .add-to-compare-list-button:before {
	content: "\e059";
	position: relative;
	top: -2px;
	left: 0;
}
.group-product .add-to-compare-list-button:before {
	display: inline;
	top: 1px;
	margin-right: 10px;
	color: #222;
}
.overview-buttons .variants-scroll-button:before {
	content: "\e07b";
	display: inline;
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.availability {
	margin: 0 0 30px;
}
.availability .stock {
	text-decoration: underline;
}
.back-in-stock-subscription {
	margin: 5px 0 0;
	font-size: 0;
	color: #f61853;
}

.product-share label {
	display: block;
	margin: 0 0 5px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
}
.product-share .share-item {
	display: inline-block;
}
.product-share .share-link {
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
}
.product-share .share-link:before {
	font-size: 13px;
	line-height: 32px;
	color: #222;
}
.product-share .facebook a:before {
	content: "\e90a";
}
.product-share .twitter a:before {
	content: "\e90b";
}
.product-share .pinterest a:before {
	content: "\e90c";
}
.product-share .google a:before {
	content: "\e916";
	font-size: 12px;
}
.product-share .rss a:before {
	content: "\e90e";
}

.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	max-width: 320px;
	margin: 0 auto 35px;
	overflow: hidden;
	font-size: 0;
}
.variant-overview .prices {
	margin: 0 0 25px;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	font-size: 20px;
	color: #222;
}
.variant-overview .variant-description {
	margin: -5px 0 35px;
	line-height: 25px;
}

.full-description {
	max-width: 1700px;
	margin: 0 auto 70px;
	text-align: center;
	line-height: 25px;
}

.product-collateral .title {
	margin: 0 0 35px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #222;
}
.product-collateral .title strong {
	position: relative;
	font-weight: 800;
}
.product-collateral .title strong:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background-color: #222;
}

.product-specs-box {
	margin: 0 0 70px;
}
.product-specs-box .data-table {
	margin: 0;
}
.product-specs-box .spec-name,
.product-specs-box .spec-value {
	width: 50%;
	padding: 15px;
	text-align: center;
}
.product-specs-box .spec-name {
	color: #222;
}
.product-specs-box thead {
    display: none;
}
.product-specs-box
.attribute-square-container {
	border-color: #ddd;
}
.product-specs-box .spec-group-name {
	display: none !important;
}
.product-specs-box .attribute-squares {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.product-specs-box .attribute-square {
	cursor: default;
}

.product-tags-list {
	margin: 0 0 70px;
	text-align: center;
	font-size: 0;
	font-weight: 400;
	color: #f61853;
}
.product-tags-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}

.ui-tabs {
	margin: 0 0 60px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ebebeb;
	padding: 50px 0;
}
.ui-tabs .ui-tabs-nav {
	margin: 0 0 20px;
	text-align: center;
}
.ui-tabs .ui-tabs-nav li {
	padding: 7px 0;
}
.ui-tabs .ui-tabs-nav a {
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: 800;
	color: #222;
	text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav a:after {
	content: "";
	position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background-color: transparent;
}
.ui-tabs .ui-tabs-active,
.ui-tabs .ui-tabs-selected {
	margin-bottom: 5px;
}
.ui-tabs .ui-tabs-active a,
.ui-tabs .ui-tabs-selected a {
	color: #f61853;
}
.ui-tabs .ui-tabs-active a:after,
.ui-tabs .ui-tabs-selected a:after {
	background-color: #f61853;
}
.ui-tabs .ui-tabs-panel {
	max-width: 1400px;
	margin: auto;
	text-align: center;
}
.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 {
	margin: 10px 0 0;
}
.mfp-container .address-item + div {
	padding: 0 0 0 15px;
}
.estimate-shipping-address-control {
	width: 100%;
	height: 44px !important;
}
.mfp-container .address-item .required {
	top: 5px; right: 5px;
}
.mfp-container .shipping-options {
	position: relative; /*preloader referrence*/
	margin: 10px 0 25px;
}
.mfp-container .shipping-options-header {
	font-size: 14px;
	color: #222;
    text-transform: uppercase;
}
.mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #ebebeb;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	font-size: 13px;
	cursor: pointer;
}
.mfp-container .shipping-option.active {
	font-weight: 700;
    color: #222;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px solid #ebebeb;
	padding: 11px;
}
.mfp-container .shipping-item {
	border-right: 1px solid #ebebeb;
	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;
}

.apply-shipping-button-container {
	text-align: center;
}
.mfp-container .apply-shipping-button {
	min-width: 180px;
    height: 44px;
    outline: 1px solid transparent;
    background-color: #222;
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
.mfp-container .apply-shipping-button:hover {
	outline-color: #222;
}

.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;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}

.write-review {
	margin: 50px 0;
	text-align: center;
}
.write-review-button {
	display: inline-block;
	border: 1px solid #222;
	outline: 1px solid transparent;
	padding: 10px 25px;
	font-weight: 300;
	color: #222;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.write-review-button:hover {
	outline-color: #222;
}
.write-review-button .close {
	display: none;
}
.write-review .review-form {
	display: none;
	margin: 50px -3% 0;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.write-review .form-wrapper {
	background-color: #fff;
	padding: 30px 5%;
}
.write-review .message-error {
	margin: -10px 0 30px;
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating + div {
	margin: 20px 0 0;
}
.write-review .review-rating > label {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
	text-transform: uppercase;
	color: #222;
}
.write-review .rating-options {
    display: inline-block;
}
.write-review .rating-options input {
	position: absolute;
	margin: 1px 0 0 5px;
}
.write-review .rating-options label {
	display: inline-block;
	max-width: 16px;
	margin: 0 2.5px;
	padding: 0;
}
.write-review .rating-options label:before {
	content: "\e901";
	display: block;
	position: static;
	width: auto;
	height: auto;
	border: none !important;
	background: none !important;
	box-shadow: none;
	font-size: 14px;
	color: #f6e030;
}
.write-review .rating-options 
input:checked + label ~ label:before {
	content: "\e900";
}
.write-review .button-1 {
	min-width: 180px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 15px 25px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.write-review .button-1:hover {
	outline-color: #222;
}

.write-review-result {
	margin: 50px 0;
	text-align: center;
	color: #222;
}

.product-review-list {
	max-width: 900px;
	margin: auto;
}
.product-review-item {
	border-top: 1px solid #ebebeb;
	padding: 30px 0;
}
.review-item-head {
	margin: 0 0 20px;
	overflow: hidden;
}
.review-item-head .title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 400;
	color: #222;
}
.review-item-head .rating-box {
	display: inline-block;
	font-size: 0;
}
.review-item-head .rating-icons {
	display: inline-block;
	position: relative;
	height: 11px;
	color: #f6e030;
	white-space: nowrap;
	letter-spacing: 3px;
}
.review-item-head .rating-icons:before {
	content: "\e900 \e900 \e900 \e900 \e900";
	position: absolute;
	left: 0;
	font-size: 10px;
}
.review-item-head .rating-icons .rating {
	position: relative;
	overflow: hidden;
}
.review-item-head .rating-icons .rating:before {
	content: "\e901 \e901 \e901 \e901 \e901";
	font-size: 10px;
}

.review-type-rating-ext {
	display: none; /*disabled by default*/
}

.product-review-item .review-text {
	margin: 0 0 20px;
	overflow: hidden;
	line-height: 25px;
}
.product-review-item .review-avatar {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
	font-size: 0;
	line-height: normal;
}
.product-review-item .review-avatar a {
	display: block;
	height: 100%;
}
.product-review-item .review-avatar img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    border: 1px solid #ebebeb;
    border-radius: 50%;
}
.product-review-item .review-info {
	overflow: hidden;
	font-size: 13px;
}
.product-review-helpfulness {
	margin: 10px 0 0;
	font-size: 0;
}
.product-review-helpfulness > span {
	display: inline-block;
	margin: 0 3px;
	font-size: 13px; /*reset zeroing*/
}
.product-review-helpfulness .vote {
	padding: 0 5px;
	font-weight: 400;
	color: #f61853;
	cursor: pointer;
}
.product-review-helpfulness .result {
	display: block;
	margin-top: 10px;
}
.product-review-helpfulness .result:empty {
	display: none;
}
.product-review-item .reply {
    margin: 30px 0 0;
    background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.product-review-item .reply-wrapper {
	background-color: #fff;
	padding: 30px 15px;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: 400;
	font-style: italic;
	color: #222;
}
.product-review-item .reply-text {
	line-height: 25px;
}


/* WISHLIST & COMPARE LIST */


.wishlist-content {
	margin: 15px 0 50px;
}
.wishlist-content .message-error {
	margin: 0 0 25px;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 30px;
	text-align: center;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	min-width: 200px;
	margin: 0 5px 5px;
	border: 1px solid #222;
	outline: 1px solid transparent;
	padding: 10px 25px;
	color: #222;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.wishlist-content .button-2:hover {
	outline-color: #222;
}
.wishlist-content .buttons
.wishlist-add-to-cart-button {
	background-color: #222;
	color: #fff;
}
.wishlist-page .share-info {
	text-align: center;
	color: #222;
}
.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	color: #f61853;
}

.compare-products-table {
	display: none;
}
.compare-products-page .page-body {
	position: relative;
	margin: 0 -3%;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.compare-products-page .clear-list,
.compare-products-page .remove-button {
	display: inline-block;
	border: 1px solid #222;
	outline: 1px solid transparent;
	background-color: #fff;
	padding: 5px 15px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 800;
	color: #222;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.compare-products-page .clear-list:before,
.compare-products-page .remove-button:before {
	content: "\e054";
	position: relative;
	top: 1px;
	margin-right: 5px;
	font-size: 14px;
}
/*.compare-products-page .clear-list:hover,
.compare-products-page .remove-button:hover {
	outline-color: #222;
}*/

.compare-products-page .attribute-squares {
	display: inline-block;
	vertical-align: top;
}
.compare-products-page .attribute-square-container {
    border-color: #ebebeb;
}
.compare-products-page .attribute-square {
	cursor: default;
}

.compare-section {
	margin: 20px 0 0;
	border: 1px solid #ebebeb;
	background-color: #fff;
}
.compare-section .title {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 10px;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	color: #222;
}
.compare-section .item {
	display: table;
	width: 100%;
	padding: 15px;
	text-align: left;
}
.compare-section .item + .item {
	margin-top: -15px;
}
.compare-section .cells {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	text-align: left;
}
.compare-section .picture {
	width: 50px;
	font-size: 0;
}
.compare-section .picture a {
	display: block;
}
.compare-section .picture img {
	width: 50px;
	max-width: 300px;
}
.compare-section .picture + .cells {
	padding: 0 15px;
}
.compare-section .button {
	width: 33px;
	font-size: 0;
}
.compare-section .remove-button {
	width: 33px;
	height: 33px;
	padding: 0;
	font-size: 0;
}
.compare-section .remove-button:before {
	display: block;
	top: 0;
	left: 1px;
	margin: 0;
}


/* TOPICS */


.topic-block {
	max-width: 1700px;
	margin: 0 auto 30px;
	text-align: center;
}
.topic-block-title {
	display: none;
	color: #222;
}
.topic-block-body,
.topic-page .page-body {
	line-height: 25px;
}
.topic-block a, .topic-page a {
	text-decoration: underline;
	color: #222;
}

.home-page .topic-block {
	margin: 0 auto 40px;
}
.home-page .topic-block-title {
	display: block;
	margin: 0 0 20px;
	text-transform: none;
}
.home-page .topic-block-title h2 {
	font-size: 28px;
	font-weight: 400;
}

.ui-dialog .topic-page {
	margin: 0;
}
.ui-dialog .topic-page p {
	margin: 0;
}
.ui-dialog .topic-page p + p {
	margin-top: 20px;
}

.not-found-page p {
	margin: 30px 0;
}
.not-found-page strong {
	font-weight: 400;
	color: #222;
}

.topic-password {
	margin: 0 -3%;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
	text-align: center;
}
.topic-password form {
	background-color: #fff;
	padding: 30px 5%;
}
.enter-password-title {
	margin: 0 0 15px;
	color: #222;
}
.topic-password #password {
	display: block;
	width: 350px;
	max-width: 100%;
	margin: 0 auto 20px;
}
.topic-password #button-password {
	min-width: 180px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 15px 25px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.topic-password #button-password:hover {
	outline-color: #222;
}
.topic-password .password-error {
	margin: 10px 0 0;
}


/* CONTACT PAGES */


.contact-page form,
.contact-page .form,
.email-a-friend-page form,
.apply-vendor-page form {
	margin: -5px -3% 0;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.contact-page .fieldset,
.email-a-friend-page .fieldset,
.apply-vendor-page .wrapper {
	margin-bottom: 0;
	background-color: #fff;
	padding: 30px 5%;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	max-width: 1000px;
	margin: 0 auto 20px;
}
.contact-page .buttons,
.email-a-friend-page .buttons {
	background-color: #fff;
	padding-bottom: 30px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	min-width: 180px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 15px 25px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
	outline-color: #222;
}

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .topic-block {
	padding: 30px 0;
}
.contact-page .topic-block 
~ form .message-error,
.email-a-friend-page .title 
~ form .message-error,
.apply-vendor-page .topic-block 
~ form .message-error {
	margin-top: -20px;
}

.email-a-friend-page .title {
	margin-bottom: 5px;
	text-align: center;
}
.email-a-friend-page .title h2 {
	letter-spacing: 1.5px;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
}


/* REGISTRATION & LOGIN */


.registration-page .page-body {
	max-width: 900px;
	margin: 0 -3%;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.registration-page form {
	background-color: #fff;
	padding: 30px 5%;
}

.gender span {
	display: inline-block;
	margin: 5px 10px;
}
.gender label,
.news-letter label,
.is-enabled label {
	display: inline-block;
	margin-bottom: 0;
	text-transform: none;
}
.news-letter .wrapper,
.is-enabled .wrapper {
	display: inline-block;
	margin: 10px 0 15px;
}

.date-of-birth >
.date-picker-wrapper {
	display: inline-block;
	width: 350px;
	max-width: 100%;
}
.date-of-birth select {
	width: 31% !important;
}
.date-of-birth select + select {
	margin-left: 3.5%;
}

#check-availability-button {
	margin: 20px 0 0;
	background-color: #222;
	padding: 10px 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
#availability-check-progress {
	display: none !important;
}
#username-availabilty:empty {
	display: none;
}

.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 13px; /*reset zeroing*/
	white-space: normal;
}

.login-page .button-1,
.registration-page .button-1,
.registration-result-page .button-1,
.password-recovery-page .button-1 {
	min-width: 180px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 15px 25px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.login-page .button-1:hover,
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.password-recovery-page .button-1:hover {
	outline-color: #222;
}

.registration-result-page .result,
.account-activation-page .result {
	margin: 60px 0;
	text-align: center;
	color: #222;
}

.registration-page .message-error,
.customer-blocks .message-error {
	margin: -10px 0 30px;
}

.customer-block {
	margin: 0 -3% -21px;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
	text-align: center;
}
.customer-block .wrapper {
	background-color: #fff;
	padding: 30px 5%;
}
.customer-block .title {
	display: block;
	margin: 0 0 30px;
	font-size: 17px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #222;
}
.customer-block .title strong {
	font-weight: 800;
}
.customer-block .input-name {
	display: none; /*replaced with placeholder text*/
}
.customer-block .remember,
.customer-block .forgot-password {
	margin: 0 5px;
	padding-top: 1px;
	font-size: 14px; /*reset zeroing*/
	color: #222;
	transition: all 0.1s ease;
}
.customer-block .remember:hover,
.customer-block .forgot-password:hover {
	text-shadow: 0 0 0 #222;
}
.customer-block .captcha-box {
	margin-bottom: 35px;
}
.customer-block .text {
	min-height: 165px;
	margin: 0 0 30px;
	line-height: 25px;
}
.customer-block .text:before {
	content: "\e060";
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 30px;
	background-color: #222;
	padding: 17px 18px 19px;
	font-size: 28px;
	color: #fff;
}
.customer-block .guest-button {
	display: block;
	min-width: 215px;
	margin: 0 auto 10px;
}
.customer-block .guest-button + button {
	min-width: 215px;
}
.customer-blocks ~ .topic-block {
	margin-top: 70px;
}

.external-authentication {
	margin-top: 50px;
	text-align: center;
	font-size: 0;
}
.external-authentication .title {
	display: none;
}
.external-authentication .facebook-btn {
	width: 244px;
	height: 42px;
	outline: 1px solid transparent;
	background: url('../Themes/Avenue/Content/img/fb-login.png') no-repeat !important;
	transition: all 0.2s ease;
}
.external-authentication .facebook-btn:hover {
	outline-color: #222;
}

.password-recovery-page .tooltip {
	margin: 0 0 20px;
	padding: 30px 0;
	text-align: center;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}


/* ACCOUNT PAGES */


.block.block-account-navigation {
	float: none;
	width: auto;
	max-width: 450px;
	margin: auto;
}
.block-account-navigation .list a:before {
	font-size: 14px;
	color: #222;
}
.block-account-navigation .customer-info a:before {
	content: "\e005";
}
.block-account-navigation .customer-addresses a:before {
	content: "\e069";
}
.block-account-navigation .customer-orders a:before {
	content: "\e00c";
}
.block-account-navigation .downloadable-products a:before {
	content: "\e083";
}
.block-account-navigation .back-in-stock-subscriptions a:before {
	content: "\e051";
}
.block-account-navigation .return-requests a:before {
	content: "\e050";
}
.block-account-navigation .reward-points a:before {
	content: "\e028";
}
.block-account-navigation .change-password a:before {
	content: "\e08c";
}
.block-account-navigation .customer-avatar a:before {
	content: "\e021";
}
.block-account-navigation .forum-subscriptions a:before {
	content: "\e02c";
}
.block-account-navigation .customer-reviews a:before {
	content: "\e09b";
}
.block-account-navigation .customer-vendor-info a:before {
	content: "\e04c";
}
.block-account-navigation .customer-gdpr a:before {
	content: "\e08e";
}
.block-account-navigation
.customer-check-gift-card-balance a:before {
	content: "\e918";
}
.block-account-navigation
.customer-multiFactor-authentication a:before {
	content: "\e08e";
}
.block-account-navigation .price-match-requests a:before {
	content: "$";
    position: relative;
    top: -1px;
    font-size: 15px;
}

.customer-pages-body .center-2 {
	margin-top: -15px;
	margin-left: -3%;
	margin-right: -3%;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.customer-pages-body .page-title {
	display: none;
}
.customer-pages-body .page-body {
	max-width: 900px;
	margin: auto;
}

.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
	min-width: 180px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 15px 25px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover {
	outline-color: #222;
}
.account-page .button-2 {
	min-width: 100px;
	border: 1px solid #222;
	outline: 1px solid transparent;
	padding: 8px 24px;
	font-size: 12px;
	color: #222;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.account-page .button-2:hover {
	outline-color: rgba(34,34,34,0.8);
	text-shadow: 0 0 0 rgba(34,34,34,0.5);
}
.account-page .message-error {
	margin: -10px 0 30px;
}
.account-page .data-table {
	background-color: #fff;
}
.account-page .description {
	margin: 0 0 30px;
	text-align: center;
	color: #222;
}

.customer-info-page,
.address-edit-page,
.change-password-page,
.customer-avatar-page,
.customer-reviews-list,
.giftcard-balance-page,
.multi-authentication,
.multi-auth-config,
.vendor-info-page {
	background-color: #fff;
	padding: 30px 5%;
}

.email-to-revalidate,
.email-to-revalidate-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 13px; /*reset zeroing*/
	white-space: normal;
}

.add-more-external-records {
	font-size: 14px; /*reset zeroing*/
}

.address-list-page .no-data {
	display: none;
}

.address-list-page .section,
.order-list-page .section,
.return-request-list .section,
.gdpr-tools-page .section,
.price-match-list.section {
	margin: 0 0 20px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	padding: 30px 0;
}
.address-list-page .title {
	margin-bottom: 15px;
}
.order-list-page .title,
.return-request-list .title,
.gdpr-tools-page .title,
.price-match-list .title {
	margin-bottom: 20px;
}
.address-list-page strong:after,
.order-list-page strong:after,
.return-request-list strong:after,
.reward-points-page strong:after,
.gdpr-tools-page strong:after,
.price-match-list strong:after {
	display: none;
}
.address-list-page .buttons {
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}
.order-list-page .buttons,
.gdpr-tools-page .buttons {
	margin-top: 25px;
}
.address-list button:before,
.order-list button:before {
	margin-right: 5px;
	vertical-align: middle;
}
.edit-address-button:before {
	content: "\e05f";
}
.delete-address-button:before {
	content: "\e054";
}
.return-items-button:before {
	content: "\e050";
}
.address-list-page span,
.order-list-page span {
	vertical-align: middle;
}
.address-list-page .info,
.order-list-page .info,
.return-request-list .info,
.gdpr-tools-page .info,
.price-match-list .info {
	padding: 0 5%;
	text-align: center;
	line-height: 25px;
}

.address-list-page .info .name,
.address-list-page .info .email {
	font-weight: 400;
	color: #222;
}
.address-list-page .info .email {
	margin: 0 0 20px;
}
.address-list-page .add-button {
	text-align: center;
}

.recurring-payments form {
	margin: 0 -1px;
}

.return-request-list .link,
.price-match-list .link {
	color: #f61853;
}
.return-request-list .comments {
	margin: 20px 0 0;
	color: #222;
}

.downloadable-products-page table {
	margin: 0;
}
.downloadable-products-page .link,
.back-in-stock-subscription-list a {
	color: #f61853;
}

.terms-of-agreement {
	margin: 40px 0;
	text-align: center;
}

.reward-points-history {
	margin-bottom: 0;
}
.reward-points-overview {
	margin: 0 0 40px;
	border: 1px solid #ebebeb;
    background-color: #fff;
	padding: 30px 5%;
	text-align: center;
	color: #222;
}
.reward-points-overview strong {
	display: block;
	margin: 10px 0;
	font-size: 20px;
	font-weight: 800;
}
.reward-points-overview span {
	font-size: 20px;
	color: #f61853;
}
.reward-points-page .title {
	margin-bottom: 25px;
}
.reward-points-page .pager {
	margin-bottom: 15px;
}
.reward-points-page .total-summary {
	display: none;
}

.change-password-page label {
	display: none;
}

.customer-avatar-page {
	text-align: center !important;
}
.customer-avatar-page .wrapper {
	margin: 0 0 15px;
}
.customer-avatar-page .image {
	margin: 0 0 20px;
}
.customer-avatar-page .image img {
	border: 1px solid #ebebeb;
	border-radius: 50%;
}
.customer-avatar-page .select-image {
	text-align: center;
}
.customer-avatar-page .buttons {
	margin: 40px 0 0;
}
.customer-avatar-page .button-1,
.customer-avatar-page .button-2 {
	min-width: 115px;
	margin: 0 3px;
	border: 1px solid #222;
	padding: 10px 25px;
	font-size: 14px;
}

.customer-reviews-page
.product-review-item:first-child {
	border-top: none;
	padding-top: 0;
}
.customer-reviews-page
.product-review-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.customer-reviews-page .review-title {
	font-size: 16px;
	color: #222;
}
.customer-reviews-page .title-text {
	font-weight: 400;
}
.customer-reviews-page .rating-box {
	margin-top: 10px;
}
.customer-reviews-page .product-name {
	color: #f61853;
}
.customer-reviews-page .review-info {
	line-height: 25px;
}
.customer-reviews-page .separator {
	margin: 0 5px;
}

.giftcard-balance-page .result {
	margin: 0 0 30px;
	text-align: center;
	color: #222;
}
.vendor-info-page .vendor-picture {
	margin: 20px 0;
}

.multi-authentication .method-list {
	text-align: center;
	font-size: 14px; /*reset zeroing*/
}
.multi-authentication .method-list button {
	margin-top: 20px;
	padding: 0;
	outline: none !important;
	background: none !important;
	color: #222;
}
.multi-auth-config .table-wrapper {
	margin: 20px 0;
	text-align: left;
}
.multi-auth-config table .qr-code {
	vertical-align: top;
	font-size: 0;
}
.multi-auth-config table .qr-code img {
	border: 1px solid #ebebeb;
}
.multi-auth-config table .manual-code {
	padding: 5px 0 5px 15px;
	vertical-align: top;
}


/* SHOPPING CART */


.order-progress {
	margin: 0 0 30px;
	text-align: center;
	font-size: 0;
}
.order-progress ul {
	display: inline-block;
	overflow: hidden;
}
.order-progress li {
	float: left;
	width: calc(50% - 3px);
	margin: 1.5px;
}
.order-progress a {
	display: block;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.order-progress li.active-step a {
	background-color: #f61853;
	color: #fff;
	cursor: pointer;
}
.order-progress li.inactive-step a {
	background-color: #ebebeb;
	cursor: default;
}

.shopping-cart-page .message-error {
	margin: 0 0 25px;
}
.shopping-cart-page .tax-shipping-info {
	margin: 0 0 25px;
}

.cart-options {
	margin: 0 0 30px;
	text-align: center;
}
.cart-options .buttons {
	overflow: hidden;
	padding: 1px;
	font-size: 0;
}
.cart-options button {
	min-width: 240px;
	margin: 0 5px 5px;
	border: 1px solid #222;
	outline: 1px solid transparent;
	padding: 10px 20px;
	text-align: left;
	font-size: 12px;
	color: #222;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.cart-options button:hover {
	outline-color: #222;
}
.cart-options button span {
	vertical-align: middle;
}
.cart-options button:before {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 18px;
}
.update-cart-button:before {
	content: "\e098";
}
.clear-cart-button:before {
	content: "\e054";
}
.more-shopping-button:before {
	content: "\e04e";
	position: relative;
	top: -1px;
}

.cart-footer {
	max-width: 900px;
	margin: auto;
}

.cart-collaterals {
	margin: 0 0 30px;
}
.cart-collaterals .box {
	margin-bottom: -1px;
	border: 1px solid #ebebeb;
}
.cart-collaterals .box-title {
	position: relative;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 15px 20px;
	text-align: left;
	font-weight: 800;
	color: #222;
	text-transform: uppercase;
	cursor: pointer;
}
.cart-collaterals .box-title:after {
    content: "\e910";
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	height: 8px;
	margin: auto;
	font-size: 6px;
    color: #f61853;
}
.cart-collaterals .box-title strong {
	vertical-align: middle;
	font-weight: 800;
}
.cart-collaterals .box-wrapper {
	display: none;
	border-top: 1px solid #ebebeb;
	padding: 7%;
}
.coupon-box + .giftcard-box {
	margin-top: 30px;
}
.cart-collaterals .box .title {
	margin: -5px 0 10px;
	color: #222;
	text-transform: uppercase;
}
.cart-collaterals .box .hint {
	display: none;
	margin: 0 0 10px;
}
.cart-collaterals .box .button-2 {
	height: 42px;
	border: 1px solid #222;
	outline: 1px solid transparent;
	padding: 0 20px;
	font-size: 12px;
	color: #222;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.cart-collaterals .box .button-2:hover {
	outline-color: #222;
}

.cart-collaterals .coupon-code {
	position: relative;
}
.cart-collaterals .discount-coupon-code,
.cart-collaterals .gift-card-coupon-code {
	width: 100%;
}
.cart-collaterals .coupon-code .button-2 {
	width: 100%;
	background-color: #222;
	color: #fff;
}
.cart-collaterals .message-failure {
	margin-top: 10px;
	color: #f61853;
}
.cart-collaterals .message-success {
	margin-top: 10px;
	color: #1fc163;
}
.cart-collaterals .current-code {
	position: relative;
	margin-top: 10px;
}
.remove-discount-button:after,
.remove-giftcard-button:after {
	content: "\e905";
	display: block;
	font-size: 11px;
	color: #222;
}
.remove-discount-button,
.remove-giftcard-button {
	margin-left: 5px;
	vertical-align: middle;
	font-size: 0;
}
.applied-discount-code {
	vertical-align: middle;
}
.giftcard-remaining {
	display: block;
}

.estimate-shipping-button {
    border: 1px solid #222;
    outline: 1px solid transparent;
    padding: 12px 20px;
    font-size: 12px;
    color: #222;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
.estimate-shipping-button:hover {
    outline-color: #222;
}

.estimate-shipping .title {
	display: none;
}
.estimate-shipping-result {
	padding-top: 15px;
}
.estimate-shipping-result:empty {
	display: none;
}
.estimate-shipping-result li {
	margin-top: 15px;
}
.estimate-shipping-result strong {
	display: block;
	margin-bottom: 2px;
	color: #222;
}
.estimate-shipping-result span {
	font-size: 13px;
}

.attributes-wrapper {
	margin-bottom: -1px;
	border: 1px solid #ebebeb;
	padding: 7%;
}
.checkout-attributes,
.selected-checkout-attributes {
	margin: 0;
}

.cart-footer .totals {
	border: 1px solid #ebebeb;
	padding: 7%;
}
.cart-footer .total-info {
	margin: 0 0 30px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}
.cart-footer .cart-total td {
	width: 50%;
	padding: 5px;
}
.cart-footer .cart-total-left {
	text-align: left;
}
.cart-footer .cart-total-right {
	text-align: right;
}
.cart-footer .order-total {
	font-size: 16px;
	font-weight: 400;
	color: #f61853;
}

.cart-footer .checkout-buttons {
	text-align: center;
}
.cart-footer .checkout-button {
	min-width: 200px;
	height: 50px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 0 25px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.cart-footer .checkout-button:hover {
	outline-color: #222;
}
.cart-footer .checkout-disabled {
	font-size: 18px;
	color: #f61853;
}
.cart-footer .addon-buttons {
	text-align: center;
}


/* CHECKOUT */


.checkout-page .section {
	margin: 0 0 30px;
	text-align: center;
}
.checkout-page .section .title {
	margin: 0 0 25px;
}
.checkout-page .title strong:after {
	display: none;
}
.checkout-page .min-amount-warning {
	display: block;
    margin: 0 0 25px;
    color: #f61853;
}

.checkout-page .button-1 {
	min-width: 180px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 15px 25px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.checkout-page .button-1:hover {
	outline-color: #222;
}

.checkout-page .order-summary {
	margin: 60px 0 0;
}
.checkout-page .cart label {
	display: none;
}
.checkout-page .total-info {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.new-billing-address,
.new-shipping-address {
	display: none;
}
.checkout-page .address-grid,
.checkout-page .new-address {
	margin: 0 -3%;
	overflow: hidden;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.checkout-page .address-item,
.checkout-page .enter-address {
	background-color: #fff;
	padding: 30px 5%;
}
.checkout-page .address-item {
	margin: 0 0 20px;
}
.checkout-page .address-box {
	margin: 0 0 25px;
	line-height: 25px;
}
.checkout-page .address-box .name,
.checkout-page .address-box .email {
	font-size: 16px;
	color: #222;
}
.checkout-page .address-box .email {
	margin: 0 0 20px;
}
.checkout-page .address-item.add-new {
	margin-bottom: 0;
}
.address-item.add-new .address-box {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
}
.address-item.add-new .new:before {
	content: "\e096";
	display: block;
	height: 180px;
	font-size: 150px;
	color: #c5c5c5;
	transition: all 0.2s ease;
}
.address-item.add-new .active:before {
	color: #f61853;
}
.address-item.add-new button .close {
	display: none;
}

.pickup-in-store .description {
	margin: 5px 0 0;
}

.checkout-page .pickup-points {
	margin: 0;
}
.checkout-page .single-pickup-point {
	display: inline-block;
	margin: 0 5px;
}
.checkout-page .select-address select {
	max-width: 100%;
}
.checkout-page .pickup-points-map {
	height: 300px;
	margin: 30px 0;
}
.select-pickup-point + .buttons {
	margin-top: 30px;
}

.shipping-method .pickup-points button {
	display: none; /*fix for pickup on methods page*/
}

.method-list {
	margin: 0 -3% 30px;
	overflow: hidden;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 0 20px;
}
.method-list li {
	margin: 20px 0;
	background-color: #fff;
	padding: 30px 5%;
}
.method-description,
.payment-description {
	max-width: 300px;
	margin: 5px auto 0;
}
.use-reward-points {
	margin: 0 0 30px;
}
li .payment-logo {
	display: none;
}
.payment-info .wrap {
	margin: 0 -3% 30px;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.payment-info .info {
	background-color: #fff;
	padding: 30px 5%;
}
.payment-info tr {
	display: block;
	max-width: 500px;
	margin: auto;
}
.payment-info td {
	display: block;
	width: 100%;
	padding: 5px;
}
.payment-info label {
	color: #222;
}
.payment-info select {
	width: 100%;
}
.payment-info td input {
	width: 100% !important;
}
.payment-info #ExpireMonth,
.payment-info #ExpireYear {
	width: calc(50% - 7px);
}
.payment-info .message-error {
	margin: 0 0 20px;
}

.confirm-order .terms-of-service {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}
.confirm-order button.button-1 {
	margin: 15px 0 0;
	font-size: 16px;
}

.order-completed .details {
	margin: 0 -3% 30px;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.order-completed .wrapper {
	background-color: #fff;
	padding: 30px 5%;
}
.order-completed .order-number {
	text-transform: uppercase;
    color: #222;
}
.order-completed .details-link {
	margin: 10px 0 0;
	color: #f61853;
}

.opc.default {
	margin: 0 -3%;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
	text-align: center;
}
.opc.default > li + li {
	margin-top: 15px;
}
.opc .step-title {
	background-color: #fff;
	padding: 20px 5%;
}
.opc .step-title .number,
.opc .step-title .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #c5c5c5;
	text-transform: uppercase;
}
.opc .step-title .number {
	margin-right: 8px;
}

.opc .allow .step-title {
	cursor: pointer;
}
.opc .active .step-title {
	cursor: default;
}
.opc .allow .step-title .number,
.opc .allow .step-title .title {
	font-weight: 800;
	color: #222;
	cursor: pointer;
}
.opc .active .step-title .number,
.opc .active .step-title .title {
	color: #f61853;
	cursor: default;
}

.opc .step-body {
	border-top: 1px solid #f6f6f6;
	background-color: #fff;
	padding: 30px 5%;
}
.opc .checkout-data {
	margin: 0 !important;
}

.opc .section i {
	font-style: normal;
	color: #222;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc .address-select {
	max-width: 100%;
}
.opc .new-billing-address {
	display: block; /*checkout as guest*/
}
.opc .enter-address {
	padding-bottom: 0 !important;
}
.opc .edit-address {
	margin-bottom: 0;
}
.opc .pickup-points {
	margin-bottom: 30px;
}
.opc .pickup-points .title {
	display: none;
}
.opc .pickup-points .buttons {
	display: none;
}
.opc .method-list {
	overflow: visible;
	background: none;
	padding: 0;
}
.opc .method-list li {
	margin: 0;
	padding: 15px 5%;
}
.opc .use-reward-points {
	margin: 0 0 20px;
}
.opc .payment-info {
	margin-bottom: 0;
}
.opc .payment-info .info {
	padding-top: 0;
}
.opc .confirm-tab .wrap {
	margin: 0;
	background: none;
	padding: 0;
}
.opc .confirm-tab ul {
	margin: 0;
	padding: 0;
}
.opc .order-summary {
	margin: 0 0 15px;
}
.opc .terms-of-service {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.opc .back-link {
	display: inline-block;
	min-width: 100px;
	margin: 10px 0;
	border: 1px solid #222;
	outline: 1px solid transparent;
	padding: 14px 24px;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.opc .back-link:hover {
	outline-color: #222;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}


/* ORDER DETAILS & RETURN REQUEST */


.order-review-data,
.order-details-area,
.shipment-details-area {
	margin: 0 0 60px;  
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	margin: 0 0 30px;
}
.order-review-data .wrap,
.order-details-area .wrap,
.shipment-details-area .wrap {
	margin: 0 -3% 30px;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	background-color: #fff;
	padding: 30px 5%;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 5px 0;
}
.order-review-data .name,
.order-details-area .name,
.order-review-data .email,
.order-details-area .email {
	font-size: 16px;
	color: #222;
}
.order-review-data .email,
.order-details-area .email {
	margin: 0 0 20px;
}
.payment-method-info ul,
.shipping-method-info ul {
	margin-top: -40px;
	font-size: 16px;
	color: #222;
}
.payment-method-info .label,
.shipping-method-info .label,
.payment-method-info .value,
.shipping-method-info .value {
	display: block;
	padding: 5px 0;
}

.order-details-page .title {
	margin-bottom: 25px;
	font-size: 17px;
}
.order-details-page .button-2 {
	display: inline-block;
	margin: 0 3px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 12px 24px;
	font-size: 14px; /*reset zeroing*/
	line-height: normal;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.order-details-page .button-2:hover {
	outline-color: #222;
}

.order-details-page .order-overview {
	margin-bottom: 30px;
	text-align: center;
	line-height: 28px;
}
.order-details-page .order-buttons {
	margin: 0 0 30px;
	font-size: 0;
}
.order-details-page .order-number {
	margin: 0 0 15px;
	font-weight: 800;
	text-transform: uppercase;
	color: #222;
}
.order-details-page .order-info {
	font-weight: 400;
	color: #222;
}
.order-details-page .order-price {
	font-weight: 400;
	color: #f61853;
}

.order-details-area,
.shipment-details-area {
	text-align: center;
}
.order-details-area .title,
.shipment-details-area .title {
	font-weight: 800;
}

.order-details-page .repost p {
	margin: 5px 0 0;
}
.order-details-page .view-detail,
.order-details-page .download a {
	color: #f61853;
}
.order-tax + .order-attributes {
	margin-top: 15px;
}
.order-details-page .cart-footer {
	color: #222;
}
.order-details-page .actions {
	text-align: center;
	font-size: 0;
}
.order-details-page .actions button {
	min-width: 180px;
	margin: 0 3px 5px;
}

.shipment-details-area .title {
	margin-bottom: 15px;
}

.return-request-page .title {
	margin: 0 0 20px;
}
.return-request-page .fix:after {
	display: none;
}
.return-request-page .wrapper {
	margin: 0 -3%;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.return-request-page .form-fields {
	background-color: #fff;
	padding: 30px 5%;
}
.return-request-file > label {
	white-space: normal;
}
.return-request-page .buttons {
	margin: 35px 0 10px;
}


/* SEARCH & SITEMAP */


.search-input {
	margin: 0 -3%;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.search-input form {
	background-color: #fff;
	padding: 30px 5%;
}
.basic-search,
.advanced-search {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.advanced-search .price-from,
.advanced-search .price-to {
	width: calc(50% - 5px) !important;
	max-width: 150px !important;
}
.advanced-search .price-to {
	margin-left: 9px;
}
.search-input .button-1 {
	min-width: 180px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 15px 25px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.search-input .button-1:hover {
	outline-color: #222;
}
.search-input ~ .search-results {
	margin: 60px 0 0;
}
.search-results .filters-button {
	min-width: 180px;
	margin: -20px 0 30px;
}
.search-results .warning,
.search-results .no-result {
	text-align: center;
	color: #222;
}

.sitemap-page .entity {
	margin: 0 0 50px;
	text-align: center;
}
.sitemap-page .entity-title {
    margin: 0 0 25px;
    text-align: center;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #222;
}
.sitemap-page .entity-body {
	margin: 0 -3%;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.sitemap-page .entity-list {
	background-color: #fff;
	padding: 30px 0;
}
.sitemap-page .entity-list li {
	display: inline-block;
	margin: 8px 15px;
}
.sitemap-page .entity-list a {
	display: block;
	color: #222;
}
.sitemap-page .entity-list a:hover {
	color: #f61853;
}
.sitemap-page .entity-list a:empty {
	display: none;
}
.sitemap-page .description {
	margin: 0 0 50px;
	text-align: center;
}


/* BLOG & NEWS */


.block .year strong {
	display: block;
	padding: 15px 0;
	font-weight: 800;
	color: #222;
}
.blog-post,.news-item {
	margin: 0 auto 50px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 40px;
}
.blog-post .post-head,
.news-item .news-head {
	margin:  0 0 25px;
	text-align: center;
}
.blog-post .post-title,
.news-item .news-title {
	display: table;
	position: relative;
	margin: 0 auto 30px;
	font-size: 30px;
	font-weight: 400;
	color: #222;
}
.blog-post .post-title:after,
.news-item .news-title:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	width: 30px;
	height: 2px;
	margin: auto;
	background-color: #f61853;
}
.blog-post .post-date,
.news-item .news-date {
	display: inline-block;
	line-height: 30px;
}
.blog-post .post-comments,
.news-item .news-comments {
	display: inline-block;
	line-height: 30px;
	color: #f61853;
}
.blog-post .post-body,
.news-item .news-body {
	line-height: 25px;
}
.blog-post .post-body a:hover,
.news-item .news-body a:hover {
	color: #f61853;
}
.blog-posts .buttons,
.news-items .buttons {
	margin: 30px 0 0;
}
.blog-posts .read-more,
.news-items .read-more {
	display: inline-block;
	min-width: 130px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 12px 24px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.blog-posts .read-more:hover,
.news-items .read-more:hover {
	outline-color: #222;
}
.blog-page .tags {
	margin: 30px 0 0;
}
.blog-page .tags label {
	margin: 0 5px;
	color: #222;
}
.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: 14px; /*reset zeroing*/
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin-right: 5px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: block;
	color: #f61853;
}

.blogpost-page .subtitle,
.news-item-page .subtitle {
	margin: 25px 0 0;
}
.blogpost-page .post-comments,
.news-item-page .news-comments {
	color: #f61853;
}
.blogpost-page .post-body,
.news-item-page .news-body {
	margin: 0 0 35px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}

.new-comment {
	margin: 60px 0;
	text-align: center;
}
.new-comment button {
	display: inline-block;
	border: 1px solid #222;
	outline: 1px solid transparent;
	padding: 10px 25px;
	font-weight: 300;
	color: #222;
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.new-comment button:hover {
	outline-color: #222;
}
.new-comment button .close {
	display: none;
}
.new-comment .message-error {
	margin-top: 30px;
}
.new-comment .result {
	margin-top: 30px;
	color: #222;
}
.new-comment .form {
	display: none;
	margin: 30px -3% 0;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 20px;
}
.new-comment .wrapper {
	background-color: #fff;
	padding: 30px 5%;
}
.new-comment .inputs label {
	display: none;
}
.new-comment .buttons {
	margin-top: 25px;
}
.new-comment .button-1 {
	min-width: 180px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 15px 25px;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.new-comment .button-1:hover {
	outline-color: #222;
}

.blog-comment,
.news-comment {
	margin: 0 0 40px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	padding-bottom: 35px;
}
.comment .avatar {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.comment .avatar a {
	display: block;
	height: 100%;
}
.comment .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	border: 1px solid #ebebeb;
	border-radius: 50%;
}
.comment-head {
	margin: 0 0 20px;
	overflow: hidden;
}
.comment-author {
	font-size: 16px;
	font-weight: 800;
	color: #222;
	text-transform: uppercase;
}
.comment-time {
	display: block;
	margin-top: 5px;
	font-size: 11px;
}
.comment-body {
	line-height: 25px;
}

.news-list-homepage,
.home-page-polls {
	margin: 0 0 50px;
	text-align: center;
}
.news-list-homepage .news-item {
	max-width: 900px;
	margin: 0 auto 30px;
}
.news-list-homepage .news-title {
	font-size: 28px;
	line-height: 33px;
}
.news-list-homepage .news-body,
.news-list-homepage .buttons,
.home-page-polls .buttons {
	text-align: center !important;
}
.news-list-homepage .view-all {
	margin-top: 40px;
}
.news-list-homepage .view-all a {
	font-weight: 800;
	text-transform: uppercase;
	color: #222;
}


.new-privacy-container {
            font-family: Arial, sans-serif;
            max-width: 900px;
            margin: 50px auto;
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
     
        .new-privacy-subtitle {
            color: #2c3e50;
            font-size: 20px;
        }
        .new-privacy-text {
            line-height: 1.6;
color: #000000;
        }
        .new-privacy-section {
            margin-bottom: 20px;
        }

/* Home Page */


   .Homedesign-container {
            display: flex;
            align-items: center;
            max-width: 950px;
            background: linear-gradient(90deg, rgba(0, 58, 128, 1) 0%, rgba(0, 167, 255, 1) 100%);
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.5s ease-in-out;
            position: relative;
            overflow: hidden;
font-family: Arial, sans-serif;
        }
        .Homedesign-container:hover {
            transform: scale(1.05);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            background: linear-gradient(135deg, #ffbd33, #ff5733);
            animation: Homedesign-bounce 0.5s ease-in-out;
        }
        @keyframes Homedesign-bounce {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-10px);
            }
        }
        .Homedesign-profile-img {
            width: 150px;
            height: auto;
            border-radius: 10px;
            margin-right: 20px;
            border: 3px solid transparent;
            transition: transform 0.3s ease, filter 0.3s ease, border-color 0.4s ease-in-out;
        }
        .Homedesign-profile-img:hover {
            transform: rotate(5deg) scale(1.1);
            filter: brightness(1.2);
            border-color: #ff5733;
        }
        .Homedesign-text-content {
            text-align: left;
            position: relative;
            z-index: 2;
        }
        .Homedesign-title {
            color: #fff;
            margin: 0;
            transition: color 0.3s ease;
            font-size: 24px;
            position: relative;
            display: inline-block;
            overflow: hidden;
        }
        .Homedesign-title:hover {
            color: #d35400;
        }
        .Homedesign-paragraph {
            color: #fff;
            font-size: 18px;
            line-height: 1.6;
            margin: 5px 0;
            transition: transform 0.3s ease, text-shadow 0.3s ease-in-out;
        }
        .Homedesign-paragraph:hover {
            transform: translateX(5px);
            text-shadow: 2px 2px 8px rgba(0, 123, 255, 0.5);
        }
        .Homedesign-highlight {
            font-weight: bold;
            color: #FFFF00;
        }
        .Homedesign-approach {
            font-style: italic;
            color: #FFFF00;
            transition: color 0.3s ease;
        }
        .Homedesign-approach:hover {
            color: #ff5733;
        }
        .Homedesign-animated-bg {
            position: absolute;
            top: -50px;
            left: -50px;
            width: 200px;
            height: 200px;
            background: ;
            opacity: 0.3;
            border-radius: 50%;
            animation: Homedesign-float 6s infinite alternate ease-in-out;
        }
        @keyframes Homedesign-float {
            from {
                transform: translateY(0);
            }
            to {
                transform: translateY(20px);
            }
        }

        /* === Mobile CSS (max-width: 600px) === */
        @media (max-width: 600px) {
            body {
                height: auto;
                display: block;
                padding: 10px;
            }
            .Homedesign-container {
                flex-direction: column;
                text-align: center;
                max-width: 100%;
                padding: 15px;
            }
            .Homedesign-profile-img {
                width: 120px;
                margin: 0 auto 10px;
                display: block;
            }
            .Homedesign-title {
                font-size: 20px;
            }
            .Homedesign-paragraph {
                font-size: 16px;
            }
            .Homedesign-animated-bg {
                width: 150px;
                height: 150px;
                top: -30px;
                left: -30px;
            }
        }

/* Product Details */

      .ProductTable-container {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            padding: 10px; /* कमी केले */
            margin: 0;
        }

        /* Banner Styling - Reduced Size */
        .ProductTable-banner {
            border-radius: 15px;
            width: 80%; /* कमी केली */
                     padding: 15px; /* padding कमी केली */
            text-align: center;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
            background: white;
            color: black;
        }

        /* Table Styling */
        .ProductTable-table {
            width: 100%;
            margin-top: 20px; /* थोडं कमी केलं */
            border-collapse: collapse;
            background: white;
            color: black;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        }

        .ProductTable-table th, .ProductTable-table td {
            border: 1px solid #ddd;
            padding: 10px; /* padding कमी केली */
            text-align: left;
            font-size: 14px; /* फॉन्ट साईझ थोडी कमी केली */
        }

        .ProductTable-table th {
            background: linear-gradient(90deg, #ff5733, #c70039);
            color: white;
            text-transform: uppercase;
            font-weight: bold;
        }

        /* Hover Effect */
        .ProductTable-table tr:hover {
            background: rgba(100, 181, 246, 0.7);
            transition: background 0.3s ease-in-out;
            transform: scale(1.01);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .ProductTable-banner {
                width: 90%;
                padding: 10px;
            }

            .ProductTable-container {
                padding: 5px;
            }

            .ProductTable-table {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }

            .ProductTable-table th, 
            .ProductTable-table td {
                font-size: 12px;
                padding: 8px;
            }
        }

        /* Extra Small Screens */
        @media (max-width: 480px) {
            .ProductTable-table th, 
            .ProductTable-table td {
                font-size: 11px;
                padding: 6px;
            }

            .ProductTable-table th {
                text-align: center;
            }
        }

/* Common style for register & login buttons */
.header-links .register-btn,
.header-links .login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 14px;
    margin-left: 8px;
    border-radius: 20px; /* Softer, not too pill */
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 90px;
    text-align: center;
}

/* Register button (primary) */
.header-links .register-btn {
    background: #007bff; /* Blue */
    color: #fff !important;
    border: 1px solid #007bff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.header-links .register-btn:hover {
    background: #0056b3;
    border-color: #0056b3;
}

/* Login button (secondary) */
.header-links .login-btn {
    background: #007bff; /* Blue */
    color: #fff !important;
    border: 1px solid #007bff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.header-links .login-btn:hover {
    background: #0056b3;
    border-color: #0056b3;
}


/* FOOTABLE CUSTOM CSS */

.footable-first-column {
	text-align: center;
}
td.footable-first-column {
	position: relative;
}
.footable-first-column .item-count {
	display: none;
	font-size: 13px !important;
}
.footable.breakpoint .footable-toggle {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 10px;
	width: 21px; height: 21px;
	margin: auto;
	overflow: hidden;
	border: 1px solid #222;
	border-radius: 50%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 5px #fff;
	cursor: pointer;
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
    display: table-row;
}
.footable-row-detail-name {
    display: table-cell;
    padding: 5px 10px;
}
.footable-row-detail-value {
    display: table-cell;
	padding: 5px 10px;
	color: #222;
}

.footable-toggle {
	background-image: url('../Themes/Avenue/Content/img/table-plus.png');
}
.footable-detail-show .footable-toggle {
	background-image: url('../Themes/Avenue/Content/img/table-minus.png');
}
.footable-toggle:before {
	display: none !important;
}


@media all and (min-width: 512px) {
	
	.return-request-page
	.footable-element {
		display: none !important;
	}
}
@media all and (min-width: 1024px) {
	
	.footable-element {
		display: none !important;
	}
}
/*@media all and (min-width: 769px) {
	
	.forum-table .footable-element,
	.private-messages .footable-element {
		display: none !important;
	}
}*/
@media all and (min-width: 1501px) {
	
	.lt-footable-element {
		display: none !important;
	}
}

@media all and (max-width: 350px) { /*additional breakpoint, the master breakpoint is 1200px*/

.mini-shopping-cart .items {
	display: none;
}
}

@media all and (max-width: 768px) { /*additional breakpoint, the master breakpoint is 1200px*/

.flyout-cart {
	max-height: calc(100% - 60px); /*handle height on smallest screens, before "items" max-height kicks in*/
}
.logged-in .header-wrapper {
	height: 95px;
}
.logged-in .responsive-nav-content {
	top: 95px;
}
.logged-in .header-menu,
.logged-in .profile-links,
.logged-in .flyout-cart {
	max-height: calc(100% - 95px);
}

}

@media all and (max-width: 1024px) { /*additional breakpoint, the master breakpoint is 1200px*/

/* CART TABLES */

.wishlist-page .cart,
.shopping-cart-page .cart {
	display: block;
	width: auto;
	margin-left: -4%;
	margin-right: -4%;
	border: none;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 0 20px;
}
.wishlist-page .cart colgroup,
.shopping-cart-page .cart colgroup,
.wishlist-page .cart thead,
.shopping-cart-page .cart thead {
	display: none;
}
.wishlist-page .cart tbody,
.shopping-cart-page .cart tbody {
	display: block;
	overflow: hidden;
}
.wishlist-page .cart tr,
.shopping-cart-page .cart tr {
	display: block;
	margin: 20px 0;
	border: 1px solid #ebebeb;
	background-color: #fff;
}
.wishlist-page .cart td,
.shopping-cart-page .cart td {
	display: block;
	border-width: 1px 0 0;
	text-align: center;
}
.wishlist-page .cart .sku,
.shopping-cart-page .cart .sku,
.wishlist-page .cart .vendor,
.shopping-cart-page .cart .vendor {
	display: none;
}
.wishlist-page .footable-element,
.shopping-cart-page .footable-element {
	display: none !important;
}
.wishlist-page .cart .remove-from-cart,
.shopping-cart-page .cart .remove-from-cart {
	border-top: none;
}
.wishlist-page .cart .add-to-cart label,
.wishlist-page .cart .remove-from-cart label,
.shopping-cart-page .cart .remove-from-cart label {
	margin-left: -5px;
	padding-left: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.wishlist-page .cart .product-picture,
.shopping-cart-page .cart .product-picture {
	padding-bottom: 0;
}
.wishlist-page .cart .product-picture img,
.shopping-cart-page .cart .product-picture img {
	max-width: 90px;
}
.wishlist-page .cart td.product,
.shopping-cart-page .cart td.product {
	border-top: none;
}
.wishlist-page .cart .product-name + div,
.shopping-cart-page .cart .product-name + div {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
}
.wishlist-page .product-name + div:before,
.shopping-cart-page .product-name + div:before {
	content: "";
	position: absolute;
	top: 0; left: -20px;
	width: calc(100% + 40px);
	height: 1px;
	background-color: #ebebeb;
}
.shopping-cart-page td .message-error {
	margin-bottom: 0;
}
.wishlist-page .cart .quantity,
.shopping-cart-page .cart .quantity {
	border-top: none;
	padding-top: 0;
}
.wishlist-page .cart .quantity label,
.shopping-cart-page .cart .quantity label {
	display: none;
	text-transform: uppercase;
}
.wishlist-page .cart .qty-input,
.shopping-cart-page .cart .qty-input,
.wishlist-page .cart .qty-dropdown,
.shopping-cart-page .cart .qty-dropdown {
    height: 42px;
}
.wishlist-page .cart .subtotal label,
.shopping-cart-page .cart .subtotal label {
	color: #f61853;
}
.wishlist-page .cart .product-subtotal,
.shopping-cart-page .cart .product-subtotal {
	font-weight: 400;
	text-transform: uppercase;
}

}

@media all and (min-width: 769px) 
and (max-width: 1024px) { /*additional breakpoint, the master breakpoint is 1200px*/

/* CART TABLES */

.wishlist-page .cart tr,
.shopping-cart-page .cart tr {
	float: left;
	width: 49%;
}
.wishlist-page .cart tr:nth-child(odd),
.shopping-cart-page .cart tr:nth-child(odd) {
	clear: both;
}
.wishlist-page .cart tr:nth-child(even),
.shopping-cart-page .cart tr:nth-child(even) {
	margin-left: 2%;
}
.wishlist-page .cart td,
.shopping-cart-page .cart td {
	text-align: left;
}
.wishlist-page .cart .add-to-cart,
.wishlist-page .cart .remove-from-cart,
.shopping-cart-page .cart .remove-from-cart {
	text-align: center;
}
.wishlist-page .cart .product-picture,
.shopping-cart-page .cart .product-picture {
	text-align: center;
}
.shopping-cart-page td .message-error {
	text-align: left;
}
.wishlist-page .cart .quantity label,
.shopping-cart-page .cart .quantity label {
	display: inline;
}

}

@media all and (max-width: 1200px) {

/* HEADER & MENU */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.header-text {
	display: none;
}
.header-wrapper {
	position: relative;
	z-index: 1070;
	height: 60px;
}

.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.active {
	background-color: rgba(0,0,0,0.6);
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.profile-links .ps-scrollbar-y-rail,
.header-menu .ps-scrollbar-y-rail {
    visibility: hidden !important; /*scroll is active, but invisible*/
}
.mini-shopping-cart .items {
	overflow-y: auto; /*PS replacement, delete if PS is reactivated*/
}

.responsive-nav-content {
    position: fixed;
    top: 60px;
    left: 0;
	z-index: 1070;
    width: 320px;
	overflow: hidden;
    background-color: #fff;
	text-align: left;
    transition: all 0.5s ease;
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.responsive-nav-content.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.responsive-nav-head {
	height: 60px;
	background-color: #222;
	padding: 15px 20px;
	line-height: 30px;
	color: #fff;
}
.responsive-nav-head:before {
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
	font-size: 18px;
}
.header-menu .responsive-nav-head:before {
	content: "\e909";
	top: -1px;
	font-size: 14px;
}
.search-box .responsive-nav-head:before {
	content: "\e090";
}
.profile-links .responsive-nav-head:before {
	content: "\e005";
}
.flyout-cart .responsive-nav-head:before {
	content: "\e04f";
}
.responsive-nav-head .text {
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.responsive-nav-head .button {
	float: right;
	cursor: pointer;
}
.responsive-nav-head .button:after {
	content: "\e905";
	font-size: 12px;
}

.nav-button.wishlist-button {
	display: none;
}

.profile-links {
	max-height: calc(100% - 60px);
}
.profile-links:after {
    content: "";
    position: absolute;
    bottom: 0; left: 0;
	z-index: 999;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.profile-links .responsive-nav-body {
	overflow: hidden;
	padding: 0 10px;
}
.profile-links .admin-header-links {
	display: none;
}
.profile-links .header-links li {
	position: relative;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.profile-links .header-links a {
	display: block;
	padding: 20px 12px;
	text-transform: uppercase;
	color: #222;
}
.profile-links #topcartlink {
	display: none;
}

.wishlist-qty.counter:before,
.wishlist-qty.counter:after {
	position: relative;
	top: -1px;
}
.wishlist-qty.counter:before {
	content: "("
}
.wishlist-qty.counter:after {
	content: ")"
}

.header-menu {
	height: auto !important;
	max-height: calc(100% - 60px);
}
.header-menu:after {
    content: "";
    position: absolute;
    bottom: 0; left: 0;
	z-index: 999;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.header-menu ul {
	overflow: hidden;
	padding: 0 10px;
}
.header-menu ul li {
	position: relative;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.header-menu ul li > a,
.header-menu ul li > span {
	display: inline-block;
	min-width: 75%;
	padding: 20px 12px;
	text-transform: uppercase;
	color: #222;
}
.header-menu .with-subcategories {
	max-width: calc(100% - 40px);
}
.header-menu .trigger {
	position: absolute;
	top: 0; right: 0;
	z-index: 1;
	width: 30px;
	height: 100%;
	line-height: 57px;
	cursor: pointer;
}
.header-menu .trigger:after {
	content: "\e904";
	font-size: 10px;
	color: #222;
}
.header-menu .sublist-wrap {
    position: fixed;
    top: 0; left: 0;
	z-index: 2;
    width: 320px;
    height: 100%;
	box-shadow: 1px 0 5px 0 rgba(0,0,0,0.2);
    overflow: hidden;
    background-color: #fff;
    transition: all 0.5s ease;
    -webkit-transform: translate(-325px);
    -ms-transform: translate(-325px);
    transform: translate(-325px);
}       
.header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
	z-index: 3;
}
.header-menu .back-button {
	text-align: right;
}
.header-menu .back-button:before {
	display: none;
}
.header-menu .back-button .text {
	cursor: pointer;
}
.header-menu .back-button .text:before {
	content: "\e90f";
	position: relative;
	top: -1px;
	margin-right: 5px;
	font-size: 9px;
}

}

@media all and (min-width: 501px) {
	
/* GLOBAL STYLES */

.master-wrapper-content {
	padding-left: 3%;
	padding-right: 3%;
}

/* GLOBAL FORMS */

.inputs {
	clear: both;
	margin: 0 2% 25px;
}
.inputs.half-width {
	float: left;
	clear: none;
	width: 46%;
}
.inputs.half-width:only-child {
	float: none;
	clear: both;
	width: auto;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
	width: 100%;
	max-width: none;
}

/* GLOBAL TABLES */

.cart th, .data-table th,
.forums-table-section th {
    padding: 20px;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
    padding: 20px;
}
.cart .product-picture img {
	max-width: 90px;
}
.wishlist-page .cart,
.shopping-cart-page .cart {
	margin-left: 0;
	margin-right: 0;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */
/* HEADER MENU */
/* FOOTER */

.newsletter-subscribe-text {
	width: 300px;
	height: 40px !important;
	text-align: left;
}
.newsletter-subscribe-text:focus {
	background-color: #fff !important;
}
.newsletter-subscribe-button {
	width: auto;
	min-width: 120px;
	height: 40px;
	margin-left: -1px;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: left;
	width: 48%;
	margin: 0 1% 2%;
	text-align: left;
}
.block:nth-of-type(2n+1) {
	clear: both;
}

/* CATEGORY PAGE & GRIDS */

.product-select-block {
	width: 48.625%;
	margin-right: 2.75%;
}
.item-box {
	width: 31.333%; /*three per row*/
	margin-left: 3%;
}
.item-box:nth-child(2n+1) {
	clear: none; /*revert the third item*/
	margin-left: 3%; /*revert the third item*/
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

/* FEATURED CATEGORIES */

.featured-categories.in-header .item-box {
	width: 33.333%;
}
.featured-categories.in-header .title {
	font-size: 3vw;
}

/* PRODUCT PAGE */

.overview .product-name {
	padding: 0 3%;
}
.attributes select,
.checkout-attributes select {
	max-width: 100%;
}
.rental-attributes .datepicker {
	width: 140px;
}

/* REVIEW PAGE */

.write-review .review-form {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.write-review .form-wrapper {
	padding: 40px 2%;
}
.write-review .inputs {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

/* WISHLIST & COMPARE LIST */

.compare-products-page .page-body {
	margin: 0;
}
.compare-section .picture + .cells {
	padding: 0 17px;
}
.compare-section .item + .item {
	margin-top: -17px;
}
.compare-section .item {
	padding: 17px;
}

/* TOPICS */

.topic-password {
	max-width: 900px;
	margin: 20px auto 0;
}
.topic-password form {
	padding: 40px 2%;
}

/* CONTACT PAGES */

.contact-page form,
.contact-page .form,
.email-a-friend-page form,
.apply-vendor-page form {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.contact-page .fieldset,
.email-a-friend-page .fieldset,
.apply-vendor-page .wrapper {
	padding: 40px 2%;
}
.contact-page .buttons,
.email-a-friend-page .buttons {
	padding-bottom: 40px;
}

/* REGISTRATION & LOGIN */

.registration-page .page-body,
.password-recovery-page .page-body {
	max-width: 900px;
	margin: auto;
}
.registration-page form,
.customer-block .wrapper {
	padding: 40px 2%;
}
.date-of-birth > 
.date-picker-wrapper {
	width: 100%;
	max-width: none;
}
.customer-block {
	margin-left: auto;
	margin-right: auto;
}
.customer-block .remember,
.customer-block .forgot-password {
	margin: 0 10px;
}
.customer-block .guest-button,
.customer-block .guest-button + button {
	display: inline-block;
	min-width: 180px;
	margin: 0 3px;
}

/* ACCOUNT PAGES */

.customer-pages-body .center-2 {
	margin-left: auto;
	margin-right: auto;
}
.html-customer-info-page .center-2,
.html-address-edit-page .center-2 {
	max-width: 900px;
}
.customer-info-page,
.address-edit-page,
.change-password-page,
.customer-avatar-page,
.customer-reviews-list,
.giftcard-balance-page,
.vendor-info-page {
	padding: 40px 2%;
}

/* SHOPPING CART */
/* CHECKOUT */

.checkout-page .address-grid,
.checkout-page .new-address {
	margin-left: 0;
	margin-right: 0;
}
.checkout-page .address-item,
.checkout-page .enter-address {
	padding: 40px 2%;
}
.method-list {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.payment-info .wrap {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.payment-info .info td {
	text-align: left;
}
.payment-info tr:only-child td {
	text-align: center;
}

.opc.default {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.opc .step-body {
	padding: 30px 3%;
}
.opc .back-link {
	margin: 0;
}

/* ORDER DETAILS & RETURN REQUEST */

.order-completed .details {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.order-review-data .wrap,
.order-details-area .wrap,
.shipment-details-area .wrap {
	margin-left: 0;
	margin-right: 0;
}
.order-details-page .products {
	padding: 0 1px;
}
.order-details-page .button-2 {
	min-width: 150px !important;
	margin: 0 5px !important;
}
.return-request-page .wrapper {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.return-request-page .form-fields {
	padding: 40px 3%;
}
.return-request-page .buttons {
	margin-bottom: 0;
}

/* SEARCH PAGE & SITEMAP */

.search-input {
	margin-left: 0;
	margin-right: 0;
}
.search-input form {
	padding: 40px 3%;
}
.entity-body {
	max-width: 1700px;
	margin: auto !important;
}
.entity-list {
	padding: 40px 0 !important;
}

/* BLOG & NEWS */

.new-comment .form {
	margin-left: 0;
	margin-right: 0;
}
.new-comment .wrapper {
	padding: 40px 3%;
}

}

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.master-wrapper-content {
	padding-left: 2%;
	padding-right: 2%;
}

/* GLOBAL FORMS */

.inputs .option-list li {
	display: inline-block;
    margin: 5px 10px;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.admin-header-links {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 40%;
	height: 60px;
	margin: auto;
	background-color: transparent;
	padding: 10px 0;
	font-size: 0;
	color: #777;
}
.admin-header-links a,
.admin-header-links span {
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
}
.admin-header-links a:hover {
	color: #222;
	text-shadow: 0 0 rgba(0,0,0,0.5);
}

/* HEADER MENU */
/* FOOTER */

.footer-text {
	padding-bottom: 65px;
}
.footer-block-wrapper {
	display: table;
	width: 100%;
	padding: 0 0 60px;
}
.footer-block {
	display: table-cell;
	width: 33.333%;
	border-right: 1px solid #333;
	vertical-align: top;
}
.footer-block:last-child {
	border: none;
}
.footer-block .title {
	margin: 0;
	border: none;
	padding-top: 0;
	cursor: default;
}
.footer-block .title:before,
.footer-block .title:after {
	display: none;
}
.footer-block .list {
	display: block !important;
	height: auto !important;
	padding: 10px 0 0 !important;
	margin: 0 0 -5px;
}

/* HOMEPAGE INFO PANEL */

.information-box {
	width: calc(50% - 20px);
}

/* LEFT/RIGHT COLUMN */

.block {
	width: 31.3333%;
	margin: 0 1% 2%;
}
.block:nth-of-type(2n+1) {
	clear: none;
}
.block:nth-of-type(3n+1) {
	clear: both;
}

/* CATEGORY PAGE & GRIDS */

.product-selectors {
	position: relative;
	border: 1px solid #ebebeb;
	text-align: left;
	font-size: 0;
}
.product-select-block {
	display: inline-block;
	float: none;
	width: auto;
	margin: -1px;
	vertical-align: top;
}
.product-select-block select {
	min-width: 250px;
    border-color: #ebebeb;
}

.item-box {
	width: 32%;
	margin-left: 2%;
}
.item-box:nth-child(2n+1) {
	margin-left: 2%;
}
.item-box:nth-child(3n+1) {
	margin-left: 0;
}

.product-list .item-box {
    float: none;
    width: auto !important;
    margin-left: 0 !important;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}
.product-list .product-item {
    display: table;
	width: 100%;
}
.product-list .item-box .picture {
	display: table-cell;
	width: 25%;
	margin: 0;
	vertical-align: top;
}
.product-list .item-box .details {
	display: table-cell;
	width: 50%;
	padding: 0 2% 0 2.5%;
	text-align: left;
	vertical-align: top;
}
.product-list .item-box .product-title {
	font-size: 20px;
}
.product-list .item-box .description {
    display: block;
	margin: 0 0 20px;
}
.product-list .item-box .old-price {
	font-size: 16px;
}
.product-list .item-box .actual-price {
	font-size: 23px;
	color: #f61853;
}
.product-list .item-box .buttons {
	display: table-cell;
	position: static;
	width: 25%;
	border: none;
	vertical-align: middle;
	opacity: 1;
}
.product-list .item-box .buttons:before {
	display: none;
}
.product-list .item-box .dummy-link {
	display: none;
}
.product-list .item-box .wrap {
	position: relative !important;
	width: auto !important;
	margin-top: 0 !important;
	padding-top: 50px;
	text-align: right;
	white-space: normal !important;
}
.product-list .item-box button {
	width: 100%;
	margin: 0 0 10px;
	border: 1px solid #666;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #222;
}
.product-list .item-box button:before {
	content: "+";
	display: inline;
	position: relative;
	top: 2px;
	left: -5px;
	line-height: normal;
}
.product-list .product-box-add-to-cart-button {
	position: absolute;
	top: 0;
	right: 0;
	outline: 1px solid transparent;
	border-color: #222 !important;
	background-color: #222;
	color: #fff !important;
	transition: all 0.2s ease;
}
.product-list .product-box-add-to-cart-button:hover {
	outline-color: #222;
}
.product-list .product-box-add-to-cart-button:before {
	color: #fff !important;
}

.pager {
	margin: 20px 0 0;
}
.pager .previous-page {
	margin-right: 20px;
}
.pager .next-page {
	margin-left: 21px;
}

/* FEATURED CATEGORIES */
/* PRODUCT PAGE */

.overview .product-name {
	padding: 0 2%;
}

.tier-prices .prices-table {
	display: table;
	position: relative;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.tier-prices .prices-table:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	border: 10px solid #fff;
	pointer-events: none;
}
.tier-prices .prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.tier-prices .prices-row > div {
	display: table-cell;
	border: 1px solid #ebebeb !important;
	padding: 15px;
}
.tier-prices .field-header {
	min-width: 100px;
}

.variant-picture {
	float: left;
	width: 280px;
}
.variant-overview {
	margin-left: 300px;
	text-align: left;
}
.variant-overview 
.free-shipping:before {
	margin-left: 0;
}
.variant-overview .qty-label {
	display: none;
}
.variant-overview .qty-input,
.variant-overview .qty-dropdown {
	margin-left: 0;
}

.product-specs-box .table-wrapper {
    position: relative;
}
.product-specs-box .table-wrapper:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	border: 10px solid #fff;
	pointer-events: none;
}

.ui-tabs .ui-tabs-nav {
	font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
	position: relative;
	padding: 0 36px;
}
.ui-tabs .ui-tabs-nav li + li:before {
	content: "X";
	position: absolute;
	top: 0; bottom: 0;
	left: -5px;
	height: 18px;
	margin: auto;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px
}

/* REVIEW PAGE */

.write-review .form-wrapper {
	padding: 40px 3%;
}
.product-review-item {
	padding-left: 1%;
	padding-right: 1%;
}
.review-item-head .title {
	float: left;
	margin: 0
}
.review-item-head .rating-box {
	float: right;
}
.product-review-info {
	float: left;
}
.product-review-helpfulness {
	float: right;
	margin: 0;
}
.product-review-item .reply-wrapper {
	padding: 30px;
}
.product-review-item .review-content {
	text-align: left;
}

/* WISHLIST & COMPARE LIST */

.compare-section .item {
	padding: 20px;
}
.compare-section .item + .item {
	margin-top: -20px;
}
.compare-section .picture + .cells {
	padding: 0 20px;
}

/* TOPICS */

.topic-password form {
	padding: 40px 3%;
}

/* CONTACT PAGES */

.contact-page .fieldset,
.email-a-friend-page .fieldset,
.apply-vendor-page .wrapper {
	padding: 40px 3%;
}
.contact-page .inputs:nth-child(1),
.email-a-friend-page .inputs:nth-child(1),
.apply-vendor-page .inputs:nth-child(1) {
	float: left;
	clear: none;
	width: 46.5%;
	margin-right: 1.5%;
}
.contact-page .inputs:nth-child(2),
.email-a-friend-page .inputs:nth-child(2),
.apply-vendor-page .inputs:nth-child(2) {
	float: right;
	clear: none;
	width: 46.5%;
	margin-left: 1.5%;
}

/* REGISTRATION & LOGIN */

.registration-page form,
.customer-block .wrapper {
	padding: 40px 3%;
}
.customer-block .guest-button,
.customer-block .guest-button + button {
	margin: 0 5px;
}

/* ACCOUNT PAGES */

.customer-info-page,
.address-edit-page,
.change-password-page,
.customer-avatar-page,
.customer-reviews-list,
.giftcard-balance-page,
.vendor-info-page {
	padding: 40px 3%;
}
.address-list, .order-list,
.return-request-list,
.gdpr-tools-page form,
.price-match-list {
	overflow: hidden;
}
.address-list-page .section,
.order-list-page .section,
.return-request-list .section,
.gdpr-tools-page .section,
.price-match-list.section {
	float: left;
	width: 48%;
	margin: 0 1% 2%;
}
.address-list .section:nth-child(odd),
.order-list .section:nth-child(odd),
.request-list .section:nth-child(odd),
.price-match-list.section:nth-child(odd) {
	clear: both;
}
.address-list .section:nth-child(even),
.order-list .section:nth-child(even),
.request-list .section:nth-child(even),
.price-match-list.section:nth-child(even) {
	clear: none;
}
.address-list .section:last-child,
.order-list .section:last-child,
.request-list .section:last-child,
.price-match-list.section:last-child {
	margin-bottom: 0;
}
.address-list .section:only-child,
.one-address + .section:last-child,
.order-list .section:only-child,
.request-list .section:only-child,
.price-match-list.section:only-child {
	float: none;
	width: auto;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.one-address + .section:last-child {
	margin-top: -1px;
}
.section.recurring-payments {
	float: none;
	width: auto;
}
.customer-reviews-page .review-item-head {
	overflow: hidden;
}
.customer-reviews-page .review-title {
	float: left;
	max-width: calc(100% - 80px);
}
.customer-reviews-page .rating-box {
	float: right;
	margin-top: 5px;
}
.gdpr-tools-page .section .info {
	min-height: 75px;
}

/* SHOPPING CART */

.order-progress li {
	width: calc(33.33333% - 3px);
}
.cart-options button {
	min-width: 0;
}
.coupon-code .button-2 {
	position: absolute;
	top: 4px;
	right: 3px;
	width: auto !important;
	min-width: 150px;
	background-color: #fff !important;
	color: #222 !important;
}

/* CHECKOUT */

.checkout-page .address-grid {
	padding: 10px;
}
.checkout-page .address-item,
.checkout-page .enter-address {
	padding: 40px 3%;
}
.checkout-page .address-item {
	float: left;
	width: 48%;
	margin: 1% !important;
}
.checkout-page .address-item:nth-child(odd) {
	clear: both;
}
.checkout-page .address-item:nth-child(even) {
	clear: none;
}
.checkout-page .address-item:only-child {
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
}
.checkout-page .new-address {
	max-width: 900px;
	margin: auto;
}
.opc .order-summary {
	margin-top: 15px !important;
	overflow: hidden;
}
.opc .confirm-tab .buttons {
	margin: 0 0 10px;
}

/* ORDER DETAILS & RETURN REQUEST */

.order-review-data,
.order-details-area,
.shipment-details-area {
	display: table;
	width: 100%;
}
.order-details-area,
.shipment-details-area {
	margin: 20px 0 30px;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	display: table-cell;
	width: 50%;
}
.order-review-data .wrap,
.order-details-area .wrap,
.shipment-details-area .wrap {
	margin-left: 3%;
	margin-right: 3%;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.new-comment textarea,
.enter-comment-title {
	max-width: 600px !important;
}

}

@media all and (min-width: 1025px) {

/* GLOBAL TABLES */

.cart label:first-child {
	display: none;
}
.cart td .message-error {
	margin: 5px 0;
	text-align: left;
}

/* CATEGORY PAGE & GRIDS */

.item-box {
	width: 23.5%; /*four per row*/
}
.item-box:nth-child(3n+1) {
	clear: none; /*revert the fourth item*/
	margin-left: 2%; /*revert the fourth item*/
}
.item-box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.item-box .buttons {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border: 10px solid #f6f6f6;
	background-color: rgba(255,255,255,0.9);
	opacity: 0;
	transition: all 0.3s ease;
}
.item-box:hover .buttons {
	opacity: 1;
}
.item-box .buttons:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .dummy-link {
    position: absolute;
    top: 0;
	right: 0;
	bottom: 0;
    left: 0;
	z-index: 0;
}
.item-box .buttons .wrap {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 1;
	width: 163px; /*4 buttons, 40px per button + 1px gap between all*/
	margin: -20px auto 0;
	font-size: 0;
	white-space: nowrap;
}

.product-list .item-box .picture {
	width: 20%;
}
.product-list .item-box .details {
	width: 60%;
}
.product-list .item-box .buttons {
	width: 20%;
}

/* FEATURED CATEGORIES */

.featured-categories.default {
	margin-bottom: 60px;
}
.featured-categories.default .item-box {
	display: table;
	clear: none !important;
	width: 50%;
	margin: 0 !important;
	padding: 1px;
}
.featured-categories.default .wrapper {
	display: table-row;
}
.featured-categories.default .details {
	display: table-cell;
	position: relative;
	width: 50%;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	text-align: center;
	vertical-align: top;
	color: #222;
}
.featured-categories.default .details:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	margin: auto;
	background-color: #fff;
}
.featured-categories.default .title {
	position: absolute;
	top: 49%;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0 20px;
	font-size: 1.5vw;
	font-weight: 400;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.featured-categories.default .text {
	display: inline-block;
	position: absolute;
	top: 15%;
	right: 0;
	left: 0;
	margin: auto;
	padding: 0 20px;
}
.featured-categories.default .text:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 5px auto 0;
	background-color: #f61853;
}
.featured-categories.default .button {
	display: inline-block;
	position: absolute;
	left: 0; right: 0;
	bottom: 15%;
	width: 120px;
	margin: auto;
	border: 1px solid #222;
	padding: 11px 10px 9px;
	font-size: 11px;
	white-space: nowrap;
	text-transform: uppercase;
}
.featured-categories.default .picture {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.featured-categories.default 
.item-box:nth-child(n+3) {
	margin-top: 30px !important;
}

.featured-categories.in-header
.sub-category-list {
	display: block;
	margin: 0 !important;
}

/* LOGIN PAGE */

.customer-blocks {
	overflow: hidden;
	max-width: 1800px;
	margin: auto;
}
.customer-block {
	max-width: 1800px;
	margin: 0 0 2%;
}
.customer-block.login-block {
	float: left;
	width: 49%;
}
.customer-block.register-block,
.customer-block.checkout-as-guest {
	float: right;
	width: 49%;
}

/* WISHLIST & COMPARE LIST */

.compare-products-mobile {
	display: none;
}
.compare-products-table {
	display: table;
    border-collapse: separate;
	border-spacing: 20px 0;
}
.compare-products-page .page-body {
	padding: 20px 0;
}
.compare-products-page .page-body > a {
	display: none;
}
.compare-products-table td {
	background-color: #fff;
	text-align: center;
	vertical-align: top;
	color: #222;
}
.compare-products-table td:first-child {
    text-align: right;
}
.compare-products-table td.empty {
	text-align: center;
}
.compare-products-table .picture {
	display: block;
	margin: 0 0 30px;
	font-size: 0;
}
.compare-products-table .remove-button {
	font-size: 12px;
}
.compare-products-table .full-description {
	display: none;
}

/* SHOPPING CART */

.order-progress li {
	float: left;
	width: 155px;
	margin: 0 1.5px;
}

}

@media all and (min-width: 1201px) {

/* GLOBAL STYLES */

.master-wrapper-content {
	padding-top: 200px;
}
.home-page-body
.master-wrapper-content {
	padding-top: 35px;
}
.product-details-page-body
.master-wrapper-content {
	padding-top: 70px;
}

.center-1,
.center-2 {
	margin: 0 0 100px;
}
.side-2 {
	margin: 0 0 75px;
}

.page {
	text-align: left;
}
.page-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: url('../Themes/Avenue/Content/img/title-banners.jpg') center no-repeat;
	text-align: center;
}
.page-title h1 {
	margin-top: 50px;
	font-size: 40px;
	line-height: 46px;
}
.with-subcategories h1 {
	margin-top: 105px;
}

/* GLOBAL FORMS */
/* GLOBAL TABLES */

.cart th, .data-table th,
.forums-table-section th {
    padding: 20px 25px;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
    padding: 20px 25px;
}

/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification .text {
	float: left;
	margin-bottom: 0;
}
.eu-cookie-bar-notification .buttons-more {
	float: right;
	margin-right: -10px;
}

/* HEADER */

.header > 
.admin-header-links {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}

.header-upper {
	border-bottom: 1px solid #ebebeb;
	padding: 0 2%;
}
.header-upper:after {
	content: "";
	display: block;
	clear: both;
}
.header-text {
	float: left;
	line-height: 40px;
	font-size: 11px;
}
.profile-links {
	display: block !important;
	float: right;
}
.admin-header-links {
	position: static;
	float: left;
	max-width: none;
	height: auto;
	padding: 0;
}
.admin-header-links a {
	position: relative;
	margin: 0;
	padding: 0 18px;
}
.header-links {
	float: right;
	margin-right: -18px;
	font-size: 0;
}
.header-links li {
	display: inline-block;
	position: relative;
	padding: 0 18px;
}
.header-links li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	width: 1px;
	height: 12px;
	margin: auto;
	background-color: #ddd;
}
.header-links a {
	display: block;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.header-links a:hover {
	color: #222;
	text-shadow: 0 0 rgba(0,0,0,0.5);
}
.header-links #wishlistlink,
.header-links #topcartlink {
	display: none;
}
.header-selects {
	float: left;
	margin-left: 5px;
}
.header-selects > div {
	display: inline-block;
	position: relative;
	padding-right: 10px;
	vertical-align: middle;
}
.header-selects > div:after,
.admin-header-links a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 12px;
	margin: auto;
	background-color: #ddd;
}
.header-selects select {
	min-width: 80px;
	height: 40px;
	border: none;
	font-size: 12px;
	letter-spacing: 1px;
	color: #777;
}
.header-selects select:focus {
	background-color: transparent;
	color: #222;
}
.language-list {
	padding-left: 3px;
}
.language-list a {
	top: -1px;
	width: 32px;
	height: 32px;
}

.header-lower {
	background-color: #fff;
	padding: 0 2%;
}
/*.header-lower-inner.stick {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 0 2.5%;
}*/
.header-lower .table-cell {
	min-width: 120px; /*centered header menu*/
	height: 90px;
}
.header-lower .header-logo {
	min-width: 150px;
	margin: 0;
}
.header-logo-wrapper,
.responsive-nav-wrapper {
	padding-left: 0;
	padding-right: 0;
}
.nav-button.menu-button,
.nav-button.personal-button {
	display: none !important;
}
.nav-button.search-button,
.nav-button.cart-button {
	position: relative;
	z-index: 1;
}
.nav-button.cart-button {
	margin-right: -13px;
}
.responsive-nav-head {
    display: none;
}
.responsive-nav-content.search-box,
.responsive-nav-content.flyout-cart {
    position: absolute;
	right: 0; z-index: 1;
	width: 370px;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
	text-align: left;
	font-size: 14px; /*reset zeroing*/
	white-space: normal;
	transition: transform 0.5s ease;
	-webkit-transform: translate(490px,20px);
    -ms-transform: translate(490px,20px);
    transform: translate(490px,20px);
}
.responsive-nav-content.search-box.active,
.responsive-nav-content.flyout-cart.active {
    -webkit-transform: translate(25px,20px);
    -ms-transform: translate(25px,20px);
    transform: translate(25px,20px);
}
.search-box:before,
.flyout-cart:before {
	content: "";
	position: absolute;
	top: -10px; right: 36px;
	border-width: 0 10px 10px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
	filter: drop-shadow(0px -3px 2px rgba(0,0,0,0.03));
}
.search-box .search-form {
	margin: 30px;
}
.ui-autocomplete {
	padding: 0 30px 30px;
}
.ui-autocomplete .ui-menu-item {
	padding: 10px 0;
}
.mini-shopping-cart {
	padding: 30px;
}
.mini-shopping-cart .count {
    margin: 0 0 25px;
}

/* HEADER MENU */

.header-menu {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.header-menu > ul {
	max-height: none !important;
	font-size: 0;
}
.header-menu > ul > li {
	display: inline-block;
	position: relative;
	margin: 0 20px;
	vertical-align: middle;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
	box-shadow: 0 1px 0 0 transparent;
	padding: 2px 0;
	font-size: 14px; /*reset zeroing*/
	text-transform: uppercase;
	color: #222; cursor: pointer;
	transition: box-shadow 0.5s ease, color 0.2s ease;
font-weight: bold;
}
.header-menu > ul > li > a:hover,
.header-menu > ul > li > span:hover {
	box-shadow: 0 1px 0 0; /*undefined color because of color presets, it defaults to "color" property*/
	color: #f61853;
}
.header-menu > ul > li.has-sublist:after {
	content: "";
	position: absolute;
	bottom: -32px; left: 50%;
	z-index: 2;
	margin-left: -10px;
	border-width: 0 10px 10px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
	filter: drop-shadow(0px -3px 2px rgba(0,0,0,0.03));
	opacity: 0; pointer-events: none;
	transition: all 0.3s ease;
}
.header-menu > ul > li.has-sublist:hover:after {
	pointer-events: auto;
	opacity: 1;
}

.header-menu .close-menu,
.header-menu .back-button {
	display: none !important;
}
.header-menu .number {
	display: none;
}

.header-menu .sublist-wrap {
	position: absolute;
	z-index: 1;
	margin-left: -25px;
	padding-top: 32px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}
.header-menu .sublist {
	position: relative;
	width: 230px;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 20px 25px;
	text-align: left;
}
/*.header-menu .sublist:before {
	content: "";
	position: absolute;
	top: -10px; left: 25px;
	border-width: 0 10px 10px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
	filter: drop-shadow(0px -3px 2px rgba(0,0,0,0.03));
}*/ /*replaced*/
.header-menu .sublist li a {
	display: block;
	position: relative;
	padding: 8px 0 8px 15px;
	font-size: 13px; /*reset zeroing*/
}
.header-menu .sublist li a:hover {
	color: #222;
	text-shadow: 0 0 rgba(0,0,0,0.5);
}
.header-menu .sublist li a:before {
	content: "\e902";
	position: absolute;
	top: 13px; left: 0;
	font-size: 7px;
}
.header-menu li:hover > .sublist-wrap {
	opacity: 1;
	pointer-events: auto;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: 0;
	left: calc(100% - 25px);
	min-height: 100%;
	margin: 0;
	padding: 0 0 0 30px;
}
.header-menu .sublist-wrap li .sublist:before {
	display: none;
}

/* FOOTER */

.newsletter .title {
	display: inline-block;
	position: relative;
	max-width: 710px;
	margin: 0 30px 0 0;
	overflow: hidden;
	padding-left: 60px;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsletter .title:before {
	content: "\e902 \e902 \e902 \e902 \e902 \e902";
	position: relative;
	top: -4px;
	margin-right: 15px;
	font-size: 10px;
	color: #dfdfdf;
	letter-spacing: 2px;
}
.newsletter .title:after {
	content: "\e01f";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 38px;
	margin: auto;
	font-size: 32px;
	line-height: 38px;
}

.footer-middle {
	overflow: hidden;
	padding: 70px 4%;
}
.footer-text {
	float: left;
	width: 29.5%;
	padding: 0;
}
.footer-text .text {
	max-width: 420px;
}
.footer-block-wrapper {
	float: right;
	width: 66%;
	padding: 0;
}
.footer-block:first-child {
	border-left: 1px solid #333;
}
.footer-block:last-child {
	border-right: 1px solid #333;
}
.footer-lower {
	display: table;
	width: 100%;
	padding: 35px 2%;
}
.footer-lower-block {
	display: table-cell;
	min-width: 250px;
	vertical-align: middle;
}
.footer-social-buttons {
	text-align: left;
}
.footer-social-buttons ul {
	margin-left: -15px;
}
.footer-payment-methods {
	text-align: right;
}
.footer-payment-methods ul {
	margin-right: -5px;
}
.footer-site-info .info {
	display: inline-block;
	margin: 0 10px;
}

/* HOMEPAGE INFO PANEL */

.information-panel {
	display: block;
}
.information-box {
	width: calc(25% - 20px);
	padding: 35px;
}

/* LEFT/RIGHT COLUMN */

.center-2 {
	float: right;
	width: 75%;
}
.side-2 {
	float: left;
	width: 23%;
}

.one-column .center-2 {
	float: none;
	width: auto;
}
.one-column .side-2 {
	display: none;
}

.block {
	float: none;
	width: auto;
	margin: 0 0 15px;
}
.block .title {
	cursor: default;
}
.block .title:before {
	display: none;
}
.block .listbox {
	display: block !important;
	height: auto !important;
	padding: 0 30px;
}
.block .poll {
	padding: 26px 0;
}

.filters .ui-slider {
	margin: 0 6px 25px;   
}
.filters .ui-slider-handle {
    top: -5px;
    width: 12px;
    height: 12px;
    margin-left: -6px;
}

/* CATEGORY PAGE & GRIDS */

.home-page .product-grid {
	margin-bottom: 35px;
}
.sub-category-list {
    margin-top: 12px;
}
.related-products-grid,
.also-purchased-products-grid {
	margin: 0 0 35px;
}

.filters-button {
	display: none !important;
}

.one-column .product-selectors {
	border: none;
	background: url('../Themes/Avenue/Content/img/pattern.png') repeat;
	padding: 10px;
}
.one-column .product-select-block {
	display: inline-block;
	width: calc(25% - 21px);
	margin: 10px !important;
}
.one-column .product-viewmode {
	display: none;
}

.center-2 .item-box {
	width: 32%; /*three per row*/
}
.center-2 .item-box:nth-child(4n+1) {
	clear: none; /*revert the fifth item*/
	margin-left: 2%; /*revert the fifth item*/
}
.center-2 .item-box:nth-child(3n+1) {
	clear: both; /*revert the fourth item*/
	margin-left: 0; /*revert the fourth item*/
}

.one-column .center-2 .item-box {
	width: 23.5%; /*four per row*/
}
.one-column .center-2 .item-box:nth-child(3n+1) {
	clear: none; /*revert the fourth item*/
	margin-left: 2%; /*revert the fourth item*/
}
.one-column .center-2 .item-box:nth-child(4n+1) {
	clear: both; /*revert the fifth item*/
	margin-left: 0; /*revert the fifth item*/
}

.product-list .item-box .picture {
	width: 22%;
}
.product-list .item-box .details {
	width: 56%;
}
.product-list .item-box .buttons {
	width: 22%;
}

/* FEATURED CATEGORIES */

.featured-categories.default {
	margin-bottom: 75px;
}

/* PRODUCT PAGE */

.gallery {
	float: left;
	width: 46%;
	max-width: none;
	margin: 0 0 10px;
}
.gallery .picture {
	width: auto;
}
.overview {
	float: right;
	width: 52%;
	padding: 0 1%;
	text-align: center;
}
.overview .product-name {
	position: static;
	margin-bottom: 25px;
	padding: 0;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 30px;
}
.giftcard label {
	text-align: left;
}
.product-essential {
	padding: 0 1%;
}
.product-variant-list {
	overflow: hidden;
}
.product-variant-line {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.product-variant-list >
div:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.variant-picture {
	width: 36%;
}
.variant-overview {
	margin-left: 40%;
}

/* REVIEW PAGE */

.write-review {
	margin-top: 20px;
}
.write-review-result {
	margin-top: 20px;
}
.review-text .review-avatar {
	float: left;
	margin: 0;
}
.review-avatar + .text-body {
	float: right;
	width: calc(100% - 150px);
	text-align: justify;
}

/* WISHLIST & COMPARE LIST */
/* TOPICS */

.topic-page {
	max-width: 1200px;
	margin: 20px auto 0;
}
.topic-password {
	margin-top: -240px;
}
.home-page .topic-block {
	margin: 10px auto 55px;
}

/* CONTACT PAGES */
/* REGISTRATION & LOGIN */
/* ACCOUNT PAGES */

.customer-pages-body 
.master-column-wrapper {
	padding: 30px;
}
.block-account-navigation .title {
	display: none;
}
.block-account-navigation .listbox {
	border: none;
	padding: 0;
}
.block-account-navigation .list li {
	margin: 0 0 10px;
}
.block-account-navigation .list a {
	background-color: #ebebeb;
	padding: 15px;
}
.block-account-navigation .list .active a {
	background-color: #f61853;
	font-weight: 400;
	color: #fff;
}
.block-account-navigation .list .active a:before {
	color: #fff;
}

.customer-pages-body .center-2 {
	width: 77%;
	max-width: none;
	margin-top: 0;
	padding: 30px;
}
.customer-pages-body .page-title {
	display: block;
}
.customer-pages-body .page-body {
	max-width: none;
}

.customer-info-page,
.address-edit-page,
.change-password-page,
.customer-avatar-page,
.customer-reviews-list,
.giftcard-balance-page,
.multi-authentication,
.multi-auth-config,
.vendor-info-page {
	max-width: 900px;
	margin: auto;
	border: 1px solid #ebebeb;
}

/* SHOPPING CART */

.order-progress {
	margin: 20px 0 50px;
}
.order-progress li {
	width: 160px;
}
.shopping-cart-page {
	margin-top: 20px;
}

/* CHECKOUT */

.checkout-page .checkout-data {
	margin-top: 20px;
}
.checkout-page .order-summary {
	margin-top: 90px;
}
.selected-checkout-attributes {
	text-align: left;
}
.checkout-page .address-item {
	width: 31.333%;
}
.checkout-page .address-item:nth-child(2n+1) {
	clear: none;
}
.checkout-page .address-item:nth-child(3n+1) {
	clear: both;
}

/* ORDER DETAILS & RETURN REQUEST */

.order-details-page .order-buttons {
	margin-top: 20px;
}
.order-details-page .products {
	padding: 0;
}
.return-request-page .title {
	margin: 20px 0 35px;
}

/* SEARCH & SITEMAP */

.sitemap-page .description {
	margin-top: 20px;
}

/* BLOG & NEWS */

.blog-pages-body
.master-column-wrapper,
.news-pages-body
.master-column-wrapper {
	max-width: 1200px;
	margin: 20px auto 0;
}
.blog-pages-body .side-2,
.news-pages-body .side-2 {
	float: right;
	width: 270px;
}
.blog-pages-body .center-2,
.news-pages-body .center-2 {
	float: left;
	width: calc(100% - 310px);
}
.news-pages-body .block-poll {
	display: none;
}
.blog-pages-body .block .title,
.news-pages-body .block .title {
	position: relative;
	margin: 0 0 20px;
	background-color: transparent;
	text-align: left;
	padding: 14px 0;
	font-size: 16px;
	color: #222;
}
.blog-pages-body .block .title:after,
.news-pages-body .block .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	margin: auto;
	background-color: #222;
}
.blog-pages-body .block .listbox,
.news-pages-body .block .listbox {
	border-width: 0 0 1px;
	padding: 0;
}

.blog-post .post-body,
.news-item .news-body {
    text-align: justify;
}
.blog-details {
	margin-top: 30px;
}
.blog-details:after {
	content: "";
	display: block;
	clear: both;
}
.blog-details .buttons {
	float: left;
	margin: 0;
}
.blog-details .tags {
	float: right;
	max-width: calc(100% - 180px);
	margin: 8px 0 0;
}

.blogpost-page .page-title h1,
.news-item-page .page-title h1 {
	margin-top: 110px;
}
.blogpost-page .post-body,
.news-item-page .news-body {
	padding-top: 12px;
	text-align: justify;
}

.new-comment {
	margin: 70px 0 90px;
}
.comment .avatar {
	float: left;
	margin: 0;
}
.comment .avatar
+ .comment-content {
	float: right;
	width: calc(100% - 150px);
}
.comment-author {
	float: left;
}
.comment-time {
	float: right;
	margin-top: 4px;
}

.news-list-homepage .news-items {
	overflow: hidden;
}
.news-list-homepage .news-item {
	float: left;
	width: 48%;
	max-width: none;
	margin: 0 1% 40px;
}
.news-list-homepage .view-all {
	margin-top: 0;
}
 
}

@media all and (min-width: 1501px) {

/* GLOBAL STYLES */

.master-column-wrapper {
	max-width: 1800px;
	margin: auto;
}

/* GLOBAL FORMS */
/* NOTIFICATIONS & POPUPS */
/* HEADER */
/* HEADER-MENU */

.header-menu > ul > li {
	margin: 0 30px;
}

/* FOOTER */

.newsletter .title {
	max-width: none;
	margin: 0 75px 0 0;
	padding: 3px 0 3px 75px;
}
.newsletter .title:before {
	margin-right: 20px;
}
.newsletter .title:after {
	height: 44px;
	font-size: 44px;
	line-height: 44px;
}

/* HOMEPAGE INFO PANEL */

.information-panel {
	margin-bottom: 70px;
}
.information-box {
	padding: 45px;
}

/* LEFT/RIGHT COLUMN */

.center-2 {
	width: 79%;
}
.side-2 {
	width: 19%;
}
.pager {
	margin: 40px 0 0;
}

/* CATEGORY PAGE & GRIDS */

.center-1 .item-box {
	width: 18.4%; /*five per row*/
}
.center-1 .item-box:nth-child(4n+1) {
	clear: none; /*revert the fifth item*/
	margin-left: 2%; /*revert the fifth item*/
}
.center-1 .item-box:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}

.center-2 .item-box {
	width: 23.5%; /*four per row*/
}
.center-2 .item-box:nth-child(3n+1) {
	clear: none; /*revert the fourth item*/
	margin-left: 2%; /*revert the fourth item*/
}
.center-2 .item-box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.one-column .product-select-block {
	width: calc(16.667% - 21px);
}
.one-column .product-select-block select {
	min-width: 0 !important;
}

.one-column .center-2 .item-box {
	width: 18.4%; /*four per row*/
}
.one-column .center-2 .item-box:nth-child(4n+1) {
	clear: none; /*revert the fifth item*/
	margin-left: 2%; /*revert the fifth item*/
}
.one-column .center-2 .item-box:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}

.product-list .item-box .picture {
	width: 23.5%;
}
.product-list .item-box .details {
	width: 58%;
}
.product-list .item-box .product-title {
	font-size: 23px;
}
.product-list .item-box .actual-price {
	font-size: 26px;
}
.product-list .item-box .buttons {
	width: 18.5%;
}

/* FEATURED CATEGORIES */

.featured-categories.default .item-box {
	width: 33.333%;
}
.featured-categories.default .item-box:nth-child(n+3) {
	margin-top: 0 !important;
}
.featured-categories.default .item-box:nth-child(n+4) {
	margin-top: 30px !important;
}

/* PRODUCT PAGE */

.product-essential {
	padding: 0 2%;
}

.standard-gallery .gallery .picture,
.standard-gallery .gallery .picture-wrapper,
.standard-gallery .gallery .ribbon-wrapper {
	float: right;
	width: 79.2%;
}
.standard-gallery .picture-wrapper .picture,
.standard-gallery .ribbon-wrapper .picture,
.standard-gallery .picture-wrapper .ribbon-wrapper {
	float: none;
	width: auto;
}
.standard-gallery .gallery .picture-thumbs {
	float: left;
	width: 17.5%;
}
.standard-gallery .gallery .thumb-item {
	display: block; /*required by Cloud Zoom*/
	float: none;
	width: auto;
	margin: 0 0 17.5%;
}

.extended-gallery .gallery .thumb-item {
	float: none;
	width: auto;
	margin-left: 0;
}
.extended-gallery .gallery .thumb-item:before {
	display: none;
}
.extended-gallery .gallery .thumb-item img {
	position: static;
}

.standard-gallery .overview,
.extended-gallery .overview {
	margin-right: 10px;
}
.extended-gallery .overview.sticky {
	position: -webkit-sticky;
  	position: sticky;
	top: 30px;
}

/* REVIEW PAGE */

.write-review .form-wrapper {
	padding: 50px 3%;
}

/* WISHLIST & COMPARE LIST */

.compare-products-page .page-body {
	margin-top: 15px;
}

/* TOPICS */

.topic-password form {
	padding: 50px 3%;
}

/* CONTACT PAGES */

.contact-page .fieldset,
.email-a-friend-page .fieldset,
.apply-vendor-page .wrapper {
	padding: 50px 3%;
}
.contact-page .buttons,
.email-a-friend-page .buttons {
	padding-bottom: 50px;
}

/* REGISTRATION & LOGIN */

.registration-page form,
.customer-block .wrapper {
	padding: 50px 3%;
}

/* ACCOUNT PAGES */

.block-account-navigation .list a {
	padding: 15px 20px;
}
.customer-pages-body .center-2 {
	width: 81%;
	padding: 50px;
}
.customer-pages-body .no-data {
	padding: 0;
}
.customer-info-page,
.address-edit-page,
.change-password-page,
.customer-avatar-page,
.customer-reviews-list,
.giftcard-balance-page,
.vendor-info-page {
	padding: 50px 3%;
}
.recurring-payments th {
	white-space: normal;
}

/* SHOPPING CART */

.order-summary-content form {
	overflow: hidden;
}
.order-summary-content .cart-wrapper {
	float: left;
	width: 68%;
}
.order-summary-content .cart-footer {
	float: right;
	width: 30%;
}

.update-cart-button {
	float: left;
	margin: 0 !important;
}
.clear-cart-button {
	float: left;
	margin: 0 0 0 10px !important;
}
.more-shopping-button {
	float: right;
	margin: 0 !important;
}

/* CHECKOUT */

.opc .confirm-tab .buttons {
	margin: 0 0 25px;
}

/* ORDER DETAILS & RETURN REQUEST */

.order-details-page .page-body {
	position: relative;
}
.order-details-page .title.flex {
	position: absolute;
	width: 100%;
	margin-top: -65px;
}
.order-details-page .cart-wrapper {
	float: left;
	width: 68%;
	padding-top: 65px;
}
.order-details-page .cart-footer {
	float: right;
	width: 30%;
	padding-top: 65px;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.news-list-homepage .news-item {
	width: 31.333%;
}
 
}

/* IE10 & IE11 styles */

@media all and (min-width: 1025px) {

.ie10 .default.featured-categories .details,
.ie11 .default.featured-categories .details {
	position: static;
}
.ie10 .featured-categories.default .title,
.ie11 .featured-categories.default .title,
.ie10 .featured-categories.default .text,
.ie11 .featured-categories.default .text,
.ie10 .featured-categories.default .button,
.ie11 .featured-categories.default .button {
	right: calc(50% - 20px);
}
}

@media all and (min-width: 1201px) {

.ie10 .sale-of-the-day-offer .item-gallery,
.ie11 .sale-of-the-day-offer .item-gallery {
	position: static;
}
.ie10 .sale-of-the-day-offer .item-picture,
.ie11 .sale-of-the-day-offer .item-picture {
	right: 50%;
}
}

@media all and (min-width: 1701px) {

.ie10 .sale-of-the-day-offer .item-picture,
.ie11 .sale-of-the-day-offer .item-picture {
	right: calc(50% + 15px);
}
}

@-moz-document url-prefix() {
  /* CSS specific to Firefox */ 
.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before {
    top: -2px;
}
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before {
    top: -3px;
}
}
/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.gallery {
    display: none;
}
.sevenspikes-cloudzoom-gallery {
    display: block;
	position: relative;
}
.gallery .picture-wrapper {
    position: relative;
}
.gallery .picture-wrapper > img { /* Transitional image (on thumbnail click) */
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
}

/* Zoom Lens, Zoom Window, Zoom Caption */

.cloudzoom-lens {
	z-index: 1;
    opacity: 0.7;
    cursor: crosshair;
}
.cloudzoom-lens:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;	
}

.cloudzoom-zoom {
	top: 0 !important;
    left: calc(100% + 30px) !important;
	z-index: 9999; /*adjust per theme or leave it high*/
}
.cloudzoom-zoom-inside {
	top: 0 !important;
	right: 0;
    left: 0 !important;
	/*these coordinates center the zoomed image horizontally, the main image should be always centered too*/
	/*coordinates may be different than 0 if there is a border around the main picture*/
	z-index: 1;
	height: 100% !important;
	margin: auto;
    cursor: crosshair;
}
.cloudzoom-zoom-inside img + div { /*title-wrapper*/
	top: auto !important;
	bottom: 0 !important;
}
.cloudzoom-caption {
    display: none;
	background-color: #aaa;
	padding: 15px 20px;
    color: #fff;
	opacity: 0.9;
}

/* Loading Images */

.cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
	/*these coordinates center the overlay horizontally, the main image should be always centered too*/
	/*coordinates may be different than 0 if there is a border around the main picture*/
    margin: auto;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQMAAAD+wSzIAAAAA3NCSVQICAjb4U/gAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlP/AOW3MEoAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDYvMzAvMTLNuPjnAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAAxJREFUCJlj+M+AAgE/0Af5DM23uwAAAABJRU5ErkJggg==');
}
.cloudzoom-ajax-loader {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	bottom: 0; right: 0;
	z-index: 2;
	background: rgba(255,255,255,0.9);
}
.cloudzoom-ajax-loader:before {
	content: "";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	border: 1px solid #f61853;
	border-top-color: transparent !important;
	border-radius: 50%;
	-webkit-animation: spin 0.5s linear infinite;
	animation: spin 1s linear infinite;
}
	@-webkit-keyframes spin {
	to { transform: rotate(360deg); }
}
	@keyframes spin {
	to { transform: rotate(360deg); }
}
/* 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; } }

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.product-name h1 {
	position: relative;
	padding: 0 100px;
}
.previous-product,
.next-product {
	position: absolute;
	top: 0; bottom: 0;
	width: 85px;
	height: 20px;
	margin: auto;
	overflow: hidden;
	font-size: 0;
}
.previous-product {
	left: 0;
	text-align: left;
	direction: ltr;
}
.next-product {
	right: 0;
	text-align: right;
	direction: rtl;
}
.previous-product a,
.next-product a {
	display: block;
	height: 100%;
	padding: 5px 0;
}
.previous-product-label,
.next-product-label {
	display: block;
}
.previous-product-label:before,
.next-product-label:after {
	font-size: 10px;
	color: #bcbcbc;
	transition: all 0.2s ease;
}
.previous-product-label:before {
	content: "\e907";
}
.next-product-label:after {
	content: "\e908";
}
.previous-product:hover 
.previous-product-label:before,
.next-product:hover 
.next-product-label:after {
	color: #f61853;
}
.previous-product-title,
.next-product-title {
	display: none;
}



@media all and (max-width: 768px) {

.product-name h1 {
	padding: 0;
}
.product-name h1 span {
	display: block;
}
.previous-product,
.next-product {
	display: inline-block;
	position: static;
	margin: 20px 10px 0;
}

}

.product-no-reviews,
.product-review-links {
	display: block !important;
}
.ui-tabs .product-specs-box,
.ui-tabs .product-reviews-page,
.ui-tabs .full-description  {
    display: block;
}
.ui-tabs .full-description,
.ui-tabs .product-specs-box,
.ui-tabs .data-table {
	margin-bottom: 0;
}
.ui-tabs .product-specs-box,
.ui-tabs .contact-page .form {
	margin-top: 25px;
}
.ui-tabs .write-review {
	margin-top: 35px;
}
.ui-tabs p:last-child {
	margin-bottom: 0;
}

@media all and (min-width: 769px) {

	.ui-tabs .write-review {
		margin-top: 50px;
	}
	.ui-tabs .review-content {
		text-align: center;
	}
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.mega-menu, .menu-title,
.mega-menu .dropdown {
	display: none;
}	 

@media all and (min-width: 1201px) {

.mega-menu {
	display: block;
}
.mega-menu-responsive {
	display: none;
}

.mega-menu[data-enableclickfordropdown='true']
.has-sublist:hover > .sublist-wrap {
	pointer-events: none;
    opacity: 0;
}
.mega-menu[data-enableclickfordropdown='true']
.has-sublist > .sublist-wrap.active {
	pointer-events: auto;
    opacity: 1;
}
.mega-menu[data-enableclickfordropdown='true']
.has-sublist:after {
	display: none;
}

.mega-menu .dropdown {
	display: block;
	position: absolute;
	left: 0; z-index: 1;
    padding-top: 32px;
    pointer-events: none;
}
.mega-menu .row-wrapper {
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
    text-align: left;
	opacity: 0;
	transition: all 0.2s ease;
}

.mega-menu .dropdown.active {
	pointer-events: auto;
}
.mega-menu .dropdown.active .row-wrapper {
	opacity: 1;
}

.mega-menu .row {
	overflow: hidden;
}
.mega-menu .row + .row {
	margin-top: 10px;
}
.mega-menu .box {
	float: left;
	padding: 10px;
}
.mega-menu .boxes-1 .box {
    width: 100%;
}
.mega-menu .boxes-2 .box {
    width: 50%;
}
.mega-menu .boxes-3 .box {
    width: 33.333%;
}
.mega-menu .boxes-4 .box {
    width: 25%;
}
.mega-menu .boxes-5 .box {
    width: 20%;
}
.mega-menu .boxes-6 .box {
    width: 16.666%;
}
.mega-menu .boxes-7 .box {
    width: 14.285%;
}
.mega-menu .boxes-8 .box {
    width: 12.5%;
}

.mega-menu .title {
	font-size: 18px;
	font-weight: 400;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mega-menu .manufacturers .title,
.mega-menu .vendors .title {
	display: none;
}

.mega-menu .picture {
	margin-top: 10px;
	font-size: 0;
}
.mega-menu .picture a {
	display: block;
}

.mega-menu .subcategories {
	margin-top: 10px;
}
.mega-menu .subcategories a {
	display: block;
	position: relative;
	padding: 8px 0 8px 15px;
	font-size: 13px; /*reset zeroing*/
}
.mega-menu .subcategories a:hover {
	color: #222;
	text-shadow: 0 0 rgba(0,0,0,0.5);
}
.mega-menu .subcategories a:before {
	content: "\e902";
	position: absolute;
	top: 13px; left: 0;
	font-size: 7px;
}

.mega-menu a.view-all,
.mega-menu a.view-all:hover {
	font-weight: 400;
	color: #f61853;
}
.mega-menu a.manufacturer,
.mega-menu a.vendor {
	text-align: center;
}

}

@media all and (min-width: 1501px) {

.mega-menu {
	display: inline-block;
	min-width: 1170px;
}
.mega-menu .box {
	padding: 10px 15px;
}
.mega-menu .title {
	font-size: 20px;
}

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* SEARCH BOX */

.store-search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.store-search-box span.search-box-text {
	display: block;
	padding: 0;
}
.store-search-box input.instant-search-busy {
	background-image: none !important;
}

.store-search-box .search-box-select {
	float: left;
    width: 120px;
	border-right: none;
}
.store-search-box span.narrow {
	float: right;
	width: calc(100% - 120px);
}
.store-search-box span.narrow:before {
	content: ""; /*border replacement*/
	position: absolute;
	top: 0; left: 120px;
	width: 1px; height: 50px;
	background-color: #ebebeb;
}
.store-search-box input.narrow {
	border-left: none;
}

/* AUTOCOMPLETE */

.instantSearch {
	position: static !important;
	width: auto !important;
	height: auto !important;
	clear: both;
	background-color: #fff;
	padding-top: 20px;
}
.instantSearch .k-list-container {
	position: relative !important;
	width: auto !important;
	height: auto !important;
}
.instantSearch .k-popup:before { /*fix for disappearing search results when clicking inside the "padding" area of the dropdown*/
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
}
.instantSearch .k-list {
	position: relative;
    height: auto;
}
.instantSearch .k-item {
	display: none;
	cursor: pointer;
}
.instantSearch .k-item:nth-child(1),
.instantSearch .k-item:nth-child(2) {
	display: block;
}
.instantSearch .k-item:first-child {
	padding-top: 0;
}
.instantSearch .k-item:last-child {
	padding-bottom: 0;
}
.instantSearch .k-item + .k-item {
	margin-top: 20px;
}

.instantSearch .k-item.k-state-hover img,
.instantSearch .k-item.k-state-focused img {
	opacity: 1;
}
.instantSearch .k-item.k-state-hover .title,
.instantSearch .k-item.k-state-focused .title {
	font-weight: 400;
	color: #222;
}

.instant-search-item {
	overflow: hidden;
}
.instant-search-item .picture {
	float: left;
	width: 80px;
	text-align: center;
	font-size: 0;
}
.instant-search-item .picture img {
	opacity: 0.9;
	transition: all 0.2s ease;
}
.instant-search-item .details {
	position: relative;
	float: right;
	width: calc(100% - 100px);
	/*padding-right: 25px;*/
}
.instant-search-item .details .title {
	margin: 0 0 10px;
	transition: all 0.1s ease;
}
.instant-search-item .details .sku {
    margin: 0 0 5px;
}
.instant-search-item .details .price {
	font-size: 16px;
	font-weight: 400;
	color: #f61853;
}

/*.instant-search-item .remove {
	position: absolute;
	top: 24px;
	right: -1px;
	height: 30px;
	font-size: 0;
	line-height: 30px;
	cursor: pointer;
}
.instant-search-item .remove:after {
	content: "\e082";
	font-size: 18px;
	color: #222;
}*/

.store-search-box .all-results {
	display: block;
	position: relative;
	margin-top: 20px;
	outline: 1px solid transparent;
	background-color: #222;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.store-search-box .all-results:hover {
	outline-color: #222;
}



@media all and (min-width: 1201px) {

.instantSearch {
	padding-top: 30px;
}
.instantSearch .k-popup:before {
    left: -30px;
    right: -30px;
    top: -30px;
    bottom: -30px;
}
.store-search-box .all-results {
	margin-top: 25px;
}

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (min-width: 769px) {

    .product-list .item-box .ribbon-wrapper {
		display: table-cell;
		float: none !important;
        width: 25%;
    }
    .product-list .item-box .ribbon-wrapper .picture {
        display: block;
        width: auto;
    }
}

@media all and (min-width: 1025px) {

	.product-list .item-box .ribbon-wrapper {
		width: 20%;
	}
}

@media all and (min-width: 1201px) {

	.product-list .item-box .ribbon-wrapper {
		width: 22%;
	}
}

@media all and (min-width: 1501px) {

	.product-list .item-box .ribbon-wrapper {
		width: 23.5%;
	}
}

/* predefined ribbon styles */

/*.new {
	display: block;
	margin: 20px 0;
    background-color: #222;
    padding: 4px 7px;
    font-weight: 400;
	color: #fff;
}

.sale {
	display: block;
	margin: 20px 0;
    background-color: #f61853;
    padding: 4px 7px;
    font-weight: 400;
	color: #fff;
}*/
/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/* QUANTITY BOX & BUY BUTTON */


.ajax-cart-button-wrapper {
	display: inline-block;
}
.ajax-cart-button-wrapper input,
.ajax-cart-button-wrapper select {
	display: none;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 50%;
	background-color: #fff !important;
	vertical-align: top;
	font-size: 12.4px;
	text-shadow: 0 0 0 #222;
	color: #222;
}
.ajax-cart-button-wrapper input {
	text-align: center;
}
.product-list .ajax-cart-button-wrapper {
	display: block;
}


/* LOADER & ERROR WINDOW */


.k-overlay {
    position: fixed;
    top: 0; right: 0;
	bottom: 0; left: 0;
    z-index: 1060;
    background-color: rgba(0,0,0,0.6);
	opacity: 1 !important;
    transition: background 0.3s ease;
}
.nopAjaxCartPanelAjaxBusy {
    position: fixed;
	top: 0; left: 0;
    z-index: 1070;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255,255,255,0.9);
}
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
	top: 0; left: 0;
	z-index: 1;
    width: 100% !important;
    height: auto; /*if fixed, loader will be always visible*/
	overflow: hidden;
    background: rgba(255,255,255,0.9);
}
.nopAjaxCartPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:before {
	content: "";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	margin: auto;
	border: 1px solid #f61853;
	border-top-color: transparent !important;
	border-radius: 50%;
	-webkit-animation: spin 0.5s linear infinite;
	animation: spin 1s linear infinite;
}
.nopAjaxCartPanelAjaxBusy:before {
	width: 80px;
	height: 80px;
}
.miniProductDetailsPanelAjaxBusy:before {
	width: 60px;
	height: 60px;
}
	@-webkit-keyframes spin {
	to { transform: rotate(360deg); }
}
	@keyframes spin {
	to { transform: rotate(360deg); }
}

.addProductToCartErrors ul,
.addProductVariantToCartErrors ul {
    padding: 30px;
	text-align: center;
}
.addProductToCartErrors li,
.addProductVariantToCartErrors li {
	color: #222;
}


/* COMMON WINDOW STYLES */


.ajaxCart {
    position: absolute;
	left: 0 !important;
	right: 0; margin: auto;
    z-index: 1070;
	width: 750px !important;
	max-width: 100%;
	min-height: 175px !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background-color: #fff;
	padding: 0 !important;
}
.ajaxCart .k-window-titlebar {
	position: relative;
	height: 50px;
	margin: 0 !important;
	font-size: 0;
}
.ajaxCart .k-window-title {
	display: none;
}
.ajaxCart .k-window-actions {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.ajaxCart .k-window-action {
	display: block;
	width: 50px;
	height: 50px;
	outline: 1px solid transparent;
	background-color: #222;
	text-align: center;
	font-size: 0;
	transition: all 0.2s ease;
}
.ajaxCart .k-window-action:after {
	content: "\e905";
	display: block;
	padding-left: 2px;
    font-size: 14px;
	line-height: 50px;
	color: #fff;
}
.ajaxCart .k-window-action:hover {
	outline-color: #222;
}

.productAddedToCartWindow,
.miniProductDetailsView {
    padding: 30px;
}
.productAddedToCartWindowTitle,
.miniProductDetailsView .product-name {
    position: absolute;
    top: 0; left: 0;
	width: 100%;
    padding: 25px 50px 0;
	text-align: center;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
	color: #222;
}
.productAddedToCartWindow:focus,
.miniProductDetailsView:focus {
    outline: -webkit-focus-ring-color auto 0;
}


/* PRODUCT ADDED TO CART WINDOW */


.productAddedToCartItem {
	overflow: hidden;
}
.productAddedToCartWindowImage {
    float: left;
	width: 35%;
	font-size: 0;
}
.productAddedToCartWindowImage a {
	display: block;
	position: relative;
	overflow: hidden;	
}
.productAddedToCartWindowImage img {
	width: 100%;
}

.productAddedToCartWindowDescription {
	position: relative;
    float: right;
	width: calc(65% - 30px);
	min-height: 240px;
	padding-bottom: 65px;
}
.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 300;
	color: #222;
}
.productAddedToCartWindowDescription .price {
	display: block;
	margin: 0 0 10px;
	font-size: 25px;
	font-weight: 400;
	color: #f61853;
}
.productAddedToCartWindowDescription .quantity {
	display: block;
	margin: 0 0 10px;
}
.productAddedToCartWindowDescription .buttons {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	margin-top: 25px;
	font-size: 0;
	white-space: nowrap;
}
.productAddedToCartWindowDescription .buttons a,
.productAddedToCartWindowDescription .button-1 {
	display: inline-block;
	width: 49%; color: #222;
    border: 1px solid #222;
	outline: 1px solid transparent;
	overflow: hidden;
    padding: 10px 20px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-overflow: ellipsis;
    transition: all 0.2s ease;
}
.productAddedToCartWindowDescription .button-1 {
	margin-left: 10px;
	background-color: #222;
	color: #fff;
}
.productAddedToCartWindowDescription .buttons a:hover,
.productAddedToCartWindowDescription .button-1:hover {
    outline-color: #222;
}


/* PRODUCT GRIDS IN AJAX CART */


.ajaxCart .product-grid {
	margin: 50px 0 0;
}
.ajaxCart .item-box { /*item box behavior is determined by the theme*/
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.ajaxCart .item-box:nth-child(1),
.ajaxCart .item-box:nth-child(2),
.ajaxCart .item-box:nth-child(3),
.ajaxCart .item-box:nth-child(4) {
	display: block;
}
.ajaxCart .item-box .product-title {
	font-weight: 400;
}
.ajaxCart .item-box .product-rating-box,
.ajaxCart .item-box .tax-shipping-info,
.ajaxCart .item-box .base-price-pangv,
.ajaxCart .item-box .description,
.ajaxCart .item-box .old-price,
.ajaxCart .item-box .buttons {
	display: none; /*only product-name and actual-price are visible, change if necessary*/
}


/* PRODUCT DETAILS WINDOW */


.miniProductDetailsView .product-essential,
.miniProductDetailsView .product-collateral {
	margin: 0;
}
.miniProductDetailsView .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
	width: 35%;
	margin: 0;
	overflow: hidden;
}
.miniProductDetailsView .gallery img {
	width: 100%;
}
.miniProductDetailsView .overview {
    float: right;
	width: calc(65% - 30px);
    margin: 0;
	padding: 0;
	text-align: left;
}
.miniProductDetailsView .overview h1 {
	display: none;
}
.miniProductDetailsView .short-description {
	margin-bottom: 25px;
}
.miniProductDetailsView .price-input {
	margin: 0 0 10px;
}
.miniProductDetailsView .enter-price-input {
	width: auto;
	text-align: left;
}
.miniProductDetailsView .prices {
	margin-bottom: 30px;
}
.miniProductDetailsView .qty-label {
    display: none;
}
.miniProductDetailsView .giftcard {
	max-width: none;
}
.miniProductDetailsView .message-error {
	clear: both;
	margin: 10px 0 0;
	text-align: left;
}
.product-overview-line + .repeat {
	margin-top: 25px;
}


@media all and (max-width: 500px) {

.productAddedToCartWindowImage,
.miniProductDetailsView .gallery {
	float: none;
	width: auto;
	margin: 20px 0 30px;
}
.productAddedToCartWindowDescription,
.miniProductDetailsView .overview {
	float: none;
	width: auto;
	min-height: 0;
}
}
 /*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.quickViewData {
    display: none;
}

/* TRIGGER BUTTON */


.quick-view-button {
}
.product-grid .quick-view-button {
}
.product-list .quick-view-button {
}


/* LOADER & ERROR WINDOW */


.k-overlay {
    position: fixed;
    top: 0; right: 0;
	bottom: 0; left: 0;
    z-index: 1060;
    background-color: rgba(0,0,0,0.6);
	opacity: 1 !important;
    transition: background 0.3s ease;
}
.quickView .k-loading-mask {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
	z-index: 1;
    width: auto !important;
    height: auto !important;
}
.quickView .k-loading-image {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	z-index: 2;
	width: 100% !important;
	height: 100% !important;
}
.quickView .k-loading-image:before {
	content: "";
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 60px;
	height: 60px;
	margin: auto;
	border: 1px solid #f61853;
	border-top-color: transparent !important;
	border-radius: 50%;
	-webkit-animation: spin 0.5s linear infinite;
	animation: spin 1s linear infinite;
}
	@-webkit-keyframes spin {
	to { transform: rotate(360deg); }
}
	@keyframes spin {
	to { transform: rotate(360deg); }
}


/* MAIN WINDOW & HEADERS */


.quickView {	
	position: absolute;
	left: 0 !important;
	right: 0; margin: auto;
    z-index: 1070;
	width: 950px;
	max-width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    background-color: #fff;
	padding: 0 !important;
}
.quickView .k-window-titlebar {
	position: relative;
	height: 50px;
	margin: 0 !important;
	font-size: 0;
}
.quickView .k-window-title {
	display: none;
}
.quickView .k-window-actions {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.quickView .k-window-action {
	display: block;
	width: 50px;
	height: 50px;
	outline: 1px solid transparent;
	background-color: #222;
	text-align: center;
	font-size: 0;
	transition: all 0.2s ease;
}
.quickView .k-window-action:after {
	content: "\e905";
	display: block;
	padding-left: 2px;
    font-size: 14px;
	line-height: 50px;
	color: #fff;
}
.quickView .k-window-action:hover {
	outline-color: #222;
}

.quickView .product-essential {
    margin: 0;
	padding: 30px;
}

.quickView .popup-header {
	position: absolute;
    top: 0; left: 0;
	width: 100%;
    padding: 25px 50px 0;
	text-align: center;
}
.quickView .popup-header h1 {
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
	color: #222;
}


/* PRODUCT GALLERY */

/* Cloud Zoom CSS. (c)2012-2015 Star Plugins */

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Avenue/Content/images/blank.png');
}
.quickView .cloudzoom-zoom-inside {
	z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}
.quickView .cloudzoom-ajax-loader {
    background-image: url('../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Avenue/Content/images/loader.gif');
    width: 32px;
    height: 32px;
}
.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */


.quickView .gallery {
	display: block; /*Cloud Zoom css override*/
	float: left;
    width: 42%;
	margin: 0;
}
.quickView .gallery .picture {
	text-align: center;
	font-size: 0;
}
.quickView .gallery .picture a {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
}
.quickView .thumbnails {
	overflow: hidden;
}
.quickView .thumbnails a {
	position: relative;
	float: left;
	width: 22.75%;
	margin: 3% 0 0 3%;
	overflow: hidden;
}
.quickView .thumbnails a:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
.quickView .thumbnails a:before {
	content: "";
	display: block;
	padding-top: 100%; /*square thumb, change if necessary*/
}
.quickView .thumbnails a img {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.quickView .links-panel {
    margin: 30px 0 0;
	text-align: center;
}
.quickView .links-panel a {
    font-size: 14px;
	font-weight: 400;
	color: #f61853;
}
.quickView .links-panel a:after {
    content: "\e912";
	margin-left: 8px;
	font-size: 8px;
}


/* PRODUCT OVERVIEW */


.quickView .overview {
    float: right;
	width: calc(58% - 30px);
	margin: 0;
	padding: 0;
}
.quickView .ui-accordion {
	text-align: center;
}
.quickView .ui-accordion-header {
	position: relative;
	margin: 0 0 12px;
	border: 1px solid #ebebeb;
    padding: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
	cursor: pointer;  
}
.ui-icon-circle-arrow-s + span:after,
.ui-icon-circle-arrow-e + span:after {
    content: "\e910";
	position: relative;
	top: -2px;
	margin-left: 8px;
	font-size: 6px;
	color: #f61853;
}
.quickView .ui-accordion-content {
	position: relative;
	margin: -13px 0 12px;
	border: 1px solid #ebebeb;
	border-top-color: #fff;
	border-top-style: dashed;
	overflow: hidden;
	padding: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; /*no scrolls fix*/     
}
.quickView .ui-accordion-content > .prices {
	margin: 0 0 30px;
}
.quickView .short-description,
.quickView .full-description {
	margin: 0;
}
.quickView .descriptions div + div {
	margin: 20px 0 0;
}
.quickView .product-specs-box {
	margin-bottom: 0;
}
.quickView .product-specs-box .title {
	display: none;
}
.quickView .product-specs-box table {
	border: none;
}
.quickView .product-specs-box tr:first-child td {
	border-top: none;
}
.quickView .product-specs-box tr:last-child td {
	border-bottom: none;
}


/* PRODUCT VARIANTS */


.quickView .product-variant {
	margin: 0 0 20px;
    overflow: hidden;
}
.quickView .variant-picture {
	float: left;
	width: 100px;
	margin: 0;
	font-size: 0;
}
.quickView .variant-picture a {
	display: block;
	overflow: hidden;
}
.quickView .variant-info {
	float: right;
	width: calc(100% - 120px);
	text-align: left;
}
.quickView .variant-name {
	font-size: 16px;
	color: #222;
}
.variant-additional {
	border-top: 1px dashed #ebebeb;
	padding-top: 20px;
	overflow: hidden;
}
.variant-additional .manufacturers {
	float: left;
	margin: 0;
}
.variant-additional .compare-products {
	float: right;
	transition: all 0.2s ease;
}
.variant-additional .compare-products
.add-to-compare-list-button:hover {
	color: #222;
}
.variant-additional .compare-products
.add-to-compare-list-button:before {
	display: none;
}


/* PRODUCT GRIDS */


.quickView .product-content {
	overflow: hidden; /*remove if you need to move related products grid in the right column*/
}
.quickView .product-grid {
	margin: 50px 0 0;
}
.quickView .item-box { /*item box behavior is determined by the theme*/
	display: none;
    margin-top: 5px;
	margin-bottom: 5px;
}
.quickView .item-box:nth-child(1),
.quickView .item-box:nth-child(2),
.quickView .item-box:nth-child(3),
.quickView .item-box:nth-child(4) {
	display: block;
}
.quickView .item-box .product-title {
	font-weight: 400;
}
.quickView .item-box .product-rating-box,
.quickView .item-box .tax-shipping-info,
.quickView .item-box .base-price-pangv,
.quickView .item-box .description,
.quickView .item-box .old-price,
.quickView .item-box .buttons {
	display: none; /*only product-name and actual-price are visible, change if necessary*/
}
.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #ddd;color:#fff}.qq-upload-button-hover{background:#c00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#ff9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#ff7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#fff0bd}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-failed-text,.qq-upload-file,.qq-upload-pause,.qq-upload-retry,.qq-upload-size,.qq-upload-spinner{margin-right:12px;display:inline}.qq-upload-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(../lib_npm/fine-uploader/fine-uploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-continue,.qq-upload-delete,.qq-upload-pause{display:inline}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry{color:#000}.qq-upload-cancel,.qq-upload-continue,.qq-upload-delete,.qq-upload-pause,.qq-upload-retry,.qq-upload-size{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#d60000}.qq-upload-list li.qq-upload-success{background-color:#5da30c;color:#fff}.qq-upload-list li.qq-upload-fail{background-color:#d60000;color:#fff}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}.qq-total-progress-bar{height:25px;border-radius:9px}.qq-total-progress-bar-container{margin:9px}INPUT.qq-edit-filename{position:absolute;opacity:0;z-index:-1}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1}.qq-edit-filename-icon{display:none;background:url(../lib_npm/fine-uploader/fine-uploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}.qq-hide{display:none}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG{display:none}.qq-uploader DIALOG[open]{display:block}.qq-uploader DIALOG .qq-dialog-buttons{text-align:center;padding-top:10px}.qq-uploader DIALOG .qq-dialog-buttons BUTTON{margin-left:5px;margin-right:5px}.qq-uploader DIALOG .qq-dialog-message-selector{padding-bottom:10px}.qq-uploader DIALOG::backdrop{background-color:rgba(0,0,0,.7)}/*# sourceMappingURL=fine-uploader.min.css.map */
/* BACKGROUND */

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked ~ label:before,
.responsive-nav-wrapper .counter,
.filters .ui-slider-range,
.ui-tabs .ui-tabs-active a:after,
.ui-tabs .ui-tabs-selected a:after,
.order-progress li.active-step a,
.blog-post .post-title:after,
.news-item .news-title:after,
.ui-slider-range,
.slick-dots .slick-active button,
.blog-search-results .kb-search-link:after,
.variant-2 .spc-categories .navigation .active span:after {
  background-color: #003f86;
}
/* BORDER */

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked ~ label:before,
.master-loading-overlay:before,
.ajax-loading-block-window:before,
.filters .ui-slider-handle,
.nopAjaxCartPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:before,
.ui-slider-handle,
.productPanelAjaxBusy:before,
.infinite-scroll-loader:before,
.item-box.dummy-box:before,
.nivoSlider:before,
.anywhere-slider:before,
.cloudzoom-ajax-loader:before,
.quickView .k-loading-image:before,
.spc .loading-overlay:before,
.panel-loader-effect .spinner:before,
.feed-loader:before {
  border-color: #003f86;
}
/* COLOR */

input[type="radio"]:checked + label,
input[type="checkbox"]:checked ~ label,
.accept-privacy-policy .read,
.terms-of-service .read,
.cart .edit-item a,
.cart .product-subtotal,
.mini-shopping-cart .count a,
.mini-shopping-cart .price,
.mini-shopping-cart .totals strong,
.newsletter .title .color,
.footer-site-info a,
.block .title:before,
.block .list a:before,
.block .view-all a:before,
.block .list a:hover,
.block .view-all a:hover,
.block .list .active > a,
.block .tags a:hover,
.product-tags-all-page a:hover,
.overview .product-price,
.variant-overview .product-price,
.overview .value a,
.variant-overview .value a,
.download-sample-button,
.ui-datepicker-calendar a.ui-state-active,
.ui-datepicker-calendar a.ui-state-active:hover,
.back-in-stock-subscription,
.product-tags-list,
.ui-tabs .ui-tabs-active a,
.ui-tabs .ui-tabs-selected a,
.product-review-helpfulness .vote,
.wishlist-page .share-info a,
.return-request-list .link,
.downloadable-products-page .link,
.back-in-stock-subscription-list a,
.reward-points-overview span,
.customer-reviews-page .product-name,
.cart-collaterals .box-title:after,
.cart-footer .order-total,
.checkout-page .min-amount-warning,
.address-item.add-new .active:before,
.order-completed .details-link,
.opc .active .step-title .number,
.opc .active .step-title .title,
.order-details-page .order-price,
.order-details-page .view-detail,
.order-details-page .download a,
.sitemap-page .entity-list a:hover,
.blog-post .post-comments,
.news-item .news-comments,
.blog-post .post-body a:hover,
.news-item .news-body a:hover,
.blog-page .tags a,
.blogpost-page .tags a,
.blogpost-page .post-comments,
.news-item-page .news-comments,
.profile-page .topic-title a,
.forums-header .current-time,
.forums-table-section .view-all a,
.private-messages-page .pm-unread,
.private-message-view-page .message-head span,
.productAddedToCartWindowDescription .price,
.filter-block .clearFilterOptions:after,
.filter-block .clearPriceRangeFilter:after,
.selected-options-list .option:after,
.priceRangeCurrentPricesPanel span,
.specification-current-value-panel span,
.number-of-returned-products .data,
.instant-search-item .details .price,
.mega-menu a.view-all,
.mega-menu a.view-all:hover,
.previous-product:hover .previous-product-label:before,
.next-product:hover .next-product-label:after,
.quickView .links-panel a,
.ui-icon-circle-arrow-s + span:after,
.ui-icon-circle-arrow-e + span:after,
.rich-blog-homepage .view-all a:hover,
.post-relations a,
.blog-instant-search .k-item.k-state-hover,
.blog-instant-search .k-item.k-state-focused,
.blog-search-results .search-term-highlighter,
.sale-of-the-day-offer .new-prev:hover:before,
.sale-of-the-day-offer .new-next:hover:after,
.variant-2 .spc-categories .navigation .active span,
.ropc .message-failure,
.ropc .order-total,
.price-match-list-page .link {
  color: #003f86;
}
@media all and (max-width: 768px) {
  .ropc .section-title:before,
  .ropc .section-title:after,
  .ropc .section-title.active {
    color: #003f86;
  }
}
@media all and (max-width: 1024px) {
  .wishlist-page .cart .subtotal label,
  .shopping-cart-page .cart .subtotal label {
    color: #003f86;
  }
}
@media all and (max-width: 1500px) {
  .ropc .cart .subtotal label {
    color: #003f86;
  }
}
@media all and (min-width: 501px) {
  .featured-categories.default .text:after {
    background-color: #003f86;
  }
}
@media all and (min-width: 769px) {
  .product-list .item-box .actual-price {
    color: #003f86;
  }
}
@media all and (min-width: 1201px) {
  .header-menu > ul > li > a:hover,
  .header-menu > ul > li > span:hover {
    color: #003f86;
  }
  .block-account-navigation .list .active a {
    background-color: #003f86;
  }
}
@media all and (min-width: 1501px) {
  .picture-thumbs .slick-prev:hover:after,
  .picture-thumbs .slick-next:hover:after {
    color: #003f86;
  }
}

