/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.pc-page {
  margin-top: 1rem;
}

.profile-cart {
  min-width: 0;
  background-color: #fff;
  margin-bottom: 45px;
  -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);
  padding: 15px 5px;
  top: 0;
}
.profile-cart__header {
  padding: 1.75rem 1.25rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #838383;
  font-size: 1.4rem;
  border-top-left-radius: 7px 7px 0 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.profile-cart {
  /* profile cart header */
}
.profile-cart__quantity {
  color: inherit;
  font-size: inherit;
  padding: 0 3px;
}
.profile-cart {
  /* profile cart quantity */
}
.profile-cart .profile-cart {
  margin: 0;
}
.profile-cart .nav-tabs {
  position: relative;
  top: 0;
  z-index: 999;
  padding-right: 15px;
}
.profile-cart .nav-tabs .nav-link {
  border-color: transparent;
  border: 0;
}
.profile-cart .nav-tabs .nav-link:hover, .profile-cart .nav-tabs .nav-link:focus {
  border-color: transparent;
  border: 0;
}
.profile-cart .nav-tabs {
  /* nav tabs nav link */
}
.profile-cart .nav-tabs .nav-link.active,
.profile-cart .nav-tabs .nav-item.show .nav-link {
  color: #6e6e6e !important;
  background-color: #fff;
  border-color: transparent;
  border: 0;
  position: relative;
}
.profile-cart .nav-tabs .nav-link.active:before,
.profile-cart .nav-tabs .nav-item.show .nav-link:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #fd7d03;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.profile-cart .nav-tabs {
  /* nav tabs nav link active nav item show nav link */
}
.profile-cart {
  /* profile cart nav tabs */
}
.profile-cart .nav-link {
  font-size: 15px;
  padding: 15px;
  color: #6e6e6e;
}
.profile-cart {
  /* profile cart nav link */
}
.profile-cart .tab-content {
  padding: 15px;
}
.profile-cart {
  /* profile cart tab contnet */
} /* profile cart */
/* -------------------------------------------- cart -------------------------------------------- */
.cart .card-oldPrice {
  margin-right: 0;
}
.cart-details__delete {
  display: flex;
  font-size: 16px;
  padding: 14px 20px;
  min-width: 110px;
  border: none;
  color: rgb(247.935483871, 116.064516129, 116.064516129);
  background-color: rgb(254.22, 239.66, 239.66);
  border-radius: 10px;
  transition: all 300ms linear;
  cursor: pointer;
  margin-right: auto;
}
.cart-details__delete:hover {
  background-color: rgb(246.6, 89.8, 89.8);
  color: #fff;
}
.cart {
  /* cart details delete */
}
.cart-details-delete-text {
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
}
.cart {
  /* cart details delete text */
}
.cart__list {
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: column;
}
.cart {
  /* cart list */
}
.cart__item {
  padding: 10px 14px;
  border-bottom: 1px dashed rgb(216.75, 216.75, 216.75);
  flex-direction: column;
}
.cart__item:last-child {
  border: none;
}
@media only screen and (max-width: 767.98px) {
  .cart__item {
    flex-direction: column;
    align-items: center;
  }
}
.cart__item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: flex-start;
  width: 150px;
  height: 150px;
  padding-left: 15px;
  justify-content: flex-start;
}
@media screen and (max-width: 1439.98px) {
  .cart__item-img {
    width: 100px;
    height: 100px;
  }
}
.cart__item-img img {
  max-width: 100%;
  max-height: 100%;
}
.cart__item {
  /* cart item img */
}
.cart__item-title {
  width: 100%;
  line-height: 1.8em;
  text-align: justify;
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
.cart__item {
  /* cart item title */
}
.cart {
  /* cart item */
}
.cart__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 15px;
}
.cart {
  /* cart footer */
}
.cart__detail {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 575.98px) {
  .cart__detail {
    display: flex;
  }
}
@media (max-width: 480px) {
  .cart__detail {
    flex-direction: column;
  }
}
.cart__detail .cart-detail1__item {
  color: #6e6e6e;
  font-size: 10px;
  width: 100%;
  text-align: right;
  position: relative;
  line-height: 20px;
}
.cart__detail .cart-detail1 {
  /* cart detail 1 item */
}
.cart__detail {
  /* cart detail cart detail 1 */
}
@media (max-width: 480px) {
  .cart__detail .cart-detail2 {
    margin-top: 1.5rem;
  }
}
.cart__detail .cart-detail2__top {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .cart__detail .cart-detail2__top {
    justify-content: flex-start;
  }
}
.cart__detail .cart-detail2 {
  /* cart detail 2 top */
}
.cart__detail .cart-detail2__price, .cart__detail .cart-detail2__Discount {
  padding: 0 0 0 30px !important;
  font-size: 1.3rem;
  line-height: 2em;
  display: flex;
  flex-direction: column;
}
.cart__detail .cart-detail2__price--green, .cart__detail .cart-detail2__Discount--green {
  color: #388e3c;
}
.cart__detail .cart-detail2 {
  /* cart detail 2 price and discount */
}
.cart__detail .cart-detail2__bottom {
  justify-content: flex-end;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
@media (max-width: 480px) {
  .cart__detail .cart-detail2__bottom {
    justify-content: flex-start;
  }
}
.cart__detail .cart-detail2 {
  /* cart detail 2 price bottom */
}
.cart__detail .cart-detail2__add-cart {
  margin-top: 2.2rem;
  margin-left: 30px;
  color: #fff;
  background-color: #fd7d03;
  font-size: 1.3rem;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #fd7d03;
  cursor: pointer;
  transition: all 300ms linear;
}
.cart__detail .cart-detail2__add-cart:hover {
  background-color: rgb(253.2, 138, 28.2);
  border-color: rgb(253.2, 138, 28.2);
}
.cart__detail .cart-detail2 {
  /* cart detail 2 add cart */
}
.cart__detail {
  /* cart detail cart detail 2*/
}
.cart {
  /* cart detail */
} /* cart */
.card-oldPrice {
  color: #6e6e6e;
  font-weight: 400;
  font-size: 14px;
  margin-right: -42px;
  transition: all 300ms linear;
}
.card-oldPrice .c-p {
  text-decoration: line-through;
}
.card-oldPrice .off-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card-price .unit {
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
}

.product-card-off-percent {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(254.525984252, 224.188976378, 195.274015748);
  color: #fd7d03;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: calc(10px * 2);
  margin-right: 5px;
  font-weight: 600;
}
.product-card-off-percent::before {
  content: attr(data-sign);
}

.support-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding: 15px;
  line-height: 28px;
  text-align: center;
}

.support-number {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0 15px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgb(216.75, 216.75, 216.75);
  color: #6e6e6e;
  transition: all 300ms linear;
}
.support-number:hover {
  color: #fd7d03;
}

.social-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-fluid {
  max-height: 100%;
  max-width: 100%;
  border-radius: 7px;
}

/* ---------------------------------------- cart header ---------------------------------------- */
.cart-header {
  background: #fff;
  padding: 25px 0 65px;
  position: initial;
  height: 100px !important;
}
@media screen and (max-width: 600px) {
  .cart-header {
    height: 75px !important;
  }
}
.cart-header .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-header {
  /* cart header logo */
}
.cart-header__img {
  width: auto;
  height: 75px;
}
@media screen and (max-width: 600px) {
  .cart-header__img {
    height: 50px;
  }
}
.cart-header {
  /* cart header img */
} /* cart header */
/* ---------------------------------------- other ---------------------------------------- */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.color-chosen {
  display: inline-block;
  background: var(--data-color);
  border-radius: 4px;
  margin-left: 5px;
  box-shadow: 0 0 0 1px #eee;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

.unit-text {
  font-size: 12px;
  margin: 5px 0;
  display: inline-block;
  color: #6e6e6e;
}

.card-total-discount {
  color: #fd7d03;
  margin-bottom: 7px;
  font-size: 12px;
}
.card-total-discount span {
  padding: 0 2px;
}

.unit-price {
  font-weight: 400;
  font-size: 16px;
  color: #444;
  margin-top: 3px;
}

@media screen and (max-width: 992px) {
  .pr-auto {
    padding-right: 15px !important;
  }
}

.cart-summary {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 20px;
}
.cart-summary__price {
  padding-bottom: 20px;
  border-bottom: 1px dashed rgb(216.75, 216.75, 216.75);
}
.cart-summary {
  /* cart summary */
}
.cart-summary__item {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
.cart-summary__item .c-p {
  font-weight: 600;
  color: #333;
}
.cart-summary {
  /* cart summary item */
}
.cart-summary__subtotal {
  padding: 15px 0;
}
.cart-summary {
  /* cart summary subtotal */
}
.cart-summary__price-cart {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  color: #6e6e6e;
  font-weight: 300;
}
.cart-summary__price-cart .c-p {
  color: #fd7d03;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 700;
}
.cart-summary {
  /* cart summary price cart */
}
.cart-summary__button {
  width: 100%;
  padding: 15px;
}
.cart-summary {
  /* cart summary button */
} /* cart summary */
.discount-code {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(57, 57, 57, 0.17) 0px 7px 29px 0px;
}
.discount-code__box {
  position: relative;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
}
.discount-code {
  /* discount code box */
}
.discount-code__input {
  border: 0;
  position: relative;
  width: 100%;
  height: 45px;
  padding-right: 10px;
  padding-left: 75px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 300;
  color: #6e6e6e;
  background-color: rgb(244.8, 244.8, 244.8);
}
.discount-code__input::placeholder {
  font-size: 14px;
  color: rgb(135.5, 135.5, 135.5);
}
.discount-code {
  /*  discount code input */
}
.discount-code__button {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  padding: 3px 15px;
  background-color: #fd7d03;
  color: #fff;
  cursor: pointer;
}
.discount-code {
  /* discount code button */
} /* discount code */
.total-discount {
  color: #388e3c;
}

input[type=radio] {
  position: relative;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  right: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 16px !important;
  height: 16px !important;
}

input[type=radio]:before,
input[type=radio]:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50% !important;
}

input[type=radio]:before {
  position: absolute;
  left: 0px;
  top: -3px;
  background-color: #fd7d03;
  transform: scale(0);
}

input[type=radio]:after {
  position: relative;
  top: -3px;
  border: 2px solid #ccc;
}

input[type=radio]:checked:before {
  transform: scale(0.4);
}

input[type=radio]:disabled:checked:before {
  background-color: #bbbbbb;
}

input[type=radio]:checked:after {
  border-color: #fd7d03;
}

.order-checkbox {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 11px;
} /* order checkbox */
.order-checkbox-item {
  width: 49%;
  display: inline-block;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  padding: 15px 12px;
  border-radius: 8px;
  padding-bottom: 30px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .order-checkbox-item {
    width: 100%;
  }
}
.order-checkbox-item input[type=radio]:before {
  position: absolute;
  left: 0;
  top: 0px;
}
.order-checkbox-item input[type=radio]:after {
  top: 0;
}
.order-checkbox-item label {
  cursor: pointer;
}
.order-checkbox-item__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.order-checkbox-item__header label {
  width: 100%;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.order-checkbox-item__header label i[class^=icon] {
  font-size: 25px;
  color: #333;
}
.order-checkbox-item__header {
  /* header label */
}
.order-checkbox-item {
  /* order checkbox item header */
}
.order-checkbox-item__title {
  font-size: 13px;
  font-weight: 300;
  text-align: justify;
  line-height: 25px;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.order-checkbox-item {
  /* order checkbox item title  */
}
.order-checkbox-item__text {
  font-size: 13px;
  font-weight: 300;
  color: #888;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.order-checkbox-item__text .title,
.order-checkbox-item__text i[class^=icon-] {
  font-weight: 400;
  color: #888;
  margin-left: 5px;
}
.order-checkbox-item__text {
  /* text title and icon */
}
.order-checkbox-item {
  /* order checkbox item text */
}
.order-checkbox-item__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 15px;
}
.order-checkbox-item__actions .delete {
  color: #f31313;
  font-size: 12px;
}
.order-checkbox-item__actions {
  /* actions delete */
}
.order-checkbox-item__actions .edit {
  color: #1870ce;
  font-size: 12px;
}
.order-checkbox-item__actions {
  /* actions edit */
}
.order-checkbox-item {
  /* order checkbox item actions */
} /* order address item */
.order-address-change-btn {
  color: #1870ce;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  padding: 5px 0;
  display: block;
  margin-right: auto;
} /* order address change btn */
.add-address {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 16px;
  color: #6e6e6e;
  cursor: pointer;
}
.add-address .icon {
  font-size: 36px;
  line-height: 60px;
}
.add-address span {
  pointer-events: none;
}

/* add address */
.active-order-address {
  font-size: 14px;
  font-weight: 300;
  color: #6e6e6e;
  margin-bottom: 10px;
  line-height: 26px;
} /* active order address */
.active-order-reciver {
  color: #6e6e6e;
  font-size: 14px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.active-order-reciver i[class^=icon-] {
  font-size: 18px;
}
.active-order-reciver .title {
  font-weight: 500;
  color: #888;
  margin-left: 5px;
}

/* active order reciver */
.order-address-box {
  margin: 0 15px 15px 15px;
}
.order-address-box:first-child {
  border-bottom: 1px dashed rgb(216.75, 216.75, 216.75);
}

/* order address box */
.order-address-box-title {
  font-size: 16px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
  color: #333;
  font-weight: 600;
} /* order address box title */
.order-address-box-subtitle {
  font-size: 14px;
  padding: 0 0 5px 0;
  color: #888;
  font-weight: 500;
} /* order address box subtitle */
.order-address-box-desc {
  font-size: 10px;
  color: #444;
} /* order address box desc */
.order-info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px;
  font-size: 15px;
  padding: 15px 0;
  color: #6e6e6e;
  font-weight: 600;
} /* order info box */
.order-product-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  padding: 15px 0;
  color: #6e6e6e;
  font-weight: 600;
  width: 100%;
  overflow: auto;
} /* order product box */
.order-product-item {
  padding: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  position: relative;
  width: 165px;
}
.order-product-item-img {
  width: 100px;
  height: 100px;
}
.order-product-item-img .img-fluid {
  display: block;
  margin: 0 auto;
}
.order-product-item {
  /* order product item img */
}
.order-product-item-count {
  position: absolute;
  left: 0;
  width: 30px;
  font-size: 12px;
  background: #fff;
  z-index: 2;
  text-align: center;
  color: #6e6e6e;
  font-weight: 400;
  border-radius: 4px;
  top: 100px;
}
.order-product-item {
  /* order product item count */
}
.order-product-item-title {
  width: 100%;
  font-size: 13px;
  margin-top: 15px;
  font-weight: 400;
  color: #6e6e6e;
}
.order-product-item {
  /* order product item title */
}
.order-product-item-color {
  font-size: 10px;
  position: relative;
  padding-right: 10px !important;
}
.order-product-item-color:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--data-color);
  box-shadow: 0 0 0 0.5px;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.order-product-item {
  /* order product item color */
} /* order product item */
.order-product-count-size,
.order-product-item-color {
  font-size: 12px;
  background: #fff;
  z-index: 2;
  text-align: center;
  color: #6e6e6e;
  font-weight: 400;
  padding: 5px 0 0 0;
} /* order product count size and item color */
@media screen and (max-width: 750px) {
  .outlet .nav-tabs .nav-link {
    margin: 45px 8px 0 8px;
    padding: 10px 0 !important;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 700px) {
  .outlet .nav-tabs .nav-link {
    font-size: 10px !important;
  }
}
.outlet-close {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
}
.outlet {
  /* outlet close */
} /* outlet */
.tab-active {
  display: block;
}

.tab-disable {
  display: none;
}

.add-address-btn {
  color: #fd7d03;
  font-size: 14px;
}

/* ---------------------------------------- common ---------------------------------------- */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* ---------------------------------------- main ---------------------------------------- */
.quantity {
  position: relative;
  border-radius: 10px;
  border: 1px dashed rgb(216.75, 216.75, 216.75);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
}
.quantity input {
  height: 100%;
  min-width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #6e6e6e;
  font-weight: 300;
  line-height: 1.65;
  font-size: 16.5px;
}
.quantity {
  /* quantity input */
}
.quantity-button {
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8d9aa8;
  background-color: rgb(244.8, 244.8, 244.8);
  width: 30px;
  height: 30px;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  right: -18px;
}
.quantity-button {
  /* quantity button quantity up */
}
.quantity-button.quantity-down {
  left: -18px;
}
.quantity-button {
  /* quantity button quantity down */
}
.quantity {
  /* quantity button */
} /* quantity */
.checkout-wrap {
  color: #444;
  position: relative;
}

ul.checkout-bar {
  margin: 0 20px;
}
ul.checkout-bar li {
  position: relative;
  color: #ccc;
  display: block;
  font-size: 1.3rem;
  padding: 14px 80px 14px 20px;
  position: relative;
}
ul.checkout-bar li.first::after {
  width: 0%;
}
ul.checkout-bar li:before {
  background: #ddd;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  right: 0;
  left: auto;
  line-height: 37px;
  height: 20px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 20px;
  z-index: 999;
}
ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #fd7d03;
  z-index: 9;
}
ul.checkout-bar li.visited:before {
  background: #fd7d03;
  z-index: 9;
  transition: all 300ms linear;
}
ul.checkout-bar li.visited:hover:before {
  background: #fd7d03;
}
ul.checkout-bar li:nth-child(1):before {
  content: "";
}
ul.checkout-bar li:nth-child(2):before {
  content: "";
}
ul.checkout-bar li:nth-child(3):before {
  content: "";
}
ul.checkout-bar li:nth-child(4):before {
  content: "";
}
ul.checkout-bar li:nth-child(5):before {
  content: "";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar .visited a {
  color: rgb(253.2, 138, 28.2);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 300ms linear;
}
ul.checkout-bar .visited a:hover {
  color: #3d3e3e;
}
ul.checkout-bar a {
  position: absolute;
  right: 0;
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.visited a {
  color: #fd7d03;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}

@media all and (min-width: 800px) {
  .checkout-bar li:after {
    content: "";
    height: 3px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }
  ul.checkout-bar {
    height: 0;
    position: relative;
    width: 100%;
    align-items: flex-start;
    top: -31px;
    right: auto;
    justify-content: flex-end;
    padding-right: 0px;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 25%;
  }
  ul.checkout-bar li:before {
    height: 20px;
    right: 4px;
    line-height: 45px;
    position: absolute;
    top: -57px;
    width: 20px;
    z-index: 2;
  }
  ul.checkout-bar li:after {
    background-color: #fd7d03;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    content: "";
    height: 3px;
    left: 96%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 1;
    background-color: #c7c7c7;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-color: #fd7d03;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    content: "";
    height: 3px;
    left: 99%;
    position: absolute;
    top: -50px;
    width: 92%;
    z-index: 99;
  }
}
ul.checkout-bar li.visited.first::after {
  width: 0%;
}

.cart-header {
  background-color: #fff;
  padding: 10px 0 45px 0;
  position: initial;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .cart-header {
    padding-bottom: 16px;
  }
}
.cart-header .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout-steps {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(calc(-1 * 50%));
  transform: translateX(calc(-1 * 50%));
  z-index: 10001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin: 30px auto 18px;
  list-style: none;
  padding: 0;
  color: #a8a8a8;
  justify-content: space-between;
  width: 80%;
  font-size: 1.6rem;
  line-height: 1.692;
}

.checkout-steps li:first-of-type {
  margin-left: 0;
}

.checkout-steps li.is-active {
  color: #444;
}

.checkout-steps li {
  position: relative;
  z-index: 1;
}

.checkout-steps__item-link {
  color: inherit;
}
.checkout-steps__item-link:hover {
  color: #444;
}

.checkout-steps li.is-active .checkout-steps__item,
.checkout-steps li.is-active:before {
  background-color: #fd7d03;
}

.checkout-steps li.is-completed .checkout-steps__item {
  background-color: #fd7d03;
}

.checkout-steps__item {
  position: absolute;
  right: -5px;
  width: 20px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}

.checkout-steps__item:before {
  content: attr(data-title);
  position: absolute;
  top: -79px;
  right: 0;
  transform: translate(calc(-1 * -25%));
  white-space: nowrap;
}

.checkout-steps li:before {
  content: "";
  position: absolute;
  width: 264px;
  height: 3px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #a8a8a8;
  top: 50%;
  left: 0;
  z-index: 0;
  -moz-transform: translateX(1%);
  -webkit-transform: translateX(1%);
  -o-transform: translateX(1%);
  transform: translateX(1%);
}
@media (max-width: 1262px) {
  .checkout-steps li:before {
    display: none;
  }
}

.checkout-steps li.is-completed:before {
  content: none;
}

.profile-not-found {
  width: 250px;
  margin: 20px auto 0 auto;
  display: block;
}
.profile-not-found-text {
  font-size: 18px;
  text-align: center;
  color: #8d9aa8;
}
.profile-not-found {
  /* profile not found text */
} /* profile not found */

/*# sourceMappingURL=cart.css.map */
