.checkout-simplecheckout .wrapper {
  overflow: visible;
}

.checkout-simplecheckout.mobile .wrapper {
  overflow: hidden;
}

.simplecheckout-block .well-sm {
  padding: 20px;
  border-radius: 15px;
  color: #141414;
  font-family: var(--font-family);
}

.simplecheckout-block .well-sm span {
  font-weight: 500;
  cursor: pointer;
  color: #000;
  transition: 0.2s ease-in-out;
}

.simplecheckout-block .well-sm span:hover {
  color: #595e3e;
}



.view_wrapper {
  background-color: #fff;
  border-radius: 25px;
  margin-left: 15px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 45px;
  margin-bottom: 15px;
}

.mobile .view_wrapper {
  margin-left: 0;
  padding: 10px;
}

.product-warning {
  padding: 6px 4px;
  display: inline-block;
  color: #fff;
  background: #f57c27;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  border-radius: 5px;
}

.simple-content {
  padding-top: 20px;
}

/*
.simple-content div.required .control-label::before {
  display: none;
}
*/
.simple-content fieldset {
  text-align: left;
}

/*
.checkout-simplecheckout select {
  display: none;
}
*/
.simplecheckout-cart-product {
  position: relative;
  margin-bottom: 15px;
}

.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: 35px 0 0 0;
  border: none;
  padding: 0;
  background: transparent;
}

.simple-content .form-control {
  width: 100%;
}

#simplecheckout_login .buttons {
  margin: 0;
  border: none;
  background: inherit !important;
  padding: 0 !important;
}

.simplecheckout {
  width: 100%;
  position: relative;
}

.page__wrapper--simple h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #141414;
  margin: 30px 0;
}

.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;
}

.simple-empty-left img {
  width: 100%;
  max-width: 295px;
}

.simple-empty-left {
  margin-right: 90px;
}

.simple-empty .content {
  font-size: 24px;
  font-weight: 700;
  max-width: 340px;
  line-height: 1;
}

.simple-content a.simplecheckout-button-catalogbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  max-width: 190px;
  height: 50px;
  background-color: #eecebf;
  background-image: none;
  text-shadow: none;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  border: 1px solid #eecebf;
  border-radius: 10px;
  margin-top: 50px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.simple-empty .content span {
  font-size: 64px;
  font-weight: 700;
}

.simple-empty {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* для элемента input c type="radio" */
.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
  border-color: #000;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active+label::before {
  background-color: #000;
  border-color: rgb(0, 0, 0);
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.699);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked)+label::before {
  border-color: #000000;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
  border-color: #000000;
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled+label::before {
  background-color: rgba(0, 0, 0, 0.699);
}

.simple-price-total span:last-child {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #222b45;
}

.simple-price span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
}

@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 {
  margin-right: 16px;
  max-width: 560px;
  width: 100%;
  position: relative;
}

.simplecheckout-right-column {
  max-width: 860px;
  width: 100%;
  border: 0;
  border-radius: 24px;
  padding: 0 55px;
}

.simplecheckout-product-content-top {
  display: flex;
  margin-bottom: 8px;
}

.simplecheckout-cart-products {
  position: relative;
}

.simplecheckout-cart-product-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.simplecheckout-cart-product {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  position: relative;
}

.simplecheckout-cart-product-name {
  width: 100%;
  min-height: 33px;
  margin-bottom: 6px;
}

.simplecheckout-product-model,
.simplecheckout-product-manufacturer {
  font-size: 12px;
  color: #8e9192;
}

.simplecheckout-product-manufacturer {
  margin-right: 15px;
}

.simplecheckout-product-manufacturer a {
  color: #0d0802;
  font-weight: 700;
}

.simplecheckout-cart-product-name a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #141414;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}

/* .simplecheckout-cart-product-name.product-warning a {
  color: #b82e2e;
} */
/*
.product-warning .simplecheckout-cart-product-name a {
  color: #b6b6b6;
}
*/
.product-warning .simple-price {
  color: red;
}

#simplecheckout_button_prev {
  background-color: #000;
}

.simple-wishlist,
.simple-remove {
  width: 30px;
  height: 30px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: none;
}

.simple-wishlist:hover svg path,
.simple-remove:hover svg path {
  stroke: #000;
}

/*
.checkout-simplecheckout [class^='col-'],
.checkout-simplecheckout [class*=' col-'] {
  width: 100%;
}
*/
.simple-price span,
.simple-total span {
  display: block;
}

.simplecheckout-cart-product-image {
  display: flex;
  flex: 0 0 auto;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
}

.simplecheckout-product-content-bottom {
  display: flex;
  justify-content: space-between;
}

b,
strong {
  font-weight: unset !important;
}

.simplecheckout-cart-product-image img {
  max-width: 80px;
  border-radius: 10px;
  background: #f4f4f4;
}

.simplecheckout-cart-product-image a {
  display: flex;
}

@media screen and (max-width: 1023px) {

  /*
  .checkout-simplecheckout [class^='col-'],
  .checkout-simplecheckout [class*=' col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  */
  .checkout-simplecheckout fieldset {
    padding: 0;
  }

  .checkout-simplecheckout .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox label,
  .radio label {
    padding-left: 0;
  }

  .simple-content .buttons {
    margin-top: 15px;
    padding-left: 0 !important;
  }

  .simple-empty {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .simple-empty-left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .simplecheckout-three-column {
    display: block;
    float: none;
    min-width: auto !important;
    max-width: 1900px !important;
    width: 100%;
  }

  .form-horizontal .form-group {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .checkout-cart-heading {
    font-size: 16px;
  }

  .simple-empty-left img {
    max-width: 155px;
  }

  .simple-empty .content {
    font-size: 20px;
    max-width: 240px;
  }

  .simple-content a.simplecheckout-button-catalogbtn {
    max-width: unset;
  }

  .simple-empty .content span {
    font-size: 44px;
  }
}

@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;
  }
}

@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: 20px;
  border-radius: 15px;
  color: #141414;
  font-family: var(--font-family);
  min-height: 20px;
  margin-top: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.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: left;
  text-align: left;
}

.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;
  background: url('../image/button.png') top left repeat-x;
  -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: 'Manrope SemiBold';
  line-height: 12px;
  cursor: pointer;
  -khtml-border-radius: 7px 7px 7px 7px;
}

.simplecheckout-button-left .button {
  margin: 0;
}

@media only screen and (max-width: 780px) {
  .simplecheckout-button-left {
    display: none;
  }
}

.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 {
  padding-left: 24px;
  padding-right: 44px;
  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-wrap {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.simplecheckout-cart-total-wrap #total_total {
  margin-top: 0;
  width: 38%;
}

.simplecheckout-cart-total {
  padding: 7px 0;
  font-size: 16px;
  /* 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;
}

.simplecheckout-cart-total input {
  margin-right: 0px !important;
  max-width: 100px;
}

.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 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: right;
  color: #6a6f4c;
}

.checkout-heading-button-register {
  margin-right: 25px;
}

.checkout-heading-button-register a {
  display: flex;
  height: 40px;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 0 15px;
  max-width: 180px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #322d2d;
  white-space: nowrap;
}

.checkout-heading-button-register a:hover,
.checkout-heading-button-register a:focus,
.checkout-heading-button-register a:active {
  border: 2px solid #322d2d;
}

.checkout-heading-button-login a {
  display: flex;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 0 20px;
  max-width: 180px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #000;
  text-decoration: underline;
}

.checkout-heading-button-login a:hover,
.checkout-heading-button-login a:focus,
.checkout-heading-button-login a:active {
  color: #322d2d;
}

.checkout-heading span.simple-social-login {
  display: flex !important;
  align-items: center;
  margin-left: auto;
}

.simplecheckout-cart-total-remove {
  display: inline-block;
  width: 18px;
  text-align: center;
}

.simplecheckout-cart-total-remove img {
  vertical-align: -2px;
  cursor: pointer;
}

.simplecheckout-cart-total.coupon {
  position: relative;
  margin-right: 15px;
  padding: 0;
  width: 190px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.simplecheckout-cart-total.coupon #simplecheckout_button_cart {
  position: absolute;
  top: 5px;
  right: 7px;
  padding: 0;
  min-width: auto;
  width: 30px;
  min-height: 30px;
  height: auto;
  justify-content: center;
  align-items: center;
}

.simplecheckout-cart-total.coupon #simplecheckout_button_cart svg {
  margin-left: 0;
}

.simplecheckout-cart-total.coupon span {
  margin-right: auto;
  padding-right: 20px;
}

.simplecheckout-cart-total.coupon input {
  max-width: 190px;
  height: 40px;
  border-radius: 26px;
  background-color: #f4f4f4;
  border: 0;
  box-shadow: none;
}

.simplecheckout-cart-total.coupon #simplecheckout_button_cart svg {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.simplecheckout-cart-total.coupon .btn svg {
  transform: translate(0, 0) rotate(136deg);
}

.simplecheckout-cart-total.coupon .btn:hover svg {
  transform: translate(0, 0) rotate(0);
}

.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 !important;
  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 #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;
  font-size: 10px;
}

.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 !important;
}

#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: 24px 35px;
  width: 370px;
  height: auto !important;
  border: 1px solid #ffd9ff;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: none repeat scroll 0 0 #ffffff;
  -khtml-border-radius: 10px 10px 10px 10px;
}

#simple_login::after {
  content: '';
  display: block;
  clear: both;
}

#simple_login label.control-label {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 14px;
}

#simple_login input.form-control {
  padding-left: 12px;
  height: 40px;
  color: #191d23;
  line-height: normal;
  border-radius: 5px;
  border: 1.5px solid #dedede;
  background-color: #fff;
  box-shadow: none;
}

#simple_login #simplecheckout_button_login {
  justify-content: center;
}

#simple_login #simplecheckout_button_login:active:focus,
#simple_login #simplecheckout_button_login:active:hover {
  background-color: #78c619;
  border-color: #78c619;
}

#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;
}

#simple_login .forgotten-link {
  margin-top: 24px;
  margin-bottom: 24px;
  width: fit-content;
  color: #c64747;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
}

.simplecheckout label input,
.simpleregister label input {}

#simple_summary {
  display: none;
}

#simplecheckout_step_menu {
  margin-bottom: 10px;
  padding-left: 80px;
  padding-top: 0px;
}

.mobile #simplecheckout_step_menu,
.mobile .checkout-heading {
  padding: 0;
  text-align: left;
  justify-content: start !important;
}

.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 {
  border: none;
  padding: 0;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #141414;
}

.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 {
    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-steps-wrapper {
  padding: 10px;
  padding-left: 80px;
}

#agreement_checkbox {
  float: left;
  padding: 25px 0;
}

#agreement_checkbox .checkbox {
  margin: 0;
}

.simplecheckout-summary-totals .simplecheckout-cart-total {
  border: 0;
}

.page__wrapper--simple {
  background-color: transparent;
  padding-bottom: 50px;
}

.page__wrapper--simple .container {
  max-width: 1470px;
}

.simplecheckout_form {
  display: flex;
}

#simplecheckout_cart {
  width: 70%;
  border: 0;
  border-radius: 24px;
  padding: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 130px;
  padding: 50px;
  height: max-content !important;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 15px;
}

.mobile #simplecheckout_cart {
  width: 100%;
  top: 0;
  padding: 0;
}

.checkout__cart--title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #1e1e1e;
  margin-bottom: 30px;
}

.simplecheckout-vertical-menu .checkout-heading .simple-step-value {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  background-color: #6A6F4C;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.checkout-heading.simple-step-vertical.simple-step-vertical-completed .simple-step-value {}

.simplecheckout-vertical-menu .checkout-heading {
  cursor: pointer;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: 1;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: transparent;
}

.simple-step-value {
  margin-right: 24px;
}

.simplecheckout-block-content fieldset {
  margin: 0;
  outline: none;
  padding: 0;
}

.checkout-simplecheckout .form-horizontal .form-group {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.row-shipping_address_flat>label,
.row-shipping_address_house>label {
  display: none;
}

.row-shipping_address_address_2 {
  float: left;
  max-width: calc(100% - 286px);
}

.row-shipping_address_flat,
.row-shipping_address_house {
  max-width: 130px;
  margin-left: 13px !important;
  float: left;
}

.form-horizontal .form-group .col-sm-4,
.form-horizontal .form-group .col-sm-8 {
  width: 100%;
  padding: 0;
}

.form-horizontal .form-group .col-sm-4 {
  max-width: 200px;
  text-align: left;
}

.simplecheckout .form-horizontal label {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #141414;
}

.simplecheckout-block .simplecheckout-block-content textarea {
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  padding: 15px 25px;
  outline: none;
}

.form-horizontal input,
.form-horizontal select {
  width: 100%;
  height: 55px;
  padding: 0;
  padding-left: 25px;
  padding-right: 10px;
  border: none;
  border-radius: 12px;
  background: #f4f4f4;
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #141414;
  box-shadow: none;
}

#simplecheckout_shipping .form-group {
  align-items: baseline;
}

#simplecheckout_shipping_address,
#simplecheckout_customer {}

.simplecheckout-block {
  width: 100%;
}

#simplecheckout_payment .simplecheckout-block-content {
  display: flex;
  flex-wrap: wrap;
}

.btn.btn-primary.button,
a.button_oc.btn,
#buttons #simplecheckout_button_next,
#buttons #simplecheckout_button_prev,
#buttons #button-confirm {
  padding: 0 25px;
  background-image: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-shadow: none;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 133px;
  background: #6A6F4C;
  height: 53px;
}

.simplecheckout-button-right,
.simplecheckout-button-left,
#buttons #simplecheckout_button_next,
#buttons #simplecheckout_button_prev {
  width: 100%;
}

.simplecheckout-button-right {
  margin-bottom: 20px;
}

.simplecheckout-cart-total .btn.btn-primary.button,
.simplecheckout-cart-total a.button_oc.btn {
  background: #6A6F4C;
}

.btn.btn-primary.button svg,
a.button_oc.btn svg,
#buttons #simplecheckout_button_next svg,
#buttons #simplecheckout_button_prev svg,
#buttons #button-confirm svg {
  margin-left: 20px;
  flex-shrink: 0;
}

a.button_oc.btn:hover::before,
a.button_oc.btn:focus::before,
a.button_oc.btn:active::before,
#buttons #simplecheckout_button_next:hover,
#buttons #simplecheckout_button_next:focus,
#buttons #simplecheckout_button_next:active,
#buttons #simplecheckout_button_prev:hover,
#buttons #simplecheckout_button_prev:focus,
#buttons #simplecheckout_button_prev:active {
  opacity: 1;
}

.simple_checkbox input {
  display: none;
}

.simple_checkbox label {
  font-size: 14px;
  color: #1e1e1e;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  padding-left: 0;
}

.simple_checkbox label::before {
  content: '';
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
}

.simple_checkbox label a {
  display: block;
  margin-left: 5px;
  font-weight: 700;
  color: #000;
}

.simple_checkbox label:hover::before {
  background-color: rgba(64, 171, 53, 0.3);
}

.simple_checkbox input:checked+label:after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 3px;
}

#simplecheckout_comment {
  max-width: 100%;
}

.simple__radio {
  width: max-content;
  background-color: #fff;
  margin: 0 13px 13px 0 !important;
  position: relative;
  overflow: hidden;
}

.simple__radio label {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.simple__radio:hover label {
  border: 1px solid #dadada;
  background-color: #f4f4f4;
  border-radius: 133px;
}

.simple__radio input {
  display: none;
}

.simple__radio label {
  z-index: 1;
  border-radius: 133px;
  border: 1px solid #d4d4d4;
  border-radius: 133px;
  padding: 10px 26px;
  color: #141414;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 53px;
  flex-wrap: wrap;
  gap: 3px;
}

.simple__radio input:checked+label {
  background-color: #f4f4f4;
  border: 1px solid #dadada;
  color: #000;
}

.simple__radio label img {
  margin-left: 10px;
  height: 32px;
  flex-shrink: 0;
  user-select: none;
}

#total_sub_total {
  display: none;
}

.simplecheckout-product-content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: 100%;
  padding-right: 20px;
}

.simplecheckout-cart-product-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.options {
  width: 100%;
}

.simplecheckout-cart-product-buttons-top {
  display: flex;
  justify-content: flex-end;
}

.simplecheckout-cart-product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.simple-total span {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #222b45;
}

.simple-quantity {
  width: 30px;
  height: 30px;
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 18px;
  line-height: 1;
  outline: none;
}

.simple-quantity:hover,
.simple-quantity:focus,
.simple-quantity:active {
  outline: none;
}

.simple-quantity:hover svg rect,
.simple-quantity:focus svg rect,
.simple-quantity:active svg rect {
  stroke: #000;
}

.simple-quantity:hover svg path,
.simple-quantity:focus svg path,
.simple-quantity:active svg path {
  fill: #000;
}

svg:hover,
svg:focus,
svg:active {
  outline: none;
}

input.simple-quantity-input {
  width: 30px !important;
  height: 30px;
  background-color: #fff;
  padding: 0;
  margin: 0;
  border: none;
  font-weight: 700;
  font-size: 16px;
  color: #c5cee0;
  text-align: center;
}

.simplecheckout-cart-total-remove {
  display: none;
}

.quantity {
  display: flex;
  border: none;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

#total_set,
#total_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 143%;
  color: #222b45;
  margin-top: 25px;
}

#simplecheckout_step_menu h4.panel-title {
  font-weight: 600;
  font-family: var(--font-family);
  font-size: 24px;
  color: #000;
}

@media screen and (max-width: 1179px) {
  .form-horizontal .form-group {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .simplecheckout_form {
    flex-direction: column;
  }

  .checkout-heading-button-login a,
  .checkout-heading-button-register a {
    font-size: 12px;
  }

  .checkout-heading span.simple-social-login {
    font-size: 12px;
  }
}

@media screen and (max-width: 680px) {
  .page__wrapper--simple h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
  }

  .checkout__cart--title {
    display: none;
  }

  .simplecheckout-vertical-menu .checkout-heading .simple-step-value {
    display: none;
  }

  .simplecheckout-vertical-menu .checkout-heading {
    justify-content: center;
  }

  .simplecheckout::before {
    display: none;
  }

  .simplecheckout-steps-wrapper {
    padding-left: 10px;
  }

  #simplecheckout_step_menu h4.panel-title {
    font-size: 20px;
  }

  .simple-remove-wraper.simple-remove-mobile {
    margin-bottom: 15px;
  }

  .simplecheckout-product-content-top {
    flex-direction: column;
  }

  .simplecheckout-product-manufacturer {
    margin-right: 0;
  }
}

.simplecheckout-step {
  justify-content: space-between;
}

@media only screen and (max-width: 1279px) {
  .checkout-simplecheckout .form-horizontal .form-group {
    flex-wrap: wrap;
  }

  .form-horizontal .form-group .col-sm-4 {
    margin-bottom: 25px;
  }

  .row-shipping_address_address_2 {
    float: none;
    max-width: 100%;
  }

  .row-shipping_address_house {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .simplecheckout-step {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .simplecheckout-left-column {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 860px;
  }

  .page__wrapper--simple h1 {
    text-align: center;
  }

  .simple-content .checkout-heading {
    margin-bottom: 20px;
  }

  .form-horizontal .form-group .col-sm-4 {
    margin-bottom: 3px;
  }

  .form-horizontal input,
  .form-horizontal select {
    padding-left: 15px;
    height: 40px;
  }

  #simplecheckout_shipping_address,
  #simplecheckout_customer {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .page__wrapper--simple {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {

  /*
  #simplecheckout_cart {
    padding: 20px 15px;
  }
  */
  #simplecheckout_cart .checkout-heading {
    display: none;
  }

  .simplecheckout-right-column {
    padding: 0;
    border: none;
  }

  .simplecheckout-cart-product-name a,
  .simple-price-total span:last-child {
    font-size: 14px;
  }

  .simplecheckout-cart-total-value {
    font-size: 16px;
  }

  .simple__radio label {
    padding: 5px 10px;
    font-size: 14px;
  }

  /*
  .simple__radio label img {
    width: 80px !important;
    margin-left: 7px !important;
  }
  */
  .btn.btn-primary.button,
  a.button_oc.btn,
  #buttons #simplecheckout_button_next,
  #buttons #simplecheckout_button_prev,
  #buttons #button-confirm {
    font-size: 14px;
  }
}

.empty__checkout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.simple__radio label.payment-description-block {
  display: block;
  text-align: center;
}

.simple__radio label .payment-description {
  color: #7b7b7b;
  font-size: 14px;
  opacity: 0;
  height: 0;
  transition: 0.2s ease-in-out;

}

input:checked~label .payment-description {
  opacity: 1;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}


.row-customer_register .col-sm-8>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row-customer_register .col-sm-8>div .checkbox {
  display: flex;
  align-items: center;
}


.row-customer_register .col-sm-8>div .modal_login {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0;
}