﻿
/* CSS RESET */

* {
    box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*:before, *:after {
	box-sizing: border-box;
}
html {
	margin: 0 !important;
    overflow-x: hidden;
	-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="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, button, select {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #eee;
    -webkit-transition-delay: 99999s;
}
script {
    display: none !important;
}


/* FONT FACES */

@font-face {
    font-family: 'pacific';
    src: url('../fonts/pacific.woff') format('woff'),
         url('../fonts/pacific.svg#pacific') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* GLOBAL STYLES */

body {
    background-color: #f3f3f3;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: lighter;
    color: #888;
}
table {
	width: 100%;
	border-collapse: collapse;
}
a {
	color: inherit;
	cursor: pointer;
}
img {
	max-width: 100%;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
    font-family: 'Roboto', sans-serif;
    height: 45px;
    border: none;
    background-color: #eee;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 14px;
}
textarea {
    max-width: 100%;
    min-height: 150px;
    padding: 15px;
}
select {
    min-width: 50px; 
    height: 45px;
    border: 1px solid #eee; 
    background: #fff url('../img/arrow.svg') right 12px center no-repeat;
    padding: 0 25px 0 15px;
    line-height: 43px;
    color: #888;
    transition: 0.3s ease;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}
select:hover {
    background-image: url('../img/arrow-hover.svg');
    color: #222;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus, select:focus {
	border-color: #d1d1d1;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"],
input[type="submit"],
button {
    font-family: 'Roboto', sans-serif;
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-content {
    position: relative;
    padding: 0 10px;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 50px;
}
.center-2, .side-2 {
	margin: 0 0 50px;
}
.one-column-blocks-wrapper {
	margin: 0 0 50px;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
	margin: 0 0 20px;
    border-bottom: 1px dashed #e6e6e6;
    padding: 15px 0;
}
.product-grid .title {
    text-align: center;
    color: #aaa;
}
.page-title h1 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #aaa;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.link-rss {
	display: none;
    position: relative;
	width: 24px;
	height: 24px;
	font-size: 0 !important;
}
.link-rss:before {
    content: "\e92a";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 24px;
    height: 24px;
    font-family: 'pacific';
    font-size: 20px;
    line-height: 24px;
    color: #aaa;
    transition: 0.3s ease;
}
.link-rss:hover:before {
    color: #c09e6c;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	list-style: none;
    text-align: left;
}
.category-description ul li,
.manufacturer-description ul li,
.full-description ul li,
.topic-html-content ul li,
.topic-page ul li,
.post-body ul li,
.custom-tab ul li {
    position: relative;
    padding: 3px 0 3px 35px;
}
.category-description ul li:before,
.manufacturer-description ul li:before,
.full-description ul li:before,
.topic-html-content ul li:before,
.topic-page ul li:before,
.post-body ul li:before,
.custom-tab ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 12px;
    width: 8px;
    height: 8px; 
    margin: auto;
    border-radius: 50%;
    background-color: #c09e6c;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
    margin: 12px 0;
    list-style: none;
    text-align: left;
    counter-reset: section;
}
.category-description ol li,
.manufacturer-description ol li,
.full-description ol li,
.topic-html-content ol li,
.topic-page ol li,
.post-body ol li,
.custom-tab ol li {
    position: relative;
    padding: 3px 0 3px 35px;
}
.category-description ol li:before,
.manufacturer-description ol li:before,
.full-description ol li:before,
.topic-html-content ol li:before,
.topic-page ol li:before,
.post-body ol li:before,
.custom-tab ol li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 3px; left: 0;
  width: 27px; height: 26px;
  background: url('../img/ol-back.png') no-repeat;
  text-align: center;
  font-weight: bold;
  color: #c09e6c;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.custom-tab p {
	margin: 10px 0;
	line-height: 22px;
}


/* ANIMATIONS */

@keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

/*fix for blinking images on hover*/
body:after {
    display: none;
    content: url('../img/arrow-hover.svg');
}


/* GLOBAL FORMS */

.fieldset, .section {
    position: relative;
    margin: 0 0 20px;
}
.fieldset .title,
.section .title {
	margin: 0 0 10px;
}
.fieldset .title strong,
.section .title strong {
}
.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:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
    height: 18px;
	margin: 0 0 7px;
	text-align: left;
    font-size: 14px; /*reset zeroing*/
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inputs .required {
    position: absolute;
    top: 25px;
    right: 0;
    width: 9px;
    height: 9px;
    margin: 0;
    font-size: 0;
}
.inputs .required:before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    width: 0; height: 0;
    border-style: solid;
    border-width: 0 9px 9px 0;
    border-color: transparent #dd464d transparent transparent;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
	width: 100%; border: none;
    background-color: #eee;
    vertical-align: middle;
}

.inputs .option-list {
    margin: -5px 0;
    text-align: left;
    font-size: 0;
    white-space: normal;
}
.inputs .option-list li {
    display: inline-block;
    margin: 5px 10px 5px 0;
}
.inputs .option-list input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.inputs .option-list input[type="checkbox"] ~ label {
    display: inline-block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0 10px 0 21px;
    font-size: 14px;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inputs .option-list input[type="checkbox"] ~ label:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.inputs .option-list input[type="checkbox"]:checked ~ label:before {
    border-color: #c09e6c;
}
.inputs .option-list input[type="checkbox"]:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: 5px;
    left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-family: 'pacific';
    color: #c09e6c;
}
.inputs .option-list input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.inputs .option-list input[type="radio"] ~ label {
    display: block;
    height: auto;
    margin: 0;
    background-color: #eee;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #444;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inputs .option-list input[type="radio"]:checked ~ label {
    background-color: #c09e6c;
    font-weight: bold;
    color: #fff;
}
/*.inputs .option-list ~ .required {
    width: auto;
    height: auto;
    font-size: 14px;
}
.inputs .option-list ~ .required:before {
    display: none;
}*/

.required {
    font-size: 14px;
    color: #dd464d;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
    display: block;
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
    color: #dd464d;
}
.message-error,
.external-auth-errors {
    margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
}
.field-validation-error {
    text-align: left;
}
.field-validation-valid,
.username-available-status {
	display: block;
	font-size: 13px;
	color: #393;
}
.external-auth-errors {
    color: #dd464d;
}
.captcha-box {
    clear: both;
	margin: 0 0 15px;
	text-align: center;
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box iframe {
	margin: 0;
}
.captcha-box input {
	height: auto;
}


/* GLOBAL TABLES */

.table-wrapper {
    border: 1px solid #eee;
    overflow-x: auto;
    background-color: #fff;
}
.cart, .data-table,
.forums-table-section table {
	margin: 0 0 20px;
}
.cart th, .data-table th,
.forums-table-section th {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
    white-space: nowrap;
}
.cart td, .data-table td,
.forums-table-section td {
	min-width: 50px;
    border-top: 1px solid #eee;
    background-color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.cart tr > *:first-child,
.data-table tr > *:first-child,
.forums-table-section tr > *:first-child {
    border-left: 20px solid #fff;
    padding-left: 0;
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.forums-table-section tr > *:last-child {
    border-right: 20px solid #fff;
    padding-right: 0;
}
.cart a, .data-table a,
.forums-table-section a {
    font-weight: bold;
}

.cart .product,
.cart .subtotal,
.data-table .product,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td {
    padding: 10px
}
.cart .td-title {
    display: none;
}
.cart .checkbox-label {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.cart td.remove-from-cart,
.cart td.add-to-cart {
    position: relative;
    font-size: 0;
}
.cart input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.cart .checkbox-label:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.cart input[type="checkbox"]:checked ~ label:before {
    border-color: #c09e6c;
}
.cart input[type="checkbox"]:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: -1px; left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-family: 'pacific';
    color: #c09e6c;
}
.cart .remove-from-cart button {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 40px;
    height: 40px;
	margin: auto;
    border: none;
    background: none;
    color: #888;
}
.cart .remove-from-cart button:after {
    content: "\e941";
    font-family: 'pacific';
    font-size: 20px;
    line-height: 40px;
    transition: 0.3s ease;
}
.cart .remove-from-cart button:hover {
    color: #444;
}
.cart .product-picture {
    font-size: 0;
}
.cart .product-picture a {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
}
.cart .product a {
    font-size: 16px;
    font-weight: normal;
    transition: 0.3s ease;
}
.cart .product a:hover {
    color: #c09e6c;
}
.cart .attributes,
.data-table .attributes {
    margin: 10px 0;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
}
.cart .edit-item a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: bold;
    color: #c09e6c;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.cart .unit-price {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
.cart .qty-input,
.cart .qty-dropdown {
    width: 45px;
    height: 45px;
    background-color: #eee;
    padding: 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #666; 
}
.cart .qty-dropdown {
    width: 65px;
    padding: 0 20px 0 15px;
}
.cart .subtotal span {
	display:  inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #c09e6c;
    white-space: nowrap; 
}
.cart .subtotal .discount,
.cart .subtotal .discount + div {
    margin: 5px 0;
    font-size: 12px;
    color: #aaa;
    white-space: nowrap; /*remove this if you have no space enough for discounted products price*/
}


/* NOTIFICATIONS & POPUPS */

.bar-notification {
	display: none;
	position: fixed;
    top: 0; right: 0;
	bottom: 0; left: 0;
	z-index: 1060;
	width: 100%;
    background-color: rgba(102,102,102,.9);
    padding: 50px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification .content {
	position: absolute;
    top: 50%; left: 50%;
    z-index: 2;
    padding: 60px 0 0;
    font-size: 14px;
    line-height: 25px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.bar-notification .content:before {
    position: absolute;
    top: 0; right: 0; left: 0; 
    width: 44px; height: 44px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-family: 'pacific';
    font-size: 20px;
    line-height: 43px;
}
.bar-notification.success .content:before  {
    content: "\e909";
}
.bar-notification.warning .content:before  {
    content: "\e93d";
}
.bar-notification.error .content:before  {
    content: "\e93e";
}
.bar-notification .content a {
	text-decoration: underline;
}
.bar-notification .close {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: 1;
    font-size: 0;
}
.bar-notification .close:after {
    content: "\e90a";
    position: absolute;
    top: 10px; right: 10px;
    width: 40px;
    height: 40px; 
    text-align: center;
    font-family: 'pacific';
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
}

.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;
    top: 50% !important;
    left: 50% !important;
    z-index: 1750;
    width: 600px !important;
    max-width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ui-dialog:before {
    content: "";
    position: absolute;
    top: -50vh;
    right: -50vw;
    bottom: -50vh;
    left: -50vw;
    z-index: -1;
    background-color: rgba(102,102,102,.9);
    opacity: 0.95;
}
.ui-dialog-titlebar {
    border-bottom: 1px solid #eee;
    background-color: #fff;
    padding: 25px 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 5px; right: 5px;
	width: 40px;
	height: 40px;
    border: none;
    overflow: hidden;
    background-color: transparent;
	font-size: 0;
    color: #888;
    cursor: pointer;
}
.ui-dialog-titlebar button:after {
    content: "\e90a";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: 'pacific';
    font-size: 20px;
    line-height: 40px;
    transition: 0.3s ease;
}
.ui-dialog-titlebar button:hover {
	color: #444;
}
.ui-dialog-content {
	height: auto !important;
    overflow: auto;
    background-color: #fff;
    padding: 30px 40px 40px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}
.ui-dialog-content .page {
	min-height: 0;
}
.ui-dialog-content .page-title {
    margin: 0 0 15px;
    border: none;
    padding: 0;
}
.ui-dialog-content .page-title h1 {
	font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #444;
}
.ui-dialog-content .page-body {
    border: none !important;
    padding: 0 !important;
    text-align: center;
}
.ui-dialog-content .tooltip {
    margin: 0 0 15px;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}
.ui-dialog-content button {
    display: block;
    margin: 25px auto 0;
    border: none;
    background-color: #c09e6c;
	padding: 15px 35px;
	font-size: 14px;
    font-weight: bold;
    color: #fff; 
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1050;
	width: 320px;
	height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0,0,0,.2), inset 0 0 0 1px #fff;
    background-color: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: 1px solid #bbb;
	background-color: #eee;
	padding: 5px;
	font-size: 14px;
	color: #333;
}
.eu-cookie-bar-notification button:hover {
	border-color: #aaa;
	background-color: #ddd;
}
.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}

.scroll-back-button {
    display: none;
    position: fixed;
	right: 20px;
    bottom: 20px;
	z-index: 1030;
    width: 50px;
    height: 50px;
    overflow: hidden;
	background-color: #c09e6c;
    transition: 0.5s ease;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}
.scroll-back-button.nav-up {
    opacity: 1;
    pointer-events: auto;
}
.scroll-back-button:before {
    content: "\e904";
    position: absolute;
    top: 16px; left: 16px;
    width: 18px; height: 18px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 18px;
    color: #000;
    transition: 0.5s ease;
    opacity: 0.4;
}
.scroll-back-button:hover:before {
    transform: translateY(5px);
}
.scroll-back-button:after {
    content: "";
    opacity: 0.2;
    position: absolute;
    top: 16px; left: 16px;
    width: 18px;
    height: 1px;
    background-color: #000;
    transition: 0.5s ease;
    transform: translateX(35px);
}
.scroll-back-button:hover:after {
    transform: translateX(0);
}


/* HEADER */

.admin-header-links {
    height: 35px;
    background-color: #f3f3f3;
    text-align: center;
}
.admin-header-links a {
	display: inline-block;
	margin: 0 10px;
	line-height: 34px;
}
.admin-header-links a:only-child {
    display: block;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links .impersonate span {
    display: none;
}

.header { 
	margin: 0 0 10px;
	text-align: center;
}
.header:after { 
	content: "";
	display: block;
	clear: both;
}
.header-logo {
	text-align: center;
    font-size: 0;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
}
.header-logo a img {
	max-width: 100%;
}
.store-search-box {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
}
.store-search-box form {
    position: relative;
    width: 100%;
    padding: 0 40px 0 0;
}
.store-search-box form:before {
    content: "\e92b";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; z-index: 0;
    width: 40px; height: 40px;
    background-color: #fff;
    text-align: center;
    font-family: 'pacific';
    font-size: 18px;
    line-height: 40px; 
}
.store-search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.store-search-box input.search-box-text {
	width: 100% !important;
	height: 40px;
    border: none;
    background-color: #fff;
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #888;
}
.store-search-box .search-box-button {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	font-size: 0;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: absolute;
	z-index: 1070;
	width: 100% !important;
	max-width: 100%;
	border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    background-color: #fff;
}
.ui-autocomplete li + li {
	border-top: 1px solid #eee;
}
.ui-autocomplete a {
	display: block;
	padding: 5px;
    text-align: left;
    font-size: 14px;
    color: #888;
}
.ui-autocomplete img {
	margin-right: 14px;
	vertical-align: middle;
}
.ui-autocomplete span {
	vertical-align: middle;
}
.ui-autocomplete img + span {
    display: inline-block;
    width: calc(100% - 64px);
}
.ui-autocomplete .ui-state-focus {
	background-color: #f6f6f6;
    color: #222;
}

.language-list {
	max-width: 100%;
    padding: 0 5px;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 30px;
	height: 38px;
}
.language-list img {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	margin: auto;
}

.mini-shopping-cart .items {
    border-bottom: 1px solid #e3e3e3;
}
.mini-shopping-cart .item {
    border-top: 1px dashed #e3e3e3;
    overflow: hidden;
    padding: 13px;
}
.mini-shopping-cart .item:first-child {
    border: none;
}
.mini-shopping-cart .picture {
    float: left;
    width: 105px;
}
.mini-shopping-cart .picture a {
    display: block;
    font-size: 0;
    line-height: 0;
}
.mini-shopping-cart .product {
    margin: 0 0 0 127px;
    font-size: 13px;
    line-height: 18px;
}
.mini-shopping-cart .name {
    margin: 0 0 5px;
}
.mini-shopping-cart .name a {
    display: block;
    height: 36px;
    overflow: hidden;
    transition: 0.3s ease;
}
.mini-shopping-cart .name a:hover {
    color: #c09e6c;
}
.mini-shopping-cart .attributes {
    margin: 0 0 10px;
}
.mini-shopping-cart .price {
    font-size: 0;
    line-height: 0;
}
.mini-shopping-cart .price span {
    display: inline-block;
    color: #222;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
}
.mini-shopping-cart .totals {
    border: none;
    padding: 20px 22px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #888;
}
.mini-shopping-cart .totals strong {
    float: right;
    color: #222;
}
.mini-shopping-cart .buttons {
    margin: 0;
    overflow: hidden;
}
.mini-shopping-cart .buttons button {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    border: none;
    overflow: hidden;
    background-color: #c09e6c;
    padding: 20px 35px 20px 22px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s ease;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff; 
}
.mini-shopping-cart .buttons button:before {
    content: "\e93b";
    position: absolute;
    top: 0; bottom: 0;
    right: 15px;
    width: 20px;
    height: 20px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 8px;
    line-height: 20px;
    transition: 0.3s ease;
    color: #000;
    opacity: 0.3;
}
.mini-shopping-cart .buttons button.checkout-button:before {
    content: "\e93a";
}
.mini-shopping-cart .buttons button:only-child {
    width: 100%;
} 
.mini-shopping-cart .buttons button + button {
    border-left: 1px solid #fff;
}
.mini-shopping-cart .buttons button:hover {
    background-color: #ae864b;
}
.mini-shopping-cart .count {
    position: relative;
    height: 50px;
    border-bottom: 1px dashed #e3e3e3;
    overflow: hidden;
    padding: 0 13px 0 45px;
    font-size: 13px;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mini-shopping-cart .count a {
    font-weight: bold;
    transition: 0.3s ease;
}
.mini-shopping-cart .count a:hover {
    color: #c09e6c;
} 
.mini-shopping-cart .count:before {
    content: "\e905";
    position: absolute;
    top: 0; left: 0;
    bottom: 0;
    z-index: 2;
    width: 45px;
    text-align: center;
    font-family: 'pacific'; 
    font-size: 21px;
    line-height: 45px;
}


/* HOME PAGE */

.home-page .title {
    margin: 0 0 20px;
    border-bottom: 1px dashed #e6e6e6;
    padding: 15px 0;
    text-align: center;
    color: #aaa;
}
.home-page .title strong {
    font-size: 30px;
    line-height: 30px;
    font-weight: lighter;
    text-transform: uppercase;
}
.home-page-slider {
    margin: 0 0 10px;
}
.home-page-categories-wrapper {
    margin: 0 -10px 40px;
}
.home-page .page-body > div:last-child {
    margin-bottom: 25px !important;
}


/* FOOTER */

.footer-upper {
	background-color: #fff;
}
.footer-blocks-wrapper.center {
    background-color: #c09e6c;
}
.footer-block-center {
    padding: 25px 10px;
    text-align: center;
}

.footer-middle {
	margin: 0 0 15px;
	overflow: hidden;
}
.newsletter {
    max-width: 300px;
    margin: 0 auto 30px;
}
.newsletter .title {
    display: block;
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    
}
.newsletter-email { 
	display: block;
	overflow: hidden; 
}
.newsletter-email .newsletter-subscribe-text {
	width: 100%;
	height: 42px;
    margin: 0 0 10px;
    border: none;
    background-color: #fff;
    text-align: center;
    font-weight: lighter;
    color: #aaa;
}
.newsletter-subscribe-text::-webkit-input-placeholder {
    color: #aaa;
}
.newsletter-subscribe-text::-moz-placeholder {
    color: #aaa;
}
.newsletter-subscribe-text:-ms-input-placeholder {
    color: #aaa;
}
.newsletter-subscribe-text:-moz-placeholder {
    color: #aaa;
}
.newsletter-email .newsletter-subscribe-button {
    position: relative;
	width: 100%;
	height: 40px;
    border: none;
	background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.newsletter-subscribe-button:before {
    content: "\e91f";
    margin: 0 4px 0 0;
    font-family: 'pacific';
    vertical-align: middle;
    font-size: 17px;
    line-height: 40px;
    font-weight: normal;
}
.newsletter-subscribe-button:after {
    content: "";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    border: 1px solid #fff;
    opacity: 0.3;
}
.newsletter-subscribe-button span {
    vertical-align: middle;
}
.newsletter-email .options {
	clear: both;
	padding: 5px 0 0;
}
.newsletter-email .options span {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
.newsletter-email .options input {
    position: absolute;
    top: 0; left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.newsletter-email .options label {
    display: block;
    padding: 5px 0 5px 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.newsletter-email .options label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; margin: auto;
    width: 13px; height: 13px;
    border-radius: 50%;
    background-color: #fff;
}
.newsletter-email .options input:checked ~ label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0; bottom: 0; left: 3px;
    width: 7px; height: 7px;
    margin: auto;
    border-radius: 50%;
    background-color: #c09e6c;
}

.newsletter-validation, 
.newsletter-result {
	line-height: 28px; 
    color: #fff;
}
.newsletter-validation .please-wait {
	display: none !important; 
}

.social-sharing {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 5px;
    vertical-align: middle;
}
.social-sharing a {
	display: block;
	width: 45px;
	height: 45px;
    border-radius: 50%;
    background-color: #fff;
}
.social-sharing a:before {
    content: "";
    width: 45px;
    font-family: 'pacific';
    font-size: 18px;
    line-height: 45px;
    color: #222;
}
.social-sharing .facebook:before {
	content: "\e910";
}
.social-sharing .twitter:before {
	content: "\e933";
    font-size: 15px;
}
.social-sharing .google:before {
	content: "\e912";
    font-size: 15px;
}
.social-sharing .pinterest:before {
	content: "\e923";
    font-size: 20px;
}
.social-sharing .vimeo:before {
	content: "\e934";
}
.social-sharing .youtube:before {
	content: "\e937";
    font-size: 20px;
}
.social-sharing .instagram:before {
	content: "\e915";
}
.social-sharing .rss:before {
	content: "\e92a";
    font-size: 15px;
}
.footer-blocks-wrapper.left {
    padding: 30px 20px 0;
}
.footer-blocks-wrapper.right {
    padding: 0 20px 30px;
}
.footer-block .title {
    position: relative;
    overflow: hidden;
    padding: 11px 30px 11px 0;
    font-size: 16px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    cursor: pointer;
}
.footer-block .title:before {
    content: "\e904";
    position: absolute;
    top: 0; bottom: 0;
    right: 12px;
    width: 18px;
    height: 18px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 18px; color: #aaa;
    transition: 0.5s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.footer-block .title.open:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.footer-collapse {
    display: none;
    margin: 0 0 15px;
    padding: 15px 0;
}
.footer-block li span,
.footer-block li a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
}
.footer-block.contact span {
    position: relative;
    padding-left: 25px;
}
.footer-block.contact span:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    bottom: 0;
    width: 16px;
    height: 20px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 15px;
    line-height: 20px;
    color: #c09e6c;
}
.footer-block.contact .phone span:before {
    content: "\e922";
    font-size: 20px;
}
.footer-block.contact .work-time span:before {
    content: "\e928";
}
.footer-block.contact .e-mail span:before {
    content: "\e91f";
}
.footer-block.contact .address-city span:before {
    content: "\e918";
    font-size: 18px;
}
.footer-block.contact .address-street span:before {
    content: "\e91c";
    font-size: 17px;
}

.footer-lower {
    border-top: 1px solid #eee;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 10px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.footer-lower > div {
	display: block;
}
.footer-powered-by a,
.footer-designed-by a {
	color: #c09e6c;
}
.theme-selector {
	margin: 10px 0 0 !important;
}
.theme-selector select {
	width: 170px;
}


/* LEFT/RIGHT COLUMN */

.blocks-wrapper {
    border: 1px solid #eee;
    border-bottom: none;
    overflow: hidden;
    background-color: #fff;
}
.block {
	text-align: left;
}
.block .title {
	position: relative;
    border-bottom: 1px solid #eee;
    padding: 16px 40px;
    cursor: pointer;
}
.block .blocks-tab-header {
    display: none;
}
.block .title:before,
.block .title:after {
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    font-family: 'pacific';
    color: #aaa; 
}
.block .title:before {
    left: 14px;
    height: 48px;
    line-height: 48px;
}
.block-category-navigation .title:before,
.blog-category-navigation .title:before {
    content: "\e907";
    font-size: 14px;
}
.block-manufacturer-navigation .title:before {
    content: "\e91b";
    font-size: 15px;
}
.block-vendor-navigation .title:before {
    content: "\e91e";
    font-size: 15px;
}
.block-recently-viewed-products .title:before {
    content: "\e928";
    font-size: 15px;
}
.block-popular-tags .title:before {
    content: "\e931";
    font-size: 16px;
}
.block-poll .title:before {
    content: "\e925";
    font-size: 13px;
}
.block .title:after {
    content: "\e904";
    right: 15px;
    width: 13px;
    height: 13px;
    text-align: center;
    font-size: 13px;
    transition: 0.5s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); 
}
.block .title.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.block .title strong {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.block .listbox {
	display: none;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}
.block .list a {
	display: block;
	padding: 10px 0;
    font-size: 14px;
}
.block .list .product-picture {
	display: none;
}
.block .list > li > a {
    color: #444;
}
.block .sublist {
	padding: 0 12px;
}
.block .sublist a {
    font-size: 13px;
}
.block .sublist .active a {
    color: #444;
}
.block .view-all {
    margin: 10px 0 20px;
}
.block .view-all a {
    display: block;
	font-size: 14px;
    font-weight: bold;
    color: #c09e6c;
}
.block .tags {
    margin: 0 -10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 14px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 35px;
}
.block-poll .poll-display-text {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
}
.block-poll li {
    position: relative;
}
.block-poll li label {
    display: block;
    position: relative;
    padding: 5px 0 5px 23px;
    font-size: 14px;
    color: #444;
    cursor: pointer; 
}
.block-poll li input[type='radio'] {
    position: absolute;
    top: 0; left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.block-poll li label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0;   
    width: 16px;
    height: 16px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}
.block-poll li input:checked ~ label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 3px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    background-color: #c09e6c; 
}
.block .poll-results li {
    padding: 5px 0;
    font-size: 14px;
}
.block-poll .buttons {
    margin: 10px 0 20px;
}
.block-poll button[type='button'] {
    display: block;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color: #c09e6c;
}
.block-poll .poll-total-votes {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #c09e6c;
}

.side-navigation-tabs {
    display: none;
}

.home-page-polls {
    margin: 0 0 50px;
    padding: 0 0 10px; /*equalize bottom spacing*/
    text-align: center;
}
.home-page-polls .poll {
    position: relative;
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px 20px 65px; 
}
.home-page-polls .poll-display-text {
    display: block;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}
.home-page-polls .buttons {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    border-top: 1px solid #eee;
    padding: 13px;
    text-align: center; 
}
.home-page-polls .poll-options,
.home-page-polls .poll-results {
    margin: 0 0 30px;
    font-size: 0;
}
.home-page-polls .poll-options li,
.home-page-polls .poll-results li {
    display: inline-block;
    position: relative;
}
.home-page-polls .poll-results li {
    margin: 0 5px 5px;
    border: 1px solid #eee;
    padding: 10px 19px;
    font-size: 14px;
    color: #444;
}
.home-page-polls .poll-options label {
    display: block;
    margin: 0 5px 5px;
    border: 1px solid #eee;
    padding: 10px 19px;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.home-page-polls .poll-options label:hover {
    border-color: #d1d1d1;
    color: #222;
}
.home-page-polls .poll-options input[type='radio'] {
    position: absolute;
    top: 0; right: 0; 
    bottom: 0; left: 0;
    z-index: -1;
    margin: auto;
    opacity: 0;
}
.home-page-polls input[type='radio']:checked ~ label {
    border-color: #c09e6c;
    background-color: #c09e6c;
    color: #fff !important;
}
.home-page-polls .buttons button[type='button'] {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #eee;
    padding: 10px 19px;
    line-height: 18px;
    color: #c09e6c;
}


/* CATEGORY PAGE */

.breadcrumb {
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
    margin: 0 7.5px;
    vertical-align: middle;
}
.breadcrumb a,
.breadcrumb strong,
.breadcrumb .delimiter {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px; /*reset zeroing*/
	line-height: 32px; 
    transition: 0.3s ease;
    color: #444;
}
.breadcrumb strong {
    display: block;
	font-weight: normal;
    color: #aaa;
}
.breadcrumb .delimiter {
    display: inline-block;
    width: 13px;
    margin: 0 0 0 15px;
    font-size: 0;
}
.breadcrumb .delimiter:before {
    content: "\e901";
    vertical-align: middle;
    font-family: 'pacific';
    font-size: 6px;
    line-height: 32px; 
}
.breadcrumb a:hover,
.breadcrumb a:hover span {
	color: #c09e6c;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 20px;
    text-align: justify;
    font-size: 15px;
    line-height: 30px;
}
.contact-vendor {
    display: none; /*hidden*/
	margin: 0 0 40px;
}
.contact-vendor-button {
    display: inline-block;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 9.5px 19px;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #c09e6c;
}
.contact-vendor-button:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
    color: #fff;
}
.product-filters {
	display: none;
}

.category-page-two-columns .sub-category-grid {
    margin: 0 0 40px;
    border: 1px solid #eee;
    border-bottom: none;
    background-color: #fff;
}
.category-page-two-columns .sub-category-item {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 5px 10px;
}
.category-page-two-columns .sub-category-item .picture {
    display: table;
    z-index: 1;
    float: left;
    width: 60px;
    height: 60px;
	overflow: hidden;
}
.category-page-two-columns .sub-category-item .picture a {
	display: table-cell;
    position: relative;
    vertical-align: middle;
}
.category-page-two-columns .sub-category-item .picture img {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	max-width: 100%;
    max-height: 100%;
	margin: auto;
}
.category-page-two-columns .sub-category-item .title {
    display: table;
    float: right;
    width: calc(100% - 60px);
    height: 60px;
    margin: 0;
    border: none;
}
.category-page-two-columns .sub-category-item .title > div {
    display: table-row;
}
.category-page-two-columns .sub-category-item .title a {
    display: table-cell;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #444;
}
.category-page-two-columns .sub-category-item:hover .title a {
    color: #c09e6c;
}

.category-page-one-column .sub-category-grid  {
    margin: 0 0 50px;
}
.category-page-one-column .sub-category-grid .item-box {
    float: left;
    width: calc(50% - 6px);
    margin: 0 0 10px 10px;
    background-color: #fff;
}
.category-page-one-column .sub-category-grid .item-box:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.category-page-one-column .sub-category-item .picture a {
	display: block;
	position: relative;
    overflow: hidden;
}
.category-page-one-column .sub-category-item .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.category-page-one-column .sub-category-item .picture a img {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    max-width: 100%;
    margin: auto;
}
.category-page-one-column .sub-category-item .title {
    margin: 0;
    border: none;
}
.category-page-one-column .sub-category-item .title a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.manufacturer-grid,
.vendor-grid {
    overflow: hidden;
}
.manufacturer-grid .item-box,
.vendor-grid .item-box {
    position: relative;
    float: left;
    width: calc(50% - 6px);
    margin: 0 0 10px 10px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 0 0 33px;
}
.manufacturer-grid .item-box:nth-child(2n+1),
.vendor-grid .item-box:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.manufacturer-grid .item-box .picture,
.vendor-grid .item-box .picture {
    display: block;
    position: relative;
}
.manufacturer-grid .item-box .picture a,
.vendor-grid .item-box .picture a {
    content: "";
	display: block;
	padding-top: 100%;
}
.manufacturer-grid .item-box .picture img,
.vendor-grid .item-box .picture img {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    max-width: 100%;
    margin: auto;
}
.manufacturer-grid .manufacturer-item .title,
.vendor-grid .vendor-item .title {
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    border-top: 1px solid #eee;
}
.manufacturer-grid .manufacturer-item .title a,
.vendor-grid .vendor-item .title a {
    display: block;
    height: 33px;
    overflow: hidden;
    padding: 8px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444;
}

.product-sorting,
.product-page-size {
    position: relative;
}
.product-sorting:after,
.product-page-size:after {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: 1;
    width: 55px;
    height: 55px;
    font-family: 'pacific';
    text-align: center;
    font-size: 18px;
    line-height: 55px;
    color: #000;
    opacity: 0.5;
}
.product-sorting:after {
    content: "\e92e";
    font-size: 15px;
}
.product-page-size:after {
    content: "\e916";
}
.product-sorting select,
.product-page-size select {
    z-index: 2;
}
.product-sorting select:hover ~ :after,
.product-page-size select:hover ~ :after {
    opacity: 1;
}

.product-selectors .product-viewmode {
	display: none;
    float: right;
}
.product-selectors .product-viewmode {
    font-size: 0;
}
.product-selectors .product-viewmode span {
	vertical-align: middle;
}
.product-selectors .product-viewmode a {
	display: inline-block;
    position: relative;
	width: 40px;
	height: 40px;
	margin: 0 0 0 5px;
	vertical-align: middle;
	font-size: 0;
}
.product-selectors .product-viewmode a:before {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    font-family: 'pacific';
    font-size: 19px;
    line-height: 40px;
    color: #000;
    opacity: 0.5;
}
.product-selectors .product-viewmode a.grid:before {
	content: "\e913";
}
.product-selectors .product-viewmode a.list:before {
	content: "\e917";
}

.category-boxes-layout-1 .category-grid {
    background-color: #fff;
}
.category-boxes-layout-1 .category-item {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 5px 10px;
    transition: 0.3s ease;
}
.category-boxes-layout-1 .item-box:first-child .category-item {
    border-top: 1px solid #eee;
}
.category-boxes-layout-1 .category-item:hover {
    background-color: #c09e6c;
}
.category-boxes-layout-1 .category-item .picture {
    float: left;
    width: 60px;
    height: 60px;
	overflow: hidden;
}
.category-boxes-layout-1 .category-item .picture a {
	display: block;
	position: relative;
    height: 100%;
}
.category-boxes-layout-1 .category-item .picture img {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	max-width: 100%;
    max-height: 100%;
	margin: auto;
}
.category-boxes-layout-1 .category-item .title {
    display: table;
    float: right;
    width: calc(100% - 60px);
    height: 60px;
    margin: 0;
    border: none;
}
.category-boxes-layout-1 .category-item .title > div {
    display: table-row;
}
.category-boxes-layout-1 .category-item .title a {
    display: table-cell;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #444;
}
.category-boxes-layout-1 .category-item:hover .title a {
    color: #fff;
}

.sub-categories-list {
    display: none;
}

.category-boxes-layout-2 .category-grid {
    margin: 0 10px;
}
.category-boxes-layout-2 .item-box {
    float: left;
    width: calc(50% - 6px);
    margin: 0 0 10px 10px;
    background-color: #fff;
}
.category-boxes-layout-2 .item-box:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.category-boxes-layout-2 .item-box  .picture a {
	display: block;
	position: relative;
}
.category-boxes-layout-2 .item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.category-boxes-layout-2 .item-box .picture a img {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    max-width: 100%;
    margin: auto;
}
.category-boxes-layout-2 .category-item .title {
    margin: 0;
    border: none;
    padding: 0;
}
.category-boxes-layout-2 .category-item .title a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.item-grid:after {
	content: "";
	display: block;
	clear: both;
}

.product-grid .item-box {
    position: relative;
    float: left;
    width: calc(50% - 5px);
    margin: 0 0 10px 10px;
    border: 1px solid #eee;
    background-color: #fff;
    text-align: center;
}
.product-grid .item-box:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.item-box.banner-box {
    background-color: transparent;
    border: none;
}
.item-box .product-item .picture {
	z-index: 1;
    border-bottom: 1px solid #eee;
	overflow: hidden;
}
.item-box .product-item .picture a {
	display: block;
	position: relative;
}
.item-box .product-item .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .product-item .picture img {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    max-width: 100%;
    margin: auto;
}
.product-grid .item-box .details {
    padding: 10px 6px;
}
.product-grid .product-title {
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    font-weight: lighter;
}
.item-box .product-title a {
	display: block;
}
.item-box .sku {
	display: none; /*remove if you want to show sku*/
}
.item-box .details-top {
    position: relative;
    z-index: 1;
    margin: 0 0 5px;
}
.item-box .product-rating-box {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 1;
    background-color: #fff;
    transition: 0.5s ease;
    opacity: 0;
}
.item-box .rating {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
	width: 70px;
    height: 11px;
    margin: auto;
    background: url('../img/rating1.svg') left repeat-x;
}
.item-box .rating div {
    height: 11px;
    background: url('../img/rating2.svg') left repeat-x;
}
.item-box .description {
	display: none;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0 0 5px;
    overflow: hidden;
    font-size: 0;
}
.item-box .price {
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease;
    color: #222;
}
.item-box .price.actual-price {
    margin: 0 12px 0 0;
    color: #c09e6c;
} 
.item-box .old-price {
    font-size: 12px;
    color: #888;
	text-decoration: line-through;
}
.item-box .tax-shipping-info,
.item-box .base-price-pangv {
    display: block;
    font-size: 12px;
}
.item-box .tax-shipping-info a,
.item-box .base-price-pangv a {
    /*text-decoration: underline;
    transition: 0.3s ease;*/
}
.item-box .tax-shipping-info a:hover,
.item-box .base-price-pangv a:hover {
    color: #c09e6c;
}
.item-box .add-info {
    display: none;
}
.item-box .attribute-squares-wrapper {
    display: none;
}

.bestsellers-wrapper {
    padding-bottom: 10px; /*item-box margin replacement*/
}
.product-grid-bestsellers .item-grid {
    border: 1px solid #eee;
    border-width: 1px 0 0 1px;
    background-color: #fff;
}
.product-grid-bestsellers .item-box {
    border: 1px solid #eee;
    border-width: 0 1px 1px 0;
}
.product-grid-bestsellers .product-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px;
}
.product-grid-bestsellers .product-item .picture {
    display: table-cell;
    vertical-align: middle;
    width: 104px;
    border: none;
}
.product-grid-bestsellers .product-item .details {
    display: table-cell;
    /*vertical-align: top;*/
    vertical-align: middle;
    padding-left: 15px;
    text-align: left;
}
.product-grid-bestsellers .item-box .details-top {
    margin-top: 5px;
}
.product-grid-bestsellers .product-title {
    min-height: 36px;
    max-height: 36px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter;
}
.product-grid-bestsellers .product-rating-box {
    display: none;
}
.product-grid-bestsellers .item-box .price {
    font-size: 14px;
}
.product-grid-bestsellers .item-box .old-price {
    font-size: 12px;
}
.product-grid-bestsellers .base-price-pangv {
    display: none;
}
.product-grid-bestsellers .add-info {
    display: block;
}
.product-grid-bestsellers .item-box-overlay {
    display: none;
}
.product-grid-bestsellers .buttons {
    text-align: left;
    font-size: 0;
    white-space: nowrap;
}
.product-grid-bestsellers .buttons button {
    width: 36px;
    height: 36px;
    margin: 0 5px 0 0;
    border: 1px solid #eee;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.product-grid-bestsellers button.product-box-add-to-cart-button {
    background-image: url('../img/product-cart-dark.svg');
}
.product-grid-bestsellers button.add-to-compare-list-button {
    background-image: url('../img/product-compare-dark.svg');
}
.product-grid-bestsellers button.add-to-wishlist-button {
    background-image: url('../img/product-wishlist-dark.svg');
}

.product-list .item-box {
    position: relative;
    float: left;
    width: calc(50% - 5px);
    margin: 0 0 10px 10px;
    border: 1px solid #eee;
    background-color: #fff;
    text-align: center;
}
.product-list .item-box:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.product-list .item-box .details {
    padding: 6px;
}
.product-list .product-title {
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    font-weight: lighter;
}

.product-grid, .product-list,
.bestsellers-wrapper {
	margin: 0 0 50px;
}
.center-2 .product-grid,
.center-2 .product-list {
    margin: 0 0 20px;
}
.product-grid .title {
    border-bottom: 1px dashed #e6e6e6;
    margin: 0 0 20px;
    padding: 15px 0;
    text-align: center;
    color: #aaa;
}
.product-grid .title strong {
    font-size: 30px;
    line-height: 30px;
    font-weight: lighter;
    text-transform: uppercase;
}
.featured-product-grid {
    margin: 0 0 30px;
    border-bottom: 1px dashed #e6e6e6;
    padding: 0 0 20px;
}
.featured-product-grid .title {
	margin: 0 0 20px;
    border-bottom: 1px dashed #e6e6e6;
    padding: 15px 0;
}
.featured-product-grid .title strong {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #aaa;
}
.featured-product-grid .item-box {
    margin: 0 0 10px;
    border: 1px solid #eee;
    background-color: #fff;
}
.featured-product-grid .product-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}
.featured-product-grid .item-box .picture {
    display: table-cell;
    width: 145px;
    border-right: 1px solid #eee;
    vertical-align: middle;
}
.featured-product-grid .item-box .details {
    display: table-cell;
    width: calc(100% - 145px);
    padding: 19px 10px;
    text-align: left;
    vertical-align: middle;
}
.featured-product-grid .details-top {
    margin: 0 0 10px;
    padding: 25px 0 0;
}
.featured-product-grid .product-title {
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    font-weight: lighter;
}
.featured-product-grid .product-rating-box {
    bottom: auto;
    height: 25px;
    opacity: 1;
}
.featured-product-grid .rating {
    right: auto;
    margin: 0;
}

.pager {
    position: relative;
	text-align: center;
}
.pager:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 50%;
    z-index: 1;
    width: 100%; height: 1px;
    border-top: 1px dashed #e6e6e6;
}
.pager ul {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 0;
}
.pager li {
	display: inline-block;
    border: 1px solid #eee;
    border-width: 1px 0 1px 0;
    background-color: #fff;
    vertical-align: middle;
}
.pager li:first-child {
    border-left: 1px solid #eee;
}
.pager li:last-child {
    border-right: 1px solid #eee;
}
.pager li.first-page,
.pager li.previous-page,
.pager li.next-page,
.pager li.last-page {
    width: 12%;
    max-width: 42px;
}
.pager li.previous-page,
.pager li.next-page {
    width: 13%;
    max-width: 46.5px;
}
.pager li.previous-page {
    padding: 0 1% 0 0;
}
.pager li.previous-page a {
    border-right: 1px solid #eee;
}
.pager li.next-page {
    padding: 0 0 0 1%;
}
.pager li.next-page a {
    border-left: 1px solid #eee;
}
.pager li.individual-page,
.pager li.current-page {
    width: 10%;
    max-width: 35px;
}
.pager li.current-page span {
    font-weight: bold;
    color: #c09e6c;
}
.pager li a,
.pager li span {
	display: block;
	height: 55px;
	text-align: center;
	font-size: 16px; /*reset zeroing*/
    line-height: 55px;
	cursor: pointer;
}
.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
    position: relative;
    font-size: 0;
}
.pager li.previous-page a:before,
.pager li.next-page a:before,
.pager li.first-page a:before,
.pager li.last-page a:before {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 8px;
    line-height: 16px;
    color: #000;
    opacity: 0.4;
}
.pager li.previous-page a:before {
    content: "\e902";
}
.pager li.next-page a:before {
    content: "\e901";
}
.pager li.first-page a:before {
    content: "\e920";
}
.pager li.last-page a:before {
    content: "\e921";
}
.pager li.total-summary {
    display: none;
}
.pager li.total-summary:only-child {
    display: inline-block;
    padding: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}


/* PRODUCT PAGE */

.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery-wrapper {
    position: relative;
	margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
}
.gallery .picture {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	font-size: 0;
}
.gallery .picture a {
	display: block;
    position: relative;
	max-width: 100%; /*Ie fix*/
}
.product-page-layout-two 
.gallery .picture a img {
    width: 100%;
}
.gallery .picture-thumbs {
    margin: 10px 10px 0;
	overflow: hidden;
	font-size: 0;
}
.gallery .thumb-item {
	position: relative;
    float: left;
	width: calc(33.3333% - 6.6666px);
	margin: 0 0 10px 10px;
	border: 1px solid #eee;
	overflow: hidden;
	background-color: #fff;
    cursor: pointer;
}
.gallery .thumb-item:nth-child(3n+1) {
    margin-left: 0;
}

.product-social-buttons {
    text-align: center;
    font-size: 0;
}
.product-social-sharing li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
.product-social-sharing a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 0;
}
.product-social-sharing a:before {
    content: "";
    width: 30px;
    font-family: 'pacific';
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}
.product-social-sharing a.facebook {
    background-color: #4a65a2;
}
.product-social-sharing a.twitter {
    background-color: #3abafd;
}
.product-social-sharing a.pinterest {
    background-color: #bd2d45;
}
.product-social-sharing a.google {
    background-color: #e94949;
}
.product-social-sharing a.facebook:before {
	content: "\e910";
}
.product-social-sharing a.twitter:before {
	content: "\e933";
    font-size: 12px;
}
.product-social-sharing a.pinterest:before {
	content: "\e923";
    font-size: 17px;
}
.product-social-sharing a.google:before {
	content: "\e912";
    font-size: 12px;
}

.overview-wrapper {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
}
.overview {
	position: relative;
    padding: 20px;
    text-align: left;
}
.discontinued-product {
	letter-spacing: 1px;
    text-transform: uppercase;
    color: #dd464d;
}
.product-details-page .product-name {
    margin: 20px -10px 0;
    border-bottom: 1px dashed #e6e6e6;
    padding: 10px;
    text-align: center;
}
.product-details-page .product-name h1 {
    font-size: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #aaa;
}
.product-details-page .breadcrumb {
    margin: 10px 0;
    text-align: center;
}
.overview .short-description {
	margin: 0 0 20px;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
}
.product-reviews-overview {
	margin: 0 0 20px;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
}
.product-review-box {
	margin: 0 0 15px;
}
.product-review-box .rating {
	width: 90px;
	height: 15px;
	background: url('../img/rating1-mobile.svg') left repeat-x;
}
.product-review-box .rating div {
	height: 15px; 
	background: url('../img/rating2-mobile.svg') left repeat-x;
}
.product-review-links,
.product-no-reviews {
    font-size: 13px;
    font-weight: normal;
    color: #c09e6c;
}
.product-review-links a,
.product-no-reviews a {
    transition: 0.3s ease;
}
.product-review-links a:hover,
.product-no-reviews a:hover {
    text-decoration: underline;
}

.overview-info-wrapper {
    margin: 0 0 15px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 0 0 15px;
    font-size: 13px;
}
.overview-info-wrapper .value {
    color: #444;
}
.overview-info-wrapper .value a {
    font-weight: normal;
    color: #c09e6c;
}

.overview-info-wrapper > div {
	margin: 10px 0;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 10px 0;
}
.overview .availability,
.variant-overview .availability {
    margin: 0 0 15px;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
}
.overview .availability label,
.variant-overview .availability label {
    display: none;
}
.overview .stock,
.variant-overview .stock {
    position: relative;
    height: 40px;
    padding: 0 0 0 47px;
}
.overview .stock:before,
.variant-overview .stock:before {
    content: "\e92f";
    position: absolute;
    top: 0; left: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    background-color: #c09e6c;
    text-align: center;
    font-family: 'pacific';
    font-size: 20px;
    line-height: 38px;
    color: rgba(0,0,0,.3);
} 
.overview .out-of-stock .stock:before,
.variant-overview .out-of-stock .stock:before {
    content: "\e930";
}
.overview .stock-block,
.variant-overview .stock-block {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.overview .stock-block .value,
.variant-overview .stock-block .value {
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #444;
}
.back-in-stock-subscription {
	font-size: 0;
}
.back-in-stock-subscription button {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #c09e6c;
}
.overview .delivery,
.variant-overview .delivery {
    margin: 0 0 15px;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
}
.overview .delivery label, 
.variant-overview .delivery label {
    display: none;
}
.free-shipping {
	display: inline-block;
    position: relative;
    height: 40px;
    padding: 10px 0 10px 47px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #444; 
}
.free-shipping:before {
    content: "\e92d";
    position: absolute;
    top: 0; left: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    background-color: #c09e6c;
    padding: 0 5px 0 0;
    text-align: center;
    font-family: 'pacific';
    font-size: 19px;
    line-height: 40px;
    color: rgba(0,0,0,.3); 
}
.overview .delivery-date,
.variant-overview .delivery-date {
    display: inline-block;
    position: relative;
    height: 40px;
    padding: 0 0 0 47px;
    vertical-align: middle;
}
.overview .delivery-date:before, 
.variant-overview .delivery-date:before {
    content: "\e90e";
    position: absolute;
    top: 0; left: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%; 
    background-color: #c09e6c;
    text-align: center;
    font-family: 'pacific';
    font-size: 19px;
    line-height: 40px;
    color: rgba(0,0,0,.3); 
}
.overview .delivery-date span,
.variant-overview .delivery-date span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #444;
}
.product-estimate-shipping {
    margin: 20px 0;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
}
.product-estimate-shipping a {
	display: inline-block;
}
.product-estimate-shipping i {
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 0 3px 10px;
	border: solid black;
	border-width: 0 1px 1px 0;
	padding: 3px 3px;
}
.product-estimate-shipping .shipping-loading {
	display: none !important;
}
.product-estimate-shipping .shipping-title {
	margin: 0 0 10px;
	font-size: 14px;
    text-transform: uppercase;
    color: #444;
}
.product-estimate-shipping .shipping-price {
	margin: 0 0 0 5px;
}
.product-estimate-shipping .shipping-date {
	margin: 10px 0 0;
}
.overview-buttons {
    margin: 0 0 15px;
}
.overview-buttons,
.download-sample {
    text-align: center;
}
.overview-buttons div {
	display: inline-block;
    vertical-align: middle;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.download-sample-button {
    width: 45px;
    height: 45px;
    margin: 3px;
    border: none;
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 0;
    transition: 0.3s ease;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url('../img/product-wishlist-grey.svg');
}
.overview .add-to-compare-list-button {
	background-image: url('../img/product-compare-grey.svg');
}
.overview .email-a-friend-button {
    background-image: url('../img/email-a-friend.svg');
}
.download-sample-button {
    display: block;
    background-image: url('../img/download-sample.svg');
}

.attribute,
.rental-attributes {
    margin: 0 0 15px;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
}
.attribute-title,
.attribute-label {
    margin: 0 0 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.attributes select,
.attributes .datepicker {
    width: 100%;
    border: none;
    background-color: #eee;
    background-position: right 17.5px center;
    padding: 0 30px 0 15px;
    color: #444;
}
.attributes option.disabled {
	color: #ccc;
}
.attributes .qty-box-parent {
    position: relative;
	padding-right: 50px;
}
.attributes .qty-box {
	position: absolute;
    top: 0; bottom: 0;
    margin: auto 0 auto 1px;
}
.attributes .qty-box label {
	display: none !important;
}
.attributes .qty-box input {
	width: 45px;
	height: 100%;
    padding: 0;
    text-align: center;
}
.attributes li.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.attributes li.disabled label {
	text-decoration: line-through;
}
.attributes .option-list.radio-list {
    font-size: 0;
}
.attributes .option-list.radio-list li {
    display: inline-block;
    margin: 5px 10px 5px 0;
}
.attributes .option-list input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.attributes .option-list input[type="radio"]:checked ~ label {
    background-color: #c09e6c;
    color: #fff;
}
.attributes .option-list.radio-list label {
    display: block;
    background-color: #eee;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #444;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.attributes .option-list.checkbox-list {
    font-size: 0;
}
.attributes .option-list.checkbox-list li {
    display: block;
}
.attributes .option-list input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.attributes .option-list.checkbox-list label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 21px;
    font-size: 14px;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.attributes .option-list.checkbox-list label:before {
    content: "";
    position: absolute;
    top: 6px; left: 0;
    width: 16px; height: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}
.attributes .option-list input[type="checkbox"]:checked ~ label:before {
    border-color: #c09e6c;
}
.attributes .option-list input[type="checkbox"]:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: 5px; left: 2px;
    width: 15px; height: 15px;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px;
    color: #c09e6c;
}
.rental-attributes .attribute-item {
    margin: 0 0 10px;
}
.attributes .datepicker {
    width: 280px;
    height: 45px;
    background-image: url('../img/date.svg');
    background-position: right 12px center;
    background-repeat: no-repeat;
    text-align: left;
}
.ui-datepicker {
    width: 280px;
    box-shadow: 0 0 20px rgba(2,2,4,.2);
    background-color: #fff;
    padding: 5px;
    text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
    margin: 0 0 5px;
	background-color: #fff;
    color: #c09e6c;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 32px;
	background-color: #eee;
    transition: 0.3s ease;
    font-size: 0;
}
.ui-datepicker-header a:hover {
    background-color: #c09e6c;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
}
.ui-datepicker-header a.ui-datepicker-prev:before {
    content: "\e902";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    font-family: 'pacific';
    font-size: 8px;
    line-height: 32px;
    transition: 0.3s ease;
    color: #aaa;
} 
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
}
.ui-datepicker-header a.ui-datepicker-next:before {
    content: "\e901";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    font-family: 'pacific';
    font-size: 8px;
    line-height: 32px;
    transition: 0.3s ease;
    color: #aaa;
} 
.ui-datepicker-header a:hover:before {
    color: #fff;
} 
.ui-datepicker-title {
	position: relative;
	z-index: 0;
    font-size: 14px;
    line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.ui-datepicker-calendasr th,
.ui-datepicker-calendar td {
	width: 14.285%;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
    min-height: 38px;
    line-height: 38px;
    color: #444;
}
.ui-datepicker-calendar a.ui-state-highlight {
    background: #c09e6c url('../img/calendar-back.png') no-repeat center;
    font-weight: bold;
    color: #fff;
}
.ui-datepicker-calendar a.ui-state-active {
    background-color: #eee;
    font-weight: bold;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
    position: relative;
	margin: 5px;
    text-align: center;
	line-height: normal !important;
}
.attribute-squares label {
	display: block;
	margin: 0 !important;
}
.attribute-squares input {
	position: relative;
	z-index: -1;
    margin: -20px -6px 0;
}
.attribute-squares span {
    display: block;
}
.attribute-square {
    position: relative;
    width: 35px; height: 35px;
    border-radius: 50%;
    cursor: pointer;
}
.attributes .qq-upload-button {
    margin: 5px 0;
    background-color: #c09e6c;
    padding: 10px 0;
    font-weight: bold;
    color: #fff;
}
span[title~="White"] .attribute-square {
    box-shadow: inset 0 0 0 1px #ddd;
}
.selected-value span[title~="White"] > span {
    box-shadow: none;
}
.selected-value .attribute-square:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px; left: -3px;
    right: -3px; bottom: -3px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.selected-value .attribute-square:after {
    content: "\e909";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 12px;
    height: 15px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 14px;
    color: #000;
    opacity: 0.5;
}
.attribute-squares li.disabled {
	position: relative;
	opacity: 1;
}
.attribute-squares li.disabled:after {
	content: "\e90a";
	position: absolute;
	top: 0; bottom: 0;
    left: 0; right: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #ddd;
	background-color: #fff;
	text-align: center;
	font-family: 'pacific';
    font-size: 18px;
	line-height: 35px;
    color: #dd464d;
}
.image-squares .tooltip-container {
    display: none;
	position: absolute;
	bottom: 48px;
	left: -82px;
	width: 200px;
	height: 200px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 10px;
}
.image-squares .tooltip-container:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-width: 10px 10px 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.06));
}
.image-squares li:hover .tooltip-container {
	display: block;
}

.giftcard {
    clear: both;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 0 0 20px;
}
.giftcard div {
	margin: 0 0 20px;
}
.giftcard div:last-child {
    margin: 0;
}
.giftcard label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}
.giftcard input,
.giftcard textarea {
    width: 100%;
    height: 45px;
    border: none;
    background-color: #eee;
    padding: 0 30px 0 15px;
    color: #444;
}
.giftcard textarea {
	height: 150px;
    margin: 0;
    padding: 15px;
}

.overview .prices,
.variant-overview .prices {
	margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-align: left;
}
.overview .rental-price,
.variant-overview .rental-price {
    display: block; 
    margin: 0 0 5px;
}
.overview .product-price,
.variant-overview .product-price {
    display: inline-block;
	font-size: 22px;
    font-weight: bold;
    color: #c09e6c;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    display: inline-block;
    margin: 0 0 0 18px;
	font-size: 18px;
    font-weight: bold;
	text-decoration: line-through;
}
.overview .product-price label,
.variant-overview .product-price label,
.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 .tax-shipping-info,
.overview .base-price-pangv,
.variant-overview .tax-shipping-info,
.variant-overview .base-price-pangv {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    font-weight: normal;
}
.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
    text-decoration: underline;
}

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}
.tier-prices .table-wrapper {
    border: none;
    background-color: transparent;
}
.tier-prices .prices-table {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 13px;
    color: #444;
}
.tier-prices .prices-row {
    float: left;
    width: 50%;
}
.tier-prices .prices-row > div {
    padding: 15px;
    text-align: center;
}
.tier-prices .field-header {
    font-weight: bold;
    text-transform: uppercase;
}
.tier-prices .item-quantity,
.tier-prices .item-price {
    border-top: 1px solid #eee
}
.tier-prices .item-price {
    font-weight: bold;
    color: #c09e6c;
}

.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 0 15px;
}
.customer-entered-price .enter-price-label {
    margin: 0 10px 0 0;
    font-size: 14px;
}
.customer-entered-price .enter-price-input {
    width: 70px;
    height: 45px;
    border: none;
    background-color: #eee;
    text-align: center;
    font-weight: bold;
    color: #444;
}

.overview .add-to-cart,
.variant-overview .add-to-cart {
	margin: 0 0 20px;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 0 0 10px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	position: relative;
    overflow: hidden;
}
.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}
.add-to-cart-qty-wrapper {
    position: relative;
    float: left;
    width: 70px;
    padding: 0 30px 0 0;
}
.add-to-cart-qty-wrapper .qty-input {
    width: 40px;
    height: 50px;
    border: none;
    background-color: #c09e6c;
    padding: 10px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease;
    color: #fff;
}
.add-to-cart-panel:hover .qty-input {
    background-color: #ae864b;
}
.add-to-cart-qty-wrapper .plus,
.add-to-cart-qty-wrapper .minus {
    display: block;
    position: absolute;
    right: 0;
    width: 30px;
    height: 25px;
    background-color: #c09e6c;
    font-size: 0;
    transition: 0.3s ease;
    cursor: pointer;
}
.add-to-cart-qty-wrapper .plus {
    top: 0;
}
.add-to-cart-qty-wrapper .plus:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 11px;
    width: 8px;
    height: 2px;
    background-color: rgba(0,0,0,.3);
}
.add-to-cart-qty-wrapper .plus:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 14px;
    width: 2px;
    height: 8px;
    background-color: rgba(0,0,0,.3);
}
.add-to-cart-qty-wrapper .minus {
    bottom: 0;
}
.add-to-cart-qty-wrapper .minus:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 11px;
    width: 8px;
    height: 2px;
    background-color: rgba(0,0,0,.3);
}
.add-to-cart-panel:hover .add-to-cart-qty-wrapper .plus,
.add-to-cart-panel:hover .add-to-cart-qty-wrapper .minus {
    background-color: #ae864b;
}
.add-to-cart-panel .qty-dropdown {
    float: left;
    width: 70px;
    height: 50px;
    border: none;
    background-color: #c09e6c;
    background-image: url('../img/arrow-semi-transparent.svg');
    text-align: center;
    text-align-last: center;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease;
    color: #fff;
}
.add-to-cart-panel:hover .qty-dropdown {
    background-color: #ae864b;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    display: block;
    float: left;
    width: calc(100% - 71px);
    height: 50px;
    margin: 0 0 0 1px;
    border: none;
    background-color: #c09e6c;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.overview .add-to-cart-panel:hover .add-to-cart-button,
.variant-overview .add-to-cart-panel:hover .add-to-cart-button {
    background-color: #ae864b;
}
.overview .add-to-cart-button span,
.variant-overview .add-to-cart-button span {
    position: relative;
    padding: 0 0 0 20px;
}
.overview .add-to-cart-button span:before,
.variant-overview .add-to-cart-button span:before {
    content: "\e905";
    position: absolute;
    top: -3px; left: -7px;
    font-family: 'pacific';
    font-size: 20px;
    font-weight: normal;
}
.overview .pre-order-availability-date,
.variant-overview .pre-order-availability-date {
	margin: 15px 0 0;
    font-size: 14px;
    font-style: italic;
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}
.full-description {
	clear: both;
	margin: 0 0 20px;
    font-size: 13px;
	line-height: 20px;
}

.product-collateral {
    clear: both;
    margin: 0 0 20px;
}
.product-collateral > div {
	margin: 0 0 20px;
    padding: 20px;
    border: 1px solid #eee;
    background-color: #fff;
}
.product-collateral .title {
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
}
.product-specs-box {
    text-align: left;
}
.product-specs-box thead {
    display: none;
}
.product-specs-box .title strong {
    position: relative;
    padding: 0 0 0 25px;
}
.product-specs-box .title strong:before {
    content: "\e907";
    position: absolute;
    top: 3px; left: 0;
    margin: auto;
    font-family: 'pacific';
    font-size: 11px;
    font-weight: normal;
    color: #aaa;
}
.product-specs-box .table-wrapper {
    margin-bottom: -21px;
    border: none;
}
.product-specs-box .data-table {
    margin: 0;
}
.product-specs-box .data-table td {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #eee;
    border-color: #eee;
    padding: 17px 20px;
    text-align: left;
    font-size: 13px;
    color: #888;
}
.product-specs-box .data-table .spec-value {
    color: #444;
}
.product-specs-box .data-table .spec-value a {
    color: #c09e6c;
}
.product-specs-box .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.product-specs-box .attribute-square {
    width: 20px !important;
    height: 20px !important;
    cursor: default;
}
.product-specs-box .spec-group-name {
    display: none !important;
}
.product-tags-box {
    text-align: left;
}
.product-tags-box .title {
    display: inline;
    margin: 0 25px 0 0;
}
.product-tags-box .title strong {
    position: relative;
    padding: 0 0 0 25px;
}
.product-tags-box .title strong:before {
    content: "\e931";
    position: absolute;
    top: 0; left: 0;
    margin: auto;
    font-family: 'pacific';
    font-size: 16px;
    font-weight: normal; 
    color: #aaa;
}
.product-tags-list {
    display: inline;
}
.product-tags-list ul {
	display: inline;
    font-size: 0;
}
.product-tags-list li {
	display: inline-block;
    margin: 2.5px;
}
.product-tags-list li.separator {
	display: none;
}
.product-tags-list a {
	display: inline-block;
    background-color: #eee;
    padding: 8px 13px;
    font-size: 12px; /*reset zeroing*/
    transition: 0.3s ease;
}
.product-tags-list a:hover {
    background-color: #c09e6c;
    color: #fff;
}

.product-collateral >
div.product-variant-list {
    border: none;
    background-color: transparent;
    padding: 0;
}
.product-variant-line {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 300px;
    max-width: 100%;
	margin: 0 auto 15px;
	border: 1px solid #eee;
	overflow: hidden;
}
.variant-picture:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.variant-picture img {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.variant-overview {
	width: 100%;
    text-align: left;
}
.variant-overview .variant-name {
	margin: 0 0 15px;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
    text-align: center;
	font-size: 16px;
    font-weight: bold; 
    text-transform: uppercase;
    color: #444;
}
.variant-overview .variant-description {
    margin: 0 0 15px;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
}
.variant-overview .attributes select {
    max-width: 400px;
}
.variant-overview-buttons-wrapper {
    overflow: hidden;
}
.variant-overview-buttons {
    float: left;
    width: 55px;
}
.variant-overview .add-to-wishlist-button {
    width: 50px;
    height: 50px;
    margin: 0;
}
.variant-overview .add-to-cart {
    float: left;
    width: calc(100% - 55px);
    max-width: 345px;
}

.ui-tabs .ui-tabs-nav {
    margin: 0 0 -1px;
}
.ui-tabs .ui-tabs-nav li + li {
	margin-top: 5px;
}
.ui-tabs .ui-tabs-nav a {
	display: block;
    position: relative;
    border: 1px solid transparent;
    background-color: #e9e9e9;
	padding: 18px 22px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.2s ease;
}
.ui-tabs .ui-state-active a,
.ui-tabs .ui-state-hover a {
    border: 1px solid #eee;
	background-color: #fff;
	color: #222;
}
.ui-tabs .ui-tabs-panel {
	background-color: #fff;
    border: 1px solid #eee;
    padding: 25px 20px;
    animation: fadein 0.3s;
}
.ui-tabs p:first-child {
    margin-top: 0;
}
.ui-tabs p:last-child {
    margin-bottom: 0;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}


/* ESTIMATE SHIPPING */

.estimate-shipping-popup {
	position: relative;
	max-width: 800px;
	margin: auto;
	background-color: #fff;
	padding: 25px;
	transform: scale(0.8);
	transition: all 0.2s ease;
	opacity: 0;
}
.estimate-shipping-popup strong {
	visibility: hidden;
}
.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-bg {
    background-color: rgba(102,102,102,.9);
    opacity: 0.95;
}
.estimate-shipping-popup-zoom-in.mfp-ready {
    z-index: 1750;
}
.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 .shipping-address {
    max-width: none;
	margin: 10px 0 0;
}
.mfp-container .address-item + div {
	padding: 0 0 0 15px;
}
.mfp-container .address-item .required {
    top: 0;
}
.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: 1px solid #eee;
	border-collapse: collapse;
}
.mfp-container .shipping-option {
	display: table-row;
	font-size: 13px;
	cursor: pointer;
}
.mfp-container .shipping-option.active {
    font-weight: bold;
    color: #333;
}
.mfp-container .shipping-option > div {
	display: table-cell;
	border-top: 1px solid #eee;
	padding: 13px 11px;
}
.mfp-container .shipping-item {
	border-right: 1px solid #eee;
	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%;
	background-color: #fff;
	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 {
	margin: 5px 0;
    border: none;
    background-color: #c09e6c;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s ease;
    text-transform: uppercase;
    color: #fff;
}
.mfp-container .apply-shipping-button:hover {
    background-color: #ae864b;
}

.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 {
        margin-top: 15px;
		padding: 0;
	}
}


/* PRODUCT REVIEWS */

.product-reviews-page h1 a {
    transition: 0.3s ease;
    color: #c09e6c;
}
.product-reviews-page h1 a:hover {
    color: #ae864b;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .page-body {
    max-width: 900px;
    margin: auto;
}
.product-reviews-page .title {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444; 
}
.write-review {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
}
.write-review form { 
    max-width: 500px;
    margin: 0 auto 30px;
}
.write-review .form-fields {
	margin: 0 0 20px;
}
.write-review .review-rating {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.review-rating + .review-rating {
    margin-top: 10px;
}
.write-review .review-rating ul {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    max-width: 100px;
    margin: auto;
}
.write-review .review-rating label {
    display: block;
    float: left;
    width: calc(50% - 50px);
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
}
.review-rating ul {
    vertical-align: middle;
    font-size: 0;
}
.write-review .review-rating li {
	display: inline-block;
	overflow: hidden;
    vertical-align: middle;
    font-size: 15px;
    color: #909090;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}
.write-review .review-rating li.first,
.write-review .review-rating li.last {
    display: none;
}
.write-review .review-rating li.rating-options {
    margin: 0 5px;
    font-size: 0;
}
.write-review .rating-options .vote-star {
    display: inline-block;
    width: 18px;
    height: 15px;
    margin: 0;
    background: url('../img/write-review-rating2.svg') no-repeat center;
    font-size: 0;
    cursor: pointer;
}
.write-review .rating-options input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.write-review .rating-options input[type='radio']:checked ~ label {
    background-image:  url('../img/write-review-rating1.svg');
}
.write-review .rating-options input[type='radio']:checked  + label {
    background-image:  url('../img/write-review-rating2.svg');
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
    display: block;
    width: 100%;
    border: none;
    background-color: #c09e6c;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold; 
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.write-review .button-1:before {
    content: "\e929"; 
    display: inline-block;
    margin: 0 7px 0 0;
    vertical-align: text-bottom;
    font-family: 'pacific';
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
}
.write-review .button-1:hover {
    background-color: #ae864b;
}
.write-review .message-error {
	margin: 0 0 20px;
}

.product-review-list {
    margin: 0 0 20px;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
}
.product-review-item {
	margin: 25px 0 55px;
}
.product-review-item:last-child {
    margin-bottom: 25px;
}
.product-review-item .review-item-head {
	margin: 0 0 15px;
    overflow: hidden;
}
.product-review-item .product-review-box {
    margin: 0 0 15px;
}
.product-review-item .product-review-box.additional {
    display: none;
}
.product-review-item .product-review-box .rating {
	width: 70px;
	height: 11px;
    margin: auto;
	background: url('../img/rating1.svg') left repeat-x;
}
.product-review-item .product-review-box .rating div {
	height: 11px; 
	background: url('../img/rating2.svg') left repeat-x;
}
.product-review-item .review-title {
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
}
.product-review-item .review-info {
    margin: 0 0 10px;
}
.product-review-item .review-info label {
    display: none;
}
.product-review-item .review-info .user {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #c09e6c;
}
.product-review-item .review-info .user:before {
    content: "\e91e";
    position: absolute;
    top: 0; bottom: 0;
    left: 0; margin: auto;
    font-family: 'pacific';
    font-size: 16px;
    font-weight: normal;
    color: #888;
}
.product-review-item .review-info a.user:hover {
    color: #ae864b;
}
.product-review-item .review-info .date {
    position: relative;
    padding: 0 0 0 22px;
    font-size: 14px;
    color: #444;
}
.product-review-item .review-info .user + .date {
    margin: 0 0 0 30px;
}
.product-review-item .review-info .date:before {
    content: "\e90e";
    position: absolute;
    top: 1px; bottom: 0;
    left: 0; margin: auto;
    font-family: 'pacific';
    font-size: 16px;
    font-weight: normal;
    color: #888;
}
.product-review-item .review-text {
    margin: 0 0 20px;
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
}
.product-review-item .review-avatar {
    display: none;
    font-size: 0;
    line-height: normal;
}
.product-review-item .review-avatar a {
    display: block;
}
.product-review-helpfulness {
    font-size: 0;
}
.product-review-helpfulness .question,
.product-review-helpfulness .vote-stats {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
}
.product-review-helpfulness .question {
    margin: 0 7px 0 0;
}
.product-review-helpfulness .result {
    display: block;
	margin: 10px 0 0;
    font-size: 12px; /*reset zeroing*/
}
.product-review-helpfulness .vote-options {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.product-review-helpfulness .vote-options .vote {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 2.5px;
    border: 1px solid #eee;
    vertical-align: middle;
    transition: 0.3s ease;
    cursor: pointer;
}
.product-review-helpfulness .vote-options .vote:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
}
.product-review-helpfulness .vote-options .vote:before {
    content: "";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 8px;
    height: 2px;
    background-color: #c09e6c;
    margin: auto;
    transition: 0.3s ease;
}
.product-review-helpfulness .vote-options .vote:first-child:after {
    content: "";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 2px;
    height: 8px;
    margin: auto;
    background-color: #c09e6c;
    transition: 0.3s ease;
}
.product-review-helpfulness .vote-options .vote:hover:before,
.product-review-helpfulness .vote-options .vote:first-child:hover:after {
    background-color: #fff;
}
.product-review-helpfulness .vote-stats {
    margin: 0 0 0 7px;
}
.product-review-item .reply {
    margin: 20px 0 0;
    border: 1px dashed #e6e6e6;
    padding: 20px;
    font-size: 13px;
    line-height: 25px;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
    text-transform: uppercase;
    color: #444;
}


/* WISHLIST & COMPARE LIST */

.wishlist-content {
    min-height: 300px;
}
.wishlist-content .message-error {
    margin: 0 0 10px;
}
.wishlist-info {
    max-width: 480px;
    margin: auto;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 12px;
}
.wishlist-content .tax-shipping-info {
    margin: 20px 0 0;
    text-align: center;
    color: #aaa;
}
.wishlist-content .buttons {
    margin: 0 0 30px;
    font-size: 0;
}
.wishlist-content .button-2 {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #888;
}
.wishlist-content .button-2:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
    color: #fff;
}
.wishlist-content .button-2:before {
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
    font-family: 'pacific';
    line-height: 16px;
    font-weight: normal;
    color: #000;
    opacity: 0.6;
}
.wishlist-content .wishlist-add-to-cart-button:before {
    content: "\e905";
    font-size: 17px;
}
.wishlist-content .update-wishlist-button:before {
    content: "\e93f";
    font-size: 16px;
}
.wishlist-content .email-a-friend-wishlist-button:before {
    content: "\e914";
    font-size: 12px; 
}
.wishlist-content .wishlist-add-to-cart-button {
    border-color: #c09e6c;
    background-color: #c09e6c;
    color: #fff;
}
.wishlist-content .button-2.wishlist-add-to-cart-button:hover {
    border-color: #ae864b;
    background-color: #ae864b;
}
.wishlist-page .share-info {
    text-align: center;
    font-size: 14px;
}
.wishlist-page .share-label {
    display: block;
    position: relative;
    padding: 0 0 35px;
}
.wishlist-page .share-label:before {
    content: "\e940";
    position: absolute;
    left: 0; right: 0;
    bottom: 10px;
    font-family: 'pacific';
    font-size: 18px;
    color: #ccc;
}
.wishlist-page .share-info a {
    display: block;
    margin: 0 0 5px;
    overflow: hidden;
    font-weight: bold;
    color: #c09e6c;
}
.wishlist-page .no-data,
.compare-products-page .no-data,
.shopping-cart-page .no-data{
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}

.compare-products-page {
    position: relative;
    overflow: hidden;
}
.compare-products-page .clear-list {
	display: inline-block;
    position: relative;
	margin: 0 0 20px;
    padding: 5px 0 5px 18px;
    text-align: center;
	font-weight: bold;
    text-transform: uppercase;
    color: #c09e6c;
}
.compare-products-page .clear-list:before {
    content: "\e941";
    position: absolute;
    top: 2px; left: 0;
    font-family: 'pacific';
    font-size: 17px;
    font-weight: normal;
    color: #888;
}
.compare-products-table {
	display: none;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .remove-button {
    width: 100%;
    border: none;
    background-color: #eee;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #888;
}
.compare-products-page .remove-button:hover {
    background-color: #c09e6c;
    color: #fff;
}
.compare-products-page .remove-button span {
    position: relative;
    padding: 0 0 0 17px;
}
.compare-products-page .remove-button span:before {
    content: "\e941";
    position: absolute;
    top: -3px; left: 0;
    font-family: 'pacific';
    font-size: 17px;
    font-weight: normal;
}
.compare-products-table .full-description {
	display: none;
}
.compare-products-page .product-picture a {
    display: block;
    position: relative;
}
.compare-products-page .product-picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.compare-products-page .product-picture a img {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-page .product-name a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    transition: 0.3s ease;
    color: #444;
}
.compare-products-page .product-name a:hover {
    color: #c09e6c;
} 
.compare-products-page .product-price {
    font-size: 14px;
    font-weight: bold;
    color: #444;
}
.compare-products-page .specification a {
    font-weight: bold;
    color: #c09e6c;
}
.compare-products-page .attribute-squares {
    display: inline-block;
    vertical-align: middle;
}
.compare-products-page .attribute-square {
    width: 20px;
    height: 20px;
    cursor: default;
}
.compare-products-mobile .product-picture {
    display: table;
    width: 100%;
}
.compare-products-mobile .product-picture > ul {
    display: table-row;
}
.compare-products-mobile .product-picture li {
    display: table-cell;
}
.compare-products-mobile .compare-section > .title {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;   
}
.compare-products-mobile .compare-section {
    margin: 0 0 10px;
    border: 1px solid #eee;
}
.compare-products-mobile .compare-section.product a,
.compare-products-mobile .description .item,
.compare-products-mobile .price .item,
.compare-products-mobile .specification .item,
.compare-products-mobile .full-description .item {
    display: block;
    border-top: 1px solid #eee;
    background-color: #fff;
    padding: 7px;
    text-align: center;
}


/* TOPICS */

.topic-block {
	margin: 20px;
}
.topic-page a {
    font-weight: bold;
    color: #c09e6c;
}
.topic-password form,
.topic-page .page-body,
.not-found-page .page-body,
.registration-result-page .page-body {
    max-width: 900px;
    margin: auto;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 26px;
}
.home-page-welcome-message {
    margin: 0 0 50px;
    text-align: center;
}
.home-page .topic-block {
	margin: 0;
    color: #aaa;
}
.home-page .topic-block-title h2 {
    margin: 0 0 20px;
    border-bottom: 1px dashed #e6e6e6;
    padding: 15px 0;
	font-size: 30px;
    font-weight: lighter;
    text-transform: uppercase;
}
.home-page .topic-block-body {
    /*text-align: justify;*/
    font-size: 14px;
    line-height: 26px;
}
.popup-window .topic-page {
	padding: 15px;
}

.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #444;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form #password {
	float: left;
	width: 200px;
	height: 45px;
}
.enter-password-form .button-1 {
	float: left;
	width: auto;
	height: 45px;
	border: none;
	background-color: #c09e6c;
	padding: 0 20px;
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.password-error {
	margin: 0 0 10px;
}

.not-found-page p {
	margin: 30px 0;
}
.not-found-page strong {
    color: #666;
}


/* CONTACT & EMAIL A FRIEND */

.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
    max-width: 900px;
    margin: auto;
    border: 1px solid #eee;
    background-color: #fff;
    font-size: 14px;
    line-height: 26px;
}
.contact-page .topic-block,
.email-a-friend-page .topic-block,
.apply-vendor-page .topic-block {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.contact-page .topic-block-title h2,
.email-a-friend-page .topic-block-title h2,
.apply-vendor-page .topic-block-title h2 {
    margin: 0 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
}
.contact-page .fieldset,
.email-a-friend-page .fieldset,
.apply-vendor-page .fieldset {
    margin: 0;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
    max-width: 750px;
    margin: auto;
    padding: 20px;
}
.contact-page .inputs,
.email-a-friend-page .inputs,
.apply-vendor-page .inputs {
    max-width: none;
}
.contact-page .inputs label,
.email-a-friend-page .inputs label,
.apply-vendor-page .inputs label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
    border-top: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c09e6c;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
    background-color: #ae864b;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
    margin: 0 0 10px;
}
.contact-page .result,
.email-a-friend-page .result,
.apply-vendor-page .result {
    padding: 20px;
    text-align: center;
}

.email-a-friend-page .title {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.email-a-friend-page .title h2 {
	font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c09e6c;
}

.apply-vendor-page input[name="uploadedFile"] {
    float: left;
}
.apply-vendor-page .terms-of-service input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.apply-vendor-page .terms-of-service label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 21px;
    font-size: 14px;
    line-height: 30px;
    color: #444; cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.apply-vendor-page .terms-of-service label:before {
    content: "";
    position: absolute;
    top: 6px; left: 0;
    width: 16px; height: 16px;
    border: 1px solid #aaa;
    border-radius: 50%;
}
.apply-vendor-page input:checked ~ label:before {
    border-color: #c09e6c;
}
.apply-vendor-page input:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: 5px; left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px;
    color: #c09e6c;
}
.apply-vendor-page .terms-of-service .read {
    font-size: 14px;
    color: #c09e6c;
    cursor: pointer;
}


/* REGISTRATION, LOGIN */

.registration-page .fieldset,
.registration-page .buttons {
    max-width: 900px;
    margin: 0 auto 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.registration-page .fieldset .title {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.registration-page .inputs > label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.gender {
    display: block;
    text-align: left;
    font-size: 0;
}
.gender span {
	display: inline-block;
	padding: 0 30px 0 0;
}
.gender input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.gender label {
    display: inline-block;
    position: relative;
    height: 45px;
    margin: 0;
    padding: 0 0 0 55px;
    font-size: 14px;
    line-height: 45px;
    font-weight: bold;
    color: #888; cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gender label:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 45px;
    height: 45px;
    border: 2px solid #eee;
    border-radius: 50%;
    background: #eee no-repeat center bottom;
}
.gender .male label:before {
    background-image: url('../img/male.svg');
}
.gender .female label:before {
    background-image: url('../img/female.svg');
}
.gender input[type="radio"]:checked ~ label {
    color: #444;
}
.gender input[type="radio"]:checked ~ label:before {
    border-color: #c09e6c;
}

.date-of-birth select {
	width: calc(33.3333% - 6.6666px); /*always single line*/
}
.date-of-birth select + select {
	margin: 0 0 0 10px;
}

#check-availability-button {
    display: block;
    position: relative;
    margin: 15px auto 0;
    border: none;
    background-color: transparent;
    padding: 5px 10px 5px 22px;
    font-weight: bold;
    transition: 0.3s ease;
    color: #c09e6c;
}
#check-availability-button:before {
    content: "\e91e";
    position: absolute;
    top: 0; bottom: 0;
    left: 0; margin: auto;
    width: 17px; height: 17px;
    font-family: 'pacific';
    font-size: 17px;
    font-weight: normal;
    color: #444;
}
#check-availability-button:hover {
    color: #ae864b;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 14px;
}
#username-availabilty:empty {
	display: none;
}

.vat-status, .vat-note {
	display: block;
	margin: 10px 0 0;
	text-align: left;
	font-size: 13px; /*reset zeroing*/
    white-space: normal;
	font-weight: normal;
    color: #444;
}
.vat-status em, .vat-note em {
    font-style: normal;
}

.accept-privacy-policy {
    text-align: center;
    line-height: 32px;
}
.buttons .accept-privacy-policy {
    margin: 0 0 20px;
}
.accept-privacy-policy input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.accept-privacy-policy input ~ label {
    display: inline-block;
    position: relative;
    height: auto; margin: 0;
    padding: 0 0 0 21px;
    font-size: 14px;
    line-height: 30px;
    color: #444; cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.accept-privacy-policy input ~ label:before {
    content: "";
    position: absolute;
    top: 6px; left: 0;
    width: 16px; height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.accept-privacy-policy input:checked ~ label:before {
    border-color: #c09e6c;
}
.accept-privacy-policy input:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: 5px; left: 2px;
    width: 15px; height: 15px;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px; 
    color: #c09e6c;
}
.accept-privacy-policy .read {
	font-size: 14px;
    font-weight: bold;
    color: #c09e6c;
    cursor: pointer;
    transition: 0.3s ease;
}
.accept-privacy-policy .read:hover {
    color: #ae864b;
}

.registration-page .buttons {
    text-align: center;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
    width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c09e6c;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover,
.user-agreement-page .button-1:hover {
    background-color: #ae864b;
}

.registration-result-page .page-body,
.account-activation-page .page-body {
    text-align: center;
}
.registration-result-page .result,
.account-activation-page .result {
    margin: 0 0 20px;
}

.login-page .login-tabs {
    max-width: 900px;
    margin: 0 auto 40px;
}
.login-page .login-tabs .login-tabs-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: transparent;
}
.login-page .login-tabs .login-tabs-header li {
    display: table-cell;
    vertical-align: bottom;
    overflow: hidden;
}
.login-page .login-tabs .login-tabs-header li:after {
    display: none; /*reset ui-tabs style*/
}
.login-page .login-tabs .login-tabs-header a {
    display: block;
    margin: 0 2.5px 0 0;
    padding: 20px;
    color: #888;
}
.login-page .login-tabs .login-tabs-header strong {
    position: relative;
    padding: 0 0 0 23px;
}
.login-page .login-tabs .login-tabs-header strong:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-family: 'pacific';
    font-size: 15px;
    font-weight: normal;
    color: #888;
}
.login-page .login-tabs .login-tabs-header .login strong:before {
    content: "\e91e";
}
.login-page .login-tabs .login-tabs-header .register strong:before {
    content: "\e929";
}
.login-page .login-tabs .login-tabs-header li:last-child a {
    margin: 0 0 0 2.5px;
}
.login-page .login-tabs .login-tabs-header li.ui-state-active a {
    border-bottom-color: transparent;
    color: #c09e6c;
}
.login-page .login-tabs .login-tabs-header li:not(.ui-tabs-active) a {
    /*bottom: -1px;*/
}
.login-page .login-tabs .login-tabs-block {
    border: 1px solid #eee;
    padding: 20px;
}
.login-page .fieldset {
    margin: 0;
}
.login-page .text {
	margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}
.login-page .topic-block {
    display: inline-block;
    text-align: left;
    margin: 0;
}
.login-page .topic-block strong:first-child {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #444;
}
.login-page .topic-block ul li {
    position: relative;
    padding: 3px 0 3px 35px;
}
.login-page .topic-block ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 12px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 50%;
    background-color: #c09e6c;
}
.login-page .inputs.login-field {
    position: relative;
    background: #eee;
}
.login-page .inputs.login-field:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: #dadada;
    text-align: center;
    font-family: 'pacific';
    font-size: 20px;
    line-height: 50px;    
    pointer-events: none;
}
.login-page .inputs.login-field.username:before {
    content: "\e91e";
} 
.login-page .inputs.login-field.email:before {
    content: "\e914";
    font-size: 14px;
} 
.login-page .inputs.login-field.password:before {
    content: "\e942";
    font-size: 22px;
}
.login-page .inputs.login-field input {
    height: 50px;
    position: relative;
    z-index: 1;
    padding: 0 15px 0 60px; 
}
.login-page .inputs.reversed {
    overflow: hidden;
}
.login-page .inputs.reversed input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.login-page .inputs.reversed input ~ label {
    display: inline-block;
    position: relative;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 10px 0 21px;
    font-size: 14px;
    line-height: 30px;
    color: #444; cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login-page .inputs.reversed  input ~ label:before {
    content: "";
    position: absolute;
    top: 6px; left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.login-page .inputs.reversed input:checked ~ label:before {
    border-color: #c09e6c;
}
.login-page .inputs.reversed input:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: 5px; left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px;
    color: #c09e6c;
}
.login-page .inputs.reversed .forgot-password {
    float: right;
}
.login-page .inputs.reversed .forgot-password a {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    transition: 0.3s ease;
    color: #c09e6c;
}
.login-page .inputs.reversed .forgot-password a:hover {
    color: #ae864b;
}
.login-page .buttons, 
.password-recovery-page .buttons {
    margin: 0 -20px -20px;
    border-top: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 0;
}
.checkout-as-guest-or-register-block .buttons {
    padding-bottom: 20px;
}
.checkout-as-guest-or-register-block .buttons .button-1 {
    margin: 0 5px 5px;
}
.login-page .buttons .checkout-as-guest-button {
    border: 1px solid #eee;
    background-color: #fff;
    transition: 0.3s ease;
    color: #888;
}
.login-page .buttons .checkout-as-guest-button:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
    color: #fff;
}
.login-page .page-body > .topic-block {
    display: block;
    max-width: 900px;
    margin: 0 auto 40px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.login-page .page-body > .topic-block .topic-block-title {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.login-page .page-body > .topic-block .topic-block-title h2 {
    font-size: 16px;
}
.login-page .page-body > .topic-block .topic-block-body {
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}

.external-authentication {
    display: block;
    max-width: 900px;
    margin: 0 auto 40px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.external-authentication .title {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.external-authentication .buttons {
    margin: 0;
    border: none;
    padding: 0 0 5px !important;
}
.password-recovery-page .page-body {
    max-width: 900px;
    margin: 0 auto 40px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.password-recovery-page .tooltip {
    margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}
.password-recovery-page .inputs label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.password-recovery-page .result {
    margin: 0 0 15px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}


/* ACCOUNT PAGES */

.account-page .edit-address,
.account-page .edit-address + .buttons {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.account-page .edit-address .inputs > label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.account-page .edit-address + .buttons {
    text-align: center;
}
.account-page .description {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.account-page .no-data {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.account-page .message-error {
    margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
}

.html-account-page .side-2 {
    margin: 0 0 20px;
}
.html-account-page .block {
    border: 1px solid #eee;
    background-color: #fff;
}
.html-account-page .block .title {
    border: none;
    background-color: #c09e6c;
}
.html-account-page .block .title:after,
.html-account-page .block .title strong {
    color: #fff;
}
.html-account-page .block .listbox {
    border-top: 1px solid #eee;
    border-bottom: none;
}

.customer-info-page .fieldset,
.customer-info-page .buttons {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;    
}
.customer-info-page .fieldset .title {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.customer-info-page .buttons {
    text-align: center;
}
.customer-info-page .inputs > label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.add-more-external-records {
    text-align: center;
    font-size: 14px;
    line-height: 27px;
}
.add-more-external-records a {
    font-weight: bold;
    color: #c09e6c;
    transition: 0.3s ease;
}
.add-more-external-records a:hover {
    color: #ae864b;
}

.account-page .button-2 {
    position: relative;
    border: none;
    background-color: transparent;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #c09e6c;
}
.account-page .button-2:hover {
    color: #ae864b;
}
.account-page .data-table td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.account-page .data-table a {
    transition: 0.3s ease;
}
.account-page .data-table a:hover {
    color: #c09e6c;
}
.account-page .data-table .download a {
    position: relative;
    padding: 0 0 0 22px;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #c09e6c;
}
.account-page .data-table .download a:hover {
    color: #ae864b;
}
.account-page .data-table .download a:before {
    content: "\e903";
    display: block;
    position: absolute;
    top: 2px; bottom: 0; left: 0;
    width: 12px; height: 12px;
    border-bottom: 1px solid rgba(0,0,0,.5);
    text-align: center;
    font-family: 'pacific';
    font-size: 9px;
    line-height: 12px;
    font-weight: normal;
    color: #000; opacity: 0.3;
    transition: 0.3s ease;
}
.account-page .data-table .download a:hover:before {
    opacity: 0.5;
}

.email-to-revalidate,
.email-to-revalidate-note {
    display: inline-block;
    margin: 10px 5px;
    vertical-align: top;
    font-size: 13px; /*reset zeroing*/
    white-space: normal;
}

.address-list-page .address-item,
.order-list-page .order-item,
.return-request-list-page .request-item {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    text-align: center;
}
.address-list-page .address-item .title,
.order-list-page .order-item .title,
.return-request-list-page .request-item .title {
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.order-list-page .order-item .title,
.return-request-list-page .request-item .title {
    margin: 0 0 20px;
    padding: 20px;
}
.address-list-page .address-item .title strong,
.order-list-page .order-item .title strong,
.return-request-list-page .request-item .title strong {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
}
.address-list-page .address-item .title strong {
    position: relative;
    padding: 50px 0 0;
}
.address-list-page .address-item .title strong:before {
    content: "\e943";
    position: absolute;
    top: 5px; left: 0; right: 0;
    font-family: 'pacific';
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
    opacity: 0.3;
}
.address-list-page .address-item .info,
.order-list-page .order-item .info,
.return-request-list-page .request-item .details {
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
}
.address-list-page .address-item .info li,
.order-list-page .order-item .info li,
.return-request-list-page .request-item .details li {
    padding: 2.5px 0;
}
.order-list-page .order-item .info,
.return-request-list-page .request-item .details {
    margin: 0 0 20px;
}
.address-list-page .address-item .buttons,
.order-list-page .order-item .buttons {
    border-top: 1px solid #eee;
    padding: 10px;
}
.address-list-page .button-2,
.order-list-page .button-2 {
    margin: 0 7px;
    padding: 7px 10px 7px 30px;
}
.address-list-page .button-2:before,
.order-list-page .button-2:before {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    left: 0; width: 30px;
    text-align: center;
    font-family: 'pacific';
    line-height: 30px;
    font-size: 15px;
    font-weight: normal;
    color: #000; opacity: 0.3;
    transition: 0.3s ease;
}
.address-list-page .button-2:hover:before,
.order-list-page .button-2:hover:before {
    opacity: 0.5;
}
.button-2.edit-address-button:before {
    content: "\e929";
}
.button-2.delete-address-button:before {
    content: "\e941";
}
.button-2.order-details-button:before {
    content: "\e929";
    font-size: 16px;
}
.button-2.return-items-button:before {
    content: "\e93f";
    font-size: 16px;
}
.address-list-page .add-button button {
    position: relative;
    max-width: none;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 70px 30px 30px;
    font-size: 16px;
    color: #444;    
}
.address-list-page .add-button button:before {
    content: "\e94a";
    position: absolute;
    top: 20px;
    right: 0; left: 0;
    font-family: 'pacific';
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #000; opacity: 0.3;
    transition: 0.3s ease;
}
.address-list-page .add-button button:hover:before {
    opacity: 0.5;
}
.address-list-page .add-button button:hover {
    background-color: #fff;
    color: #c09e6c;
}

.recurring-payments .title {
    position: relative;
    margin: 0;
    border: 1px solid #eee;
    border-bottom: none;
    background-color: #fff;
    padding: 60px 20px 20px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
}
.recurring-payments .title:before {
    content: "\e939";
    position: absolute;
    top: 15px;
    right: 0; left: 0;
    font-family: 'pacific';
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
    opacity: 0.3;
}
.recurring-payments .initial-order a {
    color: #c09e6c;
    transition: 0.3s ease;
}
.recurring-payments .initial-order a:hover {
    color: #ae864b;
}

.return-request-list-page a {
    font-weight: bold;
    color: #c09e6c;
    transition: 0.3s ease;
}
.return-request-list-page a:hover {
    color: #ae864b;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}
.return-request-list-page .comments label {
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
}

.downloadable-products-page .data-table .date {
    white-space: nowrap;
}
.downloadable-products-page .data-table label {
    display: none;
}

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    padding: 20px 0;
    text-align: center;
}
.user-agreement-page .buttons {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.user-agreement-button[disabled] {
    opacity: 0.3;
}

.account-page .subscription-list .select-boxes label {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.account-page .subscription-list .select-boxes input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.account-page .subscription-list .select-boxes label:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 16px; height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.account-page .subscription-list .select-boxes input:checked ~ label:before {
    border-color: #c09e6c;
}
.account-page .subscription-list .select-boxes input:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: -1px; left: 2px;
    width: 15px; height: 15px;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px;
    color: #c09e6c;
}
.account-page .subscription-list .data-table {
    margin: 0;
}
.account-page .subscription-list .data-table th,
.account-page .subscription-list .data-table td {
    padding: 20px;
}
.account-page .subscription-list .data-table .product,
.account-page .subscription-list .data-table .info {
    padding-left: 0;
}
.subscription-list .buttons {
    margin: 20px 0;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.reward-points-overview {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.reward-points-history .title {
    position: relative;
    margin: 0;
    border: 1px solid #eee;
    border-bottom: none;
    background-color: #fff;
    padding: 60px 20px 20px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
}
.reward-points-history .title:before {
    content: "\e947";
    position: absolute;
    top: 15px;
    left: 0; right: 0;
    font-family: 'pacific';
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
    opacity: 0.3;
}
.reward-points-history .data-table label {
    display: none;
}
.reward-points-history .data-table td.message {
    font-weight: normal;
}
.reward-points-history .data-table td.points,
.reward-points-history .data-table td.points-balance {
    font-weight: bold;
}
.reward-points-history .pager {
    margin: 40px 0;
}

.change-password-page .fieldset {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.change-password-page .inputs > label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.change-password-page .buttons {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px; 
    text-align: center;
}
.change-password-page .result {
    margin: 0 0 10px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

.avatar-page .message-error {
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
}
.avatar-page .fieldset {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.avatar-page .image {
    margin: 0 0 20px;
    line-height: 0;
}
.avatar-page .image img {
    border: 1px solid #eee;
}
.avatar-page input[type="file"] {
	overflow: hidden;
}
.avatar-page .buttons {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 0;
}
.avatar-page button {
    max-width: 200px;
    margin: 5px;
}
.avatar-page .button-2 {
    width: 100%;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.avatar-page .button-2:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
    color: #fff;
}
.avatar-page .info {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

.my-product-reviews-list-page .review-product-info {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 25px;
}
.my-product-reviews-list-page .review-product-info a {
    font-weight: bold;
    color: #c09e6c;
    transition: 0.3s ease;
}
.my-product-reviews-list-page .review-product-info a:hover {
    color: #ae864b;
}

.vendorinfo-page .fieldset {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.vendorinfo-page .inputs > label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.vendorinfo-page .vendor-picture {
    margin: 10px 0 0;
    text-align: center;
}
.vendorinfo-page .vendor-picture img {
	display: block;
	margin: 0 auto 20px;
}
.vendorinfo-page .remove-picture-button {
    background-color: #c09e6c;
    padding: 10px 15px;
    color: #fff;
}
.vendorinfo-page .remove-picture-button:hover {
    background-color: #ae864b;
    color: #fff;
}
.vendorinfo-page .buttons {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 0;
}

.gdpr-tools-page .text {
    margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.gdpr-tools-page .buttons {
    text-align: center;
}

.check-gift-card-balance-page .form-fields {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.check-gift-card-balance-page .inputs > label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.check-gift-card-balance-page .buttons {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px; 
    text-align: center;
}
.check-gift-card-balance-page .result {
    margin: 0 0 10px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}


/* SHOPPING CART */

.order-progress {
	margin: -10px -10px 20px;
    background-color: #eee;
    padding: 20px 0;
	text-align: center;
}
.order-progress ul {
    display: table;
    width: 100%;
}
.order-progress li {
	display: table-cell;
}
.order-progress a {
	display: block;
    position: relative;
    width: 100%;
    height: 50px;
    border-left: 1px solid #eee;
    background-color: #f7f7f7;
	font-size: 0; /*reset zeroing*/
}
.order-progress li a:before {
    content: "\e93c";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    text-align: center;
    font-family: 'pacific';
    font-size: 15px;
    line-height: 50px;
    font-weight:normal;
    color: #c09e6c;
}
.order-progress li a span {
    display: none;
}
.order-progress li.active-step a {
    cursor: pointer;
}
.order-progress li.current-step a {
    background-color: #c09e6c;
}
.order-progress li.inactive-step a {
    cursor: default;
}
.order-progress li.current-step a:before {
    color: #000;
    opacity: 0.5;
}
.order-progress li.inactive-step a:before {
    color: #000;
    opacity: 0.3;
}
.order-progress li.current-step.cart-step a:before, 
.order-progress li.inactive-step.cart-step a:before {
    content: "\e905";
    font-size: 22px;
}
.order-progress li.current-step.address-step a:before, 
.order-progress li.inactive-step.address-step a:before {
    content: "\e943";
    font-size: 24px;
}
.order-progress li.current-step.shipping-step a:before, 
.order-progress li.inactive-step.shipping-step a:before {
    content: "\e94b";
    font-size: 22px;
}
.order-progress li.current-step.payment-step a:before, 
.order-progress li.inactive-step.payment-step a:before {
    content: "\e94c";
    margin: 5px 0 0;
    font-size: 24px;
    line-height: 45px;
}
.order-progress li.current-step.confirm-step a:before, 
.order-progress li.inactive-step.confirm-step a:before {
    content: "\e94d";
    font-size: 22px;
}
.order-progress li.current-step.complete-step a:before, 
.order-progress li.inactive-step.complete-step a:before {
    content: "\e94e";
    font-size: 22px;
}

.cart-content > .tax-shipping-info {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.cart-content > .tax-shipping-info a {
    font-weight: bold;
    color: #c09e6c;
    transition: 0.3s ease;
}
.cart-content > .tax-shipping-info a:hover {
    color: #ae864b;
}

.remove-discount-button,
.remove-gift-card-button {
    float: right;
    width: 25px;
    height: 25px;
    margin: 0;
    border: none;
    background: url('../img/close.png') center no-repeat;
    cursor: pointer;
}
.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}

.cart-options {
	margin: 0 0 30px;
	text-align: center;
}
.common-buttons {
	margin: 0 0 20px;
    font-size: 0;
}
.common-buttons button {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 0 3px;
    border: none;
    background-color: #e9e9e9;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #c09e6c;
}
.common-buttons button:hover {
    color: #ae864b;
}
.common-buttons button:before {
    content: "";
    width: 30px;
    margin: 0 7px 0 0;
    text-align: center;
    vertical-align: middle;
    font-family: 'pacific';
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #000; opacity: 0.6;
    transition: 0.3s ease;
}
.common-buttons button:hover:before {
    opacity: 0.6;
}
.common-buttons .update-cart-button:before {
    content: "\e93f";
}
.common-buttons .continue-shopping-button:before {
    content: "\e905";
    font-size: 18px;
}

.checkout-attributes {
    max-width: 480px;
    margin: 0 auto -1px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.checkout-attributes dl {
    text-align: left;
}
.checkout-attributes dt {
    margin: 0 0 7px;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.checkout-attributes dd {
	margin: 0 0 20px;
}
.checkout-attributes dd:last-child {
    margin: 0;
}
.checkout-attributes li {
	line-height: 24px;
}
.checkout-attributes select,
.checkout-attributes .datepicker {
    min-width: 200px;
    max-width: 432px;
    border: none;
    background-color: #eee;
    background-position: right 17.5px center;
    padding: 0 30px 0 15px;
    color: #444;
}
.checkout-attributes input[type='text'],
.checkout-attributes textarea {
    width: 100%;
}
.checkout-attributes .date-picker-wrapper select {
	width: calc(33.3333% - 6.6666px); /*always single line*/
}
.checkout-attributes .date-picker-wrapper select + select {
	margin: 0 0 0 10px;
}
.checkout-attributes .selected-value .attribute-square:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px; right: -3px;
    bottom: -3px; left: -3px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.checkout-attributes .selected-value .attribute-square:after {
    content: "\e909";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 10px;
    line-height: 10px;
    color: #000;
    opacity: 0.5;
}
.checkout-attributes .option-list {
    font-size: 0;
}
.checkout-attributes .option-list li {
    display: inline-block;
    margin: 5px 10px 5px 0;
}
.checkout-attributes .option-list input[type="radio"],
.checkout-attributes .option-list input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkout-attributes .option-list input[type="radio"] ~ label {
    display: block;
    background-color: #eee;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #444; cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkout-attributes .option-list input[type="radio"]:checked ~ label {
    background-color: #c09e6c;
    color: #fff;
}
.checkout-attributes .option-list input[type="checkbox"] ~ label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 21px;
    font-size: 14px;
    line-height: 30px;
    color: #444; cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkout-attributes .option-list input[type="checkbox"] ~ label:before {
    content: "";
    position: absolute;
    top: 6px; left: 0;
    width: 16px; height: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}
.checkout-attributes .option-list input[type="checkbox"]:checked ~ label:before {
    border-color: #c09e6c;
}
.checkout-attributes .option-list input[type="checkbox"]:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: 5px; left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px;
    color: #c09e6c;
}

.selected-checkout-attributes {
    max-width: 480px;
    margin: 0 auto -1px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 25px;
}

.totals {
    max-width: 480px;
    margin: auto;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.total-info {
	margin: 0 0 20px;
}
.cart-total td {
	width: 50%;
    font-size: 14px;
}
.cart-total-left {
    padding-left: 12px;
    text-align: left;
}
.cart-total-right {
    padding-right: 12px;
    text-align: right;
}
.cart-total td label,
.cart-total td span {
    display: block;
    padding: 8px 0;
}
.cart-total-right span {
    font-weight: bold;
    color: #666;
}
.cart-total .order-total td {
    padding-top: 10px;
    vertical-align: top;
}
.cart-total .order-total label,
.cart-total .order-total span {
    border-top: 1px solid #eee;
    padding: 20px 0 8px;
    font-weight: bold;
    color: #444;
}
.order-total .cart-total-left label,
.order-total .cart-total-left span {
    font-size: 16px;
}
.order-total .cart-total-right span { 
    font-size: 20px;
}
.cart-total .earn-reward-points span {
    font-weight: normal;
}
.cart-total .giftcard-summary span {
    display: inline-block;
    white-space: nowrap;
}
.cart-total .giftcard-summary button {
    position: absolute;
    margin-top: 3px;
}

.terms-of-service {
    margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.terms-of-service input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.terms-of-service input[type="checkbox"] ~ label {
    display: inline;
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    color: #444; cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.terms-of-service input[type="checkbox"] ~ label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0; left: 0;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    vertical-align: middle;
}
.terms-of-service input[type="checkbox"]:checked ~ label:before {
    border-color: #c09e6c;
}
.terms-of-service input[type="checkbox"]:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: -1px; left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px;
    color: #c09e6c;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	font-weight: bold;
    color: #c09e6c;
    cursor: pointer;
    text-decoration: underline;
    transition: 0.3s ease;
}
.terms-of-service a:hover {
    color: #ae864b;
}
.checkout-buttons {
    text-align: center
}
.checkout-button {
    width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c09e6c;
    padding: 17px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s ease;
    color: #fff;
}
.checkout-button:hover {
    background-color: #ae864b;
}

.cart-collaterals {
	margin: 0 0 30px;
}
.cart-collaterals .title {
    position: relative;
    border-bottom: none;
    padding: 20px 60px;
    text-align: left;
	font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444; cursor: pointer;
}
.cart-collaterals .title:before {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    left: 15px; margin: auto;
    width: 25px; height: 25px;
    text-align: center;
    font-family: 'pacific';
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    color: #000; opacity: 0.4;
}
.cart-collaterals .title:after {
    content: "\e904";
    position: absolute;
    top: 0; bottom: 0;
    right: 12px; margin: auto;
    width: 18px; height: 18px;
    text-align: center;
    font-family: 'pacific';
    font-size: 14px; font-weight: normal;
    color: #aaa; transition: 0.5s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart-collaterals .title.open:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.cart-collaterals .coupon-box-wrapper .title:before {
    content: "\e94f";
    font-size: 22px;
}
.cart-collaterals .giftcard-box-wrapper .title:before {
    content: "\e950";
}
.cart-collaterals .shipping-wrapper > .title:before {
    content: "\e94b";
}
.cart-collaterals .coupon-box-wrapper,
.cart-collaterals .giftcard-box-wrapper {
	margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
}
.cart-collaterals .coupon-box,
.cart-collaterals .giftcard-box {
    display: none;
	position: relative;
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 15px 15px 95px;
}
.cart-collaterals .coupon-box:after,
.cart-collaterals .giftcard-box:after {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 0; right: 0;
    height: 1px;
    background-color: #eee;
}
.cart-collaterals .coupon-box > .title,
.cart-collaterals .giftcard-box > .title {
    display: none;
}
.cart-collaterals .deals .hint,
.cart-collaterals .shipping .hint {
    margin: 0 0 7px;
    text-align: left;
    font-size: 14px;
    line-height: 27px;
    font-weight: normal;
}
.cart-collaterals .coupon-code input {
	width: 100%;
	height: 50px;
}
.cart-collaterals .coupon-code button {
    position: absolute;
    left: 0; right: 0; bottom: 15px;
    max-width: calc(100% - 20px);
    margin: auto; overflow: hidden;
    border: 1px solid #eee;
    background: #fff url('../img/plus.svg') no-repeat left 15px center;
    padding: 15px 35px 15px 45px;
    font-size: 16px; font-weight: bold;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #c09e6c; opacity: 0;
    transition: 0.3s ease;
}
.cart-collaterals .active .coupon-code button {
    opacity: 1;
}
.cart-collaterals .coupon-code button:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
    background-image: url('../img/plus-hover.svg');
    color: #fff;
}
.cart-collaterals .message-failure {
	margin: 10px 0;
    font-size: 14px;
	color: #dd464d;
}
.cart-collaterals .message-failure:before {
    content: "\e93d";
    width: 18px;
    margin: 0;
    display: inline-block;
    border: 1px solid #dd464d;
    border-radius: 50%;
    text-align: center;
    font-family: 'pacific';
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
}
.cart-collaterals .message-success {
	margin: 10px 0;
    font-size: 14px;
    color: #47a267;
}
.cart-collaterals .message-success:before {
    content: "\e909";
    margin: 0;
    font-family: 'pacific';
    font-size: 12px;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
    background-color: #f6f6f6;
    padding: 5px;
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
}
.cart-collaterals .shipping-wrapper {
    position: relative;
    border: 1px solid #eee;
    background-color: #fff;
}
.cart-collaterals .estimate-shipping-button {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    font-size: 0;
}
/*.cart-collaterals .estimate-shipping-button {
    background-image:  url('../img/time-icon.svg');
}
.cart-collaterals .estimate-shipping-button:hover {
    background-image: url('../img/time-icon-hover.svg');
}
.cart-collaterals .shipping label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.cart-collaterals .shipping .inputs select,
.cart-collaterals .shipping .inputs input[type='text'] {
    height: 50px;
}
.cart-collaterals .shipping-wrapper {
    border: 1px solid #eee;
    background-color: #fff;
}
.cart-collaterals .estimate-shipping > .title {
    display: none;
}
.cart-collaterals .shipping {
    display: none;
    border-top: 1px solid #eee;
    padding: 15px;
}
.cart-collaterals .shipping-options {
    position: relative;
    margin: 0 -15px -15px;
    padding: 0 15px 95px;
}
.cart-collaterals .estimate-shipping-result {
	margin: 15px -15px -15px;
    border-top: 1px solid #eee;
    padding: 15px;
    font-size: 14px;
    line-height: 25px;
}
.cart-collaterals .estimate-shipping-result:empty {
	display: none;
}
.cart-collaterals .shipping-results li {
    padding: 2.5px 0;
}
.cart-collaterals .shipping-results strong {
    color: #666;
}*/


/* CHECKOUT PAGES */

.checkout-page .section {
	margin: 0 0 30px;
}

.ship-to-same-address,
.pickup-in-store {
    text-align: center;
}
.ship-to-same-address .selector input[type="checkbox"],
.pickup-in-store .selector input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.ship-to-same-address .selector input ~ label,
.pickup-in-store .selector input ~ label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 21px;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ship-to-same-address .selector input ~ label:before,
.pickup-in-store .selector input ~ label:before{
    content: "";
    position: absolute;
    top: 6px; left: 0;
    width: 16px; height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.ship-to-same-address .selector input:checked ~ label:before,
.pickup-in-store .selector input:checked ~ label:before {
    border-color: #c09e6c;
}
.ship-to-same-address .selector input:checked ~ label:after,
.pickup-in-store .selector input:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: 5px; left: 2px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px;
    color: #c09e6c;
}

.checkout-page .min-amount-warning {
	display: block;
	margin: 0 0 20px;
	text-align: center;
    font-size: 13px;
    line-height: 25px;
    color: #dd464d;
}
.checkout-page .address-list-page {
    display: none;
}
.checkout-page .address-grid {
    overflow: hidden;
}
.checkout-page .address-item {
	margin: 0 0 20px;
    background-color: #fff;
}
.checkout-page .address-box {
    border: 1px solid #eee;
    padding: 20px;
}
.checkout-page .address-item li {
    padding: 2.5px 0;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
}
.checkout-page .address-item .name {
    display: block;
    position: relative;
    margin: -20px -20px 10px;
    border-bottom: 1px solid #eee;
    padding: 50px 20px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.checkout-page .address-item .name:before {
    content: "\e943";
    position: absolute;
    top: 15px;
    left: 0; right: 0;
    font-family: 'pacific';
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
    opacity: 0.3;
}
.checkout-page .select-button {
    border: 1px solid #eee;
    border-top: none;
    padding: 20px;
    text-align: center;
}
.checkout-page .select-button button {
    border: none;
    background-color: #c09e6c;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.checkout-page .select-button button:hover {
    background-color: #ae864b;
}

.select-billing-address .title,
.select-shipping-address .title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.section.new-billing-address,
.section.new-shipping-address {
    margin: 0;
    border: 1px solid #eee;
    background-color: #fff;
}
.section.new-billing-address .title,
.section.new-shipping-address .title {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 70px 30px 30px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
}
.section.new-billing-address .title:before,
.section.new-shipping-address .title:before {
    content: "\e94a";
    position: absolute;
    top: 20px;
    left: 0; right: 0;
    font-family: 'pacific';
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
    opacity: 0.3;
}
.checkout-page .edit-address {
    padding: 20px;
}
.checkout-page .edit-address .inputs > label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.checkout-page .billing-addresses + .buttons,
.checkout-page .shipping-addresses + .buttons {
    margin: 0 0 100px;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.checkout-page .billing-addresses + .buttons button,
.checkout-page .shipping-addresses + .buttons button {
    width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c09e6c;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.checkout-page .billing-addresses + .buttons button:hover,
.checkout-page .shipping-addresses + .buttons button:hover {
    background-color: #ae864b;
}

.checkout-page .section.order-summary > .title {
    margin: 0 0 20px;
    border-bottom: 1px dashed #e6e6e6;
    padding: 15px 0;
    text-align: center;
}
.checkout-page .section.order-summary > .title strong {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #aaa;
}
.checkout-page .section.order-summary .cart-info {
    position: static !important;
}
.checkout-page .section.order-summary .total-info {
    margin: 0;
}

.checkout-page .pickup-in-store .description {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 25px;
}
.checkout-page .pickup-points {
    margin: 0;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.checkout-page .pickup-points .title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.checkout-page .select-pickup-point {
	text-align: center;
}
.checkout-page .select-pickup-point label {
	display: block;
	margin: 0 0 10px;
}
.checkout-page .select-address select {
	max-width: 100%;
    background-color: #eee;
}
.checkout-page .pickup-points-map {
	max-width: 900px;
    height: 300px;
	margin: 30px auto 0;
}
.checkout-page  .single-pickup-point {
    margin: 15px 0 -15px;
    font-size: 14px;
    line-height: 25px;
}

.checkout-page .shipping-method,
.checkout-page .payment-method {
    margin: 0 0 100px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 15px;
    text-align: center;
}
.checkout-page .shipping-method ul,
.checkout-page .payment-method ul {
	font-size: 0;
}
.checkout-page .shipping-method li,
.checkout-page .payment-method li {
    position: relative;
	margin: 0 0 20px;
    background-color: #eee;
    padding: 20px;
    text-align: center;
}
.checkout-page .shipping-method input[type="radio"],
.checkout-page .payment-method input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkout-page .shipping-method input + label,
.checkout-page .payment-method input + label {
    display: block;
    padding: 50px 0 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444; cursor: pointer;
}
.checkout-page .shipping-method input + label:before {
    content: "\e94b";
    position: absolute;
    top: 25px;
    left: 0; right: 0;
    font-family: 'pacific';
    font-size: 27px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
    opacity: 0.3;
}
.checkout-page .shipping-method input + label:after,
.checkout-page .payment-method input + label:after {
    content: "";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
}
.checkout-page .shipping-method input:checked + label:after,
.checkout-page .payment-method input:checked + label:after {
    border: 2px solid #c09e6c;
}

.checkout-page .shipping-method .method-description,
.checkout-page .payment-method .payment-description {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 25px;
}
.checkout-page .shipping-method .buttons,
.checkout-page .payment-method .buttons,
.checkout-page .payment-info .buttons {
    margin: 0 -15px -15px;
    border-top: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.checkout-page .payment-info .buttons {
    margin: 0 -20px -20px;
}
.checkout-page .shipping-method .buttons button,
.checkout-page .payment-method .buttons button,
.checkout-page .payment-info .buttons button {
    width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c09e6c;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.checkout-page .shipping-method .buttons button:hover,
.checkout-page .payment-method .buttons button:hover,
.checkout-page .payment-info .buttons button:hover {
    background-color: #ae864b;
}

.checkout-page .shipping-method ul.hidden + .buttons {
    margin-top: -16px;
    border-color: #fff;
} /*when pickup in store is active*/

.checkout-page .payment-method .payment-logo {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}
.checkout-page .payment-method .payment-logo label {
    display: block;
}

.use-reward-points {
    margin: 0 0 25px;
}
.use-reward-points input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.use-reward-points input[type="checkbox"] ~ label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 21px;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.use-reward-points input[type="checkbox"] ~ label:before {
    content: "";
    position: absolute;
    top: 6px; left: 0;
    width: 16px; height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.use-reward-points input[type="checkbox"]:checked ~ label:before {
    border-color: #c09e6c;
}
.use-reward-points input[type="checkbox"]:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: 5px; left: 2px;
    width: 15px;
    height: 15px;
    border: none;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px;
    color: #c09e6c;
}

.payment-info {
    border: 1px solid #eee;
	background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.payment-info .info {
    max-width: 900px;
    margin: 0 auto 30px;
}
.payment-info .info table,
.payment-info .info tbody,
.payment-info .info tr,
.payment-info .info td {
    display: block;
}
.payment-info .info tr {
    max-width: 500px;
    margin: 0 auto 20px;
    text-align: left;
}
.payment-info .info tr:only-child {
    max-width: none;
    margin: 0;
    text-align: center;
}
.payment-info .info td > label {
    display: block;
    margin: 0 0 7px;
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
    color: #666;
}
.payment-info .info td select {
    width: calc(50% - 10px);
    height: 50px;
    margin: 0 3.5px 0 0;
    background-color: #eee;
}
.payment-info .info td select:only-child {
    width: 100%;
    margin: 0;
}
.payment-info .info td select ~ select {
    margin: 0 0 0 3.5px;
}
.payment-info .info td input[type='text'] {
    width: 100% !important;
    height: 50px;
}

.section.confirm-order {
    margin: 0 0 20px;
    text-align: center;
}
.confirm-order .terms-of-service {
    display: inline-block;
}
.confirm-order .buttons {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.confirm-order .button-1 {
    width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c09e6c;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.confirm-order .button-1:hover {
    background-color: #ae864b;
}

.checkout-page .shipping-info-wrap .shipping-method,
.checkout-page .billing-info-wrap .payment-method {
    margin: 0;
    border: none;
    padding: 0;
    text-align: left;
}
.checkout-page .billing-info .title,
.checkout-page .shipping-info .title {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.checkout-page .billing-info .title strong,
.checkout-page .shipping-info .title strong {
    display: block;
    position: relative;
    padding: 50px 0 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
}
.checkout-page .billing-info .title strong:before, 
.checkout-page .shipping-info .title strong:before {
    content: "\e943";
    position: absolute;
    top: 5px;
    left: 0; right: 0;
    font-family: 'pacific';
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
    opacity: 0.3;
}
.checkout-page .payment-method-info .title,
.checkout-page .shipping-method-info .title {
    font-size: 14px;
    color: #444;
}
.checkout-page .payment-method-info li.payment-method,
.checkout-page .shipping-method-info li.shipping-method {
    text-align: center;
}

.section.order-completed {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.section.order-completed .title strong {
    display: inline-block;
    position: relative;
    padding: 70px 0 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
}
.section.order-completed .title strong:before {
    content: "\e94e";
    position: absolute;
    top: 0; left: 0; right: 0;
    width: 55px; height: 55px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 55px;
    line-height: 55px;
    font-weight: normal;
    color: #000;
    opacity: 0.3;
}
.section.order-completed .order-number,
.section.order-completed .details-link {
    margin: 0 0 7px;
}
.section.order-completed .order-number strong {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
}
.section.order-completed .details-link a {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    transition: 0.3s ease;
    color: #c09e6c;
}
.section.order-completed .details-link a:hover {
    color: #ae864b;
}
.section.order-completed .buttons {
    margin: 20px -20px -20px;
    border-top: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.section.order-completed button {
    width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c09e6c;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.section.order-completed button:hover {
    background-color: #ae864b;
}

.opc .tab-section {
    margin: 0 0 10px;
    border: 1px solid #eee;
    background-color: #fff;
}
.opc .step-title {
    display: block;
    overflow: hidden;
    padding: 20px;
    text-align: center;
}
.opc .step-title .title {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;    
}
.opc .step-title .title:before {
    content: "\e93c";
    position: absolute;
    top: 50%; left: 0;
    width: 25px;
    height: 35px;
    margin: -17.5px 0 0;
    text-align: center;
    font-family: 'pacific';
    font-size: 15px;
    line-height: 35px;
    font-weight: normal;
    color: #c09e6c;
}
#opc-billing.active .step-title .title:before {
    content: "\e943";
    font-size: 24px;
    color: #ccc;
}
#opc-shipping.active .step-title .title:before,
.tab-section.active ~ #opc-shipping .step-title .title:before {
    content: "\e943";
    font-size: 24px;
    color: #ccc;
}
#opc-shipping_method.active .step-title .title:before,
.tab-section.active ~ #opc-shipping_method .step-title .title:before {
    content: "\e94b";
    left: -2px;
    font-size: 20px;
    color: #ccc;
}
#opc-payment_method.active .step-title .title:before,
.tab-section.active ~ #opc-payment_method .step-title .title:before {
    content: "\e94c";
    font-size: 21px;
    color: #ccc;
}
#opc-payment_info.active .step-title .title:before,
.tab-section.active ~ #opc-payment_info .step-title .title:before {
    content: "\e94d";
    left: 2px;
    font-size: 22px;
    color: #ccc;
}
#opc-confirm_order.active .step-title .title:before,
.tab-section.active ~ #opc-confirm_order .step-title .title:before {
    content: "\e94e";
    left: -2px;
    font-size: 24px;
    color: #ccc;
}
.checkout-page .opc .pickup-in-store .description i {
    font-style: normal;
}
.opc .allow .step-title,
.opc .allow .step-title .title {
	cursor: pointer;
}
.opc .step-title .number {
	display: none;
}
.opc .step {
    border-top: 1px solid #eee;
    padding: 20px;
}
.opc .section {
	margin: 0 0 20px;
}
.opc .section > label {
	display: block;
    margin: 0 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.opc input[type="text"],
.opc select {
    width: 100%;
	max-width: 500px;
    height: 50px;
    background-color: #eee;
}
.opc .buttons {
    margin: 20px -20px -20px;
    border-top: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 0;
}
.opc .back-link {
    display: inline-block;
    width: calc(50% - 5px);
    max-width: 300px;
    margin: 0 10px 0 0;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
    display: block;
	border: 1px solid #eee;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #444;
}
.opc .back-link a:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
    color: #fff;
}
.opc .buttons button {
    width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c09e6c;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: normal;
    transition: 0.3s ease;
    color: #fff;
}
.opc .back-link + button {
    width: calc(50% - 10px);
}
.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}
.opc .section.new-billing-address,
.opc .section.new-shipping-address,
.opc .section.pickup-points,
.checkout-page .opc .shipping-method,
.checkout-page .opc .payment-method,
.opc .payment-info {
    border: none;
}
.checkout-page .opc .edit-address,
.opc .section.pickup-points,
.checkout-page .opc .shipping-method,
.checkout-page .opc .payment-method,
.opc .payment-info {
    padding: 0;
}
.opc .select-pickup-points {
    max-width: 500px;
    margin: auto;
}
.opc .select-pickup-points label {
    display: block;
    margin: 0 0 7px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.opc .section.select-billing-address,
.opc .section.select-shipping-address {
    text-align: center;
}
.opc .buttons button:hover {
    background-color: #ae864b;
}
.order-summary-content.one-page-checkout {
    overflow: hidden;
}
.opc .checkout-data {
    text-align: center;
}
.opc .section.confirm-order {
}
.opc .terms-of-service {
	display: inline-block;
    text-align: center;
}


/* ORDER DETAILS & RETURN REQUEST */

.order-review-data,
.order-details-area,
.shipment-details-area {
	overflow: hidden;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	margin: 0 0 15px;
    text-align: center;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 2.5px 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
}
.order-review-data li.name,
.order-details-area li.name,
.shipment-details-area li.name {
    font-weight: bold;
    color: #444;
}

.order-details-page .page-title {
	margin: 0 0 20px;
	overflow: hidden;
}
.order-details-page .page-title h1 {
	margin: 0 0 10px;
}
.order-details-page .page-title a {
    display: inline-block;
    margin: 0 7px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 9.5px 19px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #c09e6c;
}
.order-details-page .page-title a:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
    color: #fff;
}
.order-details-page .order-overview {
	margin: 0 0 20px;
    border: 1px solid #eee;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.order-details-page .order-number {
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
}
.order-details-page .order-total strong {
    color: #444;
}
.order-details-page .tax-shipping-info {
    margin: 0 0 10px;
    border: 1px solid #eee;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.order-details-page .tax-shipping-info a {
    font-weight: bold;
    transition: 0.3s ease;
    color: #c09e6c;
}
.order-details-page .tax-shipping-info a:hover {
    color: #ae864b;
}
.order-details-page .billing-info .title,
.order-details-page .shipping-info .title,
.shipment-details-page .shipment-details-area .title {
    margin: -20px -20px 15px;
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.order-details-page .billing-info .title strong,
.order-details-page .shipping-info .title strong,
.shipment-details-page .shipment-details-area .title strong {
    display: block;
    position: relative;
    padding: 50px 0 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
}
.order-details-page .billing-info .title strong:before,
.order-details-page .shipping-info .title strong:before,
.shipment-details-page .shipment-details-area .title strong:before {
    content: "\e943";
    position: absolute;
    top: 5px;
    left: 0; right: 0;
    font-family: 'pacific';
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
    opacity: 0.3;
}
.shipment-details-page .shipment-details-area
.order-info-wrap .title strong:before {
    content: "\e905";
    font-size: 30px;
}
.order-details-page .payment-method-info .title,
.order-details-page .shipping-method-info .title {
    padding: 2.5px 0;
    font-size: 14px;
    line-height: 25px;
    color: #444;
}
.order-details-page .section.shipments,
.order-details-page .section.products {
    margin: 0 0 60px;
}
.order-details-page .section.options {
    margin: 0;
}
.order-details-page .selected-checkout-attributes {
    text-align: center;
}
.order-details-page .section.shipments .title,
.order-details-page .section.products .title,
.shipment-details-page .section.products .title {
    margin: 0 0 20px;
    border-bottom: 1px dashed #e6e6e6;
    padding: 15px 0;
    text-align: center;
}
.order-details-page .section.shipments .title strong,
.order-details-page .section.products .title strong,
.shipment-details-page .section.products .title strong {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #aaa;
}
.order-details-page .data-table td,
.shipment-details-page .data-table td {
    padding: 20px;
}
.order-details-page .data-table .td-title,
.order-details-page .data-table label {
    display: none;
}
.order-details-page .data-table .product a,
.shipment-details-page .data-table .name a {
    font-style: normal;
}
.order-details-page .data-table .shipment-id,
.order-details-page .data-table .unit-price,
.order-details-page .data-table .total,
.shipment-details-page .data-table .quantity,
.return-request-page .data-table .unit-price {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
.order-details-page .data-table td.total {
    color: #c09e6c;
}
.order-details-page .data-table a,
.shipment-details-page .data-table a,
.return-request-page .data-table a {
    transition: 0.3s ease;
}
.order-details-page .data-table a:hover,
.shipment-details-page .data-table a:hover,
.return-request-page .data-table a:hover {
    color: #c09e6c;
}
.order-details-page .order-details-area {
    margin: 0 0 60px;
}
.order-details-page .actions {
    margin: 20px 0 10px;
    text-align: center;
}
.order-details-page .actions button {
    width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c09e6c;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.order-details-page .actions button:hover {
    background-color: #ae864b;
}
.order-details-page .cart-total tr:last-child td {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}
.order-details-page .cart-total tr:last-child td strong {
    font-size: 20px;
    color: #444;
}
.shipment-details-page .shipment-details-area {
    margin: 0 0 60px;
}
.order-details-page .data-table .product .download a {
    display: inline-block;
    margin: 5px 0 0;
    color: #c09e6c;
}
.order-details-page .data-table .product .download a:hover {
    color: #ae864b;
}

.return-request-page .section {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
}
.return-request-page .section .title {
    margin: 0;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.return-request-page .section .table-wrapper {
    border-width: 1px 0 0;
}
.return-request-page .data-table {
    margin: 0;
}
.return-request-page .data-table select {
    min-width: 60px;
    background-color: #eee;
    text-align: center;
    text-align-last: center;
    font-weight: bold;
    color: #444;
}
.return-request-page .fieldset {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.return-request-page .fieldset .title {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.return-request-page .fieldset label {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.return-request-file > div {
    display: inline-block;
    width: 500px;
    height: 45px;
    max-width: 100%;
    vertical-align: middle;
}
.return-request-page .qq-upload-button {
    width: 100%;
    height: 45px;
    border: 1px solid #c09e6c;
    background-color: #c09e6c;
    padding: 13px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	color: #333 !important;
    font-size: 12px;
}
.return-request-page .buttons {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.return-request-page .result {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}


/* SEARCH & SITEMAP */

.search-input {
    margin: 0 0 60px;
    border: 1px solid #eee;
    background-color: #fff;
}
.search-input input + label {
    display: inline;
    margin: 0 0 0 2px;
}
.search-input .fieldset {
    margin: 0;
}
.basic-search {
    margin: 0; padding: 20px;
    border-bottom: 1px solid #eee;
}
.basic-search .inputs:first-child label {
    display: block;
    position: relative;
    z-index: 2;
    height: auto;
    padding: 15px 0 30px;
    text-align: center;
    font-weight: bold;
    color: #666;
}
.basic-search .inputs:first-child label:before {
    content: "\e92c";
    position: absolute;
    top: 0; z-index: 1;
    right: 0; left: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 50px;
    line-height: 50px;
    font-weight:normal;
    color: rgba(0,0,0,.15);
    pointer-events: none;
}
.search-input .inputs.reversed {
    text-align: left;
}
.search-input .inputs:last-child {
    margin-bottom: 0;
}
.search-input .inputs input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.search-input .inputs input ~ label {
    display: inline-block;
    position: relative;
    height: auto;
    padding: 0 0 0 21px;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    color: #444; cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.search-input .inputs input ~ label:before {
    content: "";
    position: absolute;
    top: 6px; left: 0;
    width: 16px; height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.search-input .inputs input:checked ~ label:before {
    border-color: #c09e6c;
}
.search-input .inputs input:checked ~ label:after {
    content: "\e909";
    position: absolute;
    top: 5px; left: 2px;
    width: 15px; height: 15px;
    text-align: center;
    font-family: 'pacific';
    font-size: 13px;
    line-height: 16px;
    color: #c09e6c;
}
.search-input input[type="text"],
.search-input select {
    height: 50px;
}
.advanced-search {
    margin: 0; padding: 20px;
    border-bottom: 1px solid #eee;
}
.advanced-search .inputs label:first-child {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}
.advanced-search .price-range {
    overflow: hidden;
}
.advanced-search .price-range input {
    float: left;
    width: calc(50% - 5px);
    margin: 0 10px 0 0;
}
.advanced-search .price-range input ~ input {
    margin-right: 0;
}
.search-input .buttons {
    padding: 20px;
    text-align: center;
}
.search-input .button-1 {
    width: 100%;
    max-width: 300px;
    border: none;
    background-color: #c09e6c;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.search-input .button-1:hover {
    background-color: #ae864b;
}

.search-results .no-result {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.search-input .warning,
.search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #dd464d;
}
.search-results {
	margin: 30px 0 0;
}
.search-page .product-selectors {
    border-width: 1px 0 1px;
}

.sitemap-page .description {
    margin: 0 0 40px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.sitemap-page .entity {
    margin: 0 0 20px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
    text-align: center;
}
.sitemap-page .entity-title {
	margin: -20px -20px 15px;
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.sitemap-page .entity-title h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page li {
	display: inline-block;
	margin: 2.5px 10px;
}
.sitemap-page a {
    display: block;
    padding: 3px 5px;
    font-size: 15px;
    font-weight: normal;
    transition: 0.3s ease;
    color: #c09e6c;
}
.sitemap-page a:hover {
    color: #ae864b;
}
.sitemap-page a:empty {
	display: none;
}


/* BLOG & NEWS */

.blog-search-box .title:before {
    content: "\e92b";
    font-size: 18px;
}
.block-blog-archive .title:before {
    content: "\e928";
    font-size: 18px;
}
.block-popular-blogtags .title:before {
    content: "\e931";
    font-size: 16px;
}

.block-blog-archive .year {
    margin: 5px 0 -5px;
}
.block-blog-archive .year + .year {
    margin-top: 15px;
} 
.block-blog-archive .year .number {
    font-size: 14px;
    color: #444;
}
.block-blog-archive .year .sublist {
    padding: 0;
}
.block-blog-archive .year .sublist a {
    padding: 5px 0;
    font-weight: normal;
}

.blog-page .post,
.news-list-page .news-item {
    position: relative;
    margin: 0 0 10px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px 20px 65px;
}
.blog-page .post:after,
.news-list-page .item:after {
	content: "";
	display: block;
	clear: both;
}
.post-head,
.news-list-page .news-head {
    margin: 0 0 20px;
    overflow: hidden;
}
.post-date,
.news-list-page .news-date,
.news-item-page .news-date {
    display: block;
    position: relative;
    text-align: center;
}
.post-date .day,
.news-list-page .news-date .day,
.news-item-page .news-date .day {
    display: block;
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: 1;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ddd;
}
.post-date .month,
.news-list-page .news-date .month,
.news-item-page .news-date .month {
    display: block;
    position: relative;
    z-index: 2;
    min-width: 65px;
    font-size: 11px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #222;
}
.post-title,
.news-list-page .news-title {
    display: block;
    padding: 8px 0px;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #222;
}
.post-title:hover,
.news-list-page .news-title:hover {
    color: #c09e6c
}
.blog-page .post-body,
.news-list-page .news-body {
    max-height: 130px;
    overflow: hidden;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 25px;
}
.post-body strong,
.post-description strong,
.news-list-page .news-body strong {
    color: #444;
}
.post-body a,
.post-description a,
.news-list-page .news-body a {
    color: #c09e6c;
    transition: 0.3s ease;
}
.post-body a:hover,
.news-list-page .news-body a:hover {
    color: #ae864b;
}
.blog-page .tags, 
.blogpost-page .tags {
	margin: 0 0 15px;
	overflow: hidden;
    font-size: 14px;
    line-height: 25px;
}
.blog-page .tags label,
.blogpost-page .tags label {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding: 0 0 0 25px;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.blog-page .tags label:before,
.blogpost-page .tags label:before {
    content: "\e931";
    position: absolute;
    top: 0; left: 0;
    margin: auto;
    font-family: 'pacific';
    font-size: 16px;
    font-weight: normal;
    color: #aaa;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline;
    font-size: 14px;
    line-height: 25px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
    color: #c09e6c;
}

.blog-posts .buttons,
.news-list-page .buttons {
    position: absolute;
    right: 0; bottom: 0; left: 0;
    border-top: 1px solid #eee;
    padding: 20px;
}
.blog-posts .read-more,
.news-list-page .read-more {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #c09e6c;
}
.blog-posts .read-more span,
.news-list-page .read-more span {
    vertical-align: middle;
}
.blog-posts .read-more:after,
.news-list-page .read-more:after {
    content: "\e901";
    margin: 0 -8px 0 8px;
    vertical-align: middle;
    font-family: 'pacific';
    font-size: 7px;
}
.blog-posts .read-more:hover,
.news-list-page .read-more:hover {
    color: #ae864b;
}
.blog-posts .read-comments {
    display: none;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.blog-posts .read-comments:before {
    content: "\e90d";
    margin: 0 8px 0 -8px;
    vertical-align: middle;
    font-family: 'pacific';
    font-size: 17px;
    color: #444;
}
.blog-posts .read-comments:hover {
    color: #444;
}

.news-item-page .page-title,
.blogpost-page .page-title {
    margin: 0;
    border: 1px solid #eee;
    border-bottom: none;
    background-color: #fff;
    padding: 20px 5%;
}
.news-item-page .page-title h1,
.blogpost-page .page-title h1 {
    font-size: 20px;
    font-weight: bold;
    color: #444;
}
.news-item-page .page-body,
.blogpost-page .page-body {
    margin: 0 0 10px; /*equalize bottom spacing if it's last element*/
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    padding: 0 5%;
}
.news-item-page .news-date,
.blogpost-page .post-date {
}
.news-item-page .news-body,
.blogpost-page .post-body {
    padding: 15px 0 25px;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
}
.blogpost-page .tags {
    margin: 0 0 25px;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.new-comment {
    margin: 22px 0 10px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px;
}
.new-comment .title {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.new-comment .title strong {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.new-comment .notifications {
	margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.new-comment .result {
	color: #393;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .buttons {
    margin: 0 -20px -20px;
    padding: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}
.new-comment .button-1 {
    width: 100%;
    max-width: 500px;
    border: none;
    background-color: #c09e6c;
    padding: 12.5px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #fff;
}
.new-comment .button-1:before {
    content: "\e929";
    margin: 0 10px 0 0;
    font-family: 'pacific';
    vertical-align: text-bottom;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
}
.new-comment .button-1:hover {
    background-color: #ae864b;
}

.comment-list {
    margin: 22px 0 10px;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
}
.comment-list .title {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.blog-comment,
.news-comment {
	margin: 0 0 40px;
}
.blog-comment:last-child,
.news-comment:last-child {
    margin: 0;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 120px;
	margin: 0 auto 10px;
}
.comment-info .username {
	display: block;
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #c09e6c;
}
.comment-info a.username:hover {
    color: #ae864b;
}
.comment-info .avatar {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.comment-info .avatar img {
    position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
    border: 1px solid #eee;
}
.comment-time {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    font-size: 14px;
    padding: 0 0 0 22px;
    color: #444;
}
.comment-time label {
    display: none;
}
.comment-time:before {
    content: "\e90e";
    position: absolute;
    top: 1px; bottom: 0;
    left: 0; margin: auto;
    font-size: 16px;
    font-family: 'pacific';
    color: #888;
    font-weight: normal;
}
.comment-title {
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
}
.comment-body {
    margin: 0 0 7px;
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
    font-weight: normal;
}

.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 50px;
    padding: 0 0 10px; /*equalize bottom spacing*/
}
.news-list-homepage .news-item {
	position: relative;
    margin: 0 0 10px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px 20px 65px;
}
.news-list-homepage .news-head {
    margin: 0 0 20px;
    overflow: hidden;
}
.news-list-homepage .news-date {
    display: block;
    position: relative;
    text-align: center;
}
.news-list-homepage .news-date .day {
    display: block;
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: 1;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ddd;
}
.news-list-homepage .news-date .month {
    display: block;
    position: relative;
    z-index: 2;
    min-width: 65px;
    font-size: 11px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #222;
}
.news-list-homepage .news-title {
    display: block;
    padding: 8px 0px;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
}
.news-list-homepage .news-body {
    max-height: 130px;
    margin: 0 0 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
}
.news-list-homepage .buttons {
    position: absolute;
    right: 0; bottom: 0; left: 0;
    border-top: 1px solid #eee;
    padding: 10px 20px;
}
.news-list-homepage .buttons a {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c09e6c;
}
.news-list-homepage .view-all a {
	display: block;
    background-color: #fff;
    padding: 20px;
    text-align: center;
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
}
.news-list-homepage .buttons span,
.news-list-homepage .view-all span {
    vertical-align: middle;
}
.news-list-homepage .buttons a:after,
.news-list-homepage .view-all a:after {
    content: "\e901";
    margin: 0 -8px 0 8px;
    vertical-align: middle;
    font-family: 'pacific';
    font-size: 7px;
}
.news-list-homepage .view-all span {
    position: relative;
    top: 1px;
}
.news-list-homepage .view-all a:after {
    margin-right: -16px;
}


/* PROFILE & INBOX */

.profile-info-box {
    text-align: center;
}
.profile-info-box .avatar {
    margin: 0 0 20px;
}
.profile-info-box .avatar img {
    border: 1px solid #eee;
}
.profile-info-box .title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.profile-info-box .stats {
    font-size: 14px;
    line-height: 26px;
}
.profile-info-box .pm-button {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease;
    text-transform: uppercase;
    color: #c09e6c;
}
.profile-info-box .pm-button:hover {
    color: #ae864b;
}
.profile-info-box .pm-button:before {
    content: "\e914";
    margin: 0 10px 0 -5px;
    font-family: 'pacific';
    font-size: 13px;
    font-weight: normal;
    color: #aaa;
}

.profile-page .topic + .topic {
    margin-top: 40px;
}
.profile-page .topic-title {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: bold;
}
.profile-page .topic-title a {
    margin-left: 5px;
    text-transform: uppercase;
    color: #c09e6c;
}
.profile-page .topic-title a:hover {
    color: #ae864b;
}
.profile-page .topic-body {
    font-size: 13px;
    line-height: 26px;
}
.profile-page .topic-body .quote {
    background-color: #f6f6f6;
    padding: 20px;
    font-style: italic;
}
.profile-page .topic-data {
    margin: 10px 0 0;
}
.profile-page .topic-data:before {
    content: "\e90f";
    margin-right: 5px;
    vertical-align: middle;
    font-family: 'pacific';
    font-size: 13px;
    font-weight: normal;
    color: #aaa;
}
.profile-page .topic br+br {
    display: none;
}

.private-messages-page table {
    margin: 0;
}
.private-messages-page th,
.private-messages-page td {
    text-align: left;
}
.private-messages-page td {
    padding: 30px 15px;
}
.private-messages-page .pm-unread {
    transition: 0.3s ease;
	color: #c09e6c;
}
.private-messages-page .pm-unread:hover {
    color: #ae864b;
}
.private-messages-page .pager {
    margin: 30px 0;
}
.private-messages-page .pm-button {
    margin: 10px 20px 0;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease;
    text-transform: uppercase;
    color: #c09e6c;
}
.private-messages-page .pm-button:hover {
    color: #ae864b;
}
.private-messages-page .pm-button:before {
    margin-right: 10px;
    font-family: 'pacific';
    font-weight: normal;
    color: #aaa;
}
.delete-selected-pm-button:before {
    content: "\e941";
    font-size: 16px;
}
.mark-unread-pm-button:before {
    content: "\e914";
    font-size: 12px;
}

.private-message-view-page .page-body {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 30px 5%;
}
.private-message-view-page .view-message {
    font-size: 14px;
    line-height: 25px;
}
.private-message-view-page .message-head {
    margin: 0 0 30px;
    border-bottom: 1px dashed #e6e6e6;
    padding: 0 0 20px;
}
.private-message-view-page .message-head span {
    font-weight: bold;
    color: #444;
}
.private-message-view-page .message-body {
    margin: 0 0 30px;
    text-align: justify;
    
}
.private-message-view-page .pm-button {
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease;
    text-transform: uppercase;
    color: #c09e6c;
}
.private-message-view-page .pm-button:hover {
    color: #ae864b;
}
.private-message-view-page .pm-button + button {
    margin-left: 20px;
}
.private-message-view-page .pm-button:before {
    margin-right: 10px;
    font-family: 'pacific';
    font-weight: normal;
    color: #aaa;
}
.private-message-view-page .reply-pm-button:before {
    content: "\e914";
    font-size: 12px;
}
.private-message-view-page .delete-pm-button:before {
    content: "\e941";
    font-size: 16px;
    position: relative;
    bottom: -1px;
}
.private-message-view-page .back-pm-button {
    display: none;
}