/*
Theme Name: Artificer Child
Template: artificer
Text Domain: artificer-child
*/
.menu-top-menu-container {
  float: left;
  width: calc(100% - 250px);
}
@media (max-width: 991px) {
  .menu-top-menu-container {
    width: 100%;
  }
}
.switchers {
  float: right;
  width: 250px;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .switchers {
    margin: 0 auto;
    float: none;
  }
  .switchers .wpm-language-switcher {
    float: none;
  }
}
.switcher-dropdown {
  position: relative;
}
.wpm-language-switcher {
  float: right;
  width: 144px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.wpm-language-switcher > li {
  position: relative;
}
.wpm-language-switcher .language-switcher-button {
  border: none;
  background-color: transparent;
  color: #dbc393;
  padding: 10px 15px;
  display: block;
  font-size: 14px;
  line-height: 1.618;
}
@media (max-width: 767px) {
  .wpm-language-switcher .language-switcher-button {
    color: #a35e00;
  }
}
.wpm-language-switcher .language-switcher-button:focus {
  outline: none;
}
.wpm-language-switcher .language-switcher-button img {
  vertical-align: inherit;
}
.wpm-language-switcher li > span img,
.wpm-language-switcher li > a img {
  vertical-align: inherit;
}
.wpm-language-switcher .language-dropdown {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e7a206;
  display: none;
  list-style: none;
  padding-left: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
}
.wpm-language-switcher .language-dropdown.active {
  display: block !important;
}
.wpm-language-switcher .language-dropdown li.active a,
.wpm-language-switcher .language-dropdown li:hover a {
  background-color: #e7a206;
}
.wpm-language-switcher .language-dropdown li + li {
  border-top: 1px solid #e7a206;
}
.wpm-language-switcher .language-dropdown a {
  display: block;
  padding: 10px 15px;
  text-shadow: none !important;
}
.wpm-language-switcher .language-dropdown a span {
  color: #a35e00;
}
.box_header_currencies {
  float: right;
  margin: 0 !important;
  height: 42px;
}
.box_header_currencies .currencies {
  margin: 0;
  overflow: visible;
}
.box_header_currencies .select {
  margin: 0 !important;
  display: none;
}
.box_header_currencies form {
  margin-bottom: 0;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select-wrap {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 98px;
  height: 42px;
  text-align: center;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #dbc393;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .select-styled {
    color: #a35e00;
  }
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e7a206;
}
.select-options li {
  margin: 0;
  padding: 10px 0;
  color: #a35e00;
}
.select-options li + li {
  border-top: 1px solid #e7a206;
}
.select-options li:hover {
  background: #e7a206;
}
.select-options li[rel="hide"] {
  display: none;
}
.thumbnail-quantity {
  width: 45px;
  line-height: 18px;
  padding: 8px 10px;
}
@media (max-width: 767px) {
  #header {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  #header #logo {
    float: none !important;
    margin: 0 auto;
  }
}
#top-nav a {
  font-size: 14px;
}
#navigation ul.nav li.home a span {
  width: 46px;
}
@media (max-width: 991px) {
  #main .woocommerce-result-count,
  #main .woocommerce-ordering {
    width: 100%;
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */
/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none !important;
}
