/*
Theme Name: Envo eCommerce Child
Version: 1.6
Template: envo-ecommerce
*/

.wcpt-navigation.wcpt-header.wcpt-always-show.nav-fixed {
    position: fixed;
	top: 30px;
	left: 60px;
	z-index: 2;
	width: 59%;
}

.page h2.single-title{
font-size: 36px!important;
margin-bottom: 15px;
}
h2.subtitle{
font-size: 12px;
background: #1e1e1e;
margin: 0;
text-align: center;
padding-bottom: 5px;
color: #666;
}



@media (min-width: 600px) {
#woocommerce_widget_cart-1.cart-fixed {
    position: fixed;
	top: 30px;
	right: 60px;
	z-index: 2;
	width: 28%;
}
}

@media (max-width: 600px) {
.wcpt-navigation.wcpt-header.wcpt-always-show.nav-fixed {
    top: 0px;
    left: 10px;
    width: calc(100% - 20px);
}
}