@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 98%;
    }
  }

  @media (min-width: 1650px) {
    .waku-home {
      min-width: 1600px;
    }
  }

  .navbar{
      padding: 0 0 0 0;
  }

  .lang-label{
      margin-left: 10px;
      align-self: left;
      text-align: center;
      color: rgb(247, 245, 245);
  }

  .lang-select{
      margin-left: 10px;
      align-self: left;
      max-width: 200px;
      height: 20px;
      color: rgb(247, 245, 245);
  }

  .sidenav-bg {
      background-color: rgba(0,0,0,.8);
      box-sizing: border-box;
      display: flex;
      will-change: opacity;
      height: 100%;
      width: 100%;

      position: fixed;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      z-index: 22;
      visibility: hidden;
  }

  .wakuswitch {
      position: relative; width: 68px;
      margin-top: 0px;
      -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
  }
  .wakuswitch-checkbox {
      position: absolute;
      opacity: 0;
      pointer-events: none;
  }
  .wakuswitch-label{
      display: block; overflow: hidden; cursor: pointer;
      height: 30px; 
      border: 2px solid #999999; border-radius: 12px;
      background-color: #999999;
      margin-top: 0px;
      margin-bottom: 0px;
  }

  .wakuswitch-inner {
      display: block; width: 200%; margin-left: -100%;
      transition: margin 0.1s ease-in 0s;
  }
  .wakuswitch-inner:before, .wakuswitch-inner:after {
      display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
      font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
      box-sizing: border-box;
  }
  .wakuswitch-inner:before {
      content: "ON";
      padding-left: 8px;
      background-color: #F7921E; color: #FFFFFF;
      line-height: 25px;
  }
  .wakuswitch-inner:after {
      content: " OFF";
      padding-right: 8px;
      background-color: #EEEEEE; color: #999999;
      text-align: right;
      line-height: 25px;

  }
  .wakuswitch-switch {
      display: block; width: 20px; height: 20px; margin: 5px;
      background: #FFFFFF;
      position: absolute; top: 0; bottom: 0;
      right: 34px;
      border: 2px solid #999999; border-radius: 12px;
      transition: all 0.1s ease-in 0s; 
  }
  .wakuswitch-checkbox:checked + .wakuswitch-label .wakuswitch-inner {
      margin-left: 0;
  }
  .wakuswitch-checkbox:checked + .wakuswitch-label .wakuswitch-switch {
      right: 0px; 
  }

  .sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 23;
    top: 0;
    left: 0;
    background-color: #F9F9FA;
    overflow-x: hidden;
    transition: 0.1s;
    padding-top: 60px;
  }

  .sidenav li {
    font-size: 25px;
    float: none;
    text-align: left;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.1s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .sidenav-dark {
      background-color: #111;
  }

  .navbar2-item{
    padding-left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    /*background-color: #2c3b4c;*/
    flex-wrap: nowrap;
  }

  .navbar2-right{
    padding-top: 5px;
    display: flex;
  }

  .wrap{
      background-color: #F9F9FA;
  }

  /* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }

  @media (min-width: 1px) {

  }

  @media (min-width: 768px) {
      .container { width: 98%; }
  }

  @media (min-width: 992px) {
      .container { width: 98%;}
  }

  @media (min-width: 1530px) {
       .container { width: 98%; }
  }

  @media (min-width: 1630px) {
      .container { width: 98%;
        margin-left: 0px;
        margin-right: 0px;
      }
  }

  .container {
    max-width: 98%!important;
    margin-left: auto!important;
    margin-right: auto!important;
}


.line4Box {
-webkit-line-clamp: 4;
max-height: 172.8px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}


.checkbox {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 60px;
    height: 30px;
    background-color: #222;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 2px black, 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 2px black, 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 2px black, 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.checkbox input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}

.checkbox label {
    background-color: #3c3c3c;
    background-image: -webkit-linear-gradient(-40deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(-40deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(-40deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(-40deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(-40deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2));
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 40px;
    text-align: center;
    font: bold 11px/28px Arial, Sans-Serif;
    color: #999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
    -webkit-transition: margin-left 0.2s ease-in-out;
    -moz-transition: margin-left 0.2s ease-in-out;
    -ms-transition: margin-left 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
    margin: 1px;
}

.checkbox label:before {
    content: attr(data-off);
}

.checkbox input:checked + label {
    margin-left: 19px;
    background-color: #034B78;
    color: white;
}

.checkbox input:checked + label:before {
    content: attr(data-on);
}

.formBut {
    /*border: 1px solid #D1D3D4;*/
}

.searchbut{
    background-color: transparent;
    border:none;
}

.ccnavbg{
    min-width: 200px;
    background-color: rgb(247, 245, 245);
}

body {
  background-image: none;
  background-color: #0f1066;
}
.cc-flag-icon {
  width: 40px;
  height: 40px;
  margin-right: 3px;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  border-radius: 30%;
}

.footer_iframe {
  width:100%;
  height:300px;
  font-size: 18px!important;
}

.popbg{
  background-color: #F9F9FA;
  border-radius: 0px;
  width: 131px;
  height: 103px;
}

.popOrder {
  background-color: #999999;
  background: url(/shop/web/img/a/orders.svg);
  background-size: 100% 100%, cover;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: 0px;
  width: 131px;
  height: 103px;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  font-weight: 900;
  font-size: 28px;
}

.popProfiles {
  background-color: #999999;
  background: url(/shop/web/img/a/profiles.svg);
  background-size: 100% 100%, cover;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: 0px;
  width: 131px;
  height: 103px;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  font-weight: 900;
  font-size: 28px;
}

.popAddresses {
  background-color: #999999;
  background: url(/shop/web/img/a/addresses.svg);
  background-size: 100% 100%, cover;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: 0px;
  width: 131px;
  height: 103px;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  font-weight: 900;
  font-size: 28px;
}

.popLogin {
  background-color: #999999;
  background: url(/shop/web/img/pop/pop_login.svg);
  background-size: 100% 100%, cover;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: 0px;
  width: 131px;
  height: 103px;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  font-weight: 900;
  font-size: 28px;
}

.popGoogle {
  background-color: #999999;
  background: url(/shop/web/img/pop/pop_google.svg);
  background-size: 100% 100%, cover;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: 0px;
  width: 131px;
  height: 103px;
  box-shadow: none;
  /*border: none;*/
  border: none;
  border-radius: 0px;
  font-weight: 900;
}

.popMetamask {
  background-color: #999999;
  background: url(/shop/web/img/pop/pop_metamask.svg);
  background-size: 100% 100%, cover;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: 0px;
  padding: 0px;
  width: 131px;
  height: 103px;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  font-weight: 900;
}

#idModal{
  display: none;
  /*position: relative;*/

  border-radius: 12px;
  padding: 20px;
  position:absolute;
  top:50%;
  left:50%;
  width:458px;  /* adjust as per your needs */
  height: auto;
  min-height: 100px;
  max-height: 320px;   /* adjust as per your needs */
  margin-left:-200px;   /* negative half of width above */
  margin-top:-300px;   /* negative half of height above */
  z-index: 1000;

  flex-wrap: wrap;
}

#idModal1{
  display: flex;
  flex-wrap: nowrap;
  /*position: relative;*/
  width:458px;  /* adjust as per your needs */
  height:100px;   /* adjust as per your needs */
}

#idModal2{
  display: block;
  margin-top: 60px;
  /*position: relative;*/
  width:458px;  /* adjust as per your needs */
  height:80px;   /* adjust as per your needs */
}

body:hover .csMain {
  opacity: 1.5;
}
.csMain{
  display: flex;
  flex-direction: row;
  position: fixed;
  right: 60px;
  bottom: 80px;
  background: rgba(0, 0, 0, 0);
  width: 100px;
  opacity:0;
  align-items: left;
  transition: .9s ease;
  font-size: 18px;
  padding: 20px;
  z-index: 1000;
  color: white;
  height: 100px;
  padding: 5px;
}

body:hover .cookieMain {
  opacity: 1.5;
}
.cookieMain{
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  opacity:0;
  align-items: left;
  transition: .9s ease;
  font-size: 18px;
  padding: 20px;
  z-index: 1000;
  color: white;
  height: 60px;
  padding: 5px;
}

.cookieLeft{
  text-align: left;
}

.cookieRight{
  margin-top: auto;
  margin-bottom: auto;
  min-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.accept-but{
  background: url(/shop/web/img/but.png);
  background-size: cover;
  left: 50%;

  width: 200Px;
  height: 40px;
  box-shadow: none;
  border: 1px solid #D1D3D4;
  border-radius: 15px;
  font-weight: 900;
  font-size: 18px;
}

.font-condensed {
  font-family: myriad-pro-condensed, new-order,  PT Sans, Helvetica Bold, Arial Bold, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.mibew-chat-wrapper{
  z-index: 1000;
}

.bgWhite{
  /*padding-top: 10px;*/
  /*background-color: #F9F9FA;*/
background-color: #F6F6F6;
    color: black;
  zoom: 0.95;
}

.bgBlack{
  /*padding-top: 10px;*/
  background-color: #181818;
  color: #F9F9FA!important;
}

.productOverlayYes{
  width: 252px;
  height: 252px;
  position: absolute;
  top: －1;
  left: －1;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border: 4px solid black;
  border-radius: 30px;
}
.productOverlay2Yes{
  width: 504px;
  height: 504px;
  position: absolute;
  top: -1;
  left: -1;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}

.productOverlay3Yes{
  width: 96px;
  height: 96px;
  position: absolute;
  top: -1;
  left: -1;
  background: rgba(0, 0, 0, 0.5);
}

.cc-nav-flyout{
    
}

.cc-nav-flag-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  background-color: #f9f9f9;
  min-width: 90px;
  max-width: 90px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  padding: 2px 2px;
  z-index: 1;
}

.cc-nav-flyout:hover .cc-nav-flag-dropdown {
  display:block
}

.cc-nav-flag-dropdown-item {
  padding: 2px 2px;
}

.cc-location input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cc-location {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.cc-location:hover input ~ .cc-checkmark {
  background-color: #ccc;
}

.cc-location input:checked ~ .cc-checkmark {
  background-color: #2196F3;
}

.cc-checkmark {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 30px;
  width: 30px;
  background-color: #eee;
  border-radius: 50%;
}

.cc-location input:checked ~ .cc-checkmark:after {
  display: block;
}

.cc-checkmark:after {

  content: "";
  position: absolute;
  display: none;
}

/* Style the indicator (dot/circle) */
.cc-location .cc-checkmark:after {
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

.search-form{
  height: 100%;
}