@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;
	height: 100%;
}

body {
    height: 100%;
    margin: 0;
	  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cbccc8)) fixed;	
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.checkoutInput {
	height: 40px; 
	line-height: 40px;
	padding: 10px;
	border: 1px solid #e2e2e2;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	border-radius: 5px;
	width: calc(100% - 20px);
}
a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.productEntry {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;	
    margin-top: 10px;
	flex-flow: row nowrap;
	display: flex;
	
}

.productEntry .counter {
	float: left;
	display: flex;	 
	width: 40px;
	color: #fff;
	background-color: #2c85c1;
	font-weight: bold;
	 align-items: center;
  justify-content: center;
	text-align: center;
}

.productEntry .details {
	padding: 20px;
	float: left;
	width: calc(100% - 40px);
}

.productEntry .details2 {
	padding: 20px;
	float: left;
	width: calc(100% - 140px);
}

.productEntry .perc {
	padding: 20px;
	float: left;
	width: 80px;
	}



.productEntry:hover {
	text-decoration: none;
	background-color: #f9f9f9;
}
.productEntry .infor {
	color: #555;
	display: block;
	font-size: 14px;
	margin-top: 10px; 
	text-transform: uppercase;
}
 .title {
	font-size: 18px;
	color: #31465b;
	font-weight: bold;
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.productEntry .brand {
	font-size: 14px;
	margin-top: 5px;
	display: block;
	color: #888;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.learnMorebtnR {
	background-color: #2c85c1;
	padding: 10px;
	color: #000;
	cursor: pointer;
	border: 0px;
	text-align: center;
	color: #fff;
    text-decoration: none;
	display: block;
	width: calc(100% - 20px);
	height: 50px;
	font-family: 'Open Sans';
	border: 0px;
	line-height: 50px;
	margin: auto;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-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 {
	background-color: #31465b;
	text-decoration: none;
}

.learnMorebtnR2 {
	background-color: #3192d3;
	padding: 10px;
	border-radius: 10px;
	width: calc(100% - 20px);
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;	
		font-family: 'Open Sans';
	
	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;	
	text-transform: uppercase;	
	border: 0px;
	height: 50px; 
	line-height: 50px;	
}

.learnMorebtnR2:hover {
	background-color: #31465b;
}

	.opt-name {
			padding: 10px;			
		}
.selectize-dropdown-content {
	max-height:500px !important;
}
		.selectize-input { 
			height: auto;
        }
        
        .selectize-input, .selectize-input input {
        	line-height: 40px !important;
        	text-align: left !important;
        	width: 100%;
        }
        
        .selectize-control.single .selectize-input {
        	background: #fff !important;
        	height: 61px;
	border: 1px solid #e2e2e2 !important;
        	margin-top: 0px !important;        	
        	margin-left: 0px !important;        	
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important;;        	
        }
			.opt-val {
			display: block;
			color: #888;
			font-size: 10px;
				padding: 0px;
		}
		
#overlay2 {
	background-color: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	filter: alpha(opacity = 30);
	opacity: 0.3;
	z-index: 99998;
}
		
#header {
	background-color: #31465b;
	padding: 10px;
	height: 160px;
	width: calc(100% - 20px);
}

#header .logo {
	background-image: url('../images/logo.png');
		width: 140px;
		display: block;
		height: 140px;
		margin: auto;
		text-indent: -999999px;
		background-size: 140px 140px;
}
.popheading {
	display: block;
	background-color: #31465b;
	text-transform: uppercase;
	padding: 10px;
	color: #fff;
	font-family: 'Open Sans';
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
}

#dialog_new {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999; /* 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 */
}

.black {
	background-color: #000;
	color: #fff;
}

/* 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 */
}