
nav #icon img{
	display: none;
}


.sticky {
		position: fixed;
		top: 0;
		width: 100%;		
		z-index: 2;
		visibility: visible;
		animation-name:fadeInUp;
		top: 0;
		width: 100%;
		padding-top: 0px !important;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		z-index: 9;
		box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
		height: 60px;
		background-color:#fcfcfc;
		padding: 10px 0px;
    }
    .sticky nav{
    	border: unset;
	    width: 90%;
	    height: 60px;
	    margin: auto;
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: center;
	    align-items: center;
    }
    .sticky nav .content{
    	background: unset;
    	border: unset;
    	justify-content: flex-end;  
    	flex: 2;  	
    }
    .sticky nav .content:after{
    	all: unset;
    }
    .sticky nav .content:before{
    	all: unset;
    }
    /*.sticky nav #icon{
    	padding-left: 40px;
    	transition: all 0.8s ease; 
    	z-index: 1;
    }*/
    .sticky nav #icon > img{
    	display: block;
    	width:165px;
    	float: left;
    	   	
    }    
    
    .sticky .content .links li a, .content .links li label {
	    font-size: 17px;
	   	font-weight: 500;
	    padding: 4px 15px;
	    border-radius: 5px;
	    transition: all 0.3s ease;
	    text-decoration: none;
	    color: #262262;
	}
	.sticky .content .links ul li{
		border-bottom: 1px solid #262262;
	}
	.sticky .content .links ul li a{
		font-size: 15px;
	}
	.sticky .content .links ul{
   		background: #fff;  
	}
	.sticky nav .content .links {
		margin: unset !important;
    
	}
	.sticky .stickyshow{
		display: block !important;
		margin-left: 50px;
		color:#3faa4a !important;
	}
	.sticky .content .links .stickyshow > a{
		padding: 4px 4px 4px 4px !important;
		color: #3faa4a !important;
	}
	.sticky .trackshipment-sticky{
		display: block !important;
		margin-left: 30px;
		color:#3faa4a !important;
	}
	.sticky .content .links .trackshipment-sticky > a{
		padding: 4px 4px 4px 4px !important;
		color: #3faa4a !important;

	}
	.sticky .sticky-not-show{
		display: none !important;
	}



	@media screen and (max-width: 1100px){

		.sticky .stickyshow{
		
			color:#ffffff !important;
		}
		.sticky .content .links .stickyshow > a{			
			color: #ffffff !important;
		}
		.sticky .menu-section{
			width: 100%;
		}
		.sticky .menu-icon{
			z-index: 3;
			width: 70px;			
			color: #000;
			position: absolute !important;
			right: 100px !important;
			top: 20px;

		}
		.sticky .hamburger {
	        display: block;
	        cursor: pointer;
	        position: fixed;
			justify-content: center;
			top: 17px;
			right: 80px;
			color: #262262;
	    }
    .sticky .hamburger > span{
    	color: #262262 !important;
    	background-color: #262262;
    }
		/*.sticky nav .menu-icon i{
			display: block;
			color: #000	;
			z-index: 5;
			border: 2px solid #fff;

		}*/
		.sticky nav{
	    	align-items: center;
	    	justify-content: unset;
	}

