div#simplecheckout_content {
  max-width: 1185px;
  margin: 0 auto;
}
#simplecheckout_content .col-lg-6 {
  padding-left: 20px;
  padding-right: 20px;
}
.cart_unit.text-right {
  width: 100%;
}
.cart_unit.text-right ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.cart__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.cart__left {
  width: calc(100% - 320px);
  padding-left: 50px;
}

.cart__left,
.cart__right {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.cart__right {
  width: 320px;
}

.cart__heading {
  font-size: 24px;
  border: none;
}

.cart__products-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart__products-item {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  margin: 10px 0;
}

h3.product__title {
  display: block;
  width: 100%;
  margin: 0;
}

.product-price {
  color: #e13737;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-primary {
  color: #fff;
  background-color: #f7796e;
  border-color: transparent;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #f44c3e;
  border-color: transparent;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f44c3e;
  border-color: transparent;
  background-image: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #f22d1c;
  border-color: transparent;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  background-color: #f7796e;
  border-color: transparent;
}

.btn {
  font-size: 0.875rem;
  text-transform: uppercase;
  border-width: 0px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cart-summary-line .value {
  color: #666;
  float: right;
}

h5.h5 {
  font-size: 23px;
  padding: 0;
  margin: 0;
}

.button-minus,
.button-plus {
  border: 1px solid #dfdede;
  line-height: 33px;
  width: 24px;
  text-align: center;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-size: 30px;
}

.cart__products-details,
.cart__products-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart__products-details {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 5px;
}

p.atrib-val {
  margin: 0;
}

#ecm_checkout .product__title {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#ecm_checkout .product__size {
  margin: 0;
}

#ecm_checkout .product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ecm_checkout .product__quantity label {
  margin-right: 50px;
}

#ecm_checkout .product__quantity-input {
  height: 35px;
  width: 75px;
  text-align: center;
  border: 1px solid #e6e6e6;
}

#ecm_checkout .product__price {
  margin: 0;
}

.cart__sum {
  margin-bottom: 8px;
  padding: 40px;
  background: #f8f8f8;
}

.cart__sum-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
}

.cart__sum-row:first-child {
  padding-bottom: 40px;
}

.cart__sum-row:last-child {
  padding-top: 40px;
}

.cart__sum-row p {
  margin: 0;
  font: 400 12px/1.4 Century Gothic, Arial, sans-serif;
  color: #666;
  text-transform: uppercase;
}

.cart__sum-row--grey p {
  font-size: 16px;
  color: #a9a9a9;
  text-transform: none;
}

.cart__btn-continue {
  display: block;
  padding: 10px 15px;
  margin: 20px 0 70px;
  font: 400 12px/1.4 Century Gothic, Arial, sans-serif;
  color: #666;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .cart__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart__left {
    width: 100%;
    padding: 0;
  }

  .cart__right {
    width: 100%;
  }

  .cart__heading {
    border-bottom: none;
  }

  .cart__products-item {
    position: relative;
  }

  .cart__products-image img {
    max-width: 100%;
    height: auto;
  }

  .cart__products-details {
    width: 200px;
    padding: 0 10px;
  }

  #ecm_checkout .product__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #ecm_checkout .product__size {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }

  #ecm_checkout .product__quantity {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  #ecm_checkout .product__quantity label {
    width: 100%;
  }

  #ecm_checkout .product__price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }

  #ecm_checkout .btn--cart-remove {
    position: absolute;
    top: 0;
    right: 0;
  }
  #id_country {
    padding: 0 0 0 7px;
    height: 45px;
    font-size: 12px;
  }

}

.payment {
  padding: 30px 40px 40px;
  background: #f8f8f8;
}

.payment .cart__heading {
  margin: 0 0 10px;
  font: 400 24px/1.4 Century Gothic, Arial, sans-serif;
  color: #a9a9a9;
}

.payment__form {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.payment__label {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding-left: 22px;
  font: 400 12px/1.4 Century Gothic, Arial, sans-serif;
  color: #a9a9a9;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.payment__label,
.payment__label .checkmark {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.payment__label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
}

.payment__input:checked + .checkmark:after {
  content: '';
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background: #000;
}

.payment__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}

.payment__way {
  text-transform: uppercase;
  margin: 0;
}

.payment__details {
  padding-top: 30px;
}

.payment__details input {
  margin-right: 7px;
}

.payment__details label {
  font: 400 12px/1.4 Century Gothic, Arial, sans-serif;
  color: #a9a9a9;
}

.payment__details label b {
  display: block;
  color: #181918;
}

.payment__btn {
  cursor: pointer;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 14px 15px;
  font: 300 24px/1.4 Century Gothic, Arial, sans-serif;
  color: #fff;
  text-align: center;
  background: #ff4c9b;
  border: none;
  outline: none;
}

.payment__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment__logos img {
  margin-right: 10px;
}

.payment__logos img:last-child {
  margin-right: 0;
}

.promocode__form {
  padding: 40px 20px 20px;
  border: 1px dashed #fde5cd;
}

.promocode__label {
  display: block;
  margin-bottom: 25px;
  font: 500 12px/1.5 Century Gothic, Arial, sans-serif;
  color: #a9a9a9;
  text-align: center;
  text-transform: uppercase;
}

.promocode__label b {
  display: block;
  color: #181918;
}

.promocode__row {
  position: relative;
  margin: 0;
}

.promocode__input {
  height: 55px;
  width: 100%;
  padding: 0 60px 0 15px;
  color: #a9a9a9;
  border: 1px solid #e6e6e6;
}

.promocode__btn,
.promocode__input {
  display: block;
  background: #fff;
}

.promocode__btn {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
  width: 60px;
  height: 53px;
  padding: 0;
  color: #181918;
  border: none;
  outline: none;
}

.checkout__heading {
  font-size: 24px;
  border-bottom: none;
}

.checkout__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkout__label {
  position: relative;
  display: block;
}

.checkout__label span {
  display: block;
  margin-bottom: 10px;
  color: #a9a9a9;
}

.checkout__label--50 {
  width: calc(50% - 18px);
}

.checkout__label--100 {
  width: 100%;
}

.checkout__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 20px !important;
  margin-bottom: 35px;
  font: 300 16px/1.4 Century Gothic, Arial, sans-serif;
  color: #a9a9a9;
  border: 1px solid #e6e6e6;
  background: #fff;
  outline: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.checkout__input.success {
  background: #fff url(../img/check-mark.svg) no-repeat calc(100% - 10px) 50%/11px;
}

.checkout__input.error {
  border-color: #e13e3e;
  background: #fff url(../img/close-cross.svg) no-repeat calc(100% - 10px) 50%/11px;
}

.checkout__input.error:focus {
  border-color: #e13e3e;
}

.checkout__input:focus {
  border-color: #a9a9a9;
}

.checkout__warning {
  font: 400 12px/1.5 Century Gothic, Arial, sans-serif;
  color: #e13e3e;
}

.checkout__textarea {
  display: block;
  width: 100%;
  height: 130px;
  padding: 15px 40px 15px 20px;
  margin-bottom: 35px;
  font: 300 16px/1.4 Century Gothic, Arial, sans-serif;
  color: #a9a9a9;
  border: 1px solid #e6e6e6;
  background: #fff;
  outline: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.checkout__textarea:focus {
  border-color: #a9a9a9;
}

.checkout__other-address {
  display: block;
  width: 100%;
  margin: 75px 0;
  font: 400 12px/1.4 Century Gothic, Arial, sans-serif;
  color: #666;
  text-decoration: underline;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .checkout__warning {
    position: absolute;
    left: 60px;
    top: -32px;
    margin: 0;
    padding: 20px 35px;
    text-transform: lowercase;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }

  .checkout__warning:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -2em;
    left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1em solid #000;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: -2px 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -2px 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .checkout__label--50 {
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

#ecm_checkout-items {
  padding: 0;
  list-style: none;
}

.custom-radio {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #acaaa6;
  background: #fff;
  border-radius: 50%;
  margin-right: 1.25rem;
}

.rtl .custom-radio {
  margin-left: 1.25rem;
  margin-right: inherit;
}

.custom-radio input[type='radio'] {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.custom-radio input[type='radio']:checked + span {
  display: block;
  background-color: #e13737;
  position: absolute;
  left: 0.125rem;
  top: 0.125rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type='checkbox'],
.custom-checkbox input[type='radio'] {
  margin-top: 0.25rem;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
}

.rtl .custom-checkbox input[type='checkbox'],
.rtl .custom-checkbox input[type='radio'] {
  right: 0;
  left: auto;
}

.custom-checkbox input[type='checkbox'] + span,
.custom-checkbox input[type='radio'] + span {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #666;
  width: 0.9375rem;
  height: 0.9375rem;
}

.rtl .custom-checkbox input[type='checkbox'] + span,
.rtl .custom-checkbox input[type='radio'] + span {
  margin-left: 3px;
  margin-right: inherit;
}

.custom-checkbox input[type='checkbox'] + span .checkbox-checked,
.custom-checkbox input[type='radio'] + span .checkbox-checked {
  display: none;
  margin: -0.25rem -0.125rem;
  font-size: 1.1rem;
  color: #666;
}

.custom-checkbox input[type='checkbox']:checked + span .checkbox-checked,
.custom-checkbox input[type='radio']:checked + span .checkbox-checked {
  display: block;
}

.custom-checkbox input[type='checkbox']:focus + span,
.custom-checkbox input[type='radio']:focus + span {
  border-color: #acaaa6;
}

.custom-checkbox input[type='radio'] + span {
  border-radius: 50%;
}

.custom-checkbox label {
  text-align: left;
  display: table-cell;
}

.rtl .custom-checkbox label {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .payment__btn {
    font: 300 18px/1.4 Century Gothic, Arial, sans-serif;
  }
}

.payment-option,
.sc_carrier_row {
  min-height: 40px;
  line-height: 40px;
}

#bankwire-modal {
  display: none;
}

.payment-options p {
  margin-top: 0;
  padding-left: 45px;
  font-size: 14px;
  color: #605f5f;
}

.card-block h5 {
  margin-top: 15px;
}

div#delivery label {
  padding: 20px 0;
  display: block;
}

#customer_place .form-control {
  margin: 0 0 15px 0;
  border: solid 1px;
}

.label-cart {
  font-size: 23px;
  padding: 10px 0 20px 0;
  margin: 0;
}
.cart-summary-line {
  display: flex;
  justify-content: space-between;
}
.payment__btn {
  margin-top: 15px;
}
.card-block .form-control {
  padding: 2rem 0.75rem;
}
.product__quantity {
  display: flex;
}

.product-attributes {
  display: flex;
  flex-direction: column;
}

.custom-radio input[type='radio'] {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carrier-name,
.payment_name {
  font-weight: bold;
  font-size: 16px;
}

.sc_carrier_row,
.payment_row {
  display: flex;
}

.delivery_time,
.payment_time {
  display: none;
  line-height: 1.4;
}

.time_show span.delivery_time,
.time_show span.payment_time {
  display: flex;
}

.payment-option,
.sc_carrier_row {
  min-height: 40px;
  line-height: 20px;
}
div.radio span.checked:before {
  font-size: 11px;

  left: 0px;

  top: 1px;
}
.radio span {
  margin-right: 10px;
}
.payment_row {
  height: 30px;
}

#checkout_place .label-cart {
  padding: 0;
}

#cart_summary .remove_product {
  border: none;
}

#customer_place .table-responsive {
  border: none;
}

.cart_description {
  margin-bottom: 15px;
}
#payment_place {
  margin-top: 15px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


#customer_place {
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  
}
#message {
  margin-bottom: 15px;
}
#carrier_place {
  padding: 0 10px;
 
}

#cart_placer {
  padding: 10px;
  border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#checkout_place {
  margin-top: 20px;
}

.decr_quatity,
.incr_quantity {
  display: none;
}
@media (max-width: 1024px) {
  #customer_place,#cart_placer,#payment_place {
    box-shadow: none;
  }
}
@media (max-width: 999px) {
  #cart_placer {
    margin-top: 15px;
  }

  #carrier_place label,
  #payment_place label {
    margin-right: 10px;
  }



  .payment_row {
    margin-bottom: 10px;
  }

  #payment_place {
    margin-top: 0;
     padding: 0;
    border-radius: 5px;
    box-shadow: none;
  }
  #customer_place {
    padding: 0px;
    border-radius: 5px;
    box-shadow: none;
  }

  #carrier_place {
    padding: 0 10px;
  }

  #cart_placer {
    padding: 0px;
    border: none;
    box-shadow: none;
  }
  #checkout_place {
    padding: 0;
    margin-top: 15px;

  }
  #order-detail-content {
    border: none;
  }

  #city {
    margin-top: 0;
  }

  #payment_place .table tbody > tr > td {
    padding:10px 0 10px 0px ; 
  }
}
select#id_area_delivery, select#id_city_delivery, select#id_ware_delivery {
    margin: 0 !important;
padding: 0 15px;
    height: 40px;
}
.pad .selector{
line-height: 40px;
    height: 40px;
padding:0;
}

.pad .selector span {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}
#payment_place .table tbody > tr > td {
    padding: 10px 0 10px 10px ;
}

#payment_place .table_block,
#payment_place td {
  border: none;
}

 #carrier_place .radio {
  padding: 10px 0 10px 10px;
 }