#topsearchelastic_widget.active {
  /* position: absolute; */
  /* right: 0; */
  /*width: calc(100vw - 20px);*/
  /* top: 110px; */
  /* z-index: 1000; */
  /* padding: 100px; */
  /* background: #fff; */
  /* left: 10px; */
}
.sticky-header #topsearchelastic_widget.active {
  top: 70px;
}
#topsearchelastic_widget form {
  position: relative;
  /*display: none;*/
}
#topsearchelastic_widget.active form {
  display: block;
}
#topsearchelastic_widget form input[type=text] {
  width: 100%;
  padding: 12px 40px 13px 20px;
  outline: none;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding-right: 1rem;

  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #696969;
  background: #F4F4F4;
  border-radius: 10px;
  border: 2px solid #F4F4F4;
}
#topsearchelastic_widget form input[type=text]:focus {
  outline: none;
  color: #232323;
  background: transparent;
  border: 2px solid #2fb5d2;
}
#topsearchelastic_widget form input[type=text]:focus + button .search {
  color: #2fb5d2
}
#topsearchelastic_widget form#formtopsearchelastic button[type=submit] {
  position: absolute;
  background: none;
  border: none;
  bottom: 10px;
  right: .125rem;
  top: 0px;
  height: 50px;
  background: #559CA1;
  width: 55px;
  line-height: 30px;
  text-align: center;
  padding-top: 10px;
  border-radius: 5px;
}
#topsearchelastic_widget form#formtopsearchelastic button[type=submit]:after {
  content: "";
  background: url(../../../../../assets/img/svg/search_icon.svg) no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
}
#topsearchelastic_widget form button[type=submit] .search:hover {
  color: #2fb5d2
}
#topsearchelastic_widget form button:focus {
  outline: 0px dotted;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0px;
  outline: 0px auto -webkit-focus-ring-color;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0px;
}
.header-top #topsearchelastic_widget form input[type=text] {
  /* min-width: inherit; */
  /* width: 100%; */
  /* background: transparent; */
  min-width: inherit;
  color: #9b9b9b;
  background: #f6f6f6;
  height: 50px;
}
#checkout #search_widget {
  display: none
}
#search_widget {
  display: none
}
#pagenotfound .page-content #search_widget {
  width: 100%
}
.page-not-found #topsearchelastic_widget form {
  display: inline-block
}
@media (max-width: 767px) {
  .header-top #topsearchelastic_widget {
    float: none;
    padding:7px;
    background-color: #f6f6f6;
  }
  .header-top #topsearchelastic_widget form {
    margin: 0 auto;
  }
  .header-top #topsearchelastic_widget form input[type=text] {
    min-width: inherit;
    background: #fff;
  }
}
@media (min-width: 768px) {
  #topsearchelastic_widget.active {
    width: 100%;
  }
  #topsearchelastic_widget {
    width: 100%;
    margin-bottom: 0;
    margin-top: 13px;
  }
}
#topsearchelastic_result {
  max-height: calc(100vh - 180px);
  /* min-height: 100vh; */
  overflow: auto;
  background-color: #ffffff;
  border: none;
  margin-top: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  position: fixed;
  display: none;
  z-index: 100;
  left: 0;
  width: 100%;
  top: 190px;
  padding: 0px 20px;
}
#topsearchelastic_main_content {
  width: 80%;
  float: left;
  border-left: 1px solid #575757;
}
#topsearchelastic_result_content #products_results_num{
  display:none;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #433F3F;
  padding: 0px 15px;
}
#topsearchelastic_result_content {
  box-sizing: border-box;
  background: white;
}
#topsearchelastic_result_content #product_results {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 10px;
  grid-auto-flow: dense;
  max-width: 100%;
  padding: 15px;
  /*height: calc(100vh - 270px);*/
  overflow: auto;
  align-items: end;
}
#topsearchelastic_result_content #product_results.grid2 {
  grid-template-columns: repeat(2, 1fr);
}
#topsearchelastic_filter_content {
  box-sizing: border-box;
  width: 20%;
  float: left;
  padding-right: 25px;
  max-height: calc(100vh - 190px);
  overflow:auto;
}
#topsearchelastic_filter_content .topsearchelastic_filter-list {
  display: none;
  /* padding-left: 20px; */
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C3C3C3;
}
#topsearchelastic_filter_content .topsearchelastic_filter-container {
  /* border-bottom: 1px solid #ededed; */
}
#topsearchelastic_filter_content .topsearchelastic_filter-container > p {
  margin: 17px 0px 10px;
  cursor: pointer;
  display: block;
  position: relative;
}
#topsearchelastic_filter_content .topsearchelastic_filter-container > p strong {
  font-weight: bold;
}
#topsearchelastic_filter_content .topsearchelastic_filter-container > p strong:after {
  content: "+";
  float: right;
}
#topsearchelastic_filter_content .topsearchelastic_filter-container.active > p strong:after {
  content: "-";
}
#topsearchelastic_filter_content label {
  /* text-align: left; */
  /* display: block; */
  /* font-size: 12px; */
  /* font-weight: lighter; */
}
#topsearchelastic_filter_content label small {
  color: #bdbdbd;
}
#topsearchelastic_filter_content label > * {
  /* display: inline-block; */
  /* vertical-align: middle; */
}

#topsearchelastic_filter_content .inputcontent {
  height: 16px;
  width: 16px;
  position: relative;
  border: 1px solid grey;
}
#topsearchelastic_filter_content .inputcontent > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  display: block;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
#topsearchelastic_filter_content .inputcontent > * {
  width: 100%;
  height: 100%;
}
#topsearchelastic_filter_content .inputcontent > input:checked + .formatcheckbox {
  background: black;
}

#topsearchelastic_filter_content .inputcontent .formatcheckbox {
  display: block;
  border: 1px solid white;
}
#topsearchelastic_result .col-xs-12 {
  overflow: hidden;
}
.topsearchelastic_item {
  cursor: pointer;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.topsearchelastic_item img {
  /* width: 100% !important; */
  max-width: 100%!important;
  margin: 0 auto;
  display: block;
}
.results_header {
  width: 100%;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: #2fb5d2;
  font-weight: 600;
}
#product_results .topsearchelastic_item.active {
  color: #000;
}
#product_results .topsearchelastic_item {

}
#product_results .topsearchelastic_item > span{
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.85px;
  color: #000;
  text-transform: initial;
  /* font-family: Helvetica; */
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  padding: 5px 0px 5px;
}
#product_results .topsearchelastic_item > strong {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
#product_results .topsearchelastic_item > strike {
  margin-right: 5px;
  font-weight: bold;
  color: #7a7a7a;
}
#product_results .topsearchelastic_item > mark {
  background: #8e1212;
  color: #fff;
  font-weight: bold;
  margin-left: 5px;
  padding: 0;
}
#product_results .topsearchelastic_item:last-child {
  border: 0
}
#topsearchelastic_result::-webkit-scrollbar,
#topsearchelastic_filter_content::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 8px;
}
#topsearchelastic_suggestion_content::-webkit-scrollbar{
  -webkit-appearance: none;
  height: 5px;
}
#topsearchelastic_result::-webkit-scrollbar-track,
#topsearchelastic_filter_content::-webkit-scrollbar-track,
#topsearchelastic_suggestion_content::-webkit-scrollbar-track {
  background-color: rgb(255 255 255 / 60%);
  border-radius: 8px;
}
#topsearchelastic_result::-webkit-scrollbar-thumb,
#topsearchelastic_filter_content::-webkit-scrollbar-thumb,
#topsearchelastic_suggestion_content::-webkit-scrollbar-thumb{
  border-radius: 8px;
  background-color: rgba(156,156,156,.6);
}
#topsearchelastic_result::-webkit-scrollbar-thumb:hover,
#topsearchelastic_filter_content::-webkit-scrollbar-thumb:hover,
#topsearchelastic_suggestion_content::-webkit-scrollbar-thumb:hover {
  background: rgb(156,156,156);
}
#topsearchelastic_no_results{
  display:none;
  min-height: 400px;
  padding: 50px 20px;
  font-size: 18px;
}

#topsearchelastic_sort_content {
  height: 42px;
  margin: 0px 0 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  background:#fff;
  border-bottom:1px solid #575757;
}
#topsearchelastic_sort_content i.iconfilter:before {
  content: "";
  background: url(img/filter.svg) no-repeat;
  display: block;
  width: 20px;
  height: 14px;
}

#topsearchelastic_sort_content i.iconfilter {
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-left: 15px;
}
#topsearchelastic_sort_content select {
  -moz-appearance: none;
  text-indent: 1px;
  background-color: transparent;
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4B4B4D;
  border: 0px;
}
#topsearchelastic_sort_content .orderbycontent {
  margin-right: 30px;
}
#topsearchelastic_sort_content  .filteroptions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
#topsearchelastic_sort_content  .filteroptions select{
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
/* For IE10 */
#topsearchelastic_sort_content  .filteroptions select::-ms-expand {
  display: none;
}


#topsearchelastic_sort_content  .filteroptions select{
  background: url(img/select_drop.png) no-repeat;
  background-position: center right;
}
#topsearchelastic_sort_content .gridviewcontent {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#topsearchelastic_sort_content .filteroptions label {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
ul#gridTopsearchelasticOptions {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
ul#gridTopsearchelasticOptions li {
  padding: 0px 9px;
  cursor: pointer;
}
ul#gridTopsearchelasticOptions li.active {
  font-weight: bold;
}
ul#gridTopsearchelasticOptions li:last-child {
  border-left: 1px solid black;
  padding-right: 0px;
}
div#topsearchelastic_sort_content .filtertxt > * {
  vertical-align: middle;
  display: inline-block;
}
#topsearchelastic_suggestion_content {
  padding: 15px;
  background: transparent;
  border-bottom: 1px solid #575757;
}
#topsearchelastic_suggestion_content #product_suggestions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
#topsearchelastic_suggestion_content #product_suggestions .topsearchelastic_suggestion {
  cursor: pointer;
  padding:10px;
  background: #F4F4F4;
  color:#000;
  border-radius:20px;
}
#topsearchelastic_input_autocomplete {
  position: absolute;
  z-index: -1;
  left: 0;
  color: rgba(122, 122, 122, .6);
}
html.topsearchelastic_show {
  overflow: hidden;
}
html.topsearchelastic_show body {
  overflow: initial;
}
.topsearchelastic_close {
  cursor: pointer;
  float: right;
  margin-right:15px;
  border:1px solid #BFBEBE;
}
.topsearchelastic_close_mobile{
  display:none;
  position: absolute;
  right: 0px;
  top: 0px;
  background: grey;
  line-height: 40px;
  padding: 0px 20px;
  color: white;
}
#topsearchelastic_widget:after {
  display: none!important;
}
#topsearchelastic_widget .icon-search-event{
  cursor: pointer;
}
#topsearchelastic_widget .icon-search-event:after {
  content: "";
  background: url(../../../../../assets/img/svg/search.svg) no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: 100%;
  float: right;
  margin-top: 3px;
  cursor: pointer;
}
@media (max-width:1024px) {
  #topsearchelastic_result_content {
    float: none;
    border: none;
    margin: 0;
    padding: 0;
  }
  #topsearchelastic_result {
    max-height: none;
    top: 180px;
  }
}
@media (max-width:991px) {
  #topsearchelastic_widget form input[type=text] {
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 9px 12px;
    font-size: 13px;
  }

#topsearchelastic_widget form#formtopsearchelastic button[type=submit] {
    padding: 7px;
    height: 40px;
    line-height: 40px;
    background: transparent;
}

#topsearchelastic_widget form#formtopsearchelastic button[type=submit]:after {
    background: url(../../../../../assets/img/svg/search_icon_mobile.svg) no-repeat;
    width: 22px;
    height: 22px;
}
  #topsearchelastic_widget.active {
  }
}
@media (max-width: 767px) {
  #header.isScroll .header-top .container-iqit-menu {
    /*background: transparent;*/
  }
  .isScroll .header-top #topsearchelastic_widget form input[type=text] {
    /*background: transparent;*/
  }
  .isScroll .header-top #topsearchelastic_widget form input[type=text]::placeholder {
    color: black;
  }
  #topsearchelastic_result {
    position: fixed;
    height: 85vh;
    padding-top: 4px;
    top: 170px;
  }
  .isScroll #topsearchelastic_result {
    height: 90vh;
  }
  #topsearchelastic_main_content{
    border:0px;
    float:none;
    width: 100%;
  }
  #topsearchelastic_result .flex{
    height:100%;
  }
  #topsearchelastic_result_content {
    padding: 0px ;
    padding-bottom: 25px;
    background:transparent;
  }
  #topsearchelastic_filter_control.oculto{
    visibility: hidden;
  }
  #topsearchelastic_open_filter{
    display:flex;
    justify-content: space-between;
  }
  #topsearchelastic_close_filter.close, #topsearchelastic_open_filter.close{
    display:none;
    /* position: absolute; */
    top: 0px;
    right: 0px;
  }
  #topsearchelastic_open_filter button, #topsearchelastic_close_filter button{
    width:100%;
    background: #abb6b9;
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
  }
  #topsearchelastic_open_filter span {
    line-height: 50px;
  }
  #topsearchelastic_open_filter button{

  }
  #topsearchelastic_close_filter button{
    width:100%;
  }
  #topsearchelastic_main_content.hidden-mobile{
    display:none;
  }
  #topsearchelastic_result_content #products_results_num{
    padding:0px;
  }

  #topsearchelastic_result_content #product_results {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 10px;
    padding:0px;
    padding-bottom: 40px;
    height:auto;
  }
  #topsearchelastic_result_content #product_results .thumbnail-container{
    background:transparent;
    width: 100%;
  }
  #topsearchelastic_result_content #product_results .product-title{
    min-height:36px;
  }
  #topsearchelastic_sort_content .gridviewcontent {
    display: none;
  }
  #topsearchelastic_filter_content {
    width: 100%;
    height: calc(100% - 100px);
    padding-right: 0px;
    padding-left: 0px;
  }
  #topsearchelastic_filter_content.hidden-mobile{
    display:none;
  }
  #topsearchelastic_filter_content .topsearchelastic_filter-container > p strong:after {
    padding-right: 15px;
  }
  #topsearchelastic_widget.active {
    left: auto;
  }
  #topsearchelastic_sort_content {
    display:none;
    padding: 20px 15px 35px;
    justify-content: space-between;
    background: transparent;
  }
  #topsearchelastic_sort_content .orderbycontent {
    margin-right: 0px;
  }
  .topsearchelastic_close {
    top: 60px;
    right: 25px;
    z-index: 9999;
    display: none;
  }
  .topsearchelastic_close_mobile.open{
    position: absolute;
    background: #fff;
    border: none;
    bottom: 10px;
    right: 0.5rem;
    top: 6px;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    display: none;
    font-size: 10px;
    border: 0.25px solid #BFBEBE;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
  }
  .topsearchelastic_show .topsearchelastic_close {
    display: none;
  }
  .topsearchelastic_show #topsearchelastic_widget form input[type=text] {
  }
  .topsearchelastic_show #header .header-top #topsearchelastic_widget {
    border-bottom: 0px;
  }
  #topsearchelastic_suggestion_content{
    overflow:auto;
  }
  #topsearchelastic_suggestion_content #product_suggestions{
    flex-wrap: nowrap;
  }
  #topsearchelastic_suggestion_content #product_suggestions .topsearchelastic_suggestion {
    white-space: nowrap;
  }
  section#topsearchelastic_pagination {
    padding-bottom: 110px;
  }
}
@media(max-width:374px) {
  #topsearchelastic_result_content #product_results{
    grid-template-columns: repeat(1, 1fr);
  }
}

div#topsearchelastic_widget form#formtopsearchelastic i {
  position: absolute;
  padding: 0.5rem;
}
#topsearchelastic_widget.active form {
}
section#topsearchelastic_pagination {
  /* position: relative; */
  /* margin-top: 10px; */
  /* display: block; */
  /* height: 50px; */
}
/*
Pills*/
.PillList-item {
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px 5px 5px 0px;
  text-transform: capitalize;
}

.PillList-item input[type="checkbox"] {
  display: none;
}
.PillList-item input[type="checkbox"]:checked + .PillList-label {
  background-color: #7a7a7a;
  border: 1px solid #696969;
  color: #fff;
  padding-right: 16px;
  padding-left: 16px;
}

.PillList-label {
  display: block;
  padding: 7px 16px;
  text-decoration: none;
  border: 1px solid #BFBEBE;
  border-radius: 2px;
  background: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000;
}
.PillList-label.color,
.PillList-label.texture {
  display: inline-block;
  position:relative;
  border-radius:50%;
  width:30px;
  height:30px;
  padding: 0px;
  margin: 0.3125rem;
  margin-right: 0.5rem;
  border: 2px solid #979797;
}
.PillList-label.color:hover,
.PillList-label.texture:hover {
  border-color: #000;
}

.PillList-item input[type="checkbox"]:checked + .PillList-label.color,
.PillList-item input[type="checkbox"]:checked + .PillList-label.texture {
  padding:0px !important;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 10px #4e4e4e;
}
.PillList-label.color .Icon.Icon--checkLight.Icon--smallest,
.PillList-label.texture .Icon.Icon--checkLight.Icon--smallest{
  position: absolute;
  top: 2px;
  right: 2px;
}
.PillList-label.color .Icon.Icon--checkLight.Icon--smallest i,
.PillList-label.texture .Icon.Icon--checkLight.Icon--smallest i{
  text-shadow: 0px 0px 3px #000000;
}
.PillList-item
input[type="checkbox"]:checked
+ .PillList-label
.Icon--checkLight {
  display: inline-block;
}

.PillList-item input[type="checkbox"]:checked + .PillList-label .Icon--checkLight i {
    font-size: 15px;
}
.PillList-item
input[type="checkbox"]:checked
+ .PillList-label.color
.Icon--checkLight,
.PillList-item
input[type="checkbox"]:checked
+ .PillList-label.texture
.Icon--checkLight {
  display: none;
}
.PillList-item input[type="checkbox"]:checked + .PillList-label .Icon--addLight,
.PillList-label .Icon--checkLight,
.PillList-children {
  display: none;
}
.PillList-label .Icon {
  /* width: 12px; */
  /* height: 12px; */
  /* margin: 0 0 6px 10px; */
}
.Icon--smallest {
  font-size: 14px;
  line-height: 14px;
}
.Icon {
  background: transparent;
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  position: relative;
}
.topsearchelastic_filter-container.active {
  width: 100%;
  height: auto;
  position: relative;
  display: grid;
}

#topsearchelastic_widget .topsearchelastic_item form.add-to-cart-or-refresh{
  display: flex;
  justify-content: center;
}

.topsearchelastic_item button.btn.btn-primary.add-to-cart {
  padding: 0.5rem 01.5rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  background-color: #559CA1;
}

.topsearchelastic_item button.btn.btn-primary.add-to-cart i {margin: 0;color: white;}
