@media (min-width: 320px) {
	
div#notice-demo {
    background: rgb(255 250  230);
    padding: .25rem .5rem;
    font-size: 0.8rem;
}
	#SearchText::-webkit-input-placeholder {
    color: #a7a7a7;
	font-weight: 400;
	font-size: 14px;
}
	#SearchText:-moz-placeholder {
    color: #a7a7a7;
	font-weight: 400;
	font-size: 14px;
}
	#SearchText::-moz-placeholder {
    color: #a7a7a7;
	font-weight: 400;
	font-size: 14px;
}
	#SearchText:-ms-input-placeholder {
    color: #a7a7a7;
	font-weight: 400;
	font-size: 14px;
}
img {
    max-width: 100%;
    height: auto;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    cursor: default;
}
.search-bar-wrap {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}
.search-bar-wrap-top {
    margin-bottom: 24px;
}
section.sec1-social {
    /* padding-top: 8px; */
    /* padding-bottom: 12px; */
    border-bottom: 1px solid #ececee;
    background: #9ea1a2;
    background: #54565a;
}
.phone-social, .top-links-space {
    /* min-width: 10%; */
    /* position: absolute; */
}
.phone-social {
    left: 15px;
}
.top-links-space {
   right: 15px;
}
.top-header-phone {
   display:none;
}
.top-header-phone a {
    color: #54565a;
    font-size: 16px;
    font-weight: 600;
    border-right: 2px solid #54565a;;
    margin-right: 5px;
    padding-right: 10px;
}
.top-header-socials {
    display: flex;
    align-items: center;
}
.top-header-socials a img {
    max-width: 16px;
    width: 16px;
}
.top-header-socials a {
    margin-right: 8px;
    line-height: 1;
}
.top-header-phone a i {
    display: inline-block;
    text-align: center;
    vertical-align: inherit;
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 5px;
    padding: 2px;
    border-radius: 50%;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.top-header-socials a i {
    color: #54565a;
    display: inline-block;
    text-align: center;
    vertical-align: inherit;
    font-size: 16px;
    width: 20px;
    height: 16px;
    line-height: 16px;
    /* padding: 2px; */
    border-radius: 50%;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.top-header-socials a i {
    display: inline-block;
    text-align: center;
    vertical-align: inherit;
    font-size: 18px;
    width: 24px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.top-w {
    justify-content: center;
}
.headerContainer {
    text-align: left;
}

.header-wrap {
    position: relative;
}
.container {
    max-width: 1400px;
}
.container-wrap {
    max-width: 1400px;
    margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.section1b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.sec1a-bg {
    position: relative;
    padding: 20px 0 20px 0;
    background: #ffffff;
    border-bottom: 1px solid #d8d8d8;
}
section.sec1-bg {
    background: #ffffff;
    /* background: #54565a; */
    transition: all .6s;
    border-bottom: 1px solid #d8d8d8;
}
section.sec-up {
    font-size: 14px;
    font-weight: 400;
    /* background: #f6f6f0; */
    padding-top: 16px;
    /* border-bottom: 1px solid gainsboro; */
    padding-bottom: 16px;
    /* display: none; */
}
.section-group {
    margin-left: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.top-links {
     margin-left: auto; 
   margin-right: auto; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
}
.top-links a {
    margin-left: 8px;
    padding-right: 8px;
    line-height: 1;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    border-right: 1px solid #d5d5d5;
    /* text-transform: uppercase; */
}
.top-links li:last-child a {
    border: none;
}
.sec-message {
    flex-direction: column;
    font-size: 12px;
    line-height: 1;
    color: #282828;
    margin-left: auto;
    margin-right: 15px;
}
.login-sec {
    margin-bottom: 20px;
}
.top-border {
    height: 3px;
    width: 100%;
    display: inline-block;
    z-index: 1;
    top: 0%;
    position: absolute;
    -webkit-animation: linear;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1s;
}

@-webkit-keyframes run {
  0% {
    right: 100%;
	background: #fff;
  }
  50% {
    right: 0;
	background: #eee;
  }
}

	
.sticky1 {
    max-width: 1400px;
    margin: 0 auto;
	    transition: all .5s;
}
#header_placeholder {
    height: 185px;
    width: 100%;
    display: none;
    transition: all .5s;
}
.sticky + #header_placeholder {
    display:block;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.sticky .sticky1{
	box-shadow: rgba(0, 0, 0, 0.04) 0px -1px 2px, rgba(0, 0, 0, 0.04) 0px 1px 2px, rgba(0, 0, 0, 0.04) 0px 3px 4px;
    box-shadow: 0 8px 8px rgba(21,25,30,.25);
}
.logo {
    text-align: center;
    transition: opacity .6s;
    transition: all .2s;
}
img.logo-d {
    transition: all .4s;
    width: 256px;
}
.header.sticky img.logo-d {
    
}

section.top {
    display: flex;
    align-items: center;
}
.welcome-box {
    font-size: 14px;
    color: #1fb50d;
    line-height: 1;
    padding-right: 8px;
}

a.ticker-item {
    border-radius: 3px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    color: #333;
    position: relative;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* padding: .5rem; */
}
a.ticker-item:hover i.bx{
    color: #9ea1a2;
}
span.quick-label {
    line-height: 1;
}
span.ticker-label {
    line-height: 1;
    margin-left: 4px;
    margin-top: 0px;
    display: block;
    }
a span.c-items {
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0px;
}
.ticker-item i, .cart-icon {
    font-size: 28px!important;
    color: #555;
}


.cart-i-group {
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pcat {
    display: flex;
    align-items: center;
}

.pcat.Products {
	padding: 15px 56px 15px 56px!important;
	position: relative;
	border-radius: 0px;
	font-weight: 600;
    line-height: 1;
    font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background: #86bc00;
	color: #fff!important;
}
.pcat.Products i {
    font-size: 18px;
    margin-right: 3px;
    margin-top: -2px;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: 0px;
    height: 2px!important;
    width: 5px;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
    background: #ffffff !important;
    display: none;
}
.cd-dropdown-trigger::before {
    right: 44px!important;
    -webkit-transform: rotate(
45deg
);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
.cd-dropdown-trigger::after {
    right: 41px!important;
    -webkit-transform: rotate(
-45deg
);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
}
.stellarnav {
    /* font-family: "Montserrat", sans-serif; */
}
.stellarnav.desktop li.has-sub a {
    padding-right: 24px!important;
}
.stellarnav li.has-sub > a:before {
    right: 16px!important;
}
	.stellarnav li.has-sub > a:after {
    right: 13px!important;
}
.stellarnav li.has-sub > a:before, .stellarnav li.has-sub > a:after {
    margin-top: 0px!important;
    background: #2d2d2d!important;
}
.cd-dropdown .cd-dropdown-content > .has-children > a.is-active{
    color: #80bc00 !important;
}
.cd-dropdown .cd-dropdown-content a.is-active {
    color: #80bc00 !important;
}
.search-bar.search-bar-m {
    display: none; 
}
.search-bar {
     margin-left: 48px;
     margin-right: 48px;
     /* margin-top: 16px; */
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     /* max-width: 250px; */
     transition: all .75s;
}
.searchby {
    position: relative;
}
#SearchText {
    width: 100%;
    background: #ffffff;
    color: #373737;
    border-right: 0px;
    font-size: 16px;
    text-indent: 4px;
    line-height: normal;
    height: 44px;
    padding: 2px 57px 2px 8px;
    overflow: hidden;
    border-radius: 4px;
    transition: all .2s;
    border: 1px solid #878787;
    outline: 0px solid rgb(71 135 99 / 20%);
    /* box-shadow: inset 1px 1px 1px 1px rgb(0 0 0 / 9%); */
    /* -webkit-box-shadow: inset 1px 1px 1px 1px rgb(0 0 0 / 16%); */
}
#SearchText:focus {
    background: #ffffff;
    border: 1px solid #767676;
    text-indent: 6px;
    outline: none;
    /* box-shadow: inset 1px 1px 1px 1px rgb(0 0 0 / 9%); */
    /* -webkit-box-shadow: inset 1px 1px 1px 1px rgb(0 0 0 / 16%); */
}
.sbutton {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    padding: 2px 16px 2px 12px;
    color: #282b2a;
    background-color: transparent;
    border: 0px solid #515151;
    border-left: 0px solid #e1e1e1;
    /* border-radius: 0px 30px 30px 0px!important; */
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s;
}
.sbutton:focus {
    outline: none;
    border: none;
}

.sbutton:focus i.bx, .sbutton:hover i.bx {
    outline: none;
    border: none;
    color: #0054a4;
}
.sbutton:focus i.bx {
    font-size: 24px;
}
.sbutton i.bx {
    font-size: 24px;
    color: #86bc00 !important;
    font-weight: 600;
    transition: all .2s;
    /* display: none; */
}
.sbutton span {display: none;color: whitesmoke;}

.cart-group {
	line-height: 1;
	margin-left: 20px;
	/* margin-top: 16px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart-info {
    /* margin-bottom: 12px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-group {margin-left: auto;font-size: 14px;color: white;line-height: 1;}
.user-login a {
    color: #ffffff;
    padding: 12px 8px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.user-login a:first-child {
    /* border-right: 1px solid #d5d5d5; */
	white-space: nowrap;
}
.border-v {
    background: white;
    height: 13px;
    width: 1px;
    display: block;
}
.account {
    text-align: center;
    font-size: 12px;
    margin-left: 56px;
}
span.username {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0px;
    margin-right: 8px;
    color: #80bc00;
    font-weight: 500;
    /* font-style: italic; */
}
span.username {
    font-size: 13px;
    margin-right: 6px;
    /* font-style: italic; */
}
span.username-first {
    font-size: 0px;
    display: inline-block;
}

span.username-first:first-letter {
    font-size: 14px!important;
}
.user-action {
    /* margin-top: 16px; */
    margin-left: auto;
    line-height: 1;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-action-name i {
    font-size: 20px;
    color: #ffffff;
}
.quick-order i {
    font-size: 28px;
    color: #555;
}
.quick-order:hover i, .ticker-item:hover i {
    color: #80bc00;
}

.user-action .dropdown:hover {
    cursor: default;
}
.dropdown:hover i {
    color: #80bc00;
}
.dropdown-content {
    display: none;
    padding: 10px 0 10px 0;
    position: absolute;
    right: -15px;
    background-color: #fff;
    border-top: 3px solid #fff;
    border-radius: 2px;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 30%);
    z-index: 33;
}
ul.menu-account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
    list-style-image: none;
}

ul.menu-account .login-logout a {
    padding: .5rem!important;
    margin-right: 16px;
    margin-left: 16px;
    background: #80bc00;
    color: white;
    display: block;
	text-decoration: none!important;
	text-align: center;
}

ul.menu-account a {
    float: none;
    color: #333;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
    border-left: 3px solid #fff;
}
ul.menu-account a:hover {
    /* text-decoration: underline; */
    border-color: #80bc00;
}
ul.menu-account a.active {
    border-color: #80bc00;
    font-weight: bold;
}
ul.menu-account .login-logout a:hover {
    color: #fff;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.user-content a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #333;
}
.quick-order {
    margin-left: 20px;
    line-height: 1;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none!important;
}
.quick-label {
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    color: #595959;
}


div#headerfooter_tr_10 {
    display: none;
    padding: 8px;
}
div#headerfooter_tr_10 img {
    width: 120px!important;
}
}




 @media only screen and (min-width: 576px) {
.dont-collapse-sm.collapse, .dont-collapse-sm.collapsing {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .footer-wrap h5 i {
    display: none;
}
  } 
  
 @media only screen and (min-width: 768px) { 
.search-bar.search-bar-m {
    display: none;
}
}

@media only screen and (min-width: 1025px) {
ul.cd-dropdown-content > li.has-children > a {
    margin: 18px 0!important;
    /* color: #fff!important; */
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.cd-dropdown-content > li > a {
    margin: 18px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
a.pcat:hover {
    color: #80bc00 !important;
    text-decoration: none;
}
.cd-dropdown-wrapper:hover a.pcat {
    color: #80bc00 !important;
}
.stellarnav {
padding-left: 0px;
}
.stell.steller {
    text-transform: none!important;
    color: #ffffff !important;
    padding: 0px 11px 0px 8px;
    margin: 0px 0 4px 0;
    line-height: 1;
    display: block;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0px;
    line-height: 1;
}
.stellarnav > ul {

}
.stellarnav.dark ul ul {
    background: #000000;
background: #fff!important;}
.stellarnav.dark ul ul a {
    font-size: 14px;
    padding: 10px 8px;
    border: none;
    font-weight: 400;
    color: #333;
}

.stellarnav.dark ul ul a:hover {
    color: #80bc00;
}
li.has-sub:hover ul {
    display: block;
}

.stellarnav > ul > li:hover > a {
    color: #80bc00 !important;
}
.stell.steller:hover {

/* background: whitesmoke; */
}

	.ticker3-m {
    display: none!important;
}
}

@media (max-width: 1280px) {
.phone-social, .top-links-space {
    position: relative;
}
.phone-social {
    margin-right: auto;
	left: 0px;
}
}
@media (max-width: 1024px) {
	span.username.u-desktop {
    display: none;
}
.stellarnav.mobile.dark ul {
    background: #54565a !important;
}
li.mobile-info ul li a {
    border-right: 1px solid #016a2f!important;
}
.stellarnav {
    margin-left: 16px!important;
    margin-right: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.stell.steller {
    padding: 0;
    margin: 0;
}
.section1 {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    -ms-grid-row-align: center!important;
    align-items: center!important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.section2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
section.sec1a-bg {
    padding: 12px 0 12px 0;
	border: 0px;
}
section.sec1-bg {
    padding-bottom: 6px;
	border: 0px;
}
.search-bar.search-bar-d {
    display: none; 
}
.search-bar.search-bar-m {
    display: block;
    margin-right: -15px;
}
.search-bar {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
#SearchText {
	border-radius: 0px;
    font-size: 16px;
    height: ;
    max-width: 100%;
}
#SearchText:focus {
	max-width: 100%;
}
.sbutton {
    top: 0;
    right: 0;
    height: ;
    border: none;
    }
i.bx.bx-search {
    font-size: 20px;
}
.cd-dropdown-wrapper {
    width: auto!important;
    margin-left: -15px;
}
.top-links {
    margin-left: auto;
    margin-right: 0;
}
.stellarnav {
    margin-left: 0px!important;
    margin-right: 0px;
}
.stellarnav.dark.right.mobile a.menu-toggle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    padding: 8px!important;
}
.stellarnav .menu-toggle {
    padding: 8px 15px 8px 8px;
}
.stellarnav .menu-toggle span.bars {
    margin-right: 2px!important;
    top: 1px!important;
}
.stellarnav .menu-toggle span.bars span {
    width: 16px!important;
    background: #ffffff !important;
    margin: 0 0 3px!important;
}


img.logo-d {
    transition: all .4s;
    width: 155px;
}
.pcat {
    font-size: 14px;
    margin: 0px;
    border: none;
}
.pcat.Products {
    margin: 0;
    border-right: none;
}
a.pcat.brand {
    display: none;
}

a.ticker-item {
    margin-left: auto;
    margin-right: 0;
}
span.ticker-label {
    font-weight: 600;
    font-size: 12px;
}
.user-action {
    display: none!important;
}

	}
	
	
@media (max-width: 991px) {	
.user-group {
    margin-left: auto;
    display: none!important;
}
}

@media (max-width: 767px) {

section.sec1-bg .container {
    /* padding: 0; */
}
section.sec1-bg:before {
    width: 51%;
}

.sticky {
    position: initial;

}
#header_placeholder {
    height: 0;
}



a.ticker-item i.bx, .quick-order i {
    font-size: 24px!important;
}
a span.c-items {
    line-height: 1;
    font-size: 12px;
    position: relative;
    top: auto;
    left: auto;
    padding-right: 4px;
}

section.sec-up {
    background: white;
    padding: 4px 0;
    border: none;
}

.section2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

section.sec-up1 {
    background: #ffffff;
}
.stellarnav .menu-toggle {
    font-size: 13px!important;
    font-weight: 600;
}

.stellarnav .menu-toggle span.bars span {
    /* display:none!important; */
}
.cd-dropdown-wrapper {


}

.stellarnav {
    margin-left: 0px!important;
margin-right: auto!important;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
}

.cart-group span.material-icons.material-icons {
    font-size: 24px;
}
	}
	
	
@media (max-width: 575px) {	

.search-bar {
    /* margin-left: 20px; */
    margin-right: 0px;
}
img.logo-d {
    width: 124px;
}
.footer-contact-info {
    margin-top: 10px;
}
.social-links a {
    font-size: 30px;
    margin: 10px 5px 25px 5px;
}
	.footer-wrap h5 {
		padding: 15px 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-wrap h5 i {
    font-weight: bold;
}
.footer-wrap h5[aria-expanded="false"] i.bx-minus, .footer-wrap h5[aria-expanded="true"] i.bx-plus{
    display: none;
}
.footer-wrap h5[aria-expanded="false"] i.bx-plus, .footer-wrap h5[aria-expanded="true"] i.bx-minus{
    display: block;
}
	}
	