﻿/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
    border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}

/*********** GLOBAL STYLES **********/
@font-face {
    font-family: 'Arvo';
	src: url('../fonts/arvo-regular-webfont.eot');
    src: url('../fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arvo-regular-webfont.woff') format('woff'),
         url('../fonts/arvo-regular-webfont.ttf') format('truetype'),
         url('../fonts/arvo-regular-webfont.svg#arvoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    max-width: 100%;
	background: #fff;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
}
h1,h2,h3,h4,h5,h6 {
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
em {
	font-style: normal;
}
table {
	width: 100%;
	border-collapse: collapse;
}
input,
textarea,
select {
    height: 36px; /*safari padding fix*/
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}
input, textarea {
	font-size: 13px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 6px;  
}
textarea {
	height: 8em;
	font-family:Arial, Helvetica, sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
	border-color: #999;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}
.master-wrapper-page {
	width:100%;
	position:relative;
}
.ajaxBusyPanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('../images/loading.gif') center no-repeat #fff;
	z-index: 1005;
	filter: Alpha(opacity = 70);
	opacity: 0.7;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.master-wrapper-content {
	margin-top: 0px;
	padding: 5px;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.master-column-wrapper {
    margin:auto;
}
.center-1 {
    position:relative;
}
.center-2, .side-2 {
	margin: 0 0 40px;
}
@media all and (max-width: 1024px) {
	.block .title strong::after {
		content: attr(data-after);
		float: right;
		font-family: 'Times New Roman', Times, serif;
		font-size: 24px;
		font-weight: bolder;
	}
	.block {
		max-width: 350px;
	}
}
.page {
	clear: both; /* because of forum breadcrumbs */
	text-align: center;
}
.page-body{
	padding:20px;
}
.page-title {
	margin: 0 0 30px;
	text-align: center;
}
.page-title h1 {
    padding-bottom:20px;
    text-transform:uppercase;
    background:url('../images/title-decoration.png')no-repeat center bottom;
    font-weight:normal;
    font-size:22px;
    color:#000;
	overflow-wrap: break-word;
}
.page-body .description{   
    margin:0 0 30px;
}

.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
#customerCurrency,
#customerTaxType,
#customerlanguage {
	width: 100%;
}
.buttons {
	margin: 10px 0 20px;
	width: 100%;
	text-align: center;
}
.buttons .max-width {
	max-width:304px;
	margin-left:auto;
	margin-right:auto;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url('../images/rss-icon.png') no-repeat;
	text-indent: 999px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block 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-block 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,
.full-description p,
.topic-block-body p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
	padding: 0 10px;
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
}
.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a {
	text-decoration: underline;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
}
.flyout-cart {
	display: none;
}
#goToTop{
    display: block;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 60px;
    height: 60px;
    background:  #e2dedd url(../images/top.png) no-repeat center;
    overflow: hidden;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:all 0.5s ease;
    color:transparent;
}
#goToTop span{
    display:block;
    margin:auto;
    position:absolute;
    left:-50px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #888;
    width:80%;
    opacity:0;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    transition:left 0.5s ease,opacity .75s ease;
    border-bottom:1px solid;
}
#goToTop:hover{
    background-position:center 27px;
}
#goToTop:hover span{
    left:0;
    right:0;
    opacity:1;
    color:#888;
    background-position:center 24px;
}

/*********** GLOBAL FORMS ***********/
.fieldset, .section {
	position: relative;
	margin: 0 0 30px;
}
.fieldset .title,
.section .title {
	margin: 0 0 10px;
	overflow-wrap:break-word;
}
.fieldset .title strong,
.section .title strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.form-fields {
	position: relative;
	overflow-wrap: break-word;
}
.inputs {
	display: flex;
	flex-direction: row;
	overflow: auto;
	border: 1px solid #ddd;
	background: #fff;
}
.inputs:nth-child(even) {
	border-bottom:none;
	border-top:none;
}
.inputs:last-child {
	border-bottom: 1px solid #ddd !important;
}
.inputs label {
	float: left;
	margin: 0;
	padding-right: 10px;
	width: 30%;
	text-align: right;
	min-height:40px;
	line-height:min(40px);
    font-size: 16px;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
	background-color:#f9f9f9;
}
.inputs input,
.inputs select,
.inputs .option-list,
.inputs textarea {
	align-self:flex-end;
	vertical-align:bottom;
	background: #fff;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	min-height: 40px;
	width: 70% !important;
	border: none;
}
.inputs textarea {
	height:8em;
}
.inputs .option-list {
	display:flex;
	flex-direction:row;
	flex-flow:row;
	flex-wrap:wrap;
	width:70% !important;
	padding:7px;
}
.inputs .option-list li {
	margin:2px;
	flex-grow:1;
	display:flex;
	flex-direction:row;
	flex-flow:row;
	flex-wrap:nowrap;
	width:auto;
	padding:3px;
}

.inputs .option-list li label {
	flex-grow: 1;
	text-align: left;
	padding-left:5px;
	padding-right:5px;
	width:100% !important;
	background-color:#fff;
}

.inputs .option-list li input {
	text-align: right;
	width: auto !important;
}

.inputs .option-list li input,
.inputs .option-list li label {
	margin:auto;
	height: auto !important;
	line-height: normal !important;
	min-height:auto !important;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	font-size: 22px;
	color: #ff5868;
}
.inputs .field-validation-valid {
	position: absolute;
	width: 100%;
	text-align:right;
	right: 18px;
	z-index: 2;
}
.inputs .required {
	position: absolute;
	width: 7px;
	float: right;
	right: 3px;
	z-index: 2;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	display: block;
	font-size: 12px;
	color: #ff5868;
    padding:3px;
}
.field-validation-valid {
	display: block;
	font-size: 11px;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
	color: #c00;
	text-align:center;
}
/*error mark*/
.input-validation-error {
   box-shadow:0 0 0 1px #ff5868;
}

/* reCaptcha */
.captcha-box {
	position: relative;
	display: inline-block;
	height: fit-content;
	width: 100%;
	padding-top: 25px;
}
.captcha-box iframe {
	margin:auto !important;
}
.captcha-box input {
	height: auto;
}

/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/

.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10002;
	width: 100%;
	padding: 12px 25px 12px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background: #68caa4;
}
.bar-notification.warning {
	background: #e29968;
}
.bar-notification.error {
	background: #f56e71;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px; /*even numbers only*/
	height: 32px; /*even numbers only*/
	margin: 5px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}
.ui-dialog {
    position: absolute !important;
	z-index: 1008;
	width: 350px !important;
	max-width: 95%;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar { 
	border: none;
	box-shadow: 0 0 0 1px #eee;
	overflow: hidden;
	background: #ddd;
	padding: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #eee;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px; /*even numbers only*/
	height: 24px; /*even numbers only*/
	margin: 6px;
	overflow: hidden;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url('../images/close.png') center no-repeat;
	text-indent: 999px;
	opacity: 0.7;
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 20px;
}
.ui-dialog-content .topic-block {
	margin: 10px 0 0;
}
.ui-dialog-content .topic-html-content-body {
	max-height: 200px;
	overflow-y: scroll;
}
.ui-dialog-content .topic-block p {
	margin: 0;
}
.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-buttonset button:hover {
	background: #f6f6f6;
}
.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1002;
	width: 320px;
	height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: 1px solid #bbb;
	background: #eee;
	padding: 5px;
	font-size: 14px;
	color: #333;
}
.eu-cookie-bar-notification button:hover {
	border-color: #aaa;
	background: #ddd;
}
.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}
.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}
.loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url('../images/loading.gif') center no-repeat;
}

/*********** HEADER & NAVIGATION ***********/
.admin-header-links {
    background:#f6f6f6;
	text-align: center;
}
.admin-header-links a {
	margin: 0 10px;
	line-height: 35px;
	font-weight: bold;
        display:inline-block;
}
.admin-header-links .administration:only-child{
    display:block;
}
.admin-header-links .impersonate{
    line-height: 35px;
    display: inline-block;
}
.admin-header-links .impersonate a{
    display: inline-block;
}
.header { 
	position: relative;
	z-index: 1000;
	margin: 0 auto 10px;
	text-align: center;
    width: 100%;
}
.header:after { 
	content: "";
	display: block;
	clear: both;
}
.header-logo {
	margin: 0 0 20px;
	text-align: center;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 100%;
}
.header-links-wrapper {
	position: relative;
	margin: 0 0 20px;
}
.header-links {
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: inline-block;
	padding: 0 10px;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
	line-height: 32px;
    text-transform:uppercase;
    color:#666;
}
.header-links a.ico-register{
    background: url('../images/icon-edit.png') left center no-repeat;
    padding:0 0 0 18px;
}
.header-links a.ico-login{
    background: url('../images/login.png') left center no-repeat;
    padding: 0 0 0 18px;
}
.header-links .cart-qty {
	padding: 0 0 0 20px;
}
.search-box {
	font-size: 0;
}
.search-box form {
	display: inline-block;
	position: relative;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.search-box input.search-box-text {
	float: left;
	width: 220px;
	height: 32px;
	font-size: 13px;
}
.search-box .search-box-button {
	float: left;
	width: 32px;
	height: 32px;
	border: none;
	overflow: hidden;
	background: url('../images/search-button.png') center no-repeat;
	text-indent: 999px;
}
.autocomplete-div-image,
.autocomplete-div-content {
	float: left;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	z-index: 10000 !important;
	/*width: 220px !important; /*default = txtfield + button*/
	max-width: 100%;
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	background: #fff;
    font-size: 13px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
	border-top: 1px solid #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
	border-top: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	display: block;
	padding: 8px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}
.header-selectors-wrapper > div {
	display: inline-block;
	margin: 0 5px 10px;
    vertical-align: middle;
}
.header-selectors-wrapper select {
	min-width: 100px;
    border-radius:0;
    -webkit-border-radius:0;
    -webkit-appearance:none;
}
.language-list {
	max-width: 100%;
	font-size: 0;
    min-width: 70px;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*********** FOOTER ***********/
.footer {
	text-align: center;
    z-index:12;
	position: relative;
}
.footer .center {
    overflow:hidden;
}
.footer-upper {
	overflow: hidden;
}
.home-page-wrapper.footer-upper {
	background: #fff;
}
.footer-upper .title.overlaid{
    margin:20px;
    padding-bottom:22px;
    font-family:'Arvo';
    font-size:18px;
    text-transform:uppercase;
    background:url(../images/title-decoration.png)no-repeat center bottom;
} 
.footer-upper .title.overlaid strong{
        font-weight:normal;
}
.footer-block .title {
	margin: 0 0 10px;
}
.footer-middle {
	overflow: hidden;
    background:#ebeae9;
}
.footer-middle .center{
    padding:40px 5% 0;
}
.footer-middle .footer-block{
    padding-bottom:30px;
}
.footer-middle .title{
	margin-bottom:20px;
	font-size:18px;
	font-family:'Arvo';
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
}
.footer-middle .contacts li {
	font-size:16px;
	color:#555;
}
.footer-middle .contacts li span {
	display:inline-block;
	min-width:160px;
	text-align:left;
	padding:15px 10px 15px 40px;
}
.footer-middle .contacts .mobile span{
	background:url(../images/mobile.png)no-repeat 0 10px;
}
.footer-middle .contacts .fax span{
	background:url(../images/fax.png)no-repeat 0 10px;
}
.footer-middle .contacts .mail span{
	background:url(../images/mail.png)no-repeat 0 16px;
}
.footer-middle .contacts .location span{
	background:url(../images/skype.png)no-repeat 0 10px;
}
.footer-middle .contacts .skype span{
	background:url("../images/new-icon.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
}
.footer-middle .about-us p {
	text-align: justify;
	overflow: hidden;
}
.footer-middle .about-us{
    font-size:16px;
    color:#555;
}
.newsletter-subscribe-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.newsletter-subscribe-text::-webkit-input-placeholder { /* Edge */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis !important;
}
.newsletter-subscribe-text:-ms-input-placeholder { /* Internet Explorer */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis !important;
}
.newsletter-subscribe-text::placeholder {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis !important;
}
.newsletter .title{
    background: url("../images/title-decoration.png") no-repeat center bottom;
    font-family: "Arvo";
    font-size: 18px;
    margin: 20px;
    padding-bottom: 22px;
    text-transform: uppercase;
}
.newsletter .title strong {
    font-weight: normal;
}
.newsletter-email {
	display: inline-block;
	overflow: hidden;
	max-width: 300px;
	padding: 5px;
}
.newsletter-email .options > span{
    display:inline-block;
    margin:5px;
}
.newsletter-email .options > span label{
    padding:7px 0;
    display:inline-block;
}
.newsletter-email input[type="email"] {
	width:100%;
	height: 36px;
    font-size:17px;
}
.newsletter-email input[type="button"] {
	display:block;
	width: 100%;
	height: 36px;
	border: none;
	overflow: hidden;
    background:#a69c97;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform:uppercase;
    -webkit-appearance: none;
    border-radius:0;
    -webkit-border-radius:0;
}
.newsletter-validation, 
.newsletter-result-block { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}
.newsletter-validation .please-wait {
	display: none !important; 
}
.accepted-payment-methods ul {
	font-size: 0;
}
.networks {
    margin-bottom:30px;
}
.networks ul {
	font-size: 0;
}
.networks li {
	display: inline-block;
	margin: 0 10px;
}
.networks a {
	display: block;
	width: 30px;
	height: 30px;
	background: url('../images/soc-icon.png') no-repeat;
    overflow:hidden;
    text-indent:-9999px;
}
.networks .facebook a {
	background-position: 0 0;
}
.networks .twitter a {
	background-position: -30px 0;
}
.networks .google a {
	background-position: -120px 0;
}
.networks .pinterest a {
	background-position: -60px 0;
}
.networks .youtube a {
	background-position: -150px 0;
}
.networks .rss a {
	background-position: -90px 0;
}
.networks .vimeo a {
		background-position: -184px 0;
}
.networks .instagram a {
	background-position: -220px 0;
}
.footer-lower {
	overflow: hidden;
	font-size: 11px;
    background:#393230;
    padding:40px 0;
}
.footer-lower h2.title{
    margin-bottom:10px;
    padding-bottom:20px;
    font-size:18px;
    color:#777;
    font-family:'Arvo';
    font-weight:normal;
    text-transform:uppercase;
    background:url("../images/title-decoration.png") no-repeat scroll center bottom;
    opacity:.5;
}
.footer-lower .information-links li:before,
.footer-lower .information-links li:after {
   display:inline-block;
   content:'';
   background:#75706f;
   width:4px;
   height:4px;
   margin:3px 18px; 
}
.footer-lower .information-links {
	margin-bottom:40px;
	overflow:hidden;
}
.footer-lower .information-links a{
    color:#ddd;
    font-size:16px;
    line-height:40px;
}
.footer-lower .accepted-payment-methods li{
    display:inline-block;
    margin:0 5px;
    list-style-type:none;
    width:41px;
    height: 30px;
}
.accepted-payment-methods {
    margin-bottom:20px;
    overflow:hidden;
    text-align:center;
    opacity:0.2;
}
.accepted-payment-methods li{
    background:url(../images/payment.png) no-repeat;
}
.accepted-payment-methods .method1{ 
    background-position:0 0;
}
.accepted-payment-methods .method2{
    background-position:-51px 0;
}
.accepted-payment-methods .method3{
    background-position:-102px 0;
}
.accepted-payment-methods .method4{
    background-position:-150px 0;
}
.footer-powered-by,
.footer-disclaimer,
.footer-designed-by {
    font-size:12px;
    line-height:20px;
    color:#999;
}
.footer-powered-by a,
.footer-designed-by a,
.footer-tax-shipping a {
	text-decoration: underline;
	color: #ccc;
}
.footer-store-theme {
    margin-top: 10px;
}
.footer-store-theme select {
	width: 170px;
}
.footer-tax-shipping {
    font-size:12px;
    color:#999;
    margin:10px auto;
    clear: both;
}
.links-bottom-left {
    display: inline-block;
    overflow: hidden;
}
.links-bottom-left > div {
    display: inline-block;
    margin: 0 5px;
}

/*********** LEFT/RIGHT COLUMN ***********/
.block {
	text-align: center;
    border:1px solid #ddd;
    margin:0 auto -1px;
    width: 100%;
}
.block:last-child{
    border-bottom:1px solid #ddd;
}
.block + .page {
	margin: 50px 0;
}
.block .title {
	font-size: 18px;
	cursor: pointer;
}
.block .title strong {
	font-weight: normal;
    display: block;
    font-size:16px;
    font-family: Arial, Helvetica, sans-serif;
    background:#f9f9f9;
    text-transform:uppercase;
	overflow: hidden;
	padding: 12px 15px 10px;
	line-height: 20px;
}
.block .listbox {
	display: none;
	position:absolute;
	z-index:100;
	border:1px solid #ccc
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}
.block li .product-picture {
	display: none;
}
.block .list a,
.block .year strong {
	display: inline-block;
    border-top: 1px solid #dddddd;
    color: #666666;
    display: block;
    font-size: 16px;
	padding: 9px 15px;
    background:#fff;
	font-weight: normal;
	overflow-wrap:break-word;
}
.block .list img {
	display: none;
}
.block .view-all {
	border-top: 1px solid #ddd;
    text-transform: uppercase;
}
.block .view-all a {
	display: inline-block;
	padding: 10px 15px;
    color:#000;
}
.block .tags {
    padding:5px;
	border-top: 1px solid #ddd;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
    color:#666;
}
.block-poll .listbox {
	border-top: 1px solid #ddd;
}
.poll strong {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: normal;
}
.poll-options,
.poll-results {
	overflow: hidden;
	padding: 10px 15px;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px;
	font-size: 14px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
	margin-bottom: 10px;
}
.poll .buttons input {
	border: none;
	background: #a69c97;
	padding: 5px 15px;
	color: #fff;	
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}

/********** CATEGORY PAGE **********/
.breadcrumb {
	padding-bottom: 10px;
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
    border:1px solid #eee;
	margin: -1px -1px 0 0;
    background:#fff;
}
.breadcrumb li>span,
.breadcrumb li>strong,
.breadcrumb li>a {
	display: inline-block;
	padding: 6px 13px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
    color:#999;
	white-space:normal;
	word-break: break-word;
	overflow-wrap:break-word;
}
.breadcrumb li span.delimiter{
    display:none;
}
.breadcrumb li span strong.current-item,
.breadcrumb li>strong {
	font-weight: normal;
    color:#000;
}
.breadcrumb a:hover * {
	color: #000;
}
.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 40px;
}
.product-filters {
	display: none;
}
.product-selectors {
	margin: 0 0 30px;
    text-align: center;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px;
}
.product-selectors select {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: auto;
    line-height: normal;
    min-width: 0;
}
.product-selectors select option {
    padding: 4px;
}
.product-selectors > div span{
    font-size:15px;
	vertical-align: middle;
}
.select-wrap {
    position: relative;
    display: inline-block;
    min-width: 85px;
    margin: 0 5px;
    background: #fff url("../images/custom-select.png") no-repeat scroll 95% center;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    padding: 10px 25px 10px 10px;
    text-align: left;
}
.product-selectors .select-wrap select {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: auto;
    line-height: normal;
    min-width: 0;
}

div.product-viewmode {
	display: none;
}

/* jbloom list and grid view */
.item-grid-2:after {
	content: "";
	display: block;
	clear: both;
}
.item-grid-2 .item-col {
	flex-grow: 1;
	min-width: 400px;
}
.item-grid-2 {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
	align-self: center;
	text-align: center;
}
.item-grid-2 .details-2 .featured-product-title,
.item-grid-2 .details-2 .product-title {
	display: table;
	width: 100%;
    border-bottom:1px solid #bbb;
}
.item-grid-2 .details-2 .featured-product-title span,
.item-grid-2 .details-2 .product-title span {
	display: table-cell;
	vertical-align: middle;
	padding-top: 3px;
}
.item-grid-2 .details-2 .featured-product-title a span {
	display: block;
	text-align: center;
	width:100%;
}
.item-grid-2 .details-2 .featured-product-title a,
.item-grid-2 .details-2 .product-title a {
	display: block;
	max-height: 100%;
	overflow: hidden;
    font-size:16px;
	line-height: 20px;
    text-transform:uppercase;
    font-weight:normal;
	word-break:break-all;
}
.item-grid-2 .details-2 .add-info {
	position: relative;
	width: 100%;
}
.item-grid-2 .details-2 .prices {
	display: block;
    padding: 4px;
}
.item-grid-2 .details-2 .tax-shipping-info {
	display: block;
	margin: 0 3px;
}
.item-grid-2 .details-2 .buttons {
    position: relative;
    text-align: center;
}
.item-grid-2 .details-2 .buttons input,
.item-grid-2 .details-2 .buttons select {
    margin:0 0 0 1px;
    height: 35px;
    width: 35px;
    font-size: 0;
    border: none;
    vertical-align: top;
}
.item-grid-2 .item-box .tax-shipping-info{
    text-align:center;
}
.item-col {
    position: relative;
    display: table;
}
.item-col-row {
	display: table-row;
}
.item-col-cell {
	display: table-cell;
	cursor: pointer;
}
.item-col-cell .picture {
    display: block;
    vertical-align: bottom;
	position: relative;
	width: 100%;
}
.item-col-cell .picture a img {
	width:100%;
	max-width:200px;
	margin: auto auto 0px auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.item-box .picture .second-product-image,
.item-col-cell .picture .second-product-image {
	position:absolute;
	bottom:0;
}
.item-col-cell .second-product-image {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.item-col-cell:hover .second-product-image {
    opacity: 1;
}
.item-col-cell .second-product-image ~ .product-image {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.item-col-cell:hover .second-product-image ~ .product-image {
    opacity: 0;
}
.item-col-cell .featured-product-title,
.item-col-cell .product-title,
.item-col-cell .title {
    height: 50px;
    overflow: hidden;
}
.item-col-cell .featured-product-title a,
.item-col-cell .product-title a,
.item-col-cell .title a {
    display: block;
}
.item-col-cell .product-rating-box {
    display: none;
    margin: 0 0 5px;
}
.item-col-cell .rating {
    background: url('../images/rating1.gif') repeat-x;
    width: 55px;
    height: 12px;
}
.item-col-cell .rating div {
    background: url('../images/rating2.gif') repeat-x;
    height: 12px;
}
.item-col-cell .description {
    display: none;
    height: 30px;
    margin: 0 0 10px;
    overflow: hidden;
}
.item-col-cell .description a {
    display: block;
    overflow: hidden;
}
.item-col-cell .prices {
    overflow: hidden;
}
.item-col-cell .old-price {
    margin: 0 3px;
    font-size: 15px;
    text-decoration: line-through;
    font-weight:bold;
}
.item-col-cell .actual-price {
    font-size: 18px;
    line-height: 15px;
    margin: 0 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.item-box button[type="button"],
.item-col-cell input[type="button"] {
    border: 1px solid #ccc;
}
/* end of jbloom list and grid view */
.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}
.item-box {
	position: relative;
}
.item-box .picture {
	overflow: hidden;
	background: #fff;    
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: "";
	display: block;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}

.item-box .picture .second-product-image {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.item-box:hover .picture .second-product-image {
    opacity: 1;
}
.item-box .picture .second-product-image ~ .product-image {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.item-box:hover .picture .second-product-image ~ .product-image {
    opacity: 0;
}

.item-box .details {
    height:80px;
    background:#8e807a;
    height:100px;
	padding: 0 5%;
	text-align: center;
}
.item-box:nth-child(odd) .details{
    background:#a79c97;
}
.item-box .product-title, 
.item-box .title {
    height: 50px;
    overflow: hidden;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
}
.item-box .product-title + .gtin,
.item-box .product-title + .sku {
	display: none !important;
}
.item-box .product-rating-box {
    display: none;
	margin: 0 0 5px;
}
.item-box .rating {
	background: url('../images/rating1.gif') repeat-x;
	width: 55px;
    height: 12px;
}
.item-box .rating div {
	background: url('../images/rating2.gif') repeat-x;
    height: 12px;
}
.item-box .description {
    display:none;    
	height: 30px;
	margin: 0 0 10px;
	overflow: hidden;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    overflow: hidden;
}
.item-box .old-price {
	margin: 0 3px;
    font-size:14px;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-size: 16px;
    line-height:15px;
	margin: 0 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
}
.item-box button[type="button"],
.item-box input[type="button"] {
	border: 1px solid #ccc;
	padding: 9px 18px;
}
.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.product-grid,
.product-list {
	margin: 0 0 60px;
}
.home-page-category-grid-2 .item-box .title,
.home-page-category-grid .item-box .title,
.sub-category-grid-2 .item-box .title,
.sub-category-grid .item-box .title,
.manufacturer-grid .item-box .title,
.vendor-grid .item-box .title {
	background: rgba(35, 28, 25, 0.4) none repeat scroll 0 0;
	bottom: 0;
	display: table;
	height: 42px;
	left: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.home-page-category-grid-2 .item-box .title a, 
.home-page-category-grid .item-box .title a, 
.sub-category-grid-2 .item-box .title a,
.sub-category-grid .item-box .title a, 
.manufacturer-grid .item-box .title a,
.vendor-grid .item-box .title a {
    color: #ffffff;
    display: table-cell;
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.home-page-category-grid-2 .slider-wrapper,
.home-page-category-grid .slider-wrapper {
    display:none;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	width: 280px;
	margin: 0 auto 1px;
	border: none;
}
.home-page-category-grid-2 .item-box .title,
.home-page-category-grid .item-box .title {
    padding:0;
}
.sub-category-grid {
	margin-bottom: 30px;
	background: url('../images/title-decoration.png') no-repeat center bottom;
	padding-bottom: 60px;
}
.manufacturer-grid .item-box .title {
    background:#a79c97;
}
.manufacturer-grid .item-box:nth-child(2n) .title {
	background:#8e807a;
}
.product-grid .title,
.home-page-category-grid-2 .title,
.home-page-category-grid .title {
	margin: 0 0 30px;
	font-size: 20px;
	padding-bottom: 22px;
	background: url('../images/title-decoration.png') no-repeat center bottom;
	overflow-wrap: break-word;
}
.product-grid .title strong,
.home-page-category-grid .title strong,
.home-page-category-grid .title strong {
	font-weight: normal;
    text-transform:uppercase;
    font-family: Arial, Helvetica, sans-serif;
	overflow-wrap:break-word;
}
.product-grid .item-box {
    margin:auto;
    width:90%;
    max-width:250px;
}
.item-grid .details {
	color: #fff;
}
.item-grid .details .product-title {
	display: table;
	width: 100%;
    border-bottom:1px solid #bbb;
}
.item-grid .details .product-title span {
	display: table-cell;
	vertical-align: middle;
	padding-top: 3px;
}
.item-grid .details .product-title a {
	display: block;
	max-height: 42px;
	overflow: hidden;
    font-size:16px;
	line-height: 20px;
    text-transform:uppercase;
    font-weight:normal;
}
.item-grid .details .add-info {
	position: relative;
    height: 45px;
	display: table;
	width: 100%;
}
.item-grid .details .prices {
	display: table-cell;
	vertical-align: middle;
}
.item-grid .details .tax-shipping-info {
	display: block;
	margin: 0 3px;
}
.item-grid .details .buttons {
    position:absolute;
    top:-110px;
    left:0;
    right:0;
    text-align:center;
}
.item-grid .details .buttons input,
.item-grid .details .buttons select {
    margin:0 0 0 1px;
    height: 45px;
    width: 45px;
    font-size:0;
    border:none;
    vertical-align: top;
}
.item-grid .item-box .tax-shipping-info {
    text-align:center;
}
.add-info .compare-products {
    display: inline-block;
    margin: 0;
}
.product-grid .add-info .compare-products {
    margin: 0 0 1px 0;
}
.product-grid .hover-effect-2 .add-info .add-to-wishlist-button{
    margin: 0 0 1px 0;
}
.add-info .buttons button.button-2.product-box-add-to-cart-button,
.add-info .buttons button.button-2.add-to-wishlist-button,
.add-info .buttons button.button-2.add-to-compare-list-button {
	border: none;
	height: 35px;
	width: 35px;
	display: inline-block;
}
.add-info .buttons button.button-2.product-box-add-to-cart-button {
	background-color: #a79c97;
	background-image: url('../images/shopping-cart.png');
	background-repeat: no-repeat;
	background-position: center;
}
.add-info .buttons button.button-2.add-to-compare-list-button {
	background-color: #a79c97;
	background-image: url('../images/compare-button.png');
	background-repeat: no-repeat;
	background-position: center;
}
.add-info .buttons button.button-2.add-to-wishlist-button {
	background-color: #a79c97;
	background-image: url("../images/wishlist-copy.png");
	background-repeat: no-repeat;
	background-position: center;
}
.add-info .buttons button.button-2.product-box-add-to-cart-button:hover {
	background-color: #8e807a;
	background-image: url('../images/shopping-cart.png');
	background-repeat: no-repeat;
	background-position: center;
}
.add-info .buttons button.button-2.add-to-compare-list-button:hover {
	background-color: #8e807a;
	background-image: url('../images/compare-button.png');
	background-repeat: no-repeat;
	background-position: center;
}
.add-info .buttons button.button-2.add-to-wishlist-button:hover {
	background-color: #8e807a;
	background-image: url("../images/wishlist-copy.png");
	background-repeat: no-repeat;
	background-position: center;
}
.also-purchased-products-grid,
.related-products-grid {
	margin-top: 30px;
}
.cross-sells {
	margin: 50px 0 0;
}
/**HOVER EFFECT 2**/
.product-grid .item-box .hover-effect-2.product-item{
    position:relative;
}
.product-grid .hover-effect-2 .ajax-cart-button-wrapper .productQuantityTextBox{
    display:none;
}
.pager {
    display:inline-block;
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li * {
	display: block;
	width: 40px;
    height:40px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	font-size: 15px; /*reset zeroing*/
	cursor: pointer;
}
.pager li span {
	border: 1px solid #e1e1e1;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center !important;
	background-repeat: no-repeat !important;
	text-indent: -9999px;
    background:#a79c97;
}
.pager li.previous-page * {
	background-image: url('../images/prev.png');
}
.pager li.next-page * {
	background-image: url('../images/next.png');
}
.pager li.first-page * {
	background-image: url('../images/prev-first.png');
}
.pager li.last-page * {
	background-image: url('../images/next-last.png');
}
.button-2.contact-vendor-button{
    background: #a69c97;
    border: none !important;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 10px !important;
    margin:0 0 30px 0;
}
.button-2.contact-vendor-button:hover{
    background: #a79c97;
}
/* new aie filters */
.product-filters-wrapper{
    background:rgba(0, 0, 0, 0) url("../images/title-decoration.png") no-repeat scroll center bottom;
    overflow:hidden;
}
.product-filters-wrapper .product-filter{
    border: 1px solid #dddddd;
    margin: 0 auto 20px;
    max-width:80%;
}
.product-filters-wrapper .filter-title{
    color: #000;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 17px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    font-weight:300;
    margin:0 0 10px;
}
.filter-content li.title{
    margin:10px 0;
}
.filter-content li{
    font-size:14px;
    color:#666;
}
.filter-content li a{
    padding:8px;
    margin:0 5px 5px;
    display:block;
}

.filter-content li a:hover{
    color:#000;   
}
.filtered-items{
    margin:0 0 10px;
}
.remove-filter a {
    background: #f5f5f4 url("../images/remove-button.png") no-repeat scroll 90% center;
    border: medium none;
    color: #555555;
    line-height: 40px;
    padding: 0 30px 0 10px;
    display:inline-block;
    margin:0 0 10px;
}
.vendor-list > li {
    display: inline-block;
    margin: 0 10px;
}
.vendor-list > li a{
    padding:5px;
}

/********** PRODUCT PAGE **********/
.product-essential {
	margin: 0 0 30px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.product-essential .product-name{
    margin: 0 0 20px;
}
.gallery .picture {
	position: relative;
	max-width: 100%;
	overflow: hidden;
	background: #fff;
}

.gallery .picture img,
.gallery .picture img,
.variant-picture img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .thumb-item {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.product-details-page .discontinued-product {
    margin: 5px 0 20px;
    border: 1px solid #eee;
    background: #f9f9f9;
}
.product-details-page .discontinued-product h4 {
    padding: 20px 10px;
    font-size: 16px;
    font-weight: normal;
    color: #ff5868;
}
.overview .product-name {
	margin: 0 0 15px;
}
.product-essential .product-name strong {
	font-size: clamp(16px, 5vw, 34px);
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 22px;
	background: url(../images/title-decoration.png) no-repeat center bottom;
	color: #000;
}
.overview .short-description {
    padding-bottom:20px;
	overflow-wrap:break-word;
	text-align:justify;
}
.overview .buttons, 
.back-in-stock-subscription, 
.download-sample { 
	margin: 0 0 15px;
	font-size: 0;
}
.overview .buttons{
    border-bottom:1px solid #eee;
}
.overview .buttons div {
	display: inline-block;
	margin: 0 5px 10px;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.download-sample-button a {
	display: inline-block;
	border: none;
	padding: 5px 10px 5px 20px;
	font-size: 11px; /*reset zeroing*/
    background:transparent;
    text-transform:uppercase;
    background-repeat:no-repeat;
    background-position:left center;
	text-align:left;
	white-space:normal;
	word-break:break-word;
	overflow-wrap:break-word;
}
/* if you want these buttons to be links with icons *//*
      
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.download-sample-button a {
	display: inline-block;
    border: 0;
	background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 25px;
}
*/
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url(../images/wishlist-icon.png);
}
.overview .add-to-compare-list-button {
    background-image: url(../images/compare-icpn.png);
}
.overview .email-a-friend-button {
    background-image: url(../images/friend.png);
}
.overview .subscribe-button {
    background-image: url(../images/notify.png);
}
.download-sample-button a {
    background-image: url(../images/download-icon.png);
}
.overview .sku, .variant-overview .sku,
.overview .name, variant-overview .name,
.overview .gtin, .variant-overview .gtin,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
	margin: 0 0 5px;
	text-align: left;
	white-space:normal;
	word-break:break-word;
}
.overview .name, variant-overview .name {
	font-weight:bold;
	font-size:x-large;
}
.overview .stock,
.variant-overview .stock {
	margin: 0 0 15px;
}
.overview .label,
.variant-overview .label {
	vertical-align: middle;
}
.overview .value,
.variant-overview .value {
    color:#000;
	vertical-align: middle;
}
.overview .value a,
.variant-overview .value a {
	font-weight: bold;
	text-decoration: underline;
}
.free-shipping {
	display: inline-block;
    margin: 0 0 15px;
    padding: 15px 15px 15px 50px;
	background: #f6f6f6 url('../images/free-shipping.png') no-repeat 10px center;
	font-size: 15px;
	text-transform: uppercase;
}
.overview .manufacturers {
	margin: 0 0 0px; /*not present in variant-overview*/
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px;
}
.product-no-reviews,
.product-reviews-overview {
	margin: 0; /*not present in variant-overview*/
}
.product-reviews-overview{
	margin: 20px 0;
    border-bottom:1px solid #eee;
    border-top:1px solid #eee;
	padding: 20px 0;
}
.product-no-reviews a {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
	width: 100%;
	max-width: 80px;
}
.product-review-box .rating {
	min-height:16px;
	background: url('../images/star-none.png') repeat-x;
	background-size:16px;
}
.product-review-box .rating div {
	background: url('../images/star-active.png') repeat-x;
	background-size:16px;
}
.overview .prices,
.variant-overview .prices {
	margin: 15px 0 0 0;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
	text-align:left;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
	color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 5px;
}
.customer-entered-price .enter-price-input {
	width: 50px;
	text-align: center;
}
.customer-entered-price .price-range {
	color: #000;
    font-size: 13px;
    font-weight: bold;
	margin: 5px;
}
.overview .add-to-cart {
	margin: 0 0 20px;
	text-align:left;
}
.overview .min-qty-notification {
    margin: -10px 0 10px;
    font-size: 13px;
}
.overview .qty-label,
.variant-overview .qty-label {
	height:auto;
    display: none;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	width: 45px;
	height: 100%;
	text-align: center;
	font-size: 14px;
	border: none;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.buttons .ajax-cart-button-wrapper {
	display: inline-block;
}
.overview .ajax-cart-input-wrapper,
.variant-overview .ajax-cart-input-wrapper {
	border: 1px solid #eee;
}
.overview .ajax-cart-input-wrapper,
.variant-overview .ajax-cart-input-wrapper,
.overview .ajax-cart-button-wrapper,
.variant-overview .ajax-cart-button-wrapper {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	padding: 8px 8px 8px 36px;
	max-height:100%;
	background: #8e807a url('../images/shopping-cart.png') no-repeat 12px center;
	border: medium none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	word-break:break-word;
	transition: all 0.2s ease 0s;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover{
    background:#a79c97 url('../images/shopping-cart.png') no-repeat 12px center;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}
@media all and (max-width: 280px) {
	.overview .add-to-cart-button,
	.variant-overview .add-to-cart-button,
	.overview .ajax-cart-button-wrapper,
	.variant-overview .ajax-cart-button-wrapper,
	.overview .ajax-cart-input-wrapper,
	.variant-overview .ajax-cart-input-wrapper {
		width: 100%;
	}
}
.product-share-button {
	display: inline-block;
    margin-top: 20px;
    overflow: hidden;
}
.full-description {
	clear: both;
	margin: 0 0 30px;
	line-height: 20px;
    color:#666;
    font-size:16px;
}
.product-collateral {
	margin: 0 0 20px;
	overflow: hidden;
}
.product-collateral .title {
	margin: 0 0 30px;
	font-size: 22px;
}
.product-collateral .title strong {
	font-weight: normal;
}
.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
}
.tier-prices .field-header {
	min-width: 100px;
}
.tier-prices .item-price {
	color: #c00;
}
.product-variant-list {
    margin-bottom:20px;
    overflow:hidden;
}
.product-variant-line {
	margin: 0 0 40px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-overview {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
	color: #555;
}
.variant-picture {
	position: relative;
	height: 330px;
	margin: 0 auto 25px;
	overflow: hidden;
}
.variant-overview .variant-name {
    vertical-align:middle;
    margin: 0 0 20px;
	background: url('../images/title-decoration.png') no-repeat center bottom;
    padding:5px 10px 30px;
	font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
	color: #000;
    text-transform:uppercase;
    cursor:pointer;
}
.variant-overview .variant-description {
	display: none;
	margin: 0 0 25px;
	line-height: 20px;
}
.variant-overview .attributes {
	background: #f9f9f9;
	border: none;
	max-width: 90%;
	padding: 15px 15px 5px;
}
.variant-overview .prices {
	margin: 25px 0 15px;
	padding: 10px 0;
}
.variant-overview .add-to-wishlist {
	margin: 20px 0;
}
.variant-overview .add-to-wishlist-button {
	float: none;
	clear: both;
	font-size: 13px;
}
/*Jquery Tabs start*/
.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	background: #a79c97;
	padding: 8px 24px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
	background: #8e807a;
}
.ui-tabs .ui-tabs-panel {
	padding: 20px 0 0;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.product-specs-box {
	margin: 0 0 30px;
}
.product-tags-box {
	margin: 0 0 20px;
}
.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	color: #000 !important;
}
.attributes {
	margin: 0 auto 20px;
    padding:15px 0 10px;
    border-bottom:1px solid #eee;
}
td .attributes {
	margin: 0;
	border: none;
}
.attributes dl {
	overflow: hidden;
}
.overview .buttons {
	text-align: left;
}
.attributes dd,
.attributes dt {
	display: block;
	white-space: normal;
	word-break: break-word;
	font-size: 15px;
	margin-bottom:5px;
	text-align: left;
}
.attributes dt .required{
    display: none;
}
.attributes li {
	margin: 10px 0;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes .qty-box {
	margin: 0 0 0 5px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	width: 48px;
	height: 32px;
}
.attributes .option-list li > * {
	display: inline-block;
	vertical-align: middle;
}
.attribute-squares {
	font-size: 0;
	text-align:left;
}
.attribute-squares li {
	display: inline-block;
	position: relative;
	margin: 0;
}
.attribute-square-container {
    display: block;
    border: 2px solid transparent;
    padding: 1px;
    position: relative;
    z-index: 0;
}
.attribute-square-container span {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #c9c9c9 !important;
    cursor: pointer;
}
.selected-value .attribute-square-container {
    border-color: #c9c9c9;
}
.attribute-squares li input {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: -1;
	margin: auto;
	width:10px;
	visibility:hidden;
}
.tooltip-container::before {
    border-bottom: 7px solid #ddd;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}
.tooltip-container::after {
    border-bottom: 6px solid #ddd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.tooltip-container .tooltip-header {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}
.tooltip-container .tooltip-body {
    margin: 0;
}
.tooltip-container .tooltip-body img {
    border: 0 none #fff;
    width: 190px;
}
.tooltip-container {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ddd;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 192px;
}
.attribute-squares li:hover .tooltip-container {
    margin-left: -122px;
    margin-top: 40px;
    padding: 0;
    visibility: visible;
    z-index: 999;
}

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea{
	height: 150px;
}
/*DATEPICKER*/
.ui-datepicker {
        background-color: #ffffff;
        text-align: center;
        width: 280px;
    }
    .ui-datepicker-title {
        font-weight: bold;
        line-height: 32px;
        position: relative;
        text-transform: uppercase;
        z-index: 0;
        color:#555;
        font-family:Arial,sans-serif;
        background:#fff;
        border:1px solid #ccc;
    } 
.ui-datepicker-header a {
    font-size: 0;
    height: 32px;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 1;
}
    .ui-datepicker-header a.ui-datepicker-prev {
        background: url("../images/arrow-left.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        left: 0;
    }
    .ui-datepicker-header a.ui-datepicker-next {
        background: url("../images/arrow-right.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        right: 0;
    }
    .ui-datepicker-header {
        background-color: #333333;
        color: #ffffff;
        height: 32px;
        position: relative;
    }
    .ui-datepicker-calendar th, .ui-datepicker-calendar td {
        border: 1px solid #cccccc;
        width: 14.285%;
    }
    .ui-datepicker-calendar th {
        background-color: #eeeeee;
    }
    .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
        display: block;
        line-height: 32px;
        min-height: 32px;
    }
    .ui-datepicker-calendar th span{
        color:#fff;
    }
    .ui-datepicker-calendar th, .ui-datepicker-calendar td {
        border: 1px solid #cccccc;
        width: 14.285%;
    }
    .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
        display: block;
        line-height: 32px;
        min-height: 32px;
    }
    .ui-datepicker-calendar td a {
        transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }
    .ui-datepicker-calendar td:hover a{
        color:#fff;
    }



/********** PRODUCT REVIEWS **********/


.product-reviews-page h1 a {
	font-style: italic;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	display: none;
	margin: 0 0 10px;
}
.write-review {
	margin: 0 0 50px;
}
.write-review .form-fields {
	margin: 0 0 15px;
}
.ui-tabs .form-fields {
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating:after {
    content: "";
    display: block;
    clear: both;
}
.write-review .review-rating .name-description {
    position: relative;
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
    overflow: hidden;
}
.write-review .review-rating .name-description .tooltiptext {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 8px;
    padding: 5px 8px;
    max-width: 95%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    opacity: 0;
    transition: all .2s ease;
    pointer-events: none;
}

.write-review .review-rating .name-description .tooltiptext:after,
.write-review .review-rating .name-description .tooltiptext:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.write-review .review-rating .name-description .tooltiptext:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.write-review .review-rating .name-description .tooltiptext:before {
    border-color: rgba(221, 221, 221, 0);
    border-top-color: #dddddd;
    border-width: 9px;
    margin-left: -9px;
}
.write-review .review-rating .name-description:hover {
    overflow: visible;
}
.write-review .review-rating .name-description:hover .tooltiptext {
    opacity: 1;
}
.review-rating .rating-wrapper {
    font-size: 0;
    vertical-align: middle;
}
.write-review .rating-wrapper > div {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}
.option-list li.label.first {
	color: #c00;
	border: none;
}
.option-list li.label.first span {
	display:block;
	width:100%;
	text-align:right;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
}
.option-list li.label.last {
	color: #690;
	border: none;
}
.option-list li.label.last span {
	display:block;
	width:100%;
	text-align:left;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;	
}
.write-review .rating-wrapper .rating-options {
    padding-top: 2px;
	height:100%;
}
.write-review .rating-wrapper .rating-options input {
	vertical-align: baseline;
}
.write-review .captcha-box {
    margin: 15px 0 0;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.write-review .button-1 {
	background: #8e807a;
	border: medium none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	text-transform: uppercase;
	padding: 10px;
	word-break: break-word;
	white-space: normal;
	overflow-wrap: break-word;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 10px;
}
.product-review-list {
	margin: 0 0 50px;
}
.product-review-item {
	margin: 0 0 30px;
}
.product-review-item .review-item-head {
	margin: 0 0 -1px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px 12px;
	border: 1px solid #ddd;
}
.product-review-item .review-type-rating-ext {
    padding: 0 15px;
    overflow: hidden;
}
.product-review-item .review-title {
	float: left;
	max-width: 70%;
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.product-review-item .review-title strong {
	font-weight: normal;
}
.product-review-item .product-review-box {
	float: right;
	max-width: 40%;
	margin: 0;
	text-align: right;
}
.product-review-item .review-text {
	margin: 0 0 15px;
	padding: 20px 15px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
	color: #666;
}
.product-review-helpfulness {
	color: #666;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold; 
	text-decoration: underline; 
	cursor: pointer;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}
.product-review-item .reply {
    margin: 30px 0 0;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/


.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 0 0 10px;
}
.wishlist-content .tax-shipping-info{
    margin:15px auto 0;
}
.wishlist-content th {
	border: 1px solid #ddd;
	background: #f9f9f9;
}
.wishlist-content td {
	background: #fff !important;
}
.wishlist-content .buttons {
	margin: 20px 0 0;
    text-align: center;
	font-size: 0;
}
.wishlist-content .buttons input {
	width: 100%;
    margin:0;
    padding: 10px 15px;
    border: medium none;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    background: #a79c97;
}
.wishlist-content .buttons input:nth-child(even) {
    background: #8e807a;
}
.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
}
.wishlist-page .share-info {
    font-size:16px;
    color:#666;
}
.compare-products-page {
    margin:0 0 40px 0;
	position: relative;
	overflow: hidden;
}
.compare-products-page .page-body {
    font-size:16px;
    color:#666;
    padding:0 0 40px 0;
}
.compare-products-page .clear-list {
	display:inline-block;
	margin: 0 0 20px;
    background: #8e807a;
    border: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
	overflow: hidden;
    line-height: 40px;
    max-width: none;
    padding: 0 10px;
    text-transform: uppercase;
    width: auto;
}
.compare-products-page .button-2 {
    color:#555;
    border:none;
    line-height:40px;
    padding:0 30px 0 10px;
    background:#f5f5f4 url('../images/remove-button.png') no-repeat 90% center;
}
.compare-products-page td a {
	color: #000;  
}
.compare-products-page .full-description {
	vertical-align: top;
}
.compare-products-page .full-description p {
	margin: 0;
	padding: 0;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}
.compare-products-table {
	display: none;
}
.compare-products-table-mobile {
    display:block;
}

/*********** TOPICS ***********/
.topic-block {
	margin: 0 0 20px;
}
.home-page .topic-block {
	margin: 0 0 40px;
}
.topic-block-title {
	margin: 0 0 30px;
	font-size: 20px;
    padding-bottom:22px;
    background:url('../images/title-decoration.png') no-repeat center bottom;
}
.topic-block-title h2 {
	font-weight: normal;
    text-transform:uppercase;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	overflow-wrap:break-word;
}
.topic-block-body {
	line-height: 24px;
    margin:0 0 20px;
}
.topic-html-content-body p strong{
    font-weight:normal;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-page .page-body {
	line-height: 20px;
}
.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #c00;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 36px !important;
	border: none !important;
	background: #8e807a !important;
	padding: 0 20px !important;
	font-size: 16px !important;
    color: #ffffff !important;
}
.password-error {
	margin: 0 0 10px;
}

/*********** CONTACT & EMAIL A FRIEND ***********/
.contact-page .form-fields,
.email-a-friend-page .form-fields {
	margin: 0 0 20px;
}
.contact-page .message-error,
.email-a-friend-page .message-error {
	margin: 0 0 10px;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
	font-weight: normal;
}
.email-a-friend-page .form-fields{
    border:none;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/
.address-form {
	position:relative;
	background: #fff;
	display: block;
	text-align:center;
	padding:5px;
}
.registration-form .page-title h1 {
	margin-top: 0;
}
.registration-form .title strong {
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#check-availability-button {
	height: auto;
	margin: 10px 0 0;
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
	font-size: 11px;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	background: #fff;
	padding: 0 0 5px;
	text-align: center;
	font-size: 13px; /*reset zeroing*/
}
.vat-status {
	clear: both;
	border-top: 1px solid #ddd;
	padding: 5px 0;
}
.inputs.accept-consent {
    margin: 0 0 20px;
    text-align: center;
}
.inputs.accept-consent label {
    white-space: normal;
    width: auto;
    margin: 0 0 0 8px;
}
.inputs.accept-consent > * {
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
    font-size:16px;
    color:#666;
}
.inputs.accept-consent a {
	font-weight: bold;
}
.inputs.accept-consent span{
    cursor:pointer;
}

.contact-page .button-1,
.search-page .button-1,
.login-page .checkout-as-guest-or-register-block .button-1,
.login-page .returning-wrapper .button-1,
.registration-form .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
	background: #8e807a;
	border: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 2px 0;
	text-transform: uppercase;
	padding: 15px 15px 15px 15px;
	position: relative;
	height: inherit;
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow-wrap: break-word;
}
.registration-form .register-next-step-button{
    padding:0 30px;
}
.registration-result-page .result {
	margin: 0 0 20px;
	color: #690;
}

.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.login-page .title strong {
	font-weight: normal;
}
.login-page .new-wrapper {
	margin: 0 0 30px;
}
.login-page .inner-wrapper {
}
.login-page .text {
	margin: 0 20px 20px;
	font-size: 14px;
}
.login-page .inputs.reversed * {
	font-size: 13px; /*reset zeroing*/
}
.login-page .inputs.reversed {
	width: auto;
	display: inline-block;
}
.login-page .inputs.reversed .remember-me-checkbox {
	width:100%;
	display:inline-block;
}

.login-page .inputs.reversed .remember-me-checkbox label,
.login-page .inputs.reversed .remember-me-checkbox input {
	display:inline;
	width:auto;
	margin-top:auto;
	margin-bottom:auto;
}
.login-page .reversed .remember-me,
.login-page .reversed .forgot-password {
	display:block;
	width:100%;
	height:100%;
	white-space:normal;
	word-break:break-word;
}
.login-page .remember-me-password-recovery {
	width: auto;
	color: #006080;
	white-space: normal;
	word-break: break-word;
	padding-bottom:5px;
}
.login-page .remember-me-password-recovery a {
	text-decoration:underline;
}
.external-authentication {
	margin: 30px 0;
	overflow: hidden;
	text-align: center;
}
.external-authentication .title {
	display: none;
}
.external-authentication fieldset {
	float: none !important;
}
.external-authentication .buttons {
	margin: 0;
}
.password-recovery-page .tooltip {
	margin: 0 0 20px;
}
.password-recovery-page .required {
	display: none;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}
.email-to-revalidate,
.email-to-revalidate-note {
	display: block;
	margin: 10px 5px;
	vertical-align: middle;
	font-size: 13px;
	white-space: normal;
}
.account-page .button-2 {
	background: #8e807a;
    border: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    max-width: none;
    padding: 8px 26px;
    width: auto;
}
.account-page .button-2:nth-child(odd){
    background:#a79c97;
}
.account-page .edit-address {
	margin: 0 0 20px;
}
.account-page .description {
	margin: 0 0 20px;
}

.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
	margin: 0 0 40px;
	float:left !important;
}
.address-list-page .info,
.order-list-page .info,
.return-request-list-page .details {
	margin: 0 0 15px;
	line-height: 24px;
	font-size: 15px;
    color:#555;
}
.account-page .address-item .title,
.order-list-page .order-item .title,
.return-request-list-page .title {
    margin:0 0 8px 0;
	background: url('../images/title-decoration-small.png') no-repeat center bottom;
	padding: 0 0 20px 0;
}
.account-page .address-item .title strong,
.order-list-page .order-item .title strong,
.return-request-list-page .title strong {
    color: #000000;
    font-family: "Arvo";
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.address-list-page .address-item label {
	vertical-align: top;
}
.address-list-page .address-item .country {
	margin-top: 10px;
	font-family: "Arvo";
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}
.address-list-page .add-button {
	margin: 0 0 15px;
	text-align: center;
}
.return-request-list-page .details a {
	display: inline-block;
	margin: 0 0 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}
.return-request-page table {
	color: #666;
}
.return-request-page .inputs select {
	padding: 10px;
}
.return-request-file > div {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	vertical-align: middle;
}
.return-request-page .qq-upload-button {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 8px;
}
.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 13px;
	color: #333 !important;
}
.reward-points-overview {
    margin: 0 0 20px;
	font-size: 15px;
	color: #666;
}
.reward-points-page .title {
    background: url('../images/title-decoration-small.png') no-repeat center bottom;
	padding: 0 0 20px 0;
}
.reward-points-page .title strong {
	color: #000000;
    font-family: "Arvo";
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
.reward-points-page .message {
	text-align: left;
}
.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ccc;
}
.avatar-page input[type="file"] {
	width: 75px;
	overflow: hidden;
}
.avatar-page input[type="submit"] {
	height: auto;
	background: #8e807a;
    padding: 8px 26px;
	font-size: 15px;
	text-transform: none;
}
.avatar-page input[type="submit"]:nth-child(odd){
    background:#a79c97;
}
.avatar-page .info {
	margin: 0 0 20px;
}
.inputs.date-of-birth .date-picker-wrapper {
	display: flex;
	width:70%;
	flex-flow: row;
	flex-wrap: nowrap;
}
.inputs.date-of-birth .date-picker-wrapper select {
	flex-grow:0;
	width:33.33% !important;
	min-height: 40px;
	border-top:none;
	border-bottom:none;
}
.inputs.date-of-birth .date-picker-wrapper select:nth-child(1),
.inputs.date-of-birth .date-picker-wrapper select:nth-child(2) {
	border-right:1px solid #ddd;
}
@media all and (max-width: 840px) {
	.attribute-squares {
		font-size: 0;
		text-align: center;
	}
	.overview .buttons {
		text-align: center;
	}
	.attributes dd,
	.attributes dt {
		text-align: center;
	}
	.overview .prices > div,
	.variant-overview .prices > div {
		text-align: center;
	}

	.overview .add-to-cart,
	.overview .sku, .variant-overview .sku,
	.overview .name, variant-overview .name,
	.overview .gtin, .variant-overview .gtin,
	.overview .delivery-date, .variant-overview .delivery-date,
	.overview .product-vendor, .variant-overview .product-vendor,
	.overview .manufacturers, .manufacturer-part-number {
		text-align: center;
	}
}
@media all and (max-width: 600px) {
	.inputs:last-child {
		border-bottom: none !important;
	}
	.inputs.date-of-birth .date-picker-wrapper select:nth-child(1),
	.inputs.date-of-birth .date-picker-wrapper select:nth-child(2) {
		border-bottom: none !important;
	}
	.inputs.date-of-birth .date-picker-wrapper,
	.inputs.date-of-birth .date-picker-wrapper select {
		width: 100% !important;
	}
	.inputs {
		display: inline-block;
		width: 100%;
		max-width: 304px;
		clear: both;
		border: none;
		background-color: #fff;
	}
	.inputs input,
	.inputs select,
	.inputs textarea {
		display:block;
	}
	.inputs input,
	.inputs select,
	.inputs .option-list,
	.inputs textarea {
		position: relative;
		border: 1px solid #ddd !important;
		z-index: 1;
		width: 100% !important;
	}
	.inputs .field-validation-valid {
		position: relative;
		width: 100%;
		text-align: center;
		right: 0;
		z-index: 2;
	}
	.inputs .required {
		position:relative;
		margin-bottom:-40px;
	}
	.shopping-cart-page .inputs .expire-month,
	.shopping-cart-page .inputs .expire-year {
		width:100%;
		min-width: 100% !important;
	}
	.inputs label {
		clear:both;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 16px;
		white-space: normal;
		word-break: break-word;
		overflow-wrap: break-word;
		height:auto;
		background-color:#fff;
	}
	.inputs.date-of-birth .date-picker-wrapper {
		display: flex;
		flex-flow: column;
		flex-wrap: wrap;
		align-self: center;
		margin: auto;
		width: 70%;
	}
	.inputs.date-of-birth .date-picker-wrapper select {
		flex-grow: 0;
		min-width: 100% !important;
		min-height: 40px;
		border-bottom: 1px solid #dddddd;
		border-top: 1px solid #dddddd;
	}
	.inputs.date-of-birth .date-picker-wrapper select:nth-child(even) {
		border-bottom: none;
		border-top: none;
	}
}

.downloadable-products-page td,
.back-in-stock-subscription-list-page td,
.reward-points-page td {
    font-size:16px;
    color:#666;
}
.back-in-stock-subscription-list-page .product,
.back-in-stock-subscription-list-page .gtin,
.back-in-stock-subscription-list-page .sku,
.forum-subscriptions-page .info {
	text-align: left;
}
 .user-agreement-page {
    text-align:center;
}
.terms-of-agreement{
    padding:10px 0 15px;
}
.user-agreement-page .button-1 {
    background: #a69c97 none repeat scroll 0 0;
    border: medium none !important;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px !important;
    text-transform: uppercase;
}
.ui-dialog .back-in-stock-subscription-page .notify-me-button {
    margin: 10px 0;
    background: #a79c97;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 8px 16px;
    text-transform: uppercase;
}
.back-in-stock-subscription button{
	white-space:normal;
	word-break:break-word;
	overflow-wrap:break-word;
}
.vendorinfo-page .vendor-picture > * {
	display: block;
	margin: 10px auto 0;
}
.account-page.gdpr-tools-page .buttons {
    margin: 25px 0 0;
}
.account-page.gdpr-tools-page .form-fields {
    border: 0;
    margin: 20px 30px 0 0;
    line-height: 1.5;
}

/********** SHOPPING CART & CHECKOUT **********/
.order-progress {
	margin: 0 0 35px;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 0 5px 10px;
}
.order-progress a {
	display: block;
	min-width: 70px;
    font-size: 16px;
}
.order-progress a:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;

	background:#a79c97 url('../images/cart-arrow.png')no-repeat center;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step{
	opacity: 0.5;
}
.order-progress li.inactive-step a{
	cursor: default;
}
.shopping-cart-page,
.checkout-page{
    background:#fff;
}
.shopping-cart-page .page-title h1{
    margin:0px auto;
}
.shopping-cart-page .button-1{
	height:45px;
    background:#8e807a;
    width:96%;
    max-width:350px;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    border:none;
    font-size:16px;
}
.checkout-page .button-1{
    width:auto;
    max-width:none;
    padding:0 30px;
    height:40px;
    line-height:40px;
    background:#8e807a;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    border:none;
    font-size:16px;
}
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
	display: inline-block;
	border: none;
	padding: 5px 10px;
    text-transform:uppercase;
}
.shopping-cart-page .addon-buttons {
	margin: 20px 0 0;
}
.shopping-cart-page .estimate-shipping-button{
	padding: 10px;
    background:#a79c97;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    text-transform: none;
    border:none;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
}
.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}
.selected-checkout-attributes {
	display: none;
    margin: 0 0 20px;
	text-align: center;
}
.shopping-cart-page .tax-shipping-info {
    margin: 10px 5px;
}
.shopping-cart-page .common-buttons {
	font-size: 0;
}
.shopping-cart-page .common-buttons input {
	width: 100%;
	padding:10px 15px;
    font-size:14px;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    border:none;
    text-transform:uppercase;
}
.shopping-cart-page .common-buttons .continue-shopping-button{
    background:#8e807a;
}
.shopping-cart-page .common-buttons .update-cart-button{
    background:#a79c97;
}
.shopping-cart-page .shipping .inputs input[type="text"], 
.shopping-cart-page .shipping .inputs select {
    border:1px solid #ddd;
    background:#f9f9f9;
    font-family: Arial, Helvetica, sans-serif;
    text-transform:none;
    font-size:16px;
    height:36px;
}
.shopping-cart-page .shipping .inputs select,
.shopping-cart-page .inputs select,
.checkout-attributes dd select,
.registration-form .form-fields .inputs select {
    -webkit-border-radius:0;
    -webkit-appearance:none;
    border-radius:0;
}
.shopping-cart-page .inputs label{
    font-size:16px;
    text-transform:none;
}
.shopping-cart-page .inputs select{
    cursor:pointer;
}
.shopping-cart-page .inputs .expire-month {
	border-right: 1px solid #ddd;
}
.shopping-cart-page .inputs .expire-month,
.shopping-cart-page .inputs .expire-year {
	width: 35% !important;
}

.order-details-page .tax-shipping-info a{
    color:#000;
}
.tax-shipping-info a:hover{
    text-decoration:underline;
}
.checkout-attributes,
.tax-shipping-info{
    margin:5px;
    text-align:center;
}
.checkout-attributes dd{
    margin:0 0 15px;
}
.checkout-attributes:only-child {
	margin: 20px 0 0;
	padding: 10px;
	text-align: center;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes ul {
    display: inline-block;
}
.checkout-attributes li {
	line-height: 24px;
    display:inline-block;
    margin:0 10px;
}
.checkout-attributes li * {
	vertical-align: middle;
}
.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
    padding:15px 10px;
    border:1px solid #ddd;
    background:#f9f9f9;
}
.cart-total td {
	width: 50%;
	border: none;
	padding: 5px;
    font-size:16px;
    color:#666;
}
.cart-total tr:last-child{
    border-top:1px solid #ddd;
}
.will-earn-reward-points span{
    font-size:14px;
    color:#888;
    font-style:italic;
}
.cart-total-left{
    text-align:left;
}
.cart-total-right{
    text-align:right;
}
.cart-total .order-total strong {
	font-size: 16px;
	color: #000;
    font-weight:normal;
}
.terms-of-service {
	display:inline-block;
	white-space:normal;
	word-break: break-word;
	overflow-wrap:break-word;
	margin: auto;
    font-size:16px;
    color:#666;
}
.terms-of-service span {
	cursor: pointer;
	color: #000;
}
.terms-of-service input {
	margin:auto;
	height:auto;
}
.terms-of-service label:after {
	content: "\00a0";
}
.terms-of-service .read {
	font-weight:bolder;
	color:red;
	text-decoration:underline;
}
.cart-collaterals {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
	margin: 0 0 5px; 
	font-size:16px;
    text-transform:uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.cart-collaterals .title strong{
    font-weight:normal;
}
.cart-collaterals .hint {
	margin: 0 0 15px;
	font-size: 14px;
    text-transform:none;
    color:#666;
}
.cart-collaterals .deals > div {
	margin: 0 0 20px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
	width: 350px;
	max-width: 95%;
	margin: auto;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 65%;
	height: 36px; 
	margin: 0 -1px 0 0;
    background:#f9f9f9;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 35%;
	height: 36px; 
    background:#a79c97;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #690;
}
.cart-collaterals .shipping-results {
	margin: 10px;
    float:left;
    color:#666;
}
.cart-collaterals .shipping-results strong{
    color:#000;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}
.checkout-page .checkout-data {
    margin:auto;
    padding:10px 0 0 0;
}
.checkout-page .section {
	margin: 0 0 50px;
}
.select-billing-address strong,
.new-billing-address strong,
.select-shipping-address strong,
.new-shipping-address strong{
    font-size:18px;
    font-weight:normal;
	color: #000;
}
.select-billing-address .title,
.select-shipping-address .title {
	display:none;
}
.edit-address .inputs input,
.edit-address .inputs select{
	padding: 10px 8px;
}
.select-billing-address .select-billing-address-button{
    font-size:16px;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	margin: 0 0 20px;
    padding:0;
    position:relative;
}
.checkout-page .address-grid .address-box{
    margin:0 0 10px;
}
.checkout-page .address-item:nth-child(2n) .select-billing-address-button,
.checkout-page .address-item:nth-child(2n) .select-shipping-address-button {
	background:#a79c97;
 }
.checkout-page .address-item li {
	padding: 2px 0;
    font-size:16px;
    line-height:22px;
    color:#555;
}
.checkout-page .address-item li.name {
	margin: 0 0 5px;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 18px;
	color: #000;
}
.checkout-page .edit-address {
	margin: 0 0 20px;
}
.pickup-in-store {
    font-size: 15px;
}
.select-pickup-point {
    margin-bottom: 20px;
}
.pickup-points-map {
    height: 300px;
    max-width: 100%;
}
.single-pickup-point.name {
    font-size: 18px;
    color: #000;
}
.single-pickup-point.address,
.single-pickup-point.fee {
    font-size: 15px;
    margin: 5px 0 0;
}

.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 20px;
    overflow:hidden;
}
.shipping-method .method-list li{
	margin: 0 0 10px;
    font-size:15px;
    color:#666;
    padding:5px;
}
.payment-method .method-name,
.shipping-method .method-name {
	width:auto;
    max-width:none;
    padding:4px;
    min-height:40px;
    line-height:40px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    border:none;
    font-size:16px;
}
.shipping-method li:nth-child(2) .method-name {
	background:#8e807a;
}
.shipping-method input[type="radio"],
.payment-method input[type="radio"] {
	margin: 0 5px 0 0;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-size: 14px;
}
.shipping-method .method-description {
	margin: 10px 0 0;
    padding:5px;
}

.payment-method .method-list li {
	width: 100%;
    margin: 10px auto;
	border: 1px solid #ddd;
}
.payment-method .method-name {
	overflow: hidden;
}
.payment-method .payment-logo,
.payment-method .payment-details {
	float: left;
	height: 100%;
	padding: 4px;
}
.payment-method .payment-logo img {
	width: auto;
	max-width:100%;
}
.payment-method .payment-logo {
	width: 30%;
	text-align: right;
}
.payment-method .payment-details {
	width: 70%;
	text-align: left;
	color:white;
}
.payment-method .payment-description {
	display: none;
}

.use-reward-points {
	margin: 0 0 10px;
	padding:5px 10px 5px 10px;
	color:white;
}
.use-reward-points input[type="checkbox"] {
	margin-right: 6px;
}
.payment-info .info {
	margin: 0 0 20px 0;
	font-size: 15px;
}
.confirm-order .button-1 {
	font-size: 17px;
}
.order-review-data ul,
.shipment-overview ul {
	margin: 0 0 20px;
    color:#555;
}
.order-review-data > div {
    margin: 0 0 40px;
} 
.order-review-data .title,
.order-details-area .title {
	margin: 20px 0 5px !important;
	background: url('../images/title-decoration-small.png') no-repeat center bottom;
	padding: 0 0 20px 0;
	color: #000;
    text-transform: uppercase;
}
.shipment-details-page .shipping-address .title {
	margin: 20px 0 5px;
	background: url('../images/title-decoration-small.png') no-repeat center bottom;
	padding: 0 0 20px 0;
}
.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-page .title strong {
    font-family: "Arvo";
    font-size: 16px;
    font-weight: normal;
	color: #000;
    text-transform: uppercase;
}
.order-completed .details {
	margin: 0 0 20px;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-weight: bold;
}

.opc .step-title {
	margin-bottom: 1px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
	text-transform: uppercase;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title {
}
.opc .active .step-title * {
}
.opc .step-title * {
	float: left;
	font-family: 'Arvo';
	font-size: 15px; 
}
.opc .step-title span {
	width: 24px;
	margin: 0 10px 0 0;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 12px;
}
.opc .step-title h2 {
	font-weight: normal;
}
.opc .step {
	margin: 10px 0;
	padding: 10px;
}
.opc .section {
	margin: 0 0 15px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc select {
    max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	font-weight: bold;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .terms-of-service {
	text-align: center;
}
.order-details-page .page-title {
	margin: 0 0 30px;
	overflow: hidden;
}
.order-details-page .page-title h1 {
	margin: 0 0 20px;
    font-size:22px;
    color:#000;
}
.order-details-page .order-overview {
	margin: 0 2% 30px;
	line-height: 24px;
	background: #f6f6f6;
	padding: 10px;
}
.order-details-page .order-overview strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
.order-details-area,
.shipment-details-area,
.order-review-data {
	margin: 0 0 30px; 
	overflow: hidden;
	font-size: 15px; 
}
.order-details-area .repost{
    margin:10px auto;
}
.order-details-area .re-order-button{
    margin:10px 0;
}
.order-details-area > div,
.shipment-details-area > div {
	float: left;
	width: 100%;
	margin: 0 0 35px;
	vertical-align: top;
}
.order-details-area .title,
.shipment-details-area .title {
	margin: 0 0 10px;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.order-details-page .actions input {
	min-width: 100px;
	margin: 0 5px;
	padding: 5px 10px;
}
.order-details-page .total-info {
	margin: 0 auto 30px;
    padding: 15px 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    width: 300px;
}
.order-details-page .cart-total .cart-total-left strong,
.order-details-page .nobr strong{
    font-weight:normal;
}
.shipment-details-page .shipment-overview > ul {
	text-align: center;
}
.shipment-details-page .shipment-overview > ul:first-child {
	margin: 0 2% 30px;
	background: #f9f9f9;
	padding: 10px;
}
.shipment-details-page .section {
    width: 100%;
}
.checkout-data > form {
	padding: 4px;
}
.checkout-data > form  .fieldset {
	margin:0 !important;
}
.checkout-page .page-title {
	margin: 0 0 15px;
}
.checkout-page .page-title h1{
    font-size:18px;
}
.checkout-page .new-billing-address .title,
.checkout-page .order-summary-body .title,
.checkout-page .new-shipping-address .title{
    margin:40px 0;
}
.checkout-page .new-billing-address .title strong,
.checkout-page .order-summary-body .title strong,
.checkout-page .new-shipping-address .title strong{
    background: url("../images/title-decoration-small.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    font-family: "Arvo";
    font-weight: normal;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size:18px;
    color:#000;
}
.checkout-page .order-completed{
    font-size:16px;
    color:#666;
}
.checkout-page .order-completed-continue-button{
    background: #8e807a;
    border: medium none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    text-transform: uppercase;
    padding: 0 30px;
}
.order-details-page .button-2,
.order-details-page .button-1{
    background: #a69c97;
    border: none !important;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 10px !important;
}
.order-details-page,
.shipment-details-page{
    font-size:15px;
    color:#666;
}
.order-details-page td a {
	font-size: 14px !important;
}

/*********** SEARCH & SITEMAP ***********/
.search-input input + label {
	display: inline;
	margin: 0 0 0 2px;
}
.basic-search {
	margin: 0 0 20px;
}
.basic-search input[type="text"] {
	width: 400px;
	max-width: 100%; 
}
.advanced-search {
	margin: 0 0 20px;
}
.advanced-search select {
	padding: 10px;
}
.advanced-search .price-range {
	display: inline-block;
	margin: 0;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .button-1 {
    background:#8e807a;
    border: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
}

.forum-search-page .search-input .button-1 {
    text-indent: 0;
    float: none;
    width: auto;
}

.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}
.search-page .product-selectors {
	margin: 50px 0 0;
}
.search-results {
	margin: 20px 0 0;
}
.search-results .warning{
    font-size:16px;
    color:#ff5868;
    font-weight:normal;
}
.sitemap-page .entity {
	margin: 0 0 30px;
}
.sitemap-page .entity-title {
	margin: 0 0 8px;
	background: url('../images/title-decoration-small.png') no-repeat center bottom;
	padding: 0 0 20px 0;
}
.sitemap-page .entity-title h2 {
	color: #000000;
    font-family: "Arvo";
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}
.sitemap-page .entity-body {
	line-height: 32px;
}
.sitemap-page li {
	display: inline-block;
	margin: 0 10px;
}
.sitemap-page a {
	display: block;
	font-size: 15px;
}
.sitemap-page a:empty {
	display: none;
}

/********** BLOG & NEWS **********/
.blog-page .page-title,
.blogpost-page .page-title,
.news-list-page .page-title,
.news-item-page .page-title {
	margin: 0 0 20px;
}
.year strong {
	cursor: default;
	color: #000 !important;
}
.blog-page .post,
.news-items .news-item {
    margin:0 0 1px;
    border:1px solid #ddd;
    background:#f9f9f9;
    overflow:hidden;
}
.news-items .news-item+.news-item{
    margin-bottom:0;
}
.home-page-wrapper .news-items .news-item{
	border: none;
    background:rgba(255,255,255,.5);
    margin:0.2% 0 0 0;
}
.news-items .news-body .news-details{
    padding:25px 15px;
    font-size:15px;
	line-height: 20px;
    overflow:hidden;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.news-list-homepage .news-body {
	max-height:135px;
	background: none;
	padding: 10px;
	border: none;
}
.news-list-homepage .news-body:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: #f9f9f9;
}
.post-time,
.news-head {
    text-align:left;
    color:#fff;
    position:relative;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
}
.news-list-homepage .news-head {
	border: none;
	padding: 25px 10px 0;
    text-align:center;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.news-title{
    color:#333;
}
.post-title {
	margin: 0;
}
.post-date,
.news-date {
	display: block;
	font-style: italic;
    color:#666;
}
.post-date{
    float:right;
    line-height:24px;
}
.blog-page .post-head{
    border-bottom:1px solid #dddddd;
}
.blogpost-page .post-date {
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #ddd;
    float:none;
}
.post-body,
.news-body {
	margin: 0;
	line-height: 24px;
    color:#444;
    overflow:hidden;
	background: #fff;
}
.post-body{
    padding: 10px 15px;
}
.news-body .buttons{
    overflow:hidden;
    margin:0;
    background:#f9f9f9;
}
.blogpost-page .post-body {
	border: 1px solid #ddd;
	margin: -1px 0;
}
.post-body p,
.news-body p {
	padding: 0;
}
.blog-page .tags {
	margin: 0;
	overflow: hidden;
    border-top:1px solid #ddd;
    font-size:16px;
	padding: 12px 15px;
}
.blogpost-page .tags {
    margin:0 0 35px;
	padding: 12px 15px;
	background: #f9f9f9;
	border: 1px solid #ddd;
}
.blogpost-page .new-comment{
    clear:both;
}
.blog-page .tags label {
	display: block;
}
.blogpost-page .tags label {
	display: block;
	margin: 0 0 5px;
}
.blog-page .buttons{
    color:#8e807a;
    font-size:16px;
    margin:5px 0 10px;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 12px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	line-height: 24px;
    color:#8e807a;
    font-size:16px;
}
.new-comment {
	margin: 0 0 30px;
}
.new-comment .title {
	margin: 0 0 10px;
    font-size:18px;
    font-weight:normal;
    text-transform:uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 15px;
    border-bottom:none;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
    max-width:350px
}
.new-comment .button-1 {
	background: none repeat scroll 0 0 #8e807a;
    border: medium none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    max-width: none;
    padding: 0 15px;
    text-transform: uppercase;
    width: auto;
}
.comment-list {
    margin:0 0 30px 0;
}
.comment-list .title {
    margin:0 0 30px 0;
	background: url("../images/title-decoration.png") no-repeat center bottom;
    color: #000000;
    font-family: "Arvo";
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 20px;
    text-transform: uppercase;
    height:50px;
}
.blog-comment,
.news-comment {
	margin: 0 0 -1px;
    border:1px solid #ddd;
    background:#f9f9f9;
    padding:15px 10px;
    font-size:14px;
    color:#333;
}
.news-comment .username{
    display:block;
    margin:0 0 5px 0;
    color:#000;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 100px;
	margin: 0 auto 10px;
    color:#333;
}
.comment-info .username {
	display: block;
	padding: 5px;
    font-weight:bold;
}
.comment-info .avatar {
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
    border:1px solid #ddd;
    background: #fff;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-content .username{
	display: inline-block;
	margin: 0 0 10px;
    font-size:18px;
}
.comment-time {
	margin: 0 0 5px;
    color:#666;
    font-size:13px;
}
.comment-body {
	line-height: 20px;
	color: #666;
}
.comment-content .comment-title {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 0 10px;
	color: #000;
}
.comment-content .comment-title strong {
	font-weight: normal;
}

.news-items .read-more {
	display: inline-block;
	margin:0 0 20px 0 ;
    padding:9px 30px;
	line-height: 24px;
    background:#8e807a;
    color:#fff;
    font-size:16px;
    font-family:'Arvo';
    text-transform:uppercase;
}
.news-list-page .news-items .read-more,
.news-list-page .news-items .buttons .read-more{
	margin: 10px 15px;
	background: none;
	padding: 0;
	color: #000;
	text-transform: none;
}
.news-item-page .inputs:first-child label {
	display: block;
}
.news-item-page .news-body {
	margin-bottom: 20px;
    padding:20px 15px;
}

.news-list-homepage {
	display: none;
    position:relative;
	margin: 130px 0 30px;
    background:url(../images/background_news.jpg) repeat center top;
    min-height:650px;
    max-height:900px;
    padding-bottom:100px;
	text-align: center;
}
.home-page-wrapper .news-list-homepage {
	display: block;
}    
.news-list-homepage .title {
    background: url("../images/title-decoration.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    margin: 0 0 15px;
    padding-bottom: 22px;
    position:absolute;
    top:-70px;
    width:100%;
}
.news-list-homepage .title strong {
	font-weight: normal;
    font-size: 20px;
    font-family:"Arvo";
    text-transform:uppercase;
}
.news-list-homepage .view-all {
    background:rgba(53,47,45,.8);
}
.news-list-homepage .view-all a {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
}
.news-item-page .comment-list .title{
    height:50px;
    margin:0 0 30px 0;
}
.news-item-page .comment-list .title strong{
    font-weight: normal;
    padding-bottom: 20px;
}
.news-item-page .button-1{
    background:#8e807a;
    border: medium none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    max-width: none;
    padding: 0 15px;
    text-transform: uppercase;
    width: auto;
}

/********** FORUM & PROFILE **********/
.forums-main-page p {
	text-align: center;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
	width: 90%;
	margin: 0 auto 30px;
	background: #a69c97;
	padding: 10px;
	font-size: 14px;
	color: #fff;
}
.forum-search-box {
	margin: 0 0 40px;
	text-align: center;
}
.forum-search-box form {
	display: inline-block;
}
.forum-search-box .basic {
	overflow: hidden;
	margin: 0 0 10px;
}
.forum-search-box-text,
.forum-search-text {
	float: left;
	width: 260px !important;
	border: none !important;
	color: #666;
}
.forum-search-box-button,
.forum-search-button {
	float: left;
	width: 40px;
	height: 40px;
	border: none;
	overflow: hidden;
	background: #fff url('../images/search-button.png') center no-repeat;
	text-indent: 999px;
}
.forum-search-box .forum-search-box-text,
.forum-search-page .forum-search-text {
    height:40px;
}
.forum-search-box .advanced a {
    display:inline-block;
    border: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px 12px;
    background:#8e807a;
}
.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section a {
    vertical-align: middle;
}
.forums-table-section-title {
	margin: 0 0 10px;
	overflow: hidden;
	background: url('../images/title-decoration-small.png') center bottom no-repeat;
	padding-bottom: 18px;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px !important;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
.forums-table-section-title span {
	display: none;
}
.forums-table-section-title .view-all {
	line-height: 24px;
}
.forums-table-section-title .link-rss {
	margin: 0 0 0 10px;
}
.forums-table-section .image div {
	width: 24px;
	height: 24px;
	margin: auto;
	background: url('../images/folder1.png') center no-repeat;
}
.forums-table-section .image div.post-annoucement {
	background: url('../images/folder2.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../images/folder3.png') center no-repeat;
}
.forums-table-section .forum-description {
	margin: 5px 0 0;
	font-style: italic;
}
.forums-table-section-body{
    margin:0 0 20px;
}

/* breadcrumb, pagers, search, forum-page */
.pager.upper {
	display: none;
}
.forum-search-page .basic-search {
	text-align: center;
}
.forum-search-page .basic-search div:first-child {
	display: inline-block;
	margin: 0 0 10px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.forum-search-page .basic-search label{
    display:none;
}
.forum-search-page .basic-search .inputs.reversed > label{
    display:inline-block;
    margin: 0 0 0 6px;
    width: auto;
}
.forum-search-page .basic-search .forum-search-text{
    background:#fff;
}
.forum-search-page .basic-search .forum-search-button{
    background:#ffffff url("../images/search-button.png") no-repeat scroll center center;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.forum-page .forums-header .current-time,
.forum-topic-page .forums-header .current-time{
    display:none;
}
.forum-page .forum-top {
	margin: 0 0 20px;
}
.forum-page .forum-info {
	position: relative;
	margin: 0 0 20px;
}
.forum-page .forum-name h1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
	background: url('../images/title-decoration.png') center bottom no-repeat;
	padding-bottom: 22px;
}
.forum-page .forum-info .forum-description{
    font-size:16px;
}
.forum-page .link-rss {
	position: absolute;
	top: 0;
	right: 0;
}
.forum-page .actions {
}
.forum-page .actions a {
	display: inline-block;
	margin: 0;
	padding: 10px 15px 10px 35px;
    color:#666;
    font-size:14px;
    text-transform:uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.forum-page .new-topic {
	background: url('../images/icon-new_topic.png') 8px center no-repeat /*#a79c97*/;
}
.forum-page .watch-forum {
	background: url('../images/icon-watch_forum.png') 5px center no-repeat /*#8e807a*/;
}
.forum-search-box.search-box .search-box-text{
    height:40px;
    width:300px;
}
.forum-search-box.search-box .search-box-button{
    width:40px;
    height:40px;
}
/* topic page & profile page */
.forum-topic-page .topic-name h1 {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: normal;
    text-transform:uppercase;
    font-family: Arial, Helvetica, sans-serif;
	background: url('../images/title-decoration.png') center bottom no-repeat;
	padding-bottom: 22px;
}
.forum-topic-page .topic-actions.upper {
	overflow: hidden;
	margin: 0 0 15px;
	text-align: center;
}
.topic-actions.upper{
    overflow:hidden;
}
.forum-topic-page .actions a,
.topic-footer .actions a{
	display: inline-block;
	color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 10px 15px 10px 25px;
    text-transform: uppercase;
    background-size: 15px !important;
    background-position: 0 center;
}
.forum-topic-page .reply-topic-button,
.topic-actions.lower .reply-topic-button {
	background: url('../images/icon-new_topic.png') 8px center no-repeat /*#8e807a*/;
}
.forum-topic-page .watch-topic-button,
.topic-actions.lower .watch-topic-button {
	background: url('../images/icon-watch_forum.png') 5px center no-repeat /*#a79c97*/;
}
.forum-topic-page .manage {
	float: right;
}
.post-info .manage-post a {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}
.delete-button {
	border: 0px solid white;
	width: 12px;
	height: 12px;
	background: url('../images/remove.png') 0 center no-repeat /* CHECK_HERE */;
}
.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
	background: url('../images/icon-edit.png') 0 center no-repeat /*#a79c97*/;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
	background: url('../images/icon-remove.png') 0 center no-repeat /*#8e807a*/;
}
.forum-topic-page .move-topic-button {
	background: url('../images/icon-move.png') 0 center no-repeat /*#a79c97*/;
}
.topic-posts .topic-post{
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 0 15px;
}

.post-info .manage-post{
	float: none;
	margin: 0 0 10px;
	overflow: hidden;
}
.post-info .manage-post a {
	float: left;
	background-color:#a79c97 !important;
	padding: 11px 8px 11px 25px;
	margin: 0;
    color:#fff;
    font-size:13px;
    white-space:nowrap;
}
.post-info .manage-post a+a{
    margin:0 0 0 5px;
}
.topic-post .manage a+a{
	margin-left: 5px;
    background: url('../images/icon-remove.png') 5px center no-repeat /*#8e807a*/;
}
.topic-post .manage a:hover {
	text-decoration: none;
}
.topic-post .edit-post-link-button,
.topic-post .delete-post-link-button {
	background-position: 5px center;
}
.topic-post .user-info {
	padding-right: 10px; /*align control*/
    font-size:16px;
    color:#666;
}
.topic-post .username {
	display: inline-block;
	margin: 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	height: 150px; /*adjust as you like*/
	margin: 0 auto 10px;
	overflow: hidden;
    width:190px;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 10px;
	font-size: 11px;
    color:#666;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
}
.topic-post .pm-button,
.profile-info-box .send-pm {
    display: inline-block;
	width:190px;
    margin: 0 auto 10px;
    clear:both;
}
.profile-info-box .send-pm a{
    display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
    text-align:center;
}
.topic-post .post-content,
.profile-info-box .profile-stats {
    clear: both;
}
.post-content .post-actions .quote-post{
    position:absolute;
    top:10px;
    right:10px;
    max-width: 100px;
	text-decoration: underline;
    color:#fff;
}
.post-content .post-actions .quote-post a{
	margin: 0 0 0 5px;
}
.post-content .post-head{
    position: relative;
    margin:0 0 10px;
}
.post-content .post-head .manage-post a {
    display: inline-block;
    margin: 5px;
    padding-left: 18px;
}
.post-content .signature{
    color:#666;
}
.topic-post .posttime {
	margin: 0 0 10px;
	background: #a79c97;
	padding: 10px;
    color:#fff;
}
.topic-post .post-body {
    text-align:left;
    font-size:16px;
    color:#666;
    margin:0 0 20px;
}
.topic-footer {
	overflow: hidden;
	text-align: center;
}
.topic-actions.lower {
	margin: 0 0 25px;
	background: #f9f9f9;
	padding: 10px;
    overflow:hidden;
}
.topic-actions.lower .actions{
    float:none;
}
.profile-info-box {
	overflow: hidden;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background: #f9f9f9;
	padding: 12px 10px 10px;
	color: #666;
}
.profile-info-box ul {
	padding: 10px;
}
.profile-page .topic {
	margin: 0 0 30px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px;
}
.profile-page .topic-title {
	background: #f6f6f6;
	padding: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.profile-page .topic-title label {
	display: none;
}
.profile-page .topic-title a {
	display: block;
	vertical-align: middle;
	text-transform: uppercase;
}
.profile-page .topic-body {
	font-size: 15px;
	line-height: 20px;
	padding: 10px;
}
.profile-page .topic-data {
	color: #999;
}
.profile-page .topic-data span {
	vertical-align: middle;
}

/*** forum post vote ***/

.topic-post .post-vote:before {
    /*content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 1px;
    background-color: #c3b9b1;*/
}
.topic-post .post-vote {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    line-height:0;
}
.topic-post .vote.up::before {
    border-color: transparent transparent #c3b9b1;
    border-style: solid;
    border-width: 0 15px 20px;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.topic-post .vote {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 40px;
}
.vote-count-post {
    border: 1px solid #e1e1e1;
    color: #888;
    font-size: 15px;
    line-height: 27px;
    font-family: "Trebuchet MS",Arial;
    padding: 5px;
    width: 40px;
    height: 40px;
    background-color: #fff;
}
.topic-post .vote.down::before {
    border-color: #c3b9b1 transparent transparent;
    border-style: solid;
    border-width: 20px 15px 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}


/* forum edit & send message */
.forum-edit-page .buttons .button-2,
.forum-edit-page .buttons .button-1{
    float:left;
    border: medium none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    margin: 0;
    padding: 10px 15px !important;
    text-transform: uppercase;
    background:#8e807a;
}
.forum-edit-page .buttons .button-2.cancel-topic-button,
.forum-edit-page .buttons .button-2.cancel-post-button {
    background:#a79c97;
}
.forum-edit-page .form-fields {
    border:none;
}
.forum-edit-page .page-body,
.private-message-send-page .page-body {
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    vertical-align: middle;
}
.forum-edit-page select,
.move-topic-page select {
	padding: 10px;
}
.forum-edit-page .fieldset{
    margin:0;
}
.forum-edit-page .buttons,
.private-message-send-page .options,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons{
    display:inline-block;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-message-send-page .options input,
.private-messages-page .buttons input,
.private-message-view-page .options input {
	min-width: 115px;
	border: 1px solid #ccc;
	padding: 6px 24px !important;
	font-size: 16px;
	text-transform: uppercase;
}
.forum-edit-page .buttons input[type="submit"],
.move-topic-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .options input[type="submit"],
.private-message-view-page .options button.button-1 {
}
.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-right: 0;
	margin-left: 5px;
	font-size: 13px;
	white-space: normal;
}
.move-topic-page .buttons{
    display:inline-block;
}
.move-topic-page .buttons input{
    float:left;
    margin:0;
    height:40px;
    color: #ffffff;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background:#a79c97;
    border:none;
}
.move-topic-page .buttons input+input{
    background:#8e807a;
}

/* send message, inbox, view message */
.private-message-send-page .message label {
	display: none;
}
.private-message-send-page .options {
	font-size: 0;
}
.private-message-send-page .options input {
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}
.private-message-send-page .buttons .send-pm-button,
.private-message-send-page .buttons .cancel-pm-button {
	background: #a79c97;
    border: medium none;
    color: #ffffff;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    min-width:115px;
    padding:8px 24px;
    margin:0 -2px;
}
.private-message-send-page .buttons .cancel-pm-button{
    background: #8e807a;
}
.private-message-send-page .fieldset{
    margin:0;
}
.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .buttons {
	font-size: 0;
}
.private-messages-page .buttons input {
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}
.private-messages-page .mark-unread-pm-button {
	background: #a79c97;
}
.private-messages-page .delete-selected-pm-button {
	background: #8e807a;
}
.private-message-view-page .view-message div {
	display: inline-block;
	font-size: 15px;
}
.private-message-view-page label {
	font-weight: bold;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page li:last-child > span::after{
    content:none;
}
.private-message-view-page .message {
	display: block !important;
	margin: 15px 0;
	padding: 15px;
	line-height: 20px;
}
.private-message-view-page .message span:after {
	display: none;
}
.private-message-view-page .options {
	display: block !important;
	overflow: hidden;
	font-size: 0 !important;
}
.private-message-view-page .options input {
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}
.view-message li{
    display:inline-block;
    margin:0 0 20px;
}
.view-message .message-body{
    margin:0 0 20px;
}
.private-message-view-page .reply-pm-button,
.private-message-view-page .delete-pm-button,
.private-message-view-page .back-pm-button{
    color: #ffffff;
    border:none;
    display: inline-block;
    font-size: 16px;
    padding: 8px 24px;
    text-transform: uppercase;
}

.private-message-view-page .reply-pm-button {
	background: #a79c97;
}
.private-message-view-page .delete-pm-button {
	background: #8e807a;
}
.private-message-view-page .back-pm-button {
	background: #a79c97;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}



/********** RE-CAPTCHA **********/
.recaptchatable #recaptcha_response_field {
	height: auto !important;
}
@media all and (max-width: 444px) {
	.item-grid-2 {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
	.item-grid-2 .item-col {
		flex-grow: 1;
		min-width: 0;
	}
	.item-col {
		position: relative;
		display: block;
	}
	.item-col-row {
		display: block;
	}
	.item-col-cell {
		display: block;
	}
	.recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float:left !important;
    }
    .recaptchatable #recaptcha_image img {
        max-width:100%;
    }
    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}

.not-found-page{
    font-size:16px;
    color:#666;
}
/*WEBKIT-FIXES*/
@media all and (-webkit-min-device-pixel-ratio:0) {
   .shopping-cart-page .common-buttons input[type="submit"],
   .cart-collaterals .coupon-code input[type="submit"],
   .shipping-options .inputs input[type="submit"],
   .registration-form input[type="submit"],
   .check-username-availability-button{
       border-radius:0;
       -webkit-border-radius:0;
       -webkit-appearance:none; 
   }
   .add-info .compare-products {
       vertical-align: top;
   }
}
/* BEGIN NEW CATEGORIES STYLING */
.sub-category-grid-2.categories-1 {
    border-radius: 4px;
    border-left: 6px solid #003f6a;
    border-right: 6px solid #003f6a;
    position: relative;
    margin: auto;
    z-index: 6;
    overflow-x: auto;
    overflow-y: hidden;
    width: 77vw;
}
.sub-category-grid-2.categories-1::-webkit-scrollbar
{
	height: 6px;
    border-radius: 4px;
}
.sub-category-grid-2.categories-1::-webkit-scrollbar-track
{
	background-color: #f1f1f1;
    border-radius: 4px;
}
.sub-category-grid-2.categories-1::-webkit-scrollbar-button:single-button
{
    background-color: #f1f1f1;
    display: block;
    border-style: solid;
    width: 8px;
}
/* Left */
.sub-category-grid-2.categories-1::-webkit-scrollbar-button:single-button:horizontal:decrement {
    border-width: 2px 6px 2px 2px;
    border-color: transparent #003f6a transparent transparent;
}

.sub-category-grid-2.categories-1::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    border-color: transparent #003f6a transparent transparent;
}
/* Right */
.sub-category-grid-2.categories-1::-webkit-scrollbar-button:single-button:horizontal:increment {
    border-width: 2px 2px 2px 6px;
    border-color: transparent transparent transparent #003f6a;
}
.sub-category-grid-2.categories-1::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
    border-color: transparent transparent transparent #003f6a;
}
.sub-category-grid-2.categories-1::-webkit-scrollbar-thumb
{
	background-color: #003f6a;
    border-radius: 4px;
}
.sub-category-grid-2.categories-1::-webkit-scrollbar-thumb:hover
{
	background-color: #003051;
    border-radius: 4px;
}
.sub-category-grid-2.categories-1 .item-grid {
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 5;
}
.sub-category-grid-2.categories-1 .item-grid .item-box {
    display: table;
    position: relative;
    width: 100%;
    z-index: 4;
}
.sub-category-grid-2.categories-1 .item-grid::-webkit-scrollbar {
    display: none;
}
.sub-category-grid-2.categories-1 .item-grid .item-box .sub-category-item {
    position: relative;
    display: table-row;
    z-index: 2;
}
.sub-category-grid-2.categories-1 .item-grid .item-box .sub-category-item .picture {
    display: table-cell;
    position: relative;
    min-width: 200px;
    height: 200px;
    overflow: hidden;
    z-index: 1;
    border-left:1px solid #fff;
}
.sub-category-grid-2.categories-1 .item-grid .item-box .sub-category-item .picture img {
    position: absolute;
    top: 0;
    left: -900px;
    right: -900px;
    bottom: 0;
    margin: auto;
    width: 100%;
    min-width: 2000px;
    height: 100%;
    z-index: 0;
}
.sub-category-grid-2.categories-1 .item-grid .item-box .sub-category-item .picture .title {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
	padding: 4px;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
    display: inline-block;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: 2;
	text-transform: uppercase;
	color: #fff;
}
.sub-category-grid-2.categories-1 .item-grid .item-box .sub-category-item .picture:nth-child(2n) .title {
	background-color: rgba(0,0,0,0.4);
}
.sub-category-grid-2.categories-1 .item-grid .item-box .sub-category-item .picture:nth-child(2n):hover .title,
.sub-category-grid-2.categories-1 .item-grid .item-box .sub-category-item .picture:hover .title {
	background: url('../images/title-decoration.png') no-repeat scroll center 75% rgba(0,0,0,0.1);
	min-height: 50px;
	font-weight: bold;
}

.home-page-category-grid-2.categories-1 .item-grid {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	align-self: center;
	justify-content: center;
	justify-items: center;
	justify-self: center;
	text-align: center;
	gap: 1px;
	width: 100%;
}
.home-page-category-grid-2.categories-1 .item-grid .item-box .category-item .title {
	background-color: rgba(0,0,0,0.4);
	padding-left: 3px;
	padding-right: 3px;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
}
.home-page-category-grid-2.categories-1 .item-grid .item-box:nth-child(2n) .category-item .title {
	background-color: rgba(0,0,0,0.3);
}
.home-page-category-grid-2.categories-1 .item-grid .item-box:nth-child(2n):hover .category-item .title,
.home-page-category-grid-2.categories-1 .item-grid .item-box:hover .category-item .title {
	background: url("../images/title-decoration.png") no-repeat scroll center 75% rgba(0,0,0,0.1);
	min-height: 70px;
	font-weight:bold;

}
.home-page-category-grid-2.categories-1 .item-box {
    flex:auto;
}
.home-page-category-grid-2.categories-1 .item-box .category-item .picture {
    width: auto;
}
.home-page-category-grid-2.categories-1 .item-box .category-item .picture a {
    position: relative;
    width:270px;
    margin-left:50%;
}
.home-page-category-grid-2.categories-1 .item-box .category-item .picture img {
    position: relative;
    top: 0;
    left: -375%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    min-width: 2000px;
    height: 100%;
    z-index: 0;
}

/* END NEW CATEGORIES STYLING */
.categories-2 .sub-category-item,
.categories-2 .category-item {
    font-size: 0;
    height: auto;
    text-align: center;
}
.categories-2 .sub-category-item:before,
.categories-2 .category-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
}
.categories-2 .sub-category-item .title,
.categories-2 .category-item .title {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 100%;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
	border:1px solid #ddd;
	border-radius:6px;
	margin-top:1px;
}
.categories-2 .sub-category-item .picture:hover img,
.categories-2 .category-item .picture:hover img {
	opacity: 0.5;
}
.categories-2 .sub-category-item .title a:hover,
.categories-2 .category-item .title a:hover {
	opacity: 0.5;
	color:black;
}
.categories-2 .sub-category-item .title a,
.categories-2 .category-item .title a {
    display: block;
	padding: 10px;
	font-weight:bold;
}

.categories-2 .sub-category-item .picture,
.categories-2 .category-item .picture {
    position: relative;
	border:1px solid #ddd;
	border-radius:6px;
    margin: auto;
}

/* The Modal/page blocker (background) */
.bmodal {
	z-index: 10010;
}
.page-blocker {
	z-index: 10012;
}
.page-blocker,
.bmodal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	/*padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Dialog */
.bmodal-dialog {
	background-color: #fefefe;
	margin:auto;
	width: fit-content;
	max-width:80%;
	display:block;
}

/* Modal Content */
.bmodal-content {
	background-color: #fefefe;
	overflow: auto;
	margin: 0;
	padding: 25px;
	width: auto;
	font-weight: bolder;
}


.bmodal-close:hover,
.bmodal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.bmodal-header {
	min-height: 36px;
	background-color: silver;
	display: table;
	width:100%;
}
.bmodal-header-row {
	display: table-row;
	width: 100%;
}
.bmodal-title {
	font-size: 16px;
	display: table-cell;
	width: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	text-align: left;
}

/* The Close Button */
.bmodal-close {
	color: #eee;
	font-size: 24px;
	font-weight: bold;
	display: table-cell;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	text-align:right;
}

/************ButterflyTek***********************/

.btfly-select,
.btfly-qty-select {
}

.btfly-qty-input {
	width: 100%;
	max-width: 45px;
}
.btfly-button {
	color: white;
}