.stuck {
  	position:fixed;
  	top:0;
  	width: 100%;
  	padding: 0;
  	height: 100px;
  	background: #FFF;
  	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	animation: slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}
.top-header {
    width: 100%;
    height: 40px;
    background: #8c734b;
    color: #fff;
    background-image: url(/.element/img/top-bg.jpg);
    background-repeat: repeat-x;
}
.top-header h5 {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 40px;
}
.top-header ul {
    line-height: 40px;
    text-align: right;
}
.top-header ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    font-weight: 500;
}
.top-header ul li:last-child {
    margin: 0;
}
.top-header ul li i {
    color: #9bc33f;
    margin-right: 15px;
}

header {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	height: 100px;
	z-index: 10;
    background-color: #fff;
}

header .icon-menu-container {
	margin-left:40px;	
}

header .logo-container {
	margin-left:40px;
	flex-grow: 1;	
}

header .ecwid-cart {
	margin-right:40px;
}

header .ecwid-shop-now {
	margin-right:30px;
}

html#ecwid_html body#ecwid_body .ec-minicart--m .ec-minicart__counter::after {
	background-color: #9bc33f !important;	
}

html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default circle[fill].cart-not-empty {
    fill: #9bc33f !important;
}

header .logo a {
	display: block;
}

header .logo img {
	
}

@media screen and (max-width: 767px) {
	.top-header{
		padding:10px 0;
		height:auto;}
	
	.top-header h5 {
		line-height:normal;
	    font-size: 11px;
		text-align:center;}
	
	.top-header ul{
		line-height:normal;}
		
	.top-header ul {
		text-align:center;}
			
	.top-header ul li{
		margin:0;
		font-size:12px !important;
		margin:6px 0;
	}
	.ecwid-search {
		display: none;
	}
	header .logo-container {
	   	margin-left: 0;
    	text-align: center;
	}
	header .icon-menu-container {
		margin-left:20px;	
	}
	header .ecwid-cart {
		margin-right:20px;
	}
	header .ecwid-shop-now {
		margin-right:0;
		
	}
	header .ecwid-shop-now a {
		font-size: 8px;
    	padding: 3px;
	}

}

@media (min-width: 768px) {
	
}

@media screen and (max-width: 40em) {
	
	
}
