@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

* {
  font-family: 'Titillium Web', sans-serif;
}

#mega-menu-wrap .background-wrapper{
background-color: rgba(130, 190, 60);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
background-color: rgba(130, 190, 60) !important;
}

.program-link-url a{
background-color: rgba(130, 190, 60) !important;
}

.hero-balance-block a{
background-color: rgba(130, 190, 60) !important;
}

.card-details .title{
background-color: rgba(130, 190, 60, .6);
}

.card-details p{
background-color: rgba(130, 190, 60, .6);
}

/* Login page */

.signIn-page #main{
padding-top: 80px;
}

.signIn-page .header-container{
height: 120px;
}

.signIn-page .grs-storefront-logo{
justify-content: center;
}

.signIn-page .grs-storefront-logo img{
    max-height: 130px;
}

.signIn-page .row{
    display: flex;
    align-items: center;
    justify-content: center;
}

#loginbox {
    margin: 0;
}

button#btn-login {
    width: 100%;
    border-radius: 0;
}

/* PROFILE page */
#profileForm .form-group.text-center {
display: none;
}

/* END PROFILE page */

/* My Points page */
.myPoints-page{
    background-color: #f3f3f3;
}

.myPoints-page #ddlPageTab{
    background-color: rgba(130, 190, 60);
font-size: 18px;
}

.myPoints-page .table{
border-bottom: 4px solid #82be3c;
}

.myPoints-page .dropdown-menu-combobox > li{
    font-size: 18px;
}

.myPoints-page .dropdown-menu-combobox > li.active{
    background-color: rgba(130, 190, 60);
}

.myPoints-page .dropdown-menu-combobox > li:hover{
    background-color: rgba(130, 190, 60);
}

.myPoints-page .table > thead > tr > th{
font-size: 20px;
    text-align: center;
background-color: rgba(130, 190, 60);
color: white;
}

.myPoints-page .table > tbody > tr > td{
font-size: 18px;
background-color:white;
}

.myPoints-page .table > tfoot > tr > td{
font-size: 20px;
    background-color: rgba(130, 190, 60, .3);
}

/* END My Points page */

/* FOOTER*/
.custom-footer {
  padding: 20px;
  background-color: #82be3c;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-left,
.footer-right {
  flex: 1;
  min-width: 200px;
  padding: 10px;
}

.footer-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-left li {
  margin-bottom: 8px;
}

.footer-left a,
.footer-right a,
.footer-bottom a {
  text-decoration: none;
  color: #fff;
}

.footer-left button {
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.footer-right {
  text-align: right;
}

.footer-right img {
  max-width: 150px;
  height: auto;
}

.footer-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}

.footer-bottom-left,
.footer-bottom-right {
  flex: 1;
  min-width: 200px;
  padding: 10px;
color: #fff;
}

.footer-bottom-right {
  text-align: right;
}

.footer-bottom-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-bottom-right li::after {
  content: '|';
  margin-left: 10px;
}

.footer-bottom-right li:last-child::after {
  content: '';
}
/* Mobile styles */

@media (max-width: 768px) {
  .footer-row,
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-left,
  .footer-right,
  .footer-bottom-left,
  .footer-bottom-right {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .footer-bottom-right ul {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .footer-bottom-right li::after {
    content: '';
  }
}
/* END FOOTER*/

/* HIDING '.selector-v2-selection-msg' ELEMENT, POW-79122 */
.mall-pages .product-cart-options .selector-v2-bottom .selector-v2-selection-msg { display: none; }
