.breadcrumb {
    background: none;
    padding: 0.75rem 1rem 0.75rem 0;
    margin: 0;
}

@media screen and (max-width: 1720px) {
    .classifyList-body {
        margin: 0 30px !important;
    }
}

.classifyList-body {
    height: auto;
    max-width: 1720px;
    min-width: 768px;
    margin: 0 auto;
    padding-bottom: 40px;
    background: #F6F8F7;
}

.m-sub {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}

.u-sub-title {
    font-weight: 600;
    font-size: 1.6vw;
}

.u-sub-text {
    font-size: 16px;
}

.g-classifyList-main {
    display: flex;
}


.g-classifyList-main-left {
    width: 340px;
    margin: 20px 10px 0 0;
    background: #fff;
    border-radius: 4px;
}

.m-filterTools {
    width: 100%;
}


.m-filterTools {
    padding: 20px 20px 40px;
}

.u-filterTools-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.u-filterTools-title {
    font-size: 20px;
    font-weight: 600;
}

.u-filterTools-clear-btn {
    font-size: 12px;
    border: solid 1px #555856;
    border-radius: 100px;
    color: #555856;
    cursor: pointer;
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.u-filterTools-form-item-sort, .u-filterTools-form-item-Categories, .u-filterTools-form-item-Stores, .u-filterTools-form-item-price {
    padding: 20px 0 20px;
    position: relative;
}


.form-title {
    font-weight: 600;
    font-size: 14px;
}

.form-list {
    padding: 0 0 0 20px;
}

.form-list-li {
    margin: 20px 0 0 0;
    color: #1C201E;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.form-list-li-more {
    display: none;
}

.active {
    color: #008750;
}

.u-filterTools-form-item-Stores .form-input {
    width: 160px;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #D0D3D1;
    justify-content: space-between;
    display: flex;
}

.u-filterTools-form-item-price .form-input {
    display: flex;
    align-items: center;
    padding: 20px 0 0 0;
}

.u-filterTools-form-item-price .form-input span {
    font-size: 14px;
}

.minIpt {
    width: 50px;
    border-bottom: 1px solid #D0D3D1 !important;
    border: none;
    text-align: center;
}

.maxIpt {
    width: 50px;
    border: none;
    text-align: center;
}

.form-seach {
    width: 50px;
    border-bottom: 1px solid #D0D3D1 !important;
    display: flex;
    justify-content: space-between;
}


.u-filterTools-form-item-Stores .form-input input {
    border: none;
    padding-bottom: 5px;
    width: 100%;
}

.u-filterTools-search i {
    font-size: 10px !important;
    color: #8F9391;
}

.btn {
    padding: 0 !important;
    line-height: 1 !important;
}

input[type="checkbox"] {
    width: 12px;
    height: 12px;
    line-height: 1;
    cursor: pointer;
}


input[type="checkbox"]:checked::before {
    font-size: 12px;
    content: "\e6bd";
    font-family: 'iconfont';
}

.classifyList-left-ad {
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px 0;
}

.classifyList-left-ad h5 {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
}

.u-seeAll-btn {
    font-size: 16px;
    font-weight: 600;
}

.u-CashBack-title {
    font-weight: 700;
    font-size: 14px;
    color: #1C201E;
}

.classifyList-cash-back-ul .adTextBig span span {
    font-size: 14px;
    margin-right: 5px;
    font-weight: 700;
}

.classifyList-cash-back-ul .adTextBig span b {
    font-size: 20px;
    margin-right: 5px;
    font-style: oblique;
    font-weight: 700;
}

.center-coll-content {
    margin-bottom: 6px !important;
}

.classifyList-cash-back-ul .storeTitle span {
    ont-size: 14px;
    color: #1C201E;
}

.m-Deals {
    padding: 0 40px;
    width: calc(100% - 350px);
    background: #fff;
    flex: 1;
    margin-top: 20px;
    border-radius: 4px;
    position: relative;
}

.u-Deals-title {
    padding-bottom: 40px;
    font-weight: 600;
    font-size: 26px;
    color: #1C201E;
}

.u-Deals-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

label {
    margin: 0 !important;
    cursor: pointer;
    display: flex;
}

.u-Deals-main-item {
    width: 23.25%;
    margin-right: 2.3%;
    margin-bottom: 46px;
}

.u-Deals-main-item:nth-child(4n) {
    margin-right: 0;
}

.btn:focus {
    box-shadow: none !important;
}

.new-merchant-terms-targgle {
    margin-top: -14px;
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
    line-height: 16px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.new-merchant-terms-targgle-rotate {
    transform: rotate(180deg);
}

.new-merchant-terms-targgle i {
    font-size: 1.2rem;
    display: block;
}

.new-merchant-terms-targgle:hover span, .new-merchant-terms-targgle:hover i {
    color: #008750;
}

.right {
    justify-content: right;
}

.classify-top-ad {
    width: 100%;
}

.classify-top-ad img {
    width: 100%;
    border-radius: 4px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}

.breadcrumb-item.active, .breadcrumb-item a {
    color: #555856;
}

.noDataHeight {
    height: 990px;
}

.border-top-f1 {
    margin-top: 20px;
    border-top: none !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.u-filterTools-form-item-price .u-filterTools-search {
    padding: 5px 10px !important;
    font-size: 12px;
    border: solid 1px #555856;
    border-radius: 100px;
    color: #555856;
    cursor: pointer;
    min-width: 60px;
    margin-top: 20px;
    text-align: center;
}
.noData-text {
    font-size: 24px !important;
}
.mobile-header-noSearchData{
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.search_div_mian {
    display: flex;
    align-items: center;
}
.search_div_mian .search_div_item {
    width: 324px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px;
    border: 1px solid #E9E9E9;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.search_div_mian .search_div_item .s_icon1 {
    color: #B5B6B6;
    font-size: 1.1rem;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.search_div_mian .search_div_item .s_icon2 {
    color: #B5B6B6;
    font-size: 1rem;
    position: absolute;
    right: 86px;
    cursor: pointer;
}
.search_div_mian .search_div_item input {
    height: 100%;
    width: 79%;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
    padding-left: 40px;
}
.search_div_mian .search_div_item .search_btn {
    width: 61px;
    height: 34px;
    background: #008750;
    border-radius: 17px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clear_btn {
    width: 61px;
    height: 34px;
    font-weight: 400;
    font-size: 14px;
    color: #555856;
    line-height: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.noData-img-pc{
    width: 120px;
    margin: 0 auto;
}
.noData-img-pc img{
    width: 100%;
}
.noData-text-pc{
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
    text-align: center;
}

