
.menuWrapper
{
	position: fixed;
	width: 100%;
	height: 65px;
	top: 0;
	left: 0;
	background-color: white;
	color: #003057;
	white-space: nowrap;
	z-index: 10;

	/*background-image: url("/pub/images/background/header_bg.jpg");*/
	background-size: auto 65px;
	background-position-y: -1px;
	border-bottom: 2px solid #006EA0;
}

.menuCavity
{
	padding: 5px;
	display: inline-block;
	vertical-align: top;
}

.mHCSearchText, 
.mHCSearchButton
{
	font-size: 14px;
	background-color: white;
	color: #003057;
}

.mHCSearchText:hover, 
.mHCSearchButton:hover
{
	background-color: rgba(0, 0, 0, 0.05);
}

.mHCCart, 
.mHCHeaven
{
	width: 50px;
	height: 50px;
	font-size: 38px;
	background-color:white;
	color: #003057;
	border-radius: 3px;
	text-align: center;
	vertical-align: top;
	margin: 0px 0px;
	padding: 0px 0px;
	line-height: 40px;
}

.mHCCart
{
	background-image: url('/pub/images/logos/cart_small.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
}

.mHCCart:hover, 
.mHCHeaven:hover, 
.mHCUserButton:hover
{
	background-color: rgba(0, 0, 0, 0.05);
}

.mHCUserButton
{
	position: relative;
	height: 50px;
	width: 70px;
	background-color: white;
	color: #003057;
	border-radius: 3px;
	text-align: right;
	vertical-align: bottom;
}

.mHCUserLogged
{
	position: relative;
	height: 50px;
	width: 70px;
	background-color: white;
	color: #003057;
	border-radius: 3px;
	text-align: right !important;
	border: 1px solid rgba(0, 0, 0, 0);
}

.mHCUserLogged:hover
{
	cursor: default;
}

.mHCCart, 
.mHCHeaven, 
.mHCUserButton, 
.mHCSearchText
{
	border: 1px solid rgba(0, 0, 0, .3);
}

.mHCSearchButton
{
	border-top: 1px solid rgba(0, 0, 0, .3) !important;
	border-right: 1px solid rgba(0, 0, 0, .3) !important;
	border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
}

.mHCSearchText
{
	width: 8vw;
	height: 25px;
	padding: 2px;
	padding-left: 10px;
	margin: 0px 0px;
	margin-right: -4px;
	font-size: 14px;
	color: #003057;

	border-radius: 3px;
	border-right: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.mHCSearchText::placeholder
{
	color: #0060AC;
}

.mHCSearchText:focus
{
	width: 20vw;
}

.mHCSearchFields:focus
{
	background-color: rgba(0, 0, 0, 0.05);
	outline: none;
}

.mHCSearchButton
{
	width: 30px;
	height: 31px;
	padding: 2px;
	margin: 0px 0px;
	border-radius: 3px;
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.heavenWrapper
{
	display: none;
	position: fixed;
	right: 0px;
	height: 100vh;
	width: 270px;
	color: white;
	padding: 10px;
	padding-bottom: 50px;
	top: 65px;
	background-color: #004c80;
}

.heavenWrapper button
{
	padding-left: 10px;
	margin-bottom: 3px;
	text-align: left;
	width: 100%;
	height: 30px;
	border: none;
	border-radius: 5px;
	background-color: #002a60;
	border: 1px solid rgba(0,0,0,0);
	color: white;
}

.heavenWrapper button:hover
{
	background-color: #003b70;
	border: 1px solid white;
}

.menuHCHSubDiv
{
	padding: 5px;
	font-size: 12px;
}

.mHCBorder
{
	border: 1px solid #333;
}

.mHCBox
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
	border: none;
}

.mHCCInlay
{
	line-height: normal;
	height: 15px;
	width: 15px;
	font-size: 10px;
	position: absolute;
	border: 2px solid rgba(0, 0, 0, .1);
	background-color: white;
	color: #003057;
	border-radius: 15px;
	top: 5px;
	left: 20px;
}

.mCursorPointer:hover
{ 
	cursor: pointer;
}

.mCursorDefault:hover
{ 
	cursor: default;
}

.categoryWrapper
{
	position: fixed;
	top: 65px;
	left: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #0079aa;
	color: #d2d9e7;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
	z-index: 0;
}

.filterWrapper
{
	width: 100%;
	padding-left: 15vw;
	text-align: left;
}
.filterDiv
{
	display: inline-block;
}

.select2-container--default .select2-selection--single
{
	background-color: #0079AA;
	/*border: 1px solid rgba(255, 255, 255, .3) !important;*/
	border: none;
	border-radius: 3px;
	color: white;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder
{
	color: #BBF;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
	background-color: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b
{
	border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
}

.select2-container--default:hover .select2-selection--single:hover .select2-selection__arrow b:hover
{
	border-color: white transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b
{
	border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
}

.select2-container--default.select2-container--open:hover .select2-selection--single:hover .select2-selection__arrow b:hover
{
	border-color: transparent transparent white transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable
{
	background-color: #0079AA;
	color: white;
}

.select2-results__option--selectable
{
	background-color: #008ABB;
	color: #DDD;
}

.select2-dropdown
{
	border: none;
}

.select2-search--dropdown
{
	background-color: #008ABB;
}

.select2-results__options::-webkit-scrollbar-track
{
	background-color: #006899;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
	color: #EEE;
}

.select2-container--default .select2-results__option--selected
{
	background-color: #006899;
}

.menuAdminChangeCustomerDiv
{
	border: .5px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	margin-bottom: 3px;
}
