.top-shop-menu{
	padding:0px;
	text-align: center;
	z-index: 10;
	background-color: #fff;
}

.top-shop-menu .count{
	display: none;
}

.top-shop-menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;

}
.top-shop-menu ul li{
	list-style: none;
	display: inline-block;
	padding: 0px;
	margin: 0px 15px;
}

.top-shop-menu ul li a{
	font-family: "Cormorant Upright", Sans-serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 2em;
	letter-spacing: 0.4px;
	color: #54595F;
}

.top-shop-bar .elementor-element-populated{
	padding:0px !important;
}


.max-h-150{
	max-height:150px;
	overflow: hidden;
}

.max-h-150 .elementor-widget-container{
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
}


.woocommerce-page div.product div.images, 
.woocommerce-page div.product div.summary
{
	width:100%;
	float:none;
}