@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url(https://fonts.googleapis.com/css?family=Manrope);
body, html {
   overflow-x: hidden;
}
body {
	font-family: "Manrope";
	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: rgba(255, 174, 69, 1) /*{link-text-colour}*/;
   transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
   text-decoration: none;
}
a:hover,
a:focus {
	color: rgba(36, 34, 34, 1) /*{link-text-hover-colour}*/;
   transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
   text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
   /* Lorem ipsum relorem!: */
	color: #333333 /*{headers-colour}*/;
}
h1,
.h1 {
	font-size: 46px /*{header-1-font-size}*/;
   font-weight: 700;
}
h2,
.h2 {
	font-size: 30px /*{header-2-font-size}*/;
	font-weight: 700;
}
h3,
.h3 {
	font-size: 48px /*{header-3-font-size}*/;
   font-weight: 700;
}
h4,
.h4 {
	font-size: 20px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 14px /*{header-5-font-size}*/;
}
.btn-default {
	color: rgba(15, 143, 43, 1) /*{btn-default-text-colour}*/;
	background-color: rgba(255, 255, 255, 1) /*{btn-default-bg-colour}*/;
	border-color: rgba(45, 117, 60, 1) /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: rgba(255, 255, 255, 1) /*{btn-default-text-colour-hover}*/;
	background-color: rgba(98, 186, 116, 1) /*{btn-default-bg-colour-hover}*/;
	border-color: rgba(76, 184, 85, 1) /*{btn-default-border-colour-hover}*/;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #000000 /*{btn-default-disabled-bg-colour}*/;
	border-color: #000000 /*{btn-default-disabled-border-colour}*/;
}
.btn-primary {
	color: rgba(255, 255, 255, 1) /*{btn-primary-text-colour}*/;
	background-color: rgba(84, 126, 222, 1) /*{btn-primary-bg-colour}*/;
	border-color: rgba(76, 86, 112, 1) /*{btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: rgba(240, 240, 240, 1) /*{btn-primary-text-colour-hover}*/;
	background-color: rgba(0, 0, 0, 1) /*{btn-primary-bg-colour-hover}*/;
	border-color: #000000 /*{btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #428bca /*{btn-primary-disabled-bg-colour}*/;
	border-color: #357ebd /*{btn-primary-disabled-border-colour}*/;
}
.btn-warning {
	color: rgba(255, 255, 255, 1) /*{btn-warning-text-colour}*/;
	background-color: rgba(255, 255, 255, 0.99) /*{btn-warning-bg-colour}*/;
	border-color: rgba(255, 255, 255, 0) /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: rgba(255, 255, 255, 0.05) /*{btn-warning-bg-colour-hover}*/;
	border-color: rgba(255, 255, 255, 0) /*{btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e /*{btn-warning-disabled-bg-colour}*/;
	border-color: #eea236 /*{btn-warning-disabled-border-colour}*/;
}
.btn-danger {
	color: rgba(255, 255, 255, 0) /*{btn-danger-text-colour}*/;
	background-color: rgba(255, 255, 255, 0) /*{btn-danger-bg-colour}*/;
	border-color: rgba(255, 255, 255, 0) /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: rgba(255, 255, 255, 0) /*{btn-danger-text-colour-hover}*/;
	background-color: rgba(255, 255, 255, 0) /*{btn-danger-bg-colour-hover}*/;
	border-color: rgba(255, 255, 255, 0) /*{btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: rgba(255, 255, 255, 1) /*{btn-danger-disabled-bg-colour}*/;
	border-color: rgba(255, 255, 255, 1) /*{btn-danger-disabled-border-colour}*/;
}
.btn-success {
	color: #ffffff /*{btn-success-text-colour}*/;
	background-color: #5e75a4 /*{btn-success-bg-colour}*/;
	border-color: #5e75a4 /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff /*{btn-success-text-colour-hover}*/;
	background-color: #000000 /*{btn-success-bg-colour-hover}*/;
	border-color: #000000 /*{btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #000000 /*{btn-success-disabled-bg-colour}*/;
	border-color: #000000 /*{btn-success-disabled-border-colour}*/;
}
.btn-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: rgba(133, 133, 133, 0.73) /*{btn-info-bg-colour}*/;
	border-color: rgba(163, 163, 163, 1) /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #000000 /*{btn-info-bg-colour-hover}*/;
	border-color: #000000 /*{btn-info-border-colour-hover}*/;
}
.btn-outline-light {
   color:#fff;
   margin-top:20px;
   border:2px solid;
}
.btn-outline-light:hover {
   background:#000;
   border-color: #000;
   color: #fff;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de /*{btn-info-disabled-bg-colour}*/;
	border-color: #46b8da /*{btn-info-disabled-border-colour}*/;
}
.breadcrumb-wrapper {
   margin-bottom: 15px;
}
.breadcrumb {
   /* border-bottom: 1px #e7e7e7 solid; */
   padding:10px 0px;
}
.breadcrumb > li + li:before {
	color: rgba(107, 107, 107, 1) /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	color: rgba(105, 105, 105, 1) /*{breadcrumb-active-link-colour}*/;
}
.pagination > li > a,
.pagination > li > span {
	color: #ffffff /*{pagination-text-colour}*/;
	background-color: #5e75a4 /*{pagination-bg-colour}*/;
	border-color: #ffffff /*{pagination-border-colour}*/;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #ffffff /*{pagination-text-colour-hover}*/;
	background-color: #000000 /*{pagination-bg-colour-hover}*/;
	border-color: #ffffff /*{pagination-border-colour-hover}*/;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #ffffff /*{pagination-text-colour-active}*/;
	background-color: #000000 /*{pagination-bg-colour-active}*/;
	border-color: #ffffff /*{pagination-border-colour-active}*/;
}
.label-default {
	background-color: #999999 /*{label-default-bg}*/;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
	background-color: #428bca /*{label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9 /*{label-primary-bg-hover}*/;
}
.label-success {
	background-color: #5cb85c /*{label-success-bg}*/;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: rgba(48, 105, 48, 1) /*{label-success-bg-hover}*/;
}
.label-info {
	background-color: #5bc0de /*{label-info-bg}*/;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5 /*{label-info-bg-hover}*/;
}
.label-warning {
	background-color: #ec008c /*{label-warning-bg}*/;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f /*{label-warning-bg-hover}*/;
}
.label-danger {
	background-color: #d9534f /*{label-danger-bg}*/;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c /*{label-danger-bg-hover}*/;
}
.well {
	background-color: rgba(245, 245, 245, 1) /*{well-bg}*/;
	border-color: #e3e3e3 /*{well-border-colour}*/;
}
.panel-default {
	border-color: rgba(221, 221, 221, 1) /*{panel-border-colour}*/;
}
.panel-default > .panel-heading {
	color: #333333 /*{panel-header-text-colour}*/;
	background-color: rgba(255, 255, 255, 1) /*{panel-header-bg-colour}*/;
	border-color: rgba(245, 44, 44, 1) /*{panel-header-border-colour}*/;
}
.panel-title {
	color: #333333 /*{panel-header-text-colour}*/;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: rgba(221, 221, 221, 1) /*{panel-border-colour}*/;
}
.save {
	color: #d9534f /*{sale-colour}*/;
}
.productsave {
	color: #d9534f /*{sale-colour}*/;
}
.navbar-default {
   margin-top:10px;
   background: #e4e4e4;
}
.navbar-default .navbar-brand {
	color: rgba(255, 255, 255, 1) /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
	color: rgba(255, 255, 255, 1) /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-nav > li > a {
	color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
   border-bottom: 3px #fff solid;
   font-size: 14px;
}
.navigation-list li a {
	color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active{
	color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour-hover}*/;
   border-color:#5E75A4;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555 /*{navbar-default-link-colour-active}*/;
	background-color: rgba(0, 0, 0, 1) /*{navbar-default-link-bg-active}*/;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
	border-bottom-color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
}
.navbar-nav a.active {
}
.navbar-nav .fa-angle-down {
   padding:4px 3px;
}
.nav .caret {
	border-top-color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
	border-bottom-color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: rgba(3, 3, 3, 1) /*{navbar-default-bg-colour}*/;
	color: rgba(255, 255, 255, 1) /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu {
	background-color: rgba(66, 66, 66, 1) /*{dropdown-menu-bg}*/;
	border-color: rgba(176, 176, 176, 1) /*{dropdown-menu-border-colour}*/;
}
.dropdown-menu .divider {
	background-color: rgba(255, 255, 255, 1) /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
	color: rgba(0, 0, 0, 1) /*{dropdown-menu-link-colour}*/;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: rgba(0, 0, 0, 1) /*{dropdown-menu-link-colour-hover}*/;
	background-color: rgba(0, 0, 0, 1) /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: rgba(255, 255, 255, 1) /*{dropdown-menu-link-colour-active}*/;
	background-color: rgba(255, 255, 255, 1) /*{dropdown-menu-link-bg-active}*/;
}
/*Mega menu */
.mega-menu {
    width: 102%;
    padding: 5px;
}
li.dropdown.dropdown-hover.menu-static {
    position: static;
}
.dropdown-menu a.second-level {
   font-weight: bold;
}
.dropdown-menu a.second-level {
    color:#fafafa;
}
.dropdown-menu .third-level a {
   color:#000;
}
.nkg_l2 {
   padding-left: 3px;
}
.second-level_img {
   width: 90px;
   /* background-color: #808080; */
   padding: 3px;
   flex: 0 0 100px;
}
.second-level-wrapper>li {
   display: flex;
   align-items: start;
}
.second-level-wrapper {
   padding-left: 0;
}
@media only screen and (max-device-width: 760px) {
    .dropdown-menu a.second-level {
        color: #B2AD39;
    }
    .dropdown-menu .third-level a {
       color:#333;
       font-weight: 400;
    }
}
.dropdown-menu .second-level-wrapper {
   margin-bottom: 2px;
}
.dropdown-menu a.second-level:hover, .dropdown-menu .third-level a:hover  {
   color:#ff6105;
   font-weight: bolder;
}
.dropdown-menu a.second-level:active, .dropdown-menu .third-level a:active  {
   color:#ff6105;
   font-weight: 600;
}
.dropdown-menu ul.third-level {
   list-style: none;
    padding: 0.1px;
}
.logo {
	max-width:80%;
}
.hovereffect {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
   text-align: center;
   transition: all 0.5s ease-in-out;
   padding-bottom: 30px;
}
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    /* position: absolute;
    overflow: hidden; */
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
   padding-top:30px;
}
.hovereffect .btn {
    display: block;
    pointer-events: all;
     position:absolute;
     bottom:0px;
}
.hovereffect form {
     position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}
.hovereffect:hover .caption {
     background: #fff;
}
.hovereffect:hover .btn {
   background:#000;
   border-color: #000;
}
/* Ads Units */
.hovereffect-cat {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.hovereffect-cat .overlay {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.hovereffect-cat .btn {
    width: 60%;
    display: block;
    margin: 0px auto;
    pointer-events: all;
}
.hovereffect-cat:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}
.hovereffect-cat .caption p.description {
   height: 4em;
}
.products-slider h3, .top-sellers-wrapper h3 {
	text-align:center;
   font-size: 48px;
   color: #625B5C;
   font-weight: 700;
}
.border-title {
    border: 4px solid #228b22;
    width: 50px;
    display: block;
    margin: 10px auto 40px;
}
.products-slider h3 span, .top-sellers-wrapper h3 span {
	background:#fff;
	padding:0 20px;
}
.topBar {
   background:#228B22;
   color: #fff;
}
.topBar a, .mycart-wrapper a {
   color:#fff;
}
.topBar a:hover, .mycart-wrapper a:hover {
   color:#ff5400;
}
.top-brand a {
   color:#003333;
}
/* .mycart-wrapper {
   padding: 0px;
} */
.cta-top {
   text-align: right;
}
.content-wrapper {
   padding-bottom: 30px;
}
.wrapper-hero .carousel-img {
     height: 398px;
     background: center;
     background-size: cover;
}
.wrapper-summary {
   padding:30px 15px;
   text-align: center;
}
#hero-carousel .carousel-caption {
   top: 0%;
   text-align: left;
   left:0.5%;
   width:50%;
}
#hero-carousel h2 {
   text-align: left;
   font-size: 64px;
   color: #FAFAFA;
   text-align: left;
   line-height: 64px;
   text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
#hero-carousel .btn {
     padding: 10px 40px;
}
#hero-carousel .carousel-control .fa {
     background: #fff;
     padding: 20px 5px;
}
#hero-carousel .right .fa {
     left:auto;
     right: 0px;
}
.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color: rgba(224, 206, 184, 1) /*{carousel-text-colour}*/;
}
.carousel-caption p {
   font-size: 24px;
   color: #FAFAFA;
   text-align: left;
   line-height: 24px;
   text-shadow: 0 2px 4px rgba(0,0,0,0.50);
   font-weight: bold;
}
.video-wrapper {
   min-height: 440px;
   background: transparent;
   padding:30px 0px;
   color:#fff;
}
.video-wrapper h3{
   font-size:36px;
   font-weight: 700;
   color: #fff;
}
#cartcontents a, #cartcontents {
   color:#fff;
}#cartcontents a:hover {
   color:#B2AD39;
}
/* Categories section */
.categories-wrapper {
   background: #f7f7f7;
   text-align: center;
}
.categories-wrapper h3 {
   text-align: center;
}
.cable-cuts {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	color: #E64A19;
	font-weight: bold;
}
/* Wrapper margins & paddings */
.featured-wrapper, .categories-wrapper, .top-sellers-wrapper, .clearance-wrapper, .news-wrapper, .whyus-wrapper {
   padding:60px 0px;
}
.featured-wrapper h3, .categories-wrapper h3, .top-sellers-wrapper h3, .clearance-wrapper h3, .news-wrapper h3, .whyus-wrapper h3 {
   text-align: center;
}
.categories-inner-wrapper {
   text-align: center;
}
.page-header {
    text-transform: uppercase;
}
/* Inner banner */
.inner-banner,.category-banner {
     height: 319px;
     background-repeat: no-repeat;
     background-position: left;
}
.inner-banner .carousel-caption {
     position: relative;
     left: auto;
     right: auto;
     bottom: auto;
     padding-top:0px;
     color:#000;
     text-shadow: none;
}
.inner-banner img {
     position: absolute;
     height: 319px;
      object-fit: cover;
      width: 100%;
}
.inner-banner .carousel-caption .h3 {
     color:#000;
     text-transform: uppercase;
}
.news-wrapper {
   background: #f7f7f7;
}
.post-wrapper {
   text-align: left;
}
.category-thumb .thumbnail .caption p[itemprop="name"] {
   height: 2em;
   overflow: hidden;
   font-size: 18px;
   color: #010101;
   }
.thumbnail .caption [itemprop="name"] a {
   color:#000;
   font-weight: 700;
}
.thumbnail.hovereffect.hoverproducts .caption {
   margin-bottom: 20px;
}
.thumbnail .caption [itemprop="name"] a:hover {
   color:#5E75A4;
}
.not_login_text {
   /* padding: 0 10px; */
   float: left;
   width: 100%;
}
.not_login_text p {
   font-size: 18px;
   color: rgba(84, 126, 222, 1);
}
/* .thumbnail .caption p {
   height: 3em;
   overflow: hidden;
} */
.thumbnail .caption h3,
.thumbnail .caption .h3,
.thumbnail .caption .name {
  font-size: 15px;
  line-height: 1.4;
  height: 3em;
  overflow: hidden;
  font-weight: 900;
}
a.btn .outofstock {
   background:#ccc !important;
}
.hovereffect:hover .btn.outofstock {
   color:#fff;
}
#_jstl__header {
   margin-top:20px;
}
#_jstl__images_r .main-image,  .wrapper-category-image {
   border:1px #e7e7e7 solid;
}
/* #header-cart .fa-user, #header-cart .fa-shopping-cart {
    background: #5E75A4;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
} */
#header-cart .fa-shopping-cart {
   color: rgba(0, 51, 51, 1);
   text-align: center;
   font-size: 30px;
   margin-left: 10px;
}
#header-cart .fa-user:hover, #header-cart .fa-shopping-cart:hover {
   /* background: #000; */
   transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
   text-decoration: none;
}
.blog-item img {
   max-height: 225px;
   object-fit: cover;
}
.blog-item h4 {
   margin-top:10px;
}
.n-responsive-content {
   margin:0px 15px;
}
.video-wrapper {
   color: #FAFAFA;
}
.video-wrapper h3 {
   font-size: 36px;
   font-weight: 700;
}
.whyus-wrapper {
   background: transparent;
   text-align: center;
}
.whyus-wrapper, .whyus-wrapper h3 {
   color:#fff;
}
.whyus-wrapper ul {
   list-style: none;
}
.whyus-wrapper ul li {
   display: inline-block;
   margin-left:10px;
}
.whyus-wrapper ul li:before {
    font-family: fontAwesome;
    content: "\f00c";
    width: 35px;
    height: 35px;
    border: 1px #fff solid;
    border-radius: 50%;
    font-size: 1.5em;
    display: inline-block;
    background: #fff;
    color: #333;
   margin-right:5px;
   text-align: center;
}
   .whyus-wrapper .border-title {
      border-color: #fff;
   }
footer {
   background:#101214;
   padding: 30px 0px 0px;
   color:#fff;
   border-top:5px #545454 solid;
}
footer h4 {
  color:#218f2f;
   text-transform: uppercase;
   font-weight: bold;
}
footer a {
   color:#fff;
   text-transform: capitalize;
}
footer .nav > li > a {
   padding:5px 10px;
   border: none;
   color:#fafafa;
}
footer .nav > li > a:hover {
   color:#ff5400;
}
footer .input-group {
   margin-bottom:10px;
}
footer .nav-pills > li {
   padding:0px;
}
/*Sidebar collapse*/
.panel-title {
    color: #333333 /*{panel-header-text-colour}*/;
    background-color: #fff;
}
.new_filter {
    border-bottom: 1px solid #fff;
    list-style: none;
}
.header_li button {
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
}
ul.new_filter {
   padding: 0px;
   margin: 0px;
}
.new_filter h4 {
    color: #333;
   padding:10px 0px;
   margin:0px;
}
.new_filter h4 i {
   font-size:14px;
}
.filter-remove a.list-group-item:before {
    content: '\F14A\0020';
    font-family: FontAwesome;
}
.filter a.list-group-item:before {
    content: '\F096\0020';
    font-family: FontAwesome;
}
.list-group-item {
    border: 1px solid #fff;
}
.fa-plus {
   -moz-transition: all 0.5s linear;
   -webkit-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.fa-plus.down{
   -moz-transform:rotate(45deg);
   -webkit-transform:rotate(45deg);
   transform:rotate(45deg);
}
:focus {
	outline: -webkit-focus-ring-color 0px;
}
#left-sidebar .header_li button[aria-expanded="false"] {
   background: #fafafa;
}
#left-sidebar .header_li button[aria-expanded="true"] {
   background:#5E75A4;
   color: #fff;
}
#left-sidebar .header_li button[aria-expanded="true"] h4 {
   color:#fff;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.icon-send {
    height:32px;
    width:32px;
    border: none;
    cursor: pointer;
    position:relative;
}
.copyright-wrapper {
    border-top: 1px #ddd solid;
    padding-top: 10px;
   margin-top:10px;
      color:#fff;
}
.page-cta {
   background:url('/assets/images/why-bg.jpg');
   background-attachment: fixed;
   background-size: cover;
   padding:30px 0px;
   color:#fff;
   margin-bottom: 20px;
   margin-top:20px;
}
.page-cta a, .page-cta h2, .page-cta p {
   color:#fff;
}
.page-cta a:hover {
   color:#0C5215;
}
.contact-snippet {
   padding:30px;
   background: rgb(34, 139, 34);
   color:#fff;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.subscribe-form .form-control {
   margin-bottom:5px;
}
.component-wrapper .panel-body {
   padding-left:0px;
   padding-top:0px;
   padding-bottom: 0;
}
.wrapper-components-thumbnail, .wrapper-components-thumbnail .caption {
   padding-left:0px;
   padding-top:0px;
   padding-bottom: 0;
}
@media only screen and (min-device-width: 768px) {
   .video-wrapper {
    min-height: 440px;
    background: transparent;
    padding: 68px 0px 10px 0px;
}
   .video-wrapper .container, .video-wrapper .container .row, .topBar .container > .row {
      display:flex;
   }
   .video-wrapper .container .row .video-description, .topBar .top-social, .topBar .list-social {
      margin: auto;
   }
   .topBar .list-social .phone {
      margin-left:10px;
   }
   /* Inner banner */
   .inner-banner,  .inner-banner .container {
      display: flex;
   }
   .inner-banner .carousel-caption {
      margin: auto;
      width: 100%;
      text-align: right;
   }
   .content-wrapper .wrapper-breadcrumb {
      margin-left:-15px;
   }
   .tabbable {
      margin-top:20px;
      margin-bottom: 50px;
   }
}
@media only screen and (min-device-width: 768px ) and (max-device-width: 1024px) {
   .category-thumbnail h3 {
    margin: 15px 0;
    font-size: 2vw;
    height: 2em;
   }
   .getintouch-wrapper {
    padding: 20px 20px 0px;
}
   .getintouch-wrapper hr {
      margin:10px 0px;
   }
   #hero-carousel .carousel-caption {
      width:75%;
   }
   .whyus-wrapper ul li:before {
      display: none;
   }
   .nav-pills > li > a {
      padding: 0px 3px;
   }
  .topBar .container>.row {
     display: flex;
  }
  .topBar .top-social {
     text-align: left;
     padding-top: 0;
  }
  li.top-menu-li {
     display: none;
  }
}
@media only screen and (min-device-width: 320px ) and (max-device-width: 736px) {
   .wrapper-logo {
      padding-top:10px;
   }
   .logo {
      margin: auto;
   }
   .navigation-list li a {
      color:#010101 !important;
   }
   .navbar-default {
      margin: 10px 0px 0px;
   }
   #hero-carousel .carousel-caption {
    left: 10px;
    right: 10px;
    top: 20% !important;
    text-align: left;
    width: 100%;
   }
   #hero-carousel h2 {
      text-align: left !important;
      font-size: 10vw;
      ine-height: 1.5em;
   }
   .whyus-wrapper ul li {
      display: block;
      margin: 10px 0px;
   }
    .whyus-wrapper ul {
       text-align: left;
   }
   .wrapper-footer {
      text-align: left;
   }
   footer .nav > li > a {
      padding:2px 0px;
   }
   footer .col {
      margin-bottom: 20px;
   }
   #_jstl__header_r, #_jstl__buying_options_r {
      padding: 0px 15px;
   }
   .tabbable {
      margin-top:10px;
   }
   .tab-content > .tab-pane {
      padding: 0px 15px;
   }
   .nav-tabs > li {
      float:none;
   }
   .hovereffect .btn {
      width: 60%;
      margin: 0 0%;
   }
   .subscribe-img {
      margin-bottom: 10px;
   }
   .video-wrapper {
      /* padding: 20px 15px; */
   }
   .video-wrapper .video-description {
      margin-top:10px
   }
   .news-wrapper {
      padding: 60px 30px;
   }
   .contact-snippet {
      margin-bottom:20px;
   }
   .blog-img {
      margin-bottom:20px;
   }
}
.nMobileNav li a {
  color: #5E75A4;
}
.dropdown-menu a.second-level {
    color: #228B22;
}
@media only screen and (max-width: 767px) {
  .dropdown-menu .second-level-wrapper {
    float:none!important;
  }
}
.contact-left-desc ul {
  list-style: none;
  padding: 0;
}
.contact-left-desc ul li {
  position: relative;
  padding-left: 22px;
}
.contact-left-desc ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  content:'\f00c';
}
.contact-img {
  text-align: center;
}
.contact-img img {
  max-width: 100%;
}
.thumbnail .product-image:hover {
  border-color: #5e75a4 !important;
}
.wrap-datasheet {
  margin-top: 10px;
  text-transform: uppercase;
}
.prodbrandimage {
  padding-top: 10px;
}
.prodbrandimage img {
  max-width: 100%;
}
.wrapper-top-links {
  margin-bottom: 154px;
}
.wrapper-main-head {
  width: 100%;
  margin-top: -154px;
  background: #fff;
}
.wrapper-main-head.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  margin-top: 0;
}
.wrapper-logo a {
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.wrapper-logo img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.wrapper-main-head.active .wrapper-logo a {
  width: 196.28px;
  height: 60px;
}
@media (max-width: 1191px) {
  .wrapper-top-links {
    margin-bottom: 138px;
  }
  .wrapper-main-head {
    margin-top: -138px;
  }
}
@media (max-width: 991px) {
  .wrapper-top-links .nav-pills > li > a {
    padding: 0 10px;
  }
  .wrapper-main-head.active .wrapper-logo a {
    width: 157.5px;
    height: 48.14px;
  }
  .wrapper-main-nav.navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
    font-size: 15px;
  }
  .wrapper-top-links {
    margin-bottom: 122px;
  }
  .wrapper-main-head {
    margin-top: -122px;
  }
}
.wrapper-head-mob {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
}
.wrapper-mob-top {
   padding: 8px 0;
   background: #228B22;
}
.mob-social,
.mob-contact,
.mob-acct {
  width: 30%;
  float: left;
  font-size: 14px;
}
.mob-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mob-social > li {
  float: left;
  padding-right: 5px;
}
.wrapper-mob-top a {
  color: #fff;
}
.mob-acct {
  font-weight: 700;
}
.mob-contact {
  width: 40%;
  font-size: 14px;
  text-align: center;
}
.mob-acct {
  text-align: right;
}
.wrapper-mob-nav {
  padding: 5px 0;
}
.mob-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.mob-nav > li {
	width: 16%;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
  font-size: 25px;
  line-height: 25px;
}
.mob-nav > li.mob-logo {
	width: 64%;
	text-align: center;
  font-size: 0;
}
.mob-nav > li.mob-logo img {
	width: auto;
	height: 55px;
  max-width: 100%;
}
.mob-nav > li.mob-cart {
	text-align: right;
}
.mob-nav > li > a {
	display: block;
  color: #5E75A4;
}
.mob-nav > li > button {
  border: none;
  background: 0 0;
  color: #5E75A4;
}
.mob-nav > li > button:hover,
.mob-nav > li > button:focus {
  box-shadow: none;
  outline: none;
  color: #5E75A4;
}
.wrapper-mob-menu {
  background: #228B22;
  min-height: 0;
}
.mobnav {
  min-height: 0;
  padding: 0;
}
.wrapper-mob-menu .navbar-default {
  margin-top: 0;
  min-height: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.wrapper-mob-search {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body {
    padding-top: 101px;
  }
	#mob-menu-cat ul {
		list-style: none;
	}
	#mob-menu-cat li a {
		position: relative;
		color: #fff;
		font-size: 14px;
    font-weight: 700;
		display: block;
	}
	#mob-menu-cat .collapse-menu {
		padding: 0;
	}
	#mob-menu-cat > li > a {
		border-bottom: 1px solid #fff;
		padding: 10px 35px 10px 15px;
		text-transform: uppercase;
    color: #fff;
		font-size: 15px;
    font-weight: 700;
    background: #228B22;
	}
  #mob-menu-cat > li:last-child > a {
    border-bottom: none;
  }
	#mob-menu-cat > li > a.mob-drop {
		background: #228B22;
	}
	#mob-menu-cat > li > a.mob-drop.collapsed {
		background: #228B22;
	}
	/* #mob-menu-cat .collapse-menu.collapse-menu-one {
		background: #228B22;
	} */
	#mob-menu-cat .collapse-menu.collapse-menu-one > li > a {
		padding: 10px 35px 10px 15px;
		font-size: 14px;
		font-weight: 400;
		color: #fff;
    text-transform: uppercase;
	}
   	
  #mob-menu-cat .mob-drop:after {
		position: absolute;
		top: 50%;
		right: 20px;
    margin-top: -10px;
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 12px;
    content: '\f106';
	}
	#mob-menu-cat .mob-drop.collapsed:after {
		content: "\f107";
	}
  #n_home .wrapper-hero .carousel-img {
    height: 133px;
  }
  #n_home #hero-carousel .carousel-caption {
    top: 30%;
    text-align: left;
    left: 20px;
    width: 80%;
    padding: 0;
    bottom: auto;
  }
  #n_home #hero-carousel h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
  }
}
.productpricetext {
  color: #5cb85c;
}
#n_product h1 {
  font-family: 'Poppins', sans-serif;
}
.wrapper-main-nav .menu-260 {
  display: none;
}
.wrapper-top-links .nav-pills > li > a {
  padding: 0 10px;
}
.wrapper-main-nav .nav-main {
  width: 100%;
  text-align: center;
}
.wrapper-main-nav .nav-main > li {
  float: none;
  display: inline-block;
}
input[type=radio].filter-chckbox,
input[type=checkbox].filter-chckbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input[type=radio].filter-chckbox ~ label:before,
input[type=checkbox].filter-chckbox ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f096";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #333;
    width: 1.1em;
}
input[type=radio].filter-chckbox:checked ~ label:before,
input[type=checkbox].filter-chckbox:checked ~ label:before  {
    content: "\f046";
    font-size: 1.2em;
    color: #333;
    letter-spacing: 5px;
}
input[type=checkbox].filter-chckbox ~ label:before {
    content: "\f096";
}
input[type=checkbox].filter-chckbox:checked ~ label:before {
    content: "\f046";
    color: #333;
}
input[type=radio].filter-chckbox:focus ~ label,
input[type=checkbox].filter-chckbox:focus ~ label {
    color: #333;
}
input[type=radio].filter-chckbox:focus ~ label:before,
input[type=checkbox].filter-chckbox:focus ~ label:before {
    color: #333;
}
ul.new_filter .list-group {
  padding-top: 10px;
}
ul.new_filter .list-group li {
  padding: 3px 8px;
}
ul.new_filter .list-group li label {
  display: block;
  font-weight: 400;
}
/* Price when outstock */
a.pricing-outstock:hover {
   color: #5E75A4;
}
/*---------*/
/* ======================New CSS ADD============================== */
.top-social .list-inline>li {
   display: inline-block;
   padding-left: 3px;
   padding-right: 3px;
}
.topBar a i.fa {
   font-size: 20px;
}
.nav-pills>li>a {
   border-right: 0;
}
li.phone {
   display: flex;
   background-color:darkgreen;
   padding: 15px 10px;
}
.phone span {
   font-size: small;
}
ul.top-menu {
   display: flex;
   align-items: center;
}
.wrapper-top-links .nav-pills>li>a {
   padding: 0 15px;
}
input#name_search {
   height: 35px;
   border-radius: 50px 0 0 50px;
   border-right: 0;
   border: 0;
}
.header-search {
   border: 2px solid #228B22;
   border-radius: 50px;
   /* height: 39px; */
}
.header-search button.btn.btn-primary {
   border-radius: 50px;
   width: 70px;
   font-size: 18px;
   height: 35px;
   background-color: #228B22;
   border: 0;
   margin-right: -1px !IMPORTANT;
   margin-left: 0 !IMPORTANT;
   display: flex;
   align-items: center;
   justify-content: center;
}
#header-cart a span {
   font-weight: 600;
   font-size: 15px;
}
div#header-cart {
   display: flex;
   align-items: center;
   justify-content: end;
}
.menu-static_div {
   height: 83px;
   /* margin: 20px 47px 0px 0px; */
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   border: 3px solid #228B22;
   background-color: #fff;
   width: 83px;
   padding: 20px;
}
.menu-static_div>a.dropdown-toggle {
   align-items: center;
   justify-content: center;
   width: auto;
   height: 100%;
   padding: 0 !IMPORTANT;
   display: flex !IMPORTANT;
   border-bottom: 0 !IMPORTANT;
}
.menu-static:hover .menu-static_div {
   background-color: #ff6105;
   border: 3px solid #fff;
}
.menu-static:hover .menu-static_div .img_cat {
   filter: invert(0);
}
.img_cat img{
   filter: invert(1);
}
.img_cat {
   width: 50px;
   height: auto;
   display: flex;
   align-items: center;
   filter: invert(61%) sepia(91%) saturate(638%) hue-rotate(77deg) brightness(90%) contrast(85%);
}
.wrapper-main-nav .nav-main {
   width: 102%;
   text-align: center;
   display: flex;
}
.menu-static>a {
   color: #228B22 !IMPORTANT;
   border-bottom: 0 !IMPORTANT;
   font-weight: 600;
   padding-top:5px !important ;
}
li.dropdown.dropdown-hover.menu-static {
   margin: 10px 40px 0px 10px;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.menu-static:hover>a {
   color: #ff6105 !IMPORTANT;
}
.second-level_img {
   width: 66px;
   /* background-color: #808080; */
   padding: 5px;
}
ul.dropdown-menu.mega-menu {
   background-color: #fff;
}
article.wrapper-thumbnail {
   /* border: 2px solid #c8c8ca; */
   padding: 0 7px;
   /* margin-right: -2px; */
   margin-bottom: 14px;
}
.thumbnail.hovereffect.hoverproducts {
   padding: 0;
   border: 2px solid #c8c8ca;
}
article.wrapper-thumbnail .hovereffect:hover {
   border-color: #228B22;
   z-index: 11;
}
.thumb .row {
   padding-left: 7px;
   padding-right: 7px;
}
.thumbnail .product-image {
   border: 0;
}
.sku_mp p {
   margin-bottom: 0px;
}
.thumbnail .caption p.nkg_text{
   height: 4rem;
   overflow: hidden;
   margin-bottom: 25px;
      padding: 0 10px;
}
.thumbnail {
   margin-bottom: 0;
}
.thumbnail .caption {
   width: 100%;
   float: left;
}
.thumbnail.hovereffect.hoverproducts .caption {
   margin-bottom: 0px;
   padding-left: 5px;
   padding-right: 5px;
}
a.dah_qtyplusminus.dah_qtyminus:hover {
   background-color: #000;
}
a.dah_qtyplusminus.dah_qtyplus:hover {
   background-color: #000;
}
.form-horizontal .control-label {
   text-align: right;
   margin-bottom: 0;
   padding: 9px;
   background-color: #228B22;
   color: #fff;
   width: 97px;
   border-radius: 50px;
   margin-left: -1px;
   text-align: center;
}
.nkg_filter .col-xs-8 {
   padding: 0;
}
.nkg_filter .form-control {
    width: 100%;
   height: 37px;
      padding: 0 7px;
   border: 0;
   border-radius: 50px;
}
.nkg_filter {
   border: 2px solid #228B22;
   border-radius: 50px;
      margin-left: -15px;  
}
.dah_qtyplusminus-main.mvp_thumb-qty {
   position: relative;
   display: flex;
   width: 90px;
   float: left;
   margin-right: 0px;
   border-right: 2px solid #e3e3e3;
}
.nkg {
   width: 100%;
   float: left;
   display: flex;
}
.hovereffect form {
   width: 100%;
}
.hovereffect .btn {
   width: 100%;
}
a.dah_qtyplusminus.dah_qtyminus {
   text-decoration: none;
   color: #000;
   right: 0;
   position: absolute;
   text-align: left;
   height: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #228B22;
      width: 25px;
      color: #fff;
}
.nkg .buying-options a {
   background-color: #228B22;
   border-color: #228B22;
}
a.dah_qtyplusminus.dah_qtyplus {
   text-decoration: none;
   color: #000;
   right: 0;
   position: absolute;
   text-align: left;
   height: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   top: 17px;
   background-color: #228B22;
      width: 25px;
      color: #fff;
}
button.addtocart {
   background-color: #228B22;
   border-color: #228B22;
}
.mvp_thumb-qty input {
   height: 34px;
   border-color: #228B22;
padding: 10px 25px 10px 0px;
}
.mvp_thumb-qty a i.fa {
   font-size: 21px;
}
.hovereffect form {
   position: unset;
}
.hovereffect .btn {
   position: unset;
}
.mvp_thumb-qty input::-webkit-outer-spin-button,
.mvp_thumb-qty input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
.wrapper-breadcrumb>ul>li {
   text-transform: uppercase;
   font-weight: 600;
}
.nkg_sub_cat>div {
   width: calc(100% / 5);
}
.nkg_sub_cat>div p {
   text-transform: uppercase;
   line-height: 1;
   margin-top: 10px;
   color: #5a5757;
      height: 28px;
         overflow: hidden;
        margin-bottom: 20px;  
}
.nkg_sub_cat>div img {
    width: auto;
    height: 120px;
    margin: 0 auto;
}
.nkh_hover {
    height: 120px;
    text-align: center;
    /*background-color: gray;*/
}
.nkg_sub_cat>div:hover p {
   color: #ff6105;
}
section.row.nkg_sub_cat {
   margin-bottom: 15px;
}
h1.cat_name {
   text-transform: capitalize;
   font-size: 30px;
   /* margin-bottom: -10px !IMPORTANT; */
}
.filter_btn a.btn.btn-primary.btn-block {
   margin-top: 0;
   margin-right: 10px;
   font-size: 16px;
   max-width: 80px;
   width: 100%;
   border: 2px solid #228B22;
   background-color: #228B22;
   border-radius: 11px;
   padding: 4px;
}
.filter_btn {
   display: flex;
   padding-left: 15px;
      margin-top: 15px;
      margin-bottom: 15px;
}
div#left-sidebar {
   border: 2px solid #228B22;
   border-radius: 13px;
   padding-bottom: 0;
   padding-left: 0;
      margin-top: 25px;
   padding-right: 0;
   margin-bottom: 15px;
}
#left-sidebar .panel-heading {
   padding-left: 15px;
   padding-right: 15px;
   background-color: #228B22;
   border-radius: 6px 6px 0 0;
      border-color: #228B22;
}
#left-sidebar .panel-heading h3.panel-title {
   background-color: transparent;
   color: #fff;
}
ul.new_filter .list-group {
   padding-top: 0px;
   margin-bottom: 0;
}
.new_filter h4 {
   padding: 15px 0px 0 0  !important;
      font-size: 18px;
}
ul.new_filter .list-group li label {
   margin-bottom: 0;
   line-height: 1.2;
   display: flex;
}
li.header_li {
   padding: 0 10px;
}
.filter_btn a.btn:last-child {
   background-color: #fff !IMPORTANT;
   color: #228B22;
}
.filter_btn a.btn:hover {
   background-color: #fff !IMPORTANT;
   color: green;
}
.filter_btn a.btn:last-child:hover {
   background-color: green !IMPORTANT;
   color: #fff;
}
span.span-1 {
   position: absolute;
   width: 30px;
   height: 30px;
   background-color: transparent;
   z-index: 11;
   top: 0;
   left: 15px;
   border-left: 5px solid transparent;
   border-top: 5px solid transparent;
}
span.span-2 {
   position: absolute;
   width: 30px;
   height: 30px;
   background-color: transparent;
   right: 15px;
   bottom: 58px;
   z-index: 111;
   border-right: 5px solid transparent;
   border-bottom: 5px solid transparent;
}
.nkg_sub_cat>div:hover span.span-1,
.nkg_sub_cat>div:hover span.span-2 {
   border-color: #ff6105;
}
/* 
.wrapper-mob-menu input[type="checkbox"]:checked~.menu-items {
   transform: translateX(0);
}
.menu-items {
   padding-top: 120px;
   box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
   height: 100vh;
   width: 100%;
   transform: translate(-150%);
   display: flex;
   flex-direction: column;
   margin-left: -40px;
   padding-left: 50px;
   transition: transform 0.5s ease-in-out;
   text-align: center;
}
.wrapper-mob-menu .checkbox {
   position: absolute;
   display: block;
   height: 32px;
   width: 32px;
   top: 20px;
   left: 20px;
   z-index: 5;
   opacity: 0;
   cursor: pointer;
} */
.mobile_la_img {
   width: 50px;
   padding: 5px 5px 5px 0;
}
#mob-menu-cat>li {
   display: flex;
   padding-left: 15px;
}
.mobile_l2 {
   width: 100%;
   border-bottom: 2px solid #000;
      margin-left: 10px;
} 
.mobile_l2>a.mob-drop {
   padding: 12px 0;
   color: #000 !IMPORTANT;
   font-family: Barlow Condensed;
   font-size: 20px !IMPORTANT;
}
#mob-menu-cat .collapse-menu.collapse-menu-one {
   padding-left: 20px;
}
.view_l2 a {
   font-weight: 700 !IMPORTANT;
}
li.view_l1 {
   margin-left: -20px;
}
.mobile_menu_top a {
   background-color: transparent !IMPORTANT;
   color: #000 !IMPORTANT;
   border-bottom: 0 !important;
   padding-bottom: 0 !IMPORTANT;
   padding-left: 0 !IMPORTANT;
   font-family: 'Barlow Condensed';
   font-size: 18px !IMPORTANT;
   text-transform: capitalize !IMPORTANT;
   font-weight: 500 !IMPORTANT;
}
.navbar-collapse-mob.collapse.navbar-responsive-collapse {
   padding-bottom: 10px;
   padding-top: 10px;
}
.thumb {
   margin-bottom: 15px;
}
ul.dropdown-menu.mega-menu {
   max-height: 62vh;
   overflow-y: auto;
}
.sku_mp {
   float: left;
   text-align: center;
   width: 100%;
   height: auto;
   margin-bottom: 0px;
   overflow: hidden;
}
.caption .price {
    font-size: 16px;
    height: auto;
}
@media (max-width: 1199.98px){
.wrapper-top-links .nav-pills>li>a {
      padding: 0 7px;
   }
      .nkg_sub_cat>div {
         width: calc(100% / 4);
         float: left;
      }
      li.dropdown.dropdown-hover.menu-static {
         margin: 20px 17.5px 0px 0px;
      }
.form-horizontal .control-label {
   width: 80px;
}
} 
@media (max-width: 1024px) {
#header-cart a span {
   font-size: 13px;
}
}
@media (max-width: 991.98px) {
    li.mobile_menu_top:last-child {
    display: block !IMPORTANT;
}
li.mobile_menu_top {
    display: none !IMPORTANT;
}
   .navbar-default.wrapper-main-nav {
         display: none;
      }
            #mob-menu-cat .collapse-menu.collapse-menu-two>li>a {
               padding: 0px 0px 4px 20px;
               font-size: 18px;
               font-weight: 500;
               color: #000;
               text-transform: none;
               font-family: 'Barlow Condensed';
            }
   .nkg_sub_cat>div {
      width: calc(100% / 3);
      float: left;
   }
   section.wrapper-top-links {
      display: none;
   }
   .wrapper-head-mob{
      display:block !important;
   }
   section.wrapper-main-head {
      display: none;
   }
      body {
         padding-top: 173px;
      }
      .form-horizontal .control-label {
         width: 75px;
      }
.wrapper-mob-menu {
   position: absolute;
   z-index: 111;
   width: 100%;
}
#mob-menu-cat {
   list-style: none;
   overflow-y: auto;
   max-height: 565px;
   margin: 0;
   width: 100%;
}
#mob-menu-cat>li>a {
   border-bottom: 1px solid #fff;
   padding: 10px 35px 10px 15px;
   text-transform: uppercase;
   color: #fff;
   font-size: 15px;
   font-weight: 700;
   background: #228B22;
}
#mob-menu-cat li a {
   position: relative;
   color: #fff;
   font-size: 14px;
   font-weight: 700;
   display: block;
}
#mob-menu-cat .collapse-menu.collapse-menu-one>li>a {
   padding: 0px 41px 4px 0;
   font-size: 18px;
   font-weight: 700;
   color: #000;
   text-transform: uppercase;
   font-family: 'Barlow Condensed';
}
#mob-menu-cat .mob-drop:after {
   position: absolute;
   top: 50%;
   right: 20px;
   margin-top: -10px;
   font-family: "FontAwesome";
   font-style: normal;
   font-size: 12px;
   content: '\f106';
}
#mob-menu-cat .mob-drop.collapsed:after {
   content: "\f107";
   font-size: 24px;
   font-weight: 800;
   margin-top: -20px;
}
#mob-menu-cat .mob-drop:after {
   position: absolute;
   top: 50%;
   right: 20px;
   margin-top: -10px;
   font-family: "FontAwesome";
   font-style: normal;
   font-size: 24px;
   content: '\f106';
   margin-top: -20px;
}
ul#mob-menu-cat {
   padding-top: 10px;
   padding-bottom: 15px;
}
section.wrapper-mob-menu.sidenav.active {
   display: block;
   width: 95%;
}
section.wrapper-mob-menu.sidenav {
   display: none;
}
.wrapper-mob-menu {
   color: #fff;
   animation: fadeInleft 1s ease-in-out;
}
@keyframes fadeInleft {
   from {
         opacity: 0;
         -webkit-transform: translatex(-100px);
         -moz-transform: translatex(-100px);
         -o-transform: translatex(-100px);
         transform: translatex(-100px);
      }
   
      to {
         opacity: 1;
         -webkit-transform: translatex(0);
         -moz-transform: translatex(0);
         -o-transform: translatex(0);
         transform: translatex(0);
      }
   }
}
#mob-menu-cat.navbar-nav>li:hover img {
   filter: invert(44%) sepia(54%) saturate(3456%) hue-rotate(356deg) brightness(102%) contrast(107%);
}
#mob-menu-cat.navbar-nav>li:hover .mobile_l2>a {
   color: #ff6105 !IMPORTANT;
}
.mobile_menu_top a:hover {
   color: #ff6105 !IMPORTANT;
}
.mobile_l2 a.mob-drop:hover,
.mobile_l2 a.mob-drop:active {
   color: #ff6105 !important;
}
#mob-menu-cat.navbar-nav>li {
   float: unset;
}
/* #mob-menu-cat .collapse-menu.collapse-menu-one {
   background: #228B22;
} */
#mob-menu-cat .collapse-menu {
   padding: 0;
}
#mob-menu-cat ul {
   list-style: none;
}
}
@media (min-width: 768px) {
   div#filters {
      display: block !IMPORTANT;
   }
      div#left-sidebar {
         margin-bottom: 20px;
      }
}
@media (max-width: 767.98px) {
    
}
@media (max-width: 767.98px) {
.wrapper-mob-top a i.fa {
   font-size: 19px;
}
.container.featured-wrapper {
   padding-left: 20px;
   padding-right: 20px;
}
.clearance-wrapper{
   padding-left: 20px;
      padding-right: 20px;
}
div#left-sidebar {
   width: calc(100% - 30px);
   margin: 0 15px;
}
#left-sidebar .panel-heading h3.panel-title[aria-expanded=false]:after {
   content: "\f067";
   float: right;
   font-family: "FontAwesome";
   font-weight: 400;
   font-size: 18px;
}
#left-sidebar .panel-heading h3.panel-title[aria-expanded=true]:after {
   content: "\f068";
   float: right;
   font-family: "FontAwesome";
   font-weight: 400;
   font-size: 18px;
}
#left-sidebar .panel-heading {
   border-radius: 6px 6px 6px 6px;
}
.nkg_sub_cat>div {
   width: calc(100% / 2);
   float: left;
}
       .form-horizontal .control-label {
          width: auto;
          padding-left: 25px;
          padding-right: 25px;
       }
}  
.parallax {
    background-image: url("/assets/images/video-banner.jpg");
    min-height: 440px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
}
.parallax2 {
    background-image: url("/assets/images/pmac-banner.jpg");
    min-height: 332px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    margin-top: -60px;
}
.nkg_par_2 {
    position: relative;
    top: 0;
    padding-top: 0;
    left: 0;
}
.nkg_p {
    position: relative;
    top: 0;
    padding-top: 68px;
    left: 0;
    padding-bottom: 60px;
}
/* =========================NEW CSS============================= */
#_jstl__buying_options_r .extra-options {
    margin-top: 15px;
}
.nkg_roll {
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 15px;
    
}
p.nkg_qty {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
        color: #228B22;
}
p.nkg_qty span {
    color: #ff6105;
    font-size: 32px;
    font-weight: 700;
    margin-right: 5px;
}
#_jstl__buying_options_r table tr th {
    background-color: #228B22;
    color: #fff;
    border-color: #228B22;
}
#_jstl__buying_options_r table tr td {
    background-color: #fff;
    color: #000;
    font-weight: 600;
}
.box_nkg .row {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.box_nkg .col-xs-6 {
    display: flex;
    align-items: center;
    padding: 0;
}
.icon_img img {
    max-width: 45px;
    width: 100%;
}
.icon_img {
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 7px;
}
.icon_img img {
    max-width: 45px;
    width: 100%;
}
.box_nkg p {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}
.box_nkg p span:first-child {
    color: #ff6105;
}
.box_nkg p span {
    color: #228B22;
}
span.nkg_bulk {
    color: #ff6105;
    margin-left: 50px;
    text-align: left !IMPORTANT;
}
.nkg_gfsfr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #228B22;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.nkg_gfsfr 
 span:first-child {
    width: 81px;
    text-align: left;
}
span.nkg_bulkf {
    color:#ff6105;
    font-size: 10px  !important;
}
p.bulk_heading {
    font-size: 16px;
    font-weight: 700;
    color: #ff6105;
    width: 100%;
    display: flex;
    justify-content: start;
}
.nkg_gfsfr span {
    font-size: 12px;
    font-weight: 700;
}
.nkg_gfsffrer span {
    color: #228B22;
    font-size: 11px;
    font-weight: 700;
}
.nkg_gfsffrer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.gejh {
    width: 100%;
    float: left;
    margin-bottom: 14px;
}
.nkg {
    margin-top: auto;
    height: auto;
}
.thumbnail.hovereffect.hoverproducts {
    display: flex;
    flex-direction: column;
}
.thumb .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}
section.nkg_featu {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.nkg_featu span.nkg_bulkf {
    font-size: 12px  !important;
}
.row.products-slider.nkg_upsell {
    background-color: #e4e4e4;
    padding: 30px 10px 5px 10px;
    margin-bottom: 25px;
    margin-top: 15px;    
}
.nkg_upsell h3 span {
    padding: 0 5px !important;
    background-color: unset !IMPORTANT;
}
.nkg_upsell h3 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.thumbnail_upsell {
    display: flex;
    background-color: #fff;
    margin-bottom: 10px  !important;
    padding: 10px;
    align-items: stretch;
    height: calc(100% - 10px);
}
.img_upsell {
    flex: 0 0 45%;
    max-width: 45%;
}
.upsell_info {
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 7px;
    display: flex;
    flex-direction: column;
}
article.upsell-thumbnail {
    padding: 0 5px;
}
.upsell-thumbnail .sku_mp p {
    text-align: left;
    margin-bottom: 0px !IMPORTANT;
}
.upsell-thumbnail .sku_mp {
    margin-bottom: 5px;
}
.upsell-thumbnail p.nkg_text a {
    color: #000 !IMPORTANT;
    font-weight: 600;
}
section.upsell_fgk {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100% !IMPORTANT;
}
.upsell-thumbnail p.nkg_text {
    height: 60px;
    overflow: hidden;
}
.upsell-thumbnail button.addtocart {
    color: #fff;
    font-size: 24px;
    border-radius: 7px;
    padding: 0px 15px;
    border: 0;
}
.upsell_info .dah_qtyplusminus-main.mvp_thumb-qty {
    border-right: 0;
    margin-right: 7px;
        width: 60px;
}
.upsell_info .mvp_thumb-qty input {
    padding: 10px 25px 10px 0px;
        border-radius: 5px;
}
.upsell_info a.dah_qtyplusminus.dah_qtyminus {
    border-radius: 0 5px 0 0;
}
.upsell_info a.dah_qtyplusminus.dah_qtyplus {
    border-radius: 0 0 5px 0;
}
.upsell_info .nkg {
    justify-content: end;
}
.upsell_info .mvp_thumb-qty input {
    height: 35px;
}
.dropdown.share-dropdown {
    margin-bottom: 10px;
}
.desc_nkg {
    display: flex;
    width: 100%;
    margin-top: 35px;
        margin-bottom: 35px;
}
.desc_dfdsf {
    padding: 0 30px 0 0 ;
}
.speci_dfdsf {
    padding: 0 0 0 30px ;
}
.desc_nkg .desc_dfdsf h4.titel_jgdgj {
    font-weight: 700;
    border-bottom: 2px solid #228B22;
        padding-bottom: 10px;
}
.speci_dfdsf h4.titel_jgdgj {
    padding-bottom: 15px;
    margin: 0;
    font-weight: 600;
}
.speci_dfdsf table tr td:first-child {
    background-color: #228B22;
    color: #fff;
}
.speci_dfdsf table tr td {
    background-color: #F3F2F4;
}
.speci_dfdsf table tr td p {
    margin: 0;
}
.nkg_gfsfr span.productmultilevelqty {
    color: #3773a4;
}
.nkg_gfsfr span.productmultilevelprice {
    color: #3773a4;
}
/* ===================================================== */
@media (max-width: 1199.98px) {
.nkg_p {
    padding-bottom: 118px;
}
}
@media (max-width: 1199.98px) {
.parallax2 {
    min-height: 317px;
   }
}
@media only screen and (min-width: 768px ) and (max-width: 991.98px) {
   .box_nkg .row {
    flex-wrap: wrap;
    
}
.box_nkg .col-xs-6 {
    flex: 0 0 100%;
    margin-bottom: 10px;
   }
.box_nkg .col-xs-6:last-child {
    margin-bottom: 0;
}
}
@media (min-width: 767.98px) {
.desc_nkg .collapse {
    display: block;
}
}
@media (max-width: 767.98px) {
.nkg_p {
    padding: 25px 15px 80px 15px;
}
.parallax {
    min-height: 650px;
}
.parallax2 {
    min-height: 512px;
   }
.nkg_featu article.wrapper-thumbnail {
    margin-top: unset;
}
.thumb article.wrapper-thumbnail {
    margin-top: unset;
}
.desc_nkg {
    flex-wrap: wrap;
        margin-bottom: 45px;
    margin-top: 10px;
}
.desc_nkg .col-xs-6 {
    padding: 0;
    flex: 0 0 100%;
}
.speci_dfdsf h4.titel_jgdgj {
    padding-bottom: 10px;
    border-bottom: 2px solid #228B22;
}
h4.titel_jgdgj[aria-expanded=false]:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 19px;
    font-weight: 300 !IMPORTANT;
    text-align: right;
    float: right;
    margin-top: 4px;
}
h4.titel_jgdgj[aria-expanded=true]:after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 19px;
    font-weight: 300 !IMPORTANT;
    text-align: right;
    float: right;
    margin-top: 4px;
}
.desc_nkg .collapse {
    padding-bottom: 10px;
}
}
@media (max-width: 576px) {
    .nkg_sub_cat>div img {
    height: 100px;
}
.nkg_p {
    padding: 25px 15px 60px 15px;
}
.parallax {
    min-height: 560px;
}
.nkh_hover {
    height: 100px;
}
.box_nkg .row {
    flex-wrap: wrap;
    
}
.box_nkg .col-xs-6 {
    flex: 0 0 100%;
    margin-bottom: 10px;
   }
.box_nkg .col-xs-6:last-child {
    margin-bottom: 0;
}
article.upsell-thumbnail {
    flex: 0 0 100%;
}
.nkg_upsell h3 span {
    font-size: 38px;
}
}
@media (max-width: 476px) {
.nkg_featu article.wrapper-thumbnail {
    flex: 0 0 100%;
}
.thumb article.wrapper-thumbnail {
    flex: 0 0 100%;
}
}