@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;1,300&family=Yanone+Kaffeesatz:wght@300;500&display=swap');

* {
	margin: 0px;
	padding: 0px;
}

html {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #000000;
}

.swal2-container {
	z-index: 9999999999999999999 !important;
}
#show-date {
	background: none;
	font-size: 40px;
	cursor: pointer;
	border: 0px;
	width: 25px;
	margin: auto;
	display: block;
}
label.error {
    display:block;
	margin-top: 5px;
	color: red;
	font-style: italic;
	font-size: 12px;	
}

label.error::before {
  content: "* ";
}


body {
	background-color: #fff;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.headerlink {
	float: left;
	font-size: 12px;
	margin-left: 15px;
}


.menuLocation {
			background-color: #f0f0f0;
			color: #4d525d;
			padding: 10px;
			font-size: 11px;
		    font-family:  "Helvetica";
			display: block;
			text-align: center;
			white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
			z-index: 99999;
			border-bottom: 1px dashed #e2e2e2;
	   }
		
	      .accountMenu {
	   	display: none;
	   	border: 1px solid #e2e2e2; 
	   	border-top: 0px; 
	   	z-index: 9999999;
	   	position: absolute; 
	   	border-radius: 0px 0px 5px 5px; 
	   	width: 130px; 
	   	margin-top: 30px;
	   	border-bottom: 0px; 
	   	background-color: #ffffff;
	    }
	    
	    .accountMenu:hover {
	    	display :block;
	    }
	    
	     #accountDiv {
	    	height: 30px;
	    }
	    

        #accountDiv:hover .accountMenu {
		display: block;
		}
	    
.checkoutInput {
	height: 50px;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	text-indent: 10px; box-sizing: border-box;	
	border-radius: 3px;
	display: block;
	background-color: #fffcfc;	
}
.checkoutInput:hover {
	background-color: #f9f9f9;
}
.checkoutInput::placeholder {
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
}



.input {
        border: 1px solid #d4d4d4;
		font-size: 12px;
	     background: #fcfcfc;
	
		height: 25px;
		text-indent: 5px;
		width: 300px;
		display: block;
		margin-top: 5px;
		font-family: Tahoma;
	        outline: 0;
	        text-align: left;
        text-transform: none;
	  border-radius: 3px;
        color: #808080;
	      line-height: 1;
        outline-offset: -2px; /* Opera */
        box-shadow: inset 0 -1px 2px rgba(0,0,0,.05);
}


input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.selectedVote {
	color:#2654a1;
}
a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.menuToggle  { 
  transition: 0.3s;
}
.searchBoxShow  { 
  transition: 0.3s;
}

.searchIndexPlaceHolder2 {
	height: 35px;
}
.cartBtn  { 
  transition: 0.3s;
}

.menuToggle:hover {
	color: #2654a1;
}
.searchBoxShow:hover {
	color: #2654a1;
}
.cartBtn:hover {
	color: #2654a1;
}
    
    

#overlay {
	background-color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	filter: alpha(opacity = 90);
	opacity: 0.9;
	z-index: 99998;
}

#overlay_light {
	background-color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	filter: alpha(opacity = 30);
	opacity: 0.3;
	z-index: 99999;
}

#overlay2 {
	background-color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	filter: alpha(opacity = 30);
	opacity: 0.3;
	z-index: 99998;
}

#dialog {
	z-index: 99999;
    -moz-box-shadow: 0px 0px 3px #cccccc;
    -webkit-box-shadow: 0px 0px 3px #cccccc;
    box-shadow: 0px 0px 3px #cccccc;
    border: 2px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
		width: 90%;
	margin-left: -45%;
	font-family: 'Open Sans';
    -webkit-border-radius: 5px;
}



#dialog_new {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999999999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
#dialog_content_new {
	background-color: #fefefe;
	margin: 20px auto; /* 15% from the top and centered */
	-webkit-box-shadow: 0px 0px 3px #cccccc;
	box-shadow: 0px 0px 3px #cccccc;
	border: 2px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 90%; /* Could be more or less, depending on screen size */
}

.popheading {
	display: block;
	background-color: #000;
	text-transform: uppercase;
	padding: 10px;
	color: #fff;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 16px;
}
#dialog2 {
	z-index: 9999;
    -moz-box-shadow: 0px 0px 3px #cccccc;
    -webkit-box-shadow: 0px 0px 3px #cccccc;
    box-shadow: 0px 0px 3px #cccccc;
    border: 2px solid #000;
		width: 90%;
	margin-left: -45%;
	
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.web_dialog_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 390px;
	width: 100%;
	margin: 0; 
	padding: 0;
	background: #000000;
	opacity: .15;
	filter: alpha(opacity = 15);
	-moz-opacity: .15;
	z-index: 101;
	display: none;
	    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.web_dialog {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	padding: 0px;
	z-index: 102;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.web_dialog_content {
	height: 100%;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.oos {
	font-size: 18px;
	position: absolute;
}

#header {
	background-color: #fff;
	padding-bottom: 0px;
}

hr {
	background-color:#e2e2e2 ;
	padding: 0px;
	height: 1px;
	border: 0px;
}

.mobileMenu {
  background-color: #fff; /* Black background color */
  position: fixed; /* Make it stick/fixed */
  top: -57px; /* Hide the navbar 50 px outside of the top view */
  width: 100%; /* Full width */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  transition: top 300ms;
}

.sticky2 {
  position: fixed;
  z-index: 2;
	background-color: #fff;
  border-top: 0;
}

#header .logo {  
	font-size: 40px;
	position: relative;	

	margin-left: 10px;
	display: block;
	height: 125px;
	width:125px;
	background-size: 125px 125px;
	background-repeat: no-repeat;
	background-image: url('../images/dv-logo.png');
	text-indent: -9999999999px;
}

   #index_cart {
    	color: #000;
    	display: block;
    	cursor: pointer;
    	margin: 10px; 
    	margin-top: 20px;
    	float: right;
    }
    

       #index_cart2 {
    	color: #000;
    	display: block;
    	cursor: pointer;
    	margin: 10px; 
    	margin-top: 20px;
    	float: right;
    }


	.cartPop {
		position: fixed;
		display: none;
		background-color: #fff;
		margin-top: 0px;
		font-family: 'Open Sans';
		padding: 10px;
	}

	
.learnMorebtnR2 {
	padding: 10px;
	color: #000;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #2654a1;	
	border: 1px solid #2654a1;	
    text-decoration: none;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: auto;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 5px;
    width: 150px;
	letter-spacing: 2px;
font-family: 'Yanone Kaffeesatz', sans-serif;
	
		  -webkit-transition: all 0.2s ea-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;	
}

	   .learnMorebtnR2:hover {
    text-decoration: none;
	background-color: #000;
	border: 1px solid #000;	   	
}

.basketIndexItem:hover .removeFromCart {
	display: block;
}
#header .logo2 {  
	font-size: 40px;
	position: relative;	
	margin-top: 5px; 
	margin-bottom: 5px;
	display: none;
	display: block;
	height: 47px;
	width:128px;
	background-repeat: no-repeat;
	background-image: url('../images/logo2.png');
	text-indent: -9999999999px;
}

.logoBlock {
	width: 200px;
	margin: auto;
	display: block;
}

.navBlock {
	position: relative;
	margin: auto;

}

.menuDiv {
    	position: fixed; 
    	overflow: auto;
    	left: 0px; 
    	height: 100%; 
    	background-color: #fff; 
    	padding: 10px; 
	   z-index: 9999999999;
    }
    


#nav {
		display: block;
		margin: auto;	
}


#nav ul {
		display: block;
		color: #000000;
  		padding: 0;
 		list-style: none;
}

#nav li {
	display: block;
		position: relative;
		list-style: none;
			font-family: 'Open Sans';
		line-height: 47px;
		z-index: 1009;
	text-indent: 20px;
	border: 3px solid #fff;
}

#nav li:hover {
	border-bottom: 3px solid #333333;
}

#nav li:hover a {
	color: #333333;	
	
cursor: pointer;	
}

.tickerDiv {
	background-color: #333;
	text-align: center;
	color: #fff;
	padding: 15px;
}

.tickerDiv a {
	color: #fff;
	text-decoration: underline;
}

.tickerDiv a:hover {
	color: #f0f0f0;
}


.indexDiv {
	opacity: .9;		
		  -webkit-transition: all 0.2s ea-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	color: #2654a1;	
	padding-bottom: 10px;
}
.indexDiv:hover {
	text-decoration: none;
	color: #000;
}

.indexDiv:hover .learnMorebtnR {
    text-decoration: none;
	background-color: #2654a1;
	border: 1px solid #2654a1;	
	
}

.productEntry {
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
	margin-left: 15px;
	padding: 5px;
	cursor: pointer;
	margin-top: 10px;	
}

.productEntry6 {
	cursor: pointer;
}


.timeSelect {
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
	margin-left: 15px;
	padding: 10px;
	cursor: pointer;
	margin-top: 10px;	
}



.selectedDevice:hover {
	background-color: #f9f9f9;
	cursor: pointer;
}

.selected {
	background-color: #f9f9f9;
}

.selected:hover {
	background-color: #f9f9f9;
}

.selectLiquids {
	background-color: #fff;
	font-family: 'Open Sans';
	margin-top: 10px; 
	border: 1px solid #e2e2e2;
	padding: 10px;
}
#footer {
	z-index: 9999;
		font-family: 'Open Sans';
		color: #555;
		font-size: 14px;	
		background-color: #f0f0f0;
		padding: 30px;	
}

	.barStores {
		display: inline; 
		border: 1px solid #e2e2e2;
		width: auto; 
		
		background-color: #000;
        color: #fff;		
		font-family: Arial; 
		font-weight: bold; 
		text-align-last:center; 
		text-align: center; 
		outline: 0; 
		margin: 0px;
		padding: 5px;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	.barStores:hover {
		cursor: pointer;
		background-color: #fff;
		color: #000;
}

	.barStores:focus {
		cursor: pointer;
		background-color: #fff;
		color: #000;
}



#footer ul li {
	display: block;
	margin-top: 10px;
}



#footer ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #555;	
}
#footer ul li a:hover {
	text-decoration: underline;
}
.inputStyle{
	float: left;
	border-radius :0px 5px 5px 0px;	
	padding: 10px;
	width: calc(50% - 42px);
	border: 0px;
	height: 13px;
	border: 1px solid #e2e2e2;
}

.headingP {
	float: left;  
	margin-bottom: 5px;
	font-weight: bold; 
	padding: 10px; 
	text-align: right; 
	background-color: #f0f0f0; 
	width: 50%;
	overflow: hidden; 
	white-space: nowrap;
	border-radius :5px 0px 0px 5px; 
	height: 15px;
	line-height: 17px;
}

.productEntry:hover {
	background-color: #f9f9f9;
	border: 1px solid #e2e2e2;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #000;
	text-decoration: none;
}
.productEntry .title2 {
display: block;
	text-align: center;	
	text-transform: uppercase;
}

.listingOptions {
	
  text-indent: 1px;
   
  text-overflow: '';	
}

.listingOptions:disabled {
	
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';	
}
.productEntry .title2 a {
font-size: 16px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;  
	text-overflow: ellipsis;  
	width: 99%;	
	font-weight: bold;	
	color: #000;
		font-family: 'Open Sans';
}
.title2 {
	font-size: 18px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	font-weight: bold;
	color: #000;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.productEntry .price {
	color: #000;
	text-align: center;	
	font-weight: normal;	
	font-size: 14px;	
	display: block;	
}

.productEntry .ratings {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #555;
}
.productEntry .ratings {productim
    margin-right: 5px;
    position: relative;
	top: 1px;
}

.productEntry:hover .productImg img {
	opacity: .1;
	
}

.productEntry:hover .ratings {
	color: #2654a1;
}

.productDsc {	
	display: none;
	font-size: 12px;
	height: 190px;
	line-height: 18px;
	z-index: 998;
	color: #000;
	padding: 10px;
	opacity: .9;
	cursor: pointer;
	background: none;
	text-decoration: none;
	padding-top: 5px; 
	text-align: center;
	font-weight: normal; 
	overflow: auto;
	padding-bottom: 5px;
	position: absolute;
}

.productEntry:hover .productDsc {
	display: block;
}

.productEntry:hover .productDsc:hover {
	display: block;
	text-decoration: none;
}
.price {
	margin-top: 10px; 
	font-weight: bold; 
	font-family: 'Open Sans', sans-serif;
	color: #2c539e;
	font-size: 12px;
}
h1 {
					font-family: 'Open Sans';
					text-align: center;
	margin-top: 10px;
	 margin-bottom: 10px;
				
}

.heading {
	font-size: 20px;
	font-weight: bold;
					font-family: 'Open Sans';
					text-align: center;
	margin-top: 10px;
	 margin-bottom: 10px;
				
}

h2 {
					font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 10px;
	 margin-bottom: 10px;	
}

h3 {
					font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 10px;
	 margin-bottom: 10px;	
}

.pricedisplay {
	color: #555;
	font-weight: bold;
	font-size: 20px;
}



.brand {
	color: #888888;
	font-weight: normal;
	font-family: 'Ultra', sans-serif;   
	font-size: 16px;
}

.productEntry .btn {
	display: block;
	width: auto;
	margin: auto;
	margin-top: 10px;
			  -webkit-transition: all 0.2s ea-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	display: block;
border-radius :5px;
	padding: 0;
	margin-bottom: 10px;
border: none;
background: none;
		padding: 5px;
	margin-top: 10px;
	background: #2754a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #2754a0 0%, #2b5eaf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2754a0), color-stop(100%,#2b5eaf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2754a0 0%,#2b5eaf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2754a0 0%,#2b5eaf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2754a0 0%,#2b5eaf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2754a0 0%,#2b5eaf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2754a0', endColorstr='#2b5eaf',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	width: 100px;
	font-weight: bold;
	cursor: pointer;
}

.learnMorebtn {
	border: 1px solid #e2e2e2;
	padding: 10px;
	color: #000;
	text-align: center;
	cursor: pointer;	
	color: #555;
    text-decoration: none;
	display: block;
	background-color: #fff;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: auto;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 5px;
    width: 150px;
	letter-spacing: 2px;
		
		  -webkit-transition: all 0.2s ea-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;	
font-family: 'Yanone Kaffeesatz', sans-serif;
}

.learnMorebtn:hover {
    text-decoration: none;
	background-color: #2654a1;
	border: 1px solid #2654a1;
	color: #fff;
}

.selectedTime {
	background-color: #000;
	color: #fff;
}


.learnMorebtnR {
	padding: 10px;
	color: #000;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;	
    text-decoration: none;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: auto;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 5px;
    width: 150px;
	letter-spacing: 2px;
font-family: 'Yanone Kaffeesatz', sans-serif;
	
		  -webkit-transition: all 0.2s ea-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;	
}

	   .learnMorebtnR:hover {
    text-decoration: none;
	background-color: #2654a1;
	border: 1px solid #2654a1;	
}



.button {
	padding: 10px;
	color: #000;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;	
    text-decoration: none;
	display: block;
	width: calc(100% - 20px);
	height: 40px;
	line-height: 40px;
	margin: auto;
	margin-top: 10px;
	font-size: 16px;
    letter-spacing: 2px;
font-family: 'Yanone Kaffeesatz', sans-serif;
	
		  -webkit-transition: all 0.2s ea-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;	
}

	   .button:hover {
    text-decoration: none;
	background-color: #2654a1;
	border: 1px solid #2654a1;	
}



    .searchButton {
	padding: 10px;
	color: #000;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;	
    text-decoration: none;
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: auto;
	margin-top: 10px;
	font-size: 16px;
	border-radius: 5px;
    width: calc(20% - 20px);

     -webkit-transition: all 0.2s ea-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;	
}

	   .searchButton:hover {
    text-decoration: none;
	background-color: #333333;
	border: 1px solid #333333;	
}
#nav li a {
		display: block;
		height: 45px;
		font-size: 14px;
		outline: none;
		text-decoration: none;		
		color: #000;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-family: 'Open Sans';
		font-weight: bold;
}

.shippingItem {
	background-color: #fff;         
}



.shippingItemAlt:hover {
	background-color: #fcf8e3;
	color: #000;
}

.shippingItemAlt {
	background-color: #f9f9f9;         
}

.shippingItemAlternate {
	background-color: #f9f9f9;
}

.shippingItem:hover{
	background-color: #feede6;
	color: #000;
}

.shippingItem:active {
	background-color: #fcf8e3;	
}

.shippingItem:hover a{
	color: #000;
}


.shippingItemActive {
	background-color: #fcf8e3;
	color: #000;
}

.shippingItemActive:hover {
	background-color: #fcf8e3;
	color: #000;
}

.shippingItemActive a {
	color: #000;
}

.fifteen {
	width: calc(15% - 10px);
	margin-left: 10px;
}
.thirty {
	width: calc(30% - 10px);
	margin-left: 10px;
}
#nav li a:hover {
	color: #333333;
}

.deal-hd {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
}

.deal-hd:after {
  content: '';
  height: 1px;
  background: #b1b1b1;
  flex: 1;
	margin-left: 10px;	
	margin-right: 10px;	
}
.deal-hd2 {
  flex: 1;
  display: flex;
  align-items: center;
font-family: 'Open Sans';
  margin: 0;
}
.deal-hd2:after {
  content: '';
  height: 1px;
  background: #e2e2e2;
  flex: 1;
	margin-left: 30px;	
	margin-right: 30px;	
}

.notCaptured {
	background-color: #fdfcf1 !important;
}
.selectedDiv {
	background-color: #f0f0f0;
}

.selectedDiv2 {
	background-color: #f9f9f9;
}



		.darkred {
	background-color: darkred;
			color: #fff;
		}
		.searchResultsEntry {
			background-color: #f9f9f9;
			border-bottom: 1px dashed #e2e2e2;
            padding: 10px;	
			z-index: 999999999;
			position: relative;		
            cursor: pointer;
        }
        .searchResultsEntry:hover {
		background-color: #f0f0f0;
        }
        
        .menuDivIndex {
    width: 1226px;
	border: 5px solid #f0f0f0;
	padding: 20px;
	display: none;
	z-index: 999999;
	margin: auto;
    left: 0;
    right: 0;
	background-color: #fff;
	position: absolute;
	margin-top: 53px;
	font-weight: normal;
}


.listing {
	margin-left: 30px;
	list-style-position: inside; 
}

.textarea {
	margin-left: 30px;
}

.textarea li {
	margin-top: 10px;
}

.listing li {
	margin-top: 10px;
}

.menuHovering {
	background: none;
	background-color: #f0f0f0;
}
.storeEntry img {
	opacity: .9;
}

.storeEntry:hover img {
	opacity: 1;
}
.storeEntry:hover {
background-color: #f9f9f9;
	}
.custom-file-upload {
    border: 1px solid #ccc;
    display: block;
	background-color: #f9f9f9;
	padding: 10px;
	width: 50%; 
	margin: auto;
    cursor: pointer;
	font-size: 14px;	
}

.custom-file-upload:hover {
	background-color: #f0f0f0;
}
.menuDivIndex a {
	color: #000;
	text-transform: uppercase;	
	display: block;
}

.flagicon {
		opacity: .3;
	   width: 20%; 
	   float: left; 
	   text-align: center; 
	   display: inline; 
	   margin-top: 0px;
		}
		
		.flagicon:hover {
		opacity: 1;
		}

		.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.menuLink {
	display: block;
	font-size: 14px;
	padding: 10px;
	}
	
	
.menuLink:hover {
	display: block;
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	background-color: #fff;
	}

	
	.highlight {
	background-color: #f0f0f0;
		font-weight: bold;
	}
		.rotate.down{
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	position: relative;
	top: 0px;
    transform: rotate(45deg);
}
		


