/* Minification failed. Returning unminified contents.
(6591,4): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES Nitro styles.css

=====================================================*/

/*********** CSS RESET **********/

.admin-header-links {
    display:none;
}
* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}
ol, ul {
    list-style: none;
}
a img {
    border: none;
}
a:active {
    outline: none;
}
a, a:visited, a:active, a:focus {
  color:#88080c;
}
a:hover {
  color: #e6161d;
}
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, input {
    max-width: 100%;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
    color: #000;
    font-size:16px;
	line-height:22px;
}
a {
    cursor: pointer;
}
a img {
    opacity: 0.99; /*firefox scale bug fix*/
    max-width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
}
input[type="text"], input[type="password"], textarea, select {
    height: 34px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #EEEEEE;
    vertical-align: middle;
}
textarea {
    min-height: 150px;
    font-family: 'Roboto', sans-serif;
}
select {
    min-width: 50px;
    height: 32px; /*safari padding fix*/
    padding: 6px;
    line-height:28px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    /*border-color: #999;*/
}
input[type="checkbox"], input[type="radio"], input[type="checkbox"] + *, input[type="radio"] + * {
    vertical-align: middle;
}
input[type="button"], input[type="submit"], button, .button-1, .button-2 {
    cursor: pointer;
    overflow: hidden;
}
label, label + * {
    vertical-align: middle;
}
.master-wrapper-page {
    margin: 0 0 80px;
}
.master-wrapper-content {
    margin: 0 auto;
    width: 95%;
}
.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: none !important;
    margin: 0 0 20px;
    position: relative;
    /*min-height: 46px;*/
}
.page-title h1 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.page:after, .page-title:after, .page-body:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.buttons {
    margin: 0 0 20px;
    text-align: center;
}
.link-rss {
    display: none;
    width: 31px;
    height: 31px;
    overflow: hidden;
    background: url(/Themes/Nitro/Content/img/sprite-social.png) no-repeat -192px center;
    text-indent: 999px;
}
.category-description ul, .manufacturer-description ul, .full-description ul, .topic-block ul, .topic-page ul, .post-body ul, .custom-tab ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}
.category-description ol, .manufacturer-description ol, .full-description ol, .topic-block ol, .topic-page ol, .post-body ol, .custom-tab ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}
.category-description p, .manufacturer-description p, .full-description p, .topic-block p, .topic-page p, .post-body p, .news-body p, .custom-tab p, p {
    margin: 10px 0;
}
.category-description a, .manufacturer-description a, .full-description a, .topic-html-content a, .topic-page a, .post-body a, .news-body a, .custom-tab a {
    text-decoration: underline;
}
.flyout-cart {
    display: none;
}
.validation-summary-errors {
    margin: -4px 0 15px;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: #fff url(/Themes/Nitro/Content/img/btn-gototop.png) no-repeat 12px 16px;
    border-radius: 50%;
    border: 3px solid #333;
    z-index: 10001;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*********** GLOBAL FORMS ***********/



.fieldset, .section {
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
}
.section .title {
    margin: 0 0 20px;
    font-size: 15px;
}
.fieldset .title {
    margin: 0 0 20px;
    position: relative;
    text-align: center;
}
.fieldset .title:before {
    /*content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #ccc;
    z-index: 1;*/
}
.fieldset .title strong {
    color: #212121;
    font-size:24px;
    margin:20px 0 10px;
    padding:0;
    text-transform: uppercase;
    font-style: italic;
    font-weight:600;
    display:inline-block;
    width:100%;
    background-color:transparent !important;
    text-align:left;
}
.registration-page .form-fields {
    margin: 0;
    display:inline-block;
    width:100%;
}
.registration-page .fieldset .title {
    margin: 0;
}
.registration-page .register-outer {
    float: left;
    width: 100%;
    margin:10px 0 0 0;
    max-width:500px;
}
.registration-page .register-outer .inputs label {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 5px;
    text-align: left;
    width: auto;
}
.fieldset .title strong:after {
    /*content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -27px;
    border-style: solid dashed dashed;
    border-width: 8px 27px 0 27px;
    border-color: #a12 transparent transparent;*/
}
.form-fields {
    position: relative;
    margin: 20px 0 0;
}
.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: left;
    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;
    font-size:14px;
}
.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: left;
}
.login-page .inputs.reversed > *{
    width:auto !important;
    font-weight:300;
}
.login-page .inputs.reversed .forgot-password{
    margin-left: 15px;
    margin-right: 0;
}
::i-block-chrome, .login-page .inputs.reversed .forgot-password{
    margin-left: 10px;
}
.checkout-as-guest-or-register-block p strong {
    font-weight: 600;
    font-size:17px;
}
.checkout-as-guest-or-register-block p{
    font-size:14px;
}
.checkout-as-guest-or-register-block .topic-block-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.checkout-as-guest-or-register-block .topic-block-body ul li{
    font-size:14px;
}
.returning-wrapper .buttons {
    text-align: left;
}
.required {
    margin: 0; /*siblings offset fix*/
    font-size: 14px;
    color: #920909;
}
.message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error {
    display: block;
    font-size: 12px;
    color: #920909;
    text-align: center;
    font-weight:300;
    position:absolute;
    bottom:auto;
}
.field-validation-valid {
    display: block;
    font-size: 11px;
    color: #690;
}
.captcha-box {
    margin: 0 0 15px;
    text-align: center;
    line-height: 0;  /*firefox line-height bug fix*/
}
.captcha-box > div {
    display: inline-block;
}
.captcha-box input {
    height: auto;
}
/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
    padding: 12px 25px 12px 10px;
    color: #fff;
    opacity: 0.95;
}
.bar-notification.success {
    background: #9b0;
}
.bar-notification.warning {
    background: #c62;
}
.bar-notification.error {
    background: #f00;
}
.bar-notification .content {
    float: left;
    margin: 0 10px 0 0;
}
.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}
.bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px; /*even numbers only*/
    height: 32px; /*even numbers only*/
    margin: 5px;
    border: 1px solid #666;
    box-shadow: inset 0 0 1px #999;
    background: #fff url(/Themes/Nitro/Content/img/close.png) center no-repeat;
    cursor: pointer;
    opacity: 0.7;
}
.bar-notification .close:hover {
    opacity: 0.9;
}
.ui-dialog {
    position: absolute !important;
    /*z-index: 1008;*/
    z-index:9999;
    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: 500;
    text-shadow: 1px 1px 0 #eee;
}
.ui-dialog-titlebar span {
    float: left;
    text-transform: uppercase;
}
.ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px; /*even numbers only*/
    height: 24px; /*even numbers only*/
    margin: 6px;
    overflow: hidden;
    border: 1px solid #666;
    box-shadow: inset 0 0 1px #999;
    background: #fff url(/Themes/Nitro/Content/img/close.png) center no-repeat;
    text-indent: 999px;
    opacity: 0.7;
}
.ui-dialog-titlebar button:hover {
    opacity: 0.9;
}
.ui-dialog-titlebar button * {
    display: none;
}
.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 20px;
}
.ui-dialog-content .page-title {
    min-height: 0;
    margin: 0 0 5px;
    background: none !important;
    padding: 0;
}
.ui-dialog-content .page-title h1 {
    float: none;
    color: #333;
}
.ui-dialog-content .topic-block {
    margin: 10px 0 0;
}
.ui-dialog-content .topic-html-content-body {
    max-height: 200px;
    overflow-y: scroll;
}
.ui-dialog-content .topic-block p {
    margin: 0;
}
.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}
.ui-dialog-buttonset button {
    min-width: 60px;
    margin-left: 5px;
    border: 1px solid #bbb;
    box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
    background: #eee;
    padding: 5px;
}
.ui-dialog-buttonset button:hover {
    background: #f6f6f6;
}
.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
    text-align: center;
}
.eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
}
.eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 10px 0;
    border: 1px solid #bbb;
    background: #eee;
    padding: 5px;
    font-size: 14px;
    color: #333;
}
.eu-cookie-bar-notification button:hover {
    border-color: #aaa;
    background: #ddd;
}
.eu-cookie-bar-notification a {
    display: block;
    text-decoration: underline;
}
.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}
/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
    text-align: center;
}
.admin-header-links a {
    margin: 0 10px;
    line-height: 35px;
    font-weight: 500;
}
.admin-header-links .impersonate {
    line-height: 35px;
}
.admin-header-links .impersonate a {
    display: inline-block;
}
.header {
    position: relative;
    z-index: 9;
    background: rgba(0, 0, 0, 0.65) !important;
    padding: 10px 0;
}
.header.stick {
    background: rgba(0, 0, 0, 0.8) !important;
}
.header.stick {
    position: fixed;
    top: 0;
    width: 100%;
}
.home .header {
    position: fixed;
    top: 0;
    width: 100%;
}
.header-centering:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.header-logo {
    text-align: left;
    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%;
    height:120px;
    transition:all .5s ease 0s;
    -moz-transition:all .5s ease 0s;
    -o-transition:all .5s ease 0s;
    -ms-transition:all .5s ease 0s;
    -webkit-transition:all .5s ease 0s;
}
.stick .header-selectors-wrapper {
    padding: 0;
}
.header-links-wrapper {
    margin: 0 0 20px;
}
.header-links {
    padding: 15px 0;
    background: #a12;
}
.header-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    vertical-align:middle;
}
.header-links span {
    color: #ffffff;
}
.header-links li > a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}
.header-links .ico-register {
    /*background-image: url(/Themes/Nitro/Content/img/icon-register.png);*/
}
.header-links .ico-account {
/*background-image: url(/Themes/Nitro/Content/img/icon-account.png);*/
}
.header-links .ico-login, .header-links .ico-logout {
/*background-image: url(/Themes/Nitro/Content/img/icon-login.png);*/
}
.header-links .ico-inbox {
/*background-image: url(/Themes/Nitro/Content/img/icon-inbox.png);*/
}
.header-links .ico-wishlist {
    background-image: url(/Themes/Nitro/Content/img/White-Heart.png);
    background-repeat: no-repeat;
    font-size: 0;
    height: 30px;
    position: relative;
    width: 30px;
}
.header-links .ico-cart {
    background-image: url(/Themes/Nitro/Content/img/White-Cart.png);
    background-repeat: no-repeat;
    font-size: 0;
    height: 30px;
    position: relative;
    width: 30px;
}
.header-links .ico-inbox + span, .header-links .wishlist-qty, .header-links .cart-qty {
    position:absolute;
    bottom: 86%;
    left: 75%;
    font-size: 12px;
    color: #fff;
}
.search-box.store-search-box form {
    display: inline-block;
    position: relative;
    width: 100%;
}
span.search-box-text {
    float: left;
    width: 100%;
}
.search-box.store-search-box form:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.search-box-text.k-input.valid::placeholder {
 text-transform: uppercase;
}
.search-box.store-search-box input.search-box-text {
    float: left;
    border: none;
    height: 31px;
    padding: 0 32px 0 15px;
    width: 100% !important;
    font-size:14px;
    font-weight:300;
    color: #212121;
    transition:all .5s ease 0s;
    -moz-transition:all .5s ease 0s;
    -o-transition:all .5s ease 0s;
    -ms-transition:all .5s ease 0s;
    -webkit-transition:all .5s ease 0s;
}
.search-box.store-search-box .search-box-button {
    float: left;
    width: 31px;
    height: 31px;
    background:url(/Themes/Nitro/Content/img/btn-search.png) center no-repeat !important;
    border: none !important;
    font-size: 0 !important;
    padding: 0 !important;
    position:absolute;
    right:0;
    top:0;
}
.ui-helper-hidden-accessible {
    display: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    z-index: 1000001 !important;
    width: 100% !important; /*default = txtfield + button*/
    max-width: 100%;
    border-top: 1px solid #a12;
    overflow: hidden;
    background: #fff;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
    border-top: 1px solid #ccc;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
    border-top: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
    display: block;
    padding: 8px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content a.ui-state-focus {
    background: #f6f6f6;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.header-selectors-wrapper {
    display: inline-block;
    padding: 5px 0 0;
    width: 40%;
    float:left;
    text-align:left;
    transition:all .5s ease 0s;
    -moz-transition:all .5s ease 0s;
    -o-transition:all .5s ease 0s;
    -ms-transition:all .5s ease 0s;
    -webkit-transition:all .5s ease 0s;
}
.header-selectors-wrapper > div {
    display: inline-block;
    margin: 0px;
}
.page-title.header-search {
    padding: 0;
}
.search-box.store-search-box {
    position: relative;
    width: 450px;
}
.language-list {
    max-width: 100%;
    font-size: 0;
}
.language-list li {
    display: inline-block;
    margin: 0 1px;
}
.language-list a {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 0;
}
.language-list img {
    position: absolute;
    top: 0;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    margin: auto;
}
/* custom selectors */

.new_select {
    width: auto !important;
    cursor: pointer;
    z-index: 1003 !important;
}
.new_select > span {
    display: block;
    position: relative;
    height: 22px;
    background: #fff;
    padding: 5px 27px 5px 5px;
    line-height: 12px;
    font-size: 11px;
}
.new_select > span:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 20px;
    background: #333 url(/Themes/Nitro/Content/img/arrow-down-white-big.png) no-repeat center;
}
.styleSelect_item {
    top: 24px !important;
    background: #fff;
    right: 0;
    text-align: left;
    box-shadow: 1px 1px 1px #666;
}
.styleSelect_item li {
    padding: 5px;
}
.styleSelect_item li:hover {
    background: #f6f6f6;
}
/*********** FOOTER ***********/



.footer {
    text-align: left;
}
.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-lower-left {
    display: inline-block;
    width: 74%;
}
.footer-lower .footer-block.social-sharing {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 24%;
    text-align:left;
}
.footer-upper .footer-block.phone-block span:last-child, .footer-upper .footer-block.payment-info-block span:last-child {
    font-size: 16px;
}
.footer-upper .footer-block.accepted-payment-methods {
    margin-bottom: 30px;
}
.accepted-payment-methods ul {
    overflow: hidden;
}
.accepted-payment-methods li {
    float: left;
    width: 48px;
    height: 30px;
    background: #fff url(/Themes/Nitro/Content/img/sprite-payment.png) no-repeat;
    margin: 0 0 0 6px;
}
.accepted-payment-methods li:first-child {
    margin: 0;
}
.accepted-payment-methods .method1 {
    background-position: 0 0;
}
.accepted-payment-methods .method2 {
    background-position: -48px 0;
}
.accepted-payment-methods .method3 {
    background-position: -96px 0;
}
.accepted-payment-methods .method4 {
    background-position: -144px 0;
}
.newsletter-subscribe {
    display: block !important;
}
.newsletter .title {
    display:none;
}
.newsletter-email {
    overflow:hidden;
}
.newsletter-email .options {
    clear: both;
    height: 0;
    overflow: hidden;
}
.newsletter-email .options span {
    display:inline-block;
    margin:10px 0 0 0;
}
.newsletter-email .options span + span {
    margin:10px 0 0 5px;
}
.newsletter-email .options span label {
    padding:10px 3px;
}
.newsletter-email input[type="text"] {
    float: left;
    width: 180px;
    height: 30px;
    border: 0;
    background: #fff;
}
.newsletter-email input[type="button"] {
    float: left;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    background: #333 url(/Themes/Nitro/Content/img/btn-newsletter.png) no-repeat center;
    font-size: 0;
}
.newsletter-validation, .newsletter-result-block, .newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}
.newsletter-validation .please-wait {
    display: none !important;
}
.footer-middle {
    background: #212121 !important;
    padding: 25px 0;
}
.footer-middle .footer-centering {
    width: 95%;
    margin: auto;
}
.footer-middle .footer-block {
    width: 230px;
    margin: 0 auto 20px;
    display:inline-block;
    vertical-align:top;
}
.footer-lower .social-sharing p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0;
    text-align:left;
}
.footer-middle .footer-block:last-child {
    margin-bottom: 0;
}
.footer-middle .footer-block h3,
.footer-middle .footer-block .heading {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin:0 0 13px;
}
.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 {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    display:inline-block;
    line-height:26px;
}
.footer-lower {
    overflow: hidden;
    font-size: 11px;
    padding: 5px 0 20px;
    background: #212121;
    color: #666;
}
.footer-disclaimer, .footer-powered-by, .footer-powered-by a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.footer-lower .footer-centering > div {
    display: inline-block;
    margin: 5px;
    vertical-align: bottom;
}
.footer-lower .footer-block.social-sharing {
    
}
.footer-powered-by a, .footer-designed-by a {
    text-decoration: underline;
    color: #fff !important;
}
.footer-tax-shipping a {
    text-decoration: underline;
}
.social-sharing ul {
    font-size: 0;
}
.social-sharing li {
    display: inline-block;
    margin: 0;
}
.social-sharing {
    text-align: right;
}
.social-sharing a {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat:no-repeat;
    background-position: 0 0;
}
.social-sharing .facebook {
    background-image: url(/Themes/Nitro/Content/img/Facebook.png);
}
.social-sharing .twitter {
    background-image: url(/Themes/Nitro/Content/img/Twitter.png);
}
.social-sharing .google {
    background-image: url(/Themes/Nitro/Content/img/Google.png);
}
.social-sharing .pinterest {
    background-image: url(/Themes/Nitro/Content/img/Pinterest.png);
}
.social-sharing .vimeo {
/*background-image: url(/Themes/Nitro/Content/img/Twitter.png);*/
}
.social-sharing .youtube {
    background-image: url(/Themes/Nitro/Content/img/YouTube.png);
}
.social-sharing .rss {
    background-image: url(/Themes/Nitro/Content/img/Instagram.png);
}
.social-sharing a.instagram {
    background-image: url(/Themes/Nitro/Content/img/Instagram.png);
}
.footer-store-theme {
    padding: 10px 0;
    background: #333;
}
.footer-store-theme select {
    width: 170px;
}
/*********** LEFT/RIGHT COLUMN ***********/



.block {
    margin: 0 auto 15px;
    text-align: center;
    width: 330px;
    max-width: 100%;
}
.block .title strong {
    display: block;
    font-weight: normal;
    font-size: 18px;
    background: #aa1122;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.block .listbox {
    position: relative;
    display: none;
    padding: 10px 0;
    margin: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: #a12 transparent transparent;*/
}
.filter-block .title::before{
    display:none !important;
}
.mobile-banners {
    width: 330px;
    margin: 0 auto;
}
.block .list li {
    text-align: left;
}
.myaccount-page.block .list li a {
    border: 2px solid #b9b9ba;
    color: #000000;
    display: block;
    font-weight: 600;
    line-height: 17px;
    margin: -2px 0;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase;
}
.myaccount-page.block .list li a:before{
    display:none;
}
.block .list a {
    color: #000000;
    display: block;
    font-size: 15px;
    line-height: 17px;
    padding: 8px 8px 8px 35px;
    position: relative;
}
.block .list a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    margin: -8px 0 0;
    width: 15px;
    height: 15px;
    border: 1px solid #a12;
    background-color: #a12;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/Themes/Nitro/Content/img/arrow-right.png);
}
.block .sublist {
    padding: 5px 0 5px 25px;
}
.block .sublist a {
    font-size: 14px;
    padding: 8px 8px 8px 25px;
}
.block .sublist a:before {
    border: none;
}
.block.block-recently-viewed-products .list li {
    overflow: hidden;
    padding: 10px 0;
}
.block.block-recently-viewed-products .list a {
    padding: 8px;
}
.block.block-recently-viewed-products .list a:before {
    display: none;
}
.block.block-recently-viewed-products .product-picture {
    float: left;
    margin-right: 10px;
}
.block.block-recently-viewed-products .product-picture a {
    width: 30px;
    position: relative;
    padding: 0;
}
.block.block-recently-viewed-products .product-picture a:before {
    content: "";
    position: static;
    display: block;
    padding-top: 100%;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
}
.block.block-recently-viewed-products .product-picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}
.block.block-recently-viewed-products .product-name {
    margin-left: 40px;
    padding: 0 !important;
    font-size: 13px;
}
.block .view-all {
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: right;
}
.block .view-all a {
    padding: 3px;
}
.block .view-all a:hover {
    color: #a12;
}
.block .tags {
    margin: 0 0 10px;
}
.block .tags ul {
    font-size: 0;
}
.block .tags li, .product-tags-all-page li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    font-size: 16px !important; /*setting base size*/
}
.block .tags li a, .product-tags-all-page li a {
    float: left;
    line-height: 30px;
}
.poll strong {
    display: block;
    margin: 0 0 10px;
}
.home-page .poll strong {
    font-size: 14px;
    font-weight: 500;
    color: #a12;
    text-transform: uppercase;
}
.poll-options, .poll-results {
    margin: 0 0 15px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 0 0 5px;
}
.poll-options li, .poll-results li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
}
.poll-options li > * {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.vote-poll-button {
    background: #333;
    padding: 7px 14px;
    border: 1px solid #333;
    color: #fff;
    box-shadow: inset 0 0 0 1px transparent;
}
.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: 500;
}
/********** CATEGORY PAGE **********/



.filters-button {
    display: none;
}
.breadcrumb {
    margin: 0 0 20px;
    text-align: left;
}
.breadcrumb ul {
    font-size: 0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li .current-item {
    font-weight: normal;
    margin: 0 0 0 5px;
    color: #920909;
}
.breadcrumb li * {
    margin: 0 3px;
    font-size: 14px; /*reset zeroing*/
    line-height: 32px;
}
.breadcrumb strong {
    color: #a12;
}
.breadcrumb a:hover * {
    text-decoration: underline;
}
.category-description, .manufacturer-description, .vendor-description {
    margin: 0 0 20px;
}
/*default filters*/
.product-filters {
    display: none;
    border-bottom:1px solid #ccc;
    padding:10px 5px;
    margin:0 0 20px;
    overflow:hidden;
}
.product-filters .product-filter {
    min-width:300px;
    margin:0 auto 14px;
    text-align:left;
    width:90%;
}
.product-filters .product-filter li, .product-filters .filter-title {
    color: #000000;
    display: block;
    font-size: 15px;
    line-height: 17px;
    padding: 8px;
    position: relative;
    -webkit-transition:all .2s ease;
    -ms-transition:all .2s ease;
    transition:all .2s ease;
}
.product-filters .filtered-items {
    display:inline-block;
    display: block;
    font-size: 15px;
    line-height: 17px;
}
.product-filters .filtered-items .title {
    text-transform: uppercase;
}
.product-filters .filtered-items > span {
    font-weight:500;
    display:block;
    padding:8px;
}
.product-filters .filtered-items li:hover {
    background:none;
}
.product-filters .remove-filter {
    color:#920909;
    text-decoration:underline;
    display:inline-block;
}
.product-filters .remove-filter a {
    padding:8px;
}
.product-filters .filter-title {
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
    margin:0 0 5px;
}
.product-selectors {
    margin: 0 0 20px;
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #a12;
}
.product-selectors:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.product-selectors > div {
    display: inline-block;
    margin: 5px;
}
.product-selectors select {
    margin: 0 3px;
    text-transform: lowercase;
}
.item-grid:after, .product-grid:after, .product-list:after, .manufacturer-grid:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.item-box {
    position: relative;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}
.item-box:last-child {
    padding:0;
    border:0;
}
.item-box .product-item {
    position: relative;
    z-index: 1;
    padding: 0 0 15px;
}
.item-box .picture {
    z-index: 1;
    overflow: hidden;
    margin: 0 0 10px;
    position:relative;
}
.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: 33px; /* 40px = 2 lines */
    font-size: 15px;
    line-height: 16px;
    margin: 0 0 2px;
    overflow: hidden;    
    text-align: center!important;
}
.product-grid .item-box .sku {
    font-size: 0.7em;
    margin: 0px 0 7px;
}
.product-grid .item-box .add-info {
    margin: 0 0 7px;
}
.item-box .product-title a {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.item-box .product-rating-box {
    font-size: 0;
    margin: 0px;
}
.item-box .rating {
    display: inline-block;
    height: 16px;
    width: 89px;
    background: url(/Themes/Nitro/Content/img/rating-empty.png) 0 0 no-repeat;
}
.item-box .rating div {
    height: 16px;
    background: url(/Themes/Nitro/Content/img/rating-full.png) 0 0 no-repeat;
}
.item-box .prices {
    margin: 0px;
    overflow: hidden;
}
.item-box .old-price {
    color: #4d4d4d;
    font-weight: 500;
    text-decoration: line-through;
}
.item-box .prices span {
    margin:0 3px;
    font-size:15px;
    white-space:nowrap;
}
.dis-price {
    color: #920909;
    font-weight: 400;
}
.item-box .actual-price {
    color: #a12;
    font-weight:500;
}
.item-box .base-price-pangv {
    margin: 5px 0 0;
}
.item-box .buttons {
    margin: 0;
    font-size: 0;
    display: inline-block;
    background:none !important;
}
.item-box .buttons:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.item-box .compare-products {
    float: left;
}
.item-box .add-to-compare-list-button {
    background-image: url(/Themes/Nitro/Content/img/btn-compare.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 40px;
    border: none;
    padding: 0 0 0 34px;
    color: #920909;
    text-align: left;
    text-transform: uppercase;
    background-color:transparent;
    width:34px;
}
.add-to-wishlist.add-wishlist-products {
    float: left;
}
.add-wishlist-products .add-to-wishlist-button {
    background-image: url(/Themes/Nitro/Content/img/Red-Heart.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 40px;
    border: none;
    padding: 0 0 0 34px;
    color: #920909;
    text-align: left;
    text-transform: uppercase;
    background-color:transparent;
    font-weight:500;
    font-family: 'Roboto', sans-serif;
    width:34px;
}
.item-box .add-wishlist-products:hover .add-to-wishlist-button{
    background-color:transparent !important;
    font-size: 13px;
    width:143px;
}
.item-box .product-box-add-to-cart-button {
    border: 0;
    padding: 12px 5px 12px 32px;
    background-color: transparent !important;
    background-image: url(/Themes/Nitro/Content/img/btn-buy.png);
    background-position: left;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight:500;
    text-transform: uppercase;
    color: #920909;
    float: left;
    height: 40px;
    font-family: 'Roboto', sans-serif;
}
.item-box .compare-products:hover .add-to-compare-list-button {
    background-color:transparent !important;
    font-size: 13px;
    font-weight:500;
    padding: 12px 8px 12px 32px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    width:96px;
}
 .item-box .compare-products:hover + .ajax-cart-button-wrapper .product-box-add-to-cart-button, .item-box .quick-view-button:hover ~ .ajax-cart-button-wrapper .product-box-add-to-cart-button {
 background-color: #999;
 font-size: 0;
 padding: 12px 0 12px 40px;
 width: 44px;
}
.item-box .description {
    display: none;
    overflow: hidden;
    background: rgba(255,255,255,0.9);
    text-align: justify;
}
.item-box .hover-content .description {
    border: 10px solid #fff;
    height: 193px;
    line-height: 1.3;
}
.home-page-category-grid, .sub-category-grid, .manufacturer-grid {
    margin: 0 0 20px;
}
.product-grid, .product-list {
    margin: 0 0 20px;
}
.product-grid .title, .news-list-homepage .title {
    padding:0 10px;/* margin: 0 0 20px;
    position: relative;
    text-align: center;*/
}
.product-grid .title:before, .news-list-homepage .title:before {
/*content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #a12;
    z-index: 1;*/
}
.product-grid .title strong, .news-list-homepage .title strong {
/*display: inline-block;
    min-width: 150px;
    font-weight: normal;
    font-size: 17px;
    background: #a12;
    color: #fff;
    padding: 13px 25px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;*/
}
.product-grid .title strong:after, .news-list-homepage .title strong:after {
/*  content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -27px;
    border-style: solid dashed dashed;
    border-width: 8px 27px 0 27px;
    border-color: #a12 transparent transparent;*/
}
.order-summary-content form > .cross-sells {
    margin: 40px 0 20px;
}
.pager {
    margin: 0 0 30px;
}
.pager ul {
    text-align: center;
    font-size: 0;
}
.pager li {
    display: inline;
    margin: 3px 5px;
}
.pager li * {
    display: inline;
    min-width: 32px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 7px;
    text-align: center;
    font-size: 14px; /*reset zeroing*/
    cursor: pointer;
    background: #eee;
}
.pager li span {
    background-color: #a12;
    border-color: #a12;
    color: #fff;
}
.pager .prev-page a, .pager .next-page a {
    padding: 7px 14px;
}
/* categories & sub-categories */

.item-box .title a {
    display: block;
    background: #a12;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    border-top: 1px solid #a12;
    padding: 13px;
}
/* manufacturers */

.item-box .manufacturer-item .title, .item-box .vendor-item .title {
    display: none;
}
.home-page-manufacturers .item-box {
    width: 49%;
    float: left;
    margin: 0 0 0 2%;
}
.home-page-manufacturers .item-box:nth-child(2n+1) {
    margin-left: 0;
}
.home-page-manufacturers .item-box .picture a:before {
    padding-top: 50%;
}
/* vendors */

.contact-vendor .button-2 {
    background: #212121 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 15px;
    margin: 0 0 20px;
    min-width: 150px;
    padding: 6px 14px;
}
/********** PRODUCT PAGE **********/



.product-essential {
    margin: 0 0 20px;
}
.product-essential:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.gallery {
    margin: 0 0 20px;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
.gallery .picture {
    position: relative;
    max-width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
    background: #fff;
}
.gallery .picture:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.gallery .picture img, .gallery .picture-thumbs img, .variant-picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
}
.gallery .thumb-item {
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 0 16px 16px;
    overflow: hidden;
    border:2px solid #ddddde;
}
.gallery .thumb-item:nth-child(4n+1) {
    margin-left: 0;
}
.overview {
    position: relative;
    margin: 0 0 20px;
}
.overview .discontinued-product {
    margin: 0 0 10px;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.overview .product-name {
    margin: 0 0 15px;
}
.overview .product-name h1 {
    font-weight: 500;
    font-size: 20px;
}
.overview .short-description {
    margin: 0 0 15px;
}
.overview .buttons, .overview-buttons {
    font-size: 0;
    margin: 0 0 10px;
}
.back-in-stock-subscription, .download-sample {
    margin: 10px 0 15px;
    font-size: 0;
}
.overview .buttons div, .overview-buttons div {
    display: inline-block;
    margin: 0 15px 0 0;
}
.overview .non-discounted-price {
    display: none;
}
.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;
}
.overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button, .overview .add-to-compare-list-button {
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 30px;
    border:none;
    width:30px;
    display:inline-block;
    background-color:transparent !important;
    text-align:center;
}
.overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button{
    background-image: url(/Themes/Nitro/Content/img/Red-Heart.png);
}
.overview .add-to-compare-list-button{
    background-image: url(/Themes/Nitro/Content/img/btn-compare.png);
}
.overview .add-to-cart.sevenspikes-ajaxcart {
    float:left;
}
.overview .buttons.overview-button {
    float:left;
    margin: 22px 0 0;
}
.email-a-friend {
    margin: 0 0 20px;
}
.email-a-friend-button {
    display: inline-block;
    font-size: 13px;
    color: #a12;
    text-decoration: underline;
    background: 0;
    border: 0;
}
.overview .sku, .variant-overview .sku, .overview .gtin, .variant-overview .gtin, .overview .stock, .variant-overview .stock, .overview .delivery-date, .variant-overview .delivery-date, .overview .product-vendor, .variant-overview .product-vendor, .overview .manufacturers, .manufacturer-part-number {
    /*margin: 0px;*/
}
.overview .label, .variant-overview .label {
    font-weight: 500;
    margin: 0 5px 0 0;
    font-size:13px;
    display:inline-block;
    width:100px;
}
.additional-details .additional-details label{
    
}
.additional-details .additional-details span{
    font-size:13px;
    font-weight:normal;
}
.additional-details .sku .value {
    font-size: 13px;
}
.overview .value a, .variant-overview .value a, .overview .value {
    font-weight: normal;
    font-size:13px;
}
.free-shipping {
    display: inline-block;
    margin: 5px auto;
    padding: 0px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #a12;
}
.overview .delivery {
    margin: 0px;
}
.overview .manufacturers {
   
}
.product-no-reviews, .product-reviews-overview {
    display: inline-block;
    margin: 10px 0 20px;
}
.product-no-reviews a {
    text-decoration: underline;
}
.product-review-box {
    display: inline-block;
    margin: 0 0 5px;
}
.product-review-box .rating {
    width: 89px;
    height: 16px;
    background: url(/Themes/Nitro/Content/img/rating-empty.png) no-repeat;
}
.product-review-box .rating div {
    height: 16px;
    background: url(/Themes/Nitro/Content/img/rating-full.png) no-repeat;
}
.overview .prices, .variant-overview .prices {
    margin: 10px 0;
    overflow: hidden;
}
.overview .prices > div, .variant-overview .prices > div {
    
}
.overview .old-product-price, .variant-overview .old-product-price {
    font-size: 14px;
    color: #333;
    text-decoration: line-through;
}
.overview .old-product-price label, .variant-overview .old-product-price label {
    vertical-align: baseline;
}
.overview .old-product-price label {
    display: none;
}
.overview .old-product-price span {
    font-size: 24px;
    color:#767777;
}
.overview .old-product-price {
    display: inline-block;
    margin: 0 10px 0 0;
}
.overview .product-price, .variant-overview .product-price {
    font-size: 24px;
    color: #000;
}
.overview .product-price {
    display: inline-block;
    margin: 0px;
    vertical-align:middle;
}
.product-price > label {
    display: none;
}
.overview .tax-shipping-info a, .variant-overview .tax-shipping-info a {
    font-weight: 500;
    text-decoration: underline;
}
.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}
.customer-entered-price > div {
    display: inline-block;
}
.customer-entered-price .price-input {
    margin: 0 5px;
}
.customer-entered-price .enter-price-input {
    width: 50px;
    background: #fff;
    text-align: center;
}
.customer-entered-price .price-range {
    font-weight: 500;
}
.overview .add-to-cart {
    margin: 13px 15px 20px 0;
}
.overview .min-qty-notification, .variant-overview .min-qty-notification {
    margin: 0 0 10px;
    font-weight: 500;
}
.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: 38px;
    margin: 6px 10px 0 0px;
    border: 0;
    text-align: center;
    font-size: 15px;
    outline: 1px solid #ddddde !important;
    outline-offset: 0;
    background:#f3f3f4;
}
.overview .qty-dropdown, .variant-overview .qty-dropdown {
    width: auto;
}
.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    border: 0;
    padding: 0px 15px;
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    background-color: #920909 !important;
    font-size:16px;
    font-weight:500px;
    border-radius:1px;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    margin: 5px 0 0 5px;
    height:40px;
}
.overview .add-to-cart .add-to-wishlist-button {
    display: none; /*removes the old button*/
}
.product-share-button {
    display: inline-block;
    overflow: hidden;
}
#back-in-stock-notify-me {
    display: inline-block;
    margin: 5px 0 0;
    background: #333;
    padding: 7px 14px;
    border: none;
    color: #fff;
}
.full-description {
    clear: both;
    margin: 0 0 20px;
    line-height: 20px;
}
.productTabs-body .full-description h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}
.productTabs-body .full-description strong, .productTabs-body .full-description h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    max-width: 100%;
}
.productTabs-body .full-description h3 {
    margin: 15px 0 0;
}
.productTabs-body .full-description p{
     margin: 10px 0;
     font-size: 16px;
    line-height: 24px;
}
.productTabs-body .full-description ul li, .productTabs-body .full-description ul li a {
    font-size: 16px;
    line-height: 24px;
    margin:4px 0;
   
}
.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: #920909;
}
.product-variant-line {
    margin: 0 0 30px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 20px;
}
.product-variant-line:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.variant-picture {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.variant-overview {
    width: 100%;
}
.variant-overview .variant-name {
    margin: 0 0 10px;
    font-size: 18px;
}
.variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 20px;
}
.variant-overview .add-to-wishlist-button {
    display: block;
    float: none;
    clear: both;
    margin: 5px auto 0;
}
/*Jquery Tabs start*/
.ui-tabs {
    margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
    overflow: hidden;
}
.ui-tabs .ui-tabs-nav li {
    margin-bottom:1px;
}
.ui-tabs .ui-tabs-nav li:last-child {
    margin: 0;
}
.ui-tabs .ui-tabs-nav li a {
    background: #eeeeee;
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    padding: 7px 24px;
    border: 1px solid #d7d7d8;
    margin:0 -1px 0 0;
}
.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: #373d4b !important;
    color: #fff;
    border:1px solid transparent !important;
}
.ui-tabs .ui-tabs-panel {
    background-image: url(/Themes/Nitro/Content/img/divider.png);
    background-repeat: repeat-x;
    background-position: left top;
    min-height: 40px;
    background-color: #fff;
    padding: 30px 0 0;
}

.ui-tabs .ui-tabs-panel p {
    margin: 10px 0;
    line-height: 20px;
}
.ui-tabs .ui-tabs-hide {
    display: none;
}
/*Jquery Tabs end*/

.product-specs-box {
    margin: 0 0 20px;
}
.product-specs-box a {
    font-weight: normal !important;
    color: #a12;
}
.product-tags-box {
    margin: 0 0 20px;
}
.product-tags-list {
    font-size: 0;
}
.product-tags-list li {
    display: inline-block;
    font-size: 12px; /*reset zeroing*/
}
.product-tags-list li.separator {
    margin: 0 5px 0 3px;
}
.product-tags-list a {
    display: inline-block;
    line-height: 24px;
}
.attributes {
    margin: 20px 0;
}
.attributes dl {
    overflow: hidden;
}
.attributes dt {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
    font-weight: 500;
}
.attributes dd {
    margin: 0 0 10px;
}
.attributes li {
    margin: 10px 0;
}
.attributes select {
    width: 100%;
    max-width: 300px;
}
.attributes .qty-box {
    margin: 15px 0;
}
.attributes .qty-box label {
    display: none;
}
.attributes .qty-box input {
    height: 32px;
}
.attributes .option-list li > * {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle;
}
.attributes .datepicker {
    width: 280px;
    text-align: center;
}
.ui-datepicker {
    width: 280px;
    background-color: #fff;
    text-align: center;
}
.ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: #333;
    color: #fff;
}
.ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url(/Themes/Nitro/Content/img/calendar-prev.png) center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url(/Themes/Nitro/Content/img/calendar-next.png) center no-repeat;
}
.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
.ui-datepicker-calendar th {
    background-color: #eee;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ccc;
}
.ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
    display: block;
    min-height: 32px;
    line-height: 32px;
}
.attribute-squares {
    font-size: 0;
}
.attribute-squares li {
    display: inline-block;
    margin: 0;
}
.attribute-squares label {
    height: 35px;
    overflow: hidden;
}
.attribute-square-container {
    display: block;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 3px;
    position: relative;
    z-index: 1;
}
.attribute-square-container span {
    display: block !important;
    width: 26px !important;

    height: 26px !important;
    border: 1px solid #c9c9c9 !important;
    border-radius: 100%;
    background-size: 100% !important;
    cursor: pointer;
}
.selected-value .attribute-square-container {
    border-color: #c9c9c9;
}
.attribute-squares input[type="radio"] {
    position: relative;
    z-index: -1;
    margin: -45px 0 0;
}
.attribute-squares .tooltip-container {
    display: none !important;
}
.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}
.giftcard div {
    margin: 0 0 10px;
}
.giftcard label {
    display: block;
    margin: 0 0 5px;
}
.giftcard input, .giftcard textarea {
    width: 350px;
    max-width: 100%;
}
.giftcard textarea {
    height: 150px;
}
/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    font-style: italic;
}
.product-reviews-page h1 a:before, .product-reviews-page h1 a:after {
    content: "''";
}
.product-reviews-page .title {
    display: none;
}
.write-review {
    margin: 0 0 30px;
}
.write-review .form-fields {
    margin: 0 0 15px;
    border: 1px solid #ddd;
    padding: 20px 10px;
}
.write-review .review-rating {
    text-align: left;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
}
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
    display: inline-block;
    margin: 0 10px 0 0px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}
.write-review .review-rating li.first {
    color: #920909;
}
.write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
}
.write-review .review-rating li:nth-child(2) input {
    vertical-align: baseline;
}
.write-review .review-rating li.last {
    color: #690;
}
.write-review .captcha-box {
    margin: 15px 0 0;
}
.write-review .button-1 {
    background: #363d4b;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 6px 14px;
    text-transform: uppercase;
}
.product-reviews-page .result, .product-reviews-page .message-error {
    margin: 0 0 20px;
}
.product-review-list {
    overflow: hidden;
}
.product-review-item {
    margin: 0 0 30px;
}
.product-review-item .review-item-head {
    margin: 0 0 10px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 7px 10px;
}
.product-review-item .review-title {
    float: left;
    font-size: 16px;
    color: #a12;
}
.product-review-item .review-title strong {
    font-weight: normal;
}
.product-review-item .product-review-box {
    float: right;
    margin: 0;
}
.product-review-item .review-text {
    margin: 0 0 15px;
}
.product-review-item .review-info {
    margin: 0 0 5px;
}
.product-review-item .review-info a, .product-review-helpfulness .vote {
    display: inline-block;
    padding: 0 10px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}
.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}
.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}
.product-review-item .reply {
    margin: 20px 0 0;
    padding: 20px;
    background: #f9f9f9;
}
.product-review-item .reply-header {
    margin: 0 0 10px;
    font-weight: 500;
}
/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
    margin: 0 0 20px;
}
.wishlist-content .message-error {
    margin: 5px 0 0;
    position: relative;
    text-align: left;
}
.wishlist-content .tax-shipping-info {
    margin: 0 0 20px;
    text-align: center;
}
.wishlist-content .tax-shipping-info a {
    font-weight: 500;
    text-decoration: underline;
}
.wishlist-content .buttons {
    font-size: 0;
}
.wishlist-content .button-2 {
    margin: 0 5px 5px;
    padding: 7px 14px;
    font-size: 15px;
    border: 1px solid transparent;
}
.update-wishlist-button, .wishlist-add-to-cart-button {
    background: #333;
    color: #fff;
}
.email-a-friend-wishlist-button {
    background: #eee;
    color: #333;
}
.wishlist-page .share-info {
    text-align: center;
}
.wishlist-page .share-info a {
    display: block;
    margin: 0 0 5px;
    font-weight: 500;
    color: #a12;
}
.compare-products-page {
    position: relative;
    overflow: hidden;
}
.compare-products-table .overview p:last-child {
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
    margin:30px 0 0 0;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-page .clear-list {
    display: inline-block;
    margin: 0px;
    padding: 0;
    font-weight: 400;
    color: #920909;
    text-decoration:none;
}
.compare-products-page .button-2 {
    display: inline-block;
    font-weight:300;
    border:none;
}
.compare-products-table .overview td{
    position:relative;
}
.compare-products-table .compare-add-to-cart-button{ 
     border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 3px 14px;
    text-transform: uppercase;
    background:#920909;
    font-weight:400;
}
.compare-products-table .compare-buy-now-button {
    margin: 12px 0 5px;
    text-align: center;
}
.compare-products-table .compare-remove-btn, .compare-products-table .clear-list-link{
    border-bottom: 2px solid #bababa;
    left: -1px;
    padding: 5px 10px;
    position: absolute;
    top: -1px;
    width: 100%;
    text-align:right;
}
/*********** TOPICS ***********/



.topic-block {
    margin: 0 0 20px;
}
.home-page .topic-block {
  width:1000px;
  max-width:98%;
  margin:25px auto 0;
}
.topic-block-title {
    margin: 0 0 10px;
}
.topic-block-title h2 {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #a12;
}
.topic-html-content-body {
    line-height: 20px;
}
.topic-block a, .topic-page a {
    text-decoration: underline;
}
.topic-page .page-body {
    line-height: 20px;
}
.popup-window .topic-page {
    padding: 15px;
}
.topic-password {
    text-align: center;
}
.enter-password-title {
    margin: 0 0 10px;
    color: #920909;
}
.enter-password-form {
    display: inline-block;
    overflow: hidden;
}
.enter-password-form input[type="password"] {
    float: left !important;
    width: 200px !important;
    height: 36px !important;
    margin-right: -1px;
}
.enter-password-form input[type="submit"] {
    float: left !important;
    width: auto !important;
    height: 36px !important;
    border: none !important;
    background: #333 !important;
    padding: 0 20px !important;
    font-size: 16px !important;
    color: #fff !important;
}
.password-error {
    margin: 0 0 10px;
}
/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .form-fields, .email-a-friend-page .form-fields, .apply-vendor-page .form-fields {
    margin: 0 0 15px;
    border: 1px solid #ddd;
    padding: 10px;
}
.contact-page .message-error, .email-a-friend-page .message-error, .apply-vendor-page .message-error {
    margin: 0 0 10px;
}
.contact-page .buttons .button-1, .email-a-friend-page .buttons .button-1, .apply-vendor-page .buttons .button-1 {
    background: #363d4b;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 6px 14px;
    text-transform: uppercase;
}
.email-a-friend-page .title {
    margin: 0 0 15px;
}
.email-a-friend-page .title h2 {
    font-weight: normal;
}
/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.block-account-navigation {
    width: 300px !important;
    float: none !important;
    margin: 0px auto !important;
}
.registration-page .fieldset:nth-child(2) select, .account-page .fieldset:nth-child(3) select, .inputs.date-of-birth select {
    width: 72px; /*birth-date selectors, always single line*/
    font-size:13px;
}
.registration-page select + select, .account-page select + select {
    margin: 0 0 0 10px;
}
.gender {
    display: inline-block;
}
.gender > span {
    margin:0 4px;
}
.gender > span > * {
    display: inline-block !important;
    vertical-align: middle;
    line-height: 32px;
}
.gender > span label {
    width: auto !important;
}
#check-availability-button {
    margin: 10px 0 0;
    padding: 5px 12px !important;
    font-size: 14px !important;
}
#username-availabilty {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
}
#username-availabilty:empty {
    display: none;
}
.vat-status, .vat-note {
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 12px; /*reset zeroing*/
}
.accept-privacy-policy {
    margin: 0 0 20px;
    text-align: center;
}
.accept-privacy-policy > * {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
}
.accept-privacy-policy a {
    font-weight: 500;
}
.registration-page .buttons {
    padding: 0;
}
.registration-page .register-page-button .fieldset {
    float: left;
    width: 53%;
    margin:12px 0 0 0;
}
.register-btn {
    float: right;
    width: 46%;
}
.register-btn .register-next-step-button {
    width: 100%;
    background: #920909 !important;
}
.registration-page .register-page-button .inputs label {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 0 8px;
    width: auto !important;
}
.buttons.register-page-button {
    text-align: right;
    width: 100%;
    max-width:500px;
}
.registration-page .buttons .button-1, #check-availability-button, .registration-result-page .button-1, .login-page .buttons .button-1, .password-recovery-page .buttons .button-1, .account-page .buttons .button-1, .account-page .subscription-list .button-2, .return-request-page .buttons .button-1 {
    background: #363d4b;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 6px 14px;
    text-transform: uppercase;
}
.returning-wrapper .button-1.login-button{
    background: #920909;
    width:100%;
}
.returning-wrapper.fieldset > form {
    margin: 0 auto;
    width: 230px;
}
.registration-result-page .result {
    margin: 0 0 20px;
    color: #690;
}
.login-page .customer-blocks {
    margin: 0 0 30px;
}
.login-page .title {
    margin: 0px;
    position: relative;
    text-align: left;
}
.login-page .title:before {
    /*content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #ccc;
    z-index: 1;*/
}
.external-authentication .title {
    display: none;
    background: #920909;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 24px;
    position: relative;
    text-transform: uppercase;
}
.external-authentication .title::before {
    display: none;
}
.external-authentication .title:after {
    border-color: #920909 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid dashed dashed;
    border-width: 8px 27px 0;
    content: "";
    left: 50%;
    margin-left: -27px;
    position: absolute;
    top: 100%;
    z-index: -1;
}
.external-authentication .buttons {
    border: none;
}
.login-page .title strong {
    /*background-image: url(/Themes/Nitro/Content/img/divider.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    min-height: 40px;*/
    color: #212121;
    font-size:18px;
    margin:10px 0;
    padding:0;
    text-transform: uppercase;
    font-style: italic;
    font-weight:600;
    display:inline-block;
    width:100%;
    background-color:transparent !important;
}
.checkout-as-guest-inner {
    margin: 0 auto;
    width: 335px;
    text-align:left;
}
.checkout-as-guest-or-register-block .buttons {
    text-align: center;
    margin:0;
}
.checkout-as-guest-inner .title {
    padding: 0px;
}
.checkout-as-guest-inner .text {
    padding: 0px;
    height:142px;
}
.returning-wrapper input[type="text"], .returning-wrapper input[type="password"]{
    width:230px;
}
.returning-wrapper .form-fields{
    margin:0;
}
.login-page .title strong:after {
    /*content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -27px;
    border-style: solid dashed dashed;
    border-width: 8px 27px 0 27px;
    border-color: #a12 transparent transparent;*/
}

.login-page .new-wrapper {
    margin: 0 0 30px;
}
.login-page .text {
    margin: 0 0 20px;
}
.login-page .inputs.reversed * {
    margin: 5px 0;
    font-size: 12px; /*reset zeroing*/
}
.forgot-password {
    display: inline-block;
}
.external-authentication {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}
.external-authentication fieldset {
    float: none !important;
}
.password-recovery-page .tooltip {
    margin: 0 0 20px;
}
.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: 500;
}
.account-page .button-2 {
    margin: 0;
    padding: 4px 15px;
    background: #363d4b;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
}
.account-page .edit-address {
    margin: 0 0 20px;
}
.account-page .description {
    margin: 0 0 20px;
}
.email-to-revalidate, .email-to-revalidate-note {
    display: block;
    margin: 10px 5px;
    vertical-align: middle;
    font-size: 12px;
    white-space: normal;
}
.address-list, .order-list {
    margin: 0 0 30px;
    overflow: hidden;
}
.address-item, .order-item {
    width: 280px;
    text-align: left;
    margin: 0 auto 10px;
}
.address-item .title, .order-item .title {
    padding: 10px 3px;
    margin: 0;
    font-size: 15px;
}
.address-item .title, .order-item .title strong, .address-item .title strong {
    font-size: 18px;
    font-weight: 400;
}
.address-item .buttons {
    text-align: left;
}
.address-item .info, .order-item .info {
    margin: 0 0 5px;
    padding: 10px 3px;
    line-height: 20px;
    font-size:14px;
}
.address-item .buttons, .order-item .buttons {
    padding: 10px 0;
    margin: 0;
}
.address-list-page .add-button {
    margin: 0 0 15px;
    text-align: center;
}
.add-address-button {
    margin: 0;
    padding: 6px 15px;
    background: #363d4b;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    min-width:150px;
}
.return-request-list-page .section {
    border-bottom: 1px solid #a12;
    padding: 10px;
}
.return-request-list-page a {
    font-weight: 500;
}
.return-request-list-page .comments {
    margin: 10px 0;
    border-top: 1px dashed #ccc;
    padding: 15px 0 0;
}
.reward-points-overview, .reward-points-history .title {
    margin: 0 0 15px;
}
.reward-points-history .title {
    font-size: 15px;
}
.reward-points-history .pager {
    margin: 0;
}
.avatar-page .message-error {
    margin: 0 0 10px;
}
.avatar-page .fieldset {
    margin: 0 0 15px;
}
.avatar-page .image {
    margin: 0 0 10px;
}
.avatar-page .image img {
    border: 1px solid #ccc;
}
.avatar-page input[type="file"] {
    width: 175px;
    overflow: hidden;
}
.avatar-page input[type="submit"] {
    padding: 7px 10px;
}
.avatar-page .info {
    margin: 0 0 20px;
}
.vendorinfo-page .vendor-picture {
    margin: 10px 0 -10px;
    text-align: center;
}
.vendorinfo-page .vendor-picture img {
    display: block;
    margin: 0 auto 10px;
}
.change-password-page .form-fields {
    max-width: 350px;
    width: 100%;
}
.change-password-page .form-fields .inputs label {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 5px;
    text-align: left;
    width: auto;
}
.change-password-page .form-fields .inputs input {
    width: 100%;
}
.change-password-page .form-fields .buttons {
    text-align: right;
}
.inputs.custom-attributes .option-list li>* {
    display:inline-block;
    margin:0;
    padding:0 0 0 3px;
}
.user-agreement-page {
    text-align:center;
}
.terms-of-agreement {
    padding:10px 0 30px 0;
    text-align:center;
}
.user-agreement-page .button-1 {
    background: #212121 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-size: 15px;
    padding: 8px 18px;
}
/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
    margin: 0 0 20px;
    text-align: center;
}
.order-progress ul {
    font-size: 0;
}
.order-progress li {
    display: inline-block;
    margin: 0 15px;
    text-align: center;
    position:relative;
}
.order-progress a {
    display: block;
    font-size: 14px; /*reset zeroing*/
}
.order-progress a:before {
    background: rgba(0, 0, 0, 0) !important;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    content: "";
    height: 7px;
    position: absolute;
    right: -12px;
    top: 6px;
    transform: rotate(40deg);
    width: 7px;
}
.order-progress li:last-child a::before{
    display:none;
}
.order-progress li.active-step a {
    cursor: pointer;
}
.order-progress li.inactive-step a {
    opacity: 0.3;
    cursor: default;
}
.checkout-buttons{
    text-align:right;
}
.shopping-cart-page .button-1 {
    margin: 0px;
    padding: 6px 14px;
    background: #920909 !important;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
}
.checkout-page .button-1, .checkout-page .order-completed .button-2 {
    background: #920909;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 6px 14px;
    text-transform: uppercase;
}
.wishlist-page-inner .common-buttons input[type="submit"]{  
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 6px 14px;
    text-transform: uppercase;
}
.wishlist-page-inner .common-buttons .continue-shopping-button{ 
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 6px 14px;
    text-transform: uppercase;
}

.wishlist-page-inner .common-buttons{
    text-align:right;
}
.wishlist-page-inner .common-buttons .continue-shopping-button{
    background:#363d4b;
    float:left;
}
.wishlist-page-inner .common-buttons .update-wishlist-button{
    background:#363d4b;
}
.wishlist-page-inner .common-buttons .wishlist-add-to-cart-button{
    background: #920909;
    float:right;
    margin-left:15px !important;
}
.conferm-page-order-summery table {
    margin: 0 0 10px;
}
.checkout-page .button-2 {
    border: 1px solid #ccc;
    padding: 7px 14px;
    background: #eee;
    color: #333;
    font-size: 12px;
}
.remove-discount-button, .remove-gift-card-button {
    width: 16px;
    height: auto;
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
    background: #fff url(/Themes/Nitro/Content/img/close.png) center no-repeat;
    cursor: pointer;
}
.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 13px;
}
.selected-checkout-attributes, .order-summary-content .tax-shipping-info {
    margin: 0 0 20px;
    text-align: center;
}
.shopping-cart-page .common-buttons {
    font-size: 0;
}
.common-buttons .continue-shopping-button {
    float: left;
}
.common-buttons .update-cart-button{
    float:right;
}
.shopping-cart-page .common-buttons input {
    min-width: 150px;
    margin: 0 5px 5px;
    padding: 6px 14px;
    background: #363d4b;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
}
.checkout-attributes {
    margin: 20px 0 0;
    text-align: center;
}
.checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: 500;
}
.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: 490px;
    max-width: 100%;
    margin: 0 auto 30px;
    text-align:left;
}
.cart-footer .total-info {
    margin: 0 0 20px;
}
.cart-total label, .cart-total label + * {
    vertical-align: initial;
}
.cart-total td {
    width: 50%;
    border: none;
    padding: 7px 15px;
}
.cart-total tr td:nth-child(2) {
    text-align: right;
}
.cart-total .shipping-cost, .cart-total .tax-rate{
    background:#eeeeee;
}
.cart-total {
    border: 1px solid #dddddd;
}
.cart-total .shipping-cost, .cart-total .order-total {
    border-top: 1px solid #dddddd;
}
.cart-total .order-total td.cart-total-left {
    color:#000;
}
.cart-total .order-total {
    font-size: 16px;
    color: #920909;
}
.terms-of-service {
    margin: 0 0 20px;
    text-align:center;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}
.cart-footer .button-1 {
    font-size: 18px;
}
.addon-buttons {
    margin: 20px 0 0;
}
.cart-collaterals {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
}
.cart-collaterals > div {
    margin: 0 0 30px;
}
.cart-collaterals .title {
    margin: 0px;
    font-size: 16px;
}
.cart-collaterals .coupon-box strong {
    font-size: 16px;
    font-weight: 500;
}
.cart-collaterals .giftcard-box strong{
    font-weight:500;
}
.cart-collaterals .hint {
    margin: 0 0 5px;
    font-style:italic;
}
.cart-collaterals .deals > div {
    margin: 0 0 10px;
}
.cart-collaterals .coupon-code {
    overflow: hidden;
    font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
    margin: 0 -1px 0 0;
    max-width:150px;
}
.cart-collaterals .coupon-code input[type="submit"] {
    height: 34px;
    border: 1px solid #ccc;
    padding: 0px 14px;
    background: #bababa;
    color: #000;
    font-size: 16px;
    vertical-align: middle;
    text-transform:uppercase;
    font-weight:400;
    font-family: 'Roboto', sans-serif;
}
.cart-collaterals .deals .giftcard-box, .cart-collaterals .deals .coupon-box{
    width:49%;
    float: none;
    margin: 0;
    padding-right: 5px;
    display:inline-block;
    vertical-align:top;
}
.order-summary-content .buttons {
    float: left;
    width: 100%;
    text-align:left;
}
.shipping-options .inputs label, .shipping-options .button, .shipping-options .inputs{
    text-align:left;
}
.shipping-options .zip-input {
    width: 127px !important;
}
.cart-collaterals .message {
    margin: 5px 0 0;
    color: #920909;
}
.cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #690;
}
.cart-collaterals .estimate-shipping-button {
    margin: 0px;
    padding: 6px 14px;
    background: #363d4b;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
}
.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: 0px;
    position: relative;
    text-align: left;
}
.checkout-page .section .title:before {
    /*content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #a12;
    z-index: 1;*/
}
.checkout-page .section .title strong, .order-confirm-page .section .title strong {
    color: #212121;
    font-size:24px;
    margin:20px 0 10px;
    padding:0;
    text-transform: uppercase;
    font-style: italic;
    font-weight:600;
    display:inline-block;
    width:100%;
    background-color:transparent !important;
    text-align:left;
    
}
.order-review-data .order-review-data-heading{
    margin:0;
}
.conferm-page-order-summery{
    width:100%;
    vertical-align:top;
}
.shipping-method .sub-heading {
    color: #212121;
    font-size:24px;
    margin:20px 0 25px;
    padding:0;
    text-transform: uppercase;
    font-style: italic;
    font-weight:600;
    display:inline-block;
    width:100%;
    background-color:transparent !important;
    text-align:left;
}
.shipping-method .ffl-dealer{
    display: inline-block;
    font-weight: 300;
    text-align: left;
    width: 50%;
}
.shipping-method .shipping-method-next-step-button{
    float:right;
}
.shipping-method .buttons{
    text-align:left;
}
.login-page .returning-wrapper.fieldset {
    float: left;
    margin: 0;
    padding: 0 15px 0 0;
    width: 50%;
    border-right:2px solid #212121;
}
.login-page .checkout-as-guest-or-register-block {
    float: left;
    padding: 0 0 0 15px;
    width: 50%;
    margin:0;
}
.register-block .checkout-as-guest-inner .title, .register-block .checkout-as-guest-inner .text {
    padding: 0;
}
.new-wrapper.register-block .button{
    text-align:left;
}
.registration-page .inputs > label, .login-page .inputs > label, .password-recovery-page .inputs > label{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
    text-align: left;
    width: 100% !important;
}
.checkout-page .section .title strong:after {
/*  position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -27px;
    border-style: solid dashed dashed;
    border-width: 8px 27px 0 27px;
    border-color: #a12 transparent transparent;*/
}
.billing-addresses .edit-address .inputs label {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 5px;
    text-align: left;
    width: auto;
}
.billing-addresses.edit-billing-address,
.billing-addresses.new-address-add {
    display: inline-block;
    width: 70%;
}
.section.ship-to-same-address {
    float: left;
    margin: 8px 0 0;
}
.billing-addresses .buttons {
    margin: 0;
    float:right;
}
.ship-to-same-address label {
    font-size: 12px;
    font-weight: 300;
}
.checkout-page .ship-to-same-address, .checkout-page .pickup-in-store {
    text-align: left;
}
.checkout-page .pickup-points .title {
    margin: 0 0 40px;
}
.checkout-page .select-pickup-point {
    text-align: center;
}
.checkout-page .select-pickup-point li {
    display: inline-block;
}
.checkout-page .select-address select {
    max-width: 100%;
}
.checkout-page .pickup-points-map {
    height: 300px;
    margin: 30px 0 0;
}
.checkout-page .address-grid {
    overflow: hidden;
    display:inline-block;
    width:100%;
}
.checkout-page .address-item {
    width: 49%;
    margin: 0 0 20px;
    padding: 0;
    position:relative;
    display:inline-block;
    vertical-align:top;
}
.address-item .select-button .select-billing-address-button,
.address-item .select-button .select-shipping-address-button{
    background: #363d4b;
}
.checkout-page .address-item:last-child {
    margin-bottom: 0;
}
.section.select-billing-address, .section.select-shipping-address{
    margin:0;
}
.checkout-page .address-item .select-button input {
    /*width: 100%;
    text-transform: uppercase;*/
}
.checkout-page .address-item .address-box {
    padding: 0 0px 10px 0px; 
}
.checkout-page .address-grid:nth-child(3) .checkout-page .address-item{
    padding:0;
}
.checkout-page .address-item li {
    padding: 2px 0;
    font-size:14px;
}
.checkout-page .address-item li.name {
    margin: 0;
    font-size: 18px;
}
.checkout-page .edit-address {
    margin: 0 0 10px;
    display:inline-block;
    width:100%;
}
.shipping-method-page .shipping-method {
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
}
.shipping-method-page .order-summary {
    float: left;
    padding: 0 0 0 10px;
    width: 50%;
}
.payment-method-page .payment-method {
    float: left;
    width: 50%;
}
.shipping-method .method-list, .payment-method .method-list {
    padding: 0px;
}
.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: 500;
}
.shipping-method .method-description, .payment-method .payment-description {
    margin: 5px 0 0;
}
.use-reward-points {
    margin: 0 0 10px;
    padding: 10px;
}
.payment-info-page .payment-info{
    float:left;
    width:50%;
    padding:0 20px 0 0;
}
.payment-info-page .order-summary {
    float: left;
    width: 50%;
}
.payment-info .codedesc {
    color: #757575;
}
.payment-info .codedisplay {
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.payment-info .cvv-label {
    display: inline-block;
    max-width: 100%;
    background-image: url(/Themes/Nitro/Content/img/cvv-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 55px 0 0
}
.payment-info .info td {
    display: block;
    padding: 0 0 5px;
    width: 100%;
}
.payment-info .info td input[type="text"]{
    width:100% !important;
}
.payment-info .info td select{
    width:120px;
}
.payment-info .info td #CardCode{
    max-width:75px;
}
.payment-info .buttons{
    text-align:right;
}
.payment-info .info tr {
    display: block;
    padding: 0 0 10px;
    width: 100%;
}
.payment-info .info {
    margin: 0 0 20px;
    padding: 0px;
    line-height: 20px;
}
.checkout-page .payment-info .title strong {
    margin-bottom: 35px;
}
.confirm-order {
    border: 1px solid #ddd;
}
.confirm-order .buttons {
    margin: 20px 0;
}
.order-confirm-page .order-review-data {
    float: left;
    width: 50%;
    padding:0 10px 0 0;
    margin:0;
}
.order-confirm-page .cart-page-totals {
    margin: 0;
}
.order-confirm-page.checkout-page .order-review-data .title{
    font-size: 18px;
    font-weight: normal;
}
.order-confirm-page .order-summary-content > form {
    float: left;
    padding: 0 0 0 10px;
    width: 50%;
}
.confirm-order .terms-of-service {
    padding: 10px;
    text-align: center;
}
.confirm-order .button-1 {
    text-transform: uppercase;
}
.order-review-data ul, .shipment-overview ul {
    margin: 0 0 30px;
}
.product-details-page .overview {
    float: right;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    width: 50%;
    text-align:left;
}
.order-review-data li, .shipment-overview li {
    padding: 2px 0;
    font-size:14px;
}
.order-review-data .title, .shipment-overview .title, .order-details-area .title {
    margin: 20px 0 5px;
    font-size: 14px;
    font-weight: 500;
}
.order-review-data .title:first-child, .shipment-overview .title:first-child, .order-details-area .title:first-child {
    margin-top: 0;
}
.order-review-data .title:before, .shipment-overview .title:before, .order-details-area .title:before {
    display: none;
}
.order-completed .details {
    margin: 40px 0 0 0;
    padding: 0px;
    font-size: 18px;
    text-align: left;
}
.checkout-page .order-completed .title strong {
    margin: 0;
}
.order-completed .details a {
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 400;
    text-decoration:underline;
}
.order-completed .details strong{
    font-weight:400;
}
.opc .step-title {
    margin-bottom: 1px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}
.opc .allow .step-title, .opc .allow .step-title * {
    cursor: pointer;
}
.opc .step-title * {
    float: left;
    font-size: 17px;
    font-weight: normal;
}
.opc .step-title span {
    display: inline-block;
    width: 18px;
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px;
    font-size: 11px;
    text-align: center;
}
.opc .step {
    margin: 10px 0;
    padding: 10px;
}
.opc .section {
    margin: 0 0 15px;
    text-align: center;
}
.opc .section > label {
    display: block;
    margin: 0 0 10px;
}
.opc input[type="text"], .opc select {
    max-width: 100%;
}
.opc .buttons {
    margin-bottom: 0;
}
.opc .back-link {
    margin: 0 0 10px;
}
.opc .back-link small {
    display: none;
}
.opc .back-link a {
    font-weight: 500;
}
.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}
.opc .terms-of-service {
    text-align: center;
}
.opc .pickup-points label {
    display: none;
}
.order-details-page .search-box {
    display: none;
}
.order-details-page .page-title {
    margin: 0 0 20px;
    overflow: hidden;
    padding-right: 15px;
}
.order-details-page .page-title h1 {
    margin: 0 0 10px;
}
.order-details-page .page-title a {
    padding: 7px 14px;
    background: #363D4B;
    color: #fff;
    font-size: 12px;
    font-family: "Roboto",sans-serif;
    text-transform:uppercase;
}
.order-details-page .order-overview {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 20px;
    line-height: 20px;
}
.order-details-page .order-number {
    font-size: 14px;
    text-transform: uppercase;
}
.order-details-area {
    margin: 0 0 40px;
    overflow: hidden;
}
.order-details-area td {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    vertical-align: top;
}
.order-details-page .tax-shipping-info {
    text-align: center;
}
.order-details-page .tax-shipping-info a {
    font-weight: 500;
    text-decoration: underline;
}
.order-details-page .actions {
    margin: 20px 0 0;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.order-details-page .actions input {
    min-width: 100px;
    margin: 0 5px;
    border: 1px solid #ddd;
    background: #eee;
    padding: 7px 14px;
    font-size: 14px;
}
.order-details-page .cart-total {
    width: 100%;
    margin: 0 auto 0px;
    border: 2px solid #bababa;
}
.shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px;
}
.shipment-details-page .shipment-overview > ul {
    text-align: left;
}
.shipment-details-page .shipment-overview > ul:first-child {
    margin: 0 0 20px;
}
.shipment-details-page .section {
    width: 100%;
}
.billing-address-outer {
    display: inline-block;
    padding: 0 15px 0 0;
    text-align: left;
    width: 50%;
    margin:0 -5px 0  0px;
}
.billing-address-summery {
    display: inline-block;
    padding: 0 0 0 15px;
    vertical-align: top;
    width: 50%;
}
.billing-addresses .inputs .field-validation-error {
    bottom: auto;
    position: absolute;
}
.billing-addresses .inputs{
    float: left;
}
.registration-page .register-outer .inputs,
.customer-info-page .form-fields .inputs{
    float: left;
}
.customer-info-page .form-fields {
    width: 100%;
    display:inline-block;
    margin:0;
}
.my-account-info-outer {
    display: inline-block;
    max-width: 490px;
    width: 100%;
}
.newslatter-outer .inputs {
    width: 100%;
}
.newslatter-outer .inputs .check-box {
    display: inline-block;
}
.newslatter-outer .inputs label {
    display: inline-block;
    font-weight: 300;
    margin: 0 0 0 5px;
    max-width: 100%;
    width: auto;
    font-size:12px;
}
.fieldset.newslatter-outer {
    display: inline-block;
    width: 65%;
}
.my-account-info-outer .buttons .save-customer-info-button {
    width: 100%;
}
.address-list-page .add-address-button{
    background:#920909;
}
.my-account-info-outer .buttons {
    float: right;
    width: 35%;
}
.customer-info-page .fieldset.newslatter-outer {
    float: left;
    margin: 10px 0 0;
    width: 64%;
}
.customer-info-page .fieldset {
    margin: 0;
}
.inputs .customer-info-field label{
    display: inline-block;
    font-size: 16px;
    margin: 0 0 5px;
    text-align: left;
    width: auto;
}
.registration-page .register-outer .inputs input[type="text"], .registration-page .register-outer .inputs input[type="password"],
.customer-info-page .form-fields .inputs input[type="text"]{
    width:100%;
}
.registration-page .register-outer .inputs.firstname, .registration-page .register-outer .inputs.lastname,
.registration-page .register-outer .inputs.gender-field, .registration-page .register-outer .inputs.date-of-birth,
.customer-info-page .form-fields .inputs.firstname, .customer-info-page .form-fields .inputs.lastname,
.customer-info-page .form-fields .inputs.date-of-birth, .customer-info-page .form-fields .inputs.gender-field {
    width: 50%;
}
.registration-page .register-outer .inputs.firstname, .registration-page .register-outer .inputs.date-of-birth,
.customer-info-page .form-fields .inputs.firstname, .customer-info-page .form-fields .inputs.date-of-birth{
    padding-right:8px;
}
.registration-page .register-outer .inputs.lastname, .registration-page .register-outer .inputs.gender-field,
.customer-info-page .form-fields .inputs.lastname, .customer-info-page .form-fields .inputs.gender-field {
    padding-left:8px;
}
.registration-page .register-outer .inputs.email, .registration-page .register-outer .inputs.company,
.registration-page .register-outer .inputs.password, .registration-page .register-outer .inputs.conferm-password,
.customer-info-page .form-fields .inputs.email, .customer-info-page .form-fields .inputs.company{
    width:100%;
}
.registration-page .fieldset {
    margin: 0;
    padding: 0;
}
registration-page .register-outer .inputs .field-validation-error {
    bottom: -15px;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
}




.billing-addresses .inputs input, .billing-addresses .inputs select{
    width:100%;
}
.billing-addresses .inputs.firstname, .billing-addresses .inputs.lastname,
.billing-addresses .inputs.phone, .billing-addresses .inputs.email {
    width: 50%;
}
.billing-addresses .inputs.firstname, .billing-addresses .inputs.phone,
.billing-addresses .inputs.city{
    padding-right:8px;
}
.billing-addresses .inputs.lastname, .billing-addresses .inputs.email,
.billing-addresses .inputs.state{
    padding-left:8px;
}
.billing-addresses .inputs.zip{
    padding-left:16px;
}
.billing-addresses .inputs.company, .billing-addresses .inputs.address1, 
.billing-addresses .inputs.address2, .billing-addresses .inputs.country{
    width:100%;
}
.billing-addresses .inputs.city, .billing-addresses .inputs.state, .billing-addresses .inputs.zip{
    width:33.33%;
}
.order-details-page .billing-info .re-order-button {
    background: #eeeeee;
    border: 1px solid #dddddd;
    font-size: 14px;
    margin:5px 0;
    min-width: 100px;
    padding: 7px 14px;
}
.return-request-file > div {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    vertical-align: middle;
}
.return-request-page .qq-upload-button {
    width: 100%;
    height: 32px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 8px;
}
.return-request-page .qq-upload-list li {
    background-color: transparent !important;
    font-size: 13px;
    color: #333 !important;
}
/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
    display: inline;
    margin: 0 0 0 2px;
}
.basic-search {
    margin: 0 0 20px;
    border: 1px solid #ddd;
    padding: 20px 10px;
}
.basic-search input[type="text"] {
    width: 400px;
    max-width: 100%;
}
.basic-search .inputs.reversed {
    margin-bottom: 0
}
.advanced-search {
    margin: 0 0 20px;
}
.advanced-search .price-range {
    display: inline-block;
}
.advanced-search .price-range input {
    width: 80px;
    margin: 3px;
}
.search-input .button-1 {
    padding: 8px 18px;
    background: #333;
    color: #fff;
    font-size: 15px;
    border: 1px solid transparent;
}
.search-input .warning, .search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #920909;
}
.search-results {
    margin: 30px 0 0;
}
.search-results .warning {
    color: #920909;
    text-align:center;
}
.sitemap-page .entity {
    margin: 0 0 20px;
}
.sitemap-page .entity-title {
    margin: 0 0 20px;
    position: relative;
    text-align: center;
}
.sitemap-page .entity-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #a12;
    z-index: 1;
}
.sitemap-page .entity-title h2 {
    display: inline-block;
    min-width: 150px;
    font-weight: normal;
    font-size: 16px;
    background: #a12;
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}
.sitemap-page .entity-title h2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -27px;
    border-style: solid dashed dashed;
    border-width: 8px 27px 0 27px;
    border-color: #a12 transparent transparent;
}
.sitemap-page .entity-body {
    line-height: 24px;
}
.sitemap-page a {
    display: block;
    font-size: 15px;
    padding: 7px 7px 7px 14px;
    margin: 0 0 0 7px;
    background: url(/Themes/Nitro/Content/img/arrow-right-black.png) no-repeat left center;
    text-align: left;
}
.sitemap-page a:empty {
    display: none;
}
/********** BLOG & NEWS **********/



.year strong {
    display: block;
    background: #f6f6f6;
    padding: 5px 10px;
    font-size: 13px;
    cursor: default;
}
.year .sublist a {
    font-size: 13px;
}
.blog-page .search-box {
    display: none;
}
.blog-page .post, .news-items .item {
    position: relative;
    margin: 0 0 30px;
}
.blog-page .post:after, .news-items .item:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.post-head, .news-head {
    margin: 0 0 15px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.post-title, .news-title {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 20px;
    color: #a12;
}
.post-date, .news-date {
    display: block;
    font-style: italic;
}
.post-head ~ *, .news-head ~ * {
 display: none;
}
.blogpost-page .post-date, .news-item-page .news-date {
}
.post-body, .news-body {
    margin: 0 0 20px;
    line-height: 20px;
}
.blog-page .tags, .blogpost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 3px 10px;
}
.blog-page .tags label, .blogpost-page .tags label {
    display: block;
    font-weight: 500;
}
.blog-page .tags ul, .blogpost-page .tags ul {
    font-size: 0;
}
.blog-page .tags li, .blogpost-page .tags li {
    display: inline-block;
    font-size: 12px;
}
.blog-page .tags li.separator, .blogpost-page .tags li.separator {
    margin: 0 5px 0 3px;
}
.blog-page .tags a, .blogpost-page .tags a {
    display: inline-block;
    line-height: 24px;
}
.blog-details a {
    color: #a12;
}
.new-comment {
    margin: 30px 0;
}
.new-comment .title {
    margin: 0 0 20px;
}
.new-comment .notifications {
    margin: 0 0 10px;
}
.new-comment .result {
    color: #690;
}
.new-comment .form-fields {
    margin: 0 0 15px;
}
.new-comment .inputs label {
    display: none;
}
.new-comment textarea {
    width: 100%;
}
.new-comment .button-1 {
    background: #333;
    color: #fff;
    font-size: 15px;
    padding: 8px 18px;
    border: 1px solid transparent;
}
.new-comment .field-validation-error {
    text-align:center;
}
.comment-list .title {
    display: none;
}
.blog-comment, .news-comment {
    margin: 0 0 30px;
}
.blog-comment:after, .news-comment:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.comment-info {
    width: 120px;
    margin: 0 auto 10px;
    border: 1px solid #ccc;
}
.comment-info .username {
    display: block;
    padding: 5px;
}
.comment-info .avatar {
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.comment-info .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.comment-time {
    margin: 0 0 10px;
    font-style: italic;
}
.comment-title {
    font-size: 13px;
    color: #a12;
}
.comment-body {
    line-height: 20px;
}
.news-items .read-more {
    width: 80px;
    margin: 20px auto 0;
    border: 1px solid #ddd;
    background: #eee;
    padding: 7px 14px;
    text-align: center;
    color: #333;
}
.news-item-page .inputs:first-child label {
    display: block;
}
.news-list-homepage {
    margin: 0 0 30px;
}
.news-list-homepage .view-all {
    text-align: center;
}
.news-list-homepage .view-all a {
    display: inline-block;
    line-height: 32px;
    color: #a12;
}
/* extra css */
.master-wrapper-page.home .slider-wrapper {
    margin:0 !important;
}
.nop-jcarousel .carousel-title strong {
    background-color:transparent !important;
}
.carousel-title strong, .home-page-product-grid .title strong {
    background-image: url(/Themes/Nitro/Content/img/divider.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    min-height: 40px;
    color: #212121;
    font-size:24px;
    margin:40px 0 20px;
    padding:0;
    text-transform: uppercase;
    font-style: italic;
    font-weight:600;
    display:inline-block;
    width:100%;
    background-color:transparent !important;
}
.inner-page-heading {
    background-image: url(/Themes/Nitro/Content/img/divider.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    min-height: 50px;
    margin:20px 0;
    padding:0 0 10px;
    display:inline-block;
    width:100%;
    background-color:transparent !important;
    text-align:left;
}
.inner-page-heading h1{
    color: #212121;
    font-size:34px;
    text-transform: uppercase;
    font-style: italic;
    font-weight:800;}
.product-item .details {
    background: #efefef;
    padding: 10px 10px 5px;
    text-align: center;
    /* height:123px; */
    min-height:135px;
    overflow:hidden;
}
.ajax-cart-button-wrapper .productQuantityTextBox {
    display: none !important;
}
.hover-content .description {
    display: none !important;
}

.check-availability {
    margin: 20px 0 0;
    float:left;
    width:100%;
}
.pincode-btn input {
    border: 1px solid #ddddde;
    height: 40px;
    padding: 0 10px;
    width: 120px;
    display: inline-block;
    margin: 0px;
}
.pincode-btn button {
    border: 0;
    padding: 0px 15px;
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    background-color: #373d4b;
    font-size:16px;
    font-weight:500px;
    border-radius:1px;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    margin: 0px 0 0 5px;
    height:40px;
    vertical-align:middle;
}
.can-we-ship {
    display: inline-block;
    width: 50%;
}
.check-avail-ans {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.can-we-ship h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 12px;
    padding: 0;
}
.check-avail-ans h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0;
}
.check-avail-ans p {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.pincode-btn p {
    font-size: 13px;
    margin: 20px 0 0;
    padding: 0;
}
.pincode-btn p  a{
    color: #212121;
    text-decoration:underline;
}






/* modal popup */

.modal-example-content {
    width: 750px;
    background-color: #FFF;
    border: 1px solid #bababa;
    border-radius: 0px;
    outline: 0 none;
    padding: 20px;
}
.restricted-popup h4{
    background-image: url(/Themes/Nitro/Content/img/divider.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    min-height: 40px;
    color: #212121;
    font-size:20px;
    margin:0px 0 20px;
    padding:0 0 10px;
    text-transform: uppercase;
    font-style: italic;
    font-weight:600;
    display:inline-block;
    width:100%;
    background-color:transparent !important;
}
.restricted-popup .restricted-items {
    font-size: 16px;
    padding: 0 0 30px;
    border-bottom:2px solid #bababa;
}
.restricted-popup .table-item {
    display: table;
    width: 100%;
}
.restricted-popup .table-row {
    display: table-row;
}
.restricted-popup .table-cell {
    border-bottom: 2px solid #bababa;
    display: table-cell;
    padding: 12px 0;
    vertical-align: middle;
    font-size:18px;
}
.restricted-popup .table-cell.pro-img {
    width: 20%;
}
.restricted-popup .table-cell.pro-cost {
    width: 15%;
}
.restricted-popup .table-cell.pro-name {
    width: 65%;
}
.restricted-popup .change-address {
    margin: 0 5px;
    padding: 6px 14px;
    background: #920909 !important;
    color: #fff;
    font-size: 18px !important;
    border: 1px solid transparent;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
}
.restricted-popup .remove-items {
    margin: 0 5px;
    padding: 6px 14px;
    background: #363d4b !important;
    color: #fff;
    font-size: 18px !important;
    border: 1px solid transparent;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
}
.restricted-popup .restricted-items-button {
    display: inline-block;
    padding: 50px 0 20px;
    text-align: center;
    width: 100%;
}
.restricted-popup .return-home{
    text-align:center;
}
.restricted-popup .return-home a{
    font-size:14px;
    font-weight:300;
    text-decoration:underline;
}
/* ffl dealer css */
.ffl-dealer-left-part {
    float:left;
    width:50%;
    padding-right:10px;
}
.ffl-dealer-right-part {
    float: left;
    padding-left: 10px;
    width: 50%;
}
.ffl-dealer-box h1 {
    font-size: 18px;
    font-weight: 400;
}
.ffl-dealer-box .ffl-dealer-address {
    font-size: 15px;
    font-weight: 300;
}
.location-gap-count {
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    margin: 6px 0 0;
    text-transform: uppercase;
}
.select-ffl-btn-outer .ffl-select-button {
    float: right;
    background: #920909;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 3px 14px;
    text-transform: uppercase;
}
.ffl-dealer-box {
    float: left;
    width: 50%;
    padding-right: 10px;
}
.select-ffl-btn-outer {
    margin: 7px 0 0;
}
.ffl-dealer-box-inner {
    border-bottom: 1px solid #989898;
    display: inline-block;
    padding: 15px 0 20px;
    width: 100%;
}
.ffl-dealer-box:nth-of-type(2n) {
    padding-left: 10px;
    padding-right: 0;
}
.ffl-dealer-map{
    margin:15px 0 0 0;
}
.ffl-dealer-desc h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}
.ffl-dealer-desc p {
    font-size: 18px;
}
.ffl-dealer-page .inner-page-heading {
    margin-bottom: 0;
}
.search-ffl-dealer-outer {
    display: inline-block;
    width: 100%;
    background:#efefef;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    padding:10px 0;
    font-size:17px;
    margin:0 0 10px;
}
.search-ffl-dealer-outer ul {
    display: inline-block;
    vertical-align: middle;
    padding-right:8px;
}
.search-ffl-dealer-outer ul li {
    display: inline-block;
    vertical-align: middle;
}
.search-ffl-dealer-outer ul li img {
    display: inline-block;
    vertical-align: middle;
}
.search-ffl-dealer-outer select {
    background: #ffffff;
    font-size: 14px;
    margin:0 0 0 10px;
}
.search-ffl-dealer-outer .select-ffl-dealer input {
    background: #ffffff;
    display: inline-block;
    text-align: center;
    width: 75px;
    margin:0 5px;
    font-size:17px;
}
.search-ffl-dealer-outer .sort-by {
    display: inline-block;
    margin:0 20px;
}
.search-ffl-dealer-outer .select-ffl-dealer {
    display: inline-block;
    border-left: 1px solid #333;
    padding-left: 10px;
}
.search-ffl-dealer-outer .ffl-search-btn {
    display: inline-block;
    float: right;
    margin: 0 5px 0 0;
}
.search-ffl-dealer-outer .ffl-search-btn .ffl-search-btn{
    background: #920909;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 3px 14px;
    text-transform: uppercase;
}
.manufacturer-grid .item-box:nth-child(3n+1) {
    clear: inherit;
}
.manufacturer-grid .item-box {
    margin: 0;
    padding: 10px;
    width: 25%;
    float:left;
}
.manufacturer-list-page .manufacturer-grid .item-box .picture a::before{
    padding-top:50%;
}
.order-details-page .print-pdf-btn {
    position: absolute;
    right: 1px;
    top: 27px;
}
.order-details-page .print-pdf-btn a {
    margin: 0 0 0 10px;
}
.order-details-page .order-number strong {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
    max-width: 100%;
}
.order-details-page .order-details-area .title strong, .order-details-page .order-details-area .shipping-info .title {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%;
}
.order-details-page .order-details-area ul li {
    font-size: 14px;
    padding: 2px 0;
}
.order-details-page .order-details-area {
    float: left;
    padding-right: 10px;
    width: 100%;
}
.order-details-table .data-table {
    margin: 0;
}
.order-details-page .products {
    float: left;
    padding-left: 10px;
    width: 100%;
}
.order-details-page .totals {
    float: right;
    width: 50%;
}
.order-details-page .billing-info-wrap {
    float: left;
    padding-right: 8px;
    width:33.33%;
}
.order-details-page .shipping-info-wrap {
    float: left;
    padding-left: 8px;
    width:33.33%;
}
.order-details-page .ffl-info-wrap {
    float: left;
    padding-right: 0;
    width:33.33%;
    margin:0;
}
.order-details-area .payment-method-info, .order-details-area .shipping-method-info {
    margin: 20px 0 0 0;
}
.order-details-page .products .title strong {
    background-color: rgba(0, 0, 0, 0);
    color: #212121;
    display: inline-block;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.order-details-table tbody tr {
    border-bottom: 2px solid #bababa;
}
.order-details-table thead th {
    border: 2px solid #bababa;
    text-align:left;
    padding: 10px 15px;
}
.order-details-table tbody tr td {
    border: medium none;
    padding: 10px 15px;
    text-align:left;
}
.order-details-table tbody{
    border: 2px solid #bababa;
}
.order-details-page .actions .re-order-button{
    margin: 0 5px 5px;
    padding: 6px 14px;
    background: #363d4b;
    color: #fff;
    font-size: 18px;
    border: 1px solid transparent;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
}
.previous-product, .next-product {
    display: none !important;
}
.block.block-account-navigation .title strong{
    font-size:18px;
    padding:6px 14px;
    background:#920909 !important;
}
.productTabs-body .message-error {
    position: relative;
}
.product-reviews-page .product-rating, .write-review .product-contact-us  {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}
.product-reviews-page .product-rating .inputs label, .write-review .product-contact-us .inputs label, 
.product-reviews-page .product-rating .review-rating label {
    font-size: 16px;
    margin: 0 0 5px;
    width: 100%;
    text-align:left;
}
.product-reviews-page .product-rating .inputs input, .product-reviews-page .product-rating .inputs textarea,
.write-review .product-contact-us .inputs input, .write-review .product-contact-us .inputs textarea {
    width: 100%;
}
.custom-page-title .search-box.store-search-box {
    display: none;
}
.custom-page-title h1{
    background-image: url(/Themes/Nitro/Content/img/divider.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    min-height: 50px;
    margin:20px 0;
    padding:0 0 10px;
    display:inline-block;
    width:100%;
    background-color:transparent !important;
    text-align:left;
    color: #212121;
    font-size: 34px;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
}
.page-title.custom-page-title {
    padding: 0;
}
.contact-us-outer {
    margin: 0;
    max-width: 400px;
    width: 100%;
}
.contact-page .contact-us-field label {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 0;
    width: auto !important;
}
.contact-us-outer input, .contact-us-outer textarea {
    width: 100% !important;
}
.contact-page .fieldset .form-fields {
    border: medium none;
    margin: 0;
    padding: 0;
}
.contact-page .buttons {
    text-align: left;
}
.contact-page .fieldset {
    margin: 0 0 5px;
}
.returning-wrapper .message-error {
    position: relative;
    text-align: left;
}
.overview .attributes {
    float: left;
    width: 100%;
}
.theme-home-page-banner .nivo-caption h2{
    position:absolute !important;
}
.quickViewWindow .overview .add-to-cart{
    float:none;
    margin-right:20px !important;
    display:inline-block;
    vertical-align:middle;
}
.ffl-address-popup.restricted-popup .table-cell.pro-img {
    width: auto;
    padding-right: 2px;
}
.ffl-address-popup.restricted-popup .table-cell.pro-name {
    width: auto;
}
.item-box.item-box:hover .product-pop-up {
    opacity: 1;
    visibility: visible;
}
.quickViewWindow .overview .left input.subscribe-button[type="button"]{
    width:auto;
}
.quickViewWindow .overview .right .add-to-wishlist{
    margin:0 20px 0 0 !important;
}
.quickViewWindow .overview .right .compare-products{
    margin-left:0 !important;
}
.quickViewWindow .overview .right{
    margin-left:0 !important;
    height:40px;
    float:none !important;
    display:inline-block;
    vertical-align:middle;
    margin-top:0 !important;
}
.payment-info-page .message-error{
    position:relative;
    text-align:left;
}
.compare-products-table .compare-pro-name {
    display: inline-block;
    min-height: 62px;
}
.product-selectors .number-of-returned-products.active{
    display:inline-block;
    float:none;
}
.password-recovery-page .recovery-email-address label {
    display: inline-block;
    width: auto !important;
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 500;
}
.password-recovery-page .buttons {
    text-align: left;
}
.password-recovery-page .fieldset{
    margin: 0 0 5px;
}
.product-selectors{
    font-size:14px;
}
.shopping-cart-page .terms-of-service {
    text-align: left;
    font-size: 14px;
    margin: -8px 0 15px 0;
}
.nivo-controlNav{
    z-index:99;
} 
.topic-page #mc_embed_signup {
    max-width: 500px;
    margin: 0 auto;
}
.topic-page .mc-field-group label {
    width: 100%;
    display: inline-block;
}
.topic-page form#mc-embedded-subscribe-form input {
    width: 100%;
    max-width: 300px;
}
.topic-page form#mc-embedded-subscribe-form input[type="submit"] {
    border: none;
    background: #363d4b;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.topic-page .indicates-required {
    margin: 15px 0 0 0;
}
#mc_embed_signup div.mce_inline_error {
    margin: 0 0 7px 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    font-weight: 300 !important;
    color: #6B0505 !important;
    font-size: 14px;
}
.nivo-controlNav{
    z-index:999 !important;
}
.nivo-directionNav a{
    z-index:999 !important;
}
.confirm-term-alert {
    font-weight: 500;
    color: #920909;
}
.block .listbox ul.list,
.block ul.checkbox-list{
    max-height:300px;
    overflow:auto;
}
.ps-scrollbar-y-rail{
    top:0 !important;
}
.search-page .form-fields{
    margin:0;
}
.search-page .basic-search {
    margin: 0;
    border: none;
    padding: 0;
}
.search-page .basic-search .inputs label,
.advanced-search .inputs label{
    text-align:left;
    width:100%;
    font-size:16px;
    margin-bottom:8px;
}
.advanced-search .search-input input + label{
    display:inline;
}
.search-page .inputs input[type="checkbox"] {
    margin-right:5px;
}
.search-page .search-input .button-1{
    background: #363d4b;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 6px 14px;
    text-transform: uppercase;
}
.search-page .basic-search .inputs {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin:0 0 5px;
}
.search-page .search-input .buttons{
    text-align:left;
}
.search-page .advanced-search {
    margin: 5px 0 0 0px;
}
.search-page .advanced-search .inputs {
    display: inline-block;
    vertical-align: top;
    max-width: 258px;
    margin: 0 0 6px;
    padding-right:10px;
}
.search-page .search-sub-cat {
    display: inline-block;
    width: 100%;
    margin: 7px 0 0 0;
}
.search-page .search-sub-cat label {
    font-size: 13px;
    font-weight: 300;
}
.search-page .advanced-search .price-range{
    text-align:left;
}
.search-page .advanced-search .search-price-range {
    width: 185px;
}
.search-page .advanced-search .search-pro-desc label{
    font-size: 13px;
    font-weight: 300;
}
.search-page .basic-search .inputs.reversed label{
    font-size: 13px;
    font-weight: 300;
}
.search-page .search-input .fieldset{
    margin:0 0 10px;
}
.search-page .advanced-search .search-pro-desc {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/*  Dissident Arms Product Pages  */
div.attributes select 
{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b50404;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media (min-width: 1200px) {
  div.attributes select 
{
    float:right;
}
  .attributes dt {
  min-width: 150px;
}
}
/* End Dissident Arms */
/* Responsive iFrames */
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Nitro theme style for using nopAccelrate plugins */
.product-filters,.search-product-filter{
    display: block;
}
.product-filters .filter-content li a{
    line-height:14px;
    text-align:left;
}
.search-filters .filter-item .product-filters,.product-filters-wrapper .filter-item .product-filters{
    border-radius:0px;
    margin:0px 0 25px !important;
    border:2px solid #ddd;
}
.search-filters .search-product-filter .clearAllFilters,.product-filters-wrapper .product-spec-filter .clearAllFilters{
    padding-top:10px;
    color:#aa1122;
    font-weight:bold;
}
.search-filters .search-product-filter .clearAllFilters:hover,.product-filters-wrapper .product-spec-filter .clearAllFilters:hover{
    color:#888888;
}
.search-filters .search-product-filter .available-items .group .clearCurrentFilter,.product-filters-wrapper .product-spec-filter .clearPriceRangeFilter,.product-filters-wrapper .product-spec-filter .available-items .group .clearCurrentFilter{
    font-size:10px;
    color:#888888;
}
.search-filters .search-product-filter .available-items .group .clearCurrentFilter:hover,.product-filters-wrapper .product-spec-filter .clearPriceRangeFilter:hover,.product-filters-wrapper .product-spec-filter .available-items .group .clearCurrentFilter:hover,.search-filters .search-product-filter .available-items .group .filter-item-group li.item:hover,.search-filters .search-product-filter .available-items .group .stock-availabilities:hover,.product-filters-wrapper .product-spec-filter .available-items .group .filter-item-group li.item:hover, .product-filters-wrapper .product-spec-filter .available-items .group .stock-availabilities:hover{
    color:#aa1122;
}
.search-filters .search-product-filter .clearAllFilters,.product-filters-wrapper .product-spec-filter .clearAllFilters{
    font-size:14px;
    width:100%;
    text-align:right;
}
.search-page .search-results .item-box .product-item .description{
    width:auto;
}
.filter-content .available-items .k-state-focused.k-state-selected{
    box-shadow:0 0 3px 4px #aa1122 inset !important;
}
.filter-content .available-items .k-state-selected{
    background:#aa1122 !important;
    border-color:#aa1122 !important;
}
.side-2 .search-results{
    text-align:left;
    margin-top:0px;
}
.search-product-filter .group:last-child,.product-spec-filter .group:last-child,.product-filters .filter-content{
    margin-bottom:0px;
}
#npacc-filter-collapse-price-filter{
    cursor:pointer;
}
.product-spec-filter .group,.search-product-filter .group{
    padding-bottom:5px;
}
.filter-content .k-slider-horizontal .k-draghandle{
    top:-2px;
}
.group.dropdown-bottom .collapse{
    margin-top:5px;
    display:inline-block;
    width:100%;
}
.group.dropdown-bottom{
    margin-bottom:10px !important;
}
.search-product-filter .available-items .group .npacc-filter-search:active, .search-product-filter .available-items .group .npacc-filter-search:focus,.product-spec-filter .available-items .group .npacc-filter-search:active, .product-spec-filter .available-items .group .npacc-filter-search:focus{
    border:1px solid #aa1122 !important;
}
    
#npacc-catalog .side-2 .priceRangeCurrentPricesPanel,#npacc-search .side-2 .priceRangeCurrentPricesPanel,#npacc-catalog .block .listbox li a:hover, #npacc-search .block .listbox li a:hover{
    color:#aa1122;
}
#npacc-catalog .product-spec-filter .available-items .group .title, #npacc-search .search-filters .available-items .group .title{
    font-size:14px;  
    color:#aa1122;
}
#npacc-catalog .product-spec-filter .filter-title,#npacc-search .search-filters .filter-title{
    font-size:16px;
}
#npacc-catalog .item-grid .picture a::before, .sub-category-grid .picture a::before,#npacc-search .item-grid .picture a::before, .sub-category-grid .picture a::before{
    padding-top:100%;
}
.side-2 .product-rating-box .rating{
    background:rgba(0, 0, 0, 0) url(/Themes/Nitro/Content/img/rating3.png) repeat-x scroll 0 0;
    width:95px;
}
#npacc-catalog .product-rating-box .rating, #npacc-search .product-rating-box .rating{
    margin-right:5px;
}
.product-list .product-item .description{
    width:100% !important;
}
/** bdk removed - distorted search thumbnail images
.item-box .picture img{
    max-width:100%;
}
**/
.side-2 .rating {
  background: rgba(0, 0, 0, 0) url(/Themes/Nitro/Content/img/rating1.png) repeat-x scroll 0 0 !important;
  height: 14px !important;
  width: 95px !important;
}
.search-box .ui-autocomplete-loading {
  background: url(/Themes/Nitro/Content/img/ajax-loader-small.gif) no-repeat scroll left center #f5f5f5 !important;
}

/* Search Box Style */
.auto-term-suggestion > span {
    background: #fff none repeat scroll 0 0;
    color: #777;
    font-weight: bold;
    left: 30px;
    position: absolute;
    top: 5px;
    padding: 0 5px;
}
.auto-term-suggestion {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 7px 0px;
}
.highlight-category {
    color: #ca6307;
}
.search-box #categories {
    width:120px;
    line-height:23px;
    height:30px;
}
.search-box {
    position: relative;
}
.categories-wrapper {
    float:left;
}
.search-box-wrapper .search-box-value{
    margin-right:0px !important;
}
.search-box-wrapper .button-1.search-box-btn{
    right:5px !important;
    top:3px !important;
    height:26px !important;
}
.manufacturer-page .page-title, .category-page .page-title {
    overflow: hidden;
    text-align:center;
    padding-right:10px;
}
.page-title .search-box-wrapper{
   clear: both;
   float: left;
   margin-top: 15px;
   width: 50%;
}
.manufacturer-page .page-title .search-box.store-search-box, .category-page .page-title .search-box.store-search-box{
    text-align:left;
}
.npacc-auto-heavy {
    font-weight: 700;
}

/* Quick View, Ajax Cart, Sale Campaign*/
.k-widget.k-window.quickView{
    border:none !important;
    border-radius:0px !important;
}
.quickView .k-window-titlebar .k-window-actions,.quickViewWindow.k-window-content{
    padding:0px !important;
}
.miniProductDetailsView .product-details-page .overview{
    padding:50px 20px 30px !important;
}
.k-widget ,.k-widget *,.k-widget.k-window.quickView,.k-widget.k-window.quickView *,.k-widget.k-window.quickView *::before,.k-widget.k-window.quickView .k-header{
    box-sizing:inherit !important;
}

@media all and (max-width: 1000px) {
    #npacc-catalog .side-2 .block,#npacc-search .side-2 .block{
        width:100%;
        margin-left:0px;
    }
}

/* Search Box Media Query */
@media all and (max-width:1024px){
    .search-box #categories{
        height:29px;
    }
}
@media all and (max-width:1000px){
    .categories-wrapper{
        margin-right:0px;
    }
    .search-box #categories{
        height:36px;
        line-height:30px;
    }
    .page-title .search-box-wrapper{
        clear:none;
        margin-top:0px;
        width:30%;
    }
}
@media all and (max-width:640px) {
    .search-box #categories {
        width: 100px;
    }
/*    .search-box.store-search-box input.search-box-text {
        width: 180px !important;
    } */
    .page-title .search-box-wrapper {
      clear: both;
      display: inline-block;
      float: none;
      margin: 10px auto 5px;
      position: relative;
      width: 50%;
    }
}
@media all and (max-width:480px) {
    .page-title .search-box-wrapper{
        width:80%;
    }
}
@media all and (max-width:320px) {
    .search-box #categories{
        width: 90px;
    }
 /*   .search-box.store-search-box input.search-box-text {
        width: 170px !important;
    } */
}

.ui-autocomplete{
    position: absolute;
}
form#sendy-newsletter input[type="text"], input[type="email"] {
    height: 34px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #EEEEEE;
    vertical-align: middle;
    width: 250px;
}
form#sendy-newsletter input[type="submit"] {
  padding: 10px 15px;
  color:#ffffff;
  background-color: #c10d0d;
  border:1px solid #000000;
   -webkit-border-radius: 5px; 
   -moz-border-radius: 5px; 
   border-radius: 5px; 
}
form#sendy-newsletter input[type="submit"]:hover {
  color:#000000;
}
a.toggleControl {
  color:#ffffff;
}

/** Stamp out NFA **/
.nfa-items {
  clear:both;
  margin: 0 auto;
  width:100%;
  border:none;
}
.nfa-item {
  margin:5px auto;
  padding:5px;
  text-align:center;
}
.nfa-item img {
  border:1px solid #d12228;
  max-width:100%;
}
.nfa-item li {
    list-style:none;
}
@media all and (max-width: 639px) {
  .nfa-item {
    float:none;
    width:100%;
    max-width:100%;
  }
}
@media all and (min-width:640px) and (max-width:919px) {
  .nfa-item {
    float:left;
    width:48%;
  }
}
@media all and (min-width:920px) {
  .nfa-item {
    float:left;
    width:32%;
  }
}

/* Tables in State Restriction Topic Pages */
.topic-page table td, 
.topic-page table th {
  padding:0 5px;
}
.topic-page table p {
  font-size: 14px;
  line-height: 16px;
}

/** nopAccelerate Search Plugin Category Pages **/
div.category-page div.details div.description,
div.manufacturer-page div.details div.description {
  display:none;
}

div.category-page div.details div.prices,
div.manufacturer-page div.details div.prices {
  color: #aa1122;
  margin: 0 3px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

div.category-page div.details .add-to-wishlist-button,
div.manufacturer-page .add-to-wishlist-button {
  display:none;
}

div.category-page div.category-products-count,
div.manufacturer-page div.manufacturer-products-count {
  color:#aa1122;
  font-weight: 600;
}

div.category-page .price.old-price,
div.manufacturer-page .price.old-price {
  margin: 0 5px;
 /* float:left */
}

div.category-page .details,
div.manufacturer-page .details {
  min-height: 140px;
  overflow-y:hidden!important;
}

/* Error message for discount coupons applied in the cart */
.message-failure {
  color:#ff0000;
  font-weight:bold;
  padding:5px;
  border:1px solid #000000;
  margin-top:5px;
  background-color:#ffff0052
}
/** Enables scroll on mobile for nopAccelerate filters **/
div#product-filters.mobile {
overflow-y: scroll !important;
}

/* Custom Landing Pages */
.ak-section {
    border-bottom:2px solid #d0d0d0;   
    padding: 5px 5px 25px 5px;
    margin: 5px auto;
    width: 98%;
    display: block;
    min-height: 250px;
    text-align: center;
    float: none;
}

@media screen and (min-width:800px) {
    .ak-section {
        border:none;
        padding: 15px 10px;
        margin: 25px 2%;
        width: 28%;
        display: inline-block;
        float: left;
    }
}

.ak-section .ak-label {
  border:1px solid #000;
  padding:10px 0;
  font-weight:bold;
  font-size: 1.3em;
  text-transform:uppercase;
}

.ak-section .desc {
  padding:5px;
  text-align:left;
  
}
.ak-section .shop {
  margin-top:10px;
}
.ak-section .shop a {
  border:1px solid #000;
  border-radius:15px;
  padding:10px;
  display:block;
  color:#fff;
  background-color:red;
  font-weight:bold;
  text-transform:uppercase;
  width:100%;
  max-width: 225px;
  margin:0 auto;
}
.ak-section .shop a:hover {
  border:1px solid #000;
  color:red;
  background-color:#fff;
}
.ak-row {
  display:block;
  clear:both;
  overflow:hidden;
  text-align:center;
}
.ak-section .desc {
	min-height:80px;
}
section.footer-reviews {
  border:1px solid #c7c7c7;
  padding:10px;
  margin:25px 0 0 0;
  font-size:14px;
  line-height:16px;
}

section.footer-reviews div.review-item {
  border:1px solid #ececec;
  width:100%;
  max-width: 320px;
  display:inline-block;
  margin:5px 10px;
  text-align:center;
  background-color:#ececec;
  padding:5px;
}
div#WidgetSlider-home_page_main_slider-1 {
  margin-top:-22px;
}
/*
@media screen and (min-width:980px) {
	div#WidgetSlider-home_page_main_slider-1 {
	  margin-top:120px;
	}
}
*/

/* Landing Pages Top Categories */
.page.landing-page.top-level .category {
    border:1px solid #d4d4d4;
    width: 46%;
    margin: 10px 1%;
    display:inline-block;
    text-align:center;
  }


@media screen and (min-width:620px) {

  .page.landing-page.top-level .category {
    width: 22%;
    margin: 20px 1%;
  }

}

/* Landing Page Category Links */
div.category-links ul.sublist {
    margin-left:10px;
}
div.category-links ul.sublist li {
    /* margin-left:10px; */
    font-weight:normal;
}

div.category-links li.has-sublist {
  font-weight:bold;
  display:inline-block;
  /* border:1px solid #d2d2d2; */
  vertical-align:top;
  padding:5px;
  margin:5px;
}

div.category-links .plus-button,
div.category-links li.back-button,
div.category-links .menu-title  {
 display:none;
}
div.category-links h2 {
    text-align:center;
    text-transform:uppercase;
}
div.category-links {
  margin-bottom:25px;
}
.page.landing-page.top-level h1,
.page.landing-page.top-level h3 {
  text-align:center;
  text-transform: uppercase;
  font-style: italic;
  font-size: 42px;
  line-height:46px;
  color:#e12827;
  font-weight: 800;
  box-shadow:3px 3px 10px #555555;
  margin-bottom:15px;
  background-color: #dcdee3;
}
.page.landing-page div.category-links h3 {
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-size: 32px;
    line-height: 42px;
    color: #e12827;
    font-weight: 800;
    box-shadow: 3px 3px 10px #555555;
    margin-bottom: 15px;
    background-color: #dcdee3;
}
.page.landing-page.top-level p {
    font-size: 20px;
    line-height: 24px;
}
html.landing .master-wrapper-page {
  margin:0;
} 
div.category-links .sublist-wrap {width:auto!important;}

.body-text,
.body-text p {
  margin:25px 0;
  padding:5px 0;
}


/* End Landing Page Category Links */

input#ShipToSameAddress {
  /* Bigger Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

.section.ship-to-same-address .selector {
  margin:0 5px 0 15px
}

.ship-to-same-address label {
  font-size: 18px;
  color: #920909 !important;
  font-weight:bold;
}

/* Landing Pages Top Categories */
.page.home-page .category,
.page.landing-page.top-level .category {
    border:1px solid #d4d4d4;
    width: 46%;
    margin: 10px 1%;
    display:inline-block;
    text-align:center;
  }


@media screen and (min-width:620px) {
  .page.home-page .category,
  .page.landing-page.top-level .category {
    width: 22%;
    margin: 20px 1%;
  }

}

/* Landing Page Category Links */
div.category-links ul.sublist {
    margin-left:10px;
}
div.category-links ul.sublist li {
    /* margin-left:10px; */
    font-weight:normal;
}

div.category-links li.has-sublist {
  font-weight:bold;
  display:inline-block;
  /* border:1px solid #d2d2d2; */
  vertical-align:top;
  padding:5px;
  margin:5px;
}

div.category-links .plus-button,
div.category-links li.back-button,
div.category-links .menu-title  {
 display:none;
}
div.category-links h2 {
    text-align:center;
    text-transform:uppercase;
}
div.category-links {
  margin-bottom:25px;
}
.page.landing-page.top-level h1 {
  text-align:center;
  text-transform: uppercase;
  font-style: italic;
  font-size: 42px;
  color:#e12827;
  font-weight: 800;
  box-shadow:3px 3px 10px #555555;
  margin-bottom:15px;
  background-color: #dcdee3;
}
.page.landing-page.top-level p {
    font-size: 20px;
    line-height: 24px;
}
html.landing .master-wrapper-page {
  margin:0;
} 
div.category-links .sublist-wrap {width:auto!important;}
/* End Landing Page Category Links */

/* Remove flyout from Clearance Section on main menu */
div#MenuContent li.MenuItem:last-child ul.MenuItem {
  display:none!important;  
}

/* Home Page Specials Block */
div#home-page-specials,
div#home-page-featured {
  text-align:center;
  margin: 50px 0;
  padding:5px;
}

div#home-page-specials p.title,
div#home-page-featured p.title {
  font-size:32px;
  line-height:36px;
  margin-bottom:30px;
  font-weight:bold;
  text-transform:uppercase;
  font-style:italic;
  color: #35374c;
}
div#home-page-specials p.link,
div#home-page-featured p.link {
  font-size:32px;
  line-height:36px;
  margin: 30px 0;
}
div#home-page-specials p.link a,
div#home-page-featured p.link a {
  text-decoration:none;
  background-color:#88080c;
  color:#fff;
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;  
}
div#home-page-specials img,
div#home-page-featured img {
  border:1px solid #35374c;
  max-width:100%;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; 
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D4242A;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
   -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* End Home Page Specials Block */

/* Podcasts Page */
.podcasts .description {
    clear:both;
    border:1px solid #d72026;
    padding:0 5px 8px 5px;
    font-size:.9em;
    text-align:left;
    min-height:100px;
}
div#featured .description {
  min-height:5px;
}
.podcasts .title {
    font-weight:bold;
    margin-bottom:5px;
    text-align:center;
}

.podcasts .podcast {
    margin:25px 0;
}

.podcast h2 {
    text-align:center;
    font-style:italic;
}
.podcasts .pod-footer {
  width:100%;
  margin:0 auto;
  clear:both;
  text-align:center;
  color:#525252;
}

@media screen and (max-width:800px) {
  .podcasts {
    max-width:600px;
    margin:0 auto;
  }
  .podcasts .description {    
    min-height:10px;
  }
}

@media screen and (min-width:800px) {
    #featured.podcast {
      margin:10px auto;
      float:none;
      width:100%;
      max-width:800px;
    }
    .podcasts .podcast {
      width:45%;
      float:left;
      margin:15px 1%;
    }
}

@media screen and (min-width:980px) {
	.contact-us-info {
	  float:right;
    }
}

div.name-this-gun img {
    border:1px solid #000;
    max-width:100%;
}

div.name-this-gun {
    border:1px solid #ccc;
    text-align:center;
    padding:0 5% 20px 5%;
}


/* End Nitro styles.css */


/* GLOBAL TABLES (file tables.css) */

.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 10px;
    white-space: nowrap;
    color: inherit;
	font-weight:400;
}
.cart td, .data-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
	
}
.compare-products-table td{
	min-width: 50px;
    border: 2px solid #bababa;
    padding: 5px 10px;
	font-weight:300;
}
.compare-products-table td:first-child{
	font-weight:400;
}
.compare-products-table .product-price td {
    font-weight: 400;
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    font-weight: 400;
}
.cart a:hover, 
.data-table a:hover, 
.compare-products-table a:hover, 
.forums-table-section a:hover {
	text-decoration: underline;
}
.forums-table-section .latest-post {
    min-width:150px;
}
.forums-table-section .forum-details,
.forums-table-section .topic-details {
    min-width:300px;
}
.forums-table-section .table-wrapper {
    overflow-x:auto;
}
.forums-table-section-title {
    padding:5px;
}
.forums-table-section-title > * {
    font-size:18px;
    font-weight:normal;
}   


.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
.cart td.subtotal span {
	display: inline-block;
	margin: 5px 0;
    color: #000;
    white-space: nowrap;
}

.product-specs-box .data-table td {
    padding: 5px 10px;
	font-size:16px;
}
.compare-products-table td {
	vertical-align: top;
}
.compare-products-table .product-name td {
    background: #f0f0f0;
}
.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;
}
.cart-page-table .cart-item-row.ffl-item th {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
	white-space:normal;
}
.cart-page-table .cart-item-row.ffl-item th strong {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
	margin:0 5px 0 0;
}
@media all and (min-width: 769px) {

.product-details-page .prices-table {
	display: table;
	background: #fff;
}
.product-details-page .prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.product-details-page .prices-row > div {
	display: table-cell;
}
.product-details-page .prices-row:first-child > div {
	border-left: 1px solid #c9c9c9;
	border-top: 0 !important;
}
.product-details-page .prices-row > div:first-child {
	border-top: 1px solid #c9c9c9;
	border-left: 0;
}

}

@media all and (min-width: 769px) and (max-width: 980px) {
    .compare-products-table-mobile td{
        position: relative;
        min-width: 99px;
    }
    .compare-products-table-mobile td .remove-button {
        left: 0;
        bottom: 0;
        margin: auto;
        height: 2.5em;
        width: 90%;
    }
}



/* footable custom css */

.footable-first-column {
	text-align: center;
}
.footable-first-column .item-count {
	font-size: 13px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
    min-width: 17px;
	height: 17px;
	overflow: hidden;
}

.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.table-wrapper.cart-page-table .cart-item-row td{
	border:none;
	padding:15px 20px;
}
.table-wrapper.cart-page-table tbody{
	border:2px solid #bababa;
}
.table-wrapper.cart-page-table tbody .cart-item-row {
    border-bottom: 2px solid #bababa;
}
.table-wrapper.cart-page-table .cart-header-row th{
	border:2px solid #bababa;
}
.table-wrapper.cart-page-table tbody .cart-item-row:last-child {
    border-bottom: none;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	font-style: italic;
    display: table-cell;
    padding: 3px 10px;
	font-size:14px;
}
.footable-row-detail-value {
    display: table-cell;
	font-size:14px;
}
.table-wrapper.wishlist-table .cart-header-row th {
    border: 2px solid #bababa;
}
.table-wrapper.wishlist-table .cart-item-row td {
    border: medium none;
    padding: 15px 20px;
}
.wishlist-table .cart-item-row.ffl-item th {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    white-space: normal;
}
.table-wrapper.wishlist-table  tbody {
    border: 2px solid #bababa;
}
.table-wrapper.wishlist-table  tbody .cart-item-row {
    border-bottom: 2px solid #bababa;
}
.wishlist-table .cart-item-row.ffl-item th strong {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    margin: 0 5px 0 0;
}
.wishlist-table td.product-picture {
    padding-left: 0 !important;
	padding-right: 0 !important;
}

/* 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-page .table-wrapper {
    overflow: auto;
    width: 100%;
}
.compare-products-page .table-wrapper .compare-products-table {
    min-width: 900px;
}
}

@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;
}
.table-wrapper.cart-page-table tbody .footable-row-detail {
    border-bottom: 2px solid #bababa;
}

}

/* End tables.css */
@media all and (max-width: 980px) {
.block.block-account-navigation.myaccount-page {
    float: left !important;
    text-align: center;
}
.desktop-header-right .desktop-cart {
	display: none;
}
.block.block-account-navigation.myaccount-page .listbox {
    margin: 5px 0 0;
    padding: 0;
}
.home .page-title {
	display: none;
}
div.product-viewmode {
	display: none;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper-parent {
    min-height: 68px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.responsive-nav-wrapper {
	position: relative;
	background: #212120;
	width: 100%;
	text-align: right;
	font-size: 0;
	padding: 12px 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;
}
.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-position: center;
	background-repeat: no-repeat;
	position:relative;
	z-index:9;
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	font-size: 0;
	height: 25px;
	width: 25px;
	cursor: pointer;
}
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background-image: url(/Themes/Nitro/Content/img/mobile-btn-menu.png);
	float: left;
    margin: 0 0 0 15px;
	background-size: 21px auto;
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background-image: url(/Themes/Nitro/Content/img/mobile-btn-search.png);
	margin:0 10px 0 0;
	background-size: 21px auto;
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background-image: url(/Themes/Nitro/Content/img/mobile-btn-links.png);
	background-size: auto 20px;
}
.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: 9;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }

.justAFixingDivBefore{
	display:none;
}
.header-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
    text-align: left;
    background: #333 !important;
    overflow: auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height:100%;
}
/*.ps-container > .ps-scrollbar-y-rail{
	visibility:visible !important;
	opacity:1 !important;
	right:10px !important;
}*/
.notAndroid23 .justAFixingDivBefore,
.notAndroid23 .header-menu {
	-webkit-transform: translate(-320px);
	-ms-transform: translate(-320px);
	transform: translate(-320px);
}
.notAndroid23 .move-right .header-menu{
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
}
.android23 .justAFixingDivBefore,
.android23 .header-menu {
	left: -320px;
}        
.header-menu.open {
	box-shadow: 1px 0 5px rgba(0,0,0,.5);
}
.notAndroid23 .header-menu.open {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.android23 .header-menu.open {
	left: 0;
}

.header-menu .close-menu,
.header-menu ul li.back-button {
	background: #a12;
	cursor: pointer;
}
.close-menu span,
.header-menu .back-button span {
	position: relative;
	display: block;
	padding: 15px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	text-align: right;
	border-bottom: 1px solid #999;
}
.close-menu span:before,
.header-menu .back-button span:before {
	content: " ";
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin: -16px 0 0;
	background: #fff url(/Themes/Nitro/Content/img/mobile-menu-close.png) no-repeat center;
	border-radius: 50%;
}

.header-menu .back-button span {
	text-transform: lowercase;
}

.header-menu > ul li {
	background: #fff;
}
.header-menu > ul li:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.header-menu > ul li > a, 
.header-menu > ul li > span {
	display: block;
	padding: 10px 15px;
	line-height: 1.19;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #333333;
}
.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: 255px;
	float: left; 
}
.plus-button {
	position:relative;
	float: right;
	width: 50px;
	height: 40px;
	z-index: 2;
	cursor: pointer;
	background: url(/Themes/Nitro/Content/img/mobile-arrow-black.png) no-repeat center;
	/*border-left: 1px solid #a12;
	border-bottom: 1px solid #a12;*/
}
.mega-menu-responsive {
    display: block;
}
.mega-menu .has-sublist .picture {
    display: none;
}
.mega-menu .has-sublist .box .title{
	display: inline-block;
	padding: 10px 15px;
	line-height: 1.19;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #a12;
	width:100% !important;
}
.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.store-search-box{
	position:fixed;
}
.search-box.open {
	display: block;
}
.search-box form {
	display: inline-block;
	border: 1px solid #ccc;
}
.search-box form:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* HEADER LINKS & SELECTORS */

.header-links-wrapper {
	display: none;
	background: #212120;
	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 .social-sharing {
    text-align: center;
	margin: 5px 0 7px;
}
.header-links-wrapper.open {
	display: block;
}
.new_select > span {
	border: 1px solid #ccc;
}

/* CATEGORY PAGE & GRIDS */

.home-page-category-grid .item-box,
.sub-category-grid .item-box {
	margin-bottom: 10px;
}
.item-box .category-item .picture,
.item-box .sub-category-item .picture {
	display: none;
}
.item-box .add-to-compare-list-button {
	background-color: transparent !important;
}
.header-logo a img{
	height:40px;
}
.header, .header.stick{
    background: none !important;
	width:auto;
}
.header.stick{
	width:auto;
	left:50%;
	margin:0 0 0 -45px;
}
.home .header, .header {
    display: inline-block;
    padding: 4px 0 0;
    position: relative;
    width: auto;
    z-index: 99;
}
.header-menu-parent{
	text-align: center;
}
.home .header.stick {
    position: fixed;
}
.header-logo{
	text-align:center !important;
}
.header-selectors-wrapper{
	padding:0 !important;
}
.search-box.store-search-box {
    padding: 10px 10px 8px;
    width: 100% !important;
}
.product-grid .title, .news-list-homepage .title{
	text-align:left;
}
.product-grid .item-box .product-title, .search-page .item-box .product-title{
	text-align:left;
}
.carousel-title strong, .home-page-product-grid .title strong{
	font-size:22px;
	margin:15px 0 10px;
}
.item-box .product-item{
	padding:0 !important;
}
.header-centering:after{
	display:none !important;
}
.footer-middle .footer-block{
	padding:0 10px !important;
}
.footer-lower {
    padding: 0 15px 10px;
}
.footer-disclaimer, .footer-powered-by, .footer-powered-by a, .footer-lower .social-sharing p{
	font-size:14px;
}
.footer-menu a {
    font-size: 16px !important;
    line-height: 24px !important;
}
.footer-middle .footer-block h3{
	font-size:18px !important;
}
.home .master-wrapper-content {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.jCarouselMainWrapper .nop-jcarousel {
	padding:0 15px;
}
.item-box .hover-content {
    display:none;
	
}
.item-box .compare-products:hover .add-to-compare-list-button {
	background-color:transparent !important;
	font-size: 16px;
	font-weight:500;
	padding: 12px 12px 12px 40px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
}
.quick-view-button:hover ~ .ajax-cart-button-wrapper .productQuantityTextBox,
.item-box .compare-products:hover + .ajax-cart-button-wrapper .productQuantityTextBox {
	opacity: 0;
	font-size: 0;
	width: 0;
	border: 0;
}
.item-box .compare-products:hover + .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.item-box .quick-view-button:hover ~ .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.item-box .compare-products:hover ~ .product-box-add-to-cart-button,
.item-box .quick-view-button:hover ~ .product-box-add-to-cart-button {
	padding: 12px 0 12px 43px;
	width: 44px;
	font-size: 0;
	background-color: #999;
}
.mega-menu .picture-title-wrap {
    display: none;
}

.cart-page-table colgroup col:nth-child(3),

.cart-page-table thead .cart-header-row th:nth-child(3),

.cart-page-table tbody .cart-item-row td:nth-child(3) {
    display: none !important;
}
.cart-collaterals .deals .giftcard-box, .cart-collaterals .deals .coupon-box {
    margin: 0 0 15px;
}
.block .listbox ul.list,
.block ul.checkbox-list{
	max-height:250px;
}
}
@media all and (max-width: 767px) { 
.breadcrumb {
    margin: 0 0 10px;
}
.theme-home-page-banner .nivo-caption h2{
	font-size:16px !important;
	font-weight:500 !important;
}
.product-details-page .overview{
	width:100%;
	margin:0;
	padding:0;
}
.gallery.sevenspikes-cloudzoom-gallery{
	width:100% !important;
}
.gallery .thumb-item{
	margin:5px !important;
}
.cart-collaterals {
    float: left !important;
    text-align: left !important;
    width: 100% !important;
}
.cart-footer .totals {
    float: left !important;
    width: 100% !important;
}
.footer-lower .footer-block.social-sharing,
.footer-lower-left{
	width:100%;
}
.footer-lower-left{
	margin-bottom:15px !important;
}
.footer-lower .social-sharing p{
	margin:0 0 3px;
}
.manufacturer-grid .item-box .picture a::before{
	padding-top:40%;
}
.master-wrapper-page {
    margin: 0 0 20px;
}
.overview .product-name h1 {
    font-size: 18px;
    font-weight: 400;
}
.table-wrapper.cart-page-table .cart-item-row td {
    padding: 4px;
}
.billing-address-outer,
.billing-address-summery{
	width:100%;
	margin:0;
	padding:0;
}
.checkout-page .section {
    margin: 0 0 15px;
}
.checkout-page .cart-footer .totals{
	margin:0;
}
.checkout-page .cart-footer .total-info {
    margin: 0;
}
.checkout-page .button-1, .checkout-page .order-completed .button-2{
	font-size:14px;
}
.checkout-page .cart-collaterals{
	display:none;
}
.checkout-page .order-summary-content .buttons {
    margin: 0;
}
.shipping-method-page .shipping-method,
.shipping-method-page .order-summary{
	width:100%;
	padding:0;
}
.payment-method-page .payment-method,
.payment-method-page .section.order-summary,
.payment-info-page .payment-info,
.payment-info-page .order-summary{
	width:100%;
	padding:0;
}
.checkout-page .payment-info .title strong {
    margin-bottom: 10px;
}
.header-logo{
	z-index:auto;
}
.payment-info .info {
    margin: 0 0 10px;
}
.payment-info .buttons{
	margin:0;
}
.order-confirm-page .order-review-data,
.order-confirm-page .order-summary-content > form{
	width:100%;
	padding:0;
}
.checkout-page .order-summary-content li.title {
    margin: 15px 0 0;
}
.checkout-page.order-confirm-page .section{
	margin:0;
}
.confirm-order-btn {
    margin: 20px 0 0;
}
.order-confirm-page .section .title strong {
    margin: 0px;
}
.order-confirm-page .conferm-page-order-summery .section .title strong {
    margin: 0 0 10px;
}
.registration-page .buttons .button-1, #check-availability-button, .registration-result-page .button-1, .login-page .buttons .button-1, .password-recovery-page .buttons .button-1, .account-page .buttons .button-1, .account-page .subscription-list .button-2, .return-request-page .buttons .button-1{
	font-size:14px;
}
.login-page .customer-blocks{
	margin:0;
}
.item-box .product-pop-up{
	display:none !important;
}
.order-details-page .order-details-area,
.order-details-page .products,
.order-details-page .totals{
	width:100%;
	padding:0;
}
.order-details-table colgroup col:nth-child(1), 
.order-details-table colgroup col:nth-child(4),
.order-details-table thead  th:nth-child(1),
.order-details-table thead  th:nth-child(4),
.order-details-table tbody  td:nth-child(1),
.order-details-table tbody  td:nth-child(4) {
    display: none !important;
}
.account-page .button-2{
	font-size:14px;
}
.add-address-button{
	font-size:14px;
}
.change-password-page .form-fields{
	margin:0;
}
.block.block-account-navigation .title strong{
	font-size:14px;
}
.write-review .button-1{
	font-size:14px;
}
.restricted-popup .remove-items, .restricted-popup .change-address{
	font-size:14px !important;
	margin:5px 0;
	display:inline-block;
	width:100%;
}
.page-title.custom-page-title{
	padding-bottom:10px;
}
.ffl-dealer-left-part{
	width:100%;
	padding-right:0;
}
.ffl-dealer-right-part{
	width:100%;
	padding-left:0;
}
.search-ffl-dealer-outer{
	padding:10px;
}
.search-ffl-dealer-outer .sort-by {
    margin: 0 8px 8px 0;
}
.pickup-points #map{
	width:100% !important;
}
.search-ffl-dealer-outer{
	font-size:15px;
}
}
/*=====================================================
    
    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 {
	float:left;
	width:50%;
	padding-right:10px;
	text-align:left;
}
.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: 480px) and (max-width: 767px) {
.item-box {
	width: 48%; /*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: 100%;
	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;
	float: left;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,  .ui-tabs .ui-state-active.ui-tabs-active a,  .ui-tabs .ui-tabs-nav li a:hover {
	border-color: #a12;
}
}
 @media all and (min-width: 580px) and (max-width: 767px) {
.manufacturer-grid .item-box {
	width:33%;
}
.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: 300px) and (max-width: 580px) {
.manufacturer-grid .item-box {
	width:50%;
}
.registration-page .register-outer .inputs, .customer-info-page .form-fields .inputs{
	width:100% !important;
	padding-left:0 !important;
	padding-right:0 !important;
}
.registration-page .register-page-button .fieldset{
	width:100%;
}
.register-btn{
	width:100%;
}
.fieldset .title strong{
	font-size:18px;
	margin:0;
}
.login-page .returning-wrapper.fieldset{
	width:100%;
	padding:0;
	border:none;
}
.returning-wrapper.fieldset > form,
.returning-wrapper input[type="text"], .returning-wrapper input[type="password"],
.checkout-as-guest-inner{
	width:100%;
}
.login-page .checkout-as-guest-or-register-block{
	width:100%;
	padding:0;
}
.login-page .inputs.reversed * {
	margin: 0 5px;
}
.login-page .customer-blocks{
	display:inline-block;
	width:100%;
}
.checkout-as-guest-inner .text{
	height:auto;
}
.login-page .title strong{
	margin-bottom:0;
}
}
@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: 507px) {
/*.cart-page-table colgroup col:nth-child(1), 
.cart-page-table thead .cart-header-row th:nth-child(1),
.cart-page-table tbody .cart-item-row td:nth-child(1){
    display: none !important;
}*/
/*.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(1),
.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(3),
.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(5) {
    display: none;
}*/
.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(2),
.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(4){
	display:none;
}
.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(4) .footable-row-detail-name {
    display: none;
}
}
 @media all and (min-width: 507px) and (max-width: 767px) {
.cart-page-table colgroup col:nth-child(1), 
.cart-page-table thead .cart-header-row th:nth-child(1),
.cart-page-table tbody .cart-item-row td:nth-child(1){
    display: none !important;
}
.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(1),
.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(2) {
    display: none;
}
.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(4) .footable-row-detail-name {
    display: none;
}
.wishlist-table colgroup col:nth-child(4),
.wishlist-table thead .cart-header-row th:nth-child(4),
.wishlist-table tbody .cart-item-row td:nth-child(4) {
    display: none !important;
}
}
 @media all and (min-width: 615px) and (max-width: 767px) {
.wishlist-table tbody .footable-row-detail-inner .footable-row-detail-row:nth-child(1){
	display:none;
}
}
 @media all and (min-width: 300px) and (max-width: 615px) {
.wishlist-table tbody .footable-row-detail-inner .footable-row-detail-row:nth-child(3){
	display:none;
}
}
 @media all and (min-width: 768px) and (max-width: 980px) {
.cart-page-table colgroup col:nth-child(1), 
.cart-page-table thead .cart-header-row th:nth-child(1),
.cart-page-table tbody .cart-item-row td:nth-child(1){
    display: none !important;
}
.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(1),
.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(2) {
    display: none;
}
.cart-page-table .footable-row-detail-inner .footable-row-detail-row:nth-child(4) .footable-row-detail-name {
    display: none;
}
}
@media all and (max-width: 560px) {
.cart-collaterals .deals .giftcard-box, .cart-collaterals .deals .coupon-box {
	width:100% !important;
}
.shopping-cart-page .common-buttons input,
.cart-collaterals .estimate-shipping-button{
	font-size:14px;
	min-width:100px;
}
.shopping-cart-page .shipping-options .zip-input {
    width: 50% !important;
}
.shopping-cart-page .order-summary-content .shipping-options .buttons {
    float: left;
    margin: 0;
    position: absolute;
    right: 2px;
    text-align: left;
    top: 20px;
    width: 50%;
}
.shopping-cart-page .cart-collaterals{
	margin-bottom:0;
}
.shopping-cart-page .checkout-button{
	width:100%;
	font-size:14px;
}
.cart-collaterals .estimate-shipping-button{
	width:100%;
}
.cart-collaterals .estimate-shipping-button{
	min-height:34px;
}
.gallery .thumb-item {
	width:65px;
	height:65px;
}
.can-we-ship {
	width:100%;
}
.check-avail-ans {
	width:100%;
}
.pincode-btn p {
	margin: 10px 0 18px;
}
.check-availability {
	margin:0;
}
.ui-tabs .ui-tabs-nav {
	text-align:left;
}
.productTabs-body .full-description h2 {
	font-size: 18px;
	line-height: 22px;
}
.product-no-reviews, .product-reviews-overview {
	margin: 0 0 10px;
}
.overview .prices, .variant-overview .prices {
	margin: 0 0 5px;
}
.overview .product-name {
	margin: 0 0 5px;
}
.ui-tabs .ui-tabs-nav li a {
	padding:5px 15px;
}
.inner-page-heading h1, .custom-page-title h1 {
	font-size:24px;
	line-height:40px;
}
.inner-page-heading{
	min-height:40px;
	margin:10px 0;
}
.cart-collaterals .coupon-code input[type="text"] {
	margin: 0;
	max-width: 100%;
	width: 100%;
	padding-right:80px;
}
.cart-collaterals .coupon-code {
	position:relative;
}
.cart-collaterals .coupon-code input[type="submit"] {
	position:absolute;
	right:0;
	top:0;
}
.shipping-options {
	position: relative;
}
.checkout-page .address-item{
	width:100%;
}
.checkout-page .button-1, .checkout-page .order-completed .button-2{
	width:100%;
}
.billing-addresses .inputs{
	width:100% !important;
	padding:0 !important;
}
.section.ship-to-same-address{
	width:100%;
	margin:-15px 0 0;
}
.billing-addresses .buttons{
	width:100%;
	margin:15px 0 0 0;
}
.shipping-method .ffl-dealer{
	width:100%;
	margin:0 0 15px;
}
.shipping-method .sub-heading{
	margin:5px 0 10px;
}
.order-completed .details {
    margin: 20px 0 15px;
}
.order-completed .buttons{
	margin:0;
}
.checkout-page .section .title strong, .order-confirm-page .section .title strong{
	font-size:20px;
}
.wishlist-page-inner .common-buttons input[type="submit"]{
	font-size:14px;
}
.wishlist-page-inner .common-buttons .update-wishlist-button{
	float:right;
}
.wishlist-page-inner .common-buttons .wishlist-add-to-cart-button{
	width:100%;
	margin:15px 0 0 !important;
}
.item-box .picture a::before {
    padding-top: 80%;
}
.category-page .item-box {
    border-bottom: 1px solid #212121;
    margin: 0 auto;
    padding: 25px 0;
    width: 100%;
}
.category-page .nop-jcarousel .carousel-item .item-box{
	border:none;
}
.category-page .item-box:last-child {
    border: medium none;
}
.account-page .address-item, .account-page .order-item, .account-page .request-item{
	width:100%;
}
.address-item .title, .order-item .title{
	padding-bottom:0;
}
.address-list-page .add-address-button{
	width:100%;
}
.account-page .address-list, .account-page .order-list{
	margin:0;
}
.account-page .change-password-button{
	width:100%;
}
.block.block-account-navigation .title strong{
	width:100%;
}
.block.block-account-navigation.myaccount-page{
	width:100% !important;
}
.write-review .button-1{
	width:100%;
}
.footer-middle .footer-block{
	width:100%;
}
.order-details-page .shipping-info-wrap{
	margin-top:20px;
}
.order-details-page .billing-info-wrap,
.order-details-page .shipping-info-wrap,
.order-details-page .ffl-info-wrap{
	width:100%;
	padding:0;
}
.order-details-page .ffl-info-wrap{
	margin-top:20px;
}
.order-details-page .actions .re-order-button{
	font-size:14px;
	width:100%;
	margin:0;
}
.wishlist-page-inner .common-buttons .continue-shopping-button{
	font-size:14px;
}
.registration-page .fieldset:nth-child(2) select, .account-page .fieldset:nth-child(3) select, .inputs.date-of-birth select{
	width:85px;
}
.ffl-dealer-box{
	width:100%;
}
.ffl-dealer-box:nth-of-type(2n){
	padding-left:0;
}
.search-page .advanced-search .inputs{
	width:100%;
	max-width:inherit;
	padding-right:0;
}
.search-page .advanced-search .inputs select{
	width:100%;
}
.search-page .search-input .button-1{
	width:100%;
	font-size:14px;
}
}

/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 768px) {
.cart-page-table colgroup col:nth-child(1), 
.cart-page-table colgroup col:nth-child(3),
.cart-page-table thead .cart-header-row th:nth-child(1),
.cart-page-table thead .cart-header-row th:nth-child(3),
.cart-page-table tbody .cart-item-row td:nth-child(1),
.cart-page-table tbody .cart-item-row td:nth-child(3) {
    display: none !important;
}
.wishlist-table colgroup col:nth-child(1), 
.wishlist-table colgroup col:nth-child(4),
.wishlist-table thead .cart-header-row th:nth-child(1),
.wishlist-table thead .cart-header-row th:nth-child(4),
.wishlist-table tbody .cart-item-row td:nth-child(1),
.wishlist-table tbody .cart-item-row td:nth-child(4) {
    display: none !important;
}
.order-confirm-page .cart-page-table colgroup col:nth-child(1), 
.order-confirm-page .cart-page-table colgroup col:nth-child(3),
.order-confirm-page .cart-page-table thead .cart-header-row th:nth-child(1),
.order-confirm-page .cart-page-table thead .cart-header-row th:nth-child(3),
.order-confirm-page .cart-page-table tbody .cart-item-row td:nth-child(1),
.order-confirm-page .cart-page-table tbody .cart-item-row td:nth-child(3) {
    display: table-cell !important;
}
.order-details-table colgroup col:nth-child(1), 
.order-details-table colgroup col:nth-child(4),
.order-details-table thead  th:nth-child(1),
.order-details-table thead  th:nth-child(4),
.order-details-table tbody  td:nth-child(1),
.order-details-table tbody  td:nth-child(4) {
    display: none !important;
}
.order-details-table thead  th.price,
.order-details-table thead  th.quantity,
.order-details-table tbody  td.unit-price,
.order-details-table tbody  td.quantity {
    display: table-cell !important;
}
/* GLOBAL STYLES */

.page {
	clear: both;
	text-align: left;
}
.page-title h1 {
	float: left;
}
.link-rss {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
}
.field-validation-error,
.poll-vote-error,
.password-error {
	text-align: center;
}
.username-not-available-status{
    text-align:center;
}
.message-error{
    text-align:center;
}
.center-1 .field-validation-error{
    text-align:center;
} 

/* LEFT/RIGHT COLUMN */

.block {
	text-align: left;
}
.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.poll-options li,
.poll-results li {
	display: block;
}
.home-page .poll-options li,
.home-page .poll-results li {
	display: inline-block;
}

/* CATEGORY PAGE & GRIDS */
.product-filters .product-filter{
    width:32%;
    margin:0 0.5%;
}
.product-filters .product-filter:nth-child(3n+1){
    clear:both;
}
.breadcrumb {
	text-align: left;
}
.breadcrumb li:first-child * {
	margin-left: 0;
}
.product-selectors {
	text-align: left;
}
.product-selectors > div {
	margin: 0 3px 10px 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;
}
.overview .buttons,
.overview-buttons {
	text-align: left;
}
.free-shipping {
	margin: 5px 0;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 5px 0 0;
}

/* ATTRIBUTES */

.attributes {
	margin: 20px 0 10px;
}
.attributes dt {
	float: left;
	clear: left;
	min-width: 70px;
	margin-right: 10px;
}
.attributes dt label {
	line-height: 32px;
}
.attributes dd {
	float: left;
	margin-right: 10px;
}
.rental-attributes dt {
	width: 70px;
	clear: none;
}
.rental-attributes dd {
	margin-right: 20px;
}
.rental-attributes .datepicker {
	width: 100px;
}
.attribute-squares {
	text-align: center;
}
.attribute-squares label {
	margin: 0 10px 0 0;
	padding: 0 !important;
}

/* GIFT CARD */

.giftcard label {
	display: inline-block;
	min-width: 100px;
	margin: 0 10px 0 0;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .button-2 {
	margin: 0 10px 0 0;
}
.compare-products-table .overview p:first-child {
	margin: 0;
}
/*.compare-products-page .button-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}*/
.compare-products-table .overview td{
	width:auto !important;
}
.compare-products-table {
	table-layout:fixed;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.account-page .address-item,
.account-page .order-item,
.account-page .request-item {
    float: left;
    width: 32%;
    margin: 0 0 15px 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 0px;
}
.payment-method .method-list li {
	display: inline-block;
	margin: 0 0px 20px;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.order-details-page .page-title h1 {
    margin: 0;
}
.order-details-page .page-title a {
    position: absolute;
    top: 5px;
    right: 0px;
}
.order-details-page .page-title a.pdf-invoice-button {
        right: 70px;
    }
.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: 768px) and (max-width: 980px) {
.ffl-dealer-left-part{
	width:60%;
}
.ffl-dealer-right-part{
	width:40%;
}
.ffl-dealer-box{
	width:100%;
}
.search-ffl-dealer-outer{
	padding:10px;
}
.search-ffl-dealer-outer .sort-by {
    margin: 0 8px 8px 0;
}
.ffl-dealer-box:nth-of-type(2n){
	padding-left:0;
}
.order-details-page .order-details-area,
.order-details-page .products{
	width:100%;
	padding:0;
}
.checkout-page .section .title strong, .order-confirm-page .section .title strong{
	font-size:22px;
}
.checkout-page .order-summary-content li.title {
    margin: 20px 0 0;
    text-align: left;
}
.can-we-ship{
	width:100%;
}
.check-avail-ans{
	width:100%;
}
.shipping-method .ffl-dealer{
	width:100%;
	margin-bottom:10px;
}
.shipping-method .shipping-method-next-step-button{
	float:left;
}
.item-box .product-title a{
	font-size:17px;
}
.item-box .prices span {
    font-size: 14px;
    margin: 0 3px;
}
.product-item .details{
	padding:5px;
}
.shopping-cart-page .totals{
	margin:0 !important;
}
.side-2 {
	overflow: hidden;
	margin: 0 0 50px;
}
.shopping-cart-page .cart-collaterals {
    float: left;
    text-align: left;
    width: 50%;
}
.shopping-cart-page .totals.cart-page-totals {
    float: left;
    width: 50%;
}
.cart-collaterals .deals .giftcard-box, .cart-collaterals .deals .coupon-box{
	width:100%;
}
.block {
	float: left;
	width: 32%;
	margin: 0 0 2% 2%;
}
.block:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}
.mobile-banners{
    width: 300px;
}
.home-page-manufacturers .item-box {
    width: 19%;
    float: left;
    margin: 0 0 1% 1%;
    clear: none;
}
.home-page-manufacturers .item-box:nth-child(2n+1) {
    margin: 0 0 1% 1%;
}
.home-page-manufacturers .item-box:nth-child(5n+1){
    margin-left: 0;
}
.billing-address-outer{
	width:100%;
	margin:0;
	padding:0;
}
.billing-address-summery{
	width:100%;
	margin:0;
	padding:0;
}
.checkout-page .address-item{
	width:33.33%;
}
.billing-address-summery .cart-footer .totals{
	width:100%;
}
}
/*=====================================================
    
    DESKTOP (980.css)

=====================================================*/

@media all and (min-width: 981px) {

a, span, *:after, *:before, input, button {
	transition:all .15s ease 0s;
	-moz-transition:all .15s ease 0s;
	-o-transition:all .15s ease 0s;
	-ms-transition:all .15s ease 0s;
	-webkit-transition:all .15s ease 0s;
}

/* GLOBAL STYLES */

.master-wrapper-content {
	width: 980px;
	margin: 20px auto;
	position: relative;
	z-index: 2;
}
.home .master-wrapper-content {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.jCarouselMainWrapper, .home-page-product-grid, .home-page-manufacturers {
    margin: 0 auto;
    width: 1000px;
	position:relative;
	max-width:100%;
}
.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: left;
}
.center-1 .inputs label {
    width: 330px;
}
.center-1 .inputs .field-validation-error {
    text-align: left;
}
.inputs .option-list label {
	margin: 0 5px;
}


/* HEADER */


.header-centering {
	position: relative;
	width: 100%;
	max-width:1300px;
	margin: 0 auto;
	padding:0 15px;
}
.header-logo {
	float: left;
	margin: -5px 0 -40px;
	width: 400px;
}
.header-links-wrapper {
	float: right;
	margin: 0;
}
.header-links {
	float: right;
	padding: 7px 0 0;
	z-index: 2;
	position: relative;
	margin: 7px 0 0;
	background:none !important;
}
.header-links li:hover > a {
	border-color: #a12;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    font-size: 12px;
}
.flyout-cart {
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	z-index: 99999;
	width: 300px;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	background: #fff;
	text-align: left;
}
.flyout-cart.active {
	display: block;
}
.mini-shopping-cart {
	padding: 10px;
	font-size: 11px;
	max-height:500px;
	overflow:auto;
}
.mini-shopping-cart * {
	line-height: normal !important;
}
.mini-shopping-cart a:hover {
	text-decoration: underline;
}
.mini-shopping-cart .count {
	border-bottom: 1px solid #a12;
    margin-bottom: 10px;
    padding: 5px 5px 10px;
}
.mini-shopping-cart .count a {
	font-weight: 500;
	color: #a12;
}
.mini-shopping-cart .items{
	margin: 0 0 10px;
}
.mini-shopping-cart .item {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 10px 0;
}
.mini-shopping-cart .picture {
	float: left;
	width: 50px;
	text-align: center;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .picture + .product {
	margin: 0 0 0 60px;
}
.mini-shopping-cart .name {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 500;
}
.mini-shopping-cart .price span,
.mini-shopping-cart .quantity span {
	font-size: 12px;
	color:#000;
}
.mini-shopping-cart .totals {
	margin: 0 0 10px;
	font-size: 12px;
	text-align: right;
}
.mini-shopping-cart .totals strong {
	color: #920909;
}
.mini-shopping-cart .buttons {
	margin: 0 0 5px;
	text-align: right;
}
.mini-shopping-cart input[type="button"] {
	display: inline-block;
	background: #333;
	padding: 5px 12px;
	color: #fff;
    border: 1px solid transparent;
}
.mini-shopping-cart input[type="button"]:hover {
	border-color: #fff;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 280px !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.header-selectors-wrapper {
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 20px 0;
	text-align: center;*/
}
.header-selectors-wrapper > div {
	margin: 0;
    vertical-align:top;
}
.header-selectors-wrapper select {
	height: 28px;
	border: 0;
	background: #fff;
	padding: 5px;
}

.responsive-nav-wrapper-parent {
	display: none;
}

/* HEADER MENU */

.menu-title, .close-menu,
.header-menu .back-button,
.header-menu .sublist-wrap {

}
.overlayOffCanvas {
	display: none !important;
}

div#headerMenuParent {
  margin: 0;
  /* margin-bottom: 115px; bdk */
}
.header-menu {
	text-align: left;
	position: static;
	z-index: 1001;
}
.header-menu.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.stick .header-logo a img{
	height:100px;
}
.master-wrapper-page .header-menu {
	/*margin: 12px 0 0;*/
	display:  grid;
	margin: 0.5em;
}
.header-menu > ul {
	width: 100%;
	margin: 0 auto;
	margin-top:0.9rem;
}
.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: 5px 0px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
	z-index: 1002;
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	margin: 0 20px 0 0;
	transition:all .4s ease 0s;
	-moz-transition:all .4s ease 0s;
	-o-transition:all .4s ease 0s;
	-ms-transition:all .4s ease 0s;
	-webkit-transition:all .4s ease 0s;
}
.header-menu > ul > li > span::after, .header-menu > ul > li > a::after  {
	border-bottom: 10px solid #EFEFEF;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	bottom: -10px;
	content: "";
	left: 50%;
	margin: 0 0 0 -5px;
	position: absolute;
	opacity: 0;
	transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
}
.header-menu > ul > li:hover span.with-subcategories::after, .header-menu > ul > li:hover a.with-subcategories::after {
	opacity: 1;
}
.header-menu .mega-menu .has-sublist:hover .sublist-wrap{
	opacity:1;
	visibility:visible;
}
.header-menu > ul > li:hover > a, 
.header-menu > ul > li:hover > span {
	color: #fff !important;
}

.header-menu .sublist-wrap {
	opacity:0;
	position: absolute;
	z-index: 1003;
	min-width: 180px;
	background: #EFEFEF;
	margin-top:10px;
	visibility:hidden;
	padding:10px;
	transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
}
::i-block-chrome, .header-menu .sublist-wrap {
     -webkit-transition: none;
    }
.header-menu .sublist-wrap.active {
	opacity:1;
}
.header-menu > ul > li > .sublist {
	border-top: 2px solid #a12;
	background-image: url(/Themes/Nitro/Content/img/sublist-shadow-top.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.header-menu .sublist li {
	position: relative;
}
.header-menu .sublist .back-button {
	display: none;
}
.header-menu .sublist li a {
	color: #212121;
	font-size: 16px;
	font-weight:300;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	padding:1px 5px;
	display:inline-block;
}
.header-menu .sublist li a:hover{
	text-decoration:underline;
}
.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: 1000px;
}
.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: 1000px;
}
.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: 1000px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    min-height: 38px;
    text-align: left;
}
.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-tax-shipping + .footer-disclaimer, 
.footer-tax-shipping {
	float: left;
	clear: left;
}*/
.footer-lower div.footer-powered-by {

}
.footer-lower div.footer-designed-by {

}
/*.social-sharing {
    float: right;
}*/

/* LEFT/RIGHT COLUMN */

.block .title strong {
	text-align: center;
}
.block .listbox {
	display: block;
}
.block .list a:hover, .block .list a.active {
    background: #bdbdbd;
}
.block .product-picture {
	display: inline-block;
	vertical-align: middle;
}
.block .product-picture img {
	display: block;
}

/* CENTER */

.page-title {
	padding: 13.5px 307px 12.5px 15px;
}

.search-box.store-search-box {
	/*font-size: 0;
	position: absolute;
    top: 9px;
    right: 10px;*/
}
.search-box.store-search-box input.search-box-text {
	/*height: 29px;
	width: 250px !important;*/
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb li * {
	line-height: normal;
}

.item-box {
    width: 33%;
    float: left;
    margin: 0 0 1.5% .5%;
	border: 2px solid transparent;
}
.item-box:last-child {
	border: 2px solid transparent;
}
.item-box:nth-child(3n+1) {
	clear: both;
}
.product-grid .item-box:hover,
.search-page .item-box:hover {
	border-color: #920909 !important;
}
.product-grid .item-box:hover .product-item .details{
	background-image: url(/Themes/Nitro/Content/img/hover-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.item-box .product-item {
	border: 0;
    padding: 0px;
}
.product-grid .item-box .product-title,
.search-page .item-box .product-title {
	padding: 0px;
	text-align:left;
}
.item-box .product-title a:hover {
}

.item-box .hover-content {
    position: absolute !important;
    bottom: 122px;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
	padding:0px
}
.item-box:hover .hover-content {
	opacity: 1;
	z-index: 2;
}
.item-box .buttons {
    background: none !important;
    display: block;
}
.item-box .add-to-compare-list-button {
    
}
.quick-view-button{
	background-color:transparent !important;
}

.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 .add-wishlist-products:hover + .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.item-box .compare-products:hover ~ .ajax-cart-button-wrapper .product-box-add-to-cart-button,
.item-box .add-wishlist-products:hover ~ .product-box-add-to-cart-button,
.item-box .compare-products:hover ~ .product-box-add-to-cart-button {
	padding: 12px 0 12px 34px;
	width: 38px;
	font-size: 0;
	background-color: #999;
}

.item-box .description {
	display: block;
}

.home-page-manufacturers .item-box {
    width: 15%;
    float: left;
    margin: 0 0 2% 2%;
    clear: none;
}
.home-page-manufacturers .item-box:nth-child(2n+1){
    margin: 0 0 2% 2%;
}
.home-page-manufacturers .item-box:nth-child(6n+1){
    margin-left: 0;
}
.side-2{
	margin-top:26px;
}
    /* product list */

.product-list .item-box {
	width: 100%;
	float: none;
	margin: 0;
	border: none !important;
	text-align: left;
}
.product-list .item-box .product-item {
	overflow: hidden;
	padding: 0;
	border-bottom: none;
}
.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;
	height: auto;
	text-align: left;
	padding: 23px 20px;
}
.product-list .pro-list-price-review {
    padding: 0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.product-list .item-box .prices span{
	font-size:17px;
}
.product-list .item-box .description{
	display:none;
}
.product-list .item-box .picture a::before{
	padding-top:70%;
}
.product-list .item-box .product-title,
.product-list .item-box .description {
	margin: 0 0 30px;
}
.product-list .item-box .add-info {
	overflow: hidden;
}
.product-list .item-box .buttons {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.product-list .item-box .prices {
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: middle;
}

.product-list .item-box .add-wishlist-products:hover .add-to-wishlist-button{
	font-size:0;
	width:auto;
}
.product-list .item-box .compare-products:hover .add-to-compare-list-button{
	font-size:0;
	width:auto;
	padding:0 0 0 34px;
}
.product-list .pro-list-addtocart-btn{
	display:inline-block;
	vertical-align:middle;
	margin: 0 10px 0 0;
}
.product-list .add-to-wishlist.add-wishlist-products{
	display:inline-block;
	float:none;
	margin: 0 10px 0 0;
}
.product-list .item-box .compare-products{
	float:none;
	display:inline-block;
}
.pro-list-addtocart-btn input[type="button"]{
	border: 0;
	padding: 0px 15px;
	font-size: 17px;
	line-height: 40px;
	color: #fff;
	background-color: #920909 !important;
	font-size:16px;
	font-weight:500px;
	border-radius:1px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	height:40px;
}
/* categories & sub-categories */

.item-box .category-item,
.item-box .sub-category-item {
	margin-bottom: 20px;
}
.item-box .category-item .picture,
.item-box .sub-category-item .picture {
	margin: 0;
	overflow: hidden;
}
.category-item .picture a,
.sub-category-item .picture a {
	margin: 0;
	overflow: hidden;
	border: 2px solid transparent;
}
.category-item:hover .picture a,
.sub-category-item:hover .picture a {
	margin: 0;
	overflow: hidden;
}
.item-box .title a {
	border-top: 1px solid #a12;
	background: none;
	padding: 13px 0;
	font-size: 15px;
	color: #333;
}
.item-box:hover .title a {
	background-color: #a12;
	color: #fff;
}

.pager li a:hover{
	background-color: #a12;
	border-color: #a12;
	color: #fff;
}

/* vendors */

.vendor-list a:hover {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

/* cross sell */

.order-summary-content form > .cross-sells .item-box {
	width: 24.25%;
	margin: 0 0 1% 1%;
	clear: none !important;
}
.order-summary-content form > .cross-sells .item-box:nth-child(4n+1) {
	clear: both !important;
	margin-left: 0;
}
/*default filters*/
.filter-content li:hover{
    background:#f3f3f3;
}
.filter-content .title:hover{
    background:transparent;
}
 
/* PRODUCT PAGE */

.product-details-page .overview {
    float: right;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    width: 50%;
}
.overview .add-to-wishlist-button:hover, 
.variant-overview .add-to-wishlist-button:hover, 
.overview .add-to-compare-list-button:hover, 
.subscribe-button:hover, 
.download-sample-button a:hover {
	background-color: #ddd;
}
.ui-datepicker-calendar td a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ui-datepicker-calendar td a:hover {
	background-color: #a12;
	color: #fff;
}

/* REVIEW PAGE */

.write-review .form-fields {
	padding: 20px 0;
}
.write-review .review-rating {
	text-align: left;
}
.write-review .review-rating label {
	display: inline-block;
	width: 197px;
	text-align: right;
}
.center-1 .write-review .review-rating label {
	width: 330px;
}
.review-rating ul {
	display: inline-block;
	margin-left: 0px;
}

/* WISHLIST & COMPARE LIST */
.compare-products-page .search-box {
	display: none;
}
.compare-products-table-mobile {
	display: none;
}
.compare-products-page .clear-list:hover {
	background-color: #fff;
	color: #a12;
}
.compare-products-page .button-2:hover {
	/*background: #f6f6f6;
	border-color: #ccc;*/
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
	padding: 20px 0;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.gender > span > *{
    width:auto;
    padding:0 0 0 5px;
}
.registration-page .buttons .button-1:hover, 
#check-availability-button:hover,
.registration-result-page .button-1:hover, 
.login-page .buttons .button-1:hover,
.password-recovery-page .buttons .button-1:hover, 
.account-page .buttons .button-1:hover,
.account-page .subscription-list .button-2:hover,
.return-request-page .buttons .button-1:hover {
	/*border-color: #fff;*/
}
.registration-page .inputs >label,
.login-page .inputs > label,
.password-recovery-page .inputs > label {
    width: 330px;
}
#check-availability-button {
	display: block;
	margin: 10px auto;
}
#username-availabilty {
	position: absolute;
	top: 5px;
	left: 520px;
}
.account-page .button-2:hover {
  /*  background-color: #f6f6f6;
	background: #f6f6f6;*/
}
.delete-selected-biss-button:hover {
	background-color: #333 !important;
}

.login-page .inputs.reversed > * {
	width: auto;
	margin: 0 2px;
	vertical-align: middle;
}
.login-page .forgot-password:hover {
	text-decoration: underline;
}
.return-request-page label {
	width: 325px;
}
.inputs .required,
.inputs .field-validation-valid {
	display: inline-block;
	margin-left: 5px;
	vertical-align:top;
}
.email-to-revalidate,
.email-to-revalidate-note {
	display: inline-block;
}

/* SHOPPING CART & CHECKOUT */

.selected-checkout-attributes,
.order-summary-content .tax-shipping-info {
	text-align: right;
}
.shopping-cart-page .buttons {
	overflow: hidden;
    clear:both;
    text-align:left;
}
.shopping-cart-page .common-buttons {
	float: right;
	margin: 0;
	width:100%;
}
.checkout-attributes {
	clear: both;
	text-align: right;
}
.checkout-attributes dt {
	margin-bottom: 0;
}
.checkout-attributes li {
	margin: 0 0 0 10px;
}
.shopping-cart-page .common-buttons input {
	margin: 0;
}
.shopping-cart-page .totals {
	margin: 0;
	width:50%;
}
.shopping-cart-page .cart-collaterals {
    width: 50%;
}
.cart-collaterals {
	width: 485px;
	margin: 0;
}
.cart-collaterals .deals {
	margin: 0 0 20px;
	overflow: hidden;
}
.cart-collaterals .deals > div {
	float: left;
	margin-right: 15px;
}
.cart-collaterals .deals .shipping {
    margin: 10px 0 0 0;
}
.cart-collaterals .deals .shipping strong{
	font-size:16px;
	font-weight:500;
}
.cart-collaterals .coupon-code input[type="submit"]:hover {
	background-color: #ccc;
}
.cart-collaterals .shipping {
	margin: 0;
	overflow: hidden;
}
.cart-collaterals .shipping .inputs {
	float: left;
	margin-right: 15px;
}
.cart-collaterals .shipping label {
	display: block;
	width: auto;
	margin: 0 0 5px;
	text-align: left;
	font-style:italic;
	font-size:16px;
}
.cart-collaterals .shipping label + * {
	width: 122px;
	height: 32px;
}
.cart-collaterals .estimate-shipping-button:hover,
.shopping-cart-page .button-1:hover {
	/*border-color: #fff;*/
}
.order-confirm-page .cart-page-table colgroup col:nth-child(1), 
.order-confirm-page .cart-page-table colgroup col:nth-child(3),
.order-confirm-page .cart-page-table thead .cart-header-row th:nth-child(1),
.order-confirm-page .cart-page-table thead .cart-header-row th:nth-child(3),
.order-confirm-page .cart-page-table tbody .cart-item-row td:nth-child(1),
.order-confirm-page .cart-page-table tbody .cart-item-row td:nth-child(3) {
    display: table-cell !important;
}
.cart-page-table td.product-picture {
    padding-left: 0 !important;
	padding-right: 0 !important;
}
.checkout-page .selected-checkout-attributes {
	text-align: right;
}
.checkout-page .totals {
	float: right;
}
.opc .back-link a:hover {
	text-decoration: underline;
}

.order-details-page .tax-shipping-info {
	text-align: right;
}
.order-details-page .actions input:hover {
	/*background: #f6f6f6;
	border-color: #ccc;*/
}

/* SEARCH & SITEMAP */

.basic-search {
	padding: 20px 0;
}
.basic-search input[type="text"] {
	width: 300px;
}
.advanced-search .price-range {
	margin-left: -3px;
	width: 300px;
	text-align: center;
}
.advanced-search .price-range input {
	height: auto;
}
.search-input .button-1:hover {
	border-color: #fff;
}

.sitemap-page li {
	width: 20%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.sitemap-page li:hover {
	background: #f3f3f3;
}

/* BLOG & NEWS */

.news-list-page .search-box {
	display: none;
}
.post-title:hover, 
.news-title:hover {
	text-decoration: underline;
}
.news-item-page .inputs:first-child label {
	display: inline-block;
}
.news-item-page textarea {
	display: block;
	margin: auto;
}
.news-items .read-more:hover {
	background: #f6f6f6;
	border-color: #ccc;
}

.new-comment .button-1:hover {
	border-color: #fff;
}

.blog-page .tags a:hover,
.blogpost-page .tags a:hover,
.blog-details a:hover {
	text-decoration: underline;
}

/* POLLS */

.vote-poll-button:hover {
	border-color: #fff;
}

/* TAGS */

.year li a:hover {
	background: none !important;
	color: #a12;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #a12;
}
.myaccount-page .account-title{
	display:none;
} 
.ps-container > .ps-scrollbar-y-rail{
	display:none !important;
}
}

@media all and (min-width: 981px) and (max-width: 1200px) {
.mega-menu .dropdown.fullWidth {
    margin-left: -49% !important;
    width: 98% !important;
}
.jCarouselMainWrapper, .home-page-manufacturers,
.footer-middle, .footer-lower {
	padding-left:15px;
	padding-right:15px;
}
.master-wrapper-content{
	padding-left:15px;
	padding-right:15px;
}
.home .master-wrapper-content{
	padding-left:0px;
	padding-right:0px;
}
.header-logo a img{
	height:90px;
}
.stick .header-logo a img{
	height:80px;
}
.header-logo{
	width:215px;
}
.header-selectors-wrapper{
	width:47%;
}
.header-selectors-wrapper > div{
	width:100%;
}
.search-box.store-search-box{
	width:100%;
}
.jCarouselMainWrapper .slick-prev{
	left:-15px !important;
}
.jCarouselMainWrapper .slick-next{
	right:-15px !important;
}
}
/*=========================================

        DESKTOP forum.css

=========================================*/


/* FORUM MAIN & SEARCH */

.forums-main-page .topic-block {
	text-align: center;
}
.forums-main-page .topic-block-title,
.forum-topic-page .topic-name,
.forum-page .forum-name {
	margin: 0 0 20px;
	background: #a12;
	padding: 13px 15px;
}
.forums-main-page .topic-block-title h2,
.forum-topic-page .topic-name h1,
.forum-page .forum-name h1 {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.forums-header {
	display: none;
	margin: 0 0 30px;
    background: #a12;
    padding: 15.5px;
    padding-right: 310px;
    text-align: center;
    position: relative;
}
.forums-header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.forum-search-box input[type="text"]{
	height: 29px;
    width: 250px;
    padding: 5px;
    background: #f6f6f6;
    vertical-align: middle;
    border: none;
    float:left;
}
.forum-search-box .basic {
	position: absolute;
    right: 10px;
    top: 9px;
}
.forum-search-box-text,
.forum-search-text {
	float: left;
	width: 300px;
}
.forum-search-box-button,
.forum-search-button,
.forum-search-box .search-box-button {
	float: left;
    overflow: hidden;
    background: #333 url(/Themes/Nitro/Content/img/btn-search.png) center no-repeat;
    border: 2px solid #fff;
    font-size: 0;
    width: 29px;
    height: 29px;
}
.forum-search-box .advanced {
	position: absolute;
    top: 54px;
    right: 5px
}
.forum-search-box .advanced a:hover,
.forums-table-section a:hover{
    color: #a12;
    text-decoration: underline;
}

.forums-table-section {
	margin: 0 0 30px;
}
.forums-table-section-title {
	margin: 0 0 10px;
	overflow: hidden;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
	font-size: 18px;
	font-weight: normal;
}
.forums-table-section.link-rss {
	display: none;
}
.forums-table-section .view-all {
	padding: 5px;
}
.forums-table-section .image div {
	width: 24px;
	height: 24px;
	margin: auto;
	background: url(/Themes/Nitro/Content/img/folder1.png) center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url(/Themes/Nitro/Content/img/folder3.png) center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url(/Themes/Nitro/Content/img/folder2.png) center no-repeat;
}

.forum-search-page .basic-search {
	text-align: center;
}
.forum-search-page .basic-search div:first-child {
	display: inline-block;
	margin: 0 0 10px;
	overflow: hidden;
}
.forum-search-page .basic-search label{
    display:none;
}
.forum-search-page .basic-search .inputs.reversed label{
    display:inline-block;
    width:auto;
    margin:0 0 0 2px;
}
.forum-search-page .advanced-search {
	margin: 15px 0 0;
}
.forum-search-page .advanced-search .inputs label {
	width: 302px;
}
.forum-search-page .search-error {
	padding: 15px;
	text-align: center;
	color: #c00;
}
.forum-search-page .search-results {
	margin: 0 0 15px;
}
.forum-search-page .search-input .forum-search-button{
    display: inline-block;
    font-size: 14px;
    padding: 8px 16px;
    width:auto;
    line-height:normal;
    float:none;
    height:auto;
}
.forum-search-page .search-input .buttons{
    text-align:center;
}
.topic-post .quote{
    margin: 0 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    padding: 20px;
}

/* BREADCRUMB & PAGERS */


.forum-breadcrumb {
	margin: 0 0 15px;
    background: none !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pager.upper {
	display: none;
}
.pager.lower {
	float: right;
	margin: 0;
}
.forum-actions{
    margin:0 0 20px;
}

/* FORUM PAGE */


.forum-page .forum-info {
	position: relative;
	margin: 0 0 30px;
}
.forum-page .link-rss {
	display: none;
}
.forum-actions .actions a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
}
.forum-page .new-topic {
	background: url(/Themes/Nitro/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-page .watch-forum {
	background: url(/Themes/Nitro/Content/img/forum_icon5.png) left center no-repeat;
}

/* TOPIC PAGE & PROFILE PAGE */


.forum-topic-page .topic-posts {
    clear: both;
}
.forum-topic-page .topic-actions.upper {
	margin: 0 0 20px;
	overflow: hidden;
}
.forum-topic-page .topic-actions.lower .actions {
	display: none;
}
.forum-topic-page .topic-actions.upper a {
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	line-height: 24px;
}
.forum-topic-page .reply-topic-button,
.topic-footer .reply-topic-link-button {
	background: url(/Themes/Nitro/Content/img/forum_icon4.png) left center no-repeat;
}
.forum-topic-page .watch-topic-button,
.topic-footer .watch-topic-link-button {
	background: url(/Themes/Nitro/Content/img/forum_icon5.png) left center no-repeat;
}
.forum-topic-page .manage-post {
    overflow:hidden;
    margin:0 0 10px;
}
.forum-topic-page .manage-post a {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
}
.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
	background: url(/Themes/Nitro/Content/img/forum_icon1.png) left center no-repeat;
}
.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
	background: url(/Themes/Nitro/Content/img/forum_icon2.png) left center no-repeat;
}
.forum-topic-page .move-topic-button {
	background: url(/Themes/Nitro/Content/img/forum_icon3.png) left center no-repeat;
}
.forums-table-section a {
    vertical-align: middle;
}

.topic-post {
	margin: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	padding: 5px 0 15px;
}
.topic-posts .post-info {
	width: 190px;
	margin: 0 auto 30px;
}
.topic-post .manage {
	float: none;
	margin: 0 0 10px;
	overflow: hidden;
}
.topic-post .manage-post a {
	float: left;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px 5px 5px 25px;
}
.topic-post .manage-post a:first-child {
	margin-left: 0;
}
.topic-post .manage-post a:hover {
	text-decoration: none;
}
.topic-post .edit-post-button,
.topic-post .delete-post-button {
	background-position: 5px center;
}
.topic-post .user-info {
	padding-right: 10px; /*align control*/
    overflow:hidden;
}
.topic-post .username {
	display: inline-block;
	margin: 0 0 5px;
	font-weight: bold;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	height: 150px; /*adjust as you like*/
	margin: 0 0 10px;
	border: 1px solid #ccc;
	overflow: hidden;
    width:190px;
    float:left;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats {
	margin: 0 0 10px;
	font-size: 11px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
}
.send-pm {
    clear: both;
 }
.pm-button{
	display: inline-block;
	background: #333;
	padding: 7px 14px;
	color: #fff;
}
.topic-post .post-head {
	margin: 0 0 10px;
	border: 1px solid #ccc;
	background: #eee;
	overflow: hidden;
	padding: 5px;
}
.topic-post .quote-post a {
	float: right;
	margin: 0 0 0 5px;
	text-decoration: underline;
}

.topic-post .post-content {
	position: relative;
}
.topic-post .post-time {
    float: left;
}
.topic-post .post-actions {
    float: right;
}
.topic-post .post-body {
	display: block;
	position: relative;
}
.topic-post .post-text {
	min-height: 100px;
	padding: 0 35px 0 5px;
	text-align: left;
}
.topic-post .post-vote {
	position: absolute;
	top: 2px;
	right: 0;
	overflow: hidden;
}
.topic-post .post-vote > span {
	display: block;
	width: 25px;
	height: 25px;
	background-color: #eee;
	background-image: url(/Themes/Nitro/Content/img/votes.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.topic-post .post-vote > .vote.up {
	background-position: -25px center;
}
.topic-post .post-vote > .vote.down {
	background-position: 0 center;
}
.topic-post .post-vote > div {
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
.topic-post .signature {
	border-top: 1px solid #e9e9e9;
	padding: 30px 0 0;
	text-align: left;
    font-style: italic;
}

.move-topic-page .inputs label {
    width: 440px;
}

.profile-info-box {
	overflow: hidden;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
}
.profile-page .topic {
	margin: 20px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	background: #f6f6f6;
	padding: 5px;
	font-size: 16px;
}
.profile-page .topic-title a {
	vertical-align: middle;
	font-style: italic;
}
.profile-page .topic-data {
	color: #999;
}

/* FORUM EDIT & SEND MESSAGE */

.forum-edit-page label,
.private-message-send-page label {
	width: 228px;
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin-left: 235px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 500px;
	height: 180px;
	margin-left: 240px;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
	margin: 15px 0 0;
	text-align: center;
}
.forum-edit-page .buttons input,
.private-message-send-page .buttons input,
.private-messages-page .buttons input,
.private-message-view-page .buttons input,
.move-topic-page .buttons input{
	min-width: 115px;
	border: 1px solid #ddd;
	background: #eee;
	padding: 6px 24px !important;
	font-size: 14.5px;
	color: #333;
	text-transform: uppercase;
}
.forum-edit-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .buttons input[type="submit"],
.private-message-view-page .buttons input.button-1,
.move-topic-page .buttons input[type="submit"]{
	border-color: #333;
	background: #333;
	color: #fff;
}
.forum-edit-page .buttons input[type="submit"]:hover,
.private-messages-page .buttons input[type="submit"]:hover,
.private-message-send-page .buttons input[type="submit"]:hover,
.private-message-view-page .buttons input.button-1:hover{
    border-color: #fff;
} 

.private-message-send-page .message label {
	display: none;
}
.forum-edit-page .inputs {
    font-size: inherit;
}
.forum-edit-page .inputs label{
    width: 215px;
    margin-right: 22px;
}

/* INBOX & VIEW MESSAGE */


.private-messages-page td.date {
	width: 15%;
	white-space: nowrap;
}
.private-messages-page .mark-unread-pm-button {
	display: none;
}

.private-message-view-page .view-message li {
	display: inline-block;
}
.private-message-view-page label {
	font-weight: bold;
}
.private-message-view-page span {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.private-message-view-page span:after {
	content: "|";
	margin: 0 0 0 10px;
}
.private-message-view-page .message-body {
	display: block !important;
	margin: 15px 0;
	border: 1px solid #ccc;
	padding: 15px;
}
.private-message-view-page .message span:after {
	display: none;
}
.private-message-view-page .buttons {
	display: block !important;
	overflow: hidden;
    text-align:left;
}
.private-message-view-page .back-pm-button {
	float: right;
	text-transform: capitalize !important;
}

.private-message-send-page .form-fields,
.forum-edit-page .form-fields,
.move-topic-page .page-body {
    border: 1px solid #ddd;
    padding: 20px 0;
}


@media all and (min-width: 769px) {

.forums-main-page .topic-block {
	text-align: left;
}
.current-time {
	float: left;
	color: #fff;
}
.topic-posts {
	clear: both;
}
.topic-posts .post-info {
	float: left;
}
.topic-post .post-content {
	margin-left: 200px;
}

}

@media all and (min-width: 981px) {

.forums-header {
	display: block;
}
.current-time {
	float: left;
	color: #fff;
}

}

/* End forum.css */
/*! 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}
.k-wi1dget.k-wi1ndow * {
    box-sizing: border-box;
}

#departments {
    display: table;
    margin-bottom: 20px;
}



div.dropdownAmazon {
    color: #555555;
    height: 25px;
    position: relative;
    width: 50px;
   
}



.dropdownAmazon li a {
    color: #555555;
    display: block;
    padding: 6px 10px;
    cursor: pointer;
    text-decoration: none;
}

.dropdownAmazon li a:hover {
    text-decoration: none;
}

a.department-label {
    font-size: 1rem;
    color: inherit;
    position: absolute;
    z-index: 110;
    display: block;
    padding: 11px 0 0 10px;
    min-width: 70px;
    margin: -11px 0 0 -10px;
    text-decoration: none;
    cursor: pointer;
}


/*
* 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: static;
	z-index: 1001;
	display: block;
}
.mega-menu-responsive {
	display: none !important;
}
.mega-menu .dropdown {
	opacity: 0;
	position: absolute;
	overflow: hidden;
	background-color: #EFEFEF;
	padding: 10px;
	z-index: 1003;
	transition:all .4s ease 0s;
	-moz-transition:all .4s ease 0s;
	-o-transition:all .4s ease 0s;
	-ms-transition:all .4s ease 0s;
	-webkit-transition:all .4s ease 0s;
	margin-top:10px;
	visibility: hidden;
	float:left;
}
::i-block-chrome, .mega-menu .dropdown {
     -webkit-transition: none;
    }
.mega-menu .dropdown.fullWidth {
	left: 50%;
	margin-left: -570px;
	width: 1140px;
}
.header-menu .mega-menu .has-sublist:hover .dropdown {
	opacity: 1;
	visibility: visible;
}
/* ROWS AND BOXES */

    .mega-menu .row {
	overflow: hidden;
}
.dropdown .box {
	float: left;
	padding: 0 5px 30px;
}
.categories.fullWidth .box {
	width: 25%;
}
.categories .box,  .manufacturers .box,  .vendors .box {
	width: 250px;
}
.mega-menu .title, .mega-menu .title a, .mega-menu .title a span {
	color: #212121;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.mega-menu .title:before {
	/*content: " ";
	position: absolute;
	top: 2px;
	left: 0;
	width: 17px;
	height: 17px;
	background-color: #aa1122;
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Nitro/Content/images/arrow-down-white.png);
	background-position: center;
	background-repeat: no-repeat;*/
}
.mega-menu .title a {
}
.mega-menu .title a:hover {
	color: #555;
}
.mega-menu .categories .picture {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center;
	display:none;
}
.mega-menu .categories .picture a {
	display: block;
}
.mega-menu .subcategories {

}
.mega-menu .box ul {
	margin-top: 0px;
}
.mega-menu .box li {
	margin:5px 0;
	text-align: left;
}
.mega-menu .box li a {
	color: #212121;
	font-size: 16px;
	font-weight:300;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	text-transform: none;
}
.mega-menu .box li a:hover {
	text-decoration: underline;
}
.mega-menu .box li:nth-child(odd) a:hover {
}
.mega-menu .box li:nth-child(even) a:hover {
}
.mega-menu li a.view-all {
	font-weight: bold;
	background: none;
}
.manufacturers.fullWidth .box,  .vendors.fullWidth .box {
	width: 16.66666666666667%;
}
.mega-menu .topic-wrapper {
	overflow: hidden;
}
.mega-menu .topic-wrapper p {
	font-size: 11px;
	line-height: 20px;
}
.mega-menu .topic-wrapper strong {
	display: block;
	border-bottom: 1px solid #999;
	padding: 8px 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #222;
}
.mega-menu .manufacturers .title,  .mega-menu .vendors .title {
	display: none;
}
.mega-menu .manufacturers .row-wrapper .box ul,  .mega-menu .manufacturers .row-wrapper .box li,  .mega-menu .vendors .row-wrapper .box ul,  .mega-menu .vendors .row-wrapper .box li {
	margin: 0;
}
.mega-menu .manufacturers .row-wrapper .box li a,  .mega-menu .vendors .row-wrapper .box li a {
	display: block;
	padding: 0;
}
.mega-menu .manufacturers .row-wrapper .box li span,  .mega-menu .vendors .row-wrapper .box li span {
	display: block;
	position: relative;
}
.mega-menu .manufacturers .row-wrapper .box li span:before,  .mega-menu .vendors .row-wrapper .box li span:before {
	content: " ";
	display: block;
	padding-top: 50%;
}
.mega-menu .manufacturers .row-wrapper .box li span img,  .mega-menu .vendors .row-wrapper .box li span img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.ajaxCart {
    position: absolute;
    z-index: 1070;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}
.ajaxCart li {
	list-style: none;
}

.ajaxCart .k-window-titlebar.k-header {
	margin: 0 !important;
	padding: 10px;
	border-bottom: 1px solid #999;
	background: #bbb url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button1.png) top repeat-x;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 9px;
	right: 10px;
	font-size: 0;
	z-index: 1;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	background: #333 url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close-hover.png) center no-repeat;
	box-shadow: 0 0 1px #999 inset;
	font-size: 0;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/button-close.png) center no-repeat;
}

.productAddedToCartWindow, .miniProductDetailsView {
    padding: 15px 10px;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/separator.png) 0 -1px repeat-x;
    color: #555;
    line-height: 18px;
}

/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #eee;
}

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 120px;
    text-align: center;
}

.productAddedToCartWindowImage a {
	display: block;
	overflow: hidden;
	line-height: 0;
}
.productAddedToCartWindowImage img {
	max-width: 100%;
}

.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

.productAddedToCartWindowDescription h1 {
	margin: 0 0 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.productAddedToCartWindowDescription h1 a {
	color: #333;
}

.productAddedToCartWindowDescription strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.productAddedToCartWindowDescription span {
	display: block;
	margin-bottom: 3px;
	color: #666;
}

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.productAddedToCartWindowSummary a {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.productAddedToCartWindowSummary div {
	margin-top: 10px;
}

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}

/* MINI PRODUCT DETAILS VIEW */

.miniProductDetailsView:focus,
.productAddedToCartWindow:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.miniProductDetailsView {
    background-color: #f6f6f6;
}

.miniProductDetailsView h1 {
	margin-bottom: 10px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 0 #eee;
}

.miniProductDetailsView .product-name {
	position: absolute;
	top: 9px;
	left: 15px;
	width: 260px;
	height: 17px;
	overflow: hidden;
}

.miniProductDetailsView .product-essential {
	margin: 0;
	overflow: hidden;
}

.miniProductDetailsView .short-description {
	margin-bottom: 10px;
	padding-top: 0;
	border-top: none;
	width: 250px;
}

.miniProductDetailsView .product-essential .gallery {
	margin: 0 20px 0 0;
	width: auto !important;
	float: left;
	overflow: hidden;
}

.miniProductDetailsView .product-essential .picture {
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}

.miniProductDetailsView .product-essential .picture img {
	z-index: 0 !important;
}

.miniProductDetailsView .product-variant-line {
	margin: 0;
}

.miniProductDetailsView .prices {
	margin-bottom: 10px;
}

.miniProductDetailsView .customer-entered-price {
	margin-bottom: 10px;
}

.miniProductDetailsView .enter-price-input {
	padding: 4px;
	width: 69px;
}

.miniProductDetailsView .giftcard {
	padding: 10px 15px;
	background: #fff;
	margin: 0;
}
.miniProductDetailsView .product-collateral {
	margin-top: 10px;
}

.miniProductDetailsView .message-error {
	display: block;
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	color: #c00;
	font-weight: bold;
	font-size: 14px;
}

.miniProductDetailsView .message-error li {
	margin: 5px 0;
}

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    /*filter: alpha(opacity=50);*/
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Styles/images/loader.gif) no-repeat fixed 50% 50%;
    opacity: 0.7;
    /*filter: Alpha(opacity = 70);*/
}

.addProductVariantToCartErrors {
    color: #c00;
}
.addProductVariantToCartErrors ul {
	margin: 20px;
}
.addProductVariantToCartErrors li {
    margin: 0 0 10px 0;
}


/*** QUANTITY BOX & BUY BUTTON ***/

.ajax-cart-button-wrapper {
    float: left;
}
.product-list .ajax-cart-button-wrapper {
	display: block;
}
.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper select {
	position: relative;
	float: right;
    width: 40px;
    height: 40px;
	margin: 0 0 0 -12px;
	border: 8px solid #a12;
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
    padding: 0;
	text-align: center;
    font-size: 11px; 
}
.ajax-cart-button-wrapper select{
    width: auto;
}


/*** COMMON ELEMENTS ***/

.ajaxCart .k-window-titlebar.k-header {
	background: #eee;
	border-bottom-color: #ccc;
	padding: 12px;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions {
	top: 10px;
}
.ajaxCart .k-window-titlebar.k-header .k-window-actions a {
	width: 20px;
	height: 20px;
	border: 0;
}
.productAddedToCartWindowTitle {
	width: 350px;
	padding: 12px;
	font-size: 13px;
	color: #333;
}
.miniProductDetailsView .product-name {
    top: 12px;
	width: 400px;
	margin: 0;
	font-size: 13px;
	font-weight: normal;
}


/*** SINGLE PRODUCT WINDOW ***/

.productAddedToCartWindow {
	background: none;
}
.productAddedToCartWindowDescription h1 a:hover {
	text-decoration: underline;
}
.productAddedToCartWindowDescription strong {
	color: #c00;
}
.productAddedToCartWindowSummary a {
}
.productAddedToCartWindowSummary a:hover {
	text-decoration: underline;
}

.productAddedToCartWindowImage {
    width: auto;
}
.productAddedToCartWindowImage a {
	width: 160px;
	position: relative;
}
.productAddedToCartWindowImage a:before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.productAddedToCartWindowImage img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}

.ajaxCart .productAddedToCartWindowCheckout {
    padding: 8px 22px;
    font-size: 15px;
    background: #a12;
    border: 0;
	color: #fff;
	text-transform: uppercase;
    border: 1px solid transparent;
}
.ajaxCart .productAddedToCartWindowCheckout:hover {
	border-color: #fff;
}

/*** GROPED PRODUCTS WINDOW ***/


.miniProductDetailsView {
	background: none;
	padding: 5px 10px 15px;
}
.miniProductDetailsView .overview {
    width: 280px;
    margin: 0;
}
.miniProductDetailsView .product-essential {
	border-bottom: 1px dashed #ccc;
	background: #fff;
	padding: 15px;
}
.miniProductDetailsView .gallery {
	display: block; /*Cloud Zoom css override*/
    max-width: 300px;
}
.miniProductDetailsView .picture:before {
	display: none;
}
.miniProductDetailsView .picture img {
	position: static;
}
.miniProductDetailsView .product-variant-name {
	text-shadow: none;
}
.miniProductDetailsView .attributes {
    margin-bottom: 15px;
	background: #f6f6f6;
	padding: 10px 10px 0;
}
.miniProductDetailsView .attributes select {
    max-width: 170px;
	background: #fff;
}
.miniProductDetailsView .attributes .datepicker {
    background: #fff;
    width: 140px;
}
.miniProductDetailsView .cart-info {
    overflow: visible;
    min-width: 260px;
}
.miniProductDetailsView .prices {
}
.miniProductDetailsView .add-to-cart {
	float: left;
    overflow: hidden;
    margin: 0;
	background: #a12;
}
.miniProductDetailsView .add-to-cart > *,
.miniProductDetailsView .add-button-wrap {
    float:left;
}
.miniProductDetailsView .qty-input {
}

/* RELATED AND CROSS SELL */

.ajaxCart .product-grid {
    width: 375px;
    margin: 10px 0 0;
}
.ajaxCart .product-grid .title strong {
    max-width: 300px;
}
.ajaxCart .item-box {
    width: 123px;
}
.ajaxCart .item-box .product-item {
    padding: 0;
}
.ajaxCart .item-box .picture {
    margin: 0 0 5px;
}
.ajaxCart .item-box .product-title {
    height: 28px;
    margin: 0;
}
.ajaxCart .item-box .product-title a {
    font-size: 12px;
}

.ajaxCart .item-box .product-rating-box,
.ajaxCart .item-box .add-info,
.ajaxCart .item-box .hover-content {
    display: none !important;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 980px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}

@media all and (max-width: 768px) {

    .gallery .ribbon-wrapper {
        display: inline-block;
    }

}

@media all and (min-width: 981px) {

    .product-list .item-box .ribbon-wrapper {
        width: 210px;
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
    }

}

/*IMPORTANT: breakpoints range depends on where "view products in list" is available and where is not */


/********* START BUTTON *********/



.quick-view-button {
    position: absolute;
	z-index: 2;
}
.quick-view-button a {
    display: block;
	padding: 6px 12px;
    text-align: center;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
    cursor: pointer;
}
.quickViewData {
    display: none;
}


/********* SCREEN OVERLAY & DATA LOADER *********/



.k-overlay {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  /*filter: alpha(opacity=50);*/
}
.quickView .k-loading-mask {
	position: absolute;
	top: 0;
	left: 0;
}
.quickView .k-loading-image {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -15px;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/loading-image.gif) center no-repeat;
}


/********** MAIN QUICKVIEW WINDOW *********/



.quickView {
    position: absolute;
    z-index: 1070;
    padding-top: 0 !important;
    box-shadow: 0 0 15px #444;
    background: #fff;  
}
.quickViewWindow {
    z-index: 100; /*check if z-index is necessary*/
    width: 750px;
}
.quickViewWindow input[type=button],
.quickViewWindow a {
    cursor: pointer;
}
/*close button start*/
.quickView .k-window-titlebar.k-header {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0 !important;
	background: none !important;
}
.quickView .k-window-titlebar.k-header .k-window-actions {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 9999px;
	display:none;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/images/button-close.png) center no-repeat;
}
.quickView .k-window-titlebar.k-header .k-window-actions a:hover {
	border-color: #aaa;
	background-color: #fff;
} /*close button end*/

.quickViewWindow .product-essential {
	float: none;
	width: auto;
	border: 0;
    margin: 0;
    overflow: visible;
	padding: 15px;
}
.quickViewWindow .product-essential:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .popup-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	padding: 0 40px;
}
.quickViewWindow .product-name {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
}


/********** GALLERY *********/



.quickViewWindow .gallery {
	float: left;
    width: 50%;
	margin-bottom: 0;
    overflow: visible;
	padding: 0 10px 0 0;
}
.quickViewWindow .gallery .picture {
	float: none;
    width: 100%;
	border: 1px solid #ddddde;
	background: #fff;
	line-height: 0;
}
.quickViewWindow .gallery .picture a {
	width: 250px;
	height: 250px;
	border: none;
	overflow: hidden;
}
.quickViewWindow .gallery .picture img,
.quickViewWindow .related-products-grid .picture img, 
.quickViewWindow .also-purchased-products-grid .picture img {
	z-index: 0 !important;
}
.quickViewWindow .gallery .thumbnails {
    overflow: hidden;
    margin-top: 10px;
}
.quickViewWindow .gallery .thumbnails a,
.quickViewWindow .gallery .thumbnails > img {
	float: left;
	width: 83px;
	height: 83px;
	margin: 0 3px 6px;
	border: 1px solid #ddddde;
	overflow: hidden;
	background: #fff;
    position: relative;
}
.quickViewWindow .gallery .thumbnails a:first-child,
.quickViewWindow .gallery .thumbnails a:nth-child(5) {
    margin-left: 0;
}
.quickViewWindow .gallery .thumbnails a:nth-child(4), 
.quickViewWindow .gallery .thumbnails a:nth-child(8) {
    margin-right: 0;
}
.quickViewWindow .gallery .thumbnails img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} 
.quickViewWindow .gallery .thumbnails a img:hover {
	opacity: 0.7; /*cloud zoom only*/
}
.quickViewWindow .links-panel {
	padding: 5px 0 0;
}
.quickViewWindow .links-panel a {
    display: block;
    text-align: left;
    font-size: 14px;
	text-transform: uppercase;
	color: #333;
	text-decoration:underline;
	display:inline-block;
	max-width:100%;
}
.quickViewWindow .links-panel a:hover {
    text-decoration: underline;
}
/********** OVERVIEW *********/



.quickViewWindow .overview {
    float: right;
    width: 50%;
	padding: 0 0 0 10px;
	margin-bottom: 0;
}
.quickViewWindow #accordion > h3 {
	position: relative;
    margin: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	background: #eee;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;  
}
.quickViewWindow #accordion > h3 span {
    position: absolute;
    top: 50%;
    right: 11px;
    left: inherit;
    width: 16px;
    height: 16px;
	margin: -8px 0 0;
    cursor: pointer;  
}
.quickViewWindow #accordion .product-details {
	position: relative;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #999 transparent #eee;
    border-radius: 0;
	box-shadow: 0 1px 3px #ccc;
	padding: 10px;   
}
.quickViewWindow .overview .left {
    float: left;
	max-width: 60%;
	margin-bottom: 5px;
    text-align: left;
}
.quickViewWindow .overview .right {
    float: left;
	margin: 15px 0 0 8px;
    text-align: right;
}
.quickViewWindow .overview .add-to-cart {
    margin: 5px 0 10px;
}
.quickViewWindow .overview .right .compare-products {
    float: left;
    margin: 0 0 0 30px;
}
.quickViewWindow .overview .right .add-to-wishlist {
    float: left;
	margin: 0 0 0 20px;
}
.quickViewWindow .overview .product-details {
    display: inline-block;
    width: 100%;
}
.quickViewWindow .overview .product-desc{
	display:inline-block;
	width:100%;
}
.quickViewWindow .overview .product-desc h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
}
.quickViewWindow .overview .product-desc .short-description {
    font-size: 13px;
    margin: 0 0 10px;
}
.quickViewWindow .overview .left > *,
.quickViewWindow .overview .right > * {
    margin-bottom: 0px;
	overflow: hidden;
}
.quickViewWindow .overview .tier-prices {
    clear: both;
}
.quickViewWindow .overview .attributes {
	clear: both;
    margin: 0;
	border: none;
    padding: 0;
}
.quickViewWindow .overview .attributes dl:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
	font-size: 0;
    line-height: 0;
	visibility: hidden;
}
.quickViewWindow .overview .attributes dl > * {
    float: left;
}
.quickViewWindow .overview .attributes dt {
    clear: left;
	width: 100px;
    margin: 0 10px 5px 0;
    text-align: left;
}
.quickViewWindow .overview .attributes dd {
    margin-bottom: 10px;
}
.quickViewWindow .overview .purchase-area {
	clear: both;
    margin-top: 0px;
    padding: 10px 0 0;
	float:left;
	width:312px;
}
.quickViewWindow .overview .title,
.quickViewWindow .overview .add-info,
.quickViewWindow .overview .description {
    display: none;
}


/********** RELATED/ALSO-PURCHASED PRODUCTS *********/



.quickViewWindow .product-grid {  
	margin: 10px 0 0;
    overflow: hidden;
    background: #eee;
}
.quickViewWindow .product-grid .title {
	display: block;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.quickViewWindow .product-grid .item-box {
    width: 111px;
    margin: 0 11px;
}
.quickViewWindow .product-grid .item-box .picture {
    height: 85px;
}
.quickViewWindow .product-grid .item-box .picture a {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	border: none;
	overflow: hidden;
	line-height: 0;
}
.quickViewWindow .product-grid .item-box .product-title {
	height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	font-size: 10px;
}
.quickViewWindow .product-grid .item-box .product-title a {
	display: inline;
}


/********* GROUPED PRODUCTS ********/



.quickViewWindow #accordion .variants-in-grid {
	padding: 10px 6px;
}
.quickViewWindow .product-variant-list {
    margin: 0;
	overflow: hidden;
	padding: 0;
    text-align: left;
}
.quickViewWindow .product-variant-list .item-row {
	overflow: hidden;
	margin-bottom: 10px;
}
.quickViewWindow .variant-grid-info {
	border-top: 1px dashed #999;
    overflow: hidden;
    padding-top: 10px;
}
.quickViewWindow .product-variant {
	display: inline-block;
    position: relative;
    float: left;
    width: 124px;
    height: 124px;
	margin: 0 0 0 5px;
	overflow: hidden;
    text-align: center;
}
.quickViewWindow .product-variant:nth-child(3n+1) {
	margin-left: 2px;
}
.quickViewWindow .variant-picture {
    width: 124px;
    height: 124px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0 0 5px;
	border: 1px solid #ddd;
	overflow: hidden;
	line-height: normal !important;
}
.quickViewWindow .moreInfoHover {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 3px;
    text-align: center;
    font-size: 10px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.quickViewWindow .variant-info {
    position: absolute;
    left: -126px;
    bottom: 0;
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: rgba(0,0,0,0.6);
	padding: 5px 10px;
    text-align: center;
    font-size: 11px;
	color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.quickViewWindow .product-variant:hover .moreInfoHover {
	left: 136px;
}
.quickViewWindow .product-variant:hover .variant-info {
	left: 0;
}

.quickViewWindow .variant-info .variant-name {
	max-height: 28px;
    overflow: hidden;
}
.quickViewWindow .variant-info .variant-name a {
    color: #fff;
}
.quickViewWindow .variant-info .prices {
    float: none;
    margin: 0 !important;
}
.quickViewWindow .variant-info .prices > * {
	float: none;
}
.quickViewWindow .product-variant .prices label {
    display: none;
}
.quickViewWindow .variant-grid-info .manufacturers {
    float: left;
}
.quickViewWindow .variant-grid-info .compare-products {
    float: right;
}


/********* GIFTCARD *********/



.quickView .giftcard {
    clear: both;
}
.quickView .giftcard > div {
    overflow: hidden;
    margin-bottom: 5px;
}
.quickView .giftcard > div > * {
	float: left;
}
.quickView .giftcard label {
    display: block;
    width: 120px;
    margin-right: 10px;
}
.quickView .giftcard input[type=text] {
    width: 200px;
}
.quickView .giftcard textarea {
	width: 200px;
    resize: none;
}


@media all and (max-width: 980px) {

.quickViewWindow .color-squares .color {
	width: 30px;
	height: 30px;
}

}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/


/********* START BUTTON *********/


.quick-view-button {
    position: static !important;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Nitro/Content/images/btn-quickview.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
	background-color:transparent !important;
    
}
.item-box .product-pop-up {
    position: absolute;
    top: 50%;
	left:50%;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius:100%;
	margin: -30px 0 0 -30px;
	height:60px;
	width:60px;
	line-height: 60px;
	opacity:0;
	visibility:hidden;
}
.nop-jcarousel .carousel-item .item-box:hover.item-box .product-pop-up{
	opacity:1;
	visibility:visible;
}
.quick-view-button:hover {
	/*padding: 12px 8px 11px 36px;
	background-color: #a12;
	width: auto;*/
}
.quick-view-button a {
    color: #aa1122;
    font-size: 0;
    font-weight: 500;
    height: 60px;
    padding: 0;
    text-align: center;
    width: 60px;
}
.quick-view-button:hover a {
	/*font-size: 16px;*/
}
.quickViewWindow .overview .right .add-to-wishlist {
    float: left;
}
/********** KENDO SETTINGS *********/


.quickView .k-window-titlebar.k-header .k-window-actions {
	top: 26px;
	right: 26px;
    width: 21px;
    height: 21px;
}
.quickView .k-window-titlebar.k-header .k-window-actions a {
	width: 20px;
	height: 20px;
}


/********** GALLERY & OVERVIEW *********/


.quickViewWindow .gallery {
	display: block; /*Cloud Zoom css override*/
}
.quickViewWindow .gallery .picture:before {
	display: none;
}
.quickViewWindow .gallery .picture a {
    height: auto;
}
.quickViewWindow .gallery .picture img {
    position: static;
    width: 100%;
}
.quickViewWindow .gallery .picture img {
	bottom: auto;
	max-height: none;
}
.quickViewWindow .gallery .picture a img {
	position: static;
}

.quickViewWindow #accordion .ui-icon-circle-arrow-s {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Nitro/Content/images/minus.png) center no-repeat;
}
.quickViewWindow #accordion .ui-icon-circle-arrow-e {
    background: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/Nitro/Content/images/plus.png) center no-repeat;
}
.quickViewWindow #accordion .product-details {
	border-color: #fff #ddd #ddd;
	box-shadow: none;
}
.quickViewWindow .overview .left {
	max-width: 100%;
	width:100%;
}
.quickViewWindow .overview .right{}
.quickViewWindow .overview .left input[type="button"] {
	width: 180px;
	min-width: 0;
	white-space: normal;
}
.quickViewWindow .overview .right input[type="button"] {
	min-width: 0;
	white-space: normal;
}
.quickViewWindow .rental-attributes {
	margin: 0 0 10px !important;
	padding: 15px 0 !important;
}
.quickViewWindow .rental-attributes dt {
	clear: none !important;
	width: 80px !important;
	margin: 0 !important;
}
.quickViewWindow .rental-attributes dd {
	margin: 0 10px 0 0 !important;
}
.quickViewWindow .rental-attributes .datepicker {
	width: 90px;
	background: #fff;
}
.quickViewWindow .color-squares input {
	position: static;
}
.quickViewWindow .free-shipping {
	float: none;
	margin:0;
}
.quickViewWindow .variant-picture {
	border: none;
}
.quickViewWindow .moreInfoHover {
	background: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	color: #a12;
}
.quickViewWindow .variant-info .product-price,
.quickViewWindow .variant-info .tax-shipping-info a {
	color: #fff;
}
.quickViewWindow .product-essential > form > div{
    overflow:hidden;
}

/********** RELATED/ALSO-PURCHASED PRODUCTS *********/


.quickViewWindow .product-grid {
	background: none;
	padding: 0 5px;
    text-align:center;
}
.quickViewWindow .product-grid .title {
	font-size: 24px;
}
.quickViewWindow .product-grid .item-box {
    width: 145px !important;
    margin: 0 5px 10px;
    float:none;
    display:inline-block;
    vertical-align:top;
}
.quickViewWindow .product-grid .item-box .picture,
.quickViewWindow .product-grid .item-box .picture a {
	width: 100%;
	height: 100%;
}

.quickViewWindow .product-grid .item-box .product-title a {
    display: block;
    font-size: 12px;
}

.quickViewWindow .item-box .product-rating-box,
.quickViewWindow .item-box .hover-content {
    display: none !important;
}

/********* GIFTCARD *********/

.quickView .giftcard input[type=text],
.quickView .giftcard textarea {
    width: 248px;
}



/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (max-width: 980px) and (min-width: 769px) {

    .quickViewWindow .overview #accordion > h3 {
        line-height: 24px;
    }
	.quickViewWindow .overview .qty-input,
	.quickViewWindow .variant-overview .qty-input {
		height: 36px;
	}
	.quickViewWindow .overview .add-to-cart-button,
	.quickViewWindow .variant-overview .add-to-cart-button {
		height: 36px;
	}  

}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/blank.png);
}

.quickView .cloudzoom-zoom-inside {
	z-index: 9;
    border: none;
    box-shadow: none;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
    right: auto !important;
    bottom: auto !important;
    max-width: none !important;
    max-height: none !important;
}

.quickView .cloudzoom-ajax-loader {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.QuickView/Styles/ajax-loader.gif);
    width: 32px;
    height: 32px;
}

.quickView .picture a + img {
	top: 0;
    right: 0;
	left: 0;
    margin: auto;
} /* transitional image (on thumbnail click) */
/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(/Scripts/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(/Scripts/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(/Scripts/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */

/* CSS of Klevu Search Result Landing Page */

/* klevu container for fix width layout*/

.kuContainer{
	width:100%;
	margin:0 auto;
	font-family: inherit;
	font-size: 12px;
	background-color:#ffffff;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
}

/* klevu container for fluid layout*/
.kuProListing{
	margin-top:20px;
	margin-bottom:20px;
}
/* klevu filters */
.kuFilters{
	float:left;
	width: 20%;
}
/* set the height of each filter*/
.kuFilterBox{
	height:190px;
	overflow:hidden;
	margin-bottom: 30px;
}
/* heading of filters i.e brand, color */
.kuFilterHead{
	padding: 6px;
	font-size: 13px;
	text-align: left;
	line-height: 1.8;
	border-bottom: 1px solid #c7c8ca;
	text-transform: uppercase;
	font-weight: 600;
	color: #414042;
}
		
/* down arrow div in filters */
.kuShowOpt{
	text-align: left;
	padding: 3px;
	padding-left: 35px;
	margin-bottom: 20px;
	margin-top: -15px;
}
/* up arrow div in filters */
.kuHideOpt{
	text-align: left;
	padding: 3px;
	padding-left: 35px;
	margin-bottom: 20px;
	margin-top: -15px;	
}

.kuShowOpt img, .kuHideOpt img{
	width:auto !important;
}

/* down & up arrow link color in filters */
.kuShowOpt a,.kuHideOpt a{		
	color:#4d7abf;
	text-decoration:none;	
}

/* set list for filters */
.kuFilterNames ul{
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-left:0px !important;
}
/* style for each values in filter */
.kuFilterNames ul li{
	list-style:none;	
	text-align:left;
	width:99%;
	display:inline-table;
	margin:0px;
	padding-left:0px;
	margin-left:0px !important;
}

.kuFilterNames ul li a{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	font-style:normal;
	color:#414042;
}
/* set background color on hover of filter */
.kuFilterNames ul li a:hover{
	cursor: pointer;
}
/* set background color for selected filter */
.kuFilterNames ul li.kuSelected a{
	color: #414042;
}
/* label for the filter */
.kuFilterNames ul li a span.kuFilterLabel{
	float:left;
	width:86%;
	margin:0px;
	padding:0px;
	color: #aa1122;
    font-weight: bold;
}

/* total nos of results available for filter  */
.kuFilterNames ul li a span.kuFilterTotal{
	float:right;
	width:13%;
	text-align:right;
	color: #aa1122;
    font-weight: bold;
}
.kuFilterLabel:before {
  content: '';
  border: 1px solid #c7c8ca;
  border-radius: 50%;
  margin-right: 8px;
  height: 12px;
  width: 12px;
  display: inline-block;
  color: #777;
  margin-top: 0px;
  position: relative; 
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
 box-sizing: border-box;
transition: background 200ms;
-webkit-transition: background 200ms;
-moz-transition: background 200ms;
}
.kuFilterNames ul li a:hover span.kuFilterLabel:before {
	background:#414042;
	border: 1px solid #414042;
}
.kuFilterNames ul li.kuSelected span.kuFilterLabel:before {
	background:#414042;
	border: 1px solid #414042;
}
.kuMulticheck .kuFilterLabel:before {
	content: '';
	border: 1px solid #c7c8ca;
	border-radius:0px;
	margin-right: 8px;
	height: 15px;
	width: 15px;
	color: #777;
	margin-bottom:-1px;
	position: relative;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: background 200ms;
	-moz-transition: background 200ms;
	transition: background 200ms;
-webkit-transition: border-color 200ms;
-moz-transition: border-color 200ms;
	transition: border-color 200ms;
}

.kuMulticheck .kuFilterNames ul li a:hover span.kuFilterLabel:before {
	background:#ffffff;
	border: 1px solid #414042;
}
.kuMulticheck .kuFilterNames ul li.kuSelected span.kuFilterLabel:before {
	background:#ffffff;
	border: 1px solid #414042;
}
.kuMulticheck .kuFilterNames ul li a:hover span.kuFilterLabel:after{
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 3px;
    left: 8px;
    border: 2px solid #cccccc;
    border-top: none;
    border-right: none;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.kuMulticheck .kuFilterNames ul li.kuSelected span.kuFilterLabel:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 3px;
    left: 8px;
    border: 2px solid #414042;
    border-top: none;
    border-right: none;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.kuMulticheck .kuFilterNames ul li.kuSelected:hover span.kuFilterLabel:after {
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #414042;
}

/* shows cancel button if filter is selected */
.kuFilterNames ul li a span.kuFilterCancel{
	float:right;
	width:13%;
	text-align:right;
}

/* klevu results box */
.kuResultList{
	float:right;
	width: 78%;
	margin-top:3px;
}

/* div for Sorting, pagination, change result view icons*/
.kuSortHeader{
	padding-top: 0px;
	margin-top: 0px;
}

.kuResultInfo{
	border-bottom: 1px solid #c7c8ca;
}

/* div to display total no of results */
.kuTotalResultsTab{
	float: left;
	width: 40%;
}
.kuTotResults{
	text-align:left;
	margin-bottom:10px;
	line-height:24px;
	font-weight:bold;
	font-size:14px;
	float:left;
	color: #414042;
}

.kuTotalResultsTab .kuTabs{
	line-height:30px;
}

.kuTotalResultsTab .kuTabs a{
	padding:8px;
	cursor:pointer;
	font-size: 12px;
	margin-right: 5px;
	transition: background 200ms;
	-webkit-transition: background 300ms;
	-moz-transition: background 200ms;
	color: #414042;
}

.kuTotalResultsTab .kuTabs a:hover{
	border-bottom: 3px solid #c7c8ca;
	text-decoration:none;	
}

.kuTotalResultsTab a.kuTabSelected{
	border-bottom: 3px solid #c7c8ca;
}

.kuTotalResultsTab a.kuTabSelected:hover{
	background:none;
}

.kuSortingOpt{
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	margin-top: 3px;
}

/* div to display sorting dropdown */
.kuSortby{
	float:left;
	width: 26%;
}

/* label of sorting dropdown */
.kuSortby label{
	display:inline;
	color: #414042;
}

/* sorting dropdown */
.kuSortby select{
	display:inline;
	height:auto;
	min-height:25px;
	width:120px;
}

/* div to display icons to change the view of result (grid/view) */
.kuView{
	float: right;
	width:15%;
	text-align: right;
}

/* display GRID view icon */
.kuView .kuGridviewBtn{
	background: url(https://js.klevu.com/klevu-js-v1/img-1-1/ku-gridview.png) no-repeat 0 0;
	cursor:pointer;
}	

/* display LIST view icon */
.kuView .kuListviewBtn{
	background: url(https://js.klevu.com/klevu-js-v1/img-1-1/ku-listview.png) no-repeat 0 0;
	cursor:pointer;
}	

/* set width and height of view icons box*/
.kuView a{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 4px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	 -webkit-transition:background-position .1s ease-in;  
    -moz-transition:background-position .1s ease-in;  
    -o-transition:background-position .1s ease-in;  
    transition:background-position .1s ease-in; 
}

/* changing background position on hover of GRID/LIST view icons */
.kuView a:hover{
	background-position:0 -25px;
    text-decoration: none;
}

/* change background position to set current view */
.kuView a.kuCurrent{
	background-position: 0 -25px;
	text-decoration: none;
}

/* dropdown to select no of results per page*/
.kuPerPage{
	float:left;
	width:25%;
	margin-left:10px;
	text-align: left;
}

.kuPerPage label{
	display:inline;	
	color: #414042;
}

.kuPerPage select{
	width:auto !important;
	height:auto;
	min-height:25px;
}

/* div for pagination */
.kuPagination{
	width:33%;
	float: right;
	margin-left:10px;
	text-align:right;
	margin-bottom: 5px;
}

/* style to display page nos in line */
.kuPagination a{
	margin:0px;
	position: relative;
	display: inline-block;
	padding-left: 4px;
	padding-right: 5px;
	color: #aa1122;
	cursor: pointer;
	text-decoration:none;
	border-right:1px solid #c7c8ca;
	font-size: 14px;
	background: #eee;
    padding: 5px;
	border: 1px solid #ccc;
	padding-left: 7px;
	padding-right: 7px;
}

/* style on hover of page links */
.kuPagination a:hover{
	color: white;
	background: #aa1122;
	border-color: #aa1122;
}

/* style to show current page */
.kuPagination a.kuCurrent{
	background: #fff;	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	font-weight:bold;
	color: white;
    background: #aa1122;
    padding: 5px;
    font-size: 14px;
	border-color: #aa1122;
	padding-left: 7px;
	padding-right: 7px;
}

.kuPagination a:last-child{
	border-right:none;
}

.kuOtherContent .kuPagination{
	float:right;
}

.kuOtherContent .kuPerPage{
	margin-left:0px;
	text-align:left;
}

.kuClearLeft{
	clear:left;
	line-height:0px;
}

.klevu-clearboth-listview{
	clear:left;	
}

.kuDiscountBadge{
	background: #414042;
	padding:7px 0px 0px 0px;
	color: #ffffff;
	width:47px;
	height:40px;
	border-radius:50%;
	font-weight: bold;
	position: absolute;
	text-align: center;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.kuDiscountBadge span{
	display:block;
}

/* klevu results div */
.kuResults{
	margin-top:10px;
}

.kuOtherContentView{
	margin-top:10px;
}

.kuOtherContentView ul li .kuNameDesc{
	margin-top:0px !important;
}

/* styles for list view results */
.kuListView{
	margin-top:10px;
}

.kuListView ul{
	margin:0px;
	padding:0px;	
}

/* In LISTVIEW: list style for each result */
.kuListView ul li{
	position:relative;
	display:block;
	width: 100%;
	height: auto;	
	text-align:left;
	margin-bottom: 32px;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #eeeeee;
}

.kuListView ul li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-color: transparent;
    transition: box-shadow 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
    -o-transition: box-shadow 400ms ease-out;
}

/* In LISTVIEW:  for wrapping the image in fixed size div */
.kuListView .klevuImgWrap{
		float:left;
		overflow:hidden;
		width: 15% !important;
		height:200px !important;
		text-align:center;
}

/* In LISTVIEW: thumbnail of the product */
.kuListView img{
	max-width:100% !important;
	max-height: 200px !important;
	height:auto;
	width:auto;
	border:none;
	outline:none;
	display:inline-block !important;
	-webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	opacity:1;
}

.kuListView ul li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.kuListView ul li .kuDiscountBadge{
	top: 10px;
	left: 10px;
}

.kuListView .kuStarsSmall {
	height: 13px;
	display: inline-block;
	vertical-align: bottom;
	background: transparent url(https://js.klevu.com/klevu-js-v1/img-1-1/star-gray.png) top left repeat-x;
	width: 66px;
	margin-left:5px;
}

.kuListView .kuStarsSmall .kuRating {
	background: transparent url(/Themes/Nitro/Content/img/star-red.png) top left repeat-x;
	height: 13px;
}

/* In LISTVIEW: display product name and description */
.kuListView ul li .kuNameDesc{
	float:left;
	width: 52%;
	margin-left:5px;
	margin-top: 15px;
}

.kuListView ul li .kuName{
	padding:5px;	
}

.kuListView ul li .kuDesc{
	line-height:20px;
	padding:5px;	
	font-style:normal;
	color: #414042;
}

/* In LISTVIEW: set product name color and font size */
.kuListView ul li .kuName a{
	font-size: 14px;
	text-decoration:none;	
	font-style:normal;
	color: #414042;
}

.kuListView ul li .kuName a:hover{
	text-decoration:underline;
}

/* In LISTVIEW: div to display saleprice and original price */
.kuListView ul li .kuPrice{
	float:left;
	width:15%;
	margin-top: 15px;
	margin-bottom:5px;
	padding:5px;
	text-align:center;
	color: #414042;
}

/* In LISTVIEW: div to display saleprice */
.kuListView ul li .kuSalePrice{
	font-weight:bold;
	font-size: 16px;
	margin-bottom:5px;
	font-family: inherit;
}

/* In LISTVIEW: div to display original price with line-through style */
.kuListView ul li .kuOrigPrice{
	font-size:13px;
	text-decoration:line-through;
}

/* styles for grid view results */
.kuGridView{
	margin-top:10px;
}

.kuGridView ul{
	margin:0px;
	padding:0px;	
	margin-left:0px;
}

/* In GRIDVIEW: list style for each result */
.kuGridView ul li{
	display: inline-block;
	width: 23.5%;
	min-height: 365px;	
	vertical-align: top;
	text-align:center;
	margin: 8px;
	/*padding-top:15px;*/
	margin-left:0px !important;
	margin-bottom: 20px;
	font-style:normal;
	position:relative;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 10px;*/
	border:1px solid #eeeeee;
	/*border-radius:3px;*/
	background: #efefef;
}

.kuGridView ul li:hover{
	border: 2px solid transparent;
	border-color: #aa1122;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-color: transparent;
    transition: box-shadow 400ms ease-out;
    -moz-transition: box-shadow 400ms ease-out;
    -webkit-transition: box-shadow 400ms ease-out;
    -o-transition: box-shadow 400ms ease-out;*/
}

/* In GRIDVIEW:  for wrapping the image in fixed size div */
.kuGridView .klevuImgWrap{
		float:none;
		overflow:hidden;
		width: 100% !important;
		height: 210px !important;
		text-align:center;
		margin:0 auto;
		position:relative;
		background: white;
}

/* In GRIDVIEW: thumbnail of the product */
.kuGridView img{	 
	max-width:100% !important;
	max-height: 200px !important;
	height:auto;
	width:auto;
 	bottom: -100%;
    top: -100%;
    left: 0;
    right: 0;
 	margin: auto !important;
	border:none;
	outline:none;
	display:inline-block !important;
	position: absolute;
	-webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
	opacity:1;
}

.kuGridView ul li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.kuGridView ul li .kuDiscountBadge{
	top: 10px;
	right: 10px;
}

.kuGridView ul li:hover .kuDiscountBadge{
	width:57px;
	height:47px;
	padding-top:10px;
}

/* In GRIDVIEW: remove float value for name and description div */
.kuGridView .kuNameDesc{
	float:none;
	text-align: center;
	padding-left: 10px;
	margin-top: 10px;
}

/* In GRIDVIEW: discription is not displayed in grid layout*/
.kuGridView .kuDesc{
	display:none;
}

.kuGridView ul li .kuName{
	margin-bottom:5px;
}

.kuGridView .kuStarsSmall {
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  background: transparent url(https://js.klevu.com/klevu-js-v1/img-1-1/star-gray.png) top left repeat-x;
  width: 66px;
}

.kuGridView .kuStarsSmall .kuRating {
  background: transparent url(/Themes/Nitro/Content/img/red_star_new.png) top left repeat-x;
  height: 16px;
}


/* CSS for add to cart button */
.kuAddtocart{
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.kuAddtocart input[type="text"]{
	display: none;
	border:1px solid #ddd;
	outline:none;
	text-align:right;
}

.kuAddtocart a.kuAddtocartBtn{
	background: #414042;
	color: #fff;
	padding: 7px 15px;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	text-decoration:none;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	display: none;
}

/* add to cart in grid view */
.kuGridView ul li .kuAddtocart{
	width: 100%;
	height:216px !important;
	text-align: left;
	padding-left: 10px;
	position: absolute;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
	-moz-transition: visibility 0s, opacity 0.5s linear;
}

.kuGridView ul li input[type="text"]{
	width:25%;
}

.kuGridView ul li:hover .kuAddtocart{
	visibility: visible;
	opacity: 1;
}

/* add to cart in list view */
.kuListView ul li .kuAddtocart{
	width: 15%;
	float:left;
	margin-top: 30px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
	-moz-transition: visibility 0s, opacity 0.5s linear;
}

.kuListView ul li input[type="text"]{
	width:5%;
	float:none;
}

.kuListView ul li:hover .kuAddtocart{
	visibility: visible;
	opacity: 1;
}

/* In GRIDVIEW: set product name color and font size */
.kuGridView ul li .kuName a{
	font-size: 14px;
	text-decoration:none;
	color: #414042;
	
}

.kuGridView ul li .kuName a:hover{
	/*text-decoration:underline;*/
}

/* In GRIDVIEW: div to display saleprice and original price */
.kuGridView ul li .kuPrice{
	float:none;
	margin-top: 12px;
	padding-left: 10px;
	text-align: center;
	color: #414042;
}

/* In GRIDVIEW: div to display saleprice */
.kuGridView ul li .kuSalePrice{
	font-size: 14px;
	font-weight:bold;
	font-family: inherit;
	text-align: center;
	display: inline;
	margin-right: 10px;
	padding: 5px;
	color: #aa1122;
}

.priceGreyText{
	font-size:11px;
	color: #636363;
}

/* In GRIDVIEW: div to display original price with line-through style */
.kuGridView ul li .kuOrigPrice{
	font-size: 12px;
	text-decoration:line-through;
	text-align: center;
	display: inline;
	padding:5px;
}

.kuGridView ul li .kuVariants{
	text-align:left;
}

/* In GRIDVIEW: set color to highlight search keyowrd in name and description */
.kuGridView ul li strong{
	color:#2980B9;
}

	
/* pagination links at bottom of results */
.kuBottomPagi{
	padding-top: 8px;
	border-top: 1px solid #c7c8ca;
}

.kuBottomPagi .kuPerPage{
	margin-left:0px;
	text-align: left;
}

.kuBottomPagi .kuPagination{
	width: 50%;
	float: right;
	margin-top:5px;
}

.kuPagination a{
	font-style:normal;	
}

.kuClearBoth{
	clear:both;	
}

/* div to display No records found message */

/* No result found css*/ 

.kuNoRecordFound {
	text-align: center;
	margin-top: 5%;
	margin-bottom: 5%;
	color: #414042;
	font-size: 13px;
	background: #FFF;
	display:none;
	
}
.kuNoResults-lp {
	background: #FFF;
	width: 100%;
	margin: 30px auto;
	max-width: 850px;
}
.kuNoResults-lp ul {
	margin: 0px;
	
	padding: 0px;
}

.kuNoResults-lp-message {
	font-size: 18px;
	padding: 25px 5%;
	text-align: center;
}
.kuNoResults-lp-relatedProducts {
	width: 95%;
	margin: 30px auto;
}
.kuNoResults-lp-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 18px;
	display: block;
}
.kuNoResults-lp-relatedProduct-list > li {
	display: inline-block;
	margin-right: 2%;
	width: 23%;
	min-height: 120px;
	margin-bottom: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0;
	text-align: center;
}
.kuNoResults-lp-relatedProduct-list > li a.kuRelatedProductbox-lp {
	position: relative;
	text-decoration: none;
	color: #000;
	outline: none;
	display: block;
	height: auto;
	min-height: 200px;
}
.kuNoResults-lp-relatedProduct-list > li:hover a {
	text-decoration: none;
}
.kuNoResults-lp-relatedProduct-list > li:hover {
	text-decoration: none;
}
.kuNoResults-lp-relatedProduct-list > li:hover .ku-Name {
	text-decoration: underline;
}
.kuNoResults-lp-relatedProduct-list > li:last-child {
	margin-right: 0px;
}
.kuNoResultsImgWrap-lp {	
	float: none;
	height: 180px;
	margin: 0 auto;
	max-width: 180px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.kuNoResultsImgWrap-lp img {
	max-width: 100%;
	max-height: 180px;	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	vertical-align: middle;
	width: auto;
	height: auto;
	border: none;
	outline: none;
}
.kuRelatedProductbox-lp .kuProduct-desc {
	font-size: 12px;
	padding: 5px 0 0;
	float: none;
}
.kuRelatedProductbox-lp .kuDiscount-badge {
	background: #000;
	padding: 3px 8px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.kuRelatedProductbox-lp .ku-Name {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	line-height: 16px;
	min-height: 22px;
	margin-top: 5px;
	text-align: center;
}
.kuRelatedProductbox-lp .ku-Desc {
	display: none;
}
.kuRelatedProductbox-lp .kuStarsSmall {
	height: 13px;	
	vertical-align: bottom;
	background: transparent url(https://js.klevu.com/klevu-js-v1/img-1-1/star-gray.png) top left repeat-x;
	width: 65px;
	display: none;
}
.kuRelatedProductbox-lp .kuPrice {
	margin-bottom: 5px;
	margin-top: 5px;
	float: none;
	padding: 0px;
	text-align: center;
}
.kuRelatedProductbox-lp .kuSalePrice {
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
.kuRelatedProductbox-lp .kuOrigPrice {
	display: inline-block;
	font-size: 12px;
	text-decoration: line-through;
	color: #555;
}
.kuRelatedProductbox-lp .kuVariants {
	font-size: 12px;
	text-align: left;
	color: #777;
	display: none;
}
.kuRelatedProductbox-lp .kuSalePrice span.klevuPriceGreyText{
	font-weight: normal;
	font-size: 13px !important;
	margin-bottom: 5px;
	color: #393939 !important;
	display:none;
}
.kuNoResults-lp .kuNoResults-lp-pSearch {
	text-align: center;
}
.kuNoResults-lp .kuNoResults-lp-pSearch strong { font-weight:600;}
.kuNoResults-lp .kuNoResults-lp-pSearch > a {
	font-size: 13px;
	text-transform: capitalize;
	text-decoration: none;
	color: #000;
	display: inline-block;
}
.kuNoResults-lp .kuNoResults-lp-pSearch > a:hover {
	text-decoration: underline;
}
/* ends No result found css */ 

/* div to display or query message */
.kuOrQueryMessage{
	text-align: center;
    margin-top: 10px;
    color: #414042;
    background: #ebebeb;
    font-size: 13px;
    padding: 7px 0px !important;
    margin: 10px 15px;
}

.kuOrQueryMessage span {
	font-weight: 600;
}


/* show variants */
.kuVariants{
	font-size: 10px;
	margin-top:2px;
	color: #414042;
}

/* height for loader div */
#loader{
	height:400px;	
}

#loader img{
	margin-top:10%;	
    display: inline-block;
	width:auto !important;
}

.kuOtherContent{ 
	display:none;	
}

.disableKuFilter{
	opacity:0.3;
	pointer-events: none;	
}


/* Klevu Price slider style */
 .kuPriceRangeSlider{
	width: 80%;
    margin: 0 auto;
    margin-top: 30px;
	min-height: 50px;
 }
 
.kuPS-target,
.kuPS-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
	touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
	user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.kuPS-target {
	position: relative;
	direction: ltr;
}
.kuPS-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.kuPS-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.kuPS-handle {
	position: relative;
	z-index: 1;
}

.kuPS-stacking .kuPS-handle {
	z-index: 10;
}

.kuPS-state-tap .kuPS-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}

.kuPS-base,
.kuPS-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.kuPS-horizontal {
	height: 4px;
}

.kuPS-horizontal .kuPS-handle {
	width: 18px;
	height: 18px;
	left: -9px;
	top: -7px;
}

.kuPS-vertical {
	width: 18px;
}

.kuPS-vertical .kuPS-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

.kuPS-background {
	background: #c7c8ca;
}

.kuPS-connect {
	background: #414042;
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

.kuPS-origin {
	border-radius: 2px;
}
.kuPS-target {
	border-radius: 4px;
}

.kuPS-draggable {
	cursor: w-resize;
}

.kuPS-vertical .kuPS-draggable {
	cursor: n-resize;
}

.kuPS-handle {
	border: 1px solid #414042;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

.kuPS-tooltip {
	display: block;
	position: absolute;
	text-align: center;
	font-size:13px;
	margin-left: -9px;
	background-color: #ffffff;
}

.kuPS-horizontal .kuPS-handle-lower .kuPS-tooltip {
	bottom: -24px;
	color: #aa1122;
	font-weight: bold;
}
.kuPS-horizontal .kuPS-handle-upper .kuPS-tooltip {
	bottom: -24px;
	color: #aa1122;
	font-weight: bold;
}

/* set opacity to filter */
.disableKlevuFilter{
	opacity:0.3;
	pointer-events: none;	
}

/*-----------------------css for enabling filters in mobile  and filter tags--------------------------------------------*/
/* css for filter tags*/
.kuContainer #ku-search-filter-tags {
	display: block;
	color: #222222;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
.ku-search-filter-tag {
	background: #eee;
	border: 0px solid #f8f8f8;
	margin-right: 4px;
	border-radius: 0px;
	font-size: 11px;
	padding: 0px 5px;
	color: #222;
	margin-bottom: 4px;
	display: inline-block;
	line-height: 20px;
}
.ku-search-filter-remove, .ku-search-filter-remove-all {
	cursor: pointer;
	font-size: 12px;
	color: #222222;
	text-decoration: none;
}
.ku-search-filter-remove-all a {
	color: #222222;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}
.ku-search-filter-remove-all a:hover {
	color: #333;
}
/* ends css for filter tags*/
.kuFilterHead {
	cursor: pointer;
}
.kuExpand {
	position: relative !important;
	transition: all 0.3s ease;
}
.kuFilterHead.kuExpand::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	padding: 4px;
	position: absolute;
	right: 12px;
	top: 10px;
	transform: rotate(45deg);
	transition: all 0.3s ease 0s;
}
.kuCollapse {
	position: relative !important;
	transition: all 0.3s ease;
	color: #aa1122;
	font-weight: bold;
	/*color: white;
	font-weight: bold;
    background: #aa1122;*/
}
.kuFilterHead.kuCollapse::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #aa1122;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	padding: 4px;
	position: absolute;
	right: 12px;
	top: 16px;
	transform: rotate(-135deg);
	transition: all 0.3s ease;
}
/* to remove arrow border when filtrs on top*/
.kuContainer.kuFiltersTop .kuFilterHead.kuCollapse::after {
	border-width: 1px 0px 0px 1px;
	position: initial;
}
.kuContainer.kuFiltersTop .kuFilterHead.kuExpand::after {
	border-width: 0 1px 1px 0;
	position: initial;
}
/*-----------------------ends css for enabling filters in mobile and filter tags--------------------------------------------*/


/*---------------------Custom -------------------------------*/
div.klevu-hover .add-to-cart{
	border: 0;
    padding: 12px 5px 12px 32px;
    background-color: transparent !important;
    background-image: url(/Themes/Nitro/Content/img/btn-buy.png);
    background-position: left;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #920909;
    float: left;
    height: 40px;
    font-family: 'Roboto', sans-serif;
}

div.klevu-hover .compare {
	background-image: url(/Themes/Nitro/Content/img/btn-compare.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 40px;
    border: none;
    padding: 0 0 0 34px;
    color: #920909;
    text-align: left;
    text-transform: uppercase;
    background-color: transparent;
    width: 34px;
}

div.klevu-hover .compare:hover{
	background-image: url(/Themes/Nitro/Content/img/btn-compare.png);
	border: 0;
    padding: 12px 5px 12px 32px;
    background-color: transparent !important;
    background-image: url(/Themes/Nitro/Content/img/btn-compare.png);
    background-position: left;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #920909;
    float: left;
    height: 40px;
    font-family: 'Roboto', sans-serif;
	width:auto;
}

div.klevu-compare:hover ~ div.klevu-cart > .add-to-cart {
	background-image: url(/Themes/Nitro/Content/img/btn-buy.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 40px;
    border: none;
    padding: 0 0 0 34px;
    color: #920909;
    text-align: left;
    text-transform: uppercase;
    background-color: transparent;
    width: 34px;
}	
 

div.klevu-hover{
	display: flex;
	bottom: 0;
    position: absolute
}
div.klevu-compare{
	display: grid;
}

div.kuAddtocart > .product-pop-up{
	position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    margin: -30px 0 0 -30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
   
}
.kuContainer{
	width:100% !important;
}

@media only screen and (max-width: 1024px) {
	.kuSortby{
		width:30%;
	}

	.kuView{
		width:30%;
		text-align:right;
	}
	
	.kuPerPage{
		width:30%;
		text-align:left;
		margin-left:10px;
	}
	
	.kuPagination{
		width:50%;
		margin-top:10px;
	}
	
	.kuGridView ul li{
		width:31%;	
		margin-bottom:50px;
	}
	
	.kuListView .klevuImgWrap{
		width:20% !important;
	}
	
	.kuListView ul li .kuNameDesc{
		width:76%;	
	}
	
	.kuListView ul li .kuPrice{
		float: none !important;
		width: 58%;
		display: table-cell;
		text-align: left;
		padding-top: 20px;
		padding-left: 10px;
	}
	
	.kuListView ul li .kuPrice .kuSalePrice{
		display:inline !important;	
	}

	.kuListView ul li .kuPrice .kuOrigPrice{
		display:inline !important;	
	}
	
	.kuListView ul li .kuAddtocart{
		width: 15%;
		float: none;
		margin-top: 30px;
		visibility: visible !important;
		opacity: 1;
		display: table-cell;
	}
	
	.kuGridView ul li .kuAddtocart{
		visibility: visible;
		opacity: 1;
	}
	/* No result found css*/ 
	.kuNoResultsImgWrap-lp {
		height: 150px;
	}
	.kuNoResultsImgWrap-lp img {
		max-height: 150px !important;
	}
	/* ends No result found css*/ 
		
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
	.kuResultList{
		width:74%;	
	}
	
	.kuGridView ul li{
		width:31%;	
		margin-bottom:50px;
	}
	/* No result found css*/ 
.kuNoResults-lp-relatedProducts {
		width: 98%;
		margin: 30px auto;
	}
/* ends No result found css*/ 

}

@media only screen and (max-width: 640px) {
	.kuFilters{
		display:none !important;	
	}
	
	.kuTotResults{
		float:none;
		width:100%; 
		text-align: center;
	}
	
	.kuResultList{
		float:none;
		width:100%;	
		margin-left:0px;
	}
	
	.kuTotalResultsTab{
	  float:none; 
		width:100%; 
		text-align: center;
	}
	
	.kuSortby{
		width:50%;
		height:50px;
	}
	
	.kuSortHeader{
		margin:0px;	
	}

	.kuView{
		width:50%;
		text-align:right;
		height:50px;
		display: none;
	}
	
	.kuPerPage{
		width:48%;
		text-align:right;
		margin:0 auto;
		margin-top:0px;
	}
	
	.kuPagination{
		width:100%;
		margin:0 auto;
		margin-top:10px;
		text-align:center;
	}
	
	.kuGridView ul li{
		width:31%;	
	}

	
	.kuBottomPagi .kuPerPage{
		margin-left:0px;
		text-align: left;
		margin-bottom:5px;
		float: left;
		width: 46%;
	}

	.kuBottomPagi .kuPagination{
		width: 52%;
		float: right;
		margin-top: 5px;
		text-align: right;
	}
	
/* No result found css*/ 
.kuNoResultsImgWrap-lp {
		height: 110px;
	}
	.kuNoResultsImgWrap-lp img {
		max-height: 110px !important;
	}	
	.kuNoResults-lp-relatedProduct-list > li {
		width: 21%;
	}
	.kuNoResults-lp-relatedProducts {
		margin: 20px auto;
		width: 100%;
	}
	.kuNoResults-lp-message {
		font-size: 15px;
		line-height: 1.2em;
		padding: 10px 5%;
		text-align: center;
	}
	.kuNoResults-lp-pSearch {
		margin-bottom: 15px;
		padding-left: 5px;
	}
	.klevuNoResults-lp-title {
		margin-bottom: 15px;
	}
	.kuNoResults-lp-relatedProduct-list {
		margin: 5px !important;
	}
/* ends No result found css*/ 
	
}

@media only screen and (max-width: 480px) {
	.kuGridView ul li{
		width:46%;	
		min-height: 390px;
		margin-bottom: 55px;
	}
	.kuOrQueryMessage { margin:10px 5px;}
	/* No result found css*/ 
.kuNoResults-lp-relatedProduct-list > li {
		width: 46%;
		margin: 5px 1.5%;
	}
/* ends No result found css*/ 
}
/*-----------------------CSS for enabling filters in mobile and filter tags----------------------------*/

@media only screen and (max-width: 640px) {
.kuPagination {
	display: none !important;
}
.kuBottomPagi .kuPagination {
	display: block !important;
}
.kuBottomPagi .kuPerPage {
	display: block;
}
.kuSortby {
	width: 100%;
}
.kuSortHeader {
	text-align: right;
}
.kuPerPage {
	display: none;
}
.kuTotalResultsTab {
	text-align: left;
}
.kuTotalResultsTab .kuTabs a {
	padding: 0px 8px;
	display: inline-block;
}
.kuTotalResultsTab .kuTabs a:hover {
	border-bottom: 0px solid #c7c8ca;
	text-decoration: none;
	background: #eee;
}
.kuTotalResultsTab a.kuTabSelected {
	border-bottom: 0px solid #c7c8ca;
	background: #eee;
	transition: all 0.3s ease;
}
.kuFilterRefineMobile {
	border: none;
	display: block;
	font-size: 13px;
	font-weight: 600;
	height: 32px;
	line-height: 32px;
	margin: 10px 0px;
	padding-right: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #383838;
	background-color: #eee;
	cursor: pointer;
}
.kuFilterRefineMobile.kuExpand::after {
	top: 10px
}
.kuFilterRefineMobile.kuCollapse::after {
	top: 14px
}
.kuFilters {
	display: block !important;	/* change none to block*/
	float: none !important;
	width: 100% !important;
	margin-bottom: 20px;
}
.kuFilterBox {
	margin-bottom: 0px;
}
.kuFilterRefineMobile .KuFilterLabelTxt {
	position: relative
}
.kuFilterRefineMobile.kuExpand .KuFilterLabelTxt::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	padding: 3px;
	position: absolute;
	right: -18px;
	top: 3px;
	transform: rotate(45deg);
	transition: all 0.3s ease;
}
.kuFilterRefineMobile.kuCollapse .KuFilterLabelTxt::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #000;
	border-image: none;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	display: inline-block;
	padding: 3px;
	position: absolute;
	right: -18px;
	top: 8px;
	transform: rotate(-135deg);
	transition: all 0.3s ease;
}
/* css for filter tags*/
.kuContainer #ku-search-filter-tags {
	display: block !important;
	color: #222222;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
	padding-bottom: 8px;
	padding-left: 0px;
	position: relative;
}
.ku-search-filter-tag {
	background: #eee;
	border: 0px solid #f8f8f8;
	margin-right: 4px;
	border-radius: 0px;
	font-size: 11px;
	padding: 0px 5px;
	color: #222;
	margin-bottom: 4px;
	display: inline-block;
	line-height: 20px;
}
.ku-search-filter-remove, .ku-search-filter-remove-all {
	cursor: pointer;
	font-size: 12px;
	color: #222222;
	text-decoration: none;
}
.ku-search-filter-remove-all a {
	color: #222222;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}
.ku-search-filter-remove-all a:hover {
	color: #333;
}

}
/*-----------------------ends CSS for enabling filters in mobile and filter tags----------------------------*/

.header-menu .close-menu,
.header-menu ul li.back-button,
.page-title,
.fieldset .title strong,
.header,
.header-links,
.footer-middle,
.block .title strong,
.block .list a:before,
.item-box .product-box-add-to-cart-button,
.product-grid .title:before,
.news-list-homepage .title:before,
.product-grid .title strong,
.news-list-homepage .title strong,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-state-active.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li a:hover,
.login-page .title strong,
.order-progress a:before,
.shopping-cart-page .button-1,
.checkout-page .section .title:before,
.checkout-page .section .title strong,
.sitemap-page .entity-title:before,
.sitemap-page .entity-title h2,
.item-box .buttons,
.item-box .compare-products:hover .add-to-compare-list-button,
.item-box:hover .title a,
.pager li a:hover,
.pager li span,
.ajaxCart .productAddedToCartWindowCheckout,
.miniProductDetailsView .add-to-cart,
.quick-view-button:hover,
.nop-jcarousel .carousel-title:before,
.nop-jcarousel .carousel-title strong,
.nivo-control.active,
.nivo-control:hover,
.ui-slider-range,
.nopAjaxFilters7Spikes .close-filters,
.filter-block .title,
.mega-menu .title:before,
.forums-header,
.ui-datepicker-calendar td a:hover,
.ropc .complete-button button,
.forums-main-page .topic-block-title,
.forum-topic-page .topic-name,
.forum-page .forum-name,
.gallery .slick-dots .slick-active button,
.jCarouselMainWrapper .slick-active button,
.jCarouselMainWrapper .slick-dots button:hover {
  background-color: #aa1122;
}
.external-authentication .title {
  background: #aa1122;
}
/* text */

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

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

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

.checkout-page .section .title strong:after,
.fieldset .title strong:after,
.block .listbox:before,
.product-grid .title strong:after,
.news-list-homepage .title strong:after,
.login-page .title strong:after,
.sitemap-page .entity-title h2:after,
.nop-jcarousel .carousel-title strong:after,
.filter-block .title:before {
  border-color: #aa1122 transparent transparent;
}
@media all and (max-width: 980px) {
  .item-box .add-to-compare-list-button,
  .item-box .title a {
    background-color: #aa1122;
  }
  .header-menu > ul li > a,
  .header-menu > ul li > span {
    border-color: #aa1122;
  }
}
@media (max-width: 719px) {
   .nivo-directionNav,
   .nivo-controlNav.nivo-thumbs-enabled { display: none; }
}
@media (min-width: 981px) {
.header-menu > ul > li.help-link > a {
  margin: 0;
  color: red;
}

  .master-wrapper-page.home .slider-wrapper {
     margin:0 auto!important;
     max-width:1260px; 
   }
.main-slider {
    margin-top: 142px;
}
.nivo-main-image {margin-top:0!important;}
  .header {
	position: relative;
	z-index: 9;
	background: rgba(0, 0, 0, 0.85) !important;
	padding: 10px 0;
  }
    .master-wrapper-page.home .slider-wrapper.fixed-width {
       margin-top: 0px !important;
  }
}

/* Remove shading from bottom slider */
.anywhere-sliders-nivo-slider .nivo-caption,
.bottom-slider.anywhere-sliders-nivo-slider .nivo-caption {
    background: rgba(0, 0, 0, 0);
}

/** add css class 'brands' to menu item, then following css to bold the last item ('view all') **/
.header-menu .brands .sublist li:last-child a {
  font-weight:bold; 
}

/** Slider fixes for thin/short banners. Should be 150px tall ***/
.slider-wrapper.anywhere-sliders-nivo-slider.theme-home-page-banner.fixed-width img {
    margin:5px auto;
    max-width: 980px;
    border: 2px solid #000;         
}
.fixed-width.social-media img {border:none!important;}
/** hide the social slider hack on mobile**/
@media screen and (max-width:720px) {  .theme-home-page-banner.fixed-width.social-media {  display: none;}   }

.no-captions .nivo-caption,
.nivo-caption {
    display: none !important;
}
.slider-wrapper.anywhere-sliders-nivo-slider.theme-home-page-banner.fixed-width .nivo-slice {
  display: none !important;
}

/** Having issues with links getting buried? **/
.nivoSlider a.nivo-imageLink { z-index: 99; }

/* Newsletter signup form */
form#mc-embedded-subscribe-form input {   margin: 5px 0; }
input#mce-EMAIL {
  height: 34px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #EEEEEE;
  vertical-align: middle;
}
input#mc-embedded-subscribe {  padding: 8px; }
.img-responsive img {
  max-width: 100%;
  height: auto;
}
.block.block-popular-tags {
    display: none;
}

.sku {  display: block !important;  } /** Getting hidden somehow **/

.topic-page h1 {  font-size: 42px;  line-height: 62px;}
.topic-page h2 {  font-size: 28px;  line-height: 38px;}
.topic-page h3 {  font-size: 22px;  line-height: 32px;}
.topic-page p {  font-size: 18px;  line-height: 24px;}
.topic-page img {    max-width: 100% !important;}
a.kvar-button {
  text-decoration:none;
  background-color: #c70a0a;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 5px;
  display: inline-block;
}
a.kvar-button:hover {
  background-color: #000;
}
/* Hide the grid since we have a carousel showing up instead - is this a setting somewhere? Probably  */
div.related-products-grid.product-grid {display:none;}

/* Specials Page Links */
div#specials p {
 font-size: 20px;
 line-height: 28px;
 padding: 5px 0;
 border-top: 1px solid #ccc;
}
div#specials a:active,
div#specials a:visited,
div#specials a {
  display: block;
  text-align: center;
  background-color: #b51e1e;
  margin: 5px auto;
  padding: 10px;
  border: 1px solid #000;
  width: 100%;
  max-width: 250px;
  color: #fff;
  text-decoration:none;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
}
div#specials a:hover {
  color: #b51e1e;
  border-color: #b51e1e;
  background-color: #fff;
}

/* Fixes Sub menu on tablets */
@media (min-width:981px) and (max-width: 1199px) {
 ul.mega-menu.mega-menu {  
   width:auto!important;
   margin-left: 140px;
   margin-top: 0;
 }
}
