.main-hsbc-info-page-container {
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Inter', sans-serif;
}
.main-hsbc-info-page-container.center {
  height: calc(100vh - 80px);
  justify-content: safe center;
}
.main-hsbc-info-page-container .logged-out-icon {
  width: 90%;
  margin: 0 auto 40px;
}
.main-hsbc-info-page-container .logged-out-icon img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto !important;
  display: block;
}
.main-hsbc-info-page-container .info-copy {
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  color: #333;
}
.main-hsbc-info-page-container .info-copy svg {
  display: block;
  margin: 0 auto 16px;
}
.main-hsbc-info-page-container .info-copy h1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 20px;
}
.main-hsbc-info-page-container .info-copy p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
  .main-hsbc-info-page-container {
    padding-top: 80px;
  }
}
.ascenda-pdp .sm-currency {
  font-size: 14px;
  font-weight: 300;
}
.ascenda-pdp .form-control {
  border-radius: 0px;
  border: 1px solid #767676;
}
.ascenda-pdp .form-group.has-error .form-control {
  border: 1px solid #A8000B !important;
  background: #F9F2F3 !important;
}
.ascenda-pdp .points-miles-conversion-container {
  width: 100%;
  background-color: #fff;
  padding: 12px 8px;
  margin-top: -12px;
}
.ascenda-pdp .points-miles-conversion-container p {
  margin: 0;
}
.ascenda-pdp .form-group p.sub-label {
  font-weight: 300;
  font-size: 12px;
  text-wrap: wrap;
}
.ascenda-pdp .form-group {
  margin-bottom: 24px;
}
.ascenda-pdp .form-group span.help-block {
  background: url(https://cloudfront.carltonone.com/dashboard-images/client-specific/hsbc-india/icons/error-icon.png) left center / 18px no-repeat transparent;
  padding-left: 26px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 8px;
}
.ascenda-pdp .form-group.info-popup {
  background-color: #ebeff4;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #305A85 !important;
}
.ascenda-pdp .form-group.info-popup img.info-icon {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}
.ascenda-pdp .form-group.info-popup p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #333;
}
.ascenda-pdp .input-error {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.ascenda-pdp .input-error .error-icon {
  display: flex;
}
.ascenda-pdp .input-error p {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}
.ascenda-review-redemption .arrow-bk {
  margin: 20px 0 32px;
}
.ascenda-review-redemption .arrow-bk a {
  background: url('https://cloudfront.carltonone.com/dashboard-images/client-specific/hsbc-india/icons/arrow-back.svg') no-repeat;
  background-size: 12px 12px;
  background-position: 0% 50%;
}
.ascenda-review-redemption a {
  display: inline-block;
  position: relative;
  color: #333;
  text-decoration: none;
  z-index: 1;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 0 0 20px;
}
.ascenda-review-redemption .form-control {
  border-radius: 0px;
  border: 1px solid #767676 !important;
  padding: 9px 16px;
  font-size: 16px;
}
.ascenda-review-redemption .form-control.error {
  border: 1px solid #A8000B !important;
  background: #F9F2F3;
}
.ascenda-review-redemption .form-group.info-popup {
  background-color: #ebeff4;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #305A85 !important;
  margin: 24px 0;
}
.ascenda-review-redemption .form-group.info-popup img.info-icon {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}
.ascenda-review-redemption .form-group.info-popup p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #333;
}
.ascenda-review-redemption .form-group span.form-header {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.ascenda-review-redemption .shopping-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ascenda-review-redemption .shopping-cart p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.ascenda-review-redemption .shopping-cart p.points-value {
  font-weight: 500;
}
.ascenda-review-redemption .tos {
  margin: 0 0 16px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.ascenda-review-redemption .tos span.tos-copy {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1d1d1d;
}
.ascenda-review-redemption .tos a.tos-link {
  padding: 0;
  text-decoration: underline;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.ascenda-review-redemption .redeem-header {
  padding: 16px 0 0;
}
.ascenda-review-redemption .redeem-header p {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}
.ascenda-review-redemption .redemption-details .brand-logo {
  padding: 16px 0;
  justify-content: flex-start;
}
.ascenda-review-redemption .redemption-details .brand-logo img {
  width: 100%;
  max-width: 350px;
  display: block;
}
.ascenda-review-redemption .redemption-details .order-info {
  margin: 16px 0;
}
.ascenda-review-redemption .redemption-details .order-info p.brand,
.ascenda-review-redemption .redemption-details .order-info p.value {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
}
.ascenda-review-redemption .redemption-details .order-info p.name-id {
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
  margin: 8px 0;
  color: #333;
}
.ascenda-review-redemption .redemption-details .order-info p.value {
  margin: 16px 0 0;
}
.ascenda-review-redemption .redemption-details .point-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  padding: 16px;
  background-color: #EDEDED;
  margin: 24px 0;
}
.ascenda-review-redemption .redemption-details .point-total p {
  margin: 0;
}
.ascenda-review-redemption .redemption-details .point-total .points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.ascenda-review-redemption .redemption-details .point-total .points .point-value {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}
.ascenda-review-redemption .redemption-details button.pay-with-points {
  color: #FFF;
  background-color: #DB0011;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 16px;
  width: 100%;
  text-align: center;
  margin: 0 0 24px;
}
.ascenda-review-redemption .redemption-details .delivery-details .details-header {
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
  color: #333;
  margin: 24px 0 8px;
}
.ascenda-review-redemption .redemption-details .delivery-details .user-email {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  margin: 16px 0;
}
.ascenda-summary-redemption .order-info,
.ascenda-review-redemption .order-info {
  margin: 24px 0;
}
.ascenda-summary-redemption .order-info .list-cont,
.ascenda-review-redemption .order-info .list-cont {
  display: flex;
  gap: 8px;
}
.ascenda-summary-redemption .order-info dt.brand,
.ascenda-review-redemption .order-info dt.brand,
.ascenda-summary-redemption .order-info dd.brand,
.ascenda-review-redemption .order-info dd.brand {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
}
.ascenda-summary-redemption .order-info dt.value,
.ascenda-review-redemption .order-info dt.value,
.ascenda-summary-redemption .order-info dd.value,
.ascenda-review-redemption .order-info dd.value {
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
  margin: 0 0 8px;
  color: #333;
}
.ascenda-summary-redemption p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.ascenda-summary-redemption .checkout-message {
  margin: 24px 0;
}
.ascenda-summary-redemption .checkout-message .header-img {
  margin: 0 0 20px;
}
.ascenda-summary-redemption .checkout-message .header-img img.order-confirm {
  display: block;
  height: auto;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.ascenda-summary-redemption .order-number .num {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  color: #333;
  margin: 0 0 24px;
}
.ascenda-summary-redemption .heading {
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
  margin: 24px 0 8px;
}
.ascenda-summary-redemption .delivery-details .user-email {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  margin: 16px 0;
}
.ascenda-summary-redemption .points-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}
.ascenda-summary-redemption .points-block dt.points-redeemed {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.ascenda-summary-redemption .points-block .points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 24px;
}
.ascenda-summary-redemption .points-block .points dd {
  margin: 0;
  font-weight: 500;
}
.ascenda-summary-redemption .redemption-details {
  margin: 24px 0;
}
.ascenda-summary-redemption .redemption-details .brand-logo {
  padding: 16px 0;
  justify-content: flex-start;
}
.ascenda-summary-redemption .redemption-details .brand-logo img {
  width: 100%;
  max-width: 350px;
  display: block;
}
.ascenda-summary-redemption button.back-merch,
.ascenda-summary-redemption a.rewards-marketplace {
  color: #333;
  background-color: #FFF;
  border: 1px solid #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 16px;
  width: 100%;
  text-align: center;
  margin: 0 0 24px;
}
.contact-disclaimer.form-group.info-popup,
.address-disclaimer.form-group.info-popup {
  background-color: #ebeff4;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #305A85 !important;
}
.contact-disclaimer.form-group.info-popup img.info-icon,
.address-disclaimer.form-group.info-popup img.info-icon {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}
.contact-disclaimer.form-group.info-popup p,
.address-disclaimer.form-group.info-popup p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #333;
}
/* Order Details Modal */
.ascenda-order-details-modal {
  display: contents;
}
/*Order Summary */
.ascenda-review-redemption .order-summary .redemption-details {
  margin: 24px 0;
}
.ascenda-review-redemption .order-summary .redemption-details .brand-logo {
  padding: 16px 0;
  justify-content: flex-start;
}
.ascenda-review-redemption .order-summary .redemption-details .brand-logo img {
  width: 100%;
  max-width: 350px;
  display: block;
}
/*Checkout Buttons */
.checkout-btn-hsbc button.back-merch,
.checkout-btn-hsbc a.rewards-marketplace {
  color: #333;
  background-color: #FFF;
  border: 1px solid #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 16px;
  width: 100%;
  text-align: center;
  margin: 0 0 24px;
}
/* Regular Checkout Flow Terms Overrides */
.deliveryInfo-page .form-group.checkbox.terms.form-req label strong.text-default {
  font-weight: 400 !important;
}
.deliveryInfo-page .form-group.checkbox.terms.form-req label strong.text-default a.terms-conditions {
  color: inherit !important;
  text-decoration: underline;
}
/* Mall Search Overrides */
#shopModal .modal-title {
  display: none;
}
#shopModal .input-container-with-button .mega-menu-dashboard-dropdown.dropdown {
  order: 2;
}
#shopModal .input-container-with-button label.display-block.full-width {
  order: 1;
}
#shopModal .input-container-with-button .pos-relative.full-width {
  order: 3;
}
#shopModal .input-container-with-button label.display-block.full-width span {
  color: #333;
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0 0 20px;
}
#shopModal .input-container-with-button .mega-menu-dashboard-dropdown.dropdown button {
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  margin-bottom: 40px;
}
#shopModal .input-container-with-button .pos-relative.full-width .input-search {
  margin: 0 0 20px;
}
#shopModal .input-container-with-button .pos-relative.full-width .input-search .input-search-icon {
  display: none;
}
#shopModal .input-container-with-button .pos-relative.full-width .input-search input.reward-search {
  padding: 10px 12px 10px 30px;
  border-radius: 0;
}
#shopModal .input-container-with-button .pos-relative.full-width .input-search::before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  display: flex;
  font-size: 16px;
  position: absolute;
  color: #000;
  height: 100%;
  justify-content: center;
  align-items: center;
  left: 10px;
}
#shopModal .input-container-with-button .pos-relative.full-width button {
  position: relative !important;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #000;
  color: #000;
  padding: 12px;
}
#shopModal .input-container-with-button .pos-relative.full-width button span:before {
  content: 'Search';
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
#shopModal .mega-menu-dashboard-dropdown .options li {
  font-family: 'Inter', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}
.sign-in .timg .image {
  display: none;
}
.mall-facet .mall-pages, .signIn-page {
  background-color: #f0f2f4;
}
.post-container .post-content .title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.post-container .post-content .description {
  color: #77797c;
  font-size: 13px;
  letter-spacing: 0.025em;
  line-height: 18px;
  font-weight: 400;
}
.post-container .post-content {
  background: #FFFFFF;
  width: 100%;
  position: relative;
  padding: 20px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 110px;
}
.list-group-item, .input-group-merge {
  background-color: transparent;
}
.searchMin, .searchMax {
  border: none;
  background: #fff;
}
.breadcrumb {
  border-bottom: 1px solid #333 !important;
  padding: 30px 0 25px 0 !important;
}
.facetSide.menu h3 {
  font-weight: 700;
  font-size: 14px;
}
.facetSide hr {
  border-top-color: #333;
}
#desktop_breadcrumb a, #desktop_breadcrumb li, #desktop_breadcrumb span {
  font-size: 14px;
}
#desktop_breadcrumb span {
  font-size: 14px;
}
.breadcrumb li span:first-child::before {
  padding: 0 2px 0 8px;
  color: #333;
}
.desktopSortContainer {
  color: #333;
  font-weight: 400;
}
.dashboards-widget .rewards-for-you .product-box {
  border: 8px solid #f0f2f4;
}
.copy-link {
  padding-top: 30px;
}
.rangeSearch_container .fa-chevron-right.range {
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 16px;
}
.facetSide.menu .fa-stack-2x {
  font-size: 30px;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 4px;
}
.rangeSearch_container .input-group-btn .btn {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0 !important;
}
.mobile-icon-container {
  background-color: #fff !important;
}
.mobileback {
  display: none;
}
.pagination li a, .pagination li span {
  border: 1px solid transparent;
  border-radius: 100px;
}
.pagination li:first-child a, .pagination li:first-child span {
  margin-left: 0;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
.pagination-sm li:last-child a, .pagination-sm li:last-child span {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}
.pagination-sm li a, .pagination-sm li span {
  font-size: 14px;
}
.pagination li a:hover {
  background-color: #fff;
  border: 1px solid #333;
}
.pagination li span:hover {
  background-color: none;
  border: 1px solid transparent;
}
#reward-gallery .well {
  border-right: none;
}
.rangeSearch_container .form-control.searchMin, .rangeSearch_container .form-control.searchMax {
  border: 1px solid #fff;
  background: #fff;
}
.rewards-for-you .product-box .our-price {
  font-size: 18px;
}
.rewards-for-you {
  padding: 0;
}
.input-group-btn:first-child .btn, .input-group-btn:first-child .btn-group {
  border-radius: 0;
}

.form-control.checkout {
  height: 45px;
}
.pr-xs.checkout {
  height: 45px;
}
small, .small {
  font-size: 85%;
}
.facetSide.menu .facets_view_all, .facetSide.menu .facets_view_less {
  font-size: 13px;
}
a:hover, a:focus {
  text-decoration: none;
}
.filtered-list-item {
  font-weight: 500;
}
.facetSide.menu .fa-stack-1x {
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  margin-top: -4px;
  color: #333;
}
.container {
  width: 90%;
}
.header-container {
  width: 90%;
}
.rewardsDetail-page .form-control {
  height: 45px;
}
.input-group-btn:first-child .btn, .input-group-btn:first-child .btn-group, .input-group-btn:last-child .btn, .input-group-btn:last-child .btn-group {
  border-radius: 0;
  height: 45px !important;
  padding: 10px 10px !important;
}
.svg-search-btn {
  font-weight: 500;
  height: 45px;
  font-size: 15px;
}
.category-search-typeahead .styledSelect {
  max-width: 300px;
  padding: 10px 35px 10px 15px;
  height: 45px;
}
.category-search-typeahead .styledSelect::after {
  right: 12px;
}
.mega-menu-dashboard-dropdown button {
  font-weight: 500;
}
input.reward-search, input.typeahead.tt-hint {
  height: 45px;
  font-weight: 400;
  border-radius: 0;
  border: solid 1px #333;
}
.shop-hamburger {
  font-weight: 500;
  height: 45px;
  border-radius: 0;
  padding-left: 0;
}
.product-cart-options .control-label {
  margin-bottom: 5px;
  padding-top: 0;
}
.product-cart-options .col-xs-offset-2 {
  margin: 0;
}
.product-cart-options .col-xs-9 {
  width: 100%;
  margin: 0;
}
.product-cart-options .btn-primary {
  margin-right: 10px;
}
.product-cart-options .form-group {
  margin-bottom: 20px;
}
.point-count span {
  text-transform: capitalize;
  color: #333;
}
.point-count .num {

}
.fa-user {
  padding-right: 0 !important;
}
#details {
  line-height: 2;
  font-size: 13px;
}
#member_initials {
  text-align: center;
  display: table-cell;
  padding: 13px;
}
.form-control {
  padding: 12px;
  height: auto;
}
.btn-primary, .btn-secondary {
  font-size: 13px;
  font-weight: 600;
}
.page-header {
  padding-bottom: 20px;
  margin: 35px 0 30px;
  border-bottom: 1px solid #e6e6e6;
}
h1, .h1 {
  font-size: 25px;
}
#loginbox {
  width: 325px;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  margin: 40px auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
#loginbox #main-title {
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 0;
}
#btn-login {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 14px !important;
}
.signIn-page #main {
  min-height: 500px;
}
.table thead tr th, .table thead tr td {
  background-color: #fff;
}
.table thead tr th, .table tbody tr th, .table tfoot tr th, .table thead tr td, .table tbody tr td, .table tfoot tr td {
  padding: 20px 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}
.media, .media-body {
  padding-right: 30px;
}
.media-heading {
  margin-bottom: 15px;
  font-size: 16px;
}
.dreamtracker-left-media p {
  font-size: 20px;
}
.progress {
  overflow: hidden;
  height: 38px;
  margin-bottom: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 100px;
}
.media-left .media-object, .media-right .media-object {
  max-width: 100px;
  max-height: 100px;
}
.round-close-button {
  width: 50px;
  height: 50px;
  right: 25px;
  padding: 6px 12px;
}
.paypal-cart-checkout {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 5px;
}
.paypal-cart-checkout h3 {
  margin-bottom: 15px !important;
}
.paypal-cart-checkout h3 span {
  color: #333 !important;
  font-size: 16px !important;
}
.mall-container-checkout h3 {
  margin-bottom: 15px !important;
}
.mall-container-checkout h3 span {
  color: #333 !important;
  font-size: 16px !important;
}
.mb-lg h3 {
  margin-bottom: 15px !important;
}
.mb-lg h3 span {
  color: #333 !important;
  font-size: 16px !important;
}
.close {
  font-size: 24px;
  font-weight: 300;
  color: #333;
  opacity: 1 !important;
  background: none !important;
}
@media (max-width: 768px) {
  .container {
    width: 90%;
  }
  .media, .media-body {
    padding-right: 10px;
  }
  .media-heading {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .media-dreamtracker {
    padding: 20px 0;
  }
  .dreamtracker-left-media {
    padding: 20px 0;
  }
  .dreamtracker-left-media p {
    font-size: 16px;
    padding-top: 0px;
  }
  .progress .progressbar-back-text {
    font-size: 16px;
  }
  .media-left .media-object, .media-right .media-object {
    max-width: 64px !important;
    max-height: 64px !important;
  }
}
.input-group-addon {
  background-color: #fff;
  font-size: 16px;
  padding: 12px;
}
.rewards-for-you .product-title {
  -webkit-line-clamp: unset;
  overflow: visible;
  max-height: none;
}
.feed-title h3 {
  margin-bottom: 0px !important;
}
@media (min-width: 992px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width: 1250px) {
  #reward-gallery .facetsContainer .rangeSearch_container .form-control.searchMin, .rangeSearch_container .form-control.searchMax {
    border: 1px solid #333;
  }
}
/* STOREFRONT CSS */
.mwA {
  width: 90%;
}
.main-carousel-two {
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  width: 90%;
}
.category-slider-header {
  font-size: 26px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}
.card-menu-1 .heading {
  text-align: center !important;
  text-transform: uppercase !important;
  margin: 0 0 30px 0 !important;
}
.main-category-slider ol.flickity-page-dots li.dot::before {
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.main-category-slider ol.flickity-page-dots li.dot.is-selected::before {
  color: var(--duet-color-primary) !important;
}
.main-category-slider ol.flickity-page-dots {
  background: transparent !important;
}
.main-category-slider ol.flickity-page-dots li {
  border-right: none !important;
  border-radius: 6px !important;
}
.category-box p.category-heading {
  font-weight: 500 !important;
}
.main-category-two-container .category-slider-header, .main-subcategories-container .subcategory-slider-header, .main-category-2-container .category-2-slider-header, .main-card-menu-2-container .subcategory-slider-header {
  text-align: center !important;
  width: 100% !important;
  font-size: 26px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #333 !important;
}
.category-3 .heading-text-container .heading {
  text-align: center !important;
  width: 100% !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
}
.main-category-2-container .category-2-slider-header {
  padding-bottom: 16px !important;
}
.main-category-2-slider .copy-container p.title {
  font-size: 38px !important;
  color: #333 !important;
}
.main-category-two-container .category-two-grid .grid-block.wide-block p {
  color: #333 !important;
}
h2.cat {
  text-align: left !important;
  letter-spacing: normal;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #333 !important;
  padding: 0;
  width: 100%;
}
.cline.b-grey {
  display: none;
}
.callout-cat .inner p {
  font-size: 16px;
  letter-spacing: normal;
  color: #222;
  font-weight: 500;
  padding-right: 0;
}

.brand-category-text {
  font-size: 12px !important;
  font-weight: 400 !important;
  padding-bottom: 15px;
}


.brand-category-text-title {
padding: 15px 0 10px 0;
}

.mwA {
  max-width: 1500px;
  padding: 20px 0 80px;
}
.b-grey {
  border: solid 2px #f0f2f4;
  border-top: 0;
}
.featured-brand {
  background-color: #f0f2f4;
}
.mallDashboard-page. rewards-for-you .product-box {
  border: 8px solid #f0f2f4;
}
.container.carousel button.hero-slider.next-button {
  margin-right: 20px;
}
.container.carousel button.hero-slider.prev-button {
  margin-left: 20px;
}
.main-summer-sale-container a, .main-category-2-slider .copy-container a {
  font-weight: 600 !important;
}
.card-menu-1 .body-text {
  font-weight: 500 !important;
  max-width: 800px !important;
  line-height: 1.5 !important;
}
.main-card-menu-2-container .card-menu-box p.box-head {
  font-weight: 600 !important;
  font-size: 22px !important;
}
.prepaid-banner .body-text {
  font-weight: 500 !important;
}
@media (max-width: 992px) {
  h2.cat {
    font-size: 20px !important;
   font-weight: 400;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 5px;
    width: 100%;
  }
  .prepaid-banner .prepaid-banner-card-img {
    background-position: left center !important;
  }
  .main-category-two-container .category-slider-header, .main-subcategories-container .subcategory-slider-header, .main-category-2-container .category-2-slider-header, .main-card-menu-2-container .subcategory-slider-header {
    font-size: 18px !important;
  }
  .main-category-two-container {
    padding: 40px 10px !important;
  }
  .category-slider-header {
    font-size: 18px !important;
  }
  .main-popular-categories-container {
    padding: 40px 20px 80px !important;
  }
  .featured-brand .widget-container-col .callout-cat {
    flex-basis: 50% !important;
  }
  .featured-brand .callout-cat .inner .img-responsive {
    height: 28.7vw !important;
  }
  .cline.b-grey {
    display: none !important;
  }
}
/* END STOREFRONT CSS */
/* MEMBER HERO CSS */
#member-dashboard .hero-bg {
  font-family: 'Poppins', sans-serif !important;
  padding: 80px 0px 120px !important;
  background-size: cover !important;
}
#member-dashboard .hero-bg .header-top {
  font-family: 'Poppins', sans-serif !important;
  text-transform: none !important;
  font-size: 45px !important;
  font-weight: 900 !important;
  color: #fff !important;
  position: relative !important;
  display: inline-block !important;
  line-height: 60px !important;
  margin-bottom: 30px !important;
  max-width: 550px !important;
  margin-top: 0;
}
#member-dashboard .hero-bg .header-bottom {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
  line-height: 24px !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 45px !important;
  max-width: 430px !important;
}
#member-dashboard .hero-bg .dashboard-button a {
  border-radius: 50px !important;
  padding: 15px 60px 15px 30px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  letter-spacing: 2px !important;
  z-index: 1 !important;
  transition: all 0.13s ease-in-out !important;
  cursor: pointer !important;
}
#member-dashboard .hero-bg .dashboard-button a:hover {
  border: 1px solid var(--duet-color-primary) !important;
  color: #fff !important;
}
#member-dashboard .hero-bg .table-display-2 {
  display: table !important;
  border: 0px solid #fff !important;
  padding: 30px !important;
  border-radius: 6px !important;
  height: 418px !important;
  width: 100% !important;
  background: #fff !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08) !important;
  margin-bottom: 20px !important;
}
#member-dashboard .hero-bg .header-top3 {
  font-size: 22px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 15px !important;
}
#member-dashboard .hero-bg .header-bottom2 {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #333 !important;
  line-height: 18px !important;
  margin-bottom: 25px !important;
}
#member-dashboard .points, #main .points a {
  font-family: 'Poppins', sans-serif !important;
  line-height: 30px !important;
  font-size: 26px !important;
  margin-bottom: 0px !important;
  font-weight: 600 !important;
}
#member-dashboard .points-text, #main .points-text a {
  font-family: 'Poppins', sans-serif !important;
  line-height: 14px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 0px !important;
  position: absolute !important;
  right: 18px !important;
  top: 24px !important;
}
#member-dashboard .hero-bg .dashboard-button2 a {
  font-family: 'Poppins', sans-serif !important;
  position: relative !important;
  display: inline-block !important;
  padding: 18px 20px !important;
  border: 1px solid #292929 !important;
  background-color: #fff !important;
  color: #292929 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
  z-index: 1 !important;
  transition: all 0.13s ease-in-out !important;
  cursor: pointer !important;
  border-radius: 6px !important;
  width: 100%;
  margin-bottom: 12px !important;
}
@media (max-width: 600px) {
  #member-dashboard .hero-bg {
    padding: 50px 30px !important;
  }
  #member-dashboard .hero-bg .text {
    font-size: 14px !important;
  }
  #member-dashboard .hero-bg .logo {
    max-width: 80px !important;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 975px) {
  #member-dashboard .hero-box-1 {
    width: 30% !important;
  }
  #member-dashboard .hero-box-2 {
    width: 35% !important;
  }
}
@media only screen and (max-width: 1300px) {
  #member-dashboard .hero-bg .header-top {
    font-size: 30px !important;
    position: relative !important;
    display: inline-block !important;
    line-height: 40px !important;
    margin-bottom: 30px !important;
    margin-top: 5px !important;
    max-width: 550px !important;
  }
  #member-dashboard .hero-bg .header-bottom {
    font-size: 12px !important;
  }
  #member-dashboard .hero-bg .dashboard-button a {
    font-size: 12px !important;
  }
}
#member-dashboard .hero-bg .row {
  justify-content: left !important;
}
#member-dashboard .hero-box-1 {
  width: 43% !important;
}
#member-dashboard .hero-box-2 {
  width: 40% !important;
  justify-content: right !important;
  margin: 0 10px !important;
}
@media only screen and (max-width: 955px) {
  #member-dashboard .hero-bg {
    padding: 40px 0px 40px 0px !important;
    margin: 0 -50vw !important;
  }
  #member-dashboard .hero-bg .header-top {
    display: none !important;
  }
  #member-dashboard .hero-bg .header-bottom {
    display: none !important;
  }
  #member-dashboard .svg-button-about {
    display: none !important;
  }
  #member-dashboard .dashboard-button {
    display: none !important;
  }
input.reward-search, input.typeahead.tt-hint {
  border-radius: 0 10px 10px 0 !important;
}
}
@media only screen and (max-width: 600px) {
  #member-dashboard .hero-box-2 {
    width: 100% !important;
    justify-content: center !important;
    margin: 0 !important;
  }
  #member-dashboard .hero-bg .table-display-2 {
    height: auto !important;
  }
.brand-store-container .store-wrapper h2, .brand-store-container .store-wrapper h2.sm {
  font-size: 20px;
  font-weight: 400 !important;
}
}
/* END MEMBER HERO CSS */
/* HSBC */
@media only screen and (max-width: 700px) {
  .reflektion-search-container {
    margin-right: 0;
  }
  .font-size-h3 {
    font-size: 20px;
  }
  .rewardsDetail-page .apple-selector p, .rewardsDetail-page .apple-selector .body-regular {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
  }
  #shopping-cart .b-gray-90, checkout .b-gray-90, #checkout .b-gray-90 {
    border-color: #fff !important;
  }
  .mwA {
    padding: 40px 0 !important;
    width: 95%;
  }
}
.mobile-nav-hidden {
  padding: 16px 0 !important;
}
.shop-hamburger {
  color: #333;
  border-color: #fff;
  background: #fff;
}

.shop-hamburger:hover p, .shop-hamburger:hover, .shop-hamburger:hover i {
  color: #333;
  border-color: #fff;
  background: #fff;
}

.shop-hamburger p {
font-size: 14px;
}

.shop-hamburger i {
font-size: 22px;
}

.nav-search-icon button.mobile-search-icon {
  height: 45px;
  width: 45px;
}

.nav-search-icon button.mobile-search-icon i {
  opacity: 1;
}
.container.carousel .carousel-navigation button, .container.banners .carousel-navigation button {
  min-width: 40px;
  min-height: 40px;
  box-shadow: none;
  border: 1px solid #333;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.container.carousel .carousel-navigation button i, .container.banners .carousel-navigation button i {
  font-weight: 300;
  line-height: inherit !important;
}
.carousel-navigation button.next-button {
  float: right;
  padding: 0 20px 0 0;
}

.carousel-navigation button.prev-button {
  float: left;
  padding: 0 0 0 20px;
}
.carousel-navigation {
  margin: 20px 0 !important;
}
.brand-store-container .store-wrapper h2, .brand-store-container .store-wrapper h2.sm {
  font-size: 20px !important;
  font-weight: 400 !important;
}
.brand-store-container {
  padding: 20px 0px !important;
}
.store-wrapper .store img {
  border-radius: 0 !important;
}
.brand-store-container .store-wrapper h2 {
  color: #333 !important;
}
.callout-cat .inner {
  border-radius: 0;
}
.callout-cat .inner .b-grey {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.callout-cat .inner .b-grey {
  text-transform: capitalize;
}
.pr2 {
  padding-right: 10px;
}
.pl2 {
  padding-left: 10px;
}
.b-grey {
  border: solid 1px #d9d9d9;
}
.featured-brand .callout-cat .inner {
  border-radius: 0;
}
.callout-cat .inner {
  margin: 10px;
}
.dashboards-widget .rewards-for-you .product-box {
  border: 1px solid #d9d9d9;
  border-radius: 0px;
}
.rewards-for-you .savings-button {
  border-radius: 0;
}
.rewards-for-you .product-box .our-price {
  color: #333;
  font-weight: 500;
}
.rewards-for-you {
  padding: 0 8px;
}
.nav-expand-link::after {
  font-size: 20px;
  font-weight: 300;
}
.round-close-button {
  width: auto;
  height: auto;
  right: 20px;
  padding: 0;
}
.round-close-button {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
  position: absolute;
  right: 19px;
  top: 20px;
  min-width: unset;
  min-height: unset;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  color: #333;
  opacity: 1;
  font-weight: 300;
}
.nav-link {
  padding: 1.5em;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 400;
}
.nav-drill #description.no-reward-options {
  margin-top: 70px;
}
#shopModal .modal-header h2 {
  margin-top: 40px;
}
#shopModal .modal-body {
  padding-top: 0;
}
.callout-cat .inner .span-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-color: #333;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}
.rewards-for-you .product-box {
  border-radius: 0;
  border: 1px solid #d9d9d9;
}
#desktop_breadcrumb a, #desktop_breadcrumb li, #desktop_breadcrumb span {
  font-size: 12px;
}
#desktop_breadcrumb span {
  font-size: 12px;
}
.text-primary {
  color: #333 !important;
}
.rewardsDetail-page .apple-selector {
  font-size: 14px;
}

#cartTabs {
  display: none;
}
#shopping-cart .timg.timg-open {
  margin: 0 0 30px 0 !important;
}
#megamenu_mobile a:focus, #megamenu_mobile button:focus {
  border: 0;
}
a:hover, a:focus {
  color: #333;
}
.nav-link.nav-expand-link:hover, .nav-expand-link:hover::after {
  color: #333;
  text-decoration: none;
}
#checkout-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.address-group .form-group {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
#country-code {
  width: 86px;
}
#area-code {
  width: 65px;
}
.modal-body .text-center {
  text-align: left !important;
}

.modal-body .btn-link {
  color: #333 !important;
  font-size: 16px !important;
  text-align: center;
  width: 100%;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #333;
  font-weight: 500;
}
#shopModal .category-search-typeahead .styledSelect {
  font-size: 14px !important;
}

.rewardsDetail-page .apple-selector .well.well-active, .rewardsDetail-page .apple-selector .well.co.well-active {
  padding: 1.1875em 0.9375em;
  border-width: 1px;
  border-color: #db0011;
  padding: 1.3125em 1.031em;
}
.rewardsDetail-page .apple-selector .well {
  min-height: 0;
  background-color: #fff;
  margin: 0;
  padding: 1.3125em 1.031em;
  border-color: #d9d9d9;
  border-radius: 0;
  cursor: pointer;
}
#thumbLarge {
  margin-bottom: 20px !important;
}
.rewards-for-you .product-title {
  font-weight: 400;
}
html body {
  font-weight: 400 !important;
}
footer .mt-lg .col-xs-6 {
  width: 100%;
  text-align: left !important;
}
footer .mt-lg .text-right {
  margin-top: 20px;
}
.reflektion-search-container {
  height: 45px;
}
.customSelect {
  border: solid 1px #d9d9d9;
  border-radius: 0;
  min-height: 45px;
}
.svg-search-btn {
  border-radius: 0;
}
.rewards-for-you .limited-time-offer span {
  font-weight: 400;
  font-size: 12px;
}
.form-control {
  border: 1px solid #333;
}
.btn-default {
  border-color: #333;
}
.customSelect {
  border: solid 1px #333;
}

@media screen and (max-width: 600px) {
  .mwA .widget-container-col .callout-cat {
    -ms-flex-preferred-size: 100%;
    flex-basis: 50%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

.brand-store-container .store-wrapper h2, .brand-store-container .store-wrapper h2.sm {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.container.carousel .carousel-navigation button i, .container.banners .carousel-navigation button i {
    font-size: 20px;
  }

}

.callout-cat .inner .span-arrow {
  display: none;
}

.callout-cat .inner .b-grey {
  padding: 0 1rem;
}

.callout-cat .inner p {
  font-size: 14px;
}

.carousel-navigation {
  margin: 0 !important;
}

.container.carousel .carousel-navigation button, .container.banners .carousel-navigation button {
  border: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .brand-store-container {
    padding: 0 !important;
  }
}

#cartModal .modal-body .btn {
  padding: 12px;
  margin: 15px 0;
    margin-bottom: 15px;
  display: block;
font-size: 15px;
  font-weight: 500;
width: 100%;
margin: 35px 0 0 !important;
}

.remove-item {
  padding: 12px;
  margin: 15px 0;
    margin-bottom: 15px;
  display: block;
font-size: 15px;
  font-weight: 500;
width: 100%;
margin: 35px 0 20px !important;
}




#reward-gallery .mobile-icon-container.sort {
    width: 44px !important;
  }

 #reward-gallery .mobile-icon-container {
    background-color: transparent !important;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 0;
    border: 1px solid #333 !important;
  }

.visible-xs-block .btn-tertiary {
color: #333;
  background-color: transparent;
  border-color: transparent;
  font-size: 16px;
  padding-top: 15px;
  text-align: left !important;
  padding-left: 0 !important;
}

.visible-xs-block .btn-tertiary strong {
font-weight: 500 !important;
}

.btn-tertiary:active:hover, .btn-tertiary.active:hover, .open .dropdown-toggle.btn-tertiary:hover, .btn-tertiary:active:focus, .btn-tertiary.active:focus, .open .dropdown-toggle.btn-tertiary:focus, .btn-tertiary:active.focus, .btn-tertiary.active.focus, .open .dropdown-toggle.btn-tertiary.focus {
color: inherit;
  background-color: inherit;
  border-color: transparent;
}

.page-header.cart .fal {
display: none !important;
}

.page-header.cart {
  padding-bottom: 20px;
  margin: 32px 0 10px;
/*  border-bottom: none;*/
  border-bottom: 1px solid #e6e6e6 !important;
}

.btn-link {
  color: #333;
  font-weight: 500;
  border-radius: 0;
  font-size: 14px;
}

.btn.dreamtrackable {
  background: transparent;
  color: #333;
  padding-left: 0 !important;
}

.qty-down {
  border-color: #333 !important;
  opacity: 1 !important;
}

.checkout a {
color: #333 !important;
}


#toast-container .toast-error,
#toast-container .toast-info,
#toast-container .toast-warning {
  background-image: none !important;
  box-shadow: none !important;
}

#toast-container .toast-error,
#toast-container .toast-info,
#toast-container .toast-warning {
  opacity: 1 !important;
  box-shadow: none !important;
  width: 99% !important;
}

.toast .toast-error,
.toast .toast-info,
.toast .toast-warning {
  position: relative !important;
  box-shadow: none !important;
}

.toast-error,
.toast-info,
.toast-warning {
  background-color: #F9F3F3 !important;
  color: #333 !important;
  border: 1px solid #DB0011;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  padding-right: 25px !important;
}

.toast-close-button {
  color: #333;
  font-weight: 400;
  font-size: 25px;
}

.toast-error .toast-message::before,
.toast-info .toast-message::before,
.toast-warning .toast-message::before {
  content: "\f071";
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  position: absolute;
  left: 11px;
  top: 25px;
  color: #DB0011;
}

#toast-container .toast-error:hover,
#toast-container .toast-info:hover,
#toast-container .toast-warning:hover {
 box-shadow: none !important
}

.toast-top-right {
left: 12px;
}

.callout-cat .inner {
  border: solid 1px #d9d9d9;
}

.callout-cat .inner .b-grey {
  border: 0;
}

.callout-cat .inner .img-responsive {
    border-bottom: solid 1px #d9d9d9;
}

@media screen and (max-width: 600px) {
  .callout-cat .inner .img-responsive {
    height: 30vw;
  }
}

@media screen and (max-width: 1250px) {
  #reward-gallery #desktopSortContainer .resultsShowingContainer p {
    padding: 0 15px 0 15px;
  }
}

.desktopSortContainer .resultShowingKeyword {
  color: #333;
}

#business-address {
display: none;
}

.business-address {
display: none;
}

.point-count span {
  font-weight: 500;
}

.point-count {
  text-align: right;
}

.point-count .num {
  color: #333;
  font-weight: 600;
}

.point-bucket {
  padding-left: 10px;
}

#app main {
  padding-bottom: 20px;
}

#points-totals strong {
font-weight: 400;
}

.nav-drill .levelButtons.active {
  background: #fff !important;
  color: #333;
  font-weight: 500;
}

.nav-drill .levelButtons.active::before {
  color: #db0011;
}

h4, .h4 {
  font-weight: 400;
}

.btn-secondary {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1250px) {
  #reward-gallery .mobile-icon-container.sort {
    width: 44px;
  }
}

.warning-error-message {
  background: #EBEFF4;
  padding: 15px;
  border-radius: 0;
  font-weight: 600;
  border: 1px solid #305A85;
}

.modal-header {
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  #shopModal .modal-header {
    border-bottom: 1px solid #fff;
    background: #fff;
  }
}

.modal-content {
  border: none !important;
}

.modal-header {
  border-bottom: 0 !important;
}

#modal-description {
  border: none !important;
}


/*JUNE 4TH UPDATES*/
#myOrders-page #_modal .form-horizontal dl.form-group:last-of-type dt.control-label { display: none !important; }
@media screen and (max-width: 768px) {
  .rewardsDetail-page.has-shop-navigation .mobileback.visible-xs-block.hidden-print,
  .mall-facet.has-shop-navigation .mobileback.visible-xs-block.hidden-print,
  #shopModal .category-search-typeahead .input-container-with-button label.display-block { display: none !important; }

  h1#main-title.page-header.cart {
    border-bottom: 1px solid #e6e6e6 !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #checkout-form span.text-bold { font-weight: 400 !important; }
  #checkout-form span.font-size-h4,
  #checkout-form dd.font-size-h4 { font-size: 12px !important; }

  footer.hidden-print .container .row {
    display: flex;
    justify-content: space-between;
  }
  footer.hidden-print .container .row:before, 
  footer.hidden-print .container .row:after { display: none !important; }
  footer.hidden-print .container .row .col-xs-6 {
    width: 60% !important;
    padding-right: 0 !important;
  }
  footer.hidden-print .container .row .col-xs-6.text-right {
    width: 40% !important;
    padding-right: 8px !important;
  }
}

input.reward-search, input.typeahead.tt-hint {
  height: 45px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  border: solid 1px #333 !important;
}



/* END HSBC */
