.header-mobile {
  font-size: 13px;
  line-height: 20px;
}
.header-mobile .main {
  position: relative;
  padding: 5px 0;
}
.header-mobile .header-top {
  padding: 5px 0;
  text-align: center;
}
.header-mobile .header-bot {
  text-align: center;
  padding: 0 0 10px;
  margin: -5px 0 0;
}
.header-mobile .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-mobile .inner::after,
.header-mobile .inner::before {
  display: none;
}
.logo .logo-text {
  font-size: 24px;
}
.logo .logo-text .text {
  margin: 1px 0 -1px;
  margin-inline-start: -1px;
}
.logo .logo-image {
  max-width: 180px;
}
.header-mobile .control {
  padding-inline-start: 30px;
}
.header-mobile .inner-control {
  margin: 0 -9px;
}
.header-mobile .inner-control > * {
  margin: 0 9px;
}
.header-mobile .inner-control > * > a .icon {
  font-size: 19px;
  line-height: 24px;
}
.header-mobile .inner-control > * > a .count {
  top: -4px;
}
.header-mobile .inner-control > * > a > .count {
  top: -1px;
}
.header-mobile .inner-control > * > a > :not(.icon):not(.count) {
  display: none;
}
.header-mobile .inner-control .block-minicart > a .icon,
.header-mobile .inner-control .block-wishlist > a .icon {
  padding-inline-end: 8px;
}
.header-mobile .header-submenu {
  text-align: center;
  justify-content: center;
  margin: 0 -8px;
}
.header-mobile .header-submenu > li {
  margin: 0 8px;
}
.header-mobile .header-submenu > li > a {
  font-size: 13px;
  line-height: 20px;
  padding: 3px 0;
}
.header-mobile .block-search {
  flex: 1 1 auto;
  width: 1%;
  text-align: end;
  padding-inline-start: 30px;
}
div.dgwt-wcas-overlay-mobile div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .search-input {
  border-radius: 0;
}
.header-mobile div.dgwt-wcas-search-wrapp {
  font-size: 13px;
  width: 100%;
  padding: 7px 0;
}
.header-mobile div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form {
  padding-inline-end: 3px;
}
.header-mobile div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"].input-text {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 34px;
  border: 0 !important;
}
.header-mobile div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  width: 56px;
}
@media (max-width: 767px) {
  .header-mobile .main {
    padding: 10px 0;
  }
  .header-mobile .logo {
    flex: 1 1 auto;
    width: 1%;
  }
  .header-mobile .control {
    padding-inline-start: 20px;
  }
  .header-mobile .block-search {
    order: 2;
    width: 100%;
    padding: 0;
  }
  .header-mobile div.dgwt-wcas-search-wrapp {
    width: 100%;
  }
  .header-mobile .header-bot {
    margin-top: -10px;
  }
  div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
    border-right: 0;
  }
}
.header-mobile .fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 1px #e5e5e5 inset;
  text-align: center;
  z-index: 12;
}
.header-mobile .fixed .inner {
  display: flex;
  align-items: center;
}
.header-mobile .fixed a {
  text-decoration: none;
  flex: 1 1 auto;
  width: 1%;
  padding: 9px 5px 6px;
  font-size: 13px;
  font-weight: 600;
  color: #445D36;
  text-transform: uppercase;
}
.header-mobile .fixed a .icon {
  display: block;
  font-size: 19px;
}
.header-mobile .fixed a .icon::before {
  color: #445D36;
}
.header-mobile .fixed a .content > :not(.text),
.header-mobile .fixed a .count,
.header-mobile .fixed a .sub,
.header-mobile .fixed a .total,
.header-mobile .fixed a br {
  display: none;
}
.header-mobile .fixed .action-to-top .icon {
  font-size: 18px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header-mobile ~ .backtotop {
  display: none !important;
}
@media (max-width: 399px) {
  .header-mobile {
    font-size: 12px;
  }
}
#primary {
  width: 100% !important;
}
#secondary {
  padding: 0;
}
body:not(.open-mobile-sidebar) #secondary {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#secondary {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  max-width: 100%;
  box-shadow: none;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100000;
  display: flex;
  flex-direction: column;
}
.widget-area .sidebar-head {
  display: block;
  position: relative;
  padding: 13px 20px;
  padding-inline-end: 65px;
  border-bottom: 1px solid #e5e5e5;
}
.widget-area .sidebar-head .title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}
.widget-area .close-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  border-inline-start: 1px solid #e5e5e5;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 50px;
}
.widget-area .close-sidebar::before {
  font-family: main-icon, sans-serif;
  content: "\e901";
  font-size: 12px;
  line-height: 50px;
}
.widget-area .sidebar-inner {
  flex: 1 1 auto;
  height: 1%;
  overflow-x: hidden;
  padding: 20px;
}
.widget-area .widget .widget-title {
  font-size: 16px;
}
.biolife-mobile-style-01 .site {
  padding-bottom: 55px;
}
.header-mobile.mobile-style-02 .fixed {
  left: auto;
  background-color: transparent;
  box-shadow: none;
  padding: 10px;
}
.header-mobile.mobile-style-02 .fixed::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100% 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-mobile.mobile-style-02 .fixed.open::before {
  width: 200px;
  height: 200px;
}
.header-mobile.mobile-style-02 .fixed a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.header-mobile.mobile-style-02 .fixed a > :not(.icon) {
  display: none;
}
.header-mobile.mobile-style-02 .fixed .action-to-top .icon {
  font-size: 24px;
  padding-top: 3px;
}
.header-mobile.mobile-style-02 .fixed .inner {
  padding: 0;
}
.header-mobile.mobile-style-02 .fixed .inner a {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-mobile.mobile-style-02 .fixed .inner a:nth-child(1) {
  bottom: 10px;
  right: 133px;
}
.header-mobile.mobile-style-02 .fixed .inner a:nth-child(2) {
  bottom: 66px;
  right: 109px;
}
.header-mobile.mobile-style-02 .fixed .inner a:nth-child(3) {
  bottom: 109px;
  right: 66px;
}
.header-mobile.mobile-style-02 .fixed .inner a:nth-child(4) {
  bottom: 133px;
  right: 10px;
}
.header-mobile.mobile-style-02 .fixed:not(.open) .inner a {
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  right: 0;
}
.header-mobile.mobile-style-02 .fixed .mobile-toggle .icon {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-mobile.mobile-style-02 .fixed:not(.open) .mobile-toggle .icon {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header-mobile.mobile-style-03 .logo {
  text-align: center;
}
.header-mobile.mobile-style-03 .logo .logo-text {
  font-size: 28px;
}
@media (min-width: 768px) {
  .header-mobile.mobile-style-03 .inner-control {
    order: 1;
    padding-inline-start: 15px;
  }
  .header-mobile.mobile-style-03 .block-search {
    padding-inline-end: 15px;
  }
}
.header-mobile.style-13 {
  background-color: var(--main-color-2);
}
.rtl .header-mobile .fixed .action-to-top .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body.rtl:not(.open-mobile-sidebar) #secondary {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.rtl #secondary {
  right: 0;
  left: auto;
}
.rtl .widget-area .close-sidebar {
  right: auto;
  left: 0;
}
.rtl .header-mobile.mobile-style-02 .fixed {
  left: 0;
  right: auto;
}
.rtl .header-mobile.mobile-style-02 .fixed::before {
  right: auto;
  left: 0;
  border-radius: 0 100% 0 0;
}
.rtl .header-mobile.mobile-style-02 .fixed .inner a:nth-child(1) {
  right: auto;
  left: 133px;
}
.rtl .header-mobile.mobile-style-02 .fixed .inner a:nth-child(2) {
  right: auto;
  left: 109px;
}
.rtl .header-mobile.mobile-style-02 .fixed .inner a:nth-child(3) {
  right: auto;
  left: 66px;
}
.rtl .header-mobile.mobile-style-02 .fixed .inner a:nth-child(4) {
  right: auto;
  left: 10px;
}
.rtl .header-mobile.mobile-style-02 .fixed:not(.open) .inner a {
  right: auto;
  left: 0;
}
.rtl .header-mobile.mobile-style-02 .fixed:not(.open) .mobile-toggle .icon {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
