#thp-wc-single-product-upsell span.select2-container {
	width: 100% !important;
}

#thp-wuppro-upsell-conf span.select2-container {
	width: 60% !important;
}

.thp-upsell-conf-container .thp-upsell-conf-section {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	margin: 15px auto 1px auto;
	padding: 10px;
}

.thp-upsell-conf-subsection {
	background-color: #f1f1f1;
	/*border: 1px solid #ccc;*/
	padding: 10px;
	margin-top: 5px;
}

.thp-upsell-conf-subsection  .thp-upsell-conf-doc {
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: smaller;
}

.thp-upsell-conf-subsection  .thp-upsell-conf-doc span {
	font-weight: 600;
}

.thp-upsell-conf-linkedprods-upsells, .thp-upsell-conf-linkedprods-crosssells {
	display: none;
	padding-top: 15px !important;
}

.thp-upsell-conf-classic {
	display: none;
}

.thp-upsell-conf-title {
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

input.thp-wc-linkedprods-upsells:checked ~ .thp-upsell-conf-linkedprods-upsells,
input.thp-wc-linkedprods-crosssells:checked ~ .thp-upsell-conf-linkedprods-crosssells,
input.thp-classic-single-upsell:checked ~ .thp-upsell-conf-classic {
	display: block;
}

.thp-linkedprods-display {
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
	display: block;
	width: 55%;
	background: #fff;
	border-radius: 3px;
}

.thp-linkedprods-display ul {
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 5px;
}

.thp-linkedprods-display ul li {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 4px;
	float: left;
	margin-right: 4px;
}