 /*
 * Copyright (c) 2015 Inventive3d (Francesco Puglisi) (www.inventive3d.com) - All Rights Reserved
 * Unauthorized copying, modifing, reselling, redistributing of this file, via any medium is strictly prohibited
 * Written by Francesco Puglisi <francesco@studioinventive.com>, January 2015
 */
 
.cart-show-discounts {
    margin: 5px 0;
}

.productinfo-show-discounts {
    margin: 5px 0;
}

.inventive_woocommerce_discounts_table td
{
  padding: 10px;
  border: 1px solid #ccc;
  background-color: white;
  font-size: 1.0em;
  text-align: center;
}


.inventive_woocommerce_discounts_table tr:first-child td
{
  background-color: #FEAD00;
}

.inventive_woocommerce_discounts_table td:first-child
{
 font-weight: bold;
 text-align: center;
}

.iwd_up_to
{
display: block;
clear: both;
background-color: orange;
color: #fff;
padding: 10px;
font-size: 16px;	
}

.summary .iwd_up_to 
{
margin:0;
margin-top: 15px;
}

.iwd_up_to .amount, .iwd_up_to_quantity
{
font-size: 16px;
color:#fff694;	
}

.iwd_discount_table_div
{
clear: left;
float: left;
width: 100%;	
}