.select2-container--bootstrap
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url(../image/open_svg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 14px !important;
  border: none;
  height: 9px !important;
  border-color: transparent !important;
  border-style: none !important;
  border-width: 0 !important;
}
.select2-container--bootstrap .select2-selection {
  border-radius: 10px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.select2-container--bootstrap.select2-container--open
  .select2-selection
  .select2-selection__arrow
  b {
  transform: rotate(180deg);
}

.select-search-new {
  background: url(/image/search_svg.svg) no-repeat 15px 50%, #fff;
}

.select-search-new:not(:placeholder-shown) {
  background-image: none;
}

.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;
  border-radius: 10px !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;
}
.shipping-main-block__block {
  font-family: 'Noto Sans';
  font-size: 14px;
  font-weight: 500;
  color: #686877;
  margin: 10px 0;
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 7px 24px 7px 20px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
@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 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-content {
  padding: 10px;
}
@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;
  padding: 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: #ff0000;
  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;
}
.simplecheckout-button-left {
  float: left;
  text-align: left;
}
.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;
  -webkit-box-shadow: 0px 2px 2px #dddddd;
  -moz-box-shadow: 0px 2px 2px #dddddd;
  box-shadow: 0px 2px 2px #dddddd;
  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;
}
.product-delivery-tabs {
  margin: 0;
  background: #f4f5f9;
  border-radius: 15px;
  height: fit-content;
  padding: 30px 40px;
}
@media only screen and (max-width: 780px) {
  .simplecheckout-button-left {
    display: none;
  }
  .product-delivery-tabs {
    margin-bottom: 20px;
    padding: 20px;
  }
}
#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 {
  display: inline-block !important;
  min-width: 50px;
}
.simplecheckout-cart {
  margin: 0px !important;
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.simplecheckout-cart-total {
  padding: 7px 3px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  text-align: right;
}
.simplecheckout-cart-total:after {
  /*  content:"";
    display:block;
    clear:both;*/
}
.simplecheckout-cart-total .buttons {
  background: inherit !important;
  padding: 0px !important;
}
.econom-coupon .inputs {
  width: 100%;
}
.simplecheckout-cart-total .econom-coupon-container {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, max-content);
  grid-template-columns: repeat(2, calc(50% - 4px));
  gap: 8px;
}
.simplecheckout-cart-total input {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  width: 100% !important;
  text-align: start !important;
}
.simplecheckout-cart-total .econom-coupon__button {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  background-color: #ffbb17;
  border: none;
  color: #fff;
  border-radius: 10px;
  font-family: "Noto Sans";
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.simplecheckout-cart-total span.inputs {
  margin: 0 3px 0 0 !important;
  display: inline-block !important;
}
.simplecheckout-cart-total span.inputs input[type="text"] {
  margin: 0px;
}
.simplecheckout-cart-total-value {
  display: inline-block;
  margin: 0px 3px;
  min-width: 60px;
}
.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.name {
}
.simplecheckout-cart col.model {
  width: 10%;
}
.simplecheckout-cart col.quantity {
}
.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 #dddddd;
  background-color: #f8f8f8;
  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: center;
}
.simplecheckout-cart .name {
  font-size: inherit !important;
}
.simplecheckout-cart th.model {
  text-align: center;
}
.simplecheckout-cart th.quantity {
  text-align: center;
}
.simplecheckout-cart .price {
  text-align: right;
  display: table-cell !important;
  font: inherit !important;
  font-weight: bold !important;
}
.simplecheckout-cart .total {
  text-align: right;
  display: table-cell;
  font: inherit;
  font-weight: bold;
}
.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 #dddddd;
  vertical-align: top;
}
.simplecheckout-cart td.image {
  text-align: center;
  display: table-cell;
  vertical-align: middle !important;
  position: static !important;
}
.simplecheckout-cart td.name {
  text-align: center;
}
.simplecheckout-cart td.name div.image {
  display: none;
}
.simplecheckout-cart td.model {
  text-align: center;
}
.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;
}
.simplecheckout-cart td.quantity .quantity button {
  margin: 0 !important;
}
.simplecheckout-cart td.quantity img {
  display: inline-block;
  border: 0px;
  cursor: pointer;
}
.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;
  display: table-cell !important;
}
.simplecheckout-cart td.remove {
  padding-right: 3px;
  padding-left: 3px;
  width: 7px;
  vertical-align: top;
  text-align: center;
}
.simplecheckout-cart td.remove img {
  max-width: 30px !important;
  cursor: pointer;
}
.simplecheckout-cart td.product-warning {
  color: #ff0000;
  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;
  margin-top: 3px;
  color: #ff0000;
}
.simplecheckout-warning-text {
  margin: 5px 0;
  font-weight: bold;
}
.simplecheckout-warning-block {
  clear: both;
  margin-bottom: 15px;
  padding: 10px 10px 10px 33px;
  border: 1px solid #f8acac;
  border-radius: 5px 5px 5px 5px;
  color: #555555;
  text-align: left;
}
.simpleregister-warning-block {
  margin-bottom: 15px;
  padding: 10px 10px 10px 33px;
  border: 1px solid #f8acac;
  border-radius: 5px 5px 5px 5px;
  color: #555555;
  text-align: left;
}
.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;
}
#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;
}
#simplecheckout_login .simplecheckout-block-content {
  padding: 5px;
}
#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 {
  display: inline-block !important;
  margin: 0;
}
#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;
  border: 1px solid #b7b8c5;
  border-radius: 10px;
  height: 44px;
  padding: 6px 20px;
  font-size: 14px;
}
.simple-content input[type="tel"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.checkout-heading:after {
  content: "";
  display: block;
  clear: both;
}
.simple-content .checkout-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #333;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px;
}
.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 #dddddd;
  -moz-box-shadow: 0px 2px 2px #dddddd;
  box-shadow: 0px 2px 2px #dddddd;
  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;
}

.simple-content .table-responsive {
  margin-bottom: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .simplecheckout-cart col.image,
  .simplecheckout-cart th.image,
  .simplecheckout-cart td.image,
  .simplecheckout-cart col.model,
  .simplecheckout-cart th.model,
  .simplecheckout-cart td.model,
  .simplecheckout-cart col.price,
  .simplecheckout-cart th.price,
  .simplecheckout-cart td.price,
  .simplecheckout-cart td.quantity [data-onclick*="increase"],
  .simplecheckout-cart td.quantity [data-onclick*="decrease"] {
    display: none !important;
  }
  .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;
  }
}
@media only screen and (max-width: 420px) {
  #total_shipping span:first-child {
    max-width: 200px;
    display: inline-block;
  }
  .simplecheckout-summary-totals
    .simplecheckout-cart-total:first-child
    span:first-child {
    max-width: 166px;
  }
}
.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;
}
#agreement_checkbox {
  float: left;
  margin-right: 20px;
}
#agreement_checkbox .checkbox {
  margin: 0;
}
.simplecheckout-summary-totals .simplecheckout-cart-total {
  border: 0;
}
/*New checkout*/

.account-wrapper h1 {
  text-align: center;
}

#simplecheckout_cart .quantity .btn-primary {
  background: #f4f5f9;
  background-color: #f4f5f9;
  border-color: #f4f5f9;
  border-radius: 4px;
  color: #686877;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  font-weight: 100;
  padding: 10.5px 13px;
}
#simplecheckout_cart .quantity .btn-primary:hover {
  background: #ed9bb9;
  background-color: #ed9bb9;
  border-color: #ed9bb9;
}
#simplecheckout_cart .quantity input {
  height: 40px;
  width: 50px;
  box-shadow: none;
  border: 1px solid #e4e7ee;
  border-radius: 4px;
}
#simplecheckout_cart .input-group-btn:first-child > .btn {
  margin-right: 8px;
}
#simplecheckout_cart .input-group-btn:last-child > .btn {
  margin-left: 8px;
}
#simplecheckout_cart .remove-button {
  background: transparent;
  border: none;
  margin-left: 20px;
}
#simplecheckout_cart .total {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  color: #090f24;
  margin-right: 10px;
}
#simplecheckout_cart .name {
  text-align: left;
}
#simplecheckout_cart .name a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #090f24;
}
#simplecheckout_cart .table-product {
  border: 1px solid #b7b8c5;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 10px;
}
.table-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.table-product .img-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-right: 40px;
}
.table-product .img-name .image {
  margin-right: 30px;
}
.table-product .img-name .model {
  margin-top: 10px;
  font-family: "Noto Sans";
  font-size: 12px;
  font-weight: 400;
  color: #686877;
}
.table-product .total-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  justify-content: space-between;
  align-items: center;
}

#steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  width: 100%;
}
#steps .number {
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #e4e7ee;
  background: #fff;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
#steps .step {
  font-weight: 500;
  font-size: 18px;
  background: #f4f5f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  width: 100%;
  position: relative;
  align-items: center;
  z-index: 1;
  left: -8px;
  padding-left: 20px;
  color: #090f24;
}
.simple-customer_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  gap: 30px;
}
#simplecheckout_login {
  margin: 0;
  width: 50%;
  background: #f4f5f9;
  border-radius: 15px;
}
#simplecheckout_customer {
  margin: 0;
  width: 50%;
  background: #f4f5f9;
  border-radius: 15px;
  padding: 0;
  height: fit-content;
}
#logged-info {
  margin: 0;
  width: 50%;
  background: #f4f5f9;
  border-radius: 15px;
  height: fit-content;
  padding: 50px 25px;
}
.logged-info_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.logged-info_wrapper p {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}
.logged-info_wrapper p:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/image/done.svg) no-repeat;
  position: absolute;
  left: 1%;
  top: 1px;
}
.logged-info_wrapper a {
  height: 46px;
  background: #00ae5a;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0 15px;
  box-shadow: 0px 2px 4px rgba(51, 196, 223, 0.2);
}
.logged-info_wrapper a svg {
  margin-right: 10px;
}

.logged-info_wrapper a:hover {
  background: #B20C85;
  color: #fff;
}

#simplecheckout_login .reg_button_google {
  margin-top: 12px;
}
#simplecheckout_customer .simple_socnetauth2_bline_content,
#simplecheckout_login .simple_socnetauth2_bline_content {
  display: none;
}
#simplecheckout_login .simplecheckout-block-content {
  padding: 0 50px 30px 50px;
}
#simplecheckout_customer .simplecheckout-block-content {
  padding: 0 50px 30px 50px;
}
.required-text {
  color: #b7b8c5;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  padding: 20px 20px 10px 20px;
}
#simplecheckout_login h4,
#simplecheckout_customer h4 {
  font-weight: 600;
  font-size: 22px;
  color: #090f24;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
}
#simplecheckout_login p {
  font-weight: 400;
  font-size: 17px;
  color: #686877;
  line-height: 24px;
  margin-bottom: 20px;
}
#simplecheckout_login h4,
#simplecheckout_login p {
  text-align: left;
}
#simplecheckout_login fieldset {
  margin-bottom: 15px;
}
#simplecheckout_customer .control-label {
  display: none !important;
}
#simplecheckout_customer .col-sm-8 {
  width: 100%;
}
#simplecheckout_customer .row-customer_customer_group_id .col-sm-8 > div {
  display: flex;
  align-items: center;
  gap: 0 50px;
  margin-bottom: 15px;
}
#simplecheckout_customer .radio input {
  display: none;
}
#simplecheckout_customer .radio label {
  display: flex !important;
  align-items: center;
  gap: 0 10px;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  line-height: 155.02%;
  color: #686877;
  cursor: pointer;
  padding: 0;
}
#simplecheckout_customer .radio label:before {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #b7b8c5;
  content: "";
  border-radius: 50%;
  display: block;
}
#simplecheckout_customer .radio input:checked + label:after {
  content: "";
}
#simplecheckout_customer .radio label:after {
  width: 14px;
  height: 14px;
  background: #ffbb17;
  box-shadow: 0px 2px 4px rgb(51 196 223 / 20%);
  position: absolute;
  left: 5px;
  border-radius: 50%;
}
#simplecheckout_customer .row-customer_field21 {
  width: 20%;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
}
#simplecheckout_customer
  .row-customer_telephone.has-error
  .simplecheckout-error-text {
  position: absolute;
  top: 41px;
  right: 32px;
}
#simplecheckout_customer .row-customer_field21 .col-sm-8 {
  padding: 0;
}
#simplecheckout_customer .row-customer_telephone {
  width: 80%;
  display: inline-block;
}
#simplecheckout_customer .row-customer_telephone .col-sm-8 {
  padding: 0;
}
#simplecheckout_shipping .nav-tabs {
  border: none;
}

#simplecheckout_shipping .nav-tabs > li.active > a,
#product-product .nav-tabs > li.active > a:focus,
#product-product .nav-tabs > li.active > a:hover {
  color: #ffffff;
  background: #00ae5a;
}

#simplecheckout_shipping .nav-tabs {
  margin-bottom: 0;
}

#simplecheckout_shipping .nav-tabs > li {
  width: calc(100% / 3);
}

#simplecheckout_shipping .nav-tabs > li > a {
  border: 1px solid #00ae5a;
  border-radius: 7px 7px 0px 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 139.02%;
  text-align: center;
  color: #686877;
  margin: 0;
  background: #fff;
}

#simplecheckout_shipping .product-delivery-tabs .tab-content {
  border: 1px solid #00ae5a;
  border-radius: 0px 0px 15px 15px;
  background: #ffffff;
  padding: 23px 0 30px 0;
}

#simplecheckout_shipping .product-delivery-tabs .tab-pane {
  transition: height 0.3s ease-in-out;
}

#simplecheckout_shipping .delivery-item {
  display: block;
}

#simplecheckout_shipping .tab-pane.full .delivery-item:nth-child(n + 3) {
  display: flex;
}

#simplecheckout_shipping .delivery-item__info {
  justify-content: space-between;
  gap: 0 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 155.02%;
  color: #090f24;
}

#simplecheckout_shipping .delivery-item__price {
  font-weight: 500;
  font-size: 22px;
  line-height: 139.02%;
  text-align: right;
  color: #090f24;
}
#simplecheckout_shipping .radio label span span {
  display: flex;
  align-items: center;
}
#simplecheckout_shipping .radio input {
  display: none;
}
#simplecheckout_shipping .radio label {
  display: grid !important;
  align-items: center;
  gap: 0 20px;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  line-height: 155.02%;
  color: #686877;
  cursor: pointer;
  padding: 0;
  grid-template-columns: 24px auto;
}
#simplecheckout_shipping .radio label:before {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #b7b8c5;
  content: "";
  border-radius: 50%;
  display: block;
}
#simplecheckout_shipping .radio input:checked + label:after {
  content: "";
}
#simplecheckout_shipping .radio label:after {
  width: 14px;
  height: 14px;
  background: #ffbb17;
  box-shadow: 0px 2px 4px rgb(51 196 223 / 20%);
  position: absolute;
  left: 5px;
  border-radius: 50%;
}
.simplecheckout_payment h4 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}
#simplecheckout_payment {
  border: 1px solid #00ae5a;
  border-radius: 10px;
  padding: 10px 50px 10px 50px;
  margin-bottom: 30px;
}
#simplecheckout_payment .radio input {
  display: none;
}
#simplecheckout_payment .radio label {
  display: flex !important;
  align-items: center;
  gap: 0 10px;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  line-height: 155.02%;
  color: #090f24;
  cursor: pointer;
  padding: 0;
}
#simplecheckout_payment .radio label:before {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #b7b8c5;
  content: "";
  border-radius: 50%;
  display: block;
}
#simplecheckout_payment .radio input:checked + label:after {
  content: "";
}
#simplecheckout_payment .radio label:after {
  width: 14px;
  height: 14px;
  background: #ffbb17;
  box-shadow: 0px 2px 4px rgb(51 196 223 / 20%);
  position: absolute;
  left: 5px;
  border-radius: 50%;
  top: 6px;
}
#simplecheckout_summary {
  background: #f4f5f9;
  border-radius: 20px;
  padding: 30px 40px 30px 40px;
  width: 50%;
}
#simplecheckout_summary .checkout-heading {
  background-color: transparent;
  border-color: transparent;
  border: 0;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #090f24;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #b7b8c5;
}
#simplecheckout_summary
  .simplecheckout-summary-totals
  .simplecheckout-cart-total {
  border-bottom: 1px solid #b7b8c5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
#simplecheckout_summary
  .simplecheckout-summary-totals
  .simplecheckout-cart-total#total_shipping {
  order: 2;
}
#simplecheckout_summary
  .simplecheckout-summary-totals
  .simplecheckout-cart-total#total_total_with_shipping {
  order: 3;
}
#simplecheckout_summary
  .simplecheckout-summary-totals
  .simplecheckout-cart-total#total_coupon {
  order: 4;
}
#simplecheckout_summary .simplecheckout-cart-total {
  border: 0;
  border-bottom: 1px solid #b7b8c5;
  padding: 7px 0px;
}
#simplecheckout_summary .simplecheckout-cart-total span.inputs {
  margin-right: 0 !important;
  position: relative;
}
#simplecheckout_summary .coupone_false {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  z-index: 1;
  padding: 0px;
  color: #a94442;
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 12px;
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.coupone_false .close {
  top: 0px;
  right: -2px;
  color: #f90000;
  opacity: 0.9;
  position: initial;
  font-size: 11px;
}
#simplecheckout_summary .simplecheckout-summary-totals #total_sub_total {
}
.simplecheckout-cart-total span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #686877;
}
.simplecheckout-cart-total span.simplecheckout-cart-total-remove {
  position: relative;
  top: -2px;
  cursor: pointer;
}

.simplecheckout-cart-total span.simplecheckout-cart-total-value {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #090f24;
  text-align: right;
}
#total_shipping {
  text-align: left;
}
.simplecheckout #agreement_checkbox {
  display: block;
}
#button-information {
  width: 50%;
}
#button-information.simplecheckout-button-right {
  float: none;
  text-align: left;
}
#button-information #agreement_checkbox {
  float: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
#button-information #agreement_checkbox label {
  font-weight: 400;
  font-size: 14px;
  color: #090f24;
}
#button-information #agreement_checkbox a {
  font-weight: 700;
  color: #090f24;
}
#button-information h4 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
  color: #090f24;
}
.sbutton-block div {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #090f24;
  margin-bottom: 15px;
}
.sbutton-block span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  margin-left: 5px;
}
.sbutton-block {
  border-bottom: 1px solid #e4e7ee;
}
.button-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.button-flex .butt-more {
  font-weight: 500;
  font-size: 15px;
  color: #b7b8c5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 5px;
}
.simplecheckout-cart-total .inputs input {
  height: 40px;
  border: 1px solid #b7b8c5;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.simplecheckout-cart-total .inputs i.fa-check {
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #ed9bc1 0%, #ed9bb9 100%);
  border-radius: 10px;
  color: #fff;
  padding: 13px;
  position: relative;
  z-index: 2;
  top: 0px;
  cursor: pointer;
}

.all-totals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
.all-totals .text-mini {
  position: absolute;
  top: 26px;
  z-index: 3;
  color: #686877;
  font-family: "Noto Sans";
  font-size: 10px;
}
.all-totals .simplecheckout-cart-total:last-child {
  display: inline-block;
  border-bottom: 0 !important;
  font-family: "Inter";
  font-weight: 600;
  font-size: 30px;
  color: #090f24;
}
.all-totals .total-code {
  font-weight: 500;
  font-size: 18px;
  color: #090f24;
}
.coupon-total_block {
  border-bottom: 0 !important;
  margin-top: 30px;
}
.coupon-total_block .econom-coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coupon-total_block .coupon-block-text {
  align-items: center;
  display: grid;
  grid-template-columns: max-content auto;
  justify-content: start;
  gap: 8px;
  margin-bottom: 8px;
}
.coupon-total_block .econom-text {
  text-align: left;
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  align-items: center;
}
.coupon-total_block .coupon-econom_title {
  font-weight: 500;
  font-size: 15px;
  color: #090f24;
  margin-bottom: 4px;
  display: inline-block;
}
.coupon-total_block .coupon-econom {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  color: #ff5341;
}
#simplecheckout_summary .simplecheckout-summary-totals #total_total {
  display: none;
}
.simplecheckout-summary-totals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.simplecheckout-summary-totals .simplecheckout-cart-total:nth-child(1) {
  order: 1;
}
.simplecheckout-summary-totals .simplecheckout-cart-total:nth-child(2) {
  order: 2;
}
.simplecheckout-summary-totals .simplecheckout-cart-total:nth-child(3) {
  order: 3;
}
.simplecheckout-summary-totals .simplecheckout-cart-total:nth-child(4) {
  order: 4;
}
#simplecheckout_shipping_address .control-label.col-sm-4 {
  display: none !important;
}
#simplecheckout_shipping_address .col-sm-8 {
  width: 100%;
}
#simplecheckout_shipping_address .form-horizontal {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;*/
}
#simplecheckout_shipping_address .form-group {
  width: 100%;
}
#simplecheckout_shipping_address
  .courier-fieldset
  .row-shipping_address_field36,
#simplecheckout_shipping_address
  .courier-fieldset
  .row-shipping_address_address_1,
#simplecheckout_shipping_address
  .courier-fieldset
  .row-shipping_address_field35,
#simplecheckout_shipping_address
  .courier-fieldset
  .row-shipping_address_courier_text,
#simplecheckout_shipping_address .courier-fieldset .row-shipping_address_city,
#simplecheckout_shipping_address
  .courier-fieldset
  .row-shipping_address_field37 {
  width: 50%;
}
#simplecheckout_shipping_address
  .courier-fieldset
  .row-shipping_address_field36 {
  margin-top: 15px;
}

#simplecheckout_shipping_address .row-shipping_address_courier_text {
  position: absolute;
  right: 30px;
  top: 80px;
}
#shipping_address_courier_text {
  min-height: 160px;
  border-radius: 21px;
  padding-top: 15px;
  resize: none;
}
#shipping_address_courier_text::placeholder {
}

.simplecheckout-warning-block {
  /* position: fixed;
    right: 10px;
    top: 15px;
    z-index: 999;*/
  padding: 15px 15px 15px 15px;
}
.simplecheckout-warning-block .close {
  margin-left: 20px;
}

/*Флажки на телефонах*/
#simplecheckout_customer .row-customer_field21 .select2-selection--single {
  border: 1px solid #b7b8c5;
  height: 44px;
  font-size: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#simplecheckout_customer #select2-customer_field21-container {
  background-size: 25px !important;
  background-position: 0px center !important;
  padding: 5px 0px 5px 36px;
}
#select2-select-delivery-type-container {
  background-size: 25px !important;
  background-position: 0px 3px !important;
  padding: 0 0 5px 36px;
}
#simplecheckout_customer #select2-customer_field21-container.flag-latvia {
  background: url(/image/flag-latvia.png) no-repeat;
}
#select2-select-delivery-type-container.flag-latvia {
  background: url(/image/flag-latvia.png) no-repeat;
}
#simplecheckout_customer #select2-customer_field21-container.flag-estonia {
  background: url(/image/flag-estonia.png) no-repeat;
}
#simplecheckout_customer #select2-customer_field21-container.flag-litva {
  background: url(/image/flag-lithuania.png) no-repeat;
}
#simplecheckout_customer #select2-customer_field21-container.flag-spain {
  background: url(/image/flag-spain.png) no-repeat;
}
#select2-select-delivery-type-container.flag-spain {
  background: url(/image/flag-spain.png) no-repeat;
}
#simplecheckout_customer #select2-customer_field21-container.flag-france {
  background: url(/image/flag-france.png) no-repeat;
}
#select2-select-delivery-type-container.flag-france {
  background: url(/image/flag-france.png) no-repeat;
}
#simplecheckout_customer #select2-customer_field21-container.flag-portugal {
  background: url(/image/flag-portugal.png) no-repeat;
}
#simplecheckout_customer
  #select2-customer_field21-container.flag-united-kingdom {
  background: url(/image/flag-united-kingdom.png) no-repeat;
}
#simplecheckout_customer #select2-customer_field21-container.flag-germany {
  background: url(/image/flag-germany.png) no-repeat;
}
#simplecheckout_customer #select2-customer_field21-container.flag-italy {
  background: url(/image/flag-italy.png) no-repeat;
}
#select2-select-delivery-type-container.flag-italy {
  background: url(/image/flag-italy.png) no-repeat;
}
#simplecheckout_customer #select2-customer_field21-container.flag-sweden {
  background: url(/image/flag-sweden.png) no-repeat;
}
#simplecheckout_customer #select2-customer_field21-container.flag-norway {
  background: url(/image/flag-norway.png) no-repeat;
}
#simplecheckout_customer #select2-customer_field21-container.flag-denmark {
  background: url(/image/flag-denmark.png) no-repeat;
}
#select2-customer_field21-container {
  color: #9b9b9b;
}
#select2-customer_field21-results li,
#select2-select-delivery-type-results li {
  padding: 12px 10px 12px 50px;
  height: 44px;
  font-size: 14px;
  color: #555;
  background-size: 30px !important;
  background-position: 12px center !important;
}
#select2-select-delivery-type-results li:nth-child(1) {
  background: url(/image/flag-spain.png) no-repeat;
}
#select2-select-delivery-type-results li:nth-child(2) {
  background: url(/image/flag-france.png) no-repeat;
}
#select2-select-delivery-type-results li:nth-child(3) {
  background: url(/image/flag-italy.png) no-repeat;
}
#select2-select-delivery-type-results li:nth-child(4) {
  background: url(/image/flag-latvia.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(1) {
  background: url(/image/flag-spain.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(2) {
  background: url(/image/flag-france.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(3) {
  background: url(/image/flag-portugal.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(4) {
  background: url(/image/flag-united-kingdom.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(5) {
  background: url(/image/flag-germany.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(6) {
  background: url(/image/flag-italy.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(7) {
  background: url(/image/flag-sweden.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(8) {
  background: url(/image/flag-norway.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(9) {
  background: url(/image/flag-denmark.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(10) {
  background: url(/image/flag-latvia.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(11) {
  background: url(/image/flag-estonia.png) no-repeat;
}
#select2-customer_field21-results li:nth-child(12) {
  background: url(/image/flag-lithuania.png) no-repeat;
}

#select2-customer_field21-results li:hover:nth-child(1) {
  background: #f4f5f9 url(/image/flag-spain.png) no-repeat;
}
#select2-customer_field21-results li:hover:nth-child(2) {
  background: #f4f5f9 url(/image/flag-france.png) no-repeat;
}
#select2-customer_field21-results li:hover:nth-child(3) {
  background: #f4f5f9 url(/image/flag-portugal.png) no-repeat;
}
#select2-customer_field21-results li:hover:nth-child(4) {
  background: #f4f5f9 url(/image/flag-united-kingdom.png) no-repeat;
}
#select2-customer_field21-results li:hover:nth-child(5) {
  background: #f4f5f9 url(/image/flag-germany.png) no-repeat;
}
#select2-customer_field21-results li:hover:nth-child(6) {
  background: #f4f5f9 url(/image/flag-italy.png) no-repeat;
}
#select2-customer_field21-results li:hover:nth-child(7) {
  background: #f4f5f9 url(/image/flag-sweden.png) no-repeat;
}
#select2-customer_field21-results li:hover:nth-child(8) {
  background: #f4f5f9 url(/image/flag-norway.png) no-repeat;
}
#select2-customer_field21-results li:hover:nth-child(9) {
  background: #f4f5f9 url(/image/flag-denmark.png) no-repeat;
}
#select2-customer_field21-results li:hover:nth-child(10) {
  background: #f4f5f9 url(/image/flag-latvia.png) no-repeat;
}
#select2-customer_field21-results li:hover:nth-child(11) {
  background: #f4f5f9 url(/image/flag-estonia.png) no-repeat;
}
#select2-customer_field21-results li:hover:nth-child(12) {
  background: #f4f5f9 url(/image/flag-lithuania.png) no-repeat;
}
#simplecheckout_button_confirm i {
  margin-right: 5px;
}
.select2-container--bootstrap .select2-dropdown {
  border: 1px solid #e4e7ee !important;
  border-radius: 12px 12px !important;
}

.select2-container--bootstrap
  .select2-selection--single
  .select2-selection__rendered {
  color: #090f24 !important;
  padding: 0;
  font-size: 17px !important;
}

.select2-container {
  width: 100% !important;
  z-index: 999;
}

#simplecheckout_shipping_address
  .col-sm-8
  .select2-container--bootstrap
  .select2-selection--single,
.product-delivery-tabs
  .select2-container--bootstrap
  .select2-selection--single {
  height: 46px !important;
  line-height: 26px !important;
  padding: 10px 24px 10px 20px !important;
  background: #f4f5f9 !important;
  border-radius: 10px !important;
  z-index: 123123123123123123123 !important;
}

.simplecheckout-step {
  overflow: hidden !important;
}

.select2-container--bootstrap .select2-dropdown {
  padding-top: 53px !important;
  margin-top: -44px !important;
  border-radius: 25px 25px 0 0 !important;
}

.select2-search--dropdown {
  padding: 5px 20px 10px !important;
  border-radius: 30px !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  border-radius: 10px !important;
  padding-left: 35px !important;
  height: 42px !important;
}

body {
  overflow-x: hidden;
}

.select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: none !important;
}

.select2-container--bootstrap.select2-container--open.select2-container--below
  .select2-selection {
  border-bottom-color: #66afe9 !important;
}

.select2-search--dropdown:before {
  content: "Найти";
  position: absolute;
  right: 20px;
  background: #00ae5a;
  border-radius: 0px 10px 10px 0px;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 9px 25px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

/* .form-group.required.row-shipping_address_city {
    z-index: 999999999;
}
.form-group.required.row-shipping_address_field37 {
    z-index: 999999999999;
} */

.select2-container--bootstrap
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9fd;
}

.select2-container--bootstrap
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #00ae5a;
}

.select2-container--bootstrap
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  background-color: #f9f9fd;
}

.select2-container--bootstrap
  .select2-results__option--highlighted[aria-selected] {
  background-color: #00ae5a !important;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px 6px 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 155.02%;
  color: #686877;
}

#simplecheckout_shipping_address .form-horizontal {
  flex-wrap: wrap;
}

.select2-dropdown {
  position: static !important;
}

.select2-container--bootstrap .select2-dropdown.select2-dropdown--above {
  margin-top: 316px !important;
}

.select2-container--bootstrap.select2-container--open.select2-container--above
  .select2-selection {
  border-top-color: #66afe9 !important;
}

#simplecheckout_shipping_address .form-horizontal.courier-fieldset {
  flex-direction: column;
  background: #f4f5f9;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

html[lang="lv"] .select2-search--dropdown:before {
  content: "Meklēt";
}

.courier-fieldset .form-group:last-child {
  margin-bottom: 0;
}

#simplecheckout_shipping_address
  .courier-block
  .col-sm-8
  .select2-container--bootstrap
  .select2-selection--single,
.product-delivery-tabs
  .select2-container--bootstrap
  .select2-selection--single {
  background: #fff !important;
}

/* .form-group.required.row-shipping_address_field38 {
    z-index: 9999999999;
} */

span.select2.select2-container.select2-container--bootstrap.select2-container--open {
  z-index: 9999999999999999999;
}

.select2-search--dropdown {
  position: relative;
}

#simplecheckout_shipping .tab-pane.full .delivery-item:nth-child(n + 3) {
  display: block;
}
#simplecheckout_shipping .tab-pane .delivery-item:nth-child(n + 3) {
  display: none;
}

#simplecheckout_login .reg_button_google,
#simplecheckout_login .reg_button_fb {
  margin-top: 12px;
  width: 100%;
  /*float: left;*/
}

#simplecheckout_payment .radio label:before {
  position: absolute;
  top: 0px;
}
#simplecheckout_payment .radio label:after {
  top: 5px;
}
.montonio-aspsp-grid-logos .montonio-aspsp-grid-item {
  width: 20% !important;
  height: 75px !important;
  border-radius: 0 !important;
  margin: 0 12px 12px 0 !important;
}
.montonio-aspsp-grid-logos .montonio-aspsp-grid-item.active {
  border: 1px solid #74ccd8;
  border-radius: 2px !important;
  background: transparent !important;
  position: relative;
}
.montonio-aspsp-grid-logos .montonio-aspsp-grid-item.active:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/image/done_svg.svg) no-repeat;
  position: absolute;
  right: -8px;
  top: -9px;
  background-size: 100%;
}
.right-method {
  margin-left: 2.5em;
}
#simplecheckout_payment .simplecheckout-block-content .form-group {
  margin-left: 3.5em;
  margin-top: 10px;
}

#simplecheckout_payment .simplecheckout-block-content {
  padding: 10px 0;
}
#simplecheckout_payment .simplecheckout-block-content .radio {
  margin-bottom: 20px;
}

#simplecheckout_shipping,
#simplecheckout_shipping_address {
  width: 50%;
  float: left;
  clear: none;
}
#simplecheckout_shipping_address > #simplecheckout_shipping_address {
  width: 100%;
}
#simplecheckout_payment h4 {
  font-weight: 500;
  font-size: 18px;
}
#simplecheckout_shipping .delivery-item .radio {
  margin: 0;
}

#simplecheckout_shipping .product-delivery-tabs .tab-pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-flow: column;
}
#simplecheckout_shipping
  .product-delivery-tabs
  .tab-pane
  .delivery-item:nth-child(1) {
  /*order: 2;*/
  margin-top: 23px;
}
#simplecheckout_shipping
  .product-delivery-tabs
  .tab-pane
  .delivery-item:nth-child(2) {
  /*order: 1;*/
}
#simplecheckout_shipping
  .product-delivery-tabs
  .tab-pane
  .delivery-item:nth-child(3) {
  order: 3;
}
#simplecheckout_shipping
  .product-delivery-tabs
  .tab-pane
  .delivery-item:nth-child(4) {
  order: 4;
}
#simplecheckout_shipping .product-delivery-tabs .tab-pane .delivery-more {
  order: 5;
}
#simplecheckout_payment .simplecheckout-block-content .radio {
  margin-bottom: 30px;
}
#montonio-payments-country-dropdown {
  display: none;
}
#simplecheckout_payment label[for="inbank_hire_purchase_lv2"] .right-method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#simplecheckout_payment
  label[for="inbank_hire_purchase_lv2"]
  .right-method
  img {
  order: 2;
}
#simplecheckout_payment
  .radio
  input[type="radio"]:checked
  ~ label
  .right-method {
  font-weight: 400;
}
#simplecheckout_payment .title-cards {
  margin-bottom: 5px;
}
#simplecheckout_payment .desc-cards {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 155.02%;
  color: #828282;
  margin-bottom: 15px;
}
#simplecheckout_payment .image-cards img {
  margin-right: 12px;
}

#simplecheckout_payment .simplecheckout-block-content .radio:nth-child(1) {
  order: 1;
}
#simplecheckout_payment .simplecheckout-block-content .radio:nth-child(2) {
  order: 3;
}
#simplecheckout_payment .simplecheckout-block-content .radio:nth-child(3) {
  order: 2;
}
#simplecheckout_payment .simplecheckout-block-content .radio:nth-child(4) {
  order: 4;
}
#simplecheckout_payment .simplecheckout-block-content .radio.quant_null {
  margin-bottom: 0;
}

#simplecheckout_payment .simplecheckout-block-content {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#montonio-payments-description.montonio-aspsp-grid {
  flex-wrap: initial;
}
.forgotten-link {
  margin-top: 15px;
  color: #444;
  display: block;
  text-align: left;
}
.shipping-main-block__title {
  margin-bottom: 15px;
  font-family: "Noto Sans";
  font-size: 22px;
  font-weight: 500;
  color: #090f24;
  text-align: left;
}
#shipping-main-block .delivery-item {
  padding: 0;
  margin: 15px 0;
  border: none;
}
#shipping-main-block .delivery-item:nth-child(n + 3) {
  display: none;
}
#shipping-main-block.full svg {
  transform: rotate(180deg);
}
#shipping-main-block.full .delivery-item:nth-child(n + 3) {
  display: block;
}
@media (min-width: 1281px) {
  #simplecheckout_payment .simplecheckout-block-content {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .right-method,
  #simplecheckout_payment .simplecheckout-block-content .form-group {
    margin-left: 2.5em;
    display: flex;
    flex-wrap: wrap;
  }
  #simplecheckout_payment .right-method {
    display: block;
  }
  #simplecheckout_payment .simplecheckout-block-content .form-group {
    margin-left: 3.5em;
  }

  #simplecheckout_payment .simplecheckout-block-content .radio {
    margin-bottom: 30px;
    width: 33.3333%;
    width: 100%;
  }
  #simplecheckout_payment #montonio-payments-country-dropdown {
    width: 85%;
  }
}

@media (min-width: 1920px) {
  #simpleregister #simpleregister_button_confirm {
    min-width: 658px;
  }
}
@media (max-width: 1919px) {
  #simpleregister .simpleregister-button-right {
    float: none;
    text-align: center;
  }
  .simple-content #simpleregister .simpleregister-button-block {
    display: block;
    padding: 10px;
  }
}
@media (min-width: 1910px) {
  .coupon-total_block .coupon-econom_title {
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  #simplecheckout_shipping_address
    .courier-fieldset
    .row-shipping_address_field36 {
    margin-top: 0;
  }

  #simplecheckout_shipping_address .form-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  #simplecheckout_shipping_address .form-group {
    width: 50%;
  }

  #simplecheckout_shipping,
  #simplecheckout_shipping_address {
    width: auto;
    float: none;
    clear: both;
  }

  #simplecheckout_login .reg_button_google,
  #simplecheckout_login .reg_button_fb {
    width: 100%;
    float: none;
  }
  #simplecheckout_customer .radio label {
    font-size: 16px;
  }
  #simplecheckout_customer .row-customer_customer_group_id .col-sm-8 > div {
    gap: 0 10px;
  }

  .montonio-aspsp-grid-logos .montonio-aspsp-grid-item {
    width: 21% !important;
    height: 75px !important;
  }

  .montonio-aspsp-grid {
  }

  .coupon-total_block .econom-coupon {
    display: block;
    text-align: right;
  }
  .coupon-total_block .econom-text {
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    justify-content: flex-end;
  }
  #simplecheckout_login {
    width: 100%;
  }
  #simplecheckout_customer {
    width: 100%;
  }
  #simplecheckout_summary {
    width: 100%;
    padding: 40px 40px;
    margin-bottom: 30px;
  }
  #button-information {
    width: 100%;
  }
  #simplecheckout_payment .simplecheckout-block-content .radio {
    flex-basis: 100%;
  }
  .simple-customer_flex {
    gap: 0;
    display: block;
  }
  #button-information .sbutton-block {
    padding-bottom: 15px;
  }
  #button-information #agreement_checkbox {
    margin-top: 30px;
  }
  #button-information .button-flex {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .all-totals .total-code {
    font-weight: 500;
    font-size: 16px;
    color: #090f24;
    text-align: left;
  }
}

@media (max-width: 780px) {
  #simplecheckout_shipping .delivery-item .radio {
    padding-left: 0;
    padding-right: 0;
  }

  .simple-content {
    margin: 0;
  }

  #simplecheckout_shipping_address
    .courier-fieldset
    .row-shipping_address_field36,
  #simplecheckout_shipping_address
    .courier-fieldset
    .row-shipping_address_address_1,
  #simplecheckout_shipping_address
    .courier-fieldset
    .row-shipping_address_field35,
  #simplecheckout_shipping_address
    .courier-fieldset
    .row-shipping_address_courier_text,
  #simplecheckout_shipping_address .courier-fieldset .row-shipping_address_city,
  #simplecheckout_shipping_address
    .courier-fieldset
    .row-shipping_address_field37 {
    width: 100%;
  }
  #simplecheckout_shipping_address
    .courier-fieldset
    .row-shipping_address_field36 {
    margin-top: 15px;
  }

  span.select2.select2-container.select2-container--bootstrap {
    width: 100% !important;
  }
  .select2-container {
    width: max-content !important;
  }
  .select2-container--bootstrap .select2-dropdown.select2-dropdown--above {
    /* margin-top: 230px!important; */
  }
  .select2-search--dropdown {
    padding: 5px 10px 10px !important;
    border-radius: 30px !important;
  }

  #simplecheckout_shipping .nav-tabs > li > a {
    font-size: 15px;
    line-height: 1;
    min-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .select2-search--dropdown:before {
    right: 10px;
  }

  #simplecheckout_shipping_address .form-horizontal.courier-fieldset {
    padding: 20px;
    padding-top: 40px;
    margin-bottom: 20px;
  }

  #simplecheckout_shipping_address .form-horizontal.courier-fieldset:before {
    margin-bottom: 15px;
    display: block;
  }
  .simple-customer_flex {
    display: block;
  }
  #simplecheckout_login {
    width: 100%;
    margin-bottom: 20px;
  }
  #simplecheckout_customer {
    width: 100%;
  }
  #simplecheckout_summary {
    width: 100%;
    padding: 40px 15px;
  }
  #button-information {
    width: 100%;
  }
  .table-product {
    /*display: block;*/
  }
  .table-product .img-name {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  #logged-info {
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 15px;
  }
  .table-product .name a {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-height: 19px;
  }
  #simplecheckout_customer .row-customer_telephone {
    width: 71%;
  }
  .button-flex {
    display: block;
  }
  .button-flex .butt-more {
    display: none;
  }
  .account-wrapper #content {
    padding: 0;
  }
  .table-product .img-name .image {
    margin-right: 15px;
  }
  .table-product .img-name .image img {
    width: 50px;
    height: 50px;
  }
  #simplecheckout_cart .total {
    font-size: 20px;
    font-weight: 500;
    margin-right: 15px;
  }
  #simplecheckout_login h4,
  #simplecheckout_customer h4 {
    font-size: 20px;
    font-family: "Rubik";
    font-weight: 500;
    text-align: center;
  }
  #simplecheckout_cart .table-product {
    position: relative;
  }
  #simplecheckout_cart .input-group-btn,
  #simplecheckout_cart .input-group {
    position: inherit;
  }
  #simplecheckout_cart .remove-button {
    position: absolute;
    top: 15px;
    right: -1px;
  }
  #simplecheckout_login .simplecheckout-block-content {
    padding: 0 10px 30px 10px;
  }
  #simplecheckout_login p {
    font-size: 15px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }

  #steps {
    margin-bottom: 20px;
  }
  #steps .number {
    width: 50px;
    height: 50px;
  }
  #steps .step {
    left: -12px;
    width: 95%;
  }
  #simplecheckout_customer .row-customer_customer_group_id .col-sm-8 > div {
    display: flex;
    justify-content: center;
  }
  #simplecheckout_customer .row-customer_field21 {
    width: 30%;
    float: left;
  }

  #simplecheckout_customer .simplecheckout-block-content {
    padding: 0 15px 30px 15px;
  }
  #simplecheckout_shipping .product-delivery-tabs .tab-content {
    padding: 0px 0 30px 0;
  }
  #simplecheckout_shipping .radio label {
    font-size: 16px;
  }
  #simplecheckout_shipping .radio label {
    grid-template-columns: 20px auto;
  }
  #simplecheckout_shipping .radio label:before {
    width: 20px;
    height: 20px;
  }
  #simplecheckout_shipping .radio label:after {
    width: 12px;
    height: 12px;
    left: 4px;
  }
  #simplecheckout_shipping .delivery-item + .delivery-item {
    margin-top: 0;
  }

  #simplecheckout_shipping_address .form-horizontal {
    display: block;
  }
  #simplecheckout_shipping_address .form-group {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
  #simplecheckout_shipping_address .row-shipping_address_courier_text {
    position: static;
    margin-top: 55px;
  }
  #simplecheckout_shipping {
    margin-bottom: 0px;
  }
  #simplecheckout_shipping_address .col-sm-8 {
    padding: 0;
  }
  #simplecheckout_payment {
    padding: 15px;
  }
  #simplecheckout_payment img {
    /*display: none;*/
  }
  #simplecheckout_payment .radio label {
    margin-bottom: 15px;
  }
  #simplecheckout_shipping_address {
    margin-bottom: 0;
  }
  .simplecheckout-cart-total {
    text-align: left;
  }
  .coupon-total_block .econom-coupon {
    display: block;
    text-align: right;
  }
  .coupon-total_block .econom-text {
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    justify-content: flex-end;
  }

  #simplecheckout_payment .radio label:before {
    position: absolute;
    top: 0;
  }
  .montonio-aspsp-grid-logos .montonio-aspsp-grid-item {
    width: 15% !important;
    height: 50px !important;
    border-radius: 0 !important;
    margin: 0 7px 7px 0 !important;
  }
  .montonio-aspsp-grid-logos .montonio-aspsp-grid-item.active {
    border: 1px solid #74ccd8;
    border-radius: 2px !important;
    background: transparent !important;
    position: relative;
  }
  .montonio-aspsp-grid-logos .montonio-aspsp-grid-item.active:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(/image/done_svg.svg) no-repeat;
    position: absolute;
    right: -8px;
    top: -9px;
    background-size: 100%;
  }
  .simplecheckout-block-content {
    padding: 0;
  }

  #simplecheckout_customer .col-sm-8 {
  }

  .simple-content fieldset {
    text-align: left;
    /* display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;*/
  }
  .row-customer_customer_group_id .radio:first-child {
    /* margin-bottom:15px;*/
  }
  #simplecheckout_payment .radio label {
  }
  #simplecheckout_payment h4 {
    margin-bottom: 30px;
  }
  .montonio-aspsp-grid {
    justify-content: flex-start;
  }

  .right-method,
  #simplecheckout_payment .simplecheckout-block-content .form-group {
    margin-left: 9%;
  }
}
@media (max-width: 360px) {
  #simplecheckout_shipping .nav-tabs > li > a {
    font-size: 14px;
    padding: 10px 0;
  }
  #simplecheckout_shipping .radio label > span {
    /*width: 104px;*/
    line-height: 18px;
  }
  #steps .step {
    font-size: 15px;
  }
}

.select2-container--bootstrap
  .select2-results__option--highlighted[aria-selected] {
  width: 99%;
}
.select2-container--bootstrap
  .select2-selection--single
  .select2-selection__arrow {
  right: 18px !important;
}
#simplecheckout_shipping .radio label.not-available-delivery {
  cursor: not-allowed;
}
#simplecheckout_shipping .radio label.not-available-delivery:before {
  cursor: not-allowed;
  background: #fff;
  background-image: url(../image/line_svg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
#simplecheckout_shipping .radio label.not-available-delivery,
#simplecheckout_shipping
  .radio
  label.not-available-delivery
  + .delivery-item__price {
  color: #b7b8c5;
}

#simplecheckout_shipping .radio label img {
  /*height: 39px;*/
  width: 50px;
  margin-right: 15px;
}
#total_shipping img {
  /*height: 39px;*/
  width: 50px;
}

@media (max-width: 767px) {
  #montonio-payments-description.montonio-aspsp-grid {
    flex-wrap: wrap;
  }
  #simplecheckout_payment
    .radio
    input[type="radio"]:checked
    ~ label
    .right-method {
    font-size: 17px;
  }
  #simplecheckout_payment .simplecheckout-block-content .radio {
    margin-bottom: 15px;
  }
  #simplecheckout_payment .image-cards img {
    width: 90px;
    height: 50px;
  }
  #simplecheckout_payment .radio .right-method {
    margin-left: 40px;
  }
}
@media (max-width: 550px) {
  .delivery-item__info span {
    display: flex;
    align-items: center;
  }
  .delivery-item__info span .ww {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .montonio-aspsp-grid-logos .montonio-aspsp-grid-item {
    width: 22% !important;
    height: 50px !important;
    border-radius: 0 !important;
    margin: 0 7px 7px 0 !important;
  }

  .table-product {
    display: block;
  }
  #simplecheckout_login .reg_button_google,
  #simplecheckout_login .reg_button_fb {
    width: 100%;
    float: none;
  }

  #simplecheckout_login h4,
  #simplecheckout_customer h4 {
    text-align: left;
  }
  #simplecheckout_login p {
    text-align: left;
  }
  #simplecheckout_login .simplecheckout-block-content,
  #simplecheckout_customer .simplecheckout-block-content {
    padding: 0 30px 30px 30px;
  }

  #simplecheckout_shipping .nav-tabs > li,
  #product-product .nav-tabs > li {
    width: 30%;
  }
  #simplecheckout_shipping .nav-tabs > li:first-child,
  #product-product .nav-tabs > li:first-child {
    width: 26%;
  }
  #simplecheckout_shipping .nav-tabs > li:last-child,
  #product-product .nav-tabs > li:last-child {
    width: 44%;
  }
  #simplecheckout_shipping .radio label {
    grid-template-columns: 14px auto;
  }
  #simplecheckout_shipping .radio label:before {
    width: 14px;
    height: 14px;
  }
  #simplecheckout_shipping .radio label:after {
    width: 8px;
    height: 8px;
    left: 3px;
  }
  #simplecheckout_shipping .delivery-item__price {
    font-size: 16px;
  }
  #simplecheckout_shipping .radio label > span {
    line-height: 18px;
    display: flex;
    font-size: 13px;
    padding-left: 12px;
  }
  #simplecheckout_customer .row-customer_customer_group_id .col-sm-8 > div {
    display: flex;
    justify-content: space-between;
    gap: inherit;
    margin-bottom: 15px;
  }
  #simplecheckout_shipping .radio label {
    gap: 0;
  }
  #simplecheckout_shipping .radio label img {
    margin-right: 10px;
  }
  #simplecheckout_payment .simplecheckout-block-content .form-group {
    margin-left: 3.5em;
    margin-top: 0;
  }
  #simplecheckout_shipping .delivery-item__info {
    gap: 0;
  }
  #simplecheckout_customer .row-customer_field21 {
    width: 46%;
    float: left;
  }
  #simplecheckout_customer .row-customer_telephone {
    width: 56%;
  }
  #simplecheckout_customer .radio label {
    font-size: 13px;
  }
  .right-method {
    margin-left: 13%;
  }
  .coupon-total_block .econom-text {
    justify-content: center;
  }
  .coupon-total_block .econom-coupon {
    text-align: center;
  }
  #simplecheckout_customer .radio label:after {
    width: 14px;
    height: 14px;
    background: #ffbb17;
    box-shadow: 0px 2px 4px rgb(51 196 223 / 20%);
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 50%;
  }
}
@media (max-width: 420px) {
  #simplecheckout_login .simplecheckout-warning-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 380px) {
  #simplecheckout_customer .row-customer_customer_group_id .col-sm-8 > div {
    display: block;
  }
  #simplecheckout_shipping .radio label span {
    max-width: 198px;
  }
}
@media (max-width: 320px) {
  #simplecheckout_shipping .radio label span {
    max-width: 198px;
  }

  .right-method,
  #simplecheckout_payment .form-group {
    margin-left: 18%;
  }

  .montonio-aspsp-grid-logos .montonio-aspsp-grid-item {
    width: 45% !important;
    height: 50px !important;
    border-radius: 0 !important;
    margin: 0 0 16px 0 !important;
  }
  .montonio-aspsp-grid-logos .montonio-aspsp-grid-item {
    margin: 0 7px 7px 0 !important;
  }
  .montonio-aspsp-grid {
    justify-content: space-between;
  }
  #simplecheckout_login .simplecheckout-block-content,
  #simplecheckout_customer .simplecheckout-block-content {
    padding: 0 15px 30px 15px;
  }
  #simplecheckout_customer .row-customer_customer_group_id .radio:first-child {
    margin-bottom: 15px;
  }
  #simplecheckout_customer .row-customer_customer_group_id .col-sm-8 > div {
    display: block;
  }
}
