@font-face {
	font-family: 'SansMeat';
	src: url('/fonts/SansMeat-ProportionalRegular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SansMeat';
	src: url('/fonts/SansMeat-ProportionalBold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'SansMeat-Compressed';
	src: url('/fonts/SansMeat-CompressedRegular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SansMeat-Compressed';
	src: url('/fonts/SansMeat-CompressedBold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'SansMeat-Wide';
	src: url('/fonts/SansMeat-WideRegular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SansMeat-Wide';
	src: url('/fonts/SansMeat-WideBold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}

div.save-prompt span.noty_text
{
	color: transparent !important;
	content: 'Save changes and continue editing?';
}

div.save-prompt::before
{
	content: 'Save changes and continue editing?';
}

button.save strong::after
{
	content: ' and Continue';
}

body {
	font-family: 'SansMeat', sans-serif !important;
	padding-top: 7rem;
	padding-bottom: 3rem;
	background-color: #4F0423 !important;
}

h1, h2, h3, h4 {
	font-family: 'SansMeat-Wide', sans-serif !important;
	font-style: bold;
	font-size: 32px;
	text-transform: uppercase;
}

.hidden {
	display: none !important;
}

.alert .material-icons {
	line-height: 1.5;
}

.alert-danger {
    background-color: #f8d7da !important;
}

.pointer {
	cursor: pointer;
}
a {
	color: #E10600;	
}

.btn {
	text-transform: uppercase;
	font-weight: bold !important;
}

.btn-primary {
    color: #fff;
    background-color: #E10600;
    border-color: #E10600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active
 {
    color: #fff;
    background-color: #990000;
    border-color: #990000;
}

.btn-lg {
	font-size: 19px;
}

.label > a {
	color: #fff; 
}
.label > a:hover {
	color: #fff;
}

nav .nav-link.btn
{
	font-size: 1.5rem !important;
}

nav .nav-link.btn:hover
{
	color: #E10600 !important;
}

/*
.masthead {
	margin: 10px 0px;
}

.masthead-logo-login {
	margin-bottom: 10px;
}

.img-masthead-brand {
	margin-bottom: 10px;
}

nav.navbar {
	margin-top: 15px;
	padding: 0px;
}

nav.navbar .navbar-nav {
	width: 100%;
	border-top: 1px solid #fff;
	margin-top: 0px;
}

nav.navbar .navbar-nav {
	border-left: 1px solid #fff;
}

nav.navbar .navbar-nav li {
	border-right: 1px solid #fff;
	text-transform: uppercase;
	padding: 5px;
}
*/
/*---- ---- */
@media screen and (max-width: 576px) {
	nav .nav-link {
		display: inline-block;
		text-align: left;
		z-index: 1;
	}
	nav .btn-group {
		display: block;
		justify-content: space-between;
		position: relative;
	}
	nav .nav-link.dropdown-toggle {
		text-align: right;
		position: absolute;
		right: 0px;
		width: 35%;
		z-index: 0;
		/*display: inline-flex;*/
	}
	nav .nav-link.dropdown-toggle:active {
		z-index: 0;
		/*display: inline-flex;*/
	}
	nav .dropdown-submenu .dropdown-toggle::after {
		transform: rotate(0deg);
	}
	nav .dropdown-item {
		white-space: normal;
	}
}

@media screen and (min-width: 576px) {
	nav .nav-link {
		padding-right: 0px !important;
	}
	nav .nav-link.dropdown-toggle {
		padding-left: 0px !important;
	}
	.nav-item {
		padding: 0px 10px;
	}
}

.dropdown-menu .dropdown-item {
	position: relative;
}

.dropdown-menu .material-icons {
	position: relative;
	top: 6px;
}

/*--------------------- submenu nav -------------------- */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a *:hover {
	text-decoration: underline;
}

.dropdown-submenu:focus,
.dropdown-item:focus
{
	background-color: #fff !important;
}

.dropdown-item.active, 
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #260212;
}

.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4F0423 !important;
    border-color: #4F0423 !important;
}

.dropdown-submenu .dropdown-toggle {
	cursor: pointer;
}

.dropdown-submenu .dropdown-toggle::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}


.div-search {
	margin-left: 5px;
}

form#srchform .input-group-btn button,
form#srchform .input-group-btn a {
	height: 33px;
}

.btn-group-header button,
#cartContent button,
#cartCollectionContent button {
	height: 33px;
}

#searchInput {
}

form#srchform .input-group-btn button,
form#srchform .input-group-btn a {
	height: 33px;
}

.btn-group-header button,
#cartContent button {
	height: 33px;
}

.badge-dark {

    color: #fff;
    background-color: #343a40;

}
.badge-pill {

    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;

}


.advanced-search-link {
	padding-left: 15px;
}

.nav-main {
	font-family: 'Tungsten';
	font-weight: normal;
	font-size: 32px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.panel-heading a
{
	margin-top: 5px;
}

.bg-primary {
    background-color: #E10600 !important;
}

/*--------------------- breadcrumb -------------------- */
.breadcrumb {
	padding: .5rem 1rem !important;
	margin-bottom: 10px !important;
}

/*--------------------- main content -------------------- */
.container-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.row-main-content {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

/* -------------------- right column ------------------ */
#content-container-right .card {
	margin-bottom: 20px;
}

#content-container-left {
	color: #fff;
}

#content-container-left .card
{
	color: #202020;
}

.panel-heading strong {
	font-family: 'Tungsten', sans-serif !important;
	font-size: 28px !important;
	text-transform: uppercase;
}

#search-container {
	margin-bottom: 10px;
}

.div-search {
	display: inline-block;
	margin-left: 5px;
}

.btn-save-cart {
	margin-left: 5px;
}

#evirosmart_logo_wrapper {
	margin-top: 25px;
}

/* --------------------- footer styles ----------------- */
.row-footer {
	margin: 20px 0px 10px 0px;
}

/* --------------------- dialog box ----------------- */
.dialog {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 30000;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.dialog > .wrapper {
	position: absolute;
	left: 50%;
	top: 200px;
	width: 350px;
	margin-left: -175px;
	background-color: white;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid black;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.dialog .message {
	margin-bottom: 10px;
	white-space: pre;
}

.dialog .action {
	font-weight: bold;
	margin-bottom: 15px;
}

.dialog .title {
	font-weight: bold;
	margin-bottom: 5px;
}

.dialog a + a {
	margin-left: 5px;
}

.dialog .btn-danger {
	float: right;
}
