.accountBox {
  padding: 50px 40px;
  border-radius: 15px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
}

.profileImg {
  min-width: 60px;
  max-width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}

.profileImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-gray {
  background-color: #E9EAEC;
  color: #525765;
  font-size: 10px !important;
  line-height: 15px !important;
  width: 180px;
  padding: 14px 10px !important;
  font-size: 13px !important;
}

.btn-gray:hover {
  background-color: #6c757d;
  color: #fff;
}

.btn-cancel {
  color: #D23131;
}

.btn-cancel:hover {
  background-color: #D23131;
  color: #fff;
}

.aacountfaqBox {
  background: #d2d3d4;
  padding: 20px;
  border-radius: 15px;
}

.aacountfaqBox a {
  word-break: break-word;
}

.myaccount-modal .modal-content {
  padding: 40px;
  border-radius: 15px;
}

#frmSMS .btn.btn-sm:hover {
  background-color: #fff !important;
  color: #213c91 !important;
}

.form-control:focus {
  border-color: #FF5F00;
}

.myaccount-modal .modal-title h5 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #004C97;
}

.myaccount-modal .modal-title p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #0E193D;
}

.myaccount-modal .modal-header {
  border: 0px !important;
  display: block;
  padding-top: 0px;
  padding: 0;
}

.myaccount-modal .modal-header h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #004C97;
}

.myaccount-modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 13px;
}

.myaccount-modal .modal-body {
  padding: 0px;
}

.myaccount-modal .modal-body label {
  font-size: 14px;
}

.myaccount-modal .modal-body .text-primary {
  color: #004C97 !important;
}

.myaccount-modal .modal-body .form-control {
  height: 42px;
  font-size: 16px;
  line-height: 28px;
  color: #171717;
  background-color: #F4F7FF;
  border: 1px solid #E9EAEC;
}

.myaccount-modal .modal-body .form-control:focus {
  border-color: #FF5F00;
}

.myaccount-modal .modal-body .form-control-feedback {
  font-size: 12px;
  line-height: 24px;
}

.myaccount-modal .modal-body .btn {
  font-size: 16px;
  min-width: inherit;
  padding: 12px 25px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  font-family: Poppins, sans-serif;
}

.myaccount-modal .modal-body .btn-primary {
  padding: 8px 10px 8px 10px;
  border-radius: 5px;
  background: #213C91;
  border: 1px solid #213C91;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.myaccount-modal .modal-body .btn-success {
  color: #fff;
  background-color: #a83d72;
  border-color: #a83d72;
}

.myaccount-modal .modal-body .btn-primary:hover {
  background-color: #fff;
  color: #213C91;
}

.myaccount-modal .modal-body .btn-secondary {
  padding: 8px 10px 8px 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #213C91;
  border: 1px solid #213C91;
  font-size: 14px;
  line-height: 22px;
}

.myaccount-modal .modal-body .btn-secondary:hover {
  background-color: #213C91;
  color: #fff;
}

.myaccount-modal .modal-body .devider {
  margin-top: 40px;
}

.myaccount-modal .modal-body .fieldBoxIcons {
  position: relative;
}

.myaccount-modal .modal-body .fieldBoxIcons .material-icons {
  position: absolute;
  top: 36px;
  right: 10px;
  cursor: pointer;
}

.myaccount-modal .modal-body ul {
  margin-bottom: 20px;
}

.myaccount-modal .modal-body li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  list-style-position: inside;
}

.myaccount-modal .modal-body .blurb-photo {
  border-radius: 50%;
  height: 100px;
  margin-left: 10px;
  width: 100px;
}

#frmEmail .btn-primary {
  padding: 9px 30px;
  border-radius: 5px;
  background: #213C91;
  border: 1px solid #213C91;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

#frmEmail .btn-primary:hover {
  background-color: #fff;
  color: #213C91;
}

#frmEmail .form-control-feedback {
  font-size: 12px;
  line-height: 24px;
}

#frmSMS .btn-primary {
  padding: 9px 30px;
  border-radius: 5px;
  background: #213C91 !important;
  border: 1px solid #213C91;
  font-size: 14px !important;
  line-height: 22px;
  color: #fff;
  min-width: 152px;
}

#frmSMS #sms_phone {
  width: 300px;
}

.disclaimer {
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #9C9EA7;
}

.disclaimer a {
  color: #213c91;
}

.accountBox .form-control {
  background-color: #f4f7ff;
  border: 1px solid #e9eaec;
}

#frmEmail #subscribe_email {
  width: 300px;
}

.checkoutStepForm .text-muted {
  font-size: 14px !important;
}

.modalFooterLink a {
  font-size: 12px;
  font-weight: 500;
  color: #C0628E;
}

.modalLinkWithUL a {
  font-size: 15px;
  font-weight: 500;
  color: #C0628E;
  text-decoration: underline;
}

.modalFooterLink a.deep {
  color: #A83D72;
}

.popProDiv {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.popProDiv img {
  max-width: 100%;
}

.popProDivbadge {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 95px;
  width: 100%;
  top: 0;
  z-index: 8;
}

.popPro {
  padding-top: 30px;
}

.popPro ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.popPro ul li {
  position: relative;
  max-width: 25%;
  margin: 0 -6px;
}

.popPro ul li:nth-child(2),
.popPro ul li:nth-child(4) {
  margin-top: 16px;
}

.popPro ul li:nth-child(3) {
  margin-top: 32px;
  z-index: 3;
}

.popPro ul li:nth-child(4) {
  z-index: 2;
}

.popPro ul li:nth-child(5) {
  z-index: 3;
}

.popProGift {
  margin-top: -10%;
  position: relative;
  z-index: 3;
}

.popProGift ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0 15px;
}

.popProGift ul li {
  position: relative;
  max-width: 25%;
}

.popProGiftBadge {
  background-color: #8EDD65;
  color: #0E193D;
  font-weight: 500;
  font-size: 12px;
  border-radius: 2.4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  padding: 2.4px 9.6px;
}

.popProGiftBadgePink {
  background-color: #EFACAC;
  color: #0E193D;
  font-weight: 500;
  font-size: 12px;
  border-radius: 2.4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  padding: 2.4px 9.6px;
}

.cancelBox {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.cancelProductName {
  color: #0E193D;
  text-align: center;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-height: 30px;
}

.cancelProductSize {
  color: #0E193D;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cancelProductPrice {
  color: #0E193D;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cancelProductPriceLineThrough {
  color: #0E193D;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.cancelProductSeeDetails {
  color: #0E193D;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.recommendedProductsSider .btn {
  font-size: 12px !important;
  min-width: inherit;
  padding: 4px 10px !important;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  font-family: Poppins, sans-serif;
}

.recommendedProductsSider .btn-outline-cancel {
  color: #A83D72;
  border-color: #A83D72;
}

@media (max-width: 480px) {
  .myaccount-modal .modal-header h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .myaccount-modal .modal-content {
    padding: 20px;
  }

  .myaccount-modal .modal-body .btn-secondary {
    margin-bottom: 10px;
  }

  .myaccount-modal .form-control {
    font-size: 14px !important;
    height: 50px !important;
  }

  .btn-gray {
    font-size: 12px !important;
    width: 120px;
    padding: 12px 8px !important;
    letter-spacing: 0px;
  }
}

@media (max-width: 575.98px) {
  .accountBox {
    padding: 25px;
  }

  .account-security .d-flex {
    display: block !important;
  }

  .account-security div:last-child {
    margin-top: 15px;
  }

  .btn-gray {
    font-size: 12px !important;
    line-height: 18px !important;
    width: 200px;
    padding: 12px 8px !important;
    letter-spacing: 0;
  }

  #frmEmail {
    display: block !important;
  }

  #frmEmail .btn-primary {
    padding: 14px, 40px, 14px, 40px;
    font-size: 14px !important;
    line-height: 22px !important;
    display: block !important;
    width: 100%;
  }

  #frmSMS .btn-primary {
    padding: 14px, 40px, 14px, 40px;
    font-size: 14px !important;
    line-height: 22px !important;
    display: block !important;
    width: 100% !important;
  }

  #frmEmail #subscribe_email {
    width: 100%;
  }

  #frmSMS .row.g-3 {
    width: 100%;
    display: block;
    margin: 0px !important;
  }

  #frmSMS .row.g-3 .col-auto {
    padding: 0px !important;
  }

  #frmSMS #sms_phone {
    width: 100% !important;
  }

  .modal-body .btn {
    font-size: 14px !important;
  }
}

