
.portfolio_nav { display:none; }




@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(360px, 0px);
		-ms-transform: translate(360px, 0px);
		transform: translate(360px, 0px);
		-o-transform: translate(360px, 0px);
	}
}


.product_meta {
  display: none;
}

.related.products  h2{
  display: none !important;
}

span.price{
display: none !important;
}

a.add_to_cart_button{
display: none !important;
}

.price{
display: none !important;
}

.page_title_wrapper{
display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.product_meta {
  display: none;
}

.related.products  h2{
  display: none !important;
}

span.price{
display: none !important;
}

a.add_to_cart_button{
display: none !important;
}

.price{
display: none !important;
}

.page_title_wrapper{
display: none !important;
}}

@media only screen and (max-width: 767px) {
.product_meta {
  display: none;
}

.related.products  h2{
  display: none !important;
}

span.price{
display: none !important;
}

a.add_to_cart_button{
display: none !important;
}

.price{
display: none !important;
}

.page_title_wrapper{
display: none !important;
}}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.product_meta {
  display: none;
}

.related.products  h2{
  display: none !important;
}

span.price{
display: none !important;
}

a.add_to_cart_button{
display: none !important;
}

.price{
display: none !important;
}

.page_title_wrapper{
display: none !important;
}}
