body, html{
    font-family: 'Open Sans', sans-serif;
    color: #585d5d;
    height: 100%;
}

a, a:hover{
    color: #585d5d;
}
#main,
#page{
    max-width: 1100px;
}

#header{
    background-image: url("../img/01_hlavicka.jpg");
    height: 184px;
    border-bottom: 7px solid #c3c3c3;
    position: relative;
}

#header h1{
    font-weight: bold;
    left: 268px;
    position: absolute;
    font-size: 27px;
    top: 11px;
    max-width: 450px;
    line-height: 35px;
}

#header h2{
    top: 95px;
    left: 268px;
    position: absolute;
    font-size: 22px;
}

#header-logo{
    position: absolute;
    width: 238px;
    height: 160px;
}

#content{
    background-color: #f2f3f7;
    padding: 10px;
}

#content div{
    /*background-color: white;*/
}

#footer{
    border-top: 7px solid #c3c3c3;
    padding-bottom: 20px;
    padding-top: 20px;
}
.navbar-default { 
    background: none;
    border: none;
}
.navbar-brand{
    text-transform: uppercase;
}
.message{
    font-weight: bold;
    font-size: 120%;
    color: #ac2925;
}
.cart{
    width: 52px;
    height: 52px;
    background-image: url("../img/cart.png");
    margin: 2px 0;
}
.cart:hover{
    background-position: bottom;
}

.cart_table{
    margin: 20px;
}
.cart_table td,
.cart_table th{
    padding: 3px 10px 5px 3px;
    border: 1px solid #c3c3c3;
}
.cart_table td:last-child{
    text-align: right;
    padding-right: 3px;
}
#OrderForm{
    display: none;
}
#OrderSummary{
    text-align: center;
}

#OrderSummary .cart_table{
    margin: 0 auto;
    text-align: left;
}
#payment{
    margin: 50px;
    padding: 5px 0 20px 0;
    text-align: center; 
    -webkit-box-shadow: -1px 0px 15px 0px rgba(255,156,156,1);
    -moz-box-shadow: -1px 0px 15px 0px rgba(255,156,156,1);
    box-shadow: -1px 0px 15px 0px rgba(255,156,156,1);
    border-radius: 10px;
}
#payment h2{
    margin-bottom: 20px;
}
.submitbutton{
    height: 38px;
    background: #f9f9f9 url(/img/tothecart.png) no-repeat;
    margin: 0 auto;
    display: block;
    padding-left: 53px;
    border: 1px solid #d8dde4;
    border-radius: 3px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 34px;
}

h1,h2,h3,h4{

}

.cartCount{
    line-height: 56px;
}
.cartCount span{
    color: white;
    background-color: #A53C11;
    padding: 3px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: bold;
}

.product,
.wood{
    background-color: white;
    padding: 5px;
    overflow: auto;
}

.specifikace {

}
.specifikace td,
.woods td
{
    padding: 3px 10px;
}

#SummaryWood{
    text-transform: capitalize;
}

.upper{
    text-transform: uppercase;
}

.initial{
    display: inline-block;
}

.initial:first-letter{
    text-transform: uppercase;
}

.redbg{
    background-color: red;
}

.img-responsive { 
    width:100%;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    #header h1 {
        font-size: 3.5vw;
    }
    #header h2 {
        font-size: 3vw;
    }
}
