@media (min-width: 768px) {
.site-msg.information {
    width: 100%;
    position: fixed;
 }
}
@media (min-width: 768px) {
#header {
    top: 40px;

 }
} 
@media (min-width: 768px) {
.container.breadcrumbs-wrapper {
    margin-top: 40px;

 }
}
@media (min-width: 768px) {
.site-msg.information .text {
    text-align: center;

 }
}

@media (min-width: 768px) {
    ol.cart-header {
        padding-top: 8px;
    }
}
@media (min-width: 768px) {
    .content-wrapper.container {
        padding-top: 40px;  
    }
}
