.woocommerce-no-products-found{background: rgb(191, 17, 17); color: white; padding: 7px 10px 0px; border-radius: 3px;}
button.search_elastic_form_item__btn-submit-search.button.loading {
  background: #686b5a;
}
.search_elastic_form_container {
  z-index: 999999 !important;
  position: relative;
  margin: auto;
  width: 450px;
  max-width: 100%;
  padding: 0px 5px;
}
.modal_container_search_elastic.hide,
.search_elastic_form_list_loading_ellipsis.hide {
  display: none;
}
.modal_container_search_elastic {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
}
.search_elastic_form_box {
  width: 100%;
  margin: auto;
  position: relative;
  /* padding: 0px 7px; */
}
.search_elastic_form_item__btn-submit-search.button > i {
  margin: 0 !important;
}
ul.search_elastic_form_list {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.search_elastic_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #686b5a;
  padding: 1px 2px;
  border-radius: 5px;
  margin-bottom: 0px;
}
.search_elastic_input {
  height: 40px;
  margin: 0;
  width: 100%;
  padding: 0px 10px;
  outline: none;
  border: none;
  border-radius: 3px;
}

.search_elastic_input:focus-visible {
  outline: none !important;
}
button.search_elastic_form_item__btn-submit-search {
  margin: 0;
  height: 40px;
  min-height: 40px;
  background: none;
  color: #fff;
}
.search_elastic_form_item {
  width: 100%;
}
.search_elastic_form_box_list {
  position: absolute;
  left: 0px;
  right: 0;
  margin-top: 7px;
  z-index: 99;
  background: #fff;
  max-height: 530px;
  overflow: auto;
  scroll-behavior: smooth;
  padding: 0px;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 10px 26px -10px #000000;
  border-radius: 5px;
  text-align: left;
  flex-direction: column;
}

.search_elastic_popular_suggestions_list li {
  font-size: 15px;
  margin: 10px 0px;
  color: #1c1c1c;
  font-weight: 500;
}

.search_elastic_form_box_list__left {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  position: sticky;
  top: 0;
  padding: 0px 10px;
}

.search_elastic_popular_suggestions__item {
  margin: 5px 0;
  font-size: 16px;
  text-transform: lowercase;
  cursor: pointer;
  transition: 0.3s;
}

.search_elastic_popular_suggestions__item:hover {
  transition: 0.3s;
  color: #000;
}

.search_elastic_form_box_list__right {
  width: 100%;
  padding: 0px 10px;
  background: #ffffff;
  z-index: 99999;
}

.search_elastic_form_box_list__label {
  border-bottom: 1px solid #dbdbdb;
  color: #333333;
  font-weight: 500;
  font-family: sans-serif;
  padding: 3px 0px;
  position: sticky;
  top: -1px;
  background: #fff;
  padding-top: 10px;
  font-size: 14px;
}

.search_elastic_form_box_list * {
  transition: 0.5s;
  scroll-behavior: smooth;
}
.search_elastic_form_box_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.search_elastic_form_box_list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

.search_elastic_form_box_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.search_elastic_form_list__item__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5px;
}
.search_elastic_form_list__item:hover {
  transition: 0.6s;
  background: #f1f1f1;
}
.search_elastic_form_list__item_image {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.search_elastic_form_list__item_title {
  font-size: 14px;
  line-height: 1.2;
  margin: 3px;
  max-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  text-align: left;
}
.search_elastic_form_box_list.hide {
  display: none;
}
.search_elastic_form_list__item_price {
  font-size: 12px;
  min-width: 100px;
  font-family: system-ui;
  text-align: end;
}
.search_elastic_form_item__btn-submit-search.button.loading > i {
  visibility: hidden;
}
.search_elastic_form_item__btn-submit-search {
  background: #686b5a !important;
}
li.search_elastic_form_list__item {
  padding: 7px 0;
  margin: 0;
}
.search_elastic_form_list__item:hover * {
  color: #000000;
  cursor: pointer;
}
li.search_elastic_form_list__item > a {
  margin-left: 0 !important;
  padding: 0 !important;
}
li.search_elastic_form_list__item_message {
  background: none;
  border-radius: 3px;
  color: #333333;
  margin-top: 5px;
  padding: 0px 0px;
}
li.search_elastic_form_list__item {
  margin-left: 0px !important;
}

.awe_short_code_search_products.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

ul.header-nav.header-nav-main.nav.nav-left {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.awe_short_code_search_products.loading,
.awe_short_code_search_products.loading * {
  pointer-events: none;
}

.search_elastic_form_list_loading_ellipsis {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awe_short_code_search_products {
  width: 100%;
}

.modal-detait {
  background: #00000030;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  z-index: 999999;
}

.modal-detait-hide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.modal-detait-container {
  margin: auto;
  width: 750px;
  height: 500px;
  background: #fff;
  box-shadow: 0px 0px 20px -5px;
  max-width: 100%;
  border-radius: 3px;
  padding: 10px;
  z-index: 999999;
  position: relative;
  display: flex;
  flex-direction: column;
}

.modal-detait-container-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000001c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.table-detait {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: auto;
  margin-top: 5px;
}

table.table-detait_body,
.table-orders {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #dddddd;
}

.table-detait_body td,
.table-detait_body th,
.table-orders td,
.table-orders th {
  /* border: 1px solid #dddddd; */
  text-align: left;
  padding: 8px;
}

.table-detait__btn-info {
  background: #0087fb;
  color: #fff;
  border: none;
  outline: none;
  width: 80px;
  height: 31px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
  margin-left: 5px;
  margin-bottom: 5px;
}

.col-action > div {
  width: 100%;
  /* display: flex;
    max-width: 160px;
    height: 100%; */
}

.col-action {
  position: sticky;
  right: -6px;
  text-align: end !important;
  min-width: 200px;
  background: #fff;
}

.table-detait_body tr:nth-child(even),
.table-orders tr:nth-child(even),
.table-orders tr:nth-child(even) .col-action {
  background: #f7f7f7;
}

.table-detait__btn-delete-all {
  background: #b32d2e;
  color: yellow;
  border: none;
  outline: none;
  width: 89px;
  height: 35px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
}

.table-detait_body {
  text-align: left;
}

.table-detait__btn-delete {
  background: #b32d2e;
  color: yellow;
  border: none;
  outline: none;
  width: 70px;
  height: 31px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
  margin-left: 5px;
  margin-bottom: 5px;
}

.table-detait_thead {
  position: sticky;
  top: -1px;
  background: #fff;
}

.th_keyword_count {
  display: flex;
  flex-wrap: wrap;
}

.th_keyword_count > * {
  background: #3c434a;
  padding: 3px 5px;
  color: #fff;
  margin: 2px;
  border-radius: 5px;
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.th_keyword_count_plus {
  background: #646970;
}

.input_es_id {
  border: 1px solid #e9e9e9;
  background: none !important;
  width: 100%;
  height: 33px;
  outline: none;
  padding: 5px !important;
  border-radius: 3px;
}

.col-id {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
}

.col-keyword {
  width: 270px;
  min-width: 160px;
  max-width: 270px;
}

.col-count {
  width: 160px;
  max-width: 160px;
  min-width: 160px;
  text-align: center !important;
}

.col-product-id {
  width: 160px;
  max-width: 160px;
  min-width: 160px;
}

.col-product-name {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
}

.search_elastic_form_box_list.loading {
  cursor: not-allowed;
  pointer-events: none;
}

.search_elastic_form_box.loading {
  cursor: not-allowed;
  pointer-events: none;
}

.detait_title_header {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid #3333;
  margin-bottom: 10px;
}

.awe_all_categories_filter {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
  
.awe_all_categories_filter__child {
  list-style: none;
  margin: 0px !important;
  padding: 0;
}
.awe_all_categories_filter__item {
  margin-bottom: 0;
  font-weight: 200 !important;
  /* margin: 0 !important; */
}
.awe_all_categories_filter.parent .awe_all_categories_filter__item {
  margin: 0 !important;
}
.awe_all_categories_filter__item > * {
  font-weight: 500;
  font-family: inherit;
  font-size: 16px;
}
.awe_all_categories_filter__item > input {
  margin-right: 3px;
}
ul.awe_all_categories_filter.child .awe_all_categories_filter__item {
  margin-left: 10px !important;
}
.box-image {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.awe_es_filter_categories {
  border: 1px solid #eee;
  margin-bottom: 20px;
  border-radius: 3px;
}

.bar_item_category {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bar_item_category__control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bar_item_category__control__btn_arrow * {
  font-size: 20px;
  transition: 0.6s;
}
.bar_item_category__control__btn_arrow {
  height: 24px !important;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  transition: 0.6s;
}
.bar_item_category__control__btn_arrow.active{
  transform: rotate(0deg);
}
.awe_all_categories_filter > li > .bar_item_category {
  /* background: #f5f5f6; */
  padding: 7px 0px;
}

.awe_all_categories_filter.parent > li > .bar_item_category {
  background: #f5f5f6;
  padding: 7px 10px;
}
.bar_item_category__label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.awe_radio_checkbox {
  margin: 0 !important;
  margin-right: 6px !important;
  margin-top: 6px !important;
}
label.awe_radio_checkbox_label {
  margin: 0 !important;
}
/* .bar_item_category__control {
  margin-right: 10px;
} */
.awe_all_categories_filter.child .bar_item_category__control {
  margin-right: 10px;
}
.loading-filters {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.loading-section {
  margin-bottom: 24px;
}

.loading-section-title {
  width: 60%;
  height: 16px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 16px;
  animation: shimmer 1.5s infinite;
}

.loading-checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.loading-checkbox {
  width: 16px;
  height: 16px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-right: 12px;
  animation: shimmer 1.5s infinite;
}

.loading-checkbox-text {
  flex-grow: 1;
  height: 16px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-right: 12px;
  animation: shimmer 1.5s infinite;
}

.loading-checkbox-count {
  width: 24px;
  height: 16px;
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}

.loading-section:last-child,
.loading-checkbox-wrapper:last-child{
  margin-bottom: 0px;
}

.filter_list_checker {
  padding: 10px;
}

.filter_list_checker__group {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.filter_list_checker__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 2px 0 !important;
  background: #f2f2f2;
  padding: 5px 5px;
  border-radius: 3px;
  margin-right: 4px !important;
}

.filter_list_checker__btn_delete * {
  height: 100%;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.filter_list_checker__btn_delete:hover{
  color: brown
}

span.filter_list_checker__name {
  font-size: 13px;
  margin-right: 5px;
}

.awe_woocommerce_ordering{
  display: inline-block;
}

.awe_select_woocommerce_ordering {
  border-radius: 5px;
}

@keyframes shimmer {
  0% {
      background-position: -100%;
      background: #e7e6e6;
  }
  100% {
      background-position: 100%;
  }
}

.filter_list_checker__title {
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: Poppins, sans-serif;
}

/* cjdi */

.range-slider {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  height: 25px;
}

.range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
}

.range-slider input[type=number] {
  border: 1px solid #ddd;
  text-align: center;
  font-size: 1.6em;
  -moz-appearance: textfield;
}

.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range {
  border: 2px solid #ff6347;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

.range-slider input[type=range]:focus {
  outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ababab;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #ababab;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #ababab;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #ababab;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.category-range-price {
  padding: 10px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #2497e3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

.range-slider-input-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.range-slider-input-number span {
  margin: 0px 10px;
}

.range-slider-input-number input[type="number"] {
  margin: 0 !IMPORTANT;
  border: 1px solid #ababab;
  box-shadow: none;
  border-radius: 3px;
}
.btn-category-range-price-apply {
  width: 100%;
  margin: 0;
  background: #666666;
  color: #fff;
  height: 33px !important;
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  font-family: system-ui;
}

.awe_btn_reset_filter {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  text-transform: math-auto;
  font-size: 14px;
}    

.loading-container-product {
  margin: -7px;
  margin-bottom: 15px;
}

.loading-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 0px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.loading-card-body{
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
}

.loading-card {
  padding: 7px;
}

.loading-card.col {
  padding: 7px;
}

.loading-image {
  width: 100%;
  height: 200px;
  background-color: #e0e0e0;
  border-radius: 8px;
  margin-bottom: 16px;
  animation: shimmer 1.5s infinite;
}

.loading-title, .loading-price {
  width: 80%;
  height: 16px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 8px;
  animation: shimmer 1.5s infinite;
}

.woocommerce-result-count-loading {
  width: 250px;
  height: 16px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 0px;
  animation: shimmer 1.5s infinite;
}

.loading-price {
  width: 50%;
  margin-bottom: 0px;
}

.bar_item_category__control__count {
  opacity: .5;
  font-size: .8em !important;
  line-height: 2em;
}

@keyframes shimmer {
  0% {
      background-position: -100%;
      background: #e7e6e6;
  }
  100% {
      background-position: 100%;
  }
}

.awe_es_filter_categories * {
  transition: 0.6s;
}

.filter_list_checker__group{
  max-height: 333px;
  overflow: auto;
  scroll-behavior: smooth;
}

.filter_list_checker__group::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.filter_list_checker__group::-webkit-scrollbar
{
	width: 3px;
  height: 3px;
	background-color: #686868;
  border-radius: 10px;
}

.filter_list_checker__group::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #686868;
}

.awe_es_filter_categories_loading.loading {
  pointer-events: none;
  position: relative;
}

.awe_es_filter_categories_loading.loading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #33333305;
}

.box-item-add-wishlist {
  position: absolute;
  top: 5px;
  right: 5px;
}
.bth-wishlist {
  filter: grayscale(1);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  line-height: 0 !important;
  background: #ffffffbd;
  cursor: pointer;
  padding: 0 !important;
}
.bth-wishlist.active {
  filter: none;
}
.bth-wishlist.disable{
  pointer-events: none;
  opacity: 0.5;
}

.model-view-message-add-wishlist {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #0000003d;
  display: none;
  z-index: 999999;
}
.model-close-view-message-add-wishlist {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.content-model-view-message-add-wishlist {
  margin: auto;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px -1px black;
  text-align: center;
  width: 370px;
  max-width: 95%;
  z-index: 99;
  animation: popupAnimation 0.5s ease-in-out; 
}
.content-model-view-message-add-wishlist__header-btn {
  padding: 0;
  border: 2px solid #353535;
  margin: 0;
  outline: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  min-width: 35px;
  min-height: 35px;
  line-height: 0;
  color: #353535;
  margin-bottom: 10px;
}

.model-view-message-add-wishlist__btn_groups > *{
  width: 49%;
}

.model-view-message-add-wishlist__btn_groups button {
  margin: 0;
  padding: 18px 0px;
  width: 100%;
  text-transform: uppercase;
  /* background: #686b5a;
  color: #fff; */
  font-size: 14px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  line-height: 0;
  font-family: system-ui;
  transition: 0.8s;
  border: 1px solid #a5a5a5;
}
.model-view-message-add-wishlist__btn_groups {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model-view-message-add-wishlist__btn_groups > button:hover{
  background: #d4b00d;
  transition: 0.8s
}
p.content-model-view-message-add-wishlist__text {
  font-size: 16px;
  line-height: 1.5;
}
.model-view-message-add-wishlist.show {
  display: flex;
}
.box-header-wishlist-count, .box-header-wishlist-count > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wishlist-count {
  margin-left: 5px;
  font-weight: 600;
  color: #686b5a;
}

.box-wishlist-to-single-product .bth-wishlist {
  border: none;
  display: flex;
  justify-content: flex-start;
}

.box-wishlist-to-single-product {
  display: flex;
  align-items: center;
  border: 1px solid #686b5a;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: capitalize;
  filter: grayscale(1);
  margin-top: 8px;
  margin-bottom: 7px;
}

.box-wishlist-to-single-product.active {
  filter: none;
  color: #2c5900;
  border-color: #7a9c59;
}
.box-wishlist-to-single-product.disable {
  pointer-events: none;
  opacity: 0.5;
}

span#text_add_to_wish_list_single_product {
  display: flex;
  align-items: center;
}
span#text_add_to_wish_list_single_product > span{
  margin-left: 5px
}

.content-model-view-message-add-wishlist__header{
  font-size: 25px !important;
  margin: 5px;
}

@keyframes popupAnimation {
  from {
      transform: scale(0.5);
      opacity: 0;
  }
  to {
      transform: scale(1);
      opacity: 1;
  }
}

/* Media query cho màn hình nhỏ */
@media (max-width: 768px) {
  .loading-image {
      height: 140px;
  }
}

@media (max-width: 480px) {
  .loading-image {
      height: 140px;
  }
}

@media only screen and (max-width: 739px) {
  .search_elastic_form_list__item_image {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    min-height: 35px;
    max-height: 35px;
    overflow: hidden;
  }
  .search_elastic_form_list__item a {
    margin: 0 !important;
  }

  .search_elastic_form_container {
    width: 100%;
  }

  .search_elastic_form_box_list {
    display: flex;
    flex-direction: column;
    max-height: 70vh;
  }

  .search_elastic_form_box_list__left {
    width: 100%;
    position: relative;
  }

  .search_elastic_form_box_list__label {
    /* position: relative; */
  }

  .sidebar-menu .search_elastic_form_box_list {
    display: none;
  }
}
