@media (max-width: 767px) { .esi-content-bottom-bar { width: 100%; height: 54px; position: fixed; bottom: 0; background: #F0EDE9; z-index: 100; left: 0; box-shadow: 0px -7px 16px rgba(132, 127, 127, 0.3); display: flex !important } .esi-content-bottom-bar__container { display: flex; text-align: center; width: 100%; height: 100%; justify-content: space-around; align-items: center; overflow: hidden } .esi-content-bottom-bar__container__element { display: flex; justify-content: center; align-items: center; width: 100%; height: 100% } .esi-content-bottom-bar__container__element__icon { position: relative; margin-right: 10px; width: 29px; height: 29px } .esi-content-bottom-bar__container__element__text { font-size: 12px; font-weight: 500; color: #000000; font-family: Poppins, sans-serif; position: relative } }