.checkbox-items .checkbox img{
  width: 20px;
  margin-right: 2px;
}

.btn-red {
    color: #fff !important;
    background-color: #ee4a67;
    border-color: #ee4a67;
}

.join-sidebar p img{
width: 40px;
margin-right: 13px;
}

.close {
    opacity: 1;
}
.close i {
    font-size: 20px;
    color: #272660 !important;
}

#my-account-page .my-shop {
    border: 1px solid #272660 !important;
    padding: 20px;
    background-color: #dfdcef;
    border-radius: 6px;
}

.pending-cashback{
  border-radius: 6px;
  background-color: #252d6a;
}

.pending-cashback .cashback h3{
font-weight: 400;
font-size: 26px;
}

.pending-cashback .cashback p{
color: hsla(0,0%,100%,.5)!important;
font-size: 24px;
}

.available-cashback{
  border-radius: 6px;
  background-color: #28a745;
}

.available-cashback .cashback h3{
font-weight: 400;
font-size: 26px;
}

.available-cashback .cashback p{
  color: hsla(0,0%,100%,.5)!important;
  font-size: 24px;
}

.coupon_heading img{
  margin-top: -7em;
}

.coupon_heading h3{
  font-size: 18px;
  color: #252d6a;
  font-weight: 600;
}

.coupon_heading h2{
  font-size: 20px;
  color: #252d6a;
  font-weight: 700;
}

.coupon_heading p{
  font-size: 12px;
  color: #6c757d;
}

.btn-dark-blue {
    background-color: #252d6a;
    color: #fff !important;
    height: auto !important;
}
