.wdp_pricing_table_caption {
    /*font-weight: bold;*/
}
.wdp_pricing_table {
	width: 100%;
	margin: 0px auto;
    border-collapse: collapse;
    font-size: 0.9em;
    table-layout: fixed;
	border-collapse: separate;
    border-spacing: 10px 0;
	
}

.wdp_pricing_table td {
    border: solid 2px #E02B20;
    text-align: center;
	color: #fff;
	font-size: 17px;
}

.wdp_pricing_table thead tr td {
    background: #E02B20 !important;
}

.spinner_img {
    content:url(../images/spinner-2x.gif);
    display: block;
}

del .woocommerce-Price-amount {
    display: inline;
}
.wdp_bulk_table_content thead tr td {
	background-color: white;
}

.wdp_pricing_table thead tr td:last-child, 
.wdp_pricing_table thead tr td:first-child {
	border: none;
    background-color: white !important;
}

.wdp_pricing_table tbody tr td {
	padding: 0px 20px;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.16);
	cursor: pointer;
	color: #747474;
	font-weight: 600;
	font-size: 20px;
	border-radius: 10px 10px 10px 10px;
}

.top-izbira {
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
	border-radius: 10px 10px 0px 0px;
}
.per_qty {
	font-weight: 400;
	font-size: 12px;
}
.selected-td {
	background-color: rgba(255, 0, 0, 0.16);
}
@media only screen and (max-width: 600px) {
	.wdp_pricing_table {
		border-spacing: 7px 0;
	}
	
	.wdp_pricing_table tbody tr td {
		padding: 2px 5px;
		font-size: 17px;
	}
}
@media only screen and (max-width: 340px) {
	.wdp_pricing_table {
		border-spacing: 4px 0;
	}
	
	.wdp_pricing_table tbody tr td {
		padding: 2px 5px;
		font-size: 15px;
	}
}
