@font-face {
  font-family: Rubik-Bold;
  src: url(../../assets/fonts/Rubik-Bold.ttf);
}

@font-face {
  font-family: Rubik-SemiBold;
  src: url(../../assets/fonts/Rubik-SemiBold.woff);
}

@font-face {
  font-family: Rubik-Medium;
  src: url(../../assets/fonts/Rubik-Medium.woff);
}

@font-face {
  font-family: Rubik-Regular;
  src: url(../../assets/fonts/Rubik-Regular.woff);
}

.menu-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  top: 0;
  z-index: 999999998;
  background: rgba(0, 0, 0, 0.25);
}

.menu_box {
  width: 300px;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: -10000px;
  padding: 20px 0 20px 20px;
  background: #fff;
  z-index: 999999999;
}

.menu_box .menu-mobile__close {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  padding-right: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_box .menu-mobile__close .arrow_back {
  width: 20px;
  height: 20px;
  left: 0;
  display: none;
  border: none;
  position: absolute;
}

.menu_box .menu-mobile__close .close_btn {
  border: none;
  cursor: pointer;
}

.menu_box .overflow-contain {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-right: 10px;
}

.menu_box .overflow-contain::-webkit-scrollbar {
  width: 4px;
  background: #e9e9e9;
  border-radius: 20px;
}

.menu_box .overflow-contain::-webkit-scrollbar-thumb {
  width: 4px;
  background: #00B3AC;
  border-radius: 20px;
}

.menu_box .contain_m {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_m {
  width: 100%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_m li {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: start;
}

.menu_m li .m_m_btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  cursor: pointer;
  background: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_m li .m_m_btn p {
  text-align: start;
  font-family: Rubik-Medium;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #454545;
}

.menu_m li .m_m_btn span {
  width: 20px;
  height: 20px;
  background-position: right;
}

.btnListCategory {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-right: 10px;
}

.btnListCategory h1 {
  font-family: Rubik-SemiBold;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #000000;
}

.btnListCategory h2 {
font-size: 18px;
}

.btnListCategory::-webkit-scrollbar {
  width: 4px;
  background: #e9e9e9;
  border-radius: 20px;
}

.btnListCategory::-webkit-scrollbar-thumb {
  width: 4px;
  background: #00B3AC;
  border-radius: 20px;
}

.close_fon {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@supports (-webkit-appearance:none){

}
