body {
  font-variant-numeric: lining-nums !important;
}

.footerDsn02,
.footerDsn02 .homefooter {
  background: #000;
  border: 0;
}
.footerDsn02 .border-start {
  border: 0 !important;
  position: relative;
  padding-left: 20px !important;
}

.footerDsn02 .border-start::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 25px;
  background: #23b14d;
  border-radius: 5px;
  top: -3px;
}

.footerDsn02 .address {
  display: inline-flex;
}
.footerDsn02 .email {
  text-decoration: underline;
}

.navFooter a {
  color: #fff;
  text-decoration: none;
  margin: 0 3px 15px;
  padding: 0;
}
.footerDsn02  a, .footerDsn02  a:hover{
    color: #fff;
    /*text-decoration: none;*/
    padding: 0;
    max-width: 150px; 
}
.navFooter a:hover {
  color: #23b14d;
}
.smIconFooter {
  justify-content: end;
  margin-top: 50px;
}
.copy-footer {
  text-align: right;
  margin-top: 15px;
}
.newsLetter .form-control,
.newsLetter .form-control:focus {
  background: transparent;
  border: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
  color: #fff;
}
.newsLetter .input-group {
  border-bottom: 1px solid;
  padding-bottom: 7px;
}
.newsLetter .btn-green-2 {
  background-image: linear-gradient(8deg, #36dd68 0%, #dddf78 100%);
  width: 100px;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 13px;
  border: 0;
  border-radius: 0;
}
.newsLetter .btn-green-2:hover, .newsLetter .btn-green-2:active:focus, .newsLetter .btn-green-2:focus-visible {
  border-radius: 0;
  box-shadow: 0 0 0 .25rem transparent;
  outline: -webkit-focus-ring-color auto 0px;
}

.usedLoginDsn .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 25px;
  left: calc(50% - 62px);
  color: #000;
}
.usedLoginDsn .modal-header {
  position: relative;
}
.usedLoginDsn .modal-title h4 {
  font-weight: bold;
}
.usedLoginDsn .text-start {
  display: none;
}
.usedLoginDsn .loginDsn,
.usedLoginDsn .loginDsn:focus {
  border-width: 1.5px;
  border-style: solid;
  border-image: linear-gradient(to right top, #36dd68, #dddf78) 1 !important;
  border-left-width: 0;
  border-right-width: 0;
  width: 450px;
  padding: 15px;
  border-color: transparent !important;
  outline: -webkit-focus-ring-color auto 0px;
  color: #23b14d;
  text-align: justify;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
  max-width: 100%;
  box-shadow: 0 0;
}
.usedLoginDsn .btn-green {
  margin-bottom: 20px;
}
.text-grn {
  color: #23b14d !important;
}
.usedLoginDsn .loginDsn::placeholder {
  color: #23b14d;
  opacity: 1; /* Firefox */
}

.usedLoginDsn .loginDsn::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #23b14d;
}

.otpDsn .signupmobilenoandotp {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.otpDsn .blink_me {
  font-size: 13px;
  margin-top: 5px;
  color: #c91414;
}
.otpDsn .btn-mt {
  margin-top: 20px;
}
.btn-green {
  background: linear-gradient(8deg, #36dd68 0%, #dddf78 100%);
  background-color: #4ad168;
  color: #fff;
  box-shadow: 0 13px 11px -13px #00000063;
  position: relative;
  border: 0;
  min-width: 180px;
  height: 45px;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.5s;
}

.btn-green:hover {
  color: #fff;
  box-shadow: 0 26px 25px -19px #00000063;
  border-radius: 10px;
}

.UserProfileDsn .form-control,
.UserProfileDsn .form-select {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  margin-top: 25px;
  height: 40px;
  background-color: #fff;
}
.UserProfileDsn .form-control:focus,
.UserProfileDsn .form-select:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}
.UserProfileDsn {
  margin-bottom: 55px;
}

.UserProfileDsn button {
  margin-top: 20px;
}

.navDsn .list-group-item-dark {
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  padding-right: 0;
  gap: 15px;
}
.navDsn .list-group-item-dark.navActive {
  background: #fff;
  color: #23b14d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.navDsn .list-group-item-dark.list-group-item-action:focus,
.navDsn .list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #ffffff;
}
.popover.navDsn {
  max-width: 300px;
  width: 100%;
  border: 0;
  box-shadow: 0 4px 9px 0 #00000021;
  border-radius: 0;
}
.navDsn .popover-body {
  padding: 2rem 1.5rem 1rem;
  color: #212529;
}
.userOrderDsn {
  min-height: 550px;
}
.userOrderDsn .cartviewtable {
  box-shadow: 0 4px 9px 0 #00000021;
}
.cartDsn th {
  background-color: #f8f8f8 !important;
  padding: 10px !important;
}
.cartDsn.table > :not(:first-child) {
  border-top: 2px solid transparent !important;
}
.cartDsn td:nth-of-type(even),
.cartDsn.table-striped > tbody > tr:nth-of-type(odd) > *,
.cartDsn.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: #fff !important;
  --bs-table-accent-bg: transparent;
  vertical-align: middle;
  font-size: 13px;
}
.cartDsn .status {
  background: transparent;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  padding: 0px 8px;
  border-radius: 100px;
  display: inline-block;
}
.cartDsn .status.received {
  color: #31dd03;
  border: 1px solid #31dd03;
}
.cartDsn .download {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right top, #36dd68, #dddf78);
  padding: 7px;
  text-decoration: none;
  font-size: 11px;
  color: #303030;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.cartDsn .download1 {
  border: 1px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right top, #36dd68, #dddf78);
  padding: 2px;
  text-decoration: none;
  font-size: 11px;
  color: #303030;
  display: inline-flex;
  gap: 1px;
  align-items: center;
}
.cartDsn .form-control {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  margin-bottom: 15px;
  height: 40px;
  background-color: #fff;
  text-align: left !important;
}
.text-green {
  color: #23b14d !important;
}
.cartDsn .btn-green {
  display: inline-block !important;
  padding: 10px;
  height: 40px;
  min-width: 70px;
  margin-left: 50px;
  margin-right: 50px;
}
.bg-green {
  background-color: #23b14d !important;
  color: #fff;
}
.cartDsn {
  margin-bottom: 70px !important;
}
.CartDsnMob td {
  padding: 10px 5px !important;
}
.CartDsnMob .btn-green {
  min-width: 120px;
}
.filterSortDsn .btn-green-3 {
  min-width: 155px;
  height: 34px;
  padding: 5px;
}

@media (max-width: 768px) {
  .navDsn .list-group-item-dark {
    padding-left: 10px;
    border: 0px solid #fff;
    border-width: 0px 0 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
}


.cartNavDsn {
    margin-right: 25px;
}
.invoiceSuccessMsgDsn{
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  letter-spacing: 1px;
}
.mtBorDsn{
      border-top: 1px solid #e5e4e4;
}
.invoiceDsnSec{
  letter-spacing: 0.5px;
}
.paymentDetailDsn{
  padding: 25px;
}

.paymentDetailDsn i {
    background-color: #e9f8ee;
    margin: 20px -25px 0;
    display: block;
    font-style: normal;
    padding: 0 15px 25px;
}
.paymentDetailDsn {
    padding: 25px 25px 0;
}
.border.footerDsn02{
  border: 0px solid transparent !important;
}
.footerDsn02 a[disabled] {
  display: none;
}
.fixed-top-mob .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 transparent;
}
.footerSlider{
  display: none;
  transition: 0.5s;
}
.footerSlider.active{
  display: block;
}

@media (max-width: 1100px){
.fixed-top .dropdown-list {
    top: 74px;
    bottom: auto;
}
}
@media (max-width: 767px){
.footerDsn02 {
    position: relative;
    bottom: -10px;
    /* height: calc(100% + 10px); */
    margin-top: -10px;
}
}
