.site-branding img {

height: 77px;
width: 127px;

}

.strong-rating-wrapper {

color: #ffffff;

}

.tg-site-footer .tg-site-footer-bar {

display: none;

}

.tg-page-header {

position: absolute; 
height: 0px;
}


.snow-bg {
   position: relative;
}

.snow-bg:after {
   content: '';
   display: block;
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   pointer-events: none;
   background-image: url('https://www.indigo.scot/wp-content/uploads/2021/11/snow1.png'), url('https://www.indigo.scot/wp-content/uploads/2021/11/snow2.png'), url('https://www.indigo.scot/wp-content/uploads/2021/11/snow3.png');
    animation: snow 10s linear infinite;
}

@keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
 100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

.tg-menu-item-cart {
  
  visibility: hidden;
  
}


@media screen and (max-width: 768px){
li.menu-item.tg-menu-item.tg-menu-item-cart {
    display: none;
    }
}

body {
max-width: 100%;
overflow-x: hidden;
}

