body {
  --main-color: #002d5d !important;
  --highlight-color: #fbad1d;
}



.btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff !important;
}

.btn-modal {
  color: var(--main-color) !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: var(--highlight-color) !important;
    border-color: var(--highlight-color) !important;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(251 173 29 / 50%);
}

.reward-item-1, .reward-item-5, .reward-item-9 {
    border: 0px solid #002D5D !important;
}

.reward-item-2, .reward-item-6, .reward-item-10 {
    border: 0px solid #00AFEF  !important;
}

  .reward-item-3, .reward-item-7, .reward-item-11 {
    border: 0px solid #002D5D  !important;
  }
  .reward-item-4, .reward-item-8, .reward-item-12 {
    border: 0px solid #00AFEF  !important;
  }


.reward-image-wrapper {
  border: 1px solid white;
}

.reward-category-button {
    padding: 10px 25px;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #Ffffff;
    border: solid 2px #FBAD1D;
    color: #FBAD1D !important;
}

.reward-category-button:hover {
    color: #ffffff !important;
    background-color: #FBAD1D;
}

.reward-cost-wrapper {
    margin-top: 7px;
    text-align: center;
    color: #222222;
}

.reward-product-wrapper {
    height: 80px;
    width: 100%;
    display: table;
    color: #222222;
}

.reward-image-wrapper {
    height: 200px;
      background-color: #ffffff;
  }

.reward-title h1 {
    color: #222222;
  font-size: 40px;
}

.reward-details .reward-cost {
    text-align: left;
    height: auto;
    color: #222222 !important;
    font-size: 2em;
    font-weight: bold;
}

h1 {
  margin: 40px 0 10px 0 !important;
}

.reward {
  border-radius: 0px;
}

.reward-product {
  font-size: 14px;
  font-weight: normal;
  padding: 2px;
}

.btn-find-out-more {
    color: #ffffff !important;
    font-weight: bold;
    background-color: #FBAD1D !important;
    border-color: #FBAD1D !important;
  padding-top: 12px;
  padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  margin-bottom: 15px !important;
}
.btn-find-out-more a:link {
  color: #ffffff !important;
 border-color: #FBAD1D !important;
  }

.btn-find-out-more a:visited {
  color: #ffffff !important;
      border-color: #FBAD1D !important;
}
.btn-find-out-more a:hover {
  color: #FBAD1D !important;
      border-color: #ffffff !important;
}
.btn-find-out-more.active {
  color: #ffffff !important;
      border-color: #FBAD1D !important;
}

.search-rewards { display: none; }

.RadTabStrip_Bootstrap .rtsLink  {
  color: #002D5D !important;
}

a.basket-link {
    color: #002D5D !important;
}
.current-balance-row label {
    color: #002D5D;
}

.single-balance .balance-value {
  color: #00afef;
}

.single-balance a:hover {
  text-decoration: none;
}

.header_top .userMessages, .header_top .userNotifications, .header_top .userProfileImg {
  display: none !important;
}

@media(max-width: 600px) {
  .reward-shop-categories {
    display: block;
  }
  .reward-shop-categories .reward-category-button {
      width: 100%;
  }
}

.header_top {
  background-color: pink;
}


