/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .carttext-field{
   border-radius: 4px;
   font-size: 15px;
   color: var(--e-global-color-51d5b6a ) !important;
   background-color: transparent !important;
   border: 1px solid var(--e-global-color-51d5b6a ) !important;
   font-family: var(--e-global-typography-text-font-family ), sans-serif !important;
   font-weight: var(--e-global-typography-text-font-weight ) !important;
   width: 100%;
   max-width: 100%;
   overflow: hidden;
 }