/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
#lead {
    margin-bottom: 40px;
    border-bottom: 1px solid #F06060;
    text-align-last: right;
}
#bottom-lead {
    margin-bottom: 40px;
}
#lead-all {
    margin: 40px;
}
.shadow {
    color: #210000;
    text-shadow: 1px 1px 1px #ccc;
}
#search input[type=text] {
    width: 150px;
    position: fixed;
    right: -2px;
    top: 5px;
}
.addr {
    margin: 20px;
    text-align: center;
}

.alright {
    float: right;
}

.alright ul li{
    display: inline-block;
    padding: 0 5px
}

.alright ul li a{
    text-decoration: none;
}

.alright .active a {
    color: #000;
}

.timage {
    width: 60px;
}
#tcart {
    box-shadow: 2px 2px 4px #777;
}
#tcart th {
    /*text-transform: uppercase;*/
    text-align: center;
}
#tcart td {
    text-align: center;
    vertical-align: middle
}
#tcart td input[type=text] {
    width: 40px;
    text-align: right;
    padding: 3px;
}
#tcart td.tprice {
    text-align: right;
}
#tcart td.tprice:after {
    content: " \20AC"; /* euro symbol */
}
.tcart {
    text-align: center;
    text-transform: uppercase;
}
.alert {
    width: 500px;
    margin: auto;
}