﻿@font-face {
	font-family: 'Montserrat-VariableFont_wght';
	src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
	font-family: 'TrajanPro-Bold';
	font-weight: 400;
	src: url('../fonts/TrajanPro-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'TrajanPro-Regular';
	font-weight : 400;
	src: url('../fonts/TrajanPro-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Inter-VariableFont_opsz,wght';
	src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}



:root {
	--global-font-active-0: #2b2825;
	--global-button-font-color-1: #2b2825;
	--global-font-color-2: 255 255 255;
	--global-font-color-3: #2b2825;
	--global-ship-bgcolor-4: #FFF7F0;
	--global-bg-color-5: #FFFFFF;
	--global-border-color-6: #000000;
	--avo-global-color-7: #1C1001;
	--avo-global-color-8: #222222;
	--global-sec-button-hover: #8C867F;
	--global-pri-button-hover: #d21414;
	--global-menu-bg-color: #eeeeee;
	--global-bg-color-6: #EDEDED;
	--header-bg-col: #000000;
	--container-pad-x: 16px;
	--footer-text-col: 255 255 255;
	--footer-bg: #2b2825;
	--main-nav-link-hover-col: #d21414;
	--bg-color: #d21414;
	--text-color: 255 255 255;
	--smaller-text-size-1: 10px;
	--page-container-width: 1280px;
	--header-text-col: #ffffff;
	--link-color: 255 255 255;
	--font-family-sans-regular: "Oracle", "Helvetica", "sans-serif";
	--font-family-sans-condensed: "Söhne Schmal", "Helvetica", "sans-serif";
	--base-font-family: Montserrat, sans-serif;
	--base-font-weight: 400;
	--base-font-style: normal;
	--heading-font-family: Montserrat, sans-serif;
	--heading-font-weight: 400;
	--heading-font-style: normal;
	--logo-font-family: "Quattrocento Sans", sans-serif;
	--logo-font-weight: 400;
	--logo-font-style: normal;
	--nav-font-family: Montserrat, sans-serif;
	--nav-font-weight: 400;
	--nav-font-style: normal;
	--sans-regular-font: var(--font-family-sans-regular);
	--sans-medium-font: var(--font-family-sans-regular);
	--sans-bold-font: var(--font-family-sans-regular);
	--sans-regular-font-weight: 400;
	--sans-medium-font-weight: 500;
	--sans-bold-font-weight: 700;
	--text-box-border-color: #dedede;
	--heading-divider-col: #2b2825;
}
/*********** CSS RESET **********/

* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}

ol,
ul {
	list-style: none;
}

a img {
	border: none;
}

a:active {
	outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input::-moz-placeholder {
	opacity: 1;
}

input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px var(--global-bg-color-5) !important;
}

script {
	display: none !important;
}

.joincard {
	display: flex;
	align-items: center;
	justify-content: center;
}


/*********** GLOBAL STYLES **********/

body {
	max-width: 100%;
	background: var(--global-bg-color-5);
	overflow-x: hidden;
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
	font-size: 14px;
	line-height: 1.8;
	color: var(--global-font-color-3);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
	word-wrap: break-word;
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
}

body.air-theme {
	font-family: ConfigLight !important;
	font-size: 14px;
	font-weight: 400;
	max-width: 100%;
}

	body.earth-theme {
		font-weight: 400;
		max-width: 100%;
		font-family: var(--heading-font-family);
		font-style: var(--heading-font-style);
		font-weight: var(--heading-font-weight);
	}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'TrajanPro-Bold';*/
	font-weight: 400;
	color: var(--global-font-color-2);
	font-family: var(--heading-font-family);
	font-style: var(--heading-font-style);
	font-weight: var(--heading-font-weight);
}

a {
	color: inherit;
	cursor: pointer;
}

img {
	max-width: 100%;
}

a img {
	opacity: 0.99;
}

table {
	width: 100%;
	border-collapse: collapse;
}


input[type="text"],
input[type="password"],
textarea,
select {
	height: 40px;
	border: 1px solid var(--text-box-border-color) !important;
	background-color: var(--global-bg-color-5);
	padding: 10px;
	vertical-align: middle;
	color: var(--global-font-color-2);
}

.air-theme input[type="text"],
.air-theme input[type="password"],
.air-theme textarea,
.air-theme select {
	font-size: 12px;
	font-weight: 400;
}

.earth-theme input[type="text"],
.earth-theme input[type="password"],
.earth-theme textarea,
.earth-theme select {
	font-size: 14px;
	font-weight: 400;
}

textarea {
	min-height: 150px;
	white-space: normal;
}

select {
	min-width: 50px;
	padding-right: 25px;
	/*fix for select replacement cropped text*/
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]+*,
input[type="radio"]+* {
	vertical-align: baseline;
}

input[type="submit"],
input[type="button"],
button {
	cursor: pointer;
}

.air-theme input[type="button"],
.air-theme input[type="submit"],
.air-theme button,
.air-theme .button-1,
.air-theme .button-2 {
	
}

.earth-theme input[type="button"],
.earth-theme input[type="submit"],
.earth-theme button,
.earth-theme .button-1,
.earth-theme .button-2 {
	
}

label,
label+* {
	/*vertical-align: middle;*/
}

.select-wrap {
	position: relative;
}

.select-wrap select {
	position: relative;
	z-index: 1;
	opacity: 0;
}

.select-wrap .select-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	padding: 10px 25px 10px 10px;
	text-align: left;
	line-height: 18px;
	white-space: nowrap;
	height: 40px;
	border: 1px solid #ccc;
	background-color: var(--global-bg-color-5);
	vertical-align: middle;
	color: #333;
}

.air-theme .select-wrap .select-box {
	font-size: 12px;
}

.earth-theme .select-wrap .select-box {
	font-size: 14px;
}

.select-wrap .select-box:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 8px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ccc url('../img/dropdown-arrow-white.png') center no-repeat;
	vertical-align: middle;
}

.select-wrap .select-inner {
	display: block;
	max-width: 100%;
	overflow: hidden;
}

.master-wrapper-content {
	position: relative;
	z-index: 0;
    padding: 15px 0;
}

 .master-column-wrapper {
	width: 100%;
	margin: auto;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.home-page-body .master-column-wrapper {
	width: 100%;
}
.center-1 {
	margin: 0;
}
.center-2,
.side-2 {
	margin: 0;
}
.page {
	min-height: 200px;
	text-align: center;
}
.page-title,
.home-page .title,
.product-grid .title,
.home-page .topic-block-title {
	margin: 25px 0;
	text-align: center;
}
.product-grid+.product-grid .title {
	margin-top: 0;
}
.page-title h1,
.home-page .title strong,
.product-grid .title strong,
.home-page .topic-block-title h2 {
	display: block;
	position: relative;
	color: var(--global-font-color-2);
}
.air-theme .page-title h1,
.air-theme .home-page .title strong,
.air-theme .product-grid .title strong,
.air-theme .home-page .topic-block-title h2 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
}
.earth-theme .page-title h1,
.earth-theme .home-page .title strong,
.earth-theme .product-grid .title strong,
.earth-theme .home-page .topic-block-title h2 {
	font-size: 32px;
	color: var(--global-font-color-2);
}
.page-title h1:after,
.home-page .title strong:after,
.product-grid .title strong:after,
.home-page .topic-block-title h2:after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 49%;
	width: 105px;
	height: 17px;
	margin: 0 0 0 -40px;
	background: url('../img/sep1.png') no-repeat;
	display: none;
}
.air-theme .page-title h1:after,
.air-theme .home-page .title strong:after,
.air-theme .product-grid .title strong:after,
.air-theme .home-page .topic-block-title h2:after {
	background-color: #eda187;
}
.earth-theme .page-title h1:after,
.earth-theme .home-page .title strong:after,
.earth-theme .product-grid .title strong:after,
.earth-theme .home-page .topic-block-title h2:after {
	/*background-color: var(--global-font-color-2);*/
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
	text-align: center;
}
.required {
	font-size: 14px;
	color: #ee2e56;
}
.link-rss {
	display: none;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
	word-wrap: break-word;
}
.master-loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: #fff url('../img/loading.gif') center no-repeat;
	opacity: 0.95;
}
.overlayOffCanvas {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1030;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	transition: background-color 0.5s ease;
}
.scrollYRemove {
	overflow: hidden !important;
	-ms-touch-action: none !important;
	-webkit-overflow-scrolling: touch !important;
}
.ps-container>.ps-scrollbar-y-rail {
	visibility: hidden !important;
}

/*********** GLOBAL FORMS ***********/
.fieldset,
.section {
	position: relative;
	margin: 0 0 5px;
}
.fieldset .title,
.section .title {
	margin: 0 0 15px;
	color: var(--global-font-color-2);
	text-transform: uppercase;
	font-size: 16px;
}
.fieldset .title strong,
.section .title strong {
	font-weight: 400;
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	width: 440px;
	max-width: 100%;
	margin: 0 auto 15px;
	text-align: center;
	/*	white-space: nowrap; fix for 'required' elements*/
	
	font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
}
.air-theme .inputs label {
	font-size: 12px;
}
.earth-theme .inputs label {
	font-size: 15px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
	width: 100%;
	vertical-align: middle;
}
.inputs input[type="text"]:focus,
.inputs input[type="password"]:focus,
.inputs select,
.inputs textarea:focus {
	border-color: #daa520;
}
.inputs textarea {
	min-height: 200px;
}
.inputs.reversed {
	margin-bottom: 25px;
}
.inputs .required {
	margin: 0 0 0 -8px;
	border-width: 0 8px 8px 0;
	border-style: dashed solid dashed;
	vertical-align: top;
	font-size: 0;
}
.air-theme .inputs .required {
	border-color: transparent #eda187 transparent;
	display: none;
}
.earth-theme .inputs .required {
	display: none;
}
.air-theme .message-error,
.air-theme .field-validation-error,
.air-theme .username-not-available-status,
.air-theme .poll-vote-error,
.password-error,
.air-theme .field-validation-valid,
.air-theme .username-available-status {
	display: block;
	font-size: 11px;
}
.earth-theme .message-error,
.earth-theme .field-validation-error,
.earth-theme .username-not-available-status,
.earth-theme .poll-vote-error,
.password-error,
.earth-theme .field-validation-valid,
.earth-theme .username-available-status {
	display: block;
	font-size: 13px;
	font-weight: 400;
	text-align:left;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	color: #ee2e56;
}
.field-validation-valid,
.username-available-status,
.new-comment .result {
	color: #11a871;
}
.captcha-box {
	margin: 0 0 25px;
	text-align: center;
	line-height: 0;
	/*firefox line-height bug fix*/
}
.captcha-box>div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}
.fieldset+.buttons .button-1 {
	min-width: 150px;
	height: 50px;
	padding: 0 30px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .fieldset+.buttons .button-1 {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .fieldset+.buttons .button-1 {
	background-color: #daa520;
	font-size: 15px;
}
.fieldset+.buttons .button-1:hover {
	opacity: 0.9;
}

/*********** GLOBAL TABLES ***********/
.cart,
.data-table,
.forums-table-section table {
	border-bottom: 1px solid #eee;
}
.cart th,
.data-table th,
.forums-table-section th {
	border-bottom: 1px solid #eee;
	background-color: #daa520;
	padding: 15px;
	white-space: nowrap;
	color: var(--global-bg-color-5);
}
.air-theme .cart th,
.air-theme .data-table th,
.air-theme .forums-table-section th {
	font-size: 13px;
	font-weight: 400;
	color: var(--global-bg-color-5);
}
.earth-theme .cart th,
.earth-theme .data-table th,
.earth-theme .forums-table-section th {
	font-size: 16px;
	font-weight: 300;
}
.cart td,
.data-table td,
.forums-table-section td {
	min-width: 50px;
	border: none;
	/*background-color: var(--global-bg-color-5);*/
	
	padding: 15px;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
	text-align: center;
}
.cart .product-picture {
	text-align: center;
	font-size: 0;
}
.cart .product-picture a {
	display: inline-block;
}
.cart .product-picture img {
	max-width: 60px;
}
.cart .product-name {
	font-weight: 400;
	color: var(--global-font-color-2);
	text-transform: uppercase;
}
.cart .attributes {
	margin: 10px 0 !important;
	border: none;
	background-color: transparent;
	padding: 0;
}
.cart .edit-item a {
	font-weight: 400;
	color: #f74258;
}
.cart .edit-item a:hover {
	text-decoration: underline;
}
.cart .message-error {
	margin: 0 !important;
	text-align: left !important;
}
.cart td.unit-price {
	font-weight: 400;
	white-space: nowrap;
}
.cart .quantity {
	text-align: center;
	white-space: nowrap;
}
.cart .increase,
.cart .decrease {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--global-bg-color-5);
	background-image: url('../img/table-sprite.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	cursor: pointer;
}
.cart .increase {
	background-position: left center;
}
.cart .decrease {
	background-position: right center;
}
.cart .qty-input {
	width: 50px;
	height: 40px;
	margin: 0 8px;
	text-align: center;
	font-size: 0.87em !important;
	font-weight: 400;
	color: #444;
}
.cart .qty-dropdown {
	width: 60px;
}
.cart .select-wrap {
	display: inline-block;
}
.cart .select-box {
	font-size: 14px !important;
	color: #333;
}
.cart td.subtotal {
	font-weight: 400;
	white-space: nowrap;
}
.air-theme .cart td.subtotal {
	color: #eda187;
}
.earth-theme .cart td.subtotal {
	color: var(--global-font-color-2);
}
.cart .subtotal .discount {
	white-space: normal;
}

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1080;
	width: 100%;
	padding: 20px 50px 20px 20px;
	color: var(--global-bg-color-5);
	opacity: 0.95;
}
.bar-notification.success {
	background-color: var(--global-font-active-0);
}
.bar-notification.error {
	background-color: #ee2e56;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: var(--global-bg-color-5);
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	right: 15px;
	width: 22px;
	height: 22px;
	background: url('../img/close-sprite.png') center top no-repeat;
	cursor: pointer;
	transition: opacity 0.2s ease;
}
.air-theme .bar-notification .close {
	top: 18px;
}
.earth-theme .bar-notification .close {
	top: 21px;
}
.bar-notification .close:hover {
	opacity: 0.9;
}
.noscript {
	background-color: #ff9;
	padding: 10px;
	text-align: center;
}
.ajax-loading-block-window {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100% !important;
	height: 100% !important;
	background: #fff url('../img/loading.gif') center no-repeat;
	opacity: 0.9;
}
.ui-dialog {
	z-index: 1050;
	position: absolute !important;
	width: 500px !important;
	max-width: 95%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	background-color: var(--global-bg-color-5);
	padding: 40px 20px;
	text-align: center;
	max-height: 400px;
	overflow: auto;
}
.ui-dialog-titlebar {
	margin: 0 0 20px;
	color: #333;
	text-transform: uppercase;
}
.air-theme .ui-dialog-titlebar {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
}
.earth-theme .ui-dialog-titlebar {
	font-size: 20px;
	font-weight: 400;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ccc url('../img/close-sprite.png') center bottom no-repeat;
	font-size: 0;
	transition: opacity 0.2s ease;
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-titlebar button span {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	min-height: 0 !important;
	line-height: 20px;
}
.air-theme .ui-dialog-content {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
}
.ui-dialog .page {
	min-height: 0;
}
.ui-dialog .page-title {
	display: none;
}
.ui-dialog .page-body {
	text-align: center;
}
.eu-cookie-bar-notification {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	padding: 30px 20px;
	text-align: center;
}
.air-theme .eu-cookie-bar-notification {
	background-color: var(--global-bg-color-5);
}
.earth-theme .eu-cookie-bar-notification {
	background-color: #222;
}
.eu-cookie-bar-notification .text {
	margin: 0 0 20px;
	line-height: 20px;
}
.air-theme .eu-cookie-bar-notification .text {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
}
.earth-theme .eu-cookie-bar-notification .text {
	font-size: 15px;
}
.eu-cookie-bar-notification a {
	display: block;
	margin: 10px 0 0;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}
.air-theme .eu-cookie-bar-notification a {
	color: #eda187;
}
.earth-theme .eu-cookie-bar-notification a {
	color: #daa520;
}
.eu-cookie-bar-notification button {
	min-width: 100px;
	height: 40px;
	padding: 0 20px;
	color: var(--global-bg-color-5);
	transition: opacity 0.2s ease;
}
.air-theme .eu-cookie-bar-notification button {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .eu-cookie-bar-notification button {
	background-color: #daa520;
	font-size: 14px;
}
.eu-cookie-bar-notification button:hover {
	background: #3b3b3b;
}
.scroll-back-button {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1010;
	width: 2.2em;
	height: 2.2em;
	overflow: hidden;
	background: url('../img/scroll-button.png') no-repeat center 45%;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.air-theme .scroll-back-button {
	background-color: #eda187;
}
.earth-theme .scroll-back-button {
	background-color: var(--global-font-color-2)
}

/*********** HEADER ***********/
.admin-header-links {
	position: relative;
	text-align: center;
}
.air-theme .admin-header-links {
	background-color: #333;
	color: var(--global-bg-color-5);
}
.earth-theme .admin-header-links {
	background-color: var(--global-bg-color-5);
	color: #222;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links a,
.admin-header-links span {
	display: inline-block;
	margin: 0 10px;
	line-height: 40px;
	text-transform: lowercase;
}
.air-theme .admin-header-links a,
.air-theme .admin-header-links span {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.header {
	text-align: center;
}
.air-theme .header {
	background-color: var(--global-bg-color-5);
}
.earth-theme .header {
	background-color: var(--header-bg-col);
}
.header-logo {
	padding: 38px 0;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	font-family: Marcellus;
	font-weight: normal;
	color: var(--global-bg-color-5);
}
.header-logo a:hover {
	color: #dbbe90;
}
.header-logo img {
	max-width: 280px;
}
.air-theme .header-logo img {
	background-color: #eda187;
}
.earth-theme .header-logo img {
}
.responsive-nav-wrapper div {
	display: inline-block;
	margin: 0 5px;
}
.responsive-nav-wrapper span,
.responsive-nav-wrapper a {
	display: block;
	position: relative;
	height: 40px;
	width: 40px;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 20px;
	cursor: pointer;
}
.air-theme .responsive-nav-wrapper span,
.air-theme .responsive-nav-wrapper a {
	background-color: #eda187;
}
.earth-theme .responsive-nav-wrapper span,
.earth-theme .responsive-nav-wrapper a {
	
}
.headlogin span {
    width: auto;
    height: auto;
    font-size: 12px;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
}
.responsive-nav-wrapper .menu-title span {
	background-position: 0 center;
	padding-top: 3px;
	color: var(--global-bg-color-5);
	
}
.responsive-nav-wrapper .search-wrap span {
	background-position: -50px center;
}
.responsive-nav-wrapper .personal-button span {
	background-position: -100px center;
}
.responsive-nav-wrapper .wishlist-opener a {
	background-position: -150px center;
}
.responsive-nav-wrapper .shopping-cart-link a {
	background-position: -200px center;
}
.store-search-box.active,
.header-options.active {
	display: block;
}
.store-search-box {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1040;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	text-align: center;
	background-color: var(--global-bg-color-5);
	padding: 30px 20px;
	font-size: 0;
	transition: all 0.3s ease;
}
.store-search-box .close {
	display: none;
	font-size: 0;
}
.search-box form {
	position: relative;
	z-index: 1;
	height: 60px;
	border: 1px solid #eee;
	background-color: var(--global-bg-color-5);
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.search-box input.search-box-text {
	float: left;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 80px 0 20px;
	color: #bbb;
}
.air-theme .search-box input.search-box-text {
	font-size: 14px;
}
.earth-theme .search-box input.search-box-text {
	font-size: 18px;
}
.search-box input.search-box-text:focus {
	color: #222;
}
.search-box .search-box-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #eee;
	background: url('../img/search-button.png') center no-repeat;
	font-size: 0;
}
.air-theme .search-box .search-box-button {
	background-color: #eda187;
}
.earth-theme .search-box .search-box-button {
	background-color: #daa520;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: absolute;
	z-index: 0;
	width: calc(100% - 42px) !important;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	background-color: var(--global-bg-color-5);
	padding: 15px 0;
	text-align: left;
}
.air-theme .ui-autocomplete li {
	font-size: 14px;
	/*reset zeroing*/
}
.earth-theme .ui-autocomplete li {
	font-size: 16px;
	/*reset zeroing*/
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 30px 20px;
	color: #222;
	text-transform: uppercase;
}
.ui-autocomplete a.ui-state-focus {
	background: #f6f6f6;
}
.ui-autocomplete img {
	display: none;
	margin: 0 20px 0 0;
	vertical-align: middle;
}
.header-options {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1040;
	background-color: var(--global-bg-color-5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	text-align: left;
	transition: all 0.3s ease;
}
.header-options #wishlistlink,
.header-options #topcartlink {
	display: none;
}
.header-selectors-wrapper {
	border-bottom: 1px solid #eee;
	background-color: #000;
	padding: 30px 20px;
	font-size: 0;
    display: none;
}
.header-selectors-wrapper>div {
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}
.header-selectors-wrapper select {
	min-width: 110px;
	font-size: 13px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.header-selectors-wrapper .select-box {
	font-size: 13px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block;
	margin: 0 1px;
}
.language-list a {
	display: block;
	position: relative;
	width: 32px;
	height: 40px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.header-links-wrapper {
	padding: 15px 20px;
	background-color: #000;
	color: #fff;
}
.header-links li {
	font-size: 0;
}
.header-links li:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	background-image: url('../img/header-links-sprite.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	display: none;
}
.air-theme .header-links li:before {
	background-color: #29292a;
}
.earth-theme .header-links li:before {
	background-color: #29292a;
}
.header-links #myaccountlink:before {
	background-position: 0 center;
}
.myorderlinkclass {
	padding-bottom: 7px;
}
.myorderlinkclass:before {
	background-image: url(../img/account-cart.png) !important;
	background-position: 0px center !important;
	position: relative;
	top: 5px;
}
.myorderlinkclass .ico-orders {
	width: 170px;
	height: 25px;
	border-radius: 50%;
	background-repeat: no-repeat;
	transition: all 0.2s ease;
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
}

/*Support #2716  E-commerce Menu Changes*/
.onlinepurchaselinkclass {
	padding-bottom: 7px;
}
.onlinepurchaselinkclass:before {
	background-image: url('../img/block-nav-sprite.png') !important;
	width: 24px !important;
	height: 24px !important;
	background-position: -73px center !important;
	position: relative;
	top: 5px;
}
.onlinepurchaselinkclass .ico-onlinepurchase {
	width: 160px;
	height: 25px;
	border-radius: 50%;
	background-repeat: no-repeat;
	transition: all 0.2s ease;
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
}

/*Support #2716  E-commerce Menu Changes END*/
.header-links #registerlink:before {
	background-position: -25px center;
}
.header-links #loginlink:before {
	background-position: -50px center;
}
.header-links #logoutlink:before {
	background-position: -75px center;
}
.header-links #inboxlink:before {
	background-position: -100px center;
}
.header-links span,
.header-links a {
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
}
.air-theme .header-links span,
.air-theme .header-links a {
	font-size: 13px;
}
.earth-theme .header-links span,
.earth-theme .header-links a {
	font-size: 14px;
    color: #fff;
}
.header-links a:hover {
	color: var(--main-nav-link-hover-col);
	text-decoration: none;
}

/*********** FOOTER ***********/
.footer .title {
	margin: 0 0 10px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
}
.air-theme .footer .title strong {
	font-size: 16px;
	font-weight: 700;
}
.earth-theme .footer .title strong {
	font-size: 18px;
	font-weight: 400;
}
.air-theme .newsletter {
	margin: -85px 0 20px;
}
.earth-theme .newsletter {
	margin: -90px 0 20px;
}
.newsletter-email {
	position: relative;
	z-index: 1;
	height: 70px;
	border: 1px solid #eee;
	overflow: hidden;
	background-color: var(--global-bg-color-5);
	padding: 0 70px 0 0;
}
.newsletter-subscribe {
	display: block !important;
	/* form should be always visible due to disign specifics */
}
.newsletter-email .newsletter-subscribe-text {
	float: left;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 20px;
	color: #bbb;
}
.air-theme .newsletter-email input.newsletter-subscribe-text {
	font-size: 14px;
}
.earth-theme .newsletter-email input.newsletter-subscribe-text {
	font-size: 18px;
}
.newsletter-email .newsletter-subscribe-text:focus {
	color: #222;
}
.newsletter-email .newsletter-subscribe-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 100%;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #eee;
	background: url('../img/subscribe-button.png') center no-repeat;
	font-size: 0;
}
.air-theme .newsletter-email .newsletter-subscribe-button {
	background-color: #eda187;
}
.earth-theme .newsletter-email .newsletter-subscribe-button {
	background-color: #daa520;
}
.newsletter-email .options {
	clear: both;
	line-height: 32px;
	text-transform: lowercase;
	opacity: 0;
}
.newsletter-validation,
.newsletter-result {
	margin: 16px 0 0;
}
.air-theme .newsletter-validation,
.air-theme .newsletter-result {
	font-size: 13px;
}
.earth-theme .newsletter-validation,
.earth-theme .newsletter-result {
	font-size: 15px;
}
.newsletter-validation .please-wait {
	display: none !important;
}
.footer-middle {
	margin: 0 0 30px;
}
.footer-middle .center {
	overflow: hidden;
	background-color: #29292a;
}
.social-sharing {
	width: 250px;
	height: 250px;
	margin: -90px auto 50px;
	border-radius: 50%;
	background-color: #29292a;
	padding: 120px 0 0;
}
.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 3px;
}
.social-sharing a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-image: url('../img/social-sprite.png');
	background-repeat: no-repeat;
}
.air-theme .social-sharing a {
	background-color: #eda187;
}
.earth-theme .social-sharing a {
	background-color: #daa520;
}
.social-sharing .facebook {
	background-position: 0 center;
}
.social-sharing .twitter {
	background-position: -38px center;
}
.social-sharing .instagram {
	background-position: -192px center;
}
.social-sharing .linkedin {
	background-position: -229px center;
}
.social-sharing .pinterest {
	background-position: -70px center;
}
.social-sharing .vimeo {
	background-position: -140px center;
}
.social-sharing .google {
	background-position: -175px center;
}
.social-sharing .youtube {
	background-position: -210px center;
}
.social-sharing .rss {
	background-position: -245px center;
}
.footer-block {
	margin: 50px 0;
}
.footer-block .list a {
	display: inline-block;
	padding: 10px 0;
	transition: color 0.2s ease;
}
.footer-block .list a:hover {
	color: #222;
}
.footer-text {
	display: inline;
	margin: 3px;
	color: #888;
}
.air-theme .footer-text {
	font-size: 11px;
}
.earth-theme .footer-text {
	font-size: 11px;
}
.footer-text:after {
	content: "|";
	display: inline-block;
	margin: 0 0 0 9px;
}
.footer-text a {
	color: #777;
	transition: color 0.2s ease;
}
.footer-text a:hover {
	color: #444;
}
.footer-text:last-of-type:after {
	display: none;
}
.theme-selector {
	margin: 25px 0 0;
}
.theme-selector .select-wrap {
	display: inline-block;
}
.theme-selector select {
	min-width: 130px;
}

/*********** LEFT/RIGHT COLUMN ***********/
.block {
	margin: 0 0 10px;
	text-align: left;
}
.block .title {
	position: relative;
	background-color: #fbf6e8;
	padding: 15px 10px;
	color: var(--global-font-color-2);
	text-transform: uppercase;
	cursor: pointer;
	display: none;
}
.block .title:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	background-image: url('../img/block-nav-sprite.png');
	background-repeat: no-repeat;
	vertical-align: middle;
}
.air-theme .block .title:before {
	background-color: #eda187;
}
.earth-theme .block .title:before {
	background-color: #daa520;
}
.block-category-navigation .title:before {
	background-position: 0 center;
}
.block-manufacturer-navigation .title:before {
	background-position: -24px center;
}
.block-vendor-navigation .title:before {
	background-position: -48px center;
}
.block-recently-viewed-products .title:before {
	background-position: -72px center;
}
.block-popular-tags .title:before {
	background-position: -96px center;
}
.block-poll .title:before {
	background-position: -120px center;
}
.block .title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	border-radius: 50%;
	background: #ccc url('../img/dropdown-arrow-white.png') center no-repeat;
	vertical-align: middle;
}
.block .title strong {
	vertical-align: middle;
	font-weight: 400;
}
.block .listbox {
	display: none;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}
.block .list a {
	display: block;
	position: relative;
	padding: 6px 15px;
	color: var(--global-font-color-2);
	font-size: 13px;
}
.list li {
	border-width: 1px;
	border-style:solid;
	border-color:var(--global-font-color-2);
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.list li:hover, .list li.active {
	background-color: var(--global-bg-color-5);
	border-color: var(--global-font-color-3);
	color: var(--global-font-color-3);
}



.earth-theme .block .list a {
	font-size: 16px;
	text-decoration:none
}
.block .list a:hover, .list li.active a {
	color: var(--global-font-active-0);
}
.block .list a.with-subcategories:after {
	content: "";
	position: absolute;
	right: 14px;
	width: 6px;
	height: 9px;
	background: url('../img/arrow-grey.png') right center no-repeat;
	transition: all 0.2s ease;
}
.air-theme .block .list a.with-subcategories:after {
	top: 14px;
}
.earth-theme .block .list a.with-subcategories:after {
	top: 17px;
}
.block .list a.with-subcategories.opened:after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.block .sublist {
	display: none;
	margin: 0 0 0 20px;
}
.block .sublist a {
	color: #888;
}
.block .view-all a {
	display: block;
	padding: 10px 20px;
}
.air-theme .block .view-all a {
	font-size: 13px;
	color: #eda187;
}
.earth-theme .block .view-all a {
	font-size: 15px;
	color: #daa520;
}
.block .view-all a span {
	vertical-align: middle;
}
.block .view-all a:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 9px;
	margin: 0 0 0 10px;
	background: url('../img/arrow-color.png') center no-repeat;
	vertical-align: middle;
}
.air-theme .block .view-all a:after {
	margin-bottom: -1px;
	background-color: #eda187;
}
.earth-theme .block .view-all a:after {
	margin-bottom: -3px;
	background-color: #daa520;
}
.block .list .product-picture {
	display: none;
}
.block .tags {
	padding: 0 15px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
}
.air-theme .block .tags li,
.air-theme .product-tags-all-page li {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px !important;
	/*setting base size*/
	
	color: #222;
}
.earth-theme .block .tags li,
.earth-theme .product-tags-all-page li {
	font-size: 18px !important;
	/*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	line-height: 36px;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #222;
}
.poll {
	padding: 10px 20px;
	color: #222;
}
.poll strong {
	display: block;
	margin: 0 0 15px;
	font-weight: 400;
}
.poll-options,
.poll-results {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 0 0 1px;
}
.air-theme .poll-options,
.air-theme .poll-results {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	color: #222;
}
.earth-theme .air-theme .poll-options,
.earth-theme .poll-results {
	font-size: 15px;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	padding: 6px 0;
}
.poll-options li label {
	display: inline-block;
	margin: 0 0 0 3px;
	cursor: pointer;
}
.poll .vote-poll-button {
	min-width: 80px;
	height: 40px;
	padding: 0 20px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .poll .vote-poll-button {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .poll .vote-poll-button {
	background-color: #daa520;
	font-size: 14px;
}
.poll .vote-poll-button:hover {
	opacity: 0.9;
}
.poll-total-votes {
	display: block;
}
.home-page-polls {
	width: 94%;
	margin: auto;
	text-align: center;
}
.home-page-polls .poll {
	padding: 0;
}
.home-page-polls .poll strong {
	margin-top: -10px;
}
.home-page-polls .poll-options li,
.home-page-polls .poll-results li {
	margin: 0 5px;
}

/********** CATEGORY PAGE **********/
.breadcrumb {
	padding: 10px 0;
	text-align: left;
	background: var(--global-bg-color-5);
	max-width: 970px;
	font-size: 10px;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a,
.breadcrumb span,
.breadcrumb strong {
	margin: 0 5px;
}
.air-theme .breadcrumb a,
.air-theme .breadcrumb span,
.air-theme .breadcrumb strong {
	font-size: 12px;
	color: var(--global-font-color-2);
}
.earth-theme .breadcrumb a,
.earth-theme .breadcrumb span,
.earth-theme .breadcrumb strong {
	font-size: 12px;
	color: #333;
}
.breadcrumb strong {
	font-weight: normal;
	color: var(--global-font-color-2) !important;
}
.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 50px;
	text-align: center;
	line-height: 28px;
}
.category-description p,
.manufacturer-description p,
.vendor-description p {
	margin-top: 0;
}
.air-theme .category-description,
.air-theme .manufacturer-description,
.air-theme .vendor-description {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.vendor-description {
	margin: 0 0 40px;
}
.contact-vendor {
	margin: 40px 0 50px;
	text-align: center;
}
.contact-vendor-button {
	height: 40px;
	padding: 0 20px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .contact-vendor-button {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .contact-vendor-button {
	background-color: #daa520;
	font-size: 14px;
}
.contact-vendor-button:hover {
	opacity: 0.9;
}
.product-filters {
	display: none;
}
.product-selectors {
	margin: 0 0 20px;
	text-align: center;
    display: none;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-sorting,
.product-page-size {
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}
.product-sorting>span,
.product-page-size>span {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
	color: var(--global-font-color-2);
}
.air-theme .product-sorting>span,
.air-theme .product-page-size>span {
	font-size: 10px;
	font-weight: 700;
}
.earth-theme .product-sorting>span,
.earth-theme .product-page-size>span {
	font-size: 12px;
}
.product-page-size>span:last-child {
	display: none;
}
.product-selectors select {
	min-width: 100px;
}
.product-selectors .select-box {
	color: #333;
}
.product-viewmode,
.product-viewmode span {
	display: none;
	font-size: 0;
}

.item-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap : 15px;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}
.item-box {
	position: relative;
	float: left;
	/*two per row*/
	
	margin-bottom: 10%;
	margin-left: 2%;
}
.item-box:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.item-box .picture {
	margin: 0 0 15px;
	overflow: hidden;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.item-box .picture a {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom : 20px;
}
	.item-box .picture img {
		max-width: 100%;
		margin: auto;
		max-height: 327px;
		min-height: 327px;
	}
.item-box .product-title {
	margin: 0 0 5px;
	overflow: hidden;
	/*font-weight: 400;
	color: #000;*/
}
.air-theme .item-box .product-title {
	height: 38px;
	font-size: 14px;
}
.earth-theme .item-box .product-title {
	height: 50px;
	font-size: 16px;
}
.item-box .product-title.no-reserved-height {
	height: auto !important;
}
.item-box .product-title a {
	display: block;
    color: var(--global-font-color-2);
	text-decoration:none;
}

.item-box .product-title a :hover {
	text-decoration : none;
}
a.more-info {
    padding: 2px 10px 3px 10px;
    background-color: var(--global-bg-color-5);
    border-radius: 3px;
    color: var(--global-font-color-3);
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
    display: inline-block;
	border-width : 1px;
	border-style : solid;
	border-color : var(--global-font-color-3);
}
.more-info:hover {
	text-decoration: none;
	color: var(--global-sec-button-hover);
	border-color: var(--global-sec-button-hover);
}
.item-box .product-rating-box {
	margin: 0 0 10px;
	font-size: 0;
}
.item-box .rating {
	display: inline-block;
	background: url('../img/rating-sprite.png') left top repeat-x;
	width: 80px;
	height: 16px;
}
.item-box .rating div {
	background: url('../img/rating-sprite.png') left bottom repeat-x;
	height: 16px;
}
.air-theme .item-box .rating div {
	background-color: #eda187;
}
.earth-theme .item-box .rating div {
	background-color: #daa520;
}
.item-box .description {
	margin: 0 0 10px;
}
.item-box .product-rating-box,
.item-box .description {
	display: none;
}
.item-box .old-price {
	position: relative;
	color: #bbb;
}
.earth-theme .item-box .old-price {
	margin: 0 10px 0 0;
	font-weight: 400;
}
.item-box .old-price:after {
	content: "";
	position: absolute;
	width: 50px;
	max-width: 110%;
	height: 16px;
	background: url('../img/line-through.png') center no-repeat;
	opacity: 0.3;
}
.air-theme .item-box .old-price:after {
	top: 1px;
	left: 0;
}
.earth-theme .item-box .old-price:after {
	top: 5px;
	left: -1px;
}
.air-theme .item-box .actual-price {
	font-size: 18px;
	font-weight: bold;
	color: #3b3b3b;
}
.earth-theme .item-box .actual-price {
	font-size: 14px;
	font-weight: bold;
	color: rgb(92 92 92);
	font-family: var(--heading-font-family);
	font-style: var(--heading-font-style);
	font-weight: var(--heading-font-weight);
}
.air-theme .item-box .tax-shipping-info {
	font-size: 13px;
}
.item-box .buttons {
	
	margin: 0;
	font-size: 0;
}
.home-page-category-grid {
	width: 94%;
	margin: 0 auto 60px;
}
.home-page .product-grid {
	width: 94%;
	margin: 0 auto;
}
.sub-category-grid {
	margin: 0 0 60px;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	width: 100%;
	margin-bottom: 3%;
	margin-left: 0;
}
.home-page-category-grid .picture,
.sub-category-grid .picture,
.manufacturer-grid .picture,
.vendor-grid .picture {
	margin: 0;
}
.home-page-category-grid .picture a,
.sub-category-grid .picture a {
	padding-top: 65%;
}
.home-page-category-grid .title,
.sub-category-grid .title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	font-size: 0;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
}
.air-theme .home-page-category-grid .title,
.air-theme .sub-category-grid .title {
	font-size: 18px;
	font-weight: 700;
}
.earth-theme .home-page-category-grid .title,
.earth-theme .sub-category-grid .title {
	font-size: 20px;
	font-weight: 400;
}
.manufacturer-grid .title,
.vendor-grid .title {
	height: auto;
	margin: 0;
	text-align: center;
	font-size: 0;
	font-weight: 400;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
}
.air-theme .manufacturer-grid .title,
.air-theme .vendor-grid .title {
	font-size: 14px;
}
.earth-theme .manufacturer-grid .title,
.earth-theme .vendor-grid .title {
	font-size: 16px;
}
.home-page-category-grid .title a,
.sub-category-grid .title a {
	display: block;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 15px 30px;
	transition: all 0.5s ease;
}
.manufacturer-grid .title a,
.vendor-grid .title a {
	display: block;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 15px 30px;
	transition: all 0.5s ease;
}
.air-theme .home-page-category-grid .item-box:hover .title a,
.air-theme .sub-category-grid .item-box:hover .title a,
.air-theme .manufacturer-grid .item-box:hover .title a,
.air-theme .vendor-grid .item-box:hover .title a {
	background-color: #333;
}
.earth-theme .home-page-category-grid .item-box:hover .title a,
.earth-theme .sub-category-grid .item-box:hover .title a,
.earth-theme .manufacturer-grid .item-box:hover .title a,
.earth-theme .vendor-grid .item-box:hover .title a {
	background-color: #222;
}
.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	vertical-align: middle;
    margin: 0 5px;
}
.pager li a,
.pager li span {
	display: flex;
	justify-content:center;
	align-items:center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
	transition: color 0.3s ease;
        border: 1px solid #ccc;
}
.pager li span,
.pager li a:hover {
	color: var(--global-font-color-2);
}
.pager .previous-page a,
.pager .next-page a,
.pager .first-page a,
.pager .last-page a {
	background-image: url('../img/pager-sprite.png');
	background-repeat: no-repeat;
	font-size: 0;
}
.pager .previous-page {
	margin: 0 5px;
}
.pager .next-page {
	margin: 0 5px;
}
.pager .previous-page a {
	background-position: 0 center;
}
.pager .next-page a {
	background-position: -30px center;
}
.air-theme .pager .previous-page a,
.air-theme .pager .next-page a {
	background-color: #eda187;
}
.earth-theme .pager .previous-page a,
.earth-theme .pager .next-page a {
	background-color: var(--global-font-active-0);
        border: 0;
}
.pager .first-page a {
	background-color: #bbb;
	background-position: -60px center;
}
.pager .last-page a {
	background-color: #bbb;
	background-position: -90px center;
}

/********** PRODUCT PAGE **********/
.product-essential {
	margin: 0;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0;
}
.child-wrap .overview {
    width: 75%;
}
.child-wrap .gallery {
    width: 25%;
}
.child-wrap img {
    max-height: 250px;
}
.gallery .picture {
	position: relative;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.gallery .picture a {
	display: inline-block;
	max-width: 100%;
	/*Ie fix*/
}
.gallery .picture-thumbs {
	margin: 5px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.gallery .picture-thumbs>li {
	display: inline-block;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}
.gallery .picture-thumbs>li:hover {
	border-color: #ddd;
}
.gallery .picture-thumbs a {
	display: block;
	position: relative;
	width: 98px;
	height: 98px;
	border: 4px solid #fff;
	overflow: hidden;
}
.gallery .picture-thumbs img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.mfp-gallery {
	/*default zoom*/
	
	z-index: 1090 !important;
}
.overview {
	position: relative;
	margin: 0;
	/*text-align: center;*/
}
.air-theme .overview {
	font-size: 13px;
}
.earth-theme .overview {
	font-size: 16px;
}
.air-theme .overview input {
	font-size: 13px;
	color: #222;
}
.earth-theme .overview input {
	font-size: 16px;
	font-weight: 300;
	color: #666;
}
.earth-theme .overview input:hover {
	color: #222;
}
.discontinued-product {
	margin: 0 0 20px;
	font-weight: 700;
	color: #ee2e56;
}
.air-theme .discontinued-product {
	font-size: 18px;
}
.earth-theme .discontinued-product {
	font-size: 20px;
}
.product-reviews-overview {
	margin: 0 0 25px;
}
.product-review-box .rating {
	display: inline-block;
}
.product-review-box .rating,
.product-list .item-box .rating {
	width: 80px;
	height: 16px;
	background: url('../img/rating-sprite.png') left top repeat-x;
}
.product-review-box .rating div,
.product-list .item-box .rating div {
	height: 16px;
	background: url('../img/rating-sprite.png') left bottom repeat-x;
}
.air-theme .product-review-box .rating div,
.air-theme .product-list .item-box .rating div {
	background-color: #eda187;
}
.earth-theme .product-review-box .rating div,
.earth-theme .product-list .item-box .rating div {
	background-color: #daa520;
}
.air-theme .product-no-reviews a {
	color: #eda187;
}
.earth-theme .product-no-reviews a {
	color: #daa520;
}
.product-review-links a {
	position: relative;
	margin: 0 10px;
	padding: 0 0 0 30px;
	line-height: 30px;
	color: #666;
}
.product-review-links a:hover {
	color: #222;
}
.air-theme .product-review-links a {
	font-size: 12px;
}
.earth-theme .product-review-links a {
	font-size: 14px;
}
.product-review-links .separator {
	display: none;
}
.product-review-links a:first-child:before {
	background-position: 0 center;
}
.product-review-links a:last-child:before {
	background-position: -30px center;
}
.product-review-links a:before,
.delivery .free-shipping:before,
.download-sample a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background-image: url('../img/product-page-sprite-1.png');
	background-repeat: no-repeat;
}
.air-theme .product-review-links a:before,
.air-theme .delivery .free-shipping:before,
.air-theme .download-sample a:before {
	background-color: #eda187;
}
.earth-theme .product-review-links a:before,
.earth-theme .delivery .free-shipping:before,
.earth-theme .download-sample a:before {
	background-color: #daa520;
}
.overview .short-description {
    margin: 0 0 30px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #eee;
    padding: 0 0 30px;
    line-height: 22px;
    font-size: 14px;
    text-align: left;
    color: #333;
}
.product-variant-list .variant-picture, .product-social-buttons{
    display: none;
}
.air-theme .overview .short-description {
	font-size: 1.125rem;
	font: Comfortaa, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.overview .value,
.variant-overview .value {
	font-weight: 400;
	color: var(--global-bg-color-5);
}
.air-theme .overview .value a,
.air-theme .variant-overview .value a {
	color: #eda187;
}
.earth-theme .overview .value a,
.earth-theme .variant-overview .value a {
	color: #daa520;
}
.overview .manufacturers,
.overview .availability,
.overview .additional-details,
.overview .delivery {
	margin: 0 0 30px;
}
.overview .subscribe-button,
.variant-overview .subscribe-button {
	height: 33px;
	padding: 0 0 0 35px;
	background: url('../img/product-page-sprite-2.png') left -70px no-repeat;
}
.air-theme .overview .subscribe-button,
.air-theme .variant-overview .subscribe-button {
	background-color: #eda187;
}
.earth-theme .overview .subscribe-button,
.earth-theme .variant-overview .subscribe-button {
	background-color: #daa520;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 5px 0;
}
.overview .free-shipping,
.variant-overview .free-shipping {
	display: inline-block;
	position: relative;
	padding: 0 0 0 35px;
	line-height: 30px;
}
.overview .free-shipping:before,
.variant-overview .free-shipping:before {
	background-position: -60px center;
}
.overview-buttons {
	margin: 0 0 30px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #131212;
	padding: 20px 0;
	font-size: 0;
	display: none !important;
}
.overview-buttons div {
	display: inline-block;
	margin: 5px 10px;
}
.overview-buttons div input {
	height: 35px;
	background-color: transparent;
	background-image: url('../img/product-page-sprite-2.png');
	background-repeat: no-repeat;
	padding: 0 0 0 35px;
}
.air-theme .overview-buttons div input {
	background-color: #eda187;
}
.earth-theme .overview-buttons div input {
	background-color: var(--global-font-active-0);
}
.overview-buttons .add-to-wishlist-button {
	background-position: left 0;
}
.overview-buttons .add-to-compare-list-button {
	background-position: left -35px;
}
.overview-buttons .email-a-friend-button {
	background-position: left -70px;
}
.download-sample {
	margin: 0 0 30px;
}
.download-sample a {
	position: relative;
	padding: 0 0 0 35px;
}
.download-sample a:before {
	background-position: -90px center;
}
.attributes {
	margin: 0 0 -1px !important;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;
	
	padding: 25px;
}
.air-theme .attributes {
	font-size: 13px;
}
.earth-theme .attributes {
	font-size: 16px;
}
.attributes dl {
	overflow: hidden;
}
.attributes dt {
	display: block;
	margin: 6px 0 12px;
	color: #333;
	white-space: nowrap;
}
.attributes dd {
	margin: 0 0 20px;
}
.attributes dd:last-child {
	margin: 0 0 10px;
}
.attributes li {
	margin: 10px 0;
}
.attributes li label {
	margin: 0 5px;
}
.attributes select {
	width: auto;
	min-width: 100px;
	max-width: 100%;
}
.attributes .attribute-dropdown {
	display: inline-block;
	max-width: 100%;
}
.attributes .select-wrap .select-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	width: 25px;
	height: 100%;
	border-right: 1px solid #eee;
	background-color: var(--global-bg-color-5);
}
.rental-attributes {
	margin: 0 0 -20px !important;
	border: none;
	background-color: transparent;
	padding: 25px 0;
}
.rental-attributes .attribute-item:first-child {
	margin: 0 0 10px;
}
.rental-attributes .attribute-label {
	margin: 0 0 10px;
	color: #333;
}
.rental-attributes .attribute-data span {
	display: inline-block;
	position: relative;
}
.rental-attributes .attribute-data span:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 10px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ccc url('../img/dropdown-arrow-white.png') center no-repeat;
}
.rental-attributes .datepicker {
	width: 280px;
	text-align: center;
}
.ui-datepicker {
	width: 280px;
	outline: 1px solid #fff;
	background-color: var(--global-bg-color-5);
	text-align: center;
	font-size: 12px;
}
.air-theme .ui-datepicker {
	font-size: 12px;
}
.earth-theme .ui-datepicker {
	font-size: 13px;
}
.ui-datepicker-header {
	position: relative;
	height: 40px;
	margin: 0 0 -1px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	color: #333;
}
.ui-datepicker-header a {
	position: absolute;
	top: 12px;
	z-index: 1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ccc;
	background-image: url('../img/calendar-sprite.png');
	background-repeat: no-repeat;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 10px;
	background-position: left center;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 10px;
	background-position: right center;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	color: #333;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #eee;
	background-color: var(--global-bg-color-5);
	transition: all 0.2s ease;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	line-height: 35px;
}
.ui-datepicker-calendar td a:hover {
	background-color: #eee;
	color: #333;
}
.air-theme .ui-datepicker-calendar a.ui-state-active,
.air-theme .ui-datepicker-calendar a.ui-state-active:hover {
	background-color: #eda187;
	color: var(--global-bg-color-5);
}
.earth-theme .ui-datepicker-calendar a.ui-state-active,
.earth-theme .ui-datepicker-calendar a.ui-state-active:hover {
	background-color: #daa520;
	color: var(--global-bg-color-5);
}
.color-squares {
	margin: -5px 0;
	font-size: 0;
}
.color-squares li {
	display: inline-block;
	margin: 2px;
}
.color-squares label {
	display: block;
	position: relative;
	margin: 0 !important;
	overflow: hidden;
}
.color-squares input {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.color-squares .color-container {
	display: block;
	border: 2px solid transparent;
	border-radius: 50%;
	padding: 4px;
}
.color-squares .color {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #ddd;
	cursor: pointer;
}
.color-squares .selected-value .color-container {
	border-color: #ddd;
}
.color-squares .selected-value .color:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/tick-white.png') center no-repeat;
}
.color-squares .selected-value .color-container[title~="White"] .color:after {
	background-image: url('../img/tick-grey.png') !important;
}
.color-squares.image-squares .selected-value .color:after {
	display: none;
}
.color-squares .tooltip-container {
	display: none;
}
.giftcard>div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.product-details-page .prices {
	overflow: hidden;
	font-weight: 400;
}
.product-details-page .prices>div {
	display: inline-block;
	margin: 0 5px;
}
.product-details-page .prices label {
	display: none;
}
.product-details-page .old-product-price,
.product-details-page .non-discounted-price {
	font-size: 20px;
	color: #bbb;
}
.product-details-page .old-product-price span,
.product-details-page .non-discounted-price span {
	position: relative;
}
.product-details-page .old-product-price span:after,
.product-details-page .non-discounted-price span:after {
	content: "";
	position: absolute;
	width: 70px;
	max-width: 120%;
	height: 18px;
	background: url('../img/line-through-big.png') center no-repeat;
	opacity: 0.3;
}
.air-theme .product-details-page .old-product-price span:after,
.air-theme .product-details-page .non-discounted-price span:after {
	top: 4px;
	left: 0;
}
.earth-theme .product-details-page .old-product-price span:after,
.earth-theme .product-details-page .non-discounted-price span:after {
	top: 6px;
	left: -5px;
}
.product-details-page .product-price {
	font-size: 26px;
}
.variant-overview .product-price {
    font-size: 22px;
    font-weight: bold;
}
.air-theme .product-details-page .product-price {
	color: #eda187;
	font-weight: 700;
}
.earth-theme .product-details-page .product-price {
	color: rgb(92 92 92);
}
.product-details-page .rental-price {
	vertical-align: middle;
	font-size: 16px;
	color: #bbb;
}
.product-details-page .rental-price+.product-price,
.product-details-page .rental-price~.tax-shipping-info {
	vertical-align: middle;
}
.product-details-page .prices .tax-shipping-info,
.product-details-page .prices .base-price-pangv {
	color: #aaa;
}
.earth-theme .product-details-page .prices .tax-shipping-info,
.earth-theme .product-details-page .prices .base-price-pangv {
	font-weight: 300;
}
.tier-prices {
	margin: 0;
}
.tier-prices .title {
	display: none;
}
.tier-prices .prices-table {
	border: 1px solid #eee;
	overflow: hidden;
}
.air-theme .tier-prices .prices-table {
	font-size: 12px;
}
.earth-theme .tier-prices .prices-table {
	font-size: 14px;
        text-align: left;
}
.tier-prices .prices-row {
	float: left;
	width: 50%;
}
.tier-prices .prices-row>div {
	border-top: 0px solid #eee;
    padding: 5px 10px 5px 0;
    color: var(--global-font-color-2);
}
.tier-prices .prices-row.thead>div {
	border-right: 1px solid #eee;
}
.tier-prices .field-header {
	border-top: none !important;
	color: var(--global-font-color-2);
}
.tier-prices .item-price {
	color: var(--global-bg-color-5);
}
.customer-entered-price {
	margin: 0 0 30px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
/*.overview .customer-entered-price {
	margin-top: -30px;
}*/
.customer-entered-price .price-input,
.customer-entered-price .price-range {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.customer-entered-price .enter-price-input {
	width: 70px;
	text-align: center;
}
.customer-entered-price .price-range {
	margin: 10px;
}
.overview .prices,
.variant-overview .prices {
	margin: 0px 0 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.overview .add-to-cart {
	margin: 0 0 40px;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 0 0 10px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
	add-to-cart-button
}
.overview .quantity,
.variant-overview .quantity {
	display: inline-block;
	margin: 0 0 20px;
	border: 1px solid #ccc;
}
.quantity input[type="text"] {
	height: 35px !important;
	border: 1px solid #ccc;
	background-color: var(--global-bg-color-5);
	padding: 4px;
	vertical-align: middle;
	color: #242e35;
	border-top: 0;
	border-bottom: 0;
}
.overview .qty-label,
.variant-overview .qty-label {
	display: none;
}
.overview .quantity .increase,
.variant-overview .quantity .increase,
.overview .quantity .decrease,
.variant-overview .quantity .decrease {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	border-radius: 50%;
	background-color: var(--global-bg-color-5);
	background-image: url('../img/table-sprite.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	cursor: pointer;
}
.overview .quantity .increase,
.variant-overview .quantity .increase {
	background-position: left center;
}
.overview .quantity .decrease,
.variant-overview .quantity .decrease {
	background-position: right center;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 14px !important;
	font-weight: 400;
	color: #333;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	width: 60px;
	height: 40px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.overview .select-box,
.variant-overview .select-box {
	font-size: 14px !important;
	color: #333;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 55px;
	padding: 0 35px;
	font-weight: 400;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .overview .add-to-cart-button,
.air-theme .variant-overview .add-to-cart-button {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .overview .add-to-cart-button,
.earth-theme .variant-overview .add-to-cart-button {
	background-color: #daa520;
	font-size: 15px;
}
.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../img/product-box-sprite.png') left top no-repeat;
	vertical-align: middle;
}
.overview .add-to-cart-button span,
.variant-overview .add-to-cart-button span {
	margin: 0 10px;
	vertical-align: middle;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	opacity: 0.9;
}
.product-social-buttons {
	margin: 0 0 25px;
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 15px;
	font-size: 0;
}
.product-social-buttons label {
	display: none;
	vertical-align: middle;
}
.air-theme .product-social-buttons label {
	font-size: 12px;
}
.earth-theme .product-social-buttons label {
	font-size: 14px;
}
.product-social-buttons ul {
	display: inline-block;
	vertical-align: middle;
}
.product-social-buttons li {
	display: inline-block;
	margin: 0 2px;
}
.product-social-buttons li a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('../img/social-sprite-2.png');
	background-repeat: no-repeat;
	outline: 1px solid transparent;
	transition: opacity 0.2s ease;
}
.product-social-buttons .twitter a {
	background-position: 0 center;
}
.product-social-buttons .facebook a {
	background-position: -30px center;
}
.product-social-buttons .pinterest a {
	background-position: -60px center;
}
.product-social-buttons .google a {
	background-position: -90px center;
}
.full-description {
	clear: both;
	line-height: 26px;
}
.air-theme .full-description {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.full-description a {
	text-decoration: underline;
}
.product-collateral {
	margin: 0;
}
.product-collateral>div {
	margin: 0 0 40px;
}
.product-collateral .title {
	margin: 0 0 20px;
	color: #222;
	text-transform: uppercase;
}
.product-collateral .title strong {
	font-weight: 400;
}
.product-specs-box .data-table td {
	border-top: 1px solid #eee;
	padding: 10px 15px;
	text-align: left;
}
.product-specs-box .data-table td:first-child {
	background-color: #f9f9f9;
}
.product-specs-box .data-table .color-container {
	border: none;
	padding: 0;
}
.product-specs-box .data-table .color {
	width: 24px;
	height: 24px;
	border-radius: 0;
}
.product-tags-list li {
	display: inline-block;
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a:hover {
	color: #222;
}
.product-variant-list {
	margin: 0 0 15px !important;
}
.product-variant-line {
	width: 48%;
	float: left;
	margin: 10px 1%;
	padding: 15px;
	min-height: 115px;
	box-shadow: 0px 12px 16px -4px rgba(0,0,0,0.1);
	background-color: var(--global-bg-color-5);
	border-width: 1px;
	border-style: solid;
	border-color: var(--global-border-color-6);
	border-radius: 6px;
}
.product-variant-line .product-price {
    font-size: 18px;
}
.product-variant-line .old-product-price {
    font-size: 15px;
}
.product-variant-line .qty-input {
    width: 30px;
}
.quantity .decrease{
    margin: 0 6px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 300px;
	max-width: 100%;
	height: 300px;
	margin: 0 auto 30px;
	overflow: hidden;
	text-align: center;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
}

.earth-theme .variant-overview .variant-name {
	font-size: 16px;
    font-weight: bold;
}
.variant-overview .variant-description {
	margin: 0 0 20px;
	line-height: 26px;
        max-height: 80px;
    overflow: hidden;
        display: none;
}
.air-theme .variant-overview .variant-description {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.variant-overview .availability,
.variant-overview .additional-details,
.variant-overview .delivery {
	margin: 0 0 30px;
}
.variant-overview .attributes li {
	display: inline-block;
	margin: 5px 20px 5px 0;
}
.variant-overview .add-to-wishlist-button {
	display: none;
	width: 55px;
	height: 55px;
	margin: 20px 0 0;
	background: url('../img/variant-wishlist.png') center no-repeat;
	font-size: 0;
}
.air-theme .variant-overview .add-to-wishlist-button {
	background-color: #eda187;
}
.earth-theme .variant-overview .add-to-wishlist-button {
	background-color: #daa520;
}
.ui-tabs {
	margin: 0 0 60px;
}
.ui-tabs .ui-tabs-nav {
	border-top: 1px solid #eee;
	text-align: center;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
	margin: 0 5px;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	position: relative;
	padding: 20px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.ui-tabs .ui-tabs-nav li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: transparent;
	transition: all 0.3s ease;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
	color: #333;
}
.air-theme .ui-tabs .ui-tabs-nav li.ui-state-hover a:after,
.air-theme .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
.air-theme .ui-tabs .ui-state-active.ui-tabs-active a:after {
	background-color: #eda187;
}
.earth-theme .ui-tabs .ui-tabs-nav li.ui-state-hover a:after,
.earth-theme .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
.earth-theme .ui-tabs .ui-state-active.ui-tabs-active a:after {
	background-color: #daa520;
}
.ui-tabs .ui-tabs-panel {
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 30px 20px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 0;
	line-height: 26px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
.back-in-stock-subscription-page .tooltip {
	margin: 0 0 20px;
}
.back-in-stock-subscription-page .notify-me-button {
	min-width: 80px;
	height: 40px;
	background-color: #222;
	padding: 0 20px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.back-in-stock-subscription-page .notify-me-button:hover {
	opacity: 0.9;
}
.short-description+.overview-buttons,
.overview-buttons+.product-social-buttons {
	margin-top: -31px;
	/*unwanted gaps & double borders fix*/
}
.product-details-page .product-grid+.product-grid {
	margin: 40px 0 0;
}

/********** PRODUCT REVIEWS **********/
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .page-body>.result {
	min-height: 100px;
	margin: 40px 0;
	text-align: center;
}
.product-reviews-page .message-error {
	margin: 0 0 20px;
	text-align: center;
}
.product-reviews-page .title {
	display: none;
}
.product-reviews-page .write-review {
	margin: 30px 0 80px;
}
.product-reviews-page .write-review form {
	width: 600px;
	max-width: 100%;
	margin: auto;
	background-color: #f9f9f9;
	padding: 40px 20px;
}
.air-theme .write-review label {
	font-size: 13px;
	color: #222;
}
.earth-theme .write-review label {
	font-size: 15px;
	color: #222;
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating>label {
	display: block;
	margin: 0 0 5px;
}
.write-review .review-rating ul {
	font-size: 0;
	vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
	vertical-align: middle;
}
.air-theme .write-review .review-rating li.first,
.air-theme .write-review .review-rating li.last {
	font-size: 13px;
	color: #222;
}
.earth-theme .write-review .review-rating li.first,
.earth-theme .write-review .review-rating li.last {
	font-size: 14px;
	font-weight: 400;
	color: #222;
}
.write-review .rating-options label {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	background: url('../img/rating-sprite.png') center top no-repeat;
	cursor: pointer;
}
.write-review .rating-options label.checked {
	background-position: center bottom;
}
.air-theme .write-review .rating-options label {
	background-color: #eda187;
}
.earth-theme .write-review .rating-options label {
	background-color: #daa520;
}
.write-review .rating-options input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: auto;
	opacity: 0;
}
.write-review .captcha-box {
	margin: 30px 0 0;
}
.product-review-list {
	margin: 0 0 80px;
}
.product-review-item {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 25px 20px 35px;
}
.product-review-item .review-item-head {
	margin: 0 0 20px;
}
.product-review-item .review-info {
	margin: 0 0 10px;
}
.product-review-item .review-info>span {
	display: block;
	margin: 0 0 5px;
}
.air-theme .product-review-item .review-info a {
	color: #eda187;
}
.earth-theme .product-review-item .review-info a {
	color: #daa520;
}
.air-theme .product-review-item .review-info .date {
	font-size: 12px;
}
.earth-theme .product-review-item .review-info .date {
	font-size: 14px;
}
.product-review-item .review-title {
	margin: 0 0 20px;
	color: #222;
}
.air-theme .product-review-item .review-title strong {
	font-weight: 700;
}
.earth-theme .product-review-item .review-title strong {
	font-weight: 400;
}
.product-review-item .review-text {
	margin: 0 0 20px;
	line-height: 26px;
}
.product-review-helpfulness>span {
	vertical-align: middle;
}
.product-review-helpfulness .question,
.product-review-helpfulness .vote-options {
	margin: 0 5px 0 0;
}
.product-review-helpfulness .vote-options>span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	background-image: url('../img/review-voting-sprite.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}
.product-review-helpfulness .vote-options>span:first-child {
	background-position: left center;
}
.product-review-helpfulness .vote-options>span:last-child {
	background-position: right center;
}
.product-review-helpfulness .vote-options>span:hover {
	opacity: 0.8;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}

/********** WISHLIST & COMPARE LIST **********/
.wishlist-content {
	margin: 30px 0;
}
.wishlist-content .message-error {
	margin: 0 0 20px;
	text-align: center;
}
.wishlist-content .cart .sku {
	display: none !important;
}
.wishlist-content .buttons {
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 15px 20px;
	font-size: 0;
}
.wishlist-content button {
	display: block;
	width: 90%;
	max-width: 300px;
	height: 55px;
	margin: 5px auto;
	background-color: #daa520;
	padding: 0 20px;
	text-align: left;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.wishlist-content button:hover {
	opacity: 0.9;
}
.air-theme .wishlist-content button {
	font-size: 14px;
}
.earth-theme .wishlist-content button {
	font-size: 15px;
	letter-spacing: 0.5px;
}
.air-theme .wishlist-add-to-cart-button {
	background-color: #eda187;
}
.earth-theme .wishlist-add-to-cart-button {
	background-color: #daa520;
}
.wishlist-content button:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 -5px;
	background-image: url('../img/wishlist-sprite.png');
	background-repeat: no-repeat;
	vertical-align: middle;
}
.wishlist-content .update-wishlist-button:before {
	background-position: 0 center;
}
.wishlist-content .wishlist-add-to-cart-button:before {
	background-position: -35px center;
}
.wishlist-content .email-a-friend-wishlist-button:before {
	background-position: -70px center;
}
.wishlist-content button span {
	vertical-align: middle;
}
.wishlist-content .tax-shipping-info {
	margin: 30px 0;
	text-align: center;
}
.wishlist-page .share-info {
	text-align: center;
}
.wishlist-page .share-info a {
	display: block;
	margin: 10px 0 0;
	font-weight: 400;
}
.air-theme .wishlist-page .share-info a {
	color: #eda187;
}
.earth-theme .wishlist-page .share-info a {
	color: #daa520;
}
.compare-products-page {
	overflow: hidden;
}
.compare-products-page .button-wrapper {
	margin: 0 0 30px;
}
.compare-products-page .clear-list {
	display: inline-block;
	min-width: 150px;
	height: 50px;
	padding: 0 30px;
	text-align: center;
	line-height: 50px;
	color: var(--global-bg-color-5);
	font-weight: 400;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .compare-products-page .clear-list {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .compare-products-page .clear-list {
	background-color: #daa520;
	font-size: 15px;
}
.compare-products-page .clear-list:hover {
	opacity: 0.9;
}
.compare-products-table {
	display: none;
}
.compare-products-page .remove-button {
	display: inline-block;
	height: 40px;
	background-color: var(--global-bg-color-5);
	padding: 0 15px;
	line-height: 20px;
	color: #222;
}
.air-theme .compare-products-page .remove-button {
	font-size: 13px;
	text-transform: lowercase;
}
.earth-theme .compare-products-page .remove-button {
	font-size: 15px;
	font-weight: 300;
}
.compare-products-page .remove-button:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 3px solid #ccc;
	border-radius: 50%;
	background: #ccc url('../img/close.png') center no-repeat;
	vertical-align: middle;
}
.compare-products-page .remove-button span {
	vertical-align: middle;
}
.compare-products-page .empty {
	color: #aaa;
}

/*********** TOPICS ***********/
.topic-block {
	margin: 0 0 40px;
	text-align: center;
}
.topic-block-title {
	margin: 0 0 20px;
	color: #222;
	text-transform: uppercase;
}
.air-theme .topic-block-title h2 {
	font-size: 16px;
	font-weight: 400;
}
.earth-theme .topic-block-title h2 {
	font-size: 18px;
	font-weight: 400;
}
.topic-block-body,
.topic-page .page-body {
	line-height: 26px;
}
.air-theme .topic-block-body,
.air-theme .topic-page .page-body {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.topic-block-body strong,
.topic-page .page-body strong {
	color: var(--global-bg-color-5);
}
.topic-block-body a,
.topic-page .page-body a {
	text-decoration: underline;
}
.home-page .topic-block {
	width: 94%;
	margin: 25px auto 60px;
	max-width: 970px;
}
.not-found-page p {
	margin: 30px 0;
}
.not-found-page strong {
	color: #333;
}
.topic-password {
	background-color: #f9f9f9;
	padding: 40px 20px;
	text-align: center;
}
.enter-password-title {
	margin: 0 0 15px;
	color: #222;
}
.enter-password-form {
	max-width: 440px;
	margin: auto;
}
.enter-password-form #password {
	width: 100%;
	margin: 0 0 30px;
}
.enter-password-form #button-password {
	min-width: 150px;
	height: 50px;
	padding: 0 30px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .enter-password-form #button-password {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .enter-password-form #button-password {
	background-color: #daa520;
	font-size: 15px;
}
.enter-password-form #button-password:hover {
	opacity: 0.9;
}
.topic-password .password-error {
	margin: 15px 0 -15px;
}

/*********** CONTACT & EMAIL A FRIEND ***********/
.contact-page,
.apply-vendor-page {
	margin: 0 0 80px;
}
.email-a-friend-page {
	margin: 20px 0 80px;
}
.contact-page .topic-block,
.apply-vendor-page .topic-block {
	padding: 0 10px;
	text-align: center;
}
.contact-page .topic-block-title,
.apply-vendor-page .topic-block-title {
	display: none;
}
.contact-page .page-body>.result,
.email-a-friend-page .page-body>.result,
.apply-vendor-page .page-body>.result {
	min-height: 100px;
	margin: 40px 0;
	text-align: center;
}
.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form {
	width: 600px;
	max-width: 100%;
	margin: auto;
	/*background-color: #f9f9f9;*/
	
	padding: 40px 20px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 20px;
	text-align: center;
}
.email-a-friend-page .title {
	margin: 0 0 40px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.air-theme .email-a-friend-page .title h2 {
	font-size: 16px;
	font-weight: 400;
	color: #eda187;
}
.earth-theme .email-a-friend-page .title h2 {
	font-size: 18px;
	font-weight: 400;
	color: #daa520;
}

/********** REGISTRATION & LOGIN (+ ACCOUNT global)  **********/
.registration-page,
.account-page {
	margin: 0 0 80px;
}
.registration-page .form-fields,
.account-page .form-fields,
.account-page .edit-address {
	max-width: 1000px;
	margin: auto;
	border-top: 1px solid #eee;
	/*background-color: #f9f9f9;*/
	
	padding: 25px 10px 20px;
}
.registration-page .select-wrap,
.account-page .select-wrap {
	display: inline-block;
	/*should be inline-block, otherwise the "required" symbol will drop on a new line*/
	
	width: 100%;
}
.registration-page .select-wrap+.required,
.registration-page .option-list+.required,
.account-page .select-wrap+.required,
.account-page .option-list+.required {
	position: relative;
}
.gender>span,
.custom-attributes li {
	display: inline-block;
	position: relative;
	width: 49%;
}
.gender>span:first-child,
.custom-attributes li:nth-child(odd) {
	margin: 0 2% 0 0;
}
.gender>span>input,
.custom-attributes li>input {
	position: absolute;
	top: 14px;
	left: 12px;
}
.gender>span>label,
.custom-attributes li>label {
	display: block;
	height: 40px;
	border: 1px solid #eee;
	overflow: hidden;
	background-color: var(--global-bg-color-5);
	padding: 0 10px 0 30px;
	text-align: left;
	line-height: 39px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.date-of-birth .select-wrap {
	width: 32% !important;
}
.date-of-birth .select-wrap+.select-wrap {
	margin-left: 2%;
}
.date-of-birth .select-wrap:first-of-type {
	margin: 0;
}
#check-availability-button {
	margin: 10px 0 0;
	background-color: transparent;
	text-transform: uppercase;
}
.air-theme #check-availability-button {
	color: #eda187;
}
.earth-theme #check-availability-button {
	color: #daa520;
}
#check-availability-button:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 1px;
	background: url('../img/check-availability.png') center no-repeat;
	vertical-align: middle;
}
.air-theme #check-availability-button:before {
	background-color: #eda187;
}
.earth-theme #check-availability-button:before {
	background-color: #daa520;
}
#check-availability-button span {
	margin: 0 1px;
	vertical-align: middle;
}
#username-availabilty {
	display: block;
}
#username-availabilty:empty {
	display: none;
}
.custom-attributes .option-list {
	display: inline-block;
	/*should be inline-block, otherwise the "required" symbol will drop on a new line*/
	
	width: 100%;
	text-align: left;
	white-space: normal;
}
.newsletter-input {
	padding: 5px 0 0;
}
.newsletter-input label {
	display: inline;
	width: auto;
	margin: 0 0 0 5px;
}
.vat-status,
.vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 12px;
	/*reset zeroing*/
	
	white-space: normal;
}
.accept-privacy-policy {
	margin: 0 0 30px;
	text-align: center;
}
.air-theme .accept-privacy-policy {
	font-size: 13px;
}
.earth-theme .accept-privacy-policy {
	font-size: 15px;
}
.accept-privacy-policy input {
	margin: 0 5px 0 0;
}
.accept-privacy-policy .read {
	margin: 0 0 0 2px;
	cursor: pointer;
}
.air-theme .accept-privacy-policy .read {
	color: #eda187;
}
.earth-theme .accept-privacy-policy .read {
	color: #daa520;
}
.registration-page .button-1,
.login-page .button-1,
.account-page .button-1,
.registration-result-page .button-1,
.user-agreement-page .button-1 {
	min-width: 150px;
	height: 50px;
	padding: 0 30px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .registration-page .button-1,
.air-theme .login-page .button-1,
.air-theme .account-page .button-1,
.air-theme .registration-result-page .button-1,
.air-theme .user-agreement-page .button-1 {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .registration-page .button-1,
.earth-theme .login-page .button-1,
.earth-theme .account-page .button-1,
.earth-theme .registration-result-page .button-1,
.earth-theme .user-agreement-page .button-1 {
	background-color: #daa520;
	font-size: 15px;
}
.registration-page .button-1:hover,
.login-page .button-1:hover,
.account-page .button-1:hover,
.registration-result-page .button-1:hover,
.user-agreement-page .button-1:hover {
	opacity: 0.9;
}
.registration-result-page .result {
	min-height: 50px;
	margin: 40px 0;
	text-align: center;
}
.login-page .customer-blocks {
	margin: 40px 0 80px;
	overflow: hidden;
	text-align: center;
}
.login-page .fieldset {
	margin: 0 0 60px;
}
.login-page .title {
	margin: 0 0 15px;
	color: var(--global-font-color-2);
}
.air-theme .login-page .title {
	font-size: 16px;
}
.earth-theme .login-page .title {
	font-size: 16px;
	font-weight: 400;
}
.login-page .title strong {
	font-weight: 400;
}
.login-page .inner-wrapper {
	background-color: var(--global-bg-color-5);
	padding: 25px 20px 30px;
	color: var(--global-font-color-2);
	position:relative;
	z-index:999999999;
}
.login-page .stay-logged,
.login-page .forgot-password {
	margin: 0 5px;
	vertical-align: middle;
}
.login-page .stay-logged label {
	display: inline;
	margin: 0 0 0 5px;
}
.air-theme .login-page .forgot-password {
	font-size: 12px;
}
.earth-theme .login-page .forgot-password {
	font-size: 15px;
}
.login-page .forgot-password a:hover {
	color: #222;
}
.login-page .buttons {
	margin: 25px 0 0;
}
.checkout-as-guest-button {
	display: block;
	margin: -10px auto 20px;
}
.login-page .button-1:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 -5px;
	background-image: url('../img/login-page-sprite.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	display: none;
}
.login-page .login-button:before {
	background-position: 0 center;
}
.login-page .register-button:before {
	background-position: -25px center;
}
.checkout-as-guest-button:before {
	background-position: -50px center;
}
.login-page .button-1 span {
	vertical-align: middle;
}
.air-theme .login-page .text {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	line-height: 26px;
}
.earth-theme .login-page .text {
	line-height: 26px;
}
.external-authentication {
	margin: 0 0 80px;
	overflow: hidden;
	text-align: center;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page form {
	margin: 0 0 80px;
}
.password-recovery-page .tooltip,
.password-recovery-page .result {
	min-height: 50px;
	margin: 40px 0;
	text-align: center;
}

/********** ACCOUNT PAGES  **********/
.block-account-navigation {
	float: none !important;
	min-width: 300px;
	margin: 50px auto -10px !important;
}
.add-more-external-records {
	text-align: center;
}
.add-more-external-records a {
	display: block;
	margin: 5px 0;
	font-weight: 400;
}
.air-theme .add-more-external-records a {
	color: #eda187;
}
.earth-theme .add-more-external-records a {
	color: #daa520;
}
.account-page .address-list .section,
.account-page .order-list .section {
	max-width: 500px;
	margin: 0 auto 40px;
	background-color: #f9f9f9;
	padding: 30px 20px 20px;
	text-align: center;
}
.account-page .address-list .info,
.account-page .order-list .info {
	margin: 0 0 30px;
	line-height: 30px;
	color: #222;
}
.account-page .address-list .info label,
.account-page .order-list .info label {
	vertical-align: baseline;
}
.account-page .address-list .buttons,
.account-page .order-list .buttons {
	border-top: 1px solid #eee;
	padding: 20px 0 0;
}
.account-page .address-list .button-2,
.account-page .order-list .button-2 {
	height: 30px;
	margin: 0 15px;
	background-image: url('../img/account-button-sprite.png');
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	font-weight: 400;
}
.air-theme .account-page .address-list .button-2,
.air-theme .account-page .order-list .button-2 {
	background-color: #eda187;
	font-size: 13px;
	color: #eda187;
}
.earth-theme .account-page .address-list .button-2,
.earth-theme .account-page .order-list .button-2 {
	background-color: #daa520;
	font-size: 15px;
	color: #daa520;
}
.account-page .edit-address-button {
	background-position: left 0;
}
.account-page .delete-address-button {
	background-position: left -30px;
}
.account-page .order-details-button {
	background-position: left -60px;
}
.account-page .return-items-button {
	background-position: left -90px;
}
.account-page .add-button {
	text-align: center;
}
.account-page .edit-address {
	margin: 0 0 40px;
}
.account-page .data-table {
	border: none;
}
.account-page .data-table th {
	padding: 15px 20px;
	/*text-align: left;*/
	/*Ie fix*/
}
.account-page .data-table td {
	border-bottom: 1px solid #eee;
	padding: 20px;
}
.recurring-payments .button-2 {
	padding: 5px 20px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .recurring-payments .button-2 {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .recurring-payments .button-2 {
	background-color: #daa520;
	font-size: 13px;
}
.recurring-payments .button-2:hover {
	opacity: 0.9;
}
.return-request-list-page .section {
	max-width: 500px;
	margin: 0 auto 40px;
	background-color: #f9f9f9;
	padding: 30px 20px;
	text-align: center;
}
.return-request-list-page a {
	margin: 0 5px;
}
.return-request-list-page a+span {
	vertical-align: middle;
}
.air-theme .return-request-list-page a {
	color: #eda187;
}
.earth-theme .return-request-list-page a {
	font-weight: 400;
	color: #daa520;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}
.downloadable-products-page .data-table {
	margin: 20px 0 0;
}
.air-theme .downloadable-products-page .product a {
	color: #eda187;
}
.earth-theme .downloadable-products-page .product a {
	font-weight: 400;
	color: #daa520;
}
.air-theme .downloadable-products-page .download a {
	color: #eda187;
}
.earth-theme .downloadable-products-page .download a {
	font-weight: 400;
	color: #daa520;
}
.user-agreement-page .page-body {
	max-width: 500px;
	margin: 20px auto 0;
	background-color: #f9f9f9;
	padding: 20px;
}
.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	text-align: center;
}
.user-agreement-page .terms-of-agreement input {
	margin: 0 5px 0 0;
	vertical-align: baseline;
}
.user-agreement-page .buttons {
	border-top: 1px solid #eee;
	padding: 20px 0 0;
}
.back-in-stock-subscription-list-page .description,
.forum-subscriptions-page .description {
	margin: 0 0 35px;
	text-align: center;
}
.back-in-stock-subscription-list-page .data-table,
.forum-subscriptions-page .data-table {
	margin: 0 0 40px;
}
.back-in-stock-subscription-list-page .buttons,
.forum-subscriptions-page .buttons {
	margin: 40px 0 0;
}
.reward-points-overview {
	margin: 0 0 35px;
	text-align: center;
}
.reward-points-history {
	margin: 0 0 80px;
}
.reward-points-history .title {
	margin: 0 0 30px;
}
.reward-points-history .date {
	white-space: nowrap;
	text-align: left;
}
.change-password-page .page-body,
.vendorinfo-page .page-body {
	width: 600px;
	max-width: 100%;
	margin: auto;
	background-color: #f9f9f9;
	padding: 40px 20px;
}
.change-password-page .form-fields,
.vendorinfo-page .form-fields {
	border: none;
	padding: 0 !important;
}
.avatar-page .message-error {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 15px;
}
.avatar-page input[type="file"] {
	width: 175px;
	overflow: hidden;
}
.avatar-page .buttons {
	margin: 30px 0;
	font-size: 0;
}
.avatar-page .upload-avatar-button,
.avatar-page .remove-avatar-button {
	min-width: 140px !important;
	margin: 0 5px;
}
.avatar-page .remove-avatar-button {
	height: 50px;
	background-color: #aaa;
	padding: 0 20px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .avatar-page .remove-avatar-button {
	font-size: 14px;
}
.earth-theme .avatar-page .remove-avatar-button {
	font-size: 15px;
	line-height: 51px;
}
.avatar-page .remove-avatar-button:hover {
	opacity: 0.9;
}
.vendorinfo-page .vendor-picture {
	margin: 15px 0 -15px;
	text-align: center;
}
.vendorinfo-page .vendor-picture input {
	display: none;
}
.account-page .no-data {
	text-align: center;
}

/********** SHOPPING CART **********/
.order-progress {
	margin: 45px 0 -10px;
	font-size: 0;
}
.order-progress .active-step a {
	cursor: pointer;
}
.air-theme .order-progress .active-step a {
	background-color: #C10619;
}
.earth-theme .order-progress .active-step a {
	background-color: var(--global-font-active-0);
}
.order-progress .inactive-step a {
	cursor: default;
}

.order-progress .inactive-step a :hover{
	cursor: default;
	color:var(--global-font-active-0);
}

.shopping-cart-page {
	margin: 30px 0 60px;
}
.shopping-cart-page .message-error {
	margin: 0 0 30px;
	text-align: center;
}
.shopping-cart-page .button-1,
.shopping-cart-page .button-2 {
	display: block;
	width: 100%;
	max-width: 290px;
	height: 55px;
	margin: 5px auto;
	padding: 0 20px;
	text-align: center;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.shopping-cart-page .button-1:hover,
.shopping-cart-page .button-2:hover {
	opacity: 0.9;
}
.air-theme .shopping-cart-page .button-1,
.air-theme .shopping-cart-page .button-2 {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .shopping-cart-page .button-1,
.earth-theme .shopping-cart-page .button-2 {
	background-color: #daa520;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.shopping-cart-page .continue-shopping-button {
	background-color: #daa520 !important;
}
.shopping-cart-page button:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 -20px;
	background-image: url('../img/shopping-cart-sprite.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	display: none;
}
.shopping-cart-page .update-cart-button:before {
	background-position: 0 center;
}
.shopping-cart-page .continue-shopping-button:before {
	background-position: -35px center;
}
.shopping-cart-page .estimate-shipping-button:before {
	background-position: -70px center;
}
.shopping-cart-page .checkout-button:before {
	background-position: -105px center;
}
.shopping-cart-page button span {
	vertical-align: middle;
}
.shopping-cart-page .tax-shipping-info {
	padding: 15px 20px;
}
.shopping-cart-page .item-box .tax-shipping-info {
	padding: 0;
}
.air-theme .shopping-cart-page .tax-shipping-info {
	font-size: 13px;
}
.cart-options {
	margin: 0 0 50px;
}
.cart-options .common-buttons {
	overflow: hidden;
	/*background-color: #fbf6e8;*/
	
	padding: 15px 20px;
	font-size: 0;
}
.cart-options .update-cart-button,
.cart-options .continue-shopping-button {
	text-align: center;
}
.cart-options .update-cart-button:before,
.cart-options .continue-shopping-button:before {
	margin: 0 10px 0 -5px;
}
.cart-options .checkout-attributes {
	margin: 40px 0;
}
.cart-options .checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: 400;
	color: #222;
}
.cart-options .checkout-attributes dd {
	margin: 0 0 15px;
}
.cart-options .checkout-attributes dd li {
	display: inline-block;
	margin: 5px;
}
.cart-options .checkout-attributes select {
	min-width: 200px;
}
.cart-options .checkout-attributes .select-wrap {
	display: inline-block;
	max-width: 94%;
	margin: 5px 0;
}
.cart-options .checkout-attributes .color-squares li {
	margin: 5px 0;
}
.cart-options .selected-checkout-attributes {
	margin: 20px 0;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.cart-collaterals {
	max-width: 500px;
	margin: 0 auto 10px;
}
.cart-collaterals .title {
	margin: 0 0 15px;
	color: #333;
	text-transform: uppercase;
}
.cart-collaterals .hint {
	margin: 0 0 5px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 15px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	width: auto;
	min-width: 180px;
	height: 40px;
}
.cart-collaterals .coupon-code input[type="text"]:focus {
	border-color: #ddd;
}
.cart-collaterals .message-failure,
.cart-collaterals .message-success {
	margin: 5px 0 0;
}
.air-theme .cart-collaterals .message-failure,
.air-theme .cart-collaterals .message-success {
	font-size: 13px;
}
.earth-theme .cart-collaterals .message-failure,
.earth-theme .cart-collaterals .message-success {
	font-size: 15px;
}
.cart-collaterals .message-failure:before,
.cart-collaterals .message-success:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin: 0 5px 0 -10px;
	background: url('../img/validation-sprite.png') no-repeat;
}
.cart-collaterals .message-success:before {
	background-position: top;
}
.cart-collaterals .message-failure:before {
	background-position: bottom;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
}
.cart-collaterals .current-code span {
	vertical-align: middle;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 22px;
	height: 22px;
	margin: 0 -5px 0 5px;
	border: none;
	border-radius: 50% !important;
	background: url('../img/close-sprite.png') center bottom no-repeat;
	vertical-align: middle;
	cursor: pointer;
}
.air-theme .remove-discount-button,
.air-theme .remove-gift-card-button {
	background-color: #C10619;
}
.earth-theme .remove-discount-button,
.earth-theme .remove-gift-card-button {
	background-color: #C10619;
}
.cart-collaterals .select-wrap {
	display: inline-block;
	width: 100%;
}
.cart-collaterals .select-wrap+.required {
	position: relative;
}
.cart-collaterals .shipping-options {
	margin: 20px 0 0;
}
.cart-collaterals .shipping-options .buttons {
	margin: 25px 0 0;
}
.cart-collaterals .shipping-results {
	max-width: 440px;
	margin: 30px auto 0;
}
.cart-collaterals .shipping-results li {
	margin: 15px 0;
}
.cart-collaterals .shipping-results strong {
	display: block;
	margin: 0 10px 0 0;
	font-size: 15px;
	color: var(--global-bg-color-5);
}
.cart-footer .totals {
	max-width: 500px;
	margin: 0 auto 30px;
	/*background-color: #29292a;*/

	padding: 25px 20px;
	font-family: var(--base-font-family) !important;
	font-size: var(--button-text-size) !important;
	font-style: var(--base-font-style) !important;
	font-weight: var(--base-font-weight) !important;
}
.cart-footer .total-info {
	margin: 0 0 30px;
	font-family: var(--base-font-family) !important;
	font-size: var(--button-text-size) !important;
	font-style: var(--base-font-style) !important;
	font-weight: var(--base-font-weight) !important;
}
.cart-total .cart-total-left {
	padding: 5px 0;
	text-align: left;
}
.cart-total .cart-total-right {
	padding: 5px 0;
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	color: var(--global-font-color-2);
}
.cart-total .remove-discount-button,
.cart-total .remove-gift-card-button {
	margin: 0 5px;
}
.cart-total .giftcard-remaining {
	display: none;
}
.cart-total .order-total td {
	position: relative;
	padding-top: 40px;
}
.cart-total .order-total td:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #eee;
}
.air-theme .cart-total .order-total {
	font-size: 18px;
}
.earth-theme .cart-total .order-total {
	font-size: 20px;
}
.air-theme .cart-total .order-total strong {
	font-size: 22px;
	font-weight: 700;
}
.earth-theme .cart-total .order-total strong {
	font-size: 24px;
	font-weight: 700;
}
.terms-of-service {
	max-width: 350px;
	margin: 0 auto 30px;
	text-align: center;
	font-family: var(--base-font-family);
	font-size: var(--button-text-size);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
}
.terms-of-service input {
	margin: 0 5px 0 0;
}
.air-theme .terms-of-service a {
	margin: 0 0 0 3px;
	color: var(--global-font-active-0);
}
.earth-theme .terms-of-service a {
	margin: 0 0 0 3px;
	color: var(--global-font-active-0);
}
.cart-footer .checkout-button {
	background-color: #daa520 !important;
}
.cart-footer .addon-buttons {
	margin: 30px 0 0;
	text-align: center;
}
.product-grid.cross-sells {
	margin-top: 80px;
}

/********** CHECKOUT **********/
.checkout-page .order-summary {
	margin: 80px 0 0;
}
.checkout-page .button-1 {
	min-width: 150px;
	height: 55px;
	padding: 0 20px;
	text-align: center;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.checkout-page .button-1:hover {
	opacity: 0.9;
}
.air-theme .checkout-page .button-1 {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .checkout-page .button-1 {
	background-color: #daa520;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.checkout-page .address-item {
	max-width: 440px;
	margin: 0 auto 10px;
	padding: 25px 20px;
	border: 1px solid #ccc;
	text-align: center;
}
.checkout-page .address-box {
	margin: 0 0 25px;
	border-bottom: 1px solid #eee;
	padding: 0 0 30px;
}
.checkout-page .address-item li {
	padding: 2px 0;
	color: #333;
}
.air-theme .checkout-page .address-item {
	font-size: 13px;
}
.air-theme .checkout-page .address-item li.name {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 700;
}
.earth-theme .checkout-page .address-item li.name {
	margin: 0 0 5px;
	font-weight: 18px;
	font-weight: 400;
}
.checkout-page .address-item .select-button input {
	width: 100%;
	max-width: 290px;
}
.checkout-page .enter-address {
	max-width: 1000px;
	margin: 0 auto 20px;
	border-top: 1px solid #eee;
	/*background-color: #f9f9f9;*/
	
	padding: 25px 10px 20px;
}
.checkout-page .section:first-child .enter-address {
	border-top: none !important;
}
.checkout-page .enter-address .select-wrap {
	display: inline-block;
	width: 100%;
}
.checkout-page .enter-address .select-wrap+.required {
	position: relative;
}
.checkout-page .pickup-in-store,
.checkout-page .ship-to-same-address {
	text-align: center;
}
.checkout-page .pickup-in-store input,
.checkout-page .ship-to-same-address input {
	margin: 0 5px 0 -10px;
}
.checkout-page .pickup-in-store label,
.checkout-page .ship-to-same-address label {
	color: var(--global-font-color-2);
}
.checkout-page .pickup-in-store .description {
	margin: 5px 0 0;
}
.air-theme .checkout-page .pickup-in-store .description {
	font-size: 13px;
}
.checkout-page .select-pickup-point {
	margin: -10px 0 0;
	border-top: 1px solid #eee;
	padding: 30px 20px;
	text-align: center;
}
.checkout-page .select-pickup-point .select-wrap {
	display: inline-block;
	min-width: 40%;
}
.checkout-page .select-pickup-point select {
	width: 100%;
}
.checkout-page .pickup-points-map {
	height: 350px;
	margin: 25px 0 0;
}
.shipping-method,
.payment-method {
	max-width: 640px;
	margin: auto;
	padding: 15px 20px 30px;
	/*background-color: #fbf6e8;*/
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 30px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	border-bottom: 1px solid #eee;
	padding: 20px 20px 25px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	margin: 0 0 0 5px;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
	cursor: pointer;
}
.shipping-method .method-description {
	margin: 5px 0 0 20px;
}
.payment-method .use-reward-points {
	margin: 0 0 30px;
	outline: 20px solid #fff;
	background-color: var(--global-bg-color-5);
	text-align: center;
}
.payment-method .use-reward-points input {
	margin: 0 5px 0 0;
	vertical-align: baseline;
}
.payment-info {
	max-width: 640px;
	margin: auto;
	padding: 15px 20px 30px;
	/*background-color: var(--global-font-color-2);*/
	color: #333;
        border: 1px solid #ccc;
}
.payment-info .info {
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;
	padding: 15px 20px 0;
	line-height: 25px;
}
.profile-slab #pay-button {
	margin-bottom: 15px;
} 
.payment-info .info td {
	display: block;
	width: 100%;
	padding: 5px;
}
.payment-info .info td select,
.payment-info .info td input {
	min-width: 70px;
}
.payment-info .select-wrap {
	display: inline-block;
}
.payment-info #CreditCardType,
.payment-info #PurchaseOrderNumber {
	min-width: 230px;
}
.payment-info #CardholderName,
.payment-info #CardNumber {
	width: 100% !important;
}
.air-theme .payment-info .info p {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
}
.confirm-order .terms-of-service {
	width: 94%;
}
.confirm-order+.order-summary {
	margin: 60px 0 0;
}
.order-completed {
	max-width: 640px;
	margin: auto;
	padding: 30px 20px;
	    border: 1px solid #ccc;
}
.order-completed .title{
    /*color: var(--global-bg-color-5);*/
}
.order-completed .details {
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;
	padding: 0 20px 30px;
	text-align: center;
	/*color: var(--global-bg-color-5);*/
}
.order-completed .details-link {
	display: block;
	margin: 15px 0 0;
}
.air-theme .order-completed .details a {
	color: var(--global-bg-color-5);
}
.earth-theme .order-completed .details a {
	color: var(--global-button-font-color-1);
	font-weight: 400;
	text-decoration: underline;
}
.opc {
	width: 94%;
	margin: 30px auto 80px;
}
.opc>li {
	margin: 10px 0;
	background-color: #f9f9f9;
	padding: 20px;
}
.opc .step-title {}
.opc .allow .step-title {
	cursor: pointer;
}
.opc .active .step-title {}
.opc .step-title .number {
	display: none;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 -5px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	color: var(--global-bg-color-5);
	opacity: 0.5;
}
.air-theme .opc .step-title .number {
	background-color: #000;
	font-size: 13px;
}
.earth-theme .opc .step-title .number {
	background-color: #000;
	font-size: 14px;
}
.opc .step-title .title {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	opacity: 0.5;
}
.air-theme .opc .step-title .title {
	font-size: 14px;
}
.earth-theme .opc .step-title .title {
	font-size: 16px;
}
.opc .allow .step-title .number,
.opc .allow .step-title .title {
	opacity: 1;
}
.opc .step {
	margin: 20px 0 0;
	border-top: 1px solid #eee;
	padding: 20px 0 0;
	text-align: center;
}
.opc .section {
	margin: 0 auto 30px;
}
.opc .section>label {
	display: block;
	margin: 0 0 10px;
}
.air-theme .opc .section>label {
	font-size: 13px;
}
.opc .select-wrap {
	display: inline-block;
	max-width: 100%;
}
.opc input,
.opc select {
	max-width: 100%;
}
.opc .buttons {
	border-top: 1px solid #eee;
	padding: 25px 0 0;
}
.opc .back-link {
	margin: 0 0 15px;
	text-transform: uppercase;
}
.opc .back-link small {
	display: none;
}
.air-theme .opc .back-link a {
	color: #eda187;
}
.earth-theme .opc .back-link a {
	font-weight: 400;
	color: var(--global-font-active-0);
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .description {
	display: none;
}
.opc .shipping-method,
.opc .payment-method {
	padding: 0;
}
.opc .shipping-method ul,
.opc .payment-method ul {
	display: inline-block;
	margin: 0
}
.opc .shipping-method li,
.opc .payment-method li {
	border: none;
	padding: 10px 0;
}
.opc .shipping-method li {
	text-align: center;
}
.opc .payment-method li {
	text-align: left;
}
.opc .payment-logo,
.opc .payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.earth-theme .opc .shipping-method label,
.earth-theme .opc .payment-method label {
	font-weight: 300;
}
.opc .shipping-method .method-description {
	margin: 5px 0 0;
}
.opc .payment-method .use-reward-points {
	margin: 10px 0 20px;
	outline: none;
	background-color: transparent;
}
.opc .payment-info {
	max-width: none;
	padding: 0;
}
.opc .payment-info .info {
	margin: 0;
	border: none;
	padding: 0;
}
.opc .payment-info .info p {
	text-align: center !important;
}
.opc .order-review-data {
	margin: 0 0 30px;
}
.opc .order-review-data ul {
	outline: none;
	border-bottom: 1px solid #eee;
	background-color: var(--global-bg-color-5);
}
.opc .order-review-data li {
	background-color: var(--global-bg-color-5);
}
.opc .table-wrapper {
	background-color: var(--global-bg-color-5);
}
.opc .selected-checkout-attributes {
	text-align: center;
}
.opc .cart-footer .totals {
	float: none;
	border-bottom: 1px solid #eee;
	background-color: var(--global-bg-color-5);
}

/*********** ORDER DETAILS & RETURN REQUEST ***********/
.order-review-data,
.order-details-area,
.shipment-details-area {
	margin: 0 0 60px;
	overflow: hidden;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	max-width: 440px;
	margin: 0 auto 10px;
	/*background-color: #29292a;*/
	
	padding: 25px 20px;
	text-align: center;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 2px 0;
	color: var(--global-font-color-2);
}
.air-theme .order-review-data li,
.air-theme .order-details-area li,
.air-theme .shipment-details-area li {
	font-size: 13px;
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 20px 0 5px;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}
.air-theme .order-review-data li.title,
.air-theme .order-details-area li.title,
.air-theme .shipment-details-area li.title {
	font-size: 16px;
	font-weight: 700;
}
.earth-theme .order-review-data li.title,
.earth-theme .order-details-area li.title,
.earth-theme .shipment-details-area li.title {
	/*font-weight: 18px;
	font-weight: 400;*/
	
	font-weight: 400;
	background: #daa520;
	border-bottom: 1px solid #eee;
	padding: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: var(--global-bg-color-5);
}
.order-details-page .button-1,
.order-details-page .button-2 {
	min-width: 150px;
	height: 55px;
	margin: 5px;
	background-color: #daa520;
	padding: 0 20px;
	text-align: center;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.order-details-page .button-1:hover,
.order-details-page .button-2:hover {
	opacity: 0.9;
}
.air-theme .order-details-page .button-1,
.air-theme .order-details-page .button-2 {
	font-size: 14px;
}
.earth-theme .order-details-page .button-1,
.earth-theme .order-details-page .button-2 {
	font-size: 15px;
	letter-spacing: 0.5px;
}
.air-theme .order-details-page .button-1 {
	background-color: #eda187;
}
.earth-theme .order-details-page .button-1 {
	background-color: #daa520;
}
.order-details-page,
.shipment-details-page {
	margin: 0 0 80px;
}
.order-details-page .buttons {
	margin: 50px 0 -20px;
	font-size: 0;
}
.order-details-page .buttons a {
	display: inline-block;
	min-width: 120px;
	height: 45px;
	padding: 0 20px;
}
.order-details-page .order-overview {
	margin: 0 0 40px;
	line-height: 26px;
}
.air-theme .order-overview>div {
	font-size: 13px;
}
.order-details-page .order-number {
	margin: 0 0 10px;
	text-transform: uppercase;
	color: var(--global-font-color-2);
}
.air-theme .order-details-page .order-number strong {
	font-size: 16px;
}
.earth-theme .order-details-page .order-number strong {
	font-size: 17px;
	font-weight: 400;
}
.earth-theme .order-details-page .order-total {
	margin: 10px 0 0;
}
.air-theme .order-details-page .order-total strong {
	color: var(--global-font-active-0);
}
.earth-theme .order-details-page .order-total strong {
	color: var(--global-font-color-3);
}
.order-details-page .data-table th,
.shipment-details-page .data-table th {
	/*text-align: left;*/
	/*Ie fix*/
}
.order-details-page .data-table a,
.shipment-details-page .data-table a {
	font-style: normal;
}
.air-theme .order-details-page .shipments a {
	color: #eda187;
}
.earth-theme .order-details-page .shipments a {
	color: #daa520;
}
.order-details-page .tax-shipping-info {
	margin: 0 0 10px;
}
.air-theme .order-details-page .options {
	font-size: 13px;
}
.order-details-page .totals {
	max-width: 500px;
	margin: 0 auto 30px;
	background-color: var(--global-bg-color-5);
	padding: 25px 20px;
	color: var(--global-font-color-2);
}
.order-details-page .totals strong {
	color: var(--global-font-color-2) !important;
}
.order-details-page .actions {
	margin: 35px 0 0;
	overflow: hidden;
	font-size: 0;
}
.return-request-page {
	margin: 20px 0 80px;
}
.return-request-page .data-table a {
	font-weight: 400;
	color: #222;
}
.return-request-page .data-table select {
	min-width: 80px;
}
.return-request-page .data-table .select-wrap {
	display: inline-block;
}
.return-request-page .section {
	margin: 0 0 60px;
}
.return-request-page .fieldset {
	margin: 0 0 30px;
}
.return-request-page .form-fields {
	max-width: 600px;
	margin: auto;
	background-color: #f9f9f9;
	padding: 20px;
}

/*********** SEARCH & SITEMAP ***********/
.search-page .search-input,
.forum-search-page .search-input {
	width: 600px;
	max-width: 100%;
	margin: auto;
	background-color: #f9f9f9;
	padding: 30px 20px;
}
.search-input .fieldset {
	margin: 0 0 30px;
}
.search-input input[type="checkbox"] {
	margin: 0 8px 0 -10px;
}
.search-input input+label {
	display: inline;
	margin: 0;
}
.advanced-search {
	margin: 30px 0 0;
	border-top: 1px solid #eee;
	padding: 30px 0 0;
}
.advanced-search .price-range {
	display: block;
}
.advanced-search .price-from,
.advanced-search .price-to {
	width: 49% !important;
	max-width: 150px;
}
.advanced-search .price-from {
	margin: 0 2% 0 0;
}
.search-results .warning,
.search-results .no-result {
	display: block;
	margin: 10px 0 0;
	text-align: center;
}
.search-results .warning {
	color: #ee2e56;
}
.search-results .no-result {
	color: #222;
}
.search-results {
	margin: 20px 0 0;
}
.html-search-page .master-column-wrapper{
	margin-bottom:20px;
}
.sitemap-page {
	margin: 10px 0 70px;
}
.sitemap-page .description {
	margin: 0 0 40px;
}
.sitemap-page .entity {
	margin: 0 0 50px;
}
.sitemap-page .entity-title {
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #333;
}
.air-theme .sitemap-page .entity-title h2 {
	font-size: 14px;
}
.earth-theme .sitemap-page .entity-title h2 {
	font-size: 16px;
	font-weight: 400;
}
.sitemap-page .entity-body {
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 15px;
}
.sitemap-page ul {
	font-size: 0;
}
.sitemap-page li {
	display: inline-block;
}
.sitemap-page li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 18px;
	vertical-align: middle;
	background-color: #ddd;
}
.sitemap-page li:last-child:after {
	display: none;
}
.sitemap-page a {
	display: inline-block;
	margin: 0 10px;
	padding: 10px;
	vertical-align: middle;
}
.air-theme .sitemap-page a {
	font-size: 13px;
	/*reset zeroing*/
}
.earth-theme .sitemap-page a {
	font-size: 16px;
	/*reset zeroing*/
}
.sitemap-page a:hover {
	color: #333;
}

/********** BLOG & NEWS **********/
.year strong {
	display: block;
	position: relative;
	padding: 10px 25px 10px 20px;
	font-weight: 400;
	color: #222;
	cursor: pointer;
}
.air-theme .year strong {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
}
.earth-theme .year strong {
	font-size: 15px;
}
.year strong.with-subcategories:after {
	content: "";
	position: absolute;
	right: 14px;
	width: 6px;
	height: 9px;
	background: url('../img/arrow-grey.png') right center no-repeat;
	transition: all 0.2s ease;
}
.air-theme .year strong.with-subcategories:after {
	top: 14px;
}
.earth-theme .year strong.with-subcategories:after {
	top: 17px;
}
.year strong.with-subcategories.opened:after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.year .sublist li:last-child {
	margin: 0 0 5px;
}
.blog-page .post,
.news-items .news-item {
	margin: 0 auto 60px;
}
.post-head .post-title,
.news-head .news-title,
.blogpost-page .post-date,
.news-item-page .news-date {
	display: block;
	margin: 0 0 20px;
	/*border-bottom: 1px solid #eee;*/
	
	background-color: #f6f6f6;
	padding: 15px 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
}
.post-head .post-date,
.news-head .news-date {
	display: block;
	margin: 0 0 10px;
	padding: 0 20px;
	color: #bbb;
}
.air-theme .post-head .post-date,
.air-theme .news-head .news-date {
	font-size: 12px;
}
.earth-theme .post-head .post-date,
.earth-theme .news-head .news-date {
	font-size: 14px;
	font-weight: 400;
}
.post-body,
.news-body {
	margin: 0 0 25px;
	padding: 0 20px;
	line-height: 26px;
}
.air-theme .post-body,
.air-theme .news-body {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
}
.air-theme .post-body a,
.air-theme .news-body a {
	color: #eda187;
}
.earth-theme .post-body a,
.earth-theme .news-body a {
	color: #daa520;
}
.blog-links {
	margin: 0 0 30px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;
	padding: 10px 20px;
}
.blog-links .comments a,
.blog-links .tags ul {
	display: inline-block;
	position: relative;
	margin: 5px 15px;
	padding: 0 0 0 25px;
	vertical-align: middle;
}
.blog-links .comments a:before,
.blog-links .tags ul:before {
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url('../img/links-sprite.png');
	background-repeat: no-repeat;
}
.air-theme .blog-links .comments a:before,
.air-theme .blog-links .tags ul:before {
	top: -1px;
	background-color: #eda187;
}
.earth-theme .blog-links .comments a:before,
.earth-theme .blog-links .tags ul:before {
	top: 3px;
	background-color: #daa520;
}
.blog-links .comments a:before {
	background-position: 0 center;
}
.blog-links .tags ul:before {
	background-position: -20px center;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: none;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	text-align: left;
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
}
.air-theme .blog-page .tags li,
.air-theme .blogpost-page .tags li {
	font-size: 13px;
}
.earth-theme .blog-page .tags li,
.earth-theme .blogpost-page .tags li {
	font-size: 16px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 8px 0 2px;
}
.blog-posts .buttons,
.news-items .buttons {
	overflow: hidden;
	padding: 0 20px;
}
.blog-posts .read-more,
.news-items .read-more {
	display: inline-block;
	height: 40px;
	padding: 0 25px;
	line-height: 40px;
	text-transform: uppercase;
	color: var(--global-bg-color-5);
	transition: opacity 0.2s ease;
}
.air-theme .blog-posts .read-more,
.air-theme .news-items .read-more {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .blog-posts .read-more,
.earth-theme .news-items .read-more {
	background-color: #daa520;
	font-size: 13px;
	font-weight: 400;
}
.blog-posts .read-more:hover,
.news-items .read-more:hover {
	opacity: 0.9;
}
.new-comment {
	margin: 60px 0 80px;
}
.new-comment .notifications {
	margin: 0 0 15px;
	text-align: center;
}
.new-comment form {
	width: 600px;
	max-width: 100%;
	margin: auto;
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 40px 20px;
}
.new-comment .form-fields {
	margin: 0 0 40px;
}
.new-comment .button-1 {
	min-width: 150px;
	height: 50px;
	padding: 0 30px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .new-comment .button-1 {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .new-comment .button-1 {
	background-color: #daa520;
	font-size: 15px;
	line-height: 51px;
	/*firefox line-height bug fix*/
}
.new-comment .button-1:hover {
	opacity: 0.9;
}
.comment-list {
	margin: 0 0 80px;
}
.comment-list .title {
	margin: 0 0 15px;
	color: #222;
	text-transform: uppercase;
}
.comment-list .title strong {
	font-weight: 400;
}
.blog-comment,
.news-comment {
	margin: 0 0 -1px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;
	padding: 20px;
}
.comment-info {
	width: 200px;
	margin: 0 auto 10px;
}
.comment-info .username {
	display: block;
	margin: 0 0 15px;
	text-align: center;
	color: #222;
	text-transform: uppercase;
}
.air-theme .comment-info .username {
	font-size: 12px;
}
.earth-theme .comment-info .username {
	font-size: 14px;
	font-weight: 400;
}
.comment-info .avatar a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-time {
	margin: 0 0 10px;
	font-size: 0;
	color: #bbb;
}
.comment-time label {
	display: none;
}
.air-theme .comment-time span {
	font-size: 12px;
}
.earth-theme .comment-time span {
	font-size: 14px;
}
.comment-title {
	display: none;
	margin: 0 0 10px;
	color: #222;
}
.air-theme .comment-title strong {
	font-weight: 700;
}
.earth-theme .comment-title strong {
	font-weight: 400;
}
.air-theme .comment-body {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	line-height: 26px;
}
.earth-theme .comment-body {
	line-height: 26px;
}
.news-list-homepage {
	margin: 0 0 60px;
	padding: 50px 0;
}
.air-theme .news-list-homepage {
	background: url('../img/news-banner-1.jpg') center top repeat-y;
}
.earth-theme .news-list-homepage {
	background: url('../img/news-banner-2.jpg') center top repeat-y;
}
.news-list-homepage .title {
	margin: 0 0 60px;
}
.news-list-homepage .title strong {
	color: var(--global-bg-color-5);
}
.news-list-homepage .news-items {
	width: 94%;
	margin: auto;
}
.news-list-homepage .news-item {
	display: none;
	margin: 0 auto 50px;
	border: 15px solid #fff;
	background-color: #f6f6f6;
	padding: 40px 20px;
	text-align: left;
}
.news-list-homepage .news-item:first-child {
	display: block;
}
.news-list-homepage .news-title {
	padding: 0 !important;
	color: #333;
}
.news-list-homepage .news-date {
	padding: 0 !important;
}
.news-list-homepage .news-body {
	max-height: 130px;
	overflow: hidden;
	padding: 0 !important;
}
.news-list-homepage .buttons {
	padding: 0 !important;
	text-align: left;
}
.news-list-homepage .read-more {
	height: auto;
	background: url('../img/arrow-long.png') right center no-repeat !important;
	padding: 0 110px 0 0;
	line-height: normal;
}
.air-theme .news-list-homepage .read-more {
	color: #eda187;
}
.earth-theme .news-list-homepage .read-more {
	color: #daa520;
}
.news-list-homepage .view-all {
	text-align: center;
}
.news-list-homepage .view-all a {
	background-image: url('../img/arrow-white.png');
	background-repeat: no-repeat;
	padding: 0 16px;
	font-weight: 400;
	color: var(--global-bg-color-5);
}
.air-theme .news-list-homepage .view-all a {
	background-position: right 4px;
}
.earth-theme .news-list-homepage .view-all a {
	background-position: right 8px;
}

/********** FORUM & PROFILE **********/
.forum-page .forum-name,
.forum-topic-page .topic-name,
.forums-main-page .topic-block-title,
.forum-group-page .forums-table-section-title,
.active-discussions-page .forums-table-section-title {
	margin: 50px 0 60px;
	text-align: center;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1,
.forums-main-page .topic-block-title h2,
.forum-group-page .forums-table-section-title a,
.active-discussions-page .forums-table-section-title strong {
	display: block;
	/*prevents a bug with absolute pseudo elements inside inline elements*/
	
	position: relative;
	color: #444;
	text-transform: uppercase;
}
.air-theme .forum-page .forum-name h1,
.air-theme .forum-topic-page .topic-name h1,
.air-theme .forums-main-page .topic-block-title h2,
.air-theme .forum-group-page .forums-table-section-title a,
.air-theme .active-discussions-page .forums-table-section-title strong {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
}
.earth-theme .forum-page .forum-name h1,
.earth-theme .forum-topic-page .topic-name h1,
.earth-theme .forums-main-page .topic-block-title h2,
.earth-theme .forum-group-page .forums-table-section-title a,
.earth-theme .active-discussions-page .forums-table-section-title strong {
	font-size: 24px;
	font-weight: 400;
}
.forum-page .forum-name h1:after,
.forum-topic-page .topic-name h1:after,
.forums-main-page .topic-block-title h2:after,
.forum-group-page .forums-table-section-title a:after,
.active-discussions-page .forums-table-section-title strong:after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 80px;
	height: 4px;
	margin: 0 0 0 -40px;
}
.air-theme .forum-page .forum-name h1:after,
.air-theme .forum-topic-page .topic-name h1:after,
.air-theme .forums-main-page .topic-block-title h2:after,
.air-theme .forum-group-page .forums-table-section-title a:after,
.air-theme .active-discussions-page .forums-table-section-title strong:after {
	background-color: #eda187;
}
.earth-theme .forum-page .forum-name h1:after,
.earth-theme .forum-topic-page .topic-name h1:after,
.earth-theme .forums-main-page .topic-block-title h2:after,
.earth-theme .forum-group-page .forums-table-section-title a:after,
.earth-theme .active-discussions-page .forums-table-section-title strong:after {
	background-color: #daa520;
}

/* forum header */
.forums-header {
	margin: 0 0 80px;
}
.current-time {
	margin: 0 0 15px;
	text-align: center;
	color: #222;
	text-transform: uppercase;
}
.air-theme .current-time {
	font-size: 13px;
}
.earth-theme .current-time {
	font-size: 15px;
}
.forum-search-box form {
	width: 90%;
	max-width: 400px;
	height: 50px;
	margin: auto;
	border-width: 2px 0;
	padding: 0 50px 0 0;
}
.forum-search-box .basic {
	height: 100%;
}
.forum-search-box .search-box-text {
	padding: 0 10px !important;
}
.air-theme .forum-search-box .search-box-text {
	font-size: 15px !important;
}
.earth-theme .forum-search-box .search-box-text {
	font-size: 17px !important;
}
.forum-search-box .search-box-button {
	width: 50px;
	border: none;
}
.forum-search-box .advanced {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	text-align: center;
}
.air-theme .forum-search-box .advanced {
	color: #eda187;
}
.earth-theme .forum-search-box .advanced {
	font-weight: 400;
	color: #daa520;
	text-transform: lowercase;
}

/* forum group */
.forums-table-section {
	margin: 0 0 50px;
}
.forums-table-section-title {
	margin: 0 0 15px;
	text-align: center;
	color: #222;
	text-transform: uppercase;
}
.air-theme .forums-table-section-title>a,
.air-theme .forums-table-section-title strong {
	font-size: 16px;
}
.earth-theme .forums-table-section-title>a,
.earth-theme .forums-table-section-title strong {
	font-size: 18px;
	font-weight: 400;
}
.forums-table-section th.forum-details {
	padding: 15px 20px;
}
.forums-table-section td {
	border-bottom: 1px solid #eee;
	text-align: center;
}
.air-theme .forums-table-section td {
	font-size: 13px;
}
.forums-table-section .image div {
	width: 50px;
	height: 35px;
	margin: auto;
	background: url('../img/folder-sprite.png') 0 center no-repeat;
}
.forums-table-section .image div.sticky {
	background-position: -100px center;
}
.forums-table-section .image div.announcement {
	background-position: -50px center;
}
.forums-table-section .forum-title,
.forums-table-section .topic-title {
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
}
.air-theme .forums-table-section .forum-title,
.air-theme .forums-table-section .topic-title {
	margin: 0 0 5px;
	font-size: 14px;
}
.forums-table-section .topic-type {
	display: none;
}
.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .view-all {
	background-color: #f9f9f9;
	padding: 15px;
	text-align: center;
}
.forums-table-section .view-all a {
	display: inline-block;
	min-width: 80px;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-weight: 400;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .forums-table-section .view-all a {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .forums-table-section .view-all a {
	background-color: #daa520;
	font-size: 14px;
}
.forums-table-section .view-all a:hover {
	opacity: 0.9;
}
.active-discussions .pager.upper {
	display: none;
}

/* forum-page, topic-page */
.forum-page .forum-description {
	margin: -20px 0 40px;
	text-align: center;
}
.forum-actions,
.topic-actions {
	margin: 0 0 20px;
	text-align: center;
	font-size: 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
	min-width: 120px;
	height: 40px;
	margin: 0 5px 10px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 40px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .forum-actions .actions a,
.air-theme .topic-actions .actions a {
	background-color: #eda187;
}
.earth-theme .forum-actions .actions a,
.earth-theme .topic-actions .actions a {
	background-color: #daa520;
	font-weight: 400;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
	opacity: 0.9;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	display: none;
}
.topic-actions.lower .actions {
	display: none;
}

/* topic post */
.topic-post {
	margin: 0 0 50px;
}
.topic-post .post-info {
	margin: 0 0 30px;
}
.topic-post .username {
	display: block;
	border-bottom: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 10px 0;
	line-height: 25px;
	font-weight: 400;
	color: #222;
}
.topic-post .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 20px auto;
	overflow: hidden;
}
.topic-post .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.air-theme .topic-post .user-stats li {
	font-size: 12px;
	line-height: 20px;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	margin: 5px 0 0;
	padding: 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--global-bg-color-5);
	transition: opacity 0.2s ease;
}
.air-theme .topic-post .pm-button,
.air-theme .profile-info-box .pm-button {
	color: #eda187;
}
.earth-theme .topic-post .pm-button,
.earth-theme .profile-info-box .pm-button {
	color: #daa520;
	font-weight: 400;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
	opacity: 0.9;
}
.topic-post .pm-button:before,
.profile-info-box .pm-button:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px 0 -5px;
	background: url('../img/forum-sprite.png') 0 center no-repeat;
	vertical-align: middle;
}
.air-theme .topic-post .pm-button:before,
.air-theme .profile-info-box .pm-button:before {
	background-color: #eda187;
}
.earth-theme .topic-post .pm-button:before,
.earth-theme .profile-info-box .pm-button:before {
	background-color: #daa520;
}
.topic-post .pm-button span,
.profile-info-box .pm-button span {
	vertical-align: middle;
	line-height: 40px;
}
.topic-post .post-head {
	border-bottom: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 10px 0;
}
.topic-post .post-time {
	display: none;
	line-height: 25px;
}
.topic-post .post-time label,
.topic-post .post-time span {
	vertical-align: baseline;
}
.topic-post .post-actions {
	font-size: 0;
}
.topic-post .post-actions>div {
	display: inline-block;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 0 5px;
}
.topic-post .post-actions a:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px 0 0;
	background-image: url('../img/forum-sprite.png');
	background-repeat: no-repeat;
	vertical-align: middle;
}
.air-theme .topic-post .post-actions a:before {
	background-color: #eda187;
}
.earth-theme .topic-post .post-actions a:before {
	background-color: #daa520;
}
.topic-post .post-actions .edit-post-button:before {
	background-position: -25px center;
}
.topic-post .post-actions .delete-post-button:before {
	background-position: -50px center;
}
.topic-post .post-actions .quote-post-button:before {
	background-position: -75px center;
}
.topic-post .post-actions .post-link-button {
	vertical-align: middle;
}
.air-theme .topic-post .post-actions .post-link-button {
	font-size: 13px;
	/*reset zeroing*/
	
	color: #eda187;
}
.earth-theme .topic-post .post-actions .post-link-button {
	font-size: 15px;
	/*reset zeroing*/
	
	color: #daa520;
}
.topic-post .post-actions .post-link-button:before {
	display: none !important;
}
.topic-post .post-actions a span {
	display: inline-block;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
	color: #222;
}
.air-theme .topic-post .post-actions a span {
	font-size: 13px;
	/*reset zeroing*/
}
.earth-theme .topic-post .post-actions a span {
	font-size: 15px;
	/*reset zeroing*/
}
.topic-post .post-body {
	/*topic post-body also gets style from blog post-body*/
	
	margin: 0;
	padding: 20px 20px 0;
}
.topic-post .post-body b,
.topic-post .post-body strong {
	color: #222;
}
.topic-post .user-posted-image,
.latest-posts .user-posted-image {
	max-width: 100%;
	height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0 0;
	border-bottom: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 20px;
}
.topic-post .post-vote {
	margin: 20px 0 0;
	overflow: hidden;
}
.topic-post .post-vote span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #aaa;
	background-image: url('../img/table-sprite.png');
	background-repeat: no-repeat;
	vertical-align: middle;
}
.topic-post .post-vote .vote.up {
	background-position: 0 center;
}
.topic-post .post-vote .vote.down {
	background-position: -20px center;
}
.topic-post .post-vote strong {
	margin: 0 10px;
	vertical-align: middle;
	font-weight: 400;
}
.air-theme .topic-post .post-vote strong {
	color: #eda187;
}
.earth-theme .topic-post .post-vote strong {
	color: #daa520;
}
.topic-post .signature {
	margin: 25px 0 0;
	border-top: 1px solid #eee;
	padding: 15px 0 0;
	font-style: italic;
	color: #aaa;
}

/* forum edit & send message */
.forum-edit-page .page-body,
.move-topic-page .page-body,
.private-message-send-page .page-body {
	width: 600px;
	max-width: 100%;
	margin: auto;
	background-color: #f9f9f9;
	padding: 30px 20px;
}
.forum-edit-page .inputs:first-child {
	display: none;
}
.forum-edit-page strong {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px;
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
}
.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons {
	margin: -10px 0 0;
	text-align: center;
	font-size: 0;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	display: block;
	width: 90%;
	max-width: 300px;
	height: 50px;
	margin: 5px auto;
	background-color: #aaa;
	padding: 0 20px;
	color: var(--global-bg-color-5);
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .forum-edit-page .buttons input,
.air-theme .move-topic-page .buttons input,
.air-theme .private-messages .buttons input {
	font-size: 14px;
}
.earth-theme .forum-edit-page .buttons input,
.earth-theme .move-topic-page .buttons input,
.earth-theme .private-messages .buttons input {
	font-size: 15px;
	line-height: 51px;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
	opacity: 0.9;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin: 0 0 12px;
}
.forum-edit-page .inputs.reversed label {
	margin: 5px 0 0;
	white-space: normal;
}

/* inbox & view message */
.private-messages-page {
	margin: 20px 0 80px;
}
.private-messages-page .ui-tabs-panel {
	background-color: transparent;
	padding: 0 !important;
}
.private-messages-page th {
	/*text-align: left;*/
	/*Ie fix*/
}
.air-theme .private-messages-page td.date {
	font-size: 13px;
	white-space: nowrap;
}
.earth-theme .private-messages-page td.date {
	font-size: 15px;
	white-space: nowrap;
}
.air-theme .private-messages-page .pm-unread {
	color: #eda187;
}
.earth-theme .private-messages-page .pm-unread {
	font-weight: 400;
	color: #daa520;
}
.private-messages-page .buttons {
	background-color: #f9f9f9;
	padding: 15px 20px;
	font-size: 0;
}
.air-theme .private-messages-page input.button-1 {
	background-color: #eda187;
}
.earth-theme .private-messages-page input.button-1 {
	background-color: #daa520;
}
.private-message-send-page .inputs:first-child label {
	display: none;
}
.private-message-view-page .message-head {
	border-bottom: 1px solid #eee;
	padding: 0 0 30px;
	text-align: center;
}
.private-message-view-page .message-head li {
	margin: 5px 0;
}
.private-message-view-page .message-head .sender span,
.private-message-view-page .message-head .recipient span {
	color: #333;
}
.private-message-view-page .message-body {
	padding: 30px 15px;
	text-align: justify;
	line-height: 26px;
}
.private-message-view-page .buttons {
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 20px;
	font-size: 0;
}
.air-theme .private-message-view-page input.reply-pm-button {
	background-color: #eda187;
}
.earth-theme .private-message-view-page input.reply-pm-button {
	background-color: #daa520;
}
.private-message-view-page input.back-pm-button {
	margin: 20px auto 0;
	background-color: transparent;
	padding: 0;
	color: #888;
}

/* profile page  */
.profile-page {
	margin: 20px 0 80px;
}
.profile-page .ui-tabs-panel {
	background-color: transparent;
	padding: 0 !important;
}
.profile-info-box {
	overflow: hidden;
	text-align: center;
}
.profile-info-box .avatar {
	margin: 0 0 15px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #222;
}
.profile-info-box .pm-button {
	margin: 15px 0 0;
}
.profile-page .topic {
	margin: 0 0 40px;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	border-bottom: 1px solid #eee;
	background: #f9f9f9;
	padding: 15px 20px;
	text-transform: uppercase;
}
.profile-page .topic-title a {
	margin: 0 0 0 3px;
	color: #222;
}
.air-theme .profile-page .topic-title a {
	font-weight: 700;
}
.earth-theme .profile-page .topic-title a {
	font-weight: 400;
}
.profile-page .topic-body {
	padding: 10px 20px;
	line-height: 26px;
}
.air-theme .profile-page .topic-body {
	font-family: -apple-system, Sorts Mill Goudy, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
}
.profile-page .topic-data {
	padding: 10px 20px;
}
.profile-page .topic-data span {
	color: #222;
}

/*product grid custom style starts*/
.product-grid .product-item .details {
	text-align: center;
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
}
	.product-grid .product-item .details .product-title {
		/*	height: auto;
	color: #333;
	line-height: 1.2;
	font-family: 'Miso Light', sans-serif;
	font-size: 18px;*/
		min-height: 5px;
		color: rgb(92 92 92);
		height: auto;
	}
.block-recently-viewed-products ul li {
	display: flex;
	align-items: center;
}
.block-recently-viewed-products ul .product-picture img {
	margin: 0 auto;
}

/*product grid custom style ends*/

/*site footer style starts*/
.footer.site-footer {
	width: 100%;
	padding: 0px 60px 30px;
	font-size: 12px;
	float: left;
	line-height: 1.5;
	background-color: var(--footer-bg);
}
.site-footer .flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	text-align: left;
}
.site-footer .address {
	text-transform: uppercase;
	line-height: 22px;
	font-size: 15px;
}
.site-footer span.newsletter {
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
	
}
.site-footer span.newsletter a {
	border-bottom: 1px solid #daa520;
	display: inline-block;
	line-height: 30px;
	margin-top: 8px;
}
.site-footer .footer-middle .center {
	min-height: auto;
}
.site-footer .footer-middle {
	margin: 60px 0 75px 0;
}
.site-footer .footer-lower {
    padding: 12px 0px;
    width: 100%;
    float: left;
    text-align: center;
}
.footer-flex-item {
	width: 33.33%;
}
.site-footer .footer-widget-2,
.footer-designed-by {
	width: 36%;
}
.site-footer .textwidget {
	font-size: 15px;
	line-height: 22px;
}
.footer-widget-1,
.footer-powered-by {
	min-width: 44%;
}
.footer-lower p.footer-flex-item {
	text-transform: uppercase;
	font-size: 13px;
}
.site-footer .center {
	padding: 0 30px;
	margin: 0 auto;
}



/*site footer style ends*/

/*site header style starts*/
.desktop-nav-wrapper.site-header {
	padding: 0;
	background-color: var(--header-bg-col);
}
.site-header.stick .site-logo svg {
	max-width: 200px;
	max-height: 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


.site-header .site-logo svg {
	max-width: 200px;
	max-height: 100px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 5px;
	margin-top: 3px;
}
.site-header .header-right {
	float: right;
}
.header-menu .top-menu .active a {
	color: var(--global-pri-button-hover);
}
.site-header .header-right {
	display: grid;
	float: left;
	width: 100%;
	text-align: left;
	background: var(--global-menu-bg-color);
	border-top: 1px solid var(--heading-divider-col);
}
.site-header .header-menu-parent {
	display:flex;
	float: none;
	margin: 0 auto;
	display: block;
}
.site-header .responsive-nav-wrapper-parent {
	width: 100%;
	max-width: 100%;
	display: block;
	background-color: var(--global-bg-color-5);
}
.site-header .header {
	float: left;
}
.site-header .responsive-nav-wrapper {
	height: auto;
	padding: 5px 0px 5px;
	/* display: flex; */
	
	align-items: center;
	color: #222;
	float: right;
	width: 100%;
}
.site-header .header-menu>ul>li>a:before {
	display: none !important;
}
.site-header .header-menu>ul>li>a:after {
	display: none !important;
}
.earth-theme.variant-1 .header-menu > ul {
	margin-bottom : 0px;
}
.earth-theme.variant-1 .site-header .header-menu > ul > li > a {
	text-transform: none;
	padding: 15px 18px;
	font-size: 17px;

}
.header-topwrapper {
	/*background-color: var(--global-bg-color-5);*/
	
	float: left;
	width: 100%;
}
.site-header .header-container {
	width: 100%;
	float: left;
	padding: 0 60px;
	background: #000000;
	position:relative;
}

.site-header .flyout-cart {
	top: 63px;
}
.site-header .header-options {
	
}
.site-header .responsive-nav-wrapper a {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 12px;
	color: #222;
}
.site-header .login-button-bt span {
	
	width: auto;
	height: auto;
	background-image: none !important;
	background-color: transparent !important;
	margin: 0 10px;
}
.site-header .login-button-bt small {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
	.site-header .login-button-bt small:hover {
		color: var(--global-font-active-0);
	}
.site-header .social-wrap {
	margin: 0 !important;
	display: none;
}
.social-wrap a {
	width: 38px;
	height: 38px;
	background-color: transparent !important;
	background-image: none !important;
	margin: 0 10px;
}
.social-wrap a svg:hover {
	fill: #a7182e;
}
.social-fb a svg {
	fill: #222;
	width: 9px;
}
.social-in a svg {
	fill: #222;
	width: 16px;
}
.social-tw a svg {
	fill: #222;
	width: 16px;
}
.social-ln a svg {
	fill: #222;
	width: 14px;
}
.shopping-cart-link a {
	background-image: none !important;
	background-color: transparent !important;
	margin: 0 10px;
	display: flex !important;
	align-items: center;
}
	.shopping-cart-link a small {
		font-size: 12px;
		margin-left: 3px;
		width: 40px;
		height: 22px;
		background: var(--global-menu-bg-color);
		text-align: center;
		border-radius: 50%;
		line-height: 21px;
		color: var(--global-font-active-0);
	}
.shopping-cart-link a svg {
	fill: #222;
	width: 20px;
}
.shopping-cart-link a svg:hover {
	fill: #222;
}
.shopping-cart-link a:hover{
	text-decoration:none;
	color:var(--global-font-active-0);
}
/*site header style ends*/

/*password rule styles starts*/
.passwordrules h3 {
	font-size: 12px;
	margin-bottom: 6px;
	border-bottom: solid 1px var(--global-font-active-0);
	padding-bottom: 5px;
}
.passwordrules ul li {
	margin-bottom: 5px;
	font-size: 12px;
	color: #797979;
}

/*password rule styles ends*/

/*cart button modification starts*/

/*.item-box.cart-lg-btn:hover .buttons{
    background:red;
}*/
.item-box.cart-lg-btn .buttons {
	height: auto;
	padding: 0;
}
	.item-box.cart-lg-btn .buttons button {
		font-size: 16px;
		line-height: 1;
		padding-top: 3px;
		margin: 0;
		width: 100%;
		border-color: rgb(92 92 92 / 15%) !important;
	}
.item-box.cart-lg-btn .buttons button:before {
	display: none;
}
.item-box.cart-lg-btn .details .buttons button {
	padding: 16px 0px 13px 0 !important;
}
.add-cart-no-icon button {
	height: auto !important;
	padding: 16px 50px 13px 50px !important;
}
.add-cart-no-icon button:before {
	display: none !important;
}

/*cart button modification ends*/
.footer-info-text {
	background-color: var(--global-bg-color-5);
	text-align: center;
	text-transform: none;
	padding: 10px 0;
	font-size: 11px;
}
.site-title {
	background-color: #29292a;
}

/*THW theme start*/

.thw-earth-theme .header {
	width: 100%;
	padding:20px 0;
}
.thw-earth-theme .header-logo {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column-reverse;
}
.thw-earth-theme .site-header .header-menu-parent {
	margin-top: 0;
}
.thw-earth-theme .site-title {
	background-color: transparent;
}
.thw-earth-theme.earth-theme .desktop-nav-wrapper {

}

.thw-earth-theme .master-column-wrapper {
	margin: 0 auto;
	background-color: var(--global-bg-color-5);
	padding: 15px 60px;
	margin-bottom: 50px;
	
	position: relative;
}
.master-wrapper-content {
	background-size: cover;
}
.fusion-footer-copyright-area {
	background-color: #282a2b;
	border-top: solid 1px #4b4c4d;
	padding-top: 40px;
	padding-bottom: 40px;
}
.fusion-copyright-notice {
	color: #919191;
	font-size: 12px;
}
.fusion-copyright-notice p {
	padding: 15px 0;
}
.fusion-copyright-notice a {
	color: #afafaf;
}
.fusion-footer-copyright-area a:hover {
	color: var(--global-bg-color-5);
}
.password-instructions {
	margin-top: 20px;
	font-size: 12px;
}
.password-instructions h3 {
	border-bottom: solid 1px #dadada;
	padding-bottom: 5px;
}
.footer-social-icon {
	float: left;
}
.footer.site-footer .social-wrap {
	display: flex;
	justify-content: center;
}
.footer-top {
	display: grid;
	
	text-align: left;
	width: 100%;
	margin: 0 auto;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap : 50px;
	padding:0 60px;
	
}
.footer-top-heading{
	margin-bottom:20px;
}
.footer-form-group{
	margin-bottom : 1.25em;
}
.footer-top h3 {
	color: var(--global-font-color-2);
	font-size: 24px;
	margin-bottom: 15px;
}
.footer-top li, .footer-top p {
	font-size: 17px;
	line-height: 1.7em;
}
.footer-top a, p {
	color: var(--global-font-color-2);
}
	.footer-top a:hover{
		color: var(--global-font-active-0);
		text-decoration:none;
	}

.footer-top-p {
	color: #000;
}

.footer-copyright {
	background-color: var(--global-bg-color-5);
	padding: 10px 5%;
	font-size: 15px;
	color: var(--global-bg-color-5);
	font-weight: 200;
	letter-spacing: 1.7px;
	text-align: right;
}
.footer-details h6 {
	text-align: right;
}
.joincard {
	display: flex;
	align-items: center;
	justify-content: center;
}
.week-option label {
	float: left;
	width: 90% !important;
	text-align: left;
	margin-left: 15px;
}
.week-option input[type="checkbox"] {
	float: left;
	margin-top: 7px;
	border: 1px solid #000;
	width: 19px;
	height: 25px;
}
.input-group-addon {
	position: absolute;
	right: 27px;
	top: 30px;
	background-color:transparent;
	border:none;
}
.input-group-addon i {
	font-size: 18px;
	color: #666;
}
.input-group-addon button {
	background-color: var(--global-bg-color-5);
}
.change-pass-form .input-group-addon {
	top: 15px;
	right: 30px;
}
.overid-chk input[type="checkbox"] {
	margin-top: 0;
}
.overid-chk label {
	margin: 2px 0 0 5px;
}

.footer-social {
	font-size: 22px;
	padding-top: 7px;
}
.copyright {
	font-size: 15px;
}

.profile-slab .joincard {
	display: inline-block;
}
.profile-slab .joincard .btn {
	font-size: 18px;
	padding: 8px 30px;
	margin: 0 10px;
	height: 50px;
	text-transform: uppercase;
	border-radius: 5px;
}
.btn-cover {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 21px;
}

/*-----Cart Box-----------------*/
.mini-shopping-cart .buttons,
.mini-shopping-cart .totals,
.mini-shopping-cart .count {
	background-color: #32261c;
}

/*--------Button----------------*/
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.registration-page .button-1,
.login-page .button-1,
.account-page .button-1,
.registration-result-page .button-1,
.user-agreement-page .button-1,
.item-box.cart-lg-btn .buttons button,
.earth-theme .mini-shopping-cart .cart-button,
.earth-theme .shopping-cart-page .button-1,
.earth-theme .shopping-cart-page .button-2,
.checkout-page .button-1,
.fieldset + .buttons .button-1,
.dispaly-view .refresh-button,
.credit-save-btn .btn,
.margin-top-40 .btn.btn-primary,
.order-details-page .button-1,
.order-details-page .button-2,
.margin-top-30 .btn.btn-primary,
.box .btn.btn-primary,
div.main-wine-app .dropdown-holder.category-dropdown-holder .dropdown-trigger {
	background-color: transparent !important;
	color: var(--global-button-font-color-1);
	padding: 10px 20px !important;
	height: auto !important;
	font-size: 13px !important;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: var(--global-button-font-color-1);
	border-radius: 5px;
}
.earth-theme .mini-shopping-cart .cart-button,
.address-item .button-1,
.order-completed .button-1,
.login-page .inner-wrapper .button-1 {
}

/*--------------------------------------*/
	.earth-theme .overview .add-to-cart-button:hover,
	.earth-theme .variant-overview .add-to-cart-button:hover,
	.item-box.cart-lg-btn .buttons button:hover,
	.earth-theme .shopping-cart-page .button-1:hover,
	.earth-theme .shopping-cart-page .button-2:hover,
	.checkout-page .button-1:hover,
	.fieldset + .buttons .button-1:hover,
	.registration-page .button-1:hover,
	.login-page .button-1:hover,
	.account-page .button-1:hover,
	.registration-result-page .button-1:hover,
	.user-agreement-page .button-1:hover,
	.order-details-page .button-1:hover,
	.order-details-page .button-2:hover,
	.btn.btn-primary:hover,
	.earth-theme .mini-shopping-cart .cart-button:hover,
	.dispaly-view .refresh-button:hover,
	.credit-save-btn .btn:hover,
	.dropdown-trigger:hover {
		background-color: rgb(35 35 35) !important;
		color: #fff;
		border-color: rgb(35 35 35);
	}

/*-------------------Top Bar color-------------------------*/
.product-selectors,
.block .title,
.cart th,
.data-table th,
.forums-table-section th,
.earth-theme .order-review-data li.title,
.earth-theme .order-details-area li.title,
.earth-theme .shipment-details-area li.title {
	background-color: var(--global-button-font-color-1) !important;
	color: var(--global-bg-color-5) !important;
}


/*--------------------------------------------*/

/*----------------- Footer----------------------*/

.license {
	padding: 20px 0;
}
.block-category-navigation,
.block-recently-viewed-products {
	font-size: 16px;
}
.block-recently-viewed-products {
	display: none;
}
a.privacy {
	float: right;
	text-transform: uppercase;
	color: var(--global-bg-color-5);
}
.copy {
	text-transform: lowercase;
	font-size: 10px
}
.copy a {
	color: #C00519
}
.copy a:hover {
	color: green;
}
.col-25 {
	width: 25%;
	float: left;
}
.col-15 {
	width: 15%;
	float: left;
}
.col-30 {
	width: 30%;
	float: left;
}
.col-75 {
	width: 75%;
	float: left;
}
.col-100 {
	width: 100%;
	float: left;
}

.policy a {
	margin-left: 30px;
}
.policy a:hover {
	text-decoration: underline;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.overview .prices,
.overview .add-to-cart,
.overview-buttons {
	text-align: left;
}
.overview .tier-prices {
    margin-bottom: 20px;
}
.product-details-page .product-name {
    display: none;
}
.theme-custom .nivo-controlNav {
	display: none;
}
.theme-custom {
	margin: 0 auto 25px !important
}
.mob-menu-open {
	display: none !important;
}
.st-Name {
	text-align: left;
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
	color: #333;
	font-weight: bold;
}
.top-menu i {
    font-size: 19px;
}

.top-menu{
	display:flex;
}
.tier-prices .item-quantity, .tier-prices .item-price {
    font-weight: bold;
}





.personal-button-div{
	color: var(--global-font-active-0);
}

/*---------------Social Media ---------------*/
.lhs-icons {
	position: fixed;
	top: 190px;
	left: -4px;
	z-index: 999;
}
            .open-icon {
    position: fixed;
    top: 190px;
    left: -8px;
    z-index: 990;
}
            .open-icon .the-icon {
    margin: 0;
    padding: 0;
    font-weight: bold;
    list-style-type: none;
}
            .open-icon .the-icon li a {
    font-size: 20px;
    font-weight: bold;
    border: 0px solid #bbb;
    background-color: transparent;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    width: 40px;
    opacity: 1;
}
            .open-icon .the-icon li i {
    font-weight: bold;
    margin: 0;
    line-height: 40px;
    text-align: center;
    color: green;
}
            .lhs-icons .the-icons {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 24px;
}
.lhs-icons .the-icons #close-me {
    opacity: 1.0;
    font-size: 20px;
    background-color: #eee;
}
.lhs-icons .the-icons li #close-me i {
    font-weight: bold;
    color: red;
}
            .lhs-icons .the-icons .fb {
    background-color: #0364a1;
    opacity: 1.0;
}
            .lhs-icons .the-icons .tw {
    background-color: #18a3fb;
    opacity: 1.0;
}
            .lhs-icons .the-icons .em {
    background-color: #e30398;
    opacity: 1.0;
}
            .lhs-icons .the-icons .ta {
    background-color: #297d2e;
    opacity: 1.0;
}
            .lhs-icons .the-icons .ig {
    background-color: #c76106;
    opacity: 1.0;
}
            .lhs-icons .the-icons .yt {
    background-color: #e30303;
    opacity: 1.0;
}
            .lhs-icons .the-icons li a {
    background-color: #555;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    width: 40px;
    opacity: 0.7;
}
            .lhs-icons .the-icons li {
    margin-bottom: 6px;
}
            .lhs-icons .the-icons li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
    color: var(--global-bg-color-5);
}
.colse-me {
    left: -36px;
}
/*-----------------------------*/
.sub-category-grid {
    display: none;
}
.top-menu .sublist-wrap {
    border: 0 !important;
}
.top-menu .sublist-wrap ul.sublist {
    padding: 0 !important;
}
.header-menu .top-menu .active .sublist a{
    color: #fff !important;
}
.header-menu .top-menu .active .sublist a:hover{
    color: #fd021d !important;
}
.listbox ul.sublist {
    margin: 0;
}
.listbox ul.sublist li {
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background-color: var(--global-bg-color-5);
    border-color: #eae7e7;
}
.listbox ul.sublist li a{
    color: #666;
}
.listbox ul.sublist li:hover{
    box-shadow:none !important;
}
.new-label {
	position: absolute;
	width: 105px;
	height: 31px;
	background: #dd9a1a;
	color: var(--global-bg-color-5);
	/* border-radius: 50%;*/
	z-index: 9;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
	left: 10px;
	top: 10px;
}
#PDFViewTastingNotes{
    display: block;
}

.inner-banner-img {
	box-shadow: 0px 0px #00000070;
	padding-top: 112px;
	padding-bottom: 112px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px;
	margin-right: 0px;
	overflow: visible;
	order: initial;
	border-color: inherit;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: scroll;
	background-image: url('../img/IMG_4203-scaled.png');
	background-clip: padding-box;
	row-gap: 0px;
	column-gap: 0px;
}

.inner-banner-text-content > h1{
	color:#fff !important;
	text-align:center;
	line-height : 1.5rem;
	font-size : 5.5rem;
}

/*THW theme end*/


/*--------------*/
span.qty {
    font-weight: normal;
    font-size: 12px;
}
.priceslist {
    color: var(--global-button-font-color-1);
        font-weight: bold;
}
table.priceslist th, .price-bottle {
    color: var(--global-font-color-2);
	text-align:center;
}
.price-bottle {
    font-weight: normal;
}
.add-to-cart-button i, .product-box-add-to-cart-button i {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
    padding-left: 5px;
    margin: 0 !important;
}

.login-page.squerryes-summer .returning-wrapper {
	width: 50% !important;
	margin: 0 auto;
	float: inherit;
}


/*------------------memberjoin---------------------------------------------------------------------------------------*/
/*---------New Login-----------*/
.html-home-page .page-title {
	display: none;
}

.html-registration-page .master-column-wrapper, .html-login-page .master-column-wrapper {
	width: 100%;
}

.inner-wrapper .inputs {
	width: 100%;
}

.new-login-wrap {
	font-size: 15px;
	color: var(--global-font-color-2);
}

.lg-header h2, .congrats-wrap h2 {
	color: var(--global-font-color-2);
	font-size: 26px;
	margin-bottom: 25px;
	font-weight: 600;
}

.congrats-wrap .button-1:hover {
	color: var(--global-pri-button-hover);
	border-color: var(--global-pri-button-hover);
}

.new-login-wrap a:hover {
	text-decoration: none;
}

.lg-header h3 {
	color: var(--global-font-color-2);
	font-style: italic;
	background: var(--global-menu-bg-color);
	font-size: 20px;
	margin-bottom: 0;
	width: 100%;
	padding: 10px 0;
	font-weight: 400;
}

.lg-header p {
	width: 60%;
	display: inline-block;
	margin: 25px 0;
}

.lg-content-wrap {
	width: 80%;
	margin: 0 auto;
}

.inner-wrapper {
	width: 100%;
	float: left;
}

.lg-content-wrap label, .sp-content-wrap label {
	font-weight: 400;
	width: 100%;
	font-size: 14px;
}

.login-right {
	width: 100%;
	float: left;
	padding: 30px 25px;
	border-radius: 50px;
	background: #a275824a;
}

	.login-right p {
		font-size: 13px;
		margin: 0;
		line-height: 22px;
	}

	.login-right h2 {
		font-family: var(--base-font-family);
		font-style: var(--base-font-style);
		font-weight: var(--base-font-weight);
		color: #111;
		font-size: 22px;
		margin-bottom: 25px;
		text-align: center;
	}

	.login-right strong {
		font-weight: 500;
	}

.lg-img img {
	width: 100%;
}

.rt-box {
	margin-bottom: 10px;
}

.lg-left {
	padding: 0 50px;
}

.get-start {
	width: 100%;
	float: left;
}

	.get-start a {
		background: #111;
		color: var(--global-bg-color-5);
		padding: 10px 35px;
		border-radius: 5px;
	}

.new-login-wrap span.stay-logged {
	display: flex;
	/* margin-left: 10px; */
}

.new-login-wrap input#RememberMe {
	margin: 0 10px 0 0;
}

.step-wrap {
	background: var(--global-font-active-0);
	width: 100%;
	color: var(--global-bg-color-5);
	text-align: center;
}

.step-outer {
	width: 70%;
	margin: 0 auto;
}

.step-outer ul {
	margin: 0;
}

.step-outer li {
	width: 25%;
	float: left;
	list-style: none;
	position: relative;
	padding: 10px 5px 25px;
}

.step-outer li p {
	color: var(--global-bg-color-5);
}

li.detail-status.dt-show:after, li.membership-status.dt-show:after, li.pay-status.dt-show:after {
	width: 100%;
	height: 10px;
	background: #C2C6C9;
	bottom: -6px;
	left: 50%;
	position: absolute;
	content: " ";
}

.step-wrap p {
	margin: 0;
	line-height: 20px;
	width: 100%;
}

.block-recently-viewed-products {
	display: none;
}

.step-wrap span {
	width: 35px;
	height: 35px;
	background: #C2C6C9;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: -22px;
	position: absolute;
	bottom: 3px;
	left: 45%;
	z-index: 9;
	line-height: 35px;
}

.step-wrap .active {
	background: #CCBBC0;
	border: 0;
}

.sp-content-wrap h2 {
	text-align: center;
	color: var(--global-font-color-2);
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 25px;
	font-weight: bold;
}

.sp-content-wrap h3 {
	font-size: 14px;
	text-align: center;
	border-radius: 10px;
	font-style: normal;
	margin-bottom: 25px;
	color: #333;
	line-height: 20px;
}

.login-title h2 {
	color: var(--global-font-color-2);
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
	text-align: center;
	margin-bottom: 50px;
}

.login-title span {
	padding: 0 20px;
	position: relative;
}

	.login-title span:before {
		width: 70px;
		height: 45px;
		position: absolute;
		content: "";
		background: url('../img/title-bg-l.svg') center no-repeat;
		left: -65px;
		top: 0;
	}

	.login-title span:after {
		width: 70px;
		height: 45px;
		position: absolute;
		content: "";
		background: url('../img/title-bg-r.svg') center no-repeat;
		right: -65px;
		top: 0;
	}

.returning-wrapper {
	width: 600px;
	margin: 0 auto;
}

button.register-button {
	margin-top: 50px;
}

.lg-forgot a {
	text-align: right;
	color: #111;
	text-decoration: underline;
}

.mb-25 {
	margin-bottom: 35px;
}

.login-wrap .floating-label {
	background: #fff !important;
	width: 50%;
}

.membership h3, .review-wrap h3 {
	background: #ccbbc038;
	padding: 10px;
}

.login-wrap .login-button {
	width: 100% !important;
}

.or span {
	background-color: var(--global-bg-color-5);
	z-index: 9;
	position: relative;
	color: #444;
	padding: 0 15px;
}

.get-start .or span {
	background: #f0f0f0;
}

.or {
	text-align: center;
	position: relative;
	margin: 50px 0;
	background-image: url(../img/or-r.png), url(../img/or-l.png);
	background-repeat: no-repeat;
	background-position-y: 5px, 0;
	background-position-x: -1px;
	background-position: left 5px, right 5px;
}

	.or:after {
		position: absolute;
		width: 99%;
		height: 1px;
		background: var(--global-font-color-2);
		left: 2px;
		top: 10px;
		content: " ";
		background-image: url(../img/or-l.png);
	}

.html-login-page .shop-banner, .html-registration-page .shop-banner {
	display: none;
}

.lg-btn {
	width: 100%;
	text-align: center;
}

	.lg-btn .button-1 {
		max-width: 400px;
		margin: 5px 0;
	}

.membership h3 strong {
	font-weight: 500;
}

.login-wrap .lg-ck-btn {
	background: #fff !important;
	border: 1px solid #111 !important;
	color: #111 !important;
	width: 100% !important;
}

.earth-theme .new-login-wrap .lg-ck-btn:hover {
	background-color: #fff !important;
}

.login-wrap .topic-block-body strong {
	color: var(--global-font-color-2);
}

.sp-content-wrap {
	width: 1000px;
	margin: 50px auto;
	padding: 25px 50px;
	text-align: left;
	background: #EDEDED;
	color: var(--global-font-color-2);
}

	.sp-content-wrap strong {
		font-weight: 500;
	}

.p-details {
	width: 800px;
}

.date-birth .select-wrap {
	width: 32%;
	float: left;
}

	.date-birth .select-wrap + .select-wrap {
		margin-left: 2%;
	}

.next-btn {
	margin-top: 25px;
	text-align: center;
}

	.next-btn a, .conform-btn, .button-1 {
		background-color: transparent !important;
		color: var(--global-button-font-color-1);
		padding: 12px 20px !important;
		height: auto !important;
		font-size: 15px !important;
		text-transform: uppercase;
		border-width: 1px;
		border-style: solid;
		border-color: var(--global-button-font-color-1);
	}

		


.back-btn {
	border: 1px solid var(--global-font-color-2) !important;
	color: var(--global-font-color-2) !important;
	margin-right: 15px;
}

.earth-theme .new-login-wrap a.back-btn.button-1:hover {
	border-color: var(--global-sec-button-hover) !important;
	color: var(--global-sec-button-hover) !important;
}

.f-note {
	font-size: 14px;
	line-height: 18px;
}

.del-address .f-note {
	font-size: 13px;
}

.del-address input[type=checkbox] {
	width: 15px;
	height: 15px;
}

.prd-wrap {
	background-color: var(--global-bg-color-6);
	padding: 20px;
	font-size: 16px;
	line-height: 21px;
}

	.prd-wrap p {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
		font-size: 14px;
	}

	.prd-wrap ul {
		padding: 0;
		margin: 0;
	}

	.prd-wrap li {
		display: inline-block;
		margin: 5px 1%;
		width: 30%;
	}

	.prd-wrap label {
		padding: 5px 15px;
		border: 1px solid #C2C6C9;
		text-align: center;
		background-color: var(--global-bg-color-5);
	}

	.prd-wrap input[type=checkbox] {
		opacity: 0;
		width: 1px;
		height: 1px;
	}

li.mon-active, label.mon-active {
	background-color: var(--global-bg-color-5);
	color: #111;
	border: 1px solid #111;
}

}

.prd-wrap h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
}

.btn-wrap {
	text-align: center;
	background: #815864;
	width: 600px;
	margin: 0 auto;
}

.welcome-a {
	width: 700px;
}

.pop-close img {
	max-width: 100% !important;
}

.pop-close {
	width: 30px;
	height: 50px;
	float: right;
	margin-top: -35px;
	margin-right: -29px;
}

.congrats-wrap {
	width: 600px;
	margin: 100px auto 0;
	text-align: center;
	padding: 50px;
	color: var(--global-font-color-2);
	background-color: var(--global-bg-color-5);
	font-size: 20px;
}

.pop-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #00000085;
	top: 0;
	left: 0;
	z-index: 99999999999999;
}

.congrats-wrap .button-1 {
	width: 300px !important;
}

.congrats-wrap img {
	max-width: 80px;
}

.tab-btton p {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin: 0;
}

.btn-wrap a {
	padding: 5px 10px;
	width: 50%;
	float: left;
	background: #8158644d;
	border-radius: 5px;
	color: #815864;
}

.btn-wrap .active-btn {
	background: #815864;
	color: var(--global-bg-color-5);
}

.address-wrap {
	padding-top: 25px;
}

.sp-content-wrap input[type=checkbox] {
	margin: 0;
}

.address-wrap h2 {
	font-size: 18px;
	/* color: #815864; */
	font-weight: 500;
	text-align-last: left;
	margin-bottom: 25px;
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
	/*font-family: -apple-system,BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;*/
}

p.cards {
	text-align: right;
}

.cards span {
	float: left;
	font-weight: 500;
}

.card-left {
	border-right: 4px solid #E6E6E6;
	padding-right: 35px;
	padding-bottom: 0;
}

.card-right {
	padding-left: 35px;
}

.payment-box .container {
	width: 100%;
}

.linehalf {
	width: 49%;
	float: left;
	margin-left: 2%;
	margin-top: 0 !important;
}

.card-privacy label {
	display: inline;
}

.card-privacy .accept-privacy-policy .read {
	color: #111;
}

.margin-left0 {
	margin-left: 0;
}

.card-privacy {
	margin-top: 20px;
}

	.card-privacy .accept-privacy-policy {
		margin: 0;
	}

	.card-privacy input[type=checkbox] {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}

.del-address {
	border-right: 4px solid #E6E6E6;
	padding-right: 35px;
}

.billing-add {
	padding-left: 35px;
}

.pay-wrap {
	padding-top: 25px;
}

.address-wrap h2 img {
	margin-right: 15px;
	width: 50px;
	max-height: 40px;
}

.msg {
	background: #ccbbc038;
	padding: 15px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.cards img {
	max-width: 35px;
}

p.chk-pay {
	width: 100%;
	font-size: 13px;
	line-height: 14px;
	margin: 10px 0;
}

.reviw-wrap {
	background: #ffffff52;
	/* border-radius: 10px; */
	padding: 20px;
	border: 1px solid #cccccc52;
}

	.reviw-wrap h2 {
		font-family: var(--base-font-family);
		font-style: var(--base-font-style);
		font-weight: var(--base-font-weight);
		font-size: 20px;
		margin-bottom: 10px;
	}

	.reviw-wrap h3 {
		font-weight: 400;
		font-size: 18px;
		margin-bottom: 15px;
		background-color: transparent;
		text-align: left;
		border-bottom: 2px solid #C2C6C9;
		border-radius: 0;
		color: #333;
		padding-bottom: 10px;
		position: relative;
	}

.pro-edit {
	border: 0;
	float: right;
}

.review-check {
	width: 25px;
	height: 25px;
	background-color: var(--global-bg-color-5);
	display: inline-block;
	border-radius: 50%;
	background: #C2C6C9;
	text-align: center;
	margin-right: 10px;
}

	.review-check img {
		width: 15px;
	}

.rev-details td:first-child {
	font-weight: 500;
	color: #333;
}

.rev-details {
	color: #111;
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
}

	.rev-details td {
		vertical-align: top;
	}

.review-box {
	margin-bottom: 20px;
}

.tbl-col {
	width: 40%;
}

.pr-month {
}

.dt-hide, .membership, .review-wrap, .add-wrap, .detail-status i, .membership-status i, .pay-status i, .confirm-status i, .welcome-a {
	display: none;
}

.pop-overlay{
	display:none;
}

.dt-show, .dt-show span i {
	display:block !important;
}

.set-not {
	width: 100%;
	margin: 0;
	line-height: 25px;
	margin-bottom: 32px;
	margin-top: 63px;
}

.set-user {
	width: 100%;
	margin: 0;
	line-height: 25px;
	margin-bottom: 37px;
	margin-top: 42px;
}

	.set-user label {
		font-size: 16px;
	}

	.set-user #UsernameView {
		font-size: 16px;
	}

	.set-user i {
		font-size: 12px;
	}



.welcome-ab h2 {
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
	color: #111;
	font-size: 26px;
	margin-bottom: 25px;
}

.welcome-ab {
	text-align: center;
	padding-top: 50px;
}

	.welcome-ab a {
		top: 11px;
		bottom: 0px;
		left: 10px;
		font-size: 14px;
		opacity: 1;
		color: #666;
		background: #ebeced;
		max-height: 18px;
		width: auto;
		position: relative;
		z-index: 9;
	}

.floating-label-group {
	position: relative;
	margin-top: 20px;
}

.membership .floating-label-group label {
	top: 9px;
	bottom: 0px;
	left: 10px;
	font-size: 14px;
	opacity: 1;
	color: #666;
	background: #EDEDED;
	max-height: 18px;
	width: auto;
	position: relative;
	z-index: 9;
}

.membership .floating-label-group {
	margin-top: 0;
}

.floating-label {
	font-size: 15px;
	color: #666;
	position: absolute;
	pointer-events: none;
	top: 10px;
	left: 12px;
	transition: all 0.1s ease;
}

.pr-month span {
	padding: 0 15px;
	/* border: 1px solid #C2C6C9; */
	border-radius: 4px;
	text-align: center;
	background: #71829a;
	color: var(--global-bg-color-5);
	margin: 0 10px 10px 0;
	display: inline-block;
	min-width: 60px;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
	top: -15px;
	bottom: 0px;
	left: 10px;
	font-size: 14px;
	opacity: 1;
	color: #666;
	background: #ebeced;
	max-height: 18px;
	width: auto;
}

}

.row {
	margin-top: 50px;
}

.ma-bt-100 {
	margin-bottom: 100px;
}

.mob-userimg {
	display: none;
}

.footer-logos img {
	max-width: 700px;
}
/*--------------------------------------*/

/*----------------*/
.theme-custom {
	display: none !important;
}

.formob {
	display: none;
}

.history-wrap .panel-heading .row {
	margin-top: 15px;
}

.square-card-join {
	margin-left: 100%;
}

.footer-lower > .footer-text {
	font-size: 17px;
	line-height: 2em;
	color: var(--global-font-color-2);
}


.footer-compact-block {
	margin: 35px auto 5px;
	width: 90%;
}

	.footer-compact-block a {
		color: var(--global-bg-color-5);
		text-align: center;
	}

		.footer-compact-block a:hover {
			color: #ccc;
		}

.ft-top {
	/*border-bottom: 1px solid #fff;*/
	padding: 10px 0;
}

.ft-bottom {
	padding: 0;
	text-align: center;
}

a.terms {
	display: inline-block;
}

.ft-bottom img {
	max-width: 375px;
}

.ft-social {
	text-align: right;
	font-size: 20px;
}

.copy {
	text-align: center;
	display: inline-block;
}

.social-madia {
	text-align: right;
}

.footer-logos {
	padding: 65px 0;
	text-align: center;
}

	.footer-logos li {
		display: inline-block;
		padding: 0 5px;
	}

.social-madia i {
	font-size: 21px;
	/* padding: 15px; */
	height: 40px;
	width: 40px;
	color: var(--global-font-color-2);
	background-color: var(--global-bg-color-5);
	border-radius: 50%;
	line-height: 40px;
	margin-left: 10px;
}

.ft-social a {
	padding-right: 10px;
}

.footer-compact-block h2 {
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
	color: var(--global-bg-color-5);
	font-size: 22px;
	margin-bottom: 25px;
}

}

.footer-compact-block-line {
	padding-bottom: 30px;
}

.ft-email {
	width: 100%;
	padding: 15px 10px;
	border-radius: 10px;
	border: 0;
	margin-bottom: 20px;
}

.ft-signup input[type="button"] {
	display: inline-block;
	line-height: 1.4;
	color: var(--global-bg-color-5);
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	cursor: pointer;
	background-color: #111;
	border: 1px solid #fff;
	border-radius: 0;
	outline: none;
	transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out;
	padding: 10px 10px;
	font-size: 18px;
	width: 100%;
	border-radius: 5px;
}

.Footer--compact-content-high {
	text-align: center;
	padding-bottom: 18px;
}

.Footer--compact-content {
	text-align: left;
	padding-bottom: 18px;
}

	.Footer--compact-content p a {
		color: var(--global-font-color-2);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(0,0,0,.3);
	}

		.Footer--compact-content p a:hover {
			color: #929292;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: rgba(0,0,0,.3);
		}

.site-footer .footer-lower-default {
	font-size: 8px;
}

.footer-lower-default > .footer-lower-text {
	display: inline;
	font-size: 8px !important;
	color: #111;
}

.top-subheader {
	display: none;
}


.checkout-buttons {
	float: right;
}

.earth-theme .page-title h1 {
	font-size: 40px !important;
	padding: 0 15%;
	margin-bottom: 25px;
	line-height: 1.2em;
}


/*------------*/
.air-theme .header-menu > ul, .earth-theme.variant-1 .header-menu > ul {
	font-size: 0;
}

.air-theme .top-menu, .earth-theme.variant-1 .top-menu {
	display: block;
}

.air-theme .header-menu > ul > li, .earth-theme.variant-1 .header-menu > ul > li {
	display: grid;
}

.air-theme .header-menu > ul > li > a, .earth-theme.variant-1 .header-menu > ul > li > a {
	display: block;
	position: relative;
	padding: 20px 0 10px;
	text-transform: uppercase;
	cursor: pointer;
}


/* Navbar container */
.main-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: var(--global-font-color-2);
	background-color: var(--global-menu-bg-color);
}

.main-nav li {
	float: left;
}

	.main-nav li a, .dropbtn {
		display: inline-block;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		text-transform: uppercase;
		font-size:17px;
	}

		.main-nav li a:hover, .dropdown:hover .dropbtn {
			background-color: var(--global-menu-bg-color);
			color: var(--global-font-active-0);
		}

	.main-nav li.dropdown {
		display: inline-block;
	}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

	.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

		.dropdown-content a:hover {
			background-color: #f1f1f1;
		}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropbtn {
	border-bottom: 3px solid red;
}

	.dropbtn::after {
		content: 'v';
		color: red;
		padding-left: 5px;
	}

.non-discounted-price {
	display: none !important;
}

.st-Name {
	order: 1;
	line-height: normal;
	text-transform: none;
	font-family: var(--base-font-family);
	font-style: var(--base-font-style);
	font-weight: var(--base-font-weight);
	/*font-family: "New York",Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;*/
	color: #a27582;
	font-size: 50px;
	margin-bottom: 25px;
}

.floating-label-group span.required, .form-date span.required, .linehalf span.required {
	display: none;
}

.floating-label-group span.required, .form-date span.required, .linehalf span.required {
	display: none;
}

.form-date .select-wrap select, .floating-label-group .select-wrap select {
	width: 100%;
}

.form-date .select-wrap {
	width: 31%;
	float: left;
	margin-left: 3.5%;
}

	.form-date .select-wrap:first-child {
		margin-left: 0%;
	}

.master-wrapper-page{
	background-color: var(--global-bg-color-5);
}




.mandatoryfield {
	float: right;
	position: absolute;
	margin: 0px 74px;
	color: red;
	font-size: 13px;
}

.select-wrap :focus {
	border-color: #c69c6d;
	border-width: 2px;
	opacity: 1;
}
/*form full width style starts*/
.form-full-width.registration-page .inputs {
	width: 100%;
	text-align: left;
}

.form-full-width .inputs input[type="text"], .inputs input[type="password"], .inputs select, .inputs textarea {
	/*max-width: 100%;*/
}

.form-full-width.registration-page .input-label-wrap {
	text-align: left;
	margin-bottom: 8px;
}

.form-full-width.registration-page .inputs label {
	display: inline-block;
	width: auto;
}

.form-full-width .mandatoryfield {
	position: static;
	margin: 0 0 0 7px;
	float: none;
}

.form-full-width .stborder {
	border-bottom: none;
}

.form-full-width .date-of-birth select + select {
	margin: 0 0 0 10px;
	width: calc(33.33% - 10px);
}

.form-full-width .date-of-birth select {
	width: 100%;
	max-width: 100%;
}

.form-full-width .terms-of-service {
	padding: 0;
}

.ui-dialog .page-body {
	max-height: 500px !important;
}


.form-fields-width .select-wrap {
	margin-left: 0%;
}

.form-fields-width .required {
	display: none;
}

.form-fields-width .select-wrap + .select-wrap {
	margin-left: 2%;
}

.form-fields-width.form-fields {
	/*padding: 31px 14% 20px !important;
    margin-left: 239px !important;*/
	padding: 29px 23%;
}

.titlenew.fieldset .title {
	color: #c69c6d;
}

.div.terms-of-service {
	margin: 0 0 0 !important;
}

.stborder {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
	border-bottom: 1px solid;
}

::placeholder {
	/*color: #c69c6d;*/
	opacity: 1; /* Firefox */
}

.termsinput.terms-of-service input {
	margin: 0 5px 0 0;
	width: 17px;
	height: 20px;
}

/*form full width style Ends*/
/*ccfile card style starts*/
.ccfile-card .input-line {
	padding: 5px 0px 0;
}

	.ccfile-card .input-line input[type="text"] {
		width: 35% !important;
	}

.ccfile-card #checkout-form {
	float: none;
	padding: 35px 0px !important;
	width: 35% !important;
	/*background-color: #000000 !important;*/
}

.ccfile-card .container {
	/*background-color: #000000 !important;*/
}

.new-billing-address .mandatoryfield {
	float: right;
	position: absolute;
	margin: 0px 74px;
	/*color: white;*/
	font-size: 13px;
}
/*ccfile card style Ends*/

.center-2.homeall_product {
	width: 100% !important;
	padding-left: 0px;
}
/*------------------------------*/
.announcement-bar {
	background: #d21414;
	width: 100%;
	float: left;
	font-size:13px;
	padding:9px 40px;
	line-height:12px;
}
	.announcement-bar a{
		color:#fff;
	
	}
a.cart-link {
	color: #fff;
}
.social .icon {
	width:15px;
}
.social li {
	float: left;
	padding-right: 10px;
	padding-top: 6px;
}
	.text-announcement {
		line-height: 24px;
		transition: opacity .5s ease-out .5s, transform .7s cubic-bezier(.09,.49,.39,.99) .5s;
		letter-spacing: 0.5px;
		color:#fff;
	}
.please-wait {
	color: #d21414;
}
.login-button-bt {
	font-size: 12px;
	color: #fff;
	padding-right: 15px;
	display:inline-block;
}
.cart-link_label {
	font-size: 12px;
	padding-right: 10px;
}
.logo-right {
	text-align: right;
	padding-top: 45px;
}
	.logo-right a:hover{
		color:#fff;
		text-decoration:none
	}
.cart-link__icon svg.icon {
	
}
.header-account-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	margin-inline-end: 20px;
}
.logo-area__right {
	display: flex;
	flex: 2 0 0;
	align-items: center;
	justify-content: flex-end;
}
.cart-link__icon {
	position: relative;
	margin: 0 0 2px;
}
.cart-link__label {
	margin-inline-end: 8px;
	vertical-align: middle;
}
span.cart-link__count {
	position: absolute;
	top: -20px;
	right: -5px;
	min-width: 15px;
	padding: 3px;
	border-radius: 12px;
	background: var(--header-text-col);
	color: var(--header-bg-col);
	font-size: 9px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	white-space: nowrap;
}
.header-menu {
	padding-top: 24px;
}
.logo-right-lg {
	display: none;
}
.logo-top-left, .logo-right {
	width: 50%;
	float: left;
}
.top-menu-lg {
	width: 100%;
	float:left;
}
.user-mob-icon {
	display: none;
}
.footer-container {
	background: #2b2825;
	width: 100%;
	float: left;
	color: #fff;
	padding: 60px;
	font-size:12px;
}
	.footer-container a:hover, .footer-container a {
		color: #fff;
	}
input.signup-form__email {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 1px solid rgb(92, 92, 92);
	font-size: 14px;
	color: #000;
}
.footer-right {
	text-align: right;
}
	.footer-container h2 {
		
		font-size: 15px;
		padding:0;
		margin:0;
		margin-bottom: 20px;
	}
.footer-top-ft{
	padding-bottom:80px;
	width:100%;
	float:left;
}

.fts .icon {
	width: 16px;
	color: #fff;
	margin-right:10px;
}
.section-footer__payment-icon {
	margin-left: 6px;
}
.signup-form-button-ft {
	background: rgb(35 35 35);
	padding: 10px 25px;
	border-radius: 5px;
	text-transform: uppercase;
	border: 0;
}
	.signup-form-button-ft:hover {
		color: #fff;
		background: #d21414;
	}
.side-2{
	display:none;
}

.product-essential h3 {
	color: rgb(23 23 23);
	font-size:35px;
}
.terms-of-service label {
	font-weight: 200;
	text-align: left;
}
.returning-wrapper .inputs label{
	text-align:left;
}
.log-mob-icon{
	display:none;
}
.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 9;
}
div.main-wine-app .form-control:focus {
	outline: none;
	border: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.review-wrap #register-button {
	background-color: transparent !important;
	color: var(--global-button-font-color-1);
	padding: 12px 20px !important;
	height: auto !important;
	font-size: 15px !important;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: var(--global-button-font-color-1);
}
.fg-eye {
	border: 0;
	background-color: transparent;
	position: absolute;
	right: 11px;
	top: 40px;
}
.payment-box #checkout-form label {
	min-height: inherit !important;
	margin: 10px 0 !important;
}
.payment-box #checkout-form, .checkout-data #checkout-form {
	padding: 35px 15px 0 !important;
}
@media screen and (min-width: 1536px) {
	.top-menu-lg {
		width: 60%;
	}
	.header-menu {
		padding-top:23px;
	}
	.logo-top-left, .logo-right {
		width: 20%;
	}
	.top-search.left-search{
		display:none;
	}
	.sticky {
		position: fixed !important;
		top: 0;
		width: 100%;
		z-index: 9;
	}

}
@media screen and (max-width: 1536px) {
	.logo-right-lg {
		display: inherit;
	}
	.logo-right-md {
		display: none;
	}
	.top-menu-lg {
		width: 100%;
	}

	.logo-top-left, .logo-right {
		width: 50%;
	}
	.header-menu {
		padding-top: 0;
	}
	
}
@media screen and (max-width: 1000px) {
	.announcement-bar .social{
		display:none;
	}
	.cart-link_label, .user-mob-text {
		display: none;
	}
	.user-mob-icon {
		display: contents;
		padding-top: 11px !important;
		margin-top: 4px;
	}
	.personal-button {
		padding-right: 10px;
	}
	.mob-user-right {
		position: absolute;
		right: 20px;
		top: -51px;
		padding: 0;
		z-index: 9993;
	}
	.footer-container {
		padding: 20px;
	}
		.footer-container h2 {
			margin-top: 40px;
		}
	.log-mob-icon {
		display: inline-block;
	}
	.text-announcement {
		line-height: 17px;
	}
	.login-button-bt {
		padding-right: 10px;
	}
	.top-search{
		display:none;
	}
	.top-search.left-search {
		position: absolute;
		color: #fff !important;
		left: 60px;
		top: 24px;
	}
	.sticky {
		position: relative !important;
		top: 0;
	
	}
	.footer-bottom, .footer-right {
		text-align: center;
		margin-top: 10px;
		width: 100%;
		float: left;
	}
	.footer-top-ft {
		padding-bottom: 25px;
	}
	.buttons.mobile {
		display: none;
	}
	.header-options {
		position: relative;
	}

	.header-links-wrapper {
		margin-top: 0% !important;
	}
	.logo-top-left {
		width: 100%;
	}
	}

	@media screen and (max-width: 480px) {
		.announcement-bar {
			font-size: 12px;
			padding: 9px 20px;
		}
	}
	
	.current-page > span {
	background-color: var(--global-pri-button-hover) !important;
	color: var(--global-bg-color-5) !important;
}

