.modal-popup div#switcher-currency-modal {
  width: 85%;
  margin: 25px auto;
}
.modal-popup div#switcher-currency-modal label {
  color: #4a4a4a;
  font-size: 14px;
  text-align: left;
  text-transform: none;
  display: block;
  margin: 10px 0;
}
.modal-popup div#switcher-currency-modal select {
  height: 40px;
  padding: 0 10px;
}
.modal-popup footer.modal-footer,
.modal-popup .modal-header {
  border: none;
}
.modal-popup footer.modal-footer button {
  display: block;
  margin: 0 auto;
  border-radius: 0 !important;
  padding: 8px 25px;
  height: 42px;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.modal-popup footer.modal-footer button.cancel {
  background: 0 0;
  color: #444;
  padding: 0;
}
.modal-popup footer.modal-footer button.cancel span {
  border-bottom: 1px solid #444;
}
.modal-popup .modal-footer,
.modal-popup .modal-header {
  border: none !important;
}
#switcher-currency-trigger {
  color: #5c5c5c;
  position: relative;
}
#switcher-currency-trigger span {
  font-size: 0;
}
#switcher-currency-modal img {
  display: block;
  margin: 0 auto;
}
#switcher-currency-modal h4 {
  font-size: 30px;
  display: block;
  text-align: center;
  margin: 10px 0 20px;
  letter-spacing: 0.18px;
}
.currency-switcher-options {
  position: relative;
  float: none;
}
.currency-switcher-tooltip {
  position: absolute;
  background: #fff;
  z-index: 99;
  width: 250px;
  height: auto;
  right: 0;
  border: 1px solid #ffc5bc;
  overflow: hidden;
  padding: 15px 10px;
  margin-top: 5px;
}
.currency-switcher-tooltip .tooltip-header {
  padding: 1.5rem 1rem 1rem;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #000;
  text-align: center;
}
.currency-switcher-tooltip .tooltip-body {
  text-align: center;
}
.currency-switcher-tooltip .tooltip-body button {
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: 18px;
  line-height: 2.6875rem;
  transition: all 0.25s ease;
  background-color: #fdccbc;
  border: 0;
  color: #47505f;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  text-transform: none;
  border-radius: 0;
}
.currency-switcher-tooltip .tooltip-footer {
  margin: 10px;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
}
.currency-switcher-tooltip .tooltip-footer a {
  color: #5c5c5c;
}
@media screen and (max-width: 767px) {
  body .page-wrapper .page-header .header.content {
    padding-right: 0;
  }
  .user-login .my-account {
    display: block !important;
    position: static !important;
    box-shadow: none !important;
  }
  .user-login ul li.customer-care {
    display: none !important;
  }
  .page-header .header-content-right {
    max-width: 100% !important;
    justify-content: flex-end;
  }
  body .page-header .header .header-content-right .user-login {
    width: 80px;
    display: flex;
  }
  body .header .header-content-right .user-login ul li {
    display: none;
  }
  .page-header .header .header-content-right .user-login .myaccount-link,
  ul.my-account li:nth-child(5) {
    display: inline-block !important;
    width: 60px !important;
  }
  body .header-content-right .minicart-wrapper {
    width: auto !important;
    padding-right: 15px;
  }
  body .modal-slide._inner-scroll .modal-header {
    padding: 0;
  }
  body .modal-popup div#switcher-currency-modal {
    width: 100%;
  }
  body .modal-popup #switcher-currency-modal h4 {
    font-size: 22px;
  }
  #switcher-currency-trigger:before {
    height: 15px !important;
    width: 20px !important;
    top: 6px !important;
  }
  .page-header .header .header-content-right .user-login .myaccount-link {
    height: 36px !important;
    margin-top: 5px !important;
  }
  .page-header .header-content-right .mobile-search {
    margin: 0 0 0 7px !important;
  }
}
body._has-modal .modal-slide._show,
body._has-modal .modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.user-login ul li {
  display: inline-block;
  vertical-align: middle;
}
.page-header .switcher {
  margin-left: 17px;
}
