.t-Footer{background-color: #f9f9f9;padding-top: 7px;padding-bottom: 7px;}#t_Body_nav ul{display: flex;flex-direction: column;flex-grow: 1;}#t_TreeNav_7{margin-top: auto;}.float-button {position: fixed;width: 55px;height: 55px;bottom: 30px;right: 30px;background-color: #19836b;color: white;border-radius: 50%;text-align: center;box-shadow: 2px 2px 5px #19836b;z-index: 9999;line-height: 50px;font-size: 24px;cursor: pointer;transition: background-color 0.3s;display: flex;align-items: center;justify-content: center;overflow: hidden;}.float-button:hover {background-color: #219178;}.pulse {animation: pulse-animation 2s infinite;}@keyframes pulse-animation {0% {box-shadow: 0 0 0 0px #219178;}100% {box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);}}@media (max-width: 767px) {.t-Body-nav {position: fixed !important;z-index: 1001 !important;}.t-Body-content {margin-left: 0 !important;transition: none !important;}.t-Footer-top {position: absolute;margin-top: 0;}.a-CardView-items{gap: 35px;}}