.woocommerce div.product.type-product form.cart, .woocommerce div.product p.cart {
    float: none !important;

}

p.demo_store {
background: skyblue;
color: white;
	opacity: 0.92;
}


.breadcrumb {
    display: none;
}

@media only screen and (max-width: 768px) {
.nav-search {
    display: block;
}
.nav-search .searchform {
    background: transparent;
    color: #fff;
}
	
	.nav-search ::-webkit-input-placeholder { color: #fff;}
	
}