/** Shopify CDN: Minification failed

Line 102:4 "pacity" is not a known CSS property
Line 127:0 Unexpected "}"

**/
body .cc-banner{
  background-color: #273549 !important;
  font-family: var(--typeBasePrimary),var(--typeBaseFallback) !important;
  font-size: var(--typeBaseSize) !important;
  line-height: var(--typeBaseLineHeight) !important;
  padding: 0 15em !important;
  flex-direction: column !important;
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;

}

body .cc-banner .cc-message{
  padding: 30px 0 18px;
  font-weight: 300;
}
body .cc-banner .cc-message .cc-link{
  text-decoration: none;
  color: white !important;
  line-height: 1;
  padding: 0;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  opacity: 1;

}
body .cc-banner .cc-message .cc-link:hover{
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 1);

}

body .cc-banner .cc-message .cc-link:visited{
  color: white !important;
}


body .cc-banner .cc-compliance{
  padding-bottom: 30px;
}
/* button style */
body .cc-banner .cc-compliance a{
  color: #ffffff !important;
  border-color: #ffffff !important;
  border-width: 1px !important;
  font-weight: 400 !important;
  border-radius: 2px;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  transition: all .3s ease;
}
body .cc-banner .cc-compliance a:hover{
  box-shadow: 0 0 0 1px #ffffff;
}

body .cc-banner .cc-compliance a:visited{
  color: #ffffff !important;
}

body .cc-banner .cc-btn:last-child{
  min-width: 100px;
}

@media (max-width: 767px) {
  body .cc-floating{
    background-color: #273549 !important;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback) !important;
    /* font-size: var(--typeBaseSize) !important; */
    line-height: 20px !important;
    padding: 1em 17px !important;
  }

  body .cc-floating .cc-message{
    margin-bottom: 0 !important;
    letter-spacing: 0;
    font-size: 14px;
    padding: 1rem 0;
    margin: 0;
}
  }

  body .cc-floating .cc-message .cc-link{
    text-decoration: none;
    line-height: 1;
    padding: 0;
    color: white !important;
    border-bottom: 1px solid white;
    opacity: 1 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important;

  }

  body .cc-floating .cc-message .cc-link:hover{
    pacity: 1 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
  }

  body .cc-floating .cc-compliance{
    margin: 1em 0;
  }
  body .cc-floating .cc-compliance .cc-btn{
    max-width: 30% !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    border-width: 1px !important;
    font-weight: 400 !important;
    border-radius: 2px;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    transition: all .3s ease;
  }
  body .cc-floating .cc-compliance .cc-btn:hover{
    box-shadow: 0 0 0 1px #ffffff;
  }


}
