.email_to_friends
{
    background:#00ADEF;
    display:inline-block;
    padding:10px 40px 10px 10px;
    text-transform:uppercase;
    color:white;
    border-radius:5px;
    
}




.inline .form-check
{
    display: inline-block;
}

.form-control
{
    border-radius:0;
    background:#EBEDEC;
    border:none;

}

.button
{
    font-size:26px;
    font-weight:bold;
}

.button .col > label
{
    margin-bottom:30px;
}

.button .form-check input[type="radio"],
.button .form-check input[type="checkbox"]
{
   
    opacity: 0;
    position: fixed;
    width: 0;
}

.button .form-check
{
    position:relative;
}



.button .form-check label,

.button .button

{
    display: inline-block;
    background-color: none;   
    color:white;
    font-weight:bold;
    font-size: 17px;
    position:relative;
      
    text-align: center;
    box-sizing: border-box;
    min-width: 222px;
    width:90%;
    color: #FFFFFF;
    margin: 5px 10px;
    border-radius: 0;
    padding:10px 40px;
 
    cursor: pointer;
    border:4px solid #bd5a6e;
    max-width: 410px;
}





.button .form-check  input[type="radio"]:checked + label,
.button .form-check input[type="checkbox"]:checked + label,
.button .form-check  input[type="radio"]:hover + label{
    background-color:#bd5a6e;
    color:white;
    
}


.button .form-check  input[type="radio"]:checked + label:before,
.button .form-check input[type="checkbox"]:checked + label:before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    display:inline;
    
    position:absolute;
    top:10px;
    left:10px;
    
}




.button .form-check  input[type="radio"]:focus + label {
     background-color:#bd5a6e;
}



#header-container > .container
{
    max-width:1400px;
}


#header-container
{
    position:relative;
    margin-bottom:30px;
}


.btn-primary,
button
{
    width:100%;
    font-weight:bold;
    font-size:20px;
    background:#ED008C;
    border:none;
    border-radius:0;
  
}


.btn-primary:hover,
.btn-primary:active

{
    background:#ED008C !important;
    border:none !important;
}

a
{
    color: #ED008C;
}


.section
{
    max-width:2000px;
    margin-left: auto;
    margin-right:auto;
    
}

#header-container:after
{
    content:"";
    display:block;
    left:-10px;
    right:-10px;
  
    height:100%;
    bottom:-1px;
    position:absolute;
    width:calc(100% + 10px);

    background:url(https://consumerrewards.co.za/files/images/goodcraft/wave.svg) no-repeat bottom center;
    background-size:100%;
    
}

#main-container {
    background: white;
    padding-top: 20px;
    padding-bottom: 40px;
    color: black;
}

#share-container
{
    padding-top:40px;
    padding-bottom:20px;
}
    

.main
{
color:#fff;
    background:black;
}

img
{
    max-width:100%;
}

#footer-container
{
    background: rgba(241,241,241,1.00); margin-top: 20px; padding-top: 20px; padding-bottom: 20px;
}

label.error
{
    color:#C40027;
    font-weight:bold;
    font-size:12px;
}

#cr_path_content .comp_background 
{
    background-size:cover !important;
    background-position: center !important;
}

#cr_path_content .comp_container .comp_large
{
 
    margin:0px;
    border-radius:20px;
    padding:20px;
    height:200px;
    position:relative;
    
}

#cr_path_content .comp_container .comp_medium,
#cr_path_content .comp_container .comp_small
{
    margin:0px;
    border-radius:20px;
    padding:20px;
    height:200px;
    position:relative;
    
}

#cr_path_content .comp_container
{
    color:#fff;
    text-shadow:2px 2px 4px black;
    margin-bottom:20px;
    
}


#cr_path_content .comp_container .comp_medium .page_link,
#cr_path_content .comp_container .comp_small .page_link
{
    position: absolute;
    bottom: 35px;
 
   
    
    
}

#cr_path_content .comp_container .page_link a
{
    background:#C40027;
    color:#fff;
    text-shadow:2px 2px 4px black;
    padding:7px 20px;
    border-radius:10px;
  
    font-weight:bold;
    
}