.navbar-section:not(:first-child) {
    border-top: 0px solid #ddd;
}

.navbar-menu-root > li > a {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}


.sizechart td {
    padding: 5px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

.section.padded.section-bg-fix.black {   
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ddb58b;
    color: #000000;
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f1f1f1;
    border-radius: .25rem;
}
.footer-menu a:hover {
    /* color: rgba(255, 255, 255, 0.9);*/
    color: #e9423b;
}
.footer-menu a{
    color: #859eb3;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 2px solid #f1e7de;
}

.h1, .h2, .h3, h1, h2, h3 {
font-size: 2,5rem;
font-weight: 700;
}

ol, p, ul {
font-size: 18px;
font-weight: 400;
}

footer {
    background-color: #0b3e67;
    padding: 30px 0 10px;
    color: #859eb3;
}


.section-pink {
    background: #faefe5;
}

#blog-listing h2 {
    font-size: 140%;
}

.pricechart {
    width:90%;
    border:25px solid white;
}

.pricechart td {
    padding:10px;
}
.pricechart th {
    padding: 5px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}



table.cart th {
    background: #e0e0e0;
}


#order-approvals li {
    display: block;
    padding: 10px 20px;
    background: #ffffff;
    font-size: 110%;
    font-weight: 700;
    border: 1px solid #ebebeb;
    width: calc(50% - 20px);
    margin-right: 20px;
}

