/*
* Theme Name:   Photek
* Template:     twentytwentyone
*/

.nav-top .nav li {
    text-transform: uppercase !important;
}

body {background: white;}
 /****** Cookie popup center ********/
 .cky-consent-container {
    left: 0 !important;
    right: 0;
    bottom: 0 !important;
    top: 0;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.6);
  }
  .cky-consent-container.cky-hide { display: none;}
  .cky-consent-bar {
    width: 440px;
    border-radius: 6px;
  }
  @media  (max-width:440px){
    .cky-consent-bar {
      width: 100%;
    }
  }



