.container {
    scroll-behavior: smooth;
}


.christmas-banner-v2 {
    background-image: url(/wp-content/themes/metcash-ecommmerce/assets/img/christmasbanner-v2.png);
    background-size: cover;
    background-repeat: no-repeat;
}



@media all and (max-width: 47.9375rem) {
   
    .christmas-banner-v2 {
        background-image: url(/wp-content/themes/metcash-ecommmerce/assets/img/christmasbanner-mobile-v2.png);
        padding-bottom: 400px;
    }
   

}

.christmas-club-accrual-amount {
	margin-bottom: 50px;
}

.shop_table {
	margin-bottom: 50px;
}


.christmas-header-text {
    align-self: center;
    
}
.christmas-header-text h1 {
    padding-left:  50px;
    padding-right: 30px;
}
.christmas-header-text h2 {
    padding-left:  50px;
    padding-right: 30px;
    max-width: 400px;
}

.christmas-header-text p {
    padding-left:  50px;
    padding-right: 30px;
    max-width: 400px;
}

.christmas-maintext h2 {
	max-width: 1100px;
	margin:  0px auto;
}

 .christmas-banner-img {
    max-width: 100% !important;
    height:  100% !important;
    width:  100% !important;
 }

 @media all and (max-width: 47.9375rem) {

        .christmas-header-text {
            min-height: 300px;
            display: contents;
            
        }
        .christmas-header-text h1 {
            display: table-cell;
            vertical-align: middle;
        }

}

#simpleToJoin {
    background-color: #F2F2F2;
    padding-left: 50px;
    padding-bottom: 50px;
}
#simpleToJoin h3, 
#simpleToJoin p {
    max-width: 245px;
}

.steps-spacer {
    padding-bottom: 20px;
}

