/*****  Tabulka technické specifikace  *****/

.product-specifications tr, td {
	border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.product-specifications th {
	width: 15%;
}
.product-specifications td {
	width: 25%;
}

/******************************************/


/*****    Výpis cesty na stránce     *****/

#crumbs li {
	color: #fff;
    background-color: #EE7402;
    padding-right: 5px;
}

#crumbs li::before {
    display: inline-block;
    content: ">";
    color: #000;
    padding: 0px 10px;
}

/******************************************/


/*****    Upoutávky      *****/

.upoutavky__ikona--arles {
    background: fff url("/wcd/img/ikony/arles.png") no-repeat scroll center center;
}




.upoutavky a {
    text-decoration: none;
    color: #424242;  
}
.fx-item:hover p {
    text-decoration: none;
    color: #EE7402;
}

.fx-item:hover h3 {
    text-decoration: none;
    color: #891F03;
}

.fx-item:hover h3 {
    text-decoration: none;
    color: #891F03;
}

.fx-item:hover .upoutavky__ikona {
    border: 7px solid #891F03;
}

.formatted img {margin: 0px}

table {font-size: 0.935rem}


/*****    Pozadí textu v baneru      *****/

.bx-text span {
background: none;
color: #333;
}

.bx-text span.bx-text__title1 {
    color: rgb(72, 21, 5);
    font-size: 5rem;
    font-weight: 600;
    background: none;
}

.bx-text span.bx-text__title2 {
    font-size: 3.125rem;
    font-weight: 400;
    color: #EE7402;
    background: none;
}


.aktuality .fx-item-arl {
    width: 48%;
    position: relative;
}

.paticka .fx-item-foot {
    width: 23%;
}

.article__date {
	visibility: hidden
}
.article-detail__date {
	visibility: hidden
}
/******************************************/