/*account*/
@media (min-width: 992px) {
  .myAccountgrid {
    display: grid;
    grid-template-columns: 260px auto;
    gap: 0 30px;
    align-items: flex-start; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .myAccountgrid {
    display: grid;
    grid-template-columns: 240px auto;
    gap: 0 20px; } }
@media (min-width: 992px) {
  .myAccountgrid .myAccountsidebar {
    position: sticky;
    top: 40px; } }
@media (min-width: 992px) {
  .myAccountgrid .myAccountsidebar .myAcsin {
    background: #fff;
    padding: 24px 20px;
    border: 1px solid #edf0f8;
    border-radius: 6px; } }
.myAccountgrid .myAccountsidebar .myAcsin .acLogdet {
  border-bottom: 1px dashed #d6d7e3;
  padding-bottom: 16px;
  margin-bottom: 16px; }
  .myAccountgrid .myAccountsidebar .myAcsin .acLogdet p {
    font-weight: 600;
    letter-spacing: -0.25px;
    margin-top: 10px;
    margin-bottom: 0; }
  .myAccountgrid .myAccountsidebar .myAcsin .acLogdet small {
    font-size: 12px;
    color: #a1acd0;
    display: block; }
.myAccountgrid .myAccountsidebar .myAcsin ul {
  display: grid;
  gap: 12px 0; }
  .myAccountgrid .myAccountsidebar .myAcsin ul li a {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 14px;
    transition: all .075s ease;
    letter-spacing: -0.25px; }
    .myAccountgrid .myAccountsidebar .myAcsin ul li a:hover {
      color: #011f3b; }
    .myAccountgrid .myAccountsidebar .myAcsin ul li a.active {
      color: #011f3b;
      font-weight: 500; }
    .myAccountgrid .myAccountsidebar .myAcsin ul li a span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px; }
@media (max-width: 991.98px) {
  .myAccountgrid .myAccountsidebar.dashMenuopen {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background: #fff;
    padding: 15px;
    width: 280px;
    margin-left: -280px;
    transition: all .5s ease .05s;
    height: calc(100vh - 0px);
    overflow-y: auto;
    padding-bottom: 70px; } }
.myAccountgrid .myAccountbox > a {
  font-size: 13px;
  display: inline-block;
  letter-spacing: -0.5px;
  padding: 3px 20px 3px 13px;
  border-radius: 4px;
  background: #5b68ff;
  color: #fff; }
.myAccountgrid .myAccountbox .myAccountboxin {
  background: #fff;
  padding: 24px 20px;
  border: 1px solid #edf0f8;
  min-height: calc(65vh - 0px);
  border-radius: 6px; }
  .myAccountgrid .myAccountbox .myAccountboxin .myAccboxhead h5 {
    letter-spacing: -0.5px; }
    @media (max-width: 575.98px) {
      .myAccountgrid .myAccountbox .myAccountboxin .myAccboxhead h5 {
        font-size: 18px; } }
  .myAccountgrid .myAccountbox .myAccountboxin .myAccboxhead a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.5px; }

.dashMenuslide {
  position: relative;
  overflow-y: hidden; }
  .dashMenuslide header:before {
    position: absolute;
    content: '';
    background: #070c1a;
    opacity: 0.87;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9; }
  @media (max-width: 991.98px) {
    .dashMenuslide .myAccountsidebar.dashMenuopen {
      margin-left: 0;
      transition: all .5s ease .05s; } }

.acInnerwrapper {
  background: #f5f6f9;
  min-height: calc(75vh - 185px); }

.profileUpdate .pEmailupdate {
  max-width: 320px; }
  .profileUpdate .pEmailupdate h6 {
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .profileUpdate .pEmailupdate h6 span {
      font-size: 13px; }
      .profileUpdate .pEmailupdate h6 span i {
        color: #18cd8a; }
      .profileUpdate .pEmailupdate h6 span.enotVerified i {
        color: #f3206e; }
  .profileUpdate .pEmailupdate a {
    font-weight: 500;
    color: #2199ff;
    letter-spacing: -1px;
    text-decoration: underline !important; }
    .profileUpdate .pEmailupdate a:hover {
      color: #212529; }
.profileUpdate .Perdetailupdate .pduHead h5 {
  font-size: 18px;
  letter-spacing: -0.5px; }
.profileUpdate .Perdetailupdate .pduHead p {
  color: #516489; }

.orderlistWrap .orderGrid {
  display: grid;
  gap: 15px 0; }
  .orderlistWrap .orderGrid .orderLbox {
    border: 1px solid #e6eaf3;
    padding: 20px;
    border-radius: 6px; }
    .orderlistWrap .orderGrid .orderLbox a {
      position: relative;
      min-height: 115px;
      display: block;
      color: inherit; }
      .orderlistWrap .orderGrid .orderLbox a .orderSimg {
        width: 110px;
        height: 115px;
        background: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        border: 1px solid #e6eaf3;
        overflow: hidden;
        padding: 5px; }
        @media (min-width: 576px) {
          .orderlistWrap .orderGrid .orderLbox a .orderSimg {
            position: absolute;
            left: 0;
            top: 0; } }
        .orderlistWrap .orderGrid .orderLbox a .orderSimg img {
          aspect-ratio: 1/1;
          object-fit: contain; }
      .orderlistWrap .orderGrid .orderLbox a .orderBxcnt {
        margin-top: 20px; }
        @media (min-width: 576px) {
          .orderlistWrap .orderGrid .orderLbox a .orderBxcnt {
            padding-left: 125px;
            margin-top: 0; } }
        .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntTop {
          letter-spacing: -0.5px; }
          @media (min-width: 768px) {
            .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntTop {
              display: flex;
              justify-content: space-between; } }
          .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntTop .obxcntLeft h5 {
            font-size: 16px;
            font-weight: 600; }
          .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntTop .obxcntLeft small {
            font-size: 12px;
            color: #7782a4; }
          .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntTop .obxcntRight {
            margin-top: 15px;
            margin-bottom: 15px; }
            @media (min-width: 768px) {
              .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntTop .obxcntRight {
                text-align: right;
                margin-top: 0;
                margin-bottom: 0; } }
            .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntTop .obxcntRight h6 {
              font-size: 14px;
              font-weight: 600; }
              .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntTop .obxcntRight h6 span {
                display: inline-block;
                height: 10px;
                width: 10px;
                border-radius: 100px; }
            .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntTop .obxcntRight p {
              font-size: 13px;
              margin-bottom: 0; }
              .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntTop .obxcntRight p span {
                margin-left: 5px;
                font-size: 14px;
                font-weight: 600; }
        .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntBot {
          margin-top: 10px;
          letter-spacing: -0.5px; }
          .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntBot p {
            font-size: 13px;
            font-weight: 500;
            margin-bottom: 7px; }
            .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntBot p span {
              color: #0cbf7d; }
          .orderlistWrap .orderGrid .orderLbox a .orderBxcnt .obxcntBot small {
            font-size: 12px; }

.orderlistWrap .orderDetbox .obxcntTop {
  letter-spacing: -0.5px; }
  @media (min-width: 768px) {
    .orderlistWrap .orderDetbox .obxcntTop {
      display: flex;
      justify-content: space-between; } }
  .orderlistWrap .orderDetbox .obxcntTop .obxcntLeft h5 {
    font-size: 16px;
    font-weight: 600; }
  .orderlistWrap .orderDetbox .obxcntTop .obxcntLeft small {
    font-size: 12px;
    color: #7782a4; }
  .orderlistWrap .orderDetbox .obxcntTop .obxcntRight {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .orderlistWrap .orderDetbox .obxcntTop .obxcntRight {
        text-align: right;
        margin-top: 0;
        margin-bottom: 0; } }
    .orderlistWrap .orderDetbox .obxcntTop .obxcntRight h6 {
      font-size: 14px;
      font-weight: 600; }
      .orderlistWrap .orderDetbox .obxcntTop .obxcntRight h6 span {
        display: inline-block;
        height: 10px;
        width: 10px;
        border-radius: 100px; }
    .orderlistWrap .orderDetbox .obxcntTop .obxcntRight p {
      font-size: 13px;
      margin-bottom: 0; }
      .orderlistWrap .orderDetbox .obxcntTop .obxcntRight p span {
        margin-left: 5px;
        font-size: 14px;
        font-weight: 600; }
.orderlistWrap .orderDetbox .obxcntBot {
  margin-top: 10px;
  letter-spacing: -0.5px; }
  @media (min-width: 768px) {
    .orderlistWrap .orderDetbox .obxcntBot {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }
  .orderlistWrap .orderDetbox .obxcntBot .obxcntbLeft p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px; }
    .orderlistWrap .orderDetbox .obxcntBot .obxcntbLeft p span {
      color: #0cbf7d; }
  .orderlistWrap .orderDetbox .obxcntBot .obxcntbRight a:first-child {
    font-size: 13px;
    font-weight: 500; }
  @media (max-width: 767.98px) {
    .orderlistWrap .orderDetbox .obxcntBot .obxcntbRight {
      justify-content: space-between;
      margin-top: 10px; }
      .orderlistWrap .orderDetbox .obxcntBot .obxcntbRight a:first-child {
        order: 2; } }
@media (min-width: 992px) {
  .orderlistWrap .orderItemsumwrap {
    display: grid;
    grid-template-columns: auto 330px;
    gap: 30px; } }
.orderlistWrap .orderItemsumwrap .orderItemslist > h5 {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  padding-bottom: 13px;
  border-bottom: 1px dashed #e6e6f1; }
  @media (max-width: 575.98px) {
    .orderlistWrap .orderItemsumwrap .orderItemslist > h5 {
      font-size: 16px; } }
.orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin {
  position: relative;
  border-bottom: 1px solid #e6eaf3;
  min-height: 130px;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemimg {
    position: absolute;
    left: 0;
    top: 0; }
    .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemimg span {
      background: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 115px;
      height: 106px;
      border: 1px solid #e8eaf1;
      border-radius: 6px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemimg span {
          width: 90px;
          height: 83px; } }
      @media (max-width: 767.98px) {
        .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemimg span {
          width: 80px;
          height: 74px; } }
      .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemimg span img {
        aspect-ratio: 1/1;
        object-fit: contain; }
        @media (max-width: 991.98px) {
          .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemimg span img {
            max-width: 48px; } }
  @media (min-width: 768px) {
    .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt {
      padding-left: 130px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt {
      padding-left: 105px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt .cartItemcntin {
      min-height: 60px; } }
  @media (max-width: 991.98px) {
    .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt .cartItemcntin {
      min-height: 80px; } }
  @media (max-width: 767.98px) {
    .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt .cartItemcntin {
      padding-left: 95px; } }
  .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt .cartItemcntin h5 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
    line-height: 22px;
    color: #333552; }
    @media (max-width: 575.98px) {
      .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt .cartItemcntin h5 {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px; } }
  .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt .cartItemcntin h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: -1px; }
    @media (max-width: 575.98px) {
      .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt .cartItemcntin h6 {
        font-weight: 700; } }
    .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt .cartItemcntin h6 .qty-price {
      font-size: 13px;
      font-weight: 400;
      color: #636f85;
      letter-spacing: -0.75px; }
      @media (max-width: 575.98px) {
        .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt .cartItemcntin h6 .qty-price {
          letter-spacing: -0.5px; } }
  .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin .cartItemcnt .cartItemcntin p {
    display: flex;
    gap: 8px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
    flex-wrap: wrap; }
  .orderlistWrap .orderItemsumwrap .orderItemslist .cartItemgrid .cartItemin:last-child {
    border-bottom: 0; }
@media (min-width: 768px) and (max-width: 991.98px) {
  .orderlistWrap .orderItemsumwrap .orderSummaryadd {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr; } }
.orderlistWrap .orderItemsumwrap .orderSummaryadd .orderSumtab {
  background: #fff;
  padding: 20px;
  border: 1px solid #dfe3ed;
  border-radius: 6px; }
  .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderSumtab > h5 {
    letter-spacing: -0.5px;
    font-size: 16px;
    margin-bottom: 20px; }
  .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderSumtab .cartfTempttltop h6 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 13px; }
    .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderSumtab .cartfTempttltop h6 span {
      font-size: 14px;
      font-weight: 400;
      color: #404759; }
      .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderSumtab .cartfTempttltop h6 span small {
        display: block;
        margin-top: 8px;
        font-size: 10px;
        font-weight: 600;
        color: #355df1; }
  .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderSumtab .cartfTempttltop h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    border-top: 1px dashed #b9bacb;
    padding-top: 15px;
    margin-bottom: 0;
    letter-spacing: -0.5px; }
.orderlistWrap .orderItemsumwrap .orderSummaryadd .orderAddtab {
  background: #fff;
  padding: 20px;
  border: 1px solid #dfe3ed;
  border-radius: 6px; }
  .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderAddtab > h5 {
    letter-spacing: -0.5px;
    font-size: 16px;
    margin-bottom: 20px; }
  .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderAddtab .orderAddtabin h5 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderAddtab .orderAddtabin h5 i {
      margin-right: 5px; }
  .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderAddtab .orderAddtabin h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderAddtab .orderAddtabin p {
    font-size: 13px;
    font-weight: 400;
    color: #516489;
    margin-bottom: 10px; }
  .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderAddtab .orderAddtabin .ad-ph {
    font-size: 12px;
    color: #6b7993; }
    .orderlistWrap .orderItemsumwrap .orderSummaryadd .orderAddtab .orderAddtabin .ad-ph span {
      font-size: 12px;
      font-weight: 600;
      color: #0d1324; }

.oCancelpop .oCancelpopbody {
  padding: 20px; }
  .oCancelpop .oCancelpopbody h5 {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 0; }
    .oCancelpop .oCancelpopbody h5 a i {
      font-size: 24px;
      line-height: 22px; }
  .oCancelpop .oCancelpopbody .oCancelform .form-rc-cus {
    display: grid;
    gap: 10px; }
    .oCancelpop .oCancelpopbody .oCancelform .form-rc-cus .form-check label {
      margin-left: 2px;
      font-size: 14px;
      font-weight: 400;
      top: 1px;
      letter-spacing: -0.25px; }

@media (min-width: 992px) {
  .orDetinnerwrapper .myAccountgrid {
    grid-template-columns: auto; } }
@media (min-width: 992px) {
  .orDetinnerwrapper .myAccountgrid .myAccountsidebar {
    display: none; } }

.newAddform h6 {
  letter-spacing: -0.5px;
  font-weight: 400; }
.newAddform .form-rc-cus .form-check-label {
  margin-left: 3px;
  top: 2px;
  font-size: 14px; }

.myDftadd {
  border: 1px solid #dfe3ed;
  border-radius: 4px;
  padding: 18px; }
  .myDftadd h5 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .myDftadd h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .myDftadd p {
    font-size: 13px;
    font-weight: 400;
    color: #516489;
    margin-bottom: 10px; }
  .myDftadd .ad-ph {
    font-size: 12px;
    color: #6b7993; }
    .myDftadd .ad-ph span {
      font-size: 12px;
      font-weight: 600;
      color: #0d1324; }
  .myDftadd .mkDftad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; }
    .myDftadd .mkDftad a {
      font-weight: 500;
      color: #2199ff;
      letter-spacing: -1px;
      text-decoration: underline !important; }
      .myDftadd .mkDftad a:hover {
        color: #212529; }
    .myDftadd .mkDftad span {
      background: #15bf9f;
      color: #fff;
      padding: 5px 15px 5px 10px;
      font-size: 12px;
      letter-spacing: -0.25px;
      border-radius: 20px; }

.myOtheradd > h5 {
  font-size: 18px;
  letter-spacing: -0.5px;
  margin-bottom: 15px; }
.myOtheradd .myOtheraddgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px; }
  .myOtheradd .myOtheraddgrid .myOtheraddin {
    border: 1px solid #dfe3ed;
    border-radius: 4px;
    padding: 18px;
    position: relative; }
    .myOtheradd .myOtheraddgrid .myOtheraddin h5 {
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .myOtheradd .myOtheraddgrid .myOtheraddin h6 {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }
    .myOtheradd .myOtheraddgrid .myOtheraddin p {
      font-size: 13px;
      font-weight: 400;
      color: #516489;
      margin-bottom: 10px; }
    .myOtheradd .myOtheraddgrid .myOtheraddin .ad-ph {
      font-size: 12px;
      color: #6b7993; }
      .myOtheradd .myOtheraddgrid .myOtheraddin .ad-ph span {
        font-size: 12px;
        font-weight: 600;
        color: #0d1324; }
    .myOtheradd .myOtheraddgrid .myOtheraddin .adActwrap {
      position: absolute;
      right: 10px;
      top: 10px; }
      .myOtheradd .myOtheraddgrid .myOtheraddin .adActwrap > a {
        font-size: 12px;
        font-weight: 500;
        width: 24px;
        display: block;
        text-align: right; }
      .myOtheradd .myOtheraddgrid .myOtheraddin .adActwrap .adActboxwrap {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-5px) scaleY(0.6);
        transform-origin: top;
        transition: all .2s ease;
        left: auto;
        right: 0;
        top: auto;
        min-width: 180px;
        z-index: 9; }
        .myOtheradd .myOtheraddgrid .myOtheraddin .adActwrap .adActboxwrap ul {
          background: #fff;
          padding: 12px;
          border-radius: 10px;
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.13);
          transform: translateY(0px);
          display: grid;
          gap: 10px; }
          .myOtheradd .myOtheraddgrid .myOtheraddin .adActwrap .adActboxwrap ul li a {
            font-size: 12px;
            font-weight: 500;
            display: block;
            letter-spacing: -0.25px; }
      .myOtheradd .myOtheraddgrid .myOtheraddin .adActwrap:hover .adActboxwrap {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scaleY(1);
        transition: all .2s ease; }

.adrsRemove .modal-dialog .modal-content {
  max-width: 400px;
  margin: 0 auto; }
  .adrsRemove .modal-dialog .modal-content .adrsRemovebody {
    padding: 20px; }
    .adrsRemove .modal-dialog .modal-content .adrsRemovebody h5 {
      font-size: 18px;
      letter-spacing: -1px;
      font-weight: 600;
      margin-bottom: 0; }
      .adrsRemove .modal-dialog .modal-content .adrsRemovebody h5 a i {
        font-size: 20px;
        line-height: 20px; }
    .adrsRemove .modal-dialog .modal-content .adrsRemovebody p {
      font-size: 14px;
      margin-bottom: 0;
      margin-top: 8px;
      letter-spacing: -0.5px; }
      .adrsRemove .modal-dialog .modal-content .adrsRemovebody p b {
        font-weight: 500;
        color: #2199ff;
        text-decoration: underline; }

.wishWrap .wishGrid {
  display: grid;
  gap: 20px; }
  .wishWrap .wishGrid .wishlistin {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px; }
    .wishWrap .wishGrid .wishlistin > a {
      color: inherit;
      position: relative;
      display: inline-block;
      padding-right: 30px; }
      @media (min-width: 768px) {
        .wishWrap .wishGrid .wishlistin > a {
          min-height: 125px; } }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .wishWrap .wishGrid .wishlistin > a {
          min-height: 100px; } }
      .wishWrap .wishGrid .wishlistin > a .wishImg {
        position: absolute;
        left: 0;
        top: 0;
        padding: 5px;
        border-radius: 6px;
        background: #fafbfd; }
        .wishWrap .wishGrid .wishlistin > a .wishImg img {
          aspect-ratio: 1/1;
          object-fit: contain; }
          @media (max-width: 767.98px) {
            .wishWrap .wishGrid .wishlistin > a .wishImg img {
              max-width: 70px;
              height: auto; } }
      .wishWrap .wishGrid .wishlistin > a .wishcnt {
        padding-left: 137px; }
        @media (max-width: 767.98px) {
          .wishWrap .wishGrid .wishlistin > a .wishcnt {
            padding-left: 95px; } }
        .wishWrap .wishGrid .wishlistin > a .wishcnt h6 {
          font-size: 15px;
          letter-spacing: -0.75px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          font-weight: 400;
          line-height: 22px; }
          @media (max-width: 575.98px) {
            .wishWrap .wishGrid .wishlistin > a .wishcnt h6 {
              font-size: 14px;
              line-height: 20px; } }
        .wishWrap .wishGrid .wishlistin > a .wishcnt h5 {
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 10px;
          letter-spacing: -1px; }
          @media (max-width: 575.98px) {
            .wishWrap .wishGrid .wishlistin > a .wishcnt h5 {
              font-size: 16px; } }
          .wishWrap .wishGrid .wishlistin > a .wishcnt h5 .qty-price {
            font-size: 14px;
            font-weight: 400;
            color: #636f85; }
            @media (max-width: 575.98px) {
              .wishWrap .wishGrid .wishlistin > a .wishcnt h5 .qty-price {
                font-size: 12px;
                font-weight: 500;
                letter-spacing: -0.5px; } }
        .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar i {
          font-size: 12px;
          margin: 0 1px; }
          @media (max-width: 575.98px) {
            .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar i {
              font-size: 10px;
              margin: 0 0; } }
        .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-1 i:nth-child(1) {
          color: #ffa132; }
        .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-2 i:nth-child(1), .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-2 i:nth-child(2) {
          color: #ffa132; }
        .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-3 i:nth-child(1), .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-3 i:nth-child(2), .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-3 i:nth-child(3) {
          color: #ffa132; }
        .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-4 i:nth-child(1), .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-4 i:nth-child(2), .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-4 i:nth-child(3), .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-4 i:nth-child(4) {
          color: #ffa132; }
        .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-5 i:nth-child(1), .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-5 i:nth-child(2), .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-5 i:nth-child(3), .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-5 i:nth-child(4), .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew .proStar.star-5 i:nth-child(5) {
          color: #ffa132; }
        .wishWrap .wishGrid .wishlistin > a .wishcnt .pstarRew span {
          font-size: 10px;
          font-weight: 600;
          position: relative;
          top: 1px; }
      .wishWrap .wishGrid .wishlistin > a:hover .wishcnt h6 {
        color: #64616e; }
    .wishWrap .wishGrid .wishlistin .myAcntdrop {
      position: absolute;
      right: 0;
      top: 0; }
      .wishWrap .wishGrid .wishlistin .myAcntdrop span {
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 4px;
        line-height: 20px; }
        .wishWrap .wishGrid .wishlistin .myAcntdrop span .fIch {
          font-size: 13px; }
      .wishWrap .wishGrid .wishlistin .myAcntdrop .myAcntdropbox {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-5px) scaleY(0.6);
        transform-origin: top;
        transition: all .2s ease;
        left: auto;
        right: 0;
        top: auto;
        min-width: 14rem;
        z-index: 9; }
        .wishWrap .wishGrid .wishlistin .myAcntdrop .myAcntdropbox .myAcntdropboxin {
          background: #fff;
          padding: 15px;
          border-radius: 6px;
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.13);
          transform: translateY(10px); }
          .wishWrap .wishGrid .wishlistin .myAcntdrop .myAcntdropbox .myAcntdropboxin h5 {
            font-size: 15px;
            font-weight: 500;
            letter-spacing: -0.75px;
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .wishWrap .wishGrid .wishlistin .myAcntdrop .myAcntdropbox .myAcntdropboxin h5 a {
              font-size: 12px;
              font-weight: 500; }
              .wishWrap .wishGrid .wishlistin .myAcntdrop .myAcntdropbox .myAcntdropboxin h5 a i {
                margin-right: 3px; }
      .wishWrap .wishGrid .wishlistin .myAcntdrop:hover .myAcntdropbox {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scaleY(1);
        transition: all .2s ease; }
    .wishWrap .wishGrid .wishlistin:last-child {
      border-bottom: 0px solid #eee;
      padding-bottom: 0px; }

.raiseTktwrap {
  max-width: 600px;
  margin: 0 auto; }
  .raiseTktwrap > h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 15px; }

.tktListwrap .tktListgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 20px; }
  @media (min-width: 768px) {
    .tktListwrap .tktListgrid {
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); } }
  .tktListwrap .tktListgrid .tktListin a {
    background: #fff;
    padding: 20px;
    border: 1px solid #dfe3ed;
    border-radius: 6px;
    position: relative;
    display: block;
    color: inherit; }
    .tktListwrap .tktListgrid .tktListin a h5 {
      font-size: 16px;
      font-weight: 600; }
    .tktListwrap .tktListgrid .tktListin a small {
      font-size: 12px;
      color: #7782a4;
      margin-bottom: 18px;
      display: inline-block; }
    .tktListwrap .tktListgrid .tktListin a h6 {
      font-size: 14px;
      font-weight: 600; }
    .tktListwrap .tktListgrid .tktListin a p {
      font-size: 13px;
      font-weight: 500;
      color: #7782a4;
      margin-bottom: 0; }
      .tktListwrap .tktListgrid .tktListin a p span {
        color: #0d1324; }
    .tktListwrap .tktListgrid .tktListin a > span {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .tktListwrap .tktListgrid .tktListin a > span {
          position: absolute;
          right: 10px;
          top: 13px; } }
      @media (max-width: 575.98px) {
        .tktListwrap .tktListgrid .tktListin a > span {
          display: inline-block;
          margin-top: 15px; } }
      .tktListwrap .tktListgrid .tktListin a > span i {
        display: inline-block;
        height: 10px;
        width: 10px;
        border-radius: 100px; }
    .tktListwrap .tktListgrid .tktListin a:hover {
      border: 1px solid #bbc5cf;
      box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.08); }

.tktDetwrap .tktListgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 20px; }
  @media (min-width: 1200px) {
    .tktDetwrap .tktListgrid {
      grid-template-columns: 240px auto;
      align-items: flex-start; } }
  @media (min-width: 1200px) {
    .tktDetwrap .tktListgrid .tktListin {
      position: sticky;
      top: 40px; } }
  @media (max-width: 1199.98px) {
    .tktDetwrap .tktListgrid .tktListin {
      position: relative;
      margin-bottom: 20px; } }
  .tktDetwrap .tktListgrid .tktListin h5 {
    font-size: 16px;
    font-weight: 600; }
  .tktDetwrap .tktListgrid .tktListin small {
    font-size: 12px;
    color: #7782a4;
    margin-bottom: 18px;
    display: inline-block; }
  .tktDetwrap .tktListgrid .tktListin h6 {
    font-size: 14px;
    font-weight: 600; }
  .tktDetwrap .tktListgrid .tktListin p {
    font-size: 13px;
    font-weight: 500;
    color: #7782a4;
    margin-bottom: 0; }
    .tktDetwrap .tktListgrid .tktListin p span {
      color: #0d1324; }
  .tktDetwrap .tktListgrid .tktListin > span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px; }
    @media (max-width: 1199.98px) {
      .tktDetwrap .tktListgrid .tktListin > span {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0; } }
    .tktDetwrap .tktListgrid .tktListin > span i {
      display: inline-block;
      height: 10px;
      width: 10px;
      border-radius: 100px; }
  .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap {
    background: #f3f7f9;
    padding: 25px;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
    max-height: 520px;
    overflow-y: auto; }
    @media (max-width: 767.98px) {
      .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap {
        padding: 15px; } }
    .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin {
      display: flex;
      flex-direction: column;
      gap: 30px;
      width: 100%; }
      @media (max-width: 767.98px) {
        .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin {
          gap: 20px; } }
      .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat {
        display: flex;
        align-items: flex-end;
        gap: 15px; }
        .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatavatar {
          position: relative;
          top: -18px;
          width: 40px;
          text-align: center; }
          .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatavatar:after {
            position: absolute;
            left: 0;
            bottom: -20px;
            font-size: 11px;
            font-weight: 600;
            right: 0;
            text-align: center; }
          .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatavatar i {
            color: #fff;
            height: 38px;
            width: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%; }
            @media (max-width: 767.98px) {
              .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatavatar i {
                font-size: 11px; } }
            @media (min-width: 576px) and (max-width: 767.98px) {
              .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatavatar i {
                height: 28px;
                width: 28px; } }
            @media (max-width: 575.98px) {
              .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatavatar i {
                height: 24px;
                width: 24px; } }
        .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatmsg {
          background: #fff;
          padding: 13px;
          border-radius: 6px;
          box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.05);
          min-height: 80px;
          display: flex;
          flex: 1;
          flex-direction: column;
          justify-content: space-between;
          position: relative; }
          .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatmsg::before, .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatmsg:after {
            position: absolute;
            content: ''; }
          .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatmsg p {
            font-size: 13px;
            font-weight: 500;
            line-height: 20px;
            text-align: justify;
            letter-spacing: -0.5px; }
            @media (max-width: 575.98px) {
              .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatmsg p {
                font-size: 12px;
                line-height: inherit; } }
          .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat .tktChatmsg small {
            font-size: 11px;
            font-weight: 500;
            color: #6c81a7; }
        .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat:nth-child(odd) .tktChatavatar {
          order: 2; }
          .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat:nth-child(odd) .tktChatavatar:after {
            content: 'YOU'; }
          .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat:nth-child(odd) .tktChatavatar i {
            background: #62678d; }
        .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat:nth-child(odd) .tktChatmsg {
          margin-left: 55px;
          text-align: right; }
          @media (max-width: 575.98px) {
            .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat:nth-child(odd) .tktChatmsg {
              margin-left: auto; } }
          .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat:nth-child(odd) .tktChatmsg:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 2px 0 13px 13px;
            border-color: transparent transparent transparent #ffffff;
            right: -13px;
            bottom: 13px; }
        .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat:nth-child(even) .tktChatavatar:after {
          content: 'ADMIN'; }
        .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat:nth-child(even) .tktChatavatar i {
          background: #2597e8; }
        .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat:nth-child(even) .tktChatmsg {
          margin-right: 55px; }
          @media (max-width: 575.98px) {
            .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat:nth-child(even) .tktChatmsg {
              margin-right: auto; } }
          .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap .tktChatin .tktChat:nth-child(even) .tktChatmsg:before {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 2px 13px 13px 0;
            border-color: transparent #ffffff transparent transparent;
            left: -13px;
            bottom: 13px; }
    .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      background-color: #ffffff; }
    .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap::-webkit-scrollbar-thumb {
      background: #d0d2e3;
      border-radius: 6px; }
    .tktDetwrap .tktListgrid .tktChatwidform .tktChatwrap::-webkit-scrollbar-button {
      background-size: 0px 0px;
      background-repeat: no-repeat;
      background-position: center center;
      height: 0px;
      width: 8px; }
  .tktDetwrap .tktListgrid .tktChatwidform .form-cmn {
    max-width: 700px;
    margin: 0 auto;
    width: 100%; }

/*login-signup*/
.logHead h1 {
  font-size: clamp(23px, 4vw, 28px);
  letter-spacing: -1.5px; }

.sclLogin a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #bfc7cd;
  border-radius: 50px;
  padding: 0px 18px 0 5px;
  color: inherit; }
  .sclLogin a:hover {
    border: 1px solid transparent;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12); }
.sclLogin .spLine {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 400;
  color: #646b7e; }
  .sclLogin .spLine:before {
    position: absolute;
    content: '';
    background: #e1e1ed;
    width: 24%;
    height: 1px;
    left: 0;
    top: 8px; }
  .sclLogin .spLine:after {
    position: absolute;
    content: '';
    background: #e1e1ed;
    width: 24%;
    height: 1px;
    right: 0;
    top: 8px; }

.login-form {
  max-width: 380px;
  margin: 0 auto; }

.otpForm {
  padding: 20px; }
  .otpForm > a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px; }
  .otpForm .otpHead h5 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 10px; }
  .otpForm .otpHead p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.3px; }
  .otpForm .otpFormin .otp-input .form-control {
    max-width: 46px;
    height: 48px;
    display: inline-block;
    margin: 0px;
    padding: 0;
    text-align: center;
    border: 1px solid #c3d3e7; }
    @media (max-width: 399px) {
      .otpForm .otpFormin .otp-input .form-control {
        max-width: 44px;
        height: 46px; } }
  .otpForm .otpFormin .otp-input ::placeholder {
    font-size: 15px;
    color: #c4d9e9 !important; }
  .otpForm .otpFormin .otp-input :focus::-webkit-input-placeholder {
    opacity: 0; }
  .otpForm .otpFormin p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.3px; }
    .otpForm .otpFormin p a {
      color: #011f3b; }
      .otpForm .otpFormin p a:hover {
        color: #212529; }
  .otpForm .otpFormin span {
    color: #465064;
    font-size: 13px;
    margin-bottom: 20px;
    display: inline-block; }
    .otpForm .otpFormin span a {
      color: #000; }
      .otpForm .otpFormin span a:hover {
        color: #011f3b; }

.uProfileform .uProfileHead h5 {
  font-size: clamp(18px, 4.7vw, 20px);
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 10px; }
.uProfileform .uProfilein {
  max-width: 650px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #d7dee7;
  border-radius: 6px; }
  @media (max-width: 575.98px) {
    .uProfileform .uProfilein {
      padding: 20px 15px; } }
  .uProfileform .uProfilein.uProfilein_2 {
    max-width: 100% !important;
    padding: 0px !important; }
  .uProfileform .uProfilein .uProfileinhead h5 {
    font-size: clamp(20px, 4.7vw, 23px);
    font-weight: 600;
    letter-spacing: -1px; }
  .uProfileform .uProfilein .uProfileinhead .actions {
    margin-top: 20px;
    margin-bottom: 20px; }
    .uProfileform .uProfilein .uProfileinhead .actions .middle-border {
      border-bottom: 1px solid #FE5000;
      margin: 0 10px 5px 10px;
      width: 30%;
      display: inline-block; }
    .uProfileform .uProfilein .uProfileinhead .actions .orange-text {
      color: #FE5000; }
  .uProfileform .uProfilein .form-cmn a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    letter-spacing: -0.75px; }

/*# sourceMappingURL=account.css.map */
