.woocommerce-MyAccount-content .order {
  margin-bottom: 70px;
}

.woocommerce-MyAccount-content .order .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px 10px;
  background-color: #f6f6f6;
}

.woocommerce-MyAccount-content .order .order-header h4,
.woocommerce-MyAccount-content .order .order-header p {
  margin: 0;
}

.woocommerce-MyAccount-content .order .order-header h4 {
  font-size: 20px;
  font-weight: 400;
}

.woocommerce-MyAccount-content .order table {
  border: none;
}

.woocommerce-MyAccount-content .order table tr:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}

.woocommerce-MyAccount-content .order table tbody > tr:nth-child(odd) > td {
  border: none;
  background-color: transparent;
}

.woocommerce-MyAccount-content .order table tbody > tr:hover > th,
.woocommerce-MyAccount-content .order table tbody > tr:hover > td {
  background-color: transparent;
}

.woocommerce-MyAccount-content .order table th,
.woocommerce-MyAccount-content .order table td {
  border: none;
  vertical-align: middle;
  font-size: 16px;
}

.woocommerce-MyAccount-content .order table td {
  position: relative;
  padding: 20px 10px;
}

.woocommerce-MyAccount-content .order table td:not(.order-name) {
  width: 20%;
}

.woocommerce-MyAccount-content .order table td.order-name {
  padding-left: 0;
}

.woocommerce-MyAccount-content .order table td.order-qty,
.woocommerce-MyAccount-content .order table td.order-total {
  text-align: center;
}

.woocommerce-MyAccount-content .order table td.order-total {
  font-weight: 700;
}

.woocommerce-MyAccount-content .order table td.order-action {
  text-align: right;
  padding-right: 0;
}

.woocommerce-MyAccount-content .order table td.order-action a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  margin-left: auto;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: var(--e-global-color-6357692);
  color: #fff;
  transition: background-color 0.3s ease;
}

.woocommerce-MyAccount-content .order table td.order-action a:hover,
.woocommerce-MyAccount-content .order table td.order-action a:focus,
.woocommerce-MyAccount-content .order table td.order-action a:active {
  background-color: #000;
}

.woocommerce-MyAccount-content .order table td.order-action svg {
  width: 24px;
  height: 24px;
  color: #fff;
  fill: currentColor;
}

.woocommerce-MyAccount-content .order table td:not(:last-child)::after {
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #d0d0d0;
}

.woocommerce-MyAccount-content .order td.order-name a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-left: 20px;
}

.woocommerce-MyAccount-content .order table td.order-name a:hover,
.woocommerce-MyAccount-content .order table td.order-name a:focus,
.woocommerce-MyAccount-content .order table td.order-name a:active {
  color:var(--e-global-color-6357692);
}

.woocommerce-MyAccount-content .order table img {
  display: block;
  width: 55px;
  height: 55px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content
  /*.woocommerce-account .woocommerce-MyAccount-navigation*/ {
    float: none;
    width: 100% !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  .woocommerce-MyAccount-content .order {
    margin-bottom: 30px;
  }

  .woocommerce-MyAccount-content .order .order-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .woocommerce-MyAccount-content .order table,
  .woocommerce-MyAccount-content .order tbody,
  .woocommerce-MyAccount-content .order tr,
  .woocommerce-MyAccount-content .order th,
  .woocommerce-MyAccount-content .order td {
    display: block;
  }

  .woocommerce-MyAccount-content .order tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .woocommerce-MyAccount-content .order table td.order-name {
    width: 100%;
    padding-right: 0;
  }

  .woocommerce-MyAccount-content .order table td.order-name::after {
    display: none;
  }

  .woocommerce-MyAccount-content .order table td.order-qty {
    text-align: center;
    padding-left: 0;
  }

  .woocommerce-MyAccount-content .order table td.order-qty,
  .woocommerce-MyAccount-content .order table td.order-total {
    width: 30%;
  }

  .woocommerce-MyAccount-content .order table td.order-action {
    width: 40%;
  }
}



/*
.page-id-956 input,
.page-id-956 select,
span.select2.select2-container.select2-container--default {
    margin-top: 10px;
}
*/

.page-id-956 span.redStar {
  color: #E00000;
}

@media screen and (max-width: 920px) {
  span.select2-selection.select2-selection--multiple {
      height: auto;
  }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f9f6e8 !important;
  border: 1px solid var(--e-global-color-6357692) !important;
  padding: 10px !important;
  line-height: 1 !important;
}

.minimalist .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f9f6e8 !important;
  border: 1px solid var(--e-global-color-6357692) !important;
  padding: 6px !important;
}

.minimalist input.select2-search__field {
  border: none !important;
}

span.checkToCopyBillingAddress.yes::before{
  right: 0 !important;
  left: unset;
}

#cloneAddress span.delete,
#cloneShippingAddress span.delete{
  display: none;
}

span.delete {
  font-size: 15px;
  display: block;
  width: 80px;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}

span.delete:hover {
  cursor: pointer;
}

.formInput{
  border: 1px solid var(--e-global-color-6357692);
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  height: 42px;
  min-height: unset;
  width: 100%;
  line-height: 2;
  background-color: #FFFFFF;
  padding: 0.5rem 1rem;
  transition: all .3s;
}

.inMessage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  min-height: 50vh;
  margin: auto;
}

.inMessage a,
.inMessage h2 {
  font-size: 22px;
  text-align: center;
  line-height: 30px;
}

.logged-in.b2b-customer .elementor-element-b92d4e1 a.elementor-button-link.elementor-button.elementor-size-sm,
.logged-in.new-b2b-customer .elementor-element-b92d4e1 a.elementor-button-link.elementor-button.elementor-size-sm,
.logged-in.customer .elementor-element-b92d4e1 a.elementor-button-link.elementor-button.elementor-size-sm {
  display: none !important;
}

@media screen and (max-width: 920px) {
  .elementor-257 .elementor-element.elementor-element-62ceaa16 > .elementor-background-overlay {
      background-position: bottom right !important;
      background-image: url(https://achselkuss.at/wp-content/uploads/2023/07/Achselkuss_Haendlerin_Zweig.png);
      background-position: 286px 300px !important;
      background-repeat: no-repeat !important;
      background-size: auto 100% !important;
      opacity: 1;
      transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }

  .elementor-element-b92d4e1 a.elementor-button-link.elementor-button.elementor-size-sm,
  .elementor-element-b92d4e1 a.elementor-button-link.elementor-button.elementor-size-sm{
      display: none;
  }
}

.elementor-field-group button,
.elementor-button-wrapper a,
.lmp_load_more_button.br_lmp_button_settings a,
.rs-parallax-wrap a,
.wc-proceed-to-checkout a,
button#place_order{
  font-weight: 600 !important;
  font-size: 16px !important;
}

#newsletter .elementor-field:not(.elementor-select-wrapper) {
  font-size: 16px !important;
  padding: 12px 16px !important;
  line-height: 16px !important;
  height: unset;
  min-height: unset;
}

.elementor-element.elementor-element-7fa98717.elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image a img {
  min-width: 170px;
}

.elementor-location-footer a img{
  min-width: 186px !important;
}

.elementor-location-footer .elementor-nav-menu--main .elementor-nav-menu a, .elementor-location-footer .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-location-footer .elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-location-footer  .elementor-nav-menu--main .elementor-nav-menu a:hover {
  padding: 0px 20px 13px 20px !important;
}

li.menu-item a.elementor-item{
  padding: 10px !important;
}

li.menu-item a.elementor-item:hover{
  padding: 10px !important;
}

.cart_totals.calculated_shipping input#coupon_code {
  min-height: unset !important;
  max-height: 37px !important;
}

.cart_totals.calculated_shipping button.button.wp-element-button {
  padding: 5px;
}

.coupon {
  padding-top: 10px;
}

@media screen and (min-width: 920px) {
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
      width: 94%;
  }

  .elementor-element.elementor-element-54d15c47.elementor-icon-list--layout-inline.elementor-align-right.elementor-mobile-align-center.elementor-widget-mobile__width-inherit.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list,
  .elementor-element.elementor-element-330f0aa8.elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image{
      margin-bottom: 35px;
  }
}

.page-id-7 h1.elementor-heading-title.elementor-size-default {
  text-align: center;
  padding-bottom: 30px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-last {
  float: left !important;
}

@media screen and (max-width: 1000px) {
  
  .elementor.elementor-199.elementor-location-footer .elementor-widget.elementor-align-right .elementor-icon-list-items {
      justify-content: center;
  }

  .elementor.elementor-199.elementor-location-footer .block.block--pictogram .pictogram {
      width: 33%;
  }

  .elementor.elementor-199.elementor-location-footer .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
      width: 100%;
  }

  .elementor-location-footer .elementor-field-type-email {
      margin-bottom: 0px !important;
  }

  section#newsletter {
      padding: 20px;
      margin-top: 30px;
  }

  section.elementor-section.elementor-top-section.elementor-element.elementor-element-a1da2f2.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
      padding-top: 40px;
  }

  section.elementor-section.elementor-top-section.elementor-element.elementor-element-62ceaa16.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default p {
      font-size: 22px;
      line-height: 28px;
  }
}

@media screen and (max-width: 700px) {
  .elementor-element.elementor-element-7fa98717.elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image a img {
      min-width: 130px;
      max-width: 130px;
  }

  .elementor.elementor-199.elementor-location-footer .block.block--pictogram .pictogram {
      width: 50%;
  }

 

  .block.block--payment-icons p {
      margin-bottom: 30px;
  }

  section.elementor-section.elementor-inner-section.elementor-element.elementor-element-c30507d.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default li a {
      font-size: 19px !important;
  }
}

@media (min-width: 992px) and (max-width: 1480px) {
  .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
      width: 50%;
      margin-bottom: 30px;
  }

  .elementor-section .elementor-container {
      display: flex;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      flex-direction: row;
      flex-wrap: wrap;
  }
}

.upDescriptionWrapper{
  margin-bottom: 30px;
}

.upDescriptionWrapper p{
  margin-bottom: 0;
}

td .selector {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.selectJ {
  display: flex;
  align-items: center;
  margin: 0px 12px;
}

[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em var(--e-global-color-6357692) !important;
  box-shadow: inset 1em 1em var(--e-global-color-6357692);
  background-color: var(--e-global-color-6357692);
}

.table--partner td:first-child {
  width: 70%;
}

.alignLeft{
  text-align: left;
}

.table--partner td,
.table--partner th{
  padding: 10px 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #000000;
  background-color: #fefbeb;
}

input.selectorRadio:hover{
  cursor: pointer;
}

.upDescription a:hover{
  text-decoration: underline;
}

#back-to-top-button {
  display: none;
  position: fixed;
  bottom: 200px;
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 999;
}

#back-to-top-button .icon {
  color: #FFFFFF;
}

.tax-product_cat .archiveWrapper {
  display: flex;
  flex-direction: column;
}

.tax-product_cat section.block.block--filter {
  order: 2;
}


@media screen and (max-width: 700px) {
  /*#back-to-top-button {
      bottom: 50px;
  }*/

  .elementor-location-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul li a {
      padding-left: 50px !important;
  }

  li.social-icons.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-49812 ul li a {
      padding-left: 0 !important;
  }

  .coupon button.button.wp-element-button {
      padding: 10px !important;
  }

  h2.woocommerce-Upsells-title {
      margin-bottom: 0pc !important;
  }

  section#upsells {
      padding-top: 50px;
  }

  div#customer_login button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button {
      width: 100%;
      margin: 10px 0px;
  }

  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
      height: auto;
  }

  .cross-sells {
      padding-top: 30px !important;
  }

  .cross-sells h2 {
      margin-bottom: 0;
  }

  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
      font-family: "BarlowCondensed-Regular", Sans-serif;

  }

  .wpc-filter-layout-checkboxes.wpc-filter-full-height.wpc-filter-visible-term-names {
      border-top: solid 1px var(--e-global-color-6357692);
      border-bottom: solid 1px var(--e-global-color-6357692);
      margin-bottom: -1px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-top: 20px;
  }


  .widget-title.wpc-filter-title {
      font-weight: bold;
  }
  
  
  
  
}




li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-49803,
li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-49803{
  display: none;
}

.logged-in.b2b-customer li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-49803,
.logged-in.b2b-new-customer li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-49803{
  display: block;
}

nav.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--letzte-bestellungen{
  order: 1;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account{
  order: 2;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address{
  order: 3;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--partnerlist{
  order: 4;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--press{
  order: 5;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--gekaufte-produkte{
  order: 6;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--backinstock{
  order: 7;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods{
  order: 8;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout{
  order: 9;
}

.pswp__caption {
  display: none !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--partnerlist,
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--partnerlist{
  display: none;
}

.logged-in.b2b-customer li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--partnerlist,
.logged-in.b2b-new-customer li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--partnerlist{
  display: block;
}

@media screen and (min-width: 700px) {
  
}

.shop_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 60%;
}

.shop_content p{
  margin-bottom: 0;
}

.wc-address-book-online-shop-button{
  border-radius: 50px;
  background: var(--e-global-color-6357692);
  color: #FFF;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0px;
  padding: 15px;
}

input#onlineshop {
  padding: 0px 10px;
}

.shop_content .fieldRow {
  width: 65%;
  
}

.shop_content footer{
  width: 30%;
}

.address_book.online_shop header{
  margin-bottom: 0 !important;
}

.address_book.online_shop header p{
  margin: 10px 0px;
}

.shop_content{
  margin-bottom: 20px;
}


.alertBoxWrapper{
  display: none;
  background-color: #000000c2;
  width: 100%;
  height: 100vh;
  top: 0;
  position: fixed;
  z-index: 99;
}

.alertBoxWrapper.active{
  display: block;
}

.paretnerAlertBoxWrapper{
  display: none;
  background-color: #000000c2;
  width: 100%;
  height: 100vh;
  top: 0;
  position: fixed;
  z-index: 99;
}

.paretnerAlertBoxWrapper.active{
  display: block;
}

.alertBox {
  position: fixed;
  top: calc(50vh - 250px);
  max-width: 500px;
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
  left: calc(50% - 200px);
  box-shadow: 4px 4px 21px -6px var(--e-global-color-6357692);
  text-align: center;
}

span.closeAlertBox {
  background-color: var(--e-global-color-6357692);
  font-family: "BarlowCondensed-Regular", Sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 8px 20px;
  border-radius: 20px;
  background: var(--e-global-color-6357692);
  color: white !important;
  font-size: 16px;
  margin: 20px auto;
  display: block;
  width: 200px;
  transition: 0.5s;

}

span.closeAlertBox:hover {
  background-color: #000000;
  cursor: pointer;
  transition: 0.5s;
}

.tabItem {
  /*display: block !important;*/
}

.fieldRow.half{
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.required-info{
  font-size: 12px;
  margin-top: 8px;
  color: #E00000;
  padding-left: 17px;
}

.response-content h1 {
  text-align: center;
  padding: 60px 0px;
}

.fieldRow.half p:first-child {
  width: 30%;
  margin-right: 5px;
}

.fieldRow.half p:nth-child(2) {
  width: 70%;
  margin-left: 5px;

}

.custom.elementor-button.elementor-size-xs {
  margin: auto;
  display: block;
  width: fit-content;
  text-align: center;
  text-decoration: none;
  margin-bottom: 60px;
}

#cloneButton, #cloneShippingAddressButton {
  font-size: 13px;
}

button.delete.button.wc-address-book-delete-url-button {
  /*position: absolute;*/
  padding: 0;
  /*display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;*/
  height: 32px;
  width: 32px;
  /*margin-top: -65px;
  margin-left: 378px;
  flex-direction: row;
  align-content: center;*/
  margin-left: -16px;
  margin-top: -16px;
}

.shop_content .fieldRow p {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.add-partner {
  display: flex;
  margin-top: 60px;
  margin-bottom: 30px;
}

.add-partner input#partner-input {
  max-width: 380px;
}

button#add-partner-button {
  margin: 0;
  padding: 0px 23px;
  margin-left: 42px;
}

.paretnerAlertBoxWrapper span.closeAlertBox {
  background-color: #000000;
  font-family: "BarlowCondensed-Regular", Sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 8px 20px;
  border-radius: 20px;
  background: #000000;
  color: white !important;
  font-size: 16px;
  margin: 20px auto;
  display: block;
  width: 150px;
  transition: 0.5s;
}

.paretnerAlertBoxWrapper span.closeAlertBox:hover {
  background-color: var(--e-global-color-6357692);
  cursor: pointer;
  transition: 0.5s;
}

.paretnerAlertBoxWrapper span.savePartnerUrl {
  background-color: var(--e-global-color-6357692) !important;
  font-family: "BarlowCondensed-Regular", Sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 8px 20px;
  border-radius: 20px;
  background: #000000;
  color: white !important;
  font-size: 16px;
  margin: 20px auto;
  display: block;
  width: 150px;
  transition: 0.5s;
}

.paretnerAlertBoxWrapper span.savePartnerUrl:hover {
  background-color: #000000 !important;
  cursor: pointer;
  transition: 0.5s;
}

.buttons-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.hide-standortadressen{
  display: none !important;
}


.fieldRow p .required-message + small {
  display: none;
}

/* MY ACCOUNT*/

.woocommerce-account .woocommerce-Address-title a.edit, .woocommerce-account .wc-address-book-edit{
  color: var(--e-global-color-6357692);
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.woocommerce-account .woocommerce-Address-title a.edit{
  margin-top: -10px;
}

.woocommerce-account .wc-address-book-edit{
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce-account .wc-address-book-delete, .woocommerce-account .wc-address-book-make-primary, .woocommerce-account .wc-partner-cpt-delete{
  color: #000;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.woocommerce-account a.wc-address-book-delete:hover, .woocommerce-account a.wc-address-book-make-primary:hover, .woocommerce-account .wc-partner-cpt-delete:hover{
  color: var(--e-global-color-6357692);
}

.woocommerce-account .woocommerce-Address-title a.edit:hover, .woocommerce-account .wc-address-book-edit:hover{
  filter: grayscale(100%) brightness(0);
}

.woocommerce-account .woocommerce-Address-title a.edit:hover:after, .woocommerce-account .wc-address-book-edit:hover:after{
  filter: grayscale(100%) brightness(0);
}

.woocommerce-account .woocommerce-Address-title a.edit:after, .woocommerce-account .wc-address-book-edit:after{
  content:'';
  width:15px;
  height:15px;
  background-image:url(/wp-content/themes/achselkuss/assets/dist/images/edit.svg);
  display:inline-block;
  margin-left:12px;
  margin-bottom:-2px;
}

.woocommerce-account .woocommerce-Address address, .woocommerce-account .col2-set.addresses.address-book .wc-address-book-address address{
  color: #000;
  font-family: "Barlow-Regular", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woocommerce-account .col2-set.addresses.address-book {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.woocommerce-account .col2-set.addresses.address-book .wc-address-book-address{
  flex-basis:25%;
  display:flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}

.woocommerce-account .col2-set.addresses.address-book .wc-address-book-address address{
  margin-bottom: auto;
}

.woocommerce-account .address-book .wc-address-book-meta{
  float: none;
}

.woocommerce-account .wc-address-book-address{
  margin-bottom:20px;
}

.woocommerce-account .wc-address-book-add-new-address{
  float:none;
  padding-left:0;
  margin-top:35px;
}

body.map-filter-is-on .location__wrapper:not(.upcycle){
  display:none!important;
}

.location__category_icon{
  height:32px;
  width:auto;
}

#filter-form .upc_filter{
  min-height:62px;
  min-width:49%;
  background: var(--e-global-color-6357692);
  font-family: "Barlow-Regular", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0px;
  padding:15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left:10px;
  color:white;
  cursor: pointer;
}

#filter-form input{
  font-family: "Barlow Condensed", sans-serif;
  font-size:20px;
}

#filter-form .upc_filter_label{
  display:flex;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size:20px;
}

#filter-form .upc_filter_img{
  height: 20px;
  width: auto;
  display: block;
  margin-right:10px;
}

#filter-form input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  visibility: hidden;
  display: none;
}

#filter-form .check {
  position: relative;
  display: inline-block;
  width: 40px;  /* Adjusted from 80px */
  height: 18px; /* Adjusted from 36px */
  background-color: #092c3e;
  cursor: pointer;
  border-radius: 10px;  /* Adjusted from 20px */
  overflow: hidden;
  transition: ease-in 0.5s;
}

#filter-form input:checked[type="checkbox"] ~ .check {
  background-color: #fff;
}

#filter-form .check:before {
  content: '';
  position: absolute;
  top: 1.5px;  /* Adjusted from 3px */
  left: 2px;   /* Adjusted from 4px */
  background-color: #fff;
  width: 15px; /* Adjusted from 30px */
  height: 15px; /* Adjusted from 30px */
  border-radius: 50%;
  transition: all 0.5s;
}

#filter-form input:checked[type="checkbox"] ~ .check:before {
  transform: translateX(-25px); /* Adjusted from -50px */
}

#filter-form .check:after {
  content: '';
  position: absolute;
  top: 1.5px;  /* Adjusted from 3px */
  right: 2px;   /* Adjusted from 4px */
  background-color: #092c3e;
  width: 15px; /* Adjusted from 30px */
  height: 15px; /* Adjusted from 30px */
  border-radius: 50%;
  transform: translateX(25px); /* Adjusted from 50px */
  transition: all 0.5s;
}

#filter-form input:checked[type="checkbox"] ~ .check:after {
  transform: translateX(0px);
}


@media screen and (max-width:767px){
  #filter-form .upc_filter{
      min-width:calc(50% - 5px);
      font-size:16px;
      min-height:62px;
  }
  .filter-bar{
      padding:15px;
  }
  #filter-form .upc_filter_label{
      font-size:16px;
  }
  #filter-form .upc_filter_img{
      height:18px;
  }

  #filter-form input{
      font-size:16px;
  }
}

.offcanvas{
  /*z-index:99;*/
}

.woocommerce-EditAccountForm{
  font-family: 'Barlow', sans-serif;
}

.woocommerce-EditAccountForm .edit-password{
  display:none;
}

.woocommerce-EditAccountForm .edit-password-button{
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 12px 24px;
  font-family: "BarlowCondensed-Regular", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  background: #000000;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top:10px;
}

.woocommerce-EditAccountForm h3{
  color: #000;
  text-align: left;
  leading-trim: both;
  text-edge: cap;
  font-family: 'BarlowCondensed-Regular', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  flex-basis: 100%;
}

.woocommerce-EditAccountForm section{
  margin-bottom:95px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-EditAccountForm .edit-password{
  margin-top:10px;
  background-color: #fefbeb;
  padding:20px;
}

.woocommerce-EditAccountForm input[type=text], .woocommerce-EditAccountForm input[type=password], .woocommerce-EditAccountForm textarea{
  display: flex;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid var(--e-global-color-6357692);
  background: #FFF;
}

.woocommerce-EditAccountForm .form-row-first, .woocommerce-EditAccountForm .form-row-last, .woocommerce-EditAccountForm .form-row-first, .woocommerce-EditAccountForm .form-row-last{
  width:50%!important;
  flex-basis:50%!important;
  min-height: 39px;
}

.woocommerce .woocommerce-EditAccountForm .form-row-first.form-row{
  padding-left:0;
  padding-right:15px;
}

.woocommerce .woocommerce-EditAccountForm .form-row-last.form-row{
  padding-right:0;
  padding-left:15px;
}

.woocommerce-EditAccountForm .edit-password-container{
  flex-basis: 100%;
}

@media screen and (max-width:767px){
  .woocommerce-EditAccountForm .form-row-first, .woocommerce-EditAccountForm .form-row-last, .woocommerce-EditAccountForm .form-row-first, .woocommerce-EditAccountForm .form-row-last{
      width:100%!important;
      flex-basis:100%!important;
      padding:0!important;
  }

  .woocommerce-MyAccount-content .woocommerce-Address-title h3{
      margin-right:15px;
  }

  .woocommerce-MyAccount-content .woocommerce-Address{
      margin-bottom:60px;
  }

  .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title{
      margin-bottom:20px;
  }

  .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title .edit{
      margin-top:10px;
  }

  .woocommerce-account .col2-set.addresses.address-book .wc-address-book-address{
      flex-basis:50%;
  }
  .woocommerce-account .shop_content .fieldRow{
      width: 60%;
      padding-right: 10px;
  }

  .woocommerce-account .shop_content footer{
      width: 40%;
  }

  .woocommerce-account .shop_content{
      width:100%;
      flex-basis:100%;
  }

  .add.button.wc-address-book-add-url-button{
      min-width:0px!important;
      width:100%;
  }

  .woocommerce-EditAccountForm section{
      margin-bottom:30px;
  }

  .woocommerce-EditAccountForm section .form-row{
      margin-bottom:10px;
  }

  .woocommerce-EditAccountForm section .form-row em{
      color:gray;
      font-size:12px;
      line-height:14px;
  }
  .woocommerce-MyAccount-content .order table td.order-action a{
      margin:0 auto!important;
  }

  .infobox_inner{
      flex-basis: 100%;
  }
}

.page-content.geschafte{
  max-width:1380px;
  margin:70px auto;
}

.page-template-page-partner #content{
  max-width:1380px;
  margin:0 auto;
}

.page-template-page-partner .filter-bar{
  background-color: transparent;
  padding:15px;
  border:none;
}

.page-template-page-partner .offcanvas-body{
  padding: 0;
  background: #FEFDF6;
}

.page-template-page-partner #filter-form{
  width: 100%;
}

.page-template-page-partner{
  font-family: 'Barlow', sans-serif;
}

.page-template-page-partner .infobox{
  background: #FAF6E8;
  padding:20px 30px;
  color: #333;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.page-template-page-partner .infobox{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-template-page-partner .infobox .infobox_inner{
  flex-basis: 60%;
}

.page-template-page-partner .goToMap.blackButton{
  font-family: "Barlow-Regular", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  fill: var(--e-global-color-d42ea3b );
  color: var(--e-global-color-d42ea3b );
  background-color: var(--e-global-color-67e73fa );
  border-style: none;
  border-radius: 50px 50px 50px 50px;
  padding: 8px 32px 8px 32px;
  font-size:16px;
}

.page-template-page-partner .goldButton{
  font-family: "Barlow-Regular", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  fill: var(--e-global-color-6357692);
  color: white;
  background-color: var(--e-global-color-6357692);
  border-style: none;
  border-radius: 50px 50px 50px 50px;
  padding: 8px 60px 8px 60px;
  font-size:16px;
  margin-top:15px;
}

.geschafte_informationsleiste_content{
  padding:30px 0px;
}
@media screen and (max-width: 1392px)
{
.geschafte_informationsleiste_content {
  padding: 30px 20px;
}
}
.geschafte_informationsleiste_content p{
  margin-bottom:15px;
}

/*
.ajax-add-to-cart.loading > svg, .ajax-add-to-cart.added > svg{
  display: none;
}
*/

.ajax-add-to-cart.loading::after{
  min-height: 24px!important;
}

.woocommerce-account .button.ajax-add-to-cart.single_add_to_cart_button{
  min-width: auto;
  padding-left:32px;
  padding-right: 32px;
}

@media screen and (max-width:767px){
  .page-template-page-partner #sidebar__wrapper{
      height: auto;
  }

  .page-content.geschafte {
      margin: 0 auto;
  }
}

.is_sold_individually .quantity, .card--product.sold-individually .quantity{
  display:none;
}

.card--product.sold-individually .add_to_cart_button{
  margin-left: 0!important;
}

.variations_form table tbody>tr:nth-child(odd)>td,.variations_form table tbody>tr:nth-child(odd)>th{
  background-color: transparent;
}

.single-product.woocommerce div.product div.summary form.variations_form.cart{
  height: auto;
  display:block;
}

form.variations_form .variations tr{
  display: flex;
}

form.variations_form .variations tr td, form.variations_form .variations tr th{
  display: flex;
  align-items: center;
}

form.variations_form .variations tr .label{
  padding-left: 0;
}

form.variations_form .variations tr .value{
  min-width:300px;
}

form.variations_form .single_variation_wrap .price{
  display:none!important;
}

/* Hide all .vat_shipping_info divs inside .summary */
.summary > .vat_shipping_info {
  display: none;
}

/* Show only the first direct .vat_shipping_info div inside .summary */
.summary > .vat_shipping_info:first-of-type {
  display: block;
}

.switchContainer{
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

div.checkToCopyBillingAddressStandort.yes::before {
  right: 0 !important;
  left: unset;
}

.notOnlineStore .checkToOnlineStore.onLine,
.copyBillingAddress .checkToCopyBillingAddress.yes, .copyBillingAddressStandort .checkToCopyBillingAddressStandort.yes {
  background: #d3b865;
}

.notOnlineStore .checkToOnlineStore:before,
.copyBillingAddress .checkToCopyBillingAddress:before, .copyBillingAddressStandort .checkToCopyBillingAddressStandort:before {
  content:"";
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  border-radius: 360px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.notOnlineStore .checkToOnlineStore.onLine:before,
.copyBillingAddress .checkToCopyBillingAddress.yes:before, .copyBillingAddressStandort .checkToCopyBillingAddressStandort.yes:before {
  left: unset;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.copyBillingAddressStandort{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

body.pdf-coupons-product div.product div.summary form.cart{
display:block;
height:auto;
}


body.pdf-coupons-product.single-product.woocommerce div.product div.summary .cart{
display:block;
height:auto;
}

body.pdf-coupons-product.single-product.woocommerce div.product div.summary .cart .pdf-coupon-fields{
font-family: "BarlowCondensed-Regular", Sans-serif;
}

body.pdf-coupons-product.single-product.woocommerce div.product div.summary .cart .pdf-coupon-fields input, body.pdf-coupons-product.single-product.woocommerce div.product div.summary .cart .pdf-coupon-fields textarea{
max-width:250px;
}

	.woocommerce-cart-form__contents .quantity p {
  display: contents; /* or inline-block if needed */
  margin: 0;
  padding: 0;
}


/* accessibility */
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:focus {
    background-color: var(--e-global-color-6357692);
}

.elementor-menu-cart__product-remove.product-remove:focus {
border: 1px solid var(--e-global-color-6357692);
background: var(--e-global-color-6357692);
}
.elementor-199 .elementor-element.elementor-element-d2e1cd2 .elementor-button:focus {
background-color: var(--e-global-color-6357692);
color: #ffffff;
}
.block.block--filter button:focus{
	    border: 1px solid var(--e-global-color-6357692);
    background: var(--e-global-color-6357692);
}
.block.block--filter .wpc-filters-section .wpc-filter-content input:focus,
label:focus{
	    border: 1px solid var(--e-global-color-6357692);
    background: var(--e-global-color-6357692);
	padding:5px;
}
.block.block--filter .wpc-filters-section .wpc-filter-content label:focus{
	    border: 1px solid var(--e-global-color-6357692);
    background: var(--e-global-color-6357692);
}
.swiper-button:hover {
outline: 2px solid black;
	outline-offset:5px;}

.elementor_remove_from_cart_button:focus,
.remove_from_cart_button:focus {
	    border: 1px solid var(--e-global-color-6357692);
    background: var(--e-global-color-6357692);
}

/* PRODUCT */
.single-product.woocommerce div.product div.summary .cart button[type=submit]:focus {
    background-color: #847234;
}
.single-product.woocommerce div.product div.summary .accordion .accordion-item .accordion-button:focus {
    outline: 2px solid #000000;
    border-radius: 0 !important;
    outline-offset: 4px;
}

/* START */
.block.block--filter button.btn.btn-primary.collapsed:focus {
    padding: 10px;
    margin: 0 auto;
}

.wpc-filters-main-wrap li.wpc-term-item a:focus {
    outline: 1px solid black;
}

/* FILTER */
.wpc-custom-selected-terms .wpc-filter-chips-list .wpc-filter-chip a:focus {
    border: 1px solid black;
    background: #847234;
    color: white;
}

/* KASSE */
span.select2-selection.select2-selection--single:focus {
    border-color:  black;
}
