<style>
.t706__cartwin-totalamount-wrap {display: block !important}
.t706 .t-input-group_dl{display:none}
</style>
<script>
$('.t706__carticon-counter').bind("DOMSubtreeModified",function(){change_count()});
var resizeTimeoutId;
function change_count() {clearTimeout(resizeTimeoutId); resizeTimeoutId = setTimeout('choosenewdelivery()', 100)};
function choosenewdelivery(){
if(Number($('.t706__carticon-counter').html())>4){
$('.t-radio__wrapper-delivery label:last').click();
}else{
$('.t-radio__wrapper-delivery label:first').click();
};
};
</script>