/* Scrollbar styles */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  width: 5px;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc2af;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b9ad97;
}

/* Google Translate Widget Styles */
/* @media (max-width: 920px) {
  .gtranslate_wrapper {
    display: none;
  }
} */

.gt_switcher_wrapper {
  right: 2% !important;
  top: 1px !important;
  padding-top: 7px !important;
  color: #666 !important;
  position: absolute !important;
  z-index: 9999999999 !important;
}

.gt_switcher_wrapper *,
.gt_switcher_wrapper a {
  color: #666 !important;
}

@media screen and (max-width: 920px) {
  .gt_switcher_wrapper {
    display: block;
    position: absolute !important;
    top: 1px !important;
    right: 10px !important;
    padding-top: 0 !important;
    z-index: 9999999999 !important;
  }

  .gt_switcher_wrapper .gt_option {
    border-radius: 10px !important;
  }

  .gt_switcher_wrapper * {
    border: none !important;
  }

  .gt_switcher_wrapper *:hover {
    border: none !important;
  }

  .gt_switcher_wrapper .gt_switcher {
    border: none !important;
  }

  .gt_switcher_wrapper .gt_switcher .gt_selected {
    height: 35px !important;
    border: none !important;
    background: transparent !important;
  }

  .gt_switcher_wrapper .gt_switcher .gt_selected * {
    background: transparent !important;
  }

  .gt_switcher_wrapper .gt_switcher .gt_selected a {
    color: #fff !important;
    width: 154px !important;
    font-size: 0px;
  }

  .gt_switcher_wrapper .gt_switcher .gt_selected a::after {
    display: none !important;
  }

  .gt_switcher_wrapper .gt_switcher .gt_selected img {
    width: 30px !important;
    height: 20px !important;
  }

  .gt_switcher_wrapper .gt_switcher .gt_selected:hover {
    background: transparent !important;
    border: none !important;
  }
}
