diff --git a/src/QUI/ERP/Order/SimpleCheckout/Checkout.css b/src/QUI/ERP/Order/SimpleCheckout/Checkout.css
index fb74b927ad29062207ef76b10b3158899cefc043..862181bebaeac9d0086839e873001d64737350c1 100644
--- a/src/QUI/ERP/Order/SimpleCheckout/Checkout.css
+++ b/src/QUI/ERP/Order/SimpleCheckout/Checkout.css
@@ -157,12 +157,10 @@
     border: none;
 }
 
-.quiqqer-simple-checkout-basket__link {
-    font-size: 12px;
-    text-align: right;
+:where(.quiqqer-simple-checkout-basket__link) {
+    margin-top: 0.75rem;
+    display: inline-block;
     float: right;
-    margin-top: 10px;
-    margin-right: 10px;
 }
 
 /**************************/
diff --git a/src/QUI/ERP/Order/SimpleCheckout/Checkout.html b/src/QUI/ERP/Order/SimpleCheckout/Checkout.html
index b788b452b630faef9e79264613ffe6078ae3afa0..54c967b93d7c1ff6097cee0edff7329241d2c05e 100644
--- a/src/QUI/ERP/Order/SimpleCheckout/Checkout.html
+++ b/src/QUI/ERP/Order/SimpleCheckout/Checkout.html
@@ -117,7 +117,7 @@
                 </button>
 
                 {if $this->getAttribute('showBasketLink') && $BasketSite}
-                    <a href="{url Site=$BasketSite}" class="quiqqer-simple-checkout-basket__link">
+                    <a href="{url site=$BasketSite}" class="quiqqer-simple-checkout-basket__link">
                         {locale group="quiqqer/order" var="ordering.btn.backToBasket"}
                     </a>
                 {/if}