/* ==========================================
   ADBINO PATTERNS
   ========================================== */

/* ---------- Hide Scrollbar ---------- */

#charsoogh_category_show .modal-content,
#charsoogh_category_show .modal-body,
#charsoogh_category_show .vertical-menu{

    scrollbar-width:none;
    -ms-overflow-style:none;
}

#charsoogh_category_show .modal-content::-webkit-scrollbar,
#charsoogh_category_show .modal-body::-webkit-scrollbar,
#charsoogh_category_show .vertical-menu::-webkit-scrollbar{

    display:none;
}

/* ---------- Menu Background ---------- */

#charsoogh_category_show .modal-body{

    background:
        url('/wp-content/uploads/2026/06/adbino_bg_img-1.png')
        repeat
        center top;
}

/* ---------- Hero Background ---------- */

.background .background-image.original-size{

    background-repeat:repeat;
    background-position:top center;
    background-size:auto;
}

/* ---------- Home Ads ---------- */

.home .ad-list-block{

    background:
        url('/wp-content/uploads/2026/06/adbino_bg_img-1.png')
        repeat
        center center;
}