.empty-cart .content {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.empty-cart .simplecheckout-button-right {
  text-align: center;
}

.simple-content {
  margin: 0px 5px;
}
.simple-content fieldset {
  text-align: left;
}

.simple-content fieldset h3 {
  margin: 0;
}
.simple-content .name {
  float: none !important;
}
.simple-content .button,
#simplecheckout_login .button {
  margin: 0px !important;
}
.simple-content .buttons {
  margin: 0px 0px 15px 0px;
  border: none;
}
.simple-content .form-control {
  width: 100%;
}
#simplecheckout_login .buttons {
  margin: 0;
  border: none;
  background: inherit !important;
  padding: 0px !important;
}
.simplecheckout {
  width: 100%;
}
.simplecheckout:after {
  content: "";
  display: block;
  clear: both;
}
.simplecheckout-button-block:after {
  content: "";
  display: block;
  clear: both;
}
.simplecheckout-three-column {
  float: left;
  margin-right: 2%;
  min-width: 200px;
  max-width: 500px;
  width: 32%;
}
.simplecheckout-three-column
  + .simplecheckout-three-column
  + .simplecheckout-three-column {
  margin-right: 0px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .simplecheckout-three-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100%;
  }
}
.simplecheckout-left-column {
  float: left;
  margin-right: 10px;
  min-width: 280px;
  max-width: 900px;
  width: 52%;
}
.simplecheckout-right-column {
  float: right;
  min-width: 280px;
  max-width: 900px;
  width: 46%;
}
@media (min-width: 768px) {
  .simplecheckout-right-column {
    padding: 20px;
    box-shadow: 0 3px 12px 0 rgba(33, 33, 33, 0.15);
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .simplecheckout-right-column {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }
}
@media (min-width: 1024px) {
  .simplecheckout-left-column {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .simplecheckout-left-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100% !important;
  }
  .simplecheckout-right-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .simplecheckout label.col-sm-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .simplecheckout label.col-sm-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.simplecheckout-block {
  clear: both;
  margin-bottom: 20px;
}
.simplecheckout-block .form-group:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .simplecheckout-block-content > fieldset:nth-of-type(2),
  .simplecheckout-block-content > fieldset:nth-last-of-type(2) {
    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: left;
  }
}
.simplecheckout-block-content:after {
  content: "";
  display: block;
  clear: both;
}
.simpleregister {
  margin-bottom: 5px;
}
.simpleregister-block-content {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .simpleregister-block-content > fieldset:nth-of-type(2),
  .simpleregister-block-content > fieldset:nth-last-of-type(2) {
    width: 49%;
    margin-right: 1%;
    float: left;
    text-align: left;
  }
}
.simpleregister-block-content:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .simpleregister-block-content .simplecheckout-customer {
    width: 100%;
  }
}
.simpleregister-button-block {
  overflow: auto;
  margin-bottom: 20px;
  padding: 6px;

  background: none repeat scroll 0 0 #ffffff;
  text-align: right;
}
.simpleregister-button-right {
  float: right;
  text-align: right;
}
.simpleregister-button-left {
  float: left;
  text-align: left;
}
.simplecheckout-methods-table {
  width: 100%;
}
.simplecheckout-methods-table td.code {
  width: 1px;
}
.simplecheckout-methods-table td.title {
  padding: 5px;
}
.simplecheckout-methods-table td.title label {
  display: block !important;
}
.simplecheckout-methods-table td.quote {
  width: 15%;
  text-align: right;
}
.simplecheckout-methods-description {
  padding: 5px;
  margin: 5px 0px;
}
.simplecheckout-required {
  color: #f02323;
  font-weight: bold;
}
.simplecheckout-button-block {
  clear: both;
  margin-bottom: 20px;
  padding: 6px;
  background: none repeat scroll 0 0 #ffffff;
  text-align: right;
}
.simplecheckout-button-right {
  /* float: right;
    text-align: right; */
  text-align: left;
  margin-bottom: 15px;
}
.btn[data-onclick="createOrder"],
#button-confirm {
  font-size: 18px;
  padding: 11px 20px;
  display: inline-block;
  width: 100%;
}
.simplecheckout-button {
  display: inline-block;
  padding: 6px 12px 6px 12px;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  background: url("../image/button.png") top left repeat-x;
  -webkit-box-shadow: 0px 2px 2px #e5e7f1;
  -moz-box-shadow: 0px 2px 2px #e5e7f1;
  box-shadow: 0px 2px 2px #e5e7f1;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 12px;
  cursor: pointer;
  -khtml-border-radius: 7px 7px 7px 7px;
}
.simplecheckout-button-left .button {
  margin: 0;
}
.simplecheckout-button:hover {
  background: url("../image/button-active.png") repeat-x;
}

#simplecheckout_customer .simplecheckout-block-content {
  text-align: center;
}
.simplecheckout-login {
  display: inline-block;
}
.simplecheckout-login-left {
  width: 50%;
  text-align: left;
}
.simplecheckout-login-right {
  width: 50%;
  text-align: left;
}
.simplecheckout-login-right .button {
  float: left;
  margin: 0;
}
.simplecheckout-login-right input {
  max-width: 160px !important;
  text-align: left;
}
#simplecheckout_cart .form-control {
  min-width: 150px;
}
/* .simplecheckout-cart {
  margin: 0px !important;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e5e7f1;
  border-right: 1px solid #e5e7f1;
  border-left: 1px solid #e5e7f1;
} */
#total_sub_total {
  margin-top: 20px;
}
.simplecheckout-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.simplecheckout-cart-total.simplecheckout-cart-buttons {
  justify-content: flex-end;
}
.simplecheckout-cart-total .buttons {
  background: inherit !important;
  padding: 0px !important;
}
.simplecheckout-cart-total input {
  margin-right: 0px !important;
  max-width: 100px;
}
.simplecheckout-cart-total-value {
  display: inline-block;
  margin: 0px 8px;
  min-width: 120px;
  text-align: right;
  font-weight: 600;
  margin-left: auto;
  padding-left: 12px;
}
.simplecheckout-cart-total-remove {
  display: inline-block;
  width: 18px;
  text-align: center;
}
.simplecheckout-cart-total-remove img {
  vertical-align: -2px;
  cursor: pointer;
}
.simplecheckout-cart col.image {
  width: 5%;
}
.simplecheckout-cart col.model {
  width: 10%;
}
.simplecheckout-cart col.price {
  width: 10%;
}
.simplecheckout-cart col.total {
  width: 10%;
}
.simplecheckout-cart col.remove {
  width: 7px;
}
.simplecheckout-cart th {
  padding: 8px;
  border-bottom: 1px solid #e5e7f1;
  background-color: #f7f8fb;
  color: #4d4d4d;
  font-weight: bold;
}
.simplecheckout-cart th.image {
  width: 1px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: static !important;
}
.simplecheckout-cart th.name {
  text-align: left;
  color: #fb3f3d;
}
.simplecheckout-cart .name {
  font-size: inherit !important;
}
.simplecheckout-cart .name .section-description {
  margin-top: 8px;
  font-weight: bold;
  font-size: 16px;
}
.simplecheckout-cart .name .section-description .text-muted {
  font-weight: 400;
}
.simplecheckout-cart th.model {
  text-align: center;
}
.simplecheckout-cart th.quantity {
  text-align: center;
}
.simplecheckout-cart .price {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 7px;
}
.simplecheckout-block .cart-total-price {
  display: block;
  min-width: 120px;
  font-weight: 700;
  font-size: 14px;
  padding-right: 8px;
}
.simplecheckout-block .cart-total-price-sm {
  font-size: 13px;
  font-weight: 500;
  color: #999999;
}
.simplecheckout-cart .total {
  text-align: right;
  font: inherit !important;
  font-weight: bold !important;
}
.simplecheckout-cart .quantity {
  display: table-cell !important;
  float: none !important;
  position: static !important;
}
.simplecheckout-cart th.remove {
  width: 7px;
  text-align: center;
}
.simplecheckout-cart td {
  padding: 7px;
  border-bottom: 1px solid #e5e7f1;
  vertical-align: top;
}
.simplecheckout-cart td.image {
  text-align: center;
  display: table-cell;
  vertical-align: middle !important;
  position: static !important;
  width: 1%;
}
.simplecheckout-cart td.name div.image {
  display: none;
}
.simplecheckout-cart td.model {
  text-align: center;
}

/*.simplecheckout-block .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}*/

.simplecheckout-block .input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.simplecheckout-block .input-group-prepend {
  margin-right: -1px;
}

.simplecheckout-block .input-group-append {
  margin-left: -1px;
}

.simple-content .input-group > .input-quantity {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.simplecheckout-cart td.quantity {
  min-width: 70px;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
}
.simplecheckout-cart td.quantity input {
  float: none !important;
}
.simplecheckout-cart td.quantity .input-group {
  margin: auto !important;
}
.price-quantity-wrapper {
  margin-top: 8px;
}
.simplecheckout-cart td.quantity .quantity button {
  margin: 0 !important;
}
.simplecheckout-cart td.quantity img {
  display: inline-block;
  border: 0px;
  cursor: pointer;
}
.simplecheckout-cart .quantity {
  margin-right: 5%;
}
.simplecheckout-cart .quantity .input-quantity {
  height: 35px;
  width: 55px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  border: none;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #fb3f3d;
  border-bottom: 1px solid #fb3f3d;
}
.simplecheckout-cart .quantity .input-quantity:hover {
  border-color: #ddd;
}
.simplecheckout-cart .quantity .btn-quantity {
  background-color: transparent;
  border: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  width: 35px;
  height: 35px;
}
.simplecheckout-cart .quantity .btn-quantity .icon {
  padding: 0;
  margin: 0;
  font-size: 11px;
}
.simplecheckout-cart .quantity .btn-quantity:hover {
  background-color: #f9f9f9;
}
.simplecheckout-cart td.price {
  text-align: right;
  white-space: nowrap;
  display: table-cell !important;
  font: inherit !important;
}
.simplecheckout-cart td.total {
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
}
.simplecheckout-cart td.remove {
  padding-right: 3px;
  padding-left: 3px;
  width: 7px;
  vertical-align: middle;
  text-align: center;
}
.simplecheckout-cart td.remove .btn {
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 1;
  margin: auto;
  color: #e64040;
  padding-left: 7px;
  padding-right: 7px;
}
.simplecheckout-cart td.remove .btn:hover {
  text-decoration: none;
  color: #bb4b4b;
}
.simplecheckout-cart td.product-warning {
  color: #f02323;
  font-weight: bold;
}
.simplecheckout-cart td.right {
  vertical-align: middle;
  text-align: right;
}
.simplecheckout-three-column .simplecheckout-cart col.image,
.simplecheckout-three-column .simplecheckout-cart th.image,
.simplecheckout-three-column .simplecheckout-cart td.image,
.simplecheckout-three-column .simplecheckout-cart col.price,
.simplecheckout-three-column .simplecheckout-cart th.price,
.simplecheckout-three-column .simplecheckout-cart td.price,
.simplecheckout-three-column .simplecheckout-cart col.model,
.simplecheckout-three-column .simplecheckout-cart th.model,
.simplecheckout-three-column .simplecheckout-cart td.model {
  display: none;
}
.simplecheckout-three-column .simplecheckout-cart td.name .image {
  display: block;
}
.simplecheckout-scroll {
  overflow-y: scroll;
  max-height: 300px;
}
.simplecheckout-error-text {
  display: block;
  width: 100%;
  margin-top: 3px;
  font-size: 14px;
  color: #f02323;
}
.simplecheckout-warning-text {
  margin: 5px 0;
  font-weight: bold;
}
.simplecheckout-proceed-payment {
  display: none;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
#simple_payment_address_block {
  margin-top: 15px;
}
.simplecheckout-customer-same-address {
  text-align: left;
  margin: 15px 0px;
  font-size: 14px;
}
.simplecheckout-customer-same-address input {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}
#simplecheckout_login {
  margin: auto;
  text-align: center;
}
#simplecheckout_payment_form {
  padding: 5px;
}
#simplecheckout_payment_form .checkout-content {
  display: block;
}
#simplecheckout_payment_form div.buttons {
  display: none;
}
#simple_login_layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99990;
  display: none;
  width: 100%;
  background-color: #000000;
}
#simple_login {
  position: fixed;
  z-index: 99991;
  display: none;
  padding: 5px;
  width: 300px;
  height: 250px;
  border: 1px solid #ffd9ff;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  background: none repeat scroll 0 0 #ffffff;
  -khtml-border-radius: 7px 7px 7px 7px;
}
#simple_login:after {
  content: "";
  display: block;
  clear: both;
}
#simple_login_header {
  padding: 0px 0px;
  text-align: right;
}
#simple_login_header img {
  margin: 0 0 0 auto;
}
.you-will-be-registered {
  font-weight: bold;
  margin-bottom: 10px;
}
.simplecheckout label,
.simpleregister label {
  font-weight: 600;
}
.radio {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}
.radio:last-child {
  margin-bottom: 0;
}
.radio label input {
  vertical-align: middle;
  /*    margin-top: -4px;*/
  margin-right: 5px;
}
#simple_summary {
  display: none;
}
#simplecheckout_step_menu {
  margin-bottom: 10px;
}
.simple-step {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #d9d9d9;
  color: #000000;
  font-size: 13px;
  -khtml-border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  margin-bottom: 5px;
}
.simple-step-current {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #38b0e3;
  color: #ffffff;
  font-size: 13px;
  -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-delimiter {
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  margin: 0px 5px;
}
.simple-step-completed {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #38b0e3;
  color: #ffffff;
  font-size: 13px;
  -khtml-border-radius: 5px 5px 5px 5px;
}
.simple-step-completed a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px !important;
}
.simplecheckout-summary-info {
  margin-top: 15px !important;
}
.simplecheckout-summary-info th.name {
  text-align: left;
}
.simplecheckout-summary-info td {
  text-align: left;
}
.simplecheckout-cart-buttons .buttons {
  border: none !important;
  padding: 0 !important;
}
#simple_login .simplecheckout-block-content {
  border: none !important;
}
#temp_flat_container {
  text-align: center;
  margin: 10px 0px 20px 0px;
}
#simplecheckout_comment .simplecheckout-block-content {
  border: 0 !important;
  padding: 0 !important;
}
#simplecheckout_comment textarea {
  width: 100% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
}
.simple-content input[type="text"],
.simple-content input[type="password"],
.simple-content input[type="email"],
.simple-content input[type="tel"],
.simple-content input[type="phone"],
.simple-content input[type="date"],
.simple-content input[type="time"],
.simple-content select,
.simple-content textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px !important;
}
.checkout-heading:after {
  content: "";
  display: block;
  clear: both;
}
.simple-content .checkout-heading {
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
}
.checkout-heading span {
  display: inline-block !important;
  float: left;
}
.checkout-heading-button {
  float: right !important;
  display: inline-block !important;
}
.simplecheckout-select-address {
  text-align: left;
  margin-bottom: 10px;
}
.simple-captcha-container {
  margin-top: 5px;
}
.simplecheckout-tooltip {
  display: none;
}
#easyTooltip {
  padding: 5px;
  border: 1px solid #ccc;
  background: #fde910;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0px 2px 2px #e5e7f1;
  -moz-box-shadow: 0px 2px 2px #e5e7f1;
  box-shadow: 0px 2px 2px #e5e7f1;
  opacity: 1 !important;
}
#easyTooltip:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fde910;
}
.simplecheckout-cart i {
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .simplecheckout-cart col.image,
  .simplecheckout-cart th.image,
  .simplecheckout-cart td.image {
    display: none;
  }
  .simplecheckout-cart col.model,
  .simplecheckout-cart th.model,
  .simplecheckout-cart td.model {
    display: none;
  }
  .simplecheckout-cart col.price,
  .simplecheckout-cart th.price,
  .simplecheckout-cart td.price {
    display: none;
  }
  /*  .simplecheckout-cart td.name div.image {
        display: block;
    }*/
}
@media only screen and (max-width: 1000px) {
  .simplecheckout-cart col.model,
  .simplecheckout-cart th.model,
  .simplecheckout-cart td.model {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #total_shipping span:first-child {
    max-width: 300px;
    display: inline-block;
  }
  td.quantity button[data-onclick*="Quantity"] {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  #total_shipping span:first-child {
    max-width: 200px;
    display: inline-block;
  }
}
.row-customer_register .radio {
  display: inline-block !important;
  margin-right: 10px;
}
.simplecheckout-vertical-menu .checkout-heading {
  cursor: pointer;
  margin-bottom: 3px;
}
.simplecheckout-steps-wrapper {
  padding: 10px;
}
.simple-step-vertical-completed {
}
#agreement_checkbox label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
#agreement_checkbox a {
  color: #000;
}
#agreement_checkbox a:hover {
  color: #777;
}
#agreement_checkbox .checkbox {
  margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
  border: 0;
}

.simplecheckout-cart td.name .product-name {
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 1.25;
  padding-top: 4px;
}
.simplecheckout-cart td.name .product-name a {
  color: #444;
}
.simplecheckout-cart td.name .product-name a:hover {
  color: #999;
}
#simplecheckout_payment_address label {
  font-weight: bold;
}
.custom-modules > .inputs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}

.custom-modules > .inputs .input-group {
  margin-left: auto !important;
}
.custom-modules > .inputs .button {
  border: none;
  height: 40px;
  padding: 10px 12px;
}
.custom-modules > .inputs .form-control {
  min-width: 120px !important;
}
.simplecheckout-button-left {
  text-align: left;
}
#simplecheckout_payment .radio ~ .form-group {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #efefef;
  color: #515151;
}

#simplecheckout_payment .radio ~ .form-group label {
  font-weight: 400;
}

#simplecheckout_payment .radio ~ .form-group::before {
  content: "";
  display: block;
  border: 1em solid #efefef;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#simplecheckout_shipping .form-check ~ .form-group,
#simplecheckout_payment .form-check ~ .form-group {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #efefef;
  color: #515151;
}

#simplecheckout_shipping .form-check ~ .form-group label,
#simplecheckout_payment .form-check ~ .form-group label {
  font-weight: 400;
}

#simplecheckout_shipping .form-check ~ .form-group::before,
#simplecheckout_payment .form-check ~ .form-group::before {
  content: "";
  display: block;
  border: 1em solid #efefef;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
@media (min-width: 576px) {
  #simplecheckout_customer .form-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  #simplecheckout_customer .form-group {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #simplecheckout_customer
    .simplecheckout-block-content
    div[class*="row-customer_"] {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#simplecheckout_customer .row-customer_legal_entity {
  width: 100% !important;
}
.simplecheckout-cart-total b,
.simplecheckout-cart-total strong {
  font-weight: bold;
}

@media (min-width: 768px) {
  #simplecheckout_payment .form-horizontal,
  #simplecheckout_shipping_address .form-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  #simplecheckout_payment .form-horizontal > [class*="row-payment_"],
  #simplecheckout_shipping_address
    .form-horizontal
    > [class*="row-shipping_address_"] {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 50%;
    flex: 0 0 50%;
  }
  #simplecheckout_payment .form-horizontal > .row-payment_drop_shipping,
  #simplecheckout_shipping_address
    .form-horizontal
    > .row-shipping_address_address_id {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

#simplecheckout_payment .form-horizontal {
  margin-top: 1rem;
}
