* {
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #ebebeb;

  text-align: center;
}

body {
  min-height: 100vh !important;
  background: #f8f8f8;
  margin-bottom: 60px; /* Margin bottom by footer height */
}

main {
  background-color: transparent !important;
}
/*24*/

.modal-trigger.btn {
  background: #5f68e0 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
  color: white;
  border: 0 none;
  cursor: pointer;
  padding: 15px;
}
.modal-trigger.btn:hover,
.modal-trigger.btn:focus {
  color: white;
  outline: none;
}

.retClose {
  float: right;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  color: #5f68e0;
  text-shadow: none;
  filter: none;
  opacity: 0.7 !important;
}
.retClose:focus {
  outline: none;
}
.retClose:hover {
  opacity: 1 !important;
}
/*24*/

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 1rem;
}

.uline {
  text-decoration: underline;
}

.fw-400 {
  font-weight: 400;
}
.fw-400i {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.txt-small {
  font-size: 12px;
  line-height: 15px;
}

.txt-gray {
  color: rgb(0 0 0 / 0.6) !important;
}

.txt-muted {
  color: rgb(0 0 0 / 0.6) !important;
}

.txt-dark {
  color: rgb(0 0 0 / 0.8) !important;
}

.txt-medium {
  font-size: 14px;
  line-height: 18px;
}

.txt-large {
  font-size: 18px;
  line-height: 23px;
}

.navbar {
  transition: all 0.4s;
}

.navbar.active {
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.grad {
  width: 100%;
  min-height: 110vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.lsform {
  position: relative;
}

.lsform fieldset:not(:first-of-type) {
  display: none;
}

.lsform fieldset .form-card {
  text-align: left;
  color: #9e9e9e;
}

.lsform input,
.lsform textarea {
  background: #fbfbfb 0% 0% no-repeat padding-box;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  letter-spacing: 0px;
  color: rgb(0 0 0 / 80%);
  font-size: 16px;
}

.ls-form-card .input-group-lg > .form-control,
.ls-form-card .input-group-lg > .custom-select,
.ls-form-card .input-group-lg > .input-group-prepend > .input-group-text,
.ls-form-card .input-group-lg > .input-group-append > .input-group-text {
  color: rgb(0 0 0 / 0.8) !important;
  opacity: 1;
  font-size: 1rem;
}

.ls-form-card .input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 8px);
}

.ls-form-card .input-group-text {
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1;
}

.form-control-sm:-ms-input-placeholder {
  color: rgb(0 0 0 / 0.89) !important;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
}

.form-control-sm::-ms-input-placeholder {
  color: rgb(0 0 0 / 0.89) !important;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
}

.form-control::placeholder {
  color: rgb(0 0 0 / 0.89) !important;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
}

.form-control:-ms-input-placeholder {
  color: rgb(0 0 0 / 0.89) !important;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
}

.form-control::-ms-input-placeholder {
  color: rgb(0 0 0 / 0.89) !important;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
}

.form-control::placeholder {
  color: rgb(0 0 0 / 0.89) !important;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
}

.lsform .form-control:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background: #fbfbfb 0% 0% no-repeat padding-box;
  border: 2px solid #4d91cc;

  border-radius: 5px;
  outline-width: 0;
}

.lsform input:focus .input-group-text {
  background: #fbfbfb 0% 0% no-repeat padding-box;
  border: 2px solid #4d91cc;
  border-right: 0;
}

.lsform .action-button {
  background: #5f68e0 0% 0% no-repeat padding-box;
  border-radius: 5px;
  font-size: 18px;
  line-height: 26px;

  color: white;
  border: 0 none;
  cursor: pointer;
  padding: 12px 24px;
  width: 108px;
  text-transform: none;
}

.lsform .action-button:hover,
.lsform .action-button:focus {
  box-shadow: none;
  border: 0;
  outline: none;
}

/*24*/
.lsform .action-button-previous {
  width: 108px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-size: 18px;
  line-height: 26px;

  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  padding: 12px 24px;
}

.lsform .action-button-previous:hover,
.lsform .action-button-previous:focus,
.label-btn:hover,
.label-btn:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.lsform .action-button-previous:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  color: rgba(0, 0, 0, 0.6);
}

/*24*/
.btn.label-btn {
  background: #5f68e0 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 16px 16px;
  font-size: 18px;

  color: #fff;
  cursor: pointer;
  padding: 15px;
  transition: none;
  box-shadow: none;
  outline: none;
  line-height: 1.5;
}

/*24*/
.btn.label-btn:hover {
  background: #5f68e0 0% 0% no-repeat padding-box;
  font-size: 18px;
  color: #fff;

  transition: none;
  line-height: 1.5;
}
/*24*/
.label-btn:hover {
  width: 101% !important;
  transition: none;
  box-shadow: none;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid skyblue;
}

.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

.fs-title {
  font-size: 24px;
  line-height: 34px;
  color: rgb(0 0 0 / 80%);
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

/* .footer-bg-dark {
    background-color: rgb(0 0 0 / 80%);
    opacity: 0.8;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
} */

.footer-txt {
  color: #000000;
}

.ret-card.card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 24px #00000029;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
}

.ls-first-next.action-button {
  padding: 30px 15px;
  width: 100%;
}

/* center the logo */

.navbar {
  justify-content: center;
}

/* in order to center the logo */

.navbar .navbar-toggler {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}

/*custom radio*/

/*custom radio*/

/* center all navbar items */

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-item {
  margin-right: 10px;
}

#portal-main {
  background-color: none !important;
}

.custom-select.ret-select {
  height: calc(1.5em + 0.75rem + 8px);

  background: #fbfbfb
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #f1f1f1;
}
.custom-select.ret-select:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;

  border: 2px solid #4d91cc;

  border-radius: 5px;
  outline-width: 0;
}

.custom-select.additional-select {
  height: calc(1.5em + 0.75rem + 8px);

  background: #fbfbfb
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #f1f1f1;
}
.custom-select.additional-select:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;

  border: 2px solid #4d91cc;

  border-radius: 5px;
  outline-width: 0;
}

/*new progress*/
.lsprogress {
  width: 50px;
  height: 50px;
  background: none;
  position: relative;
}

.lsprogress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.lsprogress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.lsprogress .progress-left {
  left: 0;
}

.lsprogress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.lsprogress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.lsprogress .progress-right {
  right: 0;
}

.lsprogress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.lsprogress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}
/* .lsprogress .progress-value {
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  color: rgb(0 0 0 / 80%);
  left: 5px;
  top: 1px;
} */
.lsprogress .progress-value {
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  color: rgb(0 0 0 / 80%);
  width: 100%;
  text-align: center;
}

/*new progress*/

.return-list h5 {
  font-size: 14px;
  line-height: 18px;
  color: rgb(0 0 0 / 0.89);
  font-weight: 600;
}

.return-list hr {
  border: 1px solid #707070;
}

.return-list .w-80 {
  width: 70px;
  height: 70px;
}

.return-list label {
  width: 100%;
  position: relative;
}

.return-list input[type="radio"]:checked + .box {
  border-top: 1px solid rgb(112 112 112 / 20%);
  background: #eff3ff 0% 0% no-repeat padding-box;
}
.return-list label {
  margin-bottom: 0;
}
.return-list .box {
  border-top: 1px solid rgb(112 112 112 / 20%);
}
.prodDetails .border-top {
  border-top: 1px solid rgb(112 112 112 / 20%);
}
.prodDetails .border-btm {
  border-bottom: 1px solid rgb(112 112 112 / 20%);
}
.prodDetails h5 {
  margin-bottom: 0;
}
.return-list .mx-nx {
  margin-left: -1.9rem !important;
  margin-right: -1.9rem !important;
}

.return-list.scroll-ls {
  height: 260px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.prodDetails.scroll-ls {
  height: 120px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.vertical-border-right {
  position: relative;
}

.vertical-border-right:after {
  content: "";
  background-color: rgb(112 112 112 / 20%);
  position: absolute;
  width: 1px;
  height: 34px;
  top: 3px;
  right: 7px;
  display: block;
}
/*scrollbar*/

.scroll-ls::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scroll-ls::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.scroll-ls::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);

  background: #5f68e081 0% 0% no-repeat padding-box;
}

.square::-webkit-scrollbar-track {
  border-radius: 10px !important;
}

.square::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
}

.thin::-webkit-scrollbar {
  width: 5px;
  position: relative;
  right: -10px;
}
/*scrollbar*/
/*modal-scrollbar*/
.startRetModal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.startRetModal::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.startRetModal::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);

  background: #5f68e081 0% 0% no-repeat padding-box;
}

.progDiv {
  padding: 0.5rem 1.5rem !important;
}
.pb-60 {
  padding-bottom: 60px;
}

.lsform .card-body {
  padding: 1.75rem;
}

.lsform .card-footer {
  padding: 1rem 1.75rem;
  border-radius: 0px 0px 16px 16px !important;
  background-color: #f7f7f7;
} /*30*/
.first.action-button {
  margin-top: 30px;
}

/*qty*/

/*custom check*/
.round {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.round label:after {
  border: 2px solid #136bb8;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"],
.round input[type="radio"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label,
.round input[type="radio"]:checked + label {
  border-color: #136bb8;
  border-width: 2px;
}

.round input[type="checkbox"]:checked + label:after,
.round input[type="radio"]:checked + label:after {
  opacity: 1;
}
.return-list .row {
  cursor: pointer;
}

.retBox.retAcive {
  border-top: 1px solid rgb(112 112 112 / 20%);
  background: #eff3ff 0% 0% no-repeat padding-box;
}

/*check*/
.qty {
  display: flex;
  align-items: center;
  width: 88%;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  border: 1px solid #f1f1f1;
  background: #fbfbfb;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qty .count {
  width: 30px;
  height: 30px;
  font-size: 16px !important;
  line-height: 22px;
  color: rgb(0 0 0 / 0.8) !important;
  display: inline-block;
  vertical-align: top;
  padding: 0 2px;
  text-align: center;
  background: #fbfbfb;
}
.qty .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;

  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: rgb(0 0 0 / 60%);
}
.qty .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: rgb(0 0 0 / 60%);
}
.qty div {
  text-align: center;
}
.qty .minus:hover {
  background-color: #dcdcdc !important;
}
.qty .plus:hover {
  background-color: #dcdcdc !important;
}
/*Prevent text selection*/
.qty span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.qty input {
  border: 0;
  width: 2%;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* .qty input:disabled{
    background-color:white;
} */
/*qty*/

/*Mytr-Rings*/
.warranty-badge {
  display: inline-flex;
  align-items: center;
  color: #0d0d0d;
  padding: 10px 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 78, 137, 0.1);
}

.warranty-text {
  white-space: nowrap;
}
/*Myt-End*/


@media (max-width: 575.98px) {
  body {
    background: #fff !important;
  } /*24*/
  /*24*/
  .bg-sm-none {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar .navbar-brand,
  .navbar .nav-link {
    color: #555;
  }
  .mob-nav .nav-item {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
  }
  /*24*/
  .mob-nav .nav-item::after {
    position: absolute;
    content: " ";
    display: block;
    background: #5f68e0;
    width: 100%;
    height: 5px;
    background-position: center center;
    top: 21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.54;
  }

  .navbar .navbar-toggler {
    top: 1rem;
  }
  .return-list.scroll-ls {
    height: auto;
    overflow-y: auto;
    padding-bottom: 130px; /*30*/
    z-index: 100; /*30*/
  }
  .prodDetails.scroll-ls {
    height: auto;
    overflow-y: auto;
  }
  .progDiv {
    padding: 1.5rem 0 !important;
  }
  .form-control-sm:-ms-input-placeholder {
    font-size: 12px;
    line-height: 18px;
  }

  .form-control-sm::-ms-input-placeholder {
    font-size: 12px;
    line-height: 18px;
  }

  .form-control::placeholder {
    font-size: 12px;
    line-height: 18px;
  }

  .form-control:-ms-input-placeholder {
    font-size: 12px;
    line-height: 18px;
  }

  .form-control::-ms-input-placeholder {
    font-size: 12px;
    line-height: 18px;
  }

  .form-control::placeholder {
    font-size: 12px;
    line-height: 18px;
  }
  .ret-card.card {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  .lsform .card-footer {
    padding: 1rem 1.75rem;
    border-radius: 0 !important;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
  }
  .btn.label-btn {
    border-radius: 0;
  }
  .lsform .card-body {
    padding: 0;
  }
  .qty {
    width: 88%;
  }

  /*30*/
  .footer {
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .qty {
    width: 78%;
  } /*24*/
  .btn.label-btn {
    border: 0;
  } /*24*/
}

@media (max-width: 414px) {
  .qty {
    width: 82%;
  } /*24*/
}
@media (max-width: 375px) {
  .qty {
    width: 80%;
  } /*24*/
}
@media (max-width: 320px) {
  .qty {
    width: 77%;
  } /*24*/
}
@media (max-width: 280px) {
  /*24*/
  .lsform .card-footer {
    padding: 1rem 0.5rem;
  } /*24*/
}
@media (min-width: 992px) and (max-width: 1024px) {
  .qty {
    width: 86%;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .p-lg-30 {
    padding: 1.5rem !important;
  }

  .p-lg-nb-30 {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .pb-10 {
    padding-bottom: 10px !important;
  }
  .navbar-expand-lg {
    /* flex-flow: column nowrap; */
    padding: 5px 50px !important;
  }
  .navbar-brand {
    text-align: center;
  }
  .navbar-nav.upper-controls {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    font-size: 85%;
  }
  .ret-card.card {
    margin: 0 auto;
    width: 100%;
    max-width: 520px;
  }
  .btn.label-btn {
    margin: -2px;
    width: 101%;
  }
}
