<script>
function removeall() {$(".t706__product-del").click();$('.removeall').remove()}
$('[href="#order"], .t706__carticon').on('click', function(){
if (!$('.removeall').length == 1) {
$('.t706__cartwin-top').append('<button class="removeall" onclick="removeall()" style="background: #e0e0e0;padding: 8px 15px;border: none;border-radius: 10px;cursor: pointer;">Очистить корзину</button>')
$('.t706__cartwin-top').attr('style','display: flex;justify-content: space-between')
}
})
</script>