/**
 * Theme Name: APPROVED
 * Template:   storefront
 */

body {
	font-family: Arial, sans-serif !important;
}

.site-header {
	border: 0px !important;
	margin-bottom: 10px !important;
}

.site-branding {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

.site-branding img {
	display: block !important;
	margin: 0 auto !important;
}

.current-menu-item {
	text-decoration: underline !important;
  	text-underline-offset: 4px !important;
}

.current-menu-item a {
	color: #000000 !important;
}

a:visited {
  color: #000000 !important;
}

.entry-title, .site-search, .woocommerce-products-header, .storefront-breadcrumb, .storefront-sorting, .wc-tabs, .related, .site-info {
	display: none !important;
}

.woocommerce-tabs .panel {
	width: 100% !important;
	float: none !imporant;
}

img {
	border-radius: 0px !important;
}

.woocommerce-message {
	background-color: #ff0000;
}

@media (max-width: 1000px) {
    body .is-layout-grid {
        margin: 0 auto;
    }
}