body {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}
input[type=text], input[type=password], input[type=number], select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=button], input[type=submit], input[type=reset], button{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid black;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=checkbox] {
    width: 18;
    height: 18px;
}
th {
	color: #fff;
	background: #00335f;
}
hr {
	border-top: 1px solid rgb(218 218 218);
}
.bg {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.6;
	padding: 3em;
	min-height: 100vh;
}
.bg:before {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: -1;
	display:block;
	content:"";
}
.login-container {
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1em;
	background: #e7e7e7;
}
.signup-container {
	margin-top:2em;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1em;
	background: #fbfbfb;
}
.logo {
	min-height: 200px;
	width: 100%;
	background: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.logo-dark {
	height: 100px;
	width: 100%;
	background: url("../images/logo-dark.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 1.5em;
}
@media (min-width: 600px) {
	.login-container {
		max-width: 600px;
	}
	.signup-container {
		max-width: 800px;
	}
	.left {
		min-height: 700px !important;
	}
}
.main: {

}
.left {
	padding: 1em;
	background-color: #00335f;
	min-height:100%;
	color: #fff;
}
.right {
	padding: 1em;
	height: 100%;
	overflow-y: scroll;
}
.menu {
	width: 100%;
	text-align: left;
	margin-left: 10px;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 1em;
}
.menu:hover {
	background: #5abcf5;
}
.menu.active {
	border-left: 5px solid #5abcf5;
}
.sort {
	float:right;
	font-size: 18px;
}
.sort > i {
	cursor: pointer;
	margin-right: 5px;
}
.order-form-container {
	margin-left:auto;
	margin-right: auto;
	width: 90%;
}
.product-container {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #dddddd;
	margin-top: 1em;
	padding: 6px;
}
.product-container:hover {
	border: 1px solid #179ad5;
}
input.order-input {
	width: 20px;
	height: 20px;
}
input.order-input-text, select.order-input-text {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    height: 48px;
}
.product-description {
	color: #999999;
	font-size: 14px;
}
.product-price {
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}
.product-original-price {
	color: #F00;
	text-decoration: line-through;
	font-weight: 400;
	font-size: 16px;
	text-align: right;
	margin:0;
}
.order-section {
	text-align:center;
	margin-top: 1em;
	margin-bottom:1em;
}
.order-spacing {
	margin-top: 1em;
	margin-bottom:1em;
}
.order-total {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.paypal-btn {
	text-align: center;
	padding: 5px;
	background:#6ed7ff;
	cursor: pointer;
	width: 300px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin:auto;
}
#progressbar {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e8e8e8;
}
#progressbar li {
  list-style-type: none;
  cursor: pointer;
  color: #99a2a8;
  font-size: 18px;
  width: calc(100%/5);
  float: left;
  position: relative;
  font-family: 'Font Awesome 5 Free';
}
#progressbar li:first-child:before {
  content: "\f07a";
}
#progressbar li:nth-child(2):before {
  content: "\f05a";
}
#progressbar li:nth-child(3):before {
  content: "\f09d";
}
#progressbar li:nth-child(4):before {
  content: "\f0ae";
}
#progressbar li:nth-child(5):before {
  content: "\f058";
}
#progressbar li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 16px;
  z-index: -1;
}
#progressbar li:last-child:after {
  width: 150%;
}
#progressbar li.active {
  color: #3276b2;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #3276b2;
  color: white;
}
.form-error {
	margin-top: 1rem;
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 18px;
}