/********* Compiled - Do not edit *********/
:root{--color-primary:#ce2f46;--color-secondary:#000000;--color-gradient-start:#ce2f46;--color-gradient-stop:#ce2f46;--lqd-cc-active-bw:1px;}body{font-family:'Lato', sans-serif ;font-weight:400;line-height:1.5em;font-size:14px;color:#000000;}.btn{font-family:inherit;}.lqd-post-content, .lqd-post-header .entry-excerpt{font-family:inherit;font-weight:400;line-height:2;font-size:14px;color:#737373;}.h1,h1{font-family:'Lato', sans-serif ;font-weight:900;line-height:1em;font-size:38px;color:#000000;}.h2,h2{font-family:'Lato', sans-serif ;font-weight:900;line-height:1em;font-size:28px;color:#000000;}.h3,h3{font-family:'Lato', sans-serif ;font-weight:700;line-height:1.2em;font-size:26px;color:#000000;}.h4,h4{font-family:'Lato', sans-serif ;font-weight:700;line-height:1.18em;font-size:22px;color:#000000;}.h5,h5{font-family:'Lato', sans-serif ;font-weight:700;line-height:1.2em;font-size:21px;color:#000000;}.h6,h6{font-family:'Lato', sans-serif ;font-weight:700;line-height:1.2em;font-size:18px;color:#181b31;}.main-header .navbar-brand{max-width:60px;}.titlebar-inner h1{font-weight:700;}.titlebar-inner p{}.titlebar-inner{padding-top:50px;padding-bottom:50px;}#lqd-gdpr .lqd-gdpr-accept:hover{color:rgb(206, 47, 70)!important;}#lqd-gdpr{padding:   ;border-radius:   ;}#lqd-gdpr .lqd-gdpr-accept{padding:   ;border-radius:   ;}@media screen and (min-width: 992px){body.has-sidebar #lqd-contents-wrap{padding-top:25px;}}@media (min-width: 992px) {
    .liquid-wc-product-search {
    	min-width: 580px;
    }
}

jQuery(document).ready(function(){
setTimeout(function(){
     //var tag_new = jQuery("template").eq(38).attr("id");
     var tag_new = jQuery("template").last().attr("id");
     console.log(tag_new);
     //alert(tag_new);
     jQuery("#" + tag_new).css("display", "none");
     jQuery("#" + tag_new).next().next().css("display", "none");
}, 100);
});