﻿.site-wide-banner {
    display: none;
}

    .site-wide-banner a {
        display: none;
    }

    .site-wide-banner img {
        display: none;
    }

.site-wide-banner-mobile {
    display: none;
}

    .site-wide-banner-mobile a {
        display: none;
    }

    .site-wide-banner-mobile img {
        display: none;
    }

.topicbox-outer {
    display: none;
}

.topicbox-inner {
    display: none;
}

.recently-viewed-wrap {
    display: none;
}

.site-wide-banner {
    display: none;
    margin: 0px;
}

.site-wide-banner-mobile {
    display: none;
    margin: 0px;
}

.basesignup {
    display: none;
    box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    border: solid 1px #999;
    border-radius: 0px;
}

/*
body {
    background-color: #f4f4f4;
}
*/
.swb-row {
    margin-left: -15px;
    margin-right: -9px;
}

.swb {
    padding: 5px;
    box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    border: solid 1px #999;
    margin-bottom: 5px;
    background-color: White;
    margin-left: 3px;
    margin-right: 3px;
}

    .swb img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
        aspect-ratio: attr(width) / attr(height);
    }


.hp-carousel-row {
    margin-left: -15px;
    margin-right: -9px;
}

.hp-carousel {
    padding: 5px;
    background-color: white;
    box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    border: solid 1px #999;
    margin-bottom: 2px;
    margin-left: 3px;
    margin-right: 3px;
}

    .hp-carousel img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
        aspect-ratio: attr(width) / attr(height);
    }

.small-bucket-container {
    padding: 3px;
}

.small-bucket {
    padding: 5px;
    background-color: white;
    box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    border: solid 1px #999;
}

    .small-bucket a {
        text-decoration: none;
    }

    .small-bucket img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        opacity: 1;
        transition: 0.4s;
        width: 100%;
        height: auto;
        aspect-ratio: attr(width) / attr(height);
    }


@media (hover: hover) {
    .small-bucket img:hover {
        opacity: 0.7;
    }
}

.small-bucket-label {
    background-color: #444;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}

    .small-bucket-label h3 {
        text-align: center;
        margin: 0px;
        color: white;
        font-size: 14px;
    }

@media (max-width: 1200px) {
    .small-bucket-label h3 {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .small-bucket-label h3 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .small-bucket-label h3 {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .small-bucket-label h3 {
        font-size: 9px;
    }
}


.hp-middle-banner-row {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 2px;
}

.hp-middle-banner {
    padding: 5px;
    background-color: white;
    box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    border: solid 1px #999;
    margin-bottom: 3px;
}

    .hp-middle-banner img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
        aspect-ratio: attr(width) / attr(height);
    }

.large-bucket-container {
    padding: 3px;
}

.large-bucket {
    padding: 5px;
    background-color: white;
    box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    border: solid 1px #999;
}

    .large-bucket a {
        text-decoration: none;
    }

    .large-bucket img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        opacity: 1;
        transition: 0.4s;
        width: 100%;
        height: auto;
        aspect-ratio: attr(width) / attr(height);
    }

@media (hover: hover) {
    .large-bucket
    img:hover {
        opacity: 0.7;
    }
}

.large-bucket-label {
    background-color: #444;
    padding-top: 4px;
    padding-bottom: 4px;
}

    .large-bucket-label h3 {
        font-size: 20px;
        text-align: center;
        margin: 0px;
        color: white;
    }

@media (max-width: 1200px) {
    .large-bucket-label h3 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .large-bucket-label h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .large-bucket-label h3 {
        font-size: 20px;
    }
}

@media (max-width: 550px) {
    .large-bucket-label h3 {
        font-size: 13px;
    }
}

.hp-bottom-carousel-row {
    padding-top: 7px;
    padding-bottom: 5px;
}

.hp-bottom-carousel {
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    border: solid 1px #999;
    margin-bottom: 5px;
}

.hp-bottom-carousel-container {
    background: url(https://www.sevenoakssoundandvision.co.uk/images/productdescriptionimages/1testemail/ssav-bg-2.png);
    height: 200px;
}

.hp-bottom-carousel-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.hp-news-container {
    padding-left: 18px;
    padding-right: 18px;
}

.hp-news-row {
    padding: 5px;
    background-color: white;
    box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(119 119 119 / 51%);
    border: solid 1px #999;
}

.nls-img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

@media (min-width: 991px) {
    .hp-news-row {
        display: flex;
        align-items: center;
    }
}

.nls-text {
    font-size: 14px;
    margin: 0px;
}

.nls-text-tc {
    font-size: 12px;
    margin: 0px;
}  
 