.um_menu .user-avatar {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    margin-bottom: -14px !important;
    display: inline-block;
    padding: 0px !important;
}
.hidden{
    display: none;
}
.grecaptcha-badge,
.message.hidden{ display:none; }
.navbar li .user-avatar,
header li .user-avatar{
  background-size: cover;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: 13px;
  margin-bottom: -9px;
}
.navbar li .user-avatar:focus,
header li .user-avatar:focus,
.navbar li .user-avatar:hover,
header li .user-avatar:hover{
    background-size: cover;
}
#bank-account-list{
    margin: 0;
    list-style: none;
    padding: 0;
}
#bank-account-list li {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
}
#bank-account-list li a{
    color: #333 !important;
    width: 100%;
    display: inline-block;
    background: #e0e0e0 !important;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 12px;
}
#bank-account-list li a:hover{
    color: #000 !important;
    background: #d2d2d2 !important;
}
#bank-account-list li a img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
    float: left;
}
#bank-account-list li a span{
    line-height: 1.7;
    display: inline-block;
}
#bankAccounts ul{ list-style:none; }
#bankAccounts ul li{
    line-height: 1.2; 
    padding:10px; 
    border: 1px solid #2b3242;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-right: 30px;
}
#bankAccounts ul li img{
    width: 75px;
    height: auto;
    float: left;
    margin: 0 10px;
}
#bank_note{
    margin:0;
}
#qrcodebnb canvas, #qrcodebnb img{
    width:256px;
    height:256px;
    padding: 20px;
    background: white;
}
.modal-footer .btn-flat i {
    line-height: 0;
    display: inline-block;
    float: left;
}
#qrcodebnb2 img{
    padding: 20px;
    background: white;
    margin: auto;
}
#addrbnb2{
    word-break:break-all;
    margin:12px 0 16px;
    text-align: center;
}
.text-right{ text-align:right; }
.valid{ border-color: #2db159 !important }
.invalid{ border-color: #b12d2d !important }
.ig-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap:6px;
}
.ig-cell{
    position:relative;
    display:block;
    width:100%;
    padding-top:100%; /* 1:1 */
    overflow:hidden;
    border-radius:6px;
    background:#f3f3f3;
}
.ig-cell img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition: transform .25s ease;
}
.ig-cell .ig-overlay{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:rgba(0,0,0,.0);
    opacity:0;
    transition: all .2s ease;
}
.ig-cell:hover img{ transform: scale(1.03); }
.ig-cell:hover .ig-overlay{
    opacity:1;
    background:rgba(0,0,0,.25);
}
.blockUI h2{ margin:0; color:white; }
.m-t-10{ margin-top:10px; }
.m-b-10{ margin-bottom:10px; }
.m-b-15{ margin-bottom:15px; }
.m-b-20{ margin-bottom:20px; }
#cardPaymentBox .modal-body input[type="text"]{
    height: 23px !important;
}
#banksPaymentBox .modal-body input[type=text], #banksPaymentBox .modal-body input[type=password]{
    color: black !important;
}
.list-payment{ list-style:none; }
.pull-left{ float:left; }
.disabled {
    opacity: 0.65 !important;
    pointer-events: none !important;
}
.wpwl-container{
    position: relative;
    max-width: 100%;
    margin-left: -15px;
}
#cart-btn{
    line-height: normal;
    color: #fff;
    bottom: 270px;
    position: fixed;
    right: 45px;
    background: #ff5252;
    border: 2px solid #ff5252 !important;
    padding: 9px;
    border-radius: 50%;
    width: 50px;
    margin: 0;
    height: 50px;
    font-size: 23px;
    border: none;
    box-shadow: 1px 1px 2px #666;
    z-index: 100;
}
#cart-btn:hover{
    background: rgba(0, 0, 0, 0.5);
    color: #ff5252;
}
#chatbot-btn{
    z-index: 100;
}
#whatsapp-btn{
    z-index: 100;
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .modal{
        width: 98% !important;
    }
    .list-payment{ padding: 0; }
    #bankAccounts ul,
    #bank-account-list{
        margin: 0;
        padding: 0;
        font-size: 14px;
    }
    #bankAccounts ul li,
    #bank-account-list li{
        margin: 0 0 5px;
        padding: 5px;
    }
    #bankAccounts ul li img,
    #bank-account-list li img{
        width: 65px;
    }
}