.action-buttons {
  margin-bottom: 1rem;
}

.gift-registry-banner {
  background-image: url("../images/giftRegistry.jpg");
  background-position-y: 69%;
}

.summary-label,
.registry-label {
  font-weight: 500;
}

.edit-button,
.view-gr {
  cursor: pointer;
  color: #a17d23;
  text-decoration: none;
}
.edit-button:hover,
.view-gr:hover {
  text-decoration: underline;
}

.failedAttempt { /* stylelint-disable-line */
  color: #f64218;
  text-align: center;
}

#eventInfo { /* stylelint-disable-line */ }
#eventInfo .event-info-header {
  padding-top: 1.5em;
}

#registryInfo { /* stylelint-disable-line */
  margin-left: 0.15em;
  margin-right: 0.15em;
  padding-top: 32px;
}

input.make-list-public {
  margin-left: 0;
}

label.make-list-public {
  margin-left: 1.25rem;
}

.card-header .registry-info-header-empty {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.card-header .registry-info-header {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.card-header .edit-button {
  background: none;
  border: none;
}

.registry-card-display-info span {
  /* stylelint-disable-line */
  font-weight: 500;
  margin-right: 3px;
}

.giftregistry-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.giftregistry-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.giftregistry-alert.show {
  display: block;
}

.no-registry {
  margin: 2rem auto;
}

.create-registry {
  margin-bottom: 2rem;
}

.public-header {
  font-weight: 600;
}

.public-header-date {
  margin-bottom: 0;
}

.giftregistry-form-check-input {
  margin-left: 0;
}

.gift-registry-quantity-desired-sm {
  margin-top: 0.938em;
  margin-right: 25%;
  padding-right: 6em;
}
.gift-registry-quantity-desired-sm label {
  display: block;
}

.gr-item-cards {
  padding: 16px;
}
.gr-item-cards .product-info {
  margin-bottom: 1em;
  padding: 0.625em;
}
@media (min-width: 768px) {
  .gr-item-cards .product-info {
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .gr-item-cards .product-info .gr-item-checkbox,
  .gr-item-cards .product-info .gr-desired-purchased {
    font-size: 0.938em;
  }
}
.gr-item-cards .product-info .gr-desired-purchased {
  padding-left: 0;
}
.gr-item-cards .product-info .gr-desired-purchased i {
  color: #4e885b;
}
.gr-item-cards .product-info .public-item {
  margin-left: 12px;
}
.gr-item-cards .product-info .public-item label {
  padding-left: 0.5em;
}
.gr-item-cards .product-info .line-item-name {
  width: 95%;
}
.gr-item-cards .product-info .product-info-row {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}
.gr-item-cards .product-info .product-info-row:last-child {
  border-bottom: none;
}
.gr-item-cards .product-info button.gr-add-to-cart {
  float: right;
  margin-right: 0;
}
@media (max-width: 543.98px) {
  .gr-item-cards .product-info button.gr-add-to-cart {
    width: 100%;
  }
}
.gr-item-cards .product-info .product-card-price .price {
  width: 8em;
}
.gr-item-cards .product-info .line-item-quantity {
  text-align: right;
}
.gr-item-cards .product-info .line-item-quantity select {
  width: 5em;
}
.gr-item-cards .product-info .remove-btn {
  color: #000;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: unset;
  border: none;
  background-color: #fff;
}
.gr-item-cards .product-info .remove-btn-lg {
  border: none;
  border-radius: 0;
  font-size: 1.625em;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  z-index: 1;
  background-color: transparent;
}
.gr-item-cards .product-info .line-item-price-info {
  margin-bottom: 0;
}

.manage-gift-registry-header h4 {
  font-weight: bold;
}

.gift-registry-not-found div {
  margin-top: 6rem;
  padding-bottom: 4rem;
}

.gift-registry-not-found-footer {
  padding-bottom: 2rem;
}

.gift-registry-footer-border .btn-outline-primary {
  width: 100%;
}
.gift-registry-footer-border .more-btn-border {
  border-top: 1px solid #dedede;
  padding-top: 1.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.more-btn-wrapper {
  width: 100%;
}

.gift-registry-to-remove {
  font-weight: bold;
}

.empty-giftRegistrylist-msg { /* stylelint-disable-line */
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.gift-registry-item-update-button-block {
  text-align: center;
}
@media (max-width: 543.98px) {
  .gift-registry-item-update-button-block {
    padding-bottom: 1.625em;
  }
  .gift-registry-item-update-button-block .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.gift-registry-quantity-desired {
  padding: 0;
}

.no-co-registrant .event-edit-button,
.no-co-registrant .event-summary,
.no-co-registrant .card-body,
.no-post-event-address .event-edit-button,
.no-post-event-address .event-summary,
.no-post-event-address .card-body {
  display: none;
}

.add-co-registrant .edit-button,
.add-post-event-address .edit-button {
  display: none;
}

.gr-landing-links {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  text-decoration: underline;
  color: #002e6d;
}

.advanced-search-toggle {
  color: #002e6d;
  cursor: pointer;
}

.gr-search-results-count {
  text-align: center;
}

.gr-search-results {
  margin-left: 0;
  margin-right: 0;
}
.gr-search-results .card {
  padding-left: 0;
  padding-right: 0;
}
.gr-search-results .gift-registry-footer-border {
  width: 100%;
}

.no-results-div {
  text-align: center;
  padding-top: 1.5rem;
}

.clear-list-btn {
  margin-right: 0.6rem;
}

.add-items-to-gift-registry {
  padding-top: 2rem;
}

.gift-registry-item-to-clear {
  font-weight: bold;
}

.gift-registry-item-to-remove {
  font-weight: bold;
}

.gift-registry-search-heading {
  font-size: 1.5rem;
}

.gift-registry-modal-header {
  font-size: 1.5rem;
}

.editGiftRegistryProductModal .modal-dialog {
  max-width: 56.25em !important;
}

select.form-control.event-form-select {
  text-transform: none;
}

/* STYLE FOR CHECKBOX*/ /*------------------------------------*\
        #UNIT
\*------------------------------------*/
.form-group.custom-checkbox input[type=checkbox],
.form-group .custom-checkbox input[type=checkbox] { /* stylelint-disable-line */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group.custom-checkbox .custom-control-label,
.form-group .custom-checkbox .custom-control-label {
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.form-group.custom-checkbox.required .form-control-label::before,
.form-group .custom-checkbox.required .form-control-label::before {
  color: #f64218;
  content: "*";
}
.form-group.custom-checkbox input[type=checkbox]:focus ~ .custom-control-label::before,
.form-group .custom-checkbox input[type=checkbox]:focus ~ .custom-control-label::before { /* stylelint-disable-line */
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group.custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::before,
.form-group .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::before { /* stylelint-disable-line */
  background-color: #002e6d;
  border-color: #002e6d;
}
.form-group.custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::after,
.form-group .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label::after { /* stylelint-disable-line */
  background-image: url("../../images/icons/check-icon.svg");
  background-size: 16px;
}
.form-group.custom-checkbox .custom-control-label::before,
.form-group .custom-checkbox .custom-control-label::before {
  border-color: #dedede;
}

/* stylelint-disable */
.form-group input.disabled {
  pointer-events: none;
}

/* STYLE FOR RADIO*/
.custom-radio {
  min-height: 1.875rem;
}
.custom-radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-radio .custom-control-label {
  color: #404040;
  font-size: 1rem;
  font-weight: 400;
}
.custom-radio .custom-control-label::before {
  background-color: #fff;
  border-color: #dedede;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.0392156863) inset;
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.0392156863) inset;
  height: 1.125rem;
  width: 1.125rem;
}
.custom-radio input[type=radio]:checked ~ .custom-control-label::after,
.custom-radio input[type=radio].active ~ .custom-control-label::after {
  background-color: #002e6d;
  background-image: none;
  border-color: #002e6d;
  border-radius: 100%;
  height: 0.875rem;
  left: -1.375rem;
  right: 0;
  top: 0.375rem;
  width: 0.875rem;
}
.custom-radio input[type=radio]:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #002e6d;
}
.custom-radio .custom-control-label > span {
  line-height: 1.7;
  margin: 0 0 0 0.5rem;
}

.form-control {
  color: #000;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control::-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.form-control::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../../images/icons/cheron-down.svg") no-repeat 98% center;
  text-transform: capitalize;
}
select.form-control.radius {
  text-transform: none;
}
select.form-control option[disabled=disabled],
select.form-control option[disabled] {
  color: #dedede;
}

select.custom-select:focus,
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  background: url("../../images/icons/cheron-down.svg") no-repeat 98% center, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f64218' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f64218' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
  background-position: 85%, 97%;
}
@media (min-width: 1200px) {
  .was-validated select.form-control:invalid,
  select.form-control.is-invalid {
    background-position: 90%, 97%;
  }
}

.custom-checkbox .custom-control-label {
  line-height: 1.2;
  padding-left: 0.5rem;
}
@media (min-width: 1200px) {
  .custom-checkbox .custom-control-label {
    line-height: 1.7;
  }
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 1.125rem;
  width: 1.125rem;
}
.custom-checkbox .custom-control-label::after {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 1.125rem;
  width: 1.125rem;
}

.form-control-label,
.form-group label {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  margin-bottom: 0.25rem;
}

.form-control.is-invalid + .invalid-feedback {
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}

.card-number-wrapper::after {
  right: 0.625rem;
  top: 0.625rem;
}

.custom-control.remember-me {
  margin: 0;
}

.custom-select:focus {
  border-color: #a17d23;
}

.btn-primary:focus,
.btn-primary.focus {
  border-color: #002e6d;
  background-color: #002e6d;
}

.form-control:focus {
  border-color: #a17d23 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*# sourceMappingURL=giftRegistry.css.map*/