:root {
        --logo-max-width: 300px;
}

body {
    background: var(--background-image);
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}

.button, .calltoaction p, .featured-categories a p, .link, .quote p, button, h1, h2, h3, h4, h5, h6, nav.main ul li a, ul.checkout-steps li {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    colour: #eeb320;
}

h1, h2, h3, h4 {
color: #eeb320;
}

nav.main ul li a {
font-size: 23px;
}

div.telephone-block {
 font-size: 20px;
}

.header-wrap .telephone-block,
.footer-widget a[href^="tel"], .footer-widget a[href^="tel"] + br {
display: none;
}

.collage .img-cont a img {
    object-fit: cover;
}

.featured-products .owl-carousel .owl-item .owl-lazy {
    opacity: .7;
    object-fit: cover;
}
