/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/ /* Examples (uncomment to use):*/ /* Expand site width */ /* body .wrapper { max-width: 1400px !important; } */ /* Set site background image */ /* body { background: url(image_source) top no-repeat; } /* Hide compare button */ /* a.compare_item { display: none !important; }*/ 

.header-v25 .logo { padding-top: 12px; padding-bottom: 12px; }

.sale_order_full_table:last-of-type {display:none !important;}


.money__bonus{
    position: absolute;
    right:0;
    top:6px;
    width: fit-content;
    font-size: 12px;
    line-height: 16px;
}

.money__bonus .bonus-badge{
    align-items: center;
    gap: 4px 0.5em;
    padding: 0.5em;
    border-radius: 1em;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    color: #2A2B2D;
    white-space: nowrap;
    background-color: #ffbf1f;
}

.money__bonus .bonus-badge .bonus-badge_val{
    padding-left: 1.1em;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.25 5.25a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm-1.975 5.025a5.25 5.25 0 1 0-6.55-6.55 5.25 5.25 0 1 0 6.55 6.55zM3.52 5.707a3.5 3.5 0 1 0 4.773 4.773A5.251 5.251 0 0 1 3.52 5.707z' fill='%232A2B2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h14v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat left center/.8em;
}


.popup-window-dark {
    background-color: #fff !important;
}

.popup-window-dark .popup-window-content{
    color: #333 !important;
}

.popup-window-dark .popup-window-angly--arrow {
    background-color: #fff!important;
}
