/* Type Default */
component-search-result .search-default .section-input {
  width: 100%;
  height: 140px;
  background-color: white;
  color: black;
  padding: 30px;
  float: left;
  display: block;
}
component-search-result .search-default .section-input .search-query {
  width: 100%;
  height: 50px;
  outline: none;
  font-size: 20px;
  font-weight: normal;
  padding: 0px 10px;
  padding-left: 55px;
  background-color: transparent;
  border: 1px solid #e8e8e8;
}
component-search-result .search-default .section-input .search-icon {
  position: absolute;
  top: 62px;
  left: 30px;
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  outline: none;
  cursor: pointer;
}
component-search-result .search-default .section-input .search-icon img.gae-icn {
  height: 30px;
  width: auto;
  outline: none;
}
component-search-result .search-default .section-input .close-icon {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 2;
  outline: none;
}
component-search-result .search-default .section-head {
  margin: 50px 0;
  text-align: center;
  float: left;
  width: 100%;
  height: auto;
  font-size: 24px;
}
component-search-result .search-default .section-result {
  width: 100%;
  height: auto;
  float: left;
  background-color: white;
  padding: 0px 30px;
}
component-search-result .search-default .repeat-outer-container {
  height: auto ;
  float: left;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
component-search-result .search-default .repeat-outer-container .search-fail {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
}
component-search-result .search-default .repeat-outer-container .search-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}
component-search-result .search-default .repeat-outer-container .search-item a {
  color: inherit;
}
component-search-result .search-default .repeat-outer-container .search-item .brand-logo {
  margin: 10px 0;
  width: 100%;
  height: auto;
}
component-search-result .search-default .repeat-outer-container .search-item .image-container {
  background-size: contain;
  padding: 80% 0 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
component-search-result .search-default .repeat-outer-container .search-item .image-container.no {
  background-color: #eee;
}
component-search-result .search-default .repeat-outer-container .search-item h3 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 20px !important;
  color: black;
  font-weight: normal !important;
}
component-search-result .search-default .repeat-outer-container .search-item h3 span.hilight {
  font-weight: bold !important;
}
component-search-result .search-default .repeat-outer-container .search-item .miniCat {
  font-size: 14px !important;
  color: #737373 !important;
  margin: 0px !important;
  margin-bottom: 10px;
  float: left;
  height: auto;
}
component-search-result .search-default .repeat-outer-container .search-item .small-info {
  font-size: 14px;
  font-style: italic;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-head {
  font-size: 14px;
  font-weight: bold;
  color: #a0a0a0;
  margin-bottom: 10px;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-info {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-info .head {
  font-size: 14px;
  font-weight: bold;
  color: black;
  float: left;
  margin-right: 10px;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-info .info {
  font-size: 14px;
  font-weight: normal;
  color: black;
  float: left;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-buy a {
  background-color: #FDD511;
  color: black !important;
  border-radius: 40px;
  padding: 10px 20px;
  display: inline;
  float: left;
  clear: both;
  outline: none;
  transition: all 0.3s;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-buy a:hover {
  background-color: #D7B50E;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-buy a:active {
  background-color: #B1950C;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-offer-container {
  float: left;
  width: 100%;
  height: auto;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-offer-container .price_expensive {
  float: left;
  margin-right: 10px;
  color: #d9d9d9;
  text-decoration: line-through;
  font-size: 16px;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-offer-container .price_expensive span.currency {
  font-size: 10px;
  font-weight: normal;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-offer-container .price {
  float: left;
  margin-right: 10px;
  color: black;
  text-decoration: none;
  font-size: 16px;
}
component-search-result .search-default .repeat-outer-container .search-item .highlight-offer-container .price span.currency {
  font-size: 10px;
  font-weight: normal;
}
component-search-result .search-default .section-pagination {
  width: 100%;
  height: 100px;
  float: left;
  background-color: white;
  padding: 0px 30px;
}
component-search-result .search-default .section-pagination .view-more {
  font-size: 14px;
  margin-top: 20px;
  color: black;
  text-decoration: none;
  display: block;
}
component-search-result .search-default .section-pagination .view-more:hover {
  text-decoration: none;
  color: black;
}
component-search-result .search-default ._refine_pagination {
  width: 100%;
  height: auto;
  text-align: center;
}
component-search-result .search-default ._refine_pagination a {
  outline: none;
  padding: 10px;
  background-color: #cccbcb;
  color: black;
  transition: all 0.3s;
  text-align: center;
  padding-left: 15px;
}
component-search-result .search-default ._refine_pagination a:hover {
  opacity: 0.7;
  text-decoration: none;
}
component-search-result .search-default ._refine_pagination a.active {
  background-color: black;
  color: white;
}
component-search-result .search-intro {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  color: #212121;
}
@media (max-width: 767px) {
  component-search-result .search-default .repeat-outer-container .search-item .image-container {
    padding: 50% 0 0;
  }
}
component-search-result .ui-slider * {
  outline: none !important;
}
component-search-result .ui-slider-horizontal {
  height: 7px;
}
component-search-result .ui-slider-horizontal .ui-slider-range {
  background-color: #cccccc;
}
component-search-result .ui-slider-horizontal .ui-slider-handle {
  top: -0.35em;
  background-color: #6f6f70 !important;
  border-color: rgba(237, 25, 103, 0) !important;
  outline: none;
  cursor: pointer;
}
component-search-result .ui-slider .ui-slider-handle {
  border-radius: 50%;
}
component-search-result .menuRow {
  float: left;
  width: 100%;
  line-height: 20px;
  border-bottom: 1px solid #eee;
}
component-search-result .menuRow:first-child {
  border-top: 1px solid #eee;
}
component-search-result .menuRow.active,
component-search-result .menuRow:hover {
  background-color: #eee;
}
component-search-result .menuRow .textHead {
  font-size: 14px;
  background-color: #6F6F70;
  color: white;
  padding: 10px 10px;
}
component-search-result .menuRow .textHead span.icon {
  font-size: 16px;
  color: #fff5f5;
  position: absolute;
  right: 30px;
}
component-search-result .menuRow .textMenu {
  font-size: 13px;
  font-weight: normal;
  padding-left: 10px;
}
component-search-result .menuRow .textMenu a {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #525252;
  padding: 10px 0px;
  display: block;
  text-transform: uppercase;
}
component-search-result .menuRow .textMenu a:hover {
  text-decoration: none;
  outline: none;
  color: black;
}
component-search-result .menuRow .textMenu a .fa {
  position: absolute;
  right: 30px;
  font-style: 14px;
}
component-search-result .menuRow .textMenu .subMenu {
  display: none;
}
component-search-result .menuRow .textMenu .subMenu.active {
  display: block;
}
component-search-result .menuRow .textMenu .subMenu .subMenuList {
  width: 100%;
}
component-search-result .menuRow .textMenu .subMenu .subMenuList a.subMenu {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #525252;
}
component-search-result .menuRow .textMenu .subMenu .subMenuList a.subMenu:hover {
  color: black;
}
component-search-result .menuRow .textMenu .subMenu .subMenuList a.subMenu .fa {
  position: relative;
  left: 0;
  padding-right: 7px;
  padding-left: 0px;
}
component-search-result .menuRow .textMenu .subMenu .subMenuList .subSubMenuList {
  width: 100%;
}
component-search-result .menuRow .textMenu .subMenu .subMenuList .subSubMenuList a.subSubMenu {
  display: block;
  font-size: 12px;
  color: #525252;
  padding: 7px 0;
  margin-left: 14px;
}
component-search-result .menuRow .textMenu .subMenu .subMenuList .subSubMenuList a.subSubMenu:hover {
  color: black;
}
component-search-result .menuRow .textMenu .subMenu .subMenuList .subSubMenuList a.subSubMenu .fa {
  position: relative;
  left: 0;
  padding-right: 10px;
}
component-search-result .product_page_type_o_container {
  float: left;
  width: 100%;
  display: block;
}
component-search-result .product_page_type_o_container .filter_container {
  float: left;
  width: 100%;
}
component-search-result .product_page_type_o_container .filter_container .item_header {
  display: block;
  line-height: 40px;
  font-size: 14px;
  text-align: left;
  background-color: #6F6F70;
  color: white;
  height: 40px;
  padding-left: 10px;
}
component-search-result .product_page_type_o_container .filter_container .item_choice {
  background-color: white;
  margin-bottom: 10px;
}
component-search-result .product_page_type_o_container .filter_container .item_choice .header {
  line-height: 30px;
  font-size: 14px;
  color: black;
  cursor: pointer;
  padding: 5px;
  font-weight: bold;
}
component-search-result .product_page_type_o_container .filter_container .item_choice .header .fa {
  font-size: 18px;
  transition: all 0.3s;
  position: absolute;
  right: 25px;
  color: black;
  line-height: 30px;
  transform: rotate(90deg);
}
component-search-result .product_page_type_o_container .filter_container .item_choice .chioce_container {
  padding: 0px 10px 10px 10px;
}
component-search-result .product_page_type_o_container .filter_container .item_choice .chioce_container .chioce_of_selectbox {
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 0px 5px;
}
component-search-result .product_page_type_o_container .filter_container .item_choice .chioce_container .chioce_of_selectbox label {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #696969;
  line-height: 25px;
  letter-spacing: 1px;
}
component-search-result .product_page_type_o_container .filter_container .item_choice .chioce_container .chioce_of_selectbox label input {
  margin-right: 5px;
}
@media (max-width: 991px) {
  component-search-result .product_page_type_o_container .filter_container .item_choice .chioce_container .chioce_of_selectbox {
    height: 120px;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 991px) {
  component-search-result .product_page_type_o_container .filter_container .item_choice.first {
    margin-top: 10px;
  }
  component-search-result .product_page_type_o_container .filter_container .item_choice {
    border-bottom: 1px solid #eee;
    padding-bottom: 0px;
    margin-bottom: 0;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  component-search-result .product_page_type_o_container .filter_container .item_choice:not(.active) .header .fa {
    transform: rotate(0deg);
  }
  component-search-result .product_page_type_o_container .filter_container .item_choice:not(.active) .chioce_container {
    display: none;
    overflow: hidden;
  }
  component-search-result .product_page_type_o_container .filter_container .item_choice.active .header .fa {
    transform: rotate(90deg);
  }
}
@media (min-width: 992px) {
  component-search-result .product_page_type_o_container .filter_container .item_choice.active .header .fa {
    transform: rotate(0deg);
  }
  component-search-result .product_page_type_o_container .filter_container .item_choice.active .chioce_container {
    display: none;
    overflow: hidden;
  }
}
component-search-result .product_page_type_o_container .view_product_head {
  float: left;
  width: 100%;
  height: auto;
}
component-search-result .product_page_type_o_container .view_product_head .head {
  line-height: 50px;
  padding: 20px 15px;
  display: block;
  margin-bottom: 20px;
  color: black;
}
component-search-result .product_page_type_o_container .view_product_head .head .fa {
  padding: 0px 15px;
}
component-search-result .product_page_type_o_container .view_product_head .filter {
  float: left;
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  background-color: white;
}
component-search-result .product_page_type_o_container .view_product_head .filter .head_item {
  float: left;
  margin-right: 20px;
}
component-search-result .product_page_type_o_container .view_product_head .filter .head_item label {
  float: left;
  width: auto;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
}
component-search-result .product_page_type_o_container .view_product_head .filter .head_item .select_box {
  float: left;
  width: auto;
  height: 30px;
  min-width: 150px;
  margin-left: 10px;
}
component-search-result .product_page_type_o_container .view_product_head .filter .head_item .select_box select {
  width: 100%;
  height: 30px;
  background-color: white;
  border: 1px solid #eee;
  outline: none;
}
component-search-result .product_page_type_o_container .view_product_head .filter .head_item .icon_box {
  float: left;
  width: auto;
  height: 30px;
  margin-left: 10px;
}
component-search-result .product_page_type_o_container .view_product_head .filter .head_item .icon_box .icon_type {
  width: 30px;
  height: 30px;
  padding: 3px;
  background-color: white;
  float: left;
  line-height: 25px;
  border: 1px solid #dddddd;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
component-search-result .product_page_type_o_container .view_product_head .filter .head_item .icon_box .icon_type:hover {
  border: 1px solid black;
}
component-search-result .product_page_type_o_container .view_product_head .filter .head_item .icon_box .icon_type .fa {
  color: #696969;
}
component-search-result .product_page_type_o_container .view_product_container {
  margin-top: 10px;
}
component-search-result .product_page_type_o_container .view_product_container.view_list .col-item {
  width: 100% !important;
}
@media (max-width: 991px) {
  component-search-result {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
component-search-result .container_product_type_oa .product-filter-bar {
  margin-bottom: 40px;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}
component-search-result .container_product_type_oa .product-filter-bar .filter-item {
  height: 30px;
}
component-search-result .container_product_type_oa .product-filter-bar .filter-item .txt {
  font-size: 13px;
  line-height: 30px;
  color: #212121;
  float: left;
  margin-right: 10px;
}
component-search-result .container_product_type_oa .product-filter-bar .filter-item .val {
  float: left;
  margin-right: 10px;
}
component-search-result .container_product_type_oa .product-filter-bar .filter-item .val select {
  width: auto;
  height: 30px;
  border: 0px;
  color: black;
  line-height: 30px;
  outline: none;
  background-color: white;
}
@media (max-width: 991px) {
  component-search-result .container_product_type_oa .product-filter-bar .filter-item .val select {
    border: 1px solid #dddddd;
    border-radius: 0px;
    padding: 0px 10px;
  }
}
component-search-result .container_product_type_oa .product-filter-bar .filter-item .val .icon .icon_type {
  width: 30px;
  height: 30px;
  padding: 3px;
  background-color: white;
  float: left;
  line-height: 25px;
  border: 1px solid #dddddd;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
/*component-search-result .container_product_type_oa .product-filter-bar .filter-item .val .icon .icon_type:hover {
  border: 1px solid black;
}*/
component-search-result .icon.not-icon-svg {
    height: 37px;
    background-color: white;
    float: left;
    text-align: center;
    margin-right: 5px;
    transition: all 0.3s;
    outline: none;
    padding: 7px;
}

component-search-result .icon.not-icon-svg svg{
    width: auto;
    height: 20px;
}

component-search-result .container_product_type_oa .product-filter-bar .filter-item .val .icon .icon_type.active svg #Artboard {
    stroke: #FF5100;
}

component-search-result .container_product_type_oa .product-filter-bar .filter-item .val .icon .icon_type .fa {
  color: #696969;
}
component-search-result .container_product_type_oa .product-filter-bar .filter-left .filter-item {
  float: left;
  margin-right: 10px;
}
component-search-result .container_product_type_oa .product-filter-bar .filter-right .filter-item {
  float: right;
  margin-left: 10px;
}
@media (max-width: 991px) {
  component-search-result .container_product_type_oa .product-filter-bar {
    margin-bottom: 30px;
  }
  component-search-result .container_product_type_oa .product-filter-bar .filter-left .filter-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  component-search-result .container_product_type_oa .product-filter-bar .filter-right .filter-item {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
component-search-result .container_product_type_oa .product-head-bar {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
component-search-result .container_product_type_oa .product-head-bar .item {
  padding: 9px 0px;
  color: white;
  background-color: #909090;
  outline: none;
  display: inline-block;
  font-size: 14px;
  width: 160px;
  text-align: center;
  text-transform: uppercase;
}
component-search-result .container_product_type_oa .product-bottom {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
}
component-search-result .container_product_type_oa .product-bottom .item {
  margin: 0 auto;
}
component-search-result .container_product_type_oa .product-bottom .item button {
  transition: all 0.3s;
}
component-search-result .container_product_type_oa .product-bottom .item button.loading {
  opacity: 0.5;
}
component-search-result [data-view="list"] {
  width: 100% !important;
}
