@font-face{font-display:swap;font-weight:400;font-style:normal;font-family:"woodmart-font";src:url(//paradaisystore.store/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.6) format("woff2")}@font-face{font-display:swap;font-family:"star";font-weight:400;font-style:normal;src:url("//paradaisystore.store/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"),url(//paradaisystore.store/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(//paradaisystore.store/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url("//paradaisystore.store/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg")}@font-face{font-display:swap;font-family:"WooCommerce";font-weight:400;font-style:normal;src:url("//paradaisystore.store/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"),url(//paradaisystore.store/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//paradaisystore.store/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url("//paradaisystore.store/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg")}:root{--wd-text-font:Arial, Helvetica, sans-serif;--wd-text-font-weight:400;--wd-text-color:#777777;--wd-text-font-size:16px;--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;--wd-title-font-weight:400;--wd-title-transform:capitalize;--wd-title-color:#242424;--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;--wd-entities-title-font-weight:400;--wd-entities-title-transform:capitalize;--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:400;--wd-widget-title-transform:uppercase;--wd-widget-title-color:#333;--wd-widget-title-font-size:18px;--wd-header-el-font:"Poppins", Arial, Helvetica, sans-serif;--wd-header-el-font-weight:700;--wd-header-el-transform:uppercase;--wd-header-el-font-size:15px;--wd-otl-style:dotted;--wd-otl-width:2px;--wd-primary-color:rgb(0,210,100);--wd-alternative-color:rgb(0,210,100);--btn-default-bgcolor:rgb(0,210,100);--btn-default-bgcolor-hover:rgb(0,210,100);--btn-accented-bgcolor:rgb(0,210,100);--btn-accented-bgcolor-hover:rgb(6,208,101);--wd-form-brd-width:2px;--notices-success-bg:rgb(6,208,101);--notices-success-color:#fff;--notices-warning-bg:rgb(6,208,101);--notices-warning-color:rgb(255,255,255);--wd-link-color:#333333;--wd-link-color-hover:#242424;--wd-sticky-btn-height:95px}.wd-age-verify-wrap{--wd-popup-width:500px}.wd-popup.wd-promo-popup{background-color:#111;background-image:url();background-repeat:no-repeat;background-size:cover;background-position:center center}.wd-promo-popup-wrap{--wd-popup-width:800px}.wd-page-title .wd-page-title-bg img{object-fit:cover;object-position:center center}.wd-footer{background-color:#353230;background-image:none}.page .wd-page-content{background-color:#f7f7f7;background-image:none}.product-labels .product-label.onsale{background-color:#e457a5}.product-labels .product-label.new{background-color:#578c4d}.product-labels .product-label.out-of-stock{background-color:#ec4739;color:#fff}.mfp-wrap.wd-popup-quick-view-wrap{--wd-popup-width:1030px}.wd-builder-off .wd-fbt.wd-design-side{--wd-form-width:550px}@media (max-width:1024px){:root{--wd-sticky-btn-height:95px}}@media (max-width:768.98px){:root{--wd-sticky-btn-height:42px}}:root{--wd-container-w:1600px;--wd-form-brd-radius:0px;--btn-default-color:#fff;--btn-default-color-hover:#fff;--btn-accented-color:#fff;--btn-accented-color-hover:#fff;--btn-default-brd-radius:0px;--btn-default-box-shadow:none;--btn-default-box-shadow-hover:none;--btn-default-box-shadow-active:none;--btn-default-bottom:0px;--btn-accented-brd-radius:0px;--btn-accented-box-shadow:none;--btn-accented-box-shadow-hover:none;--btn-accented-box-shadow-active:none;--btn-accented-bottom:0px;--wd-brd-radius:0px}@media (min-width:1600px){section.elementor-section.wd-section-stretch>.elementor-container{margin-left:auto;margin-right:auto}}.wd-page-title{background-color:#0a0a0a}To make a header banner text move from right to left,you can use CSS animations. Here's an example:HTML:css <div class="banner"><h1 class="moving-header">My Header Text</h1></div>CSS:css .banner{overflow:hidden}.moving-header{animation:move 10s linear infinite;white-space:nowrap}@keyframes move{from{transform:translateX(100%)}to{transform:translateX(-100%)}}.product-grid-item .star-rating{background-color:#fff;padding-right:45px;padding-left:45px;margin-bottom:-7px}.star-rating::before{content:"\f149" "\f149" "\f149" "\f149" "\f149";color:#fdc85b}.product-grid-item.col-6 .price,.product-grid-item.col-6 .star-rating{font-size:17px;background-color:#fff}