.dropdown-menu {
  border-radius: 3px;
  box-shadow: 0px 10px 20px -10px rgba(17,103,145,0.2) !important;
}

.dropdown-menu > li > a {
  font-weight: 300;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > span,
.dropdown-menu > .disabled > span:hover,
.dropdown-menu > .disabled > span:focus {
  color: #777;
}

.dropdown.has-alert.has-alert--desktop > a:before {
  color: #4d4d4d;
  background-color: #ffc142;
}

.meta-addtocal .dropdown-menu {
  min-width: 100%;
}

@media (max-width: 599px) {
  .dropdown.has-alert > a:before {
    color: #4d4d4d;
    background-color: #ffc142;
  }
}

.header-nav-translate .gtranslate {
  text-align: center;
}


.header-nav-translate ul li::marker {
    color: transparent;
}

.header-nav-translate ul {
	padding-left: 0px;
}