body{
    background-color: #edf0ff
}
.page-header {
    background-color: #1662ba;
    padding: 40px 0;
    box-shadow: 0px 12px 18px -21px rgba(0,0,0,0.3);
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
}
.breadcrumbs, .breadcrumbs a{
    color: var(--color-white);
    text-decoration: none;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs li:after {
    content: "\00bb";
    padding: 0 0.3em;
    color: #dbc58e;
}
.breadcrumbs li:last-of-type:after {
    display: none
}
.collection-page-main {
    padding: 50px 0;
}


.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto
}



p.serve-more {
    text-align: center;
}

.serve-more a {
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    background: #1662ba;
    padding: 3px 17px;
    font-size: 13px;
}
