@import url('https://fonts.googleapis.com/css?family=Muli:400,600,800|Work+Sans:300,400,500,600');
body {
	font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	line-height: 1.2;
	color: #000000 /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}
a {
	color: #bdd65f /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: #92a93d /*{link-text-hover-colour}*/;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Muli', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{headers-font-family}*/;
	color: #000000 /*{headers-colour}*/;
	font-weight: 800;
}
.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
	color: #ffffff /*{carousel-text-colour}*/;
}
h1,
.h1 {
	font-size: 26.249px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 21px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 18.375px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 15.75px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 13.124px /*{header-5-font-size}*/;
}
.text-danger {
	color: #ED6A5A;
}
.text-secondary {
	color: #909090 !important;
}
.text-muted {
}
.image-square {
	width: 100%;
	height: auto;
}
.image-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.image-contain {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#n_product .warehouse-qty{
    margin-top: 15px;
 }
/*BORDER RADIUS*/
.btn,
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > #stloc_selector_cysel,
.input-group-lg > #stloc_state_sel,
.input-group-lg > #suburb_sl,
.input-group-lg > ._itmspec_opt,
.n-wrapper-form-control .input-group-lg > select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn,
.navbar,
.form-control,
#stloc_selector_cysel,
#stloc_state_sel,
#suburb_sl,
._itmspec_opt,
.n-wrapper-form-control select,
.dropdown-menu,
select.form-control {
	border-radius: 2px;
}
/*BORDER COLOUR*/
.form-control {
	border: 1px solid #E8E8E8;
}
/*BORDER COLOUR*/
hr {
	border-color: #E8E8E8;
}
.hr-invi {
	border-color: transparent;
}
/*VIDEO*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*BUTTONS*/.btn-text {
line-height: 2em;
}
.btn {
	font-family: 'Muli';
	font-weight: 600;
	text-transform: uppercase;
}
.btn-outline-secondary, .btn-default {
	color: #ffffff /*{btn-default-text-colour}*/;
	background-color: #909090 /*{btn-default-bg-colour}*/;
	border-color: #909090 /*{btn-default-border-colour}*/;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open .dropdown-toggle.btn-outline-secondary,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #ffffff /*{btn-default-text-colour-hover}*/;
	background-color: #666666 /*{btn-default-bg-colour-hover}*/;
	border-color: #666666 /*{btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary[disabled],
fieldset[disabled] .btn-outline-secondary,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled]:hover,
fieldset[disabled] .btn-outline-secondary:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary[disabled]:focus,
fieldset[disabled] .btn-outline-secondary:focus,
.btn-outline-secondary.disabled:active,
.btn-outline-secondary[disabled]:active,
fieldset[disabled] .btn-outline-secondary:active,
.btn-outline-secondary.disabled.active,
.btn-outline-secondary[disabled].active,
fieldset[disabled] .btn-outline-secondary.active,
.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: #666666 /*{btn-default-disabled-bg-colour}*/;
	border-color: #666666 /*{btn-default-disabled-border-colour}*/;
}
.btn-primary {
	color: #ffffff /*{btn-primary-text-colour}*/;
	background-color: #000000 /*{btn-primary-bg-colour}*/;
	border-color: #000000 /*{btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #bdd65f /*{btn-primary-text-colour-hover}*/;
	background-color: #000000 /*{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: #000000 /*{btn-primary-disabled-bg-colour}*/;
	border-color: #000000 /*{btn-primary-disabled-border-colour}*/;
}
.btn-warning {
	color: #212529 /*{btn-warning-text-colour}*/;
	background-color: #ffc107 /*{btn-warning-bg-colour}*/;
	border-color: #ffc107 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #212529 /*{btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{btn-warning-bg-colour-hover}*/;
	border-color: #ffc107 /*{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: #ffc107 /*{btn-warning-disabled-bg-colour}*/;
	border-color: #ffc107 /*{btn-warning-disabled-border-colour}*/;
}
.btn-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #ed6a5a /*{btn-danger-bg-colour}*/;
	border-color: #ed6a5a /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d93f2d /*{btn-danger-bg-colour-hover}*/;
	border-color: #d93f2d /*{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: #d93f2d /*{btn-danger-disabled-bg-colour}*/;
	border-color: #d93f2d /*{btn-danger-disabled-border-colour}*/;
}
.btn-success {
	color: #ffffff /*{btn-success-text-colour}*/;
	background-color: #bdd65f /*{btn-success-bg-colour}*/;
	border-color: #bdd65f /*{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: #96af38 /*{btn-success-bg-colour-hover}*/;
	border-color: #96af38 /*{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: #96af38 /*{btn-success-disabled-bg-colour}*/;
	border-color: #96af38 /*{btn-success-disabled-border-colour}*/;
}
.btn-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #17a2b8 /*{btn-info-bg-colour}*/;
	border-color: #17a2b8 /*{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: #138496 /*{btn-info-bg-colour-hover}*/;
	border-color: #117a8b /*{btn-info-border-colour-hover}*/;
}
.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: #17a2b8 /*{btn-info-disabled-bg-colour}*/;
	border-color: #17a2b8 /*{btn-info-disabled-border-colour}*/;
}
.breadcrumb-wrapper {
	background-color: #333333 /*{breadcrumb-background-colour}*/;
	padding-top: 25px;
	margin-top: -50px;
}
.breadcrumb-wrapper .breadcrumb {
	background-color:  transparent !important;
  padding-bottom: 15px;
  padding-top: 15px;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #565656 /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	font-weight: 300;
  font-size: 12px;
	color: #565656 /*{breadcrumb-text-colour}*/;
}
@media (min-width: 992px) {
	.breadcrumb-wrapper {
	  margin-bottom: 2em;
	}
}
@media (min-width: 768px) {
}
.pagination .page-link{
	color: #ffffff /*{pagination-text-colour}*/;
	background-color: #000000 /*{pagination-bg-colour}*/;
	border-color: #000000 /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #bdd65f /*{pagination-text-colour-hover}*/;
	background-color: #000000 /*{pagination-bg-colour-hover}*/;
	border-color: #000000 /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #ffffff /*{pagination-text-colour-active}*/;
	background-color: #333333 /*{pagination-bg-colour-active}*/;
	border-color: #333333 /*{pagination-border-colour-active}*/;
}
.badge-secondary {
	background-color: #bdd65f /*{label-default-bg}*/;
}
.badge-primary {
	background-color: #006ff5 /*{label-primary-bg}*/;
}
.badge-success {
	background-color: #bdd65f /*{label-success-bg}*/;
}
.badge-info {
	background-color: #17a2b8 /*{label-info-bg}*/;
}
.badge-warning {
	background-color: #212529 /*{label-warning-text-colour}*/;
	background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
	background-color: #ed6a5a /*{label-danger-bg}*/;
}
.new-badge-danger {
    background-color: #ed6a5a /*{label-danger-bg}*/;
}
.card {
	border-color: #dddddd /*{panel-border-colour}*/;
}
.card-header {
	background-color: #ffffff /*{panel-header-bg-colour}*/;
  border: 1px solid #333
}
.card-header .h4,
.card-header .h4 a {
	color: #fff !important;
	font-weight: 600;;
	text-transform: uppercase;
}
.productsave {
	color: #d9534f /*{sale-colour}*/;
}
.wrapper-header {
	margin-bottom: 25px;
}
.wrapper-header .navbar-toggler {
	color: #000000 /*{navbar-default-link-colour}*/;
}
.wrapper-header .navbar {
	background-color: #bdd65f /*{navbar-default-bg-colour}*/ !important;
  padding: 0.4rem 1rem;
	z-index: 1;
}
.wrapper-header .navbar .navbar-nav .nav-link {
	color: #000000 /*{navbar-default-link-colour}*/;
	text-transform:  uppercase;
	font-family: 'Muli';
	font-weight: 800;
}
.wrapper-header .navbar .navbar-nav .dropdown-toggle::after {
	color: #9AB339;
}
.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus {
	color: #ffffff /*{navbar-default-link-colour-hover}*/;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show, .wrapper-header .navbar-nav .nav-link.active{
	color: #ffffff /*{navbar-default-link-colour-active}*/;
}
.dropdown-menu {
	background-color: #ffffff /*{dropdown-menu-bg}*/;
	border-color: #cccccc /*{dropdown-menu-border-colour}*/;
}
.dropdown-item{
	color: #212529 /*{dropdown-menu-link-colour}*/;
	white-space: normal;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active{
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}
.title-style {
	position: relative;
}
.title-style:before {
    border-top: solid 3px #BDD65F;
    content: ' ';
    position: absolute;
    top: -12px;
    width: 35px;
}
.wrapper-product-title .title-style {
    padding-bottom: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
}
span.EAN_Number {
    margin-bottom: 10px;
    color: #909090;
    margin-left: 30px;
    width: 100%;
}
.title-style-danger:before {
	border-color: #ED6A5A !important;
}
.title-style a.small {
	font-size: 16px;
	text-decoration: underline;
}
.section-title {
	font-size: 30px;
}
@media (max-width: 767.98px) {
	.section-title {
		font-size: 22px;
	}
}
.row-20 {
    margin-right: -10px;
    margin-left: -10px;
}
.row-20 > div {
    padding-right: 10px;
    padding-left: 10px;
}
.row-10 {
    margin-right: -5px;
    margin-left: -5px;
}
.row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
}
.center-container {
	display: table;
}
.center-content {
	display: table-cell;
	vertical-align: middle;
}
.background-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.background-contain {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*HEADER*/
.top-wrapper {
	border-bottom: 1px solid #E8E8E8;
}
.announcement-wrapper {
	color: #909090 !important;
	font-size: 12px !important;
}
.top-wrapper .nav-link {
	color: #909090;
	font-size: 13px;
	text-transform: uppercase;
}
.top-wrapper .nav-link-cart {
	color: #000;
}
.top-wrapper .nav-link-cart .cart-count {
	height: 23px;
	width: 23px;
	margin-left: 4px;
  margin-top: -5px;
  margin-bottom: -5px;
	display: inline-block;
	padding: 5px 0;
	font-size: 11px;
	color:  #fff;
	text-align: center;
	background-color: #ED6A5A;
	border-radius: 50%;
}
.top-wrapper .nav-link-cart::after {
	border: none;
}
.usps-header img,
.usps-header .text-usp-wrapper {
	display: inline-block;
}
.usps-header img {
	width: 40px;
	height: 32px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: right center;
}
.usps-header h4 {
	font-size: 13px;
}
.usps-header p {
	font-size: 12px;
}
.mobile-search {
  position: relative;
	z-index: 1;
}
#navbarMainMenu .input-group,
.mobile-search .input-group {
	height: 50px;
}
#navbarMainMenu form .form-control,
#navbarMainMenu form .btn,
.mobile-search form .form-control,
.mobile-search form .btn {
    padding-right: 17px;
    background-color: #93AB37;
    color: #fff;
    font-size: 16px;
    border: none;
}
#navbarMainMenu form .form-control::-webkit-input-placeholder,
#navbarMainMenu form .form-control::-moz-placeholder,
#navbarMainMenu form .form-control:-ms-input-placeholder,
#navbarMainMenu form .form-control:-moz-placeholder {
	font-size: 16px;
	font-weight: 300;
}
.mobile-search form .form-control::-webkit-input-placeholder,
#navbarMainMenu form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.mobile-search form .form-control::-moz-placeholder ,
#navbarMainMenu form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.mobile-search form .form-control:-ms-input-placeholder,
#navbarMainMenu form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.mobile-search form .form-control:-moz-placeholder,
#navbarMainMenu form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.nsearchinput-pl.well {
    border: 1px solid #e8e8e8;
    margin-top: 50px!important;
}
.wrapper-header .navbar-toggler .badge {
	background-color: #ED6A5A;
	color: #fff;
}
@media (max-width: 1199.98px) {
}
@media (min-width: 991.99px) {
	#navbarMainMenu form {
	margin: -0.5rem -1rem;
	}
	.wrapper-header {
	  position: relative;
	  z-index: 9;
	}
	.wrapper-header .navbar .navbar-nav .nav-link {
		padding: 0.7rem .7rem 0.6rem;
	}
}
@media (max-width: 991.98px) {
	.wrapper-header .navbar .navbar-nav .nav-link {
		text-align: left;
		padding: 10px;
	}
	.wrapper-header .navbar .navbar-nav .nav-link.dropdown-toggle::after {
			content: none;
	}
	.wrapper-header .navbar .navbar-nav .nav-link.dropdown-toggle::after {
		font-family: 'Font Awesome 5 Free';
		content: '\f067';
		border: none;
    float: right;
    margin-right: 15px;
	}
	.wrapper-header .navbar .navbar-nav .show .nav-link.dropdown-toggle::after {
		content: '\f068';
	}
	.wrapper-header .navbar {
		padding: 0;
	}
}
@media (max-width: 575.98px) {
	.wrapper-header .navbar > .navbar-collapse {
		padding: 0;
	}
}
/*FOOTER*/
.wrapper-footer {
	color: #fff;
	background-color: #333333
}
.wrapper-footer hr {
	border-color: #565656;
}
.wrapper-newsletter {
	background-size: cover;
	background-repeat: no-repeat;
}
.wrapper-newsletter > div {
	background-color: rgba(189, 214, 95, 0.25);
}
.wrapper-newsletter .title-style {
	text-align: left;
	color: #fff;
	letter-spacing: 2px;
}
.wrapper-newsletter .title-style:before {
	left: 0;
  top: -15%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.wrapper-newsletter .form-control {
	height: 65px;
	font-size: 16px;
}
.wrapper-newsletter .btn {
	font-size: 22px;
  padding: 15px 0;
}
.wrapper-footer h4 {
	color: #fff;
	font-weight: 600;
}
.wrapper-footer a {
	color: #FFFFFF;
	font-weight: 300;
}
.wrapper-footer a:hover,
.wrapper-footer a:focus {
    color: #bdd65f;
}
.contact-info-wrapper li {
	list-style: none;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 300;
}
.contact-info-wrapper li i {
	width: 15px;
	margin-left: -20px;
	margin-right: 2px;
	text-align: center;
}
.wrapper-footer .list-social .nav-item {
	padding-left: 0 !impotant;
	margin-bottom: 4px;
}
.wrapper-footer .list-social .nav-item a {
    width: 30px;
    height: 30px;
    display: block;
    padding: 7px 0;
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
}
.wrapper-footer .list-social .nav-item a i {
	color: #fff;
}
.wrapper-footer .list-social .nav-item a:hover,
.wrapper-footer .list-social .nav-item a:focus {
	background-color: #bdd65f;
}
.wrapper-footer address {
	font-weight: 300;
}
.wrapper-footer address span {
}
.payment-icon-container {
	background-color: #fff;
}
.payment-icon {
    width: 60px;
    background-image: url(../img/PAYMENT-DARKGREY.svg);
}
.payment-icon-zipmoney {
    height: 22px;
    background-position: 0 30px;
    margin-top: 6px;
}
@media (min-width: 767.99px) {
	.wrapper-newsletter .title-style {
		font-size: 30px;
	}
	.col-n-b-w {
		padding-right: 0;
	}
}
@media (max-width: 767.98px) {
	.wrapper-newsletter .title-style {
		font-size: 22px;
	}
	.wrapper-footer h4 {
		margin-top: 10px;
	}
}
@media (max-width: 991.98px) {
}
/*Home Page*/
.top-header-style {
    border-top: solid 3px #BDD65F;
    width: 70px;
    display: inline-block;
}
#homepageCarousel {
	background-color: #000;
}
.carousel-container {
	position: relative;
}
.carousel-caption {
	bottom: 0% !important;
  left: 0 !important;
  right: 0 !important;
}
.carousel-caption-container {
	text-align: left;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.8);
  position: relative;
  bottom: 45%;
}
.carousel-caption-container p {
	text-transform: uppercase;;
}
.carousel-caption-container h2 {
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 35px;
	height: 52px;
}
.carousel-control-next-icon {
	background-image: url(../img/arrow-white-right.png);
}
.carousel-control-prev-icon {
	background-image: url(../img/arrow-white-left.png);
}
.carousel-item img {
	width: 100%;
	background-attachment: scroll;
  background-repeat: no-repeat;
  background position:left bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 575.98px) {
	.carousel-item img {
			height: 350px;
			background-attachment: scroll;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.carousel-item img {
			height: 400px;
			background-attachment: scroll;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.carousel-item img {
			height: 400px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.carousel-item img {
			height: 450px;
	}
}
@media (min-width: 1200px) {
	.carousel-item img {
			height: 550px;
	}
}
.gray-section {
	background-color: #F4F3F4;
}
.category-thumbnail .category-img-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 2px 2px 0 0;
}
.category-thumbnail .category-img-wrapper > a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.category-thumbnail .category-img-wrapper img {
	width: 100%;
	height: 150px;
}
.category-thumbnail .category-img-wrapper .h2 {
	height: 150px;
  padding-left: 3rem;
  margin-left: -1.8rem;
  padding-right: 1.5rem;
	position: absolute;
	top: 0;
	display: table;
	font-size: 20px;
	font-weight: 600;
	background-color: rgba(189,214,95,.7);
  transition: .5s ease;
	transform:skew(-20deg);
}
.category-thumbnail:hover .category-img-wrapper .h2,
.category-thumbnail:focus .category-img-wrapper .h2 {
	background-color: rgba(0,0,0,.7);
}
.category-thumbnail .category-img-wrapper .h2 > a {
	position: relative;
	display: table-cell;
  vertical-align: middle;
	color: #fff;
	font-weight: 600;
	transform: skew(20deg);
}
.category-thumbnail .category-img-wrapper .h2 > a:before {
    border-top: solid 3px #BDD65F;
    content: ' ';
    position: absolute;
    top: 2.5em;
    width: 35px;
}
.row-sub-category {
	margin-left: -1px;
	margin-right: -1px;
}
.category-section .category-thumbnail .sub-category-thumbnail {
	padding-left: 1px;
	padding-right: 1px;
}
.category-section .category-thumbnail,
.category-section .category-thumbnail .sub-category-thumbnail {
	display: none;
}
.category-section .category-thumbnail:nth-of-type(1),
.category-section .category-thumbnail:nth-of-type(2),
.category-section .category-thumbnail:nth-of-type(3),
.category-section .category-thumbnail .sub-category-thumbnail:nth-of-type(1),
.category-section .category-thumbnail .sub-category-thumbnail:nth-of-type(2),
.category-section .category-thumbnail .sub-category-thumbnail:nth-of-type(3) {
	display: block;
}
.category-section .category-thumbnail .sub-category-thumbnail:nth-of-type(1) > .sub-category-img-wrapper {
	border-bottom-left-radius: 2px;
}
.category-section .category-thumbnail .sub-category-thumbnail:nth-of-type(3) > .sub-category-img-wrapper {
	border-bottom-right-radius: 2px;
}
.category-section .category-thumbnail .sub-category-thumbnail > .sub-category-img-wrapper {
	display: block;
  transition: .5s ease;
	background-color: #fff;
}
.category-section .category-thumbnail .sub-category-thumbnail:hover > .sub-category-img-wrapper,
.category-section .category-thumbnail .sub-category-thumbnail:focus > .sub-category-img-wrapper {
	background-color: #BDD65F;
}
.category-section .category-thumbnail .sub-category-thumbnail > .sub-category-img-wrapper img {
	width: 100%;
	height: 72px;
}
.category-section .category-thumbnail .sub-category-thumbnail > .sub-category-img-wrapper > a {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.category-section .category-thumbnail .sub-category-thumbnail > .sub-category-img-wrapper .h2 {
	height: 47px;
  width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
}
.category-section .category-thumbnail .sub-category-thumbnail > .sub-category-img-wrapper .h2 a {
	color: #000000;
}
	#homepageCarousel {
		margin-top: -50px;
	}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
	.wrapper-header .navbar .navbar-nav .nav-link {
		text-align: center;
	}
}
@media (min-width: 767.99px) {
	.carousel-caption-container h2 {
		font-size: 37px;
	}
	.category-thumbnail .category-img-wrapper .h2 {
     min-width: 180px;
	}
}
@media (max-width: 767.98px) {
	.carousel-caption-container {
		bottom: 25% !important;
	}
	.carousel-caption-container .top-header-style {
		margin-bottom: .5rem;
	}
	 .product-availability .badge-orange{
        background-color: #ffc107;
    }
}
@media (max-width: 575.98px) {
	.carousel-caption-container {
		bottom: 10% !important;
	}
}
/*Product Thumbnails*/
.thumbnail.card-body {
	border-color: #fff;
  transition: .5s ease;
}
.thumbnail.card-body:hover,
.thumbnail.card-body:focus {
	border-color: #E8E8E8;
}
.thumbnail .card-title a {
	color: #000;
}
.thumbnail .card-title a :hover,.thumbnail .card-title a:focus {
	color: #92a93d /*{link-text-hover-colour}*/;
}
.small-savings > span {
	margin-right: 5px;
}
.savings-container {
	right: auto;
}
.savings-container .badge-danger {
	background-image: url(../img/star-red.svg);
}
.savings-container .badge-success {
	background-image: url(../img/star-green.svg);
}
.savings-container .badge-danger,
.savings-container .badge-success {
	width: 54px;
	height: 54px;
	margin: 5px 8px 5px -5px;
  background-color: transparent;
	float: left;
}
.savings-container .badge-danger .h4,
.savings-container .badge-success .h4 {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;;
}
.section-brands {
	margin-bottom: -3.1rem!important;
}
.section-brands-page img,
.section-brands img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
}
/*PRODUCT PAGE*/
.wrapper-product-title .title-style {
	font-weight: 700;
}
.product-brand-wrapper {
	padding-right: 0;
}
.product-brand-wrapper > a {
	display: table;
}
.product-brand-wrapper img {
	max-height: 42px;
	max-width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.brand-text {
	height: 42px;
	width: 100%;
	padding: 5%;
	position: relative;
	display: table;
}
.brand-text span {
	text-align: center;
	width: 90%;
	display: table-cell;
	vertical-align: middle;
}
.product-sku-wrapper {
}
.product-sku-wrapper p {
	font-size: 13px;
}
.product-sku-wrapper p .fa-star {
	letter-spacing: -3px;
	color: #BDD65F;
}
.product-featured-text {
	padding: 0;
}
.product-featured-text li {
	margin: .3em 30px .4em;
	list-style: none;
	font-size: 17px;
}
.product-featured-text li:before {
  position: relative;
  top: 2px;
	font-family: 'Font Awesome 5 Pro';
	content: '\f058';
  margin: 0 10px 0 -27px;
	font-weight: 100;
	color: #BDD65F;
}
.wrapper-pricing .small {
	display: inline-block;
	margin-right: 3px;
}
.product-buying-options .row {
  margin-right: -7px;
  margin-left: -7px;
}
.product-buying-options .row > div {
    padding-right: 7px;
    padding-left: 7px;
}
.product-buying-options .btn {
	height: 54px;
	text-transform: uppercase;
	font-size: 16px;
  padding: 14px 0;
}
.product-buying-options .form-control {
	height: 54px;
}
#shipbox h3 {
	margin-bottom: 10px;
	font-size: 14px;
}
#shipbox .form-control {
	height: 42px;
}
#shipbox .btn {
	padding: 9px 0;
	font-size: 14px;
}
.product-tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item .nav-link {
	font-weight: 600;
	font-family: 'Muli';
	font-size: 18px;
	color: #909090;
	padding: 13px 20px;
}
.product-tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item .nav-link:hover,
.product-tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item .nav-link:focus {
	border-color: #fff;
	color: #BDD65F;
}
.product-tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border-color: #E8E8E8;
	border-top: 3px solid #BDD65F;
	border-bottom-color: #fff;
	border-radius: 2px 2px 0 0;
	color: #BDD65F;
}
.product-tabs .tab-pane.active {
	padding: 1em;
}
.product-tabs .tab-pane iframe {
     width: 100%;
}
@media (min-width: 992px) {
	.wrapper-product-title .title-style {
		font-size: 33px;
	}
	.product-featured-text li:before {
		font-size: 20px;
	}
	.wrapper-pricing h1 {
		font-size: 28px;
	}
	.wrapper-pricing .small {
		font-size: 16px;
	}
	.product-availability .small {
		font-size: 14px;
	}
}
/*Category Page*/
.category-banner-wrapper {
	position: relative;
	margin-top: -50px;
}
.category-banner-wrapper img {
	width: 100%;
	height: 200px;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.5);
}
.category-banner-wrapper .page-headerp-wrapper {
	position: absolute;
	left: 10%;
	bottom: 30%;
}
.category-banner-wrapper .page-headerp-wrapper .breadcrumb-wrapper {
	padding-left: 0;
	background-color: transparent;
}
.category-banner-wrapper .page-header {
	color: #fff;
}
.max-filter {
	max-height: 200px;
	overflow-y: scroll;
	/*border-top: 1px solid rgba(0, 0, 0, .125);*/
}
#left-sidebar .list-group-item {
	border: none;
}
span.badge.badge-danger {
    display: none;
}
.product-availability .small {
    font-size: 14px;
    background-color: #bdd65f;
    color: #000!important;
    padding: 8px 6px;
    border-radius: unset;
}
@media (min-width: 992px) {
	.category-banner-wrapper img {
		height: 300px;
	}
     .product-availability .small, .badge-success {
        font-size: 14px;
        background-color: #bdd65f;
        color: #000 !important;
        padding: 8px 6px;
        border-radius: unset;
    }
    .product-availability span.small.text-warning {
    background-color: #fe9e00;
    }
    .badge-warning {
    background-color: #212529;
    background-color: #ffc107;
    /*display: none;*/
    }
    .product-availability .badge-orange{
        background-color: #ffc107;
    }
    .thumbnail.card-body .badge-orange {
        color: #ffc107 !important;
    }
    
    span.badge.badge-danger {
        display: none;
    }
    .new-badge-danger {
        background-color: #ed6a5a /*{label-danger-bg}*/;
    }
    .cls-here .badge-success {
        font-size: 90%;
        background-color: #bdd65f;
        color: #000 !important;
        padding: 4px;
        font-weight: 400;
        border-radius: unset;
    }
    .order-head span.badge {
        position: absolute;
        top: 18px;
        right: 15px;
        font-size: 14px;
        color: #000!important;
        padding: 8px 6px;
        border-radius: unset;
    }
    .order-head {
        min-height: 27px;
    }
}
@media (max-width: 992px){
    .thumbnail.card-body .badge-orange {
        color: #ffc107 !important;
    }
}
#n_category .yotpo-bottomline.star-clickable > a {
	display: none;
}
.superseded-label, .backorder-label {
	font-size: 11px;
    color: white;
    font-weight: bold;
    padding: 2px 6px;
}
.superseded-label {
	background-color: #ed6a5a;
}
.backorder-label {
	background-color: #93ab37;
}
.white-text {
	color: #fff !important;
}
.product-availability .small.badge-orange {
    background: #ffc107;
    display: inline-block;
}
p iframe {
    width: 100%;
}
.video-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    margin-bottom: 1rem;
}
.video-iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.productdetails table {
    max-width: 790px;
    width: 100%;
    height: auto;
}
.productdetails table img {
    height: auto;
    width: auto !important;
}
.productdetails img {
    height: auto !important;
}
table.specTable {
    max-width: 848px;
    width: 100% !important;
}
.scroll-table {
    overflow-x: auto;
}
@media (max-width: 767px){
	.contact-table td {
	    display: block;
	}
	.contact-table td input {
	    width: 100%;
	}
	.contact-table td textarea {
	    width: 100%;
	}
	table.specTable td {
	    width: auto !important;
	}
	.productdetails .professional-900-speed h2 {
        font-size: 32px !important;
    }
    .productdetails .professional-900-speed h3 {
        font-size: 24px !important;
        word-break: break-word;
    }
}