﻿.info--list {
  display: flex;
  justify-content: space-between;
}
.eq-btn{
  padding: 10px 12px 10px 12px;
  font-size: 12px;
  height: 35px;
  line-height: 15px;
}
.ed-product__d-meta-single span{
  margin-bottom: 0;
}
.sub-menu {
  position: absolute !important;
  top: 100%;
  left: 0; /* Default left */
  background: white;
  z-index: 9999;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 20px 40px;
}

/* Ensure parent does not restrict dropdown */
.ed-header__menu {
  position: static; 
}

/* Optional: If dropdown is inside a restricted-width container */
.ed-header__navigation {
  position: relative;
  width: 100%;
}
.ed-header__menu li .sub-menu .subLinks li a{
  font-size: 14px;
  font-weight: 500;
}
.ed-auth__modal-form .form-group textarea{
  border: 1px solid #d7d7d7;
}
.ed-header__menu li .sub-menu .lvl-1 a{
  border-bottom: 1px solid #000;
  display: inline-block;
  padding: 0 0 5px;
  margin: 0 0 15px;
}
.ed-header__menu li .sub-menu .lvl-1 .subLinks a{
  margin-bottom: 2px;
  border-bottom: 0;
}
.ed_btn{
  padding: 8px 15px;
  border-radius: 52px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  color: var(--ed-white-color);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  background: var(--ed-primary-color);
  width: 100%;
  text-align: center;
}