body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

.ills {
 
 width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-info{margin: 35px 0}

button {
  border: 2px solid #000;
  padding: 15px 25px;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}
.logo img{max-width: 100%;}
.logo {
  text-align: center;
  padding: 15px;
}





.text-info {
  font-size: 16px;
  color: #666;
  text-align: justify;
  padding: 15px;
}


#total_sub_total{display: none;}


.simplecheckout-cart-totals.cupone {
  display: flex;
  align-items: center;
}