product-list-feature {
  display: block;
  position: relative;
  height: auto;
}
product-list-feature component-template {
  display: block;
  position: relative;
  height: auto;
}
product-list-feature component-template .header_feature_1 {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #b92c00;
  font-size: 3em;
  margin-bottom: 10px;
  font-weight: bold;
}
product-list-feature component-template .header_feature_2 {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #b92c00;
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: bold;
}
product-list-feature component-template ._items_product_link *:hover {
  text-decoration: none;
}
product-list-feature component-template ._items_product {
  float: left;
  width: 100%;
  height: auto;
}
product-list-feature component-template ._items_product a:hover {
  color: inherit;
  text-decoration: none;
}
product-list-feature component-template ._items_product ._image_cover {
  overflow: hidden;
}
product-list-feature component-template ._items_product ._image_cover ._display {
  height: 350px;
  transition: all 0.3s;
}
product-list-feature component-template ._items_product ._image_cover ._display:hover {
  transform: scale(1.2);
}
product-list-feature component-template ._items_product ._image_cover ._display._asBg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
}
product-list-feature component-template ._items_product ._image_cover ._display._asNo {
  height: 350px;
  background-color: white;
  border-radius: 10px;
}
product-list-feature component-template ._items_product ._info_product {
  font-family: 'Mitr' !important;
}
product-list-feature component-template ._items_product ._info_product ._name_product_badge {
  text-align: center;
  margin-top: 5px;
}
product-list-feature component-template ._items_product ._info_product ._name_product_badge ._badge {
  text-transform: uppercase;
  border: 1px solid;
  padding: 2px 8px;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
}
product-list-feature component-template ._items_product ._info_product ._name_product_badge ._promotion {
  border-color: #F44336;
  color: #F44336;
}
product-list-feature component-template ._items_product ._info_product ._name_product_badge ._feature {
  border-color: #FF155F;
  color: #FF155F;
}
product-list-feature component-template ._items_product ._info_product ._name_product_badge ._recommend {
  border-color: #FF9800;
  color: #FF9800;
}
product-list-feature component-template ._items_product ._info_product ._name_product_badge ._newarrival {
  border-color: #4CAF50;
  color: #4CAF50;
}
product-list-feature component-template ._items_product ._info_product ._name_product_badge ._bestseller {
  border-color: #03A9F4;
  color: #03A9F4;
}
product-list-feature component-template ._items_product ._info_product ._name_product_category {
  font-size: 16px;
  margin-top: 10px;
  color: black;
  max-height: 22px;
  overflow: hidden;
}
product-list-feature component-template ._items_product ._info_product ._name_product_title {
  font-size: 20px;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 56px;
  overflow: hidden;
}
product-list-feature component-template ._items_product ._info_product ._name_product_compare_price {
  text-decoration: line-through;
  font-size: 1.4em;
  padding: 0px 10px;
}
product-list-feature component-template ._items_product ._info_product ._name_product_price {
  color: black;
  font-size: 24px;
  margin-bottom: 5px;
}
product-list-feature component-template ._items_product ._info_product ._name_product_price span.thb {
  font-size: 24px;
  display: none;
}
product-list-feature component-template ._items_product ._info_product ._name_product_start {
  font-size: 17px;
  color: #fcc02c;
}
@media (max-width: 991px) {
  .header_feature_1 {
    margin-top: 60px !important;
  }
}
