@media (min-width: 320px) {
.header .stellarnav.mobile.dark ul {
    background: #000000;
}

	#SearchText::-webkit-input-placeholder {
    color: #808385;
	font-weight: 400;
	font-size: 16px;

}
	#SearchText:-moz-placeholder {
    color: #808385;
	font-weight: 400;
	font-size: 16px;
}
	#SearchText::-moz-placeholder {
    color: #808385;
	font-weight: 400;
	font-size: 16px;
}
	#SearchText:-ms-input-placeholder {
    color: #808385;
	font-weight: 400;
	font-size: 16px;
}
img {
    max-width: 100%;
    height: auto;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    cursor: default;
}

li.has-sub a.stell {
    pointer-events: none;
    cursor: not-allowed;
}

.headerContainer {
    text-align: left;
}
.header-wrap {
    position: relative;
}
.header-wrap .container {

}
section.sec1-bg {
    background: #090909;
    /* padding: 16px 0px 16px 0px; */
    position: relative;
    transition: all .4s;
}
section.sec-up1 {
    padding: 15px 0px 15px 0;
}

section.sec-up {
    font-size: 14px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 0px;
}
.section1a.d-flex.align-items-center {
    right: 15px;
    margin-left: auto;
}
.sec-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
}
.section-group {
    margin-left: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.phone-group {
    margin-right: 40px;
}
.phone-group .material-icons {
    color: #d5d5d5;
    font-size: 16px;
}
span.ph-number {
    color: #dadada;
    font-size: 16px;
    margin-left: 6px;
    font-weight: 600;
    line-height: 1;
}
.top-border {
    height: 0px;
    background: #1e1b1c;
    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: #e2000f;
  }
}

#header_placeholder {
    height: 63px;
    width: 100%;
    display: none;
    transition: all .5s;
}
.sticky + #header_placeholder {
    display:block;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.logo {
    margin-right: 56px;
    text-align: left;
}
img.img-fluid.logo-d {
    width: 285px;
    transition: width .4s;
}
section.top {
    display: flex;
    align-items: center;
}
.sec-group-user {
    margin-left: 32px;
}
.q-order {
    font-size: 13px;
    font-weight: 600;
    color: #2e2e2e;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 1;
}
a.q-order:hover i {
    color: white;
}
.sec-group-user .q-order i.bx {
    font-size: 38px;
}

.sec-group-user i.bx {
    font-size: 32px;
    font-weight: 300;
    /* margin-bottom: 4px; */
    color: #fed980;
    /* display: none; */
}

span.username {
    font-size: 13px;
    font-weight: 400;
    color: #01aa45;
    margin-bottom: 4px;
    margin-right: 16px;
    margin-left: 4px;
    align-self: flex-end;
    line-height: 1;
}

i.bx.bx-user {
    display: none;
}
.user-action a:last-child {
    margin-right: 0;
}
.welcome-box {
    font-size: 14px;
    color: #16489b;
    line-height: 1;
    padding-right: 8px;
}
a.ticker-item {
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fed980;
    border-radius: 4px;
}
a.ticker-item:hover, a.ticker-item:hover i {
    color: #ffffff;
}
a.ticker-pad {
margin-left: auto;
color: #bbbbbb;
}
a span.c-items {
    line-height: 1;
    font-weight: 500;

}

.cart-i-group {
    line-height: 1;
    position: relative;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-group1 {
    margin-right: auto;
}
.pcat {
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 24px 18px 24px 18px;
    margin: 0px;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.pcat.Products {
    margin-right: 0px;
    padding-right: 32px!important;
    position: relative;
    border-radius: 0px;
    text-align: center;
}

.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: 0px!important;
    height: 2px!important;
    width: 6px;
    -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: #eeeeee !important;
}
.cd-dropdown-trigger::before {
    right: 19px;
    -webkit-transform: rotate(
45deg
);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
.cd-dropdown-trigger::after {
    right: 16px;
    -webkit-transform: rotate(
-45deg
);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
}

.search-bar {
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    transition: all .25s;
}
.searchby {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#SearchText {
    margin-left: auto;
    /* margin-right: auto; */
    width: 100%;
    background: #fcfcfc;
    color: #060606;
    border-right: 0px;
    font-size: 16px;
    text-indent: 6px;
    line-height: normal;
    height: 44px;
    padding: 2px 50px 2px 8px;
    overflow: hidden;
    border-radius: 4px;
    transition: width linear .2s;
    /* box-shadow: inset 1px 1px 1px 1px rgb(0 0 0 / 16%); */
    /* -webkit-box-shadow: inset 1px 1px 1px 1px rgb(0 0 0 / 15%); */
    border: 1px solid #000000;
    /* outline: 2px solid rgb(254 217 128); */
}
#SearchText:focus {
	width: 100%;
	background: #ffffff;
	text-indent: 8px;
	outline: 0px solid white;
	box-shadow: inset 1px 1px 1px 1px rgb(0 0 0 / 13%);
	-webkit-box-shadow: inset 1px 1px 1px 1px rgb(0 0 0 / 13%);
}
.sbutton {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    padding: 2px 12px 2px 12px;
    color: #282b2a;
    background-color: transparent;
    border: 0px solid #515151;
    border-left: 0px solid #e1e1e1;
    border-radius: 0px 4px 4px 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;
 
}
.sbutton:focus i.bx {
    font-size: 22px;
}
.sbutton i.bx {
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    transition: all .2s;
}
.sbutton span {display: none;}
.user-group {
    margin-left: 56px;
}
.user-action {
    margin-left: 24px;
    /* margin-top: 8px; */
    padding-right: 0px;
    color: #adadad;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-login span {
    margin: 0 6px;
    line-height: 1;
    border: 0px solid #000000;
    display: inline-flex;
    align-items: center;
}
.user-login span a {
    color: #2e2e2e;
    font-size: 14px!important;
    font-weight: 500;
    border-radius: 25px;
    padding: 2px 2px;
    border: 0px solid #a3a3a3;
    text-decoration: underline;
}
.user-login span i {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.user-login span:hover a {
    color: gray;
}
.user-action span:last-child {
    margin-right: 0;
}

}


@media only screen and (min-width: 576px) {

  } 
  
@media only screen and (min-width: 577px) { 

}

@media only screen and (min-width: 1025px) {
a.pcat:hover {
    color: #b4b4b4!important;
    text-decoration: none;
}
.cd-dropdown-wrapper:hover a.pcat {
    color: #b4b4b4!important;
}
.stellarnav {
    padding-left: 0px;
}
.stell.steller {
   text-transform: uppercase!important;
   color: #ffffff !important;
   padding: 4px 18px 4px 18px;
   margin: 24px 0;
   margin: 8px 0;
   font-size: 16px;
   line-height: 1;
   display: block;
   font-weight: 500;
   border-left: 0px solid #505050;
}
.stellarnav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.stellarnav.desktop li.has-sub a {
    color: #000;
    position: relative;
	transition: none;
}
.stellarnav > ul > li {
    display: inline-block;
    position: initial!important;

}
.stellarnav ul ul {
    width: auto!important;
}
.stellarnav.dark ul ul {
    background: #000000;
}
.stellarnav.dark ul ul a {
    font-size: 14px;
	padding: 10px 24px;
    font-weight: 500;
}
.stellarnav.dark ul ul a:hover {
   
}
li.has-sub:hover ul {
    display: block;
}

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

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



@media (max-width: 1024px) {
	.sec-group-user i.bx {
    font-size: 24px;
}
	section.sec1-bg {
    padding: 4px 0px 4px 0px;
}
img.img-fluid.logo-d {
    width: 225px;
    transition: width .4s;
}
#SearchText {
    padding: 4px 35px 4px 9px;
    font-size: 16px;
    height: 32px;
    max-width: 100%;
}
#SearchText:focus {
	max-width: 100%;
}
.sbutton {
    top: 0;
    right: 0;
    height: 32px;
    background: transparent;
}
.sbutton i.bx {
    font-size: 20px;
}
	.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;
}
.cd-dropdown-wrapper {
	margin-right: auto;
}
.stellarnav {
    margin-left: 8px!important;
    margin-right: 8px;
}
.stellarnav.dark.right.mobile a.menu-toggle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: none!important;
}
.stellarnav .menu-toggle {
    padding: 8px 15px 8px 15px;
}
.stellarnav .menu-toggle span.bars {
    margin-right: 2px!important;
    top: 2px!important;
    display: none;
}
.stellarnav .menu-toggle span.bars span {
    width: 10px;
    height: 1px;
    background: #f7f7f7!important;
    margin: 0 0 2px;
}
.stellarnav .menu-toggle {
    font-size: 13px!important;
    font-weight: 600;
}
.cd-dropdown-wrapper {
    margin-left: auto;
    color: #fed980;
    border-radius: 2px;
    border: 1px solid #fed980;
}
.pcat.Products {
    padding: 11px 20px 11px 20px!important;
    padding-right: 32px!important;
    font-size: 13px;
    font-weight: 600;
    margin-right: 0px!important;
    color: #fed980 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
a.pcat.brand, .q-order{
    display: none;
}

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

	}
		
@media (max-width: 991px) {	
#SearchText {
    width: 100%;
}
}

@media (max-width: 767px) {

#header_placeholder {
    height: 58px;
}


.logo {
    margin-right: 12px;
}
a span.c-items {
    line-height: 1;
    font-size: 12px;
    top: -4px;
    height: 18px;
    width: 18px;
}
	}
	
	
@media (max-width: 650px) {
img.img-fluid.logo-d {
    width: 180px;
    transition: width .4s;
}
.section2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}



.sec-group-user {
    margin-left: 4px;
}
span.phone, a.quick {
    display: none;
}
.user-group {
    margin-right: auto;
    margin-left: -15px;
}
	}
	
	
@media (max-width: 575px) {	

	}
	