product-search-page-skh * {
  outline: none!important;
  text-decoration: none !important;
}
product-search-page-skh .cover_navigation_bar {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
product-search-page-skh .cover_navigation_bar .fa {
  opacity: 0.5;
  padding: 0 5px;
}
product-search-page-skh .cover_navigation_bar a {
  opacity: 1;
  color: black;
  font-size: 16px;
}
product-search-page-skh .cover_navigation_bar a:hover {
  opacity: 0.7;
  color: black;
}
product-search-page-skh .cover_top {
  margin: 10px 0;
}
product-search-page-skh .cover_top h1 {
  margin: 0;
  padding: 0;
}
product-search-page-skh .cover_sort {
  margin-top: 10px;
  background-color: white;
}
product-search-page-skh .cover_sort .cover_category_name {
  float: left;
  display: inline-flex;
}
product-search-page-skh .cover_sort .cover_category_name .category_name {
  color: black;
  font-size: 24px;
}
product-search-page-skh .cover_sort .cover_sort_product {
  float: right;
  display: inline-flex;
}
product-search-page-skh .cover_sort .cover_sort_product .cover_icon_svg {
  background-color: white;
  float: left;
  text-align: center;
  margin-right: 5px;
  transition: all 0.3s;
  outline: none;
  padding: 7px;
}
product-search-page-skh .cover_sort .cover_sort_product .cover_icon_svg svg {
  width: auto;
  height: 20px;
}
product-search-page-skh .cover_sort .cover_sort_product .sort_product select {
  margin: 5px;
  color: black;
  font-size: 14px;
  background-color: white;
  border: 0px solid transparent;
}
product-search-page-skh .cover_sort .cover_icon {
  float: right;
  display: inline-flex;
  padding-right: 3.5px;
}
product-search-page-skh .cover_sort .cover_icon .icon_type {
  padding-top: 10px;
}
product-search-page-skh .cover_sort .cover_icon .icon_type i {
  color: #d9d9d9;
  padding: 0 3.5px;
}
product-search-page-skh .cover_sort .cover_icon .icon_type i.active {
  color: #111111;
}
product-search-page-skh .cover_sort hr.section_title {
  width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  border-top: 1px solid #000;
}
product-search-page-skh .cover_product_card {
  margin-bottom: 20px;
}
product-search-page-skh .cover_product_card .cover_background_image .background_image {
  padding-top: 100%;
  background-size: cover;
  background-color: #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
}
product-search-page-skh .cover_product_card .cover_background_image .background_image.active {
  background-color: #f5f5f5;
}
product-search-page-skh .cover_product_card .cover_product_price .product_price {
  color: black;
  font-size: 16px;
}
product-search-page-skh .cover_product_card .cover_product_price .product_price .currency {
  font-size: 14px;
}
product-search-page-skh .cover_product_card .cover_product_title {
  height: 45px;
}
product-search-page-skh .cover_product_card .cover_product_title .product_title {
  color: black;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
product-search-page-skh .cover_more {
  padding: 15px 0;
  text-align: center;
}
product-search-page-skh .cover_more .load_more {
  transition: all 0.3s;
}
product-search-page-skh .cover_more .load_more.isLoad {
  opacity: 0.5;
}
product-search-page-skh .cover_load_done {
  margin: 20vh auto;
  text-align: center;
}
product-search-page-skh .loader_circle {
  margin: 20vh auto;
  width: 40px;
  height: 40px;
  position: relative;
}
product-search-page-skh .loader_circle .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
product-search-page-skh .loader_circle .circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: circleFadeDelay 1.2s infinite ease-in-out both;
  animation: circleFadeDelay 1.2s infinite ease-in-out both;
}
product-search-page-skh .loader_circle .circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
product-search-page-skh .loader_circle .circle12:before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
product-search-page-skh .loader_circle .circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
product-search-page-skh .loader_circle .circle11:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
product-search-page-skh .loader_circle .circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
product-search-page-skh .loader_circle .circle10:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
product-search-page-skh .loader_circle .circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
product-search-page-skh .loader_circle .circle9:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
product-search-page-skh .loader_circle .circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
product-search-page-skh .loader_circle .circle8:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
product-search-page-skh .loader_circle .circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
product-search-page-skh .loader_circle .circle7:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
product-search-page-skh .loader_circle .circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
product-search-page-skh .loader_circle .circle6:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
product-search-page-skh .loader_circle .circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
product-search-page-skh .loader_circle .circle5:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
product-search-page-skh .loader_circle .circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
product-search-page-skh .loader_circle .circle4:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
product-search-page-skh .loader_circle .circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
product-search-page-skh .loader_circle .circle3:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
product-search-page-skh .loader_circle .circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
product-search-page-skh .loader_circle .circle2:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
product-search-page-skh .loader_circle .circle1 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
product-search-page-skh .loader_circle .circle1:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
@-webkit-keyframes circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
