.js-cookie-consent {

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
     font-size: 0.9rem;
    font-family: "SantanderTextW05-Regular", sans-serif;
    line-height: 1.6;
    z-index: 999;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px 30px 50px 30px;
    -webkit-box-shadow: 0px -2px 5px 1px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px -2px 5px 1px rgba(0,0,0,0.10);
    box-shadow: 0px -2px 5px 1px rgba(0,0,0,0.10);

}



.js-cookie-consent .title{
    
    font-family:"SantanderTextW05-Bold";
    margin-bottom: 10px;

}


.js-cookie-consent .cookie-consent__message {

    margin-bottom: 30px;


}


.js-cookie-consent .box-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.js-cookie-consent  .box-button .box-left {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}


.js-cookie-consent  .box-button .box-left {
    flex-direction: row;
}




.js-cookie-consent button {
    font-size: 16px;
    padding: 11px 64px;
    width: auto;
    margin-right: 8px;
}




.js-cookie-consent  .box-button .box-left button {
    color: #ec0000;
    background-color: transparent;
    border: 1px solid #ec0000;
    position: relative;
    text-align: center;
    margin-right: 0;
}

.js-cookie-consent  .box-button .box-right button {
    color: #ffffff;
    background-color: #ec0000;
    position: relative;
    text-align: center;
    margin-right: 0; 
    border: 0;
}


.js-cookie-consent  .info {
    font-size: 14px;
    line-height: 25px;
    color: #767676;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}


.js-cookie-consent  .info i{
   
    margin-right : 10px;
}

.btn-red {

    color: #ffffff;
    background-color: #ec0000;
    position: relative;
    text-align: center;
    padding: 15px 35px 15px 35px;
    border: 0;
}




@media only screen and (max-width: 767px) {

   .js-cookie-consent .container{

    width: 100%;

}
    .js-cookie-consent .container p {
    margin: 0 0 30px;
    color: #333333;
    line-height: 26px;
    font-size: 13px;
    text-align: justify;
}


.js-cookie-consent .box-button {
    display: block!important;
}

.js-cookie-consent .box-button .box-left {
    flex-direction: column-reverse;
    margin-bottom: 15px;
}

 .js-cookie-consent button {

    width: 100%!important;
    font-size: 14px;
    padding: 11px 40px;
}



}









