
/*!

 =========================================================
 * Style Category List - v3.0.0
 =========================================================

 * Copyright 2021 by http://www.tastyboom.com

 */
@media (min-width: 992px) {
  .boxed .menu-order.menu-category-right .menu-category, .boxed .menu-order.menu-category-left .menu-category {
    flex: 0 0 18% !important;
    max-width: 18% !important;
  }
  .boxed .menu-order.menu-category-right .menu-order-center, .boxed .menu-order.menu-category-left .menu-order-center {
    flex: 0 0 calc(62% - 15px) !important;
    max-width: calc(62% - 15px) !important;
    padding-left: 15px !important;
  }
  .boxed .menu-order.menu-category-right .menu-order-lateral, .boxed .menu-order.menu-category-left .menu-order-lateral {
    flex: 0 0 calc(20% + 15px) !important;
    max-width: calc(20% + 15px) !important;
  }
}
@media (min-width: 992px) {
  .boxed .menu-order.menu-category-left .menu-category {
    padding-left: 15px !important;
  }
  .boxed .menu-order.menu-category-left .menu-order-center {
    padding-right: 0 !important;
  }
}

.menu-order.menu-category-bottom .menu-category, .menu-order.menu-category-top .menu-category {
  margin-bottom: 0 !important;
  background: #fff !important;
  padding: 0;
  border-top: 1px solid #eaebeb !important;
  border-bottom: 1px solid #eaebeb !important;
}
.menu-order.menu-category-bottom .menu-category.select-category-content, .menu-order.menu-category-top .menu-category.select-category-content {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.4) !important;
}
.menu-order.menu-category-bottom .menu-category.select-category-content.select-category-fixed, .menu-order.menu-category-top .menu-category.select-category-content.select-category-fixed {
  position: fixed !important;
  width: 100%;
  z-index: 100 !important;
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.4) !important;
}
.menu-order.menu-category-bottom .menu-category.select-category-content .category-list, .menu-order.menu-category-top .menu-category.select-category-content .category-list {
  padding: 0;
  width: 100%;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex: 1 1 0%;
}
.menu-order.menu-category-bottom .menu-category.select-category-content .category-list li, .menu-order.menu-category-top .menu-category.select-category-content .category-list li {
  font-family: "Poppins", Open Sans !important;
  white-space: nowrap;
  display: flex;
  position: relative;
  font-size: 14px;
  line-height: 54px;
  padding: 5px 0;
  margin: 0 10vw 0 0;
}
.menu-order.menu-category-bottom .menu-category.select-category-content .category-list li:first-child::before, .menu-order.menu-category-top .menu-category.select-category-content .category-list li:first-child::before {
  content: none !important;
}
.menu-order.menu-category-bottom .menu-category.select-category-content .category-list li.active a, .menu-order.menu-category-top .menu-category.select-category-content .category-list li.active a {
  font-weight: 600 !important;
  color: #555454 !important;
  border-bottom: 2px solid var(--main-color-primary);
}
.menu-order.menu-category-bottom .menu-category.select-category-content .category-list li a, .menu-order.menu-category-top .menu-category.select-category-content .category-list li a {
  color: #7d7d7d !important;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .menu-order.menu-category-right .menu-category, .menu-order.menu-category-left .menu-category {
    flex: 0 0 17% !important;
    max-width: 17% !important;
    padding-top: 20px;
  }
  .menu-order.menu-category-right .menu-order-center, .menu-order.menu-category-left .menu-order-center {
    flex: 0 0 calc(60% - 15px) !important;
    max-width: calc(60% - 15px) !important;
    padding-left: 15px !important;
  }
  .menu-order.menu-category-right .menu-order-lateral, .menu-order.menu-category-left .menu-order-lateral {
    flex: 0 0 calc(18% + 15px) !important;
    max-width: calc(18% + 15px) !important;
  }
}
@media (max-width: 991.98px) {
  .menu-order.menu-category-right .menu-category, .menu-order.menu-category-left .menu-category {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    background: #fff !important;
    padding: 0 30px !important;
    border-top: 1px solid #eaebeb !important;
    border-bottom: 1px solid #eaebeb !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }
  .menu-order.menu-category-right .menu-category.select-category-content, .menu-order.menu-category-left .menu-category.select-category-content {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
  }
  .menu-order.menu-category-right .menu-category.select-category-content.select-category-fixed, .menu-order.menu-category-left .menu-category.select-category-content.select-category-fixed {
    position: fixed !important;
    width: calc(100% + 15px) !important;
    z-index: 100 !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4) !important;
  }
  .menu-order.menu-category-right .menu-category.select-category-content .category-list, .menu-order.menu-category-left .menu-category.select-category-content .category-list {
    padding: 0 !important;
    max-width: calc(100% - 130px) !important;
    margin: 0;
    height: 36px !important;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex !important;
    flex: 1 1 0% !important;
    border: 0 !important;
    min-height: unset !important;
  }
  .menu-order.menu-category-right .menu-category.select-category-content .category-list li, .menu-order.menu-category-left .menu-category.select-category-content .category-list li {
    font-family: "Poppins", Open Sans !important;
    margin: 0px 24px 0px 0px !important;
    white-space: nowrap !important;
    display: flex;
    position: relative !important;
    font-size: 14px !important;
  }
  .menu-order.menu-category-right .menu-category.select-category-content .category-list li:first-child::before, .menu-order.menu-category-left .menu-category.select-category-content .category-list li:first-child::before {
    content: none !important;
  }
  .menu-order.menu-category-right .menu-category.select-category-content .category-list li:hover a, .menu-order.menu-category-right .menu-category.select-category-content .category-list li.active a, .menu-order.menu-category-left .menu-category.select-category-content .category-list li:hover a, .menu-order.menu-category-left .menu-category.select-category-content .category-list li.active a {
    font-weight: unset !important;
    background: none !important;
  }
  .menu-order.menu-category-right .menu-category.select-category-content .category-list li a, .menu-order.menu-category-left .menu-category.select-category-content .category-list li a {
    color: #7d7d7d !important;
    border: 0 !important;
  }
  .menu-order.menu-category-right .menu-order-center, .menu-order.menu-category-left .menu-order-center {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .menu-order.menu-category-right .menu-category, .menu-order.menu-category-left .menu-category {
    padding-left: 15px !important;
  }
  .menu-order.menu-category-right .menu-category.select-category-content .category-list, .menu-order.menu-category-left .menu-category.select-category-content .category-list {
    overflow-x: scroll !important;
    flex-wrap: unset !important;
    margin-left: 100px !important;
    max-width: calc(100% - 110px) !important;
    min-height: 36px;
    height: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: -ms-fit-content !important;
    height: -o-fit-content !important;
  }
  .menu-order.menu-category-right .menu-category.select-category-content .category-list li.active, .menu-order.menu-category-left .menu-category.select-category-content .category-list li.active {
    display: none !important;
  }
}
.menu-order.menu-category-right .menu-category, .menu-order.menu-category-left .menu-category {
  background: #fff !important;
}
@media (max-width: 575px) {
  .menu-order.menu-category-right .menu-category, .menu-order.menu-category-left .menu-category {
    padding-right: 0 !important;
  }
}
.menu-order.menu-category-right .menu-category .category-list, .menu-order.menu-category-left .menu-category .category-list {
  list-style: none;
  padding: 0;
  border-top: 1px #eaebeb solid !important;
  border-bottom: 0 !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  background: #fff !important;
  height: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: -ms-fit-content !important;
  height: -o-fit-content !important;
  min-height: 100vh !important;
}
.menu-order.menu-category-right .menu-category .category-list li:hover a, .menu-order.menu-category-right .menu-category .category-list li.active a, .menu-order.menu-category-left .menu-category .category-list li:hover a, .menu-order.menu-category-left .menu-category .category-list li.active a {
  background: #fafaf8;
  font-weight: border;
}
.menu-order.menu-category-right .menu-category .category-list li:first-child a, .menu-order.menu-category-left .menu-category .category-list li:first-child a {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.menu-order.menu-category-right .menu-category .category-list li:last-child a, .menu-order.menu-category-left .menu-category .category-list li:last-child a {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.menu-order.menu-category-right .menu-category .category-list li a, .menu-order.menu-category-left .menu-category .category-list li a {
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 9px 15px !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #414551 !important;
  text-decoration: none !important;
  border-right: 1px solid #eaebeb !important;
  border-left: 1px solid #eaebeb !important;
  border-bottom: 1px solid #eaebeb !important;
}
.menu-order.menu-category-top .select-category-fixed {
  padding: 0 3vw !important;
  bottom: unset !important;
  left: 0 !important;
  right: unset !important;
}
.menu-order.menu-category-bottom .select-category-fixed {
  padding: 0 3vw !important;
  top: unset !important;
  left: 0 !important;
  right: unset !important;
}
@media (min-width: 992px) {
  .menu-order.menu-category-left .select-category-fixed {
    top: unset !important;
  }
  .menu-order.menu-category-left .menu-order-center {
    padding-right: 0 !important;
  }
  .menu-order.menu-category-left .menu-category {
    padding-left: 5% !important;
  }
}
.menu-order.menu-category-left .select-category-fixed {
  bottom: unset !important;
  right: unset !important;
}
.menu-order.menu-category-left .menu-category {
  padding-right: 0px !important;
}
@media (min-width: 992px) {
  .menu-order.menu-category-right .row-primary:first-child {
    display: flex;
  }
  .menu-order.menu-category-right .select-category-fixed {
    top: unset !important;
  }
  .menu-order.menu-category-right .menu-order-lateral {
    order: 3;
  }
  .menu-order.menu-category-right .menu-order-center {
    order: 1;
  }
  .menu-order.menu-category-right .menu-category {
    order: 2;
    padding-left: 0px !important;
    padding-right: 0 !important;
  }
}
.menu-order.menu-category-right .select-category-fixed {
  left: unset !important;
  bottom: unset !important;
}
.menu-order.menu-category-right .menu-order-center {
  float: left;
  padding-left: 5% !important;
}
.menu-order.menu-category-right .menu-order-lateral {
  float: left;
}