#main {
  background-color: #f4f8fa;
}

div#shop-sidebar {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.widget.widget-woof {
  padding: 20px;
}

.tvh-cate-text-trademark {
  text-align: center;
  color: #e9224a;
  font-weight: 600;
  font-size: 18px;
}

ul.woof_list.woof_list_checkbox {
  padding: 0;
  margin: 0;
}

li.woof_term_74 {
  list-style: none;
}

.woof_checkbox_label {
  font-weight:600;
  margin-left:10px;
}

.tvh-cate-button button {
  width: 100%;
  background-color: #e9224a;
  border: 1px solid #e9224a;
  height: 35px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.tvh-medium-flex-wrap {
  justify-content: space-between;
  align-items: center;
}

@media (max-width:768px) {
  .tvh-medium-flex-wrap {
    display:block;
  }
  .hienthi {
    display:none;
  }
}

.custom-select {
  position: relative;
  min-width: 190px;
  margin: auto;
}

.custom-select select {
  display: none;
}

.orderby {
  padding: 5px;
  outline: none;
}

.select-selected {
  color: #444;
  padding: 5px 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  user-select: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #5a5959 transparent transparent transparent;
}

.select-hide {
  display: none;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999999;
  min-width: 190px;
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.select-items div, 
.select-selected {
  color: #444;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  background-color: #fff;
}

.tvh-is-flex {
  align-items:center;
}

.tvh-category-name {
  text-transform:uppercase;
  font-size:18px;
  font-weight:600;
  border-bottom:1px solid #e9224a;
}

.tvh-category-banner img {
  width:100%;
}

.pagination {
  justify-content: center;
}

li.page-item {
  margin: 0 5px;
}

#pagination .page-link {
  border: none;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.pagination .select {
  background: #e9224a;
  color: #fff !important;
  border: 1px solid #e9224a;
}

a.page-link {
  color:#000;
  font-size:14px;
}

a.page-link:hover {
  background-color: #e9224a ;
  color: #fff ;
  border: 1px solid #e9224a;
  font-size:14px;
}

.page-link:focus {
  box-shadow: none;
  background-color: #e9224a;
  color: #fff;
  border: 1px solid #e9224a;
}

@media (max-width:376px) {
  .tvh-price .tvh-minPrice {
    font-size:14px;
  }
  
  .tvh-price .tvh-maxPrice {
    font-size:10px;
  }
  
  .tvh-category-Listproduct row {
    --bs-gutter-x: 0.5 rem;
  }
  
  .tvh-category-Listproduct .col-6 {
    padding: 0 8px;
  }
}