.woocommerce-form-login-toggle {
  display: none !important;
}

.sp_cart_img img {
  width: 85px;
  height: 85px;
  object-fit: contain;
}

.sp_cart_col_title_wrap span.sp_cart_img {
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp_cart_col_title_in {
  display: flex;
  text-decoration: none !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.remove-product {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  font-weight: 800;
  color: #ec223b;
  text-transform: uppercase;
  line-height: 24px;
}

.remove-product svg {
  margin-left: 2px;
}

.sp_cart_col_title_wrap {
  max-width: 370px;
  position: relative;
  width: 100%;
}

.sp_cart_row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(48, 62, 91, 0.2);
}

.sp_cart_row:last-of-type {
  border-bottom: 0px none;
}

.special_cart_box {
  margin-bottom: 35px;
  border-bottom: 3px solid var(--third_color);
}

.sp_cart_col_title_wrap span {
  display: block;
}
.sp_cart_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #333;
  max-width: 247px;
  width: 100%;
  text-transform: uppercase;
}

.sp_cart_col_price {
  text-align: right;
}

.sp_cart_col_price bdi,
.sp_cart_col_price {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #333;
}

.sp_cart_col_total_qty_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
  width: 100%;
  justify-content: space-between;
}

.sp_cart_col_qty {
  max-width: 152px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sp_cart_col_price_total_wrap .sp_cart_item_label {
  color: var(--333333, #333);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  opacity: 0.7;
}

.sp_cart_col_price_total_wrap .r-symb {
  font-weight: 700;
  font-size: 17px;
}

.sp_cart_col_price_total {
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: #482728;
}

.sp_cartitem_qty_btn {
  height: 44px;
  width: 44px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background-color: rgba(48, 62, 91, 0.05);
  border: 0px none;
  border-radius: 4px;
  color: rgba(48, 62, 91, 0.6);
  font-size: 24px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.sp_cart_col_qty_input {
  -moz-appearance: textfield;
  width: 44px;
  height: 44px;
  color: rgba(51, 51, 51, 0.8);
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: 0px none;
}

.special_cart_box_total_items {
  display: none;
}

.special_cart_box_total_in {
  margin-bottom: 45px;
}

.special_cart_box_total_label {
  font-size: 24px;
  font-weight: 900;
  opacity: 0.8;
  text-transform: uppercase;
}

.special_cart_box_total_value_wrap {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.customer_details_col {
  padding-left: 80px;
  padding-right: 80px;
}
.customer_details_row {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
  margin-top: 62px;
  margin-left: -80px;
  margin-right: -80px;
}

.customer_details_title {
  font-family: Balsamiq Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#shipping_method {
  margin: 0px;
  padding: 0px;
}

#shipping_method,
#shipping_method li {
  list-style-type: none;
}

#shipping_method li {
  margin-bottom: 16px;
  color: #484848;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-right: 122px;
}

#shipping_method li .flat-delivere-description {
  display: block;
  margin-top: 9px;
  padding-left: 30px;
  font-size: 15px;
}

#shipping_method li .flat-price {
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  top: 0px;
  font-weight: 800;
  color: #484848;
  font-size: 15px;
  line-height: 20px;
}

#shipping_method li input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
}

#shipping_method li label {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
}

#billing_address_1 {
  border-radius: 10px;
  height: 56px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(130, 130, 130, 0.8);
}

#customer_details-checkout-shipping {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}

#customer_details-checkout-shipping .customer_details_title:first-of-type {
  order: 1;
  width: 100%;
}

#customer_details-checkout-shipping #shipping_method {
  width: 100%;
  order: 2;
  margin-bottom: 30px;
}

#customer_details-checkout-shipping .woocommerce-billing-fields {
  width: 100%;
  order: 3;
}

#customer_details-checkout-shipping-inputs label {
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 142.857%;
  text-transform: uppercase;
  display: block;
}

#afterdelivery_email_field,
#afterdelivery_email,
#afterdelivery_name,
#afterdelivery_phone,
#billing_comment_field {
  width: 100%;
}

#afterdelivery_name_field,
#afterdelivery_phone_field {
  width: 50%;
}

#billing_comment {
  height: 144px;
  border-radius: 12px;
  resize: none;
  width: 100%;
  padding-left: 16px;
  padding-top: 20px;
  padding-right: 20px;
  border: 1px solid rgba(130, 130, 130, 0.8);
}

.last_box_checkout_btn {
  width: 100%;
  display: flex;
  padding-bottom: 25px;
  justify-content: center;
}

.last_box_checkout_btn_wrap .woocommerce-privacy-policy-text {
  margin-top: 0px;
}

.last_box_checkout_btn_wrap {
  width: 100%;
  display: flex;
  padding-bottom: 25px;
  align-items: center;
  flex-wrap: wrap;
}

#place_order.common_btn {
  width: 277px;
  margin: 0 auto;
}

body.front-page .woocommerce-additional-fields__field-wrapper textarea {
  height: 169px;
  resize: none !important;
  border-radius: 8px;
  padding-left: 18px;
  border: 1px solid rgba(51, 51, 51, 0.3);
}

.woocommerce-additional-fields__field-wrapper {
  width: 100%;
}

.woocommerce-additional-fields {
  display: flex;
  flex-wrap: wrap;
}

#customer_details-checkout-shipping-inputs input[type="text"] {
  border-radius: 10px;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(130, 130, 130, 0.8);
}

.woocommerce-privacy-policy-text {
  font-size: 15px;
  font-weight: 300;
  margin-top: 18px;
  text-align: center;
}

.woocommerce-privacy-policy-text a {
  font-weight: 700;
}

.woocommerce-checkout-payment-wrap {
  margin-top: 30px;
}

.special_cart_box_total .lds-ellipsis div,
.special_cart_box_total .lds-ellipsis span {
  background-color: #333;
}

.special_cart_box_total.loading {
  opacity: 1;
}

.special_cart_box_total.loading .special_cart_box_total_count,
.special_cart_box_total.loading .special_cart_box_total_value {
  opacity: 0;
}

.special_cart_box_total.loading .lds-ellipsis {
  opacity: 1;
}

.special_cart_box_total_value {
  position: relative;
}

.special_cart_box_total_value_allwrap {
  position: relative;
  margin-bottom: 8px;
  display: block;
}

.special_cart_box_total_value_allwrap .lds-ellipsis {
  right: 0px;
  margin-left: 0px;
  left: 0px;
  opacity: 0;
}

.special_cart_box_total_notice {
  font-size: 14px;
  color: var(--333333, #333);
  text-transform: uppercase;
  font-weight: 500;
}

#customer_details,
.order_review_right {
  display: none;
}

.checkout_section_title {
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.cart_data_wrap {
  display: flex;
  flex-wrap: wrap;
}

.cart_data_wrap label {
  color: var(--333333, #333);
  opacity: 0.8;
  font-size: 13px;
  font-weight: 400;
  line-height: 169.231%;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}

.woocommerce-billing-fields {
  width: 100%;
  padding-right: 0px;
}

.woocommerce-billing-fields__field-wrapper > p#billing_address_1_field {
  width: 31%;
  padding-right: 0px;
}

.woocommerce-billing-fields__field-wrapper > p {
  width: 23%;
  padding-right: 24px;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper .input-text {
  border-radius: 8px;
  height: 54px;
  width: 100%;
  padding-left: 18px;
  border: 1px solid rgba(51, 51, 51, 0.3);
}

.last_box_checkout .woocommerce-shipping-fields {
  display: none;
}

.last_box_checkout textarea {
  padding-top: 15px;
}

.last_box_checkout {
  width: 100%;
}
.last_box_checkout_confid_text {
  width: 100%;
}
.last_box_checkout .common_btn {
  width: 100%;
}

form.woocommerce-cart {
  margin-bottom: 0px;
}

.checkout_section,
.woocommerce_order_thx {
  padding-bottom: 55px;
}

.common_btn.common_btn_thx {
  width: 250px;
}

@media (max-width: 990px) {
  .woocommerce-billing-fields__field-wrapper > p {
    width: 100%;
    padding-right: 0px;
  }

  .woocommerce-billing-fields__field-wrapper {
    flex-wrap: wrap;
  }

  .woocommerce-billing-fields__field-wrapper > p#billing_address_1_field {
    width: 100%;
    padding-right: 0px;
  }
}

@media (max-width: 820px) {
  .sp_cart_col_title_in {
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }

  .sp_cart_title {
    max-width: 100%;
    text-align: center;
  }
  .sp_cart_row {
    position: relative;
  }

  .sp_cart_col_title_wrap {
    max-width: 100%;
    width: 100%;
  }

  .sp_cart_col_qty {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  .sp_cart_col_total_qty_wrap {
    padding-bottom: 15px;
    max-width: 100%;
  }

  .remove-product {
    position: absolute;
    top: 15px;
    right: 0px;
    left: auto;
    margin-right: 0px;
  }

  .sp_cart_row_thead {
    display: none;
  }
}
