﻿
/*********** CSS RESET **********/
h1 {
    color: #b7a99a;
    font-weight:bold;
}


h2 {
    font-weight: bold;
    color: #b7a99a;
    line-height:37px;
}

h3 {
    font-weight: 400;
    line-height: 32px;
    color: #b7a99a;
}

h4 {
    font-weight: bold;
    color: #b7dd79;
    line-height:24px;
    font-size:18px;
}

h5 {
    font-weight: bold;
    color: #b7a99a;
    line-height: 24px;
    font-size: 18px;
}

.html-home-page h4 {
    color: #b7a99a;
}

.html-home-page h1 {
    color:white;
}

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, button {
    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;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
    background-color: #f8f8f8;
    font: normal 16px 'Be Vietnam Pro', sans-serif;
    color: #3C3330;
}
a {
	cursor: pointer;
}
img {
	max-width: 100%;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
    height: 36px;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #d9d9d9;
    background-color: transparent;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
}
input, textarea, select {
	font-size: 14px;
}
textarea {
	min-height: 200px;
    border-width: 2px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]: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 {
    font-size: 18px;
    color: #000;
	cursor: pointer;
    transition: all 0.2s ease;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-content {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
}
.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;
}
.page:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.page-title,
.forums-main-page
.topic-block-title {
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
    background: rgba(219,211,198,.32);
}
.page-title:after,
.forums-main-page
.topic-block-title:after {
    content: "";
    position: absolute;
	right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0 15px 15px;
	border-style: dashed dashed solid;
    border-color: transparent transparent #f8f8f8;
}
    .page-title h1,
    .forums-main-page
    .topic-block-title h2 {
        padding: 35px 0;
        text-align: center;
        font-weight: normal;
    }
.breadcrumb-title-wrapper {
    background:rgba(219,211,198,.32);
}

    .breadcrumb-title-wrapper .page-title {
        background:none !important;
        margin-top:15px;
    }

    .breadcrumb-title-wrapper h1 {
        padding: 0 0 25px;
    }

.buttons {
	text-align: center;
}
.buttons .button-1 {
	height: 50px;
    border: 2px solid #c49169;
	padding: 0 35px;
    background-color: transparent;
}
.buttons .button-1:hover {
    background-color: #c49169;
    color: #fff;
}
.buttons .button-2 {
    border: 2px solid #ccc;
    background-color: transparent;
}
.buttons .button-2:hover {
    background-color: #ccc;
}

.terms-of-service {
	margin: 0 auto 40px;
    color: #666;
}
.terms-of-service label {
	margin: 0 0 0 3px;
    cursor: pointer;
}
.terms-of-service .read {
	margin: 0 0 0 3px;
	color: #c49169;
	cursor: pointer;
}

.category-description ul,
.manufacturer-description ul,
.topic-html-content ul,
.post-body ul,
.custom-tab ul {
	margin: 20px 0;
	list-style: disc;
	line-height: 26px;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 20px 0;
	list-style: decimal;
	line-height: 26px;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
    line-height: 26px;
}



.no-data {
    margin-bottom: 50px;
    background-color: #fff;
    padding: 40px;
}
.link-rss {
	display: none;
}
.flyout-cart {
	display: none;
}

.select-wrap {
    position: relative;
    display: inline-block;
    width: auto;
	overflow: hidden;
    background: url('../img/drop-down-button.png') no-repeat right center;
    border-bottom: 2px solid #d9d9d9;
    text-align: left;
	vertical-align: middle;
    font-size: 14px;
    color: #666;
}
.select-wrap:before,
.select-wrap:after {
	content: "";
	position: absolute;
    bottom: 0;
    width: 2px;
	height: 10px;
	background-color: #d9d9d9;
}
.select-wrap:before {
	left: 0;
}
.select-wrap:after {
    right: 0;
}
.select-wrap select {
    position: relative;
	z-index: 1;
    width: 100%;
	min-width: 60px;
    border: none;
    padding: 0 25px 0 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-wrap select::-ms-expand {
	display: none;
}
.select-wrap .select-box {
    display: none !important; /*use native select instead*/
    position: absolute;
    top: 0;
    right: 25px; /*arrow reserved space*/
    left: 0; 
    z-index: 0; 
    min-width: 60px;
	height: 100%;
    margin: 0;
	overflow: hidden;
    padding: 0;
}
.select-wrap .select-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    line-height: 34px;
    padding: 0 0 0 8px;
}


/*********** GLOBAL FORMS ***********/



.page form {
    margin: 0 auto 50px;
    background-color: #fff;
}
.fieldset, .section {
	position: relative;
	margin: 0 0 35px;
}
.fieldset .title,
.section .title {
	margin: 0 20px 15px;
}
.fieldset .title strong,
.section .title strong {
	font-weight: normal;
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
    max-width: 500px;
	margin: 0 auto 20px;
	text-align: center;
    font-size: 0;
	white-space: nowrap; /*fix for 'required' elements*/
}
.inputs:only-child {
	margin-bottom: 10px;
}
.inputs:before,
.inputs:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
	height: 10px;
    background-color: #d9d9d9;    
}
.inputs:before {
    left: 0;
}
.inputs:after {
    right: 0; 
}
.inputs.without-borders:before,
.inputs.without-borders:after {
    display: none;
}
.without-borders .inputs:before,
.without-borders .inputs:after {
    display: none;
}
.inputs.reversed {
	margin: 0 auto 20px;
	text-align: center;
}
.inputs.reversed:before,
.inputs.reversed:after {
    display: none;
}
.inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    font-size: 14px; /*reset zeroing*/
    color: #b7a99a;
    font-weight: 500;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
    width: 100%;
    vertical-align: middle;
}
.inputs .select-wrap {
    width: 100%;
}
.inputs .option-list {
    display: inline-block;
	overflow: hidden;
    vertical-align: middle;
    line-height: 36px;
	white-space: normal;
}
.inputs .option-list li {
	float: left;
	margin: 0 5px;
}
.inputs .option-list label {
	display: inline;
	width: auto;
	margin: 0 3px;
	color: #888;
}
.required {
    position: absolute;
    top: 22px;
    right: -12px;
    bottom: auto;
    left: auto;
    height: 18px;
    width: 10px;
    margin: auto;
    font-size: 26px;
    color: #b7dd79;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	font-size: 12px;
	color: #ed3b4b;
}
.field-validation-valid,
.username-available-status {
	display: block;
	font-size: 12px;
	color: #29b05f;
}
.inputs .message-error,
.inputs .field-validation-error,
.inputs .field-validation-valid,
.inputs #username-availabilty {
	position: absolute; /*because of text input decoration*/
	left: 0;
	right: 0;
	margin: 2px auto 0;
	text-align: center;
}
.captcha-box {
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box iframe {
	margin: 0;
}
.captcha-box input {
	height: auto;
}


/*********** GLOBAL TABLES ***********/



.table-wrapper {
	overflow-x: hidden;
}
.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 {
	background: url('../img/category-title-decoration.png') repeat-x bottom;
    padding: 25px 10px;
    color: #000;
	white-space: nowrap;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    background: url('../img/category-title-decoration.png') repeat-x bottom;
    padding: 20px 10px;
}

table.data-table {
    border-spacing: 1px !important;
    -webkit-border-horizontal-spacing: 1px;
    -webkit-border-vertical-spacing: 1px;
}

.data-table td {
    background: none !important;
    border-bottom: 0.5px solid rgba(173,173,173,0.3);
}
    .cart a, .data-table a,
    .compare-products-table a,
    .forums-table-section a {
        font-size: 18px;
        font-family: "Playfair Display", Times New Roman, serif;
        font-weight: normal;
    }
.cart .product,
.data-table .product,
.data-table .info,
.data-table .name {
	text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}
.cart .remove-from-cart {
	position: relative;
}
.cart .remove-from-cart button {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 40px;
	height: 40px;
	margin: auto;
	border: 2px solid transparent;
	background: #fff url('../img/popup-close.png') center no-repeat;
}
.cart .remove-from-cart button:hover {
    border-color: #d9d9d9;
}
.cart .sku {
	display: none !important;
}
.cart td.product-picture {
	font-size: 0;
}
.cart .product-picture a {
	display: inline-block;
	font-size: 0;
}
.cart .product-picture img {
	min-width: 60px;
}
.cart .product-name {
	color: #000;
}
.cart .product-name:hover {
	color: #aaa;
}
.cart .attributes,
.cart .edit-item {
	margin: 5px 0;
}
.cart .rental-info,
.cart .message-error {
	margin: 5px 0;
}
.cart td.unit-price {
	font-size: 19px;
	font-family: "Playfair Display", Times New Roman, serif;
    white-space: nowrap;
}
.cart .qty-input,
.cart .qty-dropdown {
    width: 55px;
    height: 45px;
    border-width: 2px;
	text-align: center;
	font-size: 20px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
}
.cart .qty-dropdown,
.cart .qty-dropdown + .select-box {
    min-width: 55px; /*override global css*/
}
.cart .select-wrap {
    border: 2px solid #d9d9d9;
}
.cart .select-wrap:after,
.cart .select-wrap:before {
    display: none;
}
.cart .select-inner {
	text-align: center;
	font-size: 20px;
	line-height: 42px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
}
.cart .select-wrap:after,
.cart .select-wrap:before {
    display: none;
}
.cart .subtotal span {
	font-size: 20px;
	font-family: "Playfair Display", Times New Roman, serif;
    color: #c49169;
    white-space: nowrap;
}
.cart .subtotal .discount,
.cart .subtotal .discount + div {
    color: #aaa;
    margin: 6px 0;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1075;
	width: 100%;
	border-top: 1px solid #e1e1e1;
	background-color: #eee;
	padding: 20px 25px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
    color: #29b05f;
}
.bar-notification.error {
    color: #ed3b4b;
}
.bar-notification.warning {
    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: 1080;
	width: 450px !important;
	max-width: 95%;
	outline: 2px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
	background-color: #f8f8f8;
}
.ui-dialog-titlebar {
	overflow: hidden;
	padding: 10px 15px;
}
.ui-dialog-title {
	float: left;
    font-size: 20px;
    font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
    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-titlebar button:hover {
    background-color: #c49169;
    color: #fff;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px 20px 20px;
	line-height: 20px;
}
.ui-dialog-content .page {
    min-height: 0;
}
.ui-dialog-content .page-title {
    display: none;
}
.ui-dialog .page-body > p:first-child {
	margin-top: 10px; /*override global css*/
}

.eu-cookie-bar-notification {
    position: fixed;
    bottom: 0;
	left: 0;
    width: 100%;
	z-index: 1050;
    outline: 2px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
    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 #c49169;
	padding: 0 15px;
    background-color: #fff;
	font-size: 14px;
}
.eu-cookie-bar-notification button:hover {
	background: #c49169;
    color: #fff;
}
.eu-cookie-bar-notification a {
	display: block;
}

.scroll-back-button {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1030;
    width: 60px;
    height: 60px;
    border: 2px solid #b7dd79;
    background:white;
    overflow: hidden;
    text-align: center;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}

.scroll-back-button-text {
    display:flex;
    justify-content:center;
    vertical-align:middle;
    height:100%;
}
    .scroll-back-button-text span {
        height:fit-content;
        align-self:center;
    }

.scroll-back-button:hover {
    background-color: #b7dd79;
    color: #fff;
} 


/*********** HEADER ***********/



.admin-header-links {
	background-color: #fff;
	text-align: center;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links a,
.admin-header-links span {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
}
.admin-header-links a {
    color: #000;
}

.personal-button {
    display:none !important;
}

.search-wrap, .contact-button {
    display: none !important;
    font-size: 28px;
}

.menu-title {
    height: 85px;
    width: 85px;
    margin: 0 !important;
    background-color: #b7dd79;
    font-size:34px;
    display:inline-flex !important;
    justify-content:center;
    align-items:center;
    color: white !important;
}



.personal-button .dropdown-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(-45deg) translate(0%,-50%);
    margin-left: 15px;
}

.personal-button.activeState .dropdown-icon {
    transform: rotate(135deg) translate(0%, 0%) !important;
}

.html-home-page .personal-button .dropdown-icon {
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}

.html-home-page .header .black-logo{
    display:none !important;
}


.personal-button .dropdown-icon {
    border-left: 2px solid #3C3330;
    border-bottom: 2px solid #3C3330;
}

.responsive-nav-wrapper-parent, .responsive-nav-wrapper a {
    color: #3C3330
}

.html-home-page .header .white-logo {
    display: inline-block !important;
}
    .white-logo {
    display:none !important;
}



.header {
    position: relative;
    z-index: 1065;
    min-height: 85px;
    padding: 0;
    background-color: #f8f8f8;
}

    .header.mobile {
        background-color:white;
    }

.html-home-page .header-inside-slider .header.mobile a, .html-home-page .header-inside-slider .header.mobile {
    color: white !important;
}

.html-home-page .responsive-nav-wrapper {
    color: white;
}

    .header-inside-slider .header.mobile a:hover {
        color: #b7dd79 !important;
    }

    .header {
        max-width: 1440px;
        text-align: center;
    }
.header:after { 
	content: "";
	display: block;
	clear: both;
}
.header-logo {
    float:left;
    padding: 16px 0;
    margin-left:4%;
	text-align: center;
    font-size: 0;
}

.responsive-nav-wrapper-parent {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    width: auto;
    font-size: 0;
}

.header-logo a {
	display: inline-block;
	max-width: 100%;
    max-height: 150px;
    max-width: 200px;
    overflow: hidden;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
    max-height: 100%;
}
.responsive-nav-wrapper {   
	font-size: 0;
}
.responsive-nav-wrapper > div {
	display: inline-block;
    cursor: pointer;
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	height: auto;
	width: auto;
}

.search-wrap {
    display:none;
}

.responsive-nav-wrapper .filters-button span {
    display: none;
}
.responsive-nav-wrapper .shopping-cart-link a {
	position: relative;
	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;
	width: 12px;
    height: 12px;
	border-radius: 18px;
    background-color: #cd405b;
}

.header-links-wrapper > div {
    font-size: 0;
    background-color: #fff;
}

.language-list{
    display:flex;
    flex-direction:column;
}

.header-selectors div {
    display: inline-block;
    padding: 5px 20px;
}
.header-selectors li {
	display: inline-block; 
}
.header-selectors a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 5px 20px !important;
    line-height: 28px;
    color: #999;
}

.header-selectors .selected {
    background-color: #b7dd79;
}

.html-home-page .header-inside-slider .header.mobile .language-list .selected a,
.html-home-page .header-inside-slider .header.mobile .language-list .selected a:hover
{
    color: white !important;
}
.html-home-page .header-inside-slider .header.mobile .language-list a:hover {
   color: #b7dd79 !important;
}

.html-home-page .header-inside-slider .header.mobile .language-list a {
    color: black !important;
}

.header-selectors .selected a {
    padding: 0 10px;
    color: #000;
}
.header-selectors span {
    display: inline-block;
}
.header-links {
    padding: 10px;
}
.header-links li {
	margin: 0 10px;
}
.header-links a,
.header-links span {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
	line-height: 42px;
    color: #000;
}
.header-links a:hover,
.header-links span:hover {
    color: #888;
}

.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,
.search-box form:after {
	content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 10px;
    background-color: rgba(0,0,0,0.15); 
}
.search-box form:before {
    left: 0;
}
.search-box form:after {
    right: 0;
}
.search-box input.search-box-text {
	float: left;
	width: 250px;
	height: 36px;
    border: none;
    color: rgba(0,0,0,0.2);
}
.search-box input.search-box-text:focus,
.search-box input.search-box-text:active {
    color: rgba(0,0,0,0.6);
}
.search-box .search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	border: none;
	background: url('../img/search-box-icon.png') center no-repeat;
	padding: 0;
	font-size: 0;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: absolute;
	z-index: 1070;
	width: 286px !important; /*default = txtfield + button*/
	max-width: 100%;
	border-top: 2px solid #d9d9d9;
	box-shadow: 0 0 3px rgba(0,0,0,0.05);
	overflow: hidden;
	background-color: #fff;
	text-align: left;
}
.ui-autocomplete li {
	background: url('../img/title-dots-decoration.png') repeat-x top;
}
.ui-autocomplete li:first-child {
    background: none;
}
.ui-autocomplete a {
	display: block;
	padding: 12px;
    font-size: 13px;
    color: #bcbcbc;
}
.ui-autocomplete a.ui-state-focus {
	background-color: #f8f8f8;
    color: #000;
}
.ui-autocomplete img {
	display: none;
}


/*********** HEADER MENU ***********/



.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
	right: 0;
	bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    z-index: 1060;
    transition: background 0.3s ease;
}
.overlayOffCanvas.show {
	background-color: rgba(0,0,0,0.4);
}
/*.scrollYRemove {
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}*/
.header-menu.ps-container .ps-scrollbar-y-rail {
    visibility: hidden !important; /*scroll is active, but invisible*/
}

.header-menu {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 1070;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white;
	text-align: left;
    transition: all 0.3s ease;
}
.header-menu {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}      
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.header-menu .close-menu {
    position: relative;
    height: 85px;
    overflow: hidden;
	cursor: pointer;
}
    .header-menu .close-menu span {
        display: flex;
        float: right;
        justify-content:center;
        align-items:center;
        width: 85px;
        background-color: #b7dd79;
        height: 85px;
        font-size: 34px;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }
    .header-menu > ul {
        margin: 0 10px;
        overflow: auto;
    }
.header-menu > ul li {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}
    .header-menu > ul li > a,
    .header-menu > ul li > span,
    .header-menu > ul li > div > .with-subcategories {
        display: block;
        position: relative;
        z-index: 0;
        padding: 30px 40px;
        font-size: 24px;
        line-height: 30px;
        color: #b7a99a;
        font-weight: bold;
    }


    .header-menu ul.top-menu > li:not(.has-sublist) > a {
        border-bottom:1px solid rgba(173,173,173,0.32);
    }

.top-menu .sublist li a:hover{
    color: #b7dd79 !important;
}


.header-menu .sublist {
    grid-row-gap: 30px;
    justify-items: center;
    padding-bottom:30px;
}

.header-menu-top {
    max-width:1440px;
    margin:auto;
    margin-bottom:30px;
}

.header-menu .sublist li {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
}

        .header-menu .sublist li a {
            font-weight:normal;
            font-size:20px;
            line-height:unset;
            color:black !important;
            padding:0;
        }

    .header-menu .top-menu > .has-sublist {
        border-bottom: 1px solid rgba(173,173,173,0.32);
    }

    .header-menu .sublist li a::before {
        display: none;
        content: "";
        width: 10px;
        height: 10px;
        border-right: 2px solid #b7dd79;
        margin-right: 20px;
        border-bottom: 2px solid #b7dd79;
        transform: rotate(-45deg) translate(0,-50%);
    }

            .header-menu .with-subcategories {
                width: auto !important; /*override predefined inline widths*/
            } 
.header-menu .plus-button {
	position:absolute;
    top: 0;
    right: 0;
	bottom: 0;
	z-index: 1;
	width: 40px;
	height: 50px;
    margin: auto;
	background: #2c2c2c url('../img/arrow.png') center no-repeat;
	cursor: pointer;
} 

.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 2;
    width: 100% !important;
    height: 100%;
	overflow: hidden;
    background: rgba(34,34,34,0.98);
    padding: 0 10px;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
} .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
} .header-menu .back-button {
    height: 52px;
    overflow: hidden;
} .header-menu .back-button:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
	height: 2px;
    margin: auto;
    background: url('../img/menu-border.png') repeat-x;
} .header-menu .back-button span {
	position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    background: #303030 url('../img/arrow-back.png') no-repeat 12px center;
	padding: 11px 15px 11px 35px !important;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
} .header-menu .back-button span:before, .header-menu .back-button span:after {
    display: none;
} .header-menu .social-icons {
	max-width: 450px;
	margin: auto;
    padding: 90px 0 50px;
	text-align: center;
} .header-menu .social-icons h2 {
    display: inline-block;
	position: relative;
	margin: 0 0 15px;
    font-size: 22px;
	font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
    color: #fff;
} .header-menu .social-icons h2:before, .header-menu .social-icons h2:after {
    content: "";
    position: absolute;
    top: 3px;
	bottom: 0;
    width: 8px;
    height: 2px;
    margin: auto;
	background-color: #fff;
} .header-menu .social-icons h2:before {
    left: -15px;
} .header-menu .social-icons h2:after {
    right: -15px;
} .header-menu .social-icons ul {
	margin-top: 0 !important;
} .header-menu .social-icons li {
    display: inline-block;
	margin: 0 5px 5px;
    text-align: center;
} .header-menu .social-icons a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 6px;
	border: none;
    background-image: url('../img/social-icons-sprite.png');
    background-repeat: no-repeat;
	padding: 0;
} .header-menu .social-icons a:before, .header-menu .social-icons a:after {
    display: none !important;
} .header-menu .social-icons a:hover {
	background-color: transparent;
} .header-menu .social-icons a.facebook {
    background-position: 0 center;
} .header-menu .social-icons a.twitter {
    background-position: -30px center;
} .header-menu .social-icons a.pinterest {
    background-position: -60px center;
} .header-menu .social-icons a.instagram {
    background-position: -90px center;
} .header-menu .social-icons a.vimeo {
    background-position: -120px center;
} .header-menu .social-icons a.google {
    background-position: -147px center;
} .header-menu .social-icons a.youtube {
    background-position: -205px center;
} .header-menu .social-icons a.rss {
    background-position: -180px center;
}
    /*********** FOOTER ***********/
    .footer {
    border-top: 1px solid rgba(173,173,173,0.32);
    padding: 50px 0;
    background-color: #F8F8F8;
    max-width:1440px;
    margin:auto;
    text-align: center;
} .footer-lower-top, .footer-lower-bottom {
    display: flex !important;
    flex-wrap:wrap;
    grid-column-gap:15px;
    grid-row-gap:10px;
    justify-content: center;
} .footer-middle .newsletter-wrapper {
    order:-1;
    display:inline-flex;
    flex-direction:column;
} .footer .header-logo {
    max-width:100%;
    padding:10px 0;
    margin:0;
} .footer .header-logo a, .footer .header-logo img{
        width: 100%;
        max-width:200px;
        padding:0;
    } .footer .header-logo {
    max-width: 100%;
    margin: 0;
} .footer-middle {
    margin: 0 0 30px;
    overflow: hidden;
} .footer-middle-block {
    max-width: 360px;
    margin: 0 auto;
    width:100%;
} .footer-middle-block .title {
    position: relative;
    margin: 0 0 50px;
    padding: 10px 35px;
    font-size: 28px;
	font-weight: normal;
	cursor: pointer;
    color:#b7a99a;
} .footer-middle-block .title:before, .footer-middle-block .title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 15px;
	margin: auto;
    background: url('../img/footer-block-arrow.png') no-repeat center;
} .footer-middle-block .title:before {
    left: 0;
} .footer-middle-block .title:after {
    right: 0;
} .footer-middle-block ul{
    display: none;
	margin: 0 0 50px;
} .footer-middle-block .logo {
        opacity:1 !important;
    } .footer-middle-block a {
        display: inline-block;
        padding: 0 10px;
        font-size: 13px;
          transition: .15s ease-in-out;
        color:#1D1D1B;
        opacity:0.72;
    } ul.footer-menu {
    display: flex;
    flex-direction: column;
    font-size:16px;
    row-gap: 20px;
}
.footer-middle-block a:hover {
    color: #b7dd79;
} .newsletter {
	display: none;
} .newsletter .title {
    margin: 0 0 35px;
} .newsletter .title span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0; 
    width: 20px;
    height: 6px;
	margin: auto;
    background: #c49169 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, .newsletter-email:after {
    content: "";
    position: absolute;
    top: 25px;
    width: 2px;
    height: 10px;
    background: #ebebeb;
} .newsletter-email:before {
    left: 0;
} .newsletter-email:after {
    right: 0;
} .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: #ccc;
} .newsletter-email .newsletter-subscribe-text:focus, .newsletter-email .newsletter-subscribe-text:active {
    color: #666;
} .newsletter-email .newsletter-subscribe-button {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
	width: 0; /*chrome bug fix*/
	min-width: 145px;
	height: 45px;
	margin: auto;
	border: 2px solid #c49169;
    background-color: transparent;
	padding: 0 30px;
} .newsletter-email .newsletter-subscribe-button:hover {
    background-color: #c49169;
    color: #fff;
} .newsletter-email .options {
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    margin: auto;
} .newsletter-email .options span {
    margin: 0 5px;
} .newsletter-validation {
} .newsletter-validation .please-wait {
	display: none !important; 
} .newsletter-result {
    display: none;
	line-height: 28px; 
    margin: 0 0 30px;
    text-align: center;
    color: #aaa;
}
    /*--- newsletter popup start ---*/
    .newsletter-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1070;
	background: rgba(0,0,0,0.4);
} .newsletter-popup {
    position: fixed;
    top: 50%;
    left: 50%;
	z-index: 1110;
    width: 90%;
	max-width: 500px;
    min-height: 300px;
    margin: auto;
	background-color: #f8f8f8;
    padding: 30px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);  
} .newsletter-popup .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: #fff	url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAElBMVEUAAAB5eXl1dXV3d3d8fHxxcXH0B6SbAAAAAXRSTlMAQObYZgAAADZJREFUCNdjcGAAAkYGFhBlwMAgwMDABGSxglhAoABkAAEziAOUMQBTAcxgDkSJAogF1Q41DABRlwIDxJY5xgAAAABJRU5ErkJggg==') no-repeat center;
    font-size: 0;
} .newsletter-popup-title {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1.2em;
	font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
	color: #000;
} .newsletter-description-wrapper {
    margin: 0 0 20px;
	font-size: 15px;
} .newsletter-description-wrapper p {
	line-height: 22px;
} .newsletter-popup > .title {
	display: none;
} .newsletter-popup .newsletter {
	display: block !important;
} .newsletter-popup .networks {
	display: none !important;
} .newsletter-popup .newsletter-email {
    display: inline-block;
    margin-bottom: 0;
    max-width: 100%;
} .newsletter-popup button.button-1 {
    position: static;
	width: auto;
	margin: 20px 0 0;
    font-size: 14px;
    text-transform: uppercase;
} .newsletter-popup div.options {
    display: none;
	margin: 20px 0 0;
} .newsletter-popup .newsletter-validation, .newsletter-popup .newsletter-result {
    margin: 20px 0 0;
	line-height: normal;
} .newsletter-popup .newspetter-popup-inputs {
    margin: 20px 0 0;
} .newsletter-popup input + label {
    margin-left: 3px;
}
    /*--- newsletter popup end ---*/
    .networks {
    flex-wrap:wrap;
	display: flex !important;
    justify-content:center;
    font-size:22px;
    grid-gap:20px;
	font-size: 0;
} .networks li {
	display: inline-block;
}
        .networks a {
            font-size: 22px;
            padding: 0;
            color: #b7a99a;
            opacity:1 !important;
            display: block;
            transition: all 0.2s ease;
        } .networks a:hover {
        color: #b7dd79;
    } .footer-lower a {
    color: #1D1D1B;
} .footer-lower a:hover {
        color: #b7dd79;
    } .footer-lower {
    overflow: hidden;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    color: #1D1D1B;
    opacity: 0.72;
} .footer-middle {
    display:flex;
    flex-direction:column;
} .footer-lower > div:first-of-type {
    margin: 0 0 15px;
} .footer-lower .theme-selector {
    display: block;
    margin: 10px 0;
} .footer-lower .theme-selector:before {
    display: none;
} .theme-selector select {
	width: 170px;
    text-align: center;
} .footer-lower .theme-selector .select-wrap {
    width: auto;
} .footer-lower .theme-selector .select-box {
	right: 0;
    text-align: center;
} .footer-lower .theme-selector .select-inner {
    padding: 0;
}
    /*********** 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-size: 24px;
	cursor: pointer;
} .block .title:before, .block .title:after {
    content: "";
    position: absolute;
	top: 0;  
    bottom: 0;
    width: 35px;
	height: 15px;
    margin: auto;
    background: url('../img/footer-block-arrow.png') no-repeat center;
} .block .title:before {
	left: 3px;
} .block .title:after {
    right: 3px;
} .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;
    background: url('../img/breadcrumbDelimiter.png') no-repeat left center;
	padding: 10px 10px 10px 15px;
    color: #000;
    transition: all 0.2s ease;
} .block .list .active > a {
	background-image: url('../img/side-2-category-bullet.png');
} .block .list a:hover {
    color: #b7dd79;
} .block .sublist {
	padding: 0 15px;
} .block .sublist a {
   color: #888;
   transition: all 0.2s ease;
}
    .block .sublist a:hover {
        color: #b7dd79
    } .block .view-all {
	margin: 10px 0 0;
} .block .view-all a {
    text-transform: uppercase;
} .block-recently-viewed-products {
    font-size: 0;
} .block-recently-viewed-products li {
    margin: 0 0 10px;
} .block-recently-viewed-products li:last-child {
    margin: 0;
} .block-recently-viewed-products a.product-picture {
    display: inline-block;
    width: 65px;
	background: none;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    font-size: 0;
} .block-recently-viewed-products a.product-name {
    display: inline-block;
    width: calc(100% - 80px);
    max-height: 38px;
    margin-left: 10px;
	overflow: hidden;
	background: none;
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
} .block .tags ul {
	font-size: 0;
	text-align: left;
} .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 {
	display: block;
	line-height: 30px;
    color: #888;
} .block .tags li a:hover, .product-tags-all-page li a:hover {
    color: #aaa;
} .poll strong {
	display: block;
	margin: 0 0 10px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
    color: #000;
} .poll-options, .poll-results {
	margin: 0 0 15px;
	text-align: left;
} .poll-options li, .poll-results li {
    font-size: 13px;
    line-height: 34px;
    color: #888;
} .poll-options {
	padding: 0 10px 0 0;
} .poll-options label {
    padding: 0 0 0 5px;
	cursor: pointer;
} .poll-options label:hover {
    color: #aaa;
} .poll .buttons, .poll-total-votes {
	margin: 0 0 -10px;
} .poll .vote-poll-button {
    height: 35px;
	border: 2px solid #c49169;
	padding: 0 20px;
	font-size: 16px;
} .poll .vote-poll-button:hover {
    background-color: #c49169;
    color: #fff;
} .poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
} .home-page-polls .title {
	display: none;
} .home-page-polls .poll {
    margin: 0 0 0.5%;
    background-color: #fff;
	padding: 30px 20px;
} .home-page-polls .poll strong {
	font-size:  22px;
    text-align: center;
} .home-page-polls .poll-options, .home-page-polls .poll-results {
	text-align: center;
} .home-page-polls .poll-options li, .home-page-polls .poll-results li {
	display: inline-block;
	margin: 0 10px;
} .home-page-polls .poll .buttons, .home-page-polls .poll-total-votes {
	margin: 0;
}
    /********** CATEGORY PAGE **********/
    .breadcrumb {
	padding: 25px 0 0px;
	text-align: center;
    font-size: 0;
} .breadcrumb li, .breadcrumb li > span {
	display: inline-block;
	vertical-align: middle;
}
        .breadcrumb a, .breadcrumb strong {
            display: inline-block;
            margin: 0 10px;
            vertical-align: middle;
            font-size: 14px; /*reset zeroing*/
            line-height: 30px;
            color: #3C3330;
            opacity: 0.32;
            font-weight: 500;
        }
            .breadcrumb strong.current-item {
                opacity:0.64;
            } 
            
            .breadcrumb li .delimiter {
    position: relative;
    top: -1px;
    right: -1px;
    width: 9px;
    height: 30px;
    background: url('../img/sublist-arrow.png') no-repeat center;
} .breadcrumb a:hover {
	text-decoration: underline;
} .category-description, .manufacturer-description, .vendor-description {
	margin: 50px 20px;
    text-align: center;
} .contact-vendor {
	margin: -20px 0 20px;
    text-align: center;
} .contact-vendor-button {
    display: inline-block;
    max-width: 90%;
    height: 50px;
    margin: 0 5px 10px;
	border: 2px solid #c49169;
    background-color: transparent;
	padding: 0 30px;
} .contact-vendor-button:hover {
    background-color: #c49169;
    color: #fff;
} .product-filters {
	display: none;
} .product-selectors {
	margin: 0 0 20px;
	text-align: center;
	font-size: 0;
} .product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
    .product-selectors > div {
        display: inline-block;
        margin: 5px 8px;
        font-size: 14px;
        color: #1D1D1B;
    } .product-selectors > div > span {
    display: inline-block;
    vertical-align: middle;
} .product-selectors option {
    font-size: 13px;
    padding: 10px 6px;
    text-transform: lowercase;
    color: #aaa;
} .product-selectors option:hover {
    background-color: #f8f8f8;
} .product-selectors .select-wrap {
    min-width: 65px;
} .product-selectors .select-inner {
    color: #000;
} .product-selectors .product-viewmode {
	display: none;
}
    .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: 32px;
        color: #1D1D1B;
        opacity: 0.32;
    }  .product-selectors .product-viewmode a.selected {
	opacity: 1;
} .item-grid:after {
	content: "";
	display: block;
	clear: both;
} .item-box {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 20px;
	background-color: #fff;
} .item-box .picture {
	z-index: 1;
	overflow: hidden;
} .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;
} .item-box .details {
    padding: 20px 20px 30px;
	text-align: center;
} .item-box .title, .item-box .product-title {
	font-weight: normal;
} .item-box .title a, .item-box .product-title a {
	display: block;
	color: #000;
} .item-box .product-title {
	margin: 0 0 15px;
    font-size: 24px;
} .item-box .product-title a {
    max-height: 58px;
    overflow: hidden;
    line-height: 28px;
    color: #000;
} .item-box .product-title + .sku {
	display: none;
    margin: 0 0 5px;
} .item-box .product-rating-box {
	display: none;
    /*display: inline-block;*/
    margin: 0 0 10px;
} .item-box .rating {
	width: 85px;
    height: 15px;
	background: url('../img/rating1.png') repeat-x;
} .item-box .rating > div {
	height: 15px;
	background: url('../img/rating2.png') repeat-x;
} .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;
} .item-box .old-price {
	margin: 0 5px;
    font-size: 20px;
	color: #888;
	text-decoration: line-through;
} .item-box .actual-price {
	margin: 0 5px;
	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: 5px;
    font-size: 12px;
    font-family: "Montserrat", Verdana, sans-serif;
} .item-box .buttons {
	margin: 0;
    font-size: 0;
} .item-box input[type="text"], .item-box input[type="number"] {
	width: 50px;
    height: 50px;
    margin: 0 7px 0 0;
    border: 2px solid #e1e1e1;
    text-align: center;
	vertical-align: top;
    font-size: 20px;
    color: #000;
} .item-box button {
	height: 50px;
	border: 2px solid #c49169;
    background: url('../img/add-to-cart-button.png') no-repeat 16px center;
	padding: 0 18px 0 48px;
	vertical-align: middle;
    font-size: 20px;
} .item-box button:hover {
    background-color: #c49169;
} .item-box .square-buttons-wrapper {
    display: inline-block;
    vertical-align: top;
} .item-box button.add-to-compare-list-button, .item-box button.add-to-wishlist-button {
    display: none;
	width: 50px;
    margin: 0 -2px 0 0;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
} .item-box button.add-to-compare-list-button {
	background-image: url('../img/product-compare.png');
} .item-box button.add-to-wishlist-button {
	background-image: url('../img/product-wishlist.png');
} .product-grid, .product-list {
	margin: 0 0 50px;
}


.home-page-category-grid .item-box {
    height:100%;
    margin-bottom:0;
}

.home-page-category-grid .owl-stage {
    display:flex;
}

.home-page-category-grid .item-box a{
    display: flex;
    height:100%;
    color: #3C3330 !important;
}

.home-page-category-grid .item-box {
    max-width:450px;
}

.home-page-category-grid .item-box .category-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.home-page-category-grid .item-box .title {
    font-size:28px;
    text-align:left;
    padding:15px 15px 10px;
}
.home-page-category-grid .item-box .picture {
    margin: auto 25px 25px auto;
}

    .home-page-category-grid .category-item-decription {
        font-size: 11px;
        line-height: 15px;
        text-transform: uppercase;
        color: #5C5C5C;
        text-align: left;
        padding: 0 15px;
    }

.home-page-category-grid .category-item .title {
    color: #b7a99a;
}

.home-page-category-grid .item-box .picture img {
    position: relative;
}


.home-page-category-grid{
    margin: 0 0 25px;
}

.sub-category-grid {
    margin: 0 0 50px;
}

.manufacturer-grid, .vendor-grid {
    margin: 0 0 40px;
}
.home-page-category-grid > .title, .product-grid > .title, .product-collateral > .title { /*these are the grid titles*/
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 10px;
    text-align: center;
    font-weight: normal;
    color: #b7a99a;
    display: flex;
    grid-row-gap: 10px;
    flex-direction: column;
}

.home-page-category-grid-carousel .owl-nav > span {
    font-size:25px;
}

.home-page-category-grid .carousel-wrap {
    width: 80%;
    margin: auto;
}

.home-page-category-grid .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

    .home-page-category-grid .owl-controls .owl-nav {
        margin: 0 -10%;
        justify-content: space-between;
        display: flex;
    }

.home-page-category-grid .owl-nav > span {
    width:5%;
}

.home-page-category-grid > .title:after, .product-grid > .title:after, .home-page-category-grid > .title:before, .product-grid > .title:before,
.product-collateral > .title:before, .product-collateral > .title:after {
    border-bottom: 1px solid #ADADAD;
    transform: translateY(-50%);
    content: "";
    flex-grow: 1;
}

.home-page-category-grid > .title:before, .product-grid > .title:before, .product-collateral > .title:before {
    display: none;
}

.home-page-category-grid > .title strong, .product-grid > .title strong, .product-collateral > .title strong {
    font-weight: normal;
} .category-item .picture a:before, .sub-category-item .picture a:before {
    padding-top: 64%;
} .category-item .title, .sub-category-item .title {
    position: relative;
    padding: 12px 10px;
    text-align: center;
    font-size: 30px;
	line-height: 40px;
} .category-item .title a, .sub-category-item .title a {
    position: relative;
	top: -2px;
    display: inline-block;
    padding: 0 15px;
} .sub-category-item .title a:before, .sub-category-item .title a:after{
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
	width: 8px;
    height: 2px;
    margin: auto;
    border-top: 1px solid #8d8d8d;
    border-bottom: 1px solid #000;
} .sub-category-item .title a:before {
    left: 0;
} .sub-category-item .title a:after {
    right: 0;
} .category-item .title .view-all {
    display: none;
	padding: 0 2px;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
    opacity: 0.6;
} .manufacturer-item .title a, .vendor-item .title a {
    padding: 30px 10px;
    font-size: 20px;
} .onecolumn .pager {
    margin: 0 0 50px;
} .twocolumns .pager {
	margin: 0;
} .pager ul {
    background-color: #fff;
	text-align: center;
	font-size: 0;
} .pager li {
	display: inline-block;
	margin: 0 -1px;
    vertical-align: middle;
} .pager li a, .pager li span {
	display: block;
	min-width: 60px;
	height: 60px;
	text-align: center;
	font-size: 18px; /*reset zeroing*/
	line-height: 60px;
	color: #777;
	cursor: pointer;
}
    .pager li span {
        color: #b7dd79 !important;
        font-weight: bold;
    } 

.pager li a {
    position: relative;
} .pager li a:before, .pager li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 12px;
    margin: auto;
    background-color: #ebebeb;
} .pager li a:before {
    left: 0;
} .pager li a:after {
    right: 0;
} .pager li a:hover {
    background-color: #ebebeb;
} .pager li.previous-page a, .pager li.next-page a, .pager li.first-page a, .pager li.last-page a {
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
} .pager li.previous-page a {
	background-image: url('../img/slider-arrow-left.png');
} .pager li.next-page a {
	background-image: url('../img/slider-arrow-right.png');
} .pager li.first-page a {
	background-image: url('../img/prev-first.png');
} .pager li.last-page a {
	background-image: url('../img/next-last.png');
} .pager li:first-child a:before, .pager li:last-child a:after {
    display: none;
}
    /********** PRODUCT PAGE **********/
    .product-details-page {
    position: relative;
	margin: -20px 0 0;
	background-color: #fff;
} .product-details-page:before {
    content: "";
    position: absolute;    
    top: -15px;
    right: 0;
	left: 0;
    width: 0;
	height: 0;
    margin: auto;
	border-width: 0 15px 15px;
	border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
} .product-details-page form {
    background-color: #f8f8f8;
    overflow: hidden; /*prevents margin issues at the bottom*/
} .product-essential:after {
	content: "";
	display: block;
	clear: both;
	height: 1px; /*prevents margin collapse*/
} .gallery {
    background-color: #fff;
} .gallery .picture {
	position: relative;
	max-width: 600px;
	margin: auto;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
    
    .gallery .picture img {
        width:100%;
        height:auto;
    }

    .gallery .picture a {
        display: inline-block;
        max-width: 100%; /*Ie fix*/
    } .gallery .picture-thumbs {
    max-width: 600px;
    margin: auto;
	padding: 20px 0;
    text-align: center;
    display:grid;
    grid-template-columns: repeat(3,1fr);
	font-size: 0;
} .gallery .thumb-item {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 5px;
    border: 2px solid transparent;
} .gallery .thumb-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
} .gallery .thumb-item:before {
	content: "";
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0 10px 10px;
	border-style: dashed dashed solid;
    border-color: transparent;  
} .gallery .thumb-item:hover {
    border-color: #eaeaea;
} .gallery .thumb-item:hover:before {
    border-bottom-color: #eaeaea;
} .overview {
	position: relative;
	margin: 0 0 20px;
    text-align: center;
} .overview h1 {
    display: none;
} .overview > div {
    margin: 0 20px 25px;
} .discontinued-product {
	color: #ed3b4b;
} .overview .short-description {
    line-height: 26px;
} .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 a {
    font-size: 13px;
} .product-review-links a:first-child {
    color: #888;
} .product-review-links span {
    margin: 0 5px;
} .overview .value, .variant-overview .value {
    margin: 0 0 0 5px;
	font-weight: bold; 
    color: #000;
} .overview .stock, .variant-overview .stock {
    margin: 0 0 10px;
} .overview .additional-details div, .variant-overview .additional-details div {
	margin: 0 0 10px;
} .overview .free-shipping, .variant-overview .free-shipping {
	display: inline-block;
    margin: 10px auto 5px;
    background: url('../img/free_shipping.png') no-repeat left center;
	padding: 5px 0 5px 38px;
	font-weight: bold;
    text-transform: uppercase;
    color: #000;
} .attributes dl {
	overflow: hidden;
} .attributes dt {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
	white-space: nowrap;
} .attributes dt label {
	line-height: 36px;
    font-weight: normal;
} .attributes .required {
    position: relative;
    top: -5px;
    right: -5px;
} .attributes dd {
	margin: 0 0 30px;
} .attributes select {
	width: auto;
	min-width: 100px;
	max-width: 100%;
} .attributes option.disabled {
	color: #ddd;
} .attributes .textbox {
    border-width: 2px;
} .attributes .qty-box {
    margin: 10px;
} .attributes .qty-box input {
    border-width: 2px;
    width: 50px;
    text-align: center;
} .attributes .option-list {
	margin: 0 0 -10px;
	font-size: 0;
} .attributes .option-list li {
    display: inline-block;
    margin: 0 1px 15px;
	line-height: 32px;
} .attributes .option-list label {
    font-size: 15px;
    color: #000;
} .attributes .option-list input {
    display: none;
    cursor: pointer;
} .attributes .option-list input ~ label {
    border: 2px solid #ddd;
    padding: 7px 12px;
    cursor: pointer;
} .attributes .option-list input:checked ~ label {
    border-color: #000;
    background-color: #000;
	color: #fff;
} .attributes .option-list .disabled {
	pointer-events: none;
	opacity: 0.5;
} .attributes .option-list .disabled label {
	text-decoration: line-through;
} .attribute-item {
    display: inline-block;
    margin: 0 0 20px;
} .attribute-item .attribute-label {
    color: #666;
} .attribute-item .attribute-data {
    position: relative;
    margin: 0 10px;
} .attribute-item .attribute-data input {
    color: #000;
} .attributes .attribute-data:before, .attributes .attribute-data:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 10px;
    background-color: #d9d9d9; 
} .attributes .attribute-data:before {
	left: 0;
} .attributes .attribute-data:after {
    right: 0;
} input.datepicker {
	width: 200px;
	text-align: center;
} .ui-datepicker {
	width: 280px;
	margin: -10px 0 0 -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: 1px;
	z-index: 1;
	width: 40px;
	height: 32px;
	line-height: 32px;
} .ui-datepicker-header a.ui-datepicker-prev {
	left: 3px;
} .ui-datepicker-header a.ui-datepicker-next {
	right: 3px;
} .ui-datepicker-title {
	position: relative;
	z-index: 0;
    border: 2px solid #ddd;
    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: #888;
} .ui-datepicker-calendar th a {
    color: #000;
} .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;
} .attribute-squares {
	font-size: 0;
} .attribute-squares li {
	display: inline-block;
	margin: 0 3px 3px !important;
	text-align: center;
    vertical-align: middle;
} .attribute-square-container {
    display: inline-block;
	position: relative;
    z-index: 0;
    border: 1px solid transparent;
    padding: 2px;
} .attribute-squares label {
	display: block;
    overflow: hidden;
} .attribute-square {
    display: block;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 3px #ddd;	
    cursor: pointer;
} .selected-value .attribute-square-container {
    border: 1px solid #d9d9d9;
    padding: 2px;
	background-color: #fff;
} .attribute-squares li.disabled {
	position: relative;
	opacity: 1;
} .attribute-squares li.disabled:after {
	content: "";
	position: absolute;
	top: 0; bottom: 0;
    left: 0; right: 0;
    width: 40px;
    height: 40px;
    margin: auto;
	border: 1px solid #ddd;
	background: #fff url('../img/popup-close.png') center no-repeat;
} .color-squares .tooltip-container {
    display: none;
} .image-squares .tooltip-container {
    display: block;
} .tooltip-container {
    display: block;
	position: absolute;
	width: 200px;
	margin: 7px 0 0 -76px;
    border: 1px solid #e9e9e9;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	background-color: #fff;
    text-align: center;
    visibility: hidden;
} .tooltip-container:before {
	content: "";
	position: absolute;
	bottom: 100%;
    left: 50%;
	width: 0;
	height: 0;
    margin: 0 0 0 -10px;
	border-width: 0 10px 8px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #e9e9e9;
} .tooltip-container:after {
	content: "";
	position: absolute;
	bottom: 100%;
    left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -8px;
	border-width: 0 8px 7px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
} li:hover .tooltip-container {
	z-index: 999;
    visibility: visible;
} .tooltip-container .tooltip-header {
	margin: 1px;
    background-color: #e9e9e9;
	padding: 5px;
	font-size: 14px;
	color: #000;
} .tooltip-container .tooltip-header:before {
	content: "";
	position: absolute;
	bottom: 100%;
    left: 50%;
	z-index: 1;
	width: 0;
	height: 0;
	margin: 0 0 -3px -10px;
	border-width: 0 10px 8px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #e9e9e9;
} .tooltip-container .tooltip-body {
    margin: 1px;
} .tooltip-container img {
    width: 100%;
} .giftcard {
	margin: 40px 0 !important;
} .giftcard > div {
    position: relative;
    max-width: 500px;
	margin: 0 auto 20px;
} .giftcard > div:before, .giftcard > div:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 10px;
    background-color: #d9d9d9;
} .giftcard > div:before {
    left: 0;
} .giftcard > div:after {
    right: 0;
} .giftcard label {
	display: block;
	margin: 0 0 10px;
    font-size: 14px;
    color: #000;
} .giftcard input, .giftcard textarea {
	width: 100%;
}  .download-sample {
	font-size: 0;
} .overview-buttons > div {
	display: inline-block;
	margin: 0 15px 10px;
} .overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button, .overview .add-to-compare-list-button, .overview .email-a-friend-button, .overview .subscribe-button, .variant-overview .subscribe-button, .download-sample-button {
	display: inline-block;
	padding: 5px 10px 5px 25px;
    border: none;
    background-color: transparent;
    background-position: left center;
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: "Montserrat", Verdana, sans-serif;
    color: #000;
} .overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button {
	padding-left: 28px;
    background-image: url('../img/product-wishlist.png');
} .overview .add-to-compare-list-button {
	padding-left: 28px;
    background-image: url('../img/product-compare.png');
} .overview .email-a-friend-button {
    background-image: url('../img/icon-emailfriend.png');
} .overview .subscribe-button, .variant-overview .subscribe-button {
    background-image: url('../img/icon-backinstock.png');
} .download-sample-button {
    background-image: url('../img/downloadable.png');
} .overview .add-to-wishlist-button:hover, .variant-overview .add-to-wishlist-button:hover, .overview .add-to-compare-list-button:hover, .overview .email-a-friend-button:hover, .overview .subscribe-button:hover, .variant-overview .subscribe-button:hover, .download-sample-button:hover {
    color: #aaa;
} .overview .prices, .variant-overview .prices {
	margin: 0;
	overflow: hidden;
} .overview .prices > div, .variant-overview .prices > div {
	display: inline-block;
    margin: 0 10px 25px;
} .overview .rental-price, .variant-overview .rental-price {
    display: block !important;
} .overview .rental-price span, .variant-overview .rental-price span {
    margin-left: 5px;
	vertical-align: bottom;
    font-size: 18px;
    color: #000;
} .overview .old-product-price, .variant-overview .old-product-price, .overview .non-discounted-price, .variant-overview .non-discounted-price {
	font-size: 20px;
	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;
	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: 60px;
	height: 40px;
    border-width: 2px;
	text-align: center;
} .customer-entered-price .price-range {
    margin: 0 5px;
    vertical-align: middle;
	font-weight: bold;
    color: #000;
} .tier-prices {
	margin: 0 0 50px !important;
} .tier-prices .title {
	margin: 0 20px 20px;
	font-size: 24px;
    color: #000;
} .tier-prices .title strong {
	font-weight: normal;
} .tier-prices .prices-table {
	border-bottom: 1px dotted #ddd;
    overflow: hidden;
} .tier-prices .prices-row {
    float: left;
    width: 50%;
} .tier-prices .prices-row > div {
	border-top: 1px dotted #ddd;
    background-color: #fff;
	padding: 20px 10px;
} .tier-prices .field-header {
    font-weight: bold;
} .tier-prices .item-price {
	color: #000;
} .overview .add-to-cart {
	margin: 0 0 20px;
} .pre-order-availability-date {
	margin: 5px 0 0;
} .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 .select-wrap, .variant-overview .add-to-cart .select-wrap {
    height: 50px;
    margin: 0 7px 0 0;
} .overview .add-to-cart .select-wrap select, .variant-overview .add-to-cart .select-wrap select {
    margin: 0;
} .overview .add-to-cart .select-inner, .variant-overview .add-to-cart .select-inner {
    padding: 7px 20px 7px 7px;
    text-align: center;
    font-family: "Montserrat", Verdana, sans-serif;
    font-size: 18px;
} .overview .add-to-cart .select-box, .variant-overview .add-to-cart .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 {
	display: none;
} .overview .qty-dropdown, .variant-overview .qty-dropdown {
	min-width: 60px;
    height: 50px;
    margin: 0 7px 0 0;
    border: 2px solid #e1e1e1;
	background-color: #fff;
	padding: 12px 6px;
	text-align: center;
    font-size: 20px;
    color: #000;
} .quantity-block > label {
	font-size: 20px;
    line-height: 50px;
    color: #000;
} .quantity-block .common-buttons-wrapper {
    position: relative;
    display: inline-block;
} .quantity-block .plus, .quantity-block .minus {
	display: inline-block;
	position: absolute;
	left: 0;
    width: 25px;
	height: 26px;
    border: 2px solid #e1e1e1;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
    text-align: center;
    font-size: 0 !important;
    line-height: 20px !important;
    cursor: pointer;
} .quantity-block .plus {
    top: 0;
    background-image: url('../img/plus.png');
} .quantity-block .minus {
    bottom: 0;
    background-image: url('../img/minus.png');
} .quantity-block .qty-input {
    width: 50px;
	height: 50px;
	margin: 0 7px 0 23px;
	border: 2px solid #e1e1e1;
    background-color: #fff;
	text-align: center;
    vertical-align: top;
    font-family: "Montserrat", Verdana, sans-serif;
    font-size: 20px;
	color: #000;
} .overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    height: 50px;
	margin: 0 0 5px;
	border: 2px solid #c49169;
	padding: 0 18px 0 48px;
    background: url('../img/add-to-cart-button.png') no-repeat 16px center;
    font-size: 20px;
    transition: all 0.1s 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;
} .product-estimate-shipping {
	margin-bottom: 25px !important;
} .product-estimate-shipping a {
	display: inline-block;
    color: #aaa;
} .product-estimate-shipping i {
	display: none !important;
} .product-estimate-shipping .shipping-loading {
	display: none !important; /*disable preloader*/
} .product-estimate-shipping .shipping-title {
    margin: -5px 0 5px;
    font-size: 14px;
    color: #aaa;
} .product-estimate-shipping .shipping-price {
    position: relative;
    bottom: -1px;
	margin: 0 0 0 8px;
    font-size: 24px;
	font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
} .product-estimate-shipping .shipping-address:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 6px;
    margin: 0 0 1px 10px;
    background: url(../img/drop-down-button.png) no-repeat center;
    vertical-align: middle;
} .product-estimate-shipping .shipping-date {
	margin: 15px 0 0;
    color: #000;
} .product-social-buttons {
    display: block;
    margin: 0 0 50px;
    text-align: center;
    font-size: 0;
} .product-social-buttons label {
    display: block;
    margin: 0 0 15px;
	font-size: 14px;
    font-family: "Montserrat", Verdana, sans-serif;
    color: #aaa;
} .product-social-buttons li {
    display: inline-block;
    margin: 0 5px 5px;
} .product-social-buttons 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;
	margin: 0 0 35px;
	padding: 0 20px;
    text-align: center;
	line-height: 20px;
} .product-collateral {
	margin: 0 0 20px;
    overflow: hidden;
    text-align: 
        center;
}  .product-specs-box .spec-group-name {
    display: none !important;
} .product-specs-box .data-table td {
    border-top: none;
    padding: 20px 10px;
	text-align: center;
} .product-specs-box .data-table td.spec-value {
    color: #000;
} .product-specs-box .data-table tr:last-child td {
    background-image: none;
    border-bottom:none;
} .product-specs-box .attribute-square-container {
	padding: 0;
} .product-specs-box .attribute-squares {
    display: inline-block;
    vertical-align: middle;
} .product-specs-box .attribute-square {
	width: 20px;
	height:  20px;
	cursor: default;
} .product-tags-box {
	margin: 0 0 20px;
} .product-tags-list {
	font-size: 0;
} .product-tags-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
} .product-tags-list li.separator {
	margin: 0 8px 0 2px;
} .product-variant-list {
    padding: 35px 0 0;
    background-color: #fff;
} .product-variant-line {
    max-width: 600px;
	margin: 0 auto 35px;
	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;
	font-size: 0;
} .variant-overview {
    padding: 0 20px;
} .variant-overview > div {
    margin: 0 0 20px;
} .variant-overview .variant-name {
	margin: 0 0 15px;
	font-size: 24px;
	font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
} .variant-overview .variant-description {
	line-height: 22px;
} .variant-overview .add-to-wishlist {
	margin: 0 0 25px;
} .variant-overview .add-to-cart {
    margin: 0;
} .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 solid rgba(173,173,173,0.3);
        padding: 10px 20px;
        font-weight:300;
        font-size: 20px;
        color: #000;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-state-active.ui-tabs-active a {
        color: #b7a99a;
        font-weight:500;
    } .ui-tabs .ui-tabs-panel {
	background-color: #fff;
	padding: 35px 0 70px;
} .ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 26px;
} .ui-tabs .ui-tabs-hide {
	display: none;
} .back-in-stock-subscription-page .tooltip {
    padding: 0 10px;
} .back-in-stock-subscription-page .notify-me-button {
    height: 50px;
	margin: 20px 0;
	border: 2px solid #c49169;
    background-color: transparent;
	padding: 0 35px;
} .back-in-stock-subscription-page .notify-me-button:hover {
	background-color: #c49169;
	color: #fff;
}
    /********** ESTIMATE SHIPPING **********/
    .estimate-shipping-popup {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	transform: scale(0.8);
	transition: all 0.2s ease;
	opacity: 0;
} .estimate-shipping-popup strong {
	visibility: hidden;
} .mfp-ready .estimate-shipping-popup {
	transform: scale(1);
	opacity: 1;
} .mfp-removing .estimate-shipping-popup {
	transform: scale(0.8);
	opacity: 0;
} .estimate-shipping-popup-zoom-in.mfp-removing {
	transition: all 0.3s ease;
	opacity: 0;
} .estimate-shipping-row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
} .estimate-shipping-row-item {
	flex: 0 1 100%;
} .mfp-container .address-item {
	margin: 10px 0 0;
} .mfp-container .address-item + div {
	padding: 0 0 0 15px;
} .mfp-container .address-item .select-wrap {
    display: block;
    width: 100%;
} .mfp-container .address-item input {
    width: 100%;
    height: 38px;
} .mfp-container .address-item:last-child .estimate-shipping-row:before, .mfp-container .address-item:last-child .estimate-shipping-row:after {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 2px;
    height: 10px;
    background-color: #d9d9d9;
} .mfp-container .address-item:last-child .estimate-shipping-row:before {
    left: 0;
} .mfp-container .address-item:last-child .estimate-shipping-row:after {
    right: 0;
} .mfp-container .address-item .required {
	position: absolute;
    top: -5px;
    right: -10px;
} .mfp-container .shipping-options {
	position: relative; /*preloader referrence*/
	margin: 10px 0 25px;
} .mfp-container .shipping-header-item {
	align-self: flex-end;
	border: none !important;
	padding: 12px 5px !important;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
} .mfp-container .shipping-options-body {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 2px solid #d9d9d9;
	border-collapse: collapse;
} .mfp-container .shipping-option {
	display: table-row;
	cursor: pointer;
} .mfp-container .shipping-option.active {
    background-color: #f8f8f8;
    color: #000;
} .mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px solid #d9d9d9;
	padding: 11px;
} .mfp-container .shipping-item {
	border-right: 1px solid #d9d9d9;
	overflow: hidden;
	padding: 8px 0;
	overflow-wrap: break-word;
} .estimate-shipping-row-item-radio {
	flex: 0 0 30px;
	width: 24px;
} .estimate-shipping-radio {
	display: none;
} .estimate-shipping-radio + label {
	display: inline-block;
	position: relative;
	bottom: 1px;
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 0;
} .estimate-shipping-radio:checked + label:after {
	content: "";
	position: absolute;
	top: 3px; left: 3px;
	width: 6px; height: 6px;
	border-radius: 50px;
	background-color: #333;
} .apply-shipping-button-container {
	text-align: center;
} .mfp-container .apply-shipping-button {
	min-width: 200px;
    height: 50px;    
    border: 2px solid #c49169;
    padding: 0 35px;
    background-color: transparent;
    font-size: 20px;
    line-height: 46px;
	font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
    transition: all 0.2s ease;
} .mfp-container .apply-shipping-button:hover {
	background-color: #c49169;
    color: #fff;
} .mfp-container .no-shipping-options {
	padding: 30px 15px;
	text-align: center;
} .mfp-container .message-failure {
	margin: 10px 0 -5px;
} @media all and (max-width: 600px) {

	.estimate-shipping-popup {
		padding: 25px 3%;
	}
	.mfp-container .shipping-address {
		flex-flow: column;
	}
	.mfp-container .address-item {
		width: 100%;
	}
	.mfp-container .address-item + div {
		padding: 0;
	}
}
    /********** PRODUCT REVIEWS **********/
    .product-reviews-page .title {
	margin: 0 0 10px;
    padding: 10px;
    text-align: center;
    font-size: 28px;
    font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
    color: #000;
} .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;
    bottom: 0;
    width: 8px;
	height: 2px;
    margin: auto;
    background-color: #000;
} .product-reviews-page .title strong:before {
    left: -14px;
} .product-reviews-page .title strong:after {
    right: -14px;
} .write-review form {
	margin-bottom: 20px;
    padding: 50px 20px;
} .write-review .fieldset {
	margin-bottom: 30px;
} .write-review .review-rating {
	text-align: center;
} .write-review .review-rating > label {
    display: block;
    margin: 0 0 5px;
} .write-review .review-rating ul {
    font-size: 0;
} .write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
} .write-review .review-rating li.first {
	font-size: 14px; /*reset zeroing*/
	color: #cd405b;
} .write-review .review-rating li.last {
	font-size: 14px; /*reset zeroing*/
	color: #22af93;
} .write-review .review-rating li input {
	position: absolute;
	z-index: -1;
    margin: 2px 0 0 2px;
	opacity: 0;
} .write-review .review-rating li label {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url('../img/rating2.png') left 1px no-repeat;
	cursor: pointer;
} .write-review .rating-options input:checked + label ~ label {
    background-image: url('../img/rating1.png');
} .write-review .review-rating + div {
	margin: 10px 0 0;
} .write-review .tooltip-text {
	display: none;
} .write-review .button-1 {
	font-size: 20px;
} .product-review-item {
    position: relative;
    background: #fff url('../img/category-title-decoration.png') repeat-x bottom;
} .product-review-item:last-child, .product-review-item:only-child {
    background-image: none;
} .product-review-item-inner-wrapper {
    padding: 30px 20px 35px;
} .product-review-item .review-item-head {
	margin: 0 0 5px;
	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-info {
	clear: both;
	margin: 0 0 20px;
} .product-review-item .date span {
    color: #000;
    text-transform: lowercase;
} .product-review-item .review-text {
	margin: 0 0 20px;
    line-height: 26px;
} .product-review-item .avatar {
    width: 140px;
	margin: 0 auto 20px;
    line-height: normal;
} .product-review-item .avatar .user {
    display: block;
} .product-review-item .avatar .date {
    display: block;
    margin: 10px 0 0;
    text-transform: lowercase;
} .product-review-item .avatar > a, .product-review-item .avatar img {
    display: block;
} .product-review-item .review-info a, .product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px; 
    color: #c49169;
	cursor: pointer;
} .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-page .buttons {
    padding: 0 0 20px;
	font-size: 0;
} .wishlist-page .button-2 {
    display: inline-block;
    width: 300px;
    max-width: 90%;
	height: 50px;
    margin: 0 5px 10px;
	border: 2px solid #ccc;
    background-color: transparent;
} .wishlist-page .tax-shipping-info {
	margin: 0 0 30px;
} .wishlist-page .share-info {
    padding: 0 20px;
    text-align: center;
} .wishlist-page .share-info a {
	display: block;
	margin: 5px 0;
	font-weight: bold;
} .wishlist-page form, .shopping-cart-page form {
	position: relative;
	margin-top: -20px;
} .wishlist-page form:before, .shopping-cart-page form:before {
	content: "";
    position: absolute;
    top: -15px;
    right: 0;
	left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0 15px 15px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
} .wishlist-page form > .message-error, .shopping-cart-page form > .message-error {
	position: relative;
	background-color: #f8f8f8;
	padding: 30px 10px 25px;
} .wishlist-page form > .message-error:before, .shopping-cart-page form > .message-error:before {
	content: "";
    position: absolute;
    top: -15px;
    right: 0;
	left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0 15px 15px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #f8f8f8;
} .compare-products-page .clear-list {
	display: inline-block;
    margin: 0 0 20px;
    border: 2px solid #c49169;
    background-color: transparent;
	padding: 10px 35px;
	font-size: 18px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
    transition: all 0.2s ease;
} .compare-products-page .clear-list:hover {
    background-color: #c49169;
    color: #fff;
} .compare-products-page .remove-button {
	display: inline-block;
	margin: 0 0 10px;
    border: none;
	padding: 10px 15px 10px 35px;
    background: #e7e7e7 url('../img/remove.png') no-repeat 12px center;
    font-size: 13px;
    font-family: "Montserrat", Verdana, sans-serif;
    color: #666;
} .compare-products-page .remove-button:hover {
    background-color: #f8f8f8;
} .compare-products-table {
	display: none;
} .compare-products-table tr:last-child td {
	background-image: none;
} .compare-products-table .product-picture td {
	font-size: 0;
} .compare-products-table .product-picture td a {
	display: inline-block;
	font-size: 0;
} .compare-products-table .product-name td {
    background-color: #f6f6f6;
} .compare-products-table .product-name a {
	font-size: 20px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
} .compare-products-table .product-name a:hover {
    color: #aaa;
} .compare-products-table .product-price td {
    color: #c49169;
} .compare-products-table .product-price td:first-child {
    color: #666;
} .compare-products-table .specification a {
    font-size: 14px;
} .compare-products-table-mobile img {
    max-width: 80px;
} .compare-products-page .attribute-squares {
    display: inline-block;
    vertical-align: middle;
} .compare-products-page .attribute-square {
    width: 20px;
    height: 20px;
    cursor: default;
}
    /*********** TOPICS ***********/
    .topic-block {
	margin: 40px auto 30px;
	padding: 0 20px;
	text-align: center;
} .topic-block-title {
	margin: 0 0 30px;
} .topic-block-title h2 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
    color: #000;
} .topic-block-title h2:before, .topic-block-title h2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
} .topic-block-title h2:before {
	left: 0;
} .topic-block-title h2:after {
    right: 0;
} .topic-block-body {
	line-height: 26px;
} .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;
} .topic-page .page-body {
    text-align: left;
	line-height: 20px;
    width:90%;
    margin:auto;
}

.topic-page p ,.topic-page ul{
    margin: 0 0 25px;
    line-height:30px;
}

    .topic-page p a {
        color: #b7dd79;
        text-decoration:underline;
        font-weight:bold;
    }

.topic-page h2, .topic-page h3, .topic-page h4, .topic-page h5 {
    margin-bottom:25px;
}

.topic-page h4 {
    text-transform:uppercase;
}

.topic-page .page-body p:first-of-type img {
    padding-top: 0;
}
    .topic-page .page-body p:last-of-type img {
    padding-bottom:0;
}

.topic-page .page-body img {
    padding: 25px 0;
    width: 100%;
    height: auto;
}

    .not-found-page p {
        margin: 30px 0;
    } .not-found-page strong {
	color: #000;
} .topic-password {
    padding: 50px 20px 120px;
    background-color: #fff;
	text-align: center;
} .enter-password-title {
	margin: 0 0 10px;
	color: #ed3b4b;
} .enter-password-form {
	display: inline-block;
    position: relative;
} .enter-password-form:before, .enter-password-form:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 10px;
    background-color: #d9d9d9;
} .enter-password-form:before {
	left: 0;
} .enter-password-form:after {
    right: 0;
} .enter-password-form input {
	width: 280px;
	height: 36px;
} .enter-password-form button {
    position: absolute;
    right: 0;
    bottom: -75px;
    left: 0;
	width: 0; /*chrome bug fix*/
    min-width: 200px;
	height: 50px;
    margin: auto;
	border: 2px solid #c49169;
	background-color: transparent;
	padding: 0 20px;
	font-size: 20px;
} .enter-password-form button:hover {
    background-color: #c49169;
	color: #fff;
} .enter-password-form + .password-error {
	margin: 2px 0 10px;
}
    /*********** CONTACT PAGES & EMAILaFRIEND ***********/
    .contact-page .page-title, .email-a-friend-page .page-title, .apply-vendor-page .page-title {
	margin: 0;
} .contact-page .topic-block-title, .apply-vendor-page .topic-block-title {
	margin: 0 0 20px;
} .contact-page .result, .apply-vendor-page .result {
	padding: 80px 20px 30px;
} .contact-page .topic-block + .result, .apply-vendor-page .topic-block + .result {
	padding: 0 20px;
} .contact-page form, .email-a-friend-page form, .apply-vendor-page form {
    position: relative;
    padding: 40px 20px;
} .contact-page form:before, .apply-vendor-page form:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
	left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0 15px 15px;
	border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
} .contact-page .topic-block + form:before, .apply-vendor-page .topic-block + form:before {
	display: none;
} .contact-page .form-fields, .apply-vendor-page .form-fields {
	margin: 15px 0 0;
} .contact-page .topic-block + form .form-fields, .apply-vendor-page .topic-block + form .form-fields {
	margin: 0;
} .contact-page .message-error, .email-a-friend-page .message-error, .apply-vendor-page .message-error {
	margin: 0 0 30px;
} .contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1 {
	position: relative;
	top: -10px;
      transition: .25s ease-in-out;
      min-width: 150px;
	font-size: 20px;
} .email-a-friend-page .title {
	margin: 20px 0 15px;
} .email-a-friend-page .title h2 {
    font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
} .email-a-friend-page .title h2 a {
    position: relative;
    padding: 0 15px;
} .email-a-friend-page .title h2 a:before, .email-a-friend-page .title h2 a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
} .email-a-friend-page .title h2 a:before {
    left: 0;
} .email-a-friend-page .title h2 a:after {
    right: 0;
}
    /********** REGISTRATION & LOGIN  **********/
    .registration-page .title strong, .login-page .title strong, .facebook-login-block .title, .account-page .title strong {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
    color: #000;
} .registration-page .title strong:before, .login-page .title strong:before, .facebook-login-block .title:before, .address-list-page .title strong:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
} .registration-page .title strong:after, .login-page .title strong:after, .facebook-login-block .title:after, .address-list-page .title strong:after {
    content: "";
    position: absolute;
    top: 0;
	right: 0;
    bottom: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
} .registration-page form {
	background-color: transparent;
} .registration-page .message-error {
	margin: 30px 10px 20px;
} .registration-page .form-fields, .account-page .form-fields {
    max-width: 630px;
    margin: auto;
    padding: 40px 20px;
    background-color: #fff;
} .registration-page .inputs, .login-page .inputs, .password-recovery-page .inputs, .account-page .inputs {
    max-width: 350px;
} .gender span {
	display: inline-block;
    margin: 0 10px;
	line-height: 36px;
} .gender label {
	display: inline !important;
	margin: 0 0 0 5px;
} .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;
} .check-username-availability {
    margin-bottom: 95px !important;
} #check-availability-button {
    position: absolute;
    right: 0;
    bottom: -95px;
    left: 0;
	width: 0; /*chrome bug fix*/
    min-width: 210px;
    height: 50px;
	margin: 0 auto;
	border: 2px solid #ccc;
    background-color: transparent;
	padding: 0 30px;
	white-space: nowrap;
	/*button on customer-info-page*/
	font-size: 18px;
	font-family: "Playfair Display", Times New Roman, serif;
	color: #000;
} #check-availability-button:hover {
    background-color: #ccc;
} #username-availabilty {
	margin-top: 15px !important;
} .email-to-revalidate {
	display: block;
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
	color: #666;
} .vat-status, .vat-note, .email-to-revalidate-note {
	display: block;
	position: relative;
    z-index: 2;
	margin: 5px 0 0;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	text-align: center;
	font-size: 12px;
	white-space: normal;
} .checkbox-for-newsletter {
	text-align: center !important;
} .checkbox-for-newsletter input, .checkbox-for-newsletter label {
    display: inline-block;
    width: auto;
    margin: 0 5px;
	padding: 0 !important; /*delete this line if left-aligned*/
} .accept-privacy-policy {
	margin: -20px 0 20px;
	text-align: center;
	line-height: 32px;
} .accept-privacy-policy label {
	margin: 0 0 0 3px;
	cursor: pointer;
} .accept-privacy-policy .read {
	margin: 0 0 0 3px;
	color: #c49169;
	cursor: pointer;
} .registration-page .button-1, .registration-result-page .button-1, .password-recovery-page .button-1 {
    width: 300px;
    max-width: 90%;
	font-size: 20px;
} .registration-result-page .page-title {
	margin: 0 0 80px;
} .registration-result-page .result {
	margin: 20px 20px 60px;
	color: #29b05f;
} .login-page .wrapper {
	max-width: 500px;
    margin: 0 auto 30px;
} .login-page .title {
	margin: 0 10px 15px;
} .login-page form {
    margin: 0;
    background-color: transparent;
} .login-page .message-error {
	margin: 0 10px 20px;
} .login-page .form-fields {
    overflow: hidden;
	background-color: #fff;
    padding: 40px 20px 0;
} .login-page .inputs label {
    text-align: center;
} .login-page .inputs.reversed {
    margin: -5px auto 5px;
} .login-page .inputs.reversed label, .login-page .inputs.reversed span {
    display: inline-block;
    width: auto;
	margin: 5px 7px;
	padding: 0;
	font-size: 12px;
} .login-page .buttons {
    padding: 25px 20px 50px;
    background-color: #fff;
} .login-page .button-1 {
    min-width: 200px;
    margin: 0 5px;
	font-size: 20px;
} .login-page .button-1 + .button-1 {
    margin-top: 10px;
} .login-page .new-wrapper .buttons {
    padding-top: 0;
} .login-page .new-wrapper .text { 
	margin: 0;
	background-color: #fff;
    padding: 40px 20px;
    line-height: 26px;
    color: #666;
} .login-page .topic-block {
	max-width: none;
} .login-page .topic-block-title {
    position: relative;
	background: url('../img/category-title-decoration.png') repeat-x center;
} .login-page .topic-block-title h2 {
    position: static;
    background-color: #f8f8f8;
    font-size: 30px;
} .login-page .topic-block-title h2:before, .login-page .topic-block-title h2:after {
    display: none;
} .external-authentication {
	margin: 0 0 50px;
	overflow: hidden;
	text-align: center;
} .external-authentication .title {
    margin-bottom: 30px;
} .external-authentication .buttons {
	background-color: transparent;
    padding: 0;
	font-size: 0;
} .buttons + .external-authentication {
	display: none;
} .buttons + .external-authentication .title {
	visibility: hidden;
} .password-recovery-page form {
    max-width: 630px;
    padding: 40px 20px;
} .password-recovery-page .message-error {
	margin: 0 0 20px;
} .password-recovery-page .tooltip {
	margin: 0 0 40px;
	padding: 0 10px;
} .password-recovery-page .fieldset {
    margin: 0 0 40px;
} .password-recovery-page .result {
	margin: -20px 0 20px;
	font-weight: bold;
	color: #666;
}
    /********** ACCOUNT PAGES  **********/
    .block.block-account-navigation {
    max-width: 630px;
    margin: 0 auto;
	padding-top: 110px; /*reserved space for page-title*/
	text-align: center !important;
} .block.block-account-navigation .title {
    display: none;
} .block.block-account-navigation .listbox {
    position: relative;
    display: block !important;
    padding: 0;
} .block.block-account-navigation .listbox:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    z-index: 1;
    width: 0;
	height: 0;
    margin: auto;
    border-width: 0 15px 15px;
    border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
} .block.block-account-navigation ul {
    padding: 15px 20px !important;
    font-size: 0;
} .block.block-account-navigation li {
    background: url('../img/category-title-decoration.png') repeat-x bottom;
	text-align: center;
} .block.block-account-navigation li:last-child {
    background: none;
} .block.block-account-navigation a {
    display: inline-block;
    padding: 14px 10px;
    background: none !important;
    text-align: center;
    font-size: 15px;
    color: #666;
} .block.block-account-navigation .active a {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #c49169;
} .block.block-account-navigation .active a:before, .block.block-account-navigation .active a:after {
    content: ""; 
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 2px;
	margin: auto;
    background-color: #c49169;
} .block.block-account-navigation .active a:before {
    left: 0;
} .block.block-account-navigation .active a:after {
    right: 0;
} .account-page .page-title {
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
} .account-page .page-title h1 {
	max-height: 110px; /*match the reserved space*/
    white-space: nowrap;
} .account-page .message-error {
	margin: 0 10px 20px;
} .account-page form {
    background-color: transparent;
} .account-page form .form-fields {
    background-color: #fff;
    padding: 40px 20px;
} .account-page .description {
	margin: 0 20px 50px;
} .account-page .button-1 {
    width: 300px;
    max-width: 90%;
	font-size: 20px;
} .account-page .button-2 {
	border-width: 0;
    font-size: 14px;
    font-family: "Montserrat", Verdana, sans-serif;
    color: #c49169;
} .account-page .edit-address {
    max-width: 630px;
    margin: 0 auto 50px;
    padding: 40px 20px;
    background-color: #fff;
} .address-list-page .address-item, .order-list-page .order-item {
    max-width: 630px;
    margin: 0 auto 50px;
} .address-list-page .info, .order-list-page .info {
    background-color: #fff;
	padding: 40px 20px;
	line-height: 24px;
} .address-list-page .info {
    color: #000;
} .address-list-page .info label {
	margin-right: 2px;
	vertical-align: baseline;
    color: #aaa;
} .address-list-page .info .name {
	margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
} .order-list-page .info {
    color: #aaa;
} .order-list-page .info span {
    margin-left: 2px;
    color: #000;
} .address-list-page .info +.buttons, .order-list-page .info +.buttons {
    background: #fff url('../img/category-title-decoration.png') repeat-x top;
} .address-list-page .info +.buttons button, .order-list-page .info +.buttons button {
	background-color: transparent;
	padding: 23px;
} .address-list-page .info +.buttons button:hover, .order-list-page .info +.buttons button:hover {
	background-color: transparent;
} .address-list-page .edit-address-button {
    background: url('../img/button-edit.png') no-repeat left center;
} .address-list-page .delete-address-button {
    background: url('../img/button-delete.png') no-repeat left center;
} .order-list-page .return-items-button {
    background: url('../img/button-return.png') no-repeat left center;
} .order-list-page .order-details-button {
    background: url('../img/button-details.png') no-repeat left center;
} .account-page .data-table tr:last-child td {
	background-image: none;
} .return-request-list-page .request-item, .price-match-requests-page .section {
    max-width: 630px;
    margin: 0 auto 50px;
} .return-request-list-page .details, .price-match-requests-page .details {
    padding: 40px 20px;
    background-color: #fff;
    line-height: 24px;
    color: #000;
} .return-request-list-page .details label, .price-match-requests-page .details label {
    margin-right: 2px;
	vertical-align: baseline;
    color: #aaa;    
} .return-request-list-page .details span {
    vertical-align: baseline;
} .return-request-list-page .details a, .price-match-requests-page .details a {
	font-weight: bold;
} .return-request-list-page .comments {
    position: relative;
	margin: 25px 0 0;
	background: url('../img/category-title-decoration.png') repeat-x top;
    padding: 25px 0 0;
} .back-in-stock-subscription-list-page table, .forum-subscriptions-page table {
    margin-bottom: 50px;
} .reward-points-page .current-balance {
    margin: 0 20px 50px;
}
    /*.reward-points-page .data-table td.date {
    white-space: nowrap;
}*/
    .reward-points-page .data-table td.points, .reward-points-page .data-table td.points-balance {
    color: #666;
} .avatar-page .image {
	margin: 0 0 20px;
	font-size: 0;
} .avatar-page .image img {
	min-width: 250px;
	border: 2px solid #ccc;
} .avatar-page input[type="file"] {
    text-align: center;
} .avatar-page button[type="submit"] {
	height: 50px;
    min-width: 200px;
    width: auto;
    margin: 0 5px 10px;
	border-width: 2px;
	font-size: 18px;
	font-family: "Playfair Display", Times New Roman, serif;
	color: #000;
} .avatar-page .buttons {
	margin: -20px 0 20px;
} .avatar-page .info {
	padding: 0 20px;
} .my-product-reviews-list-page .user, .my-product-reviews-list-page .date {
	display: block;
	margin: 5px 0;
} .my-product-reviews-list-page .review-text {
	margin-bottom: 0;
} .gdpr-tools-page .form-fields {
	margin-bottom: 40px;
} .check-gift-card-balance-page .result {
	margin: 0 10px 20px;
	color: #000;
} .check-gift-card-balance-page .buttons {
	margin-top: 50px;
} .multi-factor-authentication-page .description {
	margin-bottom: 40px;
} .multi-factor-authentication-page .inputs {
    margin: auto !important;
	text-align: center;
} .multi-factor-authentication-page .inputs:before, .multi-factor-authentication-page .inputs:after {
	display: none;
} .multi-factor-authentication-page .inputs input, .multi-factor-authentication-page .inputs label {
    display: inline-block;
	width: auto !important;
	margin: 0 5px;
    padding: 0 !important;
	cursor: pointer;
} .multi-factor-authentication-page ul .buttons {
	margin: 20px 0 0;
} .multi-factor-authentication-page ul .button-1 {
    width: auto; height: auto;
    max-width: none;
    border: none; padding: 0;
    font: 14px "Montserrat", Verdana, sans-serif;
    text-decoration: underline;
    background: none !important;
    color: #000 !important;
} .configure-provider {
    max-width: 630px;
	margin: auto;
    background-color: #fff;
    padding: 40px 20px;
} .configure-provider table {
    margin: 30px 0;
	text-align: left;
} .configure-provider form {
    margin-bottom: 0;
} .vendorinfo-page .vendor-picture {
	margin: 20px 0 0;
} .vendorinfo-page .remove-picture-button {
	display: block;
	min-width: 200px;
	height: 50px;
	margin: 15px auto -20px;
    border: 2px solid #ccc;
    background-color: transparent;
	color: #000;
    transition: all 0.2s ease;
} .vendorinfo-page .remove-picture-button:hover {
    background-color: #ccc;
} .user-agreement-page .terms-of-agreement {
	margin: 40px 0;
} .user-agreement-page .user-agreement-button {
    width: 300px;
    max-width: 90%;
	font-size: 20px;
}
    /********** SHOPPING CART **********/
    .order-progress {
    background-color: #eaeaea;
	padding: 20px 0 0;
	text-align: center;
} .order-progress ul {
	font-size: 0;
} .order-progress li {
	display: inline-block;
	margin: 30px 2px 5px;
    border-bottom: 8px solid #000;
} .order-progress a {
	display: block;
    min-width: 100px;
    padding: 0 10px 16px;
	font-size: 13px;
    color: #000;
	text-transform: uppercase;
} .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 form {
    background-color: transparent;
} .shopping-cart-page .table-wrapper {
    background-color: #fff;
} .shopping-cart-page .button-1, .checkout-page .button-1 {
	width: 300px;
    max-width: 100%;
	font-size: 20px;
} .shopping-cart-page .button-2, .checkout-page .button-2 {
	display: inline-block;
	border: 2px solid #ccc;
	padding: 10px 20px;
} .remove-discount-button, .remove-gift-card-button {
	width: 15px;
	height: 15px;
	margin: 0 0 0 8px;
	border: none;
	background: #fff url('../img/remove.png') center no-repeat;
	vertical-align: middle;
	cursor: pointer;
} .cart-options {
	margin: 0 0 30px;
	text-align: center;
} .cart-options > div {
    margin-bottom: 50px;
	background-color: #fff;
    padding: 0 10px 30px;
} .cart-options .common-buttons {
	font-size: 0;
} .cart-options .update-cart-button, .cart-options .continue-shopping-button, .cart-options .estimate-shipping-button {
	min-width: 300px;
	margin: 5px 10px;
    background-color: transparent;
} .cart-options .update-cart-button {
    border-color: #c49169;
} .cart-options .update-cart-button:hover {
    background-color: #c49169;
    color: #fff;
} .cart-options .continue-shopping-button:hover, .cart-options .estimate-shipping-button:hover {
    background-color: #ccc;
} .cart-options .estimate-shipping-button {
    display: inline-block;
    border: 2px solid #ccc;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
    transition: all 0.2s ease;
} .cart-options .checkout-attributes {
	padding: 30px 10px 10px;
} .shopping-cart-page .cart-options .selected-checkout-attributes {
	display: none;
} .cart-footer:after {
	content: "";
	display: block;
	clear: both;
} .cart-footer .totals {
    width: 100%;
    max-width: 630px;
	margin: 0 auto 30px;
    padding: 0 0 60px;
    background-color: #fff;
} .cart-footer .total-info {
	margin: 40px 20px;
} .cart-total td {
	width: 50%;
	padding: 6px 0;
    font-size: 15px;
    color: #666;
} .cart-total td.cart-total-left {
    padding-left: 5%;
    text-align: left;
} .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 span {
	display: inline-block; /*prevents bad text wrapping*/
} .cart-total .order-total {
    background: url('../img/category-title-decoration.png') repeat-x top,
				url('../img/category-title-decoration.png') repeat-x bottom;
} .cart-total .order-total td {
	padding-top: 3px;
	padding-bottom: 3px;
    line-height: 50px;
} .cart-total .order-total label {
	font-size: 18px;
	font-weight: bold;
	color: #666;
} .cart-total .order-total strong {
    font-size: 26px;
	font-weight: normal;
} .cart-total .order-total-before td {
	padding-bottom: 12px;
} .cart-total .order-total-after td {
	padding-top: 12px;
} .cart-footer .terms-of-service {
	max-width: 500px;
	padding: 0 20px;
} .cart-footer .checkout-buttons, .cart-footer .addon-buttons {
	padding: 0 20px;
} .cart-footer .checkout-button {
	width: 340px;
    height: 60px;
	border: 2px solid #c49169;
	background-color: transparent;
	padding: 0 35px;
    font-size: 22px;
} .cart-footer .checkout-button:hover {
    background-color: #c49169;
    color: #fff;
} .cart-footer .addon-buttons img {
	display: inline-block;
	margin:  30px 0 -30px;
} .cart-footer .addon-buttons p {
	margin:  30px 0 -30px;
} .cart-footer .title {
	margin: 0 -20px;
    padding: 10px;
    background-color: #f8f8f8;
} .cart-footer .title strong {
	display: inline-block;
    position: relative;
    padding: 0 15px;
    font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
    color: #000;
} .cart-footer .title strong:before, .cart-footer .title strong:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
} .cart-footer .title strong:before {
	left: 0;
} .cart-footer .title strong:after {
	right: 0;
} .cart-collaterals {
    width: 100%;
	max-width: 630px;
	margin: auto;
} .cart-collaterals .deals {
	margin: 0 0 30px;
    background-color: #fff;
	padding: 0 20px;
} .cart-collaterals .hint {
	margin: 0 0 10px;
    padding: 25px 10px 0;
    color: #000;
} .cart-collaterals .coupon-box, .cart-collaterals .giftcard-box {
	margin: 0;
    padding: 0 0 20px;
    text-align: center;
} .cart-collaterals .coupon-code {
    position: relative;
    max-width: 350px;
    margin: 0 auto 80px;
	font-size: 0;
} .cart-collaterals .coupon-code:before, .cart-collaterals .coupon-code:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 2px;  
    background-color: #d9d9d9;  
} .cart-collaterals .coupon-code:before {
    left: 0;
} .cart-collaterals .coupon-code:after {
    right: 0;
} .cart-collaterals .coupon-code input[type="text"], .cart-collaterals .coupon-code input[type="email"], .cart-collaterals .coupon-code input[type="tel"] {
    display: block;
    width: 100%;
} .cart-collaterals .coupon-code button {
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
	width: 0; /*chrome bug fix*/
	min-width: 175px;
	height: 45px;
    margin: auto;
    background-color: transparent;
	padding: 0 30px;
	white-space: nowrap;
} .cart-collaterals .coupon-code button: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;
	font-size: 13px;
    color: #29b05f;
} .cart-collaterals .current-code {
	margin: 5px 0 0;
} .cart-collaterals .current-code span {
	vertical-align: middle;
} .cart-collaterals .shipping {
    padding-bottom: 33px;
} .cart-collaterals .shipping .hint {
    margin-bottom: 20px;
} .cart-collaterals .shipping .inputs {
    max-width: 350px;
	margin-bottom: 30px;
} .cart-collaterals .shipping-results {
	margin: 30px -20px -30px;
    background: url('../img/category-title-decoration.png') repeat-x top;
	padding: 20px;
} .cart-collaterals .shipping-results li {
	margin: 10px 0;
} .cart-collaterals .shipping-results li strong {
	display: block;
    margin: 0 0 5px;
    font-weight: normal;
    color: #000;
}
    /********** CHECKOUT **********/
    .checkout-page form {
    background-color: transparent;
} .checkout-page .title strong {
	display: inline-block;
    position: relative;
    padding: 0 15px; 
    font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
    color: #000;
} .checkout-page .title strong:before, .checkout-page .title strong:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
} .checkout-page .title strong:before {
    left: 0;
} .checkout-page .title strong:after {
    right: 0;
} .checkout-page .message-error {
    margin: 10px 0 20px;
} .checkout-page .message-error ul {
    margin: 0 !important;
} .checkout-page .message-error li {
    text-align: center;
} .checkout-page .cart {
    margin: 0;
} .checkout-page .cart tr:last-child td {
    background: none;
} .checkout-page .cart-footer {
    background-color: #fff;
} .checkout-page .cart-footer .totals {
    margin: 0 auto;
    padding: 40px 20px;
} .checkout-page .cart-footer .title {
    display: none
} .checkout-page .cart-footer .total-info {
    margin: 0;
} .checkout-page .selected-checkout-attributes {
	background: #fff repeat-x top
	url('../img/category-title-decoration.png');
    padding: 30px;
	line-height: 24px;
} .checkout-page .ship-to-same-address, .checkout-page .pickup-in-store {
	margin: 40px 0 30px;
} .checkout-page .ship-to-same-address label, .checkout-page .pickup-in-store label {
	margin-left: 2px;
	cursor: pointer;
} .checkout-page .pickup-in-store .selector {
    color: #000;
} .checkout-page .pickup-in-store .description {
	margin: 5px 0 0;
    font-size: 13px;
    color: #666;
} .checkout-page .min-amount-warning {
	display: block;
	margin: 0 0 20px;
	text-align: center;
} .checkout-page .address-item {
    max-width: 630px;
	margin: 0 auto 50px;
} .checkout-page .address-box {
	padding: 40px 20px 35px;
    background-color: #fff;
	line-height: 24px;
	color: #000;
} .checkout-page .address-box label {
    color: #aaa;
} .checkout-page .address-box .name {
	margin: 0 0 4px;
	font-weight: bold;
} .checkout-page .address-box .country {
	margin: 8px 0 0;
	font-size: 16px;
    font-weight: bold;
} .checkout-page .select-button {
	background-color: #fff;
	padding: 0 20px 40px;
} .checkout-page .select-button button {
	width: 340px;
	height: 50px;
    border: 2px solid #c49169;
	background-color: transparent;
	padding: 0 35px;
	font-size: 18px;
} .checkout-page .select-button button:hover {
    background-color: #c49169;
	color: #fff;
} .new-billing-address, .new-shipping-address {
    margin: 0;
} .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 {
	max-width: 630px;
    margin: auto;
	background-color: #fff;
    padding: 40px 20px 0;
} .new-billing-address .inputs, .new-shipping-address .inputs {
    max-width: 350px;
} .new-billing-address .inputs:last-child, .new-shipping-address .inputs:last-child {
    margin-bottom: 0;
} .new-billing-address + .buttons, .new-shipping-address + .buttons {
    max-width: 630px;
    margin: auto;
    padding: 50px 20px 40px;
    background-color: #fff;
} .checkout-page .pickup-points {
	padding: 0 20px;
} .checkout-page .pickup-points ul {
	margin: 0 0 -5px;
} .checkout-page .pickup-points li {
	margin: 5px 0;
} .checkout-page .pickup-points label {
	display: none;
} .checkout-page .pickup-points-map {
    max-width: 100%;
    height: 400px;
    margin: 40px auto 50px;
} .select-pickup-point + .buttons {
	margin-top: 40px;
} .shipping-method form, .payment-method form, .payment-info form {
	position: relative;
	margin: -20px 0 0;
    padding: 20px 20px 40px;
    background-color: #fff;
} .shipping-method form:before, .payment-method form:before, .payment-info form:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
	left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 0 15px 15px;
	border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
} .shipping-method .method-list, .payment-method .method-list {
	margin: 0 0 40px;
} .shipping-method .method-list li, .payment-method .method-list li {
	padding: 15px 0 20px;
    background: url('../img/category-title-decoration.png') repeat-x bottom;
} .shipping-method .method-list label, .payment-method .method-list label {
	margin-left: 2px;
	font-weight: bold;
    color: #000;
} .shipping-method .method-description, .payment-method .payment-description {
	margin: 5px auto 0;
    font-size: 13px;
    color: #666;
} .payment-method .payment-logo {
	margin: 0 0 10px;
	font-size: 0;
} .payment-method .payment-logo label {
	display: block;
	margin: 0;
} .payment-method .use-reward-points {
	margin: 0 0 10px;
	background: url('../img/category-title-decoration.png') repeat-x bottom;
	padding: 20px 0 35px;
    font-size: 13px;
    color: #666;
} .payment-method .use-reward-points label {
	margin-left: 2px;
} .payment-info form {
    padding: 40px 20px;
} .payment-info .info {
    margin: 0 0 40px;
} .payment-info p {
	line-height: 22px;
} .payment-info .info b, .payment-info .info strong {
	color: #666;
} .payment-info .info td {
	padding: 5px;
    text-align: left;
} .payment-info .info td:first-child {
    text-align: right;
} .payment-info .info td:only-child {
	padding-top: 0;
	padding-bottom: 0;
    text-align: center;
} .payment-info .info input {
	width: 100% !important;
	max-width: 350px;
    border-width: 2px;
} .payment-info .info #CardCode {
	max-width: 70px;
} .payment-info .info select {
    min-width: 70px;
} .payment-info .message-error {
	margin-top: 0;
} .confirm-order form {
	margin-top: 60px;
	padding: 0 20px;
} .order-confirm-page .title strong {
    font-size: 16px;
    font-family: "Montserrat", Verdana, sans-serif;
	font-weight: bold;
} .order-confirm-page .button-1 {
	font-size: 22px;
} .order-confirm-page .title strong:before, .order-confirm-page .title strong:after, .order-completed .title strong:before, .order-completed .title strong:after {
    display: none;
} .order-completed {
	margin: 30px 0 60px;
} .order-completed .title {
	margin-bottom: 30px;
} .order-completed .details {
	max-width: 630px;
    margin: auto;
    padding: 40px 20px 15px;
    background-color: #fff;
} .order-completed .order-number {
    color: #000;
} .order-completed .details-link {
	margin: 20px 0 0;
} .order-completed .buttons {
    max-width: 630px;
    margin: auto;
    padding: 15px 20px 40px;
    background-color: #fff;
} .opc {
    max-width: 630px;
    margin: auto;
} .opc > li {
    margin: 2px 0;
    background-color: #fff;
	padding: 4px 20px;
} .opc .step-title {
	padding: 10px;
} .opc .step-title .number, .opc .step-title .title {
    display: inline-block;
    font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
} .opc .step-title .number {
	display: none !important;
} .opc .step-title .title {
	padding: 0 7px;
} .allow .step-title .number, .allow .step-title .title {
    color: #000;
	cursor: pointer;
} .opc .step {
	padding: 40px 0;
} .opc .active .step {
    background-image: url('../img/category-title-decoration.png');
	background-position: left 4px;
	background-repeat: repeat-x;
} .opc form {
    margin-bottom: 0;
} .opc .section {
    margin: 0;
} .opc .section > label {
	display: block;
	margin: 0 0 10px;
} .opc input[type="text"], .opc input[type="email"], .opc input[type="tel"], .opc select {
    max-width: 100%;
} .opc .buttons {
    margin: 40px 0 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: 300px;
	border: 2px solid #ccc;
    padding: 10px 30px;
	font-size: 20px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
    transition: all 0.2s ease;
} .opc .back-link a:hover {
    background-color: #ccc;
} .opc .please-wait {
	display: none !important;
} .opc .section.ship-to-same-address, .opc .section.pickup-in-store {
    margin: 0 0 30px;
} .opc .section .description i {
    font-style: normal;
} .opc .section.pickup-points {
	padding: 0;
} .opc .select-pickup-points label {
	margin: 0 0 10px;
} .opc .pickup-points-map {
	margin: 30px auto;
} .opc .section.shipping-method, .opc .section.payment-method {
    margin: -5px 0 -15px;
} .opc .section.shipping-method li, .opc .section.payment-method li {
	margin: -5px 0 -10px;
    background: none;
} .opc .section .use-reward-points {
    background: none;
	padding: 10px 0 20px;
} .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 select {
    border-width: 2px;
} .opc .section.order-summary {
	margin-top: 0;
} .opc .order-review-data > div {
	margin-bottom: 0;
	padding: 0 20px;
} .opc .order-review-data strong {
    font-size: 16px;
    font-family: "Montserrat", Verdana, sans-serif;
} .opc .order-review-data strong:before, .opc .order-review-data strong:after {
	display: none;
} .opc .cart th {
	padding-top: 20px;
	padding-bottom: 20px;
} .opc .cart-options {
	margin: 0;
} .opc .selected-checkout-attributes {
	margin: 0;
	padding: 40px 20px;
} .opc .cart-footer {
    margin-top: 0px !important;
} .opc .cart-footer .totals {
    background: url('../img/category-title-decoration.png') repeat-x top;
} .opc .terms-of-service {
	max-width: 500px;
}
    /********** ORDER DETAILS & RETURN REQUEST **********/
    .order-review-data > div, .order-details-area > div, .shipment-details-area > div {
	max-width: 630px;
    margin: 0 auto 50px;
    padding: 40px 20px;
    background-color: #fff;
} .payment-method-info, .shipping-method-info {
    margin: 20px 0 0;
    background: url('../img/category-title-decoration.png') repeat-x top;
	padding: 20px 0 0;
} .order-review-data li, .order-details-area li, .shipment-details-area li {
	line-height: 24px;
    color: #666;
} .order-review-data .title, .order-details-area .title, .shipment-details-area .title {
	margin: 0 0 12px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
} .order-details-page .section .title, .shipment-details-page .section .title {
    margin: 0 20px 20px;
    font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
} .order-details-page .data-table, .shipment-details-page .data-table, .return-request-page .data-table {
    margin-bottom: 0;
} .order-details-page .data-table tr:last-child td, .shipment-details-page .data-table tr:last-child td, .return-request-page .data-table tr:last-child td {
    background-image: none;
} .order-details-page .page-title {
	margin: 0 0 140px;
} .order-details-page .page-title .buttons {
    position: absolute;
    right: 0;
    bottom: -100px;
    left: 0;
    font-size: 0;
} .order-details-page .page-title .buttons a {
	display: inline-block;
	min-width: 100px;
    max-width: 140px;
    margin: 0 5px;
	border: 2px solid #ccc;
	padding: 10px 20px;
	white-space: nowrap;
} .order-details-page .order-overview {
	margin: 0 0 40px;
	line-height: 24px;
    color: #666;
} .order-details-page .order-number {
    font-size: 16px;
    color: #000;
} .order-details-page .repost form {
    margin-bottom: 0;
} .order-details-page .data-table .download {
	margin: 10px 0 0;
} .order-details-page .data-table td.total {
	color: #666;
} .order-details-page .section.products {
    margin-bottom: 0;
} .order-details-page .section.products em {
    font-style: normal;
} .order-details-page .section.options {
    padding: 40px 20px;
    background: #fff url('../img/category-title-decoration.png') repeat-x top;
} .order-details-page .tax-shipping-info, .order-details-page .selected-checkout-attributes {
	margin: 0 0 30px;
} .order-details-page .actions {
	font-size: 0;
} .order-details-page .re-order-button, .order-details-page .return-items-button {
	width: 300px;
    max-width: 100%;
	margin: 0 5px;
	font-size: 20px;
} .order-details-page .return-items-button {
    height: 50px;
    margin-top: 10px;
} .order-details-page .totals {
    padding: 40px 20px;
    background-color: #fff;
} .order-details-page .cart-total {
    max-width: 630px;
	margin: 0 auto 10px;
} .shipment-details-area > div {
	margin-top: 50px;
} .shipment-details-page .sku {
	/*display: none;*/
} .shipment-details-page em {
	font-style: normal;
} .return-request-page form {
    background-color: transparent; 
} .return-request-page .title {
    margin: 0 20px 20px;
    font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
} .return-request-page .form-fields {
    max-width: 630px;
    margin: auto;
    padding: 40px 20px;
    background-color: #fff;
} .return-request-file:before, .return-request-file:after {
	display: none;
} .return-request-page .qq-upload-button {
	width: 300px;
	max-width: 100%;
	margin: 20px auto 10px;
	border: 2px solid #ccc;
	background-color: transparent;
	padding: 10px 30px;
	font-size: 18px;
	font-family: "Playfair Display", Times New Roman, serif;
	color: #000;
} .return-request-page .qq-upload-button:hover {
	background-color: #ccc;
} .return-request-page .qq-upload-list li {
	background-color: transparent !important;
	color: #c49169 !important;
} .return-request-page .button-1 {
    width: 300px;
    max-width: 100%;
	font-size: 20px;
}
    /*********** SEARCH & SITEMAP ***********/
    .search-page-body .side-2 {
	display: none; /*search page is one column*/
} .search-page-body .center-2 {
	float: none;
	width: auto;
	margin-right: 0;
} .search-input form {
	max-width: 630px;
    padding: 40px 20px;
} .search-input .fieldset {
    margin-bottom: 30px;
} .search-input .inputs {
    max-width: 350px;
} .search-input .inputs.reversed {
    margin-bottom: 30px;
} .search-input input + label {
	display: inline;
	margin: 0 0 0 7px; 
    color: #aaa;
	cursor: pointer;
} .advanced-search {
    padding: 40px 0 0;
    background: url('../img/category-title-decoration.png') repeat-x top;
} .advanced-search .price-range {
    position: relative;
	display: inline-block;
} .advanced-search .price-range:before, .advanced-search .price-range:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 2px;
    background-color: #d9d9d9;
} .advanced-search .price-range:before {
    right: 0;
    left: 48%;
} .advanced-search .price-range:after {
    right: 48%;
    left: auto;
} .advanced-search .price-range input {
	width: 48%;
} .advanced-search .price-range input + input {
    margin-left: 4%;
} .search-input .search-button {
    min-width: 200px;
	font-size: 20px;
} .search-results .product-selectors {
	text-align: center !important;
} .twocolumns .search-results .product-selectors {
	position: static;
	margin: 0 0 25px;
	padding: 0;
} .twocolumns .search-results .product-viewmode {
	display: none;
} .search-results .warning {
	color: #ed3b4b;
} .search-results .result {
	color: #666;
} .sitemap-page .description {
    margin: 40px 0 30px;
    padding: 0 20px;
    line-height: 26px;
} .sitemap-page .entity {
	margin: 0 0 40px;
} .sitemap-page .entity-title {
	margin: 0 0 10px;
} .sitemap-page .entity-title h2 {
    display: inline-block;
	position: relative;
    padding: 0 15px;
	font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
    font-weight: normal;
    color: #000;
} .sitemap-page .entity-title h2:before, .sitemap-page .entity-title h2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 2px;
    background-color: #000;
} .sitemap-page .entity-title h2:before {
    left: 0;
} .sitemap-page .entity-title h2:after {
    right: 0;
} .sitemap-page .entity-body {
	background-color: #fff;
    padding: 40px 20px;
    line-height: 24px;
} .sitemap-page li {
	display: inline-block;
	position: relative;
} .sitemap-page li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 14px;
    width: 2px;
    margin: auto;
    border-left: 1px solid #ddd;
} .sitemap-page li:first-child:before {
    display: none;
} .sitemap-page a {
	display: block;
    padding: 10px 20px;
} .sitemap-page a:empty {
	display: none;
}
    /********** BLOG & NEWS **********/
    .blog-block-wrapper {
	max-width: 720px;
    margin: 50px auto;
} .blog-block-wrapper .title {
    cursor: pointer;
} .blog-block-wrapper .listbox {
    display: none;
	margin: 0 25px;
	background: url('../img/title-dots-decoration.png') repeat-x top;
	padding: 20px 0 0 !important;
} .blog-block-wrapper .year {
	margin: 0 0 20px;
	text-align: center !important;
} .blog-block-wrapper .number {
	display: block;
	color: #000;
} .blog-block-wrapper .sublist {
	padding: 0;
} .blog-block-wrapper .month {
	display: inline-block;
} .blog-block-wrapper .month a {
	background-image: none;
	padding: 10px 10px 0;
	color: #c49169 !important;
} .blog-block-wrapper .tags {
	padding: 7px 30px 23px;
} .blog-block-wrapper .tags a {
	color: #c49169 !important;
} .blog-page .post, .news-items .news-item {
    max-width: 720px;
    margin: auto;
	padding: 30px 20px 35px;
    background-color: #fff;
    margin-bottom: 10px;
}
.post-title, .news-title {
    display: block;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 20px;
    font-size: 28px;
    color: #b7a99a;
} .post-date,.news-date {
	display: block;
	margin: 0 0 10px;
    font-size: 18px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #888;
} .blogpost-page .post-date, .news-item-page .news-date {
    margin-bottom: 20px;
    font-size: 20px;
    color: #666;
} .post-body,.news-body {
    height: 80px;
    overflow: hidden;
	margin: 0 0 20px;
	line-height: 26px;
} .post-body p:first-child, .news-body p:first-child {
    margin-top: 0;
} .post-body p:last-child, .news-body p:last-child {
    margin-bottom: 0;
} .blog-page .tags label, .blogpost-page .tags label {
	display: inline-block;
	margin: 0 5px 0 0;
	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; /*reset zeroing*/
} .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: 10px 0 0;
}
.blog-posts .read-more, .news-items .read-more {
    display: inline-block;
    position: relative;
    font-size: 18px;
 } .blog-posts .read-comments, .news-items .read-comments {
	display: none;
	line-height: 25px;
} .blogpost-page .post-body, .news-item-page .news-body {
    height: auto;
    margin: 0;
} .blogpost-page .post-wrapper, .news-item-page .news-wrapper {
	max-width: 1260px;
    margin: auto;
} .blogpost-page div.tags {
	position: relative;
    background-color: #fff;
    padding: 40px 20px;
} .blogpost-page div.tags:before {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	left: 20px;
	height: 1px;
	margin: auto;
    background: url('../img/title-dots-decoration.png') repeat-x;
} .new-comment {
	margin: 50px 0 0;
    background-color: #fff;
	padding: 40px 20px;
} .new-comment .title, .comment-list .title {
	margin: 0;
    padding: 0 0 40px;
    font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
    color: #000;
} .new-comment .title strong, .comment-list .title strong {
    position: relative;
    padding: 0 15px;
	font-weight: normal;
} .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;
    bottom: 0;
    width: 8px;
    height: 2px;
    margin: auto;
    background-color: #000;
} .new-comment .title strong:before, .comment-list .title strong:before {
    left: 0;
} .new-comment .title strong:after, .comment-list .title strong:after {
    right: 0;
} .new-comment form {
    margin: 0;
} .new-comment label {
	display: none;
} .new-comment textarea {
    max-width: 500px;
} .new-comment .captcha-box, .new-comment .buttons {
    margin: 40px 0 0;
} .new-comment .button-1 {
    min-width: 200px;
	font-size: 20px;
} .new-comment .message-error {
    margin: -20px 0 20px;
} .new-comment .result {
	margin: -20px 0 20px;
	color: #29b05f;
} .comment-list {
    padding: 20px;
    background-color: #fff;
} .comment-list .title {
	padding: 0;
} .comment-list .comments {
	overflow: hidden;
} .blog-comment,.news-comment {
    position: relative;
    max-width: 1260px;
	margin: 20px auto 0;
    padding: 20px 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;
} .blog-comment:after, .news-comment:after {
	content: "";
	display: block;
	clear: both;
} .comment-info {
	margin: 0 0 20px;
} .comment-info .username {
	display: block;
	padding: 0 5px 5px;
    font-size: 16px;
} .comment-info .avatar {
	position: relative;
	width: 140px;
	height: 140px;
	margin: auto;
	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-time {
	margin: 0 0 20px;
} .comment-time span {
    color: #000;
} .comment-title {
    color: #000;
} .comment-body {
	line-height: 26px;
} .news-item-page .inputs:first-child label {
	display: block;
	text-align: center;
} .news-item-page .inputs input[type="text"] {
    border-width: 2px;


} .news-list-homepage, .home-page-polls {
	margin: 0 0 30px;
} .news-list-homepage .title, .home-page-polls .title {
    position: relative;
	margin: 0 0 25px;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
    color: #000;
} .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;
} .news-list-homepage .title strong, .home-page-polls .title strong {
    font-weight: normal;
} .news-list-homepage .title {
	margin: 0 0 85px !important; /*reserved space for carousel buttons*/
} .news-list-homepage .view-all {
    margin: 20px 0 0;
    text-align: center;
} .news-list-homepage .view-all a {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	line-height: 32px;
    font-size: 16px;
    font-family: "Playfair Display", Times New Roman, serif; 
} .news-list-homepage .view-all a:before, .news-list-homepage .view-all a:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    width: 6px;
    height: 1px;
    margin: auto;
    background-color: #c49169;
} .news-list-homepage .view-all a:before {
    left: 0;
} .news-list-homepage .view-all a:after {
    right: 0;
} .news-list-homepage .owl-controls {
    position: absolute;
    top: -80px;
    right: 0;
    left: 0; 
} .news-list-homepage .owl-nav {
	position: relative;
    text-align: center;
	font-size: 0;
} .news-list-homepage .owl-nav:after {
	content: "";
	position: absolute;
    top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    width: 2px;
    height: 12px; 
    margin: auto;
	background-color: #c6c6c6;
} .news-list-homepage .owl-prev, .news-list-homepage .owl-next {
    display: inline-block;
    height: 75px;
    width: 75px;
    opacity: 1;
}  .news-list-homepage .owl-item {
    cursor: e-resize;
}
.page-title, .forums-main-page .topic-block-title {
    margin-bottom:35px;
}
/********** FORUM & PROFILE **********/
.forum-page .page-title, .forum-group-page .page-title, .forum-topic-page .page-title, .active-discussions-page .page-title {
    margin-bottom: 0 !important;
} .forum-page .forum-search-box:before, .forum-group-page .forum-search-box:before, .forum-topic-page .forum-search-box:before, .active-discussions-page .forum-search-box:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
	left: 0;
    width: 0;
    height: 0;
    margin: auto;
	border-width: 0 15px 15px;
	border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
} .forum-group-page .forums-table-section-title, .active-discussions-page .forums-table-section-title {
    display: none;
} .forums-main-page .topic-block {
    max-width: 100%;
    margin: 0;
    padding: 0;
} .forums-main-page .topic-block h2:before, .forums-main-page .topic-block h2:after {
    display: none;
} .forums-main-page .topic-block-body {
	margin: 50px 0 0;
	padding: 0 10px;
} .forums-header {
	margin: 0 0 50px;
} .current-time {
    margin: 0 0 40px;
	font-size: 18px;
	line-height: 36px;
    font-family: "Playfair Display", Times New Roman, serif; 
    color: #666;
} .forum-search-box {
	position: relative;
    padding: 35px 0;
    background-color: #fff;
}
    /*.forum-search-box form {
	margin: 10px 0 40px;
}*/
    .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;
    width: 4px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
} .forum-search-box .advanced a:before {
    left: 0;
} .forum-search-box .advanced a:after {
    right: 0;
} .forum-search-page .inputs {
    margin-bottom: 35px;
} .forum-search-page .search-error {
	color: #ed3b4b;
}
    /* forum group */
    .forums-table-section {
	margin: 0 0 80px;
} .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-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
    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;
    width: 9px;
    height: 2px;
    margin: auto;
    background-color: #000;
} .forums-table-section-title a:before, .forums-table-section-title strong:before {
    left: 0;
} .forums-table-section-title a:after, .forums-table-section-title strong:after {
    right: 0;
} .forums-table-section table {
	margin-bottom: 0;
} .forums-table-section tr:last-child td {
    background-image: none;
} .forums-table-section .image .post, .forums-table-section .image .sticky, .forums-table-section .image .announcement {
	width: 43px;
	height: 33px;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
} .forums-table-section .image .post {
	background-image: url('../img/folder2.png');
} .forums-table-section .image .sticky {
	background-image: url('../img/folder2.png');
} .forums-table-section .image .announcement {
	background-image: url('../img/folder3.png');
} .forums-table-section .forum-details, .forums-table-section .topic-details {
	text-align: left;
} .forums-table-section .forum-title, .forums-table-section .topic-title {
    margin: 0 0 5px;
} .forums-table-section .forum-title a, .forums-table-section .topic-title a {
    color: #000;
} .forums-table-section .forum-title a:hover, .forums-table-section .topic-title a:hover {
    color: #888;
} .forums-table-section .topic-type {
	margin: 0 0 0 5px;
} .forums-table-section .topic-pager {
	margin: 0 0 5px;
    color: #aaa;
} .forums-table-section .topic-pager a {
	font-size: 14px;
	font-family: "Montserrat", Verdana, sans-serif;
} .forums-table-section .topic-starter a, .forums-table-section .latest-post a {
	margin-left: 3px;
	vertical-align: bottom;
	font-size: 15px;
    color: #000;
} .forums-table-section .topic-starter a:hover, .forums-table-section .latest-post a:hover {
    color: #888;
} .forums-table-section th.latest-post, .forums-table-section td.latest-post {
	white-space: nowrap;
} .forums-table-section .latest-post .date, .forums-table-section .latest-post .origin {
    margin: 0 0 5px;
} .forums-table-section .latest-post .origin {
	display: none; /*hidden by default*/
} .forums-table-section td.topics, .forums-table-section td.posts, .forums-table-section td.replies, .forums-table-section td.views, .forums-table-section td.votes {
    font-size: 20px;
    font-family: "Playfair Display", Times New Roman, serif; 
} .forums-table-section .view-all {
	margin: 30px 0 0;
} .forums-table-section .view-all a {
	display: inline-block;
    position: relative;
    padding: 0 10px;
} .forums-table-section .view-all a:before, .forums-table-section .view-all a:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    width: 4px;
    height: 2px;
    margin: auto;
    background-color: #c49169;
} .forums-table-section .view-all a:before {
    left: 0;
} .forums-table-section .view-all a:after {
    right: 0;
} .pager.upper {
	display: none;
	margin: 0 0 40px;
} .pager.lower {
	margin: -30px 0 0;
}
    /* forum-page, topic-page */
    .forum-group-page .forums-header, .active-discussions-page .forums-header, .forum-topic-page .forums-header {
    position: relative;
    margin-bottom: 100px;
} .forum-group-page .forums-header .current-time, .active-discussions-page .forums-header .current-time, .forum-topic-page .forums-header .current-time {
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
    margin: 0 auto;
} .forum-page .current-time {
	display: none;
} .forum-page .forum-description {
	margin: 0 0 50px;
	padding: 0 10px;
	line-height: 26px;
    color: #999;
} .forum-actions, .topic-actions {
    padding: 30px 0;
    background: #fff url('../img/category-title-decoration.png') repeat-x bottom;
	text-align: center;
	font-size: 0;
} .forum-actions .actions a, .topic-actions .actions a {
	display: inline-block;
	position: relative;
	margin: 0 15px;
	padding: 10px 10px 10px 20px;
	font-size: 14px; /*reset zeroing*/
} .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:first-child:before, .topic-actions .actions a:first-child:before {
    display: none;
} .forum-actions .new-topic {
	background: url('../img/forum_icon4.png') left center no-repeat;
} .forum-actions .watch-forum, .topic-actions .watch-topic-button {
	background: url('../img/forum_icon5.png') left 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 .move-topic-button {
	background: url('../img/forum_icon3.png') 5px center no-repeat;
} .topic-actions .reply-topic-button {
	background: url('../img/forum_icon6.png') left center no-repeat;
} .topic-actions.lower .actions {
	display: none;
} .topic-posts {
    padding: 0 20px;
    background-color: #fff;
} .topic-post {
    position: relative;
    max-width: 1260px;
    margin: 0 auto 80px;
    padding: 30px 0;
} .topic-post:before {
    content: "";
    position: absolute;
	top: 0;
    right: -50%;
    left: -50%;
    height: 1px;
    background: url('../img/title-dots-decoration.png') repeat-x;
} .topic-post:first-child:before, .topic-post:only-child:before {
    display: none;
} .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: 0 0 10px;
    font-size: 16px;
	line-height: 20px;
} .topic-post .avatar, .profile-info-box .avatar {
	position: relative;
	width: 140px;
	height: 140px;
	border: 1px solid #ccc;
	overflow: hidden;
	font-size: 0;
} .topic-post .avatar a, .profile-info-box .avatar a {
	display: block;
} .topic-post .user-stats, .profile-info-box .profile-stats {
	margin: 0 0 20px;
} .topic-post .user-stats li, .profile-info-box .profile-stats li {
	display: inline-block;
	margin: 3px 10px;
} .topic-post .user-stats span, .profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	color: #000;
} .topic-post .pm-button, .profile-info-box .pm-button {
	display: inline-block;
    background: url('../img/forum_icon8.png') no-repeat left center;
	padding: 0 0 0 20px;
	font-weight: bold;
	text-transform: uppercase;
} .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 a {
	display: inline-block;
	margin: 0 5px;
	padding: 10px 10px 10px 20px;
	font-size: 14px; /*reset zeroing*/
} .topic-post .post-actions .manage-post a + a {
    margin-left: 10px;
} .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-body {
    height: auto;
    background: url('../img/category-title-decoration.png') repeat-x top;
	padding: 20px 0 0;
} .topic-post .post-body b {
    font-weight: normal;
    color: #000;
} .topic-post .user-posted-image, .latest-posts .user-posted-image {
    height: auto;
} .topic-post .quote, .latest-posts .quote {
	margin: 10px 0;
    background-color: #f8f8f8;
	padding: 20px;
	line-height: 24px;
} .topic-post .signature {
    background: url('../img/category-title-decoration.png') repeat-x top;
	padding: 20px 0;
} .topic-actions.lower {
    padding: 0;
} .topic-post .post-vote {
	display: inline-block;
	width: 165px;
	margin: 20px 0 0;
    font-size: 0;
} .topic-post .vote {
    display: inline-block;
	position: relative;
    width: 55px;
    height: 50px;
	vertical-align: top;
    font-size: 18px;
    color: #000;
    text-align: center;
	cursor: pointer;
} .topic-post .vote.up {
	float: right;
} .topic-post .vote.down {
	float: left;
} .topic-post .vote.up:before {
    content: '+';
	line-height: 50px;
} .topic-post .vote.down:before {
    content: '-';
	line-height: 47px;
} .topic-post .vote.up:before, .topic-post .vote.down:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
} .vote-count-post {
    display: inline-block;
    width: 55px;
	height: 50px;
    border: 2px solid #e1e1e1;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
	font-family: "Montserrat", Verdana, sans-serif;
    color: #888; 
}
    /* forum edit & send message */
    .html-forum-edit-page .page-title, .private-message-send-page .page-title {
	margin-bottom: 0 !important;
} .forum-edit-page form, .move-topic-page form, .private-message-send-page form {
	position: relative;
    padding: 40px 20px;
} .forum-edit-page form:before, .move-topic-page form:before, .private-message-send-page form:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
	left: 0;
    width: 0;
    height: 0;
    margin: auto;
	border-width: 0 15px 15px;
	border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
} .move-topic-page form {
	max-width: 630px;
	margin-top: -20px;
} .forum-edit-page .inputs, .move-topic-page .inputs, .private-message-send-page .inputs {
    margin-bottom: 35px;
} .forum-edit-page .inputs:before, .forum-edit-page .inputs:after, .private-message-send-page .inputs:before, .private-message-send-page .inputs:after {
    display: none;
} .forum-edit-page .inputs label, .private-message-send-page .inputs label {
	padding-left: 0;
} .forum-edit-page .inputs.reversed label {
    display: inline;
	margin: 0 0 0 7px;
	color: #aaa;
	cursor: pointer;
} .forum-edit-page .inputs input, .private-message-send-page .inputs input {
    border-width: 2px;
} .forum-edit-page .toolbar, .private-message-send-page .toolbar {
    margin: 0 0 10px;
} .forum-edit-page strong, .private-message-send-page a {
	font-size: 24px;
    font-family: "Playfair Display", Times New Roman, serif;
	font-weight: normal;
} .forum-edit-page .topic-subject {
	display: block;
	position: relative;
	margin: -50px 0 -20px;
	background-color: #fff;
	padding: 0 0 20px;
    font-size: 20px;
} .forum-edit-page .buttons, .move-topic-page .buttons, .private-messages .buttons {
	margin: -10px 0 0;
} .forum-edit-page .buttons button, .move-topic-page .buttons button, .private-messages .buttons button {
	position: relative;
	top: -5px;
	min-width: 150px;
	margin: 10px 5px 0;
} .forum-edit-page .buttons .button-2, .move-topic-page .buttons .button-2, .private-messages .buttons .button-2 {
    height: 50px;
    padding: 0 35px;
}
    /* inbox & view message */
    .private-messages-box {
	background-color: #f8f8f8;
} .private-messages-page th, .private-messages-page td {
	text-align: left;
	white-space: nowrap;
} .private-messages-page td.date {
	white-space: nowrap;
} .private-messages-page .pm-unread {
	color: #000;
} .private-messages-page .pm-unread:hover {
    color: #aaa;
} .private-messages-page .buttons {
	padding: 15px 0 40px;
} .private-message-view-page .page-body {
    padding: 40px 20px;
    background-color: #fff;
} .private-message-view-page .page-body > div {
    max-width: 1260px;
    margin: 0 auto;
} .private-message-view-page .message-head {
    margin: 0 0 15px;
} .private-message-view-page .message-head li {
	display: inline-block;
	position: relative;
	margin: 0 5px;
    padding: 10px;
} .private-message-view-page .recipient:before, .private-message-view-page .subject:before {
    content: "";
    position: absolute;
    top: 0;	
    bottom: 0;
    left: -7px;
    width: 2px;
	height: 14px;
    margin: auto;
    background-color: #ccc;
} .private-message-view-page .message-head label {
	font-weight: bold;
} .private-message-view-page .message-head span {
	margin: 0 0 0 3px;
    color: #000;
} .private-message-view-page .message-body {
    position: relative;
    padding: 30px 0;
	line-height: 26px;
} .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 top;
}
    /* profile page  */
    .profile-info-box {
    max-width: 1260px;
    margin: auto;
	overflow: hidden;
    padding: 20px 10px;
} .profile-info-box .avatar {
	margin: 0 auto 25px;
	border: 2px solid #ddd;
} .profile-info-box .title {
	display: none;
} .profile-info-box .stats li {
    display: block;
} .profile-info-box .stats span {
    color: #000;
} .profile-info-box .send-pm {
	position: relative;
	bottom: -10px;
	margin: 20px 0 0;
} .profile-page .topic {
	position: relative;
    max-width: 1260px;
	margin: 20px auto;
	padding: 0 20px 40px;
} .profile-page .topic:after {
    content: "";
    position: absolute;
    right: -25%;
	bottom: 0;
    left: -25%;
    height: 1px;
    background: url('../img/category-title-decoration.png') repeat-x top;
} .profile-page .topic:last-child, .profile-page .topic:only-child {
    margin-bottom: 0;
} .profile-page .topic:last-child:after, .profile-page .topic:only-child:after {
    display: none;
} .profile-page .topic-title {
	margin: 0 0 10px;
	padding: 10px 0;
} .profile-page .topic-title label {
	display: none;
} .profile-page .topic-title a {
    font-size: 20px;
    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 {
	margin: 20px 0 0;
} .profile-page .topic-data span {
	color: #000;
}

/********** SLIDERS **********/
.slick-slide {
    position:relative;
}

.slider-wrapper.slidershomepage {
    margin-bottom: 0 !important;
    max-width: 1440px;
    margin: auto !important;
}

.picture-slide .dark-1 {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.48252804539784666) 0%, rgba(84,84,84,0) 100%);
}

.picture-slide .dark-2 {
    background: rgb(0,0,0);
    background: linear-gradient(135deg, rgba(0,0,0,0.12) 0%, rgba(84,84,84,0) 100%);
    z-index: 2;
}


.picture-slide .dark-2, .picture-slide .dark-1 {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:1;
}

.html-slide-both--content {
    position: absolute;
    top: 50%;
    margin-left: 2%;
    color: white;
    z-index: 3;
    font-size: 16px;
    line-height: 29px;
    transform: translate(0,-50%);
}


.html-slide-both--content h1{
    word-break:break-word;
    font-size:25px;
    line-height:41px;
}

    .html-slide-both--content a {
        width:fit-content;
        color: white !important;
        padding:10px 25px;
        margin-top:20px;
        border:2px solid white;
        font-size:16px;
    }

        .html-slide-both--content a .btn-icon {
            padding-left:20px;
        }

.master-wrapper-content {
    margin-bottom: 50px;
}

.anywhere-slider .slick-dots {
    display: none !important;
}


.sliderscta {
    margin-bottom:0 !important;
    overflow:hidden;
}

    .sliderscta h2 {
        color:white !important;
    }

.anywhereslider-slide.picture-slide {
    position: relative;
}

.sliderscta .dark-1, .sliderscta .dark-2 {
    display: none;
}

.sliderscta .html-slide-both--content {
    position:relative;
    text-align:center;
}

.sliderscta .anywhereslider-slide {
    display:flex;
    flex-direction:column;
}



.sliderscta .html-slide-both--content a {
    margin: 20px auto 0 auto;
}

.sliderscta .html-slide-both--content {
    order: 2;
    transform: none !important;
    background-color: #b7dd79;
    max-width: unset;
    padding: 60px 10px;
    margin-left: 0;
}

.sliderscta .slick-arrows {

display:none !important;

}


.slide-horizontal {
    align-items: center;
    display: flex !important;
    flex-direction: column;
}


    .slide-horizontal picture {
        order: -1;
    }

        .slide-horizontal picture img {
            display: block !important;
        }

    .slide-horizontal .html-slide-both--content h4 {
        font-weight: bold;
        font-size: 24px;
        color: #b7a99a;
    }

    .slide-horizontal .html-slide-both--content p {
        font-size: 16px;
        max-width: unset;
    }

    .slide-horizontal .html-slide-both--content a {
        font-weight: bold;
        color: #b7dd79 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

        .slide-horizontal .html-slide-both--content a:after {
            content: "\f061";
            font: var(--fa-font-regular);
            padding-left: 20px;
            color: #b7dd79;
        }

    .slide-horizontal .html-slide-both--content ul {
        font-size: 16px;
    }

.topic-page ul {
    list-style: none;
}

.html-product-details-page .short-description ul {
    margin-top:30px;
}

    .slide-horizontal .html-slide-both--content ul li, .topic-page ul li, .html-product-details-page .short-description ul li, .html-product-details-page .full-description ul li {
        padding-left: 25px;
        line-height: 27px;
        position: relative;
        margin-bottom: 20px;
    }

        .slide-horizontal .html-slide-both--content ul li:last-of-type, .topic-page ul li:last-of-type, .html-product-details-page .short-description ul li:last-of-type, .html-product-details-page .full-description ul li:last-of-type {
            margin-bottom: 0;
        }

        .slide-horizontal .html-slide-both--content ul li:before, .topic-page ul li:before, .html-product-details-page .full-description ul li:before {
            position: absolute;
            content: "\f061";
            font: var(--fa-font-regular);
            color: #b7dd79;
            font-weight: bold;
            left: 0;
            top: 50%;
            transform: translate(0,-50%);
        }

        .html-product-details-page .short-description ul li:before, .html-product-details-page .full-description ul li:before {
            position: absolute;
            content: "\f00c";
            font: var(--fa-font-regular);
            color: #b7dd79;
            font-weight: bold;
            left: 0;
            top: 50%;
            transform: translate(0,-50%);
        }

        .slide-horizontal .html-slide-both--content, .slide-horizontal picture {
            width: 100%;
        }

    .slide-horizontal .horizontal-content {
        padding: 50px 0px;
        width:90%;
        margin:auto !important;
    }

    .slide-horizontal:last-of-type .horizontal-content {
        padding-bottom: 0 !important;
    }

    .slide-horizontal .html-slide-both--content .horizontal-content {
        max-width: 100%;
        margin: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        grid-row-gap: 25px;
    }

    .slide-horizontal .html-slide-both--content {
        text-align: left;
        flex-direction: column;
        justify-content: center;
        color: #1D1D1B !important;
        position: relative !important;
        display: inline-flex;
        margin-left: 0;
        transform: unset;
        max-width: 100%;
    }

/***Icon Blocks****/
.icon-block-container {
    background-color: white;
    display: flex;
    justify-content: center;
    padding: 60px 0px;
    margin-bottom:50px;
}

.icon-block-wrapper {
    background-color: transparent;
    transform: translate(0,0);
    transition: 0.2s all ease;
    box-shadow: 0px 0px 0px 0px transparent;
    text-align: center;
    width: 22%;
    border-right-width: 2px;
    border-right-color: rgba(74, 74, 74,0.1);
    border-right-style: solid;
    color: #b7a99a;
}

    .icon-block-wrapper a {
        color:inherit !important;
        display:flex;
        height:100%;
    }

    .icon-block-wrapper:hover {
        color: #b7dd79;
    }

    .icon-block-wrapper:last-of-type {
        border: none;
    }

.icon-block {
    width: 75%;
    margin: 0 auto;
}

.icon-block__icons {
    font-size: 32px;
    color: #b7dd79;
    display:flex;
    grid-column-gap:50px;
    justify-content:center;
}

.icon-block__text {
    margin-top: 25px;
}

.icon-block__text__title {
    font-weight: 300;
    font-size: 18px;
    line-height:33px;
}

.icon-block__text__description {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
}

/**Homepage products***/
.home-page-product-grid .item-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap:7px;
}

    .home-page-product-grid .item-grid:after {
        display:none;
        
    }

    .home-page-product-grid .item-grid .item-box {
        width: 100% !important;
        margin:auto;
    }

.home-page-product-grid .item-grid .item-box .product-item {
    display:grid;
    padding:30px 0;
    height:100%;
    grid-template-columns: 1fr;    
}


    .home-page-product-grid .item-grid .item-box .product-item .details {
        padding:0 !important;
        flex-grow:1;
        width:90% !important;
        margin:auto;
        display:flex;
        flex-direction:column;
        text-align:center;
    }
        .home-page-product-grid .item-grid .item-box .product-item .details .description {
            margin-bottom: 25px !important;
            font-size: 16px;
            display: -webkit-box;
            max-width:95%;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .home-page-product-grid .item-grid .item-box .product-item .details .description ul {
                display:none;
            }

            .home-page-product-grid .item-grid .item-box .product-item .details .description a {
                display:none;
            }

            .home-page-product-grid .item-grid .item-box .product-item .details .read-more-text {
                padding-right: 10px;
                text-decoration: underline;
            }

        .home-page-product-grid .item-grid .item-box .product-item .details .read-more {
            flex-grow: 1;
            align-items: flex-end;
            justify-content:center;
            display: flex;
            color: #b7dd79;
        }

            .home-page-product-grid .item-grid .item-box .product-item .details .read-more a {
                color: #b7dd79;
                font-weight:bold;
            }

            .home-page-product-grid .item-grid .item-box .product-item .details .product-title {
                font-weight: 400;
                font-size: 28px;
                margin: 0 0 10px !important;
                color: #b7a99a;
                line-height: 38px;
                word-break: break-word;
            }


    .home-page-product-grid .item-box .picture {
        margin: 0 !important;
        display: flex;
        width: auto !important;
        padding: 0 10px;
    }

.home-page-product-grid .item-box .picture img {
    position: relative;
}

.anywhere-slider .slick-dots {
    display: block !important;
}

/***Topic page***/
.banner-picture picture {
    display: flex;
}

    .banner-picture picture img {
        width: 100%;
        height: auto;
    }

    /**COOKIE POP UP***/
.freeprivacypolicy-com---nb-interstitial-overlay > div {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    max-width: 750px;
    width: 90%;
    transform: translate(-50%,-50%);
}

.freeprivacypolicy-com---pc-dialog {
    margin: 0 !important;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%,-50%);
}

.cc-nb-buttons-container {
    display:flex !important;
    flex-direction:column;
    grid-gap:5px;
}

.cc-nb-title {
    text-align:center;
}

.cc-nb-text {
    text-align:center;
}

.cc-nb-main-container {
    padding:50px 20px !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject {
    background-color: #b7dd79 !important;
}

    .freeprivacypolicy-com---palette-light .cc-nb-okagree:focus, .freeprivacypolicy-com---palette-light .cc-nb-reject:focus, cc-nb-changep:focus {
        box-shadow: none !important;
    }

    /*Category pages*/
.sub-category-item-grid {
    display:grid;
    gap:25px;
    grid-template-columns: 1fr;
    justify-items:stretch;
}

    .sub-category-item-grid a {
        max-width:500px;
        margin:0 auto;
        color: #b7a99a !important;
    }

    .sub-category-item-grid a:hover {
        cursor: pointer;
        color: #b7dd79 !important;
    }

        .sub-category-item-grid a:hover .picture img{
            transform:scale(1.1);
        }

.sub-category-item-grid__item .picture img {
    transition: all cubic-bezier(0.27, -0.27, 0.27, 1.55) 0.25s;
}

.sub-category-item-grid__item .picture {
    background-color: white;
    display: flex;
    justify-content: center;
    padding: 40px 60px;
    margin-bottom: 10px;
}

.sub-category-item-grid__item .title {
    text-align: center;
    color:inherit !important;
}


/*Blog posts*/
.blog-posts-grid {
    display: grid;
    margin-bottom: 50px;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 25px 10px;
}
    .blog-posts-grid .blog-post {
        display:flex;
        flex-direction:column;
        overflow:hidden;
    }

    .blog-posts-grid .blog-post .post-image {
        display:flex;
    }

    .blog-posts-grid .blog-post .post-image img {
        height: auto;
        width: 100%;
    }

    .blog-posts-grid .blog-post .post-image.empty {
        background: white;
        border-bottom:1px solid grey;
    }

    .blog-posts-grid .blog-post .post-content {
        background:white;
        flex-grow:1;
        display:flex;
        grid-row-gap:25px;
        flex-direction:column;
        text-align:left;
        padding:40px 10px;
    }

        .blog-posts-grid .blog-post .blog-post-title {
            font-weight:500;
            line-height:unset;
        }


        .blog-posts-grid .blog-post .read-more {
            flex-grow:1;
            align-items:flex-end !important;
        }

        /*Category page*/
.html-category-page .product-selectors select {
    color: #1D1D1B !important;
    opacity: 0.42;
    font-size: 14px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.product-grid .product-category-wrapper {
    grid-template-columns: 1fr;
}

.product-list .product-item {
    max-width:1000px;
}

.product-category-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 10px 20px;
}


    .product-category-wrapper .product-category-result-item {
        background-color:white;
    }

    .product-category-wrapper .product-item {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
        padding: 40px 0;
        height:100%;
    }

        .product-category-wrapper .product-item .picture {
            padding: 0 15px;
            display:flex;
            justify-content:center;
        }

            .product-category-wrapper .product-item .picture .picture-link {
                display: block;
                margin: auto 0;
                width: 100%;
            }

.product-category-wrapper .product-item .picture img {
    width: 100%;
    height: auto;
}


        .product-category-wrapper .product-item .details {
            text-align:center;
            display:flex;
            flex-direction:column;
            justify-content:center;
            grid-row-gap:35px;
            padding:0 15px;
        }

        .product-category-wrapper .product-item .product-title {
            font-weight: normal !important;
        }

        .product-category-wrapper .product-item .read-more {
            display: flex;
            align-items: center;
            justify-content:center;
            gap: 16px;
            color: #b7dd79 !important;
            font-weight:bold;
        }

.html-category-page .product-selectors > div {
    margin: 0;
    display: flex;
    grid-column-gap: 20px;
    align-items: center;
}

.html-category-page .side-2 {
    margin:0 !important;
}

.header.mobile .filters-button span:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f0b0";
    font: var(--fa-font-light);
    font-size: 26px;
}

.html-category-page .product-selectors .product-viewmode {
    display: none;
}

.html-category-page .product-selectors > div:nth-last-child(2) {
    padding-right: 50px;
}


.html-category-page .product-selectors {
    width: 100%;
    padding: 0 20px !important;
    margin: auto 0 20px auto;
    display: flex;
}


.product-category-wrapper .product-item .details .description ul, .product-category-wrapper .product-item .details .description a {
    display: none;
}

.product-category-wrapper .product-item .details .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**Product page***/
.product-essential {
    display:grid;
    grid-template-columns: 1fr;
    padding: 50px 0;
}

/**Product detail page*/
.html-product-details-page .product-details-page {
    padding:0 !important;
}

.html-product-details-page .product-essential {
    margin:0 auto 50px;
    padding: 90px 0 0px;
}

    .html-product-details-page .product-essential .overview {
        background-color: white;
    }


.html-product-details-page .page-title {
    margin-bottom:20px !important;
}


.html-product-details-page .page-body {
    background-color: #f8f8f8;
}


    .html-product-details-page .short-description {
        width: 75%;
        text-align: left;
        line-height: 30px;
    }

.html-product-details-page .overview-buttons {
    display:flex;
    flex-direction: column;
    justify-content:flex-start;
    row-gap:25px;
    margin-top:75px;
}

    .html-product-details-page .overview-buttons a {
        display: inline-flex;
        color: #3C3330 !important;
        width:fit-content;
        grid-column-gap:20px;
    }

        .html-product-details-page .overview-buttons a:hover {
            color: #3C3330 !important;
        }

    .html-product-details-page .overview-buttons .download-btn .download-btn__icon {
        display:flex;
        align-content:center;
    }

    .html-product-details-page .overview-buttons .download-btn {
        border: 2px solid #b7dd79;
        padding: 15px 50px;
    }

    .html-product-details-page .overview-buttons .contact-us {
        color: #b7a99a;
        opacity:0.9;
    }
    
    .html-product-details-page .overview-buttons .contact-us-text {
        text-decoration:underline;
        font-weight:bold;
    }
    
    .html-product-details-page .overview-buttons .download-btn:hover {
            background-color: #f8f8f8;
        }

.gallery .thumb-item {
    height:auto !important;
    width:auto !important;
}

    .gallery .thumb-item img {
        position:relative !important;
    }

.download-btn__icon i {
    display:flex;
    align-items:center;
}

.product-details-page .overview {
    margin:0 !important;
}

.productTabs-body .full-description {
    max-width:95%;
    margin:0 20px;
    text-align:left;
    padding:0;
}

.full-description p:last-child {
    margin-bottom:0 !important;
}

.ui-tabs .ui-tabs-panel p {
    margin-top: 0;
    margin-bottom: 25px;
}

.ui-tabs .ui-tabs-panel ul {
    margin-bottom:25px;
    margin-top:0px;
}

.ui-tabs .ui-tabs-panel a {
    color: #3C3330;
    font-weight:bold;
    position:relative;
    padding-right:30px;
}


    .ui-tabs .ui-tabs-panel a:after {
        content: "\f061";
        font: var(--fa-font-regular);
        padding-left: 20px;
        color: #3C3330;
    }


.html-product-details-page .table-wrapper {
    padding: 0 20px;
}

.productTabs .downloads-files .download-files__link__text {
    text-decoration:underline;
    flex-grow:1;
    text-align:left;
}

.productTabs .downloads-files {
    width: auto;
    justify-content:center;
    margin: 0 20px;
    display: flex;
}

    .productTabs .downloads-files a:after {
        display:none;
    }

        .productTabs .downloads-files a {
            display:flex;
            grid-gap:20px;
           padding-right:0;
        }

.download-files__links {
    display:flex;
    flex-direction:column;
    grid-gap:25px;
}

.download-files__link__icon {
display:flex;
align-items:center;
}

.productTabs {
    margin-bottom:25px !important;
}

.html-product-details-page .related-products-items {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 10px;
    margin-bottom: 25px;
    max-width: 480px;
}

.html-product-details-page .related-product a {
    display:flex;
    flex-direction:column;
    position:relative;
    color:white !important;
}

.html-product-details-page .related-product .related-product-darken {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(140deg, rgba(0,0,0,0.24) 0%, rgba(84,84,84,0) 100%);
}

.html-product-details-page .related-product .related-product-overlay {
    position:absolute;
    padding:20px;
    width:100%;
    text-align:left;
}

    .html-product-details-page .related-product .related-product-overlay h3 {
        color:white !important;
    }

.product-details-page form {
    margin-bottom:0 !important;
}

.product-contains-line {
    max-width:480px;
    margin:0 auto;
    padding:40px 0;
    display:grid;
    grid-template-columns: 1fr;
}

.product-contains-wrapper {
    border-bottom: 1px solid rgba(173,173,173,0.32);
}

.product-contains-overview {
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
}

.product-contains-name {
    margin-bottom:25px;
}

.product-contains-list {
    background-color: white;
    margin-bottom:50px;
}

    .product-contains-list > .product-contains-line:last-of-type {
        border-bottom:0 !important;
    }


        .product-contains-list > .product-contains-wrapper:last-of-type{
            border-bottom:0 !important;
        
        }
    .product-contains-picture {
            max-width: 100%
        }

    .product-contains-picture img {
        width:100%;
        height:auto;
    }

.product-contains-overview .link {
    display: flex;
    color: #b7dd79 !important;
    grid-gap:15px;
    justify-content:center;
}

.product-contains-overview .link__icon {
    display:flex;
    align-items:center;
}

    .product-contains-overview .link__text {
    font-weight:bold;
    text-decoration:underline;
}

.product-contains-overview {
    padding:25px 10px 0;
}

.product-contains-description {
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
}

.gallery .picture {
    padding:0 0 20px;
}

.html-contact-page .topic-block {
    margin: 30px auto;

}

.html-contact-page .page-title {
    margin-bottom: 30px !important;
}

.html-contact-page .topic-block-body {
    font-size: 14px;
    color: #3C3330;
    opacity: 0.64;
}

select, input, textarea {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    color: rgba(60,51,48,1) !important;
}

    select::placeholder, input::placeholder, textarea::placeholder {
        color: rgba(60,51,48,0.42) !important;
        font-family: 'Be Vietnam Pro', sans-serif !important;
    }

textarea {
        padding: 20px;
    }
.contact-page .buttons {
    display: flex;
    justify-content: center;
}

.contact-page .button-1 {
    border-color: #b7dd79;
    top: 0;
    height: fit-content;
    font-size: 16px;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    padding: 15px 30px;
}

.contact-page form, .contact-page .result {
    margin: 0 0 50px 0;
}

.contact-page .button-1:hover {
    background-color: white;
    color: black;
}

.contact-page .result {
    padding: 40px 20px !important;
    background-color: white;
    color: #b7a99a;
}

/*Jeroen feedback*/
.html-slide-both--content a {
    transition: 0.25s ease-in-out;
}

.html-slide-both--content a:hover {
    background-color: white;
    color: #b7dd79 !important;
}

.sliderscta .html-slide-both--content a:hover {
    background-color: white;
    color: #b7dd79 !important;
}

.slick-arrows button:hover {
    background-color: #b7dd79 !important;
}

.home-page-category-grid-carousel .owl-nav span:hover {
    color: #b7dd79;
}

.home-page-category-grid-carousel .item-box:hover .title {
    color: #b7dd79;
}

/*fix*/
.home-page-category-grid-carousel .owl-stage-outer {
    z-index: 9;
}


.slidersctahorizontal .slide-horizontal .html-slide-both--content a:hover{
    background-color: transparent;
}


.slidersctahorizontal .slide-horizontal .html-slide-both--content a::after {
    transition: .25s ease-in-out;
}

    .slidersctahorizontal .slide-horizontal .html-slide-both--content a:hover::after {
        padding-left: 35px;
    }

.home-page-product-grid .description {
    color: rgba(29, 29, 27,.72)
}

.home-page-product-grid .read-more {
    font-weight: bold;
}
.home-page-product-grid .item-box .read-more-text, .rich-blog-homepage .owl-nav span, .slick-arrows button {
    transition: 0.25s ease-in-out;
}

.sliderscta .html-slide-both--content a, .rich-blog-homepage .blog-post .post-title,
.rich-blog-homepage .blog-post:hover .read-more .text {
    transition: 0.25s ease-in-out;
}

.home-page-product-grid .item-grid .item-box:hover .product-item .details .read-more-text {
    padding-right: 25px;
}

.top-menu > li > a:hover {
    text-decoration: underline;
}

.rich-blog-homepage .owl-nav span:hover {
    background-color: #b7dd79;
}


.rich-blog-homepage .post-description {
    color: rgba(29, 29, 27, 0.72)
}

.rich-blog-homepage .blog-post:hover .post-title {
    color: #b7dd79;
}

.rich-blog-homepage .blog-post:hover .read-more .text {
    padding-right: 25px;
}

.contact-page .button-1:hover {
    background-color: #b7dd79;
    color: white;
}

.breadcrumb a {
    transition: .1s ease-in-out;
}

.breadcrumb a:hover {
    color: #b7dd79;
    opacity: 1;
    text-decoration: underline!important;
}

.product-viewmode a {
    transition: .15s ease-in-out;

}

.product-viewmode a:not(.selected):hover {
    color: #b7dd79;
    opacity: 1;
}

.product-category-wrapper .product-category-result-item .details {
    color: rgba(29, 29, 27, 0.72)
}

.home-page-product-grid .item-box:hover .product-title {
    color: #b7dd79 !important;
}

.product-category-wrapper .product-category-result-item:hover .product-title {
    color: #b7dd79 !important;
}

.product-category-wrapper .product-category-result-item:hover .read-more {
    gap: 25px;
}

.product-category-wrapper .product-category-result-item:hover {
    background-color: #b7dd7930;
}
.product-category-wrapper .product-category-result-item, .product-category-wrapper .product-category-result-item .read-more, .product-category-wrapper .product-category-result-item .product-title {
    transition: 0.25s ease-in-out;
}


.category-page .pager li span {
    color: #b7dd79 !important;
    font-weight: bold;
}

.d-grid {
    display: grid !important;
}

.g-col-1 {
    grid-template-columns: 1fr;
}

.g-col-2 {
    grid-template-columns: repeat(2,1fr);
}

.g-col-3 {
    grid-template-columns: repeat(3,1fr);
}

.product-essential .gallery .thumb-item:hover {
    cursor: pointer;
}

.product-essential .overview-buttons a {
    transition: .15s ease-in-out;
}

.product-essential .overview-buttons .download-btn:hover {
    background-color: #b7dd79;
    color: white !important;
}

.product-essential .overview-buttons .contact-us:hover {
    grid-column-gap: 30px;
}

.ui-tabs .ui-tabs-nav li:not(.ui-tabs-active) a, .productTabs-body .full-description a::after {
    transition: .15s ease-in-out;
}

    .ui-tabs .ui-tabs-nav li:not(.ui-tabs-active):hover a {
        color: #b7dd79;
        font-weight: bold;
    }

.productTabs-body .full-description a:hover::after {
    padding-left: 30px;
}

.related-products-grid .link img {
    transition: 0.5s ease-in-out;
}

.related-products-grid .link {
    overflow: hidden;
}

.related-products-grid .link:hover img {
    transform: scale(1.1);
}

.sliderscta .html-slide-both--content a {
    text-decoration: none !important;
}

.html-blog-page .blog-posts-grid .blog-post .blog-post-body {
    color: rgba(29, 29, 27, 0.72);
}

.html-blog-page .blog-posts-grid .blog-post .blog-post-title, .html-blog-page .blog-posts-grid .blog-post .read-more .text {
    transition: .25s ease-in-out;
}

.html-blog-page .blog-posts-grid .blog-post:hover .blog-post-title {
    color: #b7dd79;
}

.html-blog-page .blog-posts-grid .blog-post:hover .read-more .text {
    padding-right: 25px;
}

.admin-header-links {
    max-width: 1440px;
    margin: 0 auto;
}

body.scrollYRemove {
    overflow: hidden;
}

.html-login-page .login-button, .html-search-page .search-button {
    border-color: #b7dd79;
}

    .html-login-page .login-button:hover, .html-search-page .search-button:hover {
        background-color: #b7dd79;
        color: white;
    }

.header-selectors .selected a, .header-inside-slider .header.mobile .language-list .selected a:hover {
    color: white !important;
}

.html-search-page .filtersPanel {
    display: none;
}

