diff --git a/assets/css/theme.css b/assets/css/theme.css
index 96f9894..32754fb 100644
--- a/assets/css/theme.css
+++ b/assets/css/theme.css
@@ -1408,6 +1408,14 @@ select {
   stroke: inherit;
 }
 
+.stroke-gray-900 {
+  stroke: #111827;
+}
+
+.stroke-gray-700 {
+  stroke: #374151;
+}
+
 .stroke-\[3px\] {
   stroke-width: 3px;
 }
@@ -1679,6 +1687,11 @@ select {
   color: rgb(220 38 38 / var(--tw-text-opacity));
 }
 
+.text-gray-800 {
+  --tw-text-opacity: 1;
+  color: rgb(31 41 55 / var(--tw-text-opacity));
+}
+
 .underline {
   text-decoration-line: underline;
 }
diff --git a/templates/checkout/_partials/cart-detailed-product-line.tpl b/templates/checkout/_partials/cart-detailed-product-line.tpl
index 9712406..8148391 100644
--- a/templates/checkout/_partials/cart-detailed-product-line.tpl
+++ b/templates/checkout/_partials/cart-detailed-product-line.tpl
@@ -69,7 +69,7 @@
         {/if}
       </div>
     </div>
-    <div class="flex items-center w-max">
+    <div class="flex items-center font-medium w-max">
         <input
           class="js-cart-line-product-quantity text-center w-8 border-none active:ring-0 focus:ring-0"
           data-down-url="{$product.down_quantity_url}"
@@ -101,7 +101,7 @@
           data-id-customization   	  = "{$product.id_customization|escape:'javascript'}"
       >
         {if !isset($product.is_gift) || !$product.is_gift}
-          <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-trash" width="24" height="24" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round">
+          <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler stroke-gray-700 icon-tabler-trash" width="24" height="24" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round">
             <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
             <path d="M4 7l16 0"></path>
             <path d="M10 11l0 6"></path>