.simpleCart_items {
  max-width: 1050px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .simpleCart_items > div {
    max-width: 100%;
    flex: 1 1 100%; }

.headerRow {
  border-bottom: 1px solid grey;
  display: flex;
  justify-content: space-around; }

.itemRow {
  border-bottom: 1px solid grey;
  display: flex;
  justify-content: space-between; }
  .itemRow > div {
    min-width: 138px; }

.header-checkout {
  background-image: url(https://cdn.iglobalstores.com/images/deathwishcoffee-bg.jpg);
  height: 160px;
  color: white;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px; }

form#checkoutForma {
  max-width: 1050px;
  padding: 30px;
  margin: 50px auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  form#checkoutForma > div {
    align-self: flex-start;
    width: 47%; }

.field--wrapper input[type="text"], select, #password_confirm, input#checkout_promo_code, #checkout_card_number {
  background: #fff;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #eee;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  padding: 8px 0px !important;
  height: inherit;
  width: 100%;
  display: inline-block; }

.field--wrapper input[type="text"]:focus, select:focus, #password_confirm:focus, input#checkout_promo_code:focus, #checkout_card_number:focus {
  border-color: #ef3536; }

input#checkout_promo_code.col-md-12 {
  width: 100%;
  margin: 0;
  background: #fff;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #eee;
  height: 35px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  padding-left: 5px !important;
  box-shadow: none; }

textarea#customerOrderNotes.col-md-12 {
  margin: 10px 0 0;
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 1.5; }

#purchaseOrderCheckBox span {
  font-weight: bold; }

#sCountry, #state, #bCountry {
  margin-bottom: 15px; }

select {
  height: 39px; }

.field--wrapper label.show, label.inputLabel {
  top: 0px;
  left: 0px;
  right: auto;
  position: relative;
  height: 10px;
  text-align: left; }

label.inputLabel {
  height: 0px;
  display: none; }

.field--wrapper label {
  font-size: 13px;
  opacity: 1; }

.field--wrapper label.on {
  color: #ef3536; }

#cardNumberLabel {
  display: none; }

.maxLength {
  bottom: 0px; }

.expiry {
  margin-top: 20px; }

table#checkout {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.btn-primary {
  background-color: #ef3536;
  opacity: 1 !important;
  border: 0px;
  width: 100%;
  font-size: 16px;
  padding: 15px;
  max-width: 100% !important;
  border-radius: 2px;
  font-weight: bold; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  border: 0px;
  opacity: 1 !important;
  background-color: #ef3536; }

#checkout {
  width: 100%; }

#billingAddress {
  margin-top: 30px; }

#checkout_card_number {
  width: 100%;
  margin-left: 0px;
  box-shadow: 0 0 0; }

#cardNumberLabel {
  right: inherit; }

#password_confirm {
  width: 25%; }

td {
  padding: 5px 0px; }

.radio, .checkbox {
  padding: 5px 0px 5px 20px; }

table.productTable a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: white; }

table.productTable img.productThumb {
  max-width: 40px;
  max-height: 40px; }

.continueShopping {
  padding-left: 0px !important;
  padding-right: 0px !important; }

table.productTable .continueShopping a {
  overflow: visible !important;
  width: 100% !important;
  height: inherit;
  background: #ef3536;
  border-radius: 2px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 16px; }

table.productTable .continueShopping a:hover {
  text-decoration: none;
  background: #ef3536; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th:hover {
  background-color: transparent; }

.table-striped > tbody > tr > td {
  padding: 16px 8px; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: transparent; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

#emailTempCart a, #iglobalCreatorId a, #iglobalCreatorId, #displayDutyTaxLink a {
  color: #000; }

#emailTempCart {
  padding-top: 30px; }

#billingAddress .col-md-10 {
  width: 100%; }

.row {
  position: relative; }

#countryThumbnail {
  position: absolute;
  right: 50px;
  width: inherit;
  padding: 0px;
  z-index: 10;
  top: 8px; }

.termsAndConditions a, .generalOrderMessaging a {
  cursor: pointer; }

.field--wrapper label.show, label.inputLabel {
  top: 0px;
  left: 0px;
  right: auto;
  position: relative;
  height: 10px;
  text-align: left; }

.address_form {
  background: white;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25); }

/*# sourceMappingURL=style.css.map */
