body {
	font-family: 'Work Sans', sans-serif;
	color: #404041;
}

footer h5 {
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.footer-style, .footer-style li a {
    color: #404041;
    font-size: 14px;
}

.oyster-four-ad {
    background: #d4e7f3;
}

.oyster-featured .product-thumb .caption h4 a {
    font-weight: 700;
}

.oyster-sponsored-ad {
    margin-bottom: -28px;
}

footer {
    background-color: #d6e9f5;
    border-top: 1px solid #ddd;
}

.desktop-footer ul li {
    padding-bottom: 8px;
}
.mobile-footer .panel-default {
    border-color: #d6e9f5;
}
.mobile-footer .panel-default>.panel-heading, .mobile-footer .panel, footer .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #d6e9f5;
}
.mobile-footer h4, footer a:hover, footer a {
    color: #404041;
}
#page-group {
    padding: 16px 16px 16px 16px;
}
#oyster-pages h2 {
    padding-top: 8px;
}

#product-category .product-thumb .button-group button {
    background-color: #0079C1;
    color: white;
}

#product-category .product-thumb, #product-search .product-thumb {
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    .oyster-featured .product-thumb .caption {
        min-height: 50px;
    } 
}

@media (max-width: 1199px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
       width: 33.33%;  
    }
}