﻿/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/

/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}
a:active {
	outline: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #f6f6f6;
}
script {
    display: none !important;
}

/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	background: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Source Sans Pro';
    overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
    color: #333;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
    max-width: 100%;
}
table {
	/* width: 100%; bdk */
	border-collapse: collapse;
}
input[type="text"], input[type="password"], textarea, select,
.net-term-application .inputs #ApplciationDate,
.net-term-application .inputs #FFLExpirationDate {
    height: 30px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #f6f6f6;
    vertical-align: middle;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 30px; /*safari padding fix*/
	padding: 3px 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #999;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}
.master-wrapper-page {
    margin: 0 0 50px;
}
.master-wrapper-content {
	width: 90%;
	margin: 20px auto 0;
}
.master-column-wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.center-1 {
	margin: 0px;
}
.center-2, .side-2 {
	margin: 0 0 20px;
}

.page {
	text-align: center;
}
.page-title {
	/*padding: 13px 15px;
	background: #000;
	margin: 0 0 20px;
	position: relative;*/
}
.page-title h1 {
	/*font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;*/
}
.page:after,
.page-title:after,
.page-body:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.buttons {
	margin: 0 0 20px;
	text-align: center;
}
.link-rss {
    display: none;
    width: 31px;
    height: 31px;
    overflow: hidden;
    background: url(../img/sprite-social.png) no-repeat -192px center;
    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;
}
.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a {
    text-decoration: underline;
}
.flyout-cart {
	display: none;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: #fff url(../img/btn-gototop.png) no-repeat 12px 16px;
    border-radius: 50%;
    border: 3px solid #333;
    z-index: 10001;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 20px;
	overflow: hidden;
}
.section .title {
	margin: 0 0 20px;
	font-size: 15px;
}
.fieldset .title {
    margin: 0 0 20px;
    position: relative;
    text-align: center;
}
.fieldset .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #ccc;
	z-index: 1;
}
.fieldset .title strong {
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	background: #000;
	color: #fff;
	padding: 12px 24px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.fieldset .title strong:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -27px;
	border-style: solid dashed dashed;
	border-width: 8px 27px 0 27px;
	border-color: #000 transparent transparent;
}
.form-fields {
	position: relative;
	margin: 20px 0 0;
}
.inputs {
	position: relative;
	margin: 0 0 10px;
	text-align: center;
	white-space: nowrap;
    font-size: 0;
}
.inputs:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
    font-size: 13px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 300px;
	max-width: 100%;
    vertical-align: middle;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.inputs .option-list li {
	float: left;
	margin: 0 5px;
}
.inputs .option-list label {
	width: auto;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	margin: 0 -6px 0 5px; /*siblings offset fix*/
	font-size: 11px;
	color: #c00;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
	display: block;
	font-size: 11px;
	color: #c00;
    text-align: center;
}
.field-validation-valid {
	display: block;
	font-size: 11px;
	color: #690;
}
.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;
}


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10002;
	width: 100%;
	padding: 12px 25px 12px 10px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background: #9b0;
}
.bar-notification.warning {
	background: #c62;
}
.bar-notification.error {
	background: #f00;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px; /*even numbers only*/
	height: 32px; /*even numbers only*/
	margin: 5px;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url('../img/close.png') center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.ui-dialog {
    position: absolute !important;
	z-index: 1008;
	width: 350px !important;
	max-width: 95%;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background: #fff;
}
.ui-dialog-titlebar { 
	border-width: 1px;
	border-style: solid;
	border-color: #fff #fff #bbb;
	box-shadow: 0 0 0 1px #eee;
	overflow: hidden;
	background: #ddd url('../img/headpad.png') top repeat-x;
	padding: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #eee;
}
.ui-dialog-titlebar span {
	float: left;
	text-transform: uppercase;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px; /*even numbers only*/
	height: 24px; /*even numbers only*/
	margin: 6px;
	overflow: hidden;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px #999;
	background: #fff url('../img/close.png') center no-repeat;
	text-indent: 999px;
	opacity: 0.7;
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 20px;
}
.ui-dialog-content .page-title {
	min-height: 0;
	margin: 0 0 5px;
	background: none !important;
	padding: 0;
}
.ui-dialog-content .page-title h1 {
	float: none;
	color: #333;
}
.ui-dialog-content .topic-block {
	margin: 10px 0 0;
}
.ui-dialog-content .topic-html-content-body {
	max-height: 200px;
	overflow-y: scroll;
}
.ui-dialog-content .topic-block p {
	margin: 0;
}
.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-buttonset button:hover {
	background: #f6f6f6;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1002;
	width: 320px;
	height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 10px 0;
	border: 1px solid #bbb;
	background: #eee;
	padding: 5px;
	font-size: 14px;
	color: #333;
}
.eu-cookie-bar-notification button:hover {
	border-color: #aaa;
	background: #ddd;
}
.eu-cookie-bar-notification a {
	display: block;
	text-decoration: underline;
}
.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}

/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
	text-align: center;
	/* display:none; */
}
.admin-header-links a {
	margin: 0 10px;
	line-height: 35px;
	font-weight: bold;
}
.admin-header-links .impersonate{
    line-height: 35px;
}
.admin-header-links .impersonate a{
    display: inline-block;
}


.header {
    position: relative;
    /*z-index: 1002;*/
    background-image: url(../img/msr-header-background-v2020.jpg);
    padding: 15px 0;
	background-size:100%;
	display:inline-block;
	width:100%;
}
.header-centering {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
    .header-centering:after { 
	    content: ".";
	    display: block;
	    visibility: hidden;
	    clear: both;
	    height: 0;
	    line-height: 0;
	    font-size: 0;
    }
.header-logo {
	text-align: center;
    position: relative;
    z-index: 3;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
	float:left;
	max-height:150px;
}
.header-logo a img {
	max-width: 100%;
	max-height:inherit;
}
.header-links-wrapper {
	margin: 0 0 20px;
}
.header-links {
    padding: 15px 0;
}
.header-links ul {
	font-size: 0;
}
.header-links li {
    position: relative;
    display: inline-block;
    margin: 15px 5px -3px;
}
.header-links span {
	font-size: 0; /*reset zeroing*/
}
.header-links li > a {
    display: block;
    width: 27px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.header-links .ico-register {
	background-image: url(../img/icon-register.png);
}
.header-links .ico-account {
	/* background-image: url(../img/icon-account.png); */
}
.header-links .ico-login,
.header-links .ico-logout {
	/* background-image: url(../img/icon-login.png); */
}
.header-links .ico-inbox {
	background-image: url(../img/icon-inbox.png);
}
.header-links .ico-wishlist {
	background-image: url(../img/icon-wishlist.png);
}
.header-links .ico-cart {
	background-image: url(../img/icon-cart.png);
}

.header-links .ico-inbox + span,
.header-links .wishlist-qty,
.header-links .cart-qty {
	position:absolute;
	bottom: 85%;
	left: 75%;
	font-size: 12px;
	color: #fff;
}

.search-box.store-search-box form {
	display: inline-block;
	position: relative;
}
.search-box.store-search-box form:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.search-box.store-search-box input.search-box-text {
    float: left;
    width: 220px !important;
    height: 36px;
    border: none;
}
.search-box.store-search-box .search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	background: #000 url('../img/btn-search.png') center no-repeat;
	border: 2px solid #fff;
	font-size: 0 !important;
    padding: 0;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	z-index: 1000001 !important;
	width: 256px !important; /*default = txtfield + button*/
	max-width: 100%;
	border-top: 1px solid #000;
	overflow: hidden;
	background: #fff;

	position: absolute;
	top:auto;
}
.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 a.ui-state-focus {
	background: #f6f6f6;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
	display: none;
	margin-right: 5px;
	vertical-align: middle;
}

.header-selectors-wrapper {
	padding: 15px 0;
}
.header-selectors-wrapper > div {
	display: inline-block;
    margin: 0 5px;
}

.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: 32px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	/*bottom: 0;*/
	left: 0;
	margin: auto;
}

/* custom selectors */

.new_select {
	width: auto !important;
	cursor: pointer;
	z-index: 1003 !important;
}
.new_select > span {
	display: block;
	position: relative;
	height: 22px;
	background: #fff;
	padding: 5px 27px 5px 5px;
	line-height: 12px;
	font-size: 11px;
}
.new_select > span:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	height: 20px;
	background: #333 url(../img/arrow-down-white-big.png) no-repeat center;
}
.styleSelect_item {
	top: 24px !important;
	background: #fff;
	right: 0;
	text-align: left;
	box-shadow: 1px 1px 1px #666;
}
.styleSelect_item li {
	padding: 5px;
}
.styleSelect_item li:hover {
	background: #f6f6f6;
}



/*********** FOOTER ***********/



.footer {
	text-align: center;
}

.footer-upper {
    margin: 0 auto 30px;
    overflow: hidden;
    width: 95%;
}
.footer-upper .footer-block {
	position: relative;
	width: 230px;
	margin: 0 auto 10px;
	padding: 10px;
	background-color: #eee;
}

.footer-upper .footer-block.phone-block,
.footer-upper .footer-block.payment-info-block {
	padding: 10px 10px 10px 56px;
}
.footer-upper .footer-block.phone-block:before,
.footer-upper .footer-block.payment-info-block:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	border: 2px solid #333;
	border-radius: 50%;
}
.footer-upper .footer-block.phone-block:before {
	background: #fff url(../img/icon-phone.png) no-repeat center;
}
.footer-upper .footer-block.payment-info-block:before {
	background: #fff url(../img/icon-payment.png) no-repeat center;
}
.footer-upper .footer-block.phone-block span,
.footer-upper .footer-block.payment-info-block span {
	display: block;
	text-align: left;
}
.footer-upper .footer-block.phone-block span:first-child,
.footer-upper .footer-block.payment-info-block span:first-child {
	font-size: 13px;
	margin: 0 0 3px;
}
.footer-upper .footer-block.phone-block span:last-child,
.footer-upper .footer-block.payment-info-block span:last-child {
	font-size: 16px;
}

.footer-upper .footer-block.accepted-payment-methods {
    margin-bottom: 30px;
}
.accepted-payment-methods ul {
	overflow: hidden;
}
.accepted-payment-methods li { 
	float: left;
	width: 48px;
	height: 30px;
	background: #fff url('../img/sprite-payment.png') no-repeat;
	margin: 0 0 0 6px;
}
.accepted-payment-methods li:first-child {
	margin: 0;
}
.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;
}
.newsletter-subscribe {
    display: block !important;
}
.newsletter .title {
    display:none;
}
.newsletter-email {
    overflow:hidden;
}
.newsletter-email .options {
    clear: both;
	height: 0;
	overflow: hidden;
}
.newsletter-email .options span {
    display:inline-block;
    margin:10px 0 0 0;
}
.newsletter-email .options span + span {
    margin:10px 0 0 5px;
}
.newsletter-email .options span label {
    padding:10px 3px;
}
.newsletter-email input[type="text"] {
	float: left;
	width: 180px;
	height: 30px;
	border: 0;
	background: #fff;
}
.newsletter-email input[type="button"] {
	float: left;
	width: 30px;
	height: 30px;
	border: 3px solid #fff;
	background: #333 url(../img/btn-newsletter.png) no-repeat center;
	font-size: 0;
}

.newsletter-validation, 
.newsletter-result-block,
.newsletter-result { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}

.newsletter-validation .please-wait {
	display: none !important; 
}

.footer-middle {
    background-image: url(../img/footer_bg.jpg);
	background-size:100%;
    padding: 30px 0;
}
.footer-middle .footer-centering {
	width: 95%;
	margin: auto;
}
.footer-middle .footer-block {
	width: 230px;
	margin: 0 auto 20px;
}
.footer-middle .footer-block:last-child {
	margin-bottom: 0;
}
.footer-middle .footer-block h3 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    padding: 7px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin: 3px 1px 10px;
    border: 1px solid rgba(185, 206, 47, 0.9);
    border-radius: 5px;
    box-shadow: inset 0px 0px 3px #00ff00 , 0px 0px 3px #00ff00;
	font-family: 'Arimo';
}
.footer-menu li {
	text-align: left;
}
.footer-menu a {
	display: inline-block;
	padding: 3px 8px 3px 20px;
	color: #fff;
	font-size: 15px;
}

.footer-lower {
    overflow: hidden;
    font-size: 12px;
    padding: 15px 0;
    background: #000;
    color: #fff;
}
.footer-lower .footer-centering > div {
    display: inline-block;
	margin: 5px;
    vertical-align: middle;
}
.footer-lower .footer-block.social-sharing {
    display: block;
}

.footer-powered-by a,
.footer-designed-by a {
	text-decoration: underline;
    color: #fff;
}
.footer-tax-shipping a {
	text-decoration: underline;
}
.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0;
}
.social-sharing a {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 55px;
    background-position: center;
	background-repeat:no-repeat;
}
.social-sharing .facebook {
	background-image: url(../img/icon-facebook.png);
}
.social-sharing .twitter {
	background-image: url(../img/icon-twitter.png);
}
.social-sharing .google {
	background-image: url(../img/G_plus_icon.png);
}
.social-sharing .pinterest {
	background-image: url(../img/pinterest-iconw.png);
}
.social-sharing .vimeo {
	background-position: -128px 0;
}
.social-sharing .youtube {
	background-image: url(../img/icon-youtube.png);
}
.social-sharing .rss {
	background-position: -192px 0;
	display:none;
}
.social-sharing a.instagram {
	background-image: url(../img/icon-instagram.png);
}
.footer-store-theme {
    padding: 10px 0;
    background: #333;
}
.footer-store-theme select {
	width: 170px;
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
	margin: 0 auto 15px;
	text-align: center;
    width: 330px;
    max-width: 100%;
}
.block .title strong {
    display: block;
    font-weight: normal;
    font-size: 17px;
    background: #000;
    color: #fff;
    padding: 13px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.block .listbox {
    position: relative;
	display: none;
    padding: 20px 0 10px;
}
.block .listbox:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.block .listbox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -27px;
	border-style: solid dashed dashed;
	border-width: 8px 27px 0 27px;
	border-color: #000 transparent transparent;
}

.mobile-banners{
    width: 330px;
    margin: 0 auto;
}

.block .list li {
    text-align: left;
}
.block .list a {
    position: relative;
	display: block;
    color: #000;
    font-size: 15px;
    line-height: 17px;
    padding: 8px 8px 8px 35px;
}
.block .list a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	margin: -8px 0 0;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/arrow-right.png);
}

.block .sublist {
	padding: 5px 0 5px 25px;
}
.block .sublist a {
	font-size: 14px;
	padding: 8px 8px 8px 25px;
}
.block .sublist a:before {
	border: none;
}

.block.block-recently-viewed-products .list li {
	overflow: hidden;
	padding: 10px 0;
}
.block.block-recently-viewed-products .list a {
	padding: 8px;
}
.block.block-recently-viewed-products .list a:before {
	display: none;
}
.block.block-recently-viewed-products .product-picture {
	float: left;
	margin-right: 10px;
}
.block.block-recently-viewed-products .product-picture a {
	width: 30px;
	position: relative;
	padding: 0;
}
.block.block-recently-viewed-products .product-picture a:before {
	content: "";
	position: static;
	display: block;
	padding-top: 100%;
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
}
.block.block-recently-viewed-products .product-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.block.block-recently-viewed-products .product-name {
	margin-left: 40px;
	padding: 0 !important;
	font-size: 13px;
}

.block .view-all {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: right;
}
.block .view-all a {
	padding: 3px;
}
.block .view-all a:hover {
	color: #000;
}

.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;
}

.poll strong {
	display: block;
	margin: 0 0 10px;
}
.home-page .poll strong {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
.poll-options,
.poll-results {
	margin: 0 0 15px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 0 0 5px;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	margin: 5px;
	padding: 5px 8px;
}
.poll-options li > * {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.vote-poll-button {
	background: #333;
	padding: 7px 14px;
    border: 1px solid #333;
	color: #fff;	
    box-shadow: inset 0 0 0 1px transparent;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
}


/********** CATEGORY PAGE **********/



.filters-button {
    display: none;
}

.breadcrumb {
	margin: 0 0 20px;
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li * {
	margin: 0 3px;
	font-size: 14px; /*reset zeroing*/
	line-height: 32px;
}
.breadcrumb strong {
    color: #000;
}
.breadcrumb a:hover * {
	text-decoration: underline;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 20px;
}
/*default filters*/
.product-filters {
	display: none;
	border-bottom:1px solid #ccc;
    padding:10px 5px;
    margin:0 0 20px;
    overflow:hidden;
}
.product-filters .product-filter{
    min-width:300px;
    margin:0 auto 14px;
    text-align:left;
    width:90%;
}
.product-filters .product-filter li,
.product-filters .filter-title{
    color: #000000;
    display: block;
    font-size: 15px;
    line-height: 17px;
    padding: 8px;
    position: relative;
    -webkit-transition:all .2s ease;
    -ms-transition:all .2s ease;
    transition:all .2s ease;
}
.product-filters .filtered-items{
    display:inline-block;
    display: block;
    font-size: 15px;
    line-height: 17px;
}
.product-filters .filtered-items .title{
    text-transform: uppercase;
}
.product-filters .filtered-items > span{
    font-weight:bold;
    display:block;
    padding:8px;
}
.product-filters .filtered-items li:hover{
    background:none;
}
.product-filters .remove-filter{
    color:#000;
    text-decoration:underline;
    display:inline-block;
}
.product-filters .remove-filter a{
    padding:8px;
}
.product-filters .filter-title{
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
    margin:0 0 5px;
}

.product-selectors {
	margin: 0 0 20px;
	text-align: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #000;
}
.product-selectors:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px;
}
.product-selectors select {
	margin: 0 5px;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.item-box {
    position: relative;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}

.item-box .product-item {
    position: relative;
    z-index: 1;
    padding: 0 0 15px;
}

.item-box .picture {
    z-index: 1;
    overflow: hidden;
    margin: 0 0 20px;
}
.product-grid .item-box .picture{
	border: 1px solid #8b8b8b;
}
.product-grid .item-box:hover .picture,
.search-page .item-box:hover .picture{
	border: 2px solid #232323;
	box-shadow: 0 0 4px #000;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	-webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
}

.product-grid .item-box .product-title {
	height: 36px;
	margin: 0 0 5px;
	overflow: hidden;
}
.item-box .product-title a {
	display: block;
    font-size: 15px;
    color: #333;
    font-weight: normal;
    line-height: 1.2;
	font-family: 'Source Sans Pro';
	font-weight:600;
}
.item-box .product-rating-box {
    font-size: 0;
    margin: 0 0 5px;
}
.item-box .rating {
	display: inline-block;
	height: 12px;
	width: 65px;
	background: url(../img/rating-empty.png) 0 0 no-repeat;
}
.item-box .rating div {
	height: 12px;
	background: url(../img/rating-full.png) 0 0 no-repeat;
}
.item-box .prices {
    margin: 0 0 10px;
    overflow: hidden;
	font-family: 'Source Sans Pro';
}
.item-box .old-price {
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-size: 17px;
	color: #000;
}
.item-box .base-price-pangv {
	margin: 5px 0 0;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
    display: inline-block;
}
.item-box .buttons:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;        
}
.item-box .compare-products {
    float: left;
}
.item-box .add-to-compare-list-button {
	background-image: url(../img/btn-compare.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 0;
	height: 40px;
	border: 0;
	padding: 0 0 0 38px;
	color: #fff;
	text-align: left;
	border-right: 1px solid #fff;
	text-transform: uppercase;
}
.item-box .product-box-add-to-cart-button {
	border: 0;
	padding: 12px 8px 12px 42px;
	background-color: transparent;
	background-image: url(../img/btn-buy.png);
	background-position: 8px 50%;
	background-repeat: no-repeat;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	float: left;
	height: 40px;
}

.item-box .compare-products:hover + .ajax-cart-button-wrapper .product-box-add-to-cart-button, 
.item-box .quick-view-button:hover ~ .ajax-cart-button-wrapper .product-box-add-to-cart-button {
    background-color: #999;
    font-size: 0;
    padding: 12px 0 12px 44px;
    width: 44px;
}


.item-box .description {
	display: none;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	text-align: justify;
}
.item-box .hover-content .description {
	height: 180px;
	line-height: 1.3;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid {
	margin: 0 0 20px;
}

.product-grid,
.product-list {
	margin: 0 0 20px;
}
.product-grid .title,
.news-list-homepage .title,
.nop-jcarousel .carousel-title,
.page-title,
.download-document .topic-block-title {
    margin: 20px 0 20px;
    position: relative;
    text-align: center;
	background-color:#000;
	text-align:center;
	border-radius:5px;
	background-image: url(../img/heading-border-line.png);
	background-repeat: no-repeat;
	background-position: center 94%;
}
.download-document .topic-block-title{
	margin-top:0;
}
/*.product-grid .title:before,
.news-list-homepage .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: #000;
	z-index: 1;
}*/
.product-grid .title strong,
.news-list-homepage .title strong,
.nop-jcarousel .carousel-title strong,
.page-title h1,
.download-document .topic-block-title h2 {
	display: inline-block;
	min-width: 150px;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
	padding: 10px 25px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	font-family: 'Arimo';
}
.product-grid .title strong:after,
.news-list-homepage .title strong:after {
	/*content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -27px;
	border-style: solid dashed dashed;
	border-width: 8px 27px 0 27px;
	border-color: #000 transparent transparent;*/
}

.order-summary-content form > .cross-sells {
    margin: 40px 0 20px;
}


.pager {
	margin: 0 0 30px;
	display: inline;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline;
	margin: 0 5px;
}
.pager li * {
	/*display: block;*/
	min-width: 32px;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 7px;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
	cursor: pointer;
    background: #eee;
}
.pager li span{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.pager .prev-page a,
.pager .next-page a {
	padding: 7px 14px;
}

/* categories & sub-categories */

.item-box .title a {
	display: block;
	background: #000;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px solid #000;
	padding: 13px;
}

/* manufacturers */

.item-box .manufacturer-item .title,
.item-box .vendor-item .title {
	display: none;
}

.home-page-manufacturers .item-box{
    width: 49%;
    float: left;
    margin: 0 0 0 2%;
}
.home-page-manufacturers .item-box:nth-child(2n+1){
    margin-left: 0;
}
.home-page-manufacturers .item-box .picture a:before{
    padding-top: 50%;
}


/* vendors */

.contact-vendor .button-2 {
	background: #333333 none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #ffffff;
	font-size: 15px;
	margin: 0 0 20px;
	min-width: 150px;
	padding: 6px 14px;
}


/********** PRODUCT PAGE **********/



.product-essential {
	margin: 0 0 20px;
}
.product-essential:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.gallery {
	margin: 0 0 20px;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
.gallery .picture {
    position: relative;
    /* width: 300px; */
    max-width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
    background: #fff;
}
.gallery .picture:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .thumb-item {
    display: inline-block;
    position: relative;
    width: 93px;
    height: 93px;
    margin: 0 5px 10px;
    overflow: hidden;
}
.gallery .thumb-item:nth-child(3n+1) {
   /* margin-left: 0; */
}

.overview {
	position: relative;
	margin: 0 0 20px;
}
.overview .discontinued-product {
	margin: 0 0 10px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.overview .product-name {
	margin: 0 0 15px;
}
.overview .product-name h1 {
    font-weight: normal;
    font-size: 24px;
}
.overview .short-description {
	margin: 0 0 15px;
}
.overview .buttons,
.overview-buttons {
	font-size: 0;
	margin: 0 0 10px;
} 
.back-in-stock-subscription, 
.download-sample { 
	margin: 0 0 15px;
	font-size: 0;
}
.overview .buttons div,
.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,
.subscribe-button,
.download-sample-button a {
    display: inline-block;
    border: 0;
    padding: 8px 35px;
    font-size: 13px;
    min-width: 190px;
    background: url(../img/icon-plus.png) no-repeat left center, 
                url(../img/icon-plus.png) no-repeat right center #eee;
}
.email-a-friend {
	margin: 0 0 20px;
}
.email-a-friend-button {
	display: inline-block;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	background: 0;
	border: 0;
}

.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .stock, .variant-overview .stock,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
	margin: 0 0 5px;
}
.overview .label,
.variant-overview .label {
	font-weight: bold; 
    margin: 0 5px 0 0;
}
.overview .value a,
.variant-overview .value a {
	font-weight: bold;
	text-decoration: underline;
}
.free-shipping {
	display: inline-block;
	margin: 15px auto;
    padding: 12px 0;
	text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;  
}
.overview .manufacturers {
	margin: 0 0 10px; /*not present in variant-overview*/
}

.product-no-reviews,
.product-reviews-overview {
	margin: 0 0 20px; /*not present in variant-overview*/
}
.product-no-reviews a {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 5px;
}
.product-review-box .rating {
	width: 106px;
	height: 16px;
	background: url(../img/rating-empty.png) repeat-x;
}
.product-review-box .rating div {
	height: 16px; 
	background: url(../img/rating-full.png) repeat-x;
}

.overview .prices,
.variant-overview .prices {
	margin: 10px 0;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .old-product-price,
.variant-overview .old-product-price {
	font-size: 14px;
	color: #333;
	text-decoration: line-through;
}
.overview .old-product-price label,
.variant-overview .old-product-price label {
    /* vertical-align: baseline; */
}
.overview .product-price,
.variant-overview .product-price {
	font-size: 18px;
	color: #000;
	font-weight:600;
}
.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
	font-weight: bold;
	text-decoration: underline;
}

.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.customer-entered-price > div {
	display: inline-block;
}
.customer-entered-price .price-input {
	margin: 0 5px;
}
.customer-entered-price .enter-price-input {
	width: 50px;
	background: #fff;
	text-align: center;
}
.customer-entered-price .price-range {
	font-weight: bold;
}

.overview .add-to-cart {
	margin: 0 0 20px;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 0 0 10px;
	font-weight: bold;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: absolute;
	left: -25px;
	line-height: 36px;
    display: none !important;
}
.overview .qty-input, 
.variant-overview .qty-input,
.overview .qty-dropdown, 
.variant-overview .qty-dropdown {
    width: 40px;
    height: 28px;
    margin: 6px 6px 0 6px !important;
    border: 0;
    text-align: center;
    font-size: 15px;
    outline: 6px solid #000;
    outline-offset: 0;
}
.overview .qty-dropdown, 
.variant-overview .qty-dropdown{
    width: auto;
}
.overview .add-to-cart-button, 
.variant-overview .add-to-cart-button {
    border: 0;
    padding: 10px 63px 10px 15px;
    height: 40px;
    font-size: 17px;
	line-height: 20px;
    color: #fff;
    background-color: #000;
    background-image: url(../img/btn-product-buy.png);
    background-position: right;
    background-repeat: no-repeat;
}
.overview .add-to-cart .add-to-wishlist-button {
	display: none; /*removes the old button*/
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
}
#back-in-stock-notify-me {
	display: inline-block;
	margin: 5px 0 0;
	background: #333;
	padding: 7px 14px;
    border: none;
	color: #fff;
}

.full-description {
	clear: both;
	margin: 0 0 20px;
}

.product-collateral {
	margin: 0 0 20px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.product-collateral .title strong {
	font-weight: normal;
}

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
}
.tier-prices .field-header {
	min-width: 100px;
}
.tier-prices .item-price {
	color: #000;
}

.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.variant-picture {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	font-size: 18px;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 20px;
}
.variant-overview .add-to-wishlist-button {
	display: block;
	float: none;
	clear: both;
	margin: 5px auto 0;
}

/*Jquery Tabs start*/
.ui-tabs {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
}
.ui-tabs .ui-tabs-nav li {
    margin-bottom:1px;
}
    .ui-tabs .ui-tabs-nav li:last-child {
        margin: 0;
    }
.ui-tabs .ui-tabs-nav li a {
    display: block;
    background: #eee;
    padding: 12px 24px;
    font-size: 15px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li a:hover {
    background: #000;
    color: #fff;
}
.ui-tabs .ui-tabs-panel {
    border-top: 1px solid #000;
    background: #fff;
    padding: 12px;
}
.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 {
	margin: 0 0 20px;
}
.product-specs-box a {
	font-weight: normal !important;
	color: #000;
}
.product-tags-box {
	margin: 0 0 20px;
}
.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}

.attributes {
	margin: 20px 0;
}
.attributes dl {
	overflow: hidden; 
}
.attributes dt {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap; 
	font-weight: bold;
}
.attributes dd {
	margin: 0 0 10px;
}
.attributes li {
	margin: 10px 0;
}
.attributes select {
    width: 100%;
    max-width: 300px;
}
.attributes .qty-box {
	margin: 15px 0;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	height: 32px;
}
.attributes .option-list li > * {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.attributes .datepicker {
	width: 280px;
	text-align: center;
}

.ui-datepicker {
	width: 280px;
	background-color: #fff;
	text-align: center;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #333;
	color: #fff;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 32px;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url('../img/calendar-prev.png') center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('../img/calendar-next.png') center no-repeat;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ccc;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0;
}
.attribute-squares label {
    height: 35px;
    overflow: hidden;
}
.attribute-square-container {
    display: block;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 3px;
    position: relative;
    z-index: 1;
}
.attribute-square-container span {
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    border: 1px solid #c9c9c9 !important;
	border-radius: 100%;
	background-size: 100% !important;
    cursor: pointer;
}
.selected-value .attribute-square-container {
    border-color: #c9c9c9;
}
.attribute-squares input[type="radio"] {
	position: relative;
	z-index: -1;
	margin: -45px 0 0;
}
.attribute-squares .tooltip-container {
	display: none !important;
}

.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
    clear: both;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea{
	height: 150px;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	font-style: italic;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	display: none;
}
.write-review {
	margin: 0 0 30px;
}
.write-review .form-fields {
	margin: 0 0 15px;
	border: 1px solid #ddd;
	padding: 20px 10px;
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
	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 .button-1 {
	background: #333;
	padding: 8px 18px;
	font-size: 15px;
    color: #fff;
	border: 1px solid transparent;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}

.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 30px;
}
.product-review-item .review-item-head {
	margin: 0 0 10px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 7px 10px;
}
.product-review-item .review-title {
	float: left;
	font-size: 16px;
	color: #000;
}
.product-review-item .review-title strong {
	font-weight: normal;
}
.product-review-item .product-review-box {
	float: right;
	margin: 0;
}
.product-review-item .review-text {
	margin: 0 0 15px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.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-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}
.product-review-item .reply {
    margin: 20px 0 0;
    padding: 20px;
    background: #f9f9f9;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 0 0 10px;
    text-align:center;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.wishlist-content .tax-shipping-info a {
	font-weight: bold;
	text-decoration: underline;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	margin: 0 5px 5px;
	padding: 7px 14px;
	font-size: 15px;
	border: 1px solid transparent;
}
.update-wishlist-button,
.wishlist-add-to-cart-button {
	background: #333;
	color: #fff;
}
.email-a-friend-wishlist-button {
	background: #eee;
	color: #333;
}
.wishlist-page .share-info {
	text-align: center;
}
.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
	color: #000;
}
.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-table .overview p:first-child {
	position: relative;
	margin: 0 0 10px;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 0 0 20px;
	background: #333;
	padding: 7px 14px;
	font-weight: bold;
	color: #fff;
}
.compare-products-page .button-2 {
	display: inline-block;
	border: 1px solid #ddd;
	background: #eee;
	padding: 7px 14px;
}

/*********** TOPICS ***********/

.topic-block {
	margin: 0 0 20px;
}
.home-page .topic-block {
	margin: 0 0 30px;
}
.topic-block-title {
    margin: 0 0 10px;
}
.topic-block-title h2 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}
.topic-html-content-body {
	line-height: 20px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
	color:#286925;
}
a .topic-block a:hover,
.topic-page a:hover {
	text-decoration: none;
	color: #2cc527;
}
.topic-page .page-body {
	line-height: normal;
}
.popup-window .topic-page {
	padding: 15px;
}
.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;
	margin-right: -1px;
}
.enter-password-form input[type="submit"] {
	float: left !important;
	width: auto !important;
	height: 36px !important;
	border: none !important;
	background: #333 !important;
	padding: 0 20px !important;
	font-size: 16px !important;
	color: #fff !important;
}
.password-error {
	margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	margin: 0 0 15px;
	border: 1px solid #ddd;
	padding: 10px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 10px;
}
.contact-page .buttons .button-1,
.email-a-friend-page .buttons .button-1,
.apply-vendor-page .buttons .button-1 {
    padding: 8px 18px;
    background: #333;
    color: #fff;
    font-size: 15px;
    border: 1px solid transparent;
}
.email-a-friend-page .title {
	margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
	font-weight: normal;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.block-account-navigation {
    width: 300px !important;
    float: none !important;
    margin: 0 auto 20px !important;
}
.registration-page .fieldset:nth-child(2) select,
.account-page .fieldset:nth-child(3) select,
.inputs.date-of-birth select {
	/*width: 93px; *//*birth-date selectors, always single line*/
}
.registration-page select + select,
.account-page select + select {
	margin: 0 0 0 10px;
}
.gender {
	display: inline-block;
}
.gender > span{
    margin:0 4px;
}
.gender > span > * {
	display: inline-block !important;
	vertical-align: middle;
	line-height: 32px;
}
.gender > span label{
	width: auto !important;
}
#check-availability-button {
    margin: 10px 0 0;
    padding: 5px 12px !important;
    font-size: 14px !important;
}
#username-availabilty {
	display: block;
	margin: 5px 0 0;
    font-size: 12px;
}
#username-availabilty:empty {
	display: none;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
}
.accept-privacy-policy {
	margin: 0 0 20px;
	text-align: center;
	font-size:14px;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.accept-privacy-policy a {
	font-weight: bold;
}
.registration-page .buttons .button-1, 
#check-availability-button,
.registration-result-page .button-1, 
.login-page .buttons .button-1,
.password-recovery-page .buttons .button-1, 
.account-page .buttons .button-1,
.account-page .subscription-list .button-2,
.return-request-page .buttons .button-1,
.custom-submit-btn{
    padding: 8px 18px;
    background: #333;
    color: #fff;
    font-size: 15px;
    border: 1px solid transparent;
}
.registration-result-page .result {
	margin: 0 0 20px;
	color: #690;
}
.login-page .customer-blocks {
	margin: 0 0 30px;
}
.login-page .title {
    margin: 0 0 20px;
    position: relative;
    text-align: center;
}
.login-page .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #ccc;
	z-index: 1;
}

.external-authentication .title {
	display: none;
    background: #000;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 24px;
    position: relative;
    text-transform: uppercase;
}
.external-authentication .title::before {
    display: none;
}
.external-authentication .title:after {
    border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid dashed dashed;
    border-width: 8px 27px 0;
    content: "";
    left: 50%;
    margin-left: -27px;
    position: absolute;
    top: 100%;
    z-index: -1;
}
.external-authentication .buttons {
	border: none;
}

.login-page .title strong {
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	background: #000;
	color: #fff;
	padding: 12px 24px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.login-page .title strong:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -27px;
	border-style: solid dashed dashed;
	border-width: 8px 27px 0 27px;
	border-color: #000 transparent transparent;
}
.login-page .new-wrapper {
	margin: 0 0 30px;
}
.login-page .text {
	margin: 0 0 20px;
}
.login-page .inputs.reversed * {
    margin: 5px 4px;
    font-size: 12px;
    display: inline-block;
    width: auto;
}
.forgot-password {
    display: inline-block;
}
.external-authentication {
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page .tooltip {
	margin: 0 0 20px;
}
.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
}

.account-page .button-2 {
    border: 1px solid #ddd;
    padding: 7px 14px;
    background: #eee;
    color: #333;
    font-size: 13px;
}
.account-page .edit-address {
	margin: 0 0 20px;
}
.account-page .description {
	margin: 0 0 20px;
}

.email-to-revalidate,
.email-to-revalidate-note {
	display: block;
	margin: 10px 5px;
	vertical-align: middle;
	font-size: 12px;
	white-space: normal;
}

.address-list,
.order-list {
	margin: 0 0 30px;
	overflow: hidden;
}
.address-item,
.order-item {
    width: 280px;
    text-align: left;
    margin: 0 auto 10px;
}
.address-item .title,
.order-item .title {
	padding: 10px;
	margin: 0;
	font-size: 15px;
	border-bottom: 1px solid #000;
}
.address-item .info,
.order-item .info {
	margin: 0 0 5px;
	padding: 10px;
	line-height: 20px;
	border-bottom: 1px solid #000;
}
.address-item .buttons,
.order-item .buttons {
	padding: 10px;
	margin: 0;
}

.address-list-page .add-button {
	margin: 0 0 15px;
	text-align: center;
}
.add-address-button {
	padding: 8px 18px;
	background: #333;
	color: #fff;
	font-size: 15px;        
    border: 1px solid transparent;
}

.return-request-list-page .section {
	border-bottom: 1px solid #000;
	padding: 10px;
}
.return-request-list-page a {
	font-weight: bold;
}
.return-request-list-page .comments {
	margin: 10px 0;
	border-top: 1px dashed #ccc;
	padding: 15px 0 0;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}
.reward-points-history .title {
	font-size: 15px;
}
.reward-points-history .pager {
	margin: 0;
}

.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .fieldset {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ccc;
}
.avatar-page input[type="file"] {
	width: 175px;
	overflow: hidden;
}
.avatar-page input[type="submit"] {
	padding: 7px 10px;
}
.avatar-page .info {
	margin: 0 0 20px;
}

.vendorinfo-page .vendor-picture {
	margin: 10px 0 -10px;
	text-align: center;
}
.vendorinfo-page .vendor-picture img {
	display: block;
	margin: 0 auto 10px;
}

.change-password-page .form-fields {
	border: 1px solid #ddd;
	padding: 20px 10px;
}
.inputs.custom-attributes .option-list li>*{
    display:inline-block;
    margin:0;
    padding:0 0 0 5px;
	width:auto;
	max-width:100%;
}
.user-agreement-page {
        text-align:center;
    }
.terms-of-agreement{
    padding:10px 0 30px 0;
    text-align:center;
}
.user-agreement-page .button-1 {
    background: #333333 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 15px;
    padding: 8px 18px;
}


/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
	margin: 0 0 20px;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;	
	width: 70px;
	margin: 10px;
	text-align: center;
}
.order-progress a {
	display: block;
	font-size: 12px; /*reset zeroing*/
}
.order-progress a:before {
	content: "";
	display: block;
	width: 33px;
	height: 33px;
	margin: 0 auto 10px;
	background: #000 url('../img/order-progress.png') center no-repeat;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.3;
	cursor: default;
}

.shopping-cart-page .button-1 {
    padding: 10px 22px;
    background-color: #000;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid transparent;
}
.checkout-page .button-1,
.checkout-page .order-completed .button-2 {
    padding: 8px 18px;
    background: #333;
    color: #fff;
    font-size: 15px;
    border: 1px solid transparent;
}
.checkout-page .button-2 {
    border: 1px solid #ccc;
    padding: 7px 14px;
    background: #eee;
    color: #333;
    font-size: 12px;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background: #fff url('../img/close.png') center no-repeat;
	cursor: pointer;
}

.shopping-cart-page .message-error {
	margin: 0 0 20px;
	font-size: 13px;
}
.selected-checkout-attributes,
.order-summary-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.shopping-cart-page .common-buttons {
	font-size: 0;
}
.shopping-cart-page .common-buttons input {
	min-width: 150px;
	margin: 0 5px 5px;
    padding: 6px 14px;
    background: #333;
    color: #fff;
    font-size: 15px;
    border: 1px solid transparent;
}
.checkout-attributes {
	margin: 20px 0 0;
	text-align: center;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
	line-height: 24px;
}
.checkout-attributes li * {
	vertical-align: middle;
}

.cart-footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.cart-footer .totals {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-footer .total-info {
	margin: 0 0 20px;
}
.cart-total td {
	width: 50%;
	border: 1px solid #ccc;
	padding: 5px;
}
.cart-total .order-total td.cart-total-left{
    font-size:13px;
    color:#333;
}
.cart-total .order-total {
	font-size: 16px;
	color: #000;
}
.terms-of-service {
	margin: 0 0 20px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}
.cart-footer .button-1 {
	font-size: 18px;
}
.addon-buttons {
	margin: 20px 0 0;
}

.cart-collaterals {
	width: 300px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.cart-collaterals > div {
	margin: 0 0 30px;
}
.cart-collaterals .title {
	margin: 0 0 5px;
	font-size: 13px;
}
.cart-collaterals .hint {
	margin: 0 0 5px;
}
.cart-collaterals .deals > div {
	margin: 0 0 10px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
	margin: 0 -1px 0 0;
	max-width:160px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	height: 30px;
	border: 1px solid #ccc;
    padding: 7px 10px;
    background: #ddd;
    color: #333;
    font-size: 12px;
    vertical-align: middle;
}
.cart-collaterals .message {
	margin: 5px 0 0;
	color: #c00;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #690;
}
.cart-collaterals .estimate-shipping-button {
    padding: 5px 12px;
    background: #333;
    color: #fff;
    font-size: 14px;
    border: 1px solid transparent;
}
.cart-collaterals .shipping-results {
	margin: 20px 0 0;
    clear: both;
}
.cart-collaterals .shipping-results li {
	margin: 10px 0;
}

.checkout-page .section {
	margin: 0 0 30px;
}
.checkout-page .section .title {
	margin: 0 0 20px;
	position: relative;
	text-align: center;
}
.checkout-page .section .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #000;
	z-index: 1;
}
.checkout-page .section .title strong {
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	background: #000;
	color: #fff;
	padding: 12px 24px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.checkout-page .section .title strong:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -27px;
	border-style: solid dashed dashed;
	border-width: 8px 27px 0 27px;
	border-color: #000 transparent transparent;
}

.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
	text-align: center;
}
.checkout-page .pickup-points .title {
	margin: 0 0 40px;
}
.checkout-page .select-pickup-point {
	text-align: center;
}
.checkout-page .select-pickup-point li {
	display: inline-block;
}
.checkout-page .select-address select {
	max-width: 100%;
}
.checkout-page .pickup-points-map {
	height: 300px;
	margin: 30px 0 0;
}

.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	width: 100%;
	margin: 0 0 20px;
    padding:10px;
    position:relative;
}
.checkout-page .address-item .select-button input {
	width: 100%;
	text-transform: uppercase;
}
.checkout-page .address-item .address-box {
	padding: 10px;
}
.checkout-page .address-item li {
	padding: 2px 0;
}
.checkout-page .address-item li.name {
	margin: 0 0 10px;
	font-size: 14px;
}
.checkout-page .address-item li.country {
	margin: 5px 0 0;
	font-size: 18px;
}
.checkout-page .edit-address {
	margin: 0 0 20px;
}
.shipping-method .method-list,
.payment-method .method-list {
	padding: 10px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 0 0 20px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-weight: bold;
}
.shipping-method .method-description,
.payment-method .payment-description {
	margin: 5px 0 0;
}
.use-reward-points {
	margin: 0 0 10px;
	padding: 10px;
}
.payment-info .info {
	margin: 0 0 20px;
	padding: 10px;
	line-height: 20px;
}
.confirm-order {
	border: 1px solid #ddd;
}
    .confirm-order .buttons {
        margin: 20px 0;
    }
.confirm-order .terms-of-service {
	padding: 10px;
	text-align: center;
}
.confirm-order .button-1 {
	text-transform: uppercase;
}
.order-review-data ul,
.shipment-overview ul {
	margin: 0 0 30px;
}
.order-review-data li,
.shipment-overview li {
	padding: 2px 0; 
}
.order-review-data .title,
.shipment-overview .title,
.order-details-area .title {
	margin: 20px 0 5px;
	font-size: 14px;
	font-weight: bold;
}
.order-review-data .title:first-child,
.shipment-overview .title:first-child,
.order-details-area .title:first-child {
	margin-top: 0; 
}
.order-review-data .title:before,
.shipment-overview .title:before,
.order-details-area .title:before {
	display: none;  
}
.order-completed .details {
	margin: 0 0 10px;
	padding: 20px;
	font-size: 14px;
	text-align: center;
}
.order-completed .details a {
	display: block;
	margin: 5px 0 0;
	font-weight: bold;
}
.order-completed .details .details-link a{
	display:inline-block;
}
.opc .step-title {
	margin-bottom: 1px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.opc .allow .step-title,
.opc .allow .step-title * {
	cursor: pointer;
}
.opc .step-title * {
	float: left;
	font-size: 17px;
	font-weight: normal;
}
.opc .step-title span {
	display: inline-block;
	width: 18px;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px;
    font-size: 11px;
    text-align: center;
}
.opc .step {
	margin: 10px 0;
	padding: 10px;
}
.opc .section {
	margin: 0 0 15px;
	text-align: center;
}
.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;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}
.opc .terms-of-service {
	text-align: center;
}
.opc .pickup-points label {
	display: none;
}

.order-details-page .search-box {
	display: none;
}
.order-details-page .page-title {
	margin: 0 0 35px;
	padding-right: 15px;
}
.order-details-page .page-title h1 {
	margin: 0;
}
.order-details-page .page-title a {
    position: absolute;
    top: 53px;
    right:0px;
}
.order-details-page .page-title a.print-order-button {
    right: 93px;
}
.order-details-page .page-title a {
    padding: 7px 14px;
    background: #eee;
    color: #333;
    font-size: 12px;
	border:1px solid #ddd;
}
.order-details-page .order-overview {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 20px;
	line-height: 20px;
}
.order-details-page .order-number {
	font-size: 14px;
	text-transform: uppercase;
}
.order-details-area {
	margin: 0 0 40px; 
	overflow: hidden;  
}
.order-details-area td {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top;
}
.order-details-page .tax-shipping-info {
	text-align: center;
}
.order-details-page .tax-shipping-info a {
	font-weight: bold;
	text-decoration: underline;
}
.order-details-page .actions {
	margin: 20px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.order-details-page .actions input {
	min-width: 100px;
	margin: 0 5px;
	border: 1px solid #ddd;
	background: #eee;
	padding: 7px 14px;
	font-size: 14px;
}
.order-details-page .cart-total {
	width: 300px;
	margin: 0 auto 30px;
}

.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%;
}
.order-details-page .billing-info .re-order-button {
    background: #eeeeee;
    border: 1px solid #dddddd;
    font-size: 14px;
    margin:5px 0;
    min-width: 100px;
    padding: 7px 14px;
}

.return-request-file > div {
	display: inline-block;
	width: 300px;
	max-width: 100%;
	vertical-align: middle;
}
.return-request-page .qq-upload-button {
	width: 100%;
	height: 32px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	padding: 8px;
}
.return-request-page .qq-upload-list li {
	background-color: transparent !important;
	font-size: 13px;
	color: #333 !important;
}

/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
	display: inline;
	margin: 0 0 0 2px;
}
.basic-search {
	margin: 0 0 20px;
	border: 1px solid #ddd;
	padding: 20px 10px;
}
.basic-search input[type="text"] {
	width: 400px;
	max-width: 100%; 
}
.basic-search .inputs.reversed {
	margin-bottom: 0
}
.advanced-search {
	margin: 0 0 20px;
}
.advanced-search .price-range {
	display: inline-block;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}
.search-input .button-1 {
    padding: 8px 18px;
    background: #333;
    color: #fff;
    font-size: 15px;
    border: 1px solid transparent;
}
.search-input .warning,
.search-results .result {
	display: block;
	margin: 10px 0 0; 
	font-weight: normal;
	color: #c00;
}

.search-results {
	margin: 30px 0 0;
}
.search-results .warning {
	color: #c00;
    text-align:center;
}

.sitemap-page .entity {
	margin: 0 0 20px;
}
.sitemap-page .entity-title {
    margin: 0 0 20px;
    position: relative;
    text-align: center;
}
.sitemap-page .entity-title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #000;
	z-index: 1;
}
.sitemap-page .entity-title h2 {
	display: inline-block;
	min-width: 150px;
	font-weight: normal;
	font-size: 16px;
	background: #000;
	color: #fff;
	padding: 12px 24px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.sitemap-page .entity-title h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -27px;
	border-style: solid dashed dashed;
	border-width: 8px 27px 0 27px;
	border-color: #000 transparent transparent;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page a {
    display: block;
    font-size: 15px;
    padding: 7px 7px 7px 14px;
    margin: 0 0 0 7px;
    background: url(../img/arrow-right-black.png) no-repeat left center;
    text-align: left;
}
.sitemap-page a:empty {
	display: none;
}


/********** BLOG & NEWS **********/



.year strong {
	display: block;
	background: #f6f6f6;
	padding: 5px 10px;
	font-size: 13px;
	cursor: default;
}
.year .sublist a {
	font-size: 13px;
}
.blog-page .search-box {
	display: none;
}
.blog-page .post,
.news-items .item {
	position: relative;
	margin: 0 0 30px;
}
.blog-page .post:after,
.news-items .item:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.post-head,
.news-head {
	margin: 0 0 15px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
.post-title,
.news-title {
	display: inline-block;
	margin: 0 0 5px;
	font-size: 20px;
	color: #000;
}
.post-date,
.news-date {
	display: block;
	font-style: italic;
}
.post-head ~ *,
.news-head ~ * {
	display: none;
}
.blogpost-page .post-date,
.news-item-page .news-date {
}
.post-body,
.news-body {
	margin: 0 0 20px;
	line-height: 20px;
}
.blog-page .tags, 
.blogpost-page .tags {
	margin: 0 0 15px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 3px 10px;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: block;
	font-weight: bold;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 12px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: inline-block;
	line-height: 24px;
}
.blog-details a {
	color: #000;
}

.new-comment {
	margin: 30px 0;
}
.new-comment .title {
	margin: 0 0 20px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 15px;
}
.new-comment .inputs label {
	display: none;
}
.new-comment textarea {
	width: 100%;
}
.new-comment .button-1 {
	background: #333;
    color: #fff;
    font-size: 15px;
    padding: 8px 18px;
    border: 1px solid transparent;
}
.new-comment .field-validation-error{
    text-align:center;
}

.comment-list .title {
	display: none;
}
.blog-comment,
.news-comment {
	margin: 0 0 30px;
}
.blog-comment:after,
.news-comment:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.comment-info {
	width: 120px;
	margin: 0 auto 10px;
	border: 1px solid #ccc;
}
.comment-info .username {
	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-time {
	margin: 0 0 10px;
	font-style: italic;
}
.comment-title {
	font-size: 13px;
	color: #000;
}
.comment-body {
	line-height: 20px;
}

.news-items .read-more {
	width: 80px;
	margin: 20px auto 0;
	border: 1px solid #ddd;
	background: #eee;
	padding: 7px 14px;
	text-align: center;
    color: #333;
}
.news-item-page .inputs:first-child label {
	display: block;
}

.news-list-homepage {
	margin: 0 0 30px;
}
.news-list-homepage .view-all {
	text-align: center;
}
.news-list-homepage .view-all a {
	display: inline-block;
	line-height: 32px;
	color: #000;
}
.header .page-title {
 	background: none;
	padding: 0;
	margin: -26px 115px 0 0;
	display: inline-block;
	width: 469px;
	min-height: inherit;
	float: right;
}
.header .search-box.store-search-box {
    font-size: 0;
    position: static;
    top: auto;
    right: auto;
    width: 100%;
}
.header .search-box.store-search-box form{
	width:100%;
}
.header span.search-box-text{
	width:100%;
}
.header .search-box.store-search-box input.search-box-text{
	width:100% !important;
	padding: 0 35px 0 10px;
	border: 1px solid #a7a7a7;
border-radius: 5px;
}
.header .search-box.store-search-box .search-box-button {
    width: 35px;
    height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
	background-color: #000;
	border-radius: 5px;
}
.header .returning-wrapper {
    float: right;
    width: 590px;
	margin:0 0 10px; 
}
.header .form-fields .inputs {
    float: left;
    width: 230px;
    margin: 0 5px;
}
.header .form-fields .inputs input {
    border: 1px solid #525252;
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
	padding:0 15px;
	width:100%;
}
.header .form-fields .buttons {
    float: right;
    margin: 0 5px;
    width: 100px;
}
.header-outer .form-fields .buttons .login-button {
    background: #000;
    color: #fff;
    padding: 4px 8px;
    height: 44px;
    display: inline-block;
    width: 100px;
    border-radius: 5px;
    border: 1px solid #000;
    font-family: 'Arimo';
    font-size: 15px;
    line-height: 17px;
	position:relative;
	text-decoration:none;
}
.header-outer .form-fields .buttons .login-button em {
    font-style: normal;
}
.header .form-fields .buttons .login-button span {
    font-size: 17px;
}
.header .form-fields .inputs.reversed {
    width: auto;
    font-size: 9px;
    float: left;
    width: 100%;
    text-align: right;
    padding: 8px 5px 0;
    margin: 0;
	font-weight:700;
}
.header .form-fields .inputs.reversed a{
	text-transform:uppercase;
	font-family: 'Arimo';
	color:#000;
	font-size:9px;
}
.header .returning-wrapper .form-fields{
	margin:0;
}
.header  .form-fields .field-validation-error {
    position: absolute;
    left: 0;
    bottom: -14px;
}
.item-box .productQuantityTextBox{
	display:none;
}
.master-wrapper-page.home {
    margin: 0;
}
.home .center-1{
	margin-bottom:0;
}
.carousel-item{
	margin:0 6px;
}
.page .search-box {
    display: none;
}
.next-product, .previous-product{
	margin-bottom:10px;
}
.custom-form-outer .dealer-heading label {
    font-size: 16px;
	font-weight:600;
}
.custom-form-outer .inputs .option-list li {
    float: left;
    margin: 0 10px 0 0;
}
.custom-form-outer .inputs.custom-attributes .option-list li > label {
    padding: 0 5px 0 0px;
	width: auto;
}
.custom-form-outer .dealer-heading .dealer-sub-heading {
    white-space: normal;
    width: auto !important;
    text-align: left;
    font-style: italic;
    font-size: 18px !important;
	margin: 10px 0 5px;
}
.custom-form-outer .wdth60{
	width:60px !important;
}
.custom-form-outer .wdth80{
	width:80px !important;
}
.custom-form-outer .wdthauto{
	width:auto !important;
}
.custom-form-outer .mrgntop10{
	margin-top:10px !important;	
}
.text-left{
	text-align:left !important;
}
.custom-form-outer .nowrap-normal{
	white-space:normal !important;
}
.custom-form-outer .custom-attribute-row {
    white-space: normal;
}
/*.custom-form-outer .custom-attribute-row .option-list {
    max-width: 640px;
}*/
.custom-form-outer .option-list{
	padding:0;
	margin:0;
	height:30px;
}
.custom-form-outer.net-term-application .dealer-heading{
	text-align:center;
	width:100%;
}
.center-1 .custom-form-outer.net-term-application .dealer-sub-heading{
	font-style:normal;
	text-align:center;
}
.custom-form-outer.net-term-application .dealer-sub-heading small {
    font-size: 14px;
	font-weight:normal;
}
.custom-form-outer.net-term-application .dealer-heading p {
    font-size: 16px;
    white-space: normal;
    text-align: left;
}
.page .page-title {
    margin-top: 0;
}
.registration-page .fieldset, .registration-page .form-fields {
    margin: 0;
	display: inline-block;
	width: 100%;
}
.net-term-application .inputs, 
.custom-form-outer .inputs {
    float: left;
    width: 33%;
    padding: 0 10px 0px;
	white-space:normal;
	min-height:70px;
	margin-bottom:5px;
}
.center-1 .net-term-application .inputs label,
.center-1 .custom-form-outer .inputs label{
	width: 100%;
	text-align:left;
	margin: 0 0 5px;
}
.custom-form-outer .inputs input[type="text"], 
.custom-form-outer .inputs input[type="password"], 
.custom-form-outer .inputs select, 
.custom-form-outer .inputs textarea{
	width:100%;
}
.net-term-application .form-full-width.inputs,
.custom-form-outer .form-full-width.inputs {
    width: 100%;
}
.net-term-application .ownership-field.inputs {
    width: 66%;
}
.net-term-application .inputs.custom-attributes .option-list.list-auto-width-outer li > label,
.custom-form-outer .inputs.custom-attributes .option-list.list-auto-width-outer li > label {
    padding: 0 5px 0 0;
    width: auto;
}
.net-term-application .inputs.bankruptcy-field {
    width: 66%;
}
.net-term-application .inputs input[type="file"],
.registration-page .inputs input[type="file"]{
   height: 25px;
margin: 0 0 8px 0;
}
.center-1 .custom-form-outer .inputs.term-condition label {
    width: auto;
    margin: 0px 0 0 6px;
    float: left;
}
.center-1 .custom-form-outer .inputs.term-condition input[type="checkbox"] {
    margin: 8px 0 0 5px;
	float:left;
}
.inputs.custom-attributes.term-condition {
    width: 100%;
	text-align:center;
}
.custom-form-outer .inputs.user-check-availity {
    width: 100%;
}
.custom-form-outer .inputs.user-check-availity input[type="text"] {
    max-width: 304px;
	float:left;
}
.custom-form-outer #check-availability-button {
    display: block;
    margin: 0 0 0 8px;
    float: left;
}
.center-1 .registration-page .custom-form-outer .check-box-field label{
	float:left;
	width:auto;
	margin:5px 0 10px;
}
.center-1 .registration-page .custom-form-outer .check-box-field input[type="checkbox"] {
    float: left;
    margin: 8px 0 10px 6px;
}
.custom-form-outer #username-availabilty {
    position: absolute;
    top: auto;
    left: 11px;
    bottom: -3px;
}
.custom-form-outer .user-check-availity .field-validation-error{
	position: absolute;
    top: auto;
    left: 33%;
    bottom: -3px;
}
.custom-form-outer .inputs.custom-radio-btn .option-list li input {
    float: left;
    margin: 2px 0 0 0;
}
.custom-form-outer .inputs.custom-radio-btn .option-list li label {
    float: left;
    width: auto;
    margin: 0 0 0 5px;
}
.custom-form-outer .inputs.custom-radio-btn .option-list li {
    float: left;
    margin: 8px 10px 0 0;
}
.custom-form-outer .custon-full-width {
    float: left;
    width: 100%;
    text-align: left;
}
.custom-form-outer .custon-full-width .sales-must-total {
    float: left;
    width: 100%;
    padding: 0 0 3px 10px;
}
.custom-form-outer .col-two {
    width: 66%;
}
.custom-form-outer .full-width {
    float: left;
    width: 100%;
}
.custom-form-outer .inputs.date-of-birth select {
    width: 31%;
}
/*.registration-page .fieldset {
    border-bottom: 1px dashed #000;
    padding: 15px 0 10px 0;
}*/
.registration-page .inputs.check-box-field {
    padding-bottom: 0;
    margin-bottom: -5px;
}
.registration-page .fieldset .title h3 {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.registration-page .fieldset .title::before {
	display:none;
}
.registration-page .fieldset .title {
    border-bottom: 1px dashed #000;
    padding: 0 0 5px;
}
.net-term-application .inputs #ApplciationDate, .net-term-application .inputs #FFLExpirationDate{
	width:100%;
}
.registration-page .net-term-application .inputs.check-box-field {
    padding-bottom: 0;
    margin-bottom: 5px;
}
.custom-form-outer.net-term-application .inputs.custom-attributes.hour-day-opration-field .option-list li > label{
	margin: 3px 0 0 0px;
	float: left;
}
.custom-form-outer.net-term-application .inputs.custom-attributes.hour-day-opration-field .option-list li > input {
    float: left;
    margin: 5px 0 0 0;
}
.custom-form-outer.net-term-application .inputs .option-list li{
	margin-top:5px;
}
.custom-form-outer.net-term-application .inputs .option-list li.store-open-time,
.custom-form-outer.net-term-application .inputs .option-list li.store-close-time{
	margin-top:0px;
	max-width:170px;
}
.center-1 .custom-form-outer .inputs.term-condition #read-privacyinfo {
    font-size: 14px;
    float: left;
    margin: 0px 0 0 5px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}
.custom-form-outer.net-term-application .accept-privacy-policy {
    width: auto;
    display: inline-block;
}
#read-privacyinfo{
	font-weight:bold;
	cursor:pointer;
}
.custom-form-outer .ca-dealer{
	float:left;
	width:100%;
}
.center-1 .custom-form-outer  .inputs .field-validation-error {
    text-align: left;
}
.header-links .header-customer-info li a {
    font-size: 16px;
	width: auto;
	color: #fff;
	margin: 0 5px 0 0;
}
.header-links .header-customer-info {
    float: right;
    width: 600px;
    text-align: right;
}
.header-links .header-customer-info li {
    margin-top: 8px;
	height: 65px;
}
.header-links .header-customer-info li a:hover{
	text-decoration:underline;
}
.custom-form-outer .hour-day-opration-field .option-list{
	height:auto;
}
.custom-form-outer .hour-day-opration-field .option-list .field-validation-error {
    padding: 0 !important;
}
.custom-form-outer .net-term-sub-heading{
	font-size: 18px;
	padding: 0 0 0 9px;
	margin: 0 0 5px 0;
}
.custom-form-outer .net-term-sub-heading.net-term-sub-heading2{
	margin-top:20px;
}
.custom-form-outer .email-to-revalidate,
.custom-form-outer .email-to-revalidate-note,
.custom-form-outer .inputs .required,
.custom-form-outer .inputs .field-validation-valid {
	position: absolute;
right: 8px;
top: 24px;
}
.custom-form-outer .external-authentication{
	margin:0;
}
.custom-form-outer .busniss-info-hour .inputs select {
    width: 100px;
    float: left;
}
.custom-form-outer .busniss-info-hour .inputs .time-format {
    font-size: 14px;
    margin: 5px 0 0 5px;
    float: left;
}
.custom-form-outer .busniss-info-hour .inputs {
    width: 150px;
}
.custom-form-outer.net-term-application .inputs .option-list li.store-open-time .time-format,
.custom-form-outer.net-term-application .inputs .option-list li.store-close-time .time-format {
    font-size: 14px;
	padding: 5px 0 0px 5px;
	float: left;
}

.custom-form-outer.net-term-application .inputs .option-list li.store-open-time select,
.custom-form-outer.net-term-application .inputs .option-list li.store-close-time select {
    float: left;
}
.custom-form-outer.net-term-application .inputs .option-list li.store-open-time label, 
.custom-form-outer.net-term-application .inputs .option-list li.store-close-time label{
	padding-top:4px;
}
.custom-form-outer .busniss-info-hour {
    float: left;
    width: 66%;
}
.custom-submit-btn1 {
    background: #000;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    margin: 10px 0 0 0;
}
.custom-form-outer .dealer-document li lable {
    min-width: 160px;
    display: inline-block;
    text-align: right;
    margin: 0 10px 0 0;
}
.custom-form-outer .dealer-document {
    margin: 10px 0 0;
}
.item-box .hover-content .description {
    display: none;
}
.download-section a {
    background: #000;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    margin: 0;
	text-decoration:none;
}
.download-section p {
    margin: 15px 0;
}
.contact-page .contactus-form-outer {
    width: 45%;
    float: left;
    padding-right: 20px;
}
.contact-page .form-fields{
	border:none;
}
.contact-page .form-fields label {
    width: 100%;
    float: left;
	text-align:left;
}
.contact-page .form-fields input, .contact-page .form-fields select, .contact-page .form-fields textarea {
    float: left;
    width: 100%;
}
.contact-page .form-fields label {
    width: auto !important;
    margin: -3px 0px 5px 0;
}
.contact-page .contactus-form-outer .fieldset{
	margin:0;
}
.contact-page .form-fields{
	padding:0 !important;
}
.contact-page .buttons{
	text-align:left;
}
.contact-page .contact-address {
    float: left;
    width: 55%;
    padding-left: 20px;
	text-align:left;
}
.contact-page .form-fields .inputs{
	text-align:left;
}
.block .listbox ul.list,
.block ul.checkbox-list{
	max-height:300px;
	overflow:auto;
}
.ps-scrollbar-y-rail{
	top:0 !important;
}
.productAddedToCartWindowDescription strong{
	color:#000 !important;
}
.mini-shopping-cart .totals strong {
    color: #000 !important;
}
.contactus-form-outer .field-validation-error {
    float: left;
    width: 100%;
    text-align: left !important;
}
.page-title .link-rss{	
	display:none;
}
.payment-info-page .payment-info tr td {
    padding: 3px 0;
	text-align:left;
}
.payment-info-page .payment-info tr td label{
	font-size:14px;
}
.payment-info-page .payment-info td:first-child {
    text-align: right;
    padding-right: 10px;
}






.modal-open {
	overflow:hidden
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1050;
	display:none;
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
	outline:0
}
.modal.fade .modal-dialog {
	-webkit-transition:-webkit-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;
	transition:transform .3s ease-out;
	-webkit-transform:translate(0, -25%);
	-ms-transform:translate(0, -25%);
	-o-transform:translate(0, -25%);
	transform:translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	-o-transform:translate(0, 0);
	transform:translate(0, 0)
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto
}
.modal-dialog {
	position:relative;
	width:auto;
	margin:10px
}
.modal-content {
	position:relative;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #999;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	outline:0;
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
	box-shadow:0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	background-color:#000
}
.modal-backdrop.fade {
	filter:alpha(opacity=0);
	opacity:0
}
.modal-backdrop.in {
	filter:alpha(opacity=50);
	opacity:.5
}
.modal-header {
	padding:0px 15px 5px;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 7px;
    top: 1px;
    border: none;
    background: none;
    font-size: 22px;
	z-index:9;
}
.modal-title {
	margin:0;
	line-height:1.42857143;
	font-size:18px;
}
.modal-body {
	position:relative;
	padding:15px
}
.modal-footer {
	padding:15px;
	text-align:right;
	border-top:1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-bottom:0;
	margin-left:5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
	margin-left:0
}
.modal-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll
}
@media (min-width:768px) {
.modal-dialog {
	width:600px;
	margin:30px auto
}
.modal-content {
	-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
	box-shadow:0 5px 15px rgba(0,0,0,.5)
}
}
@media (min-width:992px) {
.modal-lg {
	width:900px
}
}

/* Responsive iFrames */
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-filters.search-product-filter {
    display: block;
}

.product-filters.product-spec-filter {
    
	display: block; 

}
/** Enables scroll on mobile for nopAccelerate filters **/
div#product-filters.mobile {
overflow-y: scroll !important;
}

.registration-page .captcha-box {
    clear:both;
}

/*Custom CSS*/

.remove-items {
    margin: 0 5px;
    padding: 6px 14px;
    background: #363d4b !important;
    color: #fff;
    font-size: 18px !important;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}




.order-details-page .search-box {
    display: none;
}
.order-details-page .page-title {
    margin: 0 0 20px;
    overflow: hidden;
    padding-right: 15px;
}
.order-details-page .page-title h1 {
    margin: 0 0 10px;
}
.order-details-page .page-title a {
    padding: 7px 14px;
    background: #363D4B;
    color: #fff;
    font-size: 12px;
    font-family: "Roboto",sans-serif;
    text-transform:uppercase;
}
.order-details-page .order-overview {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 20px;
    line-height: 20px;
}
.order-details-page .order-number {
    font-size: 14px;
    text-transform: uppercase;
}
.order-details-area {
    margin: 0 0 40px;
    overflow: hidden;
}
.order-details-area td {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    vertical-align: top;
}
.order-details-page .tax-shipping-info {
    text-align: center;
}
.order-details-page .tax-shipping-info a {
    font-weight: 500;
    text-decoration: underline;
}
.order-details-page .actions {
    margin: 20px 0 0;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.order-details-page .actions input {
    min-width: 100px;
    margin: 0 5px;
    border: 1px solid #ddd;
    background: #eee;
    padding: 7px 14px;
    font-size: 14px;
}
.order-details-page .cart-total {
    width: 100%;
    margin: 0 auto 0px;
    border: 2px solid #bababa;
}
.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%;
}
.billing-address-outer {
    display: inline-block;
    padding: 0 15px 0 0;
    text-align: left;
    margin:0 -5px 0  0px;
}
.billing-address-summery {
    display: inline-block;
    padding: 0 0 0 15px;
    vertical-align: top;
    
}
.billing-addresses .inputs .field-validation-error {
    bottom: auto;
    position: absolute;
}
.billing-addresses .inputs{
    float: left;
}
.order-review-data li, .shipment-overview li {
    padding: 2px 0;
    font-size:14px;
}
.order-review-data .title, .shipment-overview .title, .order-details-area .title {
    margin: 20px 0 5px;
    font-size: 14px;
    font-weight: 500;
}
.order-review-data .title:first-child, .shipment-overview .title:first-child, .order-details-area .title:first-child {
    margin-top: 0;
}
.order-review-data .title:before, .shipment-overview .title:before, .order-details-area .title:before {
    display: none;
}
.order-completed .details {
    margin: 40px 0 0 0;
    padding: 0px;
    font-size: 18px;
    text-align: left;
}

.order-details-page .print-pdf-btn {
    position: absolute;
    right: 1px;
    top: 27px;
}
.order-details-page .print-pdf-btn a {
    margin: 0 0 0 10px;
}
.order-details-page .order-number strong {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
    max-width: 100%;
}
.order-details-page .order-details-area .title strong, .order-details-page .order-details-area .shipping-info .title {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%;
}
.order-details-page .order-details-area ul li {
    font-size: 14px;
    padding: 2px 0;
}
.order-details-page .order-details-area {
    float: left;
    padding-right: 10px;
    width: 100%;
}
.order-details-table .data-table {
    margin: 0;
}
.order-details-page .products {
    float: left;
    padding-left: 10px;
    width: 100%;
}
.order-details-page .totals {
    float: right;
    width: 50%;
}
.order-details-page .billing-info-wrap {
    float: left;
    padding-right: 8px;
    width:33.33%;
}
.order-details-page .shipping-info-wrap {
    float: left;
    padding-left: 8px;
    width:33.33%;
}
.order-details-page .ffl-info-wrap {
    float: left;
    padding-right: 0;
    width:33.33%;
    margin:0;
}
.order-details-area .payment-method-info, .order-details-area .shipping-method-info {
    margin: 20px 0 0 0;
}
.order-details-page .products .title strong {
    background-color: rgba(0, 0, 0, 0);
    color: #212121;
    display: inline-block;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.order-details-table tbody tr {
    border-bottom: 2px solid #bababa;
}
.order-details-table thead th {
    border: 2px solid #bababa;
    text-align:left;
    padding: 10px 15px;
}
.order-details-table tbody tr td {
    border: medium none;
    padding: 10px 15px;
    text-align:left;
}
.order-details-table tbody{
    border: 2px solid #bababa;
}
.order-details-page .actions .re-order-button{
    margin: 0 5px 5px;
    padding: 6px 14px;
    background: #363d4b;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
}

/* modal popup */

.modal-example-content {
    width: 750px;
    background-color: #FFF;
    border: 1px solid #bababa;
    border-radius: 0px;
    outline: 0 none;
    padding: 20px;
}
.restricted-popup-h4 {
    background-image: url(../img/header-gradient.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    min-height: 40px;
    color: #212121;
    font-size: 20px;
    margin: 0px 0 20px;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    background-color: transparent !important;
    background-size: contain;
}

/*.restricted-popup h4{
    background-image: url("../img/divider.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    min-height: 40px;
    color: #212121;
    font-size:20px;
    margin:0px 0 20px;
    padding:0 0 10px;
    text-transform: uppercase;
    font-style: italic;
    font-weight:600;
    display:inline-block;
    width:100%;
    background-color:transparent !important;
}*/
.restricted-popup .restricted-items {
    font-size: 16px;
    padding: 0 0 30px;
    border-bottom:2px solid #bababa;
}
.restricted-popup .table-item {
    display: table;
    width: 100%;
}
.restricted-popup .table-row {
    display: table-row;
}
.restricted-popup .table-cell {
    border-bottom: 2px solid #bababa;
    display: table-cell;
    padding: 12px 0;
    vertical-align: middle;
    font-size:18px;
}
.restricted-popup .table-cell.pro-img {
    width: 20%;
}
.restricted-popup .table-cell.pro-cost {
    width: 15%;
}
.restricted-popup .table-cell.pro-name {
    width: 65%;
}
.restricted-popup .change-address {
    margin: 0 5px;
    padding: 6px 14px;
    background: #22dd22 !important;
    color: #fff;
    font-size: 18px !important;
    border: 1px solid transparent;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
}
.restricted-popup .remove-items {
    margin: 0 5px;
    padding: 6px 14px;
    background: #363d4b !important;
    color: #fff;
    font-size: 18px !important;
    border: 1px solid transparent;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
}
.restricted-popup .restricted-items-button {
    display: inline-block;
    padding: 50px 0 20px;
    text-align: center;
    width: 100%;
}
.restricted-popup .return-home{
    text-align:center;
}
.restricted-popup .return-home a{
    font-size:14px;
    font-weight:300;
    text-decoration:underline;
}

/* ffl dealer css */
.ffl-dealer-left-part {
    float:left;
    width:50%;
    padding-right:10px;
}
.ffl-dealer-right-part {
    float: left;
    padding-left: 10px;
    width: 50%;
}
.ffl-dealer-box h1 {
    font-size: 18px;
    font-weight: 400;
}
.ffl-dealer-box .ffl-dealer-address {
    font-size: 15px;
    font-weight: 300;
}
.location-gap-count {
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    margin: 6px 0 0;
    text-transform: uppercase;
}
.select-ffl-btn-outer .ffl-select-button {
    float: right;
    background: #228822;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 3px 14px;
    text-transform: uppercase;
}
.ffl-dealer-box {
    float: left;
    width: 50%;
    padding-right: 10px;
}
.select-ffl-btn-outer {
    margin: 7px 0 0;
}
.ffl-dealer-box-inner {
    border-bottom: 1px solid #989898;
    display: inline-block;
    padding: 15px 0 20px;
    width: 100%;
}
.ffl-dealer-box:nth-of-type(2n) {
    padding-left: 10px;
    padding-right: 0;
}
.ffl-dealer-map {
    margin:15px 0 0 0;
}
.ffl-dealer-desc h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}
.ffl-dealer-desc p {
    font-size: 18px;
}
.ffl-dealer-page .inner-page-heading {
    margin-bottom: 0;
}
.search-ffl-dealer-outer {
    display: inline-block;
    width: 100%;
    background:#efefef;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    padding:10px 0;
    font-size:17px;
    margin:0 0 10px;
}
.search-ffl-dealer-outer ul {
    display: inline-block;
    vertical-align: middle;
    padding-right:8px;
}
.search-ffl-dealer-outer ul li {
    display: inline-block;
    vertical-align: middle;
}
.search-ffl-dealer-outer ul li img {
    display: inline-block;
    vertical-align: middle;
}
.search-ffl-dealer-outer select {
    background: #ffffff;
    font-size: 14px;
    margin:0 0 0 10px;
}
.search-ffl-dealer-outer .select-ffl-dealer input {
    background: #ffffff;
    display: inline-block;
    text-align: center;
    width: 75px;
    margin:0 5px;
    font-size:17px;
}
.search-ffl-dealer-outer .sort-by {
    display: inline-block;
    margin:0 20px;
}
.search-ffl-dealer-outer .select-ffl-dealer {
    display: inline-block;
    border-left: 1px solid #333;
    padding-left: 10px;
}
.search-ffl-dealer-outer .ffl-search-btn {
    display: inline-block;
    float: right;
    margin: 0 5px 0 0;
}
.search-ffl-dealer-outer .ffl-search-btn .ffl-search-btn{
    background: #228822;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 3px 14px;
    text-transform: uppercase;
}

.order-confirm-page .order-review-data {
    float: left;
    width: 50%;
    padding:0 10px 0 0;
    margin:0;
}
.order-confirm-page .cart-page-totals {
    margin: 0;
}
.order-confirm-page.checkout-page .order-review-data .title{
    font-size: 18px;
    font-weight: normal;
}
.order-confirm-page .order-summary-content > form {
    float: left;
    padding: 0 0 0 10px;
    width: 50%;
}
.confirm-order .terms-of-service {
    padding: 10px;
    text-align: center;
}
.confirm-order .button-1 {
    text-transform: uppercase;
}
.order-review-data ul, .shipment-overview ul {
    margin: 0 0 30px;
}

.order-summary-content {
	padding: 30px;
}

/*---Manufacture Page Solr Fix ----*/
#Manu-filters{
	display:block;
}

.productTabs-body th {
    text-align: center;
    color:#337930;
    font-weight:600;
    font-size:20px;
}
.productTabs-body td, .productTabs-body th {
  padding:5px;
}
/* Specs from FIME */
.spec-row {
  width:350px;
  max-width:100%;
  border-top:1px solid #ccc;
  padding-top:10px;
}
.spec-header {
    float:left;
    margin-right:10px;
    font-weight:bold;
}
.spec-desc {
    float:right;
}

.call-ammo {
	color:red;
	font-weight:800
}
div#msr-message {display:block!important}

.map-product-price {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin: 5px 0px 10px 0px;
}
.news-items {
    margin:5px 20px;
}

.product-grid .item-box .sku {
    height: 22px; 
    overflow:hidden;
}