/* Minification failed. Returning unminified contents.
(8501,1): run-time error CSS1019: Unexpected token, found '@import'
(8501,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i)'
 */
/*=====================================================
    
    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: normal 12px Arial,sans-serif;
    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%;
	border-collapse: collapse;
}
input[type="text"], input[type="password"], textarea, select {
    height: 30px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #f6f6f6;
    vertical-align: middle;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 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 80px;
}
.master-wrapper-content {
	width: 95%;
	margin: 0 auto;
}
.master-column-wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.center-1 {
	margin: 0 0 20px;
}
.center-2, .side-2 {
	margin: 0 0 20px;
}

.page {
	text-align: center;
}
.page-title {
	padding: 13px 15px;
	background: #a12;
	margin: 0 0 20px;
	position: relative;
	min-height: 46px;
}
.page-title h1 {
	font-size: 17px;
	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(/Themes/Nitro/Content/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(/Themes/Nitro/Content/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: #a12;
	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: #a12 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(/Themes/Nitro/Content/img/close.png) center no-repeat;
	cursor: pointer;
	opacity: 0.7;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.ui-dialog {
    position: absolute !important;
	z-index: 1008;
	width: 350px !important;
	max-width: 95%;
	border: 1px solid #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(/Themes/Nitro/Content/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(/Themes/Nitro/Content/img/close.png) center no-repeat;
	text-indent: 999px;
	opacity: 0.7;
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-titlebar button * {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	padding: 10px;
	line-height: 20px;
}
.ui-dialog-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;
    bottom: 0;
	right: 0;
	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;
}
.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: #a12;
    padding: 10px 0;
}
.header-centering {
    text-align: center;
    width: 95%;
    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*/
}
.header-logo a img {
	max-width: 100%;
}
.header-links-wrapper {
	margin: 0 0 20px;
}
.header-links {
    padding: 15px 0;
    background: #a12;
}
.header-links ul {
	font-size: 0;
}
.header-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.header-links span {
	font-size: 0; /*reset zeroing*/
}
.header-links li > a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    border: 1px solid #fff;
}
.header-links .ico-register {
	background-image: url(/Themes/Nitro/Content/img/icon-register.png);
}
.header-links .ico-account {
	background-image: url(/Themes/Nitro/Content/img/icon-account.png);
}
.header-links .ico-login,
.header-links .ico-logout {
	background-image: url(/Themes/Nitro/Content/img/icon-login.png);
}
.header-links .ico-inbox {
	background-image: url(/Themes/Nitro/Content/img/icon-inbox.png);
}
.header-links .ico-wishlist {
	background-image: url(/Themes/Nitro/Content/img/icon-wishlist.png);
}
.header-links .ico-cart {
	background-image: url(/Themes/Nitro/Content/img/icon-cart.png);
}

.header-links .ico-inbox + span,
.header-links .wishlist-qty,
.header-links .cart-qty {
	position:absolute;
	bottom: 96%;
	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: #333 url(/Themes/Nitro/Content/img/btn-search.png) center no-repeat !important;
	border: 2px solid #fff !important;
	font-size: 0 !important;
    padding: 0 !important;
}
.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 #a12;
	overflow: hidden;
	background: #fff;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
	border-top: 1px solid #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
	border-top: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
	display: block;
	padding: 8px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content 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(/Themes/Nitro/Content/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(/Themes/Nitro/Content/img/icon-phone.png) no-repeat center;
}
.footer-upper .footer-block.payment-info-block:before {
	background: #fff url(/Themes/Nitro/Content/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(/Themes/Nitro/Content/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(/Themes/Nitro/Content/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: #a12;
    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: 17px;
	background: #ddd;
	color: #000;
	padding: 13px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	margin: 0 0 20px;
}
.footer-middle .footer-block h3:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -27px;
	border-style: solid dashed dashed;
	border-width: 8px 27px 0 27px;
	border-color: #ddd transparent transparent;
}
.footer-menu li {
	text-align: left;
}
.footer-menu a {
	display: inline-block;
	padding: 8px 8px 8px 20px;
	color: #fff;
	font-size: 15px;
	background: url(/Themes/Nitro/Content/img/arrow-right-white.png) no-repeat 5px center;
}

.footer-lower {
    overflow: hidden;
    font-size: 11px;
    padding: 15px 0;
    background: #fff;
    color: #666;
}
.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: #a12;
}
.footer-tax-shipping a {
	text-decoration: underline;
}
.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 5px;
}
.social-sharing a {
	display: block;
	width: 32px;
	height: 32px;
	background: url(/Themes/Nitro/Content/img/sprite-social.png) no-repeat;
}
.social-sharing .facebook {
	background-position: 0 0;
}
.social-sharing .twitter {
	background-position: -32px 0;
}
.social-sharing .google {
	background-position: -64px 0;
}
.social-sharing .pinterest {
	background-position: -96px 0;
}
.social-sharing .vimeo {
	background-position: -128px 0;
}
.social-sharing .youtube {
	background-position: -160px 0;
}
.social-sharing .rss {
	background-position: -192px 0;
}
.social-sharing a.instagram {
	background: url(/Themes/Nitro/Content/img/instagram.png) no-repeat;
}
.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: #a12;
    color: #fff;
    padding: 13px 25px;
    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: #a12 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 #a12;
	background-color: #a12;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/Themes/Nitro/Content/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: #a12;
}

.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: #a12;
	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: 12px; /*reset zeroing*/
	line-height: 32px;
}
.breadcrumb strong {
    color: #a12;
}
.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:#aa1122;
    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 #a12;
}
.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;
	text-transform: lowercase;
}

.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:last-child {
	padding:0;
	border:0;
}

.item-box .product-item {
    position: relative;
    z-index: 1;
    padding: 0 0 15px;
    border-bottom: 1px dashed #a12;
}

.item-box .picture {
    z-index: 1;
    overflow: hidden;
    margin: 0 0 10px;
}
.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;
}
.item-box .product-rating-box {
    font-size: 0;
    margin: 0 0 10px;
}
.item-box .rating {
	display: inline-block;
	height: 16px;
	width: 106px;
	background: url(/Themes/Nitro/Content/img/rating-empty.png) 0 0 repeat-x;
}
.item-box .rating div {
	height: 16px;
	background: url(/Themes/Nitro/Content/img/rating-full.png) 0 0 repeat-x;
}
.item-box .prices {
    margin: 0 0 10px;
    overflow: hidden;
}
.item-box .old-price {
	color: #999;
	text-decoration: line-through;
}
.item-box .actual-price {
	font-size: 17px;
	color: #a12;
}
.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(/Themes/Nitro/Content/img/btn-compare.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 0;
	height: 40px;
	border: 0;
	padding: 0 0 0 40px;
	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 12px 12px 43px;
	background-color: #a12;
	background-image: url(/Themes/Nitro/Content/img/btn-buy.png);
	background-position: left;
	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 {
	border: 10px solid #fff;
	height: 193px;
	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 {
    margin: 0 0 20px;
    position: relative;
    text-align: center;
}
.product-grid .title:before,
.news-list-homepage .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: #a12;
	z-index: 1;
}
.product-grid .title strong,
.news-list-homepage .title strong {
	display: inline-block;
	min-width: 150px;
	font-weight: normal;
	font-size: 17px;
	background: #a12;
	color: #fff;
	padding: 13px 25px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.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: #a12 transparent transparent;
}

.order-summary-content form > .cross-sells {
    margin: 40px 0 20px;
}


.pager {
	margin: 0 0 30px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	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: #a12;
    border-color: #a12;
    color: #fff;
}
.pager .prev-page a,
.pager .next-page a {
	padding: 7px 14px;
}

/* categories & sub-categories */

.item-box .title a {
	display: block;
	background: #a12;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px solid #a12;
	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(/Themes/Nitro/Content/img/icon-plus.png) no-repeat left center, 
                url(/Themes/Nitro/Content/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: #a12;
	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: #a12;  
}
.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(/Themes/Nitro/Content/img/rating-empty.png) repeat-x;
}
.product-review-box .rating div {
	height: 16px; 
	background: url(/Themes/Nitro/Content/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: #c00;
}
.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 #a12;
    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: #a12;
    background-image: url(/Themes/Nitro/Content/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;
	line-height: 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: #c00;
}

.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: #a12;
    color: #fff;
}
.ui-tabs .ui-tabs-panel {
    border-top: 1px solid #a12;
    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: #a12;
}
.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(/Themes/Nitro/Content/img/calendar-prev.png) center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url(/Themes/Nitro/Content/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: #a12;
}
.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: #a12;
}
.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: #a12;
}
.topic-html-content-body {
	line-height: 20px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-page .page-body {
	line-height: 20px;
}
.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;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
	vertical-align: middle;
}
.accept-privacy-policy a {
	font-weight: bold;
}
.registration-page .buttons {
	padding: 25px 0 0;
	border-top: 1px dashed #a12;
}
.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 {
    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: #aa1122;
    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: #aa1122 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: #a12;
	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: #a12 transparent transparent;
}
.login-page .new-wrapper {
	margin: 0 0 30px;
}
.login-page .text {
	margin: 0 0 20px;
}
.login-page .inputs.reversed * {
	margin: 5px 0;
	font-size: 12px; /*reset zeroing*/
}
.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 #a12;
}
.address-item .info,
.order-item .info {
	margin: 0 0 5px;
	padding: 10px;
	line-height: 20px;
	border-bottom: 1px solid #a12;
}
.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 #a12;
	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 3px;
}
.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: #a12 url(/Themes/Nitro/Content/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: #a12;
    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(/Themes/Nitro/Content/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: #c00;
}
.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;
}
.cart-collaterals .coupon-code input[type="submit"] {
	height: 30px;
	border: 1px solid #ccc;
    padding: 7px 14px;
    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: #a12;
	z-index: 1;
}
.checkout-page .section .title strong {
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	background: #a12;
	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: #a12 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;
}

.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 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: #eee;
    color: #333;
    font-size: 12px;
}
.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: #a12;
	z-index: 1;
}
.sitemap-page .entity-title h2 {
	display: inline-block;
	min-width: 150px;
	font-weight: normal;
	font-size: 16px;
	background: #a12;
	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: #a12 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(/Themes/Nitro/Content/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: #a12;
}
.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: #a12;
}

.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: #a12;
}
.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: #a12;
}
/*GLOBAL TABLES*/

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0 0 20px;
}
.cart th, .data-table th,
.forums-table-section th {
	border: 1px solid #ddd;
    background: #eee;
    padding: 10px;
    white-space: nowrap;
    color: inherit;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    font-weight: bold;
}
.cart a:hover, 
.data-table a:hover, 
.compare-products-table a:hover, 
.forums-table-section a:hover {
	text-decoration: underline;
}
.forums-table-section .latest-post {
    min-width:150px;
}
.forums-table-section .forum-details,
.forums-table-section .topic-details {
    min-width:300px;
}
.forums-table-section .table-wrapper {
    overflow-x:auto;
}
.forums-table-section-title {
    padding:5px;
}
.forums-table-section-title > * {
    font-size:18px;
    font-weight:normal;
}   


.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
.cart td.subtotal span {
	display: inline-block;
	margin: 5px 0;
    color: #c00;
    white-space: nowrap;
}

.product-specs-box .data-table td {
    padding: 5px;
}
.compare-products-table td {
	vertical-align: top;
}
.compare-products-table .product-name td {
    background: #f6f6f6;
}
.compare-products-table .product-price td {
    color: #c00;
}
.compare-products-table .product-price td:first-child {
    color: #666;
}
.compare-products-table-mobile img {
    max-width: 160px;
}

.go-to-page {
	display: inline-block !important;
	font-size: 13px !important;
}
.footable td label {
    display:none;
}



/* TIER PRICE TABLES */

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
    font-size: 18px;
}
.tier-prices .prices-header strong { 
    font-weight: 400;
}
.prices-table {
    width: 100%;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    overflow: hidden;
}
.prices-row {
    float: left;
    width: 50%;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
}
    .prices-row > div:first-child {
        border-top: 0;
    }
    .prices-row:first-child > div {
        border-left: 0;
    }
.prices-table .field-header {
    font-weight: 700;
}
.tier-prices .item-price {
	color: #c00;
}

@media all and (min-width: 769px) {

.product-details-page .prices-table {
	display: table;
	background: #fff;
}
.product-details-page .prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.product-details-page .prices-row > div {
	display: table-cell;
}
.product-details-page .prices-row:first-child > div {
	border-left: 1px solid #c9c9c9;
	border-top: 0 !important;
}
.product-details-page .prices-row > div:first-child {
	border-top: 1px solid #c9c9c9;
	border-left: 0;
}

}

@media all and (min-width: 769px) and (max-width: 980px) {
    .compare-products-table-mobile td{
        position: relative;
        min-width: 99px;
    }
    .compare-products-table-mobile td .remove-button {
        left: 0;
        bottom: 0;
        margin: auto;
        height: 2.5em;
        width: 90%;
    }
}



/* footable custom css */

.footable-first-column {
	text-align: center;
}
.footable-first-column .item-count {
	font-size: 13px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
    min-width: 17px;
	height: 17px;
	overflow: hidden;
}

.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	font-style: italic;
    display: table-cell;
    padding: 7px 10px;
}
.footable-row-detail-value {
    display: table-cell;
}

/* toggle style change */

.footable-toggle {
	background: url(/Themes/Nitro/Content/img/table-plus.png) no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url(/Themes/Nitro/Content/img/table-minus.png) no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}

/* hidding item counter in different tables */

.compare-products-table-mobile .item-count,
.downloadable-products-page .data-table .item-count {
	display: none;
}

@media all and (max-width: 980px) {

    .compare-products-table {
        display: none;
    }

}

@media all and (max-width: 826px) {

.order-summary-content .cart .item-count,
.wishlist-page .cart .item-count,
.section.shipments .data-table .item-count {
	display: none;
}

}

@media all and (max-width: 628px) {

.return-request-page .data-table .item-count,
.section.products .data-table .item-count {
	display: none;
}

}

@media all and (max-width: 506px) {

    .reward-points-history .data-table .item-count {
	    display: none;
    }

}
@media all and (max-width: 980px) {

.desktop-header-right .desktop-cart {
	display: none;
}
.home .page-title {
	display: none;
}
div.product-viewmode {
	display: none;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper-parent {
	min-height: 68px;
}
.responsive-nav-wrapper {
	position: relative;
	background: #fff;
	width: 100%;
	text-align: center;
	font-size: 0;
	padding: 10px 0;
}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    -webkit-transform: translateY(-72px);
    transform: translateY(-72px);
}
.stick {
	position: fixed;
	top: 0;
	z-index: 10000;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
.responsive-nav-wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;            
}
.responsive-nav-wrapper > div {
	margin: 0 5px;
	background-color: #eee;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #ccc;
	border-radius: 50%;
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	font-size: 0;
	height: 44px;
	width: 44px;
	cursor: pointer;
}
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background-image: url(/Themes/Nitro/Content/img/mobile-btn-menu.png);
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background-image: url(/Themes/Nitro/Content/img/mobile-btn-search.png);
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background-image: url(/Themes/Nitro/Content/img/mobile-btn-links.png);
}
.responsive-nav-wrapper .filters-button {
	background-image: url(/Themes/Nitro/Content/img/mobile-btn-filters.png);
}

/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1000000;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }

.justAFixingDivBefore,
.header-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
    height: 100%;
    text-align: left;
    background: #333 !important;
    overflow: hidden;
    z-index: 2147483647;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.notAndroid23 .justAFixingDivBefore,
.notAndroid23 .header-menu {
	-webkit-transform: translate(-320px);
	-ms-transform: translate(-320px);
	transform: translate(-320px);
}
.android23 .justAFixingDivBefore,
.android23 .header-menu {
	left: -320px;
}        
.header-menu.open {
	box-shadow: 1px 0 5px rgba(0,0,0,.5);
}
.notAndroid23 .header-menu.open {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.android23 .header-menu.open {
	left: 0;
}

.header-menu .close-menu,
.header-menu ul li.back-button {
	background: #a12;
	cursor: pointer;
}
.close-menu span,
.header-menu .back-button span {
	position: relative;
	display: block;
	padding: 15px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	text-align: right;
	border-bottom: 1px solid #999;
}
.close-menu span:before,
.header-menu .back-button span:before {
	content: " ";
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -16px 0 0;
	background: #fff url(/Themes/Nitro/Content/img/mobile-menu-close.png) no-repeat center;
	border-radius: 50%;
}

.header-menu .back-button span {
	text-transform: lowercase;
}

.header-menu > ul li {
	background: #fff;
}
.header-menu > ul li:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.header-menu > ul li > a, 
.header-menu > ul li > span {
	display: block;
	padding: 15px 18px !important;
	line-height: 1.19;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #a12;
}
.header-menu > ul li:last-child > a,
.header-menu > ul li:last-child > span,
.header-menu > ul li:last-child > div {
	border-bottom: 0;
} 
.header-menu > ul li > .with-subcategories {
	width: 270px;
	float: left;   
}
.plus-button {
	position:relative;
	float: right;
	width: 50px;
	height: 50px;
	z-index: 2;
	cursor: pointer;
	background: url(/Themes/Nitro/Content/img/mobile-arrow-black.png) no-repeat center;
	border-left: 1px solid #a12;
	border-bottom: 1px solid #a12;
}

.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background: #333 !important;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu .sublist-wrap {
    left: -320px;
}
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}

.filtersPanel .block .title {
    background: #fff;
}

/* header menu functionality classes */

.admin-header-links,
.header,
.responsive-nav-wrapper,
.slider-wrapper,
.master-wrapper-content,
.footer {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;        
}
.notAndroid23 .move-right {
	-webkit-transform: translate(320px);
	-ms-transform: translate(320px);
	transform: translate(320px);
}

/* SEARCH BOX */

.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 0;
	background: #fff;
	box-shadow: -1px 2px 1px rgba(0,0,0,.3);
	z-index: 1000001;
	text-align: center;
}
.search-box.open {
	display: block;
}
.search-box form {
	display: inline-block;
	border: 1px solid #ccc;
}
.search-box form:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* HEADER LINKS & SELECTORS */

.header-links-wrapper {
	display: none;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000001;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.header-links-wrapper.open {
	display: block;
}
.new_select > span {
	border: 1px solid #ccc;
}

/* CATEGORY PAGE & GRIDS */

.home-page-category-grid .item-box,
.sub-category-grid .item-box {
	margin-bottom: 10px;
}
.item-box .category-item .picture,
.item-box .sub-category-item .picture {
	display: none;
}
.item-box .add-to-compare-list-button {
	background-color: #a12;
}

}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {

/* HEADER */

.search-box input.search-box-text {
	width: 300px !important;
}

.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-left: -225px;
}

/* CATEGORY PAGE & GRIDS */

.item-box {
	float: left;
}
.product-filters .product-filter {
	float:left;
	width:48%;
	min-width:0;
	margin:0 1%;
}

/* PASSWORD PROTECTION */

.enter-password-form input[type="password"] {
	width: 300px !important;
}

/* SHOPPING CART & CHECKOUT */

.order-review-data {
	display: table;
	width: 100%;
	margin: 0 0 30px;
}
.order-review-data ul {
	display: table-cell;
}
.order-details-area td {
	float: none;
	width: auto;
}

.shipment-details-page .shipment-overview > ul {
    float: left;
    width: 48%;
    margin: 0 1% !important;
}

}

@media all and (min-width: 481px) and (max-width: 768px) {

    .item-box {
	    width: 49%; /*two per row*/
	    margin: 0 0 2% 2%;
    }
    .item-box:nth-child(2n+1) {
	    clear: both;
	    margin-left: 0;
    }

    .account-page .address-item,
    .account-page .order-item {
        float: left;
        width: 49%;
        margin: 0 0 3% 1%;
    }
	.account-page .address-item:nth-child(2n+1),
	.account-page .order-item:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}
    .home-page-manufacturers .item-box{
        width: 32%;
        float: left;
        margin: 0 0 0 2%;
        clear: none;
    }
    .home-page-manufacturers .item-box:nth-child(2n+1){
        margin: 0 0 0 2%;
    }
    .home-page-manufacturers .item-box:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media all and (min-width: 522px) {

    .footer-upper .footer-centering {
        width: 470px;
        margin: 0 auto;
        overflow: hidden;
    }
    .footer-upper .footer-block {
        float: left;
        margin: 0 0 10px 10px;
    }
	.footer-upper .footer-block:nth-child(2n+1) {
		margin-left: 0;
	}

    .footer-middle .footer-centering {
        width: 470px;
        margin: 0 auto;
        overflow: hidden;
    }
    .footer-middle .footer-block {
        float: left;
        margin: 0 0 10px 10px;
    }
	.footer-middle .footer-block:nth-child(2n+1) {
		margin-left: 0;
        clear:both;
	}

    /* PRODUCT PAGE */

	.ui-tabs .ui-tabs-nav li {
		margin: 0 2px 0 0;
		float: left;
	}
	.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 {
		border-color: #a12;
	}

}

@media all and (min-width: 580px) and (max-width: 768px) {

    .side-2 {
        overflow: hidden;
        margin: 0 0 50px;
    }
    .block {
        float: left;
        width: 49%;
        margin: 0 0 2% 2%;
    }
	.block:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}
    .mobile-banners{
        width: 50%;
    }

}

@media all and (min-width: 560px) {

    .variant-picture {
	    float: left;
    }
    .variant-picture + .variant-overview {
	    width: auto;
	    margin: 0 0 0 210px;
    }
    .variant-overview {
        text-align: left;
    }
    .variant-overview .free-shipping {
        margin: 0 0 15px;
    }
    .variant-overview .add-to-cart-button {
	    margin-right: 10px;
    }
    .variant-overview .add-to-wishlist-button {
	    float: left;
    }

}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.page {
	clear: both;
	text-align: left;
}
.page-title h1 {
	float: left;
}
.link-rss {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
}
.field-validation-error,
.poll-vote-error,
.password-error {
	text-align: center;
}
.username-not-available-status{
    text-align:center;
}
.message-error{
    text-align:center;
}
.center-1 .field-validation-error{
    text-align:center;
} 

/* LEFT/RIGHT COLUMN */

.block {
	text-align: left;
}
.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.poll-options li,
.poll-results li {
	display: block;
}
.home-page .poll-options li,
.home-page .poll-results li {
	display: inline-block;
}

/* CATEGORY PAGE & GRIDS */
.product-filters .product-filter{
    width:32%;
    margin:0 0.5%;
}
.product-filters .product-filter:nth-child(3n+1){
    clear:both;
}
.breadcrumb {
	text-align: left;
}
.breadcrumb li:first-child * {
	margin-left: 0;
}
.product-selectors {
	text-align: left;
}
.product-selectors > div {
	margin: 0 10px 0 0;
}
.item-box {
	width: 32%;
    margin: 0 0 2% 2%;
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.pager ul {
	text-align: right;
}
.pager li {
	margin: 0 0 0 10px;
}


/* PRODUCT PAGE */

.gallery {
    float: left;
    width: 300px;
}
.gallery .thumb-item {
    margin: 0 0 10px 10px;
}
.product-details-page .overview {
    margin: 0 0 0 320px;
}
.overview .buttons,
.overview-buttons {
	text-align: left;
}
.overview .buttons div,
.overview-buttons div{
    margin: 0 5px 10px;
}
.free-shipping {
	margin: 15px 0 !important;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 5px 0 0;
}

/* ATTRIBUTES */

.attributes {
	margin: 20px 0 10px;
}
.attributes dt {
	float: left;
	clear: left;
	min-width: 70px;
	margin-right: 10px;
}
.attributes dt label {
	line-height: 32px;
}
.attributes dd {
	float: left;
	margin-right: 10px;
}
.rental-attributes dt {
	width: 70px;
	clear: none;
}
.rental-attributes dd {
	margin-right: 20px;
}
.rental-attributes .datepicker {
	width: 100px;
}
.attribute-squares {
	text-align: center;
}
.attribute-squares label {
	margin: 0 10px 0 0;
	padding: 0 !important;
}

/* GIFT CARD */

.giftcard label {
	display: inline-block;
	min-width: 100px;
	margin: 0 10px 0 0;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .button-2 {
	margin: 0 10px 0 0;
}
.compare-products-page .clear-list {
    position: absolute;
    top: 9px;
    right: 9px;
}
.compare-products-table .overview p:first-child {
	margin: 0;
}
.compare-products-page .button-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.account-page .address-item,
.account-page .order-item,
.account-page .request-item {
    float: left;
    width: 32%;
    margin: 0 0 40px 2%;
}
.account-page .address-item:nth-child(3n+1),
.account-page .order-item:nth-child(3n+1),
.account-page .request-item:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
}
.avatar-page .buttons {
	text-align: left;
}
.account-page .inputs .field-validation-error{
    text-align:center;
}

/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .totals {
	float: right;
	margin: 0 25px;
}
.cart-collaterals {
	float: left;
	margin: 0 25px;
}
.checkout-page .address-item {
	float: left;
	width: 50%;
}
.payment-method .method-list li {
	display: inline-block;
	margin: 0 10px 20px;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.order-details-page .page-title h1 {
    margin: 0;
}
.order-details-page .page-title a {
    position: absolute;
    top: 11px;
    right: 11px;
}
    .order-details-page .page-title a.pdf-order-button {
        right: 72px;
    }
.order-details-page .actions {
	text-align: right;
}
.order-details-page .actions input {
	min-width: 0;
}
.order-details-page .total-info {
	overflow: hidden;
}
.order-details-page .cart-total {
	float: right;
}
.order-review-data .title:first-child,
.shipment-overview .title:first-child, 
.order-details-area .title:first-child{
    text-align:left
}
.checkout-page .order-summary-content li.title{
    text-align:left;
        margin:20px 0 5px;
}
.opc .order-summary-content ul{
    text-align:left;
}


/* BLOG & NEWS */

.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
	line-height: 24px;
}
.new-comment textarea {
	display: block;
	width: 500px;
	margin: 0 auto;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 0 0 135px;
}

/* SITEMAP */

.sitemap-page ul {
	overflow: hidden;
}
.sitemap-page li {
	float: left;
	width: 25%;
}

}

@media all and (min-width: 769px) and (max-width: 980px) {

.side-2 {
	overflow: hidden;
	margin: 0 0 50px;
}

.block {
	float: left;
	width: 32%;
	margin: 0 0 2% 2%;
}
.block:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
.mobile-banners{
    width: 300px;
}
.home-page-manufacturers .item-box {
    width: 19%;
    float: left;
    margin: 0 0 1% 1%;
    clear: none;
}
.home-page-manufacturers .item-box:nth-child(2n+1) {
    margin: 0 0 1% 1%;
}
.home-page-manufacturers .item-box:nth-child(5n+1){
    margin-left: 0;
}

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 981px) {

a, span, *:after, *:before, input, button {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

/* GLOBAL STYLES */

.master-wrapper-content {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.center-2 {
	float: right;
	width: 73%;
}
.side-2 {
	float: left;
	width: 25%;
}
.inputs {
	text-align: left;
}
.inputs label {
	display: inline-block;
	width: 197px;
	margin: 0 10px 0 0;
	text-align: right;
}
.center-1 .inputs label {
    width: 330px;
}
.center-1 .inputs .field-validation-error {
    text-align: center;
}
.inputs .option-list label {
	margin: 0 5px;
}


/* HEADER */


.header-centering {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.header-logo {
	float: left;
}
.header-links-wrapper {
	float: right;
	margin: 0;
}
.header-links {
	float: right;
	padding: 11px 0;
	z-index: 2;
	position: relative;
}
.header-links li:hover > a {
	border-color: #a12;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    font-size: 12px;
}
.flyout-cart {
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 99999;
	width: 300px;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	background: #fff;
	text-align: left;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart {
	padding: 10px;
	font-size: 11px;
}
.mini-shopping-cart * {
	line-height: normal !important;
}
.mini-shopping-cart a:hover {
	text-decoration: underline;
}
.mini-shopping-cart .count {
	border-bottom: 1px solid #a12;
    margin-bottom: 10px;
    padding: 5px 5px 10px;
}
.mini-shopping-cart .count a {
	font-weight: bold;
	color: #a12;
}
.mini-shopping-cart .items{
	margin: 0 0 10px;
}
.mini-shopping-cart .item {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 10px 0;
}
.mini-shopping-cart .picture {
	float: left;
	width: 50px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 60px;
}
.mini-shopping-cart .name {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}
.mini-shopping-cart .price span,
.mini-shopping-cart .quantity span {
	font-size: 12px;
}
.mini-shopping-cart .totals {
	margin: 0 0 10px;
	font-size: 12px;
	text-align: right;
}
.mini-shopping-cart .totals strong {
	color: #c00;
}
.mini-shopping-cart .buttons {
	margin: 0 0 5px;
	text-align: right;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
	background: #333;
	padding: 5px 12px;
	color: #fff;
    border: 1px solid transparent;
}
.mini-shopping-cart input[type="button"]:hover {
	border-color: #fff;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 280px !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.header-selectors-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 20px 0;
	text-align: center;
}
.header-selectors-wrapper > div {
	margin: 0 5px;
    vertical-align:top;
}
.header-selectors-wrapper select {
	height: 28px;
	border: 0;
	background: #fff;
	padding: 5px;
}

.responsive-nav-wrapper-parent {
	display: none;
}

/* HEADER MENU */

.menu-title, .close-menu,
.header-menu .back-button,
.header-menu .sublist-wrap {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}

div#headerMenuParent {
	margin: 0 0 30px;
}
.header-menu {
	text-align: left;
	position: relative;
	z-index: 1001;
	background: #eee;
}
.header-menu.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.master-wrapper-page.home .header-menu {
	background: rgba(255,255,255,.7);
}
.header-menu > ul {
	width: 980px;
	margin: 0 auto;
    background: #fff;
    border-width: 0 1px 1px;
	border-style: solid;
	border-color: #eee;
}
.header-menu > ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.header-menu > ul > li {
	float: left;
}
.header-menu > ul > li > a, 
.header-menu > ul > li > span {
	position: relative;
	display: block;
	padding: 22px 15px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
	background: #fff;
	border-right: 1px solid #eee;
	z-index: 1002;
}
.header-menu > ul > li:hover > a, 
.header-menu > ul > li:hover > span {
	background: #f6f6f6;
	color: #a12;
}

.header-menu .sublist-wrap {
	display: none;
	position: absolute;
	z-index: 1003;
	min-width: 180px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.header-menu .sublist-wrap.active {
	display: block;
}
.header-menu > ul > li > .sublist {
	border-top: 2px solid #a12;
	background-image: url(/Themes/Nitro/Content/img/sublist-shadow-top.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.header-menu .sublist li {
	position: relative;
}
.header-menu .sublist .back-button {
	display: none;
}
.header-menu .sublist li a {
	display: block;
	background: url(/Themes/Nitro/Content/img/arrow-right-red.png) no-repeat 15px center;
	padding: 10px 10px 10px 30px;
	font-size: 13px;
	color: #333;
	border-bottom: 1px solid #eee;
}
.header-menu .sublist li:hover > a {
	background-color: #f6f6f6;
}
.header-menu .sublist > li:last-child > a {
	border: 0;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: 0;
	left: 100%;
	padding: 0;
}

/* FOOTER */

.footer-upper {
	margin: 0 auto 20px;
	width: auto;
}
.footer-upper .footer-centering {
	width: 980px;
}
.footer-upper .footer-block.phone-block, 
.footer-upper .footer-block.payment-info-block {
	padding: 8px 10px 7px 56px;
}
.footer-upper .footer-block.phone-block span:first-child,
.footer-upper .footer-block.payment-info-block span:first-child {
	margin: 0;
}
.footer-upper .footer-block {
	margin: 0 0 0 20px !important;
}
.footer-upper .footer-block:first-child {
	margin-left: 0 !important;
}

.footer-middle .footer-centering {
	width: 980px;
}
.footer-middle .footer-block {
	margin: 0 0 0 20px !important;
}
.footer-middle .footer-block:first-child {
	margin: 0 !important;
}
.footer-middle .footer-block:nth-child(2n+1){
    clear:none;
}

.footer-menu a:hover {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.footer-lower .footer-centering {
    width: 980px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    min-height: 38px;
    text-align: center;
}
.footer-lower .footer-centering:before {
	content: " ";
	display: inline-block;
	height: 38px;
	width: 1px;
	vertical-align: middle;
}
.footer-disclaimer,
.footer-powered-by,
.footer-designed-by {
    display: inline-block;
    padding: 0 5px 0 0;
}
.footer-disclaimer {
    max-width: 300px;
}
/*.footer-tax-shipping + .footer-disclaimer, 
.footer-tax-shipping {
	float: left;
	clear: left;
}*/
.footer-lower div.footer-powered-by {

}
.footer-lower div.footer-designed-by {

}
/*.social-sharing {
    float: right;
}*/

/* LEFT/RIGHT COLUMN */

.block .title strong {
	text-align: center;
}
.block .listbox {
	display: block;
}
.block .list a:hover {
    background: #f3f3f3;
}
.block .product-picture {
	display: inline-block;
	vertical-align: middle;
}
.block .product-picture img {
	display: block;
}

/* CENTER */

.page-title {
	padding: 13.5px 307px 12.5px 15px;
}

.search-box.store-search-box {
	font-size: 0;
	position: absolute;
    top: 9px;
    right: 10px;
}
.search-box.store-search-box input.search-box-text {
	height: 29px;
	width: 250px !important;
}
.search-box.store-search-box .search-box-button {
	width: 29px;
	height: 29px;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb li * {
	line-height: normal;
}

.item-box {
    width: 33%;
    float: left;
    margin: 0 0 1.5% .5%;
	border: 1px solid transparent;
}
.item-box:last-child {
	border: 1px solid transparent;
}
.item-box:nth-child(3n+1) {
	clear: both;
}
.product-grid .item-box:hover,
.search-page .item-box:hover {
	border-color: #a12;
}
.item-box .product-item {
	border: 0;
    padding: 0 0 5px;
}
.product-grid .item-box .product-title,
.search-page .item-box .product-title {
	padding: 0 5px;
}
.item-box .product-title a:hover {
}

.item-box .hover-content {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.item-box:hover .hover-content {
	opacity: 1;
	z-index: 2;
}
.item-box .buttons {
    background: #a12;
    display: block;
    border: 1px solid #fff;
}
.item-box .add-to-compare-list-button {
    background-color: #999;
}
.item-box .compare-products:hover .add-to-compare-list-button {
	background-color: #a12;
	font-size: 14px;
	padding: 12px 12px 12px 40px;
	width: 100%;
}
.quick-view-button:hover ~ .ajax-cart-button-wrapper .productQuantityTextBox,
.item-box .compare-products:hover + .ajax-cart-button-wrapper .productQuantityTextBox {
	opacity: 0;
	font-size: 0;
	width: 0;
	border: 0;
}
.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,
.item-box .compare-products:hover ~ .product-box-add-to-cart-button,
.item-box .quick-view-button:hover ~ .product-box-add-to-cart-button {
	padding: 12px 0 12px 43px;
	width: 44px;
	font-size: 0;
	background-color: #999;
}

.item-box .description {
	display: block;
}

.home-page-manufacturers .item-box {
    width: 15%;
    float: left;
    margin: 0 0 2% 2%;
    clear: none;
}
.home-page-manufacturers .item-box:nth-child(2n+1){
    margin: 0 0 2% 2%;
}
.home-page-manufacturers .item-box:nth-child(6n+1){
    margin-left: 0;
}

    /* product list */

.product-list .item-box {
	width: 100%;
	float: none;
	margin: 0 0 20px;
	border: none !important;
	text-align: left;
}
.product-list .item-box .product-item {
	overflow: hidden;
	padding: 0 0 20px;
	border-bottom: 1px dashed #a12;
}
.product-list .item-box .picture {
	width: 210px;
	margin: 0;
	float: left;
}
.product-list .item-box .details {
	width: 490px;
	margin: 0 0 0 15px;
	float: left;
}
.product-list .item-box .product-title,
.product-list .item-box .description {
	margin: 0 0 10px;
}
.product-list .item-box .add-info {
	overflow: hidden;
}
.product-list .item-box .prices,
.product-list .item-box .buttons {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

/* categories & sub-categories */

.item-box .category-item,
.item-box .sub-category-item {
	margin-bottom: 20px;
}
.item-box .category-item .picture,
.item-box .sub-category-item .picture {
	margin: 0;
	overflow: hidden;
}
.category-item .picture a,
.sub-category-item .picture a {
	margin: 0;
	overflow: hidden;
	border: 2px solid transparent;
}
.category-item:hover .picture a,
.sub-category-item:hover .picture a {
	margin: 0;
	overflow: hidden;
}
.item-box .title a {
	border-top: 1px solid #a12;
	background: none;
	padding: 13px 0;
	font-size: 15px;
	color: #333;
}
.item-box:hover .title a {
	background-color: #a12;
	color: #fff;
}

.pager li a:hover{
	background-color: #a12;
	border-color: #a12;
	color: #fff;
}

/* vendors */

.vendor-list a:hover {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

/* cross sell */

.order-summary-content form > .cross-sells .item-box {
	width: 24.25%;
	margin: 0 0 1% 1%;
	clear: none !important;
}
.order-summary-content form > .cross-sells .item-box:nth-child(4n+1) {
	clear: both !important;
	margin-left: 0;
}
/*default filters*/
.filter-content li:hover{
    background:#f3f3f3;
}
.filter-content .title:hover{
    background:transparent;
}
 
/* PRODUCT PAGE */

.product-details-page .overview {
	float: right;
	width: 400px;
	margin: 0 0 20px;
}
.overview .add-to-wishlist-button:hover, 
.variant-overview .add-to-wishlist-button:hover, 
.overview .add-to-compare-list-button:hover, 
.subscribe-button:hover, 
.download-sample-button a:hover {
	background-color: #ddd;
}
.ui-datepicker-calendar td a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ui-datepicker-calendar td a:hover {
	background-color: #a12;
	color: #fff;
}

/* REVIEW PAGE */

.write-review .form-fields {
	padding: 20px 0;
}
.write-review .review-rating {
	text-align: left;
}
.write-review .review-rating label {
	display: inline-block;
	width: 197px;
	text-align: right;
}
.center-1 .write-review .review-rating label {
	width: 330px;
}
.review-rating ul {
	display: inline-block;
	margin-left: 60px;
}
.write-review .button-1:hover {
	border-color: #fff;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .button-2:hover {
	border-color: #fff;
}
.compare-products-page .search-box {
	display: none;
}
.compare-products-table-mobile {
	display: none;
}
.compare-products-page .clear-list:hover {
	background-color: #fff;
	color: #a12;
}
.compare-products-page .button-2:hover {
	background: #f6f6f6;
	border-color: #ccc;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	padding: 20px 0;
}
.contact-page .buttons .button-1:hover,
.email-a-friend-page .buttons .button-1:hover,
.apply-vendor-page .buttons .button-1:hover {
	border-color: #fff;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.gender > span > *{
    width:auto;
    padding:0 0 0 3px;
}
.registration-page .buttons .button-1:hover, 
#check-availability-button:hover,
.registration-result-page .button-1:hover, 
.login-page .buttons .button-1:hover,
.password-recovery-page .buttons .button-1:hover, 
.account-page .buttons .button-1:hover,
.account-page .subscription-list .button-2:hover,
.return-request-page .buttons .button-1:hover {
	border-color: #fff;
}
.registration-page .inputs >label,
.login-page .inputs > label,
.password-recovery-page .inputs > label {
    width: 330px;
}
#check-availability-button {
	display: block;
	margin: 10px auto;
}
#username-availabilty {
	position: absolute;
	top: 5px;
	left: 520px;
}
.account-page .button-2:hover {
    background-color: #f6f6f6;
	background: #f6f6f6;
}
.add-address-button:hover:hover {
	border-color: #fff;
}
.delete-selected-biss-button:hover {
	background-color: #333 !important;
}

.login-page .inputs.reversed > * {
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}
.login-page .forgot-password:hover {
	text-decoration: underline;
}
.return-request-page label {
	width: 325px;
}
.change-password-page .form-fields {
	padding: 20px 0;
}
.inputs .required,
.inputs .field-validation-valid {
	display: inline-block;
	margin-left: 5px;
}
.email-to-revalidate,
.email-to-revalidate-note {
	display: inline-block;
}

/* SHOPPING CART & CHECKOUT */

.selected-checkout-attributes,
.order-summary-content .tax-shipping-info {
	text-align: right;
}
.shopping-cart-page .buttons {
	overflow: hidden;
    clear:both;
    text-align:left;
}
.shopping-cart-page .common-buttons {
	float: right;
	margin: 0 0 10px 10px;
}
.shopping-cart-page .common-buttons input:hover {
	border-color: #fff;
}
.checkout-attributes {
	clear: both;
	text-align: right;
}
.checkout-attributes dt {
	margin-bottom: 0;
}
.checkout-attributes li {
	margin: 0 0 0 10px;
}
.shopping-cart-page .common-buttons input {
	margin: 0 0 0 10px;
}
.shopping-cart-page .totals {
	margin: 0;
}
.cart-collaterals {
	width: 650px;
	margin: 0;
}
.cart-collaterals .deals {
	margin: 0 0 20px;
	overflow: hidden;
}
.cart-collaterals .deals > div {
	float: left;
	margin-right: 15px;
}
.cart-collaterals .coupon-code input[type="submit"]:hover {
	background-color: #ccc;
}
.cart-collaterals .shipping {
	margin: 0;
	overflow: hidden;
}
.cart-collaterals .shipping .inputs {
	float: left;
	margin-right: 15px;
}
.cart-collaterals .shipping label {
	display: block;
	width: auto;
	margin: 0 0 5px;
	text-align: left;
}
.cart-collaterals .shipping label + * {
	width: 200px;
	height: 32px;
}
.cart-collaterals .estimate-shipping-button:hover,
.shopping-cart-page .button-1:hover {
	border-color: #fff;
}
.checkout-page .edit-address .inputs > label {
	width: 330px;
}
.checkout-page .address-item {
	width: 33.33%;
}
.checkout-page .button-1:hover,
.checkout-page .order-completed .button-2:hover {
	border-color: #fff;
}
.checkout-page .selected-checkout-attributes {
	text-align: right;
}
.checkout-page .totals {
	float: right;
}
.opc .back-link a:hover {
	text-decoration: underline;
}

.order-details-page .tax-shipping-info {
	text-align: right;
}
.order-details-page .actions input:hover {
	background: #f6f6f6;
	border-color: #ccc;
}

/* SEARCH & SITEMAP */

.basic-search {
	padding: 20px 0;
}
.basic-search input[type="text"] {
	width: 300px;
}
.advanced-search .price-range {
	margin-left: -3px;
	width: 300px;
	text-align: center;
}
.advanced-search .price-range input {
	height: auto;
}
.search-input .button-1:hover {
	border-color: #fff;
}

.sitemap-page li {
	width: 20%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.sitemap-page li:hover {
	background: #f3f3f3;
}

/* BLOG & NEWS */

.news-list-page .search-box {
	display: none;
}
.post-title:hover, 
.news-title:hover {
	text-decoration: underline;
}
.news-item-page .inputs:first-child label {
	display: inline-block;
}
.news-item-page textarea {
	display: block;
	margin: auto;
}
.news-items .read-more:hover {
	background: #f6f6f6;
	border-color: #ccc;
}

.new-comment .button-1:hover {
	border-color: #fff;
}

.blog-page .tags a:hover,
.blogpost-page .tags a:hover,
.blog-details a:hover {
	text-decoration: underline;
}

/* POLLS */

.vote-poll-button:hover {
	border-color: #fff;
}

/* TAGS */

.year li a:hover {
	background: none !important;
	color: #a12;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #a12;
}
 
}
/*=========================================

        DESKTOP

=========================================*/


/* FORUM MAIN & SEARCH */

.forums-main-page .topic-block {
	text-align: center;
}
.forums-main-page .topic-block-title,
.forum-topic-page .topic-name,
.forum-page .forum-name {
	margin: 0 0 20px;
	background: #a12;
	padding: 13px 15px;
}
.forums-main-page .topic-block-title h2,
.forum-topic-page .topic-name h1,
.forum-page .forum-name h1 {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.forums-header {
	display: none;
	margin: 0 0 30px;
    background: #a12;
    padding: 15.5px;
    padding-right: 310px;
    text-align: center;
    position: relative;
}
.forums-header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.forum-search-box input[type="text"]{
	height: 29px;
    width: 250px;
    padding: 5px;
    background: #f6f6f6;
    vertical-align: middle;
    border: none;
    float:left;
}
.forum-search-box .basic {
	position: absolute;
    right: 10px;
    top: 9px;
}
.forum-search-box-text,
.forum-search-text {
	float: left;
	width: 300px;
}
.forum-search-box-button,
.forum-search-button,
.forum-search-box .search-box-button {
	float: left;
    overflow: hidden;
    background: #333 url(/Themes/Nitro/Content/img/btn-search.png) center no-repeat;
    border: 2px solid #fff;
    font-size: 0;
    width: 29px;
    height: 29px;
}
.forum-search-box .advanced {
	position: absolute;
    top: 54px;
    right: 5px
}
.forum-search-box .advanced a:hover,
.forums-table-section a:hover{
    color: #a12;
    text-decoration: underline;
}

.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section-title {
	margin: 0 0 10px;
	overflow: hidden;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	font-size: 18px;
	font-weight: normal;
}
.forums-table-section.link-rss {
	display: none;
}
.forums-table-section .view-all {
	padding: 5px;
}
.forums-table-section .image div {
	width: 24px;
	height: 24px;
	margin: auto;
	background: url(/Themes/Nitro/Content/img/folder1.png) center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url(/Themes/Nitro/Content/img/folder3.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/Nitro/Content/img/folder2.png) center no-repeat;
}

.forum-search-page .basic-search {
	text-align: center;
}
.forum-search-page .basic-search div:first-child {
	display: inline-block;
	margin: 0 0 10px;
	overflow: hidden;
}
.forum-search-page .basic-search label{
    display:none;
}
.forum-search-page .basic-search .inputs.reversed label{
    display:inline-block;
    width:auto;
    margin:0 0 0 2px;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .advanced-search .inputs label {
	width: 302px;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.forum-search-page .search-input .forum-search-button{
    display: inline-block;
    font-size: 14px;
    padding: 8px 16px;
    width:auto;
    line-height:normal;
    float:none;
    height:auto;
}
.forum-search-page .search-input .buttons{
    text-align:center;
}
.topic-post .quote{
    margin: 0 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    padding: 20px;
}

/* BREADCRUMB & PAGERS */


.forum-breadcrumb {
	margin: 0 0 15px;
    background: none !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pager.upper {
	display: none;
}
.pager.lower {
	float: right;
	margin: 0;
}
.forum-actions{
    margin:0 0 20px;
}

/* FORUM PAGE */


.forum-page .forum-info {
	position: relative;
	margin: 0 0 30px;
}
.forum-page .link-rss {
	display: none;
}
.forum-actions .actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.forum-page .new-topic {
	background: url(/Themes/Nitro/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-page .watch-forum {
	background: url(/Themes/Nitro/Content/img/forum_icon5.png) left center no-repeat;
}

/* TOPIC PAGE & PROFILE PAGE */


.forum-topic-page .topic-posts {
    clear: both;
}
.forum-topic-page .topic-actions.upper {
	margin: 0 0 20px;
	overflow: hidden;
}
.forum-topic-page .topic-actions.lower .actions {
	display: none;
}
.forum-topic-page .topic-actions.upper a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	line-height: 24px;
}
.forum-topic-page .reply-topic-button,
.topic-footer .reply-topic-link-button {
	background: url(/Themes/Nitro/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-topic-page .watch-topic-button,
.topic-footer .watch-topic-link-button {
	background: url(/Themes/Nitro/Content/img/forum_icon5.png) left center no-repeat;
}
.forum-topic-page .manage-post {
    overflow:hidden;
    margin:0 0 10px;
}
.forum-topic-page .manage-post a {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}
.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
	background: url(/Themes/Nitro/Content/img/forum_icon1.png) left center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
	background: url(/Themes/Nitro/Content/img/forum_icon2.png) left center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url(/Themes/Nitro/Content/img/forum_icon3.png) left center no-repeat;
}
.forums-table-section a {
    vertical-align: middle;
}

.topic-post {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 0 15px;
}
.topic-posts .post-info {
	width: 190px;
	margin: 0 auto 30px;
}
.topic-post .manage {
	float: none;
	margin: 0 0 10px;
	overflow: hidden;
}
.topic-post .manage-post a {
	float: left;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px 5px 5px 25px;
}
.topic-post .manage-post a:first-child {
	margin-left: 0;
}
.topic-post .manage-post a:hover {
	text-decoration: none;
}
.topic-post .edit-post-button,
.topic-post .delete-post-button {
	background-position: 5px center;
}
.topic-post .user-info {
	padding-right: 10px; /*align control*/
    overflow:hidden;
}
.topic-post .username {
	display: inline-block;
	margin: 0 0 5px;
	font-weight: bold;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	height: 150px; /*adjust as you like*/
	margin: 0 0 10px;
	border: 1px solid #ccc;
	overflow: hidden;
    width:190px;
    float:left;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 10px;
	font-size: 11px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
}
.send-pm {
    clear: both;
 }
.pm-button{
	display: inline-block;
	background: #333;
	padding: 7px 14px;
	color: #fff;
}
.topic-post .post-head {
	margin: 0 0 10px;
	border: 1px solid #ccc;
	background: #eee;
	overflow: hidden;
	padding: 5px;
}
.topic-post .quote-post a {
	float: right;
	margin: 0 0 0 5px;
	text-decoration: underline;
}

.topic-post .post-content {
	position: relative;
}
.topic-post .post-time {
    float: left;
}
.topic-post .post-actions {
    float: right;
}
.topic-post .post-body {
	display: block;
	position: relative;
}
.topic-post .post-text {
	min-height: 100px;
	padding: 0 35px 0 5px;
	text-align: left;
}
.topic-post .post-vote {
	position: absolute;
	top: 2px;
	right: 0;
	overflow: hidden;
}
.topic-post .post-vote > span {
	display: block;
	width: 25px;
	height: 25px;
	background-color: #eee;
	background-image: url(/Themes/Nitro/Content/img/votes.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.topic-post .post-vote > .vote.up {
	background-position: -25px center;
}
.topic-post .post-vote > .vote.down {
	background-position: 0 center;
}
.topic-post .post-vote > div {
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
.topic-post .signature {
	border-top: 1px solid #e9e9e9;
	padding: 30px 0 0;
	text-align: left;
    font-style: italic;
}

.move-topic-page .inputs label {
    width: 440px;
}

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.profile-page .topic {
	margin: 20px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	background: #f6f6f6;
	padding: 5px;
	font-size: 16px;
}
.profile-page .topic-title a {
	vertical-align: middle;
	font-style: italic;
}
.profile-page .topic-data {
	color: #999;
}

/* FORUM EDIT & SEND MESSAGE */

.forum-edit-page label,
.private-message-send-page label {
	width: 228px;
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 235px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 500px;
	height: 180px;
	margin-left: 240px;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons input,
.private-message-send-page .buttons input,
.private-messages-page .buttons input,
.private-message-view-page .buttons input,
.move-topic-page .buttons input{
	min-width: 115px;
	border: 1px solid #ddd;
	background: #eee;
	padding: 6px 24px !important;
	font-size: 14.5px;
	color: #333;
	text-transform: uppercase;
}
.forum-edit-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .buttons input[type="submit"],
.private-message-view-page .buttons input.button-1,
.move-topic-page .buttons input[type="submit"]{
	border-color: #333;
	background: #333;
	color: #fff;
}
.forum-edit-page .buttons input[type="submit"]:hover,
.private-messages-page .buttons input[type="submit"]:hover,
.private-message-send-page .buttons input[type="submit"]:hover,
.private-message-view-page .buttons input.button-1:hover{
    border-color: #fff;
} 

.private-message-send-page .message label {
	display: none;
}
.forum-edit-page .inputs {
    font-size: inherit;
}
.forum-edit-page .inputs label{
    width: 215px;
    margin-right: 22px;
}

/* INBOX & VIEW MESSAGE */


.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .view-message li {
	display: inline-block;
}
.private-message-view-page label {
	font-weight: bold;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page .message-body {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-message-view-page .message span:after {
	display: none;
}
.private-message-view-page .buttons {
	display: block !important;
	overflow: hidden;
    text-align:left;
}
.private-message-view-page .back-pm-button {
	float: right;
	text-transform: capitalize !important;
}

.private-message-send-page .form-fields,
.forum-edit-page .form-fields,
.move-topic-page .page-body {
    border: 1px solid #ddd;
    padding: 20px 0;
}


@media all and (min-width: 769px) {

.forums-main-page .topic-block {
	text-align: left;
}
.current-time {
	float: left;
	color: #fff;
}
.topic-posts {
	clear: both;
}
.topic-posts .post-info {
	float: left;
}
.topic-post .post-content {
	margin-left: 200px;
}

}

@media all and (min-width: 981px) {

.forums-header {
	display: block;
}
.current-time {
	float: left;
	color: #fff;
}

}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* The Nivo Slider styles */

.slider-wrapper img {
    max-width: 100%;
}
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
    .nivo-slice img{
        max-width: none;
    }
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
    max-width: none;
}

/* Caption styles */

.no-captions .nivo-caption {
    display: none !important;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    /*filter: alpha(opacity=8);*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/


.slider-wrapper {
    position: relative;
    z-index: 1;
    margin: 0 0 30px;
}

@media all and (min-width: 981px){

    .header-menu > ul {
		border-width: 0 0 1px;
	}
	.master-wrapper-page.home .slider-wrapper {
        margin: -92px 0 -46px;
    }
    .master-wrapper-page .master-wrapper-content .slider-wrapper {
        margin: 0 0 30px;
    }
}

.nivoSlider {
}
.nivoSlider a {
}
.nivoSlider img {
}


/* DIRECTIONAL NAVIGATION */


.nivo-directionNav a {
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    border: 1px solid #333;
    top: 50%;
    margin-top: -22px;
    opacity: .5;
    font-size: 0;
}
a.nivo-prevNav {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Nitro/Content/nivo/nav-button-left.png);
    left: 20px;
}
a.nivo-nextNav {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AnywhereSliders/Themes/Nitro/Content/nivo/nav-button-right.png);
    right: 20px;
}
.nivo-directionNav a:hover {
    opacity: .7;
}


/* BULLET NAVIGATION */ /*removed*/

.nivo-controlNav {
	padding: 0;
	font-size: 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.nivo-control {
	width: 10px;
	height: 10px;
	font-size: 0;
	background: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	display: inline-block;
}
.nivo-control.active,
.nivo-control:hover {
	background: #a12;
	border-color: #fff;
}

/* THUMBNAIL NAVIGATION */ /*removed*/

/* CAPTION TITLE */ /*removed*/
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    RESPONSIVE

=====================================================*/

@media all and (min-width: 240px) {

    .menu-title {
        text-align: center;
    }
    .mega-menu, .header-menu .menu-title {
        display: none;
    }
    .mega-menu-responsive {
        display: block !important;
    }

}

    @media all and (max-width: 980px) {

        .dropdown .topic-wrapper {
            display: none;
        }
    
    }

/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 981px) {

    .menu-title,
    .close-menu {
        display: none;
    }

/* MAIN PANEL & DROPDOWN*/

    .mega-menu {
        position: relative;
        z-index: 1001;
        display: block;
    }
    .mega-menu-responsive {
        display: none !important;
    }
    .mega-menu .dropdown {
        display: none;
        position: absolute;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        overflow: hidden;
		border-top: 1px solid #fff;
        background-color: #fff;
        background-image: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Nitro/Content/images/sublist-shadow-top.png);
        background-position: top left;
        background-repeat: repeat-x;
        padding: 10px;
        z-index: 1003;
    }
    .mega-menu .dropdown.fullWidth {
        left: 50%;
        margin-left: -490px;
        width: 980px;
    }
        .mega-menu .dropdown.active {
            display: block;
        }

/* ROWS AND BOXES */

    .mega-menu .row {
        overflow: hidden;
    }
    .dropdown .box {
        float: left;
        padding: 0 5px 10px;
    }
    .categories.fullWidth .box {
        width: 25%;
    }
    .categories .box,
    .manufacturers .box,
    .vendors .box {
        width: 250px;
    }
    .mega-menu .title {
        margin-bottom: 15px;
        border-bottom: 1px solid #aa1122;
        padding: 3px 0 10px 25px;
        font-size: 14px;
        text-transform: uppercase;
        text-align: left;
        position: relative;
    }
	.mega-menu .title:before {
		content: " ";
		position: absolute;
		top: 2px;
		left: 0;
		width: 17px;
		height: 17px;
		background-color: #aa1122;
		background-image: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Nitro/Content/images/arrow-down-white.png);
		background-position: center;
		background-repeat: no-repeat;
	}
    .mega-menu .title a {
    }
    .mega-menu .title a:hover {
	    color: #555;
    }
    .mega-menu .categories .picture {
	    float: left;
	    width: 80px;
	    height: 80px;
	    overflow: hidden;
	    text-align: center;
    }
    .mega-menu .categories .picture a {
	    display: block;
    }
    .mega-menu .subcategories {
	    margin-left: 100px;
    }
    .mega-menu .box ul {
        margin-top: 5px;
    }
    .mega-menu .box li {
	    margin-top: 8px;
        text-align: left;
    }
    .mega-menu .box li a {
	    background: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Nitro/Content/images/arrow-right-black.png) left center no-repeat;
	    padding-left: 10px;
        font-size: 12px;
        color: #333;
    }
        .mega-menu .box li a:hover {
            text-decoration: underline;
        }
    .mega-menu .box li:nth-child(odd) a:hover {
    }
    .mega-menu .box li:nth-child(even) a:hover {
    }
    .mega-menu li a.view-all {
	    font-weight: bold;
        background: none;
    }

    .manufacturers.fullWidth .box,
    .vendors.fullWidth .box {
        width: 16.66666666666667%;
    }

    .mega-menu .topic-wrapper {
	    overflow: hidden;
    }
    .mega-menu .topic-wrapper p {
	    font-size: 11px;
	    line-height: 20px;
    }
    .mega-menu .topic-wrapper strong {
	    display: block;
	    border-bottom: 1px solid #999;
	    padding: 8px 0;
	    font-size: 14px;
	    text-transform: uppercase;
	    color: #222;
    }
    .mega-menu .manufacturers .title,
    .mega-menu .vendors .title {
	    display: none;
    }
    .mega-menu .manufacturers .row-wrapper .box ul,
    .mega-menu .manufacturers .row-wrapper .box li,
    .mega-menu .vendors .row-wrapper .box ul,
    .mega-menu .vendors .row-wrapper .box li {
        margin: 0;
    }
    .mega-menu .manufacturers .row-wrapper .box li a,
    .mega-menu .vendors .row-wrapper .box li a {
        display: block;
        padding: 0;
    }
    .mega-menu .manufacturers .row-wrapper .box li span,
    .mega-menu .vendors .row-wrapper .box li span {
	    display: block;
        position: relative;
    }
    .mega-menu .manufacturers .row-wrapper .box li span:before,
    .mega-menu .vendors .row-wrapper .box li span:before {
        content: " ";
        display: block;
        padding-top: 50%;
    }
    .mega-menu .manufacturers .row-wrapper .box li span img,
    .mega-menu .vendors .row-wrapper .box li span img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.ajaxCart {
    position: absolute;
    z-index: 1070;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}
.ajaxCart li {
	list-style: none;
}

.ajaxCart .k-window-titlebar.k-header {
	margin: 0 !important;
	padding: 10px;
	border-bottom: 1px solid #999;
	background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) top repeat-x;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 0;
	z-index: 1;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close-hover.png) center no-repeat;
	box-shadow: 0 0 1px #999 inset;
	font-size: 0;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close.png) center no-repeat;
}

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/separator.png) 0 -1px repeat-x;
    color: #555;
    line-height: 18px;
}

/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 120px;
    text-align: center;
}

.productAddedToCartWindowImage a {
	display: block;
	overflow: hidden;
	line-height: 0;
}
.productAddedToCartWindowImage img {
	max-width: 100%;
}

.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.productAddedToCartWindowDescription h1 a {
	color: #333;
}

.productAddedToCartWindowDescription strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.productAddedToCartWindowDescription span {
	display: block;
	margin-bottom: 3px;
	color: #666;
}

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.productAddedToCartWindowSummary a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.productAddedToCartWindowSummary div {
	margin-top: 10px;
}

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}

/* MINI PRODUCT DETAILS VIEW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

.miniProductDetailsView h1 {
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 0 #eee;
}

.miniProductDetailsView .product-name {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 260px;
	height: 17px;
	overflow: hidden;
}

.miniProductDetailsView .product-essential {
	margin: 0;
	overflow: hidden;
}

.miniProductDetailsView .short-description {
	margin-bottom: 10px;
	padding-top: 0;
	border-top: none;
	width: 250px;
}

.miniProductDetailsView .product-essential .gallery {
	margin: 0 20px 0 0;
	width: auto !important;
	float: left;
	overflow: hidden;
}

.miniProductDetailsView .product-essential .picture {
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}

.miniProductDetailsView .product-essential .picture img {
	z-index: 0 !important;
}

.miniProductDetailsView .product-variant-line {
	margin: 0;
}

.miniProductDetailsView .prices {
	margin-bottom: 10px;
}

.miniProductDetailsView .customer-entered-price {
	margin-bottom: 10px;
}

.miniProductDetailsView .enter-price-input {
	padding: 4px;
	width: 69px;
}

.miniProductDetailsView .giftcard {
	padding: 10px 15px;
	background: #fff;
	margin: 0;
}
.miniProductDetailsView .product-collateral {
	margin-top: 10px;
}

.miniProductDetailsView .message-error {
	display: block;
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	color: #c00;
	font-weight: bold;
	font-size: 14px;
}

.miniProductDetailsView .message-error li {
	margin: 5px 0;
}

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/loader.gif) no-repeat fixed 50% 50%;
    opacity: 0.7;
    /*filter: Alpha(opacity = 70);*/
}

.addProductVariantToCartErrors {
    color: #c00;
}
.addProductVariantToCartErrors ul {
	margin: 20px;
}
.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}


/*** QUANTITY BOX & BUY BUTTON ***/

.ajax-cart-button-wrapper {
    float: left;
}
.product-list .ajax-cart-button-wrapper {
	display: block;
}
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
	position: relative;
	float: right;
    width: 40px;
    height: 40px;
	margin: 0 0 0 -12px;
	border: 8px solid #a12;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
    padding: 0;
	text-align: center;
    font-size: 11px; 
}
.ajax-cart-button-wrapper select{
    width: auto;
}


/*** COMMON ELEMENTS ***/

.ajaxCart .k-window-titlebar.k-header {
	background: #eee;
	border-bottom-color: #ccc;
	padding: 12px;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions {
	top: 10px;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	width: 20px;
	height: 20px;
	border: 0;
}
.productAddedToCartWindowTitle {
	width: 350px;
	padding: 12px;
	font-size: 13px;
	color: #333;
}
.miniProductDetailsView .product-name {
    top: 12px;
	width: 400px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
}


/*** SINGLE PRODUCT WINDOW ***/

.productAddedToCartWindow {
	background: none;
}
.productAddedToCartWindowDescription h1 a:hover {
	text-decoration: underline;
}
.productAddedToCartWindowDescription strong {
	color: #c00;
}
.productAddedToCartWindowSummary a {
}
.productAddedToCartWindowSummary a:hover {
	text-decoration: underline;
}

.productAddedToCartWindowImage {
    width: auto;
}
.productAddedToCartWindowImage a {
	width: 160px;
	position: relative;
}
.productAddedToCartWindowImage a:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.productAddedToCartWindowImage img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}

.ajaxCart .productAddedToCartWindowCheckout {
    padding: 8px 22px;
    font-size: 15px;
    background: #a12;
    border: 0;
	color: #fff;
	text-transform: uppercase;
    border: 1px solid transparent;
}
.ajaxCart .productAddedToCartWindowCheckout:hover {
	border-color: #fff;
}

/*** GROPED PRODUCTS WINDOW ***/


.miniProductDetailsView {
	background: none;
	padding: 5px 10px 15px;
}
.miniProductDetailsView .overview {
    width: 280px;
    margin: 0;
}
.miniProductDetailsView .product-essential {
	border-bottom: 1px dashed #ccc;
	background: #fff;
	padding: 15px;
}
.miniProductDetailsView .gallery {
	display: block; /*Cloud Zoom css override*/
    max-width: 300px;
}
.miniProductDetailsView .picture:before {
	display: none;
}
.miniProductDetailsView .picture img {
	position: static;
}
.miniProductDetailsView .product-variant-name {
	text-shadow: none;
}
.miniProductDetailsView .attributes {
    margin-bottom: 15px;
	background: #f6f6f6;
	padding: 10px 10px 0;
}
.miniProductDetailsView .attributes select {
    max-width: 170px;
	background: #fff;
}
.miniProductDetailsView .attributes .datepicker {
    background: #fff;
    width: 140px;
}
.miniProductDetailsView .cart-info {
    overflow: visible;
    min-width: 260px;
}
.miniProductDetailsView .prices {
}
.miniProductDetailsView .add-to-cart {
	float: left;
    overflow: hidden;
    margin: 0;
	background: #a12;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float:left;
}
.miniProductDetailsView .qty-input {
}

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
    width: 375px;
    margin: 10px 0 0;
}
.ajaxCart .product-grid .title strong {
    max-width: 300px;
}
.ajaxCart .item-box {
    width: 123px;
}
.ajaxCart .item-box .product-item {
    padding: 0;
}
.ajaxCart .item-box .picture {
    margin: 0 0 5px;
}
.ajaxCart .item-box .product-title {
    height: 28px;
    margin: 0;
}
.ajaxCart .item-box .product-title a {
    font-size: 12px;
}

.ajaxCart .item-box .product-rating-box,
.ajaxCart .item-box .add-info,
.ajaxCart .item-box .hover-content {
    display: none !important;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 980px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}

@media all and (max-width: 768px) {

    .gallery .ribbon-wrapper {
        display: inline-block;
    }

}

@media all and (min-width: 981px) {

    .product-list .item-box .ribbon-wrapper {
        width: 210px;
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
    }

}

/*IMPORTANT: breakpoints range depends on where "view products in list" is available and where is not */


/********* START BUTTON *********/



.quick-view-button {
    position: absolute;
	z-index: 2;
}
.quick-view-button a {
    display: block;
	padding: 6px 12px;
    text-align: center;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
    cursor: pointer;
}
.quickViewData {
    display: none;
}


/********* SCREEN OVERLAY & DATA LOADER *********/



.k-overlay {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  /*filter: alpha(opacity=50);*/
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -15px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/loading-image.gif) center no-repeat;
}


/********** MAIN QUICKVIEW WINDOW *********/



.quickView {
    position: absolute;
    z-index: 1070;
    padding-top: 0 !important;
    box-shadow: 0 0 15px #444;
    background: #fff;  
}
.quickViewWindow {
    z-index: 100; /*check if z-index is necessary*/
    width: 700px;
}
.quickViewWindow input[type=button],
.quickViewWindow a {
    cursor: pointer;
}
/*close button start*/
.quickView .k-window-titlebar.k-header {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0 !important;
	background: none !important;
}
.quickView .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 9999px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/button-close.png) center no-repeat;
}
.quickView .k-window-titlebar.k-header .k-window-actions a:hover {
	border-color: #aaa;
	background-color: #fff;
} /*close button end*/

.quickViewWindow .product-essential {
	float: none;
	width: auto;
	border: 0;
    margin: 0;
    overflow: visible;
	padding: 15px;
}
.quickViewWindow .product-essential:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .popup-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	padding: 0 40px;
}
.quickViewWindow .product-name {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}


/********** GALLERY *********/



.quickViewWindow .gallery {
	float: left;
    width: 252px;
	margin-bottom: 0;
    overflow: visible;
}
.quickViewWindow .gallery .picture {
	float: none;
    width: 250px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	background: #fff;
	line-height: 0;
}
.quickViewWindow .gallery .picture a {
	width: 250px;
	height: 250px;
	border: none;
	overflow: hidden;
}
.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img, 
.quickViewWindow .also-purchased-products-grid .picture img {
	z-index: 0 !important;
}
.quickViewWindow .gallery .thumbnails {
    overflow: hidden;
    margin-top: 15px;
	background: #eee;
    padding: 10px 6px 2px;
}
.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 4px 8px;
	border: 1px solid #fff;
	box-shadow: 0 1px 3px 0 #ccc;
	overflow: hidden;
	background: #fff;
    position: relative;
}
.quickViewWindow .gallery .thumbnails img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} 
.quickViewWindow .gallery .thumbnails a img:hover {
	opacity: 0.7; /*cloud zoom only*/
}
.quickViewWindow .links-panel {
    margin-top: 15px;
	padding: 10px 0;
}
.quickViewWindow .links-panel a {
    display: block;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/bullet-right.png) left center no-repeat;
	padding-left: 15px;
    text-align: left;
    font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
.quickViewWindow .links-panel a:hover {
    text-decoration: underline;
}


/********** OVERVIEW *********/



.quickViewWindow .overview {
    float: right;
    width: 400px;
	margin-bottom: 0;
}
.quickViewWindow #accordion > h3 {
	position: relative;
    margin: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	background: #eee;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;  
}
.quickViewWindow #accordion > h3 span {
    position: absolute;
    top: 50%;
    right: 11px;
    left: inherit;
    width: 16px;
    height: 16px;
	margin: -8px 0 0;
    cursor: pointer;  
}
.quickViewWindow #accordion .product-details {
	position: relative;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999 transparent #eee;
    border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	padding: 10px;   
}
.quickViewWindow .overview .left {
    float: left;
	max-width: 60%;
	margin-bottom: 5px;
    text-align: left;
}
.quickViewWindow .overview .right {
    float: right;
	margin-bottom: 5px;
    text-align: right;
}
.quickViewWindow .overview .left > *,
.quickViewWindow .overview .right > * {
    margin-bottom: 5px;
	overflow: hidden;
}
.quickViewWindow .overview .tier-prices {
    clear: both;
}
.quickViewWindow .overview .attributes {
	clear: both;
    margin: 0;
	border: none;
    padding: 0;
}
.quickViewWindow .overview .attributes dl:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .overview .attributes dl > * {
    float: left;
}
.quickViewWindow .overview .attributes dt {
    clear: left;
	width: 100px;
    margin: 0 10px 5px 0;
    text-align: left;
}
.quickViewWindow .overview .attributes dd {
    margin-bottom: 10px;
}
.quickViewWindow .overview .purchase-area {
	clear: both;
    margin-top: 10px;
	border-top: 1px dashed #999;
	overflow: hidden;
    padding: 10px 0 0;
}
.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}


/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {  
	margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}
.quickViewWindow .product-grid .title {
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.quickViewWindow .product-grid .item-box {
    width: 111px;
    margin: 0 11px;
}
.quickViewWindow .product-grid .item-box .picture {
    height: 85px;
}
.quickViewWindow .product-grid .item-box .picture a {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border: none;
	overflow: hidden;
	line-height: 0;
}
.quickViewWindow .product-grid .item-box .product-title {
	height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-size: 10px;
}
.quickViewWindow .product-grid .item-box .product-title a {
	display: inline;
}


/********* GROUPED PRODUCTS ********/



.quickViewWindow #accordion .variants-in-grid {
	padding: 10px 6px;
}
.quickViewWindow .product-variant-list {
    margin: 0;
	overflow: hidden;
	padding: 0;
    text-align: left;
}
.quickViewWindow .product-variant-list .item-row {
	overflow: hidden;
	margin-bottom: 10px;
}
.quickViewWindow .variant-grid-info {
	border-top: 1px dashed #999;
    overflow: hidden;
    padding-top: 10px;
}
.quickViewWindow .product-variant {
	display: inline-block;
    position: relative;
    float: left;
    width: 124px;
    height: 124px;
	margin: 0 0 0 5px;
	overflow: hidden;
    text-align: center;
}
.quickViewWindow .product-variant:nth-child(3n+1) {
	margin-left: 2px;
}
.quickViewWindow .variant-picture {
    width: 124px;
    height: 124px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 0 5px;
	border: 1px solid #ddd;
	overflow: hidden;
	line-height: normal !important;
}
.quickViewWindow .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 3px;
    text-align: center;
    font-size: 10px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.quickViewWindow .variant-info {
    position: absolute;
    left: -126px;
    bottom: 0;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 5px 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quickViewWindow .product-variant:hover .moreInfoHover {
	left: 136px;
}
.quickViewWindow .product-variant:hover .variant-info {
	left: 0;
}

.quickViewWindow .variant-info .variant-name {
	max-height: 28px;
    overflow: hidden;
}
.quickViewWindow .variant-info .variant-name a {
    color: #fff;
}
.quickViewWindow .variant-info .prices {
    float: none;
    margin: 0 !important;
}
.quickViewWindow .variant-info .prices > * {
	float: none;
}
.quickViewWindow .product-variant .prices label {
    display: none;
}
.quickViewWindow .variant-grid-info .manufacturers {
    float: left;
}
.quickViewWindow .variant-grid-info .compare-products {
    float: right;
}


/********* GIFTCARD *********/



.quickView .giftcard {
    clear: both;
}
.quickView .giftcard > div {
    overflow: hidden;
    margin-bottom: 5px;
}
.quickView .giftcard > div > * {
	float: left;
}
.quickView .giftcard label {
    display: block;
    width: 120px;
    margin-right: 10px;
}
.quickView .giftcard input[type=text] {
    width: 200px;
}
.quickView .giftcard textarea {
	width: 200px;
    resize: none;
}


@media all and (max-width: 980px) {

.quickViewWindow .color-squares .color {
	width: 30px;
	height: 30px;
}
.quickViewWindow .links-panel a {
	padding: 10px 0 10px 15px;
}

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/********* START BUTTON *********/


.quick-view-button {
    position: static !important;
    z-index: 2;
    float: left;
    height: 40px;
    padding: 12px 0 12px 40px;
    border: 0;
    border-radius: 0;
    background-color: #999;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Nitro/Content/images/btn-quickview.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-right: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.quick-view-button:hover {
	padding: 12px 12px 12px 40px;
	background-color: #a12;
	width: auto;
}
.quick-view-button a {
	color: #fff;
	font-size: 0;
	font-weight: normal;
	padding: 0;
}
.quick-view-button:hover a {
	font-size: 14px;
}


/********** KENDO SETTINGS *********/


.quickView .k-window-titlebar.k-header .k-window-actions {
	top: 26px;
	right: 26px;
    width: 21px;
    height: 21px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	width: 20px;
	height: 20px;
}


/********** GALLERY & OVERVIEW *********/


.quickViewWindow .gallery {
	display: block; /*Cloud Zoom css override*/
}
.quickViewWindow .gallery .picture:before {
	display: none;
}
.quickViewWindow .gallery .picture a {
    height: auto;
}
.quickViewWindow .gallery .picture img {
    position: static;
    width: 100%;
}
.quickViewWindow .gallery .picture img {
	bottom: auto;
	max-height: none;
}
.quickViewWindow .gallery .picture a img {
	position: static;
}

.quickViewWindow #accordion .ui-icon-circle-arrow-s {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Nitro/Content/images/minus.png) center no-repeat;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-e {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Nitro/Content/images/plus.png) center no-repeat;
}
.quickViewWindow #accordion .product-details {
	border-color: #fff #ddd #ddd;
	box-shadow: none;
}
.quickViewWindow .overview .left,
.quickViewWindow .overview .right {
	max-width: 50%;
}
.quickViewWindow .overview .left input[type="button"] {
	width: 180px;
	min-width: 0;
	white-space: normal;
}
.quickViewWindow .overview .right input[type="button"] {
	width: 190px;
	min-width: 0;
	white-space: normal;
}
.quickViewWindow .rental-attributes {
	margin: 0 0 10px !important;
	padding: 15px 0 !important;
}
.quickViewWindow .rental-attributes dt {
	clear: none !important;
	width: 80px !important;
	margin: 0 !important;
}
.quickViewWindow .rental-attributes dd {
	margin: 0 10px 0 0 !important;
}
.quickViewWindow .rental-attributes .datepicker {
	width: 90px;
	background: #fff;
}
.quickViewWindow .color-squares input {
	position: static;
}
.quickViewWindow .free-shipping {
	float: none;
}
.quickViewWindow .variant-picture {
	border: none;
}
.quickViewWindow .moreInfoHover {
	background: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	color: #a12;
}
.quickViewWindow .variant-info .product-price,
.quickViewWindow .variant-info .tax-shipping-info a {
	color: #fff;
}
.quickViewWindow .product-essential > form > div{
    overflow:hidden;
}

/********** RELATED/ALSO-PURCHASED PRODUCTS *********/


.quickViewWindow .product-grid {
	background: none;
	padding: 0 5px;
    text-align:center;
}
.quickViewWindow .product-grid .title {
	font-size: 24px;
}
.quickViewWindow .product-grid .item-box {
    width: 145px !important;
    margin: 0 5px 10px;
    float:none;
    display:inline-block;
    vertical-align:top;
}
.quickViewWindow .product-grid .item-box .picture,
.quickViewWindow .product-grid .item-box .picture a {
	width: 100%;
	height: 100%;
}

.quickViewWindow .product-grid .item-box .product-title a {
    display: block;
    font-size: 12px;
}

.quickViewWindow .item-box .product-rating-box,
.quickViewWindow .item-box .hover-content {
    display: none !important;
}

/********* GIFTCARD *********/

.quickView .giftcard input[type=text],
.quickView .giftcard textarea {
    width: 248px;
}



/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 980px) and (min-width: 769px) {

    .quickViewWindow .overview #accordion > h3 {
        line-height: 24px;
    }
	.quickViewWindow .overview .qty-input,
	.quickViewWindow .variant-overview .qty-input {
		height: 36px;
	}
	.quickViewWindow .overview .add-to-cart-button,
	.quickViewWindow .variant-overview .add-to-cart-button {
		height: 36px;
	}  

}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/blank.png);
}

.quickView .cloudzoom-zoom-inside {
	z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.quickView .cloudzoom-ajax-loader {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */
/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

.header-menu .close-menu,
.header-menu ul li.back-button,
.page-title,
.fieldset .title strong,
.header,
.header-links,
.footer-middle,
.block .title strong,
.block .list a:before,
.item-box .product-box-add-to-cart-button,
.product-grid .title:before,
.news-list-homepage .title:before,
.product-grid .title strong,
.news-list-homepage .title strong,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.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,
.login-page .title strong,
.order-progress a:before,
.shopping-cart-page .button-1,
.checkout-page .section .title:before,
.checkout-page .section .title strong,
.sitemap-page .entity-title:before,
.sitemap-page .entity-title h2,
.item-box .buttons,
.item-box .compare-products:hover .add-to-compare-list-button,
.item-box:hover .title a,
.pager li a:hover,
.pager li span,
.ajaxCart .productAddedToCartWindowCheckout,
.miniProductDetailsView .add-to-cart,
.quick-view-button:hover,
.nop-jcarousel .carousel-title:before,
.nop-jcarousel .carousel-title strong,
.nivo-control.active,
.nivo-control:hover,
.ui-slider-range,
.nopAjaxFilters7Spikes .close-filters,
.filter-block .title,
.mega-menu .title:before,
.forums-header,
.ui-datepicker-calendar td a:hover,
.ropc .complete-button button,
.forums-main-page .topic-block-title,
.forum-topic-page .topic-name,
.forum-page .forum-name,
.gallery .slick-dots .slick-active button,
.jCarouselMainWrapper .slick-active button,
.jCarouselMainWrapper .slick-dots button:hover {
  background-color: #333333;
}
.external-authentication .title {
  background: #333333;
}
/* text */

.footer-powered-by a,
.footer-designed-by a,
.block .view-all a:hover,
.home-page .poll strong,
.breadcrumb strong,
.item-box .actual-price,
.email-a-friend-button,
.product-review-item .review-title,
.wishlist-page .share-info a,
.topic-block-title h2,
.post-title,
.news-title,
.blog-details a,
.comment-title,
.news-list-homepage .view-all a,
.mini-shopping-cart .count a,
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span,
.compare-products-page .clear-list:hover,
.year li a:hover,
.block .tags li a:hover,
.product-tags-all-page li a:hover,
.quickViewWindow .moreInfoHover,
.priceRangeCurrentPricesPanel span,
.filtersGroupPanel li.checkbox-item label:hover,
.filtersGroupPanel li.checkbox-item.checked label,
.forum-search-box .advanced a:hover,
.forums-table-section a:hover,
.product-specs-box a,
.free-shipping {
  color: #333333;
}
/* border */

.plus-button,
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content,
.block .list a:before,
.product-selectors,
.item-box .product-item,
.item-box .title a,
.ui-tabs .ui-tabs-panel,
.registration-page .buttons,
.address-item .title,
.order-item .title,
.address-item .info,
.order-item .info,
.return-request-list-page .section,
.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,
.header-links li:hover > a,
.mini-shopping-cart .count,
.header-menu > ul > li > .sublist,
.product-grid .item-box:hover,
.search-page .item-box:hover,
.item-box .hover-content,
.product-tag-page .product-list .item-box .product-item,
.category-page .product-list .item-box .product-item,
.pager li a:hover,
.pager li span,
.ajax-cart-button-wrapper input[type="text"],
.instantSearch .k-list-container,
.filter-block .title,
.filtersGroupPanel,
.mega-menu .title,
.jCarouselMainWrapper .slick-active button,
.jCarouselMainWrapper .slick-dots button:hover {
  border-color: #333333;
}
.external-authentication .title:after {
  border-color: #333333 transparent transparent;
}
/* outline */

.overview .qty-input,
.variant-overview .qty-input {
  outline-color: #333333;
}
/* triangle */

.checkout-page .section .title strong:after,
.fieldset .title strong:after,
.block .listbox:before,
.product-grid .title strong:after,
.news-list-homepage .title strong:after,
.login-page .title strong:after,
.sitemap-page .entity-title h2:after,
.nop-jcarousel .carousel-title strong:after,
.filter-block .title:before {
  border-color: #333333 transparent transparent;
}
@media all and (max-width: 980px) {
  .item-box .add-to-compare-list-button,
  .item-box .title a {
    background-color: #333333;
  }
  .header-menu > ul li > a,
  .header-menu > ul li > span {
    border-color: #333333;
  }
}
/*TOPIC STYLING START */
.topic-page .page-body h2:nth-child(n+2) {
margin-top: 20px;
}
.topic-block-body p, .topic-page .page-body p {
font-size: 15px;
line-height:150%;
}
.topic-page .page-body {
margin: 0 10px 0 10px;
}
.topic-page .page-body ul li, .topic-page .page-body ol li  {
font-size: 14px;
line-height:150%;
margin-bottom: 8px;
}
.topic-page .page-body tr th {
background-color:#cccccc;
padding: 5px;
}
.topic-page .page-body tr td {
background-color:#eeeeee;
padding: 5px;
}
.topic-page .page-body tr th p, .topic-page .page-body tr td p {
line-height:100%;
}
/*TOPIC STYLING END*/

/*PRODUCT STYLING START */
.overview .short-description, .productTabs-body .full-description p {
font-size: 15px;
line-height:150%;
}/*PRODUCT STYLING END */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i);
body {
background: url(/Content/Images/uploaded/theme-images/bg-repeat2.png) repeat-x top;
background-color: #c8c9cb;
font-family: 'Roboto', sans-serif;
}
.header {
background: url(/Content/Images/uploaded/theme-images/bg-repeat2.png) repeat-x top;
}
div#headerMenuParent {
margin: 0;
}
.header-links {
background: none;
margin-top: 28px;
}
@media all and (max-width: 980px) {
.master-wrapper-content {
width:100%;
}
}
.header-menu, .master-wrapper-page.home .header-menu {
background: none;
}
.master-wrapper-content {
background-color: #FFF;
padding: 5px;
}
.block .title strong, .page-title, .filter-block .title {
background: #535761;
background: -moz-linear-gradient(top,  #535761 0%, #333333 100%);
background: -webkit-linear-gradient(top,  #535761 0%,#333333 100%);
background: linear-gradient(to bottom,  #535761 0%,#333333 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535761', endColorstr='#333333',GradientType=0 );
}
.admin-header-links {
background: #c8c9cb;
}
.master-wrapper-page {
    margin-bottom: 20px;
}
@media (min-width: 981px) {
.item-box .title a {
    background: #FF3300;
    color: #FFF;
}
}
.side-2 .slider-wrapper {
    max-width: 245px;
    margin: 0 auto;
}
