/* stylelint-disable selector-class-pattern */
.tc-plupload {
	width: 100%;
}

.tc-eco-fee-value {
	font-weight: 400;
	text-transform: none;
}

.tc-eco .tc-plupload .message {
	background: #e74c3c none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.07);
	padding: 10px;
}

.tc-eco .tc-plupload .uploaded {
	background: #f2f2f2 none repeat scroll 0 0;
	background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.07);
	padding: 10px;
}

.tc-eco .tc-plupload .uploaded .file,
.tc-eco .tc-plupload .uploaded a.remove-file {
	text-decoration: none;
}

.tc-eco .tc-plupload .uploaded a.remove-file {
	text-decoration: none;
}

.tc-eco .tc-plupload .waiting {
	background: #f2f2f2 none repeat scroll 0 0;
	background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.07);
	cursor: pointer;
	display: block;
	padding: 10px;
	position: relative;
	text-align: center;
}

.tc-eco .tc-plupload .waiting .progress {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	text-align: left;
}

.tc-eco .tc-plupload .waiting .progress .bar {
	display: inline-block;
	height: 100%;
	width: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
	background-size: 400% 400%;
	-webkit-animation: tcprogreesbar 3s ease infinite;
	-moz-animation: tcprogreesbar 3s ease infinite;
	-o-animation: tcprogreesbar 3s ease infinite;
	animation: tcprogreesbar 3s ease infinite;
}

.tc-eco .tc-plupload .remove-file {
	float: right;
	margin-left: 10px;
}

.tc-eco .tc-plupload .hidden {
	display: none;
}

.tc-extra-cart-and-checkout-options .cpf-type-select .tm-field-display .select2-container--default .select2-selection--single {
	margin-bottom: 0;
}

@-webkit-keyframes tcprogreesbar {

	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

@-moz-keyframes tcprogreesbar {

	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

@-o-keyframes tcprogreesbar {

	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}

@keyframes tcprogreesbar {

	0% {
		background-position: 0 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0 50%;
	}
}
