.c-cookies {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
    background: #fff;
    box-sizing: border-box;
    top:0;
    width: 100%;
    left:0;
    height: 58px;
 }

.cookiesText {
    box-sizing: border-box;
    top:0;
    width: 1140px;
    right:0;
    height: 58px;    
    display: table;
    font-size: 14px;
    margin: auto;
    min-width:360px;
}

.cookiesText .cookiestextIn {

}

.cookiesText .confirm {  
    display: inline-block;

    width: 160px;
    border-radius: 20px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: #4F7D00;    
    box-sizing: border-box;
}

.cookiesText .confirm a {
    color:white;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "montserratregular",sans-serif;
    font-weight: normal;
    height: 36px;
    line-height: 36px;    
    
}

.cookiesText .confirm:hover {background-color: #4b7303;}

.cookiesText .moreinfo {  
    display: inline-block;
    text-decoration:underline;
    font-size: 14px;
    padding: 2px 0px 2px 20px;
    margin-right: 30px;
}

.cookiesText .moreinfo a {  
  color: #ED1651;
}

.cookiesText .moreinfo a:hover {  
  text-decoration: underline;
}

.c-1 {display: table-cell; vertical-align: middle; padding: 6px 30px 6px 0; font-weight: 300;}
.c-2 {display: table-cell; vertical-align: middle;  padding: 6px 0 6px 0px; width: 300px; text-align: right; }




 @media(max-width: 1139px) {
.cookiesText {border-left: 20px solid #fff; border-right: 20px solid #fff; width: 100%;}
} 

@media(max-width: 799px) {
.c-cookies {height: auto; border-bottom: solid 1px #231F20;}

.c-1 {display: table-row;}
.cookiestextIn {display: table-cell; padding: 6px 0px;}
.c-2 {display: table-row;}
.confirm {display: table-cell; vertical-align: middle; margin: 8px 0;}
.moreinfo {display: table-cell;  vertical-align: middle; margin: 8px 0px; xfont-weight: 300;}

 }
    
  