.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 }
.shipping-item input[type="radio"]{ display:block !important; opacity: 1 !important; }
.shipping-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.shipping-item {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 14px 18px;
    transition: all .2s ease;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}
.shipping-item:hover {
    border-color: #bbb;
    background: #f1f1f1;
}
.shipping-option {
    display: flex;
    align-items: flex-start;
    width: 100%;
    cursor: pointer;
}
.shipping-option input[type="radio"] {
    margin-right: 12px;
    margin-top: 3px;
    transform: scale(1.2);
    cursor: pointer;
}
.shipping-details p {
    margin: 2px 0;
    font-size: 14px;
    line-height: 1.3;
}
.shipping-details strong {
    font-size: 15px;
    color: #333;
}
.shipping-item.add-new {
    background: #eef8ff;
    border-color: #c9e4ff;
}
.shipping-item.add-new:hover {
    background: #e2f2ff;
    border-color: #9cceff;
}
.shipping-item.add-new strong {
    color: #005caa;
}
#user_account_box,
#confirmation-wrapper,
#shipping_form_wrapper,
#reg-wrapper{ display:none; }
.user-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f5f7fa;
    border: 1px solid #d9dee3;
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
#user_account_box.active{
    display: flex;
}
#user_account_box .user-avatar img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #c7ccd1;
}
#user_account_box .user-info {
    flex: 1;
}
#user_account_box .user-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #333;
}
#user_account_box .user-email {
    font-size: 14px;
    margin: 2px 0 0;
    color: #666;
}
#user_account_box .logout-btn {
    background: #ff4f5a;
    border: none;
    color: #fff;
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .2s ease;
}
#user_account_box .logout-btn:hover {
    background: #e0454e;
}
.preload{
	padding: 100px;
	display: flex;
    width: 100%;
    justify-content: center;
}
.preload img{
	width: 40px;
	margin: auto;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}
.smart-search-wrapper {
    position: relative;
    max-width: 480px;
}
.smart-search-form {
    display: flex;
    gap: 8px;
}
.smart-search-form input {
    flex: 1;
    padding: 8px 10px;
    border-radius: 4px;
}
.smart-search-form button {
    padding: 8px 14px;
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
}
.smart-search-suggestions {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    z-index: 200;
    display: none;
    overflow: hidden;
    box-shadow: 0px 6px 15px rgba(0,0,0,0.08);
}
.smart-search-suggestions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.smart-suggestion-item {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 0.92rem;
    color: #333;
}
.smart-suggestion-item:hover,
.smart-suggestion-item.active {
    background: #f2f2f2;
}
.smart-search-meta {
    max-width: 980px;
    font-size: 0.9rem;
    color: #555;
}
.smart-meta-box {
    background: #fafafa;
    border-radius: 6px;
    padding: 10px 12px;
    border: 1px solid #eee;
}
.smart-meta-type {
    font-weight: 600;
    margin-bottom: 4px;
}
.smart-meta-line span {
    font-weight: 500;
}
.smart-search-results {
    max-width: 980px;
}
.smart-search-loading,
.smart-search-empty,
.smart-search-error {
    padding: 12px;
    border-radius: 6px;
    background: #fafafa;
    border: 1px solid #eee;
    text-align: center;
}
.smart-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
}
.smart-product-card {
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease;
}
.smart-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.smart-product-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.smart-product-info {
    padding: 8px 10px 10px;
}
.smart-product-name {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 4px;
}
.smart-product-desc {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 6px;
}
.smart-product-price {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111;
}
.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%;
    font-size: 18px;
}
#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;
}
#jError{
    text-align: center;
}
@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;
    }
    #user_account_box.active{
        display:block;
    }
    #jError{
        min-width: 325px !important;
        margin-left: 150px;
        text-align: center;
    }
}