
body.body,
html {
  overflow-x: hidden !important;
}

@media screen and (max-width: 769px) {

  body.body,
  html {
    overflow-x: hidden !important;
  }
}

@media screen and (max-width: 769px) {

  body,
  html {
    overflow-x: hidden !important;
  }
}

.img100 img {
  width: 100%;
}
body {
  font-family: "Public Sans", sans-serif;
  font-size: var(--f-fs-font-fs16);
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  body.body.body5 {
    overflow-x: initial !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
textarea,
select,
option {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

body.body {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  z-index: -33;
  position: relative;
}


/* Fullscreen popup */
.search-popup {
    display: none; /* hidden by default */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.9); /* dark background */
    overflow-y: auto;
}

/* Inner container */
.search-popup .popup-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
}

/* Upper box: logo left, close right */
.search-popup .upper-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 60px;
    background: #fff;
}

.search-popup .logo-box img {
    max-height: 60px;
}

.search-popup .close-search {
    font-size: 28px;
    cursor: pointer;
    color: #141417;
}

/* Search form centered vertically */
.search-popup .search-form {
    /* flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px; */

    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 100px 0px 250px 0px;
}

.search-popup .form-control {
    position: relative;
    height: 90px;
    padding: 20px 0px;
    background: #ffffff;
    line-height: 30px;
    font-size: 20px;
    color: #808080;
    font-family: 'DM Sans', sans-serif;
    border: none;
    font-weight: 400;
    border-radius: 0px;
    padding-right: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.search-popup button {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
}
.posts{position: relative;margin: 0px;}
.cart-counter-badge{
  position: absolute;
  top: -10px;
  right: 6px;
  background: #1e4149;
  color: white;
  padding: 0px 4px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #e9ecef !important;
}
.mobile-button.hash-has-sub {background-color: #0b1f44;text-align: center;padding: 10px 0px;border-radius: 4px;font-size: 20px;margin: 20px 0px;}
.theme-btn3.hash-nav {color: #fff;}