.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=40);
  position: relative;
  top: -17px;
  right: -10px; }
  .close span.close-span {
    opacity: 0.4;
    color: white;
    font-size: 32px; }
  .close:hover span.close-span {
    opacity: 0.7; }
  .close:after {
    position: absolute;
    content: "";
    top: -4px;
    right: -10px;
    bottom: -4px;
    left: -10px; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.flash-notice-modal .modal-header {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: #2c7bb0;
  padding: 30px; }
.flash-notice-modal .checkout-oval {
  background: #3498db;
  width: 120px;
  height: 120px;
  -webkit-backface-visibility: hidden;
  position: absolute;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }
  .flash-notice-modal .checkout-oval .font-container {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -37px;
    margin-top: -40px; }
    .flash-notice-modal .checkout-oval .font-container i.fa {
      color: white; }
    .flash-notice-modal .checkout-oval .font-container .visible-on-transform {
      display: none; }
    .flash-notice-modal .checkout-oval .font-container .hidden-on-transform {
      display: block; }

.flash-notice-modal .modal-dialog {
  width: 400px;
  margin-top: 50vh;
  top: -256px; }
.flash-notice-modal * {
  color: #4c4c4c;
  font-weight: 100; }
.flash-notice-modal .modal-body .flash-cart-text {
  font-size: 1.5em; }
  .flash-notice-modal .modal-body .flash-cart-text .registeree-name {
    font-weight: 400; }
.flash-notice-modal .modal-body .added-to-cart {
  font-size: 1.8em;
  font-weight: 700; }
.flash-notice-modal .modal-body .register-someone-else {
  font-size: 1.5em; }
  .flash-notice-modal .modal-body .register-someone-else a {
    font-weight: 300;
    cursor: pointer;
    color: #3498db; }
    .flash-notice-modal .modal-body .register-someone-else a:hover {
      text-decoration: underline; }
    .flash-notice-modal .modal-body .register-someone-else a i.fa {
      color: #3498db; }
.flash-notice-modal .modal-body .proceed-to-checkout-button {
  color: #3498db;
  font-size: 1.9em;
  padding: 15px;
  border: 5px solid #3498db;
  font-weight: 400;
  text-decoration: none;
  background: white; }
  .flash-notice-modal .modal-body .proceed-to-checkout-button span {
    font-weight: 400; }
  .flash-notice-modal .modal-body .proceed-to-checkout-button span, .flash-notice-modal .modal-body .proceed-to-checkout-button i.fa {
    color: #3498db; }
  .flash-notice-modal .modal-body .proceed-to-checkout-button:hover {
    border-color: #217dbb;
    color: #217dbb; }
    .flash-notice-modal .modal-body .proceed-to-checkout-button:hover i.fa {
      color: #217dbb; }
  .flash-notice-modal .modal-body .proceed-to-checkout-button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    outline: 0; }
  .flash-notice-modal .modal-body .proceed-to-checkout-button i.fa {
    color: #3498db; }

.checkout-oval-container {
  width: 120px;
  height: 120px;
  margin: auto; }
