
.wpk-div {
	position: relative;
	border: 1px solid #DDDDDD;
	padding-top: 10px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
	/*padding-bottom: 200px !important;*/
}

.wpk-div .tc-label {
	display: block;
	height: 65px;
	margin-top: 20px !important;
	margin-bottom: 2em !important;
	padding: 12px 0 0 45px !important;
	border: 1px solid #fff;
	color: #fff;
	background-color: #CFD8DC;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .2s, box-shadow .2s;
	transition: background-color .2s, box-shadow .2s;
}

.wpk-div .tc-label::before {
	content: '';
	display: block;
	position: relative;
	top: 9px;
	bottom: 0px;
	left: -35px;
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	background-color: #ffffff;
}

.wpk-div input {
	position: absolute;
	opacity: 0;
}

.wpk-div input:hover ~ span {
	background-color: #a3b4bc;
}

.wpk-div input:checked ~ .tc-label::before {
	/*checkbox*/
	background-color: #8CC632;
}

.wpk-div .tc-label span {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.wpk-div span:not(:last-of-type) {
	margin-left: auto;
	margin-right: 4em;
}

.wpk-div b {
	position: relative;
	top: -10px;
}

.wpk-div .tm-description {
	margin-left: 25px;

}

.wpk-div .tm-description p {
	padding-bottom: 12px;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
	padding: 0 0 0 0 !important;
}

/*WP Kraken y382415*/
.product-price, .product-quantity {
	display: none;
}

.product-subtotal, .product-remove {
	vertical-align: top !important;
	text-align: right;

}

.woocommerce-Price-amount {
	margin-right: 12px;
	float: right;
}

.variation-Markenname {
	display: block !important;
}

.variation-Beschreibung.position {
	border-top: 1px solid rgba(0, 0, 0, .1);
	width: 100%;
	display: block !important;
	padding: 20px 0 0;
}

.variation-Beschreibung {
	width: 100%;
	display: block !important;
}

div.variation > div:nth-child(4) {
	width: 100%;
}

.position {
	font-weight: 600;
}

.variation-item {
	float: left;
	width: 33%;
	padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
/*.variation-item:nth-child(2) {*/
	/*float: left;*/
	/*width: 66%;*/
	/*padding: 20px 0;*/
/*}*/

.variation {
	border-top: 1px solid rgba(0, 0, 0, .1);
	width: 135%;
	margin-left: -40px;
	margin-top: 10px;
	padding-left: 40px;
}

.cpf-img-on-cart {
	border-bottom: none !important;
}

td.product-name > div > div:nth-child(5),
td.product-name > div > div:nth-child(6),
td.product-name > div > div:nth-child(7) {
	border-top: 1px solid rgba(0, 0, 0, .1);
	width: 100%;
}
td.product-name > div > div:nth-child(1),
td.product-name > div > div:nth-child(2),
td.product-name > div > div:nth-child(3){
	border-top: none !important;
}
td.product-name > div > div:nth-child(7) {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.tc-av-price {
	float: right;
	margin-right: 15px;
}

.woocommerce-cart #bbb3, .woocommerce-cart #bbb2, .woocommerce-cart #bbb {
	display: none;
}
.woocommerce-checkout #bbb3, .woocommerce-checkout #bbb2, .woocommerce-checkout #bbb {
	display: none;
}
.woocommerce table.shop_table td{
	border-top: none !important;
}
.coupon{
	width: 125%;
}
div.coupon input#coupon_code{
	width: 69%!important;
	float: left!important;
}
.ascend .woocommerce .actions .button{
	width: 30%;
	float: right;
}
.woocommerce table.cart tr td:first-child.actions{
	padding-left: 40px !important;
}

div.cart_totals > table > tbody{
	display: table;
	/*width: 181%;*/
}
form > div > div.col.span_4 > div > input.button{
	display: none;
}
form > div > div.col.span_4 > div > div.wc-proceed-to-checkout > a{
	/*background-color: rgba(225, 0, 0, 1) !important;*/
}

.changeWidth{
	width: 33% !important;
}
td.product-name > div > div > div.tc-value.variation- > p{
	width: 100%;
	float: left;
}


/* wpk b376080 - show all needed elements, fix the view */

.woocommerce table.woocommerce-checkout-review-order-table img {

	width: 90px !important;
	height: 90px !important;
	margin-bottom: 0;
	
}


.woocommerce table.woocommerce-checkout-review-order-table div.variation {

	width: 123%;
	margin-left: -10px;

}

.woocommerce table.woocommerce-checkout-review-order-table td.product-total {
	min-width: 123px;
	vertical-align: top;
	text-align: center;
}


.woocommerce table.woocommerce-checkout-review-order-table td.product-total span.product-realprice {

	visibility: visible;
	
}

.woocommerce table.woocommerce-checkout-review-order-table div.variation-item {

	margin-left: -20px;
	
}

.woocommerce table.woocommerce-checkout-review-order-table {

	overflow: hidden;
	
}

/* wpk#b376080 end */