.openy_menu_popup:before {
  font-family: FontAwesome;
  content: "\f0d8";
  position: absolute;
  margin-left: 50%;
  font-size: 50px;
  text-shadow: 0px 0px 3px grey;
  color: white;
  margin-top: -27px;
}

.openy_menu_popup {
  border: 1px solid darkgray;
  z-index: 500;
  position: absolute;
  width: 280px;
  margin-left: -50%;
  color: black;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 0px 5px darkgrey;
  margin-top: 10px;

  display: none;
  grid-template-columns: 80px auto 20px;
  grid-template-rows: auto auto 30px;
}

.openy_menu_popup .awesome {
  background-image: url('/modules/custom/openy_menu_popup/img/Cart.svg');
  background-repeat: no-repeat;
  color: #0F74C6;
  font-size: 40px;
  margin: 15px 20px;
  grid-column: 1;
  grid-row: 1 / 4;
}

.openy_menu_popup .awesome::before {
  display: none;
}

.openy_menu_popup .title {
  border-top: 5px solid white;
  z-index: 500;
  line-height: 20px;
  padding-top: 5px;
}

.openy_menu_popup .content {
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px;
  line-height: initial;
}

.openy_menu_popup .content a {
  font-weight: bold;
  font-size: 14px;
  color: rgb(28, 76, 125);
}

.openy_menu_popup .hide_popup_remember a {
  font-size: 12px;
  text-decoration: underline;
  color: black;
  font-weight: normal;
  display: block;
}

.openy_menu_popup .hide_popup {
  grid-column: 3;
  grid-row: 1 / 4;
  margin-top: 5px;
  font-weight: 100;
  line-height: initial;
  font-size: 19px;
}

.openy_menu_popup .hide_popup:hover {
  cursor: pointer;
}

.navbar-nav > li > a {
  z-index: 600;
}
