section:not(#breadcrumb):not(#features):not(#logos) {
    min-height: 500px;
}
.bg-eyc {
    background: linear-gradient(to bottom right, red, yellow);
}

#page-header {
    height: 300px;
    background: url('../images/camp1.jpg');
    background-attachment: fixed;
    background-position: 0 -460px;
    background-repeat: no-repeat;
    background-size: cover;
    
    color: #fff;
    border-bottom: 1px #eee solid;
    padding-top: 50px;
    
}

#logos {
    background: #333;
}

#logos img {
    width: 70%;
}

#main-footer {
    background: #006CB5;
    color: #fff;
    font-size: 1.2rem;
}

.errors {
    margin-left: 35%;
    text-align: right;
    width: 60%;
    font-size: 0.8em;
    color: red;
}

.clear {
    clear: both;
}

.w-10 {
    width: 10%;
}

.cart-icon {
    position: relative;
    display: flex;
}

.cart-icon:hover {
       
    border-bottom: 2px solid #FF9300;
}
.cart-icon .cart-counter {
    font-size: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #000;
    display: block;
    right: 0;
    padding: 2px 7px;
    position: absolute;
    top: 0;
    z-index: 1000;
}

#invoice-print {
    font-size: 1.2rem;
}