.image-holder img {
    max-width: 100%;
}

nav a:not(.dropdown-item) {
    text-transform: uppercase;
}

.thumbnail-featured h3 {
    text-align: center;
    font-weight: bolder;
    text-decoration: none;
    color: #FAA63C;
}

#featured-container:before {
    height: 80px;
    content: "";
    display:block;
}

.featured a {
    text-decoration: none;
}
.featured h3 {
    padding: 10px;
    text-align: center;
    font-weight: bolder;
    text-decoration: none;
    color: #FAA63C;
    border-radius: 26px;
}

.featured:hover > a > div > h3 {
    padding: 10px;
    text-align: center;
    font-weight: bolder;
    text-decoration: none;
    background-color: #FAA63C;
    color: #ffffff;
}

ul.social {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.social li {
    display: inline-block;
    margin-right: 20px;
}
/*
cart-thumb
 */
.cart-header {
    border-bottom: solid #000000 3px;
}
.cart-thumb img{
    border: 2px solid #FAA63C;
    width: 70px;
}

.cart-item {
    line-height: 20px;
    border-bottom: solid #222222 2px;
    padding: 10px 0;
}

.cart-shipping {
    line-height: 20px;
    border-bottom: solid #222222 3px;
    padding: 10px 0;
}
.cart-summary {
    line-height: 20px;
    padding: 10px 0;
    color: #FAA63C;
    font-size: large;
    font-size: large;
}

.cart-item a {
    text-decoration: none;
    color: #FAA63C;
}

.cart-item .cart-remove {
    text-align: right;
}



.cart-item input {
    width: 80px;
    border: 2px solid #000000;
    padding: 5px;
}



input:not([type='checkbox']), select, textarea {
    border: 2px solid #000000;
    padding: 8px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0;
}

input:not([type='checkbox']), select{
    height: 41px;
}

.oratorij-others a {
    display: inline-block;
    margin-bottom: 10px;

}

#map
{
    height: 500px;
}

.checkout h5 {
    color: #018FA7;
    font-size: 1.15rem;
    border-bottom: #000000 solid 2px;
}

.order-summary p span:nth-child(2) {
    float: right;
    font-weight: bold;
}
.order-summary p:last-child {
    border-top: #000000 solid 2px;
}
.order-summary p:last-child span:nth-child(2) {
    color: #018FA7;
}

.order-row {
    border-bottom: solid 1px #000000;
}

.order-row p{
    margin-bottom: 0px;
}

.navbar-brand img {
    height: 44px;
}

.navbar-brand span {
    font-size: 14px;
    line-height: 21px;
height: 44px;
    display: inline-block;
}

.nav-link {
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: 500;
}
footer {
    border-top: 1px solid #dee2e6;
}

footer ul li {
    display: flex;
    align-items: center;
    line-height: 32px;
}


@media (max-width: 767px) {

    footer{
        text-align: center !important;
        border-top: #FAA63C solid 3px !important;
    }
    footer ul li{
        display: block;
    }
    footer h5 {
        margin: 20px 0 10px 0;
    }

    body.home {
        padding-top: 70px;
    }

    .cart-add-form button{
        margin-left: 30px;
    }

    .single-item h2 a{
        display: none;
    }


}

.label-projekt {
    background: #FAA63C;
    color: #ffffff;
    border-radius: 18px;
    padding: 10px 10px;
    font-size: 1em;
    margin-top: 10px;
    float: left;

}
.label-projekt:hover {
    color: #ffffff;
    text-decoration: none;
}

.item-props {
    display: block;
    font-size: smaller;
    color: #6c757d;

}

.hide {
    display: none;
}