@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* margin: 0; */
}
body {
  top: 0 !important;
  /* font-family: "Inter", sans-serif; */
}
:root {
  --pseudo-backgroundcolor: #3c5460;
}
.prvw--branding--txt {
  text-align: right;
  margin-top: 10px;
  color: gray;
  font-size: 13px;
  font-weight: 500;
}
.prvw_tracking_page_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
  background: white;
  border-radius: 10px;
  padding: 0px 30px;
}
.trackingcontainer {
  position: relative;
  /* margin: 0 auto; */
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
}
.goog-te-gadget img {
  background-image: url("https://cdn.shopify.com/s/files/1/0712/7253/0218/files/translation.png?v=1692169444") !important;
  background-size: cover !important;
  background-position: 0px 0px !important;
}
.goog-te-gadget-icon {
  width: 20px !important;
  height: 20px !important;
}
.google_translater {
  display: flex !important;
  padding: 20px 0px 20px 0px !important;
  .text {
    margin-left: auto !important;
    transform: translateY(10px) !important;
    font-family: "Inter" !important;
    color: #1b1b1b !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
  }
  #google_translate_element {
    margin-left: auto;
  }
  .goog-te-gadget .goog-te-combo {
    margin: 4px 12px !important;
  }
  .goog-te-combo,
  .VIpgJd-ZVi9od-ORHb *,
  .VIpgJd-ZVi9od-SmfZ *,
  .VIpgJd-ZVi9od-xl07Ob *,
  .VIpgJd-ZVi9od-vH1Gmf *,
  .VIpgJd-ZVi9od-l9xktf * {
    height: 38px !important;
    color: #1b1b1b !important;
    font-family: "Inter" !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
  }
  .VIpgJd-ZVi9od-l4eHX-hSRGPd,
  .VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
  .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
  .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
  .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none !important;
  }
  .goog-te-gadget-simple {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 8px !important;
    border-radius: 4px !important;
    color: #1b1b1b !important;
    font-family: "Inter" !important;
    line-height: normal !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
  }
  .goog-te-menu2 {
    max-width: 100%;
  }
  .goog-te-menu-value {
    color: #000 !important;
    &:before {
      font-family: "Material Icons";
      content: "\E927";
      margin-right: 16px;
      font-size: 2rem;
      vertical-align: -10px;
      width: 32px !important;
    }
  }
  .goog-te-menu-value span:nth-child(5) {
    display: none;
  }
  .goog-te-menu-value span:nth-child(3) {
    border: none !important;
    font-family: "Material Icons";
    &:after {
      font-family: "Material Icons";
      content: "\E5C5";
      font-size: 1.5rem;
      vertical-align: -6px;
    }
  }
}
.trackingcontainer ul,
.trackingcontainer li,
.trackingcontainer p {
  margin: 0;
}
.trackingcontainer h3,
.trackingcontainer .h3,
.trackingcontainer h4,
.trackingcontainer .h4,
.trackingcontainer h5,
.trackingcontainer .h5,
.trackingcontainer h6,
.trackingcontainer .h6 {
  letter-spacing: 0;
}
@media screen and (max-width: 1030px) {
  .trackingcontainer {
    padding: 0 20px;
  }
}
.trackingform {
  position: relative;
  padding: 0 30px 30px 30px;
}
@media screen and (max-width: 768px) {
  .trackingform {
    padding: 0 30px 30px 30px;
  }
}
.trackingform h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #1b1b1b;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .trackingform h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.trackingform__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1030px) {
  .trackingform__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.trackingform__form {
  max-width: 360px;
  width: 100%;
}
.trackingform__form--inputfield label {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1b1b1b;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .trackingform__form--inputfield label {
    font-size: 14px;
    line-height: 16px;
  }
}
.trackingform__form--inputfield input {
  position: relative;
  padding: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1b1b1b;
  border: 1px solid rgba(27, 27, 27, 0.1);
  outline: 0;
  border-radius: 4px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .trackingform__form--inputfield input {
    font-size: 12px;
    line-height: 14px;
  }
}
#tracking_submit:focus {
  outline: 2px solid #7d7c7c;
  outline-offset: 2px;
}
.trackingform__form .separator {
  position: relative;
  margin: 30px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1b1b1b;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trackingform__form .separator {
    font-size: 14px;
    line-height: 16px;
  }
}
.trackingform__form button {
  width: 100%;
  padding: 17px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background: #fb7d54;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .trackingform__form button {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .trackingform__facilites {
    margin-top: 30px;
  }
}
.trackingform__facilites--block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .trackingform__facilites--block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.trackingform__facilites--block:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .trackingform__facilites--block:not(:last-child) {
    margin-bottom: 45px;
  }
}
.trackingform__facilites--block--img {
  /* min-width: 204px; */
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .trackingform__facilites--block--img img {
    margin-left: 10px;
  }
}
.trackingform__facilites--block--img.img--2 img {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .trackingform__facilites--block--img.img--2 img {
    margin-left: -10px;
  }
}
.trackingform__facilites--block--content {
  max-width: 295px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .trackingform__facilites--block--content {
    margin-top: 15px;
  }
}
.trackingform__facilites--block--content h4 {
  font-weight: 550;
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .trackingform__facilites--block--content h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
.trackingform__facilites--block--content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .trackingform__facilites--block--content p {
    font-size: 14px;
    line-height: 16px;
  }
}
.ordertracking {
  position: relative;
  padding: 30px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .ordertracking {
    padding: 30px 0 60px 0;
  }
}
.ordertracking__heading {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .ordertracking__heading {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ordertracking__heading h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 12px;
  color: #1b1b1b;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .ordertracking__heading h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
.ordertracking__heading p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #1b1b1b;
}
@media screen and (max-width: 768px) {
  .ordertracking__heading p {
    font-size: 14px;
    line-height: 16px;
  }
}
.ordertracking__tracker {
  position: relative;
  margin-bottom: 120px;
  /* width: 1150px; */
}
@media screen and (max-width: 768px) {
  .ordertracking__tracker {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .ordertracking__tracker {
    overflow: auto;
  }
}
.prvw_custom_estimate_date {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  background: #f6f6f7;
  width: 100%;
  margin: 30px auto 0;
  padding: 20px 60px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .prvw_custom_estimate_date {
    padding: 10px !important;
    font-size: 13px;
  }
}
.mobile-break {
  display: none;
}
@media screen and (max-width: 576px) {
  .mobile-break {
    display: block;
  }
}
.ordertracking__tracker--line {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 1130px;
  height: 6px;
  margin-top: -6px;
  background: #ebebeb;
  border-radius: 4px;
}
/* @media screen and (max-width: 768px) {
  .ordertracking__tracker--line {
    top: 30px;
    left: 5px;
    width: 6px;
    height: 83%;
  }
} */
.ordertracking__tracker--line--inner {
  position: absolute;
  display: block !important;
  left: 0;
  top: 50%;
  width: 0%;
  height: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #3c5460;
  border-radius: 4px;
  -webkit-transition: width 0.6s ease-in;
  transition: width 0.6s ease-in;
}
/* @media screen and (max-width: 768px) {
  .ordertracking__tracker--line--inner {
    top: 0;
    left: 0;
    width: 6px;
    height: 60%;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
} */
.ordertracking__tracker--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 1140px;
}
/* @media screen and (max-width: 768px) {
  .ordertracking__tracker--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
} */
.ordertracking__tracker--list .trackeritem {
  position: relative;
  min-width: 125px;
  text-align: center;
  opacity: 0.2;
}
.ordertracking__tracker--list .trackeritem_customStatus {
  position: relative;
  min-width: 125px;
  text-align: center;
}
/* @media screen and (max-width: 768px) {
  .ordertracking__tracker--list .trackeritem,
  .ordertracking__tracker--list .trackeritem_customStatus {
    min-width: unset;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 35px;
  }
} */
.ordertracking__tracker--list .trackeritem__icon {
  display: block;
  margin-bottom: 50px;
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  .ordertracking__tracker--list .trackeritem__icon {
    /* margin-bottom: 0; */
    /* min-height: unset; */
  }
}
/* @media screen and (max-width: 768px) {
  .ordertracking__tracker--list .trackeritem__icon svg {
    max-width: 17px;
    height: 17px;
  }
} */
.ordertracking__tracker--list .trackeritem__icon svg path {
  /* stroke: #1b1b1b; */
}
.ordertracking__tracker--list .trackeritem::before {
  display: none;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--pseudo-backgroundcolor);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -2px;
}
/* @media screen and (max-width: 768px) {
  .ordertracking__tracker--list .trackeritem::before {
    width: 15px;
    height: 15px;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
} */
.ordertracking__tracker--list .trackeritem.t__left {
  text-align: left;
}
/* @media screen and (max-width: 768px) {
  .ordertracking__tracker--list .trackeritem.t__left {
    margin-top: 25px;
  }
} */
.ordertracking__tracker--list .trackeritem.t__left::before {
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* @media screen and (max-width: 768px) {
  .ordertracking__tracker--list .trackeritem.t__left::before {
    margin-top: -25px;
  }
} */
.ordertracking__tracker--list .trackeritem.t__right {
  text-align: right;
}
.ordertracking__tracker--list .trackeritem.t__right::before {
  left: unset;
  right: -12px;
}
/* @media screen and (max-width: 768px) {
  .ordertracking__tracker--list .trackeritem.t__right {
    text-align: left;
  }
  .ordertracking__tracker--list .trackeritem.t__right::before {
    left: 0;
    right: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
} */
.ordertracking__tracker--list .trackeritem.done {
  opacity: 1;
}
.ordertracking__tracker--list .trackeritem.done::before {
  display: block;
}
.ordertracking__tracker--list .trackeritem h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1b1b1b;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .ordertracking__tracker--list .trackeritem h4 {
    font-size: 12px;
  }
}
.ordertracking__tracker--list .trackeritem p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #1b1b1b;
}
/* @media screen and (max-width: 768px) {
  .ordertracking__tracker--list .trackeritem p {
    font-size: 10px;
  }
} */
.ordertracking__sdetails {
  position: relative;
  padding: 50px 55px 35px;
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  background: transparent !important;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails {
    padding: 25px 20px;
  }
}
.ordertracking__sdetails * {
  position: relative;
  z-index: 2;
}
.ordertracking__sdetails::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -6px;
  background: var(--pseudo-backgroundcolor);
  border-radius: 15px;
  z-index: 0;
}
.ordertracking__sdetails::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  border-radius: 8px;
  z-index: 1;
}
.ordertracking__sdetails--header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ordertracking__sdetails--header h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #020202;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--header h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.ordertracking__sdetails--header .shipping__status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 20px;
  background: rgba(60, 84, 96, 0.1);
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--header .shipping__status {
    padding: 10px 15px;
  }
}
.ordertracking__sdetails--header .shipping__status svg {
  margin-right: 10px;
}
.ordertracking__sdetails--header .shipping__status h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #3c5460;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--header .shipping__status h5 {
    font-size: 12px;
    line-height: 18px;
  }
}
.ordertracking__sdetails--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ordertracking__sdetails--info:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--info:not(:last-child) {
    margin-bottom: 25px;
  }
}
.ordertracking__sdetails--info--block {
  position: relative;
  min-width: 190px;
  display: flex;
}
/* .ordertracking__sdetails--info--block:not(:last-child) {
  margin-right: 120px;
} */
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--info--block:not(:last-child) {
    margin-right: 0;
    min-width: unset;
    margin-bottom: 15px;
  }
}
.ordertracking__sdetails--info--block .block__item:not(:last-child) {
  margin-bottom: 30px;
}
.ordertracking__sdetails--info--block h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--info--block h4 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}
.ordertracking__sdetails--info--block p {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--info--block p {
    font-size: 12px;
    line-height: 14px;
  }
}
.ordertracking__sdetails--info--block p .copy {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 10px;
}
.ordertracking__sdetails--info--logo {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--info--logo {
    display: none;
  }
}
.ordertracking__sdetails--text {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--text {
    margin-top: -20px;
  }
}
.ordertracking__sdetails--text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #020202;
}
@media screen and (max-width: 768px) {
  .ordertracking__sdetails--text p {
    font-size: 12px;
  }
}
.ordertracking__supdates {
  position: relative;
  padding: 50px;
  background: rgba(145, 178, 194, 0.08);
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  margin-top: 65px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates {
    padding: 25px 20px;
  }
}
.ordertracking__supdates h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #0e0e0e;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates h3 {
    font-size: 18px;
  }
}
.ordertracking__supdates--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0 0;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row {
    padding: 20px 0 0;
  }
}
.ordertracking__supdates--row .supdates__step {
  position: relative;
  width: 5%;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row .supdates__step {
    width: 15%;
  }
}
.ordertracking__supdates--row .supdates__step--circle {
  position: relative;
  width: 24px;
  height: 24px;
  background: #3c5460;
  border-radius: 50%;
  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;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row .supdates__step--circle {
    width: 15px;
    height: 15px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row .supdates__step--circle svg {
    width: 10px;
  }
}
.ordertracking__supdates--row .supdates__step--progress {
  position: absolute;
  display: block;
  /* width: 470%;
  top: 225%; */
  height: 6px;
  background: var(--pseudo-backgroundcolor);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row .supdates__step--progress {
    width: 920%;
    top: 445%;
  }
}
.ordertracking__supdates--row
  .supdates__step.checkpoint
  .supdates__step--circle {
  background: #e7e7e7;
}
.ordertracking__supdates--row
  .supdates__step.checkpoint
  .supdates__step--circle
  svg {
  display: none;
}
.ordertracking__supdates--row
  .supdates__step.checkpoint
  .supdates__step--circle::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -38px;
  background: #3c5460;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0px 0px 2px #ffffff, 0 0 0 2px #3c5460;
  box-shadow: inset 0 0px 0px 2px #ffffff, 0 0 0 2px #3c5460;
}
.ordertracking__supdates--row
  .supdates__step.checkpoint
  .supdates__step--circle::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 6px;
  bottom: -10px;
  background: #e7e7e7;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: -1;
}
.ordertracking__supdates--row
  .supdates__step.checkpoint
  .supdates__step--progress {
  width: 720%;
  top: 520%;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row
    .supdates__step.checkpoint
    .supdates__step--progress {
    width: 725%;
    top: 588%;
  }
}
.ordertracking__supdates--row .supdates__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  padding: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row .supdates__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px;
  }
}
.ordertracking__supdates--row .supdates__content .supdates__time {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row .supdates__content .supdates__time {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ordertracking__supdates--row .supdates__content .supdates__time p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #3c5460;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row .supdates__content .supdates__time p {
    font-size: 12px;
  }
}
.ordertracking__supdates--row .supdates__content .supdates__info {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row .supdates__content .supdates__info {
    width: 100%;
  }
}
.ordertracking__supdates--row .supdates__content .supdates__info h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #1b1b1b;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row .supdates__content .supdates__info h4 {
    font-size: 14px;
  }
}
.ordertracking__supdates--row .supdates__content .supdates__info p {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #1b1b1b;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .ordertracking__supdates--row .supdates__content .supdates__info p {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.ordertracking__supdates--row:not(:last-child) .supdates__content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*# sourceMappingURL=style.css.map */
.prvw--d-none {
  display: none !important;
}
.block_common_width {
  width: 400px;
  margin-right: 50px;
}
@media screen and (max-width: 599px) {
  .block_common_width {
    width: 250px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 420px) {
  .block_common_width {
    width: 150px;
    margin-right: 20px;
  }
}
/* .ordertracking__products {
  border: 1px solid #0000001a;
  border-radius: 8px;
  padding: 20px;
  margin-top: 36px;
} */
.ordertracking__products__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  color: #000000;
  margin-bottom: 24px;
}
.ordertracking__product_container {
  display: flex;
  align-items: center;
}
.ordertracking__product_img_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 69px;
  border: 1px solid #cacaca;
  border-radius: 8px;
  margin-right: 14px;
}
.ordertracking__product_img {
  width: 100%;
  padding: 5px;
  /* width: 72px;
  height: 69px; */
  border-radius: 8px;
}
.ordertracking__product_desc_container {
  width: 72px;
  height: 69px;
  border: 1px solid #cacaca;
  border-radius: 8px;
}
.ordertracking__product_title {
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 400;
  color: #000000;
}
.ordertracking__product_desc_label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #000000;
  background: #f8f8f8;
  border: 0.5px solid #cacaca;
  border-radius: 2px;
  padding: 2px 4px 2px 4px;
  margin-right: 4px;
}
.ordertracking__product_quantity {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.94px;
  color: #000000;
}
.ordertracking__product_divider {
  display: block !important;
  border: 1px solid #000000;
  opacity: 10%;
  margin: 30.5px 0;
}
.ordertracking__products__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0000001a;
  border-radius: 8px;
  padding: 45px 0;
  margin-top: 36px;
}
.ordertracking__products__empty__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  background: #fcfcfc;
  padding: 25px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='gray' opacity='50%' stroke-width='1' stroke-dasharray='5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 20px;
  font-weight: 400;
  font-size: 17px;
  color: #696969;
  /* opacity: 50%; */
}
.prvw--contactUs--container {
  /* position: relative; */
  max-width: 950px;
  /* width: 100%; */
  /* margin: 20px auto 0; */
  /* max-width: 1200px; */
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
  background: white;
  border-radius: 10px;
  padding: 0px 30px;
}
.contactUs--section--container {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .contactUs--section--container {
    flex-direction: column;
  }
}
.prvw--contactUs--section1 {
  margin-top: 20px;
  background: #fafafa;
  width: 545px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(227, 227, 227, 1);
}
@media screen and (max-width: 900px) {
  .prvw--contactUs--section1 {
    width: 465px;
  }
}
@media screen and (max-width: 800px) {
  .prvw--contactUs--section1 {
    width: 355px;
  }
}
@media screen and (max-width: 640px) {
  .prvw--contactUs--section1 {
    width: 100%;
  }
}
.contactUs--section1--title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #303030;
  padding-bottom: 26px;
}
.prvw--contactUs--section2 {
  margin-top: 20px;
  flex: 1;
  padding: 30px;
  border: 1px solid rgba(227, 227, 227, 1);
  border-radius: 12px;
  background: #fafafa;
  /* box-shadow: 5px 5px 20px 5px #cccccc; */
}
.prvw--contactUs--section2 h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  margin: 0px;
  /* margin-bottom: 30px; */
}
.prvw_ContactUs_branding {
  margin-top: 20px;
  margin-bottom: -15px;
  text-align: center;
}
.prvw_tracking_branding {
  margin-top: 20px;
  margin-bottom: -15px;
}
.prvw--icon--branding--img {
  width: 60%;
}
.prvw--trackicon--branding--img {
  padding: 0px 0px 0px 20px;
  background-color: white;
  border-radius: 8px;
  width: 25%;
  @media screen and (max-width: 768px) {
    width: 40%;
  }
}
.contactUs--form--field {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.contactUs--form--field p {
  font-size: 13px;
  font-weight: 450;
  line-height: 20px;
  margin: 0px;
  margin-bottom: 4px;
  color: #303030;
}
.contactUs--form--input {
  width: 100%;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 6px 12px;
  color: #616161;
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  outline: 0;
  border-radius: 8px;
}
.contactUs--form--input:focus {
  outline: none;
  box-shadow: none;
}
.contactUs--form--textArea {
  width: 100%;
  height: 100px;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 4px 12px;
  font-weight: 450;
  font-size: 13px;
  line-height: 20px;
  outline: 0;
  border-radius: 8px;
}
.contactUs--form--textArea:focus {
  color: #616161;
  outline: none;
  box-shadow: none;
}
.contactUs--section1--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #e6e6e6;
}
.contactus--section1--icon svg {
  width: 20px;
  height: 20px;
}
.contactUs--section1--item--container {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .contactUs--section1--item--container {
    gap: 30px;
  }
}
.section1--item--description--container {
  display: flex;
  flex-direction: column;
}
.section1--item--content--container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.section1--item--description--container h2 {
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  margin: 0px;
}
.section1--item--description h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #303030;
  margin-bottom: 8px;
  margin-top: 0px;
}
.section1--item--description h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #303030;
  margin: 0px;
}
.contactUs--submit--polaris--btn {
  width: 100%;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #ffffff;
  background: #303030;
  padding: 6px 0;
  margin-top: 36px;
  cursor: pointer;
}
.prvw--trackYourOrder--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #f2f2f2;
  margin-top: 20px;
  border-radius: 12px;
  border: 1px solid rgba(227, 227, 227, 1);
}
@media screen and (max-width: 768px) {
  .prvw--trackYourOrder--container {
    flex-direction: column;
    margin-top: 0px;
  }
}
.prvw--trackYourOrder--title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  color: #303030;
}
.prvw--trackYourOrder--form {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
.prvw--trackYourOrder--section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.prvw--trackYourOrder--orTxt {
  font-size: 13px;
  font-weight: 450;
  line-height: 20px;
  margin-bottom: 4px;
}
.prvw--custmoizeMessage--container {
  display: flex;
  align-items: center;
  margin-top: 20px;
  background: #fafafa;
  padding: 20px;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid rgba(227, 227, 227, 1);
}
.custmoizeMessage--section2--title {
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  line-height: 16px;
  margin-bottom: 8px;
}
.custmoizeMessage--section2--description {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  line-height: 18px;
}
@media screen and (max-width: 576px) {
  .custmoizeMessage--section2--description {
    font-size: 10px;
  }
}
.prvw--showMore--link {
  color: #005bd3;
}
.prvw--icon--section {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.prvw--icon--container {
  width: 172px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  flex: 1;
}
.prvw--icon--txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 576px) {
  .prvw--icon--txt {
    font-size: 10px;
    margin-top: 8px;
  }
  .prvw--section--icons {
    width: 25px;
    height: 25px;
  }
}
.prvw--line {
  display: flex;
  font-size: 0;
  width: 1px;
  height: 44px;
  background-color: #000;
  opacity: 20%;
  margin-top: 15px;
}
.prvw--icon--trackYourOrder {
  border-radius: 12px;
}
.prvw--form--errorTxt {
  color: red;
  font-size: 12px;
  margin-top: 2px;
}
.prvw--form--successTxt {
  color: #007f5f;
  font-weight: 500;
  font-size: 12px;
  margin-top: 2px;
}
@media screen and (max-width: 900px) {
  .prvw--icon--trackYourOrder {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .prvw--d-none-sm {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  .prvw--d-none-lg {
    display: none !important;
  }
}
.prvw__informationTxt {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  color: gray;
  text-align: left;
}
/* Mobile Css */
@media screen and (max-width: 768px) {
  .ordertracking__tracker--line {
    top: 30px;
    left: 5px;
    width: 6px;
    height: 83%;
    transform: rotate(0);
  }
  .ordertracking__tracker--line--inner {
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    transform: translate(0);
  }
  .ordertracking__tracker--list {
    flex-direction: column;
    width: auto;
  }
  .ordertracking__tracker--list--item {
    display: flex;
  }
  .ordertracking__tracker--list .trackeritem {
    min-width: unset;
    margin-bottom: 35px;
    text-align: left;
  }
  .ordertracking__tracker--list .trackeritem__icon {
    margin-bottom: 0;
  }
  .ordertracking__tracker--list .trackeritem__icon svg {
    max-width: 17px;
    height: 17px;
    margin-left: 40px;
    margin-bottom: 20px;
  }
  .ordertracking__tracker--list .trackeritem::before {
    width: 15px;
    height: 15px;
    left: 0;
    transform: translate(0);
  }
  .ordertracking__tracker--list .trackeritem.t__left::before {
    margin-top: -25px;
  }
  .ordertracking__tracker--list .trackeritem.t__right {
    text-align: left;
  }
  .ordertracking__tracker--list .trackeritem.t__right::before {
    left: 0;
    right: unset;
    transform: translate(0, 0);
  }
  .ordertracking__tracker--list .trackeritem h4 {
    margin-left: 40px;
    margin-top: -20px;
  }
  .ordertracking__tracker--list li:first-child {
    margin-top: 30px;
  }
}
/* Mobile Css End */

/* Proveway Ship Protect CSS Start */
/* .proveway--shipment--protection {
  padding-bottom: 60px;
}
.prvw--checkout--block {
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 8px;
}
.prvw--sprotect--flex .prvw--sprotect--flex--item {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 5px 0;
}
.prvw--sprotect--imgflex {
  flex: 0 0 45px;
}
.prvw--sprotect--unchecked {
  transition: 300ms;
  filter: grayscale(100%);
}
.prvw--sprotect--flex .prvw--sprotect--offer {
  width: 100%;
  margin-left: 5px;
}
.prvw--sprotect--flex .prvw--sprotect--titleContainer {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #525252;
}
.prvw--sprotect--flex .prvw--sprotect--titleContainer .prvw--sprotect--title {
  display: flex;
  align-items: center;
}
.prvw--sprotect--flex
  .prvw--sprotect--titleContainer
  .prvw--sprotect--tooltipContainer {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  margin: 2px 5px;
  cursor: pointer;
  position: relative;
  transition: 1s;
  color: white;
  background-color: #000000;
}
.prvw--sprotect--flex
  .prvw--sprotect--titleContainer
  .prvw--sprotect--tooltipContainer
  .prvw--sprotect--tooltiptext {
  visibility: hidden;
  width: 180px;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -160px;
  opacity: 0;
  transition: 1s;
  color: #ffffff;
  font-size: 10px;
  background: #000000;
}
.prvw--sprotect--flex
  .prvw--sprotect--titleContainer
  .prvw--sprotect--tooltipContainer
  .prvw--sprotect--tooltiptext .prvw--sprotect--learnmore {
  color: #000000;
  font-size: 10px;
  text-decoration: underline;
}
.prvw--sprotect--subtext {
  font-size: 12px;
  color: #8b8b8b;
  margin-right: 10px;
  margin-top: 3px;
}
.prvw--sprotect--checkbox {
  border-radius: 0.25rem;
  flex-shrink: 0;
  box-sizing: border-box;
  margin-top: 3px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  outline: none !important;
  color: white;
  border: 2px solid black;
  width: 18px;
  height: 18px;
  padding: 2px;
  background: black;
}
.prvw--sprotect--icon--branding--img {
  width: 50%;
  margin-top: 10px;
} */

/* Proveway Ship Protect CSS End */
