.cookierow {
    position: fixed;
    bottom: 0px;
    background-color: #ffffff;
    z-index: 999999;
    border-top: 5px solid #ee3a43;
    min-height: 50px;
    max-width: 100%;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cookierowcontainer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cookierowcontainer p,
.cookierowcontainer a {
    line-height: 50px;
    color: #222;
    font-size: 14px;
    margin-bottom: 0 !important;
}

.cookierowcontainer a {
    display: inline-block;
    color: #ee3a43;
    font-weight: 700;
    font-size: 14px;
}

.cookierowcontainer a:hover {
    display: inline-block;
    color: #ee3a43 !important;
    font-weight: 700;
    font-size: 14px;
}

.cookieacceptbtn {
    background-color: #ee3a43;
    padding: 0 20px;
    float: right;
    border-radius: 3px;
    border: 1px solid #ee3a43;
    -webkit-transition: all 0.2s ease-out;
}

.cookieacceptbtn:hover {
    background-color: #ee3a43;
    padding: 0 20px;
    float: right;
    border-radius: 3px;
    border: 1px solid #ee3a43;
}

a.cookieacceptbtn {
    color: #ffffff !important;
}

a.cookieacceptbtn:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.col-md-9 {
    width: 75%;
    float: left;
    padding-top: 0;
}

.col-md-3 {
    width: 25%;
    float: left;
    padding-top: 0;
}

@media only screen and (max-width: 1199px) {
  .cookierow {
    height: 70px !important;
  }
  .cookierowcontainer p {
    font-size: 14px;
  }
  a.cookieacceptbtn {
    font-size: 14px;
  }
  a.cookieacceptbtn:hover {
    font-size: 14px;
  }
  .cookierowcontainer a {
    font-size: 14px;
  }
  .cookierowcontainer a:hover {
    font-size: 14px;
  }
  .cookierowcontainer p,
  .cookierowcontainer a {
      line-height: 30px;
  }
  .cookieacceptbtn {
    margin-top: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .cookierow {
    height: 125px !important;
  }
  .col-md-9 {
    width: 100% !important;
  }
  .col-md-3 {
    width: 100% !important;
    text-align: center;
  }
  .cookierowcontainer p {
    text-align: center;
  }
  .cookieacceptbtn {
    float: none !important;
  }
}

@media only screen and (max-width: 440px) {
  .cookierow {
    height: 155px !important;
  }
}

@media only screen and (max-width: 293px) {
  .cookierow {
    height: 185px !important;
  }
}
