@charset "UTF-8";
:root {
  --color1: var(--primary-light-color);
  --color2: var(--primary-color);
  --color3: var(--primary-dark-color);
  --color4: var(--secondary-light-color);
  --color5: var(--secondary-color);
  --color6: var(--secondary-dark-color);
  --color7: var(--main-background);
  --color8: var(--footer-background);
  --color9: var(--footer-text);
}

/*p{
  float:$left;
  padding-left:20px;
}*/
.pc-page {
  margin-top: 1rem;
}

.profile-cart {
  min-width: 0;
  background-color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  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;
  min-height: 320px;
  top: 84px;
}
.profile-cart__header {
  padding: 1.75rem 1.25rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #00000000;
  color: #838383;
  font-size: 1.4rem;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.profile-cart__quantity {
  color: inherit;
  font-size: inherit;
  padding: 0 3px;
}
.profile-cart .profile-cart {
  margin: 0;
}

.purchase-table__cell, .purchase-table__header th, .print-info__th, .print-info__tr2 td, .print-info__tr1 td, .address-card__item {
  border-color: #fff;
  font-size: 1.4rem;
  text-align: center;
  color: #515151;
  padding: 0.5rem;
}

.table-responsive.address {
  padding: 0 15px;
}

.address-card {
  padding: 10px 20px;
  border-bottom: 1px solid #dddddd;
  flex-direction: column;
}
.address-card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: column;
}
.address-card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin: 3px 0;
  align-items: baseline;
  text-align: right;
}
.address-card__icon {
  color: #989898;
  margin-left: 5px;
}
.address-card__edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.address-card__edit-item {
  color: #a8a8a8;
  padding: 5px 0 8px;
  font-size: 1.4rem;
  margin: 0 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.address-card__edit-item:hover {
  color: var(--color1);
}
.address-card__edit-icon {
  color: var(--color1);
  margin-left: 5px;
}

.print-info__tr1 td {
  background-color: #f5f5f5;
}
.print-info__tr2 td {
  background-color: #fafafa;
}
.print-info__th {
  background-color: #e5e5e5;
}
.print-info__address {
  padding-right: 3px;
  font-size: 1.4rem;
  line-height: 1.8;
  display: inline;
}

.purchase-table__header th {
  background-color: #e5e5e5;
  border: 1px solid #dee2e6;
}
.purchase-table__cell {
  background-color: #fafafa;
}
.purchase-table__img {
  height: 50px;
}
.purchase-table__address {
  padding: 0.75rem 1.25rem;
  background-color: #fafafa;
  border-top: none;
}
.purchase-table__address ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: column;
}
.purchase-table__address ul li {
  font-size: 1.3rem;
  line-height: 3;
  color: #767676;
  display: flex;
  align-items: center;
}
.purchase-table__address ul li i {
  color: #777;
  margin-left: 7px;
}
.purchase-table__link {
  color: var(--color2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.purchase-table__link:hover {
  color: var(--color1);
}

.print-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
.print-button__link {
  display: flex;
  cursor: pointer;
  color: white !important;
  font-size: 1.4rem;
  background-color: var(--color2);
  padding: 6px 13px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.print-button__link:hover {
  background-color: var(--color3);
}

.loading {
  border: none;
  position: absolute;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  background-color: #62666d96;
  pointer-events: none;
}
.loading::before {
  font-family: "icomoon";
  content: "";
  font-size: 1.4rem;
  color: #fff;
}
.loading:disabled {
  color: #fff;
  background-color: #62666d;
}

.button-profile {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: white;
  background-color: var(--color2);
  font-size: 1.4rem;
  font-weight: bold;
  padding: 7px 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 5px 10px #d8d8d8;
}
.button-profile__icon {
  font-size: 1.5rem;
  color: #ffffff;
  padding-left: 7px;
}

.user-profile-header {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px #74747447;
  -moz-box-shadow: 0 1px 3px #74747447;
  box-shadow: 0 1px 3px #74747447;
  border-radius: 5px;
}
.user-profile-header__box-img {
  position: relative;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.user-profile-header__edit {
  font-size: 6rem;
  border: 4px solid #ffffff;
  background-color: #ddd;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  overflow: hidden;
  cursor: pointer;
}
.user-profile-header__edit:after {
  content: "";
  font-family: icomoon;
  position: absolute;
  bottom: -30px;
  width: 100%;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: rgba(68, 68, 68, 0.7);
  text-align: center;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.user-profile-header__edit:hover:after {
  bottom: 0 !important;
}
.user-profile-header__img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.user-profile-header__box-text {
  padding: 45px 0 0;
}
.user-profile-header__name {
  font-size: 1.6rem;
  padding: 10px;
  text-align: center;
}
.user-profile-header__box-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-profile-header__box-link :first-child {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.user-profile-header__box-link :last-child {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.user-profile-header__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  color: #888888;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fafafa;
}
.user-profile-header__link:hover {
  background-color: var(--color1);
  color: #ffffff;
}
.user-profile-header__link:first-child {
  border-left: 2px solid #ffffff;
}

.user-profile-menu {
  margin-top: 30px;
  -webkit-box-shadow: 0 1px 3px #74747447;
  -moz-box-shadow: 0 1px 3px #74747447;
  box-shadow: 0 1px 3px #74747447;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.user-profile-menu__item {
  font-size: 1.3rem;
  color: #777777;
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid #0000000d;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.user-profile-menu__item:hover {
  background-color: var(--color1);
  color: #ffffff;
}
.user-profile-menu__item:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.user-profile-menu__item:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.user-profile-menu__item--active {
  background-color: var(--color2);
  border-color: var(--color2);
  color: #ffffff;
}

.profile-modal .modal-content {
  border: none;
  -webkit-box-shadow: 0 0 5px #7474744d;
  -moz-box-shadow: 0 0 5px #7474744d;
  box-shadow: 0 0 5px #7474744d;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.profile-modal__title {
  color: #4f4f4f;
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 0.5;
}
.profile-modal__close {
  margin: -1rem auto -1rem -1rem !important;
  font-size: 1.9rem;
  color: #4f4f4f;
}

.table-orders {
  padding: 20px;
}

#print-factor {
  padding: 15px;
}

.myorder {
  margin: 2rem 0;
}

.title-greybackground {
  background-color: #f7f7f7;
  border-radius: 5px;
  text-align: center;
  margin: 20px auto 20px;
  padding: 8px;
  font-size: 1.4rem;
  line-height: 2.2em;
  width: 60%;
  color: #4f4f4f;
}

.address-modal__title {
  color: #4f4f4f;
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 0.5;
}
.address-modal__close {
  margin: -1rem auto -1rem -1rem !important;
  font-size: 1.9rem;
  color: #4f4f4f;
}

.profile-menu-wrapper {
  border-radius: 16px;
  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;
  background: #fff;
}

.profile-user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.profile-user-img {
  width: 60px;
  border-radius: 100%;
  border: 1px solid #ced4da;
  margin-left: 10px;
}

.profile-user-name {
  font-size: 16px;
  line-height: 1.375;
  color: #232933;
  font-weight: 700;
}

.profile-user-phone {
  font-size: 12px;
  line-height: 1.833;
  color: #81858b;
}

.profile-menu {
  margin-top: 20px;
  border-top: 1px solid #ced4da;
  padding-top: 10px;
}

.profile-menu-item {
  font-size: 14px;
  line-height: 1.571;
  color: #424750;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  transition: 0.3s all;
  width: 100%;
  border: 0;
  background: transparent;
}
.profile-menu-item:hover {
  color: var(--color1);
}
.profile-menu-item .icon {
  font-size: 20px;
  margin-left: 5px;
}

.logout .profile-menu-item:hover {
  color: #f13d4e;
}

.profile .page-title {
  font-size: 2rem;
  line-height: 40px;
}
@media screen and (max-width: 991.98px) {
  .profile .page-title:before {
    top: 20px;
  }
}

.profile-card {
  border-radius: 16px;
  margin-bottom: 30px;
  -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;
  background: #fff;
  min-height: 320px;
  position: relative;
}
.profile-card .nav-tabs {
  display: flex;
  flex-flow: row;
  overflow-y: hidden;
  overflow-x: auto;
}
.profile-card .nav-link {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .profile-card .nav-link {
    font-size: 12px;
  }
}

.latest-orders {
  margin-bottom: 45px;
}

.personal-info {
  display: flex;
  flex-wrap: wrap;
}

.personal-info-item {
  width: 50%;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
  border-right: 0;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .personal-info-item {
    width: 100%;
    border-left: 0;
  }
}
.personal-info-item:nth-child(even) {
  border-left: 0;
}
@media screen and (max-width: 991.98px) {
  .personal-info-item:last-child {
    border-bottom: 0;
  }
}

.personal-info-item-title {
  font-size: 13px;
  line-height: 1.571;
  color: #81858b;
  padding: 2.5px 0;
}

.personal-info-item-desc {
  font-size: 18px;
  line-height: 1.571;
  color: #424750;
}

.profile-btn {
  color: #1870ce !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  padding-bottom: 0;
  font-size: 13px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 16px;
}

.favorites-item-img {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 5px;
}

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

.favorites-item {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
}

.favorites-item-details {
  padding: 5px 10px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 130px);
  overflow: hidden;
  margin-top: 5px;
  line-height: 28px;
}

.favorites-item-delete {
  position: absolute;
  left: 0px;
  padding: 10px 15px;
  font-size: 18px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: 0.3s all;
}
.favorites-item-delete:hover {
  color: #f13d4e;
}

.favorites-item-title {
  font-size: 14px;
  color: #585858;
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.favorites-item-title:hover {
  color: var(--color2);
}

.favorites-item-product-price {
  color: #f13d4e;
  font-size: 14px;
  padding-left: 15px;
}

.favorites-item-product-discounts {
  color: #28a745;
  font-size: 12px;
}

.favorites-item-product-old-price {
  color: #787878;
  text-decoration: line-through;
  font-size: 14px;
  padding-left: 15px;
  display: inline-block;
}

.latest-orders {
  padding-bottom: 40px;
}
.latest-orders th, .latest-orders td {
  text-align: center;
  font-size: 16px;
  line-height: 1.467;
  color: #7e7e7e;
  padding: 24px;
}
.latest-orders th {
  color: #585858;
  font-size: 17px;
}
.latest-orders .table-bordered {
  border-collapse: collapse;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 0 1px #f5f5f5 inset;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #00000004 !important;
}

.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: #0000000a !important;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f5f5f5;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #f5f5f5;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #00000008;
}

.table-hover tbody tr:hover {
  background-color: #0000000a;
}

.shopping-details {
  transition: 0.3s all;
  padding: 0 !important;
}
.shopping-details:hover {
  background-color: #0000000f;
}

.shopping-details-link {
  color: #585858;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding-right: 16px;
}

.success-payment {
  color: #28a745 !important;
}

.danger-payment {
  color: #f13d4e !important;
}

.pending-payment {
  color: orange !important;
}

.order-count {
  position: absolute;
  left: 5px;
  background: var(--color2);
  color: #fff;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 11px;
  top: 50%;
  transform: translate(0, -50%);
}

.nav-tabs {
  padding-right: 0;
}
.nav-tabs .nav-link {
  padding-right: 5px;
  padding-left: 25px;
  margin: 0 15px;
}

.profile-order-box {
  border: 1px solid #ced4da;
  border-radius: 16px;
  margin: 10px 10px 5px 10px;
}

.profile-order-content-link {
  width: 100px;
  height: 100px;
  margin: 15px 5px;
  margin-right: 0;
  display: inline-block;
  text-align: right;
}

.profile-order-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  border-bottom: 1px solid #ced4da;
  padding: 15px;
}

.profile-order-info, .profile-order-price {
  font-size: 12px;
  color: #777;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .profile-order-info, .profile-order-price {
    font-size: 10px;
    line-height: 20px;
  }
}
.profile-order-info span, .profile-order-price span {
  padding-left: 10px;
  display: inline-block;
}
.profile-order-info .c-p, .profile-order-info .unit, .profile-order-price .c-p, .profile-order-price .unit {
  color: #444;
  font-weight: 600;
}

.profile-order-link {
  color: #585858;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  position: relative;
  left: -15px;
  transition: 0.3s all;
}
.profile-order-link:hover {
  color: var(--color1);
}

.profile-order-content {
  display: flex;
  width: calc(100% - 20px);
  overflow: auto;
  margin: 10px;
  margin-bottom: 15px;
}

.favoriteList .favorites-item {
  margin-bottom: 0;
  padding: 5px 0;
  width: calc(50% - 10px);
}
@media screen and (max-width: 992px) {
  .favoriteList .favorites-item {
    width: 100%;
  }
}
.favoriteList .favorites-item:nth-child(odd) {
  border-left: 1px solid #e1e1e1;
}
.favoriteList .favorites {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .favorites-item-price {
    display: flex;
    flex-flow: column;
  }
}

.pending-comments {
  margin-bottom: 0;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
}

.pending-comments-item {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
}

.pending-comments-item-img {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.pending-comments-item-title {
  font-size: 14px;
  color: #585858;
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.3s all;
}
.pending-comments-item-title:hover {
  color: var(--color2);
}

.pending-comments-item-add {
  background: transparent;
  border: 0;
  position: absolute;
  left: 0;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1870ce !important;
  cursor: pointer;
  padding: 10px;
}
.pending-comments-item-add .icon {
  margin-right: 5px;
}

.pending-comments-item-details {
  padding: 5px 10px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 130px);
  overflow: hidden;
}

.pending-comments-title {
  font-size: 15px;
  color: #353535;
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.3s all;
  font-weight: 600;
}

.register-comments {
  margin-bottom: 0;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
}

.register-comments-item {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .register-comments-item {
    flex-flow: column;
  }
}

.register-comments-item-img {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.register-comments-item-title {
  font-size: 14px;
  color: #585858;
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.3s all;
}
.register-comments-item-title:hover {
  color: var(--color2);
}

.register-comments-item-add {
  background: transparent;
  border: 0;
  position: absolute;
  left: 0;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1870ce !important;
  cursor: pointer;
  padding: 10px;
}
.register-comments-item-add .icon {
  margin-right: 5px;
}

.register-comments-item-details {
  padding: 5px 10px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 130px);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .register-comments-item-details {
    width: 100%;
  }
}

.register-comments-title {
  font-size: 15px;
  color: #353535;
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.3s all;
  font-weight: 600;
}

.register-comments-item-status {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 30px;
}

.success-status {
  background-color: #edfbf0;
  color: #28a745;
  border: 1px solid #28a745;
}

.danger-status {
  background-color: #fde8ea;
  color: #f13d4e;
  border: 1px solid #f13d4e;
}

.warning-status {
  background-color: #ffedcc;
  color: #996300;
  border: 1px solid orange;
}

.register-comments-item-advice {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0;
}
.register-comments-item-advice .icon {
  padding-left: 5px;
}

.success-advice {
  color: #28a745;
}

.danger-advice {
  color: #f13d4e;
}

.warning-advice {
  color: #996300;
}

.register-comments-action {
  position: absolute;
  left: 0;
  bottom: 15px;
}

.register-comments-edit-action {
  padding: 5px 15px;
  font-size: 12px;
  border: 1px solid #1870ce;
  color: #1870ce;
  border-radius: 6px;
  margin-left: 5px;
}

.register-comments-remove-action {
  padding: 5px 15px;
  font-size: 12px;
  border: 1px solid #f13d4e;
  color: #f13d4e;
  border-radius: 6px;
  margin-right: 5px;
  cursor: pointer;
}

.register-comments-text {
  color: #232933;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  width: 100%;
}

.register-comments-pros-item {
  font-size: 12px;
  position: relative;
  padding-right: 10px;
}
.register-comments-pros-item:before {
  content: "";
  font-size: 33px;
  background: #28a745;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 7px;
  height: 1px;
}
.register-comments-pros-item:after {
  content: "";
  font-size: 33px;
  background: #28a745;
  right: 3px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  height: 7px;
  width: 1px;
}

.register-comments-cons-item {
  font-size: 12px;
  position: relative;
  padding-right: 10px;
}
.register-comments-cons-item:before {
  content: "";
  font-size: 33px;
  background: #f13d4e;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 7px;
  height: 1px;
}

.register-comments-cons-title, .register-comments-pros-title {
  font-size: 14px;
  color: #585858;
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.3s all;
  position: relative;
  right: 0;
  margin-top: 10px;
}

.register-comments-item-info {
  font-size: 13px;
  position: relative;
  color: #585858;
  line-height: 30px;
}

.register-comments-info {
  position: relative;
  border-top: 1px solid #eee;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
}

.register-comments-color-info {
  padding-right: 20px;
  position: relative;
}
.register-comments-color-info:before {
  content: "";
  font-size: 33px;
  background: var(--data-color);
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.order-address-city {
  color: #acacac;
  font-size: 12px;
  position: relative;
}
.order-address-city .icon {
  position: absolute;
  right: -20px;
  font-size: 12px;
}

.order-addresses .order-address-item {
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dee2e6;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.order-addresses .order-address-title {
  margin-right: 0;
  width: 100%;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.order-addresses .order-address-city, .order-addresses .order-address-postalCode, .order-addresses .order-address-reciver-mobile, .order-addresses .order-address-reciver-name {
  padding-left: 0;
  padding-right: 20px;
}
.order-addresses .order-address-city .icon, .order-addresses .order-address-postalCode .icon, .order-addresses .order-address-reciver-mobile .icon, .order-addresses .order-address-reciver-name .icon {
  right: 0;
}
.order-addresses .add-address {
  cursor: pointer;
  transition: 0.2s all;
  background: transparent;
  border: 2px solid var(--color2);
  color: var(--color2);
  padding: 9px 40px;
  border-radius: 6px;
  font-size: 1.4rem !important;
  height: 45px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 700;
}
.order-addresses .add-address:hover {
  background: var(--color2);
  color: #fff;
  transition: 0.3s all;
}

.address-dosent-exist {
  display: flex;
  align-items: center;
  flex-flow: column;
}

button.personal-info-edit {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #1870ce;
  background: transparent;
  border: 0;
  padding: 15px;
  cursor: pointer;
}

.profile-order-info-wrapper {
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .profile-order-info-wrapper {
    padding-top: 60px !important;
  }
}

.profile-order-info-seprator {
  border-bottom: 1px solid #ced4da;
}

.profile-order-info-desc {
  color: #444;
  font-weight: 600;
}

.profile-order-content-details {
  flex-flow: column;
}
.profile-order-content-details .profile-order-content-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #ced4da;
  position: relative;
}
@media screen and (max-width: 992px) {
  .profile-order-content-details .profile-order-content-item {
    flex-flow: column;
  }
}
.profile-order-content-details .profile-order-content-item:last-child {
  border-bottom: 0;
}
.profile-order-content-details .profile-order-content-info {
  margin: 15px 5px;
}
@media screen and (max-width: 992px) {
  .profile-order-content-details .profile-order-content-info {
    margin-bottom: 60px;
  }
}
.profile-order-content-details .profile-order-content-title {
  font-size: 14px;
  color: #585858;
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .profile-order-content-details .profile-order-content-title {
    white-space: normal;
  }
}
.profile-order-content-details .profile-order-content-title:hover {
  color: var(--color2);
}
.profile-order-content-details .profile-order-content-product-price {
  color: #f13d4e;
  font-size: 14px;
  padding-left: 15px;
}
.profile-order-content-details .profile-order-content-product-discounts {
  color: #28a745;
  font-size: 12px;
}
.profile-order-content-details .profile-order-content-product-old-price {
  color: #787878;
  text-decoration: line-through;
  font-size: 14px;
  padding-left: 15px;
  display: inline-block;
}
.profile-order-content-details .profile-order-content-info-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  color: #888;
}
.profile-order-content-details .profile-order-content-info-desc span {
  padding-left: 5px;
  display: inline-block;
}
.profile-order-content-details .profile-order-content-return {
  border: 1px solid #585858;
  color: #585858;
  padding: 5px 15px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 6px;
  margin-left: 5px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 12px;
}
.profile-order-content-details .profile-order-content-actions {
  position: absolute;
  left: 0;
  bottom: 10px;
}
.profile-order-content-details .profile-order-content-actions .profile-order-content-action {
  padding: 5px 15px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 6px;
  margin-left: 5px;
  background: transparent;
}
.profile-order-content-details .profile-order-content-add-comment {
  border: 1px solid #1870ce;
  color: #1870ce;
}
.profile-order-content-details .profile-order-content-add-to-cart {
  border: 1px solid #28a745;
  color: #28a745;
}
.profile-order-content-details .profile-order-content-info-color {
  padding-right: 20px;
  position: relative;
}
.profile-order-content-details .profile-order-content-info-color:before {
  content: "";
  font-size: 33px;
  background: var(--data-color);
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.factor-print {
  padding: 5px 15px;
  font-size: 12px;
  border: 1px solid #1870ce;
  color: #1870ce;
  border-radius: 6px;
  margin-left: 5px;
  background: transparent;
  position: absolute;
  top: 13px;
  left: 8px;
  cursor: pointer;
}

.profile-returned-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .profile-returned-details {
    flex-flow: column;
    align-items: flex-start;
  }
}

.profile-returned-status {
  font-size: 12px;
  color: #28a745;
}

.profile-returned-next-status {
  font-size: 12px;
  color: #777;
}

.upload-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.uploader {
  position: relative;
  flex-flow: column;
  text-align: center;
  width: 85px;
  cursor: pointer;
  height: 85px;
  border-radius: 8px;
  border: 1px dashed var(--color2);
  justify-content: center;
  display: inline-flex;
  margin-left: 3px;
}
.uploader .plus {
  font-size: 34px;
  font-weight: 100;
  cursor: pointer;
  pointer-events: none;
  color: var(--color2);
}
.uploader .uploader-text {
  position: relative;
  cursor: pointer;
  top: -10px;
  pointer-events: none;
  color: var(--color2);
}
.uploader input[type=file] {
  cursor: pointer;
  position: absolute;
  width: 85px !important;
  height: 85px !important;
  opacity: 0;
}

.uploaded-item {
  width: 85px;
  height: 85px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-left: 3px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #e0e0e2;
}
.uploaded-item:hover .uploaded-remover {
  height: 35px;
}

.uploaded-remover {
  height: 0;
  overflow: hidden;
  width: 100%;
  background: #00000050;
  bottom: 0;
  position: absolute;
  transition: 0.2s all;
  cursor: pointer;
}
.uploaded-remover .icon {
  color: #fff;
  pointer-events: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.uploaded-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  .cart-tophead {
    margin-top: -10px;
  }
}

.header-cart {
  background: #fff;
  padding: 25px 0 65px;
  position: initial;
  height: 100px !important;
}
@media screen and (max-width: 600px) {
  .header-cart {
    height: 75px !important;
  }
}
.header-cart .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-cart__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-cart__img {
  width: auto;
  height: 75px;
}
@media screen and (max-width: 600px) {
  .header-cart__img {
    height: 50px;
  }
}

.cart .card-oldPrice {
  margin-right: 0;
}
.cart .cart-details__delete {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #6f6f6f !important;
  cursor: pointer;
  background: transparent;
  border: 1px solid #6f6f6f;
  border-radius: 8px;
  padding-left: 30px;
  margin-right: auto;
  padding-right: 20px;
  transition: 0.3s all;
}
.cart .cart-details__delete:hover {
  color: #f13d4e !important;
  border: 1px solid #f13d4e;
}
.cart .cart-details-delete-text {
  font-size: 10px;
  position: relative;
  top: 2px;
  right: 5px;
}
.cart__list {
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: column;
}
.cart__item {
  padding: 10px 14px;
  border-bottom: 1px solid #dddddd;
  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-title {
  width: 100%;
  line-height: 1.8em;
  text-align: justify;
  color: #585858;
  font-size: 16px;
  margin-bottom: 10px;
}
.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: #686868;
  font-size: 10px;
  width: 100%;
  text-align: right;
  position: relative;
  line-height: 20px;
}
@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__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__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__add-cart {
  margin-top: 2.2rem;
  margin-left: 30px;
  color: white;
  background-color: var(--color2);
  font-size: 1.3rem;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid var(--color2);
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.cart__detail .cart-detail2__add-cart:hover {
  background-color: var(--color1);
  border-color: var(--color1);
}

.cart-summary {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.cart-summary__price {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.cart-summary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.2rem;
  color: #686868;
}
.cart-summary__item .c-p {
  font-weight: 500;
  font-size: 13px;
}
.cart-summary__subtotal {
  padding: 15px 0;
}
.cart-summary__price-cart {
  font-size: 1.4rem;
  font-weight: 700;
  color: #585858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-summary__price-cart .c-p {
  color: #f13d4e;
}
.cart-summary__button-next {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color2);
  width: 100%;
  line-height: 2;
  font-size: 1.5rem;
  color: white;
  padding: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.cart-summary__button-next:hover {
  background-color: var(--color1);
  color: white;
}
.cart-summary__button-back {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 100%;
  line-height: 2;
  font-size: 1.5rem;
  color: var(--color2);
  padding: 5px;
  border: 1px solid var(--color2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.cart-summary__button-back:hover {
  border-color: var(--color1);
  color: var(--color1);
}

.discount-code {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px #7474744d;
  -moz-box-shadow: 0px 0px 5px #7474744d;
  box-shadow: 0px 0px 5px #7474744d;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.discount-code__box {
  position: relative;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
}
.discount-code__input {
  position: relative;
  width: 100%;
  height: 45px;
  border: 0;
  line-height: 45px;
  font-size: 1.3rem;
  color: #686e71;
  padding: 0 10px 0 75px;
  background: #f7f7f7;
}
.discount-code__button {
  background-color: #388e3c;
  border: 0;
  line-height: 40px;
  text-align: center;
  padding: 2px 19px;
  color: #fff;
  cursor: pointer;
  top: 0;
  position: absolute;
  left: 0;
}

.specifications-user__tr {
  color: #444;
  padding: 0.5rem;
  font-size: 1.4rem;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
}
.specifications-user__table {
  border: 3px solid #66339900;
  margin-bottom: 0;
}

.address-cart {
  padding: 0 15px;
}
.address-cart__label {
  position: relative;
  padding-right: 15px !important;
}
.address-cart__label input {
  position: absolute !important;
  top: 50% !important;
  transform: translate(0, -50%) !important;
}
.address-cart__spans {
  flex-direction: column;
  padding-right: 10px;
  font-size: 1.4rem;
  line-height: 30px;
  border-right: 1px solid #f1f1f1;
  margin: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #777;
  display: flex;
}
.address-cart__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
}

.mainAccordion {
  text-align: -webkit-center;
  margin-top: 15px;
}
.mainAccordion p.accordion {
  background-color: #f7f7f7;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 10px;
  width: 75%;
  border: none;
  font-size: 1.5rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  color: #333333;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainAccordion p.accordion:hover {
  cursor: pointer;
}
.mainAccordion p.accordion span {
  margin-left: 9px;
  font-size: 1.6rem;
}

.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
.panel.show {
  opacity: 1;
  max-height: 900px;
  padding: 0.5em 0;
}

.shipping {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  border: 1px solid #fafafa;
  padding: 15px;
}
.shipping__label {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.shipping__label:last-child .shipping__list {
  border-bottom: none;
}
.shipping__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #585858;
  width: 100%;
  padding: 15px 40px 15px 15px;
  border-bottom: 1px solid #eee;
}

.shipping input[type=radio] {
  top: 20px;
  right: 10px !important;
  position: absolute;
}

.payment__title {
  color: #222;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 15px;
}
.payment__methods-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .payment__methods-list {
    flex-direction: column;
  }
}
.payment__method {
  margin: 30px 0;
  position: relative;
  width: calc(100% / 3);
}
@media (max-width: 480px) {
  .payment__method {
    width: 100%;
  }
}
.payment__method:first-child::before {
  content: none;
}
.payment__method::before {
  content: "";
  position: absolute;
  height: 150%;
  width: 1px;
  top: -25%;
  right: 0px;
  background-color: #ebebeb;
}
@media (max-width: 480px) {
  .payment__method::before {
    height: 1px;
    width: 58%;
    top: -90%;
    right: 20%;
  }
}
.payment__label {
  position: relative;
  font-weight: 500;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.payment__img {
  cursor: pointer;
  padding: 0 11px;
}

.finalization {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.finalization__text {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.8;
  text-align: center;
}
.finalization__text strong {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin: 1.5rem 0;
}
.finalization__link {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  padding: 6px 13px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: white !important;
  background-color: var(--color2);
}
.finalization__link:hover {
  background-color: var(--color1);
}

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: #adadae;
}

.card-total-discount {
  color: #28a745;
  margin-bottom: 7px;
  position: relative;
  top: 2px;
}
.card-total-discount span {
  padding: 0 2px;
}

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

.quantity {
  direction: ltr;
  position: relative;
  margin-right: 20px;
}

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;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  color: #585858;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
  right: -20px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  top: 0;
  background-color: whitesmoke;
  border: 1px solid #eee;
  left: -20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: #585858;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  background-color: whitesmoke;
  border: 1px solid #eee;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: #585858;
}

.total-discount {
  color: #28a745;
}

.order-address-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.order-address-item {
  width: calc(100% / 3 - 30px);
  display: inline-block;
  margin: 5px;
  border: 1px solid #dee2e6;
  padding: 15px 12px;
  border-radius: 8px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .order-address-item {
    width: 100%;
  }
}
.order-address-item input[type=radio]:before {
  position: absolute;
  left: 0;
  top: 0px;
}
.order-address-item input[type=radio]:after {
  top: 0;
}
.order-address-item .checkbox.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}
.order-address-item .checkbox.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}
.order-address-item .checkbox.bounce svg {
  --scale: 0;
}
.order-address-item .checkbox.bounce svg {
  --scale: 0;
}
.order-address-item input[type=radio] ~ svg {
  width: 12.5px !important;
  height: 13px !important;
  top: 1.5px;
  right: 1.5px;
}

.order-address-title {
  border-top: 1px solid #dee2e6;
  margin-top: 12px;
  width: calc(100% + 44px);
  margin-right: -32px;
  padding: 10px;
  color: #555;
  font-size: 14px;
  line-height: 26px;
}

.order-address-status-text {
  color: #888;
  font-size: 11px;
  position: relative;
  top: 2px;
}

.order-address-postalCode, .order-address-reciver-mobile, .order-address-reciver-name {
  color: #acacac;
  font-size: 12px;
  position: relative;
}
.order-address-postalCode .icon, .order-address-reciver-mobile .icon, .order-address-reciver-name .icon {
  position: absolute;
  right: -20px;
  font-size: 12px;
}

.order-address-actions {
  position: absolute;
  display: flex;
  left: 20px;
  width: 80px;
  align-items: center;
  justify-content: space-between;
  bottom: 12px;
  font-size: 12px;
}

.order-address-action-item {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.order-address-delete {
  color: #f13d4e;
}

.order-address-edit {
  color: #1870ce;
}

.order-address-change-btn {
  color: #1870ce;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  padding: 5px 0;
}

.add-address {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 16px;
  color: #585858;
  cursor: pointer;
}
.add-address .icon {
  font-size: 36px;
  line-height: 60px;
}
.add-address span {
  pointer-events: none;
}

.profile-cart .nav-tabs {
  position: relative;
  top: 0px;
  z-index: 999;
  padding-right: 15px;
}
.profile-cart .nav-link {
  font-size: 15px;
  padding: 15px;
  color: #585858;
}
.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-link.active, .profile-cart .nav-tabs .nav-item.show .nav-link {
  color: #585858;
  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;
  border-radius: 4px 4px 0 0;
  background: var(--color2);
}
.profile-cart .tab-content {
  padding: 15px;
}

.active-order-address {
  font-size: 14px;
  right: 0;
  color: #585858;
  position: relative;
  margin-bottom: 10px;
  line-height: 26px;
}

.active-order-reciver {
  color: #acacac;
  font-size: 14px;
  position: relative;
  padding-right: 30px;
  top: 3px;
}
.active-order-reciver .icon {
  position: absolute;
  font-size: 18px;
  right: 0;
}

.order-address-box {
  margin: 0 15px 15px 15px;
}
.order-address-box:first-child {
  border-bottom: 1px solid #dee2e6;
}

.order-address-box-title {
  font-size: 15px;
  padding: 15px 0 20px 0;
  color: #585858;
  font-weight: 600;
}

.order-address-box-subtitle {
  font-size: 14px;
  padding: 0 0 5px 0;
  color: #585858;
  font-weight: 600;
}

.order-address-box-desc {
  font-size: 10px;
  color: #686868;
}

.order-info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px;
  border-top: 1px solid #dee2e6;
  font-size: 15px;
  padding: 15px 0;
  color: #585858;
  font-weight: 600;
}

.order-product-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  padding: 15px 0;
  color: #585858;
  font-weight: 600;
  width: 100%;
  overflow: auto;
}

.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 {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.order-product-item-count {
  position: absolute;
  left: 0;
  width: 30px;
  font-size: 12px;
  background: #fff;
  z-index: 99999;
  text-align: center;
  color: #585858;
  font-weight: 400;
  border-radius: 4px;
  top: 100px;
}

.order-product-item-title {
  width: 100%;
  font-size: 13px;
  margin-top: 15px;
  font-weight: 400;
  color: #585858;
}

.order-product-count-size, .order-product-item-color {
  font-size: 12px;
  background: #fff;
  z-index: 99999;
  text-align: center;
  color: #585858;
  font-weight: 400;
  padding: 5px 0 0 0;
}

.order-product-item-color {
  padding: 0;
  padding-right: 5px;
  font-size: 10px;
  position: relative;
}
.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: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .outlet .nav-tabs .nav-link {
    margin: 45px 8px 0px 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;
}

.add-address-modal input, .add-address-modal textarea, .add-name-modal input, .add-name-modal textarea, .add-job-modal input, .add-job-modal textarea, .add-age-modal input, .add-age-modal textarea, .add-email-modal input, .add-email-modal textarea, .add-birthDay-modal input, .add-birthDay-modal textarea, .add-payment-modal input, .add-payment-modal textarea, .add-number-modal input, .add-number-modal textarea, .add-password-modal input, .add-password-modal textarea, .return-product-modal input, .return-product-modal textarea {
  padding: 10px;
  border: #e0e0e2 1px solid;
  margin: 0 30px;
  margin-right: 0;
  border-radius: 4px;
  font-size: 1.4rem;
  color: #777;
  height: 42px;
  width: 100%;
  background: transparent;
}
.add-address-modal input::-webkit-input-placeholder, .add-address-modal textarea::-webkit-input-placeholder, .add-name-modal input::-webkit-input-placeholder, .add-name-modal textarea::-webkit-input-placeholder, .add-job-modal input::-webkit-input-placeholder, .add-job-modal textarea::-webkit-input-placeholder, .add-age-modal input::-webkit-input-placeholder, .add-age-modal textarea::-webkit-input-placeholder, .add-email-modal input::-webkit-input-placeholder, .add-email-modal textarea::-webkit-input-placeholder, .add-birthDay-modal input::-webkit-input-placeholder, .add-birthDay-modal textarea::-webkit-input-placeholder, .add-payment-modal input::-webkit-input-placeholder, .add-payment-modal textarea::-webkit-input-placeholder, .add-number-modal input::-webkit-input-placeholder, .add-number-modal textarea::-webkit-input-placeholder, .add-password-modal input::-webkit-input-placeholder, .add-password-modal textarea::-webkit-input-placeholder, .return-product-modal input::-webkit-input-placeholder, .return-product-modal textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
  font-size: 1.2rem;
  text-align: right;
  font-weight: 300;
}
.add-address-modal input::-moz-placeholder, .add-address-modal textarea::-moz-placeholder, .add-name-modal input::-moz-placeholder, .add-name-modal textarea::-moz-placeholder, .add-job-modal input::-moz-placeholder, .add-job-modal textarea::-moz-placeholder, .add-age-modal input::-moz-placeholder, .add-age-modal textarea::-moz-placeholder, .add-email-modal input::-moz-placeholder, .add-email-modal textarea::-moz-placeholder, .add-birthDay-modal input::-moz-placeholder, .add-birthDay-modal textarea::-moz-placeholder, .add-payment-modal input::-moz-placeholder, .add-payment-modal textarea::-moz-placeholder, .add-number-modal input::-moz-placeholder, .add-number-modal textarea::-moz-placeholder, .add-password-modal input::-moz-placeholder, .add-password-modal textarea::-moz-placeholder, .return-product-modal input::-moz-placeholder, .return-product-modal textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
  font-size: 1.2rem;
  text-align: right;
  font-weight: 300;
}
.add-address-modal input:-ms-input-placeholder, .add-address-modal textarea:-ms-input-placeholder, .add-name-modal input:-ms-input-placeholder, .add-name-modal textarea:-ms-input-placeholder, .add-job-modal input:-ms-input-placeholder, .add-job-modal textarea:-ms-input-placeholder, .add-age-modal input:-ms-input-placeholder, .add-age-modal textarea:-ms-input-placeholder, .add-email-modal input:-ms-input-placeholder, .add-email-modal textarea:-ms-input-placeholder, .add-birthDay-modal input:-ms-input-placeholder, .add-birthDay-modal textarea:-ms-input-placeholder, .add-payment-modal input:-ms-input-placeholder, .add-payment-modal textarea:-ms-input-placeholder, .add-number-modal input:-ms-input-placeholder, .add-number-modal textarea:-ms-input-placeholder, .add-password-modal input:-ms-input-placeholder, .add-password-modal textarea:-ms-input-placeholder, .return-product-modal input:-ms-input-placeholder, .return-product-modal textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
  font-size: 1.2rem;
  text-align: right;
  font-weight: 300;
}
.add-address-modal input:-moz-placeholder, .add-address-modal textarea:-moz-placeholder, .add-name-modal input:-moz-placeholder, .add-name-modal textarea:-moz-placeholder, .add-job-modal input:-moz-placeholder, .add-job-modal textarea:-moz-placeholder, .add-age-modal input:-moz-placeholder, .add-age-modal textarea:-moz-placeholder, .add-email-modal input:-moz-placeholder, .add-email-modal textarea:-moz-placeholder, .add-birthDay-modal input:-moz-placeholder, .add-birthDay-modal textarea:-moz-placeholder, .add-payment-modal input:-moz-placeholder, .add-payment-modal textarea:-moz-placeholder, .add-number-modal input:-moz-placeholder, .add-number-modal textarea:-moz-placeholder, .add-password-modal input:-moz-placeholder, .add-password-modal textarea:-moz-placeholder, .return-product-modal input:-moz-placeholder, .return-product-modal textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
  font-size: 1.2rem;
  text-align: right;
  font-weight: 300;
}
.add-address-modal textarea, .add-name-modal textarea, .add-job-modal textarea, .add-age-modal textarea, .add-email-modal textarea, .add-birthDay-modal textarea, .add-payment-modal textarea, .add-number-modal textarea, .add-password-modal textarea, .return-product-modal textarea {
  height: 133px;
  resize: none;
}
.add-address-modal .modal-content, .add-name-modal .modal-content, .add-job-modal .modal-content, .add-age-modal .modal-content, .add-email-modal .modal-content, .add-birthDay-modal .modal-content, .add-payment-modal .modal-content, .add-number-modal .modal-content, .add-password-modal .modal-content, .return-product-modal .modal-content {
  padding: 20px;
}
.add-address-modal .close, .add-name-modal .close, .add-job-modal .close, .add-age-modal .close, .add-email-modal .close, .add-birthDay-modal .close, .add-payment-modal .close, .add-number-modal .close, .add-password-modal .close, .return-product-modal .close {
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 9;
}
.add-address-modal .modal-title, .add-name-modal .modal-title, .add-job-modal .modal-title, .add-age-modal .modal-title, .add-email-modal .modal-title, .add-birthDay-modal .modal-title, .add-payment-modal .modal-title, .add-number-modal .modal-title, .add-password-modal .modal-title, .return-product-modal .modal-title {
  font-size: 15px;
  padding-bottom: 15px;
  color: #585858;
  font-weight: 600;
}
.add-address-modal label, .add-name-modal label, .add-job-modal label, .add-age-modal label, .add-email-modal label, .add-birthDay-modal label, .add-payment-modal label, .add-number-modal label, .add-password-modal label, .return-product-modal label {
  font-size: 12px;
}
.add-address-modal .submit-btn, .add-name-modal .submit-btn, .add-job-modal .submit-btn, .add-age-modal .submit-btn, .add-email-modal .submit-btn, .add-birthDay-modal .submit-btn, .add-payment-modal .submit-btn, .add-number-modal .submit-btn, .add-password-modal .submit-btn, .return-product-modal .submit-btn {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color2);
  width: 100%;
  line-height: 2;
  font-size: 1.5rem;
  color: white;
  padding: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 0;
}
.add-address-modal .submit-btn:hover, .add-name-modal .submit-btn:hover, .add-job-modal .submit-btn:hover, .add-age-modal .submit-btn:hover, .add-email-modal .submit-btn:hover, .add-birthDay-modal .submit-btn:hover, .add-payment-modal .submit-btn:hover, .add-number-modal .submit-btn:hover, .add-password-modal .submit-btn:hover, .return-product-modal .submit-btn:hover {
  background-color: var(--color1);
  color: white;
}

.add-birthDay-modal .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .add-birthDay-modal .date-wrapper {
    justify-content: space-between;
    width: 100%;
  }
}
.add-birthDay-modal .date-wrapper input {
  width: 75px;
  text-align: center;
}
.add-birthDay-modal .date-wrapper input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: center !important;
}
.add-birthDay-modal .date-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center !important;
}
.add-birthDay-modal .date-wrapper input:-ms-input-placeholder {
  /* IE 10+ */
  text-align: center !important;
}
.add-birthDay-modal .date-wrapper input:-moz-placeholder {
  /* Firefox 18- */
  text-align: center !important;
}

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

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

.support-number {
  font-size: 22px;
  text-align: center;
  margin: 0 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

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

.support-social .telegram {
  color: #039be5 !important;
}
.support-social .instagram {
  width: 26px;
}
.support-social .social-footer__icon {
  font-size: 32px;
}

.checkout-wrap {
  color: #444;
  font-family: "iranyekan";
  position: relative;
}

ul.checkout-bar {
  margin: 0 20px;
}
ul.checkout-bar li {
  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: var(--color2);
  z-index: 9;
}
ul.checkout-bar li.visited:before {
  background: var(--color2);
  z-index: 9;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
ul.checkout-bar li.visited:hover:before {
  background: var(--color2);
}
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: var(--color1);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  font-family: "iranyekan";
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
ul.checkout-bar .visited a:hover {
  color: var(--color5);
}
ul.checkout-bar a {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  font-family: "iranyekan";
}

.visited a {
  color: var(--color2);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  font-family: "iranyekan";
}

@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: center;
    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: 9999;
  }
  ul.checkout-bar li:after {
    background-color: var(--color2);
    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: var(--color2);
    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%;
}

.header-cart {
  background-color: #fff;
  padding: 10px 0 45px 0;
  position: initial;
}
@media (max-width: 991.98px) {
  .header-cart {
    padding-bottom: 16px;
  }
}
.header-cart .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(-50%);
  transform: translateX(-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: var(--color2);
}

.checkout-steps li.is-completed .checkout-steps__item {
  background-color: var(--color2);
}

.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 {
  position: absolute;
  top: -79px;
  left: 0;
  right: auto;
  transform: translate(-50%);
  content: attr(data-title);
  white-space: nowrap;
}

.checkout-steps li:before {
  content: "";
  position: absolute;
  width: 264px;
  height: 3px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  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;
}

input[type=checkbox],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  border: none;
  margin-bottom: -1px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 18px;
  pointer-events: none;
  height: 18px;
  top: 3px;
  right: 0;
}

input[type=checkbox]:focus,
.checkbox input[type=checkbox]:focus,
.checkbox-inline input[type=checkbox]:focus {
  outline: none;
}

.form-check-label {
  cursor: pointer;
}

input[type=checkbox]:after,
.checkbox input[type=checkbox]:after,
.checkbox-inline input[type=checkbox]:after {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  position: relative;
  top: 0;
  padding-right: 15px;
  border: 2px solid #ccc;
  border-radius: 2px;
  z-index: 999999;
  right: 0;
}

.custom-control-input {
  opacity: 1;
}

input[type=checkbox]:checked:before,
.checkbox input[type=checkbox]:checked:before,
.checkbox-inline input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  z-index: 9;
  display: table;
  width: 6px;
  height: 11px;
  border: 2px solid var(--color2);
  border-top-width: 0;
  border-left-width: 0;
  transform: rotate(45deg);
}

input[type=checkbox]:checked:after,
.checkbox input[type=checkbox]:checked:after,
.checkbox-inline input[type=checkbox]:checked:after {
  background-color: transparent;
  border-color: var(--color2);
}

input[type=checkbox]:disabled:after,
.checkbox input[type=checkbox]:disabled:after,
.checkbox-inline input[type=checkbox]:disabled:after {
  border-color: var(--color2);
}

input[type=checkbox]:disabled:checked:after,
.checkbox input[type=checkbox]:disabled:checked:after,
.checkbox-inline input[type=checkbox]:disabled:checked:after {
  background-color: transparent;
  border-color: transparent;
}

.custom-control-label::after,
.custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  display: none !important;
}

.exist-product {
  display: flex;
  position: relative;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  color: #555;
  margin-top: 20px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .exist-product {
    justify-content: flex-end;
  }
}
.exist-product .exist-product__text {
  font-size: 1.1rem;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .exist-product .exist-product__text {
    right: 100px;
    position: absolute;
  }
}

.wrap {
  position: relative;
  right: 45px;
}

.wrap input {
  display: none;
}

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: var(--color2);
  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: var(--color2);
}

.product {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 757.98px) {
  .product .row {
    justify-content: center;
  }
}
.product:before {
  content: "";
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  z-index: 10;
  height: 26px;
  background: url(../images/content/bg-top.png) center center no-repeat;
  background-size: cover;
}
.product__wrapper {
  padding: 45px 0 30px 0;
}
@media (max-width: 991.98px) {
  .product__wrapper {
    padding: 15px 0px;
  }
}
.product__wrapper:hover .product__title {
  color: var(--color1);
}
.product__wrapper:hover .Product__first {
  opacity: 0;
}
.product__wrapper:hover .product__second {
  opacity: 1;
}
.product__img {
  width: 110px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  min-height: 100px;
}
.product__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product__first {
  opacity: 1;
}
.product__second {
  opacity: 0;
  position: absolute;
}
.product__title {
  margin-top: 4rem;
  margin-bottom: 1.4rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color2);
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product__content {
  margin-top: 0;
  font-weight: 300;
  font-size: 1.6rem;
  text-align: center;
  color: #787878;
  line-height: 2.6rem;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
}
@media (max-width: 991.98px) {
  .product__content {
    padding: 0px 0px;
  }
}
@media (max-width: 575.98px) {
  .product__content {
    padding: 0px 65px;
  }
}
@media (max-width: 380.98px) {
  .product__content {
    padding: 0px 35px;
  }
}

.product-slogan {
  font-size: 2.4rem;
  color: #585858;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.product-slogan .bold-slogan {
  font-size: 2.8rem;
}

.slogan-wrapper {
  margin-bottom: 45px;
}

.slogan-wrapper-type2 {
  margin-bottom: 30px;
  margin-top: 20px;
}
.slogan-wrapper-type2 .product__wrapper {
  border-radius: 16px;
  background: #fff;
  margin-top: 16px;
  -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: 0 10px;
  display: flex;
}
.slogan-wrapper-type2 .product__img {
  width: 60px;
  margin-right: 15px;
}
.slogan-wrapper-type2 .product__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.slogan-wrapper-type2 .product__content {
  font-size: 1.2rem;
  line-height: 2rem;
}
.slogan-wrapper-type2 .product__link-details {
  width: calc(100% - 80px);
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  margin: 30px auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -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);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 16px;
}

.flip-card-front {
  background-color: #f5f5f5;
}

.flip-card-back {
  background-color: #fff;
  color: #585858;
  font-size: 13px;
  overflow: hidden;
  text-align: right;
  padding: 20px 25px;
  line-height: 31px;
  transform: rotateY(180deg);
}

#container {
  position: relative;
  margin: 30px auto;
  overflow: hidden;
  width: 700px;
  height: 380px;
}
@media screen and (max-width: 800px) {
  #container {
    width: 100%;
  }
}

.alert, .green, .red {
  font-size: 0.9em;
  font-weight: 100;
  padding-top: 5px;
  color: #FCFCFC;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.green {
  margin: 0;
  letter-spacing: 0;
  color: #4ec07d !important;
}

.red {
  color: #e96075 !important;
  margin: 0;
  letter-spacing: 0;
}

.alert {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 18px;
  margin-top: 25px;
}

#container p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0;
}

#success-box {
  position: absolute;
  width: 35%;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
  background: linear-gradient(to bottom right, #B0DB7D 40%, #99DBB4 100%);
  border-radius: 20px;
  box-shadow: 5px 5px 20px rgba(203, 205, 211, 0.1);
  perspective: 40px;
}
@media screen and (max-width: 800px) {
  #success-box {
    width: 290px;
  }
}

#error-box {
  position: absolute;
  width: 35%;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
  background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
  border-radius: 20px;
  box-shadow: 5px 5px 20px rgba(203, 205, 211, 0.1);
}
@media screen and (max-width: 800px) {
  #error-box {
    width: 290px;
  }
}

.dot {
  width: 8px;
  height: 8px;
  background: #FCFCFC;
  border-radius: 50%;
  position: absolute;
  top: 4%;
  right: 6%;
}
.dot:hover {
  background: #c9c9c9;
}

.two {
  right: 12%;
  opacity: 0.5;
}

.face {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #FCFCFC;
  border-radius: 50%;
  border: 1px solid #777777;
  top: 50px;
  left: 37.5%;
  z-index: 2;
  animation: bounceFeedback 1s ease-in infinite;
}

.face2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50px;
  background: #FCFCFC;
  border-radius: 50%;
  border: 1px solid #777777;
  left: 37.5%;
  z-index: 2;
  animation: rollFeedback 3s ease-in-out infinite;
}

.eye {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #777777;
  border-radius: 50%;
  top: 40%;
  left: 20%;
}

.right {
  left: 68%;
}

.mouth {
  position: absolute;
  top: 43%;
  left: 41%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.happy {
  border: 2px solid;
  border-color: transparent #777777 #777777 transparent;
  transform: rotate(45deg);
}

.sad {
  top: 49%;
  border: 2px solid;
  border-color: #777777 transparent transparent #777777;
  transform: rotate(45deg);
}

#container .shadow {
  position: absolute;
  width: 70px;
  height: 3%;
  opacity: 0.5;
  background: #777777;
  left: 38%;
  top: 115px;
  border-radius: 50%;
  z-index: 1;
}

.scale {
  animation: scaleFeedback 1s ease-in infinite;
  position: relative;
  left: -82px;
}
@media screen and (max-width: 800px) {
  .scale {
    left: -111px;
  }
}

.move {
  animation: moveFeedback 3s ease-in-out infinite;
}

.message {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 40%;
  top: 110px;
  padding: 0 15px;
}

.button-box {
  position: absolute;
  width: 50%;
  height: 33px;
  border-radius: 30px;
  top: 305px;
  background: #FCFCFC;
  left: 25%;
  outline: 0;
  border: none;
  box-shadow: 2px 2px 10px rgba(119, 119, 119, 0.5);
  transition: all 0.5s ease-in-out;
  font-size: 1.6rem;
}
.button-box:hover {
  background: #efefef;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

@keyframes bounceFeedback {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes scaleFeedback {
  50% {
    transform: scale(0.9);
  }
}
@keyframes rollFeedback {
  0% {
    transform: rotate(0deg);
    left: 25%;
  }
  50% {
    left: 60%;
    transform: rotate(168deg);
  }
  100% {
    transform: rotate(0deg);
    left: 25%;
  }
}
@keyframes moveFeedback {
  0% {
    left: 25%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 25%;
  }
}
#container .code-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#container .code {
  font-weight: 500;
  letter-spacing: 2px;
}

#container .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#container .price .c-p {
  font-weight: 500;
}

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