/*
Theme Name: Sebworld Auktionen Theme
Theme URI: https://www.sebworld.de/
Author: FARN Digital GmbH
Author URI: https://www.farn.de
Version: 2.0.5
Text Domain: sebworld-auktionen-theme
*/

html {
    box-sizing:border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: antialiased;
    text-rendering: optimizeLegibility;
    word-wrap: normal;
    font-variant-ligatures: common-ligatures;
    -webkit-font-feature-settings: "liga", "clig";
    -moz-font-feature-settings: "liga", "clig";
    font-feature-settings: "liga", "clig";
    -webkit-font-feature-settings: "liga", "lnum";
    -moz-font-feature-settings: "liga", "lnum";
    font-feature-settings: "liga", "lnum";
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 100%;
    margin-top: 0 !important;
    overflow-x: hidden;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 66px 0 0;
}

:root .entry-content :where(:not(h2, h3, figure) > a:where(:not(.wp-element-button)):hover) {
  border-bottom: 1px solid;
}

.wp-site-blocks {
  max-width: 1900px;
  margin: 0 auto;
}

/* Headings */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color:inherit;
    text-decoration: none !important;
}

/* header */
.wp-site-blocks > header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  transition: box-shadow 0.3s;
}
.wp-site-blocks > header.scrolled {
  box-shadow: 0 0 40px rgba(0,0,0,0.15);
}
.logged-in.admin-bar > .wp-site-blocks > header {
  top: var(--wp-admin--admin-bar--height);
}
.header-inner {
  width: 100%!important;
  height: 90px;
}
header .wp-block-search__button-inside {
  display: none;
}

.head-logos-left {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

.head-logos-left {
  align-items: stretch;
  align-content: center;
}
.head-logos-left a {
  height: 100%;
  display: flex;
  align-items: center;
}
.head-logos-left figure,
.head-logos-left:hover figure {
  filter: grayscale(1);
  opacity: 0.6;
}
.head-logos-left img,
.head-logo img{
  transition: 0.3s;
}
.head-logo-secondary {
  display: none;
}
.head-logo-secondary img {
  margin-bottom: 9px;
}
.head-logo-secondary:hover img {
  scale: 1.1;
}
.head-logos-left figure:hover {
  opacity: 1;
  filter: none;
}
.head-logo img {
  margin: 10px 0 15px;
}
.head-logo:hover img {
  scale: 1.05;
}
.header-shop-meta-icons {
  padding-right: 5vw;
  position: absolute;
  right: 0;
}
.shop-meta-icons-right {
  position: absolute;
  bottom: 18px;
  right: 30px;
}
.logged-in .shop-meta-icons-right {
  bottom: -2px;
  right: 26px;
}


/* live search */
header .wp-block-search .wp-block-search__inside-wrapper {
  max-width: 250px;
}
header .wp-block-search #product-list {
  background-color: #fff;
  position: relative; 
  top: 32px;
}
/* header .wp-block-search #product-list table {
  border-spacing: 0 !important;
}
header .wp-block-search #product-list td {
  padding: 10px;
  align-content: center;
}
header .wp-block-search #product-list tr>td:nth-of-type(1) {
  padding-left: 20px;
}
header .wp-block-search #product-list tr>td:nth-of-type(2) {
  max-width: 200px;
}
header .wp-block-search #product-list tr>td:nth-last-of-type(1) {
  padding-right: 20px;
}
header .wp-block-search #product-list tr>td:nth-of-type(1) img {
  width: 75px !important;
  height: 75px !important;
  object-fit: cover;
}
header .wp-block-search #product-list tr:not(tr:nth-last-of-type(1)) td {
  border: none;
  border-bottom: 1px solid #000;
}
header .wp-block-search #product-list tr:nth-of-type(1) td {
  border-top: 1px solid #000 !important;
} */

header .wp-block-search #product-list .ls_product_link_wrapper{
    text-decoration: none !important;
}
header .wp-block-search #product-list .ls_product_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem;
  border-top: 1px solid var(--wp--preset--color--grey);
}
header .wp-block-search #product-list .ls_product_item:hover {
  background-color: var(--wp--preset--color--light-beige);
}
header .wp-block-search #product-list .ls_product_link_wrapper:nth-last-of-type(1) .ls_product_item{
  border-bottom: 1px solid var(--wp--preset--color--grey);
}
header .wp-block-search #product-list .ls_product_name, 
header .wp-block-search #product-list .ls_product_price,
header .wp-block-search #product-list .ls_product_details_link {
  font-size: 1rem;
  margin: 0;
  padding: 0 0.8rem;
}
header .wp-block-search #product-list .ls_product_name, 
header .wp-block-search #product-list .ls_product_price {
  color: #000;
}
header .wp-block-search #product-list .ls_product_name {
  flex-grow: 1;
  max-width: 3500px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  hyphens: auto;
  -webkit-hyphens: auto;
}
header .wp-block-search #product-list .ls_last_row {
  display: flex;
}
header .wp-block-search #product-list .ls_all_results_link,
header .wp-block-search #product-list .ls_total_results {
  padding: 0.8rem
}


/* Search in Header */
header .wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: 0;
  border-bottom: 1px solid #000;
  padding: 0;
}
header .wp-block-search__button {
  padding: 0.5rem 0 0.5rem 1rem;
  background-color: transparent;
  color: #000;
}
header .wp-block-search__button svg {
  width: 28px;
  height: 28px;
}

/* menu */
body.home .menu-link-to-homepage {
  display: none;
}
header .wp-block-navigation {
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
header .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) {
    gap:0;
    flex-direction: column;
}
header .wp-block-navigation .wp-block-navigation-item {
  width: 100%;
}
header .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li.has-child {
    flex-wrap: wrap;
    justify-content: center;
}
header .wp-block-navigation ul > li > a {
    padding: 1rem 5vw 1rem 5vw;
    width: 100%;
    border-top: 1px solid #ddd;

}
header .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li.has-child > a{
    padding:1rem 5vw 1rem 5vw;
}
header .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li.has-child > .wp-block-navigation__submenu-icon svg path{
    stroke-width:1.2;
}
header .wp-block-navigation ul.wp-block-navigation__submenu-container {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    border:none !important;
    padding:0;
    position: relative !important;
}
header .wp-block-navigation ul.wp-block-navigation__submenu-container > li > a{
    padding:1rem 10vw;
    font-size: 0.9em;
}
header .wp-block-navigation ul > li:last-child > a {
  border-bottom: 1px solid #ddd;
}
header .wp-block-navigation ul.wp-block-navigation__submenu-container > li:last-child > a{
    border-bottom: none;
}

header .wp-block-navigation .wp-block-navigation__submenu-icon {
  width: 29px;
  height: 58px;
  margin: 0;
  box-sizing: content-box;
  position: absolute;
  right: 0;
  padding: 0 5vw 0 20px;
  z-index: 100;
  align-self: start;
}
header .wp-block-navigation .wp-block-navigation__submenu-icon svg {
  height: 16px;
  margin-top: 0;
}
header .wp-block-navigation-item__content:hover{
    color: #a87f50 !important;
}
header .wp-block-navigation .wp-block-buttons {
  margin-left: 5vw;
  margin-bottom: 25px;
}


    @media only screen and (max-width: 989px) {
      /* HOVER DISABLE */
      .wp-block-navigation-submenu__toggle.visible svg {
        transform: rotate(180deg);
      }
      .wp-block-navigation-submenu__toggle.visible + ul {
        display: block;
      }
    }


/* 1. Element nach Header kein Abstand nach oben */
header + * {
  margin-top: 0;
}




/* widths */
.alignfull {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-top: 3rem;
}
.alignwide {
   width:90%;
   margin-left:auto;
   margin-right:auto;
 }
.wp-block-cover.alignfull > .wp-block-cover__inner-container,
.wp-block-group.alignfull {
   width:100%;
 }
.entry-content > :not(.alignwide):not(.alignfull),
.wp-block-cover.alignfull > .wp-block-cover__inner-container > :not(.alignwide):not(.alignfull),
.wp-block-group.alignfull > :not(.alignwide):not(.alignfull) {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

/* paddings and margins for alignfull blocks */
.wp-block-group.alignfull.has-background,
.wp-block-cover.alignfull{
    padding:3rem 0;
}
.alignfull + * {
    margin-top: 3rem;
}
.alignfull + .alignfull,
.alignfull + footer {
    margin-top: 0 !important;
}
.entry-content > *:last-child:not(.alignfull) {
    margin-bottom:3rem;
}

/* cover-blocks */
.wp-block-cover.alignfull.has-custom-content-position {
  padding:2rem !important;
}

/* Buttons */
.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px;
}
.wp-block-read-more {
  font-weight: 700;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  display: inline-block;
  min-height: 50px;
}
.wp-block-read-more:hover {
  background-color: #DFB584!important;
  border-bottom: 0;
}

.wp-block-separator {
  max-width: 90%;
}

/* Table */
.wp-block-table td, .wp-block-table th {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
}
.wp-block-table th {
  text-align: left;
  border-top: 0;
}

/* Form */
button {
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: 1rem;
  font-weight: bold;
  background-color: var(--wp--preset--color--beige);
  border: 0;
  border-radius: 0;
  padding: 0.8rem 1.3rem;
  cursor: pointer;
}
:root :where(.wp-element-button, .wp-block-button__link) {
  font-weight: bold;
  min-height: 50px;
}
:root :where(.wp-element-button, .wp-block-button__link):hover {
  background-color: #DFB584;
}
:root .is-style-outline > :where(.wp-element-button, .wp-block-button__link):hover {
  background-color: transparent;
  border-color: #a87f50;
  color: #a87f50;
}
.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:hover {
  border-color: #a87f50;
  color: #a87f50;
}
input:not([type="radio"], [type="checkbox"]), select, textarea {
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--open-sans);
  padding: 11px 15px;
  border-radius: 0;
  border: 1px solid #cdcdcd;
  background-color: #fff;
}
input:focus {
  outline: 4px solid #f1eee9;
}

fieldset {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: var(--wc-form-border-radius);
}
.woocommerce-page label, .woocommerce-page form .form-row label {
  margin-bottom: 4px;
  font-weight: 600;
}


/* ACF Form Styles */

.acf-fields.acf-form-fields {
  margin: -15px -12px 10px;
}
.acf-fields > .acf-field,
.acf-field[data-width] + .acf-field[data-width] {
  border: 0!important;
}
.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field textarea, .acf-field select {
  padding: .9rem 1.1rem!important;
  font-size: var(--wp--preset--font-size--small)!important;
  line-height: normal!important;
  border-radius: var(--wc-form-border-radius);
  color: var(--wc-form-color-text,#000);
  border: var(--wc-form-border-width) solid var(--wc-form-border-color);
}
.acf-field .acf-label {
  margin-bottom: 7px;
}
.acf-required {
  color: var(--wc-red);
}
input.acf-button {
  border: 0;
  background-color: var(--wp--preset--color--beige);
  font-weight: bold;
  padding-top: calc(0.667em + 2px);
  padding-right: calc(1.333em + 2px);
  padding-bottom: calc(0.667em + 2px);
  padding-left: calc(1.333em + 2px);
  cursor: pointer;
}
input.acf-button:hover {
  background-color: #DFB584;
}


/* Form Styles Mobile */
@media only screen and (max-width: 600px) {
  .acf-field[data-width] {
    width: 100% !important;
  }
}




/* Filterbar */
.filterbar > div {
  width: 240px;
}
.filterbar input, .filterbar select {
  width: 100%;
}

/* General Formats Woocommerce */
.woocommerce-Price-amount.amount {
  font-weight: bold;
}

/* Losnummer */
div[data-metafield-name="losnummer"] {
  display: inline-block;
  bottom: 0;
  background-color: #000;
  color: #fff;
  padding: 7px 12px;
  font-weight: bold;
  font-size: 0.9em;
}

/* Los Teaser */
.wc-block-product {
  border: 1px solid #adadad;
}
.image-los-group {
  position: relative;
}
.image-los-group div[data-metafield-name="losnummer"] {
  position: absolute;
}
.wc-block-components-product-image {
  aspect-ratio: 1.6;
  overflow: hidden;
}
.wc-block-components-product-image > a {
  height: 100%;
}
.wc-block-components-product-image > a:hover {
  opacity: 0.8;
}
.wc-block-components-product-image img {
  height: 100%;
  object-position: center;
}
.product-teaser-information {
  padding: 0 1rem 1rem;
}
.product-teaser-information .auction_end_start {
  display: none;
}
.wc-block-product .wp-block-button a {
  font-size: 0.95rem !important;
  padding-top: 0.6rem;
}
.wc-block-product .wc-block-components-product-image>a {
  position: relative;
}
/* after element on image when auction is over */
.wc-block-product:has(p.has-ended) .wc-block-components-product-image>a::after {
  content: "Auktion beendet";
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.product-teaser-information h3 {
  font-size: 1.375rem !important;
  height: 4rem;
  margin-bottom: 1rem;
}
.product-teaser-information h3 a {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-teaser-information .wp-block-columns>.wp-block-column:nth-of-type(1)>div {
  margin: 0;
}
.product-teaser-information .wp-block-columns>.wp-block-column:nth-of-type(1)>div:has(.sat_auction_price_live) {
  margin: 0.5rem 0;
}
.product-teaser-information p {
  margin: 0 0 10px;
}
.product-teaser-information p:has(.sat_auction_bids_live) {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #999;
}
.product-teaser-information p:has(.sat_auction_price_live) {
  font-size: 1.25rem;
  font-weight: 700;
}
.product-teaser-information p.sat_live_bid_info {
  font-size: 0.75rem;
  display: none;
}

/* single page auction elements */
.single-product .wc-block-components-notice-banner {
  display: none;
}
.single-product .yith-wcact-max-bidder {
  display: none;
}
.single-product #yith-wcact-is-overtime {
  color: #ff5c5c;
}

/*.single-product .wp-block-column div:has(>p>span.sat_auction_end_time_live),*/
/*.single-product .wp-block-column div:has(>p>span.sat_auction_end_time) {*/
/*  display: none;*/
/*}*/

/* Single Product Countdown */
.sat_single_page_countdown_container {
  display: flex;
  background-color: #efefef;
  padding: 13px 16px 18px;
  text-align: center;
  justify-content: space-around;
  font-size: 1.7rem;
}
.sat_single_page_countdown_container > div {
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
}
.sat_countdown_text {
  font-size: 12px;
}


.single-product p:has(.sat_auction_price_live) {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0
}
.single-product p:has(.sat_auction_bids_live) {
  margin: 0;
  color: #999;
}
.single-product .ywcact-congratulations-winner-auction-section {
  background-color: #f4fff7;
  border: 1px solid #4ab866;
  border-radius: 4px;
}
#yith_auction_end_product_page h2 {
  font-weight: normal;
  font-size: 1rem;
  background-color: #ffe1e1;
  border-radius: 4px;
  border: 1px solid #fe4242;
  padding: 12px;
  text-align: center;
}

.single-product-col-information:has(#yith_auction_end_product_page) .popover,
.single-product-col-information:has(.ywcact-congratulations-winner-auction-section) .popover {
  display: none;
}

/* product image gallery */
.woocommerce-product-gallery .flex-control-thumbs {
  padding-top: 20px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
} 
.woocommerce-product-gallery .flex-control-thumbs li {
  width: calc(12.5% - 70px/8) !important;
}
.slick-slide {
    width: 100px;
}

/* Index */
.wp-block-cover.alignfull.title-banner {
  margin-top: 0;
}


/* Single Auktion */
@media only screen and (max-width: 781px) {
  .single-auktion .auktion-imageheader-image {
    aspect-ratio: 2;
    min-height: auto;
  }
  .single-auktion .auktion-imageheader-daten {
    min-height: auto;
  }
}


/* Single Los */


/* Single Gallery */
.woocommerce-product-gallery {
}
.woocommerce .wp-block-woocommerce-product-image-gallery {
  max-width: none;
}
.woocommerce-product-gallery__image {
  height: 100%;
  width: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  max-height: 100%;
  object-fit: cover;
  background-color: #f6f6f6;
}

.wpgs-nav > .slick-list {
  margin-left: -5px;
  width: calc(100% + 10px) !important;
  clip-path: polygon(5px 0, calc(100% - 5px) 0, calc(100% - 5px) 100%, 5px 100%);
  padding: 0 !important;
}
.wpgs-nav > .slick-prev {
  margin-left: 0 !important;
  left: 2px !important;
}
.wpgs-nav > .slick-next {
  right: 2px !important;
}
.wpgs-nav .slick-active img {
  opacity: 1 !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}
.fancybox-is-open .fancybox-caption {
  display: none !important;
}


.single-product-col-information {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.single-product-col-information > * {
  margin-block-start: 0.5rem;
}
.single-product-col-information .wp-block-post-title {
  /* order: 1; */
}
.single-product-col-information .auction_end_start {
  /* order: 2; */
  display: none;
}
/*
.single-product-col-information .wp-block-woocommerce-product-price {
  order: 3;
}
.single-product-col-information .wp-block-add-to-cart-form.wc-block-add-to-cart-form.wc-block-add-to-cart-form--input.wp-block-woocommerce-add-to-cart-form {
  order: 4;
} 
.single-product-col-information-aufgeld {
  order: 5;
} */
.auction_end_start .ywcact_auction_end_start_label {
  font-weight: 400;
}
.auction_end_start span {
  margin-left: 0;
}
.single-product .stock {
  display: none;
}
.yith_wcact_does_not_have_reserve_price {
  display: none;
}
#yith-wcact-overtime {
  display: none;
}
.yith-wcact-overbidmode.yith-wcact-bidupmode {
  display: none;
}

#yith_wcact_manual_bid_increment {
  display: none;
}



/* Single Site Countdown */
.ywcact-time-left {
  display: none;
}
.yith-wcact-timeleft-big-blocks .yith-wcact-timeleft {
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
}
.yith-wcact-timeleft-big-blocks .yith-wcact-timeleft:not(:first-child)::before {
  content: ":";
  position: absolute;
  left: -9px;
  top: 10px;
}
.yith-wcact-timeleft-big-blocks .yith-wcact-number-label {
  font-size: 12px;
  padding-top: 2px;
}






.single-product-col-information .cart {
  margin-bottom: 0 !important;
}
.yith-wcact-main-auction-product {
  display: flex;
  flex-direction: column;
}
.yith-wcact-main-auction-product > * {
  margin-block-start: 0;
}
#yith-wcact-max-bidder {
  order: -1;
}
#yith-wcact-form-bid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
  position: relative;
}
.ywcact-your-bid-header {
  width: 100%;
}
.bid_button_container {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.bid_button {
  flex-grow: 1;
  background-color: transparent;
  border: 1px solid #000;
  font-size: 0.9em;
  padding: 0.6rem 0.9rem 0.65rem;
  color:#000;
}
.bid_button:hover {
  background-color: #f4f4f4;
}

#yith-wcact-form-bid button.auction_bid:disabled {
  cursor:not-allowed;
}
.bid_button:disabled,
#yith-wcact-form-bid input.yith-wcact-bid-quantity:disabled{
  cursor:not-allowed;
  color: #cfcfcf;
  border-color:#C0C0C0;
}
.bid_button:disabled:hover {
  background-color: transparent;
}
#yith-wcact-form-bid .quantity {
  flex-grow: 1;
  max-width: unset;
  margin-right: 15px;
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
}
.wp-block-woocommerce-add-to-cart-form .quantity .qty {
  width: auto;
  text-align: left;
  border-radius: 0;
  border: 1px solid black;
  margin-right: 0 !important;
  padding-left: 33px;
  font-weight: bold;
  height: 14px;
  padding: 19px 0 19px 31px;
  font-size: 1rem;
}
.wp-block-woocommerce-add-to-cart-form .quantity .qty::placeholder {
  color: #b4b4b4;
}

.ywcact-currency-symbol.ywcact-currency-value {
  width: 14px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 18px;
  font-weight: bold;
  color: #b4b4b4;
  height: 55px;
  padding-top: 19px;
}
.woocommerce-Price-amount bdi::after {
  content: "*";
}
.auction_bid.button.alt {
  width: 130px;
}
#_actual_bid.invalid_bid_input {
  color: #ed0000;
}
.invalid_bid_input_message {
  color: #ed0000;
  font-weight: 500;
  font-size: 14px;
  margin-top: 6px;
  display: block;
}

.geschaetzter_wert {
  margin-top: 10px;
  font-weight: 600;
  background-color: #fbf6d6;
  display: inline-block;
  padding: 5px 11px 6px;
}


.ywcact-add-to-watchlist-container {
  padding: 0;
}
.ywcact-add-to-watchlist {
  font-size: 0.9rem;
}
.yith-wcact-add-to-watchlist-button .add_to_watchlist {
  font-weight: bold;
}
.yith-wcact-add-to-watchlist-icon {
  width: 50px;
  float: right;
  top: -3px;
  position: relative;
}



/* Warenkorb */
.wc-block-components-product-badge.wc-block-components-product-low-stock-badge,
.wc-block-components-quantity-selector {
  display: none;
}

/* Kasse */
.wc-gzd-checkout .wc-block-components-order-summary, .wc-gzd-checkout .wc-block-components-order-summary.is-large {
  background-color: transparent;
}




/* Kundenaccount */
.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
  max-width: 1200px;
}
.woocommerce-account .entry-content > .woocommerce {
  display: flex;
  max-width: 1200px;
  gap: 80px;
}
.woocommerce-account .woocommerce::after, 
.woocommerce-account .woocommerce::before {
  display: none;
}
.woocommerce-MyAccount-navigation-mobile-select {
  display: none;
  border-bottom: 1px solid #ddd;
  justify-content: stretch;
}
.woocommerce-MyAccount-navigation-mobile-select > a {
  flex-grow: 1;
  align-content: center;
  padding-bottom: 4px;
  border: 0 !important;
}
.account-navigation-mobile-arrow {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
.account-navigation-mobile-arrow::after {
  display: inline-block;
  border-right: 2px solid #a87f50;
  border-bottom: 2px solid #a87f50;
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
  left: 25px;
  top: 18px;
}
.woocommerce-MyAccount-navigation-mobile-select.active .account-navigation-mobile-arrow::after {
  transform: rotate(225deg);
  top: 21px;
} 
.woocommerce-account .woocommerce-MyAccount-navigation {
  flex-basis: 230px;
  float: none;
  width: auto;
  flex-shrink: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 320px;
  flex-grow: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding: 0.6em 0;
}
.woocommerce-MyAccount-navigation-link--dashboard::after, .woocommerce-MyAccount-navigation-link--gemerkte-lose::after, .woocommerce-MyAccount-navigation-link--orders::after, .woocommerce-MyAccount-navigation-link--payment-methods::after {
  border-bottom: 1px solid #ddd;
  display: block;
  content: "";
  position: relative;
  padding: 0.8rem 0 0.8rem;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  text-decoration: none;
  border-bottom: 1px solid;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-MyAccount-content > h3 {
  margin-top: 0;
}

@media only screen and (max-width: 1000px) {
  body.woocommerce-account .entry-content {
    margin-top: 10px;
  }
  .woocommerce-account .entry-content > .woocommerce {
    flex-direction: column;
    gap: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    flex-basis: auto;
  }
  .woocommerce-MyAccount-navigation-mobile-select {
    display: flex;
  }
  .woocommerce-MyAccount-navigation > ul,
  .woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: auto;
  }
}




/* Product Gallery */ 
.flaticon-right-arrow {
  right: 5px !important;
}
.flaticon-back {
  left: 5px !important;
}


/* Won Auction Congratulation Field */
.ywcact-congratulation-title img {
  display: none;
}
.ywcact-congratulation-message-header .ywcact-congratulation-title-message {
  margin-left: 0;
}
.ywcact-congratulations-winner-auction-section #yith-wcact-auction-won-auction {
  background-color: var(--wp--preset--color--beige);
}


/* Accordeon */
.wp-block-woocommerce-accordion-group .wp-block-woocommerce-accordion-item {
  border-top: 1px solid;
  margin: 0;
}
.wp-block-woocommerce-accordion-group .wp-block-woocommerce-accordion-item:last-child {
  border-bottom: 1px solid;
}
.wp-block-woocommerce-accordion-header button {
  font-size: 1.2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.75rem;
}
.accordion-content__wrapper {
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
}
.accordion-item__toggle-icon {
  width: 2.5rem !important;
  text-align: center;
}


/* Prefooter Rapidmail Newsletter */
.rmBase {
  margin: 0 auto !important;
}
.rmBase__container {
  padding: 0 !important;
}
.rmBase__comp--heading {
  font-weight: 700 !important;
}
.rmBase__compLabel {
  display: none !important;
}
.vFormCheckbox__label {
  font-size: 14px !important;
}

/* login and registration form */
.woocommerce-form-register > p:not(.form-row) {
  display: none;
}
.woocommerce-form-register .terms_and_conditions_label {
  line-height: 1 !important;
}
.page-id-2967 #customer_login .u-column2 {
  display: none !important;
}
.page-id-2967 #customer_login .u-column1 h2 {
  display: none !important;
}
.page-id-2972 #customer_login .u-column1 {
  display: none !important;
}
.page-id-2972 #customer_login .u-column2 {
  float:left;
}
.woocommerce-account #customer_login h2 {
  font-size: 1.5rem;
}

.single-product .sat_countdown_start_date {
  margin-top: 1rem;
  font-size: 1rem;
}
.single-product .sat_countdown_start_date + .wp-block-add-to-cart-form > h3:first-child{
  display: none;
}

/* Footer */
footer {
  margin-top: 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 7px;
}
footer .wp-block-navigation-item__content:hover{
    color: #a87f50!important;
}

.logged-in.admin-bar {
  padding-top: calc(66px + var(--wp-admin--admin-bar--height));
}

/* media queries -------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 600px) {
   
}

@media only screen and (min-width: 782px) {
  .auktion_eckdaten {
    margin-top: 77px;
  }
}

@media only screen and (min-width: 990px) {
    body {
      padding-top: 0;
    }
    body.logged-in.admin-bar {
      padding-top: var(--wp-admin--admin-bar--height);
    }
    .wp-site-blocks > header {
      position: relative;
      top: auto !important;
    }
    .header-inner {
      margin: 0 auto;
      height: auto;
    }
    header .wp-block-search__button-inside {
      display: block;
      position: absolute;
      padding-left: 40px;
      top: 40px;
    }
    .head-logo-secondary {
      display: inline-block;
    }
    .head-logo img {
      margin: 31px 0 40px;
      width: 230px !important;
    }
    .header-shop-meta-icons {
      padding-right: 40px;
    }
    /* main menu */
    header .wp-block-navigation {
      flex-direction: row;
      width: auto;
    }
    header .wp-block-navigation .wp-block-navigation-item{
        width: auto;
    }
    header .wp-block-navigation ul > li > a{
        padding: 14px 15px;
        border: 0;
    }
    header .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) {
      flex-direction: row;
    }
    header .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li.has-child {
        flex-wrap: nowrap;
        justify-content: center;
        margin-right: 9px;
    }
    header .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li.has-child > a {
        padding: 11px 2px 11px 15px;
        border: 0;
    }
    header .wp-block-navigation ul.wp-block-navigation__submenu-container {
        left: -6px !important;
        right: auto !important;
        width: auto !important;
        -webkit-box-shadow: 0px 10px 30px -10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 10px 30px -10px rgba(0,0,0,0.1);
        box-shadow: 0px 10px 30px -10px rgba(0,0,0,0.1);
        padding:0;
        position: absolute !important;
    }
    header .wp-block-navigation .wp-block-navigation__submenu-icon {
      position: relative;
      padding: 0;
    }
    .wp-block-navigation-submenu:hover > a {
      color: #a87f50!important;
    }
    .wp-block-navigation-submenu:hover > button > svg > path {
      color: #a87f50;
    }
    header .wp-block-navigation ul.wp-block-navigation__submenu-container > li > a {
      padding: 16px 21px !important;
      border-bottom: 1px solid #ddd;
    }
    header .wp-block-navigation ul > li:last-child > a {
      border-bottom: none;
    }
    header .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li.has-child > .wp-block-navigation__submenu-icon svg path {
      stroke-width: 1;
    }
    header .wp-block-navigation .wp-block-buttons {
      margin-left: 0;
      margin-bottom: 0;
    }

    .wp-block-separator {
      max-width: calc(100% - 60px);
    }

    /* cover-blocks */
    .wp-block-cover.alignfull.has-custom-content-position {
        padding:8rem !important;
    }

    /* paddings and margins for alignfull blocks */
    .alignfull {
        margin-top:4rem;
    }
    .wp-block-group.alignfull.has-background,
    .wp-block-cover.alignfull{
        padding:4rem 0;
    }
    .alignfull + * {
        margin-top: 4rem;
    }
    .entry-content > *:last-child:not(.alignfull) {
        margin-bottom:4rem;
    }
}

/* special media query for content width plus 10vw */
@media only screen and (min-width: calc(1200px + 10vw)) {
   
}



/* MAX media queries */
@media only screen and (max-width: 1150px) {
  .product-teaser-information h3 {
    height: 3.5rem;
  }
  .product-teaser-information h3 a {
    font-size: 1.1rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .wc-block-product .wp-block-button a {
    padding: 8px 14px 11px 14px;
  }
}

@media only screen and (max-width: 989px) {
  .shop-meta-icons-right,
  .logged-in.admin-bar .shop-meta-icons-right {
    position: absolute;
    bottom: 10px;
    right: 4.5vw;
  }
}

@media only screen and (max-width: 781px) {
  .product-teaser-information p {
    margin: 0;
  }
  .product-teaser-information > .wp-block-columns {
    gap: 0;
  }
  .is-style-mobile-reverse > .wp-block-column:first-child {
    order: 2;
  }
  .wp-block-columns.auktion-imageheader {
    margin-bottom: 0 !important;
  }
  .wp-block-cover.auktion-imageheader-daten {
    padding: 1.2rem 5vw 2rem!important;
  }
}

@media only screen and (max-width: 600px) {
  .logged-in.admin-bar > #wpadminbar {
    position: fixed;
  }
}
