	
	
	 /* ------------------------------------------------  
		BASKET
	  ------------------------ */
	/* 1900 */
	@media only screen and (max-width: 1899px) { 
		.basket #woocart {max-width: 70%;}
		
		.basket #shipping_method label {display: initial;}
	}
	
	/* 1600 */
	@media only screen and (max-width: 1599px) { 
		.basket #woocart {max-width: 80%;}
	}
	
	/* 1160 */
	 @media only screen and (max-width: 1159px) { 
	 	 /* remove stückpreis */
	 	.basket .shop_table th.product-price,
	 	.basket .shop_table td.product-price { display: none !important; }
	 }
	 
	 /* 1024 */
	 @media only screen and (max-width: 1023px) { 
		.basket #woocart {max-width: 90%;}
		.basket h3 {padding: 0 0 30px;}
	 }
	 
	 /* 940 */
	@media only screen and (max-width: 939px) { 
		 /* remove variants description */
		.basket dl.variation dt {display: none !important; }
		
		/*line*/
		.basket .cart_item:before {margin: 0px 0;}
		
    }
	
	/* 850 */
	@media only screen and (max-width: 849px) { 
		.basket table.cart .cart_item td.product-thumbnail {
			padding: 10px 0 0 0;
		}
	
		/*product-name*/
		.basket table.cart th.product-name, 
		.basket table.cart td.product-name {
			text-align: left;
			padding-left: 20px;
		}
	
		.basket table.cart .cart_item td.product-name {  
			padding: 20px 0 0 20px; 
		}
		.basket .product-name .cart-cat a {
			vertical-align: top;
		}
	
		.basket .cart_item .product-name dl.variation {
			margin-bottom: -10px;
		}
	}
	
	/* 767 */
	@media only screen and (max-width: 766px) { 
		 #woocart { 
			max-width: 92% !important; 
			margin: auto;
		 }
		 .basket .cart_item {
			 text-align: center; 
			 margin: 0px auto;
			 position: relative;
		}
		
		/* Grid */
		.basket .shop_table td { 
			display: inline-block !important;
			text-align: left;
		}
		.basket table.cart td {padding: 0px; }
		
		 /*DISPLAY*/
		 .basket .cart_item:after,
		 .basket th.product-quantity
		 /*.basket .cart-subtotal*/ { display: none }
	
		/*thumbnail*/
		.basket .product-thumbnail { 
			width: 30%;
			float: left; 	  
		}
		
		.basket table.cart {margin-bottom: 0em;}
		.basket table.cart .cart_item td.product-thumbnail {
			padding-bottom: 0em;
		}
		
		/*product-remove*/
		.basket .shop_table td.product-remove { 
			width: 0%;
			float: left;
			padding: 0em;
			border-top: 0em ;
			top: 45px;
		}
		
		.basket table.cart .cart_item td.product-remove a.remove { 
			width: 100px;
			height: 20px;
			/*background: yellow;*/
		}
	
		/*product-name*/
		.basket table.cart .cart_item td.product-name {  
			width: 70%;
			padding: 10px 0 0 20px; 
		}
		.basket .product-name a {
			display: block;
			line-height: 1em;
			font-size: 22px;
		}
		
		/*cart-cat*/
		.basket .product-name .cart-cat a {
			width: 100%;
			line-height: 1.8em; 
		}
	
		/*variation*/
		.basket .cart_item .product-name dl.variation {
			margin-bottom: -10px;
		}
		
		.basket .cart_item .product-name dd { 
			padding-right: 3px; 
			float: left;
		}
		.basket .cart_item .product-name dd p { 
			font-size: 14px; 
			line-height: 1.2em;
		}
		
		/*product-price + quantity */
		.basket .shop_table td.product-quantity,
		.basket .shop_table td.product-subtotal {  
			position: relative;
		}	
		
		/*price*/
	    table.cart td.product-subtotal {
			float: right;
			margin-top: -50px;
		}
	
		/*product-quantity*/
		.basket .woocommerce .quantity .wac-qty-button a { 
			font-size: 24px; 
			padding: 5px 8px;
		}
		
		.basket .shop_table td.product-quantity {
			float: left; 
			margin-left: 30%;
		}	
		.basket .shop_table td.product-quantity .quantity { 
			position: absolute; 	
			left: 20px;  
			top: -50px;
		}
	
		/*line*/
		.basket .cart_item::before { margin: 0px;}
		.basket.mobile .cart_totals tr:before {  width: 100%; margin: auto }
	
		/*cart_totals*/
		.basket .cart_totals {
			max-width: 100%;
			margin-bottom: 5em !important;
		}
		.basket .cart_item:after, 
		.basket .cart_totals tr:before {width: 100%;}
	
		/* cart-collaterals */
		.basket .cart-collaterals {margin-right: 0px;}
		.basket .cart-collaterals th,
		.basket .cart-collaterals td { 
			display: table-cell !important; 
		}
		.basket .cart-collaterals td { float: right; }
	
		/* tax */
		.basket table td small.includes_tax {
			 text-align: right; 
			 float: none; 
			 width: auto; 
			 padding-top: 0px; 
		}
	
		/*checkout-but*/
		.basket .wc-proceed-to-checkout {
			position: relative;
			margin: auto;
		}
		.basket .order-total th, 
		.basket .order-total strong .amount {
			font-size: 1.6em;
		}
		.basket .includes_tax {
			display: block;
		}
		
		/*shippingtext*/
		.basket .cart-shippingtext {
			font-size: 14px;
			padding-top: 50px;
			text-align: center;
		}
	}
	
	 /* 600 */
	  @media only screen and (max-width: 599px) { 
		   /*name*/
		  .basket table.cart .cart_item td.product-name {
			padding: 10px 0 0 20px;
		  }  
	  }
	  
	/* 480 */
	@media only screen and (max-width: 479px) { 
	  .basket .cart_item {height: 170px;}
	  .basket table.cart .cart_item td.product-name {
		  height: 100px;
	   }
	   
	   /* ----- NEW STYLE / CHECKOUT CART 20.02.23 ------ */
	   .checkout .woocommerce-checkout-review-order tbody,
	   .checkout .woocommerce-checkout-review-order tr.cart-subtotal { 
	   		display: block; 
			width: auto; 
		}
	   .checkout .woocommerce-checkout-review-order tfoot{ display: block;}
	   
	   .checkout #wizard .woocommerce-checkout-review-order th {
			width: 130px;
			max-width: 130px;
		}
		/* ----- END new style ------ */

		
	   /*quantity*/
	   .basket .shop_table td.product-quantity .quantity {
			top: -45px;
		}
	  
	  /*shipping*/
	  .basket .cart-shippingtext br { display: none; }
	}
	
	/* 360 */
	@media only screen and (max-width: 359px) { 
	  /*quantity*/
	  .basket .shop_table td.product-quantity .quantity { top: -5px;} 
	}
	 
	
	
	/* ------------------------------------------------  
	CHECKOUT /  ORDER RECEIVED
	------------------------------------------------ */

	 /* 1280 */
	@media only screen and (max-width: 1279px) { 
		
		 /* ------------------------ LOGIN */
		 /*Anmelden*/
		 form.checkout #customer_login .u-column2 h2 {font-size: 45px; }
		 
		 /* ------------------------ ORDER RECEIVED */
		 /*detail*/
		.woocommerce-order-received .woocommerce-order-details {max-width: 80%;}
	}
	
	 /* 1160 */
	 @media only screen and (max-width: 1159px) { 
	 
		 /* FONT */
		.woocommerce-order-received h3,
		.woocommerce-order-received h2,
		.woocommerce-order-received .headline,
		
		.checkout h3,
		 form.checkout #customer_login .u-column1 h2,
		 form.checkout #customer_login .u-column2 h2  {font-size: 45px;}
		 
		  /* GRID */
		 .checkout .woocommerce .content.col-10 { width: 100%;}
	 }
	 
	 	
	/* 850 */
	@media only screen and (max-width: 849px) { 
	
		/* ------------------------ ORDER RECEIVED */
		/*detail*/
		.woocommerce-order-received .woocommerce-order-details {max-width: 90%;}
	}
	 
	   
	/* 767 */
	@media only screen and (max-width: 766px) { 
	 	
		/* FONT */
		 .checkout h3 {margin: 0 auto 40px;}
		 #wizard .content .title {font-size: 36px;}
		 
		 #wizard .steps li a {font-size: 1.25em;}
		 
		.checkout h3#ship-to-different-address {font-size: 25px;} 
		
		.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:last-child th, 
		.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:last-child td {
			font-size: 1.6em;
			padding: 0 0 1em .9em;
		}
		 
		 /* ------------------------ CHECKOUT */
		 /*SHIPPING*/
		.checkout .billing-tab-contents select#billing_country, 
		.checkout .shipping-tab-contents select#shipping_country {width: 87%;}
		
		/* TAB PAYMENT */
		.checkout .payment_method_bs_payone_creditcard .form-row-wide {
			clear: all;
			float: none;
			width: 100%;
			padding: 0px;
			height: 50px;
		}
		
		.checkout .woocommerce-privacy-policy-text p, 
		.checkout .woocommerce-terms-and-conditions-wrapper label {text-align: left !important;}
		
		/* ------------------------ ORDER RECEIVED */
		/*overview*/
		.woocommerce-order-received ul.woocommerce-order-overview > li { display: block; }
		.woocommerce-order-received .order_details > li { border-bottom: 1px dotted #e3e3e3; }
	
		/*detail*/
		.woocommerce-order-received .woocommerce-order-details {max-width: 94%;}
		.woocommerce-order-received img.attachment-thumbnail.size-thumbnail {max-width: 150px;}
		
	 }
	 
	 /* 648 */
	 @media only screen and (max-width: 648px){
	 
		 /* ------------------------  TRUSTED */
		  #tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4 {
			  position: fixed;
			  bottom: -100px;
			  z-index: 100;
		  }
		  
		  body.basket #tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4,
		  body.checkout #tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4 {
			  bottom: 0px;
		  }
		 
	 }
		
	  /* 600 */
	  @media only screen and (max-width: 599px) { 
	  
	  	   /* FONT */
		  .checkout .woocommerce-additional-fields h3,
		  .woocommerce-order-received h3,
		  .woocommerce-order-received h2  {font-size: 36px;}
	 	
		  /* ------------------------ CHECKOUT */
		  /* GRID*/
		  .wizard>.content>.body input[type=checkbox] {
			  display: block;
			  margin-bottom: 10px;
		   }
		   
		   /* checkbox Anmelden */
		   .checkout label.woocommerce-form__label-for-checkbox input[type="checkbox"] {display: inline-block !important; }
	}
	   
	/* 480 */
	@media only screen and (max-width: 479px) { 
	
		  /* FONT */
		  .checkout h3,
		  form.checkout #customer_login .u-column1 h2,
		  form.checkout #customer_login .u-column2 h2 {font-size: 36px; }
		  
		  table.woocommerce-checkout-review-order-table td .amount, 
		  #woocart table.woocommerce-table--order-details td .amount, 
		  #woocart dl.variation dt {font-size: 22px;}
		  
		   table.woocommerce-checkout-review-order-table th {font-size: 18px;}
	}
	
	