.download-btn {
  cursor: pointer;
}
.my-account-page {
  background-color: #f5f5f5;
}
.my-account-page .nav-mobile a i.fas.fa-chevron-left {
  color: #fff;
}
.my-account-page .nav-mobile a i.fas.fa-search {
  color: #fff;
}
.my-account-page .note-terms {
  font-size: 14px;
}
.my-account-page .note-terms a {
  color: #692c90;
}
.my-account-page .btn-add-card {
  color: #4a4a4a;
  display: block;
}
.my-account-page .btn-add-card .add-card-icon {
  font-size: 50px;
  font-weight: 900;
}
.my-account-page .btn-add-card p:nth-child(1) {
  font-size: 1rem;
}
.my-account-page .btn-add-card:hover {
  text-decoration: none;
  color: initial;
}
.my-account-page .title-section {
  font-size: 36px;
  color: #3b3b3e;
  display: inline-block;
}
.my-account-page .title-section i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #7c7c7c;
}
.my-account-page .title-section:hover {
  text-decoration: none;
  color: initial;
}
.my-account-page .help-link {
  color: #692c90;
  text-decoration: none;
  padding: 0 15px 0;
  font-size: 27px;
}
.my-account-page .help-link:hover {
  color: #692c90;
  text-decoration: none;
}
.my-account-page .deliver-status {
  display: block;
  font-size: 11px;
  margin: 0 0 28px 0;
}
.my-account-page .deliver-status label {
  font-weight: bold;
  margin: 0;
  color: #3b3b3e;
}
.my-account-page .deliver-status span {
  display: block;
  color: #979797;
}
.my-account-page .deliver-status:last-child label {
  color: #0abd3e !important;
}
.my-account-page .order-date-title,
.my-account-page .order-total-title,
.my-account-page .order-address-title,
.my-account-page .order-number-title,
.my-account-page .order-invoice-title,
.my-account-page .order-id-title,
.my-account-page .order-terminal-title,
.my-account-page .order-store-title,
.my-account-page .order-bankauth-title {
  font-size: 11px !important;
  font-weight: 300 !important;
  margin-bottom: 0 !important;
}
.my-account-page .total-title {
  color: #d0011b;
}
.my-account-page .order-bankauth {
  margin-bottom: 0;
}
.my-account-page .note-email {
  font-size: 0.8em !important;
}
.my-account-page .note-fields {
  font-size: 0.6em !important;
  font-weight: 900;
}
.my-account-page .section-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
     -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  padding: 15px;
  width: 100%;
}
.my-account-page .section-wrapper a.order-address {
  font-size: 11px;
  cursor: default;
}
.my-account-page .section-wrapper p {
  font-size: 11px;
  margin-bottom: 0px;
}
.my-account-page .section-wrapper p.title-total {
  margin-top: 11px;
}
.my-account-page .section-wrapper p.order-total {
  color: #f00;
}
.my-account-page .card-info-wrapper {
  min-height: 480px;
}
.my-account-page .info-name-title,
.my-account-page .info-email-title,
.my-account-page .info-lastname-title,
.my-account-page .info-secondlastname-title,
.my-account-page .info-birthday-title {
  font-size: 12px;
}
.my-account-page .info-name,
.my-account-page .info-email,
.my-account-page .info-lastname,
.my-account-page .info-secondlastname,
.my-account-page .info-birthday,
.my-account-page .info-gender {
  font-weight: 900;
}
.my-account-page .note-password {
  font-size: 10px;
  margin: 0;
}
.my-account-page .address-name {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0;
}
.my-account-page .address-title {
  font-size: 14px;
  font-weight: 900;
  margin: 0;
}
.my-account-page .address-owner,
.my-account-page .address-detail,
.my-account-page .address-reference-title,
.my-account-page .address-reference,
.my-account-page .address-phone-title,
.my-account-page .address-phone {
  font-size: 12px;
  margin: 0;
}
.my-account-page .delete-link {
  color: #4a4a4a;
  text-decoration: underline;
}
.my-account-page .delete-link:hover,
.my-account-page .delete-link:after {
  color: #4a4a4a;
}
.my-account-page .add-icon i {
  font-size: 30px;
}
.my-account-page .orders-note {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-account-page .orders-note i {
  color: #692c90;
  margin-left: 10px;
}
.my-account-page .orders-title {
  font-size: 20px;
  margin: 0;
}
.my-account-page .orders-title span {
  font-weight: 900;
}
.my-account-page .order-date,
.my-account-page .order-total,
.my-account-page .order-address,
.my-account-page .order-number,
.my-account-page .order-invoice {
  font-weight: 900;
}
.my-account-page .order-address i {
  margin-left: 5px;
}
.my-account-page .order-details {
  color: #692c90;
  font-size: 11px;
  cursor: pointer;
}
.my-account-page .order-details:hover,
.my-account-page .order-details:after {
  color: #692c90;
  text-decoration: none;
}
.my-account-page .image-block {
  position: relative;
}
.my-account-page .image-product {
  width: 100%;
}
.my-account-page .no-available {
  background: #4a4a4a;
  height: auto;
  color: #fff;
  font-size: 10px !important;
  padding: 4px 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 85%;
  z-index: 1;
}
@media screen and (max-width: 511px) {
  .my-account-page .no-available {
    font-size: 8px !important;
  }
}
@media screen and (max-width: 451px) {
  .my-account-page .no-available {
    width: 95%;
  }
}
@media screen and (max-width: 391px) {
  .my-account-page .no-available {
    font-size: 7px !important;
    width: 100%;
  }
}
@media screen and (max-width: 356px) {
  .my-account-page .no-available {
    font-size: 5px !important;
  }
}
.my-account-page .title-product,
.my-account-page .order-status {
  font-size: 14px;
  font-weight: 900;
}
.my-account-page .order-satatus {
  font-weight: 900;
}
.my-account-page .qnt-product,
.my-account-page .estimated-date-title,
.my-account-page .estimated-date {
  font-size: 11px !important;
  font-weight: 900;
}
.my-account-page .products-total {
  background: #f2f2f2;
  padding: 10px 15px;
}
.my-account-page .products-total p {
  font-size: 14px;
}
.my-account-page .products-total span {
  font-weight: bold;
}
.my-account-page .progress-bar-vertical {
  position: relative;
  -moz-border-radius: 10px;
       border-radius: 10px;
  width: 20px;
  min-height: 210px;
  margin-right: 10px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}
.my-account-page .progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.my-account-page .progress-bar-wrapper {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
   -ms-flex: 0 0 30px;
       flex: 0 0 30px;
  float: left;
  margin: 0px 15px 5px 0;
  max-width: 20px;
  padding: 0 15px;
}
.my-account-page .progress-detail-wrapper {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
   -ms-flex: 0 0 80%;
       flex: 0 0 80%;
  margin: 0px;
  max-width: 80%;
}
.my-account-page .status-step-title i {
  margin-left: 5px;
}
.my-account-page .progress-dot1,
.my-account-page .progress-dot2,
.my-account-page .progress-dot3,
.my-account-page .progress-dot4 {
  background: #808080;
  -moz-border-radius: 20px;
       border-radius: 20px;
  height: 20px;
  top: 0;
  opacity: 0.2;
  position: absolute;
  width: 20px;
}
.my-account-page .progress-dot2 {
  top: 62px;
}
.my-account-page .progress-dot3 {
  top: 127px;
}
.my-account-page .progress-dot4 {
  bottom: 0;
  top: initial;
}
.my-account-page .bg-success {
  background-color: #0abd3e !important;
  -moz-border-radius: 20px;
       border-radius: 20px;
}
.my-account-page .order-guide-number {
  margin-bottom: 0;
}
.my-account-page .order-guide-number span {
  color: #690c92;
  font-weight: 900;
}
.my-account-page .order-guide-wrapper {
  background: #f2f2f2;
  padding: 10px;
}
.my-account-page .name-detail-address {
  font-size: 14px !important;
  font-weight: bold;
}
.my-account-page .detail-address,
.my-account-page .phone-detail-address {
  font-size: 14px !important;
  line-height: normal;
  max-width: 280px;
  width: 80%;
}
.my-account-page .title-detail-address {
  font-size: 16px !important;
  font-weight: bold;
}
.my-account-page .title-payment-detail {
  font-size: 16px !important;
  font-weight: bold;
}
.my-account-page .pay-detail,
.my-account-page .card-number-detail {
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.my-account-page .download-btn {
  background: #fff;
  border: 1px solid #979797;
  color: #000;
  font-weight: bold;
  margin-bottom: 60px;
}
.my-account-page .download-btn i {
  margin-right: 8px;
}
.my-account-page .search-block {
  border-bottom: 0.5px solid #dee2e6;
  margin-top: 30px;
  padding-bottom: 30px;
}
.my-account-page .search-block button {
  height: 38px;
}
.my-account-page .search-block input {
  -moz-border-radius: 0;
       border-radius: 0;
  font-size: 13px;
  height: 40px;
}
.my-account-page .search-block .orders-note {
  font-size: 15px;
  padding-top: 3px;
}
.my-account-page .search-block .orders-note i {
  font-size: 25px;
  position: relative;
  top: 5px;
}
.my-account-page .order-details-wrapper {
  border-bottom: 1px solid #dee2e6;
}
.my-account-page .order-details-wrapper p.detail {
  font-weight: bold;
}
.my-account-page .order-details-wrapper .col-lg {
  margin-bottom: 10px;
}
.my-account-page .order-details-wrapper .col-lg p:last-child {
  margin-bottom: 0;
}
.my-account-page .order-details-title {
  font-size: 16px !important;
  font-weight: bold;
  line-height: normal;
  color: #692c90;
  margin: 0 auto !important;
  text-align: center;
}
.my-account-page .order-title h2 {
  color: #3b3b3e;
  font-size: 20px;
  line-height: 1;
  margin: 42px 0 16px 0;
}
.my-account-page .order-title h2 span {
  font-weight: bold;
}
.my-account-page .detail {
  font-weight: bold;
}
.my-account-page .product-detail p {
  font-size: 11px;
  line-height: 1.4;
}
.my-account-page .product-detail p.title-product {
  font-size: 14px;
  line-height: normal;
}
.my-account-page .my-orders .order-date-title,
.my-account-page .my-orders .order-date {
  font-size: 14px !important;
  display: inline-block;
  margin-right: 5px;
}
.my-account-page .my-orders .orders-note {
  padding-top: 15px;
  margin-bottom: 20px;
}
.my-account-page .my-orders .orders-note span {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
  width: auto;
  max-width: 85%;
}
@media screen and (max-width: 425px) {
  .my-account-page .my-orders .orders-note span {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .my-account-page .my-orders .orders-note span {
    font-size: 12px;
  }
}
.my-account-page .my-orders .orders-note a {
  display: inline-block;
  font-size: 27px;
  vertical-align: middle;
  width: 10%;
}
.my-account-page .my-orders .order-id p {
  font-size: 14px;
}
.my-account-page .order-status {
  color: #0abd3e;
  font-size: 12px;
  font-weight: bold;
}
.my-account-page .order-status.cancelled {
  color: #000;
}
.my-account-page .my-orders_img-product {
  width: 100%;
}
.my-account-page .order-status-detail {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}
.my-account-page .order-status-detail span {
  color: #0abd3e;
  display: block;
}
.my-account-page .order-status-detail .title-product {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 3px 0;
}
.my-account-page .order-status-detail .qnt-product {
  margin-bottom: 8px;
}
.my-account-page .order-status-detail #numberOrder {
  -moz-border-radius: 0px !important;
       border-radius: 0px !important;
  font-size: 13px;
  height: 45px;
}
@media screen and (max-width: 1254px) {
  .my-account-page .order-status-detail #numberOrder {
    font-size: 75%;
  }
}
@media screen and (max-width: 1239px) {
  .my-account-page .order-status-detail #numberOrder {
    font-size: 65%;
  }
}
@media screen and (max-width: 1199px) {
  .my-account-page .order-status-detail #numberOrder {
    font-size: 55%;
  }
}
.my-account-page .order-status-detail_img-product {
  width: 80%;
  height: 80%;
}
@media screen and (max-width: 426px) {
  .my-account-page .order-status-detail_img-product {
    width: 100%;
    height: auto;
  }
}
.my-account-page #searchOrderForm {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.my-account-page .line-separator {
  margin: 0;
}
.my-account-page .padding-qty {
  padding: 0px 24px;
  margin: -6px;
}
.my-account-page .total-mb {
  width: 100%;
  padding: 15px;
  background: #f5f5f5;
  font-size: 18px !important;
  border: solid #f5f5f5;
  margin-bottom: 0;
}
.my-account-page .radio-sb input[type="radio"] {
  display: none;
}
.my-account-page .paddingRight-numberOrder {
  padding-right: 6px;
}
@media screen and (max-width: 991.5px) {
  .my-account-page .paddingRight-numberOrder {
    padding-right: 0;
  }
}
@media screen and (max-width: 991.5px) {
  .my-account-page .navPaginationMobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.my-account-page .Selecciona-las-areas {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
}
.my-account-page .separate-top {
  margin-top: 15px;
}
.my-account-page .separate-bottom {
  margin-bottom: 15px;
}
.my-account-page .separate-left {
  margin-left: 15px;
}
.my-account-page .separate-right {
  margin-right: 15px;
}
.my-account-page .app-bar-bg {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
     -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  max-height: 327px;
  overflow-y: scroll;
}
.my-account-page .app-bar-search {
  background-color: #692c90;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
     -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.my-account-page .app-bar-search input {
  border: none !important;
}
.my-account-page .bnt-map-search {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-left: none;
}
.my-account-page .m-m {
  margin: 0px auto !important;
  clear: both !important;
}
.my-account-page .img-responsive {
  width: 100%;
  height: 160px;
}
.my-account-page #store-info img[src*="clock"] {
  width: 40px;
  height: 40px;
}
.my-account-page #map-d {
  height: 400px;
  width: 100%;
}
.my-account-page #map-m {
  height: 96vh;
  width: 100%;
}
.my-account-page img[src*="purple-marker"] {
  width: 30px !important;
  height: 40px !important;
}
.my-account-page .list-group-item i {
  float: right;
}
.my-account-page .ca-page {
  background-color: #f5f5f5;
}
.my-account-page .header-section {
  -webkit-box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
     -moz-box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
          box-shadow: 0 2px 2px 0 rgba(200,200,200,0.5);
  padding: 10px;
}
.my-account-page .title-create {
  display: inline-block;
  margin: 0;
}
.my-account-page .note-fields {
  font-size: 0.7em;
  margin-top: 0.3em;
}
.my-account-page .link-session-details {
  font-size: 0.7em;
  font-weight: 900;
  text-decoration: underline;
}
.my-account-page .link-session-details i {
  font-size: 1em;
  margin-left: 5px;
}
.my-account-page .select-wrapper i {
  right: 20px;
}
.my-account-page .label-gender {
  margin-bottom: 5px;
}
.my-account-page .checkbox-sb {
  margin-bottom: 0;
}
.my-account-page .note-create-account {
  font-size: 0.7em;
}
.my-account-page .note-create-account a {
  font-weight: 900;
  color: #642c90;
}
.my-account-page .benefits-list {
  font-size: 1em;
  line-height: 2;
  list-style: none;
  padding: 0;
}
.my-account-page .benefits-list li::before {
  font-size: 1.2em;
  text-indent: -0.7em;
  content: '·';
  color: #642c90;
  line-height: 0.5;
  font-size: 2em;
}
.my-account-page .gender-wrap label {
  margin: 0;
}
.my-account-page .gender-wrap .radio-sb {
  display: inline-block;
  margin: 10px 0 10px 30px;
}
.my-account-page .gender-wrap .label-gender {
  display: inline-block;
}
.my-account-page .keep-session label {
  margin: 0;
}
.my-account-page .keep-session label:before {
  top: -2px;
}
.my-account-page .keep-session label:after {
  top: 1px;
}
.my-account-page .keep-session .details-signin {
  padding: 0 0 0 10px;
  cursor: auto;
  font-size: 12px;
  color: #642c90;
}
.my-account-page .bg-medium-gray {
  background-color: #f5f5f5;
}
.my-account-page select#birthday-month {
  padding-right: 30px;
}
@media only screen and (min-width: 360px) {
  .my-account-page .select-wrapper i {
    right: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .my-account-page .select-wrapper i {
    right: 25px;
  }
  .my-account-page .title-section {
    text-align: center;
  }
  .my-account-page .order-date-title,
  .my-account-page .order-date {
    display: inline-block;
  }
  .my-account-page .orders-title,
  .my-account-page .orders-note {
    font-size: 14px;
  }
  .my-account-page .orders-note {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .my-account-page .qnt-product {
    margin-bottom: 15px !important;
  }
  .my-account-page .order-status,
  .my-account-page .order-status-detail {
    font-weight: 900;
  }
  .my-account-page .pagination {
    -webkit-box-pack: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .my-account-page .order-guide-wrapper {
    background: none;
  }
  .my-account-page .order-guide-wrapper span {
    display: block;
  }
  .my-account-page .order-details-wrapper p.title {
    color: #444;
    font-size: 12px;
    line-height: 1;
    height: 26px;
    margin: 0;
  }
  .my-account-page .order-details-wrapper p.detail {
    color: #444;
    font-size: 12px;
    line-height: normal;
  }
  .my-account-page .order-details-wrapper .order-date-title,
  .my-account-page .order-details-wrapper .order-date {
    display: block;
  }
  .my-account-page .title-product {
    font-size: 12px !important;
    font-weight: bold;
  }
  .my-account-page .qnt-product-head,
  .my-account-page .qnt-product-detail,
  .my-account-page .total-title-head,
  .my-account-page .total-title {
    display: inline-block;
  }
  .my-account-page .product-detail p {
    display: inline-block;
  }
  .my-account-page .product-detail .title-qnt {
    height: 26px;
  }
  .my-account-page .product-detail .title-qnt {
    display: block;
  }
  .my-account-page .product-button button {
    font-size: 14px;
    font-weight: bold;
    padding: 11px 10px;
    margin-top: 30px;
    width: 100%;
  }
  .my-account-page .pagination-myorders {
    margin-bottom: 80px;
    margin-top: 22px;
  }
  .my-account-page .section-wrapper.bottom-sections {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .my-account-page .section-wrapper.bottom-sections:last-of-type {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(4,3,4,0.2);
       -moz-box-shadow: 2px 2px 4px 0 rgba(4,3,4,0.2);
            box-shadow: 2px 2px 4px 0 rgba(4,3,4,0.2);
  }
  .my-account-page .bottom-buttons {
    margin-top: 20px;
  }
  .my-account-page .bottom-buttons .btn-secondary-sb {
    max-width: 200px;
  }
  .my-account-page .bottom-buttons .btn-alternative-sb {
    max-width: 243px;
  }
  .my-account-page .bottom-sections {
    padding-bottom: 53px;
    padding-top: 26px;
  }
  .my-account-page .bottom-sections .title-detail-address,
  .my-account-page .bottom-sections .title-payment-detail,
  .my-account-page .bottom-sections .name-detail-address,
  .my-account-page .bottom-sections .detail-address,
  .my-account-page .bottom-sections .phone-detail-address {
    font-size: 12px !important;
  }
  .my-account-page .order-detail-bottom {
    padding: 15px 0;
  }
  .my-account-page .order-detail-bottom p {
    margin: 0;
  }
  .my-account-page .my-orders .pagination {
    margin-top: 20px;
  }
  .my-account-page .my-orders button.btn-primary-sb {
    font-weight: bold;
  }
  .my-account-page .my-orders .title-product {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
  .my-account-page .my-orders .order-date-title {
    font-size: 11px !important;
    display: block;
  }
  .my-account-page .my-orders .order-total,
  .my-account-page .my-orders .order-address,
  .my-account-page .my-orders .order-number,
  .my-account-page .my-orders .order-status,
  .my-account-page .my-orders .order-status-detail {
    font-size: 14px;
    display: block;
  }
  .my-account-page .my-orders .order-details {
    font-size: 15px;
  }
  .my-account-page .my-orders .orders-note span {
    font-size: 16px;
  }
  .my-account-page .my-orders .order-status-detail {
    display: inline-block;
    margin-bottom: 35px;
  }
  .my-account-page .my-orders .order-status-detail span {
    display: inline-block;
    margin-left: 5px;
  }
  .my-account-page .my-orders #numberOrder {
    height: 40px;
  }
  .my-account-page .orders-title {
    font-size: 20px;
    padding-bottom: 17px;
    padding-top: 17px;
  }
  .my-account-page .no-available {
    height: 22px;
  }
  .my-account-page .d-md-block {
    display: none !important;
  }
  .my-account-page .d-lg-block {
    display: block !important;
  }
  .my-account-page .left-menu-title .dropdown-menu p,
  .my-account-page .left-menu-title aside p,
  .my-account-page .left-menu-title .dropdown-menu .dropdown-item,
  .my-account-page .left-menu-title aside .dropdown-item {
    font-size: 12px;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .my-account-page #store-locator-desktop {
    display: block !important;
  }
  .my-account-page #store-locator-mobile {
    display: none !important;
  }
  .my-account-page .hidde-on-desktop {
    display: none !important;
  }
  .my-account-page .main-body .col-lg.p-0.d-none.d-lg-block.d-xl-block .btn-primary-sb.btn-full {
    height: -moz-calc(2.25rem + 2px) !important;
    height: calc(2.25rem + 2px) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .my-account-page .select-wrapper i {
    right: 40px;
  }
  .my-account-page select#birthday-month {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  p.orders-title.mt-4.d-none.d-lg-block {
    display: block !important;
    font-size: 13px !important;
  }
  .my-account-page .title-detail {
    font-size: 18px;
  }
  .my-account-page .hidde-on-desktop {
    display: block !important;
  }
  .my-account-page #store-locator-mobile {
    display: block !important;
  }
  .my-account-page #store-locator-mobile a.btn-search,
  .my-account-page #store-locator-mobile a.text-left.back-btn {
    color: #7c7c7c;
    font-size: 22px;
  }
  .my-account-page #store-locator-mobile .app-bar-bg {
    max-height: 83.7vh;
    overflow: scroll;
  }
  .my-account-page #store-locator-mobile .nav-mobile {
    display: block;
  }
  .my-account-page #store-locator-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .my-account-page .modal-open .modal {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  .my-account-page .mbody-special {
    height: 88vh !important;
    overflow: auto;
  }
  .my-account-page .modal-content {
    width: 100vw;
  }
  .my-account-page .mdialog-special {
    margin: 0px !important;
  }
  .my-account-page #store-list-modal .modal-dialog {
    width: 100vw !important;
    height: 96vh !important;
    padding: 0px !important;
    margin: 0px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .my-account-page .order-details-wrapper p.detail {
    font-size: 14px;
  }
}
.text-black {
  color: #000 !important;
}
.text-green {
  color: #0abd3e !important;
}
.text-gray {
  color: #979797 !important;
}
.text-primary-suburbia {
  color: #692c90;
  font-weight: bold;
}
.my-account-page p.order-date-title.text-gray {
  float: left;
}
.my-account-page .col-lg p.order-date {
  float: left;
  margin-left: 10px;
}
a.delete-link {
  color: #4a4a4a;
  font-size: 15px;
  background-color: #f2f2f2;
  text-align: center;
  border: 1px solid #dadada;
  width: 100%;
  height: 40px !important;
  display: inline-block;
  padding: 8px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none !important;
}
a.btn-delete {
  color: #4a4a4a;
  font-size: 15px;
  cursor: pointer;
  background-color: #f2f2f2;
  text-align: center;
  border: 1px solid #dadada;
  width: 100%;
  height: 40px !important;
  display: inline-block;
  padding: 8px;
  margin-top: 15px;
  font-weight: 400;
  cursor: pointer;
}
