/* cart */
.commerce-cart_table-img-uri {
  text-decoration: none;
}

.commerce-cart_table-img-p {
  line-height: 120px;
  margin: 0;
  padding-left: 10px;
  color: black;
}

.commerce-cart_remove-item:active,
.commerce-cart_remove-item:hover {
  color: #fff;
}

.cart-warring-message {
  margin: 30px 0 20px;
  background: #e04c4c;
  color: white;
  text-align: center;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .cart-warring-message {
    margin-top: 0 !important;
    padding: 8px !important;
  }
}
.commerce-cart_remove-item {
  background-color: #e04c4c;
  border-radius: 15px;
  color: #fff;
  float: left;
  font-size: 11px;
  font-weight: 700;
  height: 20px;
  line-height: 9px;
  margin-left: -8px;
  margin-right: -20px;
  margin-top: -8px;
  padding: 6px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 20px;
  z-index: 9;
}

.commerce-cart_table-img-wrapper {
  width: 120px;
  height: 120px;
  display: grid;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .commerce-cart_total-wrapper {
    padding: 0;
    margin: 0;
  }
  .commerce-cart_total-wrapper .commerce-cart_total {
    margin: 30px !important;
  }
}
.commerce-cart_no-result {
  padding: 0;
  margin: 0;
  text-align: center;
}

.commerce-cart_table-wrapper {
  padding: 0 5px 0 45px;
}

.commerce-cart_btn {
  float: right;
  margin: 20px 30px 30px;
}

.commerce-cart_btn button {
  background: #4aa747;
  color: white;
  border-color: #4aa747;
  font-size: 24px;
  padding: 8px 30px;
}

.commerce-cart_total_text {
  text-align: center !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: normal !important;
}

.commerce-cart_btn button {
  border-radius: 0 !important;
}

@media screen and (max-width: 767px) {
  .commerce-cart_btn {
    float: unset !important;
    display: block;
    padding: 0 !important;
    margin: 25px 30px 0 !important;
  }
  .commerce-cart_btn button {
    width: 100% !important;
  }
}
.commerce-cart_btn button:hover,
.commerce-cart_btn button:target {
  color: white !important;
}

.commerce-cart_shipping-delivery {
  line-height: 35px;
}

.commerce-cart_total h2 {
  padding: 30px 30px 10px;
  font-size: 20px;
  margin-bottom: 30px;
}

.commerce-cart_total-border {
  border-bottom: 1px solid #bababa;
  width: auto;
  margin: 0 30px 10px;
  padding-bottom: 8px;
}

.commerce-cart_total-subtotal {
  font-weight: normal !important;
  padding-left: 18px;
}

.commerce-cart_total-border div {
  padding: 0;
  line-height: 30px;
}

.commerce-cart_total-border div p,
.commerce-cart_total-border div label {
  line-height: 35px;
}

.commerce-cart_total-price {
  line-height: 35px !important;
  margin: 0 !important;
}

.commerce-cart_total-border p {
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .commerce-cart_table_prices {
    margin: 5px 0 0;
    font-size: 18px;
  }
  .commerce-cart_title {
    padding: 15px 0 5px !important;
    font-size: 30px !important;
  }
}
.commerce-cart_total-border div:last-child {
  float: right;
  text-align: right;
}

select.commerce-cart_total-qty {
  max-width: 85px;
  background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%), -o-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) 1em, calc(100% - 15px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.commerce-cart_total-qty:focus {
  background-image: -o-linear-gradient(45deg, gray 50%, transparent 50%), -o-linear-gradient(315deg, transparent 50%, gray 50%), -o-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

.commerce-cart_shipping input[type=radio]:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px auto;
  border-radius: 100%;
}

input[type=radio] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}

.commerce-cart_shipping input[type=radio]:checked:before {
  background: black;
}

.commerce-cart_shipping input {
  background: white;
}

.commerce-cart_title {
  text-align: center;
  text-transform: uppercase;
  padding: 25px 0;
  font-size: 18px;
}

.commerce-cart_wrapper {
  background: #f5f5f5;
}

.commerce-cart_total-wrapper .commerce-cart_total {
  background: #dfdfdf;
  margin: 0 30px 30px 0;
}

.commerce-cart_table {
  width: 100%;
}

.commerce-cart_table tr td a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.commerce-cart_table tr td a img {
  max-width: 100%;
}

.commerce-cart_table tr {
  border-bottom: 1px solid #c8c8c8;
}

.commerce-cart_table tr th {
  color: #6c6c6c;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
}

.commerce-cart_table tr td {
  padding: 20px 0;
}

/* checkout */
.commerce-checkout_table-wrapper {
  padding: 0 !important;
  border-bottom: none !important;
}

.payment_type, .shipping_price_input {
  margin-bottom: -3px;
}

.shipping_price_input {
  display: none;
}

.commerce-cart_total-price {
  font-size: 24px;
  font-weight: bold;
}

.commerce-cart_customer div:last-child p {
  font-weight: normal !important;
}

.commerce-cart_customer_main {
  background: #232323 !important;
  color: white !important;
}

.commerce-cart_wrapper label {
  color: #212529;
  font-weight: 400;
  font-size: 16px;
}

.commerce-checkout_table tr td {
  padding: 15px 0;
  border-bottom: 1px solid #bababa;
}

.commerce-checkout_table tr th {
  color: #6c6c6c;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  border-bottom: 1px solid #bababa;
}

.commerce-checkout_no-result {
  font-weight: normal !important;
  text-align: center;
  padding: 10px;
}

.commerce-checkout_table-title p {
  font-weight: normal;
}

.commerce-checkout_table-price p {
  font-weight: normal;
  padding-left: 18px;
  text-align: right;
}

.commerce-checkout_remove-item {
  float: right;
  color: black;
  text-decoration: none;
  margin-right: 5px;
}

.commerce-checkout_remove-item:hover, .commerce-checkout_remove-item:active {
  color: black;
}

.checkout_labels {
  padding-top: 10px;
}

.commerce-cart_customer_main h2 {
  margin: 0 !important;
}

.commerce-cart_customer_main img {
  float: right;
  margin: 20px 30px 0 0;
}

.commerce-checkout_error-message {
  color: #d22323;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.commerce-cart_table-mob-price {
  display: none;
}

.commerce-cart_customer_main-body {
  padding-top: 15px;
}

.commerce-cart_customer-img {
  cursor: pointer;
}

.commerce-cart_table_prices {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .commerce-cart_customer-img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (min-width: 768px) {
  .commerce-cart_customer-img {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .commerce-cart_customer_main-body {
    display: none;
  }
  .commerce-cart_customer_main h2 {
    padding-bottom: 0 !important;
  }
}
.cart-total_disabled-mobile {
  padding-left: 10px !important;
}

.cart_checkout_prices_header {
  text-align: right;
  margin: 0;
  font-weight: normal !important;
}

@media screen and (max-width: 767px) {
  .commerce-cart_customer_main {
    padding-top: 5px;
  }
  .checkout_form_elements {
    padding: 15px;
  }
  .checkout_subtitle_second,
  .checkout_subtitle_first {
    padding-left: 15px;
  }
  .commerce-cart_title {
    padding: 25px 0 !important;
  }
  .commerce-cart_total {
    margin: 0 !important;
  }
  .commerce-cart_table-img-uri {
    display: block !important;
  }
  .commerce-cart_table-img-p {
    line-height: inherit;
    padding: 10px 0;
    display: none !important;
  }
  .cart-total_total-title, .cart-total_disabled-mobile {
    display: none !important;
  }
  .commerce-cart_table-mob-price {
    display: block !important;
    margin: 0;
  }
  .cart-total_product-title {
    width: 130px;
  }
  .commerce-cart_table-wrapper {
    padding: 0 25px !important;
  }
}
.checkout-capitalize {
  text-transform: capitalize;
}

.checkout_subtitle_first {
  margin: 0 0 10px;
  font-weight: bold;
}

.checkout_subtitle_second {
  margin: 30px 0 10px;
  font-weight: bold;
}

.commerce-cart_table-item_old-price {
  color: #e04c4c;
  text-decoration: line-through;
  font-size: 14px;
}

.commerce-finished_wrapper {
  text-align: center;
  background: #f5f5f5;
}

.commerce-finished_wrapper img {
  width: 100%;
  padding: 20px;
  max-width: 450px;
  margin: 30px 0;
}

.commerce-finished_wrapper h1 {
  font-size: 48px;
  font-weight: 900;
  margin: 20px 10px;
}

.commerce-finished_wrapper h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  margin: 0;
}

.commerce-finished_wrapper p {
  max-width: 670px;
  margin: 0 auto 0;
  padding: 0 20px 50px;
}
