#storeFrontcontainer .header-search__sayt .gb-list__item li {
   /*  padding-left: 10px; */
}

/* #storeFrontcontainer .header-search__sayt .gb-list__item  li:hover {   
	background: #fff;
} */
#storeFrontcontainer .gb-list__wrapper {
	margin-bottom: 0px;
}

#storeFrontcontainer  {
	padding-left: 5px;
}

#storeFrontcontainer ol, #storeFrontcontainer ul {
    list-style: none;
}

#storeFrontcontainer body {
    line-height: 1;
}

#storeFrontcontainer blockquote, q {
    quotes: none;
}

#storeFrontcontainer blockquote::after,
blockquote::before {
    content: "";
    content: none;
}

#storeFrontcontainer q::after,
q::before {
    content: "";
    content: none;
}

#storeFrontcontainer table {
    border-collapse: collapse;
    border-spacing: 0;
}

#storeFrontcontainer button,
input {
    border-radius: 0;
}

button:focus,
input:focus {
    outline: 0;
}

#storeFrontcontainer body .wrapper {
    overflow: hidden;
}

#storeFrontcontainer button:active {
    color: black;
}

/* Variables */

#storeFrontcontainer .header-search {
    /* display: flex; */
    position: relative;
    /* flex-direction: row;
    flex-wrap: nowrap;
    margin: 1.5rem 1rem;
    min-width: 1rem; */
    /* font-family: Helvetica, sans-serif; */
}
.header-search__box {
    display: flex;
    flex-grow: 2;
	display: -ms-flexbox;
}
/* .header-search__box__input {
    margin: 0;
    border: 1px solid #777;
    border-right: 0;
    padding: .5rem 1rem;
    width: 100%;
    height: 2.5rem;
    text-align: left;
    font-size: 1rem;
} */
#storeFrontcontainer .header-search__submit {
    display: flex;
    align-items: center;
    border: none;
    background: #00aeef;
    cursor: pointer;
    width: 3rem;
    white-space: nowrap;
    color: #333;
}
#storeFrontcontainer .header-search__submit gb-link {
    display: block;
    width: 100%;
}
#storeFrontcontainer .header-search__submit gb-link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.60rem;
    /* font-size: 1.2rem;  */
}
#storeFrontcontainer .header-search__sayt {
    position: absolute;
    /* top: 2.50rem; */
    left: 0;
    z-index: 150;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 100%;
}
#storeFrontcontainer .header-search__sayt div {
    display: flex;
}
#storeFrontcontainer .header-search__sayt gb-sayt-autocomplete {
    display: block;
    background-color: #ededed;
    padding: 0 0 0 20px;
    width: 35%; 
}
.hideif:empty {
    display: none !important;
}
#storeFrontcontainer .header-search__sayt ul,
#storeFrontcontainer .header-search__sayt li {
    padding: .2rem .2rem .2rem 0;
    margin: 0;
	
}
#storeFrontcontainer .header-search__sayt gb-sayt-autocomplete h4 {
    /*  background: #777; */
    /*  display: block; */
    /* padding: .75rem !important;  */
    
    font-weight: bold;
    margin-bottom: 0.75rem !important;
    /*  color: #76c7e8; */
    
    font-size: 1.1rem;
    /*  height:1.0rem; */
}
#storeFrontcontainer .header-search__sayt gb-sayt-autocomplete a {
    cursor: pointer;
    line-height: 1.1rem;
    color: #333;
}
.header-search__sayt gb-sayt-autocomplete a:hover {
    color: #00adef !important;
	
    /*  color: #333; */
}

#storeFrontcontainer .header-search__sayt gb-sayt-autocomplete .gb-trending a {
      /* background: #afbfc6;  */
} 
	  
#storeFrontcontainer .header-search__sayt gb-sayt-autocomplete .gb-trending a gb-raw::before {
	content: '\e925';
	font-size: .8em;
	padding-right: .5rem; 
	font-family: 'CommScope-Icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
		
	#storeFrontcontainer .header-search__sayt gb-sayt-autocomplete b {
      font-weight: bold; }

#storeFrontcontainer .header-search__sayt gb-sayt-products {
    flex-grow: 2;
    background: #fff;
    width: 100%;
}
/*  #storeFrontcontainer .header-search__sayt gb-sayt-products  h6{
   padding-top :20px;
padding-left:20px;
height:20px   } */

#storeFrontcontainer .header-search__sayt gb-sayt-products ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*   padding: 1rem; */
}
#storeFrontcontainer .header-search__sayt gb-sayt-products li {
    width: 25%;
}
#storeFrontcontainer h6 {
    padding: 0.5rem;
    font-weight: bold;
}
#storeFrontcontainer gb-recommendations h4 {
    padding: 1rem;
    font-weight: bold;
    /* background: #777;
  color: #ededed; */
}
#storeFrontcontainer .gb-product-card,
gb-simple-product-card {
    display: block !important;
    flex-direction: column;
    padding: .5rem;
}
#storeFrontcontainer .gb-product-card > a,
gb-simple-product-card > a {
    align-self: center;
    text-decoration: none;
}
#storeFrontcontainer .gb-product-card__image,
gb-simple-product-card__image {
	display: block !important;
    width: 125px;
    height: 125px;
    border: 1px solid #ccc;
    margin: 0 auto 0 auto;
    line-height: 125px;
    text-align: center;
}


/* #storeFrontcontainer .gb-product-card__image::after,
gb-simple-product-card__image::after {
    content: "We're sorry, this image is broken :(";
    display: block;
    padding: 2rem;
} */
#storeFrontcontainer .gb-product-card__content,
gb-simple-product-card__content {
    display: flex;
    flex-direction: column;
    padding: 8px;
}
#storeFrontcontainer .gb-product-card__content__title,
gb-simple-product-card__content__title {
    /* display: flex;
    flex-grow: 2; */
	display: block;
	text-align: center;
	font-size: 14px;
}
#storeFrontcontainer .gb-product-card__content__title a,
gb-simple-product-card__content__title a {
    display: block;
    text-decoration: none;
    line-height: 1.3rem;
    color: #76c7e8;
}
#storeFrontcontainer .gb-product-card__content__price,
gb-simple-product-card__content__price {
    display: flex;
    padding: .5rem 0;
    color: #00aeef;
    /*  font-weight: 900; */
}
#storeFrontcontainer .gb-product-card__content__price::before,
gb-simple-product-card__content__price::before {
    content: '$';
}
#storeFrontcontainer .gb-product-card__content__stock,
gb-simple-product-card__content__stock {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 64rem) {
    #storeFrontcontainer .header-search__sayt gb-sayt-products li {
        width: 33%;
    }
}
@media only screen and (max-width: 48rem) {
    #storeFrontcontainer .header-search__sayt gb-sayt-products li {
        width: 50%;
    }
}
@media only screen and (max-width: 39rem) {
    #storeFrontcontainer .header-search__sayt gb-sayt-products li {
        width: 100%;
    }
}
@media only screen and (max-width: 30rem) {
   /*  #storeFrontcontainer .header-search__sayt div {
        flex-direction: column;
    } */
    #storeFrontcontainer .header-search__sayt gb-sayt-autocomplete {
       /*  flex: 0 0 100%; */
        width: 100%;
    }
    #storeFrontcontainer .header-search__sayt gb-sayt-products {
        display: none;
    } 
}
/*# sourceMappingURL=sample-sayt.css.map */