@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: #f0a044 /*{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 {
    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: #f0a044;
    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: 0px;
}
.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: #f0a044;
    text-decoration: none;
}
.phone .fa-phone {
    color: #f0a044;
}
.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: #000;
}
.navbar-default .navbar-nav > li > a {
    padding-left: 14px;
    padding-right: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav > li:hover > a {
    color: #f0a044 !important;
}
.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: 9px;
        padding-right: 9px;
        font-size: 14px;
    }
}
@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;
  }
  .navbar-collapse.collapse{
    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: #f0a044;
}
.dropdown-menu .lv2-li .fa {
    float: right;
}
.wrapper-header-usp {
    padding: 14px 0;
    font-size: 13px;
    color: #f0a044;
    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 #f0a044;
    background-color: #f0a044;
    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: #000000;
}
.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: #f0a044;
}
.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: #f0a044;
}
@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: #f0a044;
}
.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: #f0a044;
}
.nReviewsBlock .rate-number {
    color: #f0a044;
    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: #f0a044;
    border-color: #f0a044;
    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: #fff;
    color: #000;
    font-size: 15px;

    text-transform: uppercase;
    padding: 14px 0 !important;
    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: 0px;
    }
    .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: #f0a044;
    }
}
@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;

}


/* ==========new-css====== */
span.mvp_cart_heder {
    width: 20px;
    height: 20px;
    background: #fff;
    display: flex;
    border-radius: 50%;
    color: #000;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
div#header-cart #cartcontentsheader {
    color: #ffff;
    display: flex;
    align-items: center;
}
.acc_menu .lv1-li a i {
    font-size: 25px;
    color: #fff;
}
.phone_number a#cartcontentsheader .fa {
    color: #fff;
    font-size: 25px;
}
.mvp_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header-cart,
#header-cart .dropdown-toggle {
    width: auto !important; 
}

.header-search .input-group-btn:last-child>.btn,
.header-search .input-group-btn:last-child>.btn-group {
    background: #fff;
    /* color: #fff; */
    border: 1px solid #fff;
    height: 32px;
    border: none !important;
    color: #000;
}
.acc_menu li:hover .mvp_acc_a{
    background-color: transparent !important;
    color: #f0a044 !important;
}
.acc_menu li:hover .mvp_acc_a i{
    color: #f0a044 !important;
}
ul#mvp_phone_drop {
    padding: 20px;
}
.phone_number .navbar-nav li:hover a{
    background-color: transparent !important;
}
.phone_number .navbar-nav li:hover a .fa{
    color: #f0a044 !important;
}
/* .wrapper-header-usp {
    display: none;
} */
ul#mvp_phone_drop li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
#mvp_phone_drop a:hover{
   color: #f0a044 !important;
}

.sticky-header {
    position: fixed;
    top: 0;
    z-index: 12000000;
    width: 100%;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeInDown;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    /* animation: slide-down 0.7s; */
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sticky-header .wrapper-header-usp {
    display: none !important;
}
/* .sticky-header .wrapper-nav {
    display: none !important;
} */
.wrapper-header .logo {
    max-width: 156px;
}
.header-search,
#header-cart {
    margin-top: 0px;
}
#header-cart i.fa.fa-shopping-cart {
    font-size: 27px;
}
.mobile_icon i.fa.fa-shopping-cart {
    font-size: 27px;
      
}
.mobile_icon span.icon {
  color: #fff;
}
.nkgmobile:hover span.icon {
    color: #f0a044;
}
#cartcontentsheader:hover span.icon {
    color: #f0a044;
}

/* =========================css======================*/
.dah_paltimgs {
    position: relative;
    float: left;
    width: 155px;
}
.dah_paltimgs>div {
    float: left;
    width: 100%;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    direction: rtl;
    /* z-index: 1111; */
}
.dah_paltimgs>div>div {
    direction: ltr;
}
.dah_paltimgs a {
    float: left;
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 5px;
    background-color: #fff;

}
#n_product .main-image {
    width: calc(100% - 115px);
    background-color: #fff;
}
.d-flex{
    display: flex !important;
}
.flex-column{
    flex-direction: column !important;
}
.w-100{
    width: 100% !important;
}
.dah_paltimgs>div::-webkit-scrollbar {
    width: 5px;
}
.dah_paltimgs>div::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 10px;
}
.dah_paltimgs>div::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e8e8e8;
    padding: 4px;
}
.position-relative{
    position:  relative !important; 
}
.h-100{
    height: 100%;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center !important;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    /* padding: 0; */
    overflow: hidden;
    height: 100% !important;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.embed-responsive:before {
    display: block;
    content: "";
}
/* .dah_paltimgs a.dah_active,
.dah_paltimgs a:hover,
.dah_paltimgs a:focus,
.dah_paltimgs a:active {
    border-color: ;
} */
.product-image-small {
    margin-bottom: 0px;
}
.mvp_bg{
    background-color: #fff;
}
p.zip-container span {
    display: none;
}
div#mvp_demo .mvp_innnerclass {
    display: flex;
    align-items: center;
}
.mvp_csssty {
    padding: 10px 15px;
    background: #e9e9e9;
    /* margin-top: 10px; */
}
.mvp_csssty p{
    margin-right: 10px;
}
body#n_product img.zip-logo {
    margin-bottom: 0 !important;
}
.nSwatch {
    margin: 0;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 5px;
}

.nColourList {
    margin: 0 0 10px;
    min-height: 25px;
}
.mvp_color {
    display: inline-block;
    width: 100%;
}
.mvp_color a{
    text-decoration: none !important;
}
.mvp_coloboder {
    border: 2px solid #c2cdcf;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.variant-input-wrap {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.mvp_color .btn.disabled,
.mvp_color .btn[disabled],
.mvp_color fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ddd;
}
.mvp_color ._itmspec_selected_radio {
    box-shadow: 0 0 0 2px #000 !important;
    background-color: #fff;
}
.mvp_warehouse {
    padding: 10px 15px;
    background: #e9e9e9;
}
.mvpmainhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mvpmainhead label.left {
    margin-bottom: 0;
    background: yellow;
    padding: 5px;
}
.mvpmainhead label.left span {
    font-size: 16px;
    font-weight: 800;
}
#n_product .qty {
   max-width: 70px;
   margin-left: 0px;
   margin-right: 10px;
   float: left;
}
#n_product .btn-stack button {
    font-size: 16px;
    padding: 13px 0;
    font-weight: bold;
    width: calc(100% - 80px);
    line-height: normal !important;
}
.checkboxpdp label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: -4px;
    /* font-weight: bold; */
    margin-left: 5px;
}
input#exampleCheck1 {
    font-size: 60px !important;
    width: 20px;
    height: 20px;
}
.checkboxpdp {
    margin-top: 16px;
}
.modal-dialog.modal-dialog-centered {
    height: 100%;
    display: flex;
    align-items: center;
}
div#exampleModalCenter button.close {
    position: absolute;
    right: 15px;
    top: 17px;
}

@media (min-width: 768px){
    div#exampleModalCenter .modal-content {
       width: 600px;
    }
}


@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
.mvp_add{
    text-transform: uppercase !important;
}
.mvpsticky {
    position: sticky !important;
    top: 150px;
}
.mvp_csssty {
    margin-bottom: 10px;
}
/* .mvp_animation{
    color: #ff0e0e !important;
} */

.thumb_cart .checkout {
    display: none;
}
.thumb_cart .viewcart {
    width: 100%;
}
.npopup .npopup-checkout {
    display: none;
}
.productprice.productpricetext {
    background: #e9e9e9;
    padding-left: 15px;
    margin-top: 10px;
}
span.ParagraphText.ParagraphText--crossStroke.ParagraphText--autoWidth {
    color: #000 !important;
}
.mvp_warehouse .p-2 .left spam {
    white-space: nowrap;
}
#collapseOne table {
    width: auto !important;
}

@media (max-width: 991px) {
.wrapper-product-title{
    margin-top: 20px;
}
.dah_paltimgs a.slide-arrow {
    background: #ddd;
    position: absolute;
    z-index: 1;
    display: flex;
    padding: 5px;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 0 !important;
    /* margin-right: 15px !important; */
    width: calc(100% - 15px);
}
a.slide-arrow.next-arrow.slick-arrow {
    bottom: 0;
}
.dah_paltimgs .fa {
    font-size: 20px;
    font-weight: 900;
}
.dah_paltimgs>div {
    padding: 36px 0;
}
}
@media (min-width: 992px) {
body#n_product .dah_paltimgs a.slide-arrow {
    display: none !important;
}
}



@media (max-width: 576px) {
/* .dah_paltimgs {
    width: 100%;
    order: 1;
} */
/* .mvp_dflexsec{
    flex-wrap: wrap !important;
} */
#n_product .main-image {
    width: calc(100%) !important;
    /* background-color: #fff; */
    order: 0;
}

/* .mvpsroll {
    position: unset !important;
} */
/* .mvp_product_slider {
    flex-direction: row !important;
} */
/* .dah_paltimgs a.slide-arrow {
    width: 26px;
    height: 100%;
} */
/* a#down {
    right: 0;
} */
/* .dah_paltimgs>div {
    padding: 0 !important;
} */
/* .mvp_product_slider .col-xs-12 {
   max-width: 100px !important;
    flex: 0 0 100px;
    padding: 0 5px !important;
} */
/* .dah_paltimgs>div {
    
    overflow-x: auto !important; 
     position: unset !important;
    direction: unset !important;
    z-index: 1111;
} */

/* .dah_paltimgs a.slide-arrow {
    align-items: center;
} */
/* .dah_paltimgs>div::-webkit-scrollbar {
    width: 100% !important;
    height: 5px !important;
} */
/* .dah_paltimgs .fa.fa-angle-up.mvp-1 {
    transform: rotate(270deg);
}
.dah_paltimgs .fa.fa-angle-down {
    transform: rotate(270deg);
} */
/* body .mvpsroll {
    padding: 0px 25px !important;
} */
}
body#n_product .breadcrumb li:last-child {
    display: none;
}
.successaddmessage .footer .left {
    float: left;
    width: 100%;
}
.successaddmessage .footer .left .npopup-view {
    float: right;
}
.mvp_brandtext {
    position: relative;
    top: -47px;
}
.productprice.productpricetext {
    padding-top: 8px;
}
#myCarousel .embed-responsive .product-image-small {
    max-height: 100%;
}
.shiping_text {
    margin-top: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
div#_jstl__buying_options_r {
    margin-top: 15px;
}

.extra-options .shiping_text .fa-truck {
    font-size: 21px;
    padding-right: 10px;
}

.extra-options .shiping_text p {
    margin: 0px;
}
.mvp_done{
    position:  relative !important;
}
.mvp_animation {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 0;
    z-index: 111;
}
div#findify-config-helper {
    display: none !important;
}
a.mvpimgcolor._itmspec_selected {
    border-color: #000 !important;
}


body .bg-gray {
    overflow: hidden;
}
body .bg-gray::after {
    border: none !important;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #A9A9A9 calc(50% - 1px),#A9A9A9 calc(50% + 1px), transparent calc(50% + 1px), transparent);
}