/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */



body, button, input, textarea {
    font-family: "Montserrat", sans-serif;
	font-size: 85%;
}

.entry-header {
	text-align: right !important;
	padding-top: 15px !important;
}

h1{
	font-weight: bold;
}

.wp-block-cover{
	min-height: 800px;
}

.woocommerce-info{
	background-color: #98a2a8;
}

.site-search{
	display: none;
}

.page-item-6{
	display: none !important;
}

.dataTables_filter{
	margin-right:2px !important;
}

.additional_information_tab{
	padding-left:2px !important;
}

.site-info{
    display: none;
}

.footer-widget-1{
	width: 35% !important;
}

.storefront-handheld-footer-bar{
	display:none;
}

table a:hover{
	color: #5b68c7;
	text-decoration:underline !important;
}