﻿/*=====================================================
    
    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: 3px;
}
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;
}
.button-1, .button-2 {
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
script {
    display: none !important;
}
option[disabled] {
    color: #ccc;
    font-weight: bold !important;
}
/*********** FONTS **********/
@font-face {
    font-family: 'ChestnutRegular';
    src: url('../fonts/chestnut-webfont.eot');
    src: url('../fonts/chestnut-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chestnut-webfont.woff2') format('woff2'),
         url('../fonts/chestnut-webfont.woff') format('woff'),
         url('../fonts/chestnut-webfont.ttf') format('truetype'),
         url('../fonts/chestnut-webfont.svg#chestnutregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	background: #fff;
	font: normal 12px 'SourceSansPro', 'Lato', sans-serif;
    color: #595452;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
}
h1,h2,h3,h4,h5,h6 {
}
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 #EEEEED;
    color: #47423F;
	padding: 8px;
	vertical-align: middle;
    letter-spacing: 0px;
}
input, textarea {
    font: normal 13px 'SourceSansPro', 'Lato', sans-serif;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 36px; /*safari padding fix*/
	padding: 6px;
    font-family: 'SourceSansPro', 'Lato', sans-serif;
    color: #47423F;
    letter-spacing: 0px;
}
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;
    background-color: #F2EFED; /*Match the asset color, not the guide*/
    padding-bottom: 10px;
    padding-top: 10px;
    /* background-image: url(../img/treeline-merged-flat.png);*/
    background-image: url(../img/background-vintage-tile.jpg);
    /* background-size: auto 500px; */
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: top center;
}

.isTouch .master-wrapper-content {
    background-attachment: initial;
    background-repeat: repeat;
    background-image: url(../img/background-vintage-tile.jpg);
    background-position: center;
    background-size: 100% auto;
}
.home-page .master-wrapper-content {
    padding-top: 0;
}
.master-column-wrapper {
	width: 97%;
    margin: 0 auto;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-2, .side-2 {
    padding: 20px 0 60px;
}
.center-1 {
    overflow: hidden;
}

.page {
	clear: both; /* because of forum breadcrumbs */
	text-align: center;
    margin: 0 0;
    /*padding-bottom: 20px;*/
}
.category-landing-main.with-padding {
    margin: 0 auto;
    padding: 20px 15px;
    text-align: left;
}
.category-landing-main.with-padding .sub-category-grid {
    padding: 0;
}
.page-title {
	margin: 0 0 20px;
    position: relative;
}
.page-title h1 {
    font-size: 20px;
    letter-spacing: .5px;
    display: inline-block;
    color: #47423F;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
	margin: 0 0 20px;
}
.link-rss {
	display: none;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url('../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;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url('../img/goTopHoverLine.png') no-repeat top 11px right -24px, url('../img/goTop.png') no-repeat center, #fff;
    border: 3px solid #c4c4c4;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10001;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#goToTop:hover{
    background: url('../img/goTopHoverLine.png') no-repeat top 11px center, url('../img/goTopHover.png') no-repeat top 16px center, #E21F26;
}
.flyout-cart {
	display: none;
}

/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 50px;
}
.fieldset .title,
.section .title {
	margin: 0 0 10px;
}
.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;
    letter-spacing: 0px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
    width: 100%;
	max-width: 100%;
    vertical-align: middle;
    letter-spacing: 0px;
    height: 48px;
    padding: 8px 15px;
    font-size: 15px;
}

.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;
}
.inputs .sub-inputs.double .custom-select {
    max-width: 48%;
}
.inputs .sub-inputs.double .custom-select:first-of-type {
    margin-right: 4%;
}
.required {
	margin: 0 0px 0 3px; /*siblings offset fix*/
	font-size: 15px;
	color: #c00;
    font-weight: normal;
    vertical-align: middle;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	display: block;
	font-size: 11px;
	color: #c00;
}
.message-success {
    color: #27A200;
}
.field-validation-valid {
	display: block;
	font-size: 11px;
}
.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 {
    text-align: center;
    background-color: #E21F26
}
.bar-notification.error {
	background: #f3594d;
    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;
    font-size: 18px;
    line-height: 28px;
	/*border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url('../img/close.png') center no-repeat;*/
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.ui-dialog {
	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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ui-widget-overlay {
    position: fixed;
    z-index: 1007;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.ui-dialog-titlebar { 
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
}
.ui-dialog-titlebar span {
	float: left;
    color: transparent;
}
.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: 0;
    background-color: transparent;
	background-image: url('../img/menu-close.png');
    background-repeat: no-repeat;
    background-position: center;
	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;
    text-align: center;
}
.ui-dialog-content p > a {
    text-decoration: underline;
}
.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 0;
	background: #FFFFFF;
	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: #444;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0px;
    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;
}


/*********** HEADER ***********/



.admin-header-links {
	background: #f3f3f3;
    border-bottom: 1px solid #ddd;
	text-align: center;
}
.admin-header-links a {
	display: block;
	margin: 0 10px;
	line-height: 35px;
	font-weight: normal;
}

.header {
	position: relative;
	z-index: 1002;
	text-align: center;
    width: 100%;
}
.header:after { 
	content: "";
	display: block;
	clear: both;
}
.master-wrapper-page {
    overflow-y: visible;
}
.header-logo {
	text-align: center;
    margin: 6px auto;
    position: relative;
}
.header-logo a {
	display: inline-block;
	max-width: 292px;
	line-height: 0; /*firefox line-height bug fix*/
    padding-top: 4px;
}
.header-logo a img {
	max-width: 75%;
    height: 35px;
    background-color: #fff !important;
}
.header-options-wrapper{
    padding: 10px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.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('../img/cart-icon.png') left center no-repeat;
	padding: 0 0 0 20px;
}

/*Added Header Styles*/
#topcartlink{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 5px;
}
#topcartlink a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    position: relative;
}
.wishlist-qty,
.cart-qty{
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #E21F26;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
    .isWin.k-ie .wishlist-qty,
    .isWin.k-ie .cart-qty {
        line-height: 16px;
    }
.ico-cart{
    padding: 0 20px 0 25px;
    background-image: url(../img/header-cart.png);
    background-repeat: no-repeat;
    background-position: 10px 9px;
}
.cart-label {
    display: none;
}
.cart-qty{
    top: 0px;
    right: 5px;
}
.cart-sum{
    margin: 0 3px;
}
.ico-stores{
    display: inline-block;
    padding: 0 10px 0 20px;
    background-image: url(../img/header-stores.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    position: absolute;
    right: 50px;
    height: 40px;
    top: 5px;
}
.ico-menu{
    display: inline-block;
    padding: 0 20px 0 10px;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
    position: absolute;
    left: 10px;
    height: 35px;
    top: 5px;
}
    .header-logo .ico-menu.close {
        display: none;
    }
.ico-close{
    display: inline-block;
    padding: 0 20px 0 10px;
    background-image: url(../img/menu-close.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
    position: absolute;
    left: 10px;
    height: 35px;
    top: 5px;
}
.header-logo a.ico-close {
    display: none;
}
       .header-logo a.ico-close.open {
           display: inline-block;
       }
.ico-stores > span{
    display: none;
}
hr {
    background-color: rgba(140,138,136,.15);
    border: 0;
    margin: 10px 0;
    height: 1px;
    clear: both;
}
.flyout-store {
    display: none;
	position: absolute;
	top: 54px;
    left: 0;
    right: 0;
	z-index: 9998;
	box-shadow: 0 0px 2px rgba(140,138,136,.5);
	background: #fff;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.flyout-store.active {
	display: block;
}
.flyout-store .title {
    font-size: 14px;
    padding: 15px;
}
.flyout-store .stores-list {
    padding: 0px 10px 10px;
}
.flyout-store .name a {
    line-height: 1.3em;
}
.flyout-store td.picture {
    padding: 5px 0;
}
.flyout-store td.picture img {
    max-width: 60px;;
}
.flyout-store td.name {
    padding: 5px;
    text-align: left;
}
.flyout-store td.picture img {
    border-radius: 3px;
}
.flyout-store .directions {
    text-align: center;
}
.flyout-store .button-2.get-directions-btn {
    border: 1px solid rgba(140,138,136,.15);
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 11px;
    text-transform: capitalize;
    background-color: #fff;
    color: #595452;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
    display: inline-block;
    text-align: center;
}
.flyout-store .get-directions-btn:hover {
    background-color: rgba(140,138,136,.15);
}
.flyout-store .address-list-phone {
    display: block;
    padding: 0;
    font-size: 11px;
    padding: 2px 0;
    margin: 0 !important;
    color: #918E8C;
    line-height: 1.3em;
}
/*#storeslink {
    position: absolute;
    right: 50px;
    height: 40px;
    top: 5px;
}*/
/*End Added Header*/

.search-box {
}
.search-results-text {
    font-size: 15px;
}
#search-alert-cover {
    position: absolute;
    background-color: #fff;
    color: #E21F26;
    outline: 1px solid #E21F26;
    left: 0; right: 0;
    bottom: 0; top: 0;
    padding: 0 8px;
    line-height: 38px;
    display: none;
    font-size: 13px;
    text-align: left;
    border-radius: 3px;
}
.search-box form {
	display: inline-block;
}
.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('../img/header-search.png') center no-repeat;
	text-indent: 999px;
    color: #666;
}
#small-search-box-form {
    width: 97%;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}
span.search-box-text {
    /*width: -webkit-calc(100% - 36px);
    width: calc(100% - 36px);*/
    width: 100%;
}
#small-search-box-form {
    padding-right: 36px;
    position: relative;
}
.search-box .search-box-button {
    position: absolute;
    right: 0;
}
.search-box input.search-box-text {
    width: 100% !important;
}
.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;
    font-family: 'SourceSansPro', 'Lato', sans-serif;
}
.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;
    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;
    background: #fff;
}
.footer-upper-block p {
    color: #666;
}

.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 'SourceSansPro', 'Lato', sans-serif;
    color: #aaa;
}
.newsletter-email input[type="button"] {
	width: 100%;
	border: none;
	display: block;
    color: #fff;
    padding: 12px 10px;
    background: #373737;
    -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('../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{
}
.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;
}

.footer-middle{
    background: #363432;
    padding: 30px 0;
	overflow: hidden;
}
.footer-middle .footer-menu{
    display: none;
    padding-left: 15px;
}
.footer-menu li{
    text-align: left;
    color: #666;
    font-size: 15px;
    overflow: hidden;
}
.footer-menu li a{
    color: #F5F2F0;
    display: block;
    padding: 3px 0 2px 0px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.footer-menu a:hover{
    background: none !important;
}
.footer-middle-block.opening-time .footer-menu li{
    padding: 10px 0 10px 20px;
    background: url(../img/bullet.png) no-repeat center left 7px;
}
.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(../img/contact-address.png) no-repeat center left;
}
.footer-middle-block.contact-info  li.phone-fax{
    background: url(../img/contact-phone.png) no-repeat center left;
}
.footer-middle-block.contact-info  li.email-website{
    background: url(../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;
    position: relative;
    margin: 0 0 10px;
    z-index: 0;
    text-align: left;
    padding: 10px 22px 10px 0;
    cursor: pointer;
    color: #8C8A88;
}
.footer-middle-block .title span{
    display: inline-block;
    text-transform: capitalize;
}
.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: 48px;
	height: 30px;
	background: url('../img/payment-sprite.png') no-repeat;
    margin: 0 2px;
}
.accepted-payment-methods .method1 {
	background-position: 0 0;
}
.accepted-payment-methods .method2 {
	background-position: -48px 0;
}
.accepted-payment-methods .method3 {
	background-position: -96px 0;
}
.accepted-payment-methods .method4 {
	background-position: -144px 0;
}
/*.accepted-payment-methods .method5 {
	background-position: -160px 0;
}*/

.footer-lower {
	overflow: hidden;
    font-size: 14px;
    color: #666;
    background-color: #363432;
    padding: 20px 0;
}
.footer-lower .footer-blocks-holder > div{
    margin: 0 0 15px;
}
.footer-disclaimer{
    font-size: 11px;
}
.footer-disclaimer span{
    display: block;
}
.footer-disclaimer span.privacy-or-terms {
    display: inline-block;
    margin-left: 10px;
}
.privacy-or-terms a,
.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;
    margin-left: 10px;
}
.footer-tax-shipping a:hover{
}
.footer-powered-by {
    font-size: 13px;
}
.footer-powered-by a {
    -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{
    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%;
    margin-top: 0;
}
.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,
.home-page-center-banner{
    width: 97%;
    margin: 30px auto;
}

.titles{
    margin: 0 0 30px;
}
.titles h3{
    font-size: 24px;
    margin: 0 0 20px;

}
.titles ul li{
    display: inline-block;
}
.titles ul span{
    display: block;
    color: #aaa;
    font-size: 16px;
    line-height: 1em;
    border-right: 1px solid #ddd;
    padding: 0 20px;
    cursor: pointer;
    margin-bottom: 5px;
}
.titles ul li.active span{
}
.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;
}

.item-container-two .contained-item {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(140,138,136,.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    margin-bottom: 15px;
    float: left;
}
.item-container-two .contained-item:nth-child(2n+1) {
    margin-left: 0;
}
.item-container-two .contained-item img {
    width: 100%;
}
.item-container-two .contained-item .contained-title {
    padding: 15px;
    font-size: 15px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.item-container-two:after {
    content: '';
    display: block;
    clear: both;
}
a.contained-item:after {
    display: block;
    content: '';
    clear: both;
}
.home-page .featured-image-wrap {
    margin: 0 0 20px;
    display: block;
}
/* 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-bottom,
.home-page-center-banner{
    overflow: hidden;
    margin-bottom: 0;
}
.home-page-listbox{
    margin: 0 0 30px;
    text-align: left;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    overflow: hidden;
}
.home-page-listbox .title{
    font-size: 20px;
    position: relative;
    margin: 0 0 20px;
    text-align: center;
    overflow: hidden;
    background: transparent;
    color: #47423F;
}
.home-page-listbox .allitems {
    color: #47423F;
    text-align: center;
    margin: 0 0 30px;
}
.home-page-listbox .allitems > a {
    border-radius: 5px;
    border: 2px solid #C5C0BF;
    padding: 10px 20px;
    font-size: 12px;
}
.home-page-listbox .allitems > a:hover {
    background-color: rgba(140,138,136,.15);
}
.product-item .picture{
    width: 100%;
}
.product-item .picture a{
    display: block;
    position: relative;
}
.product-item .picture a:before {
    content: " ";
    display: block;
    padding-top: 100%;
}
.home-page-listbox .picture .item-overlay{
    display: none !important;
}
.product-item .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);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/*.home-page-listbox .product-item{
    width: 48.4%;
    margin: 0 0.5% 10px;
    display: inline-block;
    border: 1px solid rgba(140,138,136,.15);
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    line-height: 1.3em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}*/
.product-item .details {
    padding: 10px;
}
.product-item .details h2{
    font-size: 12px;
    color: #47423F;
    line-height: 1.3em;
}
.product-item .product-basics {
    position: relative;
    min-height: 50px;
    /*margin-bottom: 15px;*/
}
.product-item .details h2 a{
    display: block;
    height: 32px;
    overflow: hidden;
}
.product-item .details .product-brand {
    display: block;
    height: 16px;
    margin-top: 5px;
    font-size: 13px;
    overflow: hidden;
    font-family: 'SourceSansPro', 'Lato', sans-serif;
}
.product-item .details .product-has-options {
    position: absolute;
    width: 100%;
    font-family: 'SourceSansPro', 'Lato', sans-serif;
    color: #918E8C;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.5em;
}
.k-safari .product-has-options {
    letter-spacing: -1px;
}
.home-page-listbox .description{
    display: none;
}
.product-item .prices {
    height: 18px;
}
.product-item .actual-price{
    font-size: 12px;
    display: inline-block;
}
    .product-item .actual-price.sale-price {
        color: #E21F26;
        font-size: 13px;
    }
.product-item .old-price{
    font-size: 12px;
    color: #cdcdcd;
    text-decoration: line-through;
    margin-right: 5px;
    display: inline-block;
    margin-top: -1px;
}
.home-page-listbox .buttons{
    display: none;
}
.home-page-listbox .compare-products{
    display: none;
}

.home-page-banners .slider-wrapper{
    margin: 0 0 10px;
}

/*Home Slider Test*/
.theme-home-carousel {
    display: none;
}
.theme-home-carousel-mobile .nivo-controlNav {
    display: block;
}
.theme-home-carousel .nivo-controlNav,
.theme-home-carousel-mobile .nivo-controlNav {
    position: static;
    bottom: auto;
    padding: 15px 0;
}
.theme-home-carousel .nivo-controlNav a,
.theme-home-carousel-mobile .nivo-controlNav a {
    background-image: url('../img/marquee-dot.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 999px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    overflow: hidden;
}
.theme-home-carousel .nivo-controlNav a.active,
.theme-home-carousel-mobile .nivo-controlNav a.active {
    background-image: url('../img/marquee-dot-fill.png');
    background-repeat: no-repeat;
    background-position: left center;
}

/*********** LEFT/RIGHT COLUMN ***********/



.block {
	margin: 0 0 20px;
	text-align: center;
}
.block .title {
    position: relative;
    z-index: 0;
    text-align: left;
    padding: 10px 35px 5px 0;
    cursor: pointer;
    box-shadow: none !important;
    background: none !important;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    text-transform: capitalize !important;
    font-size: 16px !important;
    color: #47423F !important;
}
.block-navigation.block .title {
    padding-right: 10px;
}
.block .title strong {
    display: inline-block;
}
.block .title strong::after {
    content: '';
    display: block;
    width: 22px;
    height: 19px;
    background: transparent url(../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;
    font-size: 13px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}
.block .list li.active > a {
    font-weight: 900;
}
.block .list li.active.last > a {
    text-decoration: underline;
}
.block .list img {
	max-width: 100%
}
.block .sublist{
    margin-left: 20px;

}

.block .view-all {
	margin: 10px 0 0;
    text-align: left;
}
.block .view-all a {
	padding: 7px 3px;
    font-weight: bold;
    text-decoration: underline;
    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 {
    text-decoration: underline;
}
.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;
    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;
    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: #444;
    font-size: 14px;
    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;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}


/********** CATEGORY PAGE **********/



.filters-button {
    display: none;
}

.breadcrumb {
    padding-left: 10px;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li > * {
	font-size: 14px; /*reset zeroing*/
    padding: 15px 5px;
    display: inline-block;
    color: #7A7877;
}
.breadcrumb li a,
.breadcrumb .current-item {
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    font-size: 12px;
}
.breadcrumb .delimiter{
    color: #bababa;
}
.breadcrumb h1,
.breadcrumb strong {
	font-weight: normal;
}
.breadcrumb a:hover * {
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 26px 0 20px;
}
.product-filters {
	display: none;
}

.grid-navigation {
    border: none;
    margin: 0 0 20px;
    padding: 0 10px;
    float: left;
    width: 100%;
    overflow-y: visible;
}
.product-selectors {
	text-align: left;
    width: 100%;
    float: left;
}
.product-selectors > div {
	margin: 0;
    width: 100%;
}
.product-selectors > div:last-child{
    margin: 0;
}
.product-page-size > span:last-child{
    display: none;
}
.product-selectors > div > span{
    display: block;
    margin-left: 0px;
    margin-bottom: 10px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    color: #47423F;
}
/* CUSTOM DROPDOWN*/
.jDropDown {
    width: 100%;
    background-color: #fff !important;
    color: #47423F !important;
    font-size: 12px !important;
    background-image: url(../img/dropdown.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    border: 1px solid rgba(140,138,136,.15);
    margin: 0 !important;
    font-weight: bold;
}
.jDropDown ul {
    top: 33px !important;
    left: 0px;
    width: auto !important;
    right: 0px;
    border: 1px solid rgba(140,138,136,.15) !important;
    border-top: 0 !important;
    box-shadow: 0px 1px 8px 0px rgb(140,138,136);
}

.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: 24px;
	overflow: hidden;
	padding: 8px 4px;
    background: #E9E9E8;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
	cursor: pointer;
    -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: #E21F26;
    color: #fff;
}
.pager li a:hover {
	background-color: #E21F26;
    color: #fff;
}
    .isTouch .pager li a:hover {
        background-color: #E9E9E8;
    }
.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('../img/arrows-sprite.png');
    background-position: left -14px top -9px;
}
.pager li.next-page * {
	background-image: url('../img/arrows-sprite.png');
    background-position: right -14px top -9px;
}
.pager li.first-page * {
	background-image: url('../img/arrows-sprite.png');
    background-position: left -14px top -109px;
}
.pager li.last-page * {
	background-image: url('../img/arrows-sprite.png');
    background-position: right -14px top -109px;
}
.pager li.previous-page *:hover{
    background-position: left -14px top -59px;
}
.pager li.next-page *:hover{
    background-position: right -14px top -59px;
}
.pager li.first-page *:hover{
    background-position: left -14px top -159px;
}
.pager li.last-page *:hover{
    background-position: right -14px top -159px;
}


.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	/*width: 50%;*/
	margin: 0 auto 20px;
    /*padding: 0px 1%;*/
    overflow: hidden;
    float: left;
}
.item-box:before {
}
.nop7SpikesAjaxFiltersGrid .item-box {
    position: relative;
    width: 48%;
    margin: 0 1% 15px;
    display: inline-block;
    overflow: hidden;
    line-height: 1.3em;
}
.item-box .product-item {
    border: 1px solid rgba(140,138,136,.15);
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}
.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: 50%;*/
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}
.item-box .picture .compare-products{
    display: none;
}
.item-box .details {
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.item-box .product-title a,
.item-box .title a {
	display: block;
}
/*.product-item .product-rating-box {
    margin-top: 15px;
}*/
.product-item .rating {
	background-image: url('../img/rating-small-empty.png');
    background-repeat: repeat-x;
    /*background-position:  top left;*/
	width: 70px;
    height: 13px;
    margin: 5px 0;
    display: inline-block;
}
.product-item .rating div {
	background-image: url('../img/rating-small-full.png');
    background-repeat: repeat-x;
    /*background-position: top left;*/
    height: 13px;
}
.item-box .description {
	display: none;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .old-price {
	color: #595452;
    font-size: 12px;
    vertical-align: middle;
	text-decoration: line-through;
    display: inline-block;
    margin-top: -1px;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
    display: none;
}
/*.item-box input[type="button"] {
	border: 3px solid #75bfa1;
	padding: 9px 25px;
    font-size: 14px;
    color: #444;
    background: none;
}*/

/*Category Landing Page*/
.category-landing-page .category-landing-main {
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(140,138,136,.15);
}
.category-landing-top {
    position: relative;
    height: 360px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.category-landing-top img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 100%;
}
.sub-category-grid {
	margin: 0 auto;
    padding: 30px 15px;
}
.sub-category-grid .item-box .title {
    font-size: 14px;
}
.sub-category-item > ul {
    line-height: 1.5em;
    margin-top: 10px;
}
.home-page-category-grid {
	margin: 30px auto;
}
.home-page-category-grid .item-box .picture a:before,
.sub-category-grid .item-box .picture a:before{
    padding-top: 50%;
}
.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;
    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-align: left;
    padding: 11px 10px 11px 45px;
}*/

.product-grid,
.product-list {
	margin: 0 auto;
    clear: both;
}
.product-grid .title {
	margin-bottom: 25px !important;
    font-size: 20px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.product-grid .title strong {
	font-weight: bold;
}

.item-box .manufacturer-item .title{
    position: static !important;
    font-size: 20px;
    background: none;
    color:  #444;
    position: relative;
    margin: 0;
    width: 100%;
}
.item-box .manufacturer-item .title:before{
    display: none;
}
.item-box .manufacturer-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;
}

.contact-vendor input[type='button']{
    border: 3px solid #ddd;
    padding: 9px 25px;
    font-size: 14px;
    color: #47423F;
    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;
}

.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{
}

/*Filter List*/
.filter-other-eles {
    display: none;
}
.filter-view-less {
    display: none;
}

/********** PRODUCT PAGE **********/


.product-page-top-wrapper {
    margin-bottom: 70px;
}
.product-essential {
	margin: 0;
    background-color: #fff;
    padding: 45px 5% 20px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #EEEEED;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
    margin: 30px 0 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
}
    .gallery:before {
        content: '';
        display: block;
        clear: both;
    }
.gallery .picture-wrapper {
    margin: 20px 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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .picture-thumbs a {
	display: inline-block;
	position: relative;
	width: 16%;
	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{
}
.gallery .picture-thumbs a img:hover {
	opacity: 0.7; /*cloud zoom only*/
	border: 1px solid rgba(140,138,136,.15);
}

/*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('../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('../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;
}
.overview .product-name {
	margin: 0 0 10px;
}
.overview .product-brand {
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    color: #47423F;
}
.overview .product-name h1 {
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    color: #47423F;
}
.overview .short-description,
.overview .full-description {
    font-size: 14px;
    line-height: 1.3em;
	margin: 0px 0 30px;
    clear: both;
    padding-top: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.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;
    margin: 0 0 30px;
}
.back-in-stock-subscription-page input[type="submit"]{
    height: 35px;
    background: none;
    border: 2px solid #ddd;
    padding: 0 10px;
    color: #888;
    font-size: 12px;
}
.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{
} 

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background: url(../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(../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(../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(../img/buttons-sprite.png) no-repeat top left -148px;
    text-indent: initial;
    width: auto;
    padding: 0 10px 0 35px;
    color: #888;
    font-size: 12px;
}
.overview .subscribe-button:hover{
    background-position: top -35px left -148px;
    color: #fff;
}
.download-sample a {
     background: url(../img/buttons-sprite.png) no-repeat top left -112px;
}   
.download-sample a:hover{
    background-position: top -35px left -112px;
}

.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: 5px 0 5px;
}
.overview .stock {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    float: left;
}
.overview .stock:after {
    content: '';
    display: block;
    clear: both;
}
.overview .qty-container {
    float: right;
    margin: 7px 0;
}
.overview .qty-container:after {
    content: '';
    display: block;
    clear: both;
}
.overview .value a,
.variant-overview .value a {
	text-decoration: underline;
}
.free-shipping {
	display: inline-block;
    margin: 10px auto 15px 20px;
    padding: 10px 17px;
	text-align: center;
    font-size: 13px;
    font-style: italic;
}
.overview .manufacturers {
    clear: both;
	/*margin: 0 0 25px;*/ /*not present in variant-overview*/
}

.product-reviews-overview {
	margin: 0 0 20px; /*not present in variant-overview*/
}
.product-review-box {
	display: inline-block;
	margin: 4px 0 0;
    float: left;
}
.product-review-box .rating {
	width: 70px;
	height: 13px;
	background-image: url('../img/rating-small-empty.png');
    background-repeat:  repeat-x;
}
.product-review-box .rating div {
	height: 13px; 
	background-image: url('../img/rating-small-full.png');
    background-repeat:  repeat-x;
}
.product-review-links,
.product-no-reviews {
    line-height: 20px;
    margin-left: 10px;
    float: left;
    font-size: 13px;
}
/*.product-review-links a:hover,
.product-no-reviews a:hover {
    text-decoration: underline;
}*/

.product-review-links {
    text-decoration: underline;
}

.overview .prices,
.variant-overview .prices {
	margin: 10px 0;
    display: inline-block;
	overflow: hidden;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    clear: both;
}

.overview .prices:after,
.variant-overview .prices:after {
    content: '';
    display: block;
    clear: both;
}
.overview .prices label,
.variant-overview .prices label{
    display: none;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
    display: inline-block;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 24px;
	color: #595452;
	text-decoration: line-through;
    display: inline-block;
}
.overview .old-product-price >*,
.variant-overview .old-product-price >* {
    vertical-align: top;
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 20px;
}
    .overview .product-price.sale-price,
    .variant-overview .product-price.sale-price {
        color: #E21F26;
        margin-left: 10px;
    }
    .overview .product-price.sale-price > span,
    .variant-overview .product-price.sale-price > span {
        display: inline-block;
        margin-top: -6px;
    }
.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;
}
.customer-entered-price .price-range {
	font-size: 12px;
    padding: 10.5px 0px;
}
.overview .prices > div.tax-shipping-info{
    display: block;
}
.overview .attributes {
    clear: both;
    text-align: right;
    padding-top: 20px;
}
.overview .add-to-cart {
	margin: 40px 0 35px;
    padding: 0;
    height: 47px;
    clear: both;
    text-align: right;
    position: relative;
}
.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: 44px;
    font-size: 15px;
    text-transform: capitalize;
    margin-right: 15px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 36px;
    height: 36px;
	padding: 6px 5px;
	text-align: center;
    font-size: 14px;
    margin-right: 15px;
    border-radius: 3px;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    /*border: none;
    border-radius: 3px;
    padding: 15px 10px;
    font-size: 14px;
    background-color: #E21F26;
    color: #fff;
    font-weight: normal;
    min-width: 180px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;*/
    margin-left: 0;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
    float: right;
    margin-top: 13px;
}
    product-share-button:after {
        content: '';
        display: block;
        clear: both;
    }
.full-description {
	clear: both;
	margin: 0 0 70px;
	line-height: 20px;
    font-size: 13px;
    color: #666;
}

.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;
}

.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;
    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;
    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 {
}
.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: #47423F;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
.ui-tabs .ui-state-active.ui-tabs-active a:after {
    color: #47423F !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{
}

.attributes {
	margin: 20px 0;
}
.attributes dl {
	overflow: hidden;
}
.attributes dt {
	display: block;
	margin: 0 0 10px;
	white-space: nowrap; 
    font-size: 12px;
}
.attributes dd {
	margin: 0 0 10px;
}
.attributes li {
	margin: 10px 0;
}
.attributes select {
	width: auto;
	max-width: 100%;
    /*height: 35px;*/
    color: #47423F;
    max-width: 100%;
    vertical-align: middle;
    letter-spacing: 0px;
    height: 48px;
    padding: 8px 12px;
    font-size: 15px;
}
.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 {
    width: 140px;
    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: #f3f3f3;
	color: #47423F;
}
.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('../img/arrows-sprite.png') top -8px left -8px no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('../img/arrows-sprite.png') top -8px right -8px no-repeat;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
    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{
}
.ui-datepicker-calendar .ui-state-active{
    background: #f5f5f5;
}
.ui-datepicker-calendar .ui-datepicker-today{
}

.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;
}

.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;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea{
	height: 150px;
}


/********** PRODUCT REVIEWS **********/

/*In PAGE REVIEWS*/
.inpage-review-wrap {
    background-color: #fff;
    padding: 45px 5% 20px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #EEEEED;
}
.inpage-review-wrap .title {
    margin-bottom: 10px !important;
    font-size: 20px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.product-review-item .review-title {
    margin-bottom: 10px !important;
    font-size: 16px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    z-index: 1;
}
.product-review-item .product-review-box {
    float: none;
    margin-bottom: 0;
}
.inpage-review-wrap .product-review-list {
    padding: 20px 0;
    position: relative;
}
.inpage-review-wrap .product-review-list:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #EEEEED;
}
.inpage-review-wrap .average-rating:after {
    content: '';
    clear: both;
    display: block;
}
.inpage-review-wrap .average-rating > * {
    float: left;
}
.inpage-review-wrap .average-rating .review-info {
    line-height: 20px;
    margin-left: 10px;
    font-size: 13px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
/*END IN PAGE REVIEWS*/

.product-reviews-page h1 a{
    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-align: center;
}
.write-review {
    display: none;
	margin: 30px 0 30px;
    position: relative;
    padding-top: 30px;
}
.write-review:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #EEEEED;
    top: 0;
}
.inpage-review-wrap .write-review .title {
    font-size: 18px;;
    margin-bottom: 20px !important;
    text-align: center;
}
.write-review .form-fields {
	margin: 0 0 25px;
}
.ui-tabs .form-fields {
}
.write-review .review-rating {
	text-align: center;
}
.write-review label {
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
}
.write-review .review-rating label {
    display: block;
    vertical-align: middle;
    margin: 0 0 10px;
    white-space: nowrap;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
    text-align: left;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    font-size: 14px;
    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 .buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.product-reviews-page .result,
.product-reviews-page .validation-summary-errors {
    margin: 10px 0 25px;
    font-size: 17px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-list .product-review-box .rating {
    width: 70px;
    height: 13px;
    background-image: url('../img/rating-small-empty.png');
    background-repeat: repeat-x;
}
.product-review-list .product-review-box .rating div {
    height: 13px;
    background-image: url('../img/rating-small-full.png');
    background-repeat: repeat-x;
}
.product-review-item {
	margin: 0 0 60px;
    font-size: 13px;
}
.product-review-item .review-item-head {
	position: relative;
}
/*.product-review-item .review-title {
    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;
    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;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.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{
    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 .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: #47423F;
    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;
}

.no-items-found,
.no-data,
.no-address,
.no-orders{
    font-size: 17px;
    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;
    -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{
}
.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;
    color: #888;
    font-size: 12px;
    -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%;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 20px;
}
.home-page .topic-block {
	margin: 0 auto 40px;
}
.home-page .topic-block p {
    font-size: 14px;
    line-height: 22px;
}
.topic-block-title{
    margin: 60px 0 0;
}
.topic-block-title h2 {
    font-size: 24px;
}
.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{
}
.topic-page .page-body {
	line-height: 20px;
}
.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 10px;
	color: #c00;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left !important;
	width: 200px !important;
	height: 36px !important;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 36px !important;
	border: none !important;
	background: none !important;
	padding: 0 15px !important;
	font-size: 16px !important;
    color: #888;
    font-size: 12px;
    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;
}
.password-msg {
    margin-bottom: 15px;
    font-size: 14px;
}

/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page {
    text-align: center;
}
.contact-page .page-title h1 {
    text-align: center;
}
.contact-page .page-body {
    width: 264px;
    margin: auto;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields {
	margin: 0 0 15px;
}
.message-error {
	margin: 0 0 10px;
}
.email-a-friend-page .title {
	margin: 10px 0 25px;
}
.email-a-friend-page .title h2 {
	font-size: 17px;
}
.email-a-friend-page .title a:hover{
    -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;
    position: relative;
    margin: 10px 0 25px;
    z-index: 0;
}
.registration-page .title strong{
    display: inline-block;
}
.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 #EEEEED;
}
.registration-page select + select,
.account-page select + select {
	margin: 0;
}
.account-page .title,
.support-page .title,
.contact-page .page-title,
.registration-page .page-title,
.registration-result-page .page-title {
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.registration-page, .registration-result-page {
    background-color: #fff;
    padding: 30px 5%;
    border-radius: 5px;
    text-align: center;
}
.registration-page .page-body,
.registration-result-page .page-body {
    width: 264px;
    display: inline-block;
}
.registration-page .fieldset {
    margin-bottom: 0;
}
.registration-page .back-to-login {
    text-align: center;
    padding: 0 20px;
    font-size: 13px;
}
.registration-page .back-to-login a {
        text-decoration: underline;
}
.registration-page .button-1.register-next-step-button,
.registration-result-page .button-1.register-continue-button {
    width: 100%;
    margin: 30px 0 0;
}
.request-a-catalog .button-1 {
    margin: 30px 0 0;
}
.gender span{
    display: inline-block;
    margin: 0;
    width: 235px;
    max-width: 50%;
    border: 1px solid #EEEEED;
    height: 48px;
    padding: 8px 12px;
}
.gender span:nth-of-type(1){
    border-right: none;
}
.gender span > * {
	display: inline !important;
	vertical-align: middle;
	line-height: 32px;
}
.gender label{
    padding: 0 0 0 5px;
}
/*#check-availability-button {
    font-size: 12px;
	margin: 20px 0;
    padding: 5px 15px;
    border: 3px solid #75bfa1;
    color: #444;
    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;
    padding: 0 20px;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.accept-privacy-policy a {
	font-weight: bold;
    text-decoration: underline;
}
.registration-result-page .result {
	margin: 10px 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    display: inline-block;
}
.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title,
.account-page .title,
.support-page .title,
.support-page .title h1,
.registration-page .page-title,
.registration-result-page .page-title {
	margin: 10px 0 25px;
	font-size: 18px;
    color: #47423F;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.support-page .title h1 {
    text-align: center;
}
.topic-block h2 {
    font-size: 15px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.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*/
    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{
}
.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-size: 15px;
    color: #E21F26;
	font-weight: bold;
}
.account-page .button-2,
.order-details-page .page-title a {
	border: none;
    background: none;
    color: #444;
    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;
}
.order-details-page .page-title a:first-child {
    margin-left: 0;
}
.account-page .button-2:hover,
.order-details-page .page-title a:hover {
}
.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: url(../img/account-page-btns.png) no-repeat;
}
.account-page .edit-address-button,
.account-page .order-details-button{
    background-position: top 3px left 3px;
}
.account-page .delete-address-button,
.account-page .delete-selected-biss-button{
    background-position: top -18px left 3px;
}
.account-page .return-items-button{
    background-position: top -37px left 3px;
}
.order-details-page .page-title .pdf-invoice-button{
    background-position: top -78px left 3px;
}
.order-details-page .page-title .pdf-order-button{
    background-position: top -78px left 3px;
}
.order-details-page .page-title .print-order-button{
    background-position: top -56px left 3px;
}
.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-image: url(../img/account-page-btns-green.png);*/
}
.order-details-buttons-wrapper{
    margin-top: 20px;
}

.account-page .edit-address {
	margin: 26px 0 20px;
}
.account-page .description {
	margin: 0 0 20px;
}
.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: 30px 0 15px;
}

.return-request-list-page li{
    margin: 0 0 5px;
}
.return-request-list-page a {
	font-weight: bold;
    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{
}
.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-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}

.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;
}

/********** SHOPPING CART & CHECKOUT **********/

.remove-from-cart-checkbox {
    display: none;
}
.remove-from-cart-item-action {
    font-size: 15px;
    font-weight: 500;
}

/*START MOBILE 480px*/
/*.shopping-cart-page .footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: none;
}
.table-wrapper {
    margin-bottom: 50px;
}
.shopping-cart-page .footable tbody {
    display: block;
}
.shopping-cart-page .footable tbody .cart-item-row {
    display: block;
    position: relative;
}
.shopping-cart-page .footable tbody .cart-item-row td {
    display: block !important;
    padding: 0;
}*/
/*END MOBILE 480px*/

.order-progress {
	margin: 0;
	text-align: center;
    padding: 15px 0;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 10px 5px;
    width: 45px;
}
.order-progress a {
    display: block;
	font-size: 12px; /*reset zeroing*/
    position: relative;
}
.order-progress a:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../img/checkout-progress.png);
    background-repeat: no-repeat;
    margin: 0 auto 10px;
}
.order-progress a:after {
    content: '';
    display: block;
    height: 1px;
    top: 14px;
    position: absolute;
    background-color: #EEEEED;
    width: 29px;
    right: 36px;
}
.order-progress li:first-child a:after {
    content: '';
    background-color: transparent;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.active-step a:before{
    background-image: url(../img/checkout-progress-fill.png);
}
.order-progress li.inactive-step a {
	cursor: default;
}

.shopping-cart-page {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 3px;
} 
.shopping-cart-page .buttons{
    margin: 0 0 70px;
}
.shopping-cart-page .page-title h1{
    float: none;
}
.shopping-cart-page .page-title{
    margin: 0 0 20px;
}
.shopping-cart-page .page-title:before{
    display: none;
}

.remove-discount-button,
.remove-gift-card-button {
	width: 18px;
	height: 18px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background: #fff url('../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 0;
}
.shopping-cart-page .common-buttons input {
	margin: 0 5px 5px;
}
.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;
}
.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;
    width: 120px;
}
.checkout-attributes .qq-upload-button:hover{
    opacity: .9;
}
.checkout-data .payment-info{
    line-height: 1.5em;
}
.inputs .card-exp-data {
    width: 70%;
    float: left;
}
    .inputs .card-exp-data > .custom-select {
        width: 58%;
        margin-left: 4%;
    }
    .inputs .card-exp-data > .custom-select:first-of-type {
        width: 38%;
        margin-left: 0;
    }
.inputs .card-code {
    width: 26%;
    margin-left: 4%;
    float: left;
}
.checkout-data .payment-info td select,
.checkout-data .payment-info td input{
    margin-bottom: 5px;
}
.checkout-data .payment-info td input{
    width: 100% !important;
}
.checkout-page .order-completed{
    text-align: center;
}

/*Non-Table layout*/
table.cart thead {
    display: none;
}

.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;
}
.shopping-cart-page .totals {
    text-align: right;
}
.shopping-cart-page .total-info {
    display: inline-block;
    text-align: right;
    margin-bottom: 20px;
}
.cart-total{
    width: 370px;
}
.cart-total td {
	width: 50%;
	padding: 3px;
    font-size: 13px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    white-space: nowrap;
}
    .cart-total .order-total td {
        font-size: 15px;
        padding-top: 10px;
    }
    .cart-total .order-total td.cart-total-right strong {
        font-weight: bold;
    }
    .productAddedToCartWindowDescription .cart-total .order-total td {
        font-size: 14px;
    }
.cart-total-left,
.cart-total-left-below{
    text-align: left;
}
.cart-total-right{
    text-align: right;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.cart-total strong{
    font-weight: normal;
}
.order-total-price *{
    font-size: 18px;
}
.order-total-price .cart-total-left{
	font-size: 16px;
}
.order-total-price .cart-total-right{
	font-size: 16px;
}
.cart-total .order-total  {
	font-size: 16px;
}
.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;
}
.cart .cart-item-row {
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}

/*CUSTOM CHECKOUT BUTTONS*/
.button-2 {
    border: 1px solid rgba(140,138,136,.15);
    border-radius: 3px;
    padding: 14px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: capitalize;
    background-color: #fff;
    color: #595452;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
    display: inline-block;
    min-width: 180px;
    text-align: center;
}
.checkout-page .address-item .button-2 {
    margin-left: 0;
    padding: 14px 0;
}
.button-2:hover {
    background-color: rgba(140,138,136,.15);
}
.button-1
 {
    border: none;
    display: inline-block;
    border-radius: 3px;
    padding: 15px 10px;
    font-size: 14px;
    background-color: #E21F26;
    color: #fff;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
    margin-left: 20px;
    min-width: 180px;
    text-align: center;
    text-decoration: none !important;
}
.contact-page .button-1:hover {
    color: #fff;
}
.checkout-page input[type='submit'],
.support-page .button-1,
.blogpost-page .button-1,
.button-1.password-recovery-button {
    margin-left: 0; 
}
.inpage-review-wrap .go-to-review-button,
.inpage-review-wrap .login-to-review-button {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
}
.support-page .button-1 {
    margin-top: 20px;
}
.button-1:hover {
    background-color: #B71A20;
}
.checkout-page .footable td {
    padding: 10px;
}
.checkout-page .footable td.product-picture,
.footable td.product-picture {
    text-align: center;
}
.checkout-page .footable td.product .product-name,
.checkout-page .cart .subtotal {
    font-size: 12px;
}
.checkout-page .footable td.product {
    text-align: left;
    min-width: 160px;
}
.checkout-page .footable td label {
    /*display: none !important;*/
}
.checkout-page .footable .product-picture img {
    padding-top: 5px;
    max-width: 52px;
    max-height: 100%;
}
.checkout-page .section.order-summary .title {
    font-size: 14px;
    margin-bottom: 10px;
}
.checkout-page .footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: none !important;
}
.checkout-page .footable td.quantity {
    min-width: 0px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    text-align: left;
    white-space: nowrap;
}
.checkout-page .footable td.quantity:before {
    /*content: 'x';
    position: absolute;
    left: -4px;*/
}
.checkout-page .footable td.unit-price {
    text-align: right;
    font-size: 12px;
}
.checkout-page .cart-total,
.order-details-page .cart-total {
    width: 100%;
}

.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;
    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;*/
    display: none;
}
.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{
    display: block;
}

.checkout-page .button-1{
    margin: 0;
}
/*.checkout-page input[type='submit']{
    clear: both;
}*/
.checkout-page .section {
	margin: 30px 0;
}
.checkout-page .section:first-child {
    margin-top: 0;
}
.checkout-page .section .title{
    font-size: 18px;
    margin: 20px 0;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    /*font-weight: bold;*/
}
.checkout-page .order-summary-body{
    margin: 70px 0;
}
.checkout-page .section .selector{
    margin: 0 0 10px;
}
.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;
    font-size: 13px;
    /*margin: 0 0 5px;*/
}
.checkout-page .address-item .custom-attributes-view{
    line-height: 2em;
}
.checkout-page .address-item li.name {
	margin: 0 0 5px;
    font-weight: bold;
    /*text-transform: uppercase;*/
}
.checkout-page .address-item li.country {
}
.checkout-page .address-item li.phone {
	margin: 5px 0 0;
    /*text-transform: uppercase;*/
}
.checkout-page .address-item li label {
    font-weight: bold;
}
.checkout-page .select-address .button-2 {
    /*border: 1px solid rgba(140,138,136,.15);
    border-radius: 3px;
    padding: 14px 10px;*/
    font-size: 13px;
    /*background-color: #fff;
    color: #595452;
    font-weight: normal;
    min-width: 180px;
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;*/
}
/*.checkout-page .select-address .button-2:hover {
    background-color: rgba(140,138,136,.15);
}*/
.checkout-page .edit-address {
	margin: 0 0 20px;
}
.checkout-page .buttons {
    text-align: right;
    clear: both;
    padding-top: 20px;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 20px;
    display: inline-block;
    text-align: left;
}
.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-size: 14px;
    line-height: 1.5em;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.shipping-method .method-list li label > span,
.payment-method .method-list li label > span {
	font-weight: bold;
}
.shipping-method .method-name {
    padding-left: 20px;
}
.shipping-method .method-name > input {
    margin-left: -20px;
}
.shipping-method .method-description {
	margin: 5px 0 0;
    display: none;
}
.use-reward-points {
	margin: 0 0 15px;
}
.payment-info .info {
	margin: 0 0 20px;
    width: 100%;
}
.method-name .payment-method label{
    display: block;
}
.payment-info .info td{
    display: block;
}
.payment-info .info td {
}
.payment-info .info tr:only-child td{
    text-transform: none;
    text-align: left;
}
.confirm-order .buttons{
    text-align: center;
}
.order-review-data ul,
.shipment-overview ul {
	margin: 0 0 30px;
}
.order-review-data li,
.shipment-overview li {
	padding: 2px 0;
    font-size: 13px;
}
.order-review-data .title,
.shipment-overview .title,
.order-details-area .title,
.order-number strong {
	margin: 30px 0 10px;
}
.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;
    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;
    -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{
}
.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;
    font-size: 13px;
}
.order-details-area {
	margin: 0 0 20px; 
	overflow: hidden;  
}
.order-details-page .title,
.order-details-page .order-number {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.order-details-page .order-overview {
    font-size: 13px;
}
.order-details-area td {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top;
}
.order-details-page .data-table a:hover{
    -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 .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;
    color: #888;
    font-size: 12px;
    margin: 10px 0 15px;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	font-size: 0;
}
.order-details-page .order-total-price *{
    font-size: 16px;
}
.order-details-page .data-table td label {
    display: inline-block;
}
.order-details-page .data-table tr {
    font-size: 14px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}

.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 {
    background-color: #fff;
    border: 1px solid #EEEEED;
    padding: 35px 15px;
    border-radius: 5px;
}
.search-input:after {
    content: '';
    display: block;
    clear: both;
}
.search-results .warning,
.search-results .no-result {
    padding: 35px;
    background-color: #fff;
    border: 1px solid #EEEEED;
    border-radius: 5px;
    font-size: 14px;
}
.search-input .fieldset,
.search-input .fieldset .form-fields,
.password-recovery-page .fieldset,
.password-recovery-page .fieldset .form-fields {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.search-input input + label {
    display: inline;
    margin: 0 0 0 2px;
}
.search-input .inputs.reversed{
    text-align: left;
}
.basic-search,
.advanced-search {
	margin: 0 0 20px;
    float: left;
    width: 100%;
}
.basic-search {
    margin-bottom: 0;
}
.basic-search .inputs.full-width {
    width: 100%;
}
.basic-search input[type="text"] {
    width: 100%;
    max-width: 100%;
}
.basic-search .buttons {
    width: 50%;
    text-align: right;
    padding: 0 20px;
    float: left;
    margin: 0;
}
.inputs.two-input-parent > .custom-select {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.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 .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;
    background: #fff;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page li{
    display: inline-block;
}
.sitemap-page a {
	display: block;
    line-height: 35px;
    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{
}
.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;
}
.generic-grid-three .generic-box {
	position: relative;
	margin: 0 0 20px;
}
.generic-grid-three .generic-box p {
    line-height: 1.3em;
    margin-bottom: 0;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 15px;
	font-size: 18px;
    color: #555;
    font-weight: bold;
    -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 {
}
.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;
    margin-bottom: 15px;
}
.post-head,
.news-head {
    position: relative;
}
.blog-pageF .post-head a,
.news-list-page .news-head a{
    display: inline-block;
    font-size: 17px;
    box-shadow: 0 0 0 10px #fff;
}
.blogpost-page .post-date,
.news-item-page .news-date {
    margin-top: 26px;
}
.post-body,
.news-body {
	margin: 0 0 20px;
	font-size: 13px;
    line-height: 1.5em;
}
.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;
	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;
    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;
}
.blog-posts .buttons a{
    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 {
}

.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 {
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.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;
}
.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;
}
.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;
}
.comment-body {
	line-height: 20px;
}

.news-list-page .news-details{
    color: #666;
    line-height: 1.5em;
}
.news-list-page .news-items .buttons{
    margin: 30px 0 0;
}

.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 70px;
    background: url(../img/news-background.png) 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: #444;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-list-homepage .news-items .news-date{
    font-size: 13px;
    font-weight: bold;
    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{
    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;
}
.news-list-homepage .view-all {
}
.news-list-homepage .view-all a {
	display: inline-block;
	border: solid 2px #fff;
    opacity: 0.8;
    padding: 7px 15px;
    margin-top: 18px;
}

/*New blog*/
.blog-page, .blogpost-page {
    padding-top: 10px;
}
.blog-page img, .blogpost-page img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.blog-page .category-picture img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.blog-page .page-body,
.blogpost-page .page-body {
    background-color: #fff;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.post-image > img {
    max-width: 100%;
}
.post-info {
    padding: 20px 5px;
    text-align: center;
}
.post-head .post-title {
    line-height: 1.2em;
    margin-bottom: 0;
    font-size: 20px;
    overflow: hidden;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    color: #47423F;
}
.blog-page .post-body {
    height: 83px;
    overflow: hidden;
    margin-bottom: 15px;
}
.post-body p {
    font-size: 15px;
    line-height: 1.4em;
}
.blog-page .post-body p {
    height: 63px;
    overflow: hidden;
}
.post-foot a {
    text-decoration: underline;
}
.featured-image-wrap {
    position: relative;
    height: 320px;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    display: block;
}
.blog-page .featured-image-wrap,
.blogpost-page .featured-image-wrap {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.featured-image-wrap > img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 0 !important;
}
.featured-image-info {
    width: 100%;
    padding: 30px 15px;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
    top: 0;
}
.featured-image-info.top {
    top: 0;
}
.featured-image-info.bottom {
    bottom: 0;
    top: auto;
}
.featured-image-info.middle {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.featured-image-info.center {
    text-align: center;
    left: 0;
}
.featured-image-info.left {
    text-align: left;
    left: 0;
}
.featured-image-info.right {
    text-align: right;
    right: 0;
}
.featured-image-text {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2em;
    letter-spacing: .05em;
    font-family: 'ChestnutRegular', sans-serif;
    text-shadow: 1px 1px 10px #595452;
}
.featured-image-text > h1 {
    font-size: inherit;
}
.featured-image-button,
.blog-post-date {
    margin-top: 20px;
}
.featured-image-button {
    display: block;
}
.button-3 {
    font-size: 15px;
    line-height: 1.3em;
    padding: 7px 25px;
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
}
.blog-post-date,
.blog-author {
    font-size: 15px;
    line-height: 1.3em;
}
.featured-image-button > .button-3 {
    display: inline;
}
.generic-grid-three {
    padding: 15px 20px;
}
.blog-page .blog-posts {
    padding: 25px 20px;
}
.generic-grid-three:after {
    content: '';
    display: block;
    clear: both;
}
.generic-box h4 {
    margin-top: 10px !important;
}
.generic-section h3 {
    margin-top: 0 !important;
}
.generic-section {
    border-bottom: 1px solid rgba(140,138,136,.35);
}
.generic-section:last-child {
    border-bottom: 0;
}
.blogpost-page .post-body,
.new-comment,
.comment-list {
    padding: 30px;
    text-align: left;
    margin-bottom: 0;
}
.blogpost-page .post-body h2,
.blogpost-page .post-body h3 {
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 700;
    color: #47423F;
    line-height: 1.5em;
    margin: 30px 0 10px;
}
.blogpost-page .post-body h2 {
    font-size: 20px;
}
.blogpost-page .post-body h3 {
    font-size: 18px;
}
.blogpost-page .post-body > *:first-child {
    margin-top: 0;
}
.icon-new {
    background-image: url(../img/new-badge.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.icon-sale {
    background-image: url(../img/sale-badge.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.new-comment,
.comment-list {
    padding-top: 0 !important;
}
.new-comment .title,
.comment-list .title {
    margin-bottom: 20px !important;
    font-size: 20px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.new-comment form {
    width: 100%;
}
.blog-comment {
    font-size: 16px;
}
.generic-social-wrap {
    padding: 20px 0;
}
.generic-social-wrap.left {text-align: left;}
.generic-social-wrap.right {text-align: right;}
.generic-social-wrap.center {text-align: center;}
/********** 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;
}

.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;
}
.forums-table-section-title span {
	float: right;
}
.forums-table-section .view-all {
	line-height: 24px;
}
.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('../img/folder1.png') center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url('../img/folder2.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../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;
    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;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.forum-page .actions a:hover{
}
.forum-page .new-topic {
	background: url('../img/forum_icon6.png') left 3px center no-repeat;
}
.forum-page .watch-forum {
	background: url('../img/forum_icon5.png') left center no-repeat;
}

/* topic page & profile page */

.forum-topic-page{
    margin-bottom: 30px;
}
.forum-topic-page .topic-name {
	margin: 0 0 20px;
	font-size: 18px;
    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;
    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;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.forum-topic-page .topic-actions .actions a:hover{
}
.forum-topic-page .reply-topic-button,
.topic-footer .reply-topic-button{
	background: url('../img/forum_icon4.png') left center no-repeat;
}
.forum-topic-page .watch-topic-button,
.topic-footer .watch-topic-button{
	background: url('../img/forum_icon5.png') left 3px center no-repeat;
}

.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button  {
	background: url('../img/forum_icon1.png') left 5px center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
	background: url('../img/forum_icon2.png') left 5px center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url('../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 {
    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{
    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;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.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 .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{
}
.topic-post .post-time {
	padding: 7px 10px;
}
.topic-post .post-body .posttext b{
    display: block;
}
.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;
}

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.profile-info-box .profile-stats label{
}
.profile-info-box .profile-stats li{
    margin-bottom: 5px;
}
.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;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.profile-page .topic-title a:hover{
}
.profile-page .topic-data {
    font-weight: bold;
}
.profile-page .topic-data > *{
    vertical-align: middle;
}
.profile-page .topic-body{
    color: #555;
}
.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 strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: bold;
    vertical-align: middle;
}
.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 .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 li {
	display: inline-block;
    font-size: 13px;
    margin: 15px 0;
}
.private-message-view-page label {
	font-weight: bold;
    margin: 0 2px 0 0;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "/";
	margin: 0 0 0 10px;
}
.private-message-view-page .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;
    width: 100%;
}
.custom-select-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #fff !important;
    color: #47423F !important;
    font-size: 14px !important;
    background-image: url(../img/dropdown.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    border: 1px solid rgba(140,138,136,.15);
    margin: 0 !important;
    min-width: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 20px 0 15px;
    font-family: 'SourceSansPro', 'Lato', sans-serif;
    border: 1px solid #eeeeed;
    background-color: #fff;
    text-align: left;
    height: 48px;
    line-height: 48px;
}

.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%;
    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;
    height: 36px;
    line-height: 36px;
}
.search-box .custom-select{
    float: left;
    width: auto;
    height: 36px;
    margin-left: -1px;
    border: none;
    border-left: 1px solid #f3f3f3;
}
.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;
}

/*ACCOUNT PAGES*/
.account-page .address-item,
.account-page .order-item {
    outline: 1px solid #EEEEED;
    padding: 25px;
}
.account-page .address-item .buttons,
.account-page .order-item .buttons {
    position: static;
    margin-bottom: 0;
    margin-top: 20px;
    top: auto;
    right: auto;
}
.account-page .order-item .item-box {
    width: 32%;
    margin: 0 0 0 2%;
}
.account-page .order-item .item-box > span {
    display: block;
    font-size: 15px;
    line-height: 23px;
}
.account-page .order-item .item-box .order-id {
    font-weight: bold;
    font-size: 18px;
}
.account-page .order-item .buttons {
    font-size: 13px;
    display: block;
    margin: 0;
    line-height: 46px;
}
.account-page .order-item .buttons .button-2 {
    background: none;
    font-size: 13px;
    border: 1px solid rgba(140,138,136,.15);
    padding: 8px 0;
    color: #595452 !important;
    min-width: 80px;
    margin-left: 10px;
}
    .account-page .order-item .buttons .button-2:hover {
        background: none;
        background-color: rgba(140,138,136,.15);
    }
.address-list-page .info,
.order-list-page .info {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.35em;
}
.address-list-page .info .name,
.order-list-page .info .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.account-page .edit-address-button,
.account-page .delete-address-button {
    background: none;
    font-size: 13px;
    border: 1px solid rgba(140,138,136,.15);
    padding: 8px 0;
    color: #595452 !important;
    min-width: 80px;
    margin-left: 10px;
}
.account-page .edit-address-button:hover,
.account-page .delete-address-button:hover {
    background: none;
    background-color: rgba(140,138,136,.15);
}
/* 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 **********/

/********** RE-CAPTCHA **********/

.recaptchatable #recaptcha_response_field {
	height: auto !important;
}

/*CUSTOM PRICE RANGE*/
.filtersGroupPanel .ui-slider-handle {
    background: #fff !important;
    border: 1px solid rgba(140,138,136,.15);
}
.filtersGroupPanel .ui-slider-range {
    background: #fff !important;
    border: 1px solid rgba(140,138,136,.15);
}
.filtersGroupPanel .ui-slider {
    background: rgb(140,138,136) !important;
}
input, select, .custom-select-text {
    border-radius: 3px;
}

/*Store Pages*/
.store-details-page {
    position: relative;
}
.store-details-page .page-title,
.category-landing-top .page-title {
    position: absolute;
    width: 100%;
    height: 360px;
    top: 0;
    padding: 0;
    z-index: 1;
    text-transform: uppercase;
}
.store-details-page .page-title > h1,
.category-landing-top .page-title > h1 {
    color: #FFF;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    padding: 25px;
    text-shadow: 1px 1px 10px #595452;
}
.blog-page .category-landing-top .page-title > h1 {
    font-size: 32px;
}
.store-details-page .page-body {
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
}
.store-details-page .main-store-content {
    padding: 20px;
}
.store-details-page .main-store-content > h2 {
    margin: 60px 0 30px;;
    font-size: 20px;
}
.store-details-page hr {
    margin: 60px 0;
}
.store-details-page .featured-image {
    position: relative;
    height: 360px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
}
.store-details-page .content-image {
    height: 480px;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    border-radius: 5px;
}
.store-details-page .map-image {
     height: 240px;
     width: 100%;
     border-radius: 5px;
}
.store-details-page .featured-image img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 360px;
}
.store-details-page .content-image img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 480px;
}
.store-details-page .item-grid,
.generic-topic-page .item-grid {
    width: 264px;
    display: inline-block;
}
.store-details-page .item-box,
.generic-topic-page .item-box {
    vertical-align: top;
    font-size: 14px;
    line-height: 1.3em;
    padding: 0 0 30px;
    border-bottom: 1px solid #EEEEED;
    margin: 0 0 30px;
    width: 100%;
}
.store-details-page .item-box:last-child,
.generic-topic-page .item-box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.store-details-page .item-box h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.store-details-page .item-box h3 {
    font-size: 15px;
    line-height: 1.5em;
    margin: 10px 0 2px;
}
.store-details-page .get-directions-btn {
    margin-top: 20px;
    margin-left: 0;
}
/*TWO THIRD PANEL*/
.two-third-panel .topic-block h2 {
    margin: 30px 0 10px;
}

/*Custom Global Classes*/
.hide {
    display: none;
}
.regular-page .title,
.regular-page .title h1 {
    margin: 10px 0 25px;
    font-size: 17px;
    color: #47423F;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 500;
}
.ajaxCart, .quickView {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.password-recovery-page h1 {
    text-align: center;
}
.password-recovery-page .inputs,
.not-found-page .inputs {
    float: none;
    display: inline-block;
}
/*Not Found Page*/
.not-found-page .page-body p {
    font-size: 14px;
    margin-bottom: 15px;
}
.not-found-page .page-body p a {
    text-decoration: underline;
}
.not-found-page .search-input {
    border: 0;
    padding: 0;
}
.not-found-page .basic-search {
    width: 100%;
    display: inline-block;
    float: none;
}
.not-found-page .basic-search .buttons {
    width: auto;
    padding: 0;
    text-align: center;
    float: none;
}
.not-found-page .basic-search .buttons input {
    margin: 0;
}
/*Unified Styles*/
.wholeWrapPageColumnOne {
    background-color: #fff;
    padding: 30px 0;
    border-radius: 5px;
}
.wholeWrapPageColumnOne h1 {
    font-size: 18px;
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 700;
    color: #47423F;
    letter-spacing: 0;
    text-align: center;
}
.wholeWrapPageColumnOne p {
    font-size: 13px;
}
.wholeWrapPageColumnOne .result {
    margin: 10px 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    display: inline-block;
}
.thank-you-page .page-body {
    text-align: center;
}
.thank-you-page .buttons {
    margin: 30px 0 20px;
}
.thank-you-page .buttons .button-1 {
    margin: 0;
}
.inputs.date-of-birth label {
    white-space: normal;
}
.inputs.date-of-birth .custom-select {
    width: 32%;
    margin-left: 3%;
}
.inputs.date-of-birth .custom-select:first-of-type {
    margin-left: 0;
}

ul.store-list-ul {
    list-style: none;
    padding-left: 0 !important;
}
ul.store-list-ul li {
    padding: 0px;
}
    ul.store-list-ul li > a {
        font-weight: 600;
        text-decoration: underline;
        font-size: 12px;
    }
    ul.store-list-ul li h4 {
        display: inline;
        margin-right: 25px;
        line-height: 1.5em;
    }
/*.at4-icon.aticon-twitter {
    background: url('../img/twitter_logo_blue_32.png') no-repeat left !important;
}
.at4-icon.aticon-facebook  {
    background: url('../img/fb_logo_32.png') no-repeat left !important;
}
a.at-svc-facebook,
a.at-svc-twitter {
    background: transparent !important;
}
a.at-svc-pinterest_share {
    background: #BD2125 !important;
    border-radius: 10px;
}*/
/*End Unified Styles*/
/*Generic Page*/
.generic-topic-page {
    padding-top: 10px;
}
.generic-topic-page .page-body {
    background-color: #fff;
    padding: 45px 5% 45px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #EEEEED;
}
.generic-topic-page h1,
.generic-topic-page h2,
.generic-topic-page h3,
.generic-topic-page h4 {
    font-family: 'Roboto', 'Lato', sans-serif;
    font-weight: 700;
    color: #47423F;
    line-height: 1.5em;
    margin: 30px 0 10px
}
.generic-topic-page h1 {
    font-size: 24px;
    margin-top: 0px;
}
.generic-topic-page h2 {
    font-size: 20px;
}
.generic-topic-page h3 {
    font-size: 18px;
}
.generic-topic-page h4 {
    font-size: 16px;
}
.generic-topic-page p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.generic-topic-page table {
    margin-bottom: 20px;
    font-size: 14px;
}
.generic-topic-page table td {
    line-height: 1.5em;
}
.generic-topic-page ol {
    list-style-type: decimal;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 1.3em;
}
.generic-topic-page ol > li {
    margin-bottom: 5px;
}
.generic-topic-page li > ol {
    margin-bottom: 5px;
}
.generic-topic-page li > ol > li {
    margin-bottom: 3px;
}
.generic-topic-page.with-banner .page-body {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.generic-topic-page .generic-banner {
    position: relative;
    height: 360px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
}
/*.generic-topic-page .generic-banner > h1 {
    font-size: 42px;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 40px 60px;
    color: #FFF;
    letter-spacing: -1px;
    font-family: 'Roboto', 'Lato', sans-serif;
    text-shadow: 1px 1px 10px #595452;
    text-transform: uppercase;
}*/
.generic-topic-page .generic-banner > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 360px;
}
.generic-topic-page h2 a {
    text-decoration: underline;
}
.right-aligned {
    text-align: right;
}

@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;
}
}

/********** RETINA **********/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .theme-home-carousel .nivo-controlNav a,
    .theme-home-carousel-mobile .nivo-controlNav a {
        background-image: url('../img/marquee-dot@2x.png');
        background-size: 10px;
    }
    .theme-home-carousel .nivo-controlNav a.active,
    .theme-home-carousel-mobile .nivo-controlNav a.active {
        background-image: url('../img/marquee-dot-fill@2x.png');
        background-size: 10px;
    }
    .search-box .search-box-button {
	    background: url('../img/header-search@2x.png') center no-repeat;
        background-size: 15px 15px;
    }
    
    .ico-cart{
        background-image: url(../img/header-cart@2x.png);
        background-size: 17px 17px;
    }
    .ico-stores {
        background-image: url(../img/header-stores@2x.png);
        background-size: 14px 19px;
    }
    .ico-menu{
        background-image: url(../img/menu@2x.png);
        background-size: 16px 12px;
    }
    .product-review-box .rating,
    .product-item .rating,
    .product-review-list .product-review-box .rating {
        background-size: 14px 13px;
        background-image: url('../img/rating-small-empty@2x.png');
    }
    .product-review-box .rating div,
    .product-item .rating div,
    .product-review-list .product-review-box .rating div {
        background-size: 14px 13px;
        background-image: url('../img/rating-small-full@2x.png');
    }
    .order-progress a:before {
        background-image: url(../img/checkout-progress@2x.png);
        background-size: 28px 28px;
    }
    .order-progress li.active-step a:before{
        background-image: url(../img/checkout-progress-fill@2x.png);
        background-size: 28px 28px;
    }
    .custom-select-text,
    .jDropDown {
        background-image: url(../img/dropdown@2x.png) !important;
        background-size: 11px 5px;
    }
    .ui-dialog-titlebar button {
        background-image: url(../img/menu-close@2x.png);
        background-size: 14px 14px;
    }
    .master-wrapper-content {
        background-image: url(../img/treeline-merged-flat@2x.png);
    }
    .ico-close{
        background-image: url(../img/menu-close@2x.png);
        background-size: 14px 14px;
    }
    .accepted-payment-methods li {
        background: url(../img/payment-sprite@2x.png) no-repeat;
        background-size: 192px 30px;
    }
    .icon-new {
        background-image: url(../img/new-badge@2x.png);
        background-size: 60px 60px;
    }
    .icon-sale {
        background-image: url(../img/sale-badge@2x.png);
        background-size: 60px 60px;
    }
}