/* Minification failed. Returning unminified contents.
(3598,12): run-time error CSS1038: Expected hex color, found '#4b4846444'
 */
/*=====================================================

    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
label, label + * {
	vertical-align: middle;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/

body {
    max-width: 100%;
	background: #fff;
    font-family: 'Bitter', serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #4b4846;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border: 1px solid #ddd;
    color: #4b4846;
	padding: 8px;
	vertical-align: middle;
    letter-spacing: 0;
}
input, textarea {
    font: normal 13px 'Lato', sans-serif;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 36px; /*safari padding fix*/
	padding: 6px;
    color: #4b4846;
    letter-spacing: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #ccc;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
    margin: 0 5px 0 0;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
.inputs.custom-attributes {
	white-space: normal;
}
label {
	vertical-align: middle;
}

.master-wrapper-content{
    z-index: 1;
    position: relative;
}
.master-column-wrapper {
	width: 90%;
    margin: 20px auto;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-2, .side-2 {
    margin: 60px auto;
}

.page {
	clear: both; /* because of forum breadcrumbs */
	text-align: center;
    margin: 0 0 70px;
}
.page-title {
	margin: 0 0 20px;
    position: relative;
}
.page-title h1 {
    font-size: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    text-transform: uppercase;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
	margin: 0 0 20px;
	/*text-align: center;*/
}
.link-rss {
	display: none;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(/Themes/Native/Content/img/rss-icon.png) no-repeat;
	text-indent: 999px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
    font-size: 13px;
}
.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a {
    text-decoration: underline;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(/Themes/Native/Content/img/goTopHoverLine.png) no-repeat top 11px right -24px, url(/Themes/Native/Content/img/goTop.png) no-repeat center, #fff;
    border: 3px solid #c4c4c4;
    overflow: hidden;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#goToTop:hover{
    border-color: #75bfa1;
    background: url(/Themes/Native/Content/img/goTopHoverLine.png) no-repeat top 11px center, url(/Themes/Native/Content/img/goTopHover.png) no-repeat top 16px center, #75bfa1;
}
.flyout-cart {
	display: none;
}

/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 50px;
}
.fieldset .title,
.section .title {
	margin: 0 0 10px;
    text-transform: uppercase;
}
.fieldset .title strong,
.section .title strong {
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	margin: 0 0 25px;
	text-align: center;
	white-space: nowrap;
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	text-align: center;
    margin: 0 0 10px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 470px;
	max-width: 100%;
    vertical-align: middle;
    letter-spacing: 0;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.inputs .option-list li {
	float: left;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.inputs .option-list label {
	width: auto;
    display: inline;
}

.inputs.reversed {
	margin: 0 0 20px;
    text-align: center;
}
.required {
	margin: 0 -6px 0 3px; /*siblings offset fix*/
	font-size: 15px;
	color: #c00;
    font-weight: normal;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	display: block;
	font-size: 11px;
	color: #c00;
}
.field-validation-valid {
	display: block;
	font-size: 11px;
	color: #75bfa1;
}
.captcha-box {
	margin: 0 0 15px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10002;
	width: 100%;
	padding: 12px 25px 12px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
    background: #75bfa1;
    text-align: center;
    text-transform: uppercase;
}
.bar-notification.error {
	background: #f3594d;
    text-transform: uppercase;
    text-align: center;
}
.bar-notification .content {
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px; /*even numbers only*/
	height: 32px; /*even numbers only*/
	margin: 5px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url(/Themes/Native/Content/img/close.png) center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.ui-dialog {
    position: absolute !important;
	z-index: 1008;
	width: 350px !important;
	max-width: 95%;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background: #f7f5f2;
	padding: 10px;
	font-weight: bold;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px; /*even numbers only*/
	height: 24px; /*even numbers only*/
	margin: 6px;
	overflow: hidden;
	border: 1px solid #999;
	background: #fff url(/Themes/Native/Content/img/close.png) center no-repeat;
	text-indent: 999px;
	opacity: 0.7;
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 20px;
}
.ui-dialog .page-title {
    position: static;
    padding: 0;
    background: none;
    margin: 0 0 10px;
}
.ui-dialog .page-title h1 {
    font-size: 16px;
    text-align: left;
}
.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-buttonset button:hover {
	background: #f6f6f6;
}

.eu-cookie-bar-notification {
    position: fixed;
	left: 0;
    right: 0;
    bottom: 0;
	z-index: 1002;
    border-top: 1px solid #ddd;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	display: inline-block;
    margin: 0 20px 10px 0;
}
.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a {
    display: inline-block;
	border: 3px solid #ddd;
    padding: 5px 15px;
    margin: 0 55px 10px;
    color: #4b4846;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification a:hover {
	color: #fff;
    background: #75bfa1;
    border-color: #75bfa1;
}


/*********** HEADER ***********/



.admin-header-links {
	background: #f7f5f2;
    border-bottom: 1px solid #ddd;
	text-align: center;
}
.admin-header-links a {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
	font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0;
}
.admin-header-links a:only-child {
    display: block;
}

.header {
	position: relative;
	z-index: 1002;
	text-align: center;
    width: 95%;
}
.header:after {
	content: "";
	display: block;
	clear: both;
}
.header-logo {
	text-align: center;
    margin: 15px auto;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 75%;
    background-color: #75bfa1;
}
.header-options-wrapper{
    padding: 10px;
}
.header-links-wrapper {
	position: relative;
}
.header-links {
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: inline-block;
	margin: 0 10px;
    vertical-align: middle;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 13px; /*reset zeroing*/
	line-height: 32px;
}
.header-links a {
}
.header-links .cart-qty {
	background: url(/Themes/Native/Content/img/cart-icon.png) left center no-repeat;
	padding: 0 0 0 20px;
}

.search-box form {
	display: inline-block;
	position: relative;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.search-box input.search-box-text {
	float: left;
	width: 220px !important;
	height: 36px;
    border: none;
}
.search-box .search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	border: none;
	overflow: hidden;
	background: url(/Themes/Native/Content/img/icon-search.png) center no-repeat;
	text-indent: 999px;
    border-left: 1px solid #f7f5f2;
    color: #666;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	z-index: 1075 !important;
	width: 256px !important; /*default = txtfield + button*/
	max-width: 100%;
	border: 1px solid #ccc;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
	border-top: 1px solid #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
	border-top: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	display: block;
	padding: 8px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.header-selectors-wrapper {
	font-size: 0;
    margin-bottom: 10px;
}
.header-selectors-wrapper > div {
	display: inline-block;
	margin: 0 5px 5px;
}
.header-selectors-wrapper select {
	min-width: 100px;
    letter-spacing: 0;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block;
	margin: 0 1px;
}
.language-list a {
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


/*********** FOOTER ***********/



.footer {
	text-align: center;
}
.footer-blocks-holder{
    width: 85%;
    margin: 0 auto;
}

.footer-upper {
	margin: 0 0 20px;
	overflow: hidden;
}
.footer-upper-block {
    margin: 0 0 50px;
    font-size: 14px;
    line-height: 22px;
}
.footer-upper-block .title {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 20px;
}
.footer-upper-block .title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.footer-upper-block .title span{
    display: inline-block;
    box-shadow: 0 0 0 15px #fff;
    text-transform: uppercase;
    background: #fff;
}
.footer-upper-block p {
    color: #666;
    letter-spacing: 0;
}

.footer-upper-block.newsletter p{
    margin: 0 0 15px;
}
.newsletter-subscribe {
	margin: 0 0 40px;
    height: 80px; /*Mozilla Collapse Fix*/
    position: relative;
}
.footer-upper-block .newsletter .title{
    display: none;
}
.newsletter-email input[type="text"] {
	width: 100%;
    background: #f1f1f1;
    border: none;
    height: 40px;
    padding: 8px 12px;
    font: normal 14px 'Lato', sans-serif;
    color: #aaa;
    letter-spacing: 0;
}
.newsletter-email input[type="button"] {
	width: 100%;
	border: none;
	display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 10px;
    background: #373737;
    letter-spacing: 0;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.newsletter-email input[type="button"]:hover{
    opacity: .95;
}
.newsletter-subscribe .options{
    position: absolute;
    bottom: -33px;
}
.newsletter-subscribe .options span{
    display: inline-block;
    padding: 5px 0;
    margin: 0 10px 0 0;
}
.newsletter-subscribe .options span input{
    float: none;
    margin: 0;
}
.newsletter-validation,
.newsletter-result {
	width: 100%;
	overflow: hidden;
	line-height: 18px;
}
.newsletter-validation .please-wait {
	display: none !important;
}

.social-sharing {
}
.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 4px;
}
.social-sharing a {
	display: block;
	width: 40px;
	height: 40px;
	background: #c6c6c6 url(/Themes/Native/Content/img/social_sprite.png) no-repeat;
    border-radius: 50%;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.social-sharing a:hover{
    background-color: #75bfa1;
}
.social-sharing .facebook {
	background-position: 0 0;
}
.social-sharing .twitter {
	background-position: -39px 0;
}
.social-sharing .google {
	background-position: -79px 0;
}
.social-sharing .youtube {
	background-position: -120px 0;
}
.social-sharing .pinterest {
	background-position: -160px 0;
}
.social-sharing .vimeo {
	background-position: -200px 0;
}
.social-sharing .rss {
	background-position: -240px 0;
}
.social-sharing a.instagram {
	background: #c6c6c6 url(/Themes/Native/Content/img/instagram.png) no-repeat center;
}
.footer-middle{
    background: #f7f5f2;
    padding: 30px 0;
	overflow: hidden;
}
.footer-middle .footer-menu{
    display: none;
}
.footer-menu li{
    text-align: left;
    color: #666;
    font-size: 13px;
    letter-spacing: 0;
    overflow: hidden;
}
.footer-menu li a{
    display: block;
    position: relative;
    padding: 10px 0 10px 20px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.footer-menu li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
    background: #d1d1d1;
}
.footer-menu a:hover{
    color: #75bfa1;
}
.footer-menu a:hover:before {
    background: #75bfa1;
}
.footer-middle-block.opening-time .footer-menu li{
    padding: 10px 0 10px 20px;
    position: relative;
}
.footer-middle-block.opening-time .footer-menu li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 7px;
    background: #d1d1d1;
}
.footer-middle-block{
    margin: 0 0 15px;
}
.footer-middle-block:last-child{
    margin-bottom: 0;
}
.footer-middle-block.contact-info  li{
    padding: 10px 0 10px 50px;
}
.footer-middle-block.contact-info  li.address{
    background: url(/Themes/Native/Content/img/contact-address.png) no-repeat center left;
}
.footer-middle-block.contact-info  li.phone-fax{
    background: url(/Themes/Native/Content/img/contact-phone.png) no-repeat center left;
}
.footer-middle-block.contact-info  li.email-website{
    background: url(/Themes/Native/Content/img/contact-mail.png) no-repeat center left;
}
.footer-middle-block.contact-info ul span{
    display: block;
    vertical-align: middle;
    line-height: 1.7em;
}
.footer-middle-block .title {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 15px;
    z-index: 0;
    text-align: left;
    padding: 10px 22px 10px 0;
    cursor: pointer;

}
.footer-middle-block .title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 14px;
    z-index: -1;
}
.footer-middle-block .title span{
    display: inline-block;
    box-shadow: 0 0 0 10px #f7f5f2;
    text-transform: uppercase;
    background: #f7f5f2;
}
.footer-middle-block .title span::after {
    content: '';
    display: block;
    width: 22px;
    height: 19px;
    background: #f7f5f2 url(/Themes/Native/Content/img/footer-arrow.png) no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 14px;
}
.footer-menu .day{
    float: left;
}
.footer-menu .time{
    float: right;
}

.accepted-payment-methods {
    margin: 20px 0 0;
}
.accepted-payment-methods ul {
	font-size: 0;
}
.accepted-payment-methods li {
	display: inline-block;
	width: 40px;
	height: 32px;
	background: url(/Themes/Native/Content/img/payment_sprite.png) no-repeat;
    margin: 0 3px;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
	background-position: -40px 0;
}
.accepted-payment-methods .method3 {
	background-position: -80px 0;
}
.accepted-payment-methods .method4 {
	background-position: -120px 0;
}
.accepted-payment-methods .method5 {
	background-position: -160px 0;
}

.footer-lower {
	overflow: hidden;
    font-size: 14px;
    color: #666;
    padding: 20px 0 0;
}
.footer-lower .footer-blocks-holder > div{
    margin: 0 0 15px;
}
.footer-disclaimer{
    font-size: 11px;
}
.footer-disclaimer span{
    display: block;
}
.footer-tax-shipping a{
    text-decoration: underline;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.footer-tax-shipping a:hover{
    color: #75bfa1;
}
.footer-powered-by,
.footer-designed-by {
    font-size: 11px;
}
.footer-powered-by a,
.footer-designed-by a {
    color: #75bfa1;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.footer-powered-by a:hover,
.footer-designed-by a:hover{
    text-decoration: underline;
}
.footer-store-theme {
}
.footer-store-theme select {
	width: 170px;
}


/*********** HOME PAGE ***********/


body.home-page-body{
    background: #fff;
}
.home-page-body .master-column-wrapper {
	width: 100%;
}
.home-page .topic-block,
.home-page-category-grid,
.home-page-category-tabs .contents,
.home-page-category-tabs .titles,
.home-page .news-items,
.home-page .home-page-polls,
.home-page-bottom{
    width: 90%;
    margin: 30px auto;
}

.titles{
    margin: 0 0 30px;
}
.titles h3{
    font-size: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 20px;

}
.titles ul li{
    display: inline-block;
}
.titles ul span{
    display: block;
    color: #aaa;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
    border-right: 1px solid #ddd;
    padding: 0 20px;
    cursor: pointer;
    margin-bottom: 5px;
}
.titles ul li.active span{
    color: #75bfa1;
}
.titles ul li:last-child span{
    border: none;
}
.home-page-category-tabs .contents{
    position: relative;
}
.home-page-category-content{
    display: none;
}
.home-page-category-content.active{
    display: block;
}
.home-page-category-tabs .ajax-loading-overlay{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255, 0.9);
    z-index: 1;
}
.home-page-category-content .no-products-found{
    font-size: 14px;
    letter-spacing: 0;
}

/* Home Page Tabs Loader */
.loader,
.loader:before,
.loader:after {
  background: #888;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  display: block;
  text-indent: -9999em;
  margin: 15em auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #888;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #888;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #888;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #888;
    height: 5em;
  }
}

.home-page-category-tabs .ajax-loading-overlay.active {
    display: block;
}

.home-page-center-banner{
    margin: 70px 0;
}

.home-page-bottom{
    overflow: hidden;
}
.home-page-listbox{
    margin: 0 0 30px;
    text-align: left;
}
.home-page-listbox .title{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    margin: 0 0 33px;
}
.home-page-listbox .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.home-page-listbox .title strong {
    display: inline-block;
    box-shadow: 0 0 0 15px #fff;
    text-transform: uppercase;
    background: #fff;
}
.home-page-listbox .title{
    overflow: hidden;
}
.home-page-listbox .product-item{
    overflow: hidden;
}
.home-page-listbox .picture{
    width: 31%;
    float: left;
}
.home-page-listbox .picture a{
    display: block;
    position: relative;
}
.home-page-listbox .picture a:before {
    content: " ";
    display: block;
    padding-top: 100%;
}
.home-page-listbox .picture .item-overlay{
    display: none !important;
}
.home-page-listbox .picture img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.home-page-listbox .product-item{
    margin-bottom: 25px;
}
.home-page-listbox .details{
    margin-left: 37%;
}
.home-page-listbox .details h2{
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-page-listbox .details h2 a{
    display: block;
    min-height: 32px;
}
.home-page-listbox .description{
    display: none;
}
.home-page-listbox .actual-price{
    font-size: 14px;
    color: #75bfa1;
    font-weight: bold;
    letter-spacing: 0;
    margin-right: 5px;
}
.home-page-listbox .old-price{
    font-size: 13px;
    color: #cdcdcd;
    text-decoration: line-through;
}
.home-page-listbox .buttons{
    display: none;
}
.home-page-listbox .compare-products{
    display: none;
}

.home-page-banners .slider-wrapper{
    margin: 0 0 10px;
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
	margin: 0 0 20px;
	text-align: center;
}
.block .title {
   font-size: 17px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 15px;
    z-index: 0;
    text-align: left;
    padding: 10px 22px 10px 0;
    cursor: pointer;
}
.block .title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 14px;
    z-index: -1;
}
.block .title strong {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.block .title strong::after {
    content: '';
    display: block;
    width: 22px;
    height: 19px;
    background: #fff url(/Themes/Native/Content/img/footer-arrow.png) no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 14px;
}
.block .listbox {
	display: none;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}

.block .list {
}
.block .list li {
    text-align: left;
}
.block .list a {
	display: inline-block;
    position: relative;
	padding: 12px 10px 12px 20px;
    font-size: 14px;
    letter-spacing: 0;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.block .list a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
    background: #d1d1d1;
}
.block .list a:hover,
.block .list .active > a {
    color: #75bfa1;
}
.block .list .sublist > .inactive a:before {
    background: #d1d1d1;
}
.block .list a.active{
    color: #75bfa1;
}
.block .list a:hover:before,
.block .list .active a:before,
.block .list .sublist > .inactive:hover a:before {
    background: #75bfa1;
}
.block .list img {
	max-width: 100%
}
.block .sublist{
    margin-left: 10px;

}

.block .view-all {
	margin: 10px 0 0;
    text-align: left;
}
.block .view-all a {
	padding: 7px 3px;
    font-weight: bold;
    color: #75bfa1;
    display: inline-block;
}

.block .tags {
	margin: 0 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 16px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
    color: #75bfa1;
}
.block.block-recently-viewed-products .list a.product-picture{
    display: none;
}

.home-page-polls{
    margin: 0 0 50px;
    overflow: hidden;
}
.home-page-polls .title{
    display: none;
}
.poll{
    text-align: left;
    margin: 30px auto 50px;
}
.poll-title{
    display: block;
	margin: 0 0 10px;
    font-size: 15px;
    letter-spacing: 0;
    position: relative;
}
.poll-title::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.poll strong {
	display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
	overflow: hidden;
}
.poll-options li,
.poll-results li {
	display: block;
	padding: 10px 0;
    font-size: 14px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
    text-align: left;
}
.poll .buttons input {
    border: 3px solid #75bfa1;
    padding: 5px 15px;
    color: #4b4846;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.poll .buttons input:hover{
    color: #fff;
    background: #75bfa1;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}


/********** CATEGORY PAGE **********/



.filters-button {
    display: none;
}

.breadcrumb {
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li > * {
	font-size: 14px; /*reset zeroing*/
    padding: 15px 5px;
    display: inline-block;
    color: #555;
    letter-spacing: 0;
}
.breadcrumb .delimiter{
    color: #bababa;
}
.breadcrumb h1,
.breadcrumb strong {
	font-weight: normal;
    color: #75bfa1;
}
.breadcrumb a:hover * {
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 26px 0 20px;
}
.product-filters {
	display: none;
}

.grid-navigation{
    padding: 15px 0;
    margin: 60px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.product-selectors {
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: block;
    width: 250px;
	margin: 5px auto;
    text-transform: uppercase;
    color: #555;
    vertical-align: middle;
}
.product-selectors select {
    height: 30px;
	margin: 0 5px;
    color: #555;
    background: #f1f1f1;
    border: none;
}
div.product-viewmode {
    display: none;
}


.pager {
	margin: 20px 0;
    text-align: center;
    width: 100%;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 5px;
}
.pager li * {
	display: block;
	min-width: 32px;
	overflow: hidden;
	padding: 8px;
    background: #f1f1f1;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
	cursor: pointer;
    color: #4b4846;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.pager li span {
	background-color: #75bfa1;
    color: #fff;
}
.pager li a:hover {
	background-color: #75bfa1;
    color: #fff;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-repeat: no-repeat;
	text-indent: -999px;
}
.pager li.previous-page * {
	background-image: url(/Themes/Native/Content/img/arrows-sprite.png);
    background-position: left -10px top -9px;
}
.pager li.next-page * {
	background-image: url(/Themes/Native/Content/img/arrows-sprite.png);
    background-position: right -10px top -9px;
}
.pager li.first-page * {
	background-image: url(/Themes/Native/Content/img/arrows-sprite.png);
    background-position: left -10px top -109px;
}
.pager li.last-page * {
	background-image: url(/Themes/Native/Content/img/arrows-sprite.png);
    background-position: right -10px top -109px;
}
.pager li.previous-page *:hover{
    background-position: left -10px top -59px;
}
.pager li.next-page *:hover{
    background-position: right -10px top -59px;
}
.pager li.first-page *:hover{
    background-position: left -10px top -159px;
}
.pager li.last-page *:hover{
    background-position: right -10px top -159px;
}


.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	width: 100%;
	margin: 0 auto 60px;
    max-width: 300px;
    overflow: hidden;
}
.item-box:before {
}
.item-box .product-item {
}
.item-box .picture {
	z-index: 1;
	overflow: hidden;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
    max-height: 100%;
	margin: auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.item-box .picture .compare-products{
    display: none;
}
.item-box .details {
}
.item-box .product-title{
    margin-bottom: 12px;
	overflow: hidden;
    font-size: 16px !important;
    text-transform: uppercase;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
}
.item-box .product-rating-box {
    display: inline-block;
	margin: 0 0 5px;
    display: none;
}
.product-grid .item-box .picture{
    margin-bottom: 10px;
}
.product-item .rating {
	background: url(/Themes/Native/Content/img/rating1.gif) repeat-x top left;
	width: 70px;
    height: 12px;
    margin-bottom: 8%;
}
.product-item .rating div {
	background: url(/Themes/Native/Content/img/rating2.gif) repeat-x top left;
    height: 12px;
}
.item-box .description {
	display: none;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0 0 20px;
    overflow: hidden;
    letter-spacing: 0;
}
.item-box .old-price {
	color: #c7c7c7;
    font-size: 15px;
    vertical-align: middle;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-weight: bold;
    font-size: 17px;
    margin: 0 10px 0 0;
    color: #75bfa1;
    vertical-align: middle;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
}
.item-box input[type="button"] {
	border: 3px solid #75bfa1;
	padding: 9px 25px;
    font-size: 14px;
    color: #4b4846;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
}

.home-page-category-grid,
.sub-category-grid {
	margin: 70px auto;
}
.home-page-category-grid .item-box .picture a:before,
.sub-category-grid .item-box .picture a:before{
    padding-top: 120%;
}
.home-page-category-grid,
.sub-category-grid{

}
.home-page-category-grid .item-box,
.sub-category-grid .item-box{
    max-width: 280px;
    margin: 0 auto 15px;
}
.item-box .title{
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
    width: 92.5%;
    font-size: 19px;
    letter-spacing: 0;
    color: #fff;
    background-color: rgba(34,34,34,.6);
}
.item-box .title:before{
    content: '';
    display: block;
    width: 28px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item-box .title a{
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0;
    padding: 11px 10px 11px 45px;
}

.product-grid,
.product-list {
	margin: 0 auto;
}
.product-grid .title {
	margin-bottom: 25px !important;
    font-size: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.product-grid .title strong {
	font-weight: bold;
}

.item-box .manufacturer-item .title,
.item-box .vendor-item .title{
    position: static !important;
    font-size: 20px;
    background: none;
    color:  #4b4846;
    position: relative;
    margin: 0;
    width: 100%;
}
.item-box .manufacturer-item .title:before,
.item-box .vendor-item .title:before{
    display: none;
}
.item-box .manufacturer-item .title a,
.item-box .vendor-item .title a{
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.vendor-list li{
    display: inline-block;
    margin: 5px 0;
}
.vendor-list a{
    display: block;
    font-size: 18px;
    color: #888;
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.vendor-list a:hover{
    color: #fff;
    border-color: #75bfa1;
    background: #75bfa1;
}

.contact-vendor input[type='button']{
    border: 3px solid #ddd;
    padding: 9px 25px;
    font-size: 14px;
    color: #4b4846;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.contact-vendor input[type='button']:hover{
    color: #fff;
    background-color: #75bfa1;
    border-color: #75bfa1;
}

.cross-sells .item-box input[type="button"]{
    margin: 0;
}

.tax-shipping-info{
    display: block;
}
.tax-shipping-info a{
    text-decoration: underline;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.tax-shipping-info a:hover{
    color: #75bfa1;
}


/********** PRODUCT PAGE **********/



.product-essential {
	margin: 39px 0 0;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 0 30px;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
.gallery .picture {
	position: relative;
	width: 320px;
	max-width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
	background: #fff;
}
.gallery .picture:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .picture-thumbs a {
	display: inline-block;
	position: relative;
	width: 18%;
	margin: 0 5px 10px;
	overflow: hidden;
	background: #fff;
    border: 2px solid transparent;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.gallery .picture-thumbs a:before{
    content: " ";
    display: block;
    padding-top: 100%;
}
.gallery .picture-thumbs a:hover{
    border: 2px solid #75bfa1;
}

/*Default Zoom start*/
#lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter,
#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(/Themes/Native/Content/img/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	top: 0;
	left: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink,
#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
}
#lbPrevLink {
	left: 0;
}
#lbNextLink {
	right: 0;
}
#lbBottom {
	border: 10px solid #fff;
	border-top: none;
	text-align: left;
	line-height: 1.4em;
	font-size: 10px;
	color: #666;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 5px 0;
	outline: none;
	background: url(/Themes/Native/Content/img/closelabel.gif) no-repeat center;
}
#lbCaption,
#lbNumber {
	margin: 0 70px 0 0;
}
#lbCaption {
	font-weight: bold;
}
#fancybox-wrap {
	z-index: 10010 !important;
}
/*Default Zoom end*/

.product-details-page .overview {
	position: relative;
	margin: 0 0 70px;
}
.overview .product-name {
	margin: 0 0 20px;
}
.overview .product-name h1 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 24px;
}
.overview .short-description {
    font-size: 13px;
    letter-spacing: 0;
	margin: 0 0 30px;
}
.overview .short-description:before{
    content: '';
    display: block;
    height: 4px;
    width: 37px;
    background: #4b4846;
    margin: 25px auto;
}
.overview .buttons,
.back-in-stock-subscription,
.download-sample {
	margin: 0 0 15px;
	font-size: 0;
    vertical-align: top;
}
.back-in-stock-subscription-page .tooltip{
    font-size: 13px;
    letter-spacing: 0;
    margin: 0 0 30px;
}
.back-in-stock-subscription-page button{
    height: 35px;
    background: none;
    border: 2px solid #ddd;
    padding: 0 10px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    letter-spacing: 0;
}
.overview .buttons div {
	display: inline-block;
	margin: 0 5px 10px;
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.download-sample a {
	display: block;
    width: 40px;
    height: 40px;
	border: 2px solid #ddd;
    background: none;
	text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.overview .subscribe-button:hover,
.download-sample a:hover{
    background-color: #75bfa1;
    border-color: #75bfa1;
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background: url(/Themes/Native/Content/img/buttons-sprite.png) no-repeat top left;
}
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover {
    background-position: left top -35px;
}
.overview .add-to-compare-list-button {
    background: url(/Themes/Native/Content/img/buttons-sprite.png) no-repeat top left -37px;
}
.overview .add-to-compare-list-button:hover{
    background-position: top -35px left -37px;
}
.overview .email-a-friend-button {
    background: url(/Themes/Native/Content/img/buttons-sprite.png) no-repeat top left -74px;
}
.overview .email-a-friend-button:hover{
    background-position: top -35px left -74px;
}
.overview .subscribe-button {
    background: url(/Themes/Native/Content/img/buttons-sprite.png) no-repeat top left -148px;
    text-indent: initial;
    width: auto;
    padding: 0 10px 0 35px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    letter-spacing: 0;
}
.overview .subscribe-button:hover{
    background-position: top -35px left -148px;
    color: #fff;
}
.download-sample a {
     background: url(/Themes/Native/Content/img/buttons-sprite.png) no-repeat top left -112px;
}
.download-sample a:hover{
    background-position: top -35px left -112px;
}

.overview .discontinued-product {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
}
.overview .discontinued-product h4{
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
}

.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .stock, .variant-overview .stock,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
	margin: 0 0 5px;
    text-transform: uppercase;
}
.overview .value,
.variant-overview .value {
    color: #75bfa1;
}
.overview .value a,
.variant-overview .value a {
	text-decoration: underline;
}
.free-shipping {
	display: inline-block;
    margin: 10px auto 15px;
	border: 2px solid #ddd;
    background: #eee;
    padding: 10px 17px;
	text-align: center;
    font-size: 12px;
    color: #888;
    letter-spacing: 0;
    text-transform: uppercase;
}
.overview .manufacturers {
	margin: 0 0 25px; /*not present in variant-overview*/
}
.product-no-reviews,
.product-reviews-overview {
	margin: 0 0 20px; /*not present in variant-overview*/
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
	width: 70px;
	height: 12px;
	background: url(/Themes/Native/Content/img/rating1.gif) repeat-x;
}
.product-review-box .rating div {
	height: 12px;
	background: url(/Themes/Native/Content/img/rating2.gif) repeat-x;
}
.product-review-links a:hover,
.product-no-reviews a:hover {
    color: #75bfa1;
    text-decoration: underline;
}

.overview .prices,
.variant-overview .prices {
	margin: 10px 0;
	overflow: hidden;
}
.overview .prices label,
.variant-overview .prices label{
    display: none;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
    letter-spacing: 0;
    display: inline-block;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 18px;
	color: #c6c6c6;
	text-decoration: line-through;
    display: inline-block;
}
.overview .old-product-price >*,
.variant-overview .old-product-price >* {
    vertical-align: top;
    margin-left: 10px;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 24px;
	color: #75bfa1;
}
.non-discounted-price {
    display: block !important;
    font-size: 18px;
    color: #c6c6c6;
}
.prices .non-discounted-price > label,
.prices .non-discounted-price ~ .product-price > label  {
    display: inline-block;
}
.customer-entered-price {
	overflow: hidden;
    padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #ddd;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 0 10px;
}
.customer-entered-price .enter-price-input {
    width: 60px;
    text-align: center;
    margin: 0 0 0 10px;
}
.customer-entered-price .enter-price-label {
    margin: 0 0 10px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.customer-entered-price .price-range {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #75bfa1;
    padding: 10.5px 0px;
}
.overview .prices > div.tax-shipping-info{
    display: block;
}

.overview .add-to-cart {
	margin: 0 0 35px;
    padding: 35px 0 0;
    border-top: 1px solid #ddd;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
	line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 15px;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 42px;
    height: 40px;
	padding: 12px 5px;
	text-align: center;
    font-size: 14px;
    margin-right: 15px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    border: 3px solid #75bfa1;
    padding: 8.5px 25px;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    color: #4b4846;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
    color: #fff;
    background: #75bfa1;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.min-qty-notification {
    margin: 0 0 10px;
    font-size: 13px;
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}

.full-description {
	clear: both;
	margin: 0 0 70px;
	line-height: 20px;
    font-size: 13px;
    color: #666;
    letter-spacing: 0;
}

.product-collateral {
	margin: 30px 0 70px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.product-collateral .title strong {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.tier-prices .prices-header {
	margin: 0 0 10px;
}
.tier-prices .field-header {
	min-width: 100px;
}

.product-variant-list {
}
.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px;
}
.product-variant-line:last-child{
    border-bottom: none;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 20px;
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 20px;
}
.variant-overview .tier-prices{
    margin: 0 0 30px;
}
.variant-overview .add-to-cart {
    margin: 25px 0;
}
.variant-overview .add-to-wishlist-button {
	margin-left: 15px;
}

/*Jquery Tabs start*/
.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
    margin: 15px 0;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
}
.ui-tabs .ui-tabs-nav li a {
	display: inline-block;
	padding: 6px 15px 6px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaa;
    position: relative;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.ui-tabs .ui-tabs-nav li:hover a {
    color: #75bfa1;
}
.ui-tabs .ui-tabs-nav li a:after{
    content: '/';
    display: inline;
    margin: 0 0 0 18px;
    color: #aaa !important;
}
.ui-tabs .ui-tabs-nav li:last-child a:after{
    display: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a {
	color: #4b4846;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
.ui-tabs .ui-state-active.ui-tabs-active a:after {
    color: #4b4846 !important;
}
.ui-tabs .ui-tabs-panel {
	background: #fff;
	padding: 12px 0;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*Jquery Tabs end*/

.product-specs-box,
.product-tags-box {
	margin: 0 0 20px;
}
.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 13px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.product-tags-list li a:hover{
    color: #75bfa1;
}

.attributes {
	margin: 20px 0;
}
.attributes dl {
	overflow: hidden;
}
.attributes dt {
	display: block;
	margin: 0 0 10px;
	white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.attributes dd {
	margin: 0 0 10px;
}
.attributes li {
	margin: 10px 0;
}
.attributes select {
	width: auto;
	max-width: 100%;
    height: 35px;
    color: #aaa;
}
.attributes .option-list li > * {
	display: inline;
	padding: 0 5px;
	vertical-align: middle;
}
.attributes .option-list.color-squares li > * {
    display: inline-block;
}
.attributes input[type='text']{
    width: 100%;
    max-width: 100%;
}
.attributes textarea {
    min-height: 60px;
    width: 100%;
}
.attributes .date-pickers select{
    width: 33.3333%;
    border-left: none;
}
.attributes .date-pickers select:first-child{
    border-left: 1px solid #ddd;
}
.attributes .qq-upload-button {
    text-transform: uppercase;
    width: 140px;
    background: #75bfa1;
    padding: 10px 15px;
    margin: 0 auto;
}
.attributes .qq-upload-button:hover{
    opacity: .9;
}
.attributes .required {
    vertical-align: middle;
    line-height: 15px;
}

.attributes .datepicker {
	width: 100%;
}
.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
    margin-top: -1px;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #f7f5f2;
	color: #4b4846;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url(/Themes/Native/Content/img/arrows-sprite.png) top -8px left -8px no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url(/Themes/Native/Content/img/arrows-sprite.png) top -8px right -8px no-repeat;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
    border: 1px solid #ddd;
    border-bottom: none;
}
.ui-datepicker-calendar th {
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ddd;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.ui-datepicker-calendar td a:hover{
    color: #75bfa1;
}
.ui-datepicker-calendar .ui-state-active{
    background: #f7f5f2;
}
.ui-datepicker-calendar .ui-datepicker-today{
    color: #75bfa1;
}

.color-squares {
	font-size: 0;
}
.color-squares li {
	display: inline-block;
	margin: 0;
}
.color-squares .color-container {
    display: block;
    border: 2px solid transparent;
    position: relative;
    z-index: 0;
}
.color-squares label {
    overflow: hidden;
}
.color-squares .color {
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    border: 2px solid #ddd !important;
    cursor: pointer;
}
.color-squares .selected-value .color-container {
    border-color: #ddd;
}
.color-squares .selected-value .color {
    border-color: transparent !important;
}
.color-squares li input {
	position: relative;
	z-index: -1;
	margin: -30px 5px 0;
}
.spec-value .color-squares .color {
    cursor: default;
}
.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #ddd;
    text-align: center;
    visibility: hidden;
}
.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0; height: 0;
    border-bottom: 7px solid #ddd;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0; height: 0;
    border-bottom: 6px solid #f7f5f2;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.color-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -85px;
    margin-top: 5px;
    z-index: 999;
    padding: 0;
}
.tooltip-container .tooltip-header {
    background-color:#F6F6F6;
    height:25px;
    padding-top:5px;
    width: 198px;
    font-size: 11px;
    border-bottom: 1px #f7f5f2 solid;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.tooltip-container .tooltip-body {
    margin: 5px;
}
.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 20px;
}
.giftcard label {
    display: block;
    margin: 0 0 10px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea{
	height: 150px;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a{
    color: #75bfa1;
    font-weight: normal;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
    margin: 0 0 25px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}
.write-review {
	margin: 10px 0 50px;
}
.write-review .form-fields {
	margin: 0 0 25px;
}
.ui-tabs .form-fields {
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    vertical-align: middle;
    margin: 0 0 10px;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    height: 17px;
}
.write-review .review-rating li.first {
	color: #c00;
}
.write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
}
.write-review .review-rating li:nth-child(2) input {
	vertical-align: baseline;
}
.write-review .review-rating li.last {
	color: #690;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
	border: 3px solid #75bfa1;
    padding: 9px 25px;
    color: #4b4846;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.write-review .button-1:hover {
    color: #fff;
    background: #75bfa1;
}
.product-reviews-page .result,
.product-reviews-page .validation-summary-errors {
    margin: 10px 0 25px;
    font-size: 17px;
    text-transform: uppercase;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 60px;
    font-size: 13px;
    letter-spacing: 0;
}
.product-review-item .review-item-head {
	position: relative;
	padding: 15px 0;
}
.product-review-item .review-title {
	text-transform: uppercase;
    font-size: 14px;
    display: block;
    position: relative;
    z-index: 1;
}
.product-review-item .review-title strong {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.product-review-item .review-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.product-review-item .product-review-box {
    margin: 15px 0;
}
.product-review-item .review-text {
	margin: 0 0 25px;
    line-height: 1.5em;
}
.product-review-item .review-info {
    margin: 5px 0 15px;
}
.product-review-helpfulness{
    color: #999;
    font-size: 12px;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.product-review-item .review-info a{
    color: #75bfa1;
    text-transform: uppercase;
    text-decoration: none;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-page{
    margin: 70px 0;
}
.wishlist-page .page-title{
    top: 50px;
    text-align: center;
    background: none;
}
.wishlist-page .page-title h1 {
    float: none;
}
.wishlist-page .page-title:before{
    display: none;
}
.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 0 0 10px;
}
.wishlist-content .tax-shipping-info {
    text-align: center;
    padding: 20px 0 0;
}
.wishlist-content .buttons {
	font-size: 0;
    padding: 20px;
    text-align: center;
}
.wishlist-content .button-2 {
	border: 3px solid #ddd;
    padding: 9px 25px;
    margin: 0 5px 10px;
    font-size: 14px;
    color: #4b4846;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.wishlist-content .button-2:hover{
    color: #fff;
    background-color: #75bfa1;
    border-color: #75bfa1;
    background-position: top left -36px;
}
.wishlist-content .wishlist-add-to-cart-button{
    border-color: #75bfa1;
}
.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.wishlist-page .share-info a:hover {
    text-decoration: underline;
    color: #75bfa1;
}

.no-items-found,
.no-data,
.no-address,
.no-orders{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 20px;
    text-align: center;
    position: relative;
}

.compare-products-page {
	overflow: hidden;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 5px 0 6px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.compare-products-page .clear-list:hover{
    color: #75bfa1;
}
.compare-products-table {
	display: none;
}
.compare-products-table-mobile{
    margin: 0 0 70px;
}
.compare-products-page .button-2 {
    background: none;
    border: 2px solid #ddd;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    letter-spacing: 0;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.compare-products-page .button-2:hover {
    color: #fff;
    background-color: #75bfa1;
    border-color: #75bfa1;
}
.compare-products-page img {
	max-width: 100%;
}
.compare-products-page .color-squares .color {
    cursor: default;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 20px;
}
.home-page .topic-block {
	margin: 0 auto 40px;
}
.home-page .topic-block p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}
.topic-block-title{
    margin: 60px 0 20px;
}
.topic-block-title h2, .topic-block-title h1 {
    letter-spacing: 0;
    font-size: 24px;
    text-transform: uppercase;
}
.topic-block-body {
	line-height: 20px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.topic-block a:hover,
.topic-page a:hover{
    color: #75bfa1;
}
.topic-page .page-body {
	line-height: 20px;
}
.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #c00;
    text-transform: uppercase;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 36px !important;
	border: none !important;
	background: none !important;
	padding: 0 15px !important;
	font-size: 16px !important;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 32px;
    border: 2px solid #ddd !important;
    margin: 0 0 0 10px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.enter-password-form input[type="submit"]:hover{
    color: #fff;
    border-color: #75bfa1 !important;
    background: #75bfa1 !important;
}
.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields{
	margin: 0 0 15px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
	border: 3px solid #75bfa1;
    padding: 9px 35px;
    color: #4b4846;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
    color: #fff;
    background: #75bfa1;
}
.email-a-friend-page .title {
	margin: 10px 0 25px;
}
.email-a-friend-page .title h2 {
	font-size: 17px;
    text-transform: uppercase;
}
.email-a-friend-page .title a:hover{
    color: #75bfa1;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .title {
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    margin: 10px 0 25px;
    z-index: 0;
}
.registration-page .title strong{
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.registration-page .date-of-birth select,
.account-page .date-of-birth select {
	width: 156.5px; /*birth-date selectors, always single line*/
    max-width: 33%;
    border-left: none;
}
.registration-page .date-of-birth select:nth-of-type(1),
.account-page .date-of-birth select:nth-of-type(1){
    border-left: 1px solid #ddd;
}
.registration-page select + select,
.account-page select + select {
	margin: 0;
}
.gender span{
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    width: 235px;
    max-width: 50%;
    border: 1px solid #ddd;
}
.gender span:nth-of-type(1){
    border-right: none;
}
.gender span > * {
	display: inline !important;
	vertical-align: middle;
	line-height: 36px;
}
.gender label{
    padding: 0 0 0 5px;
}
#check-availability-button {
    font-size: 12px;
	margin: 20px 0;
    padding: 5px 15px;
    border: 3px solid #75bfa1;
    color: #4b4846;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
#check-availability-button:hover{
    color: #fff;
    background: #75bfa1;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
	font-size: 11px;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	font-size: 12px; /*reset zeroing*/
}
.accept-privacy-policy {
	margin: 0 0 20px;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.accept-privacy-policy a {
	font-weight: bold;
}
.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 {
	border: 3px solid #75bfa1;
    padding: 9px 35px;
    margin: 0 10px 10px 0;
    color: #4b4846;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.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 {
    color: #fff;
    background: #75bfa1;
}
.registration-result-page .result {
	margin: 10px 0 20px;
    font-size: 17px;
	color: #75bfa1;
    text-transform: uppercase;
    font-weight: bold;
}
.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title {
	margin: 10px 0 25px;
	font-size: 17px;
    text-transform: uppercase;
}
.login-page .new-wrapper {
	margin: 0 0 30px;
}
.login-page .inner-wrapper {
}
.login-page .text {
	margin: 0 0 25px;
    line-height: 1.5em;
}
.login-page .inputs.reversed * {
	margin: 5px 5px 0 0;
	font-size: 12px; /*reset zeroing*/
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.login-page .inputs.reversed .forgot-password{
    margin: 5px 0 5px 25px;
}
.login-page .inputs.reversed .forgot-password a{
    margin: 0;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.login-page .inputs.reversed .forgot-password a:hover{
    color: #75bfa1;
}
.login-page .topic-block-title:after{
    display: none;
}
.external-authentication {
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 26px 0 20px;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.account-page .title {
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    margin: 10px 0 25px;
    z-index: 0;
}
.account-page .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.account-page .title strong{
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.account-page .button-2,
.order-details-page .page-title a {
	border: none;
    background: none;
    color: #4b4846;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    font-size: 12px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.account-page .button-2:hover,
.order-details-page .page-title a:hover {
    color: #75bfa1;
}
.account-page .edit-address-button,
.account-page .order-details-button,
.account-page .delete-address-button,
.account-page .return-items-button,
.order-details-page .page-title a{
    background: #4b4846 url(/Themes/Native/Content/img/account-page-btns.png) no-repeat;
}
.account-page .edit-address-button,
.account-page .order-details-button{
    background-position: top -3px left 0;
}
.account-page .delete-address-button,
.account-page .delete-selected-biss-button{
    background-position: top -24px left 0;
}
.account-page .return-items-button{
    background-position: top -43px left 0;
}
.order-details-page .page-title .pdf-invoice-button{
    background-position: top -84px left 0;
}
.order-details-page .page-title .pdf-order-button{
    background-position: top -84px left 0;
}
.order-details-page .page-title .print-order-button{
    background-position: top -62px left 0;
}
.account-page .edit-address-button:hover,
.account-page .order-details-button:hover,
.account-page .delete-address-button:hover,
.account-page .return-items-button:hover,
 .order-details-page .page-title a:hover{
    background-color: #75bfa1;
}
.order-details-buttons-wrapper{
    margin-top: 20px;
}

.account-page .edit-address {
	margin: 26px 0 20px;
}
.account-page .description {
	margin: 0 0 20px;
}
.account-page .delete-selected-biss-button {
    display: inline-block;
    border: 2px solid #ddd;
    padding: 6.5px 10px;
    color: #4b4846;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    margin: 15px 0;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.account-page .delete-selected-biss-button:hover{
    color: #fff;
    background: #75bfa1;
    border-color: #75bfa1;
}
.back-in-stock-subscription-list-page,
.forum-subscriptions-page,
.downloadable-products-page,
.change-password-page,
.avatar-page{
    margin-top: 26px;
}

.section.address-item,
.section.order-item{
    margin: 0 0 40px;
}
.address-list-page .info,
.order-list-page .info {
	margin: 0 0 40px;
	line-height: 20px;
}
.address-list-page .add-button {
	margin: 0 0 15px;
}

.return-request-list-page li{
    margin: 0 0 5px;
}
.return-request-list-page a {
	font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.return-request-list-page a:hover{
    color: #75bfa1;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}

.downloadable-products-page td{
    text-align: center;
}
.downloadable-products-page td.product,
.downloadable-products-page th.product,
.back-in-stock-subscription-list-page th.product,
.forum-subscriptions-page th.info{
    text-align: left;
    font-size: 12px !important;
}

.reward-points-page .pager {
    margin: 15px 0;
}
.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ddd;
}
.avatar-page input[type="file"] {
	width: 250px;
	overflow: hidden;
}
.avatar-page input[type="submit"].upload-avatar-button {
	padding: 4px 10px;
    color: #fff;
    font-size: 12px;
    background: #75bfa1;
}
.avatar-page input[type="submit"].upload-avatar-button:hover{
    opacity: .9;
}
.avatar-page .info {
	margin: 0 0 20px;
}
.terms-of-agreement{
    padding:0 0 30px 0;
}
.user-agreement-page {
    text-align:left;
}
.user-agreement-page .button-1{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #75bfa1;
    color: #4b4846444;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 10px 10px 0;
    padding: 9px 35px;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
}

.my-product-reviews-list-page .product-review-item .review-item-head {
    padding: 10px 0;
}
.my-product-reviews-list-page .product-review-item .review-title {
    font-size: 17px;
}

/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
	margin: 50px 0;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 10px;
    width: 90px;
}
.order-progress a {
    display: block;
	font-size: 12px; /*reset zeroing*/
    text-transform: uppercase;
}
.order-progress a:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url(/Themes/Native/Content/img/arrows-sprite.png) no-repeat right -4px top -3px;
    border: 3px solid #d3d3d3;
    margin: 0 auto 10px;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.active-step a:before{
    border-color: #75bfa1;
}
.order-progress li.inactive-step a {
	color: #888;
	cursor: default;
}

.shopping-cart-page .buttons{
    margin: 0 0 70px;
}
.shopping-cart-page .page-title h1{
    float: none;
}
.shopping-cart-page .page-title{
    margin: 0 0 50px;
}
.shopping-cart-page .page-title:before{
    display: none;
}

.shopping-cart-page .button-1,
.checkout-page .button-1,
.shopping-cart-page .button-2,
.checkout-page .button-2 {
	border: 3px solid #ddd;
    padding: 9px 25px;
    margin: 0 5px 10px;
    font-size: 14px;
    color: #4b4846;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover {
    color: #fff;
    background-color: #75bfa1;
    border-color: #75bfa1;
    background-position: top left -36px;

}
.shopping-cart-page .button-1:disabled {
    opacity: .5;
    cursor: default;
}
.shopping-cart-page .button-1:disabled:hover {
    color: inherit;
    background: #fff;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 18px;
	height: 18px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background: #fff url(/Themes/Native/Content/img/close.png) left 4px center no-repeat;
	cursor: pointer;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}
.selected-checkout-attributes {
	margin: 10px 0 20px;
	text-align: center;
}
.shopping-cart-page .common-buttons {
	font-size: 0;
    padding: 20px;
}
.shopping-cart-page .common-buttons input {
	min-width: 150px;
	margin: 0 5px 5px;
}

.shopping-cart-page .tax-shipping-info {
    padding: 10px 0 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
}

.checkout-attributes {
	margin: 20px 0 0;
	text-align: center;
}
.checkout-attributes dt {
	margin: 15px 0 5px;
	font-weight: bold;
}
.checkout-attributes dd{
    overflow: hidden;
}
.checkout-attributes ul {
}
.checkout-attributes li {
	line-height: 24px;
}
.checkout-attributes li * {
	vertical-align: middle;
    text-transform: uppercase;
}
.checkout-attributes select{
    border-left: none;
}
.checkout-attributes select:first-child{
    border-left: 1px solid #ddd;
}
.checkout-attributes .color-squares li{
    line-height: initial;
}
.checkout-attributes .qq-upload-button{
    margin: 0 auto;
    text-transform: uppercase;
    width: 120px;
    background: #75bfa1;
}
.checkout-attributes .qq-upload-button:hover{
    opacity: .9;
}
.checkout-data .payment-info{
    line-height: 1.5em;
}
.checkout-data .payment-info td select,
.checkout-data .payment-info td input{
    margin-bottom: 5px;
}
.checkout-data .payment-info td input{
    width: 300px !important;
}
.checkout-page .order-completed{
    text-align: center;
}

.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 370px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-footer .total-info {
	margin: 0 0 15px;
}
.cart-total{
    width: 370px;
    border: 30px solid #f7f5f2;
    background: #f7f5f2;
}
.cart-total td {
	width: 50%;
	padding: 5px;
    font-size: 14px;
}
.cart-total-left,
.cart-total-left-below{
    text-align: right;
}
.cart-total-right{
    text-align: right;
}
.cart-total strong{
    font-weight: normal;
}
.order-total-price *{
    font-size: 18px;
}
.order-total-price .cart-total-left{
    text-transform: uppercase;
}
.order-total-price .cart-total-right{
    color: #75bfa1;
}
.cart-total .order-total {
	font-size: 16px;
	color: #75bfa1;
}
.terms-of-service {
	margin: 0 0 20px;
}
.terms-of-service label {
    cursor: pointer;
    color: #666;
}
.terms-of-service span {
	font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.terms-of-service span:hover{
    color: #75bfa1;
}
.cart-footer .button-1 {
    border-color: #75bfa1;
    background: #fff;
}

.cart-collaterals {
	width: 370px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
	margin: 0 0 15px;
    font-size: 18px;
    position: relative;
}
.cart-collaterals .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.cart-collaterals .title strong{
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.cart-collaterals .hint {
	margin: 0 0 15px;
    color: #666;
    font-size: 13px;
}
.cart-collaterals .deals > div {
	margin: 0 0 43px;
    position: relative;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
}
.cart-collaterals .deals .hint{
    min-height: 41px;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 56%;
	height: 36px; /*safari padding fix*/
	margin: 0 -1px 0 0;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
    width: 44%;
    height: 36px; /*safari padding fix*/
    margin: 0;
    padding: 3px;
    font-size: 12px;
}
tr.checkout-button-row{
    display: none;
}
.shopping-cart-page tr.checkout-button-row{
    display: table-row;
}
.shopping-cart-page td.checkout-button-cell {
    width: 100%;
    vertical-align: bottom;
    padding: 0;
    padding: 20px 0 0;
}
.shopping-cart-page td.checkout-button-cell button{
    margin: 0;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
    color: #75bfa1;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 15px 0;
}
.cart-collaterals .shipping-results strong{
    text-transform: uppercase;
    display: block;
}

.checkout-page .button-1{
    margin: 0;
}
.checkout-page input[type='submit']{
    border-color: #75bfa1
}
.checkout-page .section {
	margin: 30px 0;
}
.checkout-page .section .title{
    font-size: 18px;
    margin: 20px 0;
    font-weight: bold;
}
.checkout-page .order-summary-body{
    margin: 70px 0;
}
.checkout-page .section .selector{
    margin: 0 0 10px;
    text-transform: uppercase;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	margin: 0 0 20px;
}
.checkout-page .address-item .select-button {
	margin: 20px 0 0;
}
.checkout-page .address-item li {
	padding: 2px 0;
    margin: 0 0 5px;
}
.checkout-page .address-item .custom-attributes-view{
    line-height: 2em;
}
.checkout-page .address-item li.name {
	margin: 0 0 10px;
    text-transform: uppercase;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 16px;
}
.checkout-page .edit-address {
	margin: 0 0 20px;
}
.checkout-page .edit-address .custom-attributes .option-list li > * {
    width: auto;
    display: inline-block;
    margin: 0 6px 6px 0;
}
.checkout-page .select-pickup-point {
    margin: 0 0 20px;
}
.checkout-page .pickup-points-map {
    height: 300px;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 20px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 0 0 20px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
    text-transform: uppercase;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}
.use-reward-points {
	margin: 0 0 15px;
}
.payment-info .info {
	margin: 0 0 20px;
}
.method-name .payment-method label{
    display: block;
}
.payment-info .info td{
    display: block;
}
.payment-info .info td {
    text-transform: uppercase;
}
.payment-info .info tr:only-child td{
    text-transform: none;
}
.min-order-warning {
    display: block;
    text-align: center;
}
.confirm-order .buttons{
    text-align: center;
}
.confirm-order .button-1 {
	margin: 0 0 20px;
	font-size: 18px;
    border-color: #75bfa1;
}
.order-review-data ul,
.shipment-overview ul {
	margin: 0 0 30px;
}
.order-review-data li,
.shipment-overview li {
	padding: 2px 0;
}
.order-review-data .title,
.shipment-overview .title,
.order-details-area .title,
.order-number strong {
	margin: 30px 0 10px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.order-review-data .title:first-child,
.shipment-overview .title:first-child,
.order-details-area .title:first-child {
	margin-top: 0;
}
.order-completed .details {
	margin: 0 0 20px;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-weight: bold;
}
.order-completed .button-2{
    margin: 0;
}

.opc-page .page-title{
    margin: 0 0 30px;
}
.opc-page .page-title h1{
    float: none;
}
.opc-page .page-title:before{
    display: none;
}
.opc .step-title {
	margin-bottom: 1px;
	overflow: hidden;
	padding: 10px;
    text-transform: uppercase;
    position: relative;
}
.opc .step-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 14px;
    z-index: -1;
}
.opc .step-title span,
.opc .step-title h2 {
    box-shadow: 0 0 0 10px #fff;
    display: inline-block;
    background: #fff;
}
.opc .select-billing-address select,
.opc .select-shipping-address select{
    width: 470px;
    max-width: 100%;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .active .step-title {
}
.opc .active .step-title * {
}
.opc .step-title * {
	float: left;
	font-size: 16px;
}
.opc .step-title span {
	margin: 0 10px 0 0;
}
.opc .step {
	margin: 10px 0;
	padding: 10px;
}
.opc .section {
	margin: 0 0 15px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.opc .back-link a:hover{
    color: #75bfa1;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .section.confirm-order {
}
.opc .terms-of-service {
	text-align: center;
}
.opc .order-summary-body{
    margin: 70px 0 0;
}
#checkout-step-confirm-order .buttons{
    text-align: right;
}
#checkout-step-confirm-order .buttons .button-1{
    border-color: #75bfa1;
}

.order-details-page .order-overview {
	margin: 0 0 30px;
	line-height: 20px;
}
.order-details-page li{
    margin: 5px 0;
}
.order-details-area {
	margin: 0 0 20px;
	overflow: hidden;
}
.order-details-area td {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top;
}
.order-details-page .data-table a:hover{
    color: #75bfa1;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.order-details-page td.price,
.order-details-page td.quantity,
.order-details-page td.total{
    font-size: 14px;
}
.order-details-page td.price {
    font-weight: bold;
}
.order-details-page td.total,
.return-request-page td.price{
    color: #75bfa1;
    font-weight: bold;
}
.order-details-page .tax-shipping-info {
	text-align: center;
    margin: 10px 0;
}
.order-details-page .repost .re-order-button{
    height: 35px;
    background: none;
    border: 2px solid #ddd;
    padding: 0 10px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    letter-spacing: 0;
    margin: 10px 0 15px;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	font-size: 0;
}
.order-details-page .actions input {
	margin: 0 0 0 10px;
    border: 3px solid #ddd;
    padding: 9px 25px;
    font-size: 14px;
    color: #4b4846;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.order-details-page .actions input:hover{
    color: #fff;
    background-color: #75bfa1;
    border-color: #75bfa1;
    background-position: top left -36px;
}
.order-details-page .cart-total {
	width: 370px;
	margin: 0 auto 30px;
    border: 30px solid #f7f5f2;
    background: #f7f5f2;
}
.order-details-page .order-total-price *{
    font-size: 16px;
}

.shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px;
}
.shipment-details-page .shipment-overview > ul {
	text-align: left;
}
.shipment-details-page .shipment-overview > ul:first-child {
	margin: 0 0 20px;
}
.shipment-details-page .section {
    width: 100%;
}

.forum-subscriptions-page .buttons{
    margin: 30px 0;
}


/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
    display: inline;
    margin: 0 0 0 2px;
}
.search-input .inputs.reversed{
    text-align: left;
}
.basic-search {
	margin: 0 0 20px;
}
.basic-search input[type="text"] {
	width: 470px;
    max-width: 100%;
    letter-spacing: 0;
}
.advanced-search {
	margin: 0 0 20px;
}
.advanced-search .price-range {
	display: inline-block;
    overflow: hidden;
}
.advanced-search .price-range input {
	width: 117px;
    border-left: none;
    float: left;
}
.advanced-search .price-range input:first-child{
    border-left: 1px solid #ddd;
}
.search-input .button-1 {
	border: 3px solid #75bfa1;
    padding: 9px 25px;
    font-size: 14px;
    color: #4b4846;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.search-input .button-1:hover{
    color: #fff;
    background-color: #75bfa1;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0;
	font-weight: normal;
	color: #c00;
}
.search-results {
	margin: 30px 0 0;
}

.sitemap-page .description{
    margin: 0 0 35px;
}
.sitemap-page .entity {
	margin: 0 0 35px;
}
.sitemap-page .entity-title {
	margin: 0 0 15px;
    position: relative;
}
.sitemap-page .entity-title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.sitemap-page .entity-title h2 {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page li{
    display: inline-block;
}
.sitemap-page a {
	display: block;
    line-height: 35px;
    text-transform: uppercase;
    margin-right: 25px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.sitemap-page a:hover{
    color: #75bfa1;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/



.year strong {
	display: block;
    font-size: 15px;
	cursor: default;
}
.blog-page .post,
.news-items .news-item {
	position: relative;
	margin: 0 0 50px;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 15px;
	font-size: 18px;
    color: #555;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.blog-page .post-title,
.news-list-page .news-title {
    box-shadow: 0 0 0 10px #fff;
    background: #fff;
    color: #4b4846;
}
.blog-page .post-title:hover,
.news-list-page .news-title:hover{
    color: #555;
}
.post-date,
.news-date {
	display: block;
	font-size: 13px;
    font-weight: bold;
    color: #75bfa1;
    margin-bottom: 15px;
}
.post-head,
.news-head {
    position: relative;
}
.blog-page  .post-head:after,
.news-list-page .news-head:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 16px;
    z-index: -1;
}
.blog-pageF .post-head a,
.news-list-page .news-head a{
    display: inline-block;
    font-size: 17px;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.blogpost-page .post-date,
.news-item-page .news-date {
    margin-top: 26px;
}
.post-body,
.news-body {
	margin: 0 0 20px;
	font-size: 13px;
	color: #666;
    letter-spacing: 0;
    line-height: 1.5em;
}
.post-body h1,
.news-body h1,
.post-body h2,
.news-body h2,
.post-body h3,
.news-body h3{
    line-height: initial;
}
.blog-page .tags,
.blogpost-page .tags {
	margin: 0 0 20px;
    font-size: 14px;
	overflow: hidden;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: block;
    text-transform: uppercase;
	font-weight: bold;
    line-height: 35px;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	font-size: 0;
    display: inline-block;
    margin: 0 7px 7px 0;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	display: none;
}
.blog-page .tags a,
.blogpost-page .tags a {
    display: block;
	font-size: 13px;
    text-transform: capitalize;
    color: #888;
    padding: 9px;
    border: 1px solid #ddd;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover{
    color: #fff;
    background: #75bfa1;
    border-color: #75bfa1;
}
.blog-posts .buttons a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.blog-posts .buttons a:hover {
    color: #75bfa1;
}

.new-comment {
	margin: 0 0 50px;
}
.new-comment .title {
	margin: 50px 0 20px;
    font-size: 18px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #75bfa1;
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
	border: 3px solid #75bfa1;
    padding: 9px 35px;
    color: #4b4846;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.new-comment .button-1:hover {
    color: #fff;
    background: #75bfa1;
}
.news-list-page,
.blog-page{
    margin-top: 10px;
}
.news-list-page .page-title{
    margin: 0 0 50px;
}
.news-list-page .news-details{
    font-size: 13px;
}

.comment-list {
}
.comment-list .title {
	margin: 0 0 30px;
    font-size: 18px;
	font-weight: bold;
    text-transform: uppercase;
}
.blog-comment,
.news-comment {
	margin: 0 0 30px;
}
.blog-comment:after,
.news-comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 120px;
	margin: 0 auto 10px;
}
.comment-info .username {
    text-align: center;
	display: block;
	padding: 5px;
    text-transform: uppercase;
}
.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;
}
.comment-content {
}
.comment-time {
	margin: 0 0 10px;
	font-weight: bold;
    color: #75bfa1;
}
.comment-body {
	line-height: 20px;
}

.news-list-page .news-details{
    color: #666;
    letter-spacing: 0;
    line-height: 1.5em;
}
.news-list-page .news-items .buttons{
    margin: 30px 0 0;
}
.news-list-page .news-items .read-more {
    display: inline-block;
	border: 3px solid #ddd;
    padding: 6px 25px;
    color: #4b4846;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
}
.news-list-page .news-items .read-more:hover{
    color: #fff;
    border-color: #75bfa1;
    background: #75bfa1;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}

.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 70px;
    background: url(/Themes/Native/Content/img/news-background.jpg) no-repeat center;
    background-size: cover; /*to be removed after paralax effect*/
    padding: 35px 0;

}
.news-list-homepage .title {
	margin: 0 0 35px;
	font-size: 18px;
    text-align: center;
    color: #fff;
}
.news-list-homepage .news-items{
    margin: 0 auto;
    overflow: hidden;
}
.news-list-homepage .news-items .news-item{
    margin: 0 0 10px;
    padding: 20px;
    background: rgba(255,255,255, .8);
    text-align: left;
}
.news-list-homepage .news-items .news-title{
    font-size: 16px;
    color: #4b4846;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-list-homepage .news-items .news-date{
    font-size: 13px;
    font-weight: bold;
    color: #75bfa1;
    font-style: normal;
}
.news-list-homepage .news-items .news-head{
    text-align: left;
    margin: 0 0 10px;
}
.news-list-homepage .news-items .news-body {
    font-size: 13px;
    color: #666;
    line-height: 16px;
    max-height: 50px;
    overflow: hidden;
    margin: 0 0 15px;
}
.news-list-homepage .news-items .buttons{
    margin: 0;
}
.news-list-homepage .news-items .read-more{
    color: #75bfa1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.news-list-homepage .news-items .read-more:hover {
    text-decoration: underline;
}
.news-list-homepage .view-all{
    font-size: 14px;
    color: #fff;
    clear: both;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.news-list-homepage .view-all a:hover {
    opacity: 1;
}
.news-list-homepage .title strong {
	font-weight: normal;
    font-size: 26px;
    text-transform: uppercase;
}
.news-list-homepage .view-all {
}
.news-list-homepage .view-all a {
	display: inline-block;
	border: solid 2px #fff;
    opacity: 0.8;
    padding: 7px 15px;
    text-transform: uppercase;
    margin-top: 18px;
}


/********** FORUM & PROFILE **********/



.forums-main-page .topic-block-title {
    margin: 0;
}
.forums-header {
    overflow: hidden;
    margin: 0 0 20px;
}
.forums-main-header:after {
	content: "";
	display: block;
	clear: both;
}
.current-time {
	line-height: 36px;
    font-size: 13px;
    font-weight: bold;
    color: #75bfa1;
}
.search-box.forum-search-box{
    display: block !important;
    padding: 0 !important;
    margin: 0 auto 20px;
    position: relative !important;
}
.search-box.forum-search-box .basic{
    overflow: hidden;
}
.search-box.forum-search-box .advanced{
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.search-box.forum-search-box .advanced a {
    font-size: 14px;
    color: #75bfa1;
}

.forums-table-section {
	margin: 0 0 70px;
}
.forums-table-section:last-child{
    margin: 0 0 150px;
}
.forums-table-section a {
    vertical-align: middle;
    font-weight: bold;
}
.forums-table-section-title {
	margin: 0 0 15px;
	overflow: hidden;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	float: left;
	font-weight: bold;
    font-size: 18px !important;
    text-transform: uppercase;
}
.forums-table-section-title span {
	float: right;
}
.forums-table-section .view-all {
	line-height: 24px;
    color: #75bfa1;
}
.forums-table-section-title .link-rss {
	margin: 0 0 0 10px;
}
.forums-table-section .latest-post{
    min-width: 200px;
}

.forums-table-section .image{
    min-width: 100px;
}
.forums-table-section .image div {
	width: 30px;
	height: 24px;
	margin: auto;
	background: url(/Themes/Native/Content/img/folder1.png) center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url(/Themes/Native/Content/img/folder2.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/Native/Content/img/folder3.png) center no-repeat;
}

/* breadcrumb, pagers, search, forum-page */


.forum-breadcrumb {
}
.pager.upper {
	display: none;
}
.forum-search-page .search-input{
    width: 470px;
    margin: auto;
    max-width: 100%;
}
.forum-search-page .basic-search div:first-child {
	display: inline-block;
	margin: 0 0 10px;
	overflow: hidden;
    max-width: 100%;
}
.forum-search-page input[type='text'].forum-search-text{
    width: 470px!important;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.forum-search-page .buttons{
    text-align: center;
}

.forum-page .forum-top {
	margin: 0 0 20px;
}
.forum-page .forum-info {
	position: relative;
	margin: 20px 0;
}
.forum-page .forum-info:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 17px;
    z-index: -1;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.forum-description{
    margin: 10px 0 0;
}
.forum-page .link-rss {
	position: absolute;
	top: 0;
	right: 0;
    margin: -3px 0 0;
}
.forum-page .actions {
    margin: 0 0 20px;
}
.forum-page .actions a {
	margin: 0 10px 0 0;
	padding: 2px 0 2px 23px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.forum-page .actions a:hover{
    color: #75bfa1;
}
.forum-page .new-topic {
	background: url(/Themes/Native/Content/img/forum_icon6.png) left 3px center no-repeat;
}
.forum-page .watch-forum {
	background: url(/Themes/Native/Content/img/forum_icon5.png) left center no-repeat;
}

/* topic page & profile page */


.forum-breadcrumb li:last-child a{
    color: #75bfa1;
}
.forum-topic-page{
    margin-bottom: 30px;
}
.forum-topic-page .topic-name {
	margin: 0 0 20px;
	font-size: 18px;
    text-transform: uppercase;
    position: relative;
}
.forum-topic-page .topic-name:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.forum-topic-page .topic-name span {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.forum-topic-page .topic-actions.upper {
	margin: 0 0 20px;
	overflow: hidden;
}
.forum-topic-page .topic-actions .actions a{
    display: inline-block;
	margin: 0 15px 10px 0;
	padding: 2px 0 2px 25px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.forum-topic-page .topic-actions .actions a:hover{
    color: #75bfa1;
}
.forum-topic-page .reply-topic-button,
.topic-footer .reply-topic-button{
	background: url(/Themes/Native/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-topic-page .watch-topic-button,
.topic-footer .watch-topic-button{
	background: url(/Themes/Native/Content/img/forum_icon5.png) left 3px center no-repeat;
}

.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button  {
	background: url(/Themes/Native/Content/img/forum_icon1.png) left 5px center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
	background: url(/Themes/Native/Content/img/forum_icon2.png) left 5px center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url(/Themes/Native/Content/img/forum_icon3.png) left 5px center no-repeat;
}

.topic-post {
	margin: 0 0 35px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 5px 0 35px;
}
.topic-post .post-info,
.profile-info-box .user-details {
	max-width: 300px;
    margin: 0 auto;
}
.topic-post .manage-post {
	overflow: hidden;
}
.topic-post .post-actions .manage-post a {
	text-transform: uppercase;
    line-height: 20px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
	margin: 0 0 0 10px;
	padding: 5px 0 5px 25px;
    text-decoration: none;
}
.topic-post .post-actions .manage-post a:first-child {
	margin-left: 0;
}
.topic-post .edit-post-link-button,
.topic-post .delete-post-link-button {
	background-position: 5px center;
}
.topic-post .user-info,
.profile-info-box .user-details {
	padding-right: 15px; /*align control*/
}
.topic-post .user-info li{
    margin: 0 0 5px;
}
.topic-post .user-info label{
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}
.topic-post .user-info span{
    vertical-align: middle;
    display: inline-block;
}
.topic-post .username {
	display: inline-block;
    background: #f1f1f1;
    padding: 7.5px 10px;
    display: block;
	margin: 0 0 15px;
	font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.topic-post .username:hover{
    color: #75bfa1;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	height: 200px; /*adjust as you like*/
	margin: 0 0 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 20px;
	font-size: 12px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
    vertical-align: middle;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
    border: 2px solid #ddd;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
    color: #fff;
    background: #75bfa1;
    border-color: #75bfa1;
}
.topic-post .post-content,
.profile-info-box .profile-stats {
	margin-top: 20px;
}
.topic-post .post-head {
	margin: 0 0 10px;
	background: #f1f1f1;
    overflow: hidden;
}
.topic-post .post-head a {
	margin: 0 0 0 5px;
    line-height: 30px;
	text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.topic-post .post-head a:hover{
    color: #75bfa1;
}
.topic-post .post-time {
	padding: 7px 10px;
}
.topic-post .post-body .posttext b{
    display: block;
    text-transform: uppercase;
}
.topic-post .post-body .quote{
    padding: 10px 20px;
    position: relative;
    display: inline-block;
}
.topic-post .post-body .quote:before{
    content: '"';
    display: block;
    width: 20px;
    height: 20px;
    font-size: 35px;
    position: absolute;
    top: 10px;
    left: 0;
}
.topic-post .post-body .quote:after{
    content: '"';
    display: block;
    width: 20px;
    height: 20px;
    font-size: 35px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.topic-post .post-vote {
    position: relative;
    width: 40px;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
    margin: auto;
    color: #4b4846;
}
.topic-post .post-vote span {
    cursor: pointer;
}
.topic-post .post-vote .vote.up {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #4b4846;
}
.topic-post .post-vote .vote.down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #4b4846;
}

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
    text-transform: uppercase;
}
.profile-info-box .profile-stats label{
    text-transform: uppercase;
}
.profile-info-box .profile-stats li{
    margin-bottom: 5px;
}
.profile-info-box .avatar {
    width: 200px;
    margin: auto;
}
.profile-page .topic {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 30px;
}
.profile-page .topic-title {
	margin: 0 0 15px;
	font-size: 16px;
    font-weight: bold;
}
.profile-page .topic-title a {
	vertical-align: middle;
	text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.profile-page .topic-title a:hover{
    color: #75bfa1;
}
.profile-page .topic-data {
	color: #75bfa1;
    font-weight: bold;
}
.profile-page .topic-data > *{
    vertical-align: middle;
}
.profile-page .topic-body{
    color: #555;
}
.profile-page .topic-body b{
    text-transform: uppercase;
}
.profile-page .quote {
    margin: 10px 0;
    line-height: 20px;
}

/* forum edit & send message */


.forum-edit-page .form-fields,
.private-message-send-page .form-fields,
.move-topic-page .form-fields {
    width: 470px;
    max-width: 100%;
    margin: auto;
}
.forum-edit-page .page-body,
.private-message-send-page .page-body {
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons {
	margin: 15px 0 0;
    text-align: center;
}
.forum-edit-page .inputs.reversed > *{
    display: inline-block;
    vertical-align: middle;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-message-send-page .buttons input,
.private-messages-page .buttons input,
.private-message-view-page .buttons input {
	border: 3px solid #ddd;
    margin: 0 5px 0 0;
    padding: 9px 25px;
    font-size: 14px;
    color: #4b4846;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-message-send-page .buttons input:hover,
.private-messages-page .buttons input:hover,
.private-message-view-page .buttons input:hover {
    color: #fff;
    background: #75bfa1;
    border-color: #75bfa1;
}
.forum-edit-page .buttons input[type="submit"],
.move-topic-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .buttons input[type="submit"],
.private-message-view-page .buttons input.button-1 {
    border-color: #75bfa1;
}
.forum-edit-page .inputs span {
	vertical-align: middle;
	margin-left: 5px;
    font-size: 12px;
}

.private-message-send-page .message label {
	display: none;
}

/* inbox & view message */


.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .view-message {
}
.private-message-view-page .view-message li {
	display: inline-block;
    font-size: 13px;
    margin: 15px 0;
}
.private-message-view-page label {
	font-weight: bold;
    text-transform: uppercase;
    margin: 0 2px 0 0;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
    text-transform: uppercase;
}
.private-message-view-page span:after {
	content: "/";
	margin: 0 0 0 10px;
}
.private-message-view-page .message-body {
	display: block !important;
	margin: 15px 0 25px !important;
	border: 1px solid #ddd;
	padding: 15px;
    padding: 25px;
    line-height: 1.5em;
}
.private-message-view-page .message-body span{
    text-transform: none;
}
.private-message-view-page .message-body span:after {
	display: none;
}
.private-message-view-page .buttons{
	display: block !important;
	overflow: hidden;
}
.private-message-view-page .buttons input{
    margin: 0 0 5px;
}


/****** CUSTOM SELECTORS *******/

.custom-select{
    position: relative;
    width: 470px;
    max-width: 100%;
    display: inline-block;
    cursor: pointer;
}
.custom-select select{
    opacity: 0;
    z-index: 1;
}
.custom-select-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    font-size: 13px;
    background: url(/Themes/Native/Content/img/custom-select-arrow.png) no-repeat right 8px center;
    min-width: 50px;
    height: 36px;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 20px 0 9px;    
    color: #4b4846;
    border: 1px solid #ddd;
    letter-spacing: 0;
}

.header-selectors-wrapper .custom-select{
    width: auto;
}
.header-selectors-wrapper .custom-select-text{
    display: block;
    background-color: #fff;
    padding: 0 15px;
}
.footer-store-theme .custom-select{
    width: 170px;
}
.attributes .custom-select-text {
    max-width: 100%;
    color: #aaa;
    overflow: hidden;
}
.registration-page .date-of-birth .custom-select,
.account-page .date-of-birth .custom-select {
    width: 156.5px;
    max-width: 33.3333%;
    display: inline-block;
}
.registration-page .date-of-birth .custom-select select:nth-of-type(1),
.account-page .date-of-birth .custom-select select:nth-of-type(1){
    max-width: 100%;
}
.registration-page .date-of-birth .custom-select-text,
.account-page .date-of-birth .custom-select-text{
    border-left: none;
}
.registration-page .date-of-birth .custom-select:nth-of-type(1) .custom-select-text,
.account-page .date-of-birth .custom-select:nth-of-type(1) .custom-select-text{
    border-left: 1px solid #ddd;
}
.checkout-attributes .custom-select{
    width: auto;
}
.checkout-attributes .custom-select .custom-select-text{
    padding: 0 25px 0 9px;
    border-left: none;
}
.checkout-attributes .custom-select:first-child .custom-select-text{
    border-left: 1px solid #ddd;
}
.search-box .custom-select{
    float: left;
    width: auto;
    height: 36px;
    margin-left: -1px;
    border: none;
    border-left: 1px solid #f7f5f2;
}
.search-box .custom-select-text {
    background-color: #fff;
    border: none;
    text-align: left;
}
.product-selectors .custom-select{
    width: auto;
}
.product-selectors .custom-select-text {
    margin: 0 5px;
    text-transform: none;
    border: none;
    color: #555;
    background-color: #f1f1f1;
    height: 30px;
    line-height: 30px;
}


/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px;
	font-family: "Courier New", Courier, monospace;
	color: #000;
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}


/********** LOADER **********/

.loader-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100000;
}
.loader-overlay .loader {
    margin: 25% auto;
}


/********** RE-CAPTCHA **********/

.recaptchatable #recaptcha_response_field {
	height: auto !important;
}

@media (max-width: 444px) {
.recaptchatable #recaptcha_image {
	margin: 0 !important;
	width: 200px !important;
	float:left !important;
}
.recaptchatable #recaptcha_image img {
	max-width:100%;
}
.recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
	background: none !important;
}
}


/* GLOBAL TABLES */

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
}
.forums-table-section .table-wrapper {
    overflow-x: auto;
}
.cart th, .data-table th,
.forums-table-section th {
	border: 1px solid #ddd;
    padding: 20px 5px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}
.forums-table-section th{
    text-align: left;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px solid #ddd;
    padding: 20px 10px;
}
.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.compare-products-table tr > *:last-child,
.forums-table-section tr > *:last-child {
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.cart a:hover, .data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover{
    color: #75bfa1;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}
.cart .unit-price {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
}
.cart .qty-input {
    width: 36px;
    text-align: center;
}
.cart .qty.nobr{
    text-align: center;
}
.cart .subtotal {
    color: #75bfa1;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
}


/* COMPARE PRODUCTS TABLE */


.compare-products-table .overview p:first-child {
    margin: 0 0 10px;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
    background: #f7f5f2;
}
.compare-products-table .product-price td {
    color: #75bfa1;
    font-size: 14px;
    letter-spacing: 0;
}
.compare-products-table .product-price td:first-child,
.compare-products-table .short-description td:first-child {
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
}

.compare-products-table-mobile img {
    max-width: 160px;
}


/* TIER PRICE TABLES */


.tier-prices {
	margin: 0 0 70px;
}
.tier-prices .prices-header {
    font-size: 18px;
	margin: 0 0 10px;
    text-transform: uppercase;
}
.tier-prices .prices-header strong {
    font-weight: bold;
}
.prices-table {
    width: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}
.prices-row {
    float: left;
    width: 50%;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.prices-row > div:first-child {
	border-top: 0;
}
.prices-row:first-child > div {
	border-left: 0;
}
.prices-table .field-header {
    font-weight: 700;
}
.tier-prices .item-price {
	color: #75bfa1;
    font-weight: bold;
}

@media all and (min-width: 769px) {

.prices-table {
	display: table;
	background: #fff;
}
.prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.prices-row > div {
	display: table-cell;
}
.prices-row:first-child > div {
	border-left: 1px solid #ddd;
	border-top: 0 !important;
}
.prices-row > div:first-child {
	border-top: 1px solid #ddd;
	border-left: 0;
}
}

/* TIER PRICE TABLES */


.product-specs-box .data-table td {
    padding: 10px;
}
.product-specs-box .spec-name {
    text-transform: uppercase;
}
.product-specs-box .a-left.spec-value a{
    text-transform: none;
    font-size: 12px;
}


/********** FOOTABLE CUSTOM CSS **********/


.footable label{
    display: none;
}
.footable-first-column {
	text-align: center;
    position: relative;
}
.footable-first-column .item-count {
	font-size: 13px !important;
    display: block;
    width: 35px;
	height: 16px;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
    width: 35px;
	height: 35px;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	font-style: italic;
    text-transform: uppercase;
    display: table-cell;
    padding: 7px 10px;
}
.footable-row-detail-value {
    display: table-cell;
}

.footable td.message,
.footable td.product,
.footable td.name{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.footable td.date{
    width: 190px;
}
.footable td.product .attributes{
    text-transform: none;
}

/* toggle style change */

.footable-toggle {
	background: #fff url(/Themes/Native/Content/img/table-plus.png) no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: #fff url(/Themes/Native/Content/img/table-minus.png) no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}

@media all and (min-width: 1281px) {
    .cart th, .data-table th,
    .forums-table-section th {
        padding: 20px;
    }
    .cart td, .data-table td,
    .compare-products-table td,
    .forums-table-section td {
        padding: 20px;
    }
}
/* hidding item counter in different tables */

@media all and (max-width: 1281px) {
.order-summary-content .cart .item-count,
.wishlist-page .cart .item-count,
.section.products .data-table .item-count,
.section.shipments .data-table .item-count  {

}
}

@media all and (max-width: 612px) {
/* add downloads table item-count here if "my account" is only one column on tablet landscape(768) */
.return-request-page .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 506px) {
.reward-points-history .data-table .item-count {
	display: none;
}
}

.compare-products-table-mobile .item-count,
.downloadable-products-page .data-table .item-count
/* remove downloads table item-count from here if "my account" is only one column on tablet landscape(768) */ {
	display: none;
}

.go-to-page {
	display: inline-block !important;
	font-size: 13px !important;
    font-weight: bold;
}
@media all and (max-width: 1000px) {

.responsive-nav-wrapper-parent {
    margin-bottom: 30px;
}
.responsive-nav-wrapper.stick {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
}
.desktop-cart {
	display: none;
}
.page-title {
    margin: 0 0 50px;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);*/
	background: #f7f5f2;
	text-align: center;
	font-size: 0;
}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	height: 40px;
	width: 45px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
    border-left: 1px solid #ddd;
    margin: 0; /*firefox margin fix*/
}
.responsive-nav-wrapper > div:last-child > span,
.responsive-nav-wrapper > div:last-child > a {
    border-right: 1px solid #ddd;
}
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background: url(/Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left center;
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background: url(/Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left -44px center;
}
.responsive-nav-wrapper .wishlist-button {
	display: inline-block;
	background: url(/Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left -88px center;
}
.responsive-nav-wrapper .shopping-cart-link {
	display: inline-block;
	background: url(/Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left -133px center;
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background: url(/Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left -177px center;
}
.responsive-nav-wrapper .filters-button {
	background: url(/Themes/Native/Content/img/responsive-nav-sprite.png) no-repeat left -220px center;
}


/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1060;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }

.justAFixingDivBefore,
.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    text-align: left;
    background: #f7f5f2;
    overflow: hidden;
	z-index: 2147483647;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .justAFixingDivBefore,
.notAndroid23 .header-menu {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .justAFixingDivBefore,
.android23 .header-menu {
    left: -320px;
}
.notAndroid23 .header-menu.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open {
    left: 0;
}

.header-menu .close-menu {
	background: #fff;
	cursor: pointer;
    box-shadow: 3px 0 3px rgba(0,0,0,.1);
    margin-bottom: 3px;
}
.close-menu span {
	display: block;
	padding: 17.5px 40px 17.5px 20px;
	color: #4b4846;
	text-transform: uppercase;
	line-height: 15px;
	text-align: left;
    background: url(/Themes/Native/Content/img/close-btn.png) no-repeat right 15px center;
}
.header-menu > ul li {
	background: #f7f5f2;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a {
	display: block;
    width: 260px;
    float: left;
	padding: 16px 0 16px 18px !important;
    margin: 0 50px 0 0;
	line-height: 17px;
	color: #4b4846;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.header-menu > ul li > a > span{
    display: inline-block;
    box-shadow: 0 0 0 10px #f7f5f2;
    text-transform: uppercase;
    background: #f7f5f2;
}
.header-menu > ul li > a:after{
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 17px;
    z-index: -1;
}
ul.sublist li > a:after{
    width: 96%;
}
.plus-button {
    float: right;
    margin-left: -50px;
    width: 50px;
    height: 50px;
    z-index: 2;
    cursor: pointer;
    background: url(/Themes/Native/Content/img/arrows-sprite.png) no-repeat right top 2px;
}

.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background: #f7f5f2 !important;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu .sublist-wrap {
    left: -320px;
}
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}

.header-menu ul li.back-button {
	background: #fff;
}
.header-menu .back-button span {
    display: block;
	text-transform: none;
	color: #4b4846;
	text-align: right;
	padding: 14px 18px !important;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
    cursor: pointer;
}

/* header menu functionality classes */

.admin-header-links,
.header,
.header-logo,
.responsive-nav-wrapper,
.slider-wrapper,
.master-wrapper-content,
.footer {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.notAndroid23 .move-right {
    -webkit-transform: translate(320px);
    -ms-transform: translate(320px);
    transform: translate(320px);
}

/* SEARCH BOX */

.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 10px 10px;
	width: 100%;
	box-shadow: -1px 2px 1px rgba(0,0,0,0.1);
	z-index: 1070;
	text-align: center;
    background: #fff;
}
.search-box.open {
	display: block;
    background: #f7f5f2;
}
.search-box .search-box-button{
    background-color: #fff;
}
.search-box.forum-search-box {
    box-shadow: none !important;
}
.search-box.forum-search-box .basic input{
    background-color: #f7f5f2;
}

/* HEADER LINKS */

.header-options-wrapper {
	display: none;
	background: #f7f5f2;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1070;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.header-options-wrapper.open {
	display: block;
}
.header-right{
    display: none;
}
.customer-header-links li{
    display: inline-block
}
.customer-header-links li a {
    padding: 10px 10px 10px 20px;
    display: block;
    margin: 0 5px;
}
.customer-header-links .ico-account{
    background: url(/Themes/Native/Content/img/login-register-sprite.png) no-repeat top 10px left 2px;
}
.customer-header-links .ico-inbox{
    padding: 0;
}
.customer-header-links .ico-inbox span{
    display: inline-block;
}
.customer-header-links .inbox-unread{
    padding: 10px 0;
}
.customer-header-links .ico-logout,
.customer-header-links .ico-login{
    background: url(/Themes/Native/Content/img/login-register-sprite.png) no-repeat top -16px left 2px;
}
.customer-header-links .inbox-label{
    padding: 10px 5px 10px 20px;
    background: url(/Themes/Native/Content/img/login-register-sprite.png) no-repeat top -44px left;
}
.customer-header-links .ico-register{
    background: url(/Themes/Native/Content/img/login-register-sprite.png) no-repeat top -68px left 2px;
}

/* MY ACCOUNT BLOCK */

.block-account-navigation {
    margin: 0 auto 50px !important;
    width: 85% !important;
    float: none !important;
    max-width: 470px;
}
.block-account-navigation .title{
    text-align: center;
    padding: 10px 0;
    cursor: default;
    z-index: -1
}
.block-account-navigation .title strong:after{
    display: none;
}
.block-account-navigation .listbox{
    display: block !important;
}
.block-account-navigation .list li{
    text-align: center;
}
.block-account-navigation .list li a,
.block-account-navigation .list li a.active,
.block-account-navigation .list li a:hover{
    background: none;
}

/* CHECKOUT PAGE */
.checkout-page .address-item{
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
}

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */
/* HEADER */

.search-box input.search-box-text {
	width: 300px !important;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 336px !important; /*txtfield + button*/
}
.eu-cookie-bar-notification{
    padding: 20px 75px;
}
.eu-cookie-bar-notification button,
.eu-cookie-bar-notification a{
    margin: 0 5px;
}
/* HEADER MENU */
/* FOOTER */

.footer-upper-block{
    float: left;
}

/* LEFT/RIGHT COLUMN */
/* CATEGORY PAGE & GRIDS */

.home-page-bottom > *{
    float: left;
    margin: 0 0 2% 2%;
}
.home-page-banners{
    padding: 14px;
}

.news-list-homepage .news-items .news-item{
    float: left;
    margin: 0 0 2% 2%;
}
.news-list-homepage .news-items .news-item.one{
    width: 70%;
    float: none;
    margin: 0 auto !important;
}

/*.poll {
    float: left;
    margin: 0 0 2% 2%;
}*/

.home-page-category-grid .item-box, 
.sub-category-grid .item-box,
.item-box {
    float: left;
    margin: 0 0 3% 3%;
    max-width: none;
}

/* PRODUCT PAGE */

.attributes{
    overflow: hidden;
    text-align: left;
}
.attributes dl{
    float: left;
    width: 48%;
    margin: 0 0 4% 4%;
}
.attributes dl:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.attributes dl:only-child{
    float: none;
    margin: 0 auto;
    text-align: center;
}
.attributes select{
    width: 100%;
}


/* QUICK TABS */
/* ATTRIBUTES */
/* GIFT CARD */
/* REVIEW PAGE */
/* WISHLIST PAGE */

/* PASSWORD PROTECTION */
.enter-password-form input[type="password"] {
	width: 300px !important;
}

/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

/* SHOPPING CART & CHECKOUT */

.cart-collaterals .coupon-code input[type="submit"] {
    font-size: 14px;
}
.order-review-data {
	display: table;
	width: 100%;
	margin: 0 0 30px;
    text-align: center;
}
.order-review-data ul {
	display: table-cell;
}
.order-details-area td {
	float: none;
	width: auto;
}

.shipment-details-page .shipment-overview > ul {
    float: left;
    width: 48%;
    margin: 0 1% !important;
}

/* SEARCH PAGE & SITEMAP */
/* BLOG & NEWS */

/* Topic Page & Profile Page */

/* FORUM & PROFILE */

.forums-main-page .search-box.forum-search-box-text,
.forum-search-text {
	width: 300px !important;
}

}

@media all and (min-width: 481px) and (max-width: 768px) {

/* RESPONSIVE GRIDS */

.footer-upper-block{
	width: 49%; /*two per row*/
    width: 100%; text-align: center; /*kmm*/
	margin: 0 0 20px 2%;
}
.footer-upper-block:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.item-box {
	width: 48%; /*two per row*/
}
.item-box:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.news-list-homepage .news-items .news-item{
    width: 49%; /*two per row*/
}
.news-list-homepage .news-items .news-item:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

/*.poll{
    width: 49%;
}
.poll:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}*/

.home-page-bottom > *{
    width: 49%; /*two per row*/
}
.home-page-bottom > *:nth-child(2n+1) {
    clear: both;
	margin-left: 0;
}

}

/*=====================================================

    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.page {
	clear: both;
}
.link-rss {
	display: block;
	float: right;
	margin: 4px 0 0;
}

/* HEADER */
/* HEADER MENU */
/* FOOTER */

/* HOME PAGE */

.titles{
    text-align: center;
}
.titles h3{
    position: relative;
}
.titles h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.titles h3 span{
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    /*KMM*/ text-transform: none;
    background: #fff;
}
.topic-block-title{
    position: relative;
}
/*.topic-block-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}*/
.topic-block-title h2, .topic-block-title h1{
    display: inline-block;
    font-size: 24px;
    letter-spacing: 0;
    color: #816f60;
    font-weight: 800;
    box-shadow: 0 0 0 10px #fff;
    background: #fff;
}

.news-list-homepage .news-items{
    overflow: hidden;
}
.news-list-homepage .news-items .news-item{
    width: 32%;
}
.news-list-homepage .news-items .news-item:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
.news-list-homepage .view-all{
    clear: both;
    text-align: center;
}
.news-list-homepage .news-items .news-item.even{
    width: 49%; /*two per row*/
}
.news-list-homepage .news-items .news-item.even:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.news-list-homepage .news-items .news-item.even:nth-child(3n+1) {
    clear: none;
    margin-left: inherit;
}

.home-page-listbox{
    width: 32%; /*three per row*/
}
.home-page-listbox:nth-child(3n+1) {
    clear: both;
	margin-left: 0;
}
.home-page-banners{
    width: 100%;
    margin: 10px 0;
    padding: 13px 0;
}

/*.poll{
    width: 32%;
	margin: 0 0 20px 2%;
}
.poll:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}*/


/* LEFT/RIGHT COLUMN */

.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.product-grid .title{
    position: relative;
    text-align: center;
}
.product-grid .title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.product-grid .title strong {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.footer-blocks-holder{
    width: 95%;
    overflow: hidden;
}
.footer-middle-block{
    float: left;
}
.footer-upper-block,
.footer-middle-block{
	width: 49%; /*two per row*/
	width: 100%; text-align: center; /*kmm*/
	margin: 0 0 20px 2%;
}
.footer-upper-block:nth-child(3n+1),
.footer-middle-block:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}

.footer-upper-block .newsletter-email { display: inline-block; }

/* CATEGORY PAGE & GRIDS */


.breadcrumb li:first-child * {
	margin-left: 0;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.item-box {
	width: 31.3%; /*three per row*/
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}


/* PRODUCT PAGE */

.product-page-content{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.product-page-top-wrapper{
    display: table-row;
}
.product-page-body{
    display: table-cell;
    vertical-align: top;
}
.product-page-content .related-products-grid{
    display: table-cell;
    width: 24%;
    padding-left: 2%;
    vertical-align: top;
}
.gallery .picture-thumbs a {
	margin: 0 0 2% 2%;
}
.gallery .picture-thumbs a:nth-of-type(5n+1) {
    margin-left: 0;
    clear: both;
}
.overview .buttons div {
	margin: 0 10px 10px 0;
}
.free-shipping {
	margin: 15px 0 20px;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 5px 0 0;
}
.variant-picture {
	float: left;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 0 0 235px;
}
.variant-overview .add-to-wishlist-button {
	float: left;
	clear: none;
}

.product-page-content .related-products-grid > div.item-grid{
    background: #f7f5f2;
    padding: 20px 15px;
    margin-bottom: 30px;
}
.product-page-content .related-products-grid > div.title{
    margin-bottom: 10px !important;
    text-align: center;
}
.product-page-content .related-products-grid > div.title:after{
    display: none;
}
.product-page-content .related-products-grid > div.title strong{
    font-size: 13px;
    box-shadow: none;
}
.product-page-content .related-products-grid > div.item-grid .item-box{
    width: 100%;
    margin: 0 0 20px;
}
.product-page-content .related-products-grid > div.item-grid .item-box .buttons{
    display: none;
}
.product-page-content .related-products-grid > div.item-grid .item-box .product-title{
    font-size: 13px;
    text-align: center;
}
.product-page-content .related-products-grid > div.item-grid .item-box .product-rating-box{
    display: block;
    text-align: center;
}
.product-page-content .related-products-grid > div.item-grid .product-item .rating{
    margin: 10px auto;
}
.product-page-content .related-products-grid > div.item-grid .item-box .prices{
    text-align: center;
}
.product-page-content .related-products-grid > div.item-grid .item-box .prices > *{
    margin: 0 5px;
}
.product-page-content .related-products-grid > div.item-grid .item-box .actual-price{
    font-size: 16px;
}
.giftcard div{
    width: 49%;
    float: left;
    margin: 0 0 2% 2%;
}
.giftcard div:nth-child(2n+1){
    margin-left: 0;
}
.giftcard div:last-child{
    width: 100%;
    text-align: center;
}
.giftcard input,
.giftcard textarea{
    width: 100%;
}
.giftcard textarea{
    height: 100px;
    min-height: 100px;
}

/* QUICK TABS */
/* ATTRIBUTES */


.rental-attributes dt {
	min-width: 75px;
}
.color-squares label {
	margin: 0 10px 0 0;
	padding: 0 !important;
}


/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */

.product-review-item .product-review-box {
	position: absolute;
    top: 7px;
    right: 10px;
    margin: 0;
}
.wishlist-content .button-2 {
	margin: 0 10px 0 0;
}

/* PASSWORD PROTECTION */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.section.address-item,
.section.order-item{
    text-align: left;
    margin: 0 0 20px;
}
.address-list .buttons,
.order-list .buttons {
	position: absolute;
	top: 0;
	right: 0;
}
.avatar-page .buttons {
	text-align: left;
}
.avatar-page .fieldset{
    float: left;
}

/* SHOPPING CART & CHECKOUT */

.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
}
.shopping-cart-page .totals {
	margin: 0 auto 25px;
}
.cart-collaterals {
    width: 100%;
    overflow: hidden;
	margin: 0 25px;
}
.cart-collaterals .deals{
    width: 48%;
    float: right;
}
.cart-collaterals .shipping{
    width: 48%;
    float: left;
}
.checkout-page .address-item {
	float: left;
    width: 48%;
    margin: 0 1% 2%;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.order-details-page .actions input {
	min-width: 0;
}
.order-details-page .total-info {
	overflow: hidden;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.blogpost-page{
    text-align: left;
}
.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
}

.blog-page .post, .news-items .news-item{
    text-align: left;
}
.new-comment .inputs{
    text-align: left;
}
.new-comment textarea {
	width: 470px;
}
.new-comment .captcha-box {
	text-align: left;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 135px;
    text-align: left;
}

/* FORUM & PROFILE */

.current-time {
	float: left;
}
.search-box.forum-search-box {
	float: right;
    clear: right;
    border: none;
    max-width: 50%;
}
.search-box.forum-search-box .advanced {
	text-align: right;
}
.pager.lower {
	float: right;
	margin: 0;
}
.private-message-view-page .back-pm-button {
	float: right;
}
.topic-post .post-time {
    float: left;
}
.topic-post .post-actions{
    float: right;
}
.topic-post .post-actions > *{
    vertical-align: middle;
}
.topic-post .manage-post,
.topic-post .quote-post{
    display: inline-block;
    margin: 0 10px;
}
.topic-post .post-content {
    position: relative;
}
.topic-post .post-body {
    margin: 0 45px 20px 0;
}
.topic-post .post-vote {
    position: absolute;
    top: 45px;
    right: 0;
}

}

@media all and (min-width: 769px) and (max-width: 1000px) {

.center-2 {
	margin: 0 0 50px;
}

.side-2 {
	overflow: hidden;
}
.side-2 .block {
	float: left;
	width: 31.333333333%;
	margin: 0 1% 2%;
}
	.side-2 .block:nth-of-type(3n+1) {
		clear: both;
	}

.home-page-banners .slider-wrapper{
	width: 32%;
	float: left;
	margin: 0 0 2% 2%;
}
.home-page-banners .slider-wrapper:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}

}
/*=====================================================

    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

/* GLOBAL STYLES */

body{
    background: #fff url(/Themes/Native/Content/img/background.png) no-repeat top 250px center;
}
.page{
    text-align: left;
}
.master-wrapper-content{
    width: 100%;
    padding-top: 87px;
}
.home-page .master-wrapper-content{
    padding: 0;
}
.master-column-wrapper {
	width: 980px;
	margin: 30px auto 70px;
}
.center-2, .side-2 {
    margin: 30px auto;
}
.center-2 {
	float: right;
	width: 73%;
}
.side-2 {
	float: left;
	width: 25%;
}
.page-title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 29px 0;
    background: #f7f5f2;
}
.page-title h1{
    display: block;
    text-align: center;
}
.inputs{
    text-align: left;
}
.inputs label{
    text-align: left;
}
.inputs textarea{
    max-width: 470px;
}

.eu-cookie-bar-notification{
    padding: 20px 75px;
}
.eu-cookie-bar-notification .content{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
}

/* HEADER */

.header {
	margin: 0 auto 0;
	text-align: left;
	width: 980px;
	z-index: 1002;
}
.header-options-wrapper{
    padding: 0;
    border: 1px solid #ddd;
    border-top: none;
}
.header-options-wrapper:after{
    content: "";
    display: block;
    clear: both;
}
.header-selectors-wrapper{
    float: left;
    margin: 0;
}
.header-selectors-wrapper > div{
    margin: 0;
    border-right: 1px solid #ddd;
    vertical-align: top;
}
.header-selectors-wrapper select{
    border: none;
    height: 35px;
    padding: 6px 10px;
    min-width: initial;
    cursor: pointer;
}
.customer-header-links{
    float: left;
}
.customer-header-links ul{
    font-size: 0;
}
.customer-header-links li{
    margin: 0;
    display: inline-block;
    border-right: 1px solid #ddd;
}
.customer-header-links a{
    display: block;
    font-size: 13px;
    padding: 0 15px;
    line-height: 35px;
}
.ico-inbox{
    position: relative;
}
.ico-inbox .inbox-unread{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #816f60;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    top: 2px;
    right: 1px;
    padding-left: 1px;
    letter-spacing: 0;
}

.header-right{
    float: right;
}
.search-box {
	float: left;
	clear: left;
    height: 35px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-shadow: inset 0 0 7px #e9e9e9;
}
.search-box input{
    background: none;
}
.search-box input.search-box-text {
	height: 35px;
    font: normal 14px 'Lato', sans-serif;
    color: #aaa;
    padding: 8px 5px 8px 15px;
    letter-spacing: 0;
    border: none;
    width: 177px !important;
}
.search-box .search-box-button{
    height: 35px;
    width: 35px;
    border: none;
    background-color: transparent !important;
}

.wishlist-cart-wrapper{
    float: right;
    clear: right;
    font-size: 0;
}
.wishlist-links-wrapper,
#topcartlink{
    display: inline-block;
    vertical-align: middle;
}
.wishlist-links-wrapper {
    border-right: 1px solid #ddd;
}
.wishlist-links-wrapper a,
#topcartlink a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    position: relative;
}
.ico-wishlist {
    width: 50px;
    height: 35px;
    background: url(/Themes/Native/Content/img/cart-icons.png) no-repeat top 11px left 18px;
}
.wishlist-label{
    display: none;
}
.wishlist-qty,
.cart-qty{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #816f60;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 14px;
    position: absolute;
}
.wishlist-qty{
    top: 2px;
    left: 33px;
}
.ico-cart{
    padding: 0 5px 0 50px;
    background: url(/Themes/Native/Content/img/cart-icons.png) no-repeat top 11px left -18px;
}
.cart-qty{
    top: 2px;
    left: 30px;
}
.cart-sum{
    color: #816f60;
    margin: 0 3px;
}

.flyout-cart {
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 99999;
	width: 330px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	background: #fff;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart {
	padding: 10px;
	font-size: 11px;
}
.mini-shopping-cart * {
	line-height: normal !important;
}
.mini-shopping-cart .count {
	padding: 5px 0;
}
.mini-shopping-cart .count a {
	font-weight: bold;
    color: #816f60;
}
.mini-shopping-cart .items{
	margin: 0 0 10px;
}
.mini-shopping-cart .item {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 15px;
}
.mini-shopping-cart .item.first {
}
.mini-shopping-cart .picture {
	float: left;
	width: 75px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture img:hover{
    opacity: .9;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 85px;
}
.mini-shopping-cart .name {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
}
.mini-shopping-cart .name a:hover{
    color: #666;
}
.mini-shopping-cart .price span,
.mini-shopping-cart .quantity span {
    color: #816f60;
    font-weight: bold;
    font-size: 13px;
    text-transform: capitalize;
}
.mini-shopping-cart .totals {
	margin: 0 0 20px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.mini-shopping-cart .totals strong {
	color: #816f60;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}
.mini-shopping-cart .buttons {
	margin: 0 0 5px;
	text-align: center;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
	border: 3px solid #ddd;
    padding: 6.5px 10px;
    color: #444;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.mini-shopping-cart input[type="button"]:hover{
    color: #fff;
    background: #816f60;
    border-color: #816f60;
}

.responsive-nav-wrapper-parent {
	display: none;
}

/* HEADER MENU */

.sub-header{
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.sub-header-center{
    width: 980px;
    display: table;
    margin: 0 auto;
}

.header-logo {
    display: table-cell;
    width: 20%;
    padding: 15px 0 0;
    text-align: left;
    vertical-align: middle;
}
.header-logo a {
    max-width: 256px; /*Firefox table-cell fix*/
}
.header-logo a img{
    max-width: 100%
}

.menu-title, .close-menu,
.header-menu .back-button {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}

#headerMenuParent{
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 4px 30px;
	text-align: left;
	z-index: 1001;
}
.header-menu.stick{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
    text-align: center;
    padding: 4px 0;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.header-menu > ul {
	font-size: 0;
}
.header-menu > ul > li {
	display: inline-block;
	vertical-align: middle;
    /* kmm 
    position: relative;*/
    margin: 0 15px;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
	padding: 10px 0;
	font-size: 18px; /*reset zeroing*/
	cursor: pointer;
    font: normal 15px 'Lato', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-menu > ul > li > a:hover,
.header-menu > ul > li > span:hover{
    color: #816f60;
}
.header-menu > ul > li > a:before,
.header-menu > ul > li > span:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    left: 50%;
    height: 4px;
    bottom: -4px;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header-menu > ul > li:hover > a:before,
.header-menu > ul > li:hover > span:before {
    position: absolute;
    width: 100%;
    left: 0;
    background: #816f60;
}

.header-menu .sublist-wrap {
	display: none;
	position: absolute;
	top: 42px;
	z-index: 1001;
	min-width: 240px;
	background: #fff;
	padding: 19px 0 21px;
	box-shadow: 0 1px 3px rgba(0,0,0, .2);
}
.header-menu .sublist-wrap:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #816f60;
}
.header-menu .sublist-wrap.active {
	display: block;
}
.top-menu {
	display: block;
}
.header-menu .sublist li {
	position: relative;
	text-align: left;
}
.header-menu .sublist li.back-button {
	display: none;
}
.header-menu .sublist li a {
	display: block;
    position: relative;
	padding: 8px 20px 8px 42px;
	font-size: 13px;
	color: #444;
}
.header-menu .sublist li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    background: #d1d1d1;
}
.header-menu .sublist li:hover > a {
	color: #816f60;
}
.header-menu .sublist li:hover > a:before {
    background: #816f60;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -20px;
	left: 100%;
}

/* FOOTER */

.footer{
    text-align: left;
}
.footer-blocks-holder{
    width: 100%;
    padding: 0 20px;
    max-width: 1170px;
}

.newsletter-subscribe{
    height: 40px;
}
.newsletter-email input{
    float: left;
}
.newsletter-email input[type="text"] {
    width: 190px;
}
.newsletter-email input[type="button"]{
    width: 112px;
}
.footer-middle{
    position: relative;
    padding: 60px 0;
    background: #f7f7f9 url(/Themes/Native/Content/img/background-footer.jpg) no-repeat center top;
    background-size: cover;
}
.footer-middle-block {
    width: 22.3%;
    margin: 0 0 0 2%;
    clear: none !important;
}
.footer-middle-block .footer-menu{
    display: block !important;
}
.footer-middle-block.contact-info,
.footer-middle-block.opening-time{
    width: 23%;
}
.footer-middle-block .title {
    margin: 0 0 10px;
    cursor: default;
}
.footer-middle-block .title span{
    background: none;
    box-shadow: none;
}
.footer-middle-block .title::after,
.footer-middle-block .title span:after{
    display: none;
}
.footer-middle-block:nth-child(3n+1){
    margin-left: 2%;
}
.footer-middle-block:first-child{
    margin-left: 0;
}

.footer-lower .footer-blocks-holder{
    width: 100%;
    overflow: visible;
    position: relative;
}
.footer-lower .footer-blocks-holder:after{
    content: '';
    display: block;
    clear: both;
}
.footer-disclaimer{
    /*float: left;
    max-width: 50%;*/
}
.footer-tax-shipping {
    display: block;
    clear: both;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 11px;
}
.footer-powered-by {
    float: right;
    max-width: 50%;
}
.footer-designed-by {
    float: right;
    margin: 0 10px 15px !important;
}
.footer-store-theme{
    width: 170px;
    position: absolute;
    left: 50%;
    top: -12.5px;
    margin-left: -85px !important;
}

/* HOME PAGE */

.home-page .topic-block,
.home-page-category-grid,
.home-page-category-tabs .contents,
.home-page-category-tabs .titles,
.home-page .news-items,
.home-page .home-page-polls,
.home-page-bottom{
	width: 980px;
}

.home-page-category-tabs{
    background: url(/Themes/Native/Content/img/background-home.png) no-repeat top 45px center;
}

.home-page-center-banner{
    margin: 70px 0 120px;
}


.item-grid, .product-list{
    width: 100%;
}

.titles{
    position: relative;
    overflow: hidden;
}
.titles h3{
    text-align: left;
    position: static;
    float: left;
    margin: 0;
}
.titles ul{
    float: right;
}

.news-list-homepage{
    padding: 100px 0 75px;
}

.home-page-bottom > *{
    width: 23.5%;
    margin: 0 0 2% 2%;
}
.home-page-bottom > *:nth-child(4n+1){
    margin-left: 0;
    clear: both;
}
.home-page-listbox .picture{
    width: 34%;
}
.home-page-listbox .details {
    margin-left: 40%;
}
.home-page-listbox.without-banners{
    width: 32%;
}

.poll-options li,
.poll-results li{
    display: inline-block;
    margin-right: 20px;
}

/* LEFT/RIGHT COLUMN */

.block .listbox {
	display: block;
}
.block .title {
	cursor: default;
    margin: 0 0 20px;
}
.block .product-picture {
	display: inline-block;
	vertical-align: middle;
}
.block .product-picture img {
	display: block;
}
.block-recently-viewed-products div + a {
	width: 80%;
	vertical-align: middle;
}

.product-grid .title{
    position: relative;
    text-align: left;
}
.product-grid .title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.product-grid .title strong {
    display: inline-block;
    box-shadow: 0 0 0 10px #fff;
    text-transform: uppercase;
    background: #fff;
}
.block .tags{
    text-align: left;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
	text-align: left;
    background: #f7f5f2;
}
.breadcrumb ul{
    width: 980px;
    margin: 0 auto;
}
.breadcrumb li * {
	line-height: normal;
}
.product-selectors {
	text-align: left;
    width: 48%;
    float: left;
}
.product-selectors span{
    display: block;
    margin-left: 5px;
    margin-bottom: 5px;
}
.product-selectors > div {
	margin: 0 10px 0 0;
    float: left;
    width: auto;
}
.product-selectors > div:last-child{
    margin: 0;
}
.product-page-size > span:last-child{
    display: none;
}
.grid-navigation{
    margin: 26px 0 20px;
}
.grid-navigation:after{
	content: "";
	display: block;
	clear: both;
}
.pager{
    float: right;
    margin: 20px 0 0;
    width: auto;
}
.pager ul {
	text-align: right;
}
.pager li {
	margin: 0 0 0 10px;
}
.pager li:first-child{
    margin: 0;
}

.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.item-box {
	width: 31.6%; /*three per row*/
    margin: 0 0 2.6% 2.6%;
}
.block{
    margin: 0 0 40px;
}
.block .title strong:after{
    display: none;
}
.block .list li {
    margin: 30px 0 0;
}
.block .list li:first-child{
    margin-top: 0;
}
.block .list a {
    padding: 0 0 0 20px
}
.block .sublist{
    margin-top: 30px;
}
.block .view-all{
    margin: 20px 0 0;
}
.block .view-all a{
    padding: 0;
}
.block.block-recently-viewed-products{
    margin: 0 0 40px;
}
.block.block-recently-viewed-products li{
    padding: 0;
}

.item-box:nth-child(3n+1){
    margin-left: 0;
}
.item-box .title{
    font-size: 24px;
    bottom: 40px;
}
.item-box .title a{
    padding: 15px 10px 15px 45px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item-box:hover .category-item .title a,
.item-box:hover .sub-category-item .title a{
    padding: 15px 10px 15px 50px;
}
.item-box:hover .category-item .title:before,
.item-box:hover .sub-category-item .title:before{
    width: 33px;
}
.item-box .manufacturer-item img,
.item-box .vendor-item img{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item-box:hover .manufacturer-item img,
.item-box:hover .vendor-item img {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Chrome, Safari, Opera */
    transform: scale(1.05);
}
.item-box .picture .compare-products{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -19px -46px 0 0;
    width: 38px;
    height: 38px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item-box .picture:hover .compare-products{
    right: 50%;
    margin: -19px -19px 0 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item-box .picture .compare-products input[type="button"]{
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    padding: 0;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/Themes/Native/Content/img/wishlist.png) no-repeat center;
    -webkit-transform: translateZ(0); /*fixing bug with slicing on hover*/
}
.item-box .picture .compare-products:hover{
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.product-grid .item-box .picture{
    position: relative;
}
.product-item .picture .item-overlay{
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-item .picture:hover .item-overlay{
    left: 0;
}
.product-grid .item-box .picture{
    margin-bottom: 25px;
}
.product-grid .item-box .details{
    padding-right: 60px;
    position: relative;
}
.product-grid .item-box .buttons{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}
.product-grid .item-box .buttons input[type="button"]{
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: url(/Themes/Native/Content/img/buy-button-back.png) no-repeat top left;
    border-color: #ccc;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.product-grid .item-box .buttons input[type="button"]:hover {
    background-color: #816f60;
    border-color: #816f60;
    background-position: top left -36px;
}
div.product-viewmode {
    display: block;
}
.product-list .item-box{
    width: 100%;
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px !important;
}
.product-list .product-item{
    overflow: hidden;
}
.product-list .item-box .picture{
    width: 30%;
    float: left;
    margin: 0;
}
.product-list .item-box .details{
    margin: 35px 0 0 32%;
}
.product-list .product-title{
    margin: 0;
}
.product-list .item-box .product-rating-box{
    display: block;
    position: absolute;
    top: 0;
}
.product-list .item-box .rating{
    margin-bottom: 15px;
}
.product-list .item-box .description{
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    letter-spacing: 0;
}
.product-list .item-box .description:before {
    content: '';
    display: block;
    height: 4px;
    width: 37px;
    background: #444;
    margin: 25px 0;
}
.product-list .item-box .add-info input[type="button"] {
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.product-list .item-box .add-info input[type="button"]:hover {
    color: #fff;
    background: #816f60;
}

.items-per-row-four .product-grid .item-box{
    width: 23.5%;
    margin: 0 0 2% 2%;
}
.items-per-row-four .product-grid .item-box:nth-child(3n+1){
    margin-left: 2%;
    clear: none;
}
.items-per-row-four .product-grid .item-box:nth-child(4n+1){
    margin-left: 0;
    clear: both;
}
.items-per-row-four .product-grid .item-box .product-title{
    font-size: 14px;
}


/* PRODUCT PAGE */

.product-page-content .related-products-grid{
    width: 20%;
}
.gallery {
	float: left;
	width: 45%;
    margin: 0 0 70px;
}
.gallery .picture {
	width: auto;
}
.product-details-page .overview {
	float: right;
	width: 52%;
}
.overview .short-description:before{
    margin: 25px 0;
}
.attributes dl:only-child{
    margin: 0;
    text-align: left;
}
.related-products-grid .item-box .details{
    padding: 0;
}
.related-products-grid .item-box .picture{
    margin-bottom: 15px;
}

/* QUICK TABS */
/* ATTRIBUTES */
/* GIFT CARD */
/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */

.attributes .qq-upload-button{
    margin: 0;
}
.product-reviews-page .title{
    text-align: left;
}
.write-review .review-rating{
    text-align: left;
}
.wishlist-content .tax-shipping-info {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.wishlist-content .buttons{
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
}
.wishlist-content .buttons .update-wishlist-button{
    float: left;
}
.wishlist-content .buttons .email-a-friend-wishlist-button{
    float: right;
}
.compare-products-table{
    display: table;
    margin: 0 0 70px;
    clear: both;
}
.compare-products-table .full-description{
    vertical-align: top;
}
.compare-products-table-mobile {
	display: none;
}
.compare-products-page .clear-list {
	float: right;
    padding: 0;
}

/* PASSWORD PROTECTION */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

#check-availability-button {
	display: block;
}
#username-availabilty {
	position: absolute;
	top: 60px;
	left: 0;
}
.login-page,
.registration-page,
.contact-page,
.email-a-friend-page,
.password-recovery-page,
.apply-vendor-page {
    text-align: center;
}
.contact-page .form-fields,
.registration-page .form-fields,
.login-page .form-fields,
.email-a-friend-page .form-fields,
.password-recovery-page .form-fields,
.apply-vendor-page .form-fields{
    width: 470px;
    margin: 40px auto 15px;
}
.login-page .inputs.reversed > * {
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}
.account-page .no-data{
    text-align: left;
}
.downloadable-products-page .no-data,
.back-in-stock-subscription-list-page .no-data,
.forum-subscriptions-page .no-data{
    margin-top: -16px;
    text-align: left;
}
.no-address,
.no-orders{
    text-align: left;
}
.return-request-page label {
	width: 305px;
}
.order-details-page .order-details-buttons-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    text-align: center;
}
.order-details-page .actions{
    text-align: right;
}
.order-details-page .cart-total {
	float: right;
}

.registration-result-page{
    text-align: center;
}

/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .page-title{
    background: none;
    text-align: center;
}
.order-progress {
    margin: -40px 0 50px;
}
.shopping-cart-page .common-buttons {
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
}
.shopping-cart-page .common-buttons input{
    margin: 0;
}
.shopping-cart-page .common-buttons .update-cart-button{
    float: left;
}
.shopping-cart-page .common-buttons .continue-shopping-button{
    float: right;
}
.checkout-attributes{
    text-align: right;
}
.checkout-attributes li {
	margin: 0 0 0 10px;
}
.checkout-attributes .text-prompt{
    text-transform: uppercase;
}
.checkout-attributes .qq-upload-button {
    float: right;
}
.shopping-cart-page .totals {
    width: 31%;
	float: right;
	margin: 0;
}
.cart-total {
    width: 300px;
}
.cart-collaterals {
	width: 66%;
	margin: 0;
    float: left;
}
.cart-collaterals .estimate-shipping-button{
    margin: 0;
    float: right;
}
.cart-collaterals .coupon-code input[type="submit"]{
    font-size: 12px;
}
.cart-collaterals .message-success {
    position: absolute;
    bottom: -15px;
    height: 15px;
    overflow: hidden;
}
.cart-collaterals .current-code {
    position: absolute;
    bottom: -35px;
    height: 19px;
    overflow: hidden;
}
td.checkout-button-cell {
    text-align: right;
}
.page.checkout-page .page-title{
    background: none;
}
.page.checkout-page.opc-page .page-title{
    background: #f7f5f2;
}
.checkout-page .address-item {
    width: 32.333%;
    margin: 0 0 2% 1%;
}
.checkout-page .address-item:nth-child(3n+1){
    margin-left: 0;
    clear: left;
}
.checkout-page .edit-address label {
	width: 305px;
}
.checkout-page .opc .edit-address label {
	width: 295px;
}
.checkout-page .selected-checkout-attributes,
.order-details-page .tax-shipping-info {
	text-align: right;
}
.checkout-page .totals {
	float: right;
}

/* SEARCH & SITEMAP */

.advanced-search .price-range input {
	height: auto;
}

/* BLOG & NEWS */

.news-list-page .link-rss,
.blog-page .link-rss,
.recently-added-products-page .link-rss{
    position: absolute;
    left: 50%;
    margin-left: 470px;
}
.block-blog-archive .title,
.block-popular-blogtags .title{
    margin-bottom: 20px;
}
.block-blog-archive .sublist{
    margin-top: 20px;
}
.new-comment textarea {
	display: block;
}
.blog-page-body .side-2 {
    float: right;
}
.blog-page-body .center-2 {
    float: left;
}

/* FORUM & PROFILE */

.search-box.forum-search-box .advanced a{
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.search-box.forum-search-box .advanced a:hover{
    text-decoration: underline;
}
.forum-search-page .advanced-search .inputs label {
}
.forum-edit-page label,
.private-message-send-page label {
	margin: 0 0 5px;
    color: #888;
}
.profile-info-box .avatar {
    float: left;
}

.topic-post .post-info,
.profile-info-box .user-details {
	float: left;
	width: 222px;
}
.topic-post .post-content,
.profile-info-box .profile-stats,
.profile-info-box .send-pm {
	min-width: 200px;
	margin-left: 233px;
    margin-top: 0;
}


/* CUSTOM SELECTORS */
.search-box .custom-select-text {
    color: #aaa;
    border-right: 1px solid #f7f5f2;
    border-top: none;
}
.header-selectors-wrapper .custom-select-text {
    border: none;
}

}
/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

/* GLOBAL STYLES */

.master-column-wrapper{
	width: 1170px;
}
.home-page .topic-block,
.home-page-category-grid,
.home-page-category-tabs .contents,
.home-page-category-tabs .titles,
.home-page .news-items,
.home-page .home-page-polls,
.home-page-bottom{
	width: 1170px;
}
.center-2 {
	width: 78%;
}
.side-2 {
	width: 20%;
}

.eu-cookie-bar-notification .content {
    width: 1170px;
}

/* HEADER */

.header {
	width: 1170px;
}
.search-box input.search-box-text {
    width: 277px !important;
}

/* HEADER-MENU */

.header-menu > ul {
	
}
.sub-header-center {
    width: 1170px;
}
.header-logo {
    width: 25%;
}

/* FOOTER */

.footer-blocks-holder{
    padding: 0;
}
.newsletter-email input[type="text"] {
    width: 262px;
}

/* LEFT/RIGHT COLUMN */
/* CATEGORY PAGE & GRIDS */

.breadcrumb ul{
    width: 1170px;
}
.product-item .rating {
    margin: 10px 0 20px;
}
.product-selectors{
    width: 59%;
}
.product-selectors span{
    display: inline;
}
.pager{
    margin: 0;
}
.product-list .product-item {
    position: relative;
}
.product-list .add-info{
    position: absolute;
    bottom: 0;
}
.product-list .product-title{
    height: 1.2em;
    overflow: hidden;
}
.product-list .item-box .description{
    max-height: 105px;
    overflow: hidden;
}

/* PRODUCT PAGE */

.gallery {
	width: 48%;
}
.product-details-page .overview {
	width: 49%;
}
.ui-tabs .inputs label {
	width: 290px;
}

.home-page-listbox .product-item{
    margin-bottom: 40px;
}

/* QUICK TABS */
/* ATTRIBUTES */
/* GIFT CARD */
/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */
/* PASSWORD PROTECTION */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.return-request-page label {
	width: 440px;
}

/* SHOPPING CART & CHECKOUT */

.cart-collaterals .coupon-code input[type="submit"]{
    font-size: 14px;
}
.cart-total {
    width: 370px;
}
.checkout-page .edit-address label {
	width: 440px;
}
.checkout-page .opc .edit-address label {
	width: 430px;
}
.checkout-page .address-item {
    width: 24%;
}
.checkout-page .address-item:nth-child(3n+1){
    margin-left: 1%;
    clear: none;
}
.checkout-page .address-item:nth-child(4n+1){
    margin-left: 0;
    clear: left;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.blog-page-body .side-2 {
    width: 23%;
}
.blog-page-body .center-2 {
    width: 74.5%;
}

.news-list-page .link-rss,
.blog-page .link-rss,
.recently-added-products-page .link-rss{
    margin-left: 565px;
}

/* FORUM & PROFILE */

.forum-search-page .advanced-search .inputs label {
	width: 440px;
}
 
}
strong,
bold {
  font-weight: 600;
}
h1 {
  color: #816f60;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 24px;
}
.infoBox {
  background: #f7f5f2;
  color: #816f60;
  padding: 30px;
}
.infoBox a {
  color: #816f60;
}
/* ---------------------- HEADER & NAV
    --------------------------------------------------------------- */
@media all and (min-width: 1001px) {
  .header {
    display: none !important;
  }
  .header-logo {
    padding: 15px 0 !important;
  }
  .sub-header,
  .header-menu.stick {
    background: #fff !important;
  }
  .header-menu > ul > li > span,
  .header-menu > ul > li > a {
    color: #816f60;
  }
  .header-menu > ul > li > a:hover,
  .header-menu > ul > li > span:hover {
    color: #816f60 !important;
  }
  .header-menu > ul > li.lang {
    margin-right: 0;
    float: right;
  }
  .header-menu.stick ul > li.lang {
    display: none;
  }
}
.header-logo {
  background: #fff;
  margin: 0 auto !important;
  padding: 15px 0;
}
.header-logo img {
  background: none !important;
  height: 48px;
}
/* ---------------------- Badge
    --------------------------------------------------------------- */
.badge {
  position: relative;
  z-index: 9;
  margin-top: -30px;
}
.badge > div {
  background: #816f60;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  text-align: center;
}
.badge > div span {
  font-size: 21px;
}
@media all and (min-width: 1001px) {
  .badge {
    position: absolute;
    right: 20px;
    top: 110px;
    margin-top: 0;
  }
  .badge > div {
    padding: 68px 20px;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    box-shadow: 0 0 10px -5px #000;
  }
}
/* ---------------------- ----------------------------------------- */
.clearfix {
  clear: both;
}
.noWrap {
  white-space: nowrap;
}
.contentPic {
  max-width: 480px;
  float: right;
  margin: 0 0 15px 15px;
}
.contentPicleft {
  max-width: 480px;
  float: left;
  margin: 0 15px 15px 0;
}
.storyPic1 {
  max-width: 360px;
  float: right;
}
.storyPic2 {
  max-width: 360px;
  float: right;
  margin-right: 5px;
}
@media (max-width: 1280px) {
  .storyPic1,
  .storyPic2 {
    float: none;
  }
  .storyPic1 {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .contentPicleft {
    float: none;
  }
}
@media (max-width: 479px) {
  .contentPicleft {
    max-width: 100%;
  }
}
.slider-wrapper .nivo-caption {
  background: none;
  top: 40%;
  bottom: unset;
  text-align: center;
  opacity: 1;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider-wrapper .nivo-caption img {
  width: 30%;
}
@media (max-width: 1000px) {
  .slider-wrapper .nivo-caption {
    display: none !important;
  }
}
/* ---------------------- ----------------------------------------- */
.product-grid .item-box {
  box-shadow: 0 0 100px -60px #888;
  padding: 15px;
}
/* ---------------------- CMS PAGE (Topic page)
    --------------------------------------------------------------- */
.topic .master-wrapper-content.fullWidth {
  padding-top: 56px;
}
.topic .fullWidth .master-column-wrapper {
  width: 100%;
  margin: 30px auto 0;
}
.topic .fullWidth .page {
  margin: 0;
}
/* ---------------------- image block ------ */
.topic .img-block {
  width: 100%;
  height: 600px;
  position: relative;
  background: no-repeat top center;
  background-size: cover;
  display: block !important;
}
.topic .img-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.topic .img-block .content {
  position: absolute;
  width: 35%;
  right: 10%;
  top: 50%;
  transform: translate(0, -50%);
  font-family: Roboto;
  font-weight: 700;
  color: #fff;
  text-align: right;
}
.topic .img-block.odd .content {
  left: 10%;
  right: auto;
  text-align: left;
}
.topic .img-block h2 {
  font-family: Roboto;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .topic .img-block {
    height: 500px;
  }
  .topic .img-block .content {
    width: 40%;
    right: 5%;
    text-shadow: 1px 1px 8px #333;
    font-weight: 400;
  }
  .topic .img-block.odd .content {
    left: 5%;
  }
  .topic .img-block h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .topic .img-block {
    height: 420px;
  }
  .topic .img-block .content {
    width: 75%;
  }
  .topic .img-block h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 479px) {
  .topic .img-block {
    height: 380px;
  }
  .topic .img-block .content {
    width: 90%;
  }
  .topic .img-block h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
/* ---------------------- gallery block (e.g. Lieferanten) ------ */
.topic .gal-block,
.home-page .gal-block {
  width: 100%;
  height: 600px;
  position: relative;
  display: block !important;
  text-shadow: 0 0 15px #333;
}
.topic .gal-block .bg,
.home-page .gal-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.topic .gal-block .wide,
.home-page .gal-block .wide {
  float: left;
  width: 58%;
  height: 100%;
  background: no-repeat top center;
  background-size: cover;
  position: relative;
}
.topic .gal-block .small,
.home-page .gal-block .small {
  float: left;
  width: 42%;
  height: 100%;
  background: no-repeat top center;
  background-size: cover;
  position: relative;
}
.topic .gal-block.odd .wide,
.home-page .gal-block.odd .wide {
  float: right;
}
.topic .gal-block .content,
.home-page .gal-block .content {
  position: absolute;
  width: 50%;
  right: 5%;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
  font-family: Roboto;
  font-weight: 700;
  color: #fff;
  text-align: right;
}
.topic .gal-block.odd .content,
.home-page .gal-block.odd .content {
  left: 5%;
  right: auto;
  text-align: left;
}
.topic .gal-block h2,
.home-page .gal-block h2 {
  font-family: Roboto;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.topic .gal-block em,
.home-page .gal-block em {
  text-align: center;
  display: block;
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 50%;
  z-index: 2;
  font-family: Roboto;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
}
.topic .gal-block.odd em,
.home-page .gal-block.odd em {
  right: 5%;
  left: auto;
}
.topic .gal-block-50,
.home-page .gal-block-50 {
  width: 100%;
  position: relative;
  display: block !important;
}
.topic .gal-block-50 .half,
.home-page .gal-block-50 .half {
  float: left;
  width: 50%;
  padding-bottom: 50%;
  background: no-repeat top center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1199px) {
  .topic .gal-block,
  .home-page .gal-block {
    height: 500px;
  }
  .topic .gal-block h2,
  .home-page .gal-block h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .topic .gal-block,
  .home-page .gal-block {
    height: 420px;
  }
  .topic .gal-block h2,
  .home-page .gal-block h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .topic .gal-block .wide,
  .home-page .gal-block .wide {
    width: 100%;
  }
  .topic .gal-block .small,
  .home-page .gal-block .small {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .topic .gal-block,
  .home-page .gal-block {
    height: 380px;
  }
  .topic .gal-block h2,
  .home-page .gal-block h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .topic .gal-block .wide,
  .home-page .gal-block .wide {
    width: 100%;
  }
  .topic .gal-block .small,
  .home-page .gal-block .small {
    width: 100%;
  }
}
/* ---------------------- 2021: new text image block ------ */
.text-image-block {
  display: flex;
  flex-wrap: wrap;
}
.text-image-block > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.text-image-block .image {
  background: no-repeat top center;
  background-size: cover;
}
.text-image-block .image.bg-center {
  background-position: center center;
}
.text-image-block .text {
  padding: 50px;
  min-height: 400px;
  background: #f7f5f2;
}
.text-image-block .text .content {
  max-width: 700px;
  text-align: left;
}
@media (max-width: 767px) {
  .text-image-block .xs-order-1 {
    order: 1;
  }
  .text-image-block .xs-order-2 {
    order: 2;
  }
  .text-image-block > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-image-block .text {
    min-height: unset;
  }
  .text-image-block .image {
    min-height: 350px;
  }
}
/* ---------------------- Catalog Page - Category PAGE
    --------------------------------------------------------------- */
.catalogHeader {
  width: 100%;
  position: relative;
}
.catalogHeader img {
  width: 100%;
}
.catalogHeader > div {
  position: absolute;
  right: 10%;
  bottom: 30px;
  font-family: Roboto;
  font-weight: 400;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 1000px) {
  .catalogHeader > div {
    font-size: 20px;
    line-height: 20px;
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .catalogHeader > div {
    display: none;
    font-size: 13px;
    line-height: 13px;
    bottom: 5px;
    right: 5px;
  }
}
.category-page {
  margin-top: 60px;
}
.category-page h1 {
  font-size: 48px;
  font-weight: 300;
  text-transform: none;
  color: #816f60;
}
.category-page .category-description p {
  font-size: 16px;
  font-weight: 300;
}
.category-page .infoBox {
  float: right;
  margin: 0 0 10px 20px;
  width: 420px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 300;
}
.category-page .infoBox p {
  line-height: 28px;
  font-size: 28px;
  margin: 0 0 5px;
}
.category-page .infoBox strong {
  color: #816f60;
}
.category-page figure {
  float: right;
  margin: 0 0 10px 20px;
  width: 420px;
  max-width: 100%;
  font-size: 13px;
  font-weight: 300;
}
.category-page figure img {
  max-width: 100%;
  display: block;
}
.category-page figure figcaption {
  text-align: right;
  padding: 8px 10px;
  background: #816f60;
  color: #fff;
}
.category-page .infoBox + figure {
  clear: right;
}
.category-page figure + .infoBox {
  clear: right;
}
@media (max-width: 1000px) {
  .category-page figure,
  .category-page .infoBox {
    float: none;
    margin: 0 auto 10px;
    text-align: left;
  }
}
/* ---------------------- HOME PAGE
    --------------------------------------------------------------- */
.home-page-body .home-page {
  /* ---------------------- gallery block (e.g. Lieferanten) ------ */
  /* gallery block overrides, because there is no text */
}
.home-page-body .home-page .topic-block {
  margin-bottom: 90px;
}
.home-page-body .home-page .topic-block-title {
  margin-top: 90px;
}
.home-page-body .home-page h1 {
  font-size: 48px;
  font-weight: 300;
  text-transform: none;
  color: #816f60;
}
.home-page-body .home-page .topic-block-body {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.home-page-body .home-page .topic-block-body p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.home-page-body .home-page .topic-block-body strong {
  font-size: 18px;
  font-weight: 600;
  color: #816f60;
}
.home-page-body .home-page .infoBox {
  float: right;
  margin: 0 0 10px 20px;
  width: 360px;
  max-width: 100%;
  font-weight: 400;
  font-style: italic;
}
.home-page-body .home-page .infoBox p {
  line-height: 28px;
}
.home-page-body .home-page .infoBox strong {
  color: #816f60;
}
@media (max-width: 1000px) {
  .home-page-body .home-page .topic-block-title {
    margin-top: 90px;
  }
  .home-page-body .home-page .infoBox {
    float: none;
    margin: 1em auto;
    width: 580px;
  }
}
@media (max-width: 480px) {
  .home-page-body .home-page .infoBox {
    display: none;
  }
}
.home-page-body .home-page .home-page-category-grid .item-box {
  box-shadow: 0 0 100px -60px #888;
  padding: 5px;
}
.home-page-body .home-page .home-page-category-grid .item-box .title {
  left: 5px;
}
.home-page-body .home-page .gal-block .wide,
.home-page-body .home-page .gal-block .small {
  border: 5px solid #fff;
}
@media (max-width: 1199px) {
  .home-page-body .home-page .gal-block {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .home-page-body .home-page .gal-block {
    height: auto;
  }
  .home-page-body .home-page .gal-block .wide,
  .home-page-body .home-page .gal-block .small {
    height: 320px;
  }
}
@media (max-width: 479px) {
  .home-page-body .home-page .gal-block {
    height: 240px;
  }
}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* GLOBAL STYLES */

.ui-tabs .product-specs-box,
.ui-tabs .product-reviews-page,
.ui-tabs .full-description  {
    display: block;
}

/* THEME STYLES */

.productTabs .ui-tabs-nav li a:after {
    content: '/';
}
.product-essential {
	margin-bottom: 20px;
}
.full-description {
	margin-bottom: 0;
}
.product-specs-box,
.product-specs-box .data-table {
	margin-bottom: 0;
}
.ui-tabs .ui-tabs-nav{
    margin: 0;
}
.productTabs .write-review .title{
    display: none;
}
.productTabs .write-review .inputs:after{
    display: none;
}

.custom-tab {
    line-height: 20px;
    font-size: 13px;
    color: #666;
    letter-spacing: 2px;
}

/* TABS TWO COLUMNS */


@media all and (min-width: 1000px) {


    .tabs-two-columns .ui-tabs{
        margin: 0 0 40px;
        overflow: hidden;
    }
    .tabs-two-columns .productTabs-header{
        width: 190px;
        float: left;
    }
    .tabs-two-columns .productTabs-body{
        margin-left: 230px;
    }
    .tabs-two-columns .ui-tabs-nav {
        margin: 0;
    }
    .tabs-two-columns .ui-tabs .ui-tabs-nav li{
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 24px;
    }
    .tabs-two-columns .ui-tabs .ui-tabs-nav li:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #ddd;
        position: absolute;
        bottom: 4px;
        z-index: -1;
    }
    .tabs-two-columns .ui-tabs .ui-tabs-nav li a{
        padding: 0;
        box-shadow: 0 0 0 10px #fff;
        background: #fff;
        font-size: 17px;
    }
    .tabs-two-columns .ui-tabs .ui-tabs-nav li a:after{
        display: none;
    }
    .tabs-two-columns .ui-tabs .ui-tabs-panel p{
        margin: 0 0 15px;
    }
    .tabs-two-columns .write-review{
        margin: 0 0 60px;
    }
    .tabs-two-columns  .ui-tabs .ui-tabs-panel{
        padding: 0;
    }
    .tabs-two-columns .full-description{
        clear: none;
    }
    
}

#popup, .bMulti {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15);
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #777;
    display: none;
    width: 500px;
    max-width: 90%;
    min-height: 250px;
    padding: 0;
    position: relative;
}

    #popup > .panel, .bMulti > .panel {
        padding: 0;
        margin: 0;
    }

    #popup .panel-heading {
        padding: 12px 25px;
    }

    #popup .panel-body {
        padding: 25px;
    }

    #popup .panel-heading {
        border-bottom: 1px solid #ddd;
        background: #eee;
    }

        #popup .panel-heading h3 {
            font-size: 18px;
            color: #444;
            padding: 0 10px 0 0;
            margin: 0;
        }

            #popup .panel-heading h3 strong {
                font-weight: normal;
            }

    #popup .b-close {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 46px;
        background-image: url(/Plugins/Widgets.PopupMaker/Content/DefaultClean/close.png);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        #popup .b-close:hover {
            opacity: .7;
        }

    /*--- Login Popup ---*/

    #popup .login-popup .form-fields {
        background: #fff;
        padding: 0;
        border: 0;
    }

    #popup .login-popup .inputs label {
        display: block;
        margin-bottom: 5px;
    }

    #popup .login-popup .inputs label, .message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error, .inputs.reversed {
        text-align: left;
    }

    #popup .login-popup .inputs.reversed label {
        display: inline;
        padding: 0 5px;
    }

    #popup .login-popup .inputs input[type=text], #popup .login-popup .inputs input[type=password] {
        width: 100%;
    }

.button-1 {
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .button-1:hover {
        background-color: #248ece;
    }

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/
/* kmm */
.pos-rel {
	position: relative
}
/* kmm End*/

.menu-title {
	text-align: center;
}
.mega-menu,
.header-menu .menu-title,
.mega-menu .dropdown {
	display: none;
}	
.mega-menu .topic-wrapper {
	display: none;
} 


@media all and (min-width: 1001px) {

.menu-title,
.close-menu {
	display: none;
}

.header-menu > ul {
	/* kmm 
    position: relative;*/
}
.header-menu > ul > li{
	/* kmm 
    position: static;*/
}
.header-menu > ul > li > a, 
.header-menu > ul > li > span {
    position: relative;
}

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	display: block;
	/* kmm 
	position: relative;*/
}
.mega-menu-responsive {
	display: none !important;
}
.mega-menu .dropdown {
	display: none;
	position: absolute;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border-bottom: 4px solid #75bfa1;
	overflow: hidden;
	background: #fff;
	padding: 15px;
	z-index: 3; /*necessary if there is a :before or :after with another z-index*/
	margin-top: 4px;
}
.mega-menu .dropdown.active {
	display: block;
}
.mega-menu .dropdown.fullWidth {
    left: 50%;
	/* kmm 
	margin-left: -415px;
	width: 830px;*/
	margin-left: -365px;
	width: 730px;
}

/* ROWS AND BOXES */

.mega-menu .row {
	overflow: hidden;
}
.dropdown .box {
	float: left;
	padding: 15px;
}
.categories.fullWidth .box {
	/* kmm 
	width: 25%;*/
	width: 33.333%;
}
.categories .box,
.manufacturers .box,
.vendors .box {
	width: 250px;
}
.mega-menu .title {
	margin-bottom: 10px;
	padding: 6px 0;
	text-transform: uppercase;
	text-align: left;
}
.mega-menu .title a {
	font-size: 14px;
	font-weight: bold;
    letter-spacing: 0;
}
.mega-menu .title a:hover {
	color: #555;
}
.mega-menu .picture {
	width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}
.mega-menu .picture a {
	display: block;
    position: relative;
}
.mega-menu .picture a:before {
    content: " ";
    display: block;
    padding-top: 120%;
}
.mega-menu .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
}
.mega-menu .subcategories {
}
.mega-menu .box ul {
	margin-top: 5px;
}
.mega-menu .box li {
	margin: 0 0 15px;
	text-align: left;
}
.mega-menu .box li a {
    position: relative;
	padding-left: 13px;
	font-size: 13px;
    letter-spacing: 0;
    display: block;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.mega-menu .box li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #d1d1d1;
}
.mega-menu .box li a:hover {
    color: #75bfa1;
}
.mega-menu .box li a:hover:before {
    background: #75bfa1;
}
.mega-menu .box li:nth-child(odd) a:hover {
}
.mega-menu .box li:nth-child(even) a:hover {
}
.mega-menu li a.view-all {
	font-weight: bold;
	background: none;
}
.mega-menu li a.view-all:before {
    display: none;
}

.manufacturers.fullWidth .box,
.vendors.fullWidth .box {
	width: 16.66666%;
    padding: 0 10px;
}
.manufacturers.fullWidth .title,
.vendors.fullWidth .title {
    display: none;
}
.manufacturers.fullWidth .picture,
.vendors.fullWidth .picture {
    margin: 0;
}
.manufacturers.fullWidth .picture span,
.vendors.fullWidth .picture span {
    display: block;
}
.manufacturers.fullWidth .box .picture a,
.verndors.fullWidth .box .picture a {
    padding: 0;
}
.manufacturers.fullWidth .box .picture a:hover,
.vendors.fullWidth .box .picture a:hover {
    background: none !important;
    opacity: .9;
}
.manufacturers.fullWidth img,
.venors.fullWidth img {
    max-width: 100%;
}
.mega-menu .box li a.manufacturer:before,
.mega-menu .box li a.vendor:before {
    display: none;
}

.mega-menu .topic-wrapper {
	display: block;
	overflow: hidden;
}
.mega-menu .topic-wrapper p {
	font-size: 11px;
	line-height: 20px;
}
.mega-menu .topic-wrapper strong {
	display: block;
	border-bottom: 1px solid #999;
	padding: 8px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #222;
}

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


.home-page-listbox .product-ribbon {
    display: none;
}

@media all and (max-width: 480px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}

@media all and (min-width: 481px) {

    .product-list .item-box .ribbon-wrapper {
        width: 30%;
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
        width: auto;
    }

}

/*IMPORTANT: breakpoints range depends on where "view products in list" is available and where is not */
/*background-color*/

#goToTop:hover,
.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification a:hover,
.header-logo a img,
.footer-menu a:hover:before,
.social-sharing a:hover,
.poll .buttons input:hover,
.block .list a:hover:before,
.block .list .active a:before,
.block .list .sublist > .inactive:hover a:before,
.pager li a:hover,
.pager li span,
.vendor-list a:hover,
.contact-vendor input[type='button']:hover,
.overview .add-to-cart-button:hover,
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.overview .subscribe-button:hover,
.download-sample a:hover,
.variant-overview .add-to-cart-button:hover,
.attributes .qq-upload-button,
.write-review .button-1:hover,
.wishlist-content .button-2:hover,
.compare-products-page .button-2:hover,
.enter-password-form input[type="submit"]:hover,
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover,
.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
#check-availability-button:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.account-page .edit-address-button:hover,
.account-page .order-details-button:hover,
.account-page .delete-address-button:hover,
.account-page .return-items-button:hover,
.order-details-page .page-title a:hover .return-request-page .button-1:hover,
.account-page .delete-selected-biss-button:hover,
.avatar-page input[type="submit"].upload-avatar-button,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.checkout-attributes .qq-upload-button,
.order-details-page .actions input:hover,
.search-input .button-1:hover,
.blog-page .tags a:hover,
.blogpost-page .tags a:hover,
.new-comment .button-1:hover,
.news-list-page .news-items .read-more:hover,
.topic-post .pm-link-button:hover,
.profile-info-box .pm-link-button:hover,
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-message-send-page .buttons input:hover,
.private-messages-page .buttons input:hover,
.private-message-view-page .buttons input:hover,
.ajaxCart .productAddedToCartWindowCheckout:hover,
.mega-menu .box li a:hover:before,
.jCarouselMainWrapper .slick-prev:hover,
.jCarouselMainWrapper .slick-next:hover,
.jCarouselMainWrapper .slick-dots .slick-active button,
.previous-product a:hover,
.next-product a:hover,
.ropc button:hover,
.rich-blog-homepage .view-all a:hover,
.post-actions .read-more:hover,
.blog-search-results li a:hover:before,
.post-navigation a:hover,
.nivo-controlNav a.active,
.sale-of-the-day-offer .owl-controls .owl-dot.active span,
.inputs.upload .k-button.k-upload-button span,
.page-body form > .buttons .k-button:hover,
.k-edit-buttons.k-state-default button.k-dialog-insert.k-button,
#submit-reply .buttons .k-button:hover,
.my-tickets-page .clear-filters:hover,
.manage-tickets-page .clear-filters:hover,
.k-widget.confirmation-wrapper button,
.overview .submit-ticket-button:hover {
  background-color: #816f60;
}
.ui-slider-handle,
.k-pager-numbers span.k-state-selected {
  background-color: #816f60 !important;
}
/*color*/

.field-validation-valid,
.footer-menu a:hover,
.footer-tax-shipping a:hover,
.footer-powered-by a,
.footer-designed-by a,
.titles ul li.active span,
.home-page-listbox .actual-price,
.block .list a:hover,
.block .list .active > a,
.block .list a.active,
.block .view-all a,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.breadcrumb h1,
.breadcrumb strong,
.item-box .actual-price,
.tax-shipping-info a:hover,
.overview .value,
.variant-overview .value,
.product-review-links a:hover,
.product-no-reviews a:hover,
.overview .product-price,
.variant-overview .product-price,
.customer-entered-price .price-range,
.ui-tabs .ui-tabs-nav li:hover a,
.product-tags-list li a:hover,
.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar .ui-datepicker-today,
.product-reviews-page h1 a,
.product-review-item .review-info a,
.wishlist-page .share-info a:hover,
.compare-products-page .clear-list:hover,
.topic-block a:hover,
.topic-page a:hover,
.email-a-friend-page .title a:hover,
.registration-result-page .result,
.login-page .inputs.reversed .forgot-password a:hover,
.account-page .button-2:hover,
.order-details-page .page-title a:hover,
.return-request-list-page a:hover,
.order-total-price .cart-total-right,
.cart-total .order-total,
.terms-of-service span:hover,
.cart-collaterals .current-code,
.opc .back-link a:hover,
.order-details-page .data-table a:hover .order-details-page td.total,
.return-request-page td.price,
.sitemap-page a:hover,
.post-date,
.news-date,
.blog-posts .buttons a:hover,
.new-comment .result,
.comment-time,
.news-list-homepage .news-items .news-date,
.news-list-homepage .news-items .read-more,
.current-time,
.search-box.forum-search-box .advanced a,
.forums-table-section .view-all,
.forum-page .actions a:hover,
.forum-breadcrumb li:last-child a,
.forum-topic-page .topic-actions a:hover,
.topic-footer .topic-actions a:hover,
.topic-post .username:hover,
.topic-post .post-head a:hover,
.profile-page .topic-title a:hover,
.profile-page .topic-data,
.cart a:hover,
.data-table a:hover,
.compare-products-table a:hover,
.forums-table-section a:hover,
.cart .subtotal,
.compare-products-table .product-price td,
.tier-prices .item-price,
.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover,
.productAddedToCartWindowDescription strong,
.productAddedToCartWindowSummary a:hover,
.filter-block a.clearFilterOptions:hover,
.filter-block a.clearPriceRangeFilter:hover,
.selected-options-list > li span,
.ajaxFilters .k-window-actions .k-icon:hover,
.filter-block a.toggleControl,
.filtersGroupPanel li.checked label,
.filtersGroupPanel li > label:hover,
.instant-search-item .detail .price,
.mega-menu .box li a:hover,
.quickView .k-window-titlebar.k-header .k-window-actions a:hover,
.quickViewWindow .links-panel a:hover,
.quickViewWindow .variant-info .product-price,
.sale-of-the-day-offer .product-name a,
.sale-of-the-day-offer .price.actual-price,
.rich-blog-homepage .blog-post .read-more,
.blog-instant-search .k-item.k-state-hover,
.rich-blog-autocomplete-last-item span,
.blog-search-results-page .search-term-highlighter,
.blog-instant-search .k-item.k-state-focused,
.blog-page .buttons .read-comments,
.blog-search-results li a:hover,
.post-footer a,
.category-description a:hover,
.manufacturer-description a:hover,
.full-description a:hover,
.topic-html-content a:hover,
.post-body a:hover,
.news-body a:hover,
.custom-tab a:hover,
.order-details-page .product .submit-ticket-button,
ul#TicketModelTicketProductIds_taglist li.k-button,
#TicketProducts_taglist li.k-button,
ul#product-field_taglist li.k-button,
#customer-field_taglist li.k-button,
.ticket-comments .comment-header .left a,
.ticket-comments .comment-body a,
.ticket-comments .attachment-content li {
  color: #816f60;
}
/*border-color*/

#goToTop:hover,
.eu-cookie-bar-notification button:hover,
.eu-cookie-bar-notification a:hover,
.poll .buttons input,
.item-box input[type="button"],
.vendor-list a:hover,
.contact-vendor input[type='button']:hover,
.gallery .picture-thumbs a:hover,
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.overview .subscribe-button:hover,
.download-sample a:hover,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.write-review .button-1,
.wishlist-content .button-2:hover,
.wishlist-content .wishlist-add-to-cart-button,
.compare-products-page .button-2:hover,
.enter-password-form input[type="submit"]:hover,
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.registration-page .button-1,
.registration-result-page .button-1,
#check-availability-button,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.account-page .delete-selected-biss-button:hover,
.order-progress li.active-step a:before,
.shopping-cart-page .button-1:hover,
.checkout-page .button-1:hover,
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.cart-footer .button-1,
.checkout-page input[type='submit'],
.confirm-order .button-1,
#checkout-step-confirm-order .buttons .button-1,
.order-details-page .actions input:hover,
.search-input .button-1,
.blog-page .tags a:hover,
.blogpost-page .tags a:hover,
.new-comment .button-1,
.news-list-page .news-items .read-more:hover,
.topic-post .pm-link-button:hover,
.profile-info-box .pm-link-button:hover,
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-message-send-page .buttons input:hover,
.private-messages-page .buttons input:hover,
.private-message-view-page .buttons input:hover,
.forum-edit-page .buttons input[type="submit"],
.move-topic-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .buttons input[type="submit"],
.private-message-view-page .buttons input.button-1,
.ajaxCart .productAddedToCartWindowCheckout,
.mega-menu .dropdown,
.previous-product a:hover,
.next-product a:hover,
.user-agreement-page .button-1,
.ropc button:hover,
.complete-button button,
.rich-blog-homepage .view-all a:hover,
.post-actions .read-more:hover,
.post-navigation a:hover,
.page-body form > .buttons .k-button,
#submit-reply .buttons .k-button,
.my-tickets-page .clear-filters,
.manage-tickets-page .clear-filters,
.slick-dots button,
.overview .submit-ticket-button:hover {
  border-color: #816f60;
}
.k-pager-numbers span.k-state-selected {
  border-color: #816f60 !important;
}
/*Desktop Schemes*/

@media all and (min-width: 1001px) {
  /*background-color*/
  
  .ico-inbox .inbox-unread,
  .header-menu .sublist li:hover > a:before,
  .wishlist-qty,
  .cart-qty,
  .mini-shopping-cart input[type="button"]:hover,
  .header-menu > ul > li:hover > a:before,
  .header-menu > ul > li:hover > span:before,
  .header-menu .sublist-wrap:after,
  .product-grid .item-box .buttons input[type="button"]:hover,
  .product-list .item-box .add-info input[type="button"]:hover,
  .sale-of-the-day-offer .go-to-product-page:hover {
    background-color: #816f60;
  }
  /*color*/
  
  .cart-sum,
  .mini-shopping-cart .count a,
  .mini-shopping-cart .price span,
  .mini-shopping-cart .quantity span,
  .mini-shopping-cart .totals strong,
  .header-menu > ul > li > a:hover,
  .header-menu > ul > li > span:hover,
  .header-menu .sublist li:hover > a {
    color: #816f60;
  }
  /*border-color*/
  
  .mini-shopping-cart input[type="button"]:hover,
  .product-grid .item-box .buttons input[type="button"]:hover,
  .sale-of-the-day-offer .picture-thumbs a:hover,
  .sale-of-the-day-offer .go-to-product-page:hover {
    border-color: #816f60;
  }
}

