/*
 Theme Name:     G. A. Mueller Theme
 Description:    A custom made Divi child theme for G. A. Mueller
 Author:         Robin Woehler
 Author URI:     https://pitchable.de
 Template:       Divi
 Version:        1.0
*/
/* GLOBAL VARIABLES */
/* @serif-old: "Bodoni Moda", Georgia, "Times New Roman", serif; */
/* GENERAL */
body {
  /*background-color: @ga-grey;*/
  background-color: white;
}
/* Csutom Headlines */
.h3 {
  font-family: "Times New Roman", serif;
  font-size: 45px;
  line-height: 1.5em;
  color: #3c3c3b;
  padding-bottom: 10px;
  font-weight: 500;
}
.h3-sub-n,
.h3-sub-p {
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
  color: #3c3c3b;
  font-size: 16px !important;
  letter-spacing: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8em !important;
}
.h3-sub-n {
  color: #fff !important;
}
.h3-sub-p {
  background-color: unset;
  color: #3c3c3b !important;
}
/* Scroll to top button */
.et_pb_scroll_top.et-pb-icon {
  background-color: #9d9d9c;
}
/* CUSTOM HEADER */
#ga-header-row {
  display: flex;
  align-items: center;
}
#ga-header #ga-navigation ul#menu-hauptmenu > li,
#ga-header #ga-navigation ul#menu-main > li {
  padding: 40px 15px;
  transition: padding 0.75s cubic-bezier(0.88, 0.04, 0.54, 0.96);
}
#ga-header #ga-navigation ul#menu-hauptmenu > li a,
#ga-header #ga-navigation ul#menu-main > li a {
  z-index: 9;
}
#ga-header #ga-navigation ul#menu-hauptmenu > li::after,
#ga-header #ga-navigation ul#menu-main > li::after {
  content: " ";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  border-bottom: 2px solid rgba(60, 60, 59, 0.5);
  white-space: break-spaces;
  transition: width 0.75s cubic-bezier(0.88, 0.04, 0.54, 0.96);
  z-index: 8;
}
#ga-header #ga-navigation ul#menu-hauptmenu > li.current_page_item::after,
#ga-header #ga-navigation ul#menu-main > li.current_page_item::after {
  width: 100%;
}
#ga-header #ga-navigation ul#menu-hauptmenu > li:hover::after,
#ga-header #ga-navigation ul#menu-main > li:hover::after {
  width: 100%;
}
#ga-header #ga-navigation ul#menu-hauptmenu > li:not(.mega-menu-parent) > ul.sub-menu,
#ga-header #ga-navigation ul#menu-main > li:not(.mega-menu-parent) > ul.sub-menu {
  margin-top: -1px;
  width: auto;
  border-top-width: 2px;
}
#ga-header #ga-navigation ul#menu-hauptmenu > li:not(.mega-menu-parent) > ul.sub-menu li > a,
#ga-header #ga-navigation ul#menu-main > li:not(.mega-menu-parent) > ul.sub-menu li > a {
  width: auto;
  white-space: nowrap;
}
#ga-header #ga-navigation nav ul.sub-menu {
  background-color: #fff !important;
}
#ga-header #ga-navigation li.mega-menu {
  position: relative;
}
#ga-header #ga-navigation li.mega-menu:hover {
  position: static;
}
#ga-header.et_pb_sticky #ga-navigation ul#menu-hauptmenu > li,
#ga-header.et_pb_sticky #ga-navigation ul#menu-main > li {
  padding: 28px 15px;
}
/* Full-Width Mega Menu */
@media only screen and (min-width: 981px) {
  #ga-header #ga-navigation nav li.mega-menu-parent > ul.sub-menu {
    position: fixed !important;
    top: calc(110px - 2px);
    padding: 2.5em 10% 2em;
    text-align: left;
    display: flex;
    justify-content: center;
    transition: top 0.75s cubic-bezier(0.88, 0.04, 0.54, 0.96);
    border-top-width: 2px;
  }
  #ga-header.et_pb_sticky #ga-navigation nav li.mega-menu-parent > ul.sub-menu {
    top: calc(86px - 2px);
  }
  #ga-header #ga-navigation .et-menu-nav li.mega-menu.mega-menu-parent > ul > li {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    max-width: 50%;
    white-space: nowrap;
  }
  #ga-header #ga-navigation .et-menu-nav li.mega-menu.mega-menu-parent > ul > li::after,
  #ga-header #ga-navigation .et-menu-nav li.mega-menu.mega-menu-parent > ul > li:hover::after {
    border-bottom: none;
  }
  li.sub-sub a {
    border-left: 1px solid rgba(0, 0, 0, 0.03);
    margin-left: 20px;
    padding-left: 0.75em !important;
  }
}
/* Shop Cart & Search Icons & Language Switcher */
#ga-shop-navi .et_mobile_nav_menu {
  display: none !important;
}
#ga-shop-navi .et_pb_menu__menu {
  order: 3;
}
#ga-shop-navi .et_pb_menu__menu [id*="menu-placeholder"] li {
  display: none;
}
#ga-shop-navi .et_pb_menu__menu [id*="menu-placeholder"] li.wpml-ls-item {
  display: flex;
}
#ga-shop-navi .et_pb_menu__menu [id*="menu-placeholder"] li.wpml-ls-item a {
  display: initial;
}
#ga-shop-navi .bodycommerce-minicart.one {
  display: none;
}
#ga-shop-navi .bodycommerce-minicart.one.active {
  display: block;
}
/* Responsive language switcher in main-menu */
@media only screen and (min-width: 980px) {
  #ga-header #ga-navigation ul#menu-hauptmenu > li.wpml-ls-item,
  #ga-header #ga-navigation ul#menu-main > li.wpml-ls-item {
    display: none;
  }
}
@media only screen and (max-width: 980px) {
  #ga-header #ga-navigation .et_mobile_menu li.wpml-ls-item a {
    font-weight: normal;
    border-bottom: none;
    color: rgba(60, 60, 59, 0.5) !important;
    padding: 0.5em 0 0.2em 0.5em !important;
    background-color: rgba(241, 241, 247, 0.5) !important;
  }
}
#ga-shop-navi .et_pb_menu__search-button::after {
  content: " " !important;
  margin-right: 10px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: color 0.5s ease;
}
/* #ga-shop-navi {
    & .et-cart-info span::before {
        width           : 1.4em;
        height          : 1.4em;
        background-image: url("/wp-content/themes/ga-mueller/img/shopping-bag.svg");
    }

    & .et-cart-info span:hover::before {
        width           : 1.4em;
        height          : 1.4em;
        background-image: url("/wp-content/themes/ga-mueller/img/shopping-bag-ylo.svg");
    }

} */
#ga-shop-navi .et_pb_menu__search-button::after {
  width: 1.2em;
  height: 1.2em;
  background-image: url("/wp-content/themes/ga-mueller/img/search.svg");
}
#ga-shop-navi .et_pb_menu__search-button:hover::after {
  width: 1.2em;
  height: 1.2em;
  background-image: url("/wp-content/themes/ga-mueller/img/search-ylo.svg");
}
/*.et-cart-info span::before,
#ga-shop-navi .et_pb_menu__search-button::after:hover {
     color: @ga-gold; 
}*/
/* NEWSLETTER SECTION */
#subscribe-form-main .tnp-subscription {
  font-size: 17px;
  margin: 1.75em 0;
  max-width: unset;
  width: 100%;
}
#subscribe-form-main .tnp-subscription .tnp-field.tnp-field-email {
  margin-bottom: 2.1em;
}
#subscribe-form-main .tnp-subscription .tnp-field.tnp-field-email input {
  height: 70px;
  background-color: white;
}
#subscribe-form-main .tnp-subscription .tnp-field input {
  font-size: 16px;
  padding: 16px 5%;
}
#subscribe-form-main .tnp-subscription .tnp-field input.tnp-button {
  height: 62px;
  background-color: rgba(60, 60, 59, 0.61);
  color: #fff;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
#subscribe-form-main .tnp-subscription .tnp-field input.tnp-button:hover {
  background-color: rgba(60, 60, 59, 0.85);
}
/* COLLECTIONS & CATEGORY OVERVIEW PAGE */
a.next-cat-btn:after {
  line-height: 1.5em !important;
}
/* COOKIE COMPLIANZ MODULE */
@media (min-width: 769px) {
  div.cmplz-cookiebanner .cmplz-message,
  div.cmplz-cookiebanner .cmplz-categories {
    width: auto;
    min-width: var(--cmplz_banner_width);
    max-width: 482px;
  }
}
div.cmplz-cookiebanner {
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
}
div.cmplz-cookiebanner div.cmplz-header {
  font-size: 20px !important;
  font-family: "Times New Roman", serif;
  font-weight: 500 !important;
  color: #3c3c3b;
}
div.cmplz-cookiebanner button.cmplz-btn {
  font-weight: 500;
}
.cc-revoke {
  color: white;
  background-color: #9d9d9c !important;
}
/* PAGE: JUWELIER SERVICE */
.serv-p,
.serv-px {
  padding-left: 1.5em;
}
.serv-p::before {
  content: "»";
  font-weight: 700;
  position: absolute;
  left: 0;
  font-family: times;
}
/* WOOCOMMERCE ENDPOINTS & ELEMENTS */
/* General Settings */
.woocommerce form .form-row abbr.required {
  color: #af1d1c;
}
/* Shopping Cart Page */
.button.wc-backward {
  color: #3c3c3b !important;
  border: 1.5px solid #3c3c3b !important;
  border-radius: 0 !important;
}
form.woocommerce-cart-form table.woocommerce-cart-form__contents thead {
  text-transform: uppercase;
}
form.woocommerce-cart-form table.woocommerce-cart-form__contents tr.cart_item td.product-name {
  font-family: "Times New Roman", serif;
}
form.woocommerce-cart-form table.woocommerce-cart-form__contents tr.cart_item td.product-name a {
  color: #3c3c3b;
  font-size: 17px;
}
form.woocommerce-cart-form table.woocommerce-cart-form__contents tr.cart_item td.product-quantity input {
  height: 2em;
  border-radius: 0;
  background-color: #f1f1f7 !important;
  font-size: 1em !important;
  color: #3c3c3b !important;
}
form.woocommerce-cart-form table.woocommerce-cart-form__contents tr.cart_item td.product-subtotal {
  text-align: center;
  color: #3c3c3b;
}
form.woocommerce-cart-form table.woocommerce-cart-form__contents tr.cart_item a.remove {
  font-size: 1.3em;
  color: #af1d1c !important;
}
form.woocommerce-cart-form table.woocommerce-cart-form__contents tr.cart_item a.remove:hover {
  background: #af1d1c;
  color: white !important;
}
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions .coupon .input-text,
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions .coupon button,
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions button[name="update_cart"] {
  font-size: 16px !important;
  height: 3em;
  padding: 6px 12px;
  margin-right: 10px;
}
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions .coupon .input-text {
  width: 13em;
  background-color: #f1f1f7 !important;
  text-transform: uppercase;
}
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions .coupon .input-text::-webkit-input-placeholder {
  color: #3c3c3b !important;
}
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions .coupon .input-text::-moz-placeholder {
  color: #3c3c3b !important;
}
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions .coupon .input-text::-ms-input-placeholder {
  color: #3c3c3b !important;
}
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions .coupon .input-text::placeholder {
  color: #3c3c3b !important;
}
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions .coupon button,
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions button[name="update_cart"] {
  border-color: #3c3c3b;
  color: #3c3c3b;
  border-radius: 0;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions .coupon button:hover,
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions button[name="update_cart"]:hover {
  opacity: 1;
}
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions .coupon button::after,
form.woocommerce-cart-form tbody tr:not(.woocommerce-cart-form__cart-item) td.actions button[name="update_cart"]::after {
  font-size: 1.25em;
  position: relative;
  display: inline-block;
  bottom: -0.09em;
  top: unset;
  height: 1em;
}
div.cart-collaterals .cart_totals h2 {
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 2em;
}
div.cart-collaterals .cart_totals table {
  font-size: 17px;
}
div.cart-collaterals .cart_totals a.checkout-button {
  font-size: 17px;
  padding: 0.5em 1em;
  text-transform: uppercase;
  color: #3c3c3b;
  border-color: #3c3c3b !important;
  border-radius: 0;
}
div.cart-collaterals .cart_totals a.checkout-button:hover {
  color: #3c3c3b;
  padding: 0.5em 1em;
}
div.cart-collaterals .cart_totals a.checkout-button::after {
  font-size: 1.25em;
  position: relative;
  bottom: -0.09em;
}
/* Checkout Page */
body.woocommerce-checkout h1,
body.woocommerce-checkout h3 {
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
}
body.woocommerce-checkout #order_review_heading {
  margin-top: 2em;
}
body.woocommerce-checkout form.woocommerce-checkout {
  padding-bottom: 5em;
}
body.woocommerce-checkout .product-total,
body.woocommerce-checkout tr.cart-subtotal > td,
body.woocommerce-checkout tr.order-total > td {
  text-align: center;
}
body.woocommerce-checkout .order-total {
  font-size: 17px;
  color: #3c3c3b;
}
body.woocommerce-checkout #payment {
  background-color: #f1f1f7;
}
body.woocommerce-checkout #payment a {
  color: #3c3c3b;
  text-decoration: underline;
}
body.woocommerce-checkout #payment span.required {
  color: #af1d1c;
}
body.woocommerce-checkout #payment > * {
  padding: 1.5em !important;
}
body.woocommerce-checkout #payment ul.payment_methods li {
  padding: 1em;
  background-color: white;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 1px #e0e0dc;
}
body.woocommerce-checkout #payment ul.payment_methods li div.payment_box {
  background-color: #f1f1f7;
}
body.woocommerce-checkout #payment ul.payment_methods li div.payment_box::before {
  border-color: #f1f1f7;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
body.woocommerce-checkout #payment ul.payment_methods li > label {
  font-weight: 600;
  color: #3c3c3b;
}
body.woocommerce-checkout #payment div.place-order button {
  color: #3c3c3b;
  border-color: #3c3c3b;
  background-color: #ffffffc9;
  border-radius: 2px;
  font-weight: 600;
}
body.woocommerce-checkout #payment div.place-order button:hover {
  color: rgba(60, 60, 59, 0.55);
  border-color: rgba(60, 60, 59, 0.55);
}
body.woocommerce-checkout #payment .validate-required input {
  height: 1.3em;
  width: 1.4em;
}
/* Order Received Page */
body.woocommerce-order-received #et-main-area p {
  font-size: 17px;
}
body.woocommerce-order-received #et-main-area h2 {
  font-size: 24px;
}
body.woocommerce-order-received #content-area {
  padding-bottom: 58px;
}
body.woocommerce-order-received div.woocommerce-order p.woocommerce-notice {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #f1f1f7;
}
body.woocommerce-order-received div.woocommerce-order .woocommerce-order-overview {
  padding: 0 0 1.5em 0 !important;
}
body.woocommerce-order-received div.woocommerce-order > p:last-of-type {
  padding: 15px 25px;
  background-color: #eed1a5;
  margin-bottom: 1.5em;
}
body.woocommerce-order-received div.woocommerce-order .woocommerce-bacs-bank-details {
  padding: 25px;
  background-color: rgba(241, 241, 247, 0.4);
  margin-bottom: 4.5em;
}
body.woocommerce-order-received div.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
}
body.woocommerce-order-received div.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  padding-top: 1em;
  font-size: 1.25em;
  padding-bottom: 0.75em;
  font-weight: normal;
}
body.woocommerce-order-received div.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details.order_details.bacs_details {
  padding: 0.25em 0 !important;
  margin-bottom: 0;
}
body.woocommerce-order-received div.woocommerce-order section.woocommerce-order-details .woocommerce-order-details__title {
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
}
body.woocommerce-order-received div.woocommerce-order section.woocommerce-order-details .woocommerce-table__product-name.product-name a {
  color: #3c3c3b;
}
body.woocommerce-order-received div.woocommerce-order section.woocommerce-order-details table.woocommerce-table--order-details tfoot > tr > td {
  text-align: center;
}
body.woocommerce-order-received div.woocommerce-order section.woocommerce-order-details table.woocommerce-table--order-details tfoot > tr:last-of-type {
  font-size: 17px;
}
/* Shop Messages */
.et_pb_wc_cart_notice div.woocommerce-message {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.et_pb_wc_cart_notice div.woocommerce-message::after {
  content: none;
}
.woocommerce-info a.showcoupon {
  text-decoration: underline;
}
.woocommerce-info a.showcoupon:hover {
  color: rgba(60, 60, 59, 0.55) !important;
}
/* Warenkorb Slide-In */
.bodycommerce-minicart .woocommerce-mini-cart-item .item-name a {
  font-family: "Times New Roman", serif;
}
.bodycommerce-minicart .woocommerce-mini-cart-item .item-upper span.cart-item-price {
  position: initial;
  width: calc(100% - 20px);
  float: left;
  padding-top: 0.5em;
}
.bodycommerce-minicart .woocommerce-mini-cart-item .item-upper span.cart-item-delete {
  position: initial;
  float: left;
  padding-top: 0.5em;
}
.bodycommerce-minicart .costs {
  margin-bottom: 2em !important;
}
.et-db #et-boc .et-l .et_pb_button::after {
  font-size: 1.5em;
  line-height: 1em;
}
a.wc-forward:not(.checkout) {
  border-color: #eaeaea !important;
}
/* Warenkorb Pop-Up / Modal */
#bodycommerce_added_to_cart_popup .bc-added-buttons a.button {
  text-transform: uppercase;
}
#bodycommerce_added_to_cart_popup .bc-added-buttons a.button:hover {
  padding: 0.3em 1em;
}
#bodycommerce_added_to_cart_popup .bc-added-buttons a.button::after {
  font-size: 1.25em;
  position: relative;
  display: inline-block;
  bottom: -0.09em;
  top: unset;
  height: 1em;
}
/* COOKIE POLICY & CONSENT POP-UP */
/* Coolies Policy Page */
#cmplz-cookies-overview .cmplz-dropdown a,
#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-document,
#cmplz-document a,
#cmplz-document .cmplz-dropdown a,
#cmplz-document .cmplz-dropdown p,
#cmplz-document li,
#cmplz-document p,
#cmplz-document td {
  font-size: 16px;
  color: #3c3c3b;
}
#cmplz-document {
  max-width: unset;
}
#cmplz-document a {
  -webkit-text-decoration-color: rgba(60, 60, 59, 0.5);
          text-decoration-color: rgba(60, 60, 59, 0.5);
}
/* RESPONSIVE & MOBILE HEADER */
@media only screen and (max-width: 980px) {
  #ga-header-row div.et_pb_column {
    margin-bottom: 0 !important;
    padding: 24px 0px;
  }
  .et_mobile_menu .menu-item-has-children > a {
    background-color: unset;
  }
}
/* Resposinve Header Fix */
@media only screen and (min-width: 981px) and (max-width: 1418px) {
  #ga-navigation-column {
    min-width: 540px;
  }
}
/* Mobile Slide-In Menu */
@media only screen and (max-width: 980px) {
  #ga-header #ga-navigation .mobile_nav li::after {
    content: none;
  }
  #ga-header #ga-navigation .mobile_nav ul.et_mobile_menu {
    background-color: #fff !important;
    position: fixed;
    min-height: calc(100vh - 88px);
    top: 88px;
    padding: 3em 10% 0 10%;
  }
  #ga-header #ga-navigation .et_mobile_menu li li {
    padding-left: 1em;
    padding-right: 1em;
  }
  #ga-header #ga-navigation .et_mobile_menu li a {
    padding: 10px 0;
    border-bottom: none;
  }
  #ga-header #ga-navigation .et_mobile_menu > li > a {
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }
  #ga-header #ga-navigation .et_mobile_menu > li.current-menu-item > a {
    border-bottom: 2px solid rgba(60, 60, 59, 0.5);
  }
  #ga-header #ga-navigation .et_mobile_menu > li.current-menu-item > a::before {
    content: none;
  }
  #ga-header #ga-navigation ul.et_mobile_menu > li {
    padding: 0;
  }
  /*#ga-header .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item>a {
        border-bottom: 2px solid @ga-gold;
    }*/
  #ga-header #ga-navigation ul.et_mobile_menu > li.et_first_mobile_item {
    padding: 0 0 1em;
  }
  #ga-header #ga-navigation ul.et_mobile_menu > li.et_first_mobile_item > a {
    background: none;
  }
  #ga-header #ga-navigation ul.et_mobile_menu > li > .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
    padding-left: 0;
  }
  #ga-header #ga-navigation ul.et_mobile_menu > li > .sub-menu > li.menu-item-has-children {
    width: 50%;
    padding: 1em 1em 1em 0;
  }
  #ga-header #ga-navigation ul.et_mobile_menu > li > .sub-menu > li.menu-item-has-children > .sub-menu > li {
    padding: 0;
  }
  #ga-header #ga-navigation ul.et_mobile_menu > li > .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
    border-bottom: none;
  }
  /* #ga-header .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item>a::before {
        content         : " ";
        position        : relative;
        height          : 0.1em;
        width           : 1em;
        background-color: @ga-gold;
        border-radius   : 100%;
        display         : inline-block;
        margin-left     : -1.5em;
        margin-right    : 0.5em;
        margin-bottom   : 0.26em;
    } */
}
@media only screen and (max-width: 980px) {
  #ga-header #ga-navigation .mobile_nav ul.et_mobile_menu {
    padding-top: 2em;
  }
  #ga-header .et_mobile_menu a {
    font-size: 15px;
    padding-bottom: 0 !important;
  }
  #ga-header .et_mobile_menu ul.sub-menu {
    flex-wrap: wrap;
    padding-left: 0 !important;
  }
  #ga-header .et_mobile_menu ul.sub-menu li.menu-item {
    padding-left: 0 !important;
  }
  #ga-header .et_mobile_menu > li.menu-item-has-children.mega-menu {
    padding: 0 !important;
  }
  #ga-header .et_mobile_menu > li.menu-item-has-children.mega-menu > a {
    padding-top: 0 !important;
  }
  #ga-header .et_mobile_menu > li.menu-item-has-children.mega-menu li.menu-item-has-children {
    padding-bottom: 0 !important;
  }
  #ga-header .et_mobile_menu > li.menu-item-has-children.mega-menu li.menu-item-has-children > a {
    padding-top: 0 !important;
  }
  #ga-header .et_mobile_menu li.menu-item-has-children > a {
    padding-top: 1em !important;
  }
}
@media only screen and (max-width: 376px) {
  #ga-header .et_mobile_menu {
    max-height: calc(100vh - 88px);
    overflow-y: scroll;
  }
  #ga-header .et_mobile_menu a {
    font-size: 14px;
  }
}
/* CUSTOM SHOP GRID */
body.woocommerce .ga-shopgrid .divi-filter-archive-loop .divi-filter-loop-container ul.products li.product {
  margin-bottom: 3em !important;
  /* & img.attachment-woocommerce_thumbnail {
        border    : 10px solid white;
        box-shadow: 0 0px 1px #c4beb9 !important;

        &:hover {
            box-shadow: 0 0px 1px @ga-gold  !important;
        }
    } */
}
/* CUSTOM CATEGORY LINKS */
.ga-category-links .et_pb_image_wrap.has-box-shadow-overlay::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  background-color: rgba(241, 241, 247, 0.8);
  height: 100%;
  top: 0;
  background-image: url(/wp-content/uploads/2021/05/GA-Mueller-logo-pri-blk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 66.667%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.ga-category-links .et_pb_image_wrap.has-box-shadow-overlay:hover::after {
  opacity: 1;
}
/* CUSTOM PRODUCT PAGE */
body.single-product div.product_meta {
  line-height: 1.6em;
}
body.single-product div.product_meta span.categories a {
  color: #3c3c3b;
  background-color: rgba(60, 60, 59, 0.1);
  padding: 0 0.4em;
  transition: all 0.5s ease;
}
body.single-product div.product_meta span.categories a:hover {
  color: #fff;
  background-color: #3c3c3b;
}
body.single-product div.woocommerce-variation-price bdi {
  color: #3c3c3b;
  line-height: 2em;
}
body.single-product nav.woocommerce-breadcrumb span.breadcrumb-item a {
  -webkit-text-decoration: underline rgba(60, 60, 59, 0.4) 1px;
          text-decoration: underline rgba(60, 60, 59, 0.4) 1px;
}
body.single-product nav.woocommerce-breadcrumb span.breadcrumb-item a:hover {
  color: rgba(60, 60, 59, 0.6) !important;
  -webkit-text-decoration-color: #3c3c3b;
          text-decoration-color: #3c3c3b;
}
body.single-product nav.woocommerce-breadcrumb span.breadcrumb-item:last-child {
  display: inline-block;
  max-width: 6em;
  white-space: nowrap;
  overflow-x: clip;
  text-overflow: ellipsis;
  opacity: 0.5;
}
body.single-product div.pswp__caption:not(.pswp__caption--fake) {
  display: none;
}
/* CUSTOM BLOG MODULE */
div.custom-blog article.et_pb_post {
  display: flex;
  flex-direction: column;
}
div.custom-blog article.et_pb_post > h2.entry-title {
  order: 2;
}
div.custom-blog article.et_pb_post > p.post-meta {
  order: 1;
  border-bottom: 1px solid #3c3c3b;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
div.custom-blog article.et_pb_post > p.post-meta .published::before {
  font-family: ETmodules;
  content: "\7d";
  font-size: 14px;
  position: relative;
  left: 0;
  top: 0;
  font-weight: 800;
  padding-right: 0.5em;
}
div.custom-blog article.et_pb_post > div.post-content {
  order: 3;
}
div.custom-blog article.et_pb_post .post-content-inner > div.et_pb_section {
  padding: 1em 0 3em;
}
div.custom-blog article.et_pb_post .post-content-inner > div.et_pb_section > div.et_pb_row {
  padding-top: 0;
}
#social-wall p a {
  text-decoration: underline;
  opacity: 0.8;
  transition: opacity 0.5s ease;
}
#social-wall p a:hover {
  opacity: 1;
}
#social-wall .wp-pagenavi span {
  border: none;
  padding: 0.5em;
}
#social-wall .wp-pagenavi span.current {
  font-weight: 700;
  border: 1px #000 solid !important;
}
#social-wall .wp-pagenavi a.page {
  padding: 0.5em;
}
/* FOOTER */
#footer-bottom {
  padding: 0 0 5em;
}
#footer-info {
  padding-bottom: 0;
}
#footer-widgets {
  padding: 5em 0 0;
}
#footer-widgets a {
  transition: opacity 0.5s ease;
}
#footer-widgets a:hover {
  opacity: 0.6;
}
#footer-widgets .title:first-child {
  padding-bottom: 1.5em;
}
#footer-widgets div.footer-widget {
  margin-bottom: 8em;
}
#footer-widgets .widget_media_image {
  margin-bottom: 2em;
}
#ft-sm,
.ft-sm-icon {
  display: flex;
}
a.ft-sm-icon {
  padding-right: 1.6em;
  transition: opacity 0.5s ease;
}
a.ft-sm-icon svg {
  height: 1.6em;
}
#footer-widgets .footer-widget #menu-quicklinks li {
  padding-left: 0;
}
#footer-widgets .footer-widget #menu-quicklinks li::before {
  display: none;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
  margin-bottom: 1em;
}
/* Newsletter Widget */
#main-footer .widget_custom_html {
  width: 100%;
}
#main-footer .tnp-subscription {
  display: flex;
  margin: 0 auto 1em;
}
#main-footer .tnp-field label {
  display: none;
}
#main-footer div.tnp-field-email {
  display: block;
  width: 85%;
}
#main-footer div.tnp-field-button {
  display: block;
  width: 15%;
}
#main-footer div.tnp-field-button input {
  cursor: pointer;
  font-size: 1.3em !important;
  transition: color 0.5s ease;
}
#main-footer div.tnp-field-button input:hover {
  color: #8d8d8c;
}
#main-footer .tnp-subscription input[type="email"],
#main-footer .tnp-field input[type="submit"] {
  height: 42px;
  width: 100%;
  display: block;
  line-height: 1em;
  border: none;
  background-color: #ffffff;
  color: #3c3c3b;
  font-size: 1em;
  border-bottom: solid 1.5px #3c3c3b;
}
