/*
Theme Name: Sierra Child
Theme URI: https://sierra.keydesign.xyz/
Description: SaaS & Tech Startup Elementor WordPress Theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: sierra
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: sierra-child
*/

/* Label */
.woocommerce-EditAccountForm  label{
	color:#000000 !important;
}
.topbar .currency-switcher--wcml .wcml-cs-submenu {
  top: calc(100% + 2px);
}

.topbar .currency-switcher--wcml .wcml-cs-submenu:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}

.header-items .header-currency-switcher {
  font-size: 16px;
  font-size: 1rem;
  height: 100%;
}

.header-items .header-currency-switcher .wcml-cs-submenu {
  top: calc(100% + 2px);
}

.header-items .header-currency-switcher .wcml-cs-submenu:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}

.hamburger-fullscreen .currency {
  margin-right: 40px;
}

.hamburger-fullscreen .currency-switcher--wcml .wcml-dropdown a.wcml-cs-item-toggle {
  color: #000;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #e3e7e8;
}

.hamburger-fullscreen .currency-switcher--wcml .wcml-dropdown a.wcml-cs-item-toggle:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 1px solid;
  transition: width .4s;
}

.hamburger-fullscreen .currency-switcher--wcml .wcml-dropdown a.wcml-cs-item-toggle:after {
  top: 6px;
  transform: none;
}

.hamburger-fullscreen .currency-switcher--wcml .wcml-dropdown a.wcml-cs-item-toggle:hover:before {
  width: 100%;
  left: 0;
}