/* ---------------------- COOKIES POPUP  ---------------------- */
#cookies_warning_popup {
  background-color: #3d423f;
  color: #FFF;
  line-height: 20px;
  padding: 15px 25px 15px 10px;
  text-align: center;
  text-shadow: none;
  position: fixed;
  bottom: 0;
  top: initial;
  right: 0;
  left: 0;
  z-index: 15; }

#cookies_warning_popup p {
  margin-bottom: 14px; }

#cookies_warning_popup a {
  color: #FFF;
  margin: 0;
  text-decoration: underline; }

#cookies_warning_popup a:hover {
  text-decoration: none; }

#cookies_warning_popup #close-cookies {
  background: none;
  border: none;
  box-shadow: none;
  color: white;
  font-size: 20px;
  line-height: 22px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  text-shadow: none;
  width: auto; }

/*
** changePharmacyPopup -ECOMMERCE*/
#changePharmacyPopup .modal-dialog {
  margin: 0 auto;
  width: 70%; }

#changePharmacyPopup .modal-dialog .aui-dialog-hd {
  background: none;
  border: 0;
  margin: 20px 0px;
  color: #494940;
  font-family: "DINMd",Arial,"Raleway","Helvetica Neue",Verdana,sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  text-rendering: optimizeLegibility;
  text-transform: none; }

#changePharmacyPopup .modal-warning-message .current {
  font-weight: bold;
  margin-bottom: 20px; }

#changePharmacyPopup .modal-warning-message .pharmacy-name {
  color: #009534; }

#changePharmacyPopup .modal-warning-message .other-pharmacy {
  font-size: 15px; }

#changePharmacyPopup .modal-dialog .modal-footer button {
  background: #009534;
  border: 0;
  border-radius: 3px 3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  text-shadow: none; }

#changePharmacyPopup .modal-dialog .modal-footer button.confirm-button {
  margin-left: 20px; }

#changePharmacyPopup .modal-dialog .modal-footer button.confirm-button:hover {
  background: #006824; }

#changePharmacyPopup .modal-dialog .modal-footer button.continue-button {
  background: #575a59; }

#changePharmacyPopup .modal-dialog .modal-footer button.continue-button:hover {
  background: #33332c; }

