/**
	CSS von Weinhelp7 f�r 1 Wein untereinander KLEIN
	f�r Storefront und Neve
*/


html {
	
	--WH-PicWidth : 55Px;
	--WH-PicHeight : calc( var( --WH-PicWidth) * 2);
	--WH-PicHeightA : auto;
	----WH-PicVisible : none;
	--WH-PicVisible : visible;
	--WH-BoxHeight : 120Px;
}





html .WH_KBU1  {
	
	--WH-BoxHeight : 180Px;
}





html .theme-astra  {
	
	--WH-Prod-width : 90%;
}




/*    ##Device = Tablets, Ipads (portrait) */
/*    ##Screen = B/w 768px to 1024px*/
@media (min-width: 768px) and (max-width: 1024px) {


ul.products li.product img {
  width: 50px !important;
}

}


@media (min-width: 768px) {
	
	
	


	
	

main ul.products li.product , .woocommerce ul.products li.product {
    margin-bottom: 0.5em;
    width: var( --WH-Prod-width , 30% )!important;
	min-width:500px!important;
    float: left;
    /* text-align: left; */
    margin-right: 1%!important;

    background-color: var(--WH-Prod-background);/* NUR NEVE  */
    border: 1px solid #d6d6d6!important;
    border-radius: 6px!important;
    min-height: var(--WH-BoxHeight)!important;
	
}

	
main ul.products li.product-category , .woocommerce ul.products li.product-category {
    min-height: var(--WH-BoxHeight)!important;
	height: calc( var(--WH-PicWidth) + 80Px) !important;
}	
	
	
	
ul.products li.product .woocommerce-loop-product__title {
    font-weight: 400;
	font-size:16px!important;
	position: relative;
    left:calc( var(--WH-PicWidth) + 10Px) !important;
	width: 60%;
}	


.theme-astra ul.products li.product .woocommerce-loop-product__title {	
width: 40%;
}	


ul.products li.product img  {
	display: var(--WH-PicVisible)!important;
    height: var(--WH-PicHeightA) ;
    width: var(--WH-PicWidth) !important ;
    position: absolute !important;
    margin: 3px !important;
	top: 3Px ;
	left: 3Px;

}

ul.products li.product h3 {
    font-size: 13px!important;
    float: right;
    width: 55%; 
    position: absolute;
    top: 20px;
    left: 140px;
}


.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, .onsale {
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    top: 20px;
    left: 260px;
    padding: 2px 2px 2px 2px;
}



/*Artikelbeschreibung im Shop*/
ul.products li.product h3 {
    font-size: 0.9em;
    float: right;
    width: 55%;
    position: absolute;
    top: 0px;
    left: 170px;
}
/*Artikelbeschreibung im Shop*/



/*Preis im Shop*/
ul.products li.product .price, .onsale {
    font-weight: bold;
    font-size: 18px!important;
    position: absolute;
    top: 10px;
    left: 75%;
    padding: 2px 2px 2px 2px;
}


.dimensions {
    font-weight: normal;
    font-size: 11px;
    position: absolute;
    top: 40PX;
	left : 75%;
    line-height: 1.1em;
	text-align:left;
}


/*Aktion*/
ul.products li.product .onsale {
    position: absolute;
    top: calc( var(--WH-BoxHeight) - 40Px)!important;
    left: 10%!important;
}






ul.products .quantity {
    position: absolute;
    top: calc( var(--WH-BoxHeight) - 40Px)!important;
    left: calc( 75% - 80Px);
}

.theme-astra ul.products .quantity {
    top: calc( var(--WH-BoxHeight) - 56Px)!important;
}



.quantity .qty {
  width: 55px !important;
  padding: 3px !important;
  font-size: 16px !important;
  height: 25px !important;
  margin: 0px;
  box-sizing: content-box!important;
  border-style: solid;
  border-radius:3px;
  border-color:white;
  border-width:3px;
}



ul.products li.product .button {
	position: absolute;
 	top: calc( var(--WH-BoxHeight) - 40Px)!important;
    left:75%;
	margin-top: 0em!important;
	font-size: 14px!important;
	padding: 6px!important;

}


/* Warenkorb anzeigen*/
.added_to_cart {
    
    position: absolute;
    top: calc( var(--WH-BoxHeight) - 45Px)!important;
    left:calc(var(--WH-PicWidth) + 230Px)!important;
	margin-top: 0em!important;
	font-size: 16px!important;
	padding: 6px!important;
}

.theme-neve .added_to_cart {
  top: calc( var(--WH-BoxHeight) - 42Px) !important;
  left: 75% !important;
  font-size: 12px !important;
}

.theme-customizr .added_to_cart {
  top: calc( var(--WH-BoxHeight) - 4Px) !important;
  left:75% !important;
  font-size: 16px !important;
}


.theme-storefront .added_to_cart {
  left: 75% !important;
}


}
/*Aktion*/



/* Kategorie anzeige */

ul.products li.product-category img {
    width: var(--WH-PicHeight) !important;
    position: absolute !important;
    height: auto !important;
}

.woocommerce-loop-category__title {
	font-size:25px!important;
	text-align: center!important;
	margin-top:20px;
  margin-right: 0px!important;
}

.theme-astra .woocommerce-loop-category__title {
  background: transparent !important;
	
}




li.product-category {
    min-height: 230px !important;
}
	
/* -----------------------------Kategorie anzeige */		

	


/* Flaschengr��e Einzelflaschen*/
img, pre {
    max-width: 80%;
}
/* Flaschengr��e Einzelflaschen*/



/* Weinbeschreibung Einzelflaschen*/
.alpha, h1 {
    font-size: 25px!important;
    
}
/* Weinbeschreibung Einzelflaschen*/

 
  
    
    
 /*Weinbeschreibung bei Einzelflasche verbergen*/
    div[itemprop="description"] {
	display:none;
} 
    /*Weinbeschreibung bei Einzelflasche verbergen*/
    
/*Warenkorb ansehen*/
    .added_to_cart {
    padding: .318em .887em;
    font-size:10px;
    position: absolute;
    top: 60Px;
        left:75% 
}


    


   
/*eingesetzter preis bei onsale*/
ul.products li.product .price ins {
   
    margin-left: .0em;
   
}




/*   KBU   */





@media (min-width: 768px) {
.WH_KBU1 .WH_Kbez, .WH_KBU1 .WH_KlTab {
  position: absolute;
  top: 39px;
  font-size: small;
  width: 51%;
  left: 100px;
  text-align: left;
  max-height: 130px;
  overflow: hidden;
  line-height: 15px;
}

.WH_KBU1 ul.products li.product .onsale {
  left: 2Px !important;
}



}



/*   ELAB   */


.WH_ELA4 .woocommerce-page #content div.product div.summary  div.WH_Elab { /* einzelnes Produkt */
	max-width : 400px;
	
}

.WH_ELA4 .woocommerce-page #content div.product div.summary  div.Elab_a { /* einzelnes Produkt */
	font-size: 15px!important;
	
}

  @media (min-width: 768px){  /* shopseite viele nebeneinander */
.WH_ELA4  .WH_Elab {
margin-bottom: -30px;
left: calc( 75% - 290px);
top: calc( var(--WH-BoxHeight) - 40Px) !important; ;
min-width: 120px !important;
max-width: 200px !important;
width: 200px !important;
position: absolute;
}

.theme-storefront.WH_ELA4 .WH_Elab.ElabV2 {
	left: calc( 75% - 300Px);
    top: calc( var(--WH-BoxHeight) - 40Px);
width: 150px ;
}


  }
  
  
@media (min-width: 768px){  /* shopseite viele nebeneinander */
.theme-astra.WH_ELA4  .WH_Elab {
 top: 6px !important;
}
  }
  
  


/* Astra */
  @media (max-width: 921px) {
.ast-container .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid), .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
  }
