.single-product .cart .quantity 
{
    display: none !important;
}

.single-product .summary .single_add_to_cart_button
{
	width: 100% !important;
}

/* Custom qty selector */
.custom-qty-buttons
{
	margin-bottom: 30px !important;
}
.custom_qty 
{
    margin-top: 20px;
}
.custom_qty table 
{
	  border-collapse: separate;
      border-spacing: 0px 0px;
	  margin-bottom: 0px !important;
}
.custom_qty table td 
{
      padding: 5px 2px 0px !important;
      text-align: center !important;
      vertical-align: middle;
	  border: none;
}
.custom_qty table tr td:first-child
{
	padding-left: 0px !important;
}
.custom_qty table tr td:last-child
{
	padding-right: 0px !important;
}
.custom_qty .product_price_basic
{
      border: #d7d7d7 solid 1px;
	background-color: #ffffff;
      cursor: pointer;
	  color: #35524D;
	border-radius: 4px;

}
.custom_qty .product_price_basic img
{
    max-height: 90px;
	max-width: 90px;
	margin: auto;
	opacity: 0.5;
	margin-bottom: 6px;
}

.custom_qty .product_price_basic:hover 
{
      background-color: #F2F8F5;
}

.custom_qty .product_price_other
{
      border: #d7d7d7 solid 1px;
	background-color: #ffffff;
      width: 50%;
      cursor: pointer;
	  color: #35524D;
	border-radius: 4px;

}
.custom_qty .product_price_other img
{
    max-height: 70px;
	max-width: 70px;
	margin: auto;
	opacity: 0.5;
	margin-bottom: 6px;
}

.custom_qty .product_price_other:hover 
{
      background-color: #F2F8F5;
}

.custom_qty .product_price_active 
{
      border: #35524D solid 1.5px;
      box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.16);
      background-color: #F2F8F5;
      cursor: pointer;
	  color: #35524D;
	border-radius: 4px;

}
.custom_qty .product_price_active img
{
    opacity: 1;

}

.custom_qty .product_price_current
{
      border: #35524D solid 1.5px;
      width: 50%;
      box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.16);
      background-color: #F2F8F5;
      cursor: pointer;
	  color: #35524D;
	  border-radius: 4px;

}
.custom_qty .product_price_current img
{
    opacity: 1;
	max-height: 70px;
	max-width: 70px;
	margin: auto;
	margin-bottom: 6px;

}

.price_qty{
    line-height: 15pt;
    display: block;
}

.custom_qty b 
{
    font-size: 14px;
}
.custom_qty .qty-sets
{
    display: block;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.custom_qty td.product_price_top_up 
{
      padding: 0 !important;
}
.custom_qty td.product_price_top_up div
{
    margin-bottom: -10px;
}
.custom_qty .BEST-SELLER 
{
      font-size: 13px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      text-align: center;
      background-color: #57A467;
      color: #fff;
    padding: 5px 7px !important;
	border-radius: 15px;
}

.custom_qty .extra-qty-texts
{
	margin-top: 20px;
}

.qty-basispreis
{
    color: grey;
	text-decoration: line-through;
	font-size: 18px;
}

.qty-salepreis
{
    font-weight: 600;
	font-size: 26px;
}

.qty-salepreis-1
{
    font-weight: 600;
	font-size: 26px;
}

.qty-prozent
{
    color: white;
	font-size: 14px;
	margin-left: 2px;
	background-color: #57A467;
	border-radius: 20px;
	padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

.qty-40prozent
{
    color: black;
	font-size: 14px;
	margin-left: 2px;
	background: LINEAR-GRADIENT(TO RIGHT,#BF953F, #FCF6BA, #D2A137, #FBF5B7, #AA771C);
	border-radius: 20px;
	padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

.qty-30prozent
{
    color: white;
	font-size: 14px;
	margin-left: 2px;
	background: LINEAR-GRADIENT(TO RIGHT,#57A467, #B9C75A);
	border-radius: 20px;
	padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

.custom_qty .extra-qty-texts .versand
{
    color: grey;
	font-size: 14px;
	font-weight: 600;
}

.mwst
{
    color: grey;
	font-size: 14px;
	margin-left: 4px;
}

.alert
{
	font-weight: 600;
	font-size: 14px;
}

.alert1
{
    color: red;
	font-size: 14px;
	font-weight: 600;
}

.mwst-1
{
    color: grey;
	font-size: 14px;
	margin-left: 4px;
}

.custom_qty .extra-qty-texts .anzahl
{
    color: #35524D;
	font-size: 14px;
}

/* qty selecter end */