/* xl - DESKTOP STYLES */ 
/*změna velikosti ceny*/
.tc-epo-element-product-container-cart .electro-price {
	font-size: 20px;
}

.tc-epo-element-product-container-wrap .product-title {
	margin: 0;
	padding:0;
}	

.tm-box {
	margin-top: 30px!important;
	border-color: #0004;
	border-radius:1px;
}

.tc-row {
	padding-top:5px;
}	

.tc-product-image {
	width: 110%;
}

.tm-collapse {
	background: rgba(255,255,255,0);
	border-color: #0004;
	border-radius:10px!important;
	padding: 5px;

}

.tm-description {
  display: block!important;
  margin-top: 5%!important;
}


.tm-extra-product-options .tc-cell.tcwidth-100, .tc-cell.tcwidth-100, .tcwidth-100 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 16px;
  padding-top: 5px!important
}

.tm-collapse-wrap {
  float: left;
  margin-top: 0em;
  overflow: visible;
  width: 100%;
}

/*upraví vzhled výběru v košíku*/
form table.cart a.tm-cart-edit-options {
    padding: 2px 10px;
    border-radius: 3px;
    color: #f7f7f7!important;
    font-size: 14px;
    background-color: #6dab3c!important;
    margin-top: 5px!important;
}


