/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 
 
 #woocommerce-product-data ul.wc-tabs li.bulk-tiers-tab_options a:before { 
	font-family: WooCommerce; 
	content: '\e006'; 
}

.tier-row {
    display: flex;
    padding:5px;
    margin:0 0 10px 0;
}

.tier-actions {
    display: flex;
	flex-direction: column;
    padding:5px;
    margin:0 0 10px 0;
	text-align:right;
}

.tier-row input,
.tier-row select {
    min-width: 100%;
}

.col-min {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-max {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-type {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-discount {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.col-remove {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.col-remove button{
	background: none transparent;
    border: 1px solid #CCC;
    margin: 0 15px;
    vertical-align: middle;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    font-size: 30px;
    line-height: 28px;
    padding: 0;
}
.col-remove button:before{
	font-family: WooCommerce; 
	content: "\e033";
}

#bulk_tiers_data_tab .tier-row:first-of-type button.remove{
    display:none;
}

.col-actions {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align:right
}

.tier-actions .tiers{
    height: 200px;
    float: none;
    clear: both;
    display: inline-block;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}