.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 a {
    text-decoration: none;
}
.featured h3 {
    padding: 10px;
    text-align: center;
    font-weight: bolder;
    text-decoration: none;
    color: #FAA63C;
}

.featured:hover 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;
}
