

/*********************************
/*  Order Confirm Start
*********************************/
@media screen and (max-width: 991px) {
  .order__confirm {
    padding-bottom: 0;
  }
}

.returm__message {
  max-width: 706px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 575px) {
  .returm__message {
    margin-bottom: 30px;
  }
}
.returm__message .sub__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--clr-common-body-text);
  margin-bottom: 20px;
}
.returm__message .sub__title i {
  color: #12b76a;
  margin-right: 12px;
}
@media screen and (max-width: 479px) {
  .returm__message .sub__title {
    font-size: 16px;
  }
}
.returm__message .title {
  margin-bottom: 16px;
}
.returm__message .content {
  font-size: 18px;
  line-height: 28px;
  color: var(--clr-common-body-text);
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .returm__message .content {
    font-size: 16px;
  }
}

.order__details {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order__details .order__info {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--clr-common-body-text);
  border-right: 1px solid #eaecf0;
}
.order__details .order__info span {
  font-weight: 600;
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 479px) {
  .order__details .order__info span {
    font-size: 13px;
  }
}
.order__details .order__info:last-of-type {
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .order__details .order__info {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 30px;
  }
  .order__details .order__info:nth-of-type(2) {
    border: none;
  }
}
@media screen and (max-width: 575px) {
  .order__details .order__info {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .order__details .order__info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border: none;
  }
}

/*********************************
/*  Order Confirm End
*********************************/
/*********************************
/*  Steps Start
*********************************/
.step__wrapper .steps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  max-width: 922px;
  margin: auto;
  margin-bottom: 110px;
}
@media screen and (max-width: 575px) {
  .step__wrapper .steps {
    margin-bottom: 80px;
  }
}
.step__wrapper .steps__item {
  position: relative;
}
.step__wrapper .steps__item button {
  cursor: pointer;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  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;
  font-size: 25px;
  border: none;
  outline: none;
  background: #f2f4f7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .step__wrapper .steps__item button {
    width: 60px;
    height: 60px;
  }
}
.step__wrapper .steps__item button img {
  width: 41px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .step__wrapper .steps__item button img {
    width: 30px;
  }
}
.step__wrapper .steps__item button.active {
  background: #000;
}
.step__wrapper .steps__item button.active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.step__wrapper .steps__item p {
  font-size: 18px;
  line-height: 28px;
  color: var(--clr-common-body-text);
  margin-bottom: 0;
  position: absolute;
  white-space: nowrap;
  margin-top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step__wrapper .steps__item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .step__wrapper .steps__item p {
    font-size: 14px;
    line-height: 20px;
    white-space: pre-wrap;
  }
}
.step__wrapper .steps .line-bar {
  width: 100%;
  height: 2px;
  background: #e5e7eb;
  position: relative;
}
.step__wrapper .steps .line-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.step__wrapper .steps .line-bar::before {display:none;}
.step__wrapper .steps .line-bar.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.step__wrapper .contents {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.step__wrapper .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.step__wrapper .content.active {
  opacity: 1;
  z-index: 10;
}
.step__wrapper .content__box {
  background: white;
  -webkit-box-shadow: 0.9px 2.8px 2.2px rgba(49, 140, 252, 0.02), 2.1px 6.7px 5.3px rgba(49, 140, 252, 0.028), 4px 12.5px 10px rgba(49, 140, 252, 0.035), 7.1px 22.3px 17.9px rgba(49, 140, 252, 0.042), 13.4px 41.8px 33.4px rgba(49, 140, 252, 0.05), 32px 100px 80px rgba(49, 140, 252, 0.07);
          box-shadow: 0.9px 2.8px 2.2px rgba(49, 140, 252, 0.02), 2.1px 6.7px 5.3px rgba(49, 140, 252, 0.028), 4px 12.5px 10px rgba(49, 140, 252, 0.035), 7.1px 22.3px 17.9px rgba(49, 140, 252, 0.042), 13.4px 41.8px 33.4px rgba(49, 140, 252, 0.05), 32px 100px 80px rgba(49, 140, 252, 0.07);
  border-radius: 20px;
  padding: 50px;
  max-width: 800px;
  margin: 0 auto;
}

/*********************************
/*  Steps End
*********************************/

/*********************************
/* SideBar Start
*********************************/
.user__dashboard {
  padding: 50px 0 140px;
}
@media screen and (max-width: 991px) {
  .user__dashboard {
    padding: 50px 0 100px;
  }
}

.sideBar {
  border: 1px solid #eaecf0;
  border-radius: 16px;
  padding: 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 580px;
  max-height: 800px;
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1440px) {
  .sideBar {
    padding: 15px;
  }
}
.sideBar .nav__item {
  padding: 0;
}
.sideBar .nav__item li {
  list-style: none;
}
.sideBar .nav__item .nav__list {
  position: relative;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 48px;
  margin-bottom: 4px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.sideBar .nav__item .nav__list:last-of-type {
  margin-bottom: 0;
}
.sideBar .nav__item .nav__list a {
  
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--clr-common-body-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 0px 20px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1199px) {
  .sideBar .nav__item .nav__list a {
    font-size: 15px;
  }
}
.sideBar .nav__item .nav__list a .icon {
  margin-right: 12px;
  height: 24px;
  width: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199px) {
  .sideBar .nav__item .nav__list a .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.sideBar .nav__item .nav__list a .link__name {
  white-space: nowrap;
  pointer-events: none;
}
.sideBar .nav__item .nav__list.active, .sideBar .nav__item .nav__list:hover {
  background: var(--clr-theme-3);
}
.sideBar .nav__item .nav__list.active a, .sideBar .nav__item .nav__list:hover a {
  color: #000;
}
.tracking__message {
  padding: 20px 16px;
  background: #fef7f5;
  border-radius: 8px;
  margin-top: 24px;
}
.tracking__message .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  margin-bottom: 4px;
}
.tracking__message .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--clr-common-body-text);
  margin-bottom: 0;
}
.tracking__message .btn__group {
  margin-top: 16px;
}
.tracking__message .btn__group .solid-btn {
  text-transform: capitalize;
  color: var(--clr-common-body-text);
  margin-right: 12px;
}
.tracking__message .btn__group .solid-btn:last-of-type {
  margin-right: 0;
}
.tracking__message .btn__group .tracking-btn {
  color: #000;
}

/*********************************
/* SideBar End
*********************************/
/*********************************
/* Dashboard Title Start
*********************************/
.dashboard__title {
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dashboard__title .title {
  line-height: 32px;
  font-weight: 700;
  color: #252522;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 375px) {
  .dashboard__title .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .dashboard__title .btn {
    font-size: 14px;
    line-height: 21px;
    padding: 7px 10px;
  }
}
@media screen and (max-width: 991px) {
  .dashboard__title {
    margin-top: 30px;
  }
}
.dashboard__title--v2 {
  margin-bottom: 24px;
}
.dashboard__title--v2 .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #344054;
}

.dashboard__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .dashboard__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*********************************
/* Dashboard Title End
*********************************/
/*********************************
/* Contact Form Start 
**********************************/

.form__wrapper .flex__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.form__wrapper .flex__form .form-group {
  -ms-flex-preferred-size: calc(33.33% - 13px);
      flex-basis: calc(33.33% - 13px);
}
@media screen and (max-width: 575px) {
  .form__wrapper .flex__form .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.form__wrapper .flex__form.col_2 .form-group {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}
@media screen and (max-width: 479px) {
  .form__wrapper .flex__form.col_2 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.form__wrapper .flex__form.col_3 .form-group {
  -ms-flex-preferred-size: calc(33.33% - 13px);
      flex-basis: calc(33.33% - 13px);
}
@media screen and (max-width: 479px) {
  .form__wrapper .flex__form.col_3 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.form__wrapper .flex__form.col_4 .form-group {
  -ms-flex-preferred-size: calc(25% - 13px);
      flex-basis: calc(25% - 13px);
}
@media screen and (max-width: 479px) {
  .form__wrapper .flex__form.col_4 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.form__wrapper .flex__form.c-1 .form-group {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.form__wrapper .flex__form.c-2 .form-group {
  -ms-flex-preferred-size: calc(50% - 13px);
      flex-basis: calc(50% - 13px);
}
@media screen and (max-width: 479px) {
  .form__wrapper .flex__form.c-2 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.form__wrapper .flex__form.c-3 .form-group {
  -ms-flex-preferred-size: calc(33.33% - 13px);
      flex-basis: calc(33.33% - 13px);
}
@media screen and (max-width: 575px) {
  .form__wrapper .flex__form.c-3 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.form__wrapper .flex__form.c-4 .form-group {
  -ms-flex-preferred-size: calc(25% - 13px);
      flex-basis: calc(25% - 13px);
}
@media screen and (max-width: 479px) {
  .form__wrapper .flex__form.c-4 .form-group {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.form__wrapper .form-group {
  margin-bottom: 20px;
  position: relative;
}
.form__wrapper .form-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px !important;
  border: 1px solid #d0d5dd;
  padding: 10px 14px;
}
.form__wrapper .form-icon .form-control {
  padding: 0;
  border: none;
}
.form__wrapper .form-icon .icon {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}
.form__wrapper .form-icon .icon img {
  width: 20px;
  height: auto;
  display: block;
}
.form__wrapper .form-icon:focus {
  border-color: #000;
}
.form__wrapper label {
  
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #344054;
  display: block;
  text-align: left;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.form__wrapper .form-control {
  
  font-size: 16px;
  font-weight: 400;
  line-height: 24px !important;
  background: transparent;
  color: var(--clr-common-body-text);
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 14px;
  border-radius: 8px !important;
  border: 1px solid #d0d5dd;
  -webkit-appearance: none;
}
.form__wrapper .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #000;
  -webkit-appearance: none;
}
.form__wrapper .form-control::-webkit-input-placeholder {
  text-transform: capitalize;
}
.form__wrapper .form-control::-moz-placeholder {
  text-transform: capitalize;
}
.form__wrapper .form-control:-ms-input-placeholder {
  text-transform: capitalize;
}
.form__wrapper .form-control::-ms-input-placeholder {
  text-transform: capitalize;
}
.form__wrapper .form-control::placeholder {
  text-transform: capitalize;
}
.form__wrapper .c-icon {
  font-size: 14px;
  color: var(--clr-common-body-text);
  position: absolute;
  bottom: 10px;
  right: 14px;
  pointer-events: none;
}
.form__wrapper .input-info__save {
  margin-bottom: 15px;
  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;
  list-style: none;
}
.form__wrapper .input-info__save span {
  
  font-size: 15px;
  color: #252522;
  font-weight: 500;
}
.form__wrapper .input-info__save a {
  
  font-size: 15px;
  color: #252522;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form__wrapper .input-info__save a:hover {
  color: #000;
}
.form__wrapper .input-info__save:last-of-type {
  margin-bottom: 0;
}
.form__wrapper .input-info__save .checkbox {
  position: absolute;
  opacity: 0;
}
.form__wrapper .input-info__save .checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
  color: #252522;
}
.form__wrapper .input-info__save .checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #d0d5dd;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form__wrapper .input-info__save .checkbox:checked + label:before {
  background: #000;
  border-color: #000;
}
.form__wrapper .input-info__save .checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form__wrapper .checkbox,
.form__wrapper [type=checkbox] {
  position: absolute;
  opacity: 0;
}
.form__wrapper .checkbox + label,
.form__wrapper [type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
  
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  color: #252522;
}
.form__wrapper .checkbox + label:before,
.form__wrapper [type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #d0d5dd;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form__wrapper .checkbox:checked + label:before,
.form__wrapper [type=checkbox]:checked + label:before {
  background: #000;
  border-color: #000;
}
.form__wrapper .checkbox:checked + label:after,
.form__wrapper [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form__wrapper .custom-checkbox {
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form__wrapper .custom-checkbox > input[type=checkbox] + label::before {
  content: "";
  width: 36px;
  height: 20px;
  border-radius: 99px;
  background-color: #f2f4f7;
  border: none;
}
.form__wrapper .custom-checkbox > input[type=checkbox] + label::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.form__wrapper .custom-checkbox > input[type=checkbox] + label .active {
  display: none;
}
.form__wrapper .custom-checkbox > input[type=checkbox] + label .inactive {
  display: inline-block;
}
.form__wrapper .custom-checkbox > input[type=checkbox]:checked + label::before {
  content: "";
  background-color: #000;
}
.form__wrapper .custom-checkbox > input[type=checkbox]:checked + label::after {
  content: "";
  width: 16px;
  height: 16px;
  left: 17px;
  -webkit-transform: unset;
          transform: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form__wrapper .custom-checkbox > input[type=checkbox]:checked + label .active {
  display: inline-block;
}
.form__wrapper .custom-checkbox > input[type=checkbox]:checked + label .inactive {
  display: none;
}
.form__wrapper .btn {
  margin-top: 30px;
  padding: 10px 43px;
}
.form__wrapper .btn__group {
  border-top: 1px solid #eaecf0;
  padding-top: 16px;
}
.form__wrapper .btn__group .btn {
  padding: 10px 16px;
  margin-right: 12px;
  margin-top: 0;
}
.form__wrapper .btn__group .btn:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 479px) {
  .form__wrapper .btn__group .btn {
    font-size: 12px;
    padding: 6px 10px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 375px) {
  .form__wrapper .btn__group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 370px) {
  .form__wrapper .btn__group .btn {
    font-size: 11px;
    padding: 3px 6px;
  }
}
.form__wrapper select {
  width: 100%;
  height: 46px;
  line-height: 44px;
  text-transform: capitalize;
  border-radius: 8px;
}
.form__wrapper select .list {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
.form__wrapper select .list .option {
  padding: 0 18px;
  text-align: left;
  line-height: 44px;
}
.form__wrapper select::after {
  height: 8px;
  width: 8px;
}

.form-padding {
  padding: 30px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
}
@media screen and (max-width: 479px) {
  .form-padding {
    padding: 25px;
  }
}

/*********************************
/* Contact Form End 
**********************************/
/*********************************
/*  Product List item Start
*********************************/
.product-card--inline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.product-card--inline .product__image {
  position: relative;
  width: 72px;
  height: 72px;
  background: #f8f8f8;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.product-card--inline .product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 12px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-card--inline .product__content {
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-card--inline .product__title {
  
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #252522;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card--inline .product__title a {
  color: currentColor;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-card--inline .product__title a:hover {
  color: #000;
}
.product-card--inline .product__info {
  list-style: none;
}
.product-card--inline .product__info .info-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  color: var(--clr-common-body-text);
  padding-right: 6px;
  border-right: 1px solid var(--clr-common-body-text);
}
.product-card--inline .product__info .info-item:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.product-card--inline .product__price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  color: var(--clr-common-body-text);
}
.product-card--inline .product__price del {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-left: 6px;
  display: block;
  color: var(--clr-common-body-text);
}
@media screen and (max-width: 1440px) {
  .product-card--inline .product__price del {
    font-size: 11px;
  }
}
.product-card--inline-v2 {
  padding: 20px 0;
  border-bottom: 1px solid rgb(234, 236, 240);
}
.product-card--inline-v2:last-of-type {
  padding-bottom: 0;
  border: none;
}
.product-card--inline-v2 .product__image {
  width: 77px;
  height: 80px;
  background: #f2f4f7;
}
.product-card--inline-v2 .product__date {
  
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--clr-common-body-text);
  margin-bottom: 5px;
}
.product-card--inline-v2 .product__title {
  color: #000;
  max-width: 130px;
  display: block;
}

.product-list {
  padding: 16px 16px 16px 28px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
}
@media screen and (max-width: 1440px) {
  .product-list {
    padding: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .product-list {
    margin-top: 24px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .product-list__inner {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product-list__title {
  
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
  color: #000000;
}
.product-list .product-card--inline {
  padding: 20px 0;
  border-top: 1px solid #eaecf0;
}
.product-list .product-card--inline:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .product-list .product-card--inline {
    width: 100%;
    max-width: calc(50% - 10px);
    border: 1px solid #eaecf0;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
  }
  .product-list .product-card--inline:last-of-type {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
  .product-list .product-card--inline {
    width: 100%;
    max-width: inherit;
  }
}
/*********************************
/*  Cart Section Start
*********************************/
@media screen and (max-width: 991px) {
  .cart__form {
    overflow-x: scroll;
  }
}
.cart__form::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.cart__form::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #000;
          box-shadow: inset 0 0 4px #000;
  border-radius: 30px;
}
.cart__form::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}
.cart__form--v2 {
  border: 1px solid #eaecf0;
  border-radius: 8px;
  margin-bottom: 32px;
}
.cart__form--v2:last-of-type {
  margin-bottom: 0;
}
.cart__form table {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cart__form table {
    width: 750px;
    overflow: hidden;
  }
}
.cart__form table td {
  border-bottom: 1px solid #eaecf0;
  color: var(--clr-common-body-text);
  
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 24px;
  padding: 15px;
}
.cart__form table td h6 {
  color: #252522;
  
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  .cart__form table td {
    font-size: 14px;
  }
}
.cart__form thead tr {
  background: #f2f4f7;
}
.cart__form thead tr th {
  
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  text-transform: capitalize;
}
.cart__form thead tr th:first-of-type {
  border-radius: 8px 0px 0px 8px;
  padding: 15px 20px;
}
.cart__form thead tr th:last-of-type {
  border-radius: 0px 8px 8px 0px;
}
@media screen and (max-width: 1440px) {
  .cart__form thead tr th {
    padding: 15px 5px;
  }
}
.cart__form thead tr th span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin-top: 4px;
}
.cart__form tbody .cart-pd__total {
  color: #000;
}
.cart__form .status {
  
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #344054;
  background: #f2f4f7;
  border-radius: 40px;
  padding: 4px 10px;
  text-transform: capitalize;
  display: inline-block;
}
.cart__form .cart-pd__thumb {
  text-align: left;
}
.cart__form .cart-pd__thumb .product-card--inline .product__image {
  height: 100px;
  width: 100px;
  border-radius: 10px;
  margin-right: 20px;
}
.cart__form .cart-pd__thumb .product-card--inline .product__image img {
  text-align: center;
  margin: auto;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 991px) {
  .cart__form .cart-pd__thumb .product-card--inline .product__image img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .cart__form .cart-pd__thumb .product-card--inline .product__image {
    width: 80px;
    height: 80px;
  }
}
.cart__form .cart-pd__thumb .product-card--inline .product__title {
  margin-bottom: 6px;
  color: #000;
  -webkit-line-clamp: 2;
}
.cart__form .cart-pd__thumb .product-card--inline .product__info .stock__item {
  color: #12b76a;
}
.cart__form .cart-pd__thumb .product-card--inline .product__price {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}
.cart__form .cart-pd__thumb .product-card--inline .product__content--v2 .product__title {
  color: var(--clr-common-body-text);
  font-weight: 400;
  margin-bottom: 16px;
}
.cart__form .cart-pd__thumb .product-card--inline .product__content--v2 .product__title:last-of-type {
  margin-bottom: 0;
}
.cart__form .cart-pd__thumb .product-card--inline .address__title {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 125px;
  height: 100px;
}
.cart__form .cart-pd__thumb .product-card--inline .address__title .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--clr-common-body-text);
  margin-bottom: 0;
  height: 42px;
}
.cart__form .cart-pd__qty .quantity {
  background: transparent;
  border: 1px solid #d0d5dd;
  padding: 11px 15px;
}
@media screen and (max-width: 991px) {
  .cart__form .cart-pd__qty .quantity {
    width: 100px;
  }
}
.cart__form .cart-pd__qty .quantity .qnttinput {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.cart__form .cart-pd__qty .quantity button .bar {
  background: var(--clr-common-body-text);
  width: 10px;
}
.cart__form .cart-pd__qty .quantity button .bar::before {
  background: var(--clr-common-body-text);
  height: 10px;
  right: 4px;
}
.cart__form .cart-pd__qty .cart__quantity {
  background: #000 !important;
}
.cart__form .cart-pd__qty .cart__quantity .qnttinput {
  color: #fff;
}
.cart__form .cart-pd__qty .cart__quantity button .bar {
  background: #fff;
}
.cart__form .cart-pd__qty .cart__quantity button .bar::before {
  background: #fff;
}
.cart__form .cart-pd__action .action__btn {
  
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--clr-common-body-text);
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.cart__form .cart-pd__action .action__btn svg {
  margin-right: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.cart__form .cart-pd__action .action__btn:focus {
  border: none;
  outline: none;
}
.cart__form .cart-pd__action .action__btn:hover {
  color: #000;
}
.cart__form .cart-pd__action .action__btn:hover svg path {
  stroke: #000;
}

.action__btn {
  
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--clr-common-body-text);
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.action__btn svg {
  margin-right: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.action__btn:focus {
  border: none;
  outline: none;
}
.action__btn:hover {
  color: #000;
}
.action__btn:hover svg path {
  stroke: #000;
}

.table-cart__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.table-cart__title .cart-title {
  margin-bottom: 0;
  text-transform: capitalize;
}
.table-cart__title .action__btn {
  
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--clr-common-body-text);
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.table-cart__title .action__btn svg {
  margin-right: 6px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.table-cart__title .action__btn:focus {
  border: none;
  outline: none;
}
.table-cart__title .action__btn:hover {
  color: #000;
}
.table-cart__title .action__btn:hover svg path {
  stroke: #000;
}

/*********************************
/*  Cart Order Start
*********************************/
.cart-order {
  border: 1px solid #eaecf0;
  padding: 40px;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .cart-order {
    margin-top: 30px;
    padding: 30px;
  }
}
.cart-order__title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}
.cart-order .cart__subtotal {
  list-style: none;
  border-bottom: 1px solid #eaecf0;
  padding-bottom: 12px;
}
.cart-order .cart__subtotal li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.cart-order .cart__subtotal li:last-of-type {
  margin-bottom: 0;
}
.cart-order .cart__subtotal li span {
  
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--clr-common-body-text);
}
.cart-order .cart__subtotal__v2 {
  border-top: 1px solid #eaecf0;
  padding-top: 12px;
}
.cart-order .cart__subtotal__v2 li span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.cart-order .cart__total {
  padding-top: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-order .cart__total h3 {
  
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
}
.cart-order .cart__total h3 span {
  font-size: 14px;
  line-height: 20px;
}
.cart-order .cart__total .total {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}
.cart-order .cart__total__v2 h3 {
  font-size: 14px;
  line-height: 20px;
}
.cart-order .cart__total__v2 h3 span {
  font-size: 10px;
  line-height: 18px;
}
.cart-order .cart__total__v2 .total {
  font-size: 14px;
  line-height: 20px;
}
.cart-order .cart__btns {
  margin-top: 30px;
}
.cart-order .cart__btns .btn {
  width: 100%;
  height: 44px;
  padding: 10px 22px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.cart-order .cart__btns .btn:last-of-type {
  margin-bottom: 0;
}
.cart-order__v2 {
  border: none;
  -webkit-box-shadow: 0px 14px 40px 0px rgba(115, 115, 115, 0.1490196078);
          box-shadow: 0px 14px 40px 0px rgba(115, 115, 115, 0.1490196078);
}

/*********************************
/*  Cart Section End
*********************************/
.success__btn {
  
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #12b76a;
  padding: 4px 14px;
  background: rgba(18, 183, 106, 0.1);
  border-radius: 6px;
  display: inline-block;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: capitalize;
}
.danger__btn {
  
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #d92d20;
  padding: 4px 14px;
  background: rgba(217, 45, 32, 0.1);
  border-radius: 6px;
  display: inline-block;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  text-transform: capitalize;
}
.product-card--inline .product__content {
  margin-top: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-card--inline .product__title {
  
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #252522;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card--inline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.search__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid #eaecf0;
  max-width: 500px;
  background-color: #f9fafb;
  height: 44px;
  border-radius: 8px;
  position: relative;
  width: 100%;
}
.search__form .form-control {
  
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #8b8b8b;
  border: none;
  outline: none;
  padding: 11px 15px;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search__form .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search__form button {
  border: 0;
  padding: 0;
  outline: none;
  font-size: 16px;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--clr-common-body-text);
  background: transparent;
  height: 100%;
  width: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #eaecf0;
}
.search__form button img {
  width: auto;
  height: auto;
}

/*********************************
/* Custom Dropdown Start 
*********************************/
.custom__dropdown {
  position: relative;
}
.custom__dropdown .selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom__dropdown .selected .title {
  
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--clr-common-body-text);
  text-transform: capitalize;
  margin-right: 5px;
}
.custom__dropdown__v2 {
  margin-right: 25px;
}
@media screen and (max-width: 479px) {
  .custom__dropdown__v2 .selected_item, .custom__dropdown__v2 .custom__dropdown .list li, .custom__dropdown .list .custom__dropdown__v2 li {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 575px) {
  .custom__dropdown__v2 .list {
    min-width: 150px !important;
    padding: 0 10px !important;
    width: auto !important;
  }
  .custom__dropdown__v2 .list li {
    font-size: 14px !important;
  }
}
.custom__dropdown.language__select {
  margin-right: 28px;
  width: 140px;
}
@media screen and (max-width: 1440px) {
  .custom__dropdown.language__select {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .custom__dropdown.language__select {
    margin-right: 12px;
    width: 100%;
  }
}
.custom__dropdown.language__select .selected_item, .custom__dropdown.language__select .list li {
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .custom__dropdown.language__select .list {
    left: auto;
    right: 0;
  }
}
.custom__dropdown.language__select .list.active {
  opacity: 1;
  visibility: visible;
  top: 120%;
}
.custom__dropdown .selected_item, .custom__dropdown .list li {
  
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-common-body-text);
  line-height: 24px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 78px;
  cursor: pointer;
  text-transform: capitalize;
  background: transparent;
  position: relative;
}
.custom__dropdown .selected_item img, .custom__dropdown .list li img {
  width: 24px;
  height: 18px;
  display: block;
  margin-right: 8px;
}
.custom__dropdown .selected_item-v2 {
  min-width: inherit;
  height: 40px;
  border: 0;
  margin-right: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: var(--clr-common-body-text);
  font-weight: 400;
  line-height: 24px;
}
.custom__dropdown .selected_item-v2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 12px;
  left: auto;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom__dropdown .list {
  position: absolute;
  list-style: none;
  position: absolute;
  left: 0;
  top: 150%;
  padding: 0px 15px;
  min-width: 175px;
  background: #fff;
  border-radius: 8px;
  border-top: 3px solid #000;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
          box-shadow: -24px 24px 72px 17px rgba(145, 158, 171, 0.24);
  max-height: 280px;
  overflow: auto;
}
.custom__dropdown .list li {
  padding: 13px 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.custom__dropdown .list li:hover {
  color: #000;
}
.custom__dropdown .list.active {
  opacity: 1;
  visibility: visible;
  top: 120%;
}
.custom__dropdown .list__v2 {
  width: 180px;
}
.custom__dropdown .list__v2 li {
  padding: 10px 0;
}
.btn-small-outline {
  
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  padding: 3px 14px;
  background: transparent;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid #fbd5ce;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
/*********************************
/* profile__card Start
*********************************/
.profile__card {
  width: 100%;
  padding: 24px;
  border-radius: 16px;
  background-color: #fef7f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
  .profile__card {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .profile__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}
.profile__card__content {
  width: 100%;
  max-width: 600px;
}
.profile__card__content .title {
  
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #252522;
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .profile__card__content .title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .profile__card__content .title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .profile__card__content .title {
    font-size: 24px;
    line-height: 28px;
  }
}
.profile__card__content .desc {
  
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  color: var(--clr-common-body-text);
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .profile__card__content .desc {
    font-size: 15px;
    line-height: 24px;
  }
}
.profile__card__avater {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 4px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .profile__card__avater {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .profile__card__avater {
    margin: auto;
    margin-bottom: 16px;
    max-width: 120px;
  }
}
@media screen and (max-width: 1440px) {
  .profile__card.v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  .profile__card.v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.profile__card.v2 .profile__card__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
  .profile__card.v2 .profile__card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.profile__card.v2 .profile__card__content .profile__card__avater {
  margin: inherit;
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .profile__card.v2 .profile__card__content .profile__card__avater {
    margin: auto;
    margin-bottom: 16px;
  }
}
.profile__card.v2 .profile__card__content .info .name {
  
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0em;
  color: #252522;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .profile__card.v2 .profile__card__content .info .name {
    font-size: 25px;
    line-height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .profile__card.v2 .profile__card__content .info .name {
    font-size: 22px;
    line-height: 26px;
  }
}
.profile__card.v2 .profile__card__content .info .email {
  
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #403c39;
}

/*********************************
/* profile__card End
*********************************/
@media screen and (max-width: 991px) {
  .main__wrapper {
    margin-top: 30px;
  }
}

/*********************************
/* profile__trackOrder Start
*********************************/
.profile__trackOrder {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile__trackOrder .confirm__details__item {
  -ms-flex-preferred-size: calc(33.33% - 20px);
      flex-basis: calc(33.33% - 20px);
  min-height: 190px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .profile__trackOrder .confirm__details__item {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 479px) {
  .profile__trackOrder .confirm__details__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.profile__trackOrder .confirm__details__item .line__chart {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.profile__trackOrder .confirm__details__item .line__chart img {
  width: 100%;
  height: 100%;
  max-width: 110px;
  display: block;
}
.text-primary {
  color: #000 !important;
}
/*********************************
/* profile__trackOrder End
*********************************/
/*********************************
/* Confirm Detail Start
**********************************/
.confirm__details {
  border: 1px solid #eaecf0;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .confirm__details {
    margin-bottom: 50px;
  }
}
.confirm__details__item {
  margin-bottom: 30px;
  position: relative;
}
.confirm__details__item:last-of-type {
  margin-bottom: 0;
}
.confirm__details__item .edit__btn {
  
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  padding: 5.5px 14px;
  border-radius: 6px;
  background: #fcf1f1;
  text-transform: capitalize;
}
.confirm__details__item .s-header__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}
.confirm__details__item .step-header .step-num {
  width: 35px;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  margin-right: 18px;
}
.confirm__details__item .step-header .step-title {
  font-size: 24px;
  line-height: 32px;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .confirm__details__item .step-header .step-title {
    font-size: 20px;
  }
}
.confirm__details__item .para {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--clr-common-body-text);
  margin-top: 8px;
  margin-bottom: 12px;
}
.confirm__details__item .information {
  margin-left: 53px;
}
.confirm__details__item .information li {
  
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--clr-common-body-text);
  margin-bottom: 4px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.confirm__details__item .information li:last-of-type {
  margin-bottom: 0;
}
.confirm__details__item .information li span {
  font-weight: 600;
}
.confirm__details__item .information li .icon {
  height: 24px;
  width: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
}
.confirm__details__item .information li .icon img {
  width: auto;
  height: auto;
  display: inline-block;
}
.confirm__details__item--v2 {
  padding: 24px;
  border: 1px solid #eaecf0;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0588235294);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1019607843);
  border-radius: 16px;
}
.confirm__details__item--v2 .step-header .step-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #101828;
}
.confirm__details__item--v2 .information {
  margin-left: 0;
}
.confirm__details__item--v2 .information li {
  margin-bottom: 6px;
}
.solid-btn {
  
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--clr-common-body-text);
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn__group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.info__btn {
  
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #2e90fa;
  padding: 4px 14px;
  background: rgba(46, 144, 250, 0.1);
  border-radius: 6px;
  display: inline-block;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
}
/*********************************
/* Confirm Detail End
**********************************/
/*********************************
/* Avatar Upload Start 
**********************************/
.avatar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .avatar-wrapper {
    display: block;
  }
}
.avatar-wrapper .avatar-preview {
  width: 64px;
  height: 64px;
  position: relative;
  border-radius: 100%;
  margin-right: 20px;
  display: inline-block;
}
.avatar-wrapper .avatar-preview #imagePreview {
  background-image: url("../images/avatar.jpg");
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 575px) {
  .avatar-wrapper .avatar-preview {
    margin: 0 0 10px;
  }
}

.avatar-upload,
.upload__drag {
  background: transparent;
  border: 1px solid #eaecf0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.avatar-upload input,
.upload__drag input {
  display: none;
}
.avatar-upload .preview__img,
.upload__drag .preview__img {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.avatar-upload .preview__img #close,
.upload__drag .preview__img #close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  height: 30px;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
  color: #fff;
  pointer-events: all;
}
.avatar-upload #img,
.upload__drag #img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.avatar-upload img,
.upload__drag img {
  aspect-ratio: 45/32;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.avatar-upload label,
.upload__drag label {
  width: 100%;
  height: 100%;
  padding: 16px 24px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.avatar-upload span,
.upload__drag span {
  
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--clr-common-body-text);
  display: block;
}
.avatar-upload span a,
.upload__drag span a {
  color: #000;
  font-weight: 500;
  pointer-events: none;
}
.avatar-upload .upload-icon,
.upload__drag .upload-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-bottom: 12px;
}

.preview__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}
.preview__item {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.preview__item__wrapper {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  min-width: 110px;
  margin-top: 24px;
}
.preview__item .upload-icon {
  width: 46px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.preview__item .close-btn {
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: none;
  color: var(--clr-common-body-text);
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 8px;
  right: 8px;
}
.preview__item .close-btn:hover {
  background-color: #000;
  color: #fff;
}
.preview__item:hover .upload-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*********************************
/* Avatar Upload End 
**********************************/
/*# sourceMappingURL=../maps/main.css.map */
