/* Common Search */
.common_search_box{font-size: 16px;}
.search-record-wrap li a.search-record-list-item, .search-record-wrap .remove-search-item {
    color: #212529;font-size: 16px;
}
.common_search_box .search__item__css li{display: flex;justify-content: space-between;}
.history-icon{margin-right: 10px;width: 17px;margin-bottom: 2px;}
.common_search_box{background: #fff;border-radius: 5px;padding: 15px 0;}
.common_search_box section.category-listing{background: transparent;padding: 0;}
.common_search_box .category-list-items.search__item__css{padding: 0;}
.common_search_box .ft-products .products--layout .products__footer{padding: 0px 10px 15px 20px;}
.common_search_box section.search-box-section.pb-0.search_product__css .section-head{padding-top: 0;}
.common_search_box .empty-result{margin: 30px;}
.common_search_box .empty-result .top-content{margin-bottom: 10px;}
.common_search_box_loader{background: #fff;border-radius: 5px;padding: 48px 0;position: absolute;z-index: 99;width: 100%;box-shadow: 2px 11px 31px -9px #ccc;left: 0;margin-top: 10px;}
/* .common_search_box .category-list-items{justify-content: start;} */
.common_search_box .section-head {margin-bottom: 0;}
.common_search_box .section-head .section__heading{font-size: 16px;}
.common_search_box .section-head .section__heading h2{font-size: 16px !important;}
.common_search_box .section__heading h2{font-weight: 500 !important;color: #857D7D;}
.common_search_box a.link{color: #D31334; font-size: 14px;padding: 5px 0px;}
.common_search_box a.link:after{background-color: #D31334;}
.common_search_box .products__price{font-weight: 400 !important;}
.common_search_box .suggested-search{padding-bottom: 15px !important;}
.fw-700{font-weight: 700;}
.suggestion-product-css{padding-left: 31px;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
.common_search_box .category-list-items p.sub-menu-title-list{color: #212529;}
.common_search_box .products .products__title a{color: #212529;}
.common_search_box .products .products__price{color: #212529;}
.common_search_box .suggested-search.category-listing .category-list-items > li{margin: 0 8px 0 0;}
.common_search_box .category-listing.search-record-wrap .category-list-items.search__item__css > li {margin: 0 0px 0 0;}
.common_search_box .category-listing .category-list-items.a > li, .common_search_box .category-listing .category-list-items.b > li {    margin: 0 20px;}
.common_search_box .search-record-list-item{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 96%;}
.fs-20{font-size: 20px;}
@media screen and (max-width:991px){
    .common_search_box{height: auto;max-height: 65vh;overflow: scroll;}
}
@media screen and (max-width:767px){
    .common_search_box .category-list-items.search__item__css  > li {text-align: left;} 
}
@media screen and (max-width:480px){
    .common_search_box .category-list-items.b, .common_search_box .category-list-items.a{justify-content: space-between;}
    .common_search_box .category-listing .category-list-items.a > li, .common_search_box .category-listing .category-list-items.b > li {    margin: 0 8px;}
}