@CHARSET "ISO-8859-1";

html,
body {
}

body {
	  padding-top: 4rem;
	  padding-bottom: 3rem;
	  font-family: "Bilo", sans-serif;
	  font-weight: 600;
}

.hidden {
	display: none !important;
}

.btn-primary {
	background-color: #d40520 !important;
	border-color: #d40520 !important;
}

.btn-yellow {
	background-color: #fdc33a !important;
	border-color: #fdc33a !important;
}

.btn-primary:hover {
	filter: brightness(75%) !important;
}

.alert .material-icons {
	line-height: 1.5;
}
.alert-danger {
    background-color: #f8d7da !important;
}

.pointer {
	cursor: pointer;
}

.label > a {
	color: #fff; 
}
.label > a:hover {
	color: #fff; 
}

.nav-item a {
	font-weight: 400;
}

.category-link .img-link {
	height: 150px;
}

.img-text-link {
	padding-top: 50px;
}

.category-link h2 a {
	color: #000;
	text-decoration: none;
}
.category-link h2 a small {
	font-size: 20px;
}

/*
.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;
	}
	#navbarCollapse {
		padding: 0px 5px;
	}
	body {
		padding-top: 8rem;
	}
	
	header .headerContainer h1 {
		font-family: Sentinel;
		font-size: 3.2em;
	}
	
	header .headerContainer h2 {
		font-size: 1.3em;
	}
}

@media screen and (min-width: 576px) {
	.btn-group.show ul.dropdown-menu.show {
		position: absolute;
	}
	nav .nav-link {
		padding-right: 0px !important;
	}
	nav .nav-link.dropdown-toggle {
		padding-left: 0px !important;
	}
	.nav-item {
		padding: 0px 10px;
	}

	header .headerContainer h1 {
		font-family: Sentinel;
		font-size: 5.2em;
	}
	
	header .headerContainer h2 {
		font-size: 1.6em;
	}
}

.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 .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;
}


/*--------------------- breadcrumb -------------------- */
.breadcrumb {
	margin-bottom: 10px !important;
}

/*--------------------- main content -------------------- */
.row-main-content {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

/* -------------------- right column ------------------ */
#content-container-right .card
{
	margin-bottom: 20px;
}

.panel-heading strong {
	font-size: 16px;
}

#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 ----------------- */


/* --------------------- 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;
}
