component-search-products-grip .cover_search_top {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
component-search-products-grip .cover_search_top h1 {
  color: black;
  font-size: 30px;
  margin: 0px;
}
component-search-products-grip .cover_total {
  margin-bottom: 15px;
}
component-search-products-grip .cover_total p {
  font-size: 16px;
  color: black;
}
component-search-products-grip .cover_search {
  background-color: #f5f5f5;
  padding: 15px 15px 0 15px;
  margin-bottom: 30px;
}
component-search-products-grip .cover_search .search_a {
  text-align: center;
  padding-top: 30px;
}
component-search-products-grip .cover_search .search_a .search_header {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
  color: black;
}
component-search-products-grip .cover_search .search_header {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
  color: black;
}
component-search-products-grip .cover_search .search_header.height32 {
  height: 32px;
}
component-search-products-grip .cover_search a {
  margin-bottom: 15px;
}
component-search-products-grip .cover_search select.custom-select {
  width: 100%;
  display: inline-block;
  max-width: 100%;
  height: 34px;
  padding: 5px 10% 5px 5px;
  line-height: 1.25;
  color: black;
  vertical-align: middle;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
}
component-search-products-grip .cover_search select.custom-select + i.fa {
  position: absolute;
  right: 10px;
  top: 33px;
  width: 10%;
  color: black;
  text-align: center;
  pointer-events: none;
  background-color: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 5px;
  padding-left: 5px;
}
component-search-products-grip .cover_product {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
component-search-products-grip .cover_product .cover_background .background_image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
}
component-search-products-grip .cover_product .cover_background .background_image.active {
  background-color: #f5f5f5;
}
component-search-products-grip .cover_product .cover_data_array .cover_product_title {
  padding: 15px 0;
  margin-bottom: 15px;
}
component-search-products-grip .cover_product .cover_data_array .cover_product_title h2 {
  color: black;
  font-size: 28px;
  margin: 0px;
}
component-search-products-grip .cover_product .cover_data_array .cover_variable {
  margin-bottom: 15px;
}
component-search-products-grip .cover_product .cover_data_array .cover_variable p {
  font-size: 16px;
  color: black;
}
component-search-products-grip .cover_product .cover_data_array .cover_variable p span.name {
  font-weight: bold;
}
component-search-products-grip .cover_product .cover_data_array .cover_variable p span.data {
  font-weight: normal;
}
component-search-products-grip .cover_product .cover_data_array .cover_product_price {
  margin-bottom: 15px;
}
component-search-products-grip .cover_product .cover_data_array .cover_product_price p.price {
  color: black;
  font-size: 26px;
}
component-search-products-grip .cover_product .cover_data_array .cover_product_detail button span {
  float: left;
  width: 120px;
  text-align: center;
  overflow: hidden;
}
component-search-products-grip .cover_product .cover_data_array .cover_product_detail p {
  font-size: 16px;
  color: red;
}
component-search-products-grip .cover_pagination {
  text-align: center;
}
component-search-products-grip .cover_pagination ul.pagination li.page-item a {
  color: #fff!important;
  background-color: #006CB7!important;
  border: 1px solid #006CB7!important;
  font-size: 16px!important;
}
component-search-products-grip .cover_pagination ul.pagination li.page-item a:hover {
  background-color: #00A44B!important;
}
component-search-products-grip .cover_pagination ul.pagination li.page-item a.active {
  background-color: #00A44B!important;
}
component-search-products-grip .loader_circle {
  margin: 40vh auto;
  width: 60px;
  height: 60px;
  position: relative;
}
component-search-products-grip .loader_circle .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
component-search-products-grip .loader_circle .circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: circleFadeDelay 1.2s infinite ease-in-out both;
  animation: circleFadeDelay 1.2s infinite ease-in-out both;
}
component-search-products-grip .loader_circle .circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
component-search-products-grip .loader_circle .circle12:before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
component-search-products-grip .loader_circle .circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
component-search-products-grip .loader_circle .circle11:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
component-search-products-grip .loader_circle .circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
component-search-products-grip .loader_circle .circle10:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
component-search-products-grip .loader_circle .circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
component-search-products-grip .loader_circle .circle9:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
component-search-products-grip .loader_circle .circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
component-search-products-grip .loader_circle .circle8:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
component-search-products-grip .loader_circle .circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
component-search-products-grip .loader_circle .circle7:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
component-search-products-grip .loader_circle .circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
component-search-products-grip .loader_circle .circle6:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
component-search-products-grip .loader_circle .circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
component-search-products-grip .loader_circle .circle5:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
component-search-products-grip .loader_circle .circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
component-search-products-grip .loader_circle .circle4:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
component-search-products-grip .loader_circle .circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
component-search-products-grip .loader_circle .circle3:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
component-search-products-grip .loader_circle .circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
component-search-products-grip .loader_circle .circle2:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
component-search-products-grip .loader_circle .circle1 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
component-search-products-grip .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;
  }
}
component-search-products-grip .cover_emptydata {
  margin: 40vh auto;
  text-align: center;
}
