/*
 Theme Name:   Neve Child
 Template:     neve
 Version:      1.0.0
*/

/****************
* Schriften
****************/
@font-face {
  font-family: 'barlow_semi_condensedbold';
  src: url('fonts/barlowsemicondensed-bold-webfont.eot');
  src: url('fonts/barlowsemicondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/barlowsemicondensed-bold-webfont.woff2') format('woff2'), url('fonts/barlowsemicondensed-bold-webfont.woff') format('woff'), url('fonts/barlowsemicondensed-bold-webfont.ttf') format('truetype'), url('fonts/barlowsemicondensed-bold-webfont.svg#barlow_semi_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow_semi_condensedmedium';
  src: url('fonts/barlowsemicondensed-medium-webfont.eot');
  src: url('fonts/barlowsemicondensed-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/barlowsemicondensed-medium-webfont.woff2') format('woff2'), url('fonts/barlowsemicondensed-medium-webfont.woff') format('woff'), url('fonts/barlowsemicondensed-medium-webfont.ttf') format('truetype'), url('fonts/barlowsemicondensed-medium-webfont.svg#barlow_semi_condensedmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow_semi_condensedlight';
  src: url('fonts/barlowsemicondensed-light-webfont.eot');
  src: url('fonts/barlowsemicondensed-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/barlowsemicondensed-light-webfont.woff2') format('woff2'), url('fonts/barlowsemicondensed-light-webfont.woff') format('woff'), url('fonts/barlowsemicondensed-light-webfont.ttf') format('truetype'), url('fonts/barlowsemicondensed-light-webfont.svg#barlow_semi_condensedlight') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'barlow_semi_condensedmedium', sans-serif;
}
.hfg-slot.right {
    align-items: flex-end;
    padding-bottom: 20px;
}
header .nav-ul li a{
	font-family: 'barlow_semi_condensedmedium';
	font-weight: 400;
  text-decoration: none;
}
a{
  color: #000;
  text-decoration: underline;
}
.mobile-show{
  display: none !important;
}
@media screen and (max-width: 991px){
  .mobile-show{
    display: block !important;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  font-family: 'barlow_semi_condensedbold';
  font-weight: normal;
}

.page-numbers a, .page-numbers input[type=submit], .page-numbers span{
	padding: 20px 15px 13px;
}
.cart-icon-wrapper .cart-count{
	color: #fff !important;
}
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff; /* Falls transparent, sonst Header-Hintergrund */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* optional: Schatten für besseren Kontrast */
  transition: top 0.3s;
}
body .wrapper{
  padding-top: 148px; /* Höhe des Headers anpassen, damit Inhalt nicht drunterliegt */
}
@media screen and (max-width: 991px){
  body .wrapper{
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px){
  body .wrapper{
    padding-top: 100px;
  }
}
@media screen and (max-width: 550px){
  body .wrapper{
    padding-top: 50px;
  }
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border: 0;
	margin: 0;
	padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:hover{
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li{
  margin-right: 0;
}
ul.page-numbers{
  gap: 10;
}
.woocommerce nav.woocommerce-pagination ul{
  justify-content: center;
}
.woocommerce-tabs{
  margin-bottom: 200px;
}
.product_meta > span{
  font-size: 14px;
}
.woocommerce a.button,
.woocommerce div.product form.cart .button,
.woocommerce button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce button.button, .woocommerce button.button.alt{
  background-color: #e52320;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 8px;
  font-size: 20px;
  font-family: 'barlow_semi_condensedmedium', sans-serif;
}
.woocommerce a.button,
.woocommerce div.product form.cart .button,
.woocommerce button.button,
.woocommerce-cart button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce button.button, .woocommerce button.button.alt{
  color: white;
  text-decoration: none;
  padding: 0 15px;
  height: 54px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) {
  .woocommerce a.button:hover,
  .woocommerce div.product form.cart .button:hover.
  .woocommerce button.button:hover,
  .woocommerce-cart button.button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover ,
  .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover,
  .woocommerce button.button, .woocommerce button.button.alt:hover{
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
}
.woocommerce a.button:focus,
.woocommerce div.product form.cart .button:focus,
.woocommerce button.button:focus ,
.woocommerce-cart button.button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce button.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus,
.woocommerce button.button, .woocommerce button.button.alt:focus{
  color: white;
}
.woocommerce table.cart td.actions .input-text#coupon_code+.button,
.woocommerce table.cart td.actions .input-text#coupon_code,
.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout){
  border-radius: 8px;
}
.woocommerce ul.products li.product .onsale{
  padding: 0 10px;
}
.woocommerce.archive .products ul, .woocommerce.archive ul.products,
.search-results .products ul, .search-results ul.products{
   display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 Spalten */
  gap: 32px;
  
}
@media screen and (max-width: 991px){
  .woocommerce.archive .products ul, .woocommerce.archive ul.products,
  .search-results .products ul, .search-results ul.products{
    grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
  }
}
@media screen and (max-width: 550px){
  .woocommerce.archive .products ul, .woocommerce.archive ul.products,
  .search-results .products ul, .search-results ul.products{
    grid-template-columns: repeat(1, 1fr); /* 2 Spalten */
  }
}
.woocommerce.archive ul.products::after, .woocommerce.archive ul.products::before, .woocommerce-page.archive ul.products::after, .woocommerce-page.archive ul.products::before,
.search-results  ul.products::after, .search-results  ul.products::before, .search-results  ul.products::after, .search-results  ul.products::before{
  content: none;
}
.woocommerce.archive ul.products.columns-3 li.product, .woocommerce-page.archive ul.products.columns-3 li.product,
.search-results ul.products.columns-3 li.product, .search-results ul.products.columns-3 li.product{
  width: 100%;
  position: repeat;
  padding-bottom: 80px;
}
.woocommerce.archive ul.products li.product .button,
.search-results ul.products li.product .button{
  position: absolute;
  bottom: 0;
}
.wcpt .wcpt-table .wcpt-cell:last-child .wcpt-item-row>:first-child:last-child{
  text-transform: uppercase;
  vertical-align: baseline;
}
.wcpt-table a.wcpt-button{
   display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
}
body table.wcpt-table .wcpt-title{
  color: #000 !important;
}
body table.wcpt-table a.wcpt-title{
  text-decoration: underline;
}
.wcpt-pagination .page-numbers.current, .wcpt-pagination .page-numbers.current:hover,
body .wcpt-pagination a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  background-color: #e52320;
  color: #fff;
  border-radius: 3px;
  border-color: #e52320;
  min-width: 1em;
  font-weight: 400;
   padding: 0;
   line-height: 40px;
   height: 40px;
   width: 40px;
}
body .wcpt-pagination a.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a{
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev{
  color: #000;
}
.wcpt .next.page-numbers>.wcpt-icon, .wcpt .prev.page-numbers>.wcpt-icon{
  display: none;
}
.wcpt .next.page-numbers:before{
  content: "→";
  color: #000;
  display: inline-block;
}
.wcpt .prev.page-numbers:before{
  content: "←";
  color: #000;
  display: inline-block;
}
.wcpt-table td,
.woocommerce span.onsale{
  font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  color: #000;
  border-color: #000;
}
body.woocommerce-account .woocommerce nav ul{
  border: 0;
  background-color: #fff;
  border-radius: 0;
}

body.woocommerce-account .woocommerce nav  a{
  color: #000;
}
body.woocommerce-account .woocommerce nav .is-active a,{
  color: #e52320;
}
body.woocommerce-account .woocommerce nav .is-active{
  border-left: 0;
}
.woocommerce-account .woocommerce{
  background-color: #fff;
  padding: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 991px){
  .woocommerce-account .woocommerce{
    margin-top: 0px;
  }
}
.woocommerce-form-register  input{
  width: 100%;
}
body.woocommerce-account table td, body.woocommerce-account table th{
  font-family: 'barlow_semi_condensedmedium', sans-serif;
  font-weight: normal;
  padding-left: 0 !important;
}
@media screen and (max-width: 768px){
  #customer_login .col-2,
  .nv-order-review{
    margin-top: 100px;
  }
  #customer_login .woocommerce form .form-row-first, #customer_login .woocommerce-page form .form-row-first{
    float: none;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100%;
  }
  .woocommerce-cart table.cart img{
    width: 100%;
  }

}
@media screen and (max-width: 768px){
 .woocommerce div.product div.images .woocommerce-product-gallery__image a{
    max-width: 400px;
  }
}
.woocommerce .cart_totals .order-total th{
  font-family: 'barlow_semi_condensedbold', sans-serif;
  font-weight: normal !important;
}
.search-page h1{
  margin: 50px 0;
  font-size: 30px;
  text-transform: none;
}
.nav-menu-footer .nav-ul li a{
  text-decoration: none;
}
.nav-menu-footer .nav-ul li a:hover{
  text-decoration: underline;
}
.woocommerce-checkout #payment div.payment_box{
  background-color: #fff;
}
.woocommerce-additional-fields{
  margin-top: 100px;
}
.nv-nav-cart .woocommerce-mini-cart{
  margin-right: 0 !important;
  max-height: 500px;
}
.nv-nav-cart .widget_shopping_cart_content .total{
  box-shadow: none;
  border-top: 3px solid #000;
}
.woocommerce-mini-cart__buttons{
  display: block;
}
.woocommerce-mini-cart__buttons a:last-child{
  margin-top: 10px !important;
}
.related .products{
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3 Spalten */
  gap: 32px;
}
@media screen and (max-width: 991px){
  .related .products{
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: 0;
  }
  .related .products&::-webkit-scrollbar {
    display: none !important;
  }
  .woocommerce .related ul.products li{
     flex: 0 0 auto;
     width: 300px !important;
  }
}
.woocommerce .related ul.products::before{
  content: none;
}
.woocommerce .related ul.products li{
  width: 100%;
  float: none;
  position: relative;
  padding-bottom: 80px;
}
.woocommerce .related ul.products li .button{
  position: absolute;
  bottom: 0;
}
.woocommerce-info::before{
  content: none;
}
#cr_newsletter_status{
  border: 1px solid #000;
  margin-left: -30px;
  width: 20px;
  height: 20px;
}
.header-top{
  --bgcolor: #000;
  position: relative;
  padding-top: 0;
}
.header-top .link-home{
  z-index: 22;
}
.header-top .link-home a{
  color: #fff;
}
.header-top .hfg-slot.right{
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 768px){
  .header-top .hfg-slot.right{
    padding-bottom: 80px;
  }
}
.header-top .builder-item [class*=button_base] .button{
  background-color: transparent;
  border: 0;
  display: inline-block !important;
  position: absolute;
  top: 10px;
  z-index: 22;
  right: 0;
  padding: 0;
      font-family: 'barlow_semi_condensedmedium';
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}
.header-top .builder-item [class*=button_base] .button:before{
  content:"✕";
  width: 54px;
  height: 54px;
  background-color: #e52320;
  display: block;
  border-radius: 6px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: 'barlow_semi_condensedbold';
  display: flex;
align-items: center;
justify-content: center;
font-weight: 800;
}
.home .has-text-align-center{
  line-height: 38px;
}