/* Minimal calm UI */
.ger-region-wrapper{display:inline-flex;align-items:center;margin-left:15px;font-size:13px}
.ger-region-button{border:none;background:0 0;display:inline-flex;align-items:center;cursor:pointer;padding:0; color: #fff;}
.ger-region-button:hover .ger-region-label{text-decoration:underline}
.ger-region-icon{width:16px;height:16px;border-radius:50%;border:0;margin-right:6px}
.ger-region-icon1{width:16px;height:16px;border-radius:50%;border:0;margin-right:6px}
.ger-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:9999}
.ger-hidden{display:none!important}
.ger-popup{background: #fff;
  max-width: 600px;
  width: 90%;
  padding: 40px;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  position: relative;
  font-size: .95rem;
  text-align: center;
  border: solid 1px #000;
background-image: url(logo-popup.png);
  background-repeat: no-repeat;
  background-position: center 40px;}
.ger-popup-title{margin-bottom: 30px;
    margin-top: 0px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 90px;}

  .ger-popup-title2{margin-bottom: 30px;
    margin-top: 0px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 20px;}
.ger-popup-text2 {
  margin: 0 0 20px;
  color: #000;
  line-height: 1.5;
}
  .ger-popup-title span{display: block;font-weight: bold;}
.ger-popup-text{margin: 0 0 50px;
  color: #000;
  line-height: 1.5;}
.ger-popup-close{position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: 0 0;
  font-size: 35px;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  color: #353535;}

.ger-popup-actions{text-align: center;}
.ger-btn{font-size: .9rem;
  cursor: pointer;
  border: 1px solid #444;
  background: #fff;
  text-transform: uppercase;
  padding: 10px 30px;}
.ger-btn-primary{}
.ger-btn-primary:hover{opacity:.9}
.ger-btn-secondary:hover{background:#f5f5f5}

.ger-region-list{list-style:none;padding:0;margin:10px 0 0}
.ger-region-list li+li{margin-top:6px}
.ger-region-option{width:100%;text-align:left;border:1px solid #ddd;padding:6px 10px;border-radius:4px;background:#fafafa;cursor:pointer}
.ger-region-option:hover{ border: none;
  background: none;
  text-align: center;
  font-style: unset;
  text-decoration: underline;}

#ger-root {
  float: right;
  border-left: 1px solid #a5a5a5;
  margin-left: 10px;
  height: 15px;
}
body .shop-now-overlay{z-index: 10;}

.ger-region-option {
  border: none;
  background: none;
  text-align: center;
}
#ger-region-button .material-icons{font-size: 15px;
padding-left: 3px;
  line-height: 16px; }

#_mobile_ger_root {
  padding: 5px;
}
#_mobile_ger_root .material-icons{font-size: 15px;
padding-left: 3px;
  line-height: 16px; display: block; float: right;}
#_mobile_ger_root .ger-region-button{ color:#000;
font-size: 15px; width: 100%;
}
#_mobile_ger_root .ger-region-wrapper{display: block;}
#_mobile_ger_root .material-icons{}