@font-face{font-weight:400;font-style:normal;font-family:"woodmart-font";src:url(//supercricket.ca/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.3) format("woff2")}:root{--wd-text-font:"Lato", Arial, Helvetica, sans-serif;--wd-text-font-weight:400;--wd-text-color:rgb(51,51,51);--wd-text-font-size:18px;--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;--wd-title-font-weight:600;--wd-title-color:#242424;--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;--wd-entities-title-font-weight:500;--wd-entities-title-color:#333333;--wd-entities-title-color-hover:rgb(51 51 51 / 65%);--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;--wd-widget-title-font-weight:600;--wd-widget-title-transform:uppercase;--wd-widget-title-color:#333;--wd-widget-title-font-size:16px;--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;--wd-header-el-font-weight:700;--wd-header-el-transform:uppercase;--wd-header-el-font-size:16px;--wd-brd-radius:15px;--wd-otl-style:dotted;--wd-otl-width:2px;--wd-primary-color:rgb(70,84,52);--wd-alternative-color:#fbbc34;--btn-default-bgcolor:#f7f7f7;--btn-default-bgcolor-hover:#efefef;--btn-accented-bgcolor:rgba(221,51,51,0.64);--btn-accented-bgcolor-hover:#74a32f;--wd-form-brd-width:2px;--notices-success-bg:#459647;--notices-success-color:#fff;--notices-warning-bg:#E0B252;--notices-warning-color:#fff;--wd-link-color:rgb(51,0,0);--wd-link-color-hover:#242424}.wd-age-verify-wrap{--wd-popup-width:500px}.wd-popup.wd-promo-popup{background-color:#111;background-image:none;background-repeat:no-repeat;background-size:contain;background-position:left center}.wd-promo-popup-wrap{--wd-popup-width:800px}:is(.woodmart-woocommerce-layered-nav,.wd-product-category-filter) .wd-scroll-content{max-height:223px}.wd-page-title .wd-page-title-bg img{object-fit:cover;object-position:center center}.wd-footer{background-color:#000;background-image:none}body,[class*=color-scheme-light],[class*=color-scheme-dark],.wd-search-form[class*="wd-header-search-form"] form.searchform,.wd-el-search .searchform{--wd-form-placeholder-color:rgb(255,255,255);--wd-form-bg:rgb(249,249,249)}.product-labels .product-label.onsale{background-color:#d33;color:#fff}.product-labels .product-label.new{background-color:#1abf1a;color:#fff}.product-labels .product-label.out-of-stock{background-color:#d33;color:#fff}.mfp-wrap.wd-popup-quick-view-wrap{--wd-popup-width:600px}.woocommerce-product-gallery{--wd-gallery-gap:10px}:root{--wd-container-w:1222px;--wd-form-brd-radius:5px;--btn-default-color:#333;--btn-default-color-hover:#333;--btn-accented-color:#fff;--btn-accented-color-hover:#fff;--btn-default-brd-radius:5px;--btn-default-box-shadow:none;--btn-default-box-shadow-hover:none;--btn-accented-brd-radius:5px;--btn-accented-box-shadow:none;--btn-accented-box-shadow-hover:none}@media (min-width:1222px){[data-vc-full-width]:not([data-vc-stretch-content]),:is(.vc_section,.vc_row).wd-section-stretch{padding-left:calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);padding-right:calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2)}}rs-slides :is([data-type=text],[data-type=button]){font-family:Lato!important}rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text]{font-family:Poppins!important}.wd-page-title{background-color:#000}add_action('woocommerce_before_add_to_cart_button','move_subsave_below_price');remove_action('woocommerce_after_price','subsave_output');// assuming it's hooked there function move_subsave_below_price() { echo '' . wc_get_product_subscribe_and_save() . '';// outputs the exact block}