@media (min-width: 320px) {
	

	#SearchText::-webkit-input-placeholder {
    color: #484848;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -.4px;
}
	#SearchText:-moz-placeholder {
    color: #484848;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -.4px;
}
	#SearchText::-moz-placeholder {
    color: #484848;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -.4px;
}
	#SearchText:-ms-input-placeholder {
    color: #484848;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -.4px;
}
img {
    max-width: 100%;
    height: auto;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    cursor: default;
}



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

.top-border {
    height: 5px;
    /* background: #004990; */
    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: #2cb253;
  }
  50% {
    right: 0;
	background: #fff;
  }
}
section.sec1-bg {
    position: relative;
    padding: 10px 0px 10px 0px;
    transition: all .5s;
}
.sec-group1 {
    margin-bottom: 0px;
	gap: 15vw;
    justify-content: center;
}
.sec-group1 .cd-dropdown-wrapper {
    width: auto;
}
.cd-dropdown .cd-dropdown-content {
-webkit-box-pack: normal;
    -ms-flex-pack: normal;
        justify-content: normal;
        margin-bottom: 0px;
        gap: 15vw;
        width: 100%;
}
section.sec13-bg {
    background: #fcfcfc;
    padding: 8px 0;
        background-color: #f2f2f2;
 }
 .top-header {
    font-size: 13px;
    font-weight: 600;
    color: #142f54;
}
.top-header-phone a {
	color: #142f54;
	font-size: 13px;
	font-weight: 600;
    border-right: 2px solid #142f54;
    margin-right: 5px;
    padding-right: 10px;
}
.top-header-phone a i {
    display: inline-block;
    text-align: center;
    vertical-align: inherit;
    font-size: 13px;
    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 {
    display: inline-block;
    text-align: center;
    vertical-align: inherit;
    font-size: 13px;
    width: 16px;
    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;
}
a.q-order {
    margin-left: auto;
}
section.sec14-bg {
    background: #142f54;
}
.sec-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    }
.logo.logo-d {
    margin-right: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 268px;
}

.user-action {
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666666;
    font-size: 14px;
    margin-left: auto;
    }
.user-action a {
    text-decoration: none;
    color: #142f54;
    font-size: 14px;
}
.user-action i {
    color: #142f54;
    font-size: 24px;
    margin-right: 5px;
}
	
	.navUser.navUser-loggedIn {
    display: flex;
    align-items: center;
}

.navUser-links {
    display: flex;
    align-items: center;
}
.navUser-links a {
        font-size: 16px;
    font-weight: 600;
    color: #142f54;
    border-right: 2px solid #142f54;
    padding-right: 10px;
    margin-right: 10px;
}
.navUser-links a:last-child {	
	    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
	
.login-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

a.ticker-cart {
    margin-left: 32px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 4px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
a.ticker-cart-m {
    display: none;
}
span.ticker-label, .op {
    line-height: 1;
    margin-left: 4px;
    color: #142f54;
}
a span.c-items {
	margin-left: 2px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #142f54;
}

.ticker-item i {
    margin-top: 0px;
    font-size: 24px;
    color: #142f54;
    }
.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;
}
.cd-dropdown-wrapper {
    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;

}
.sec-group1 .pcat {
    text-transform: none!important;
    color: #ffffff;
    padding: 16px 24px 16px 24px!important;
    margin: 0px;
    font-weight: 600!important;
    line-height: 1;
    font-size: 14px!important;
}
.sec-group1 a.pcat:hover {
    color: #ddd!important;
    text-decoration: none;
}
.pcat.Products {
    margin-left: 0px;
}
.pcat.Products i {
    font-size: 18px;
    margin-right: 3px;
    margin-top: -2px;
}
.header-up {
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 600px;
    min-width: 240px;
    transition: all .75s;
}
.searchby {
    position: relative;
}
#SearchText {
    width: 100%;
    background: #ffffff;
    color: #373737;
    border-right: 0px;
    font-size: 16px;
    text-indent: 3px;
    line-height: normal;
    height: 46px;
    padding: 3px 52px 3px 13px;
    overflow: hidden;
    border: none;
    outline: 0px solid #ffffff;
    transition: all .2s;
    border: 1px solid #939DA9;
    border: 1px solid #9b9b9b;
    border-radius: 2px;
}
#SearchText:focus {
    background: #ffffff;
    text-indent: 8px;
    outline: 0px solid #2cb354;
    border: 1px solid #ccc;
    filter: none;
}
.sbutton {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 46px;
    padding: 0px 14px 0px 14px;
    background: transparent;
    border: 0px solid #4c4c4c;
    /* border-left: 1px solid #2e3192; */
    border-radius: 4px 4px 4px 4px!important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    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: #142f54;
}
.sbutton:focus i.bx {
    font-size: 23px;
}
.sbutton i.bx {
    font-size: 30px;
    color: #ffaa00;
    font-weight: 500;
    /* text-shadow: 2px 1px 0px #000000; */
    transition: all .2s;
}
}


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


.stellarnav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.stellarnav.dark ul ul {
    background: #000000;
}
.stellarnav.dark ul ul a {
    font-size: 15px;
	padding: 10px 15px;
    font-weight: 400;
}
.stellarnav.dark ul ul a:hover {
    background: #231f20;
}
li.has-sub:hover ul {
    display: block;
}
.stellarnav > ul > li > a.steller {
    text-transform: none!important;
    font-size: 13px;
    white-space: nowrap;
    padding: 12px 16px;
}
.stellarnav > ul > li:hover > a {
       /* background: #000000; */
       color: #fff!important;
}
.stell.steller:hover {
    color: #2eb356!important;
    /* text-decoration: underline; */
}
}


@media (max-width: 1024px) {
a.q-order {
    display: none;
}
	.stell.steller {
    padding: 0;
    margin: 0;
}

.section1 {
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center!important;
        -ms-flex-align: center!important;
                -ms-grid-row-align: center!important;
            align-items: center!important;
}
section.sec12-bg {
 padding: 8px 0 8px 0;
}
.cd-dropdown-wrapper {
    margin-right: auto;
}
.stellarnav.mobile.dark ul {
    background: #142f54!important;
}
.stellarnav.dark.right.mobile a.menu-toggle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0px 0 16px!important;
}
.stellarnav .menu-toggle {
    padding: 8px 15px 8px 15px;
}
.stellarnav .menu-toggle span.bars {
    margin-right: 3px!important;
    top: 1px!important;
}
.stellarnav .menu-toggle span.bars span {
    width: 16px!important;
    height: 2px!important;
    background: #ffffff!important;
    margin: 0 0 2px!important;
}
.sec-group1 .pcat {
    padding: 16px 24px 16px 0px!important;
}
.pcat.Products {
    margin: 0;
}
a.ticker-cart {
    display: none;
}
a.ticker-cart-m {
    margin-left: auto;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
a.ticker-cart-m i.bx {
    font-size: 24px;
}
a span.c-items {
    line-height: 1;
    font-size: 12px;
}
span.ticker-label {
    font-weight: 600;
    font-size: 12px;
}
.user-action{
    display: none!important;
}
}
	

@media (max-width: 767px) {

section.sec1-bg {
    padding: 8px 0px 8px 0px;
}
#SearchText {
    padding: 4px 35px 4px 9px;
    font-size: 16px;
    height: 32px;
    max-width: 100%;
}
#SearchText:focus {
	max-width: 100%;
}
.sbutton {
    top: 0;
    right: 0;
	padding: 0px 8px 0px 8px;
    height: 32px;
}
.sbutton i.bx {
    font-size: 24px;
}
.logo {
    margin-right: 0px;
}

	}

@media (max-width: 650px) {

.section22 {
    padding-top: 8px;
}
.header-up {
    padding-left: 0px;
}
#SearchText {
    background: #ffffff;
    padding: 2px 35px 2px 4px;
}
.cd-dropdown-wrapper {
    margin-right: auto;
}
.logo.logo-d {
    width: 230px;
    margin: 0px auto 12px auto;
}
.section2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.stellarnav .menu-toggle {
    font-size: 13px!important;
    font-weight: 600;
}
.pcat {
    padding: 11px 10px 11px 15px;
    font-size: 13px;
    font-weight: 600;
    margin-right: -12px!important;
}

}
	
	

	