/*
Theme Name: duyanhweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.language-list {
  list-style: none;
  margin: 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: absolute;
  right: 0;
  min-width: 150px;
  top: 40px;
  display: none;
}

.language-list li {
  margin: 0 !important;
}

.language-list .language-option {
  padding: 8px 16px;
  cursor: pointer;
}

.language-list img {
  width: 22px;
  height: 22px;
}

.curren-lan {
  width: 26px;
}

.gtranslate_wrapper {
  height: 0px !important;
}

.gtranslate_wrapper *,
.gtranslate_wrapper img {
  font-size: 0 !important;
  width: 0px !important;
  height: 0px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}