.default-hidden{
    display: none;
}
.showing-card-filter-text {
  display: flex;
  flex-wrap: nowrap;
}
.showing-card-filter-text p {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .mobile-filter-wrapper {display:none;}
}
.mobile-filter-wrapper {
    font-size: 15px;
}
.mobile-filter-wrapper .fieldset-legend {
  display: none;
}
.mobile-filter-wrapper .mb-3 {
  margin-bottom: 0 !important;
}
.mobile-category {
  float:left;
  border: 1px solid #ccc;
}
.mobile-offers {
  float:left;
  border: 1px solid #ccc;
}
.mobile-offers .parent-offers {
  display: none;
}
.mobile-filter-bottom-row {
  clear: both;
}

.mobile-filter-wrapper {
  color: rgba(48, 48, 48, 0.5);
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 88px;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #fff;
}

.mobile-filter-wrapper .js-form-type-checkbox{
  padding: 10px 0 10px 25px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.filter-top-row {
  background-color: #304087;
  color: #fff;
  padding: 15px;
}

.show-arrow{
  color: #304087;
}

.btn-inline {
  text-align: center;  
}

.btn-inline input {
  display: inline!important;
  margin: inherit;
  width: 120px;
  margin-right:30px;
}

.mt15 {
	margin-top: 15px!important;
}

#block-rbl-bank-content .alert-wrapper {
  display: none;
}

#edit-form-two-submit {
  text-transform: capitalize;
}
.otp-resend-text, .resend-btn { float: left; }
.otp-error { clear:both; }
#edit-resend-otp {
	border: 0;
    margin: 0;
    padding: 0;
    height: auto;
    margin-left: 13px;
}

body .form-wrap-card .js-form-item label {
    text-transform: inherit;
}

input#edit-customeridentificationnumber ~ div#customer-identification-number-error {
    margin-top: 15px;
} 