/* Minification failed. Returning unminified contents.
(3257,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3258,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3259,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3260,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3261,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3262,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3263,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3264,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3265,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3266,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3298,15): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3304,15): run-time error CSS1039: Token not allowed after unary operator: '-textColor'
(3315,20): run-time error CSS1039: Token not allowed after unary operator: '-focus'
(3328,15): run-time error CSS1039: Token not allowed after unary operator: '-backgroundColor'
(3329,26): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3330,26): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3345,26): run-time error CSS1039: Token not allowed after unary operator: '-backgroundColor'
(3346,15): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3350,26): run-time error CSS1039: Token not allowed after unary operator: '-backgroundColor'
(3351,15): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3355,26): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3356,15): run-time error CSS1039: Token not allowed after unary operator: '-backgroundColor'
(3363,21): run-time error CSS1039: Token not allowed after unary operator: '-fontFamily'
(3364,15): run-time error CSS1039: Token not allowed after unary operator: '-textColor'
(3365,26): run-time error CSS1039: Token not allowed after unary operator: '-backgroundColor'
(3421,15): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3433,15): run-time error CSS1039: Token not allowed after unary operator: '-textColor'
(3450,15): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3452,26): run-time error CSS1039: Token not allowed after unary operator: '-backgroundColor'
(3456,15): run-time error CSS1039: Token not allowed after unary operator: '-textColor'
(3463,14): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3509,21): run-time error CSS1039: Token not allowed after unary operator: '-fontFamily'
(3510,15): run-time error CSS1039: Token not allowed after unary operator: '-textColor'
(3513,26): run-time error CSS1039: Token not allowed after unary operator: '-backgroundColor'
(3530,21): run-time error CSS1039: Token not allowed after unary operator: '-fontFamily'
(3531,15): run-time error CSS1039: Token not allowed after unary operator: '-textColor'
(3543,20): run-time error CSS1039: Token not allowed after unary operator: '-backgroundColor'
(3544,15): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3548,14): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3566,26): run-time error CSS1039: Token not allowed after unary operator: '-textColor'
(3573,15): run-time error CSS1039: Token not allowed after unary operator: '-textColor'
(3595,15): run-time error CSS1039: Token not allowed after unary operator: '-textColor'
(3620,20): run-time error CSS1039: Token not allowed after unary operator: '-focus'
(3635,20): run-time error CSS1039: Token not allowed after unary operator: '-textColor'
(3646,20): run-time error CSS1039: Token not allowed after unary operator: '-backgroundColor'
(3656,15): run-time error CSS1039: Token not allowed after unary operator: '-backgroundColor'
(3673,20): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(3731,26): run-time error CSS1039: Token not allowed after unary operator: '-cookieIconColor'
(3744,14): run-time error CSS1039: Token not allowed after unary operator: '-cookieIconBackgroundColor'
(3757,26): run-time error CSS1039: Token not allowed after unary operator: '-backdropBackgroundColor'
(3758,30): run-time error CSS1039: Token not allowed after unary operator: '-backdropBackgroundBlur'
 */
 /*=====================================================
    
    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;
    -ms-content-zooming: 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: #555;
}
a {
    color: #002c58;
	cursor: pointer;
}
a:hover{
    color: #fe9900;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
    max-width: 100%;
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
    height: 30px;
    vertical-align: middle;
    padding-left: 5px;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 30px; /*safari padding fix*/
}
input[type="text"]:focus,
input[type="email"]: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;
}

.common-button {
    padding: 8px 18px;
    background: #ddd;
    color: #333;
    font-size: 15px;
    border: 1px solid transparent;    
}

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: #002c58;
	margin: 0 0 20px;
	position: relative;
	min-height: 46px;
}
.page-title h1 {
	font-size: 18px;
	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,
#common-questions ul,
.topic-block ul,
.topic-page ul,
.news-body 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,
#common-questions p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
}

.category-description a {
    font-size: 15px;
    font-weight: bold;
}

.category-description h2 {
    font-size: 16px;
}

.flyout-cart {
	display: none;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    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: #002c58;
	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: #002c58 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: 12px;
	color: #c00;
    text-align: center;
}
.field-validation-valid {
	display: block;
	font-size: 11px;
	color: #690;
}



/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	left: 0;
	z-index: 10002;
	width: 100%;
	padding: 12px 25px 12px 10px;
	color: #fff;
    text-align: center;
}
.bar-notification.success {
    border-bottom: 1px solid #fff;
	background: #fe9900;
}
.bar-notification.error {
	border-bottom: 1px solid #f55;
	background: #f00;
}

.bar-notification .content {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
}

.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 {
	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 .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;
}


.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;
    color: red;
}
.admin-header-links .impersonate{
    line-height: 35px;
}
.admin-header-links .impersonate a{
    display: inline-block;
}


.header {
    position: relative;
    z-index: 1002;
    /*fallback for any browser that doesn't do gradients*/
    background: url(/Themes/Nitro/Content/img/header-sieves1.png) left top no-repeat, url(/Themes/Nitro/Content/img/header-sieves2.png) right top no-repeat, url(/Themes/Nitro/Content/img/header-bg-gradient.png) left top repeat-x;
    background: url(/Themes/Nitro/Content/img/header-sieves1.png) left top no-repeat, url(/Themes/Nitro/Content/img/header-sieves2.png) right top no-repeat, linear-gradient(#BDBEC2, #fff);
    padding: 6px 0;
}

@media all and (max-width: 1750px) {
/*@media all and (max-width: 1679px) {*/
    .header {
        position: relative;
        z-index: 1002;
        /*fallback for any browser that doesn't do gradients*/
        background: url(/Themes/Nitro/Content/img/header-sieves1.5.png) left top no-repeat, url(/Themes/Nitro/Content/img/header-sieves2.5.png) right top no-repeat, url(/Themes/Nitro/Content/img/header-bg-gradient.png) left top repeat-x;
        background: url(/Themes/Nitro/Content/img/header-sieves1.5.png) left top no-repeat, url(/Themes/Nitro/Content/img/header-sieves2.5.png) right top no-repeat, linear-gradient(#BDBEC2, #fff);
        padding: 6px 0;
    }
}

@media all and (max-width: 1391px) {
    .header {
        position: relative;
        z-index: 1002;
        /*fallback for any browser that doesn't do gradients*/
        background: right top no-repeat, url(/Themes/Nitro/Content/img/header-bg-gradient.png) left top repeat-x;
        background: right top no-repeat, linear-gradient(#BDBEC2, #fff);
        padding: 6px 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;
}
.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/header-links-sprite.png);
    background-position: -42px -41px;
}
/*.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/header-links-sprite.png);
    background-position: -2px -43px;
}
.header-links .ico-cart {
    background-image: url(/Themes/Nitro/Content/img/header-links-sprite.png);
    background-position: -2px -1px;
}
.header-links .ico-chat {
    background-image: url(/Themes/Nitro/Content/img/header-links-sprite.png);
    background-position: -43px -1px;
}

.header-links .ico-inbox + span,
.header-links .wishlist-qty,
.header-links .cart-qty {
	position:absolute;
	bottom: 96%;
	left: 75%;
	font-size: 12px;
	
    background-color: #dc0d17;
    background-image: -webkit-linear-gradient(#fa3c45, #dc0d17);
    background-image: linear-gradient(#fa3c45, #dc0d17);
    color: #fff;
    padding: 1px 3px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .7);

    min-width: 15px;
}

.search-box.store-search-box .search-form {
	display: inline-block;
	position: relative;
}
.search-box.store-search-box .search-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;
    padding-left: 5px;
}
.search-box.store-search-box .search-box-button {
	float: left;
	width: 36px;
	height: 36px;
	background: #fe9900 url(/Themes/Nitro/Content/img/btn-search.png) center no-repeat !important;
	border: 2px solid #fe9900 !important;
	font-size: 0 !important;
    padding: 0 !important;
}

/*.search-box .ui-autocomplete-loading {
    background: #fff url(/Themes/Nitro/Content/img/ajax_loader_small.gif) right center no-repeat;
}*/

.ui-helper-hidden-accessible {
    display: none !important;
}
.ui-autocomplete {
    width: 285px !important;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-autocomplete li {
    border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
    border-top: none;
}
.ui-autocomplete a {
    display: block;
    padding: 15px;
    font-size: 14px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 15px !important;
    line-height: normal !important;
    color: #002c58 !important;
    font-weight: 700 !important;
    overflow: hidden;
}
.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6 !important;
    color: #fe9900;
}
.ui-autocomplete img {
    width: 40px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    float: left;
 }


.header-selectors-wrapper {
	padding: 15px 0;
}
.header-selectors-wrapper > div {	
    margin: 0;
}

    .sj-paginator > div, .sj-tab {
        cursor: pointer;
        user-select: none;
    }

    .sj-result-summary {
        padding-bottom: 1.5em;
        font-size: 16px;
        color: #aaa;
    }

    #search-results .sj-result {
        border-bottom: 1px solid #eee;
        margin-bottom: 35px;
        overflow: overlay;
        padding-bottom: 35px;
        
    }

    .sj-result {
        clear: both;
    }

    .sj-result-list > * {
        margin-top: 1.5em;
    }

    .sj-result-list > :first-child {
        margin-top: 0;
    }

    .sj-result-title {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 16px;
        line-height: 30px;
        text-decoration: underline;
    }

        .sj-result-title a {
            text-decoration: none;
            font-weight: 400;
            font-size: 20px;
            color: #002c58;
            line-height: 21.6px;
        }

            .sj-result-title a:hover {
                text-decoration: underline;
                color: #fe9900;
            }

    .sj-result-description {
        overflow-wrap: break-word;
        margin-top: 2px;
        margin-bottom: 4px;
        font-family: verdana,arial,helvetica,sans-serif;
        font-size: 16px;
        line-height: 1.5em;
    }

    .sj-result-url {
        font-size: 13px;
        line-height: 18.2px;
        margin: 0;
    }

        .sj-result-url a {
            text-decoration: none;
            color: #006621;
        }

    .sj-result-image-container {
        float: left;
        width: 210px;
        text-align: center;
    }

        .sj-result-image-container img {
            max-height: 190px;
            max-width: 190px;
        }

    .sj-paginator {
        margin: 1em 0;
        text-align: center;
        font-size: 18px;
    }

        .sj-paginator > div {
            display: inline;
            padding: 10px;
            color: #002c58;
            font-weight: 700;
        }

            .sj-paginator > div.current {
                color: #fe9900;
            }

            .sj-paginator > div.disabled {
                color: #aaa;
            }

 
/*********** 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="submit"] {
	float: right;
	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: #002c58;
    padding: 30px 0;
}
.footer-middle .footer-centering {
	width: 95%;
}
.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;
	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: #002c58;
}
.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/social-sprite.png) no-repeat;
    border-bottom: none !important;
}
.social-sharing .facebook {
    background-position: -5px -5px;
}
.social-sharing .instagram {
    background-position: -47px -5px;
}
.social-sharing .twitter {
	background-position: -5px -47px;
}
.social-sharing .linkedin {
    background-position: -47px -47px;
}
.social-sharing .youtube {
    background-position: -89px -5px;
}
.social-sharing .rss {
    background-position: -89px -47px;
}

/*.social-sharing .google {
	background-position: -64px 0;
}
.social-sharing .pinterest {
	background-position: -96px 0;
}
.social-sharing .vimeo {
	background-position: -128px 0;
}*/


.footer-store-theme {
    padding: 10px 0;
    background: #f6f6f6;
}
.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: 600;
    font-size: 17px;
    background: #002c58;
    color: #fff;
    padding: 13px 25px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.block .listbox {
    position: relative;
	display: none;
    padding: 20px 0 0;
}
.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: #002c58 transparent transparent;
}

.mobile-banners{
    width: 330px;
    margin: 0 auto;
}

.block .list li {
    text-align: left;
}
.block .list a {
    position: relative;
	display: block;
    color: #002c58;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    padding: 8px 8px 8px 20px;
}
    .block .list a:hover {
        color: #fe9900;
    }
.block .list a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin: -8px 0 0;
	width: 15px;
	height: 15px;
	border: 1px solid #002c58;
	background-color: #002c58;
	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: 15px;
}

.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: #002c58;
}

.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;
}


/********** CATEGORY PAGE **********/
.filters-button {
    display: none;
}

.breadcrumb {
	margin: 0 0 20px;
	text-align: center;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li * {
	margin: 0;
	font-size: 14px; /*reset zeroing*/
    font-weight: bold;
	line-height: 32px;
}

.breadcrumb span a {
    text-decoration: none;
}
.breadcrumb a:hover {
	color: #fe9900;
}
.breadcrumb a:after {
    content: "«";
    font-size: 1.4em;
}
.breadcrumb a:hover:after {
    color: #002c58;
}
.breadcrumb li:only-child a:after{
    content: none;
}

.breadcrumb a span {
    padding: 0 3px 0 3px;
}
.breadcrumb .current-item {
    color: #fe9900;
    padding-left: 4px;
    line-height: 2;
}

.misc-desc,
.category-description {
	margin: 0 0 20px;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}
.category-description li {
    margin-bottom: 10px;
}
/*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 {
	text-align: center;
    padding: 0 0 20px;
}
.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: 0;
}
.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 .product-item {
    position: relative;
    z-index: 1;
    padding: 0 0 15px;
}

.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: 53px;
	margin: 0 0 5px;
	overflow: hidden;
}
.item-box .product-title a {
	display: block;
    font-size: 15px;
    color: #002c58;
    font-weight: bold;
    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;
    overflow: hidden;
}
.item-box .label {
    font-size: 15px;
    font-weight: 700;
}
.list-price,
.item-box .old-price {
	font-size: 15px;
    color: #999;
}
.item-box .actual-price {
	font-size: 15px;
    font-weight: 700;
	color: #B80709;
}
.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 .product-box-add-to-cart-button {
	border: 0;
    /*With Compare button*/
	/*padding: 12px 12px 12px 43px;*/

    /*Without Compare button*/
    padding: 12px 30px 12px 64px;

	background-color: #fe9900;
	background-image: url(/Themes/Nitro/Content/img/btn-buy.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	float: left;
	height: 40px;
	width:100%
}

.real-onepage-checkout .item-box .product-box-add-to-cart-button {
    /*Without Compare button*/
    padding: 12px 20px 12px 48px !important;
}

.item-box .quick-view-button:hover ~ .ajax-cart-button-wrapper .product-box-add-to-cart-button {
    background-color: #002c58;
    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 {
    font-weight: 700;
	border: 10px solid #fff;
	height: 193px;
	line-height: 1.3;
    cursor: pointer;
    overflow-y:auto;
    overflow-wrap:break-word;
}

/*.home-page-category-grid,*/
.sub-category-grid,
.manufacturer-grid {
	margin: 0 0 20px;
}

.product-grid,
.product-list {
	margin: 0 0 20px;
}
.home-page-category-grid .cat-title,
.product-grid .title,
.news-list-homepage .title {
    margin: 0 0 20px;
    position: relative;
    text-align: center;
}
.home-page-category-grid .cat-title:before,
.product-grid .title:before,
.news-list-homepage .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: #002c58;
	z-index: 1;
}
.home-page-category-grid .cat-title strong,
.product-grid .title strong,
.news-list-homepage .title strong {
	display: inline-block;
	min-width: 150px;
	font-weight: normal;
	font-size: 17px;
	background: #002c58;
	color: #fff;
	padding: 13px 25px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
}
.home-page-category-grid .cat-title strong:after,
.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: #002c58 transparent transparent;
}

.order-summary-content form > .cross-sells {
    margin: 20px 0 20px;
}


.pager {
	margin: 0 0 15px;
}
.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: #002c58;
    border-color: #002c58;
    color: #fff;
}
.pager .prev-page a,
.pager .next-page a {
	padding: 7px 14px;
}

/* categories & sub-categories */

.item-box .title a {
	display: block;
	background: #002c58;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	padding: 13px;
}



/********** 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 .picture-thumbs a {
    display: inline-block;
    position: relative;
    width: 93px;
    height: 93px;
    margin: 0 5px 10px;
    overflow: hidden;
    
}
/*.gallery .picture-thumbs a:nth-child(3n+1) {
    margin-left: 0;
}*/

.overview {
	position: relative;
	margin: 0 0 20px;
    font-size: 16px;
}
.overview .discontinued-product {
	margin: 0 0 10px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 10px;
	text-transform: uppercase;
    color: red;
}
.overview .product-name {
	margin: 0 0 15px;
}
.overview .product-name h1 {
    font-weight: bold;
    font-size: 24px;
    color: #002c58;
}
.overview .short-description {
	margin: 25px 0 15px;
}
    .overview .short-description li {
        margin: 5px 0 0 20px;
        list-style: disc outside;
    }

.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,
.email-a-friend-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;
}
.variant-overview .add-to-wishlist-button {
    min-width: 243px;
}

.email-a-friend {
	margin: 0 0 20px;
}

.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;
}



.overview .prices,
.variant-overview .prices {
	margin: 10px 0;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}

.itemprop-price{ display: none;}

.overview .product-price,
.variant-overview .product-price {
	font-size: 18px;
    font-weight: 700;
	color: #c00;
}


.overview .add-to-cart {
	margin: 0 0 10px;
}
.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 #fe9900;
    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: 20px;
    font-weight: bold;
	line-height: 20px;
    color: #fff;
    background-color: #fe9900;
    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*/
}
.share-buttons {
    display: inline-block;
    overflow: hidden;
    height: 35px;
}

.product-share-button {
	display: inline-block;
    overflow: hidden;
    margin-bottom:25px;
}

.full-description {
	clear: both;
	margin: 0 0 20px;
	line-height: 20px;
}
    .full-description h2 {
        font-size: 16px;
    }
    .full-description a {
        font-weight: bold;
    }
.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%;
    font-size: 16px;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	font-size: 18px;
    font-weight: 700;
    /*color: #002c58;*/
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 20px;
    font-size: 14px;
}

/*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 12px;
    font-size: 15px;
    font-weight: 700;
}
.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: #002c58;
    color: #fff;
}
.ui-tabs .ui-tabs-panel {
    border-top: 1px solid #002c58;
    background: #fff;
    padding-top: 12px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 10px 0;
	/*line-height: 20px;*/
}
.ui-tabs .ui-tabs-hide {
	display: none;
}

#common-questions {
    margin-top: 15px;
}

#common-questions h2, #common-questions h3 {
    font-size: 1.17em;
    padding: 10px;
    max-width: 700px;
}
                            
#common-questions .question:after {
    margin-top: -35px;
    float: right;
    content: "\25be";
    font-size: 30px;
}

#common-questions .question.up:after {
    content: "\25b4";
}

#common-questions .question {
    margin-bottom: 10px;
    color: #555555;
    background: #e6e6e6 url(/Content/jquery-ui-themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    border: 1px solid #bebebe;
    cursor: pointer;
}

#common-questions .answer {
    display: none;
    padding: 10px;
    min-height: 100px;
    background: #fff;
    border: 1px solid #d3d3d3;
}


/*Jquery Tabs end*/

.product-specs-box {
	margin: 0 0 20px;
}
.product-specs-box a {
	font-weight: normal !important;
	color: #002c58;
}
.product-tags-box {
	margin: 0 0 50px;
}
.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;
    font-size: 14px;
    font-weight: bold;
    color: #002c58;
}
    .product-tags-list a:hover{
        color: #fe9900;
    }

.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 .option-list li > * {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}
.attributes .datepicker {
	width: 280px;
	text-align: center;
}

/********** 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: #ddd;
	color: #333;
}
.email-a-friend-wishlist-button {
	background: #ddd;
	color: #333;
}
.wishlist-page .share-info {
	text-align: center;
}
.wishlist-page .share-info a {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
	color: #002c58;
}


/*********** TOPICS ***********/
.topic-block {
	margin: 0 0 20px;
}
.topic-popup {
    margin: 80px auto 0 auto; 
    max-width: 700px; 
    background: #fff; 
}
.topic-page .page-body,
.topic-block-body,
.topic-desc {
    font-family: verdana, arial, helvetica, sans-serif; 
    color: #555; 
    font-size: 16px; 
    line-height: 1.5em;
    text-align:left;
}
.topic-desc {
    padding: 0 10px;
}
.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: #002c58;
}
.topic-html-content-body {
	line-height: 20px;
}
.topic-block a,
.topic-page a {
    font-size: 15px;
	font-weight: bold;
}

.popup-window .topic-page {
	padding: 15px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}

.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: #ddd;
    color: #333;
    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;
}

.contact-page .left {
    float: left;
    width: 41%;
}

.contact-page .right {
    float: right;
    width: 59%;
}

.contact-page .contact {
    height: 150px;
}

.contact-page h3 {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
    color: #002c58;
    font-weight: bold;
}

.contact-page ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.contact-page li {
    margin: 0;
    padding: 0;
}

/********** 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;
}

.registration-page .buttons {
	padding: 25px 0 0;
	border-top: 1px dashed #002c58;
}
.registration-page .buttons .button-1, 
#check-availability-button,
.gilson-newsletter-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: #ddd;
    color: #333;
    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;
}

.login-page .title strong {
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	background: #002c58;
	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: #002c58 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;
}

.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;
}

.order-statuses {
    text-align: left;
}
.order-statuses ul {
    margin-left: 10px;
    padding: 10px;
    list-style-position: inside;
    list-style-type: disc;
    line-height: 30px;
}

.address-list,
.order-list {
	margin: 15px 0 30px;
	overflow: hidden;
    border-bottom: 1px solid #333;
}
.address-item,
.order-item {
    width: 280px;
    text-align: left;
    margin: 0 auto 10px;
}
.address-item .title,
.order-statuses .title,
.order-item .title {
	padding-bottom: 10px;
	margin: 0;
	font-size: 15px;
	border-bottom: 1px solid #333;
}
.address-item .info,
.order-item .info {
	margin: 0 0 5px;
	padding: 10px;
	line-height: 20px;
	border-bottom: 1px solid #333;
}
.address-item .info {
    height: 115px;
}

.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: #ddd;
	color: #333;
	font-size: 15px;        
    border: 1px solid transparent;
}

.return-request-list-page .section {
	border-bottom: 1px solid #333;
	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;
}


.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;
}


/********** SHOPPING CART & CHECKOUT **********/
.order-progress {
	margin: 0 0 20px;
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 0 10px;
	
	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: #002c58 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 .checkout-buttons {
    text-align: right;
}
.shopping-cart-page .button-1 {
    border: 0;
    padding: 10px 22px;
    background-color: #fe9900;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid transparent;
}
.checkout-page .button-1,
.checkout-page .order-completed .button-2 {
    border: 0;
    padding: 8px 18px;
    background: #ddd;
    color: #333;
    font-size: 15px;
    border: 1px solid transparent;
}

.remove-discount-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 input, #send-contact-us-form {
	min-width: 150px;
	margin: 0 5px 5px;
    padding: 6px 14px;
    background: #ddd;
    color: #333;
    font-size: 15px;
    border: 1px solid transparent;
}
.checkout-attributes {
	margin: 10px 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;
    font-size:14px;
    color:#333;
}
.cart-total td.cart-total-left{
    font-weight: 700;
}

.cart-total td.cart-total-right{
    text-align: right;
}

.cart-total .order-total, .value-summary strong {
	font-size: 16px;
    font-weight: 700;
	color: #B80709;
}

.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: #ddd;
    color: #333;
    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: #002c58;
	z-index: 1;
}
.checkout-page .section .title strong {
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	background: #002c58;
	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: #002c58 transparent transparent;
}

.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 {
	margin: 5px 0 0;
}

.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: 10px 0 10px;
	font-size: 14px;
    font-weight: bold;
}

.order-completed {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.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: #ddd;
    color: #333;
	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;
}

.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;
}


.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;
}

.please-wait {
    background: url(/Themes/Nitro/Content/img/ajax_loader_small.gif) no-repeat;
    background-position: left center;
    padding: 8px 0 8px 20px;
    line-height: 16px;
}

/*********** SITEMAP ***********/

.sitemap-page .entity {
    overflow: hidden;
    padding-bottom: 50px;
}
.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: #002c58;
	z-index: 1;
}
.sitemap-page .entity-title h2 {
	display: inline-block;
	min-width: 150px;
	font-weight: normal;
	font-size: 16px;
	background: #002c58;
	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 a {
    text-align: center;
    color: #fff;
}
.sitemap-page .entity-title h2 a:hover {
    color: #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: #002c58 transparent transparent;
}
.sitemap-page .entity-body {
	line-height: 24px;
}
.sitemap-page a {
    display: block;
    font-size: 15px;
    padding: 7px 0 7px 0;
    text-align: left;
}
.sitemap-page a:empty {
	display: none;
}

.sitemap-page .cols {
    margin-right: 50px;
    width: 227px;
    float: left;
}

.sitemap-page .cols .title{
    font-weight: 700;
    text-decoration: underline;
}
.sitemap-page .cols .sitems{
    margin-left: 10px;
}

/********** 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 .news-item{
	position: relative;
	margin: 0 0 55px;
    border: solid 1px #eee;
    padding: 10px;
}
.blog-page .post:after,
.news-items .news-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: #002c58;
}
.post-date,
.news-date {
	display: block;
	font-style: italic;
    font-size: 16px;
    font-weight: 700;
}
/*.post-head ~ *,
.news-head ~ * {
	display: none;
}*/
.blogpost-page .post-date,
.news-item-page .news-date {
}
.post-body,
.news-body,
.news-item-page {
    text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #555;
	font-size: 16px;
	line-height: 1.5em;
	padding-bottom: 25px;
}

.news-body a {
    font-size: 15px;
    font-weight: bold;
}

.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: #002c58;
}


.news-items .read-more {
    border: none;
    background-color: #002c58;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.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: #002c58;
}
.support-seal {
    float: left;
}
.security-seals {
    float: right;
}
.banner-policy-link {
    color: #CCC4C4 !important;
}

.responsive-iframe-container {
	width: 100%;
	max-width: 715px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden; /* Prevents any extra space */
}

	.responsive-iframe-container iframe {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9; /* Maintains the 16:9 aspect ratio */
		max-height: 400px; /* Prevents excessive height */
	}


/* 
  Silktide Consent Manager - https://silktide.com/consent-manager/  

  Styles are at risked of being overridden by styles coming from the site the consent manager is used on.
  To help prevent this, global wrapper elements are prefixed with "#silktide-"
*/

/* --------------------------------
  Global Styles - These elements exist in the main DOM and styling is limited to positioning and animation
-------------------------------- */
/* Wrapper (Global) */
#silktide-wrapper {
              --focus: 0 0 0 2px #ffffff, 0 0 0 4px #000000, 0 0 0 6px #ffffff;
              --boxShadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
              --fontFamily: Helvetica Neue, Segoe UI, Arial, sans-serif;
              --primaryColor: #002C58;
              --backgroundColor: #ffffff;
              --textColor: #4b494b;
              --backdropBackgroundColor: #00000033;
              --backdropBackgroundBlur: 0px;
              --cookieIconColor: #002c58;
              --cookieIconBackgroundColor: #ffffff;
              position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center
            }

/* Backdrop (Global) */
#silktide-backdrop-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  border: 0px;
  display: none;
}

/* --------------------------------
  Links
-------------------------------- */
#silktide-wrapper a {
  all: unset;
  display: inline-block;
  color: var(--primaryColor);
  text-decoration: underline;
}

#silktide-wrapper a:hover {
  cursor: pointer;
  color: var(--textColor);
}

/* --------------------------------
  Focus Styles
-------------------------------- */
#silktide-wrapper a:focus,
#silktide-wrapper #silktide-banner button:focus,
#silktide-wrapper #silktide-modal button:focus,
#silktide-wrapper #silktide-cookie-icon:focus {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 5px;
}

#silktide-wrapper #silktide-cookie-icon:focus {
  border-radius: 50%;
}

/* --------------------------------
  General Styles
-------------------------------- */

#silktide-wrapper .st-button {
  color: var(--backgroundColor);
  background-color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 5px;
}

#silktide-wrapper .st-button--primary {
}

#silktide-wrapper .st-button--primary:hover {
  background-color: var(--backgroundColor);
  color: var(--primaryColor);
}

#silktide-wrapper .st-button--secondary {
  background-color: var(--backgroundColor);
  color: var(--primaryColor);
}

#silktide-wrapper .st-button--secondary:hover {
  background-color: var(--primaryColor);
  color: var(--backgroundColor);
}

/* --------------------------------
  Banner
-------------------------------- */
#silktide-banner {
  font-family: var(--fontFamily);
  color: var(--textColor);
  background-color: var(--backgroundColor);
  box-sizing: border-box;
  padding: 32px;
  border-radius: 5px;
  pointer-events: auto;
  border: 0px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 600px;
  overflow: auto;
  max-width: calc(100% - 32px);
  max-height: calc(100vh - 32px);
  transform: translate(0, -20px);
  opacity: 0;
  animation: silktide-slideInDown 350ms ease-out forwards;
  animation-delay: 0.3s;
  /*box-shadow: 5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;*/
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

}

#silktide-banner:focus {
  border-radius: 50%;
}

#silktide-banner.center {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  position: fixed;
  transform: translate(-50%, calc(-50% - 20px));
  animation: silktide-slideInDown-center 350ms ease-out forwards;
}

#silktide-banner.bottomLeft {
  bottom: 16px;
  left: 16px;
  position: fixed;
}

#silktide-banner.bottomCenter {
  bottom: 16px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -20px);
  animation: silktide-slideInDown-bottomCenter 350ms ease-out forwards;
}

#silktide-banner .preferences {
  display: flex;
  gap: 5px;
  border: none;
  padding: 15px 0px;
  background-color: transparent;
  color: var(--primaryColor);
  cursor: pointer;
  font-size: 16px;
}

#silktide-banner .preferences span {
  display: block;
  white-space: nowrap;
  text-decoration: underline;
}

#silktide-banner .preferences span:hover {
  color: var(--textColor);
}

#silktide-banner .preferences:after {
  display: block;
  content: '>';
  text-decoration: none;
}

#silktide-banner p {
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0px 15px;
}

#silktide-banner a {
  display: inline-block;
  color: var(--primaryColor);
  text-decoration: underline;
  background-color: var(--backgroundColor);
}

#silktide-banner a:hover {
  color: var(--textColor);
}

#silktide-banner a.silktide-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: var(--primaryColor); /* passed down to svg > path */
  margin-left: auto;
  width: 48px;
  height: 48px;
}


#silktide-banner .actions {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 24px;
}

@media (min-width: 600px) {
  #silktide-banner .actions {
    flex-direction: row;
    align-items: center;
  }
}

#silktide-banner .actions-row {
  display: flex;
  gap: 16px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

/* --------------------------------
  Modal
-------------------------------- */
#silktide-modal {
  display: none;
  pointer-events: auto;
  overflow: auto;
  width: 800px;
  max-width: 100%;
  max-height: 100%;
  border: 0px;
  transform: translate(0px, -20px);
  opacity: 0;
  animation: silktide-slideInUp-center 350ms ease-out forwards;
  /*box-shadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;*/
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  font-family: var(--fontFamily);
  color: var(--textColor);
  flex-direction: column;
  padding: 30px;
  background-color: var(--backgroundColor);
  border-radius: 5px;
  box-sizing: border-box;
}

/* --------------------------------
  Modal - Header
-------------------------------- */
#silktide-modal header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 16px;
}

#silktide-modal h1 {
  font-family: var(--fontFamily);
  color: var(--textColor);
  font-size: 24px;
  font-weight: 500;
  margin: 0px;
}

#silktide-modal .modal-close {
  display: inline-flex;
  border: none;
  padding: 13px;
  border: 0px;
  cursor: pointer;
  background: var(--backgroundColor);
  color: var(--primaryColor);
}

#silktide-modal .modal-close svg {
  fill: var(--primaryColor);
}

/* --------------------------------
  Modal - Content
-------------------------------- */

#silktide-modal section {
  flex: 1;
  margin-top: 32px;
}

#silktide-modal section::-webkit-scrollbar {
  display: block; /* Force scrollbars to show */
  width: 5px; /* Width of the scrollbar */
}

#silktide-modal section::-webkit-scrollbar-thumb {
  background-color: var(--textColor); /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
}

#silktide-modal p {
  font-size: 16px;
  line-height: 24px;
  color: var(--textColor);
  margin: 0px 0px 15px;
}

#silktide-modal p:last-of-type {
  margin: 0px;
}

#silktide-modal fieldset {
  padding: 0px;
  border: none;
  margin: 0px 0px 32px;
}

#silktide-modal fieldset:last-of-type {
  margin: 0px;
}

#silktide-modal legend {
  padding: 0px;
  margin: 0px 0px 10px;
  font-weight: 700;
  color: var(--textColor);
  font-size: 16px;
}

#silktide-modal .cookie-type-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;  
}

/* --------------------------------
  Modal - Switches
-------------------------------- */
#silktide-modal .switch {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  height: 34px;
  width: 74px;
  cursor: pointer;
}

#silktide-modal .switch:focus-within {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 25px;
}

#silktide-modal .switch input {
  opacity: 0;
  position: absolute;
}

/* Unchecked Switch Styles */
#silktide-modal .switch__pill {
  position: relative;
  display: block;
  height: 34px;
  width: 74px;
  background: var(--textColor);
  border-radius: 25px;
}

#silktide-modal .switch__dot {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  height: 30px;
  width: 30px;
  background: var(--backgroundColor);
  border-radius: 50%;
  transition: left 150ms ease-out;
}

#silktide-modal .switch__off,
#silktide-modal .switch__on {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: var(--backgroundColor);
  position: absolute;
  top: 7px;
  right: 8px;
  transition: right 150ms ease-out, opacity 150ms ease-out;
}

#silktide-modal .switch__off {
  opacity: 1;
}

#silktide-modal .switch__on {
  opacity: 0;
}

/* Checked Switch Styles */
#silktide-modal .switch input:checked + .switch__pill {
  background: var(--primaryColor);
}

#silktide-modal .switch input:checked ~ .switch__dot {
  left: calc(100% - 32px);
}

#silktide-modal .switch input:checked ~ .switch__off {
  right: calc(100% - 32px);
  opacity: 0;
}

#silktide-modal .switch input:checked ~ .switch__on {
  right: calc(100% - 34px);
  opacity: 1;
}

/* Disabled Switch Styles */
#silktide-modal .switch input:disabled + .switch__pill {
  opacity: 0.65;
  cursor: not-allowed;
}

/* --------------------------------
  Modal - Footer
-------------------------------- */
#silktide-modal footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

@media (min-width: 600px) {
  #silktide-modal footer {
    flex-direction: row;
    align-items: center;
  }
}

#silktide-modal footer a {
  margin-left: auto;
  padding: 14px 0px;
}

/* Cookie Icon */
#silktide-cookie-icon {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0px;
  border: none;
  background-color: var(--cookieIconColor);
  cursor: pointer;
  box-shadow: 0px 0px 6px 0px #0000001a;
  pointer-events: auto;
  animation: silktide-fadeIn 0.3s ease-in-out forwards;
}

#silktide-cookie-icon.bottomRight {
  left: auto;
  right: 10px;
}

#silktide-cookie-icon svg {
  fill: var(--cookieIconBackgroundColor);
}

/* --------------------------------
  Backdrop
-------------------------------- */
#silktide-backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--backdropBackgroundColor);
  backdrop-filter: blur(var(--backdropBackgroundBlur));
  pointer-events: all;
}

/* --------------------------------
  Animations
-------------------------------- */
@keyframes silktide-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes silktide-slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes silktide-slideInDown-center {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 20px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes silktide-slideInDown-bottomCenter {
  from {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes silktide-slideInUp-center {
  from {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

/*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: 5px;
    white-space: nowrap;
    color: inherit;
    text-align: center;
}

.cart td {
	min-width: 50px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px;
    text-align: center;
}

.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px;
}
.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 td.sku {
    white-space: nowrap;
}
.cart td.product {
    text-align: left;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 34px;
    text-align: center;
}
.cart td.subtotal {
    color: #B80709;
    white-space: nowrap;
    text-align: right;
    font-weight: 700;
}

.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: #B80709;
}
.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, td.invoice, td.sku, td.unit-price, td.quantity, td.total {
    text-align: center;
}
.sku-number{
    white-space: nowrap;
}
.item-name{
    text-align: left;
}
.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: #002c58;
	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 #002c58;
}
.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 #002c58;
	border-bottom: 1px solid #002c58;
}

.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 .search-form {
	display: inline-block;
	border: 1px solid #ccc;
}
.search-box .search-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;*/
    background: #002c58;
	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;
}

.header-middle {
    display: none !important;
}

/* 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: #002c58;
}

.product-share-button {
    width: 100%;
    text-align: center;
}

.sj-result-title { 
    margin-top: 10px; 
}

#search-results .sj-result {
    height: auto;
    text-align: left;
}

.sj-result-image-container {
float: none;
margin: 0 auto;
}

.support-seal {
float:none;
}
.security-seals {
float: none;
width: 229px;
margin: 10px auto 0 auto;
}

}
/*=====================================================
    
    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: #002c58;
	}

}

@media all and (min-width: 580px) and (max-width: 768px) {
    .block-category-navigation {
	    display: none;
    }

    .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;
    }

}

@media all and (max-width: 480px) {
    .block-category-navigation {
	    display: none;
    }

    .contact-page .left {
        float: none;
        width: 100%;        
    }
    .contact-page .right {
        float: none;
        width: 100%;
        margin-top: 50px;
    }

    .contact-page .address {
        height: 265px;
    }

    .contact-page .phone {
        height: 210px;
    }

    .contact-page .emails {
        height: 320px;
    }

    .contact-page h3 {
        display: block;
        margin: 0;
    }

    .contact-page ul {
        display: block;
    }
}
/*=====================================================
    
    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: right;
}
.product-selectors > div {
	margin: 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 .picture-thumbs a {
    margin: 0 0 10px 10px;
    border: 1px solid #eee;
}
.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;
}
.color-squares {
	text-align: center;
}
.color-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 {
    float: right;
    margin-left: 5px;
}
    .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-category-navigation {
    display: none;
}

.mobile-banners{
    width: 300px;
}


}
/*=====================================================
    
    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: 20px 0;
        z-index: 2;
        position: relative;
    }

        .header-links li:hover > a {
            border-color: #002c58;
        }

    .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;
    }

    #topcartlink:hover .flyout-cart {
        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 #002c58;
            margin-bottom: 10px;
            padding: 5px 5px 10px;
        }

            .mini-shopping-cart .count a {
                font-weight: bold;
                color: #002c58;
            }

        .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: #ddd;
            padding: 5px 12px;
            color: #333;
            font-weight: 700;
            border: 1px solid transparent;
        }

            .mini-shopping-cart input[type="button"]:hover {
                border-color: #fff;
            }

        .mini-shopping-cart .checkout-button {
            background: #fe9900 !important;
            color: #fff !important;
        }

    .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: 10px 0;
        text-align: center;
    }

        .header-selectors-wrapper > div {
            margin: 0;
            vertical-align: top;
        }

        .header-selectors-wrapper select {
            height: 28px;
            border: 0;
            background: #fff;
            padding: 5px;
        }

    .responsive-nav-wrapper-parent {
        display: none;
    }

    .header-middle > h1,
    .header-middle > span {
        display: block;
        font-size: 18px;
        font-style: italic;
        font-weight: bold;
        color: #002c58;
    }


    /* 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 {
        position: relative;
        height: 35px;
        background: #002c58;
        text-align: left;
        z-index: 1001;
    }

        .header-menu.stick {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 10000;
        }

    .master-wrapper-page.home .header-menu {
        /*background: rgba(255,255,255,.7);*/
        background: #002c58;
    }

    .header-menu > ul {
        width: 980px;
        margin: 0 auto;
        border-left: 1px solid #fff;
    }

        .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: 10px 29px;
                color: #fff;
                font-size: 15px;
                font-weight: 600;
                text-transform: uppercase;
                line-height: 1;
                cursor: pointer;
                background: #002c58;
                border-right: 1px solid #fff;
                z-index: 1002;
            }

            .header-menu > ul > li:hover > a,
            .header-menu > ul > li:hover > span {
                color: #fe9900;
            }

    .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 #002c58;
        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 #d3d3d3;
    }

    .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 li: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;*/
        padding: 13.5px 0 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;
            border: 2px inset #ccc !important;
            background: none repeat scroll 0 0 #fff;
        }

        .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 15px .5%;
            
    }

        /*.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: #002c58;
    }

    .item-box .product-item {
        border: 1px solid #eee;
        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 {
        color: #fe9900;
    }

    .product-grid .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: #002c58;
        display: block;
        border: 1px solid #fff;
    }

    .item-box .add-to-compare-list-button {
        background-color: #002c58;
    }

    .item-box .compare-products:hover .add-to-compare-list-button {
        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: #002c58;
    }

    .item-box .description {
        display: block;
        text-align: left;
    }
        .item-box .description li {
            margin-top: 5px;
            list-style: disc inside;
        }

    .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;         
        }

        .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 {
            font-size: 15px;
            overflow: hidden;
        }

        /*.product-list .item-box .prices,*/
        .product-list .item-box .buttons {
            display: inline-block;
            /*vertical-align: middle;*/
            margin: 10px 0;
        }

    /* categories & sub-categories */

    .item-box .category-item,
    .item-box .sub-category-item {
        border: 1px solid #eee;
    }

        .item-box .sub-category-item:hover {
            border: 1px solid #002c58;
            -webkit-transition-delay: .1s;
            -moz-transition-delay: .1s;
            -ms-transition-delay: .1s;
            -o-transition-delay: .1s;
            transition-delay: .1s;
        }

        .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 {
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #eee;
    }

    .item-box:hover .title {
        background-color: #002c58;
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -ms-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }

    .item-box .title a {
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
        color: #002c58;
        background: none;
        padding: 13px 0;
        font-size: 15px;
        font-weight: bold;
    }

    .item-box:hover .title a {
        color: #fff;
    }

    .pager li a:hover {
        background-color: #002c58;
        border-color: #002c58;
        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: #002c58;
            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;
        }

    .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: #002c58;
    }

    .compare-products-page .button-2:hover {
        background: #ddd;
        border-color: #333;
    }

    /* 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;
    }

    .product-reviews-page .inputs > label {
        width: 197px;
    }


    #check-availability-button {
        display: block;
        margin: 10px auto;
    }

    #username-availabilty {
        position: absolute;
        top: 5px;
        left: 520px;
    }

    .account-page .button-2:hover {
        background: #ddd;
        color: #333;
    }

    .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;
    }

    /* 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: left;
    }

        .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;
                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: #ddd;
        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 {
        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: #002c58;
    }

    .block .list li .lhm-item {
        position: absolute;
        top: 21px;
        left: 250px;
        z-index: 9999;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        border: 1px solid #bbb;
        background-color: #fff;
        /*background-image: url(/Themes/Nitro/Content/img/sublist-shadow-top.png);
        background-position: top left;
        background-repeat: repeat-x;*/
        min-height: 475px;
        width: 730px;
        visibility:hidden;
        opacity:0;
        -webkit-transition-delay:0.2s;
        -moz-transition-delay:0.2s;
        -ms-transition-delay:0.2s;
        -o-transition-delay:0.2s;
        transition-delay:0.2s;
    }

    .block .list li:hover .lhm-item {
        visibility:visible;
        opacity:1;
        -webkit-transition-delay:0.1s;
        -moz-transition-delay:0.1s;
        -ms-transition-delay:0.1s;
        -o-transition-delay:0.1s;
        transition-delay:0.1s;
    }

    .lhm-item .cols {
        margin-right: 15px;
        width: 227px;
        float: left;
        /*border: solid 1px red;*/
    }

    .lhm-item .cols a {
        padding: 8px 8px 1px 4px;
    }

    .lhm-item .cols a:hover {
        -webkit-transition: all .10s ease-in-out;
        -moz-transition: all .10s ease-in-out;
        -ms-transition: all .10s ease-in-out;
        -o-transition: all .10s ease-in-out;
        transition: all .10s ease-in-out;
    }

    .lhm-item a:before {
        content: none !important;
    }

    .lhm-item a.title {
        text-decoration: underline;
    }

    .lhm-item .sitems {
        margin-left: 5px;
    }

    .lhm-item .sitems a {
        font-size: 14px;
        font-weight: normal;
    }
}
/*! 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}
/*
* 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: 1px solid #bbb;
        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;
        margin-bottom: 15px;
    }
    .dropdown .box {
        float: left;
        padding: 0;
        border: solid 1px #eee;
        margin: 0 5px 0 4px;
    }
    .categories.fullWidth .box {
        width: 24%;
    }
    .categories .box{
        width: 250px;
    }
    .mega-menu .title {
        margin-bottom: 5px;
        border-bottom: 1px solid #002c58;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        position: relative;
        height: 20px;
    }

    .mega-menu .title a {

    }
    .mega-menu .title a:hover {
	    color: #fe9900;
    }
    .mega-menu .picture {
        margin: auto;
	    width: 80px;
	    height: 80px;
        text-align: center;
    }

        .mega-menu .picture a img {
            max-height: 100%;
        }

    .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 {
        width: 16.66666666666667%;
    }
    .manufacturers.fullWidth li * {
	    background: none !important;
	    padding-left: 0;
    }

    .mega-menu .topic-wrapper {
	    overflow: hidden;
    }
    .mega-menu .topic-wrapper p {
	    font-size: 14px;
	    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;
    }

}
