header .header-mobile h3,
header .header-mobile .header-menu h3,
header .header-mobile .cd-dropdown h3 { color: white !important; }

.carttotals_container.mobile-widget-wrapper {
  .cart-resume {
    width: 100%;
  }

  @media (max-width: 400px) {
    .promotion_discount .row {
      display: flex;
      flex-direction: column;
      gap: 10px;
      
      > div {
        width: 100%;
        padding: 0 15px !important;
      }
    }
  }
}