.natonic-title h2 strong {
    letter-spacing: 1px;
}
.category-brand .featured-products .item {
	border-color: transparent;
	text-align: center;
}
.category-brand .featured-products .item:hover {
	z-index: 2;
	text-align: center;	
}
.category-brand .item .name {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	min-height: 0;
	margin: 7px 0;
}
.category-brand .item a {
	color: #333;
}
.mini-products-list .item p.price {
	color: #000;
	font-weight: bold;
	font-size:1.2em;
}
.mini-products-list .item:last-child {
	border-bottom: none;
}
div.overlay {
	position: fixed;
	width: 100%;
	z-index: 999;
	right: -100%;
	content: " ";
	bottom: 0;
	transition: 0.6s;
}
.header-minicart .block-cart {
	position: fixed;
	max-height: none;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
	max-width: 85%;
	display: block;
	right: -100%;
	bottom: 0;
	transition: 0.6s;
}

.header-minicart .title {
	padding: 15px 10px;
	border: none;
	margin: 0; 
}
.minicart-actions {
	padding: 5px 15% 10px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: white;
	border-top: double 4px #f2f2f2;
}
.minicart-actions a {
	width: 100%;
	border-radius: 3px;
}
.minicart-actions a.cart-link {
    background: #fff!important;
    color: #333;
    box-shadow: inset 0 0 0 2px #333;
    margin-bottom: 10px;
}
#cart-sidebar::-webkit-scrollbar {
	background: transparent!important;
}
#cart-sidebar::-webkit-scrollbar-thumb {
	background: #888!important;
}
.promotion {
	color: #000;
	background: rgba(142,198,69,0.2);
}
.mini-products-list h4 {
    font-size: 1.1em;
    line-height: 1.4em;
}
.mini-products-list span.remove {
	margin-top: 20px;
}
.mini-products-list span.remove a {
	color: grey;
	font-size:1.5em;
	margin:0;
}
.header .minicart-wrapper #cart-sidebar {
    max-height: calc(100vh - 415px);
}
input.qty {
    max-width: 2em;
}
.nav-v2 {
	width: 100%;
	left: 0;
	position: relative;
}
.nav-content {
	width: 100%;
	position: absolute;
	left: 0;
	display: none;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.05);
	background: white;
}
.nav-content li {
	line-height: 1.8em;
}
.nav-content p {
	margin-bottom: 10px;
}
.nav-content > div > * {
	padding: 10px 15px;

}
.brands-list ul {
	float: left;
	width: 33%;
}
.brands-list li {
	width: 100%;
}
.brands-list,
.nav-v2 .imgcloud {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.vitamins-list {
	width: 32%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.vitamins-list ul {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.imgcloud p {
	text-align: center;
}
.imgcloud a {
    display: block;
    float: left;
    width:20%;
    padding: 5px;
    box-sizing: border-box;
}
.for-vitamins .imgcloud {
	width: 48%;
}

.nav-list>li {
	float: left;
	text-transform: uppercase;
}
.nav-list>li>a {
	margin: 0 15px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	display: block;
}
.nav-list>li>a:hover {
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3);
}
.nav-list>li:hover > .nav-content {
	display: block;
	transition: 0.6s;
}
.nav-list li.last {
	float: right;
}
.nav-v2 a {
	color: #575757;
	transition: 0.6s;
}
.category-brand a.nav-1,
.category-health-welness a.nav-2,
.category-skincare-beauty a.nav-3,
.category-monther-baby a.nav-4,
.category-home-fragrance a.nav-5,
.category-gifting a.nav-6,
.category-sale a.nav-7 {
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.3);
}
@media screen and (min-width: 768px)  {
	
	.header-minicart .block-cart,
	.overlay {
		top: 160px;
		/* height: calc(100vh - 160px); */
	}
	.sticked-header .header-minicart .block-cart,
	.sticked-header .overlay {
		top: 82px;
		/* height: calc(100vh - 81px); */
	}
	.header-minicart .block-cart #cart-sidebar {
		height: calc(100% - 240px);
		max-height: none;
		position: absolute;
		width: 100%;
	}
	.header-minicart .block-cart {
		min-width: 480px;
	}
}
@media screen and (min-width: 992px)  {
	.header-minicart .block-cart,
	div.overlay {
		top: 198px;
		/* height: calc(100% - 198px); */
	}
}
@media screen and (max-width: 767px)  {
	.header-minicart .block-cart,
	.overlay {
		top: 78px!important;
		/* height: calc(100vh - 117px); */
	}
	.menu-mobile .logo {
		padding-left: 65px;
	}
	div.overlay {
	    background: rgba(0,0,0,0.3);
	}
	.sticked-header .header-minicart .block-cart,
	.sticked-header .overlay,
	.page > .header.sticked-header .menu-mobile #header-cart {
		top: 82px;
		/* height: calc(100vh - 82px); */
	}
}
.header-minicart .block-cart.skip-active,
.skip-active + div.overlay {
	right: 0;
	transition: 0.6s;
}