@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900'); body {
    font-family: 'Lato', Arial, sans-serif /*{body-font-family}*/;
    font-size: 14px /*{body-font-size}*/;
    color: #333333 /*{body-font-colour}*/;
    background-image: none /*{body-background-image}*/;
    background-color: #ffffff /*{body-background-colour}*/;
}
a {
    color: #000000 /*{link-text-colour}*/;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #ffd310 /*{link-text-hover-colour}*/;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', Arial, sans-serif /*{headers-font-family}*/;
    color: #333 /*{headers-colour}*/;
}
.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
    color: white /*{carousel-text-colour}*/;
}
h1, .h1 {
    font-size: 36px /*{header-1-font-size}*/;
}
h2, .h2 {
    font-size: 30px /*{header-2-font-size}*/;
}
h3, .h3 {
    font-size: 24px /*{header-3-font-size}*/;
}
h4, .h4 {
    font-size: 18px /*{header-4-font-size}*/;
}
h5, .h5 {
    font-size: 14px /*{header-5-font-size}*/;
}
.logo {
    max-width: 100%;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.form-control:focus, .btn:active, .btn.active {
    box-shadow: none;
}
.form-control:focus {
    border-color: #333;
}
.wrapper-footer .nav > li > a:hover, .wrapper-footer .nav > li > a:focus {
    text-decoration: underline;
    background: none;
    color: #fff;
}
.navbar-right > li > a:hover, .navbar-right > li > a:focus {
    text-decoration: none;
    background: none;
}
.navbar-nav.utility > li > .dropdown-menu {
    padding: 0;
    width: auto;
}
.navbar-nav.utility > li > .dropdown-menu > li > a {
    padding: 8px 15px;
}
.nactivity {
    display: none;
}
.home-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
}
.view-all {
    color: #000000;
    text-transform: lowercase;
    display: block;
}
#main-content {
    margin-top: 20px;
}
#n_home #main-content {
    margin-top: 0;
}
.wk_homepage_fb {
    margin-top: -20px;
}
.wk_homepage_fb .slick-prev {
    left: 18px;
}

.wk_homepage_fb .slick-prev, .wk_homepage_fb .slick-next {
    z-index: 2000;
}
.wk_homepage_fb .slick-next {
    right: 18px;
}
/*fixed header*/
body {
    padding-top: 223px;
}
.empty-header-template {
    padding-top: 0 !important;
}
.wrapper-fixed-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    backface-visibility: hidden;
    background: #000;
}
.navigation-list li a {
    text-decoration: none;
    color: #000;
}
.category-thumbnail h3, .category-thumbnail h3 a {
    margin-bottom: 0;
    text-decoration: none;
}
@media(max-width: 767px) {
    .wrapper-fixed-header {
        position: static;
    }
    .wrapper-navigation.sticky-menu {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    body, body#n_home {
        padding-top: 0;
    }
    .fixed-search {
        margin-bottom: 20px;
    }
    .visible-xs.navbar-nav.navbar-category {
        max-height: 400px;
        overflow: scroll;
    }
    .navbar-nav>li {
      position: relative;
      width: 100%;
  }
}
/*header*/
.header-address {
    color: #fff;
    font-size: 20px;
    margin-top: 19px;
    display: block;
    text-align: center;
}
.sticky-header .header-address {
    font-size: 16px;
    margin-top: 15px;
}
.header-address span.title {
    display: block;
    color: #ffd310;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
.header-address span {
    display: block;
    text-shadow: 1px 1px 0px #000;
}
.wrapper-header {
    padding: 10px 0;
    background: url(../img/header-bg.jpg) #000;
    background-size: cover;
    background-repeat: no-repeat;
    transition: padding 0.3s;
}
.wrapper-header .logo {
    max-width: 195px;
    margin: 5px 0 5px;
}
.sticky-header .wrapper-header .logo {
    max-width: 156px;
}
@media (min-width: 768px) {
    .sticky-header .wrapper-header {
        padding: 0;
    }
    .sticky-header .header-search, .sticky-header #header-cart {
        margin-top: 0;
    }
    .sticky-header .wrapper-header-usp {
        padding: 5px 0;
    }
}
@media (max-width: 1199px) {
    .wrapper-header .logo {
        max-width: 100%;
    }
    .sticky-header .wrapper-header .logo {
        max-width: 80%;
    }
    .header-address, .sticky-header .header-address {
        font-size: 13px;
        margin-top: 15px;
    }
    .header-search, #header-cart {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .wrapper-header .logo {
        max-width: 150px;
    }
    .sticky-header .wrapper-header .logo {
        max-width: 120px;
    }
    .header-address, .sticky-header .header-address {
        margin: 0 0 10px 0;
    }
}
@media (max-width: 767px) {
    .wrapper-header {
        padding: 0 0 10px;
    }
    .wrapper-header .logo, .sticky-header .wrapper-header .logo {
        max-width: 60%;
    }
    .header-address, .sticky-header .header-address {
        font-size: 16px;
    }
}
.utility > li {
    padding: 10px 0;
}
.utility > li .divider {
    margin: 0 8px;
}
.utility > li > a {
    padding: 0;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.utility > li > a:hover, .utility > li > a:focus {
    background: transparent;
    text-decoration: underline;
}
.utility li:last-child > a {
    border-right: none;
}
@media (max-width: 1199px) {
    .utility > li .divider {
        margin: 0 4px;
    }
}
.phone {
    margin-top: -5px;
    font-size: 18px;
}
p.phone a {
    color: #ffd410;
    text-decoration: none;
}
.phone .fa-phone {
    color: #ffd310;
}
.header-search .input-group-btn:last-child > .btn, .header-search .input-group-btn:last-child > .btn-group {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.header-search input#name_search {
    box-shadow: none;
    border-color: #000;
    border-right: none;
}
#header-cart, #header-cart .dropdown-toggle {
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
}
#header-cart .btn .caret {
    margin-left: 10px;
}
/*nav*/
.wrapper-nav {
    font-size: 15px;
    font-weight: bold;
    background: #ffd310;
}
.navbar-default .navbar-nav > li > a {
    padding-left: 14px;
    padding-right: 14px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.navbar-default .navbar-nav > li:hover > a {
    background: #ffbe10;
}
.navbar-default {
    margin: -1px;
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a {
    color: #000;
}
.dropdown-menu-horizontal .dropdown-menu-horizontal {
    top: 0;
    left: 99%;
}
@media (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 17px;
        padding-right: 17px;
        /* font-size: 12px; */
    }
}
@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 3px;
        padding-right: 3px;
        /* font-size: 10px; */
    }
    .dropdown-menu.mega-menu .col-md-3.cat-banner {
      display: none !important;
  }
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    .dropdown-menu > li > a:before {
        color: #fff;
    }
}
.navbar-nav > li > .dropdown-menu {
    padding: 20px 0;
    width: 300px;
}
.dropdown-menu > li > a {
    font-size: 14px;
    color: #000;
    padding: 10px 30px;
    line-height: 14px;
    text-decoration: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    background-color: #ffd310;
}
.dropdown-menu .lv2-li .fa {
    float: right;
}
.wrapper-header-usp {
    padding: 14px 0;
    font-size: 13px;
    color: #ffd310;
    background: #000;
    text-transform: uppercase;
}
#n_home .wrapper-header-usp {
    margin-bottom: 0;
}
.wrapper-header-usp .fa {
    color: #fff;
}
.contact-footer2 {
    padding: 10px 0;
    background: #eeeeee;
}
.contact-footer2 h3, .newsletter {
    float: left;
}
.contact-footer2 h3 {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 32px;
}
.contact-footer2 .newsletter {
    width: 40%;
}
.contact-footer2 .input-group-btn:last-child > .btn, .contact-footer .input-group-btn:last-child > .btn {
    text-transform: uppercase;
    padding: 6px 25px;
    border: 1px solid #005e7c;
    background-color: #005e7c;
    color: #fff;
}
.contact-footer2 .input-group .form-control:first-child, .contact-footer .input-group .form-control:first-child {
    box-shadow: none;
    border: none;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #eee;
}
@media (max-width: 991px) {
    .contact-footer2 h3 {
        float: none;
        text-align: center;
    }
    .contact-footer2 .newsletter {
        width: 100%;
    }
}
.best-sellers-wrapper, .brands-wrapper, .wrapper-featured-category, .new-arrivals-wrapper, .on-sale-wrapper, .our-blog, .apex-social, .contact-footer {
    padding: 25px 0;
}
.brands-wrapper, .wrapper-featured-category {
    border-bottom: 1px solid #eeeeee;
}
.best-sellers-wrapper, .our-blog {
    background: #f7f7f7;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.wrapper-thumbnail .thumbnail {
    padding: 15px 10px;
}
.wrapper-thumbnail .caption h3 a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.wrapper-thumbnail .price strike span {
    margin-left: 10px;
    font-size: 12px;
    color: #666666;
}
.wrapper-thumbnail .price span {
    font-weight: 900;
    font-size: 16px;
}
.wrapper-thumbnail .buying-options .btn {
    text-transform: uppercase;
    text-decoration: none;
}
.on-sale-wrapper .home-title {
    font-size: 30px;
    color: #ff0000;
}
.our-blog .blog-items, .apex-social .apex-socials {
    margin-top: 25px;
}
.our-blog .content-thumbnail h4 a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.our-blog .content-thumbnail .btn {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.apex-socials .content-thumbnail .logo, .our-blog .content-thumbnail .logo {
    margin-bottom: 10px;
}
.our-blog .content-thumbnail p {
    font-size: 13px;
    color: #000;
}
@media (max-width: 767px) {
    .apex-socials .content-thumbnail {
        text-align: center;
    }
    .wrapper-thumbnail .buying-options .btn {
        font-size: 11px;
    }
}
/*footer*/
#recent_sales_content_description a {
    color: #EE1F27;
}
.main-footer-bg {
    margin-top: 50px;
    background: #00131d;
}
.contact-footer {
    border-top: 1px solid #eeeeee;
    text-align: center;
}
.contact-footer h3 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9BC2CF;
}
.contact-footer .list-social {
    font-size: 30px;
}
.company-address {
    color: #efefef;
}
.contact-footer .list-social a {
    font-size: 30px;
    line-height: 30px;
}
.contact-footer .footer-subtext a {
    color: #fff;
    text-decoration: none;
}
.contact-footer .company-address .fa, .contact-footer .footer-subtext .fa {
    color: #f48400;
}
@media (max-width: 1199px) {
    .contact-footer .footer-subtext a:first-child {
        width: 100%;
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .contact-footer form {
        margin-bottom: 30px;
    }
}
.wrapper-footer {
    padding: 35px 0;
    border-top: 1px solid #eee;
}
.wrapper-footer h4 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #9BC2CF;
}
.wrapper-footer .wrapper-category-thumbs {
    margin-bottom: 10px;
}
.wrapper-footer .nav-pills > li > a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
.wrapper-footer .small, .wrapper-footer .small a {
    color: #fff;
    font-size: 12px;
}
.wrapper-footer address {
    float: left;
}
.wrapper-footer .icon-ssl {
    margin: 8px 0 0 35px;
    height: 18px;
    width: 60px;
    background: url(../img/sslgraphic.png);
    background-size: 60px;
    float: left;
}
.wrapper-footer .payment-icon-container {
    background: transparent;
}
.wrapper-footer .payment-icon {
    width: 60px;
    background-image: url(../img/paymenticons.svg);
    background-size: 60px;
}
@media (max-width: 767px) {
    .wrapper-footer h4 {
        margin-top: 40px;
    }
}
/*slick*/
.our-brands, .new-arrivals, .best-seller, .on-sale {
    padding: 0 98px;
    margin-top: 25px;
}
#home-brands {
    position: relative;
}
.best-seller .slick-prev, .best-seller .slick-next, .new-arrivals .slick-prev, .new-arrivals .slick-next, .on-sale .slick-prev, .on-sale .slick-next {
    top: 50%;
}
#home-brands .slick-prev, #home-brands .slick-next {
    position: absolute;
    top: 50%;
}
#n_home .wrapper-product-tabs li {
    width: 300px;
}
#n_home .wrapper-product-tabs .tab-pane {
    padding: 0 68px;
}
#n_home .wrapper-product-tabs .nav-tabs {
    border-bottom: 0;
    text-align: center;
}
#n_home .slick-prev, #n_home .slick-next {
    z-index: 2000;
}
#n_home .slick-prev {
    left: 18px;
}
#n_home .slick-next {
    right: 18px;
}
#home-brands .slick-prev {
    left: -80px;
}
#home-brands .slick-next {
    right: -80px;
}
#n_home .slick-prev:before, #n_home .slick-next:before {
    font-family: "fontAwesome";
    font-size: 30px;
    color: #666;
    opacity: 1;
}
#n_home .slick-prev.slick-disabled:before, #n_home .slick-next.slick-disabled:before {
    opacity: 0.3;
}
#n_home .slick-prev:before {
    content: '\f137';
}
#n_home .slick-next:before {
    content: '\f138';
}
#n_home .wrapper-product-tabs .slick-prev, #n_home .wrapper-product-tabs .slick-next {
    top: 31%;
}
/*collapsible sidebar filter*/
.panel-title .accordion-toggle {
    text-decoration: none;
}
.list-group-collapse h4 a.collapsed:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: right;
    color: #000;
    text-align: right;
}
.list-group-collapse h4 a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: right;
    color: #000;
    width: 20px;
    text-align: right;
}
#left-sidebar .list-group h4 a.collapsed {
    color: #000;
}
#left-sidebar .list-group .sidecatitem h4 a.collapsed:after {
    content: "\f107";
}
#left-sidebar .list-group .list-group-item h4 a {
    color: #555;
    text-decoration: none;
    display: block;
}
/* category */
.wrapper-subcateg {
    padding-bottom: 30px;
}
.wrap-subcateg-list {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.wrap-subcateg-list a {
    position: relative;
    padding: 7px 12px 7px 0;
    display: block;
    color: #555;
    font-weight: bold;
}
.wrap-subcateg-list a:after {
    position: absolute;
    right: 0;
    top: 10px;
    content: '\f105';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
}
/*brands page*/
.featured-brands img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
}
/*blog page*/
.blog-thumbs .blog-img {
    max-width: 100%;
}
/*product page*/
.label.in-promo {
    position: absolute;
    top: 9px;
    right: -37px;
    transform: rotate(49deg);
    padding: 6px 33px;
    font-size: 14px;
    background-color: #d92323;
}
.sale-price {
    font-weight: 600;
    color: #d92323;
}
.save-price {
    font-weight: 600;
    color: orange;
}
.wrapper-thumbnail .thumbnail {
    overflow: hidden;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-control.qty.input-lg {
    display: inline-block;
    max-width: 60%;
    margin-left: 10px;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
}
.breadcrumb > li + li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 9px;
    color: #000;
}
#n_product h1 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.wrapper-product-title h3.text-muted {
    font-size: 16px;
    color: #999999;
}
.nReviewsBlock {
    font-weight: bold;
    text-transform: uppercase;
}
.nReviewsBlock .fa {
    color: #ffd310;
}
.nReviewsBlock .rate-number {
    color: #f48400;
    text-decoration: underline;
    font-size: 13px;
}
.wrapper-pricing {
    margin-top: 10px;
}
.wrapper-pricing .dropdown {
    float: right;
}
.wrapper-pricing .label {
    padding: 6px 10px;
    border-radius: 0;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.wrapper-pricing .label-success {
    background-color: #5cb85c;
    color: #fff;
}
._itmspec_listopt .variation-name {
    float: left;
    margin-top: 25px;
}
/*colour swatch*/
.nSwatchProduct {
    height: 40px;
    width: 40px;
    display: block;
}
.nColourSwatch._itmspec_lnk {
    display: inline-block;
    margin-right: 5px;
}
.nColourSwatch._itmspec_lnk._itmspec_selected {
    margin-bottom: 0;
    padding: 4px;
    border: none;
}
.nColourSwatch._itmspec_lnk._itmspec_selected::before {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #333;
    position: absolute;
    content: "\f00c";
    font: normal normal normal 26px/1 FontAwesome;
    line-height: 40px;
    z-index: 10;
}
.nColourSwatch._itmspec_lnk._itmspec_selected .nSwatchProduct {
    opacity: .5;
}
.nColourSwatch ._itmspec_listitm {
    margin: 0;
}
#accordion2 .panel-title a:before {
    width: 16px;
    content: "\f147";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: left;
    color: #000;
    line-height: 20px;
}
#accordion2 .panel-title a.collapsed:before {
    width: 16px;
    content: "\f196";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: left;
    color: #000;
    line-height: 20px;
}
.free-delivery-product {
    background: url(../img/free-delivery.png);
    background-repeat: no-repeat;
    padding: 10px 0 10px 50px;
    height: 50px;
    text-transform: uppercase;
    text-align: center;
    background-position: 31%;
    font-size: 15px;
    font-weight: bold;
}
.btn-hdlink {
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border-color: #000;
    background: #fff;
    text-transform: uppercase;
}
.btn-stack .addtocart, .btn-stack .wishlist_toggle, .btn-stack .emailpopup.btn {
    padding: 13px 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    text-decoration: none;
}
.btn-stack .wishlist_toggle {
    background: #ffd310;
    border-color: #ffd310;
    color: #000;
}
.btn-stack .btn-calculate {
    font-size: 12px;
    text-transform: uppercase;
}
.btn-stack .form-control {
    border: 1px solid #eee;
    box-shadow: none;
}
.btn-stack .addtocart {
    font-size: 16px;
    padding: 13px 0;
    font-weight: bold;
}
.btn-add-to-cart {
    background: #5CB85B;
    border-color: #5CB85B;
}
.btn-add-to-cart:hover, .btn-add-to-cart:focus {
    background: #3c763d;
    border-color: #3c763d;
}
@media (max-width: 1199px) {
    .free-delivery-product {
        background-position: 7%;
    }
}
@media (max-width: 991px) {
    .free-delivery-product p {
        font-size: 11px;
    }
}
@media (max-width: 767px) {
    .free-delivery-product {
        background-position: 21%;
    }
    .free-delivery-product p {
        font-size: 15px;
    }
}
#accordion2 .panel-default > .panel-heading {
    color: #000;
    background-color: #eee;
    border-color: #eee;
    text-transform: uppercase;
}
#accordion2 .panel-default {
    border-color: #eee;
}
#accordion2 .panel-title > a, #accordion2 .panel-title > small, #accordion2 .panel-title > .small, #accordion2 .panel-title > small > a, #accordion2 .panel-title > .small > a {
    font-size: 14px;
    text-decoration: none;
}
#accordion2 .panel-title > a:hover, #accordion2 .panel-title > small > a:hover, #accordion2 .panel-title > .small > a:hover {
    color: #000;
    text-decoration: none;
}
/*youtube video*/
.productvideo {
    position: relative;
}
.productvideo img {
    max-width: 100%;
    height: 92px;
    object-fit: contain;
}
.wrapper-prodvid .playbutton {
    padding: 4px 16px;
    background: rgba(0,0,0,0.80);
    border-radius: 9px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    line-height: 22px;
    left: 50%;
    margin-left: -23px;
    margin-top: -15px;
}
.wrapper-prodvid .productvideo:hover .playbutton, .wrapper-prodvid .productvideo:focus .playbutton {
    background: #cc181e;
}
#accordion {
    margin-top: 40px;
}
#accordion.panel-group .panel + .panel {
    margin-top: 10px;
}
#accordion .panel-default {
    border: none;
    box-shadow: none;
}
#accordion .panel-heading {
    padding: 0;
}
#accordion .panel-heading h4 a {
    display: block;
    padding: 14px 16px;
}
#accordion .panel-body {
    border: none !important;
}
#accordion .panel-title a {
    background: #000;
    color: #ffd310;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
#accordion .panel-title a.collapsed {
    background: #eee;
    color: #000;
    text-decoration: none;
}
.other-product-title {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
}
.list-group > li > a:before {
    content: '\F096\0020';
    font-family: FontAwesome;
}
.n_headerPhone {
    float: right;
}
.navbar-collapse a {
    color: #000;
}
@media (min-width: 767px) {
    .navbar-collapse li > .dropdown-menu {
        width: 100% !important;
    }
    .navbar-collapse .navbar-nav > li {
        position: static;
    }
    .mega-col li a {
        color: #000;
        font-weight: normal;
    }
    .mega-col .lv2-li a {
    }
    .mega-col .lv3-li a {
    }
    .navbar-collapse.collapse {
        position: relative;
    }
    .navbar-collapse .navbar-nav > li > .dropdown-menu {
        padding: 0px 20px 20px;
    }
    .mega-col {
        float: left;
        min-width: 250px;
    }
    li.lv3-li {
        list-style-type: none;
    }
    ul.lvl2.dropdown-menu {
        min-height: 370px;
    }
}
@media (max-width: 768px) {
    .n_headerPhone {
        float: none;
        text-align: center;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-address {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .n_rightWrapper {
        margin-top: 30px;
    }
    .header-address span.title {
        font-size: 12px;
    }
    .wrapper-logo {
        text-align: center;
    }
}
#homepageCarousel {
    /* max-width: 1170px; */
    margin: 0 auto;
}
.n_carouselWrapper {
    background-color: #1d2018;
}
.sticky-header .n_rightWrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-nav>li>.dropdown-menu.mega-menu {
    width: 100%;
    border: none;
    overflow: hidden;
}
.navbar-nav {
    position: relative;
}
.navbar-nav>li {
    position: static;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.navbar-nav>li>.dropdown-menu.mega-menu .col-xs-3:nth-of-type(4n+5) {
    clear: left;
}
.dropdown-menu.mega-menu>div>li>a {
    margin-top: 20px;
    display: block;
}
.mega-menu .sub-menu {
    list-style: none;
    padding-left: 0px;
}
.mega-menu .sub-menu li a {
    list-style: none;
    color: #777777;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .mega-menu .sub.caret {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .mega-menu .sub-menu {
        display: none;
    }
}
.mega-menu li a {
    color: black;
    text-decoration: none;
}
.row.footer-awards-images .wrapper-category-thumbs a img {
    height: 30px;
}
.row.footer-awards-images .wrapper-category-thumbs {
    height: 30px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#recent_sales_content_description a {
    color: black !important;
    font-weight: bold;
    text-decoration: none;
}
.form-single {
    margin-top: 100px;
    padding-left: 25%;
    padding-right: 25%;
}
.featured-brands img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
}
.nPaymentIcon {
    height: 30px;
}
@media screen and (min-width: 992px) {
    .dropdown-menu.mega-menu {
        background-color: white;
    }
    .dropdown-menu.mega-menu>div>li>a {
        color: #f7941d;
    }
}
@media screen and (max-width: 991px) {
    .dropdown-menu.mega-menu {
        display: none;
    }
}
.nav.navbar-nav span.caret {
    /* position: absolute; */
    /* right: 0px; */
}
@media (min-width: 768px) {
    .nav.navbar-nav span.caret {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: 5px;
    }
    .navbar.navbar-default .navbar-collapse .nav.navbar-nav {
        text-align: center;
        display: block;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .nav.navbar-nav span.caret {
        top: 20px;
        right: 15px;
        position: absolute;
    }
}
.sub-dropdown-toggle span.sub.caret {
    margin: 0;
}
.saving-wrapper {
    margin-top: 10px;
}
h5.title a {
    color: black !important;
    text-decoration: none;
}
.col-md-3.same-height {
    min-height: 80px;
}
/*.n-responsive-content p a img {*/
/*    width: 100% !important;*/
/*    height: auto !important;*/
/*}*/
@media screen and (max-width: 767px) {
    .wrapper-header .n_rightWrapper {
        overflow: hidden;
    }
    .wrapper-fixed-header.sticky-header .wrapper-nav .container .row .col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-nav>li>.dropdown-menu.mega-menu {
        width: auto;
        margin-left: 15px;
        margin-right: 0px;
    }
    .list-inline.list-social {
        margin: 5px;
        width: 118px;
    }
    .header-address {
        font-size: 13px;
        margin-top: 19px;
        margin-bottom: 0px;
    }
    .header-address span.title {
        font-size: 16px;
    }
    .n_headerPhone {
        height: 20px;
        margin: 0px;
    }
    .phone {
        margin-top: -5px;
        font-size: 15px;
    }
    .wrapper-header .logo {
        max-width: 33%;
    }
    .contact-footer h3 {
        margin-bottom: 10px;
    }
    .contact-footer2 {
        display: none;
    }
    .list-inline.list-social li {
        padding-left: 0px;
        padding-right: 0px;
    }
    .list-inline.list-social li a {
        font-size: 25px;
    }
}
.price-group {
    height: 70px;
}
.thumbnail .caption h3 {
    height: 2.6em;
    min-height: 2.6em;
    max-height: 2.6em;
}
.thumb_list h3 a {
    text-decoration: none;
}
#recent_sales_ticker {
    z-index: 100000;
}
.thumbnail-image.bg {
    min-height: 200px;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width: 768px) {
    .thumbnail-image.bg {
        min-height: 241px;
    }
}
.fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
    z-index: 1002;
}
.thumb_cart .title a {
    color: black;
}
li.filter a {
    text-decoration: none;
    padding: 8px 0;
    border: 0;
}
.list-group {
    margin-bottom: 0;
}
.sidefilter-categ {
    padding-top: 10px;
}
a.list-group-item.dropdown-toggle,
a.list-group-item,
.btn {
    text-decoration: none;
}
.category-image {
    height: 200px;
}
.dropdown-menu.mega-menu .col-md-3 {
    float: left;
}
.dropdown-menu.mega-menu .col-md-3.cat-banner {
    display: none;
    margin-top: 20px;
}

.availability-description-wrapper {
    margin-bottom: 10px;
}
.availability-description {
    cursor: pointer;
}

.nReviewsBlock {
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 768px) {
    body {
        padding-top: 0px !important;
    }
}

body {
    padding-top: 182px;
}


/* Category Banner */
.category-banner-wrapper {
    position: relative;
    padding: 100px 0;
    margin-bottom: 10px;
}
.category-banner-wrapper:before {
    content: "";
    background: #0003;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.category-banner-text {
    margin: 0 30px;
    color: #fff;
    position: relative;
}
.category-banner-text h2 {
    color: #fff;
    text-transform: uppercase;
}
.category-banner-text p {
    font-size: 15px;
}
.category-banner-text h2,
.category-banner-text p {
    text-shadow: 0 0 10px #292929;
}

@media (max-width: 767px) {
    .category-banner-wrapper {
        padding: 50px 0;
    }
    .category-banner-text h2 {
        font-size: 20px;
    }
}


.brands-wrapper-mobile .our-brands{
    padding: 0 0;

}
