@media (min-width: 1200px) {
  .block-topbar .container-fluid{
    max-width: 1900px;
  }
}
.topbar-bottom {
  background: var(--topbar-bg);
  color: var(--topbar-color-text);
  font-size: 13px; 
}
.topbar-bottom .box-content {
  padding: 6px 0; 
}
.topbar-bottom .box-content .box-right {
  white-space: nowrap; 
}
.topbar-bottom .box-content .box-right .social-item,
.topbar-bottom .contact-item {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.1;
}
.topbar-bottom .box-content .box-right .social-item svg,
.topbar-bottom .contact-item svg{
  fill: var(--topbar-icon);
  color: var(--topbar-icon);
}
.topbar-bottom .box-content .box-right .social-item:hover svg {
  color: var(--shop-color-main); 
}
.topbar-bottom .box-content .box-right .social-item:not(:first-child) svg {
  margin-right: 5px; 
}
.topbar-bottom .hotline a {
  font-weight: 700;
  color: var(--topbar-color-text); }
.topbar-bottom .contact {
  margin-left: 15px;
  padding-left: 15px;
  position: relative; 
}
.topbar-bottom .contact a {
  color: var(--topbar-color-text); 
}
.topbar-bottom .contact:before {
  content: '';
  position: absolute;
  height: 80%;
  width: 1px;
  top: 0;
  margin: auto;
  left: 0;
  bottom: 0;
  background: rgba(23, 38, 47, 0.4); 
}
.topbar-bottom .notify {
  position: relative; 
}
.topbar-bottom .notify .noti-tt {
  color: var(--topbar-color-text);
  position: relative;
  cursor: pointer; 
}
.topbar-bottom .notify .noti-tt .noti-numb {
  position: absolute;
  top: -5px;
  left: 12px;
  width: 16px;
  height: 16px;
  background: #ff0000;
  border: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center; 
}
.topbar-bottom .notify .noti-tt svg {
  margin-right: 7px;
  fill: currentColor; 
}
.topbar-bottom .notify .notify-container {
  position: absolute;
  z-index: 99;
  top: calc(100% + 6px);
  right: -12px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  transform: translateY(20px); 
}
.topbar-bottom .notify .notify-container:after {
  content: "";
  position: absolute;
  top: -24px;
  right: 15%;
  z-index: 99;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  width: 0;
  height: 0; 
}
.topbar-bottom .notify .sitenav-wrapper {
  background: #fff;
  width: auto;
  min-width: 360px;
  z-index: 15;
  padding: 0;
  border-radius: 0 0 3px 3px;
  position: relative;
  top: 0; 
}
.topbar-bottom .notify .sitenav-header {
  display: none; 
}
.topbar-bottom .notify .more-notify {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #eee; 

}
.topbar-bottom .notify .more-notify a {
  color: #007ff0; 
}
.topbar-bottom .notify:hover .notify-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); 
}
.topbar-bottom .box-content {
  padding: 15px 0; 
}
.topbar-bottom .box-content .box-left {
  gap: 15px; 
}
.topbar-bottom .box-content .box-left span {
  display: inline-block;
  font-size: 14px; 
}
.topbar-bottom .box-content .box-left .svg-icon {
  margin-right: 5px; 
}
.topbar-bottom .box-content .box-right {
  gap: 15px; 
}
.topbar-bottom .box-content .box-right .social-item a {
  font-size: 14px;
  color: var(--topbar-color-text);
  transition: .3s all;
}
.topbar-bottom .box-content .box-right .social-item a:hover {
  color: var(--topbar-icon);
}
.topbar-bottom .box-content .box-right .social-item a:hover {
  color: var(--shop-color-main); 
}

@media (min-width: 992px) {
  .topbar-bottom .sitenav-inner .sitenav-content {
    max-height: 70vh; 
  } 
}
@media (max-width: 991px) {
  .topbar-bottom {
    display: none; 
  } 
}
