<style>
.mycart{height: inherit;cursor: pointer;}.t706__carticon-wrapper,.t706__carticon{display: none;}.ninjaElem{pointer-events: none;}
.cartcopyanim{-webkit-animation: t706__pulse-anim 0.6s;animation: t706__pulse-anim 0.6s;}
>
</style>
<script>$(document).ready(function()
{var hideMode= false;var counthide= 0;var pricehide= 0;function chkNum()
{let chCounter= window.tcart.total;let chPrice= window.tcart.prodamount;if(chPrice== 0){if(counthide== 1){$(".mycount").hide();}else{$(".mycount").show();}if(pricehide== 1)
{$(".myprice").hide();}else{$(".myprice").show();}$(".myprice .tn-atom").html("" + " 0" + window.tcart.currency_txt_r);}else{$(".myprice")
.show();$(".mycount").show();}$(".mycount .tn-atom").html(chCounter);if(chCounter== 0){$(".myprice .tn-atom")
.addClass("ninjaElem");}else{$(".myprice .tn-atom").removeClass("ninjaElem");}if(chCounter== ""){$(".mycount .tn-atom").html("0");}}$(".mycart .tn-atom").click(function(e){e.preventDefault();
if(window.tcart.total== 0){$('[href="#opencart"]')[0].click();}else{tcart__openCart();}});setTimeout(function(){chkNum();if($(".myprice .tn-atom")
.text()== "Click to order"){$(".myprice .tn-atom").text("");}},550);$(".t706").on("DOMSubtreeModified",".t706__carticon-counter",function(){setTimeout(function(){chkNum();},300);$(".mycart .tn-atom")
.addClass("cartcopyanim");setTimeout(function(){$(".mycart .tn-atom").removeClass("cartcopyanim");},1000);});$(".t706")
.on("DOMSubtreeModified",".t706__carticon-text",function(){var textprice= $(".t706 .t706__carticon-text").text().replace("= ","");$(".myprice .tn-atom")
.text("" + textprice);let chPrice= window.tcart.prodamount;if(chPrice== 0){$(".myprice .tn-atom").html("" + "0" + window.tcart.currency_txt_r);}});});
</script>