@media only screen and (max-width: 320px) {

.organio-header-section .organio-header-top-content {
  display: none;
}
.organio-header-section .or-header-top-text {
  font-size: 14px;
  color: #fff;
  width: 100%;
}
.d-flex {
  display: block !important;
}
.organio-header-section.header-style-two .or-header-top-menu li::after {
  top: 4px;
  width: 1px;
  content: "";
  height: 15px;
  position: absolute;
  background-color: #e1e1e1;
}
.organio-header-section.header-style-two .or-header-shape::after {
  top: -3px;
  width: 0px !important;
  content: "";
  height: 30px;
  position: absolute;
  background-color: #e1e1e1;
}
.organio-header-section.header-style-two .or-header-top-menu li a {
  color: #fff;
  font-size: 14px;
  padding: 0px 5px;
}
.organio-header-section.header-style-two .header-top-social-area {
  padding: 0px 0px;
  width: 32%;
  float: right;
}
.organio-header-section.header-style-two .header-top-social-area a {
  color: #fff;
  font-size: 12px;
  margin: 0px 5px;
}
.organio-header-section.header-style-two .or-header-search-wrapper {
  padding: 10px 0px;
}
.site-logo {
  width: 70%;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 15px;
}
.s-d {
  display: flex !important;
}
.organio-header-section.header-style-two .or-header-search-innerbox {
  height: 35px;
  width: 100%;
  max-width: 300px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 2px 0px #606060;
}
.organio-header-section.header-style-two .or-header-search-innerbox input {
  width: 235px;
  border: none;
  height: 33px;
  border-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  padding-left: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 2px solid #e5e5e5;
}
.organio-header-section.header-style-two .or-header-search-innerbox button {
  border: none;
  margin-left:0px;
  background-color: transparent;
}
.or-header-login-register {
  margin-top: 15px;
  width: 100%;
}
.login-register-button {
  display: inline;
  /*width: 150px;*/
  float: left;
}
.or-header-login-register img {
  width: 40px;
  border-radius: 100%;
  margin: 5px 10px;
  height: 40px;
  float: left;
}
.organio-header-section.header-style-two .or-header-e-commerce-btn a span {
  top: 0px;
  right: 5px;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  background-color: red;
  font-weight: bold;
}
.organio-header-section.header-style-two .or-header-e-commerce-btn {
  margin-left: 10px;
  width: 50px;
  float: left;
}
.organio-header-section.header-style-two .mobile_menu_button {
  right: 0;
  top: -3px;
}
.mobile_menu_button {
  right: 15px;
  top: -62px;
  z-index: 5;
  height: 30px;
  width: 30px;
  font-size: 24px;
  cursor: pointer;
  color: #76a713;
  line-height: 29px;
  position: absolute;
  text-align: center;
  border: 1px solid #76a713;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  display: none !important;
}
.or-commit-inner-box .or-commit-inner-text {
  width: 150px;
  display: none;
}
}