@media only screen and (min-width: 1025px) {
  .ck-geobanner-content { position: fixed; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 30px;
  width: 500px;
  text-align: center;
  z-index: 500000000000000;  
  }  
}

@media only screen and (max-width: 1024px) {
  .ck-geobanner-content {
    position: fixed;
    top: 0;
    height: 100vh;
    right: 0;
    z-index: 500000000000000;
    background: #FFF;
    padding: 30px;
    transform: translate(2px);
    max-width: 290px;
    overflow: auto;
  }

  .or-sep, .or-sep + p {
     text-align:center;
   }
}

.bx-usercountry {
   margin:40px 0;
}

.userCountryEs .flag-icon {
  margin-right:10px!important;
  visibility: visible!important; 
  width: 16px!important;
}

body.KL-LANG-ar .userCountryEs .flag-icon {
  margin-right:1px!important;
  margin-left:10px!important; 
}

#geobanner-close {
    content: " ";
    background-image: url(/on/demandware.static/Sites-INT-Site/-/es_PR/v1689280807436/images/close.svg);
    width: 1.2rem;
    height: 1.2rem;
    background-position: 50%;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    transform: none;
    text-indent: -9999px;
    right: 20px;
    position: absolute;
    top: 20px; 
    cursor:pointer;
}

.ck-geobanner-content .titleGeoBanner { font-family: AktivGrotesk Bold,arial,sans-serif; font-size: 2rem; }
.userCountryEs { background-image: url(/on/demandware.static/Sites-INT-Site/-/en_PR/v1689338407436/images/icon-header-search.svg);
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 20px 20px; } 

body.KL-LANG-ar .userCountryEs {
  background-position: 3%;
}

.ck-geobanner-content  .userCountryEs, .ck-geobanner-content .langCountry { width: 100%;
    border: solid 2px #636363;
    height: 50px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 10px;
    position:relative;
    font-size:14px;
    margin: 20px 0;
    cursor:pointer;
} 
.ck-geobanner-content .labelCountry {position: absolute;
    top: -16px;
    background: #FFF;
    padding: 6px;
    font-size: 12px; } 

.ck-geobanner-content  .lk-confirm {  background-color: #212121;
    color: #fff;
    font-size: 1.4rem;
    padding: 1.85rem 1.6rem;
    display: flex;
    /* text-align: center; */
    margin-bottom: 20px;
    justify-content: center;
    font-weight: 700;
} 

.ck-geobanner-content .or-sep { font-weight:bold; margin:20px 0; }
.ck-geobanner-content .langCountry select { border:0; width:100%; background-image: url(/on/demandware.static/Sites-INT-Site/-/en_PR/v1689348307434/images/chevron-down.svg); 
    background-repeat: no-repeat; background-position: right center;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none!important;
     box-shadow: none !important;
     -moz-appearance: none!important; 
    -webkit-appearance: none!important; 
    appearance: none!important;
}

body.KL-LANG-ar .ck-geobanner-content .langCountry select {
   background-position: left center;
}

.ck-geobanner-content #lk-siteCountry { font-weight:bold; text-decoration:underline; cursor:pointer;}
.ck-geobanner-overlay { 
  position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}
