
.mobile-main-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -10px;
  background-color: #d1d1d1;
  background-color: #530101;
  background-color: #680101;
  background-color: #808080;
  background-color: #c2c2c2;
  background-color: #ced9d2;
  background-color: #dee6e1;
  overflow-x: hidden;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 60px;
  padding-right: 2px;
  line-height: 50px;
  display: none;
  font-weight: 400;

  
}

.mobile-main-nav a {
  display: block;
  text-align: left;
  padding: 0 15px;
 
  line-height: 50px;
  text-decoration: none;
  color: #202020;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid #dadada;
  position: relative;
  background-color: #f3f3f3;
  background-color: #a32121;
  background-color: #ced9d2;
  font-weight: 400;
}





.mobile-main-nav a:hover {
  text-decoration: underline solid #fe0101;
  text-decoration: underline solid #991c6e;
  text-underline-position: under;
}

.mobile-main-nav .mobile-main-nav-close-btn {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 36px;
  margin-top: 4px;
  background-color: #b8b8b8;
  color: #656565;
  border-bottom: 1px solid #a9a9a9;
}




.mobile-sub-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -10px;
  background-color: #d1d1d1;
    overflow-x: hidden;
    font-weight: 400;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 1px;
  margin-top: 59px;
  padding-right: 2px;
  line-height: 50px;
}

.mobile-sub-nav a {
  display: block;
  text-align: left;
  padding: 0 15px;
 
  line-height: 50px;
  text-decoration: none;
  color: #202020;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid #dadada;
  position: relative;
  background-color: #f3f3f3;
  overflow-x: hidden;
  font-weight: 400;
}

.mobile-sub-nav a:hover {
  text-decoration: underline solid #fe0101;
  text-decoration: underline solid #991c6e;

  text-underline-position: under;
}



.mobile-main-nav .mobile-main-nav-open-btn {
}

.mobile-main-nav .mobile-main-nav-open-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #fe0101;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}





.mobile-sub-nav .mobile-main-nav-back-btn {
  display: block;
  text-align: left;
  padding: 0 15px;
  
  line-height: 50px;
  text-decoration: none;
  color: #358874;
  cursor: pointer;
  font-size: 16px;
   position: relative;
  background-color: #ffffff;
  line-height: 50px;
}

.mobile-sub-nav .mobile-main-nav-back-label {
  display: block;
  text-align: center;
  padding: 0 15px;
  
  line-height: 50px;
  text-decoration: none;
  color: #358874;
  cursor: pointer;
  font-size: 16px;
   position: relative;
  background-color: #ffffff;
}

.mobile-sub-nav .mobile-main-nav-back-label::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  line-height: 50px;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 50%;
  margin-top: -5px;
  left: 1px;
}


.mobile-nav-search-container {
  margin-top: 20px;
  width: 250px;
  height: 60px;
display: none;



}

.mobile-nav-search-form {
  display: flex;
  flex-direction: row;
}

.mobile-nav-search-field {
  width: 100%;
  padding: 10px 35px 10px 15px;
  font-size: 14px;
  outline: none;
  background-color: #ebebeb;
  cm_font-family: Arial;
border: 1px solid grey;
border-radius: 8px;
}

.mobile-nav-search-button {
  background: transparent;
  border: none;
  outline: none;
  margin-left: -33px;
  margin-top: -4px;
  font-size: 20px;
  transform: scaleX(-1);
 }

.mobile-nav-search-button::before {
  content: "\2315";
  font-size: larger;
  background-color: inherit;
  cm_font-family: Arial;

  width: 20px;
  height: 20px;
}



@media screen and (max-width: 849px) {
  
  .mobile-main-nav {
    display: block;
    xpadding: 20px;
    xmargin: 20px;

  }

  .mobile-nav-search-container {
    display: none;
  }



}
  
