#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] {
    /* padding: 10px; */
    /* min-width: 255px; */
    /* color: #7a7a7a; */
    /* border: 0; */
    /* border-bottom: 1px solid #707070; */
    width: 100%;
    padding: 10px 20px 10px 40px;
    outline: none;
    /* background-color: #f1f1f1; */
    /* border: none; */
    /* border-radius: 5px; */
    padding-right: 1rem;
}
#topsearchelastic_widget form input[type=text]:focus {
    outline: none;
    color: #232323;
    background: transparent;
}
#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;
}
#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; */
}
#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
    }
    .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 {
        min-width: 15.63rem;
    }
    #topsearchelastic_widget {
        min-width: 0px;
        float: ;
        margin-bottom: 0;
    }
}
#topsearchelastic_result {
    max-height: calc(100vh - 130px);
    /* min-height: 100vh; */
    overflow: auto;
    background-color: #f6f6f6;
    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: 112px;
    padding: 20px;
}

#topsearchelastic_result .flex {
    /* display: flex; */
}
#topsearchelastic_result_content {
    box-sizing: border-box;
    width: 80%;
    float: left;
    background: white;
}
#topsearchelastic_result_content #product_results {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px 10px;
    grid-auto-flow: dense;
    max-width: 100%;
    padding: 15px;
    height: calc(100vh - 270px);
    overflow: auto;
}
#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;
    clear: left;
}
#topsearchelastic_filter_content .topsearchelastic_filter-list {
    display: none;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 15px;
    overflow: hidden;
}
#topsearchelastic_filter_content .topsearchelastic_filter-container {
    /* border-bottom: 1px solid #ededed; */
    display: block;
    width: 100%;
}
#topsearchelastic_filter_content .topsearchelastic_filter-container > p {
    margin: 10px 0px 5px;
    padding-left: 0px;
    cursor: pointer;
    position: relative;
    display: block;
}
#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;
}
.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: 11px;
    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: 9px 0px 6px;
    line-height: 13px;
    max-height: 37px;
}

#product_results .topsearchelastic_item > span:nth-child(3) {
    padding-top: 3px;
}
#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 {
    -webkit-appearance: none;
    width: 8px;
}
#topsearchelastic_result::-webkit-scrollbar-track {
    background-color: rgb(255 255 255 / 60%);
    border-radius: 8px;
}
#topsearchelastic_result::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156,156,156,.6);
}
#topsearchelastic_result::-webkit-scrollbar-thumb:hover {
    background: rgb(156,156,156);
}
#topsearchelastic_sort_content {
    margin: 0px 0 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    width: 25%;
    float: right;
}
#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 {
    /* outline: cornflowerblue; */
    /* height: 20px; */
    /* border: 0; */
    font-size: 14px;
    /* color: #57575a; */
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    text-indent: 1px;
    background-color: #f6f6f6;
    /* background-position-x: right; */
    /* background-position-y: center; */
    padding-right: 20px;
}
#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 .gridviewcontent {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#topsearchelastic_sort_content .filteroptions label {
    font-size: 16px;
    color: black;
    font-weight: 100;
    margin-right: 10px;
    margin-bottom: 0px;
}
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-bottom: 15px;
    /*display: none;*/
    width: 75%;
    float: left;
}
#topsearchelastic_suggestion_content #product_suggestions {
    display: flex;
    justify-content: space-around;

}
#topsearchelastic_suggestion_content #product_suggestions .topsearchelastic_suggestion {
    cursor: pointer;
}
#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;
    position: absolute;
    top: 20px;
    right: 10px;
    /* z-index: 1002; */
}
#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;
}

div#topsearchelastic_widget form#formtopsearchelastic i {
    position: absolute;
    padding: 13px;
}
#topsearchelastic_widget.active form {
    max-width: 240px;
}
section#topsearchelastic_pagination {
    /* position: relative; */
    /* margin-top: 10px; */
    /* display: block; */
    /* height: 50px; */
    padding: 20px 0px;
}
/*
Pills*/
.PillList-item {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 12px 12px 0;
    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 {
    border: 1px solid #7a7a7a;
    /* border-radius: 20px; */
    color: #7a7a7a;
    display: block;
    padding: 5px 6px;
    text-decoration: none;
    text-align: left;
}
.PillList-item
input[type="checkbox"]:checked
+ .PillList-label
.Icon--checkLight {
    display: inline-block;
}
.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_widget .topsearchelastic_item form.add-to-cart-or-refresh {
    display: none;
}


/*media queryes*/
@media (max-width:1024px) {
    #topsearchelastic_result_content {
        /* float: none; */
        /* border: none; */
        /* margin: 0; */
        /* padding: 0; */
    }
    #topsearchelastic_result {
        max-height: none;
        padding: 0;
    }
}
@media (max-width:991px) {
    #topsearchelastic_result_content #product_results{
        grid-template-columns: repeat(4, 1fr);
    }
    .topsearchelastic_close{
        top: 9px;
    }
    #topsearchelastic_filter_content .topsearchelastic_filter-container > p{
        margin-left: 15px;
    }

#topsearchelastic_filter_content .topsearchelastic_filter-list {
    padding-left: 15px;
}
    #topsearchelastic_sort_content{
        width: 100%;
        padding: 10px 10px;
    }
    #topsearchelastic_result{
        top: 155px;
    }
    #topsearchelastic_suggestion_content{
        display: none
    }
    div#topsearchelastic_widget form#formtopsearchelastic i{
        right: 20px;
    }
    #topsearchelastic_widget form{
        padding: 0px 15px;
    }
    #topsearchelastic_widget form input[type=text] {
        border-bottom: 0px solid #707070;
    }
    #topsearchelastic_widget form input[type=text] {
        padding: 10px;
        border: none;
    }
    #topsearchelastic_widget.active {
        padding: 0px;
    }
    #topsearchelastic_widget.active form{
        max-width: initial
    }
}
@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 {
        /* width: 118%; */
        /* left: -18%; */
        margin-top: 30px;
        max-height: calc(100vh - 151px);
        /* padding-top: 35px; */
    }
    .isScroll #topsearchelastic_result {
        max-height: 90vh;
    }
    #topsearchelastic_result_content {
        width: 100%;
        float: left;
        padding: 0px 15px;
        padding-bottom: 25px;
    }
    #topsearchelastic_result_content #product_results {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 10px;
        padding-bottom: 35px;
    }
    #topsearchelastic_sort_content .gridviewcontent {
        display: none;
    }
    #topsearchelastic_filter_content {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    #topsearchelastic_filter_content .topsearchelastic_filter-container > p strong:after {
        padding-right: 15px;
    }
    #topsearchelastic_widget.active {
        left: auto;
    }
    #topsearchelastic_sort_content {
        /* padding: 20px 15px 35px; */
        justify-content: space-between;
    }
    #topsearchelastic_sort_content .orderbycontent {
        margin-right: 0px;
    }
    .topsearchelastic_close {
        /* top: 60px; */
        /* right: 25px; */
        /* z-index: 9999; */
        /* display: none; */
    }
    .topsearchelastic_show .topsearchelastic_close {
        display: block;
    }
    .topsearchelastic_show #topsearchelastic_widget form input[type=text] {
        /* border-bottom: solid 0.3px #707070; */
    }
    .topsearchelastic_show #header .header-top #topsearchelastic_widget {
        border-bottom: 0px;
    }
}
