/* Footer Language & Currency */
footer .footer-language-currency {
	gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}
footer .footer-switch {
  display: inline-block;
}
footer .footer-switch .lang-wrapper {
  position: relative;
  display: inline-block;
}

footer .footer-switch .lang-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 35px;
  padding-left: 16px;
  background: #676d96;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  width: fit-content;
  user-select: none;
  overflow: hidden;
  transition: background .4s ease;
}

footer .footer-switch .lang-trigger img {
  width: 20px;
  height: 20px;
  border-radius: 50em;
  object-fit: cover;
}

footer .footer-switch .currency-symbol {
	border-radius: 50em; 
  background-color: #777C9D;
  display: flex;
  align-items: center;
  justify-content: center;
	width: 20px;
  height: 20px;
  font-size: 13px;
}

footer .footer-switch .lang-trigger .lang-arrow {
  display: flex;
  align-items: center;
  height: 100%;
  padding-inline: 8px;
  margin-left: 8px;
  background: #747aa2;
}

footer .footer-switch .lang-trigger .lang-arrow .icon.icon-after:after {
  margin: 0;
}

footer .footer-switch .lang-trigger:hover {
  background: #5f6697;
}

footer .footer-switch .lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: calc(100% + 20px);
  background: #5b639b;
  border: none;
  border-radius: 8px;
  overflow-y: auto;
  max-height: 200px;
  z-index: 99;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

footer .footer-switch .lang-dropdown::-webkit-scrollbar {
  width: 4px;
}

footer .footer-switch .lang-dropdown::-webkit-scrollbar-track {
  background: #4A5078;
}

footer .footer-switch .lang-dropdown::-webkit-scrollbar-thumb {
  background: #535A86;
  border-radius: 4px;
}

footer .footer-switch .lang-dropdown.open {
  display: block;
}
#main-footer .main-detail-col h5 {
	margin-bottom: 16px !important; 
}
#main-footer .main-detail-col ul li a {
	padding-left: 20px !important; 
}
#main-footer ul.footer-ul a:before {
  top: 5px;
  font-size: 13px;
}
footer .footer-switch .lang-option {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding-inline: 16px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: background .4s ease;
  background: #5d6598;
}

footer .footer-switch .lang-option img {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  object-fit: cover;
}

footer .footer-switch .lang-option:hover, footer .footer-switch .lang-option.active {
  background: #676d96;
  font-weight: 500;
}

footer .footer-switch .lang-select-hidden {
  display: none;
}

.delivery-icons-wrapper {
	border-top: 1px solid #505A9E; 
  margin-top: 24px;
  padding-top: 24px;
}

footer .company-detail-wrapper p {
	line-height: 1.9;
	opacity: .9 !important;
}
footer .contact-info-wrapper p {
	line-height: 2.4; 
}
footer .contact-info-wrapper a {
	opacity: .9 !important;
}
footer .contact-info-wrapper .icon.icon-before:before, footer .address-wrapper .icon.icon-before:before {
	margin-right: 8px; 
  opacity: 1 !important;
}

#main-footer .container::before {
	width: 80vw !important;
}
@media (max-width: 1650px) {
  #main-footer .container::before {
    width: 100% !important;
  }
}
.redbanana-footer {
	padding: 8px 0;
  font-size: 12px;
}
.redbanana-footer img {
  height: 20px;
}
@media (max-width: 576px) {
  .redbanana-footer {
    padding: 4px 0;
    font-size: 10px;
    text-align: center;
  }
  .redbanana-footer img {
    height: 16px;
  }
}