/* --------------------
    Cart & Checkout
-------------------- */

.woocommerce-shipping-methods input[type="radio"]:checked ~ label:before,
#payment input[type="radio"]:checked ~ label:before,
#customer-type_haghighi:checked ~ label[for=customer-type_haghighi].radio:before,
#customer-type_hoghooghi:checked ~ label[for=customer-type_hoghooghi].radio:before,
.woocommerce-checkout-review-order .wc_payment_methods li input[type="radio"]:checked ~ label:before {
  opacity: 1;
  background-position: 0 0;
}

.woocommerce-form__label-for-checkbox span:before,
.editor-content .woocommerce-shipping-methods li label:before,
#customer-type_field .woocommerce-input-wrapper label:before,
.woocommerce-checkout-review-order .wc_payment_methods li label:before {
  content: "";
  height: 16px;
  display: inline-block;
  width: 16px;
  margin: auto 0;
  padding-right: 0;
  border: 1px solid var(--color1);
  background: radial-gradient(var(--color1) 50%, #fff 50%);
  background-position: 14px 0;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin-left: 6px;
}

.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:before,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.woocommerce-form__label-for-checkbox span:before {
  border-radius: 0;
}

.woocommerce-form__label-for-checkbox span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px;
  color: #272829;
  font-size: 16px;
  cursor: pointer;
}

.fee {
  font-size: 13px;
  gap: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 6px;
  padding: 12px;
  background-color: #fcfcfd;
  margin-block: 6px;
}

.woocommerce-shipping-totals.shipping #shipping_method input,
#customer-type_field .woocommerce-input-wrapper input,
.woocommerce-checkout-review-order .wc_payment_methods li input,
#ship-to-different-address input {
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  display: none;
}

.woocommerce-form__label-for-checkbox span:after {
  position: absolute;
  border-bottom: 3px solid var(--color1);
  border-right: 2px solid var(--color1);
  content: "";
  width: 5px;
  height: 14px;
  right: 6px;
  top: calc(50% - 8px);
  opacity: 0;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#customer-type_field .woocommerce-input-wrapper label:before {
  position: unset;
  margin-left: 5px;
}

#billing_country_field,
#shipping_country_field {
  display: none;
}

.cart-empty.woocommerce-info {
  margin-bottom: 20px;
}

.return-to-shop {
  text-align: center !important;
}

table.shop_table {
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #223657;
  width: 100%;
  background: #fff;
}

.woocommerce-shipping-destination {
  text-align: center !important;
}

table.shop_table th,
table.shop_table td {
  color: #222;
  border: 1px solid #eee;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: center;
}

table.shop_table td {
  padding: 5px 10px;
}

table.shop_table th {
  background: #f9f9f9;
  color: #223657 !important;
  text-transform: uppercase;
  font-weight: bold;
  border: none !important;
  padding: 15px;

}

table.shop_table .actions {
  display: none !important;
}

.product-remove a {
  background: transparent;
  border: none !important;
  position: relative;
  top: 2px;
  color: var(--danger) !important;
  background: transparent !important;
  font-size: 25px;
}

.product-thumbnail img {
  max-width: 70px;
  border: 1px solid #eee;
}

.cart-collaterals h2 {
  display: none;
}

.wc-item-meta li strong {
  margin-left: 5px;
}

.wc-item-meta li {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 0 5px;
}

.wc-item-meta {
  display: flex;
  flex-wrap: wrap;
}

/*
Checkout
 */

.shop_table .product-name .variation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 13px;
}

.shop_table .product-name .variation dt {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  line-height: 2;
}

.shop_table .product-name .variation dd {
  line-height: 2;
}

.form-row.form-row-first {
  float: right;
  display: block;
  width: 48%;
}

.form-row.form-row-last {
  float: left;
  display: block;
  width: 48%;
}

#payment {
  margin-top: 15px;
}

#payment ul li {

  user-select: none;

}

#payment label {
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}

#payment label img {
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
}

.wc_payment_method input {
  float: none !important;
  clear: both !important;
  position: relative;
  top: 1px;
  margin-left: 10px;
}

.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row,
.shipping_address .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 49%;
}

p#customer-type_field,
p#customer-type_field span.woocommerce-input-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

p#customer-type_field span.woocommerce-input-wrapper label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

p#billing_postcode_field,
p#shipping_city_field,
p#shipping_postcode_field,
p#register-number_field,
p#national-id_field,
.form-row.form-row-last,
#billing_email_field,
#billing_city_field {
  float: left;
  display: block;

}

p#billing_address_1_field,
p#shipping_address_1_field,
p#shipping_state_field,
p#company_field,
p#economic-code_field,
form-row.form-row-first,
#billing_phone_field,
#billing_state_field {
  float: right;
  display: block;

}

.wc_payment_methods.payment_methods.methods li {
  padding: 12px;
  border-radius: 6px;
  margin-block: 12px;
  border: 1px solid #ced4da;
}

.woocommerce-privacy-policy-text p,
.wc_payment_methods.payment_methods.methods li p {
  font-size: 13px;
  line-height: 2;
}

.wc_payment_methods.payment_methods.methods li label {
  font-family: var(--bold_font);
}

.place-order {
  padding: 12px;
  border-radius: 6px;
  background-color: #fff3cd;
}

#payment li:before {
  display: none;
}

#place_order {
  width: 100%;
  justify-content: center;
  display: flex;
  height: 44px;
  margin: 12px 0 0;
  border-color: transparent;
}


form.checkout_coupon.woocommerce-form-coupon {
  padding: 12px;
  margin: 12px 0;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ced4da;
}

form.checkout_coupon.woocommerce-form-coupon p {
  font-size: 14px;
  margin-bottom: 6px;
}

form.checkout_coupon.woocommerce-form-coupon .d-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
  margin-bottom: 0;
  height: 46px;
}

form.checkout.woocommerce-checkout {
  margin-top: 12px;
}

.clear {
  clear: both;
}


#order_review_heading {
  display: none;
}

#order_review {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
}


.woocommerce-checkout .woocommerce-error {
  margin: 12px 0;
}

.woocommerce-checkout .woocommerce-error li {
  margin: 0;
  font-family: var(--bold_font);
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  table.shop_table td.product-quantity .quantity {
    max-width: 150px;
    margin: 0 auto;
  }
}

table.shop_table td {
  padding: 10px;
}

@media screen and (max-width: 576px) {

  ul.order_details {
    display: block;
  }

}


/* --------------------
My account
-------------------- */

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: flex;
  align-content: center;
  gap: 12px;
  justify-content: space-between;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li {
  font-family: var(--bold_font);
  font-size: 13px;
  line-height: 2;
  margin: 0 !important;
  padding: 12px;
  border-radius: 6px;
  background-color: #F5F5F5;
  color: #585858;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex: 1 0 0;
}

.not-login {
  text-align: center;
}

.not-login a {
  color: #fff;
  font-family: var(--bold_font);
  background: var(--color1);
  padding: 0px 15px;
  border-radius: 3px;
  padding: 2px 15px;
}

.not-login a:hover {
  background: var(--color2);
}

.woocommerce-LostPassword.lost_password a {
  display: block;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  background: #f9f9f9;
  color: var(--color2);
}

.sendsms {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin: 20px 0;

}

.woocommerce-MyAccount-navigation {
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: max-content;
  position: sticky;
  top: 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  color: var(--bg-footer);
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: 0 5px 10px #22222217;
  text-align: center;
}

.woocommerce-MyAccount-navigation li:last-child a {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation a:hover {
  color: var(--color1);
}

.woocommerce-MyAccount-navigation .is-active a {
  background: var(--color1);
  color: #fff;
}

.woocommerce-MyAccount-navigation ul {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
}

.woocommerce-MyAccount-content mark {
  background: var(--color1);
  color: #fff;
}


.woocommerce-Address-title.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
  margin: 20px auto;
}

.woocommerce-Address-title.title .edit {
  padding: 2px 10px;
  border-radius: 5px;
  background: var(--color2);
  color: #fff;
}

.woocommerce-Address-title.title .edit:hover {
  background: var(--color1);
}


.woocommerce-Addresses .woocommerce-Address {
  padding: 0 !important;
  margin-top: 20px;
  margin-bottom: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-ResetPassword,
#customer_login .woocommerce-form {
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px #22222217;
}

.woocommerce-ResetPassword p {
  float: none;
  width: 100% !important;
}

#customer_login .login_submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#customer_login .login_submit label:before {
  display: none;
}

#customer_login #rememberme {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

#customer_login h2 {
  font-size: 16px;
  background: #f9f9f9;
  display: inline-block;
  color: #222;
  margin-bottom: 0;
  padding: 5px 15px;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
  right: 15px;
}

#customer_login .u-column,
#customer_login .u-column1,
#customer_login .u-column2 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;

}

.woocommerce-EditAccountForm fieldset p {
  width: 100%;
}

.woocommerce-EditAccountForm fieldset {
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 25px;
  margin-top: 30px;
  border: 1px solid var(--color1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-Address-title > a,
.woocommerce-EditAccountForm fieldset legend {
  user-select: none;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: transparent;
  color: var(--color1);
  font-family: inherit;
  border-radius: 4px;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid var(--color1);
  min-width: 124px;
}

.woocommerce-Address-title.title h3 {
  margin-bottom: 0;
  font-size: 18px;
}

/* +++++++++ */


.woocommerce-orders-table__cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin: 25px 0;
  font-weight: bold;
  color: var(--color1);
}

.woocommerce-orders-table__cell .woocommerce-button {
  height: 36px;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell .woocommerce-Price-amount {
  direction: ltr;
  color: var(--color2);
}

.order-icon {
  display: flex;
  align-items: center;
}

.order-icon i {
  font-size: 18px;
  margin-left: 14px;
}

.view-order-top {
  background: var(--color1);
  color: #fff;
  text-align: center;
  padding: 7px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.order-details-total .col-12 > div,
.order-details-total .col-md-3 > div {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  background-color: #f4f4f4;
  padding: 15px 10px 22px 10px;
}

.woocommerce-table__product-total > span {
  display: inline-flex;
  align-items: center;
  margin-left: 14px;
}

.woocommerce-table__product-total > span i {
  margin-left: 7px;
}

.woocommerce-table__product-total > span:nth-of-type(1) {
  margin-right: 25px;
}


.order-details-total .col-md-3 > div .title::before {
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-size: 20px;
  margin-left: 9px;
}

.myaccount-order-details-product-w {
  border-radius: 6px;
  padding: 12px;
  margin-block: 12px;
  background-color: #F5F5F5;
}

.myaccount-order-details-product-title {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 18px;
  color: #272829;
  margin-bottom: 16px;
  font-family: var(--bold_font);
}

.myaccount-order-details-item ul.order-details-attributes {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--bold_font);
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
}

.myaccount-order-details-item {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding-block: 12px;
  line-height: 1;
}

.myaccount-order-details-item:last-child {
  border-bottom: 0;
}

.myaccount-order-details-item .wc-item-meta {
  display: none;
}

.myaccount-order-details-item h3 {
  font-size: 14px;
  margin-bottom: unset;
}

.myaccount-order-details-item > p {
  display: none;
}

.myaccount_order_item_thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px;
  background-color: #fff;
  max-width: 64px;
}

.order-details-attributes {
  margin-right: 15px;
  display: flex;
  align-items: baseline;
  color: #000;
}

.product-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-family: var(--bold_font);
}

.product-total .variation {
  display: none;
}

.cart_item-review_top h3 {
  line-height: 1.5;
  font-size: 13.5px;
  margin-bottom: 0;
}

.cart_item-review_top .cart-attributes:empty {
  display: none;
}

.cart_item-review_top .cart-attributes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1;
  gap: 12px;
  color: #585859;
  margin: 0 !important;
  font-family: var(--bold_font);
}

.woocommerce-order-details .woocommerce-order-details__title {
  display: none;
}

.order-details-total .col-md-3 > div .title {
  color: var(--color2);
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.order-details-total .col-md-3 > div .value {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 15px;
  font-weight: bold;
}

.order-details-total .col-md-3 > div .shipped_via {
  display: none;
}

.woocommerce-column--billing-address > div,
.woocommerce-column--shipping-address > div {
  border-radius: 5px;
  padding: 27px 35px 25px 35px;
  color: var(--color1);
  height: 100%;
  background-color: #f4f4f4;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
}

.woocommerce-column--billing-address > div p,
.woocommerce-column--shipping-address > div p {
  color: var(--color1);
}

.woocommerce-column--billing-address i,
.woocommerce-column--shipping-address i {
  margin-left: 10px;

  font-size: 19px;
}

.woocommerce-column--billing-address i::before,
.woocommerce-column--shipping-address i::before {
  color: var(--color2)
}

.woocommerce-customer-details .woocommerce-columns {
  display: flex;
  justify-content: space-between;
  margin: 30px -15px 0;
}

.woocommerce-customer-details .woocommerce-columns .woocommerce-column.col-2,
.woocommerce-customer-details .woocommerce-columns .woocommerce-column.col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.woocommerce-column--billing-address > div .woocommerce-column__title,
.woocommerce-column--shipping-address > div .woocommerce-column__title {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  line-height: 1;
  font-family: var(--main_font);
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 17px;
}

.delivery-wrap::before {
  content: '';
  width: 1px;
  background-color: #d2d2d2;
  height: calc(100% - 30px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

.delivery-wrapper .validate-required .woocommerce-input-wrapper::after {
  content: "\e90b";
  position: absolute;
  color: #585858;
  font-family: 'icomoon';
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 10px;
  pointer-events: none;
}

.delivery-wrapper .woocommerce-input-wrapper {
  display: block;
  position: relative;
}

.delivery-wrapper p.description {
  font-size: 14px;
  line-height: 2.5;
  display: block;
  margin-bottom: 12px;
}

.delivery-wrap {
  text-align: center;
  border-radius: 5px;
  background-color: #f4f4f4;
  margin: 30px auto;
  position: relative;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
}

.delivery-wrap ul li span {
  font-weight: bold;
}

.delivery-wrap ul li strong i {
  font-size: 18px;
  margin-left: 12px;
  color: var(--color2);
}

.delivery-wrap ul li strong {
  display: flex;
  align-items: center;
}

.delivery-wrap ul {
  color: var(--color1);
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0 !important;
}

/* +++++++++ cart +++++++++ */

.woocommerce-cart-form-price-box del .amount {
  text-decoration: line-through;
}

.woocommerce-cart-form-price-box del {
  text-decoration: unset !important;
}

.woocommerce-cart-form-price-box .woocommerce-Price-currencySymbol {
  display: inline-block;
  transform: unset;
}

.woocommerce-cart-form-price-box .on-sale {
  display: none;

}

.woocommerce-cart-form-price-box .product-price ins {
  text-decoration: none;
  margin-top: 6px;
}

.woocommerce-cart-form-price-box .product-price > del {
  text-decoration: none;
}

.woocommerce-cart-form-price-box .product-price > del::before {
  content: 'تخفیف';
}

.editor-content .woocommerce-shipping-methods label span.woocommerce-Price-amount.amount {
  margin-right: 5px;
}

.editor-content .woocommerce-shipping-methods label {
  width: 100%;
  font-family: var(--bold_font);
  font-size: 13px !important;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #585858;
}

.woocommerce-cart-form-left-box.cart-form-methods-box .woocommerce-shipping-methods {
  margin-bottom: 0;
}

.woocommerce-cart-form-left-box.cart-form-methods-box .woocommerce-shipping-methods li:only-child label::before {
  opacity: 1;
  background-position: 0 0;
}

.woocommerce-cart-form-left-box.cart-form-methods-box .woocommerce-shipping-methods li {
  padding: 12px;
  margin: 0;
}

.woocommerce-cart-form-left-box.woocommerce-cart-form-totals {
  margin-top: 12px;
}

.checkout__title_wrap,
#ship-to-different-address,
.delivery-wrapper h3.title,
.woocommerce-billing-fields > h3,
.woocommerce-cart-form-left-box-title {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 16px;
  background-color: #ced4da;
  font-family: var(--bold_font);
}


.woocommerce-cart-form__cart-item h3 {
  font-size: 14.5px;
  color: #272829 !important;
  line-height: 2;
  margin-bottom: 16px;
}

.prd-cart-rc {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: flex-start;
}


form .prd-cart-rc .remove {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 6px;
  color: var(--danger);
  border: 1px solid #f1aeb5;
  margin-right: 12px;
  background-color: #f8d7da;
}

form .prd-cart-rc .remove::before {
  content: "\e94e";
  font-family: 'icomoon';
  display: flex;
  align-items: center;
  justify-content: center;
}

form .prd-cart-rc .remove:hover {
  background-color: var(--danger);
  color: #fff;
}


.woocommerce-cart-form-price-box {
  background-color: #F5F5F5;
  border-radius: 6px;
  padding: 6px;
  line-height: 2;
  font-size: 13.5px;
  color: #585859;
}

.woocommerce-cart-form-price-box .product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  flex-direction: column;
  color: #585859;
}


.woocommerce-cart-form-price-box .product-price > ins::before,
.woocommerce-cart-form-price-box .product-price > .woocommerce-Price-amount::after {
  content: 'قیمت';
}


.woocommerce-cart-form-price-box .product-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d9d9db;
  padding-top: 6px;
  margin-top: 6px;
}

.woocommerce-cart-form__cart-item .variation {
  display: none;
}

.woocommerce-cart-form-left-box .cart-subtotal,
.woocommerce-cart-form-left-box .order-total {
  line-height: 1.5;
  padding-block: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wc-proceed-to-checkout {
  text-align: center;
  padding-block: 12px;
}

.woocommerce-cart-form-totals .order-total {
  border-top: 1px solid #dadada;
}

.woocommerce-cart-form-price-box .product-price > del,
.woocommerce-cart-form-price-box .product-price > ins,
.woocommerce-cart-form-price-box .product-price > .woocommerce-Price-amount {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: auto;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals > div {
  width: 100%;
}

.cart_item-review-image {
  width: 66px;
  margin-left: 6px;
  background-color: #F7F7F7;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-order-form-box {
  margin-top: 20px;
}

.cart_item-review_top .cart-attributes-wrapper {
  width: calc(100% - 152px);
}

.cart_item-review_top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.checkout-review-order-wrap .cart_item-review {
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals .woocommerce-cart-form-left-box {
  border: none;
  box-shadow: none;
  margin-bottom: 12px;
  width: 100%;
}



.woocommerce-order > .woocommerce-order-overview ~ p {
  display: none;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
}


.cart_item-review .product-total > div {
  display: flex;
  align-items: center;
}

.cart_item-review .product-total > div > span {
  padding-left: 10px;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #national-code_field {
  width: 100% !important;
}

.order_details li {
  width: 100%;
}

.order_details .total strong {
  direction: ltr;
}

.order_details .total {
  display: flex;
  align-items: baseline;
}


form .quantity input::-webkit-outer-spin-button,
form .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form .quantity input {
  -webkit-appearance: none;
  border: none !important;
  text-align: center !important;
  -moz-appearance: textfield;
  width: 100% !important;
  font-size: 16px !important;
  background: none;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #272829 !important;
}


form .quantity button {
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  color: var(--color1);
  font-size: 14px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: 500ms;
}


form .quantity button:hover {
  color: #ffffff;
}

form .quantity button::before {
  font-family: 'icomoon';
  display: inline-flex;
}

form .quantity button.plus::before {
  content: "\e94d";
}

form .quantity button.minus::before {
  content: "\e94c";
}

form .quantity button.plus:hover {
  background-color: #198754;
}

form .quantity button.minus:hover {
  background-color: #dc3545;
}


form .quantity {
  flex: 0 0 94px;
  max-width: 94px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #F5F5F5;
  padding: 0 6px;
}

.cart-item__wrapper {
  border: 1px solid #F5F5F5;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 12px;
}

.cart-item__wrapper .cart-attributes:empty {
  display: none;
}

.cart-item__wrapper .cart-attributes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1;
  gap: 12px;
  color: #585859;
  margin: 0 !important;
  font-family: var(--bold_font);
}

.cart-item__wrapper .cart-attributes li {
  margin: 0 !important;
}


.cart-item__wrapper .product-thumbnail-w {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  padding: 12px;
  border-radius: 6px;
}

.cart-item__wrapper .websima-product-bundle-cart-name .item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 3px;
  font-family: var(--bold_font);
  color: #585859;
  font-size: 13px;
  justify-content: flex-end;
  line-height: 1;
}

.woocommerce-cart-form-price-box .product-price > .woocommerce-Price-amount:only-child {
  flex-direction: row-reverse;
}

.product-quantity__txt {
  display: block;
  line-height: 2;
  color: #585859;
  width: 100%;
  margin-top: 6px;
  font-size: 13px;
}

.minicart__item .websima-product-bundle-cart-name .item {
  margin-block: 6px;
}

.minicart__item .product-quantity__txt {
  display: none;
}

select#delivery_day::after {
  content: '\25BC';
  /* Unicode down arrow character */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  /* Allows clicking through the pseudo-element */
  color: #999;
  /* Color of the custom arrow */
}

.checkout-box-price-totals > div.cart-subtotal {
  border-bottom: 1px solid #052c65;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.checkout-box-price-totals > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 2;
}

.checkout-box-price-totals {
  border-radius: 6px;
  padding: 12px;
  margin-block: 12px;
  background-color: #cfe2ff;
  color: #052c65 !important;
  font-size: 13px;
  font-family: var(--bold_font);
}

.woocommerce-table__product-total.product-total {
  display: flex;
  align-items: center;
  font-size: 14px !important;
  gap: 0;
  font-family: var(--bold_font);
}

.cart-empty-page-top .d-flex {
  justify-content: center;
  gap: 12px;
  align-items: center;
}

.woocommerce-additional-fields .delivery-wrapper h3.title {
  display: inline-block !important;
  width: 100% !important;
}


/* *************** responsive *** */
@media screen and (min-width: 992px) {

  .woocommerce-EditAccountForm fieldset p:nth-of-type(1),
  .woocommerce-EditAccountForm fieldset p:nth-of-type(2) {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {


  .woocommerce-Address-title.title h3 {
    margin-bottom: 0 !important;
  }

  .woocommerce-Addresses .woocommerce-Address {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }

  #customer_login,
  .woocommerce-Addresses,
  .woocommerce-account.logged-in .woocommerce {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #customer_login .u-column,
  #customer_login .u-column1,
  #customer_login .u-column2 {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .woocommerce-MyAccount-navigation {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .woocommerce-MyAccount-content {
    flex: 0 0 73%;
    max-width: 73%;
  }
}

@media screen and (max-width: 1200px) {
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    font-size: 12px;
    gap: 6px;
    flex-direction: column;
  }

  .woocommerce-cart-form-price-box {
    margin-top: 12px;
    font-size: 12.5px;
  }

  .cart-item__wrapper .cart-attributes {
    font-size: 12px;
  }

  .woocommerce-cart-form__cart-item h3 {
    font-size: 13px !important;
    margin-bottom: 10px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 992px) {
  .order-details-attributes {
    margin-right: 0;
    width: 100%;
  }

  .woocommerce-table__product-total > span:nth-of-type(1) {
    margin-right: 0;
  }

  .myaccount-order-details-item .product-total {
    width: 100%;
  }

  .myaccount-order-details-item h3 {
    font-size: 14px;
  }

  form.woocommerce-cart-form {
    margin-bottom: 28px;
  }

  .woocommerce-MyAccount-navigation {
    padding: 6px 12px;
  }

  .woocommerce-MyAccount-navigation a {
    font-size: 15px;
    padding: 5px 20px;
  }

  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    margin: 17px 0;
  }

  .woocommerce-MyAccount-navigation {
    position: unset;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce-MyAccount-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .prd-cart-rc {
    margin-top: 12px;
  }

  .woocommerce-customer-details .woocommerce-columns {
    flex-wrap: wrap;
  }

  .woocommerce-column--billing-address > div,
  .woocommerce-column--shipping-address > div {
    padding: 20px 15px 13px 15px;
    height: auto;
    margin-bottom: 30px;
  }

  .woocommerce-customer-details .woocommerce-columns .woocommerce-column.col-2,
  .woocommerce-customer-details .woocommerce-columns .woocommerce-column.col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-details-total .col-12 > div,
  .order-details-total .col-md-3 > div {
    height: auto;
    padding: 10px 10px 16px 10px;
    margin-bottom: 15px;
  }

  .delivery-wrap ul li {
    margin: 15px 0 !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .delivery-wrap::before {
    width: calc(100% - 30px);
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .delivery-wrap ul {
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {

  .woocommerce-checkout-review-order-table .form-methods-box-title {

    font-size: 15px;

  }

  .woocommerce-checkout-review-order-table #shipping_method li {
    margin: 3px 0;
  }

  .woocommerce-Address-title.title .edit {
    min-width: 85px;
  }
}

@media (max-width:1199.98px) {
  .cart_item-review_top .cart-attributes-wrapper {
    width: calc(100% - 72px);
  }
}

@media (max-width:991.98px) {
  .woocommerce-checkout #main {
    position: relative;
    z-index: 1;
  }

  .wc-proceed-to-checkout a:hover {
    background: var(--color2);
    color: #fff;
  }

  .wc-proceed-to-checkout a::before,
  .wc-proceed-to-checkout a::after {
    content: unset !important;
  }

  #place_order,
  .wc-proceed-to-checkout a {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: unset;
    font-size: 15px;
    padding: 12px;
    border: 1px solid #fff !important;
    height: 60px;
  }

  #ship-to-different-address,
  .delivery-wrapper h3.title,
  .checkout__title_wrap,
  .woocommerce-billing-fields > h3,
  .woocommerce-cart-form-left-box-title {
    padding: 6px;
    font-size: 15px;
  }

  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 15px;
  }

  .woocommerce-checkout .woocommerce-error li {
    font-size: 12.5px;
  }

}

@media (max-width:575.98px) {

  p#customer-type_field,
  p#shipping_address_1_field,
  p#billing_address_1_field,
  p#billing_postcode_field,
  p#shipping_postcode_field {
    width: 100% !important;
    float: unset;
  }

  form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    max-width: 144px;
  }
}