.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.medium-title {
  color: #262626;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0em;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #b2b2b2;
  letter-spacing: -0.03em;
}

.card-wrapper {
  width: 100%;
}

.nav-menu {
  width: 100%;
}

.navigation-grid {
  width: 100%;
  margin-top: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.small-detail {
  color: #b2b2b2;
  font-size: 12px;
}

.avatar-circle-small {
  position: relative;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 5px;
  border: 2px solid #e5e5e5;
  border-radius: 100px;
}

.large-detail {
  margin-bottom: 0px;
  color: #262626;
  font-size: 14px;
}

.large-detail.title {
  margin-bottom: 5px;
}

.navbar {
  position: relative;
  width: auto;
  height: auto;
  margin-right: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
}
.helthjemparentdiv .activity-user-wrapper { align-items: flex-start ;}

.activity-user-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center ;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dashboard-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 100%;
  /*padding: 10px;*/
  padding:40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  background-image: none;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.35);
}

.dashboard-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  padding: 20px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 94.1%, 0);
}

.dashboard-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dashboard-panel {
  width: 100%;
  /*padding: 20px;*/
  padding:33px;
  border-radius: 20px;
  background-color: #fff;
  background-image: none;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.35);
}
.activity-item.helthjemparentdiv  {align-items:flex-start;}
.activity-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*align-items: center;*/
  align-items:center;
  border-bottom: 1px solid #dd389b;
  clear: both;
}

.nav-title {
  margin-bottom: 24px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.dashboard-grid {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dashboard-icon {
  margin-right: 20px;
}

.dashboard-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.dashboard-link:hover {
  border-radius: 0px;
  background-color: rgba(221, 56, 155, 0.15);
  opacity: 1;
}

.dashboard-link.w--current {
  margin-bottom: 0px;
  border-bottom: 3px solid #dd389b;
  border-radius: 0px;
  background-color: rgba(221, 56, 155, 0.15);
  opacity: 1;
  color: #000;
}

.back-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 20px;
  background-color: #dd389b;
  background-image: none;
}

.form-block-2 {
  margin-bottom: 0px;
  padding-right: 15px;
}

.checkbox-label {
  display: none;
}

.exchange-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.exchange-select {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.return-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.return-select {
  width: 100%;
}

.qty-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-field {
  width: 100%;
}

.form-2 {
  display: block;
  width: 100%;
  padding-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-3 {
  padding-right: 15px;
}

.price-text {
  color: #000;
}

.refund-total {
  display: none;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #d6d4d4;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #262626;
  font-weight: 600;
  text-decoration: none;
}

.refund-total:hover {
  background-color: #fcfcfc;
  opacity: 1;
}

.refund-total.w--current {
  opacity: 1;
}

.refund-total-text {
  color: #000;
}

.refund-total-price {
  padding-left: 10px;
  color: #000;
}

.error-message-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #dd389b;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #262626;
  font-weight: 600;
  text-decoration: none;
}

.error-message-1:hover {
  background-color: #dd389b;
  opacity: 1;
}

.error-message-1.w--current {
  opacity: 1;
}

.error-message-text {
  color: #fff;
}

.exchange-message-text {
  color: #fff;
  font-weight: 400;
}

.dropdown-toggle-2 {
  padding: 0px 40px 0px 0px;
}

.carrier-dropdown-text {
  font-size: 13px;
  cursor: pointer;
}

.text-block {
  width: 250px;
  padding: 10px;
}

.carrier-logo {
  margin-right: 10px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.radio-button-label {
  font-size: 12px;
}

.radio-button-label-2 {
  font-size: 12px;
}

.radio-button-label-3 {
  font-size: 12px;
}

.radio-button-label-4 {
  font-size: 12px;
}

.email-input {
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pick-up-date-input {
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone-input {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-label {
  font-size: 12px;
}

.field-label-2 {
  font-size: 12px;
}

.field-label-3 {
  font-size: 12px;
}

.text-field-2 {
  border: 1px none #e3e6eb;
  background-color: #e2e2e2;
  color: #000;
  font-size: 12px;
}

.text-field-2:hover {
  border-color: #e3e6eb;
}

.text-field-2:focus {
  border-color: #e3e6eb;
}

.text-field-2::-webkit-input-placeholder {
  color: #000;
}

.text-field-2:-ms-input-placeholder {
  color: #000;
}

.text-field-2::-ms-input-placeholder {
  color: #000;
}

.text-field-2::placeholder {
  color: #000;
}

.text-field-4 {
  background-color: #e2e2e2;
  color: #000;
  font-size: 12px;
}

.text-field-4:hover {
  border: 1px solid #e3e6eb;
}

.text-field-4:focus {
  border: 1px solid #e3e6eb;
}

.text-field-4::-webkit-input-placeholder {
  color: #000;
}

.text-field-4:-ms-input-placeholder {
  color: #000;
}

.text-field-4::-ms-input-placeholder {
  color: #000;
}

.text-field-4::placeholder {
  color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.field-label-4 {
  font-size: 12px;
}

.drop-off-locations-text {
  font-weight: 700;
}

.drop-off-loctaions {
  height: 30%;
}

.summary-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
}

.summary-carrier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #dd389b;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #262626;
  font-weight: 600;
  text-decoration: none;
}

.summary-carrier:hover {
  background-color: #dd389b;
  opacity: 1;
}

.summary-carrier.w--current {
  opacity: 1;
}

.option-carrier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #dd389b;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #262626;
  font-weight: 600;
  text-decoration: none;
}

.option-carrier:hover {
  background-color: #dd389b;
  opacity: 1;
}

.option-carrier.w--current {
  opacity: 1;
}

.confiramtion-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
}

.carrier-name-text {
  padding-left: 10px;
  color: #fff;
}

.pick-up-text {
  color: #fff;
}

.sign-up-title-wrap {
  max-width: 320px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.form-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 67px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 50%;
  background-color: rgba(26, 64, 201, 0.06);
}

.error-message-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  text-align: center;
}

.input-wrapper {
  margin-bottom: 32px;
}

.sign-up-form {
  width: 100%;
}

.sign-up-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  /*border-color: #dd389b;*/
  border-color: #000;
  border-radius: 10px;
  background-color: #dd389b;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.sign-up-button:hover {
  /*border-color: #dd3838;*/
  border-color: #000;
  background-color: #fff;
  color: #dd3838;
}

.success-message-2 {
  border-radius: 10px;
  background-color: #1a40c9;
  color: #fff;
}

.sign-up-subheading {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.text-span {
  color: #fff;
}

.sign-up-form-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field-5 {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(15, 21, 41, 0.1);
  border-radius: 10px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.text-field-5:hover {
  border-color: #1a40c9;
}

.text-field-5:focus {
  border-color: #1a40c9;
  background-color: #fff;
}

.field-label-5 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.sign-up-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.03em;
}

.close-icon {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.close-icon:hover {
  opacity: 1;
}

.body {
  background-color: #f0f0f0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(158deg, rgba(0, 180, 219, 0.09) 40%, #0083b0), url('../images/girl-holds-fashion-shopping-bag-beauty.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.dashboard-panel-sign-in {
  width: 70%;
  padding: 20px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: none;
  box-shadow: none;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dashboard-section-sign-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  padding: 10px 60px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 94.1%, 0);
}

.nav-link {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.button-header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-header-row.next {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-3 {
  color: #000;
}

.text-block-4 {
  color: #000;
}

.text-block-5 {
  color: #000;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.refund-total-side-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  /*height: 240px;*/
  height: 100%;
  margin-top: 20px;
  /*padding: 33px 1px 64px 18px;*/
  padding:25px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: transparent;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);*/
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.35);
}

.refund-grid-sidebar {
  width: 100%;
  margin-top: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.refund-total-title {
  margin-bottom: 0px;
  color: #dd389b;
  font-size: 29px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.refund-title {
  margin-bottom: 10px;
  /*color: #dd389b;*/
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.text-block-7 {
  color: #fff;
}

.icon-4 {
  color: #fff;
}

.dropdown-link {
  padding-left: 30px;
  background-image: url('../images/flag-icon.svg');
  background-position: 4% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
}

.main-nav-bar-container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.main-page-nav-bar {
  background-color: hsla(0, 0%, 100%, 0);
}

.main-pag-nav-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-page-dropdown-list {
  background-color: #d3b8b8;
}

.main-page-dropdown-list.w--open {
  background-color: #dd389b;
  min-height: 40px;
  max-height: 280px;
  overflow-y: auto;
}

.qty-wrapper-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-8 {
  color: #000;
}

.date {
  margin-bottom: 10px;
  padding: 8px 12px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  background-color: #e2e2e2;
  color: #000;
  font-size: 12px;
  line-height: 20px;
}

.date:hover {
  border-color: #e3e6eb;
}

.date:active {
  border-color: #e3e6eb;
}

.date:focus {
  border-color: #e3e6eb;
}

.date::-webkit-input-placeholder {
  color: #000;
}

.date:-ms-input-placeholder {
  color: #000;
}

.date::-ms-input-placeholder {
  color: #000;
}

.date::placeholder {
  color: #000;
}

.dropdown-toggle-3 {
  padding-left: 30px;
  background-image: url('../images/flag-icon.svg');
  background-position: 0% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.image {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}



#w-node-_58272283-0915-9e00-d95f-a84beb4c9159-974339b4 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_17e31e58-7ae6-2059-88a1-d52f758e49fb-7f6ee470 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_04b45d65-0b6d-a011-4362-6e7c8ebcecd5-7f6ee470 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-a6689f18-cb3d-16e4-77b1-31ecf4027bb1-7f6ee470 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_0120014e-0524-ecc1-5d10-3fa0b35ea635-7f6ee470 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_17e31e58-7ae6-2059-88a1-d52f758e49fb-b5816dfc {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_6db1608e-66a7-cbe4-ec49-3cfa8becaa6e-b5816dfc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-e795f4a9-f47c-6986-ec4e-6cdccc12fb27-b5816dfc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-eb17f88d-7e20-1561-6f76-aee716bcebc6-b5816dfc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_17e31e58-7ae6-2059-88a1-d52f758e49fb-d5c7e7eb {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_878ceb5f-7ec9-4f9f-c19d-99e910bcb620-91f5e4ab {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_23093c46-5623-c420-a8f2-e012d2e312df-91f5e4ab {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_0027e285-c1c5-61d3-38ce-daaebf2be317-91f5e4ab {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-a1076216-59f7-903f-5400-3331aa039793-91f5e4ab {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}
.commentdivalignment select{
  /*width: 100% !important;*/
  width: 80%!important;
}
@media screen and (max-width: 991px) {
  #w-node-_58272283-0915-9e00-d95f-a84beb4c9159-974339b4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_0027e285-c1c5-61d3-38ce-daaebf2be317-91f5e4ab {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_17e31e58-7ae6-2059-88a1-d52f758e49fb-7f6ee470 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a6689f18-cb3d-16e4-77b1-31ecf4027bb1-7f6ee470 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_0120014e-0524-ecc1-5d10-3fa0b35ea635-7f6ee470 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_6db1608e-66a7-cbe4-ec49-3cfa8becaa6e-b5816dfc {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e795f4a9-f47c-6986-ec4e-6cdccc12fb27-b5816dfc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-eb17f88d-7e20-1561-6f76-aee716bcebc6-b5816dfc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_23093c46-5623-c420-a8f2-e012d2e312df-91f5e4ab {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_0027e285-c1c5-61d3-38ce-daaebf2be317-91f5e4ab {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-a1076216-59f7-903f-5400-3331aa039793-91f5e4ab {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
}
div.template6radiosdisabled{
  pointer-events: none;
}
@media screen and (max-width: 479px) {
  #w-node-_17e31e58-7ae6-2059-88a1-d52f758e49fb-7f6ee470 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_04b45d65-0b6d-a011-4362-6e7c8ebcecd5-7f6ee470 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-a6689f18-cb3d-16e4-77b1-31ecf4027bb1-7f6ee470 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_0120014e-0524-ecc1-5d10-3fa0b35ea635-7f6ee470 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_17e31e58-7ae6-2059-88a1-d52f758e49fb-b5816dfc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_6db1608e-66a7-cbe4-ec49-3cfa8becaa6e-b5816dfc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-e795f4a9-f47c-6986-ec4e-6cdccc12fb27-b5816dfc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-eb17f88d-7e20-1561-6f76-aee716bcebc6-b5816dfc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_17e31e58-7ae6-2059-88a1-d52f758e49fb-d5c7e7eb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_878ceb5f-7ec9-4f9f-c19d-99e910bcb620-91f5e4ab {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_0027e285-c1c5-61d3-38ce-daaebf2be317-91f5e4ab {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-a1076216-59f7-903f-5400-3331aa039793-91f5e4ab {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}
.phonemandivshow,.phonemandivshow input{
  display: block !important;
}
div.priceleftcss{margin-left: 18px !important;}
div.qty-wrapper-products > div.return-select-form > select.s2-dd {
    padding: 0px 1px;
    text-align: center;
    width: 48px;
}
.return-reason-select {
  margin-left: -10px;
}
/*.return-reason-selectNA {
  margin-left: 10px;
}*/
.returndivCssClassName{
  margin-left: 3px;
}
.returndivCssClassName1 {
    margin-left: 14px;
   /* margin-left: -6px;*/
   width: 89%;
}
.returndivCssClassName2{
  margin-left: -30px;
}
.ishidereturnreasondivcssClass {
    margin-left: -39px;
}
.returndivCssClassName2 select
{
  /*width: 100% !important;*/
  width: 80%;
}

.return-reason-selectNA div{
  padding: 0px !important;
}
.returndivCssClassName3,.returndivNAClassName3
{
  margin-left: -7px !important;
}
.returndivCssClassName3exdrop{
  margin-left: -14px !important;
}
.returndivCssClassName4{
  margin-left: -32px !important;
}
/*.large-detail span
{
  width: 106px !important;
}*/
.price-wrapper{
  width: 101px;
}
span.tran-81 {
    font-size: 8px;
    vertical-align: bottom;
    text-align: center;
    display: ruby;
}
.desktoptitlehide{
  display: none;
}
.happyreturnsdivadjust {
    height: 60px;
    margin-bottom: 10px;
}
.happyreturnsdivadjust >  div.carrier-more-detail > div.dropdown-toggle-2{
    position: relative;
    top: -40px;
    z-index: 999;
    /*left: -53px;*/
    left: 0;
}
.helthjemparentdiv{
  height: auto !important;
  margin-top: 3px;
}
/* .helthjemposition > div{
    display: inline-block;
    width: 200px;
    position: absolute;
    margin-top: -11px;
} */
.happyreturnsdivadjust span.hrmapcss
{
     margin-left: 76px !important;
    /*white-space: nowrap;*/
    top: -56px;
    position: relative;
   /* overflow-wrap;*/
    display:flex;
    /*width: 185px;*/
}
.mollilabelclass{
  position: relative;
  left: -20%;
}
.activity-item.greyoutdiv div.large-detail span{ margin-bottom:13px ;}

.commentDiv{
  margin-top:43px;position:absolute;width:198px;z-index:2

}

@media screen and (max-width: 991px) {
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    padding: 100px 34px 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .navigation-grid {
    margin-top: 40px;
  }

  .navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-right: 0px;
    border-radius: 0px 0px 20px;
  }

  .dashboard-sidebar {
    display: none;
    width: auto;
    height: auto;
    padding: 0px;
  }

  .dashboard-section {
    position: relative;
    padding-top: 20px;
  }

  .nav-title {
    display: none;
  }

  .dashboard-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .refund-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .radio-button-label {
    font-size: 12px;
  }

  .radio-button-label-2 {
    font-size: 12px;
  }

  .radio-button-label-3 {
    font-size: 12px;
  }

  .radio-button-label-4 {
    font-size: 12px;
  }

  .dashboard-panel-sign-in {
    width: 100%;
  }

  .nav-menu-2 {
    display: block;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: rgba(221, 56, 155, 0);
    text-align: left;
  }

  .dashboard-section-sign-up {
    position: relative;
  }

  .nav-link {
    text-align: left;
  }

  .nav-link-2 {
    text-align: left;
  }

  .nav-link-3 {
    text-align: left;
  }

  .refund-total-side-bar {
    display: none;
    width: auto;
    height: auto;
    padding: 0px;
  }

  .refund-grid-sidebar {
    margin-top: 40px;
  }

  .refund-total-title {
    display: none;
  }

  .refund-title {
    display: none;
  }

  .menu-button-2 {
    color: #fff;
    font-size: 40px;
  }

  .menu-button-2.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #dd389b;
  }

  .dropdown-link {
    padding-left: 38px;
    background-image: url('../images/flag-icon.svg');
    background-position: 8% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .main-pag-nav-bar-container {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .main-page-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .main-page-dropdown-list.w--open {
    background-color: #dd389b;
  }
}

@media screen and (max-width: 767px) {
  .happyreturnsdivadjust >  div.carrier-more-detail > div.dropdown-toggle-2{
  top:0;
  left: 0;
  /*z-index: -1;*/
}

  .medium-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .price-wrapper {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .navigation-grid {
    margin-top: 40px;
    grid-row-gap: 24px;
  }

  .small-detail {
    text-align: left;
    /*margin-left: 15px;*/
  }

  .large-detail {
    text-align: left;
  }

  .large-detail.title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
  }

  .activity-user-wrapper {
    margin-bottom: 16px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .dashboard-section {
    height: auto;
    min-height: auto;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dashboard-wrapper {
    margin-top: 20px;
  }

  .activity-item {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dashboard-grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .dashboard-icon {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .form-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .exchange-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .return-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: left;
    width:100%; 
  }

  .return-select {
    margin-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: center;
  }

  .qty-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .text-field {
    width: 50%;
    margin-bottom: 0px;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radio-button-field {
    padding-right: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .select-field {
    width: 100%;
    margin-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .itemnotelgible .mobile-returnwrapperna  .select-field { padding-left:0px!important;}
  .select-field-2 {
    width: 100%;
    margin-bottom: 0px;
  }

  /* .price-text {
    padding-right: 0px;
    padding-left: 10px;
  } */
  /*by hari */
      .price-text {
        padding-right: 0px;
        padding-left: 10px;
        display: inline-block;
        margin-bottom: 0px;
        margin-top: 10px;
        position:relative;
        top:10px;
    }
    .greyoutdiv .price-text {
      top:0px!important;
    } 
   

    .return-reason-selectNA {
      margin-left:0px!important;
    }
    .w-form {
      margin: 0 0 5px;
  }
    .return-reason-selectNA .w-select { height:0px;padding: 2px 12px;}

    .price-wrapper {justify-content: flex-start;    margin-left: 0px !important;}
    .greyoutdiv .price-text {
      padding-right: 0px;
      padding-left: 0px;
      display: inline-block;
      margin-bottom: 0px;
      margin-top: 0px;}
      .greyoutdiv   .w-select { height:0px;padding: 2px 12px;}
      .greyoutdiv  .return-wrapper {margin-top:0px!important;}
      .greyoutdiv    .form-control.bs-select-single.select-field.w-select.select-field.w-select {
        margin-left: -12px !important;
      }
      .greyoutdiv   .qty-wrapper-products.mobile-returnwrapperna {
        left: 0px !important;
    }
    .qty-wrapper-products {margin-top:10px;}
    .greyoutdiv .qty-wrapper-products {margin-top:0px;}
    .exchange-wrapper {margin-top: 0px;}
  /*by hari ennds */
  .refund-total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; 
    flex-direction: column;
  }

  .refund-total-price {
    padding-left: 0px;
  }

  .error-message-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .error-message-text {
    text-align: center;
  }

  .exchange-message-text {
    text-align: center;
  }

  .carrier-more-detail {
    display: block;
  }

  .dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    padding-right: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .carrier-logo {
   /* margin-top: 9px;*/
   margin-top: -11px;
   float: left;
   margin-left: 4px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .pick-up-metho-d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .radio-button-field-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .radio-button-field-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .radio-button-field-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .radio-button-field-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .radio-button-label {
    font-size: 12px;
  }

  .radio-button-label-2 {
    font-size: 12px;
  }

  .radio-button-label-3 {
    font-size: 12px;
  }

  .radio-button-label-4 {
    font-size: 12px;
  }

  .drop-off-locations-text {
    height: auto;
  }

  .drop-off-loctaions {
    height: auto;
    margin-bottom: 10px;
  }

  .summary-item {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .summary-carrier {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .option-carrier {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .confiramtion-item {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(158deg, rgba(0, 180, 219, 0.09) 40%, #0083b0);
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .dashboard-panel-sign-in {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-menu-2 {
    background-color: #dd389b;
  }

  .dashboard-section-sign-up {
    height: auto;
    min-height: 0%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-2 {
    color: #fff;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .refund-grid-sidebar {
    margin-top: 40px;
    grid-row-gap: 24px;
  }

  .menu-button-2 {
    color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #dd389b;
  }

  .dropdown-link {
    padding-left: 60px;
  }

  .main-pag-nav-bar-container {
    margin-bottom: 0px;
  }

  .main-page-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-5 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .qty-wrapper-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .return-select-form {
    display: block;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .div-block-6 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    /*align-self: stretch;*/
    align-self: center;
  }

  .checkbox-field-3 {
    text-align: left;
  }

  .dropdown-toggle-3 {
    margin-left: 15px;
  }
  /* new css mobile responsive for template */
  /*.avatar-circle-small{
    margin-top: 10px;
  }*/
  .product-headers-hide-inmobile{
    display: none !important;
  }
  .exchangecheckbox-round{
    margin-top: 4px !important;
    position: relative;
    z-index:999;
    top:14px;
  }
  /*.price-wrapper{
    width: auto !important;
    text-align: center;
    margin-left: -18px !important;
  }*/
  select.w-select,div.qty-wrapper-products > div.return-select-form > select.s2-dd{
    width: 100% !important;
  }
  div.qty-wrapper-products > div.return-select-form > select.s2-dd{
    text-align: left !important;
  }
  .mobile-pricewrapper {
  position: relative;
  left: -9px;
  /*align-self: center !important;*/
  width: auto !important;
  display: block !important;
  padding-right: 7px ;
  }
  .mbpricefloat{
    float: left;
    margin-right: 10px;
  }
  .commentFlex{
    position: relative !important;
    width: 100% !important;
    margin-top: 10px !important;
    top:7px;
  }
  input.custtran-LineComment{
    width: 100% !important;
  }
  span.mobilelineCommnet {
    top: 36px !important;
    right: 1px !important;
}
div.activity-item{
  height:  auto !important;
  padding:5px;
}
div.enter-details-form{
  margin:0 !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}
#exchange_gurantee{
  width: auto !important;
}
.mobile-returnwrapperna{
  align-self: center !important;
}
div.mobileselectdiv{
  margin-left:  0px !important;
  width: 100% !important;
}
.desktoptitlehide{
  display: block !important;
}
.pick-up-metho-d{
  display: inline-block !important;
}
.carrierappend .activity-user-wrapper{
  /*display: inline-grid !important;*/
    display: inline-block !important;
    background: beige !important;
    padding: 5px !important;
    padding-top: 20px !important;
    margin-bottom: 5px !important;
}
.carrierappend .div-block-2 >  div {
  display: flex !important;
}
span.displaycarrierName{
  margin-left: 4px !important;
}
.carrierappend .pickup-title{
  display: block !important;
}
.carrierappend .title{
  display: block !important;
}
/*.summarypricemobilewrapper{
align-self: center;
left: -12px;
}*/
.summarypricemobilewrapper{
  width: auto !important;
  position: relative !important;
  display: inline-block;
  left: 17%;
  margin-bottom: 0px !important;
}
.summary-carrier-mobiledisplay{
  display: block!important;
}
#ThankyouText{
  text-align: justify;
}
.button-color-text-decoration{
  width: 132px !important;
}
.activity-user-wrapper{
  display: block !important;
}
.avatar-circle-small{
  width: 15% !important;
  float: left !important;
  position:relative;
  z-index: 99;
  min-height: 48px !important;
}
.activity-item.greyoutdiv .avatar-circle-small {
  width: 15% !important;
  float: left !important;
  position: relative;
  z-index: 99;
  min-height: 40px !important;
  /* top: -18px; */
}
.itemnotelgible .avatar-circle-small { margin-left:0px!important; }
.itemnotelgible.disableimage .checkboxElementHideclass{display:none!important;}
.div-block-6{
  width: 70% !important;
  min-height: 40px;

   /* float: left !important; */
}
.mbreaqtyfloat {
    float: left;
    /*width: 75%;
    margin-left: 27px;*/
    padding-right: 9px;
}
.qty-wrapper-products.mobile-returnwrapperna {
  left:0px !important;
}
.price-wrapper.mobile-pricewrapper22 {
    width: auto;
    text-align: left;
    position: relative;
    left: -13px;
    display: block;
}
.greyoutdiv .price-wrapper.mobile-pricewrapper22 {
  width: 52%;
  text-align: left;
  position: relative;
  left: -11px;
}
.greyoutdiv .disableimage .price-wrapper.mobile-pricewrapper22 {left: 0px;}
.greyoutdiv .price-wrapper.mobile-pricewrapper23 {
  width: 52%;
  text-align: left;
  position: relative;
  margin-left: 0px !important;
 
}
.mbpricefloat2{
  float: left;
}
label.mobileradio{
  padding-left: 0px !important;
}
.carrierappend .form-block-2{
  float: left;
}
.summary-item div.mobileitemsummarydetails{
  float:left;
}
.summarypriceleft{
  padding-right: 73px;
}
a.moreinfos{
position: relative;
z-index: 99;
}
span.htmapcssmobo{
  margin-left: 8px !important;
  /*top: -7px !important;
  left: -65px;*/
  width: auto;
  position: inherit !important;
  margin-top: -7px;
}
span.carriermoreinfos.displaycarrierName.hrmapcss.htmapcssmobo {
    margin-left: 8px !important;
}
span.template6Links a{
  width: 100% !important;
}
.refund-total{
  margin-bottom: 7px;
}
h3#screen4-fail{
  width: auto !important;
}
.returndivforMobile {
    /* display: block; */
    display: flex;
}
.return-reason-selectNA .mbreaqtyfloat{
  padding-right:14px !important;
margin-left:0px;
}
.mobileproduct-title{
  margin-top: -20px;
}
.mobileselectdiv .commentDiv {
  margin-top: 6px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.qty-wrapper-products { display:inline-block;width:100% !important;max-width:  100% !important;}
.ishidereturnreasondivcssClass {
  margin-left: -14px!important;
}
.mobilereturnscreencssRule{
  top: 0px !important;
}
.main-page-dropdown-list.w--open{
  max-height: 154px !important;
}
.summarypricemobilewrapper2{
  width: auto !important;
  margin-bottom: 0px !important;
}
/*.happyreturnsdivadjust{
  height: 30px !important;
}*/
.div-block-2.pudopointdivadjust {
    margin-top: 8px;
}
span.pudopointCName{
  margin-top:-10px;
}
.greyoutdiv div.form-block-2{
  display: none !important;
}
.greyoutdiv div.activity-user-wrapper{
  margin-bottom: 10px !important;
}
.carrierappend  div.activity-item{
  padding: 0px 5px 10px 5px !important;
}
.pric-div.msg-error-pickup-method{
  margin-bottom: 15px;
}
.itemnotelgible  span.tran-ItemNotEligible{
  position: relative;
  /* left: -54%; */
  top: 5px;
}
.itemnotelgible  .qty-wrapper-products {margin-top: 2px;}
span.tran-ItemNotEligible.ItemNotEligiblemobile {
    left: 0% !important;
}
.img-round{
  height: 45px !important;
}
.threebuttonsspacembl{
  padding-bottom: 5px;
  /*padding-left:0px;*/
}
.topofpickupremove{
  top:0px !important;
}
.carrierappend .helthjemposition > div{
    display: block !important;
    width: auto !important;
    position: relative !important;
  }
  .refund-title{display: none !important;}
  .helthjemparentdiv .form-block-2{
    margin-top: -9px;
  }
  .carrierappend .helthjemposition div img{
    margin-top: 2px;
  }
  .qtydivpositionchange{
    position: relative;
    top:53px;
  }
  .exchangepositionordermbl{
    position: relative;
    top: -94px;
  }
  .mollilabelclass{
    left:0% !important;
    padding:0px;
  }
  .pricedivwidth {
    opacity: 0.1;
    width: 150px;
    text-align: left;
    display: block !important;
}
  span.transItemnoteligiblembl{
    left: -24% !important;
  }
 .disableimage span.transItemnoteligiblembl{
    left: 0% !important;
  }
  .returndivCssClassNamembl select{
    width: 100% !important;
  }
  .isallowcommentfalse{margin: 42px 0 0 13px!important;}
  .textboxdownclass { margin-top: 18px;}
  .custom-file-upload {left: -8px!important;top:10px!important;}
  #file-upload {top:10px;left: -10px!important;}
  .activity-item.greyoutdiv div.large-detail span{ margin-bottom:0px!important ;margin-left: 6px;}

  .activity-item.greyoutdiv .disableimage div.large-detail span{ margin-bottom:0px!important ;margin-left: 0px;}

  .returndivforMobile22{  display: inline-block; width: 100%; }
  .greyoutdiv .hidepricemobalignmnt {  position: relative;  left: 0px;  top:-6px;}
  .commentdivalignment select {
    /* width: 100% !important; */
    width: 100% !important;
  }

}

/* mobile css ends */


@media screen and (max-width: 479px) {
  .medium-title {
    text-align: left;
  }

  .price-wrapper {
    margin-top: 0px;
    /* margin-bottom: -18px; */
    margin-bottom: -5px;
  }

  .large-detail.title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .dashboard-section {
   /* height: 1911.09375px;*/
    padding: 20px 20px 40px;
  }

  .dashboard-panel {
    padding: 10px;
  }

  .activity-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dashboard-grid {
    grid-auto-flow: row;
    grid-auto-columns: minmax(200px, 1fr);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .button {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 12px;
  }

  /* .exchange-wrapper {
    margin-top: 10px;
  } */

  .return-wrapper {
    margin-top: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .text-field {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .summary-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .confiramtion-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .carrier-name-text {
    padding-left: 0px;
  }

  .sign-up-form-block {
    padding-right: 5%;
    padding-left: 5%;
  }

  .dashboard-panel-sign-in {
    width: 85%;
    padding: 0px 0px 20px;
  }

  .dashboard-section-sign-up {
    padding: 0px 0px 40px;
  }

  .dropdown-link {
    padding-left: 50px;
  }

  .main-pag-nav-bar-container {
    margin-bottom: 0px;
  }
}
.summary-total-refundbox{
border-radius: 20px;
background-color: transparent;
/*background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
background-image: linear-gradient(180deg, #fff, #fff);*/
box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.35);
}


