﻿

/*********** 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="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder {
	opacity: 1;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}
/* production css */

/*html {
	overflow: hidden;
}
body {
	position: absolute;
	left: 0;
	top: 0;
	right: -17px;
	bottom: 0;
	overflow-y: scroll;
}*/


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	background-color: #f8f8f8;
	font: normal 14px 'Montserrat', Verdana, sans-serif;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
    color: #7c7c7c;
}
h1,h2,h3,h4,h5,h6 {
}
a {
	color: #c49169;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border-width: 0 0 2px;
    border-style: solid;
    border-color: #d9d9d9;
    background-color: transparent;
	padding: 6px 8px;
	vertical-align: middle;
    font-size: 14px;
    font-family: 'Montserrat', Verdana, sans-serif;
    color: #666;
}
input, textarea, select {
	font-size: 14px;
}
textarea {
	min-height: 200px;
    border-width: 2px;
}
/*select {
	min-width: 50px;
	height: 32px;
	padding: 6px;
}*/
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
}
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;
    font-size: 18px;
    font-family: 'Playfair Display',Times New Roman, serif;
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.buttons .button-1:hover,
.add-button .button-1:hover {
    background-color: #c49169;
    color: #fff;
}
.buttons .button-2 {
    border: 2px solid #ccc;
    background-color: transparent;
    font-size: 18px;
    font-family: 'Playfair Display',Times New Roman, serif;
    color: #000;
}
.buttons .button-2:hover {
    background-color: #ccc;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-content {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
	margin: 0 auto;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 50px;
}
.center-2, .side-2 {
	margin: 0 0 50px;
}

.page {
	min-height: 200px;
	text-align: center;
}
.title-breadcrumb-wrapper,
.breadcrumb-name-wrapper,
.page-title,
.forums-main-page .topic-block-title {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 10px 5px;
    text-align: center;
    background: #eaeaea;
}
.title-breadcrumb-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #f8f8f8 transparent;
}
.title-breadcrumb-wrapper .page-title::after {
    display: none;
}
.page-title:after,
.product-name:after,
.forums-main-page .topic-block-title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #f8f8f8 transparent;
}
.product-name:after {
    bottom: -5px;
}
.page-title h1,
.forums-main-page .topic-block h2,
.forum-name h1,
.topic-name h1 {
    padding: 35px 0;
    background: #eaeaea;
    text-align: center;
    font-size: 30px;
    font-family: 'Playfair Display',Times New Roman, serif;
    color: #000;
}
.title-breadcrumb-wrapper .page-title {
    margin: 0;
}
.title-breadcrumb-wrapper .page-title h1 {
    padding: 15px 0 20px;
    font-weight: normal;
}
.title-breadcrumb-wrapper .page-title h1:before,
.product-name h1:before,
.page-title h1:before,
.forum-name h1:before,
.topic-name h1:before {
    position: absolute;
    top: 0;
    right: -10px;
    left: -10px;
    height: 15px;
    margin: auto;
    background: url("../img/category-title-decoration.png") repeat-x center top;
}
.title-breadcrumb-wrapper .page-title h1:before,
.product-name h1:before,
.forum-name h1:before,
.topic-name h1:before {
    content: '';
}
.page-title,
.product-name {
    position: relative;
    z-index: 0;
    padding: 0 10px;
}

.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	background: url('../img/rss-icon.png') no-repeat;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
    display: inline-block;
	margin: 12px 0;
	padding: 0 0 0 36px;
    text-align: left;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
    line-height: 26px;
}
.flyout-cart {
	display: none;
}


/*styles to overwrite the title after element */
tr.product-name:after,
td .product-name:after {
    display: none;
}
td .product-name {
    padding: 0;
}

/*********** GLOBAL FORMS ***********/


.page form {
    margin: 0 auto 50px;
    /*padding: 45px 20px; test forms*/
    background-color: #fff;
}
.fieldset, .section {
	position: relative;
	margin: 0 0 50px;
}
.fieldset .title,
.section .title {
	margin: 0 20px 10px;
}
.fieldset .title strong,
.section .title strong {
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
    max-width: 500px;
	margin: 0 auto 20px;
	text-align: center;
	white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}
.inputs:before,
.inputs:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 2px;
    background-color: #d9d9d9;
}
.inputs:before {
    right: auto;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
    left: auto;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
    font-size: 14px; /*reset zeroing*/
    color: #000;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
    width: 100%;
    vertical-align: middle;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
	white-space: normal;
    line-height: 36px;
}
.inputs .option-list li {
	float: left;
	margin: 0 5px;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin: 0 3px;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
    position: absolute;
    top: 22px;
    right: -12px;
    bottom: auto;
    left: auto;
    height: 18px;
    width: 10px;
    margin: auto;
	/*margin: 0 -6px 0 0;*/ /*siblings offset fix*/
	font-size: 26px;
    font-family: 'Playfair Display',Times New Roman, serif;
	color: #c49169;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
	display: block;
    margin-top: 5px;
    text-align: center;
	font-size: 12px;
	color: #ed3b4b;
    z-index: 1;
}
.payment-info .message-error,
.confirm-order .message-error {
    position: relative;
    margin: 0 0 20px;
}
.field-validation-valid,
.username-available-status {
	display: block;
	font-size: 11px;
	color: #690;
}
.captcha-box {
	margin: 30px 0 15px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}


/*********** GLOBAL TABLES ***********/



.table-wrapper {
	overflow-x: auto;
}
.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 30px;
    background-color: #fff;
}
.cart th, .data-table th,
.forums-table-section th {
	border: 1px dotted #ddd;
    border-width: 0 0 1px;
    padding: 25px;
    white-space: nowrap;
    color: #000;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px dotted #ddd;
    border-width: 1px 0;
    background: #fff;
    padding: 20px;
}
.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
    text-align: left;
    color: #666;
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.compare-products-table tr > *:last-child,
.forums-table-section tr > *:last-child {
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    font-weight: normal;
    font-size: 18px;
    font-style: normal;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	/*text-align: left;*/
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input,
.cart .qty-dropdown {
    width: 50px;
    height: 50px;
    text-align: center;
    border-width: 2px;
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 20px;
    color: #000;
}
.cart .select-wrap:after,
.cart .select-wrap:before {
    display: none;
}

.cart .subtotal .product-subtotal {
    color: #c49169;
    white-space: nowrap;
}
.cart .subtotal .discount,
.cart .subtotal .discount-additional-info {
    color: #7c7c7c;
    font-size: 18px;
    margin: 6px 0;
}
.cart .subtotal.footable-last-column {
    color: #666;
}
.cart .footable-row-detail-inner input {
    border-width: 2px;
}
.cart .subtotal .discount {
    /*white-space: normal;*/ /*use this if you have no space enough for discounted products price*/
}

td.footable-last-column {
    font-size: 24px;
    font-family: "Playfair Display",Times New Roman,serif;
    color: #c49169;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1075;
	width: 100%;
	padding: 20px 25px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	border-top: 1px solid #e1e1e1;
	background: #eee;
    color: #29b05f;
}
.bar-notification.error {
	border-top: 1px solid #e1e1e1;
	background: #eee;
    color: #ed3b4b;
}
.bar-notification.warning {
    border-top: 1px solid #e1e1e1;
	background: #eee;
    color: #e67e4b;
}
.bar-notification .content {
	float: left;
	margin: 0 30px 0 0;
}
.bar-notification .content a {
	color: #29b05f;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	margin: 9px;
	background: #fff url('../img/popup-close.png') center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.noscript {
    background-color: #ff9;
	padding: 10px;
    text-align: center;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url('../img/loading.gif') center no-repeat;
}

.ui-dialog {
    position: fixed !important;
	z-index: 1050;
	width: 450px !important;
	max-width: 95%;
	outline: 2px solid rgba(0, 0, 0, 0.08);
	overflow: hidden;
	background: #f8f8f8;
}
.ui-dialog-titlebar {
	overflow: hidden;
	padding: 10px 15px;
}
.ui-dialog-titlebar span {
	float: left;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Playfair Display',Times New Roman, serif;
    color: #000;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: none;
	background: #fff url('../img/popup-close.png') center no-repeat;
	font-size: 0;
}
.ui-dialog .ui-dialog-content .page-title {
    margin-bottom: 40px;
    padding: 0;
}
.ui-dialog .page-title h1:before {
    left: 0;
    right: 0;
}
.ui-dialog .page-title h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
}
.ui-dialog-content button:hover {
    background: #c89a76;
    color: #fff;
}
.ui-dialog-titlebar button:hover {
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px 0 20px;
	line-height: 20px;
}
.ui-dialog-content > p {
    padding: 0 20px;
}
#terms-of-service-warning-box {
    padding: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    /*top: 50%;
	left: 50%;*/
    bottom: 0;
    width: 100%;
	z-index: 1050;
	/*width: 320px;
    margin: -90px 0 0 -160px;
    box-shadow: 0 0 3px rgba(0,0,0,0.05);
    background: #f8f8f8;*/
    background-color: #eee;
    padding: 20px;
	text-align: center;
    opacity: 0.95;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 100px;
    height: 50px;
	margin: 0;
	border: 2px solid #c89a76;
	padding: 0 15px;
    background: #fff;
	font-size: 14px;
    font-family: 'Playfair Display',Times New Roman, serif;
	color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.eu-cookie-bar-notification button:hover {
	background: #c89a76;
    color: #fff;
}
.eu-cookie-bar-notification a {
	display: block;
}

#goToTop {
    display: none;
    position: fixed;
	right: 20px;
    bottom: 20px;
	z-index: 1030;
    width: 65px;
    height: 65px;
    border: 2px solid #c89a76;
    overflow: hidden;
	background: #fff url('../img/goTop.png') no-repeat center 30%;
    text-align: center;
	line-height: 80px;
    font-size: 14px;
    font-family: 'Playfair Display',Times New Roman, serif;
    text-transform: uppercase;
    color: #000;
	text-transform: uppercase;
    cursor: pointer;
}
#goToTop:hover {
    background-color: #c49169;
    background-image: url('../img/goTopWhite.png');
    color: #fff;
}


/*********** HEADER ***********/



.admin-header-links {
	background: #fff;
	text-align: center;
}
.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
	font-weight: bold;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links a {
	font-weight: normal;
    color: #000;
}

.header {
    max-width: 1920px;
	text-align: center;
}
.header:after {
	content: "";
	display: block;
	clear: both;
}
.header-logo {
    z-index: 1065;
    position: relative;
    padding: 20px 0 15px;
    background-color: #f8f8f8;
	text-align: center;
    font-size: 0;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
    max-height: 150px;
    overflow: hidden;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 100%;
    max-height: 100%;
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.responsive-nav-wrapper > div {
    margin: 10px;
    cursor: pointer;
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	height: 60px;
	width: 60px;
	font-size: 0;
}
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background: url('../img/menu-icon.png') no-repeat center;
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background: url('../img/search-icon.png') no-repeat center;
}
.responsive-nav-wrapper .shopping-cart-link {
	position: relative;
    display: inline-block;
	background: url('../img/cart-icon.png') no-repeat center;
}
.responsive-nav-wrapper .shopping-cart-link.full a:before {
    content: "";
    position: absolute;
    top: auto;
    right: 14px;
    bottom: 19px;
    height: 12px;
    width: 12px;
    background-color: #cd405b;
    border-radius: 18px;
}
.header.mobile .personal-button.activeState {
    background-color: #fff;
}
.header.mobile .responsive-nav-wrapper .shopping-cart-link .activeState {
    background: #fff url('../img/cart-icon.png') no-repeat center;
}
.header.normal .personal-button.activeState {
    background: #eee url('../img/header-links-icon.png') no-repeat center 22px;
}
.header.normal .responsive-nav-wrapper .shopping-cart-link .activeState {
    background: #eee url('../img/cart-icon.png') no-repeat center 19px;
}
.header.mobile .header-links-wrapper.activeState,
.header.mobile .flyout-cart.activeState {
    display: block;
}

.responsive-nav-wrapper .filters-button {
	display: none;
	background: url('../img/icon-filters.png') no-repeat center;
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background: url('../img/header-links-icon.png') no-repeat center 22px;
}


.header-links-wrapper {
	position: relative;
	margin: 0 0 20px;
}
.header-links-wrapper div {
    font-size: 0;
    background-color: #fff;
}
.language-currency-tax-wrapper {
    margin-bottom: 2px;
    padding: 10px;
}
.language-currency-tax-wrapper div {
    display: inline-block;
    margin: 5px 20px;
}

.header-links {
    padding: 10px;
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: block;
	margin: 0 10px;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
	line-height: 42px;
    color: #000;
}
.header-links a:hover,
.header-links span:hover {
    color: #888;
}
.header-links .cart-qty {
	padding: 0 0 0 20px;
}

.search-box {
	position: relative;
}
.search-box form {
	display: inline-block;
    position: relative;
    border-bottom: 2px solid rgba(0,0,0,0.15);
}
.search-box form:before {
    content: "";
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: rgba(0,0,0,0.15);
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    width: 2px;
    height: 10px;
    background-color: rgba(0,0,0,0.15);
}
.search-box input.search-box-text {
	float: left;
	width: 250px !important;
	height: 36px;
    border: none;
    opacity: 0.2;
    color: rgb(0,0,0);
}
.search-box input.search-box-text:focus,
.search-box input.search-box-text:active {
    opacity: 0.6;
}
.search-box .search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	border: none;
    padding: 0;
	background: url('../img/search-box-icon.png') center no-repeat;
	font-size: 0;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: absolute;
	z-index: 1070;
	width: 240px !important; /*default = txtfield + button*/
	max-width: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.05);
	border-top: 2px solid #d9d9d9;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete li {
	background: url("../img/title-dots-decoration.png") repeat-x left top;
}
.ui-autocomplete li:first-child {
    background: none;
}
.ui-autocomplete a {
	display: block;
	padding: 8px;
    font-size: 13px;
    text-align: left;
    color: #bcbcbc;
}
.ui-autocomplete a.ui-state-focus {
	background: #f8f8f8;
    color: #000;
}
.ui-autocomplete img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.header-selectors-wrapper {
	font-size: 0;
}
.header-selectors-wrapper > div {
	display: inline-block;
	margin: 0 5px 10px;
	vertical-align: middle;
}
.header-selectors-wrapper select {
	min-width: 100px;
}
.currency-list a,
.language-list a,
.tax-display-type-list a {
	display: inline-block;
	position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.currency-list .selected,
.tax-display-type-list .selected a,
.language-selector .selected a {
    padding: 0 10px;
    background-color: #efefef;
    color: #000;
}
.currency-list a,
.tax-display-type-list a {

}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li,
.currency-list li,
.tax-display-type-list li {
	display: inline-block;
	margin: 5px;
}
.language-list a .selected ~ span {
    background-color: #efefef;
    color: #000;
}
.language-list img {
	display: none;
}
.language-list img.selected ~ span {
    padding: 0 10px;
}
.language-list span {
    display: inline-block;
}

.slider-wrapper.theme-custom {
	margin: 0 auto 30px; /*overrides default slider*/
}

/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
/*
.scrollYRemove {
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}*/
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1060;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.overlayOffCanvas.show {
	background: rgba(0,0,0,0.4);
}
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    background: rgba(34,34,34,0.98);
    overflow: hidden;
	z-index: 1070;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .header-menu {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.android23 .header-menu {
    left: -100%;
}
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,.5);
}
.notAndroid23 .header-menu.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open {
    left: 0;
}
.header-menu .close-menu {
    position: relative;
    height: 52px;
    overflow: hidden;
	cursor: pointer;
}
.close-menu span {
	display: block;
    width: 40px;
    height: 40px;
    float: right;
	padding: 15px 10px;
    background: #303030 url(../img/close-button.png) no-repeat center;
	font-size: 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 15px;
	text-align: right;
}
.header-menu > ul li {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a,
.header-menu > ul li > span,
.header-menu .top-menu > li > .openSublistWrapper > a {
	display: block;
    margin: 0 10px;
	padding: 15px 35px;
	line-height: 30px;
	color: #fff;
	font-size: 24px;
	position: relative;
	z-index: 0;
    font-family: 'Playfair Display',Times New Roman, serif;
}
.header-menu > ul li:first-child > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(../img/menu-border.png) repeat-x;
}
.header-menu > ul li a:after,
.header-menu > ul li span:after/*,
.header-menu .close-menu:after,
.header-menu ul li.back-button:after*/ {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(../img/menu-border.png) repeat-x;
}
.header-menu > ul li.back-button span:after {
    display: none;
}
.header-menu > ul li:last-child > a,
.header-menu > ul li:last-child > span {
	border-bottom: 0;
}
.header-menu > ul li > .with-subcategories {
    width: auto !important;
}
.plus-button {
	position:absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
	z-index: 1;
	width: 40px;
	height: 50px;
	background: #2c2c2c url('../img/arrow.png') center no-repeat;
	cursor: pointer;
}
.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background: rgba(34,34,34,0.98);
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}
.android23 .header-menu .sublist-wrap {
    left: -100%;
}
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}
.header-menu ul li.back-button {
    position: relative;
    height: 52px;
    overflow: hidden;
}
.header-menu ul li.back-button:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    max-width: 400px;
    margin: auto;
    background: url("../img/menu-border.png") repeat-x;
}
.header-menu .back-button span {
	position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 11px 15px 11px 35px !important;
    background: #303030 url(../img/arrow-back.png) no-repeat 12px center;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
}

/* social icons buttons */

.header-menu ul li.social-icons {
    padding: 90px 10px 52px;
}
.header-menu ul li.social-icons h2 {
    position: relative;
    display: inline-block;
    font-family: "Playfair Display",Times New Roman, serif;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.header-menu ul li.social-icons h2:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -13px;
    width: 8px;
    height: 2px;
    margin: auto;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #959595;
}
.header-menu ul li.social-icons h2:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -13px;
    width: 8px;
    height: 2px;
    margin: auto;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #959595;
}
.header-menu ul li.social-icons li {
    display: inline-block;
    text-align: center;
}
.header-menu ul li.social-icons a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 6px;
    padding: 0;
    background-image: url(../img/social-icons-sprite.png);
    background-repeat: no-repeat;
}
.header-menu ul li.social-icons a::after,
.header-menu ul li.social-icons a::before {
    display: none;
}
.header-menu ul li.social-icons a.facebook {
    background-position: 0 center;
}
.header-menu ul li.social-icons a.twitter {
    background-position: -30px center;
}
.header-menu ul li.social-icons a.pinterest {
    background-position: -60px center;
}
.header-menu ul li.social-icons a.instagram {
    background-position: -90px center;
}
.header-menu ul li.social-icons a.vimeo {
    background-position: -120px center;
}
.header-menu ul li.social-icons a.google {
    background-position: -147px center;
}
.header-menu ul li.social-icons a.youtube {
    background-position: -205px center;
}
.header-menu ul li.social-icons a.rss {
    background-position: -180px center;
}

/*********** FOOTER ***********/



.footer {
    padding-top: 30px;
    padding-bottom: 10px;
	text-align: center;
    background: #fff;
}
.footer .title {
    position: relative;
    margin: 0 0 10px;
    padding: 10px 35px;
    font-family: 'Playfair Display',Times New Roman, serif;
    font-size: 24px;
    font-weight: normal;
    color: #000;
}
.footer .footer-middle-block .title:before,
.footer .footer-middle-block .title:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 15px;
    background: url(../img/footer-block-arrow.png) no-repeat center;
}
.footer .footer-middle-block .title:after {
    right: 0;
    left: auto;
}
.footer-upper {
	margin: 0 0 20px;
	overflow: hidden;
}

.footer-middle {
	margin: 0 0 30px;
	overflow: hidden;
}
.footer-middle-block {
    max-width: 360px;
    margin: 0 auto;
}
.footer-middle-block ul {
    display: none;
}
.footer-middle-block li {
}
.footer-middle-block a {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 34px;
    color: #888;
}
.footer-middle-block a:hover {
    color: #aaa;
}
.footer-middle .newsletter-wrapper {
    display: none;
}
.footer .newsletter .title {
    position: relative;
    margin: 0 0 35px;
    color: #000;
}

.newsletter .title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    margin: auto;
    width: 20px;
    height: 6px;
    background: url(../img/title-decoration.png) no-repeat center;
}
.newsletter-email {
    position: relative;
	display: inline-block;
    max-width: 95%;
    margin: 0 0 95px;
}
.newsletter-email:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 2px;
    height: 10px;
    background: #ebebeb;
}
.newsletter-email:after {
    content: '';
    position: absolute;
    top: 25px;
    right: 0;
    width: 2px;
    height: 10px;
    background: #ebebeb;
}
.newsletter-email .newsletter-subscribe-text {
    display: block;
	width: 302px;
    max-width: 100%;
	height: 36px;
    border: 2px solid #ebebeb;
    border-width: 0 0 2px;
    text-align: center;
    font-family: 'Montserrat', Verdana, sans-serif;
    color: #666;
}
.newsletter-email .newsletter-subscribe-text:focus,
.newsletter-email .newsletter-subscribe-text:active {
    color: #ccc;
}
.newsletter-email .newsletter-subscribe-button {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: auto;
	height: 45px;
	border: 2px solid #c89a76;
    padding: 0 30px;
    background: transparent;
	font-size: 18px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.newsletter-email .newsletter-subscribe-button:hover {
    background: #c89a76;
    color: #fff;
}
.newsletter-email .options {
	clear: both;
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    margin: auto;
}
.newsletter-email .options span {
    margin: 0 5px;
}
.newsletter-validation {

}
.newsletter-result {
    display: none;
	line-height: 28px;
    margin: 0 0 30px;
    text-align: center;
    color: #7c7c7c;
}
.newsletter-validation .please-wait {
	display: none !important;
}

/* newsletter popup */

.newsletter-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1070;
}
.newsletter-popup {
    position: fixed;
    top: 30px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 90%;
    max-width: 700px;
    min-height: 300px;
    margin: auto;
    outline: 15px solid #f8f8f8;
    border: 3px solid #202020;
    background-color: #f8f8f8;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1110;
}
.newsletter-popup .newsletter-subscribe {
    text-align: center;
}
.newsletter-popup .newsletter-popup-title {
    display: none;
}
.newsletter-popup .newsletter-description-wrapper {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.newsletter-popup .newsletter-description-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 6px;
    margin: auto;
    background: url("../img/title-decoration.png") no-repeat center;
}
.newsletter-popup .newsletter-popup-description {
    position: relative;
    overflow: hidden;
    max-height: 230px;
    padding: 45px 10px 0;
    text-align: center;
    font-size: 32px;
    font-family: "Playfair Display",Times New Roman, serif;
    line-height: 44px;
    color: #000;
}
.newsletter-popup .newsletter {
    margin-bottom: 20px;
}
.newsletter-popup .newsletter-popup-description span {
    font-size: 40px;
    color: #c89a76;
}
.newsletter-popup form .title {
    display: none;
}
.newsletter-popup .newsletter-email {
    margin: 0 0 95px;
}
.newsletter-popup .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: #fff url(../img/popup-close.png) no-repeat center;
    font-size: 0;
}
.newsletter-popup .newspetter-popup-inputs {
    margin: 0 0 20px;
    text-align: center;
    color: #888;
}

/*.accepted-payment-methods {
}
.accepted-payment-methods ul {
	font-size: 0;
}
.accepted-payment-methods li {
	display: inline-block;
	width: 50px;
	height: 30px;
	background: url('../img/payment_sprite.png') no-repeat;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
	background-position: -50px 0;
}
.accepted-payment-methods .method3 {
	background-position: -100px 0;
}
.accepted-payment-methods .method4 {
	background-position: -150px 0;
}
.accepted-payment-methods .method5 {
	background-position: -200px 0;
}
.accepted-payment-methods .method6 {
	background-position: -250px 0;
}*/

.networks {
    margin-top: 20px;
}
.snetworks ul {
	font-size: 0;
}
.networks li {
	display: inline-block;
	margin: 0 5px 5px;
}
.networks a {
	display: block;
	width: 45px;
	height: 45px;
    border: 2px solid #e5e5e5;
	background: url('../img/social_sprite.png') no-repeat;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 0;
}
.networks a:hover {
    background-color: #e5e5e5;
}
.networks .facebook {
	background-position: 15px 7px;
}
.networks .twitter {
	background-position: -31px 5px;
}
.networks .google {
	background-position: -197px 8px;
}
.networks .pinterest {
	background-position: -71px 8px;
}
.networks .vimeo {
	background-position: -156px 8px;
}
.networks .instagram {
	background-position: -111px 8px;
}
.networks .rss {
	background-position: -240px 8px;
}
.networks .youtube {
	background-position: -290px 8px;
}

.footer-lower {
	overflow: hidden;
    margin-bottom: 35px;
    padding: 0 10px;
	font-size: 12px;
    line-height: 20px;
    color: #ccc;
}
.footer-lower > div {
	margin: 0 0 5px;
}
.footer-powered-by {
}
.footer-powered-by a {
	text-decoration: underline;
}
.footer-lower .theme-selector:before {
    display: none;
}
.footer-lower .theme-selector {
    display: block;
    margin: 10px 0;
}
.footer-lower .theme-selector .select-wrap {
    width: auto;
}
.theme-selector select {
	width: 170px;
    text-align: center;
}
.footer-lower .theme-selector .select-wrap .select-box {
    padding: 5px 25px 5px 10px;
    text-align: center;
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
    max-width: 500px;
	margin: 0 auto 2px;
    background-color: #fff;
	text-align: center;
}
.block .title {
    position: relative;
    margin: 0;
    padding: 15px 35px;
	color: #000;
    font-family: "Playfair Display", Times New Roman, serif;
    font-size: 24px;
	cursor: pointer;
}
.block .title:before,
.block .title:after {
    content: "";
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    left: 3px;
    height: 15px;
    width: 35px;
    margin: auto;
    background: url("../img/footer-block-arrow.png") no-repeat center;
}
.block .title:after {
    right: 3px;
    left: auto;
}
.block .title strong {
    display: block;
	font-weight: normal;
}

.block .listbox {
	display: none;
    padding-bottom: 45px;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list,
.block .tags,
.block .poll {
    padding: 15px 30px;
}
.block .list li {
    text-align: left;

}
.block .list a {
	display: block;
	padding: 10px;
    background: url(../img/breadcrumbDelimiter.png) no-repeat left center;
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.block.block-recently-viewed-products {
    font-size: 0;
}
.block.block-recently-viewed-products .list li {
    margin-bottom: 10px;
}
.block.block-recently-viewed-products .list a.product-picture {
    display: inline-block;
    width: 65px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    background: none;
}
.block.block-recently-viewed-products .list a.product-name {
    display: inline-block;
    /*width: 65%;*/
    width: calc(100% - 80px);
    max-height: 38px;
    overflow: hidden;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    background-image: none;
}
.block .list a:hover {
    color: #888;
}
.block .list img {
}

.block .sublist {
	padding: 0 15px;
}
.block .sublist a {
   color: #888;
   -webkit-transition: all 0.2s ease;
   transition: all 0.2s ease;
}
.block .sublist a:hover {
    color: #7c7c7c;
}

.block .view-all {
	margin: 10px 0 0;
}
.block .view-all a {
    text-transform: uppercase;
}

.block .tags {
	margin: 0 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
    color: #888;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #7c7c7c;
}
.block .product-name:after {
    display: none;
}
.poll strong {
	display: block;
	margin: 0 0 10px;
    font-family: "Playfair Display", Times New Roman, serif;
    font-size: 16px;
    line-height: 32px;
    color: #000;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
	overflow: hidden;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px 10px;
}
.poll-options li > * {
	display: inline-block;
    padding: 0 0 0 5px;
	vertical-align: middle;
	cursor: pointer;
    font-size: 13px;
    line-height: 34px;
    color: #888;
}
.poll-options li:hover label{
    color: #aaa;
}
.poll .buttons,
.poll-total-votes {
    margin: 0;
}
.block .poll .buttons input {
    height: 35px;
    font-size: 16px;
}
.poll .buttons input {
    height: 50px;
	border: 2px solid #c49169;
    padding: 0 20px;
    background-color: transparent;
    font-family: "Playfair Display", Times New Roman, serif;
    font-size: 20px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.poll .buttons input:hover {
    background-color: #c49169;
    color: #fff;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}

.home-page-polls {
    margin-bottom: 40px;
	text-align: center;
}
.home-page-polls .poll {
    max-width: 628px;
    margin: auto auto 0.5%;
    padding: 30px 20px;
    background: #fff;
}
.home-page-polls .title {
	margin: 0 0 15px;
	font-size: 18px;
}
.home-page-polls .title strong {
	font-weight: normal;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
	margin: 0 0 10px;
	text-align: center;
    font-size: 0;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li * {
	font-size: 12px; /*reset zeroing*/
	line-height: 26px;
    text-transform: uppercase;
    color: #b3b3b3;
}
.breadcrumb li > * {
    margin: 0 10px;
}
.breadcrumb li .delimiter {
    display: inline-block;
    width: 6px;
    height: 15px;
    margin: 0;
    font-size: 0;
    background: url(../img/mobile-menu-in-desktop-arrow.png) no-repeat center;
}
.breadcrumb strong,
.forum-breadcrumb li:last-child a {
	font-weight: normal;
    color: #666;
}
.breadcrumb a:hover * {
	text-decoration: underline;
}
.center-side-wrapper:after {
    clear: both;
    content: "";
    display: block;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 50px 20px;
    max-width: 1260px;
    text-align: center;
}
.contact-vendor {
	margin: 0 0 20px;
    text-align: center;
}
.contact-vendor-button {
    display: inline-block;
    max-width: 90%;
    height: 50px;
    margin: 0 5px 10px;
    padding: 0 30px;
	border: 2px solid #c49169;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contact-vendor-button:hover {
    background-color: #c49169;
    color: #fff;
}

.minimal-ajax-filters-one-colomn {
    display: none;
}

.product-filters {
	display: none;
}
.product-selectors {
	margin: 0 0 20px;
	text-align: center;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px 5px 5px 15px;
    font-size: 11px;
    text-transform: uppercase;
    color: #7c7c7c;
}
.product-selectors > div span {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.product-selectors .select-inner {
    font-size: 14px;
    color: #000;
}
/*.product-selectors .select-wrap:before,
.product-selectors .select-wrap:after {
    display: none;
}*/
.product-selectors .select-wrap {
    min-width: 65px;
    /*border: none;*/
}
.product-selectors select {

}
.product-selectors option {
    font-size: 13px;
    padding: 10px 6px;
    text-transform: lowercase;
    color: #aaa;
}
.product-selectors option:hover {
    background-color: #f8f8f8;
}
.product-selectors .product-viewmode {
	display: none;
}
.product-selectors .product-viewmode span {
	vertical-align: middle;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 0 0 8px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	opacity: 0.2;
}
.product-selectors .product-viewmode a.grid {
	background-image: url('../img/view-grid.png');
}
.product-selectors .product-viewmode a.list {
	background-image: url('../img/view-list.png');
}
.product-selectors .product-viewmode a.selected {
	opacity: 1;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 20px;
}
.item-box:before {
}
.item-box .product-item {
    overflow: hidden;
}
.item-box .picture {
	z-index: 1;
	overflow: hidden;
	background: #fff;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.item-box .details {
    padding: 20px 20px 30px;
    background-color: #fff;
}
.item-box .product-title {
	margin: 0 0 15px;
}
.item-box .product-title {
    overflow: hidden;
    font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
}
.item-box .product-title a {
    height: 58px;
    overflow: hidden;
    line-height: 28px;
    color: #000;
}
.item-box .title {
    background: #fff;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
    font-weight: normal;
}
.item-box .title .view-all {
    display: none;
}
.item-box .sku {
    margin: 0 0 5px;
}
.item-box .title a span:before,
.item-box .title a span:after,
.sub-category-item .title a:before,
.sub-category-item .title a:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 8px;
    margin: auto;
    border-top: 1px solid #8d8d8d;
    border-bottom: 1px solid #000;
}
.item-box .title a span:after,
.sub-category-item .title a:after {
    right: 0;
    left: auto;
}
.item-box .title a span,
.sub-category-item .title a {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
.item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 10px;
}
.item-box .rating {
	background: url('../img/rating1.png') repeat-x 0 center;
	width: 85px;
    height: 15px;
}
.item-box .rating div {
	background: url('../img/rating2.png') repeat-x 0 center;
    height: 15px;
}
.item-box .description {
	max-height: 65px;
	margin: 0 0 10px;
	overflow: hidden;
    line-height: 22px;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0 0 20px;
    overflow: hidden;
    font-family: "Playfair Display", Times New Roman, serif;
}
.item-box .prices span {
    margin: 0 5px;
}
.item-box .old-price {
    font-size: 20px;
	color: #888;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-size: 24px;
	color: #c49169;
}
.item-box .prices .base-price-pangv {
    font-size: 13px;
    font-family: "Montserrat",Verdana,sans-serif;

}
.item-box .prices .tax-shipping-info {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-family: "Montserrat", Verdana, sans-serif;
}
.item-box .add-info > .product-box-add-to-cart-button,
.item-box .add-info > .ajax-cart-button-wrapper {
    display: none;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
}
.item-box input[type="text"],
.item-box input[type="number"] {
    height: 50px;
    width: 50px;
    margin: 0 7px 0 0;
    border: 2px solid #e1e1e1;
    vertical-align: top;
    text-align: center;
    font-size: 20px;
    /*font-family: "Playfair Display", Times New Roman, serif;*/
    color: #000;
}
.item-box input[type="button"] {
	height: 50px;
	margin: 0 -2px 5px 0;
	border: 2px solid #c49169;
	padding: 0 18px 0 48px;
    background: url(../img/add-to-cart-button.png) no-repeat 16px center;
    font-size: 20px;
    font-family: "Playfair Display", Times New Roman, serif;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.item-box input[type="button"]:hover {
    background-color: #c49169;
}
.item-box .square-buttons-wrapper {
    display: inline-block;
    vertical-align: top;
}
.item-box input.add-to-compare-list-button,
.item-box input.add-to-wishlist-button {
    display: none; /*hide this two buttons on mobile*/
	width: 60px;
    max-width: none;
	height: 60px;
    margin: 0 -2px 0 0;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.item-box input.add-to-compare-list-button {
	background-image: url('../img/product-compare.png');
}
.item-box input.add-to-wishlist-button {
	background-image: url('../img/product-wishlist.png');
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-list-page {
	margin: 0 0 40px;
}
.category-grid.home-page-category-grid {
    margin-top: 60px;
}
.home-page-category-grid .picture a::before,
.sub-category-grid .picture a::before {
    padding-top: 64%;
}
.home-page-category-grid > .title {
    margin: 0 0 20px;
}
.home-page-category-grid > .title,
.home-page-category-grid .title,
.sub-category-grid .title {
    position: relative;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
}
.home-page-category-grid .category-item .title,
.sub-category-grid .title {
    font-size: 30px;
}
.home-page-category-grid > .title:after,
.product-grid > .title:after,
.news-list-homepage > .title:after,
.home-page-polls > .title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    margin: auto;
    background: url(../img/title-dots-decoration.png) repeat-x;
}
.home-page-category-grid > .title strong,
.news-list-homepage > .title strong,
.home-page-polls > .title strong  {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 30px;
}
.home-page-category-grid .title a,
.sub-category-grid .title a {
    color: #000;
}
.product-grid,
.product-list {
	margin: 0 0 30px;
}
.product-grid .title,
.news-list-homepage .title,
.home-page-polls .title,
.product-reviews-page .title {
    position: relative;
	margin: 0 0 25px;
    padding: 10px;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
}
.product-grid .title strong {
	font-weight: normal;
}
.cross-sells {
}

.pager {
	margin: 0;
}
.pager ul {
    background: #fff;
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 -1px;
    vertical-align: middle;
}
.pager li * {
	display: block;
	min-width: 60px;
	height: 60px;
    line-height: 60px;
	text-align: center;
	font-size: 18px; /*reset zeroing*/
	cursor: pointer;
}
.pager li span {
	color: #c49169;
}
.pager li a {
    position: relative;
    font-weight: normal;
    color: #777;
}
.pager li a:before,
.pager li a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 12px;
    margin: auto;
    background-color: #ebebeb;
}
.pager li a:after {
    left: auto;
    right: 0;
}
.pager li.previous-page a:before,
.pager li.previous-page a:after,
.pager li.next-page a:before,
.pager li.next-page a:after,
.pager li.first-page a:before,
.pager li.last-page a:after {
    display: none;
}
.pager li a:hover {
    background-color: #ebebeb;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.pager li.previous-page * {
	background-image: url('../img/slider-arrow-left.png');
}
.pager li.next-page * {
	background-image: url('../img/slider-arrow-right.png');
}
.pager li.first-page * {
	background-image: url('../img/prev-first.png');
}
.pager li.last-page * {
	background-image: url('../img/next-last.png');
}

/* manufacturer and vendors */

.manufacturer-grid .item-box,
.vendor-grid .item-box {
    float: none;
    margin: 0 auto 20px;
}
.manufacturer-grid .item-box .title a,
.vendor-grid .item-box .title a {
    padding: 36px 10px;
    font-size: 20px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
}

/* category page one column */

.onecolumn .pager {
    margin-bottom: 50px;
}



/********** PRODUCT PAGE **********/


.product-details-page form {
    background-color: #f8f8f8;
}


.product-name h1 {
    padding: 15px 0 20px;
    background-color: #eaeaea;
	font-family: "Playfair Display", Times New Roman, serif;
    font-size: 30px;
    font-weight: normal;
    color: #000;
}
.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 0 30px;
    background-color: #fff;
}
.gallery .picture {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
.gallery .picture:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 10px;
    background-color: #fff;
    text-align: center;
	font-size: 0;
}
.gallery .picture-thumbs .thumb-item {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 10px 0 0;
    border: 2px solid transparent;
	background: #fff;
}
.gallery .picture-thumbs .thumb-item:before {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #eaeaea transparent;
}
.gallery .picture-thumbs .thumb-item:hover {
    border: 2px solid #eaeaea;
}
.gallery .picture-thumbs .thumb-item:hover:before {
    content: "";
}

.overview {
	position: relative;
	margin: 0 0 20px;
    text-align: center;
}
.overview h1 {
    display: none;
}
.overview > div {
    margin: 0 20px 25px;
}
.discontinued-product {
	margin: 0 0 20px;
	color: #c00;
}
.overview .short-description {
    line-height: 26px;
}
.overview .required {
    position: static;
}
.product-reviews-overview {
	margin: 0 0 20px; /*not present in variant-overview*/
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
    display: inline-block;
	width: 85px;
	height: 15px;
	background: url('../img/rating1.png') repeat-x;
}
.product-review-box .rating div {
	height: 15px;
	background: url('../img/rating2.png') repeat-x;
}
.product-no-reviews a {
}
.product-review-links span {
    margin: 0 5px;
}
.product-review-links a {
    font-size: 13px;
}
.product-review-links a:first-child {
    color: #888;
}
.product-review-links a:first-child:hover {
    color: #7c7c7c;
}
.overview .value,
.variant-overview .value {
    margin: 0 0 0 5px;
	font-weight: bold;
    color: #000;
}
.overview .value a,
.variant-overview .value a {
}
.attribute-item {
    display: inline-block;
    margin-bottom: 20px;
}
.attribute-item .attribute-label {
    color: #666;
}
.attribute-item .attribute-data input {
    color: #000;
}

.overview .manufacturers {
	/*margin: 0 0 10px; *//*not present in variant-overview*/
}
.overview .stock,
.variant-overview .stock {
    margin-bottom: 10px;
}
.back-in-stock-subscription {
	margin: 0 0 15px;
	font-size: 0;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 0 0 5px;
}
.overview .delivery-date,
.variant-overview .delivery-date {
	margin: 0 0 5px;
}
.free-shipping {
	display: inline-block;
    margin: 10px auto 5px;
	font-weight: bold;
    text-transform: uppercase;
}
.overview-buttons,
.download-sample {
	margin: 0 0 15px;
	font-size: 0;
}
.overview-buttons div {
	display: inline-block;
	margin: 0 15px 10px;
}
.overview .free-shipping,
.variant-overview .free-shipping {
    padding: 5px 0 5px 37px;
    background: url(../img/free_shipping.png) no-repeat left center;
    color: #000;
}
.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,
.download-sample a {
	display: inline-block;
	padding: 5px 10px 5px 25px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
	font: 14px "Montserrat", Verdana, sans-serif;
    color: #000;
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url(../img/product-wishlist.png);
}
.overview .add-to-compare-list-button {
    background-image: url(../img/product-compare.png);
}
.overview .email-a-friend-button {
    background-image: url(../img/icon-emailfriend.png);
}
.overview .subscribe-button {
    background-image: url(../img/icon-backinstock.png);
}
.download-sample-button {
    background-image: url(../img/downloadable.png);
}
.overview-buttons div input:hover,
.back-in-stock-subscription input:hover,
.download-sample-button:hover {
    color: #7c7c7c;
}

.overview .prices,
.variant-overview .prices {
	overflow: hidden;
    margin: 0;
}
.overview .prices > div,
.variant-overview .prices > div {
	display: inline-block;
    margin: 0 15px 5px 0;
    margin: 0 10px 25px;
}
.overview .prices .rental-price,
.variant-overview .prices .rental-price {
    display: block;
}
.overview .rental-price span,
.variant-overview .rental-price span {
    margin-left: 5px;
    font-size: 18px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
}
.overview .rental-price > *,
.variant-overview .rental-price > * {
    vertical-align: bottom;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 20px;
    font-family: "Playfair Display", Times New Roman, serif;
	color: #888;
	text-decoration: line-through;
}
.overview .old-product-price label,
.variant-overview .old-product-price label,
.overview .non-discounted-price label,
.variant-overview .non-discounted-price label {
    display: none;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 28px;
    font-family: "Playfair Display",serif;
	color: #c49169;
}
.overview .product-price label,
.variant-overview .product-price label {
    display: none;
}
.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 10px;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 5px 5px;
}
.customer-entered-price .enter-price-input {
	width: 56px;
    border-width: 2px;
	text-align: center;
}
.customer-entered-price .price-range {
    margin: 0 5px;
    vertical-align: middle;
	font-weight: bold;
    color: #000;
}

.overview .add-to-cart {
	margin: 0 0 20px;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 0 0 10px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .add-to-cart-panel .select-wrap,
.variant-overview .add-to-cart-panel .select-wrap {
    height: 50px;
    margin: 0 7px 0 0;
}
.overview .add-to-cart-panel .select-wrap select,
.variant-overview .add-to-cart-panel .select-wrap select {
    margin: 0;
}
.overview .add-to-cart-panel .select-inner,
.variant-overview .add-to-cart-panel .select-inner {
    padding: 7px 20px 7px 7px;
    text-align: center;
    font-family: "Montserrat",Verdana,sans-serif;
    font-size: 18px;
}
.overview .add-to-cart-panel .select-box,
.variant-overview .add-to-cart-panel .select-box {
    font-family: "Montserrat",Verdana,sans-serif;
    font-size: 20px;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	left: -25px;
	line-height: 36px;
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	width: 60px;
    height: 50px;
    margin: 0 7px 0 0;
    border: 2px solid #e1e1e1;
	padding: 12px 6px;
	text-align: center;
    font-size: 20px;
    background-color: #fff;
    color: #000;
}

.add-to-cart-panel .qty-input {
    border: 2px solid #e1e1e1;
    background-color: #fff;
    color: #000;
    font-family: "Montserrat",Verdana,sans-serif;
    font-size: 20px;
    height: 50px;
    margin: 0 7px 0 23px;
    text-align: center;
    vertical-align: top;
    width: 50px;
}
.add-to-cart-panel span{
    color: #000;
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 20px;
    line-height: 50px;
}
.add-to-cart-panel .common-buttons-wrapper span {
    background: #fff url("../img/plus.png") no-repeat scroll center center;
    border: 2px solid #e1e1e1;
    display: inline-block;
    font-size: 0 !important;
    height: 26px;
    left: 0;
    line-height: 20px !important;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px;
    cursor: pointer;
}
.add-to-cart-panel .common-buttons-wrapper {
    position: relative;
    display: inline-block;
}
.add-to-cart-panel .common-buttons-wrapper .minus {
    bottom: 0;
    top: auto;
    background: #fff url("../img/minus.png") no-repeat scroll center center;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 50px;
	margin: 0 -2px 5px 0;
	border: 2px solid #c49169;
	padding: 0 18px 0 48px;
    background: url(../img/add-to-cart-button.png) no-repeat 16px center;
    font-size: 20px;
    font-family: "Playfair Display", Times New Roman, serif;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    background-color: #c49169;
    background-image: url(../img/add-to-cart-button-white.png);
    color: #fff;
}
.overview .ajax-cart-button-wrapper .add-to-cart-button ,
.variant-overview .ajax-cart-button-wrapper .add-to-cart-button {
    max-width: none;
}
.product-share-button {
    display: none;
    overflow: hidden;
}
.overview .product-social-buttons {
    display: block;
    margin: 0 0 80px;
    text-align: center;
    font-size: 0;
}
.product-social-buttons label {
    display: block;
    margin: 0 0 15px;
    font: 14px "Montserrat", Verdana, sans-serif;
    color: #7c7c7c;
}
.product-social-buttons li {
    display: inline-block;
    margin: 0 5px 5px;
}
.product-social-buttons li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background: url(../img/product-page-sprite.png) no-repeat;
}
.product-social-buttons .facebook a {
    background-position: 6px center;
}
.product-social-buttons .twitter a {
    background-position: -35px center;
}
.product-social-buttons .pinterest a {
    background-position: -14px center;
}
.product-social-buttons .linkedin a {
    background-position: -60px center;
}
.product-social-buttons .google a {
    background-position: -82px center;
}

.full-description {
	clear: both;
    max-width: 1260px;
	margin: 0 20px 25px;
    text-align: center;
	line-height: 20px;
}

.product-collateral {
	margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}
.product-collateral .title,
.tier-prices .title {
	margin: 0 20px 20px;
	font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
}
.product-collateral .title strong {
	font-weight: normal;
}

.overview  .tier-prices {
	margin: 0 0 70px;
}
.tier-prices .prices-table {
	border: 1px dotted #ddd;
    border-width: 1px 0;
    overflow: hidden;
}
.tier-prices .prices-table div {
    color: #7c7c7c;
}
.tier-prices .prices-row {
    float: left;
    width: 50%;
}
.tier-prices .prices-row.tbody .item-price {
    color: #000;
}
.tier-prices .prices-row > div {
	border-top: 1px dotted #ddd;
    padding: 20px 10px;
    background-color: #fff;
}

.tier-prices .field-header {
	border-top: none !important;
    font-weight: bold;
    color: #666;
}
.tier-prices .item-price,
.tier-prices .item-quantity {
	color: #000;
}

.product-specs-box .data-table td {
    border-top: none;
    padding: 20px 10px;
}
.product-specs-box .data-table .odd td {
}
.product-specs-box .data-table .even td {
}
.product-specs-box .data-table td.spec-value {
    color: #000;
}
.product-specs-box .data-table tr:last-child td {
    border-bottom: none;
}

.product-variant-list {
    padding-top: 20px;
    background-color: #fff;
}
.product-variant-line {
    max-width: 500px;
	margin: 0 auto 30px;
	border-bottom: 1px dotted #ddd;
	padding: 0 0 35px;
}
.product-variant-line:last-child,
.product-variant-line:only-child {
    border: none;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 320px;
	height: 320px;
	margin: 0 auto 25px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
    padding: 0 20px 0;
}
.variant-overview > div {
    margin: 0 0 20px;
}
.variant-overview .variant-name {
	margin: 0 0 15px;
	font-family: "Playfair Display",Times New Roman,serif;
    font-size: 24px;
    color: #000;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 22px;
}

.variant-overview .add-to-wishlist-button {
	display: block;
	float: none;
	clear: both;
	margin: 0 auto;
}
.variant-overview .add-to-wishlist {
    overflow: hidden;
    float: none;
    display: inline-block;
}
.variant-overview .add-to-wishlist input:hover {
    color: #7c7c7c;
}
.variant-overview .add-to-cart {
    margin: 0;
}

/*Jquery Tabs start*/
.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
}
.ui-tabs .ui-tabs-nav li {
    margin: 0 20px;
}
.ui-tabs .ui-tabs-nav li a {
    display: block;
	border-bottom: 1px dotted #ddd;
	padding: 8px 24px 4px;
    font-size: 22px;
    font-family: 'Playfair Display', Times New Roman, serif;
    color: #000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
    color: #c49169;
}
.ui-tabs .ui-tabs-panel {
	background: #fff;
	padding: 30px 0;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 26px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.product-specs-box,
.product-tags-box {
	margin: 0 0 20px;
}
.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 10px 0 2px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
    font-size: 14px;
}

.attributes {
	margin: 20px 0;
}
.attributes dl {
	overflow: hidden;
}
.attributes dt label {
    font-weight: normal;
}
.attributes dt {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap;
	font-weight: bold;
}
.attributes .required {
    position: relative;
    top: -5px;
    right: -5px;
}
.attributes dd {
	margin: 0 0 30px;
}
.attributes dd:last-child {
    margin: 0 0 2px;
}
.attributes dd .option-list li {
    display: inline-block;
    margin-bottom: 5px;
}
.attributes dd .option-list li input[type='radio'] {
    display: none;
    cursor: pointer;
}
.attributes dd .option-list li input[type='radio'] ~ label {
    border: 2px solid #ddd;
    padding: 7px 12px;
    cursor: pointer;
}
.attributes dd .option-list li input[type='radio']:checked ~ label {
    color: #fff;
    border: 2px solid #000;
    background-color: #000;
}
.attributes li {
    line-height: 32px;
}
.attributes select {
	width: auto;
	max-width: 100%;
}
.attributes .option-list label {
	margin: 0 5px;
    font-size: 15px;
    color: #000;
}

.attributes .attribute-data:before,
.attributes .attribute-data:after {
    content: "";
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: #d9d9d9;
}
.attributes .attribute-data:after {
    right: 0;
    left: auto;
}
.attributes .attribute-data {
    position: relative;
    margin: 0 10px;
}

.attributes .datepicker {
	width: 200px;
	text-align: center;
}

.ui-datepicker {
	width: 280px;
    margin-top: -10px;
    margin-left: -10px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #fff;
	color: #000;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 32px;
	line-height: 32px;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 3px;
	/*background: url('../img/calendar-prev.png') center no-repeat;*/
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 3px;
	/*background: url('../img/calendar-next.png') center no-repeat;*/
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
    border: 2px solid #ddd;
    border-width: 2px 2px 0;
    border-bottom: none;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar {
    border: 2px solid #ddd;
}
.ui-datepicker-calendar th {
    border-bottom: 2px solid #ddd;
}
.ui-datepicker-calendar th {
	background-color: #f8f8f8;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
    color: #000;
}
.ui-datepicker-calendar th span {
    color: #888;
}
.ui-datepicker-week-end{
    background-color: #f8f8f8;
}
.ui-datepicker-today {
    background-color: #eaeaea;
}
.ui-datepicker-calendar .ui-state-default.ui-state-active {
    background-color: #c49169;
    color: #fff;
}

.attributes .textbox {
    border-width: 2px;
}
.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0 3px 3px;
    vertical-align: middle;
	line-height: normal !important;
	text-align: center;
}
.attribute-square-container {
    display: block;
    border: 1px solid transparent;
    padding: 2px;
    position: relative;
    z-index: 0;
}
.attribute-squares label {
	display: block;
	margin: 0 !important;
    overflow: hidden;
}
.attribute-square {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    box-shadow: 0 0 3px #ddd;
    cursor: pointer;
}
.selected-value .attribute-square-container {
    border: 1px solid #d9d9d9;
    padding: 2px;
	background: #fff;
}
.attribute-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}

/*image squares*/
.tooltip-container:before {
    border-bottom: 7px solid #eeeeee;
    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 {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 200px;
}
.tooltip-container:after {
    border-bottom: 6px solid #eee;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.attribute-squares li:hover .tooltip-container {
    margin-left: -76px;
    margin-top: 5px;
    visibility: visible;
    z-index: 999;
}
.attribute-squares li:hover .tooltip-container {
    visibility: visible;
}
.tooltip-container .tooltip-header {
    height: 28px;
    width: 198px;
    background-color: #eee;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 25px;
}
.tooltip-container .tooltip-body {
    margin: 5px;
}
.tooltip-container .tooltip-body img {
    border: 0 none #fff;
    width: 190px;
}
.qty-box {
    margin: 0 3px;
}
.qty-box input[type='text'] {
	margin: 15px 0;
    border-width: 2px;
    width: 50px;
    text-align: center;
}
/*end*/

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
    position: relative;
    max-width: 500px;
	margin: 0 auto 20px;
}
.giftcard div:last-child {
    margin: 0 auto;
}
.giftcard div:before,
.giftcard div:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: #d9d9d9;
}
.giftcard > div:before {
    right: auto;
}
.giftcard > div:after {
    left: auto;
}
.giftcard label {
	display: block;
	margin: 0 0 10px;
    font-size: 14px;
    color: #000;
}
.giftcard input,
.giftcard textarea {
	width: 100%;
}
.giftcard textarea{
	height: 150px;
}

.back-in-stock-subscription-page .page-body {
    padding: 0 10px;
}
.back-in-stock-subscription-page .button-1 {
    margin: 20px;
}

.product-details-page .product-grid {
    margin: 0;
    padding: 0 0 60px;
}
.product-details-page .product-grid .item-box .details,
.product-grid.cross-sells .item-box .details {
    padding-bottom: 20px;
}
.product-details-page .product-grid .item-box .details .product-rating-box {
    display: none;
}
.product-details-page .product-grid .prices span {
    line-height: 28px;
}
.product-details-page .data-table td {
    text-align: center;
}
.product-details-page .product-grid .title:after,
.product-details-page .product-grid .title:before {
    display: none;
}
.product-details-page .product-grid .title {
    z-index: 1;
}
.product-details-page .product-grid .title strong {
    padding: 0 15px;
    background-color: #f8f8f8;
}
.product-details-page .product-grid .title strong:before {
    content: '';
    background: url("../img/category-title-decoration.png") repeat-x scroll center top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    margin: auto;
    z-index: -1;
}

/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: '';
}
.product-reviews-page .title {
    margin: 0 0 10px;
	font-size: 28px;
}
.product-reviews-page .title strong {
    position: relative;
    margin: 0 15px;
    font-weight: normal;
}
.product-reviews-page .title strong:before,
.product-reviews-page .title strong:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -14px;
    height: 2px;
    width: 8px;
    margin: auto;
    background-color: #000;
}
.product-reviews-page .title strong:after {
    left: auto;
    right: -14px;
}
.product-reviews-page form {
    padding: 50px 20px 20px;
}
.write-review {
	margin: 0 0 30px;
}
.write-review .form-fields {
	margin: 0 0 15px;
}
.ui-tabs .form-fields {
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
    height: 26px;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
}
.write-review .review-rating li input[type="radio"] {
    width: 14px;
    opacity: 0;
}
.write-review .review-rating li.first {
	color: #cd405b;
}
.write-review .review-rating li:nth-child(2) {

    font-size: 0;
}
.write-review .review-rating li:nth-child(2) input {
	vertical-align: top;
    cursor: pointer;
}
.write-review .review-rating li:nth-child(2) label {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    background: url("../img/rating1.png") repeat-x scroll center;
}
.write-review .review-rating li:nth-child(2) label.checked {
    background: url("../img/rating2.png") repeat-x scroll center;
}
.write-review .review-rating li.last {
	color: #22af93;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
}
.product-reviews-page .result,
.product-reviews-page .message-error {
    position: absolute;
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
    position: relative;
    background-color: #fff;
}
.product-review-item:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: url("../img/category-title-decoration.png") repeat-x scroll center top;
}
.product-review-item-inner-wrapper {
	margin: 0;
    padding: 25px 20px 50px;
}
.product-review-item:last-child:after,
.product-review-item:only-child:after {
    display: none;
}
.product-review-item .review-item-head {
	margin: 0 0 5px;
	overflow: hidden;
	padding: 10px;
}
.product-review-item .review-title {
    font-size: 16px;
	color: #000;
}
.product-review-item .review-title strong {
    font-weight: normal;
}
.product-review-item .product-review-box {
	margin: 0 0 10px;
}
.product-review-item .review-text {
	margin: 0 0 20px;
    line-height: 26px;
}
.product-review-item .review-info {
	margin: 0 0 20px;
    clear: both;
}
.product-review-item .review-info .date span {
    color: #000;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
    color: #c49169;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
}
.product-review-helpfulness .result {
	margin: 0;
    color: #ed3b4b;
}

.product-review-item .reply {
    margin: 25px 0 0;
}
.product-review-item .reply-header {
    font-size: 16px;
    color: #000;
    margin: 0 0 8px;
}

/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
    position: relative;
	margin: 0 0 20px;
}
.wishlist-content form {
    overflow: hidden;
}
.wishlist-content .message-error {
    top: -30px;
    bottom: auto;
	margin: 0 0 10px;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 30px;
    text-align: center;
}
.wishlist-content .buttons {
    margin-bottom: 20px;
	font-size: 0;
}
.wishlist-content .button-2 {
    display: inline-block;
	height: 50px;
    width: 300px;
    max-width: 90%;
    margin: 0 5px 10px;
	border: 2px solid #ccc;
    background-color: transparent;
}
.share-info {
    padding: 0 20px;
    text-align: center;
}
.wishlist-page .share-info a {
	display: block;
	margin: 5px 0;
	font-weight: bold;
}
.wishlist-page .cart .product-name {
    padding: 0;
    font-family: "Playfair Display",Times New Roman,serif;
    color: #000;
}
.wishlist-page
.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .clear-list {
	display: inline-block;
    margin-bottom: 20px;
    padding: 10px 35px;
    border: 2px solid #c49169;
    background-color: transparent;
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.compare-products-page .clear-list:hover {
    background-color: #c49169;
    color: #fff;
}
.compare-products-table {
	display: none;
}
.compare-products-page .button-2 {
	display: inline-block;
    border: none;
	padding: 10px 15px 10px 35px;
    background: #e7e7e7 url(../img/popup-close.png) no-repeat 12px center;
    background-size: 15px;
    font-size: 13px;
    font-family: "Montserrat",Verdana,sans-serif;
    color: #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.compare-products-page .button-2:hover {
    background-color: #f8f8f8;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .compare-products-table .product-name a {
    font-family: 'Playfair Display', Times New Roman, serif;
    font-size: 20px;
    color: #000;
}
.compare-products-page .compare-products-table .product-name a:hover {
    color: #7c7c7c;
}
.compare-products-table .product-name td {
    background: #f6f6f6;
}
.compare-products-table .product-price td {
    color: #c00;
}
.compare-products-table .product-price td:first-child {
    color: #666;
}
.compare-products-table .full-description {
	display: none;
}
.compare-products-table-mobile img {
    max-width: 160px;
}
.compare-products-table .short-description td {
    border: none;
}
.compare-products-table .specification a {
    font-size: 14px;
    font-weight: normal;
}


/*********** TOPICS ***********/

.topic-page .page-body {
    padding: 0 20px;
    text-align: center;
}
.topic-page .page-title {
    margin-bottom: 50px;
}

.topic-block {
    max-width: 1260px;
	margin: 0 20px 70px;
}
.home-page .topic-block {
    max-width: 1260px;
	margin: 0 15px 40px;
    text-align: center;
}
.topic-block-title {
	margin: 0 0 30px;
    text-align: center;
}
.topic-block-title h2 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Playfair Display', Times New Roman, serif;
    color: #000;
}
.topic-block-title h2:before,
.topic-block-title h2:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.topic-block-title h2:after {
    left: auto;
    right: 0;
}
.home-page .topic-block-title h2 {
    font-size: 30px;
}
.home-page .topic-block-title h2:before,
.home-page .topic-block-title h2:after {
    display: none;
}
.page .topic-block {
    margin: 40px auto 20px;
    padding: 0 20px;
}
.topic-block-body {
    text-align: center;
	line-height: 26px;
    color: #7c7c7c;
}
.topic-block a,
.topic-page a {

}
.topic-page .page-body {
    max-width: 1260px;
    margin: auto;
	line-height: 20px;
}
.popup-window .topic-page {
}

.not-found-page p {
	margin: 30px 0;
}

.topic-password {
    padding: 50px 20px 120px;
    background-color: #fff;
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #ed3b4b;
}
.enter-password-form:before,
.enter-password-form:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 10px;
    background-color: #d9d9d9;
}
.enter-password-form:after {
    left: auto;
}
.enter-password-form {
    position: relative;
	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"] {
    position: absolute;
    right: 0;
    bottom: -75px;
    left: 0;
	width: auto !important;
    min-width: 200px;
	height: 50px !important;
    margin: auto;
	border: 2px solid #ccc !important;
	background: transparent !important;
	padding: 0 20px !important;
	font-size: 18px !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.enter-password-form input[type="submit"]:hover {
    background-color: #ccc !important;
}
.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 0 15px;
}
.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form {
    position: relative;
    padding: 40px 20px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
    position: absolute;
    bottom: 120px;
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.button-1 {
    height: 50px;
    padding: 0 35px;
	border: 2px solid #c49169;
    background-color: transparent;
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
	text-align: center;
    font-weight: normal;
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 24px;
}
.email-a-friend-page .title h2 a {
    position: relative;
    padding: 0 15px;
    color: #c49169;
}
.email-a-friend-page .title h2 a:before,
.email-a-friend-page .title h2 a:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
}
.email-a-friend-page .title h2 a:after {
    left: auto;
    right: 0;
}




/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/


.registration-page .title strong,
.account-page .title strong,
.return-request-page .title strong,
.shipment-details-page .title strong {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-weight: normal;
    font-size: 24px;
    font-family: 'Playfair Display', Times New Roman, serif;
    color: #000;
}
.registration-page .title strong:before,
.registration-page .title strong:after,
.account-page .title strong:before,
.account-page .title strong:after,
.return-request-page .title strong:before,
.return-request-page .title strong:after,
.shipment-details-page .title strong:before,
.shipment-details-page .title strong:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.registration-page .title strong:after,
.account-page .title strong:after,
.return-request-page .title strong:after,
.shipment-details-page .title strong:after {
    right: 0;
    left: auto;
}
.return-request-list-page .title strong:before,
.return-request-list-page .title strong:after {
    display: none;
}

.registration-page .form-fields,
.account-page .form-fields,
.return-request-page .form-fields {
    width: 628px;
    max-width: 100%;
    margin: auto;
    padding: 40px 20px;
    background-color: #fff;
}
.form-fields .inputs.without-borders:before,
.form-fields .inputs.without-borders:after {
    display: none;
}
.registration-page .form-fields .inputs,
.account-page .form-fields .inputs {
    width: 346px;
    max-width: 100%;
}
.inputs.checkbox-fot-newsletter input,
.inputs.checkbox-fot-newsletter label {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
}
.fieldset.without-borders .inputs ul label {
    color: #888;
}
.gender {
	/*display: inline-block;*/
    text-align: center;
}
.gender span {
    margin: 0 10px;
}
.gender label {
    line-height: 36px;
}
.gender * {
	display: inline !important;
	margin: 0 3px;
	vertical-align: middle;
	line-height: 32px;
}
.date-of-birth select {
	width: 32%; /*birth-date selectors, always single line*/
}
.inputs.date-of-birth:before,
.inputs.date-of-birth:after {
    display: none;
}
.date-of-birth .select-wrap {
    width: 33.333%;
    margin: 0 -1px;
}
.date-of-birth .select-inner {
    font-size: 14px;
    color: #666;
}
.date-of-birth select + select {
	margin: 0 0 0 2%;
}
.inputs.check-username-availability {
    margin-bottom: 95px;
}
.check-username-availability-button {
    position: absolute;
    right: 0;
    bottom: -95px;
    left: 0;
    height: 50px;
	margin: 0 auto;
	border: 2px solid #ccc;
	padding: 0 30px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#check-availability-button:hover {
    background-color: #ccc;
}
#username-availabilty {
    position: absolute;
    right: 0;
    left: 0;
	margin: 15px auto 0;
    text-align: center;
    font-size: 12px;
}
#username-availabilty:empty {
	display: none;
}
.email-to-revalidate {
    font-size: 14px;
    color: #666;
    display: block;
    text-align: left;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #d9d9d9;
    padding: 6px 8px;
    position: relative;
    cursor: not-allowed;
}
.email-to-revalidate:before,
.email-to-revalidate:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 2px;
    background-color: #d9d9d9;
}
.email-to-revalidate:before {
    left: 0;
}
.email-to-revalidate:after {
    right: 0;
}

.vat-status,
.vat-note,
.email-to-revalidate-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
	white-space: normal;
    position: relative;
    z-index: 2;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.accept-privacy-policy {
	margin: -20px 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.accept-privacy-policy .read {
    cursor: pointer;
	color: #c49169;
}
.registration-page .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,
.user-agreement-page .button-1 {
    width: 340px;
    max-width: 90%;
	border: 2px solid #c49169;
	padding: 0 30px;
}
.registration-page .button-1 {
    width: 300px;
    max-width: 90%;
}
.registration-result-page .result {
	margin: 0 0 60px;
	color: #690;
}
.fieldset.without-borders .inputs:before,
.fieldset.without-borders .inputs:after{
    display: none;
}

.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .customer-blocks .buttons {
    padding: 25px 20px 50px;
    background-color: #fff;
}
.login-page .customer-blocks .buttons input {
    width: 200px;
    margin: 0 5px;
    padding: 0;
}
.login-page .customer-blocks .buttons input + input {
    margin-top: 10px;
}
.login-page .title {
	margin: 0 0 10px;
}
.login-page .title strong,
.facebook-login-block .title {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-weight: normal;
    font-size: 24px;
    font-family: 'Playfair Display', Times New Roman, serif;
    color: #000;
}
.login-page .title strong:before,
.login-page .title strong:after,
.facebook-login-block .title:before,
.facebook-login-block .title:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.login-page .title strong:after,
.facebook-login-block .title:after {
    right: 0;
    left: auto;
}
.login-page .new-wrapper,
.login-page .returning-wrapper {
	max-width: 500px;
    margin: 0 auto 30px;
}
.login-page .new-wrapper .buttons {
    padding-top: 0;
}
.login-page .inner-wrapper {
}
.login-page .text {
    background-color: #fff;
	margin: 0;
    padding: 40px 20px;
    line-height: 26px;
    color: #666;
}
.login-page .inputs.reversed * {
    display: inline-block;
    width: auto;
	margin: 5px 5px 5px 0;
	font-size: 12px; /*reset zeroing*/
}
.login-page .inputs.reversed span {
    margin-left: 15px;
}
.login-page .returning-wrapper form {
    margin: 0;
    background: transparent;
}
.login-page .returning-wrapper form .form-fields {
    overflow: hidden;
    padding: 40px 20px 0;
    background-color: #fff;
}
.login-page .inputs,
.password-recovery-page .inputs {
    max-width: 346px;
}
.login-page .inputs label,
.password-recovery-page .inputs  label {
    text-align: center;
}
.login-page .inputs.reversed {
    margin: -20px auto 15px;
}
.login-page .inputs.reversed:before,
.login-page .inputs.reversed:after {
    display: none;
}

.external-authentication {
	margin: 0 0 80px;
	overflow: hidden;
	text-align: center;
}
.external-authentication .title {
    margin-bottom: 30px;
}
.facebook-login-block {
    padding: 0 20px;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 0 0 40px;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}
.login-page .topic-block {
    max-width: none;
}
.login-page .topic-block-title {
    position: relative;
}
.login-page .topic-block-title h2 {
    position: static;
    background: #f8f8f8;
    font-size: 30px;
}
.login-page .topic-block-title h2:before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: -20px;
    height: 1px;
    width: auto;
    margin: auto;
    z-index: -1;
    background: url("../img/category-title-decoration.png") repeat-x scroll center top;
}
.login-page .topic-block-title h2:after {
    display: none;
}
.password-recovery-page form {
    max-width: 628px;
    padding: 40px 20px;
}
.password-recovery-page form .fieldset {
    margin: 0 0 40px;
}
.password-recovery-page form .buttons {
    margin: 0;
}


.account-page .page-title h1 {
    white-space: nowrap;
}
.customer-pages-body .center-side-wrapper {
    padding-top: 110px;
}
.block.block-account-navigation {
    max-width: 628px;
    margin: 0 auto;
}
.block.block-account-navigation .list .downloadable-products,
.block.block-account-navigation .list .back-in-stock-subscriptions {
	display: none !important;
}
.customer-pages-body .block-account-navigation .title {
    display: none;
}
.customer-pages-body .block-account-navigation .listbox:before {
    content: '';
    position: absolute;
    top: -13px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 0;
    width: 0;
    margin: auto;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 15px 15px;
}
.customer-pages-body .block-account-navigation .listbox {
    position: relative;
    display: block !important;
    padding: 0;
}
.customer-pages-body .block-account-navigation .listbox ul {
    padding: 15px 20px;
    font-size: 0;
}
.customer-pages-body .block-account-navigation .listbox li {
    text-align: center;
    background: url(../img/category-title-decoration.png) repeat-x 0 bottom;
}
.customer-pages-body .block-account-navigation .listbox li:last-child {
    background: none;
}
.customer-pages-body .block-account-navigation a {
    display: inline-block;
    padding: 14px 10px;
    background: none;
    text-align: center;
    font-size: 15px;
    color: #666;
}
.customer-pages-body .block-account-navigation a.active:before,
.customer-pages-body .block-account-navigation a.active:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 5px;
    height: 2px;
    background-color: #c49169;
}
.customer-pages-body .block-account-navigation a.active:after {
    right: 0;
    left: auto;
}
.customer-pages-body .block-account-navigation a.active {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #c49169;
}
.account-page .page-title {
    position: absolute;
    top: 0;
    width: 100%;
}
.account-page form {
    background-color: transparent;
}
.account-page form .form-fields {
    background-color: #fff;
    padding: 40px 20px;
}
.account-page .address-item .button-2 {
	border: none;
	padding: 23px;
    font-size: 14px;
    font-family: "Montserrat", Verdana, sans-serif;
    color: #c49169;
}
.account-page .edit-address {
	width: 100%;
    max-width: 628px;
    margin: 0 auto 50px;
    padding: 40px 20px;
    background-color: #fff;
}
.account-page .edit-address .inputs {
        max-width: 346px;
}
.account-page .inputs .select-wrap {
    width: 100%;
}
.account-page .date-of-birth.inputs .select-wrap {
    width: 33.33%;
}
.account-page .description {
	margin: 0 20px 60px;
}
.account-page .no-data {
    margin-bottom: 60px;
    background-color: #fff;
    padding: 40px;
}

.order-list-page .order-list {
    font-size: 0;
}
.address-list-page .address-item,
.order-list-page .order-item {
    max-width: 628px;
    margin: 0 auto 50px;
    font-size: 14px;
}
.order-list-page .order-item .title strong:before,
.order-list-page .order-item .title strong:after {
    display: none;
}
.address-list-page .info,
.order-list-page .info {
	margin: 0;
    padding: 40px 20px;
	line-height: 24px;
    background-color: #fff;
    color: #000;
}
.address-list-page .info {
    min-height: 272px;
}
.address-list-page .info li > * {
    vertical-align: bottom;
}
.address-list-page .info li label {
    color: #7c7c7c;
}
.order-list-page .info {
    padding: 32px 20px 70px;
    color: #7c7c7c;
}
.order-list-page .info span {
    margin-left: 2px;
    color: #000;
}
.page.return-request-page form {
    background-color: transparent;
}
.return-request-page .qq-upload-button {
    font-size: 13px;
    margin: auto;
}
.address-list-page .info .name {
    font-size: 16px;
    font-weight: bold;
}
.address-list-page .buttons {
    background: #fff url(../img/category-title-decoration.png) repeat-x;
    font-size: 0;
}
.address-list-page .buttons .edit-address-button {
    background: url(../img/button-edit.png) no-repeat left center;
}
.address-list-page .buttons .delete-address-button {
    background: url(../img/button-delete.png) no-repeat left center;
}
.address-list-page .add-button {
    clear: both;
	margin: 0 0 15px;
	text-align: center;
}
.order-list-page .order-item .buttons:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: auto;
    margin: auto;
    width: 6px;
    height: 1px;
    background: #c49169;
}
.order-list-page .order-item .buttons:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: auto;
    margin: auto;
    width: 6px;
    height: 1px;
    background: #c49169;
}
.order-list-page .order-item .buttons {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    margin: auto;
}
.order-list-page .order-item .buttons .button-2 {
    margin: 0 8px 0 12px;
    border: none;
    font: normal 14px 'Montserrat', Verdana, sans-serif;
    color: #c49169;
}
.order-list-page .order-item .buttons .button-2:hover {
    background: none;
}

.subscription-list table {
    margin-bottom: 50px;
}
.subscription-list tr:last-child td {
    border-bottom: none;
}

.return-request-list-page .request-item {
    max-width: 628px;
    margin: 0 auto 50px;
}
.return-request-list-page .request-item .details {
    padding: 40px 20px;
    background-color: #fff;
    line-height: 24px;
    color: #000;
}
.return-request-list-page .request-item .details label {
    margin-right: 2px;
    color: #7c7c7c;
}
.return-request-list-page .request-item .details li > * {
    vertical-align: bottom;
}
.return-request-list-page a {
	font-weight: bold;
}
.return-request-list-page .comments:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 1px;
    background: url("../img/category-title-decoration.png") repeat-x 0 0;
}
.return-request-list-page .comments {
    position: relative;
	margin: 15px 0 0;
    padding-top: 15px;
}

.user-agreement-page .terms-of-agreement {
	margin: 0 0 40px;
	text-align: center;
}

.reward-points-page .data-table th,
.reward-points-page .data-table td {
    text-align: center;
}
.reward-points-page .data-table .date {
    min-width: 200px;
}
.reward-points-page .data-table td.points-balance {
    font-size: 15px;
    color: #666;
}
.reward-points-page .data-table td.message {
    font: normal 14px 'Montserrat', Verdana, sans-serif;
    color: #7c7c7c;
}
.reward-points-overview {
    margin: 0 0 15px;
}
.reward-points-overview .current-balance {
    margin: 0 20px 50px;
}

.avatar-page .message-error {
    position: relative;
	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: 100%;
	overflow: hidden;
    text-align: center;
}
.avatar-page input[type="submit"] {
	height: 50px;
    min-width: 200px;
    width: auto;
    margin: 0 5px 10px;
}
.avatar-page .info {
	margin: 0 20px 20px;
}
.registration-page .inputs .select-wrap {
    width: 100%;
}
.registration-page .inputs.date-of-birth .select-wrap {
    width: 33.333%;
}

.my-product-reviews-list-page .page-body {
    background-color: #fff;
}
.my-product-reviews-list-page .product-review-item {

}
.my-product-reviews-list-page .product-review-item  .product-review-item-inner-wrapper {
    max-width: 1260px;
    margin: 0 auto;
    padding: 25px 20px 35px;
}
.my-product-reviews-list-page .review-title {
    margin-bottom: 10px;
}

.vendorinfo-page .vendor-picture {
}
.vendorinfo-page .vendor-picture > * {
    display: block;
    margin: 10px auto 0;
}
.vendorinfo-page .remove-picture-button {
    height: 50px;
    min-width: 200px;
    width: auto;
    border: 2px solid #c49169;
    background-color: transparent;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.vendorinfo-page .remove-picture-button:hover {
    background-color: #c49169;
    color: #fff;
}

/********** SHOPPING CART **********/



.order-progress {
	margin: 0;
	text-align: center;
    background-color: #eaeaea;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 50px 2px 15px;
    border-bottom: 8px solid #000;
}
.order-progress a {
	display: block;
    min-width: 100px;
    padding: 0 10px 16px;
	font-size: 13px; /*reset zeroing*/
    text-transform: uppercase;
    color: #000;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step {
	opacity: 0.3;
}
.order-progress li.inactive-step a {
	cursor: default;
}
.shopping-cart-page .message-error {
    position: static;
}
.shopping-cart-page.page form {
    background-color: transparent;
}
.shopping-cart-page .table-wrapper,
.shopping-cart-page .cart-options > div,
.checkout-page .cart-options > div {
    background-color: #fff;
}
.shopping-cart-page .cart-options > div,
.checkout-page .cart-options > div {
    margin-bottom: 50px;
    padding: 30px 10px;
}
.shopping-cart-page .checkout-attributes select {
    border-width: 2px;
}
.selected-checkout-attributes {
    line-height: 24px;
}
.shopping-cart-page .table-wrapper table {
    margin: 0;
}
.shopping-cart-page .cart th {
    color: #000;
}
.shopping-cart-page .cart .product,
.checkout-page .cart .product,
.order-details-page .data-table .product,
.order-details-page .data-table .name {
    text-align: left;
}
.shopping-cart-page .cart td.product .edit-item a {
    color: #c49169;
}
.shopping-cart-page .cart td.product a,
.checkout-page .cart td.product a,
.order-details-page .data-table .product a,
.shopping-cart-page .footable-row-detail .product-name {
    font-family: "Playfair Display",Times New Roman,serif;
    color: #000;
}
.shopping-cart-page .footable-row-detail div {
    color: #7c7c7c;
}
.shopping-cart-page .footable-row-detail-row > div:first-child {
    color: #000;
}
.shopping-cart-page .cart td.product a:hover,
.checkout-page .cart td.product a:hover,
.order-details-page .data-table .product a:hover {
    color: #aaa;
}
.shopping-cart-page .table-wrapper table tr:last-child td {
    background: url("../img/category-title-decoration.png") repeat-x scroll 0 bottom !important;
}
.shopping-cart-page .cart .qty-input,
.shopping-cart-page .cart .qty-dropdown {
    width: 45px;
    height: 45px;
}
.shopping-cart-page .cart .select-wrap {
    height: 45px;
    width: 50px;
    border:2px solid #d9d9d9;
    background-position: 23px center;
}
.shopping-cart-page .cart .qty-dropdown:before,
.shopping-cart-page .cart .qty-dropdown:after {
    display: none;
}
.shopping-cart-page .cart .qty-dropdown {
    top: -2px;
    left: -3px;
    width: 50px;
}
.shopping-cart-page .cart .select-wrap .select-inner {
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 20px;
}
.shopping-cart-page .cart .select-wrap .select-box {
    min-width: 0;
}


.shopping-cart-page .button-1,
.checkout-page .button-1 {
	width: 340px;
    max-width: 100%;
    border: 2px solid #c49169;
	padding: 10px 15px;
}
.shopping-cart-page .button-1 {
    height: 60px;
    font-size: 22px !important;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover {
    background-color: #c49169;
    color: #fff;
}
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
	display: inline-block;
	border: 2px solid #ccc;
	padding: 10px 20px;
}
.order-details-page .page-title .buttons {
    position: absolute;
    right: 0;
    bottom: -150px;
    left: 0;
    font-size: 0;
}
.order-details-page .page-title .buttons a {
    min-width: 200px;
    max-width: 240px;
    margin: 0 5px;
}
.order-details-page .page-title .buttons a + a {
    margin-top: 10px;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background: #fff url('../img/close.png') center no-repeat;
	cursor: pointer;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}

.cart-options {
	margin: 0 0 30px;
	text-align: center;
}
.cart-options .common-buttons {
	font-size: 0;
}
.cart-options .common-buttons input {
	min-width: 300px;
	margin: 0 10px;
    background-color: transparent;
}
.cart-options .common-buttons input:hover {
    background-color: #ccc;
}
.cart-options .common-buttons input:first-child {
    margin-bottom: 10px;
}
.cart-options .common-buttons input.update-cart-button {
    border-color: #c49169;
}
.cart-options .common-buttons input.update-cart-button:hover {
    background-color: #c49169;
    color: #fff;
}
.cart-options .checkout-attributes {
	margin: 20px 0;
}
.cart-options .checkout-attributes dt {
    position: relative;
    display: inline-block;
	margin: 0 0 5px;
	font-weight: bold;
}
.cart-options .checkout-attributes dt .required {
    top: -12px;
    bottom: auto;
}
.cart-options .checkout-attributes dd {
	margin: 0 0 20px;
}
.cart-options .checkout-attributes dd:last-child {
    margin: 0;
}
.cart-options .checkout-attributes ul {
}
.cart-options .checkout-attributes li {
	line-height: 24px;
}
.cart-options .checkout-attributes li * {
	vertical-align: middle;
}
.cart-options .checkout-attributes dt .text-prompt {
    font-weight: normal;
    font-size: 16px;
}
.cart-options .checkout-attributes dd label {
    color: #000;
}
.cart-options .selected-checkout-attributes {
	margin: -50px 0 0;
    background: url("../img/category-title-decoration.png") repeat-x 0 top;
}
.cart-options .checkout-attributes .select-wrap {
    width: auto;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
    width: 100%;
    max-width: 628px;
	margin: 0 auto 30px;
    padding: 0 0 60px;
    background-color: #fff;
}
.cart-footer .totals > div {
    padding-left: 20px;
    padding-right: 20px;
}
.cart-footer .total-info {
	margin: 40px 0 35px;
}
.cart-total tr:last-child td {
    background: url("../img/category-title-decoration.png") repeat-x 0 top;
}
.cart-total td {
	width: 50%;
	border: none;
	padding: 0;
    line-height: 40px;
    font-size: 15px;
    color: #666;
}
.cart-total td.cart-total-left {
    padding-left: 5%;
    text-align: left;
}
.cart-total tr:last-child td.cart-total-left {
    font-size: 18px;
    font-weight: bold;
}
.cart-total td.cart-total-right {
    padding-right: 5%;
    text-align: right;
    font-size: 20px;
    font-family: 'Playfair Display',Times New Roman, serif;
    color: #c49169;
}
.cart-total tr:last-child td.cart-total-right {
    font-size: 22px;
    font-weight: bold;
}
.cart-total .order-total {
	font-size: 16px;
	color: #c00;
}
.terms-of-service {
	margin: 0 0 20px;
    color: #666;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	margin: 0 0 0 3px;
	font-weight: bold;
    cursor: pointer;
}
.terms-of-service span {
    vertical-align: bottom;
}
.cart-footer .checkout-button {
	font-size: 18px;
}
.cart-footer .addon-buttons {
	margin: 0;
}

.cart-collaterals {
    width: 100%;
	max-width: 628px;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
    background-color: #fff;
}
.cart-collaterals .shipping .inputs {
    max-width: 346px;
}
.cart-collaterals .shipping .inputs .select-wrap {
    width: 100%;
    background-position: 97% center;
}
.cart-collaterals .shipping .buttons {
    margin: 0;
    padding-bottom: 30px;
}
.cart-collaterals .title,
.shopping-cart-page .totals .title {
	margin: 0;
    padding: 10px;
    background-color: #f8f8f8;
}
.cart-collaterals .title strong,
.shopping-cart-page .totals .title strong {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-weight: normal;
    font-size: 24px;
    font-family: 'Playfair Display', Times New Roman, serif;
    color: #000;
}
/*styles for cart totals in shopping cart page*/
.shopping-cart-page .cart-total tr:last-child td {
    background: none;
}
.shopping-cart-page .cart-total tr:last-child td.cart-total-left {
    font-size: 15px;
    font-weight: normal;
}
.shopping-cart-page .cart-total tr:last-child td.cart-total-right {
    font-size: 20px;
    font-weight: normal;
}
.shopping-cart-page .cart-total .value-summary strong {
    font-size: 22px;
}
.shopping-cart-page .order-total {
    background: url("../img/category-title-decoration.png") repeat-x 0 top, url("../img/category-title-decoration.png") repeat-x 0 bottom;
}
.shopping-cart-page .order-total td {
    line-height: 50px;
}
.shopping-cart-page .order-total .cart-total-left label {
    font-size: 18px;
    font-weight: bold;
}


.cart-collaterals .title strong:before,
.cart-collaterals .title strong:after,
.shopping-cart-page .totals .title strong:before,
.shopping-cart-page .totals .title strong:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.cart-collaterals .title strong:after,
.shopping-cart-page .totals .title strong:after {
    left: auto;
    right: 0;
}
.cart-collaterals .hint {
	margin: 0 0 10px;
    padding: 25px 0 0;
    color: #000;
}
.cart-collaterals .deals > div {
	margin: 0;
    padding: 0 0 19px;
    text-align: center;
}
.cart-collaterals .coupon-code {
    position: relative;
    max-width: 346px;
    margin: 0 auto 80px;
	font-size: 0;
}
.cart-collaterals .coupon-code:before,
.cart-collaterals .coupon-code:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 2px;
    background-color: #d9d9d9;
}
.cart-collaterals .coupon-code:after {
    left: auto;
    right: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
	/*float: left;
	width: 65%;*/
	height: 36px; /*safari padding fix*/
	/*margin: 0 -1px 0 0;*/
    display: block;
    width: 100%;
    margin: 0 auto 18px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	/*float: left;
	width: 35%;*/
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
	height: 45px; /*safari padding fix*/
    margin: auto;
    padding: 0 30px;
    background-color: transparent;
}
.cart-collaterals .coupon-code input[type="submit"]:hover {
    background-color: #ccc;
}
.cart-collaterals .message-failure {
	margin: 5px 0 0;
    font-size: 13px;
	color: #ed3b4b;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	color: #690;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
}
.cart-collaterals .current-code .remove-discount-button {
    vertical-align: bottom;
}
.cart-collaterals .shipping-results {
	margin: 10px 0 0;
    padding: 20px;
    background: url("../img/category-title-decoration.png") repeat-x 0 top;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}
.cart-collaterals .shipping-results li strong {
    font-weight: normal;
    margin-right: 5px;
    color: #000;
}
.cart-collaterals .shipping-results li span {

}


/********** CHECKOUT **********/


.checkout-page form {
    background-color: transparent;
}
.checkout-page .title strong {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-weight: normal;
    font-size: 24px;
    font-family: 'Playfair Display', Times New Roman, serif;
    color: #000;
}
.checkout-page .title strong:before,
.checkout-page .title strong:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.checkout-page .title strong:after {
    left: auto;
    right: 0;
}
.checkout-page .pickup-in-store label {
    line-height: 22px;
    font-weight: bold;
    color: #000;
}
.checkout-page .pickup-in-store .description {
    font-size: 13px;
    color: #666;
}
.billing-address-page .title strong:after,
.shipping-address-page .title strong:after {
    right: 0;
    left: auto;
}
.billing-address-page .cart,
.shipping-address-page .cart {
    margin: 0;
}
.billing-address-page .cart tr.cart-item-row:last-child td,
.shipping-address-page .cart tr.cart-item-row:last-child td {
    background: #fff url("../img/category-title-decoration.png") repeat-x scroll 0 bottom !important;
}
.billing-address-page .cart-options .selected-checkout-attributes,
.shipping-address-page .cart-options .selected-checkout-attributes {
    margin: 0;
    padding: 30px;
    /*background-image: none;*/
    background-color: #fff;
    line-height: 24px;
}
/*.billing-address-page .cart-footer,
.shipping-address-page .cart-footer,*/
.checkout-page .cart-footer {
    margin-top: 70px;
    background-color: #fff;
}
/*.billing-address-page .cart-footer .totals,
.shipping-address-page .cart-footer .totals,*/
.checkout-page .cart-footer .totals {
    margin: 0 auto;
    padding: 40px 20px;
}
/*.billing-address-page .cart-footer .totals .title,
.shipping-address-page .cart-footer .totals .title,*/
.checkout-page .cart-footer .totals .title {
    display: none
}
.billing-addresses ~ .buttons,
.shipping-addresses ~ .buttons {
    max-width: 628px;
    margin: 0 auto;
    padding: 60px 0 40px;
    background-color: #fff;
}
.checkout-page .section.select-shipping-address,
.checkout-page .section.select-billing-address {
    margin-bottom: 80px;
}
.checkout-page .section.new-billing-address,
.checkout-page .section.new-shipping-address {
    max-width: 628px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}
.new-billing-address .title,
.new-shipping-address .title {
    margin: 0;
    padding: 0 20px 10px;
    background: #f8f8f8;
}
.new-billing-address .edit-address,
.new-shipping-address .edit-address {
    padding: 40px 20px 0;
}
.new-billing-address .inputs,
.new-shipping-address .inputs {
    width: 100%;
    max-width: 346px;
}
.new-billing-address .inputs:last-child,
.new-shipping-address .inputs:last-child {
    margin-bottom: 0;
}
.checkout-page .inputs .select-wrap {
    width: 100%;
}
.checkout-page .section {
	margin: 0 0 30px;
}
.checkout-page .pickup-points-map {
    max-width: 100%;
    height: 400px;
    margin: 50px 0;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
    max-width: 628px;
	margin: 0 auto 50px;
    padding: 40px 20px;
    background-color: #fff;
}
.checkout-page .address-item:only-child {
    float: none;
    margin: 0 auto 0.5% !important;
}
.checkout-page .address-box {
	margin: 0 0 40px;
}
.checkout-page .address-item li {
	line-height: 24px;
    color: #000;
}
.checkout-page .address-item li label {
    color: #7c7c7c;
}
.checkout-page .address-item li.name {
	margin: 0;
}
.checkout-page .address-item li.country {
	margin: 0;
	font-size: 16px;
    font-weight: bold;
}
.checkout-page .edit-address {
	margin: 0;
}

.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 auto 40px;
}
.payment-method .method-name > div {
    display: inline-block;
    vertical-align: middle;
}
.shipping-method .method-list li,
.payment-method .method-list li {
    position: relative;
    margin: 0;
	padding: 15px 0 20px;
    background: url(../img/category-title-decoration.png) repeat-x left bottom;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
    color: #000;
}
.shipping-method .method-description {
	margin: 5px 0 0;
    font-size: 13px;
    color: #666;
}
.use-reward-points {
	margin: 0 0 10px;
    font-size: 13px;
    color: #666;
}
.payment-method-page .use-reward-points {
    padding-bottom: 20px;
    background: url(../img/category-title-decoration.png) repeat-x scroll left bottom;
}
.checkout-page .payment-info {
	max-width: 628px;
    margin: 0 auto 40px;
    padding: 40px 20px;
    background-color: #fff;
}
.checkout-page .payment-info form {
    margin: 0;
}
.payment-info .info {
    margin-bottom: 40px;
}
.payment-info .info td {
    width: 50%;
	padding: 5px;
}
.payment-info-page .payment-info .info td {
    text-align: left;
}
.payment-info-page .payment-info .info td:first-child {
    text-align: right;
}
.payment-info-page .payment-info .info td:only-child {
    text-align: center;
}
.checkout-page .payment-info .buttons {
    margin: 0;
}
.payment-info-page .payment-info .info td input,
.payment-info-page .payment-info .info td select {
    border-width: 2px;
}

.confirm-order .terms-of-service {
}
.confirm-order .button-1 {
	margin: 0 0 20px;
	font-size: 18px;
}

.order-completed .details {
	max-width: 628px;
    margin: 0 auto;
    padding: 40px 20px 20px;
    background-color: #fff;
}
.order-completed .details a {
	display: block;
	margin: 20px 0 0;
	font-weight: bold;
}
.order-completed .details strong {
    color: #000;
}
.order-completed .buttons {
    max-width: 628px;
    margin: 0 auto;
    padding: 20px 20px 40px;
    background-color: #fff;
}

.order-review-data,
.order-details-area,
.shipment-details-area {
	margin: 0 0 20px;
	overflow: hidden;
}
.order-details-area {
    overflow: hidden;
}
.order-review-data > div,
.order-details-area > ul,
.shipment-details-area > div {
    width: 100%;
    max-width: 935px;
	margin: 0 0 50px;
    padding: 40px 20px;
    background-color: #fff;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	line-height: 24px;
    color: #666;
}
.billing-info,
.shipping-info {
    margin-bottom: 35px;
}
.order-details-area li,
.billing-info li,
.shipping-info li {
    position: relative;
}
.order-details-area li.country:after,
.order-review-data .billing-info li.country:after,
.shipping-info li.country:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    height: 1px;
    background: url("../img/category-title-decoration.png") repeat-x 0 bottom;
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 35px 0 12px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}
.order-details-area .billing-info .repost form {
    margin-bottom: 0;
}
.order-details-area .hint em {
    font-style: normal;
}
.order-details-page .page-title {
	margin: 0 0 150px;
	/*overflow: hidden;*/
}
.order-details-page .page-title h1 {
	margin: 0 0 10px;
}
.order-details-page .order-overview {
	margin: 0 0 50px;
	line-height: 24px;
    color: #666;
}
.order-details-page .order-overview .order-number strong {
    font-size: 16px;
    color: #000;
}
.order-details-page .products .title {
    margin: 0 20px 20px;
    font-size: 24px;
    font-family: "Playfair Display",Times New Roman,serif;
    color: #000;
}
.order-details-page .products table td,
.order-details-page .products table th {
    text-align: center;
}
.order-details-page .products table td.unit-price,
.shopping-cart-page .cart td.unit-price,
.checkout-page .cart td.unit-price {
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 20px;
}
.order-details-page .products table tr:last-child td {
    border-bottom: none;
}
.order-details-page .tax-shipping-info {
	margin: 0 0 20px;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	font-size: 0;
}
.order-details-page .actions input {
	width: 340px;
    max-width: 90%;
	margin: 0 5px;
	border: 2px solid #c49169;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.order-details-page .actions input:hover {
    background-color: #c49169;
    color: #fff;
}
.order-details-page .actions .button-2 {
    height: 50px;
    margin-top: 10px;
    border: 2px solid #ccc;
    background: transparent;
}
.order-details-page .actions .button-2:hover {
    background-color: #ccc;
    color: #000;
}
.order-details-page .totals {
    padding: 40px 20px;
    background-color: #fff;
}
.order-details-page .cart-total {
	width: 100%;
    max-width: 628px;
	margin: 0 auto 30px;
}
.order-details-page .data-table .download a {
    position: relative;
    padding: 0 /*10px*/;
    color: #c49169;
}
.order-details-page .data-table .download a:hover {
    color: #c49169;
}
.order-details-page .section.products,
.order-details-page .section.products table {
    margin-bottom: 0;
}
.order-details-page .section.options {
    padding: 30px 20px 40px;
    background: #fff url(../img/category-title-decoration.png) repeat-x left top;
}
.order-details-page .button-2.re-order-button {
    border: 2px solid #ccc;
    display: inline-block;
    margin: 25px 0 10px;
    padding: 10px 20px;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.order-details-page .button-2.re-order-button:hover {
    background-color: #ccc;
}

.billing-address-page .cart-options,
.shipping-address-page .cart-options {
    margin-bottom: 70px;
}
.billing-address-page .cart-footer .total-info,
.shipping-address-page .cart-footer .total-info,
.checkout-page .cart-footer .total-info {
    margin: 20px 0;
    padding: 0;
}
.billing-address-page .cart-total td.cart-total-left,
.shipping-address-page .cart-total td.cart-total-left {
    padding-left: 5%;
}
.billing-address-page .cart-total td.cart-total-right,
.shipping-address-page .cart-total td.cart-total-right {
    padding-right: 5%;
}

.billing-address-page .cart-total tr.order-total td,
.shipping-address-page .cart-total tr.order-total td,
.checkout-page .cart-total tr.order-total td {
    padding-top: 5px;
    padding-bottom: 5px;
    background: url("../img/category-title-decoration.png") repeat-x 0 top, url("../img/category-title-decoration.png") repeat-x 0 bottom;
}
.billing-address-page .cart-total tr.earn-reward-points td.cart-total-left,
.shipping-address-page .cart-total tr.earn-reward-points td.cart-total-left,
.checkout-page .cart-total tr.earn-reward-points td.cart-total-left {
    background: none;
    font-size: 15px;
    font-weight: normal;
}
.billing-address-page .cart-total tr.earn-reward-points td.cart-total-right,
.shipping-address-page .cart-total tr.earn-reward-points td.cart-total-right,
.checkout-page .cart-total tr.earn-reward-points td.cart-total-right {
    background: none;
    font-size: 20px;
    font-weight: normal;
}
.billing-address-page .cart-total tr.order-total td.cart-total-left,
.shipping-address-page .cart-total tr.order-total td.cart-total-left,
.checkout-page .cart-total tr.order-total td.cart-total-left {
    font-size: 18px;
    font-weight: bold;
}
.billing-address-page .cart-total tr.order-total td.cart-total-right,
.shipping-address-page .cart-total tr.order-total td.cart-total-right,
.checkout-page .cart-total tr.order-total td.cart-total-right {
    font-size: 22px;
    font-weight: bold;
}
.shipping-method-page .shipping-method form,
.payment-method-page .payment-method form {
    width: 100%;
    max-width: 628px;
    margin: 0 auto 80px;
    padding: 20px 20px 40px;
    background-color: #fff;
}
.shipping-method-page form .buttons,
.payment-method-page form .buttons {
    margin: 0;
}
.order-confirm-page .order-review-data div.title strong:before,
.order-confirm-page .order-review-data div.title strong:after {
    display: none;
}
.order-confirm-page .order-review-data div.title strong {
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat",Verdana,sans-serif;
}

.opc {
    max-width: 628px;
    margin: 0 auto;
}
.opc .step-title {
	margin-bottom: 1px;
	overflow: hidden;
	padding: 10px;
}
.opc .tab-section {
    margin: 2px 0;
    padding: 4px 20px;
    background-color: #fff;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title h2,
.opc .active .step-title .number {
    color: #000;
}
.opc .active .step-title * {
}
.opc .step-title h2 {
    position: relative;
    display: inline-block;
    padding: 0 7px;
    font-size: 24px;
    font-weight: normal;
    font-family: "Playfair Display",Times New Roman,serif;
    color: #7c7c7c;
}
.opc .step-title * {
	/*float: left;*/
	font-size: 16px;
}
.opc .step-title span {
	font-size: 24px;
    font-family: "Playfair Display",Times New Roman,serif;
}
.opc .active .step {
    background: url("../img/category-title-decoration.png") repeat-x 0 4px;
}
.opc .step {
	margin: 0;
	padding: 40px 0;
    background-color: #fff;
}
.opc .step form {
    margin-bottom: 0;
}
.opc .section {
	/*margin: 0 0 15px;*/
}
.checkout-page .opc .section {
    margin: 0;
    padding: 0;
}
.checkout-page .opc .section.pickup-in-store {
    margin: -20px 0 25px;
}
.checkout-page .opc .section.shipping-method {
    margin-top: -30px;
}
.checkout-page .opc .section .description {
    margin-bottom: 20px;
    background: url("../img/category-title-decoration.png") repeat-x 0 bottom;
}
.checkout-page .opc .section .description i {
    display: inline-block;
    margin-bottom: 20px;
    font-style: normal;
}
.opc .section > div {
    position: relative;
    width: 100%;
    max-width: 346px;
    overflow: hidden;
    margin: 0 auto;
}
.opc .section > div:before,
.opc .section > div:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    width: 2px;
    background-color: #d9d9d9;
}
.opc .section .use-reward-points:before,
.opc .section .use-reward-points:after,
.opc .section .info:before,
.opc .section .info:after,
.opc .section .order-summary-content:before,
.opc .section .order-summary-content:after {
    display: none;
}
.opc .section > div:after {
    right: 0;
    left: auto;
}
.opc .section .use-reward-points {
    max-width: none;
    padding-bottom: 35px;
    background:  url("../img/category-title-decoration.png") repeat-x 0 bottom;
}
.opc .payment-info .info,
.opc .order-summary .order-summary-content {
    max-width: none;
}

.opc .payment-info .info td {
    text-align: left;
}
.opc .payment-info .info td:first-child {
    text-align: right;
}
.opc .payment-info .info td:only-child {
    text-align: center;
}
.opc .payment-info .info td select,
.opc .payment-info .info td input {
    border: 2px solid #d9d9d9;
}

.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
    max-width: 100%;
}
.opc .buttons {
    margin-top: 40px;
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
    display: inline-block;
    max-width: 100%;
    width: 340px;
	border: 2px solid #ccc;
    padding: 10px 20px;
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 18px;
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.opc .back-link a:hover {
    background-color: #ccc;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .section.confirm-order {
}
.opc .terms-of-service {
	text-align: center;
}
.opc .order-review-data ul {
    padding: 0;
}
.opc .order-summary-content table {
    margin-bottom: 0;
}
.opc .cart-options .selected-checkout-attributes {
    margin-top: -1px;
}
.opc .cart-footer .totals {
    margin: 0;
    padding: 0;
}
.opc .order-summary-content .cart-footer {
    margin-top: 50px;
}


/*********** SEARCH & SITEMAP ***********/


.search-page form {
    padding: 40px 20px;
}
.onecolumn .search-page form {
    max-width: 628px;
}
.search-page .fieldset {
    overflow: hidden;
    margin-bottom: 10px;
}
.search-page .inputs {
    max-width: 346px;
}
.search-input input + label {
	display: inline;
	margin: 0 0 0 7px;
    cursor: pointer;
    color: #7c7c7c;
}
.search-page .inputs .select-wrap {
    width: 100%;
}
.basic-search {
	margin: 0 0 20px;
}
.search-page .inputs.reversed {
    margin: 0 auto;
}
.search-page .inputs.reversed:before,
.search-page .inputs.reversed:after {
    display: none;
}
.advanced-search {
	margin: 0 0 20px;
    padding-top: 40px;
    background: url("../img/category-title-decoration.png") repeat-x 0 12px;
}
.advanced-search .inputs.reversed {
    margin-bottom: 30px;
}
.advanced-search .price-range {
    position: relative;
	display: inline-block;
}
.advanced-search .price-range:before,
.advanced-search .price-range:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 48%;
    height: 10px;
    width: 2px;
    background-color: #d9d9d9;
}
.advanced-search .price-range:after {
    right: 48%;
    left: auto;
}
.advanced-search .price-range input {
	width: 48%;
	margin: 0 0 0 4%;
}
.advanced-search .price-range input:first-child {
    margin: 0;
}
.search-input .buttons {
    margin: 0;
}
.search-input .button-1 {
    min-width: 180px;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0;
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 50px;
}
.search-results .no-result {
    margin-bottom: 50px;
}

.sitemap-page .description {
    max-width: 1260px;
    margin: 80px auto;
    padding: 10px 20px;
    line-height: 26px;
}
.sitemap-page .entity {
	margin: 0 auto 40px;
}
.sitemap-page .entity-title {
	margin: 0 0 10px;
}
.sitemap-page .entity-title h2 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 24px;
    font-weight: normal;
    color: #000;
}
.sitemap-page .entity-title h2:before,
.sitemap-page .entity-title h2:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 2px;
    background-color: #000;
}
.sitemap-page .entity-title h2:after {
    right: 0;
    left: auto;
}
.sitemap-page .entity-body {
    margin: 0 auto;
    padding: 40px 20px;
    /*background:  url("../img/category-title-decoration.png") repeat-x 0 top;*/
    background: #fff;
    line-height: 24px;
}
.sitemap-page li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 14px;
    width: 2px;
    margin: auto;
    border-left: 1px solid #efefef;
}
.sitemap-page li:first-child:before {
    display: none;
}
.sitemap-page li {
    position: relative;
	display: inline-block;
}
.sitemap-page a {
	display: block;
    padding: 10px 20px;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/


.blog-block-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 68px;
}
.blog-block-wrapper .block .title {
    cursor: pointer;
}
.blog-block-wrapper .block .listbox {
    display: none;
}
.year strong {
	display: block;
	cursor: default;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
    max-width: 628px;
    margin: 0 auto;
	padding: 30px 20px 35px;
    background-color: #fff;
}
.news-items .news-item .news-head {
    margin-bottom: 10px;
}
.blog-page .post,
.news-list-page .news-item {
    margin-bottom: 10px;
    text-align: left;
}
.blog-page .post:after,
.news-items .item:after {
	content: "";
	display: block;
	clear: both;
}
.post-title,
.news-title {
	display: block;
}

.post-date,
.news-date {
	display: block;
    font-size: 18px;
    font-family: "Playfair Display",serif;
    color: #888;

}

/*rich blog plugin*/


/*end*/

/* home page */

.news-list-homepage .news-items,
.post-title,
.news-title {
    text-align: left;
}
.news-list-homepage .news-title,
.post-title,
.news-title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-family: "Playfair Display", Times New Roman, serif;
    font-size: 24px;
    color: #000;
}
.news-list-homepage .news-title:after,
.post-title:after,
.news-title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 20px;
    height: 6px;
    background: url("../img/title-decoration.png") no-repeat scroll center;
}
/*.post-head ~ *,
.news-head ~ * {
	display: none;
}*/
.blogpost-page .post-date,
.news-item-page .news-date {
    margin-bottom: 20px;
    font-size: 20px;
    color: #666;
}
.post-body,
.news-body {
    max-height: 75px;
    overflow: hidden;
	margin: -1px 0 23px;
	line-height: 26px;
}
.blog-page .post-body {
    max-height: 80px;
}
.blog-page .post-body li {
    line-height: 23px;
}
.blog-page .post-body p {
    margin: 0;
}
.blogpost-page .post-body,
.news-item-page .news-body {
    height: auto;
    max-height: none;
    margin: 0;
    padding: 40px 20px;
    background-color: #fff;
}
.blogpost-page .tags {
    position: relative;
	margin: 0;
	overflow: hidden;
    background-color: #fff;
    padding: 40px 20px;
}

.blogpost-page .page-body .tags:before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    height: 1px;
    background:  url("../img/title-dots-decoration.png") repeat-x 0 0;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: inline-block;
	font-weight: normal;
    color: #666;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
    display: inline-block;
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 14px;
}
.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;
}

.blog-posts .buttons,
.news-items .buttons {
    margin: 0;
    text-align: left;
}
.blog-posts .buttons .read-comments {
    float: right;
    margin-top: 10px;
}
.news-items .read-more:before,
.news-items .read-more:after {
    content: '';
    margin: auto;
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 1px;
    background-color: #c49169;
}
.news-items .read-more:after {
    right: 0;
    left: auto;
}
.blog-posts .read-more,
.news-items .read-more {
    position: relative;
	display: inline-block;
    padding: 0 9px;
    font-family: "Playfair Display", Times New Roman, serif;
}
.blog-posts .read-more:before,
.blog-posts .read-more:after,
.news-list-page .read-more:before,
.news-list-page .read-more:after,
.rich-blog-homepage .view-all a:before,
.rich-blog-homepage .view-all a:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
}
.blog-posts .read-more:after,
.news-list-page .read-more:after,
.rich-blog-homepage .view-all a:after {
    right: 0;
    left: auto;
}
.blog-posts .read-more,
.news-list-page .read-more {
    position: relative;
	display: inline-block;
	margin: 10px 0 0;
    padding: 0 8px;
}

.new-comment {
	margin: 80px 0 0;
    padding: 0 20px;
    background-color: #fff;
}
.new-comment .title,
.comment-list .title {
	margin: 0;
    padding: 40px 0 20px;
    font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
}
.new-comment .title {
    padding: 40px 0;
}
.new-comment .title strong,
.comment-list .title strong {
    position: relative;
    padding: 0 15px;
}
.new-comment .title strong:before,
.new-comment .title strong:after,
.comment-list .title strong:before,
.comment-list .title strong:after {
    content: '';
    position: absolute;
    top: 5px;
    right: auto;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
}
.new-comment .title strong:after,
.comment-list .title strong:after {
    left: auto;
    right: 0;
}
.new-comment .notifications {

}
.new-comment .validation-summary-errors {
    position: absolute;
    top: -40px;
    right: 10px;
    left: 10px;
    margin: auto;
}
.new-comment form {
    margin: 0;
    padding-bottom: 40px;
}
.new-comment .captcha-box {
    margin-top: 40px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
    max-width: 500px;
}
.new-comment .buttons {
    margin-top: 40px;
}
.new-comment .button-1 {
    min-width: 200px;
	border: 2px solid #c49169;
	padding: 10px 15px;
}

.comment-list {
    padding: 0 20px 20px;
    background-color: #fff;
}
.comment-list .comments {
    overflow: hidden;
}
.blog-comment,
.news-comment {
    position: relative;
    max-width: 1266px;
	margin: 0 auto 20px;
    padding-top: 20px;
    /*background: url("../img/title-dots-decoration.png") repeat-x 0 0;*/
}
.blog-comment:before,
.news-comment:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
    height: 1px;
    background: url("../img/title-dots-decoration.png") repeat-x 0 0;
}


.blog-comment:last-child,
.news-comment:last-child {
    margin-bottom: 0;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 140px;
	margin: 0 auto 20px;
}
.comment-info .username {
	display: block;
	padding: 0 5px 5px;
    font-size: 16px;
}
.comment-info .avatar {
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-content {
}
.comment-time {
	margin: 0 0 20px;
}
.comment-title {
    color: #000;
}
.stat-value {
    color: #000;
}
.comment-body {
	line-height: 26px;
}
.news-item-page form .inputs:before,
.news-item-page form .inputs:after {
    display: none;
}
.news-item-page .enter-comment-title {
    border-width: 2px;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 40px;
}
.news-list-homepage .title {
	margin: 0 0 85px;
	font-size: 18px;
}
.news-list-homepage .title strong {
	font-weight: normal;
}
.news-list-homepage .view-all {
    position: relative;
    display: inline-block;
    margin: 30px auto 0;
    padding: 0 10px;
    text-align: center;
}
.news-list-homepage .view-all a:before,
.news-list-homepage .view-all a:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 1px;
    margin: auto;
    background-color: #c49169;
}
.news-list-homepage .view-all a:after {
    left: auto;
    right: 0;
}
.news-list-homepage .view-all a {
	display: inline-block;
	line-height: 32px;
    font-size: 16px;
    font-family: "Playfair Display", Times New Roman, serif;

}

/* owl carousel navigation */

.owl-carousel .owl-stage-outer {
    max-width: 1920px;
    margin: auto;
}
.news-list-homepage .owl-controls {
    position: absolute;
    top: -80px;
    right: 0;
    left: 0;
}
.news-list-homepage .owl-controls .owl-nav {
    font-size: 0;
    text-align: center;
}
.news-list-homepage .owl-controls .owl-nav div {
    display: inline-block;
    height: 75px;
    width: 75px;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.news-list-homepage .owl-controls .owl-nav div:after {
    background: #c6c6c6;
    bottom: 0;
    content: "";
    height: 12px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    z-index: 10;
}
.news-list-homepage .owl-carousel .owl-item {
    cursor: e-resize;
}
.owl-controls .owl-prev {
    background: url("../img/slider-arrow-left.png") no-repeat center;
}
.owl-controls .owl-next {
    background: url("../img/slider-arrow-right.png") no-repeat center;
}
.owl-controls .owl-next:hover,
.owl-controls .owl-prev:hover {
    background-color: #fff;
}

/********** FORUM & PROFILE **********/


.forums-main-page .forums-header,
.forums-main-page .forums-table-section {
    margin-bottom: 100px;
}
.forums-main-page .topic-block {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.forums-main-page .topic-block-title {
    padding: 0;
}
.forums-main-page .topic-block-title h2::before,
.forums-main-page .topic-block-title h2::after {
    display: none;
}
.forums-main-page .topic-block h2 {
    display: block;
    padding: 35px 0;
    font-size: 30px;
    font-weight: bold;
}
.forums-header {
	margin: 0 0 20px;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
    margin-bottom: 40px;
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 18px;
	line-height: 36px;
    color: #666;
}
.search-box.forum-search-box {
    top: 0;
    float: none;
    display: block;
	margin: 0 0 20px;
    padding: 35px 0;
	text-align: center;
    background-color: #fff;
}
.forum-search-box form {
	display: inline-block;
}
.forum-search-box .basic {
	overflow: hidden;
}
.forum-search-box .advanced {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    margin: auto;
}
.forum-search-box .advanced a {
    position: relative;
    padding: 0 8px;
}
.forum-search-box .advanced a:before,
.forum-search-box .advanced a:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
}
.forum-search-box .advanced a:after {
    right: 0;
    left: auto;
}
.forum-search-box .search-box-text {
	float: left;
	width: 100%;
    max-width: 310px;
}
.forum-search-box .search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	border: none;
	font-size: 0;
}
.forum-search-page .search-input form {
    max-width: 628px;
    padding: 40px 20px;
}
.forum-search-page .search-input .inputs {
    max-width: 346px;
    margin: 0 auto 35px;
    overflow:hidden;
}
.forum-search-page .search-input .inputs .select-wrap {
    width: 100%;
}
.forum-search-page .search-input .inputs .select-inner {
    height: 36px;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
}
.forum-search-page .search-input .inputs.reversed:before,
.forum-search-page .search-input .inputs.reversed:after {
    display: none;
}
.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-search-page .pager.upper {
    margin: 0 0 20px;
}
.forum-search-page .forums-table-section {
    margin-bottom: 70px;
}
.forum-search-page .forums-table-section .forum-table {
    margin-bottom: 0;
}



/* forum group */

.forums-table-section {
    position: relative;
	margin: 0 0 80px;
}
.forums-table-section a {
    position: relative;
    vertical-align: middle;
}
.forums-table-section .forum-details .forum-title a,
.forums-table-section .topic-details .topic-title a {
    font-size: 18px;
    font-family: "Playfair Display",Times New Roman,serif;
    color: #000;
}
.topic-pager {
    color: #7c7c7c;
}
.forums-table-section .forum-details .forum-title a:hover,
.forums-table-section .topic-details .topic-title a:hover,
.forums-table-section .latest-post .author a:hover {
    color: #888;
}
.topic-details .topic-title .topic-type {
    vertical-align: middle;
}
.topic-details .topic-starter > * {
    font-size: 14px;
    font-weight: normal;
    color: #7c7c7c;
}
.topic-details .topic-starter a {
    color: #000;
}
.forums-table-section th.forum-details,
.forums-table-section th.topic-details {
    color: #000;
}
.forums-table-section tr:last-child td {
    border: none;
}
.forums-table-section td.topics,
.forums-table-section td.posts,
.forums-table-section td.replies,
.forums-table-section td.views {
    font-size: 20px;
    font-family: "Playfair Display",Times New Roman,serif;
}
.forums-table-section-title {
	margin: 0 0 10px;
	overflow: hidden;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
    position: relative;
    padding: 0 18px;
	font-size: 24px;
	font-weight: normal;
    font-family: "Playfair Display",Times New Roman,serif;
}
.forums-table-section-title strong {
    color: #000;
}
.forums-table-section-title > a:before,
.forums-table-section-title > a:after,
.forums-table-section-title strong:before,
.forums-table-section-title strong:after {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
}
.forums-table-section-title > a:after,
.forums-table-section-title strong:after {
    right: 0;
    left: auto;
}
.forums-table-section-title strong:before,
.forums-table-section-title strong:after {
    background-color: #000;
}
.forums-table-section .view-all {
    position: relative;
    top: -40px;
    display: inline-block;
    padding: 0 10px;
}
.forums-table-section .view-all:before,
.forums-table-section .view-all:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
}
.forums-table-section .view-all a {
    font-weight: normal;
}
.forums-table-section .view-all:after {
    right: 0;
    left: auto;
}

.forums-table-section .image div {
	width: 43px;
	height: 33px;
	margin: auto;
	background: url('../img/folder1.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../img/folder2.png') center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url('../img/folder3.png') center no-repeat;
}

.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .latest-post div {
    margin-bottom: 5px;
}
.forums-table-section .latest-post div a {
    font-size: 14px;
}

/* forum-page, topic-page */


.forum-page .title-breadcrumb-wrapper,
.forum-topic-page .title-breadcrumb-wrapper {
    margin: -1px 0 0;
}
.forum-page .header-description-wrapper:before,
.forum-topic-page .forums-header:before {
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
}
.forum-page .header-description-wrapper {
    position: relative;
    margin: -1px 0 40px;
}
.forum-page .header-description-wrapper .forums-header {
    margin-bottom: 40px;
}
.forum-page .forum-info {
    overflow: hidden;
	margin: 0;
}
.forum-topic-page .forums-header {
    position: relative;
    margin-bottom: 95px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
    position: relative;
    z-index: 0;
}
.forum-page .forum-name h1,
.topic-name h1 {
    padding: 15px 0 20px;
}
.forum-page .forum-description {
    margin-bottom: 40px;
    color: #999;
}
.header-description-wrapper .current-time,
.forum-topic-page .current-time {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.forum-topic-page .current-time {
    bottom: -63px;
}
.forum-topic-page .topic-posts {
    margin: 0 0 70px;
}

.forum-actions,
.topic-actions {
	margin: 0;
    padding: 30px 0;
    text-align: center;
    background: #fff url("../img/category-title-decoration.png") repeat-x center bottom;
    background-color: #fff;
	font-size: 0;
}

.topic-posts {
    padding: 0 20px;
    background-color: #fff;
}
.forum-actions .actions a:first-child:before,
.topic-actions .actions a:first-child:before     {
    display: none;
}
.forum-actions .actions a:before,
.topic-actions .actions a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    width: 2px;
    height: 14px;
    background-color: #ccc;
}
.forum-actions .actions a,
.topic-actions .actions a {
    position: relative;
	display: inline-block;
	margin: 0 15px;
	padding: 10px 10px 10px 20px;
	font-size: 14px;
}
.forum-actions .actions .new-topic {
	background: url('../img/forum_icon4.png') left center no-repeat;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
	background: url('../img/forum_icon5.png') left center no-repeat;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper,
.active-discussions .pager.upper {
	display: none;
	margin: 0;
}

.topic-actions .reply-topic-button {
	background: url('../img/forum_icon6.png') 5px center no-repeat;
}
.topic-actions .watch-topic-button {
	background: url('../img/forum_icon5.png') left center no-repeat;
}
.topic-actions .move-topic-button {
	background: url('../img/forum_icon3.png') 5px center no-repeat;
}
.topic-actions .edit-topic-button {
	background: url('../img/forum_icon1.png') left center no-repeat;
}
.topic-actions .delete-topic-button {
	background: url('../img/forum_icon2.png') left center no-repeat;
}
.topic-actions.lower .actions {
	display: none;
}

/* topic post */

.topic-post {
    position: relative;
    max-width: 1266px;
    margin: 0 auto;
    padding: 30px 0;
}
.topic-post:before {
    content: '';
    position: absolute;
    right: -50%;
    bottom: 0;
    left: -50%;
    height: 1px;
    background: url("../img/title-dots-decoration.png") repeat-x 0 0;
}
.topic-post:only-child:before,
.topic-post:last-child:before {
    display: none;
}
.forum-topic-page .topic-actions.lower {
    padding: 0;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
    padding: 10px;
}
.topic-post .user-info {
	width: 140px;
	margin: 0 auto 15px
}
.topic-post .username {
	display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 15px;
}
.topic-post .user-stats span {
    color: #000;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.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 .pm-button {
	display: inline-block;
    padding-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
    background: url("../img/forum_icon8.png") no-repeat scroll left center;
}

.topic-post .post-time {
	margin: 0 0 15px;
	padding: 10px 0;
}
.topic-post .post-time span {
	color: #444;
}
.topic-post .post-actions {
	margin: 0 0 15px;
	font-size: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
}
.topic-post .post-actions .manage-post a {
    margin: 0 0 0 10px;
}
.topic-post .post-actions .manage-post a:first-child {
    margin: 0;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px; /*reset zeroing*/
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
	padding: 10px 10px 10px 20px;
}
.topic-post .post-actions .edit-post-button {
	background: url('../img/forum_icon1.png') left center no-repeat;
}
.topic-post .post-actions .delete-post-button {
	background: url('../img/forum_icon2.png') left center no-repeat;
}
.topic-post .quote-post .quote-post-button {
    background: url('../img/forum_icon7.png') left center no-repeat;
}
.topic-post .post-actions .post-link-button {
	padding: 10px;
	font-weight: bold;
}
.topic-post .post-actions .quote-post-button {
	padding: 10px 20px;
}

.topic-post .post-body {
    height: auto;
    max-height: none;
    padding-top: 20px;
    background: url(../img/category-title-decoration.png) repeat-x left top;
	/*topic post-body also gets style from blog post-body*/
}
.topic-post .post-body b {
    font-weight: normal;
    color: #000;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
	padding: 20px;
    border: 1px dotted #eee;
}
.topic-post .signature {
    background: url(../img/category-title-decoration.png) repeat-x  center top;
	padding: 20px 0;
}
.active-discussions .forums-table-section-body {
    margin-bottom: 70px;
}

/* forum edit & send message */

.forum-edit-page .page-body,
.private-message-send-page .page-body {
}
.forum-edit-page form,
.move-topic-page form,
.private-message-send-page .fieldset {
    /*max-width: 628px;*/
    padding: 40px 20px;
}
.private-message-send-page .fieldset {
    margin: 0 auto;
    padding: 40px 20px 0;
    background-color: #fff;
}
.private-message-send-page .fieldset .inputs.message {
    margin: 0 auto;
}
.private-message-send-page .buttons {
    /*max-width: 628px;*/
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #fff;
}
.forum-edit-page form .inputs:before,
.forum-edit-page form .inputs:after,
.move-topic-page form .inputs:before,
.move-topic-page form .inputs:after,
.private-message-send-page .inputs:before,
.private-message-send-page .inputs:after {
    display: none;
}
.forum-edit-page form .inputs,
.move-topic-page form .inputs,
.private-message-send-page .inputs {
    max-width: 500px;
    margin: 0 auto 35px;
}
.forum-edit-page form .inputs .toolbar,
.private-message-send-page .inputs .toolbar {
    margin: 0 0 10px;
}
.forum-edit-page form .inputs input,
.forum-edit-page form .inputs select,
.move-topic-page form .inputs select,
.private-message-send-page .inputs input,
.private-message-send-page .inputs select {
    border-width: 2px;
}
.forum-edit-page form .inputs.reversed {
    max-width: 90%;
}
.forum-edit-page form .inputs.reversed > * {
    display: inline-block;
    width: auto;
    margin: 0 3px;
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 24px;
    font-family: "Playfair Display",Times New Roman,serif;
	font-weight: normal;
    vertical-align: middle;
}
.forum-edit-page .topic-subject {
    font-size: 20px;
}
.forum-edit-page .buttons,
.private-messages-page .buttons {
	margin: 0;
	text-align: center;
}
.private-messages-page .buttons {
    margin-bottom: 260px;
    padding-bottom: 40px;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	min-width: 150px;
    margin-left: 5px;
    margin-right: 5px;
	border: 2px solid #c49169;
}
.forum-edit-page .buttons .button-2,
.move-topic-page .buttons .button-2,
.private-message-send-page .buttons .button-2,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-2 {
    height: 50px;
    margin-top: 10px;
    padding: 0 35px;
    border-color: #ccc;
}

.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 12px; /*reset zeroing*/
}
.forum-edit-page .inputs .select-wrap {
    width: 100%;
}
.forum-edit-page .inputs .select-wrap span {
    margin: 0;
}

.private-message-send-page .message label {
	display: none;
}

/* inbox & view message */


.private-messages-page .private-messages-box .pager {
    position: absolute;
    right: 0;
    bottom: -130px;
    left: 0;
}
.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .pm-unread {
	color: #000;
}
.private-messages-page .pm-unread:hover {
    color: #7c7c7c;
}

.private-message-view-page .page-body {
    padding: 40px 20px;
    background-color: #fff;
}
.private-message-view-page .page-body > * {
    max-width: 1266px;
    margin: 0 auto;
}
.private-message-view-page .view-message {

}
.private-message-view-page .message-head {
    margin-bottom: 15px;
}
.private-message-view-page .message-head li:before{
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
    left: -7px;
    height: 14px;
    width: 2px;
    margin: auto;
    background-color: #ccc;
}
.private-message-view-page .message-head li {
    position: relative;
	display: inline-block;
    padding: 10px;
}
.private-message-view-page .message-head li:first-child:before {
    display: none;
}
.private-message-view-page .message-head label {
	font-weight: bold;
}
.private-message-view-page .message-head span {
	margin: 0 10px 0 0;
	vertical-align: middle;
    color: #000;
}

.private-message-view-page .message-body:before {
    content: '';
    position: absolute;
    top: 0;
    right: -25%;
    left: -25%;
    height: 1px;
    background: url("../img/category-title-decoration.png") repeat-x scroll center top;
}
.private-message-view-page .message-body {
    position: relative;
    padding: 20px 0 40px;
}
.private-message-view-page .message {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}


/* profile page  */

.profile-page .latest-posts {
    margin: 20px 0 70px;
    /*padding: 20px 20px 0;*/
    background-color: #fff;
}
.inbox-tabs {
    background-color: #fff;
    padding-top: 10px;
}
.inbox-tabs .ui-tabs-panel {
    position: relative;
    padding: 0;
    background-color: #f8f8f8;
}
.tabs.inbox-tabs #tabs-1 {
    background-color: #fff;
}
.profile-info-box {
	overflow: hidden;
    max-width: 1266px;
    margin: 0 auto;
    padding: 20px 0;
}
.profile-info-box .avatar {
	margin: 0 auto 20px;
}
.profile-info-box .profile-stats {
	margin: 0 0 10px;
}
.profile-info-box .profile-stats .stats span {
    color: #000;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
    font-family: "Playfair Display",Times New Roman,serif;
}

.profile-page .topic {
    max-width: 1266px;
	margin: 0 auto 20px;
	padding: 0 20px 40px;
    background: url("../img/category-title-decoration.png") repeat-x scroll center bottom;
}
.profile-page .topic:first-child {
    padding-top: 10px;
}
.profile-page .topic:last-child,
.profile-page .topic:only-child {
    margin-bottom: 0;
    background: none;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	padding: 10px;
	font-size: 16px;
}
.profile-page .topic-title a {
	vertical-align: middle;
    font-size: 18px;
    font-family: "Playfair Display",Times New Roman,serif;
    color: #000;
}
.profile-page .topic-title a:hover {
    color: #888;
}
.profile-page .topic-body b {
    font-weight: normal;
}
.profile-page .topic-data span {
	color: #000;
}

/*special forum pages*/

.forum-group-page .forum-breadcrumb:before,
.active-discussions-page .forum-breadcrumb:before {
    content: '';
    position: absolute;
    top: 45px;
    right: -10px;
    left: -10px;
    height: 15px;
    margin: auto;
    background: url("../img/category-title-decoration.png") repeat-x center top;
}
.forum-group-page .forum-breadcrumb,
.active-discussions-page .forum-breadcrumb {
    position: relative;
    margin: 0;
    padding: 10px 0 80px;
    background-color: #eaeaea;
}
.forum-group-page .forum-breadcrumb:after,
.active-discussions-page .forum-breadcrumb:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
}
.forums-table-section-title {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
}
.forums-main-page .forums-table-section-title a {
    color: #c49169;
}
.forums-main-page .forums-table-section-title a:before,
.forums-main-page .forums-table-section-title a:after,
.forums-main-page .forums-table-section-title strong:before,
.forums-main-page .forums-table-section-title strong:after {
   display: inline-block;
}
.forums-main-page .forums-table-section-title a:before,
.forums-main-page .forums-table-section-title strong:before {
    left: 0;
}
.forums-main-page .forums-table-section th.latest-post {
    text-align: left;
}
.forums-table-section td.latest-post {
    text-align: left;
    font: 14px "Montserrat",Verdana,sans-serif;
    color: #7c7c7c;
}
.active-discussions-page .forums-table-section td.latest-post a,
.active-discussions-page .forums-table-section td.latest-post a:hover {
    color: #c49169;
}
.forums-main-page .forums-table-section .latest-post a {
    font-weight: normal;
}
.forums-table-section td.latest-post a {
    color: #000;
}
.forums-table-section td.latest-post a:hover {
    color: #888;
}
.forums-table-section-title a:before,
.forums-table-section-title a:after,
.forums-table-section-title strong:before,
.forums-table-section-title strong:after {
    display: none;
}
.forums-table-section-title a,
.forums-table-section-title strong {
    font-family: "Playfair Display",Times New Roman,serif;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.forum-group-page .forums-header,
.active-discussions-page .forums-header {
    position: relative;
    margin-bottom: 100px;
}
.forum-group-page .forums-header .current-time,
.active-discussions-page .forums-header .current-time {
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
    margin: 0 auto;
}

.active-discussions-page .active-discussions .forums-table-section-title {
    display: none;
}
.active-discussions-page > .topic-block-title {
    position: absolute;
    top: 56px;
    right: 0;
    left: 0;
    z-index: 2;
    margin: 0;
}
.active-discussions-page > .topic-block-title h2:before,
.active-discussions-page > .topic-block-title h2:after {
    display: none;
}
.active-discussions-page > .topic-block-title h2 {
    font-size: 30px;
}

/*forum vote*/
.topic-post .vote {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    text-align: center;
}
.topic-post .vote.up:before {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    line-height: 45px;
}
.topic-post .vote.down:before{
    content: '-';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    width: 50px;
    height: 50px;
    line-height: 45px;
}
.topic-post .post-vote {
    position: relative;
    display: block;
    font-size: 0;
    padding: 20px 0 0;
}
.topic-post .post-vote > * {
    vertical-align: top;
}
.vote-count-post {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    margin: 0 auto;
    border: 2px solid #e1e1e1;
    background-color: #fff;
    color: #888;
    font-family: "Montserrat",Verdana,sans-serif;
}

/*custom select styling*/

.select-wrap {
    position:relative;
    display: inline-block;
    width: auto;
    height: 37px;
    background: url("../img/drop-down-button.png") no-repeat right center;
    border-bottom: 1px solid #d9d9d9;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.select-wrap:before,
.select-wrap:after {
    background: #d9d9d9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 2px;
}
.select-wrap:after {
    left: auto;
    right: 0;
}
.select-wrap select{
    position: relative;
    opacity: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
}
.select-wrap .select-box{
    position:absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index:0;
    display:inline-block;
    height: 100%;
    min-width: 60px;
    margin: 0;
    padding: 0;
}
.select-wrap .select-inner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    line-height: 34px;
    padding: 0 20px 0 7px;
}






@media all and (max-width: 768px) {

    .newsletter-popup {
        background-image: none !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .newsletter-email .newsletter-subscribe-button {
        width: 200px;
        padding: 0;
    }
    .cart-collaterals .coupon-code input[type="submit"] {
        width: 190px;
        padding: 0;
        line-height: 20px;
        white-space: normal;
    }
    .check-username-availability-button {
        width: 200px;
        padding: 0;
        white-space: normal;
        line-height: 20px;
    }
    .item-box .rating,
    .item-box .rating div {
        height: 14px;
    }
    .search-box input.search-box-text {
        opacity: 0.5;
    }

}



@media all and (max-width: 1919px) {

/* item box in product details page has same ajax cart button no matter the selected hover effect */

.product-details-page .item-box .buttons,
.shopping-cart-page .item-box .buttons {
    position: relative !important;
    top: 0 !important;
    opacity: 1 !important;
    text-align: center;
}
.product-details-page .item-box .buttons .button-2,
.product-details-page .item-box .buttons a,
.product-details-page .item-box .buttons .quantity1,
.shopping-cart-page .item-box .buttons .button-2,
.shopping-cart-page .item-box .buttons a,
.shopping-cart-page .item-box .quantity1 {
    display: none !important;
}
.product-details-page .item-box .buttons .button-2.product-box-add-to-cart-button,
.shopping-cart-page .item-box .buttons .button-2.product-box-add-to-cart-button,
.product-details-page .item-box .buttons .button-2.product-box-add-to-cart-button:hover,
.shopping-cart-page .item-box .buttons .button-2.product-box-add-to-cart-button:hover {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    border: 2px solid #c49169 !important;
    padding: 0 20px 0 50px !important;
    background-position: 15px center !important;
    font-size: 18px !important;
}
.product-details-page .product-grid .item-box .buttons .button-2.product-box-add-to-cart-button:hover,
.shopping-cart-page .product-grid .item-box .buttons .button-2.product-box-add-to-cart-button:hover {
    background: #c49169 url("../img/add-to-cart-button.png") no-repeat 15px center !important;
}
.product-details-page .item-box .prices,
.shopping-cart-page .item-box .prices {
    margin-bottom: 15px;
}


/* end */

}

@media screen and (min-width: 1366px) {
.header.normal .header-menu-parent-outer {
    max-width: 60% !important;
}
}
.faq-header {
    display: block;
    padding: 13px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #000;
}
.faq-header.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.faq-header::after {
    content: "+";
    color: #000;
    font-weight: 600;
    float: right;
    margin-left: 5px;
}
.faq-header h3 {
    float: left;
}
.faq-content {
    padding: 20px 10px;
    border-top: none;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    display: none;
    margin-top: -15px;
    margin-bottom: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #7c7c7c;
}
.faq-content p {
    margin-bottom: 20px;
}

@media screen and (max-width: 1700px) {
	.header.normal .header-menu-parent-outer {
		width: 100%;
		overflow: hidden;
		clear: both;
	}
}
