.desktop-query{
	position: relative;
}
.desktop-searchBar{
	font-size: 12px;
	color: #696e79;
	text-decoration: none;
	width: 90%;
	padding: 8px 10px 10px;
	border: 1px solid #dddada;
	background: #f5f5f6;
	border-radius: 4px 4px 4px 4px;
	float: right;
	margin-top: 6px;
	outline: 0;
	margin-right: 5px;
}
.discover-more{
	color:#94969f;
	font-size:12px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.search-link{
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}
.search-category{
    margin-right: 10px;
    display: inline-block;
}
.category-link{
    flex: 1;
    display: block;
    position: relative;
}
.cat-name {
    box-shadow: 0 0.5px 1.5px rgba(0,0,0,.25882);
    margin-bottom: 8px;
    padding: 5px 8px;
    color: #2874f0;
    border-radius: 2px;
    white-space: nowrap;
    font-weight: 500;
}
.search-wrap {
    position: relative;
}

.search-box-input {
    position: fixed;
    font-size: 16px !important;
    color: #282c3f !important;
    border: none !important;
    outline: none;
    z-index: 105;
    left: 50px;
    top: 8px;
    width: 76% !important;
    padding-right: 8px !important;
}
.search-box-input:focus{
    outline: none;
    box-shadow: none !important;
    caret-color:#008535;
}
.search-wrap .query-search-button {
    right: 0;
}
.search-wrap .query-action {
    z-index: 110;
    top: 14px;
    margin-right: 16px;
    position: fixed;
    min-height: 29px;
    background: #fff;
}
.search-wrap .query-search-button .search-icon {
    width: 24px;
    height: 24px;
    strokewidth: 0;
}
svg:not(:root) {
    overflow: hidden;
}
.ripple-container {
    position: relative;
    overflow: hidden;
}
.ripple-container .ripple {
    position: absolute;
    top: 0;
    left: 0;
}
.feed-card.bg {
    padding-bottom: 0;
}

.feed-card {
    margin-bottom: 16px;
    background: #fff;
}
.f-card-title.header {
    font-size: 12px;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #535766;
    letter-spacing: 1.5px;
}

.f-card-title {
    margin-left: 15px;
}
.f-coverView {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.f-coverView .main-content {
    position: relative;
    z-index: 2;
}

.f-ContentSlider {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 10px;
    scroll-behavior: smooth;
}
.f-ContentSlider.extraPadding {
    padding-bottom: 15px;
}
.f-ContentSlider .slide {
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
}
.f-product {
    width: 140px;
    height: 257px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eaeaec;
}
.f-product figure {
    height: 185px;
}
.LazyLoad {
    width: auto!important;
}
.f-ContentSlider .slide img, .f-ContentSlider .slide picture {
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.f-ContentSlider .slide img, .f-ContentSlider .slide picture {
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: fill;
}
.LazyLoad img {
    background: #fff;
    color: #fff;
}
.loaded {
    opacity: 1;
}
.preLoad {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.f-product .f-product-meta {
    padding: 0px 7px 7px;
}
.f-product .name {
    font-size: 13px;
    color: #535766;
}
.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.f-product .price {
    font-size: 13px;
    font-weight: 500;
    color: #3e4152;
}
.f-product .orig-price {
    color: #94969f;
    text-decoration: line-through;
    font-size: 11px;
    margin-right: 6px;
}
.f-product .disc-percent {
    color: #ff5722;
    font-size: 11px;
    white-space: nowrap;
}