/*
CTC Separate Stylesheet
Updated: 2025-05-09 13:33:34
Theme Name: Barbershop Child
Theme URI: https://barber.axiomthemes.com/
Template: barbershop
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Description: Barbershop - Multipurpose and Multiskin Responsive Wordpress theme
Tags: flexible-header,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,full-width-template,microformats,post-formats,theme-options,threaded-comments,translation-ready
Version: 2.5.1.1746797614
*/
.custom-language-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 10;
  font-family: inherit;
}


.custom-language-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  padding: 4px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.2s;
}

.custom-language-dropdown .dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, 0);
}


.custom-language-dropdown .dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 6px 0;
  min-width: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0);

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}


.custom-language-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}


.custom-language-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  padding: 4px;
  margin: 2px 0;
  transition: background-color 0.2s;
  border-radius: 4px;
}

.custom-language-dropdown .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.custom-language-dropdown .flag-icon svg {
  width: 40px;
  height: 26px;
  display: block;
}

