<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.all-stores-main{
    height: auto;
    max-width: 1720px;
    margin:0 auto;
    padding-bottom: 40px;
}
.top-stores-h2{
    font-size: 24px;
    color: #1C201E;
    margin-top:30px;
    margin-bottom:16px;
    font-weight: 500;
}
.right-stores-h2{
    font-size: 24px;
    font-weight: 500;
    color: #1C201E;
    line-height: 26px;
    margin-left: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
}
.all-stores-top-ad{
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}
.all-stores-top-ad .sub01{
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}
.all-stores-top-ad .sub01 img{
    width: 100%;
}
.all-stores-top-ad .sub02{
    padding:20px;
    display: none;
}
.all-stores-content{
    width: 100%;
}
.all-stores-content .left-div{
    width: 340px;
    height: auto;
}
.all-stores-content .right-div{
    flex:1;
    width: 100%;
    margin-left:10px;
    background: #FFFFFF;
    border-radius: 4px;
}
.left-div h5,.right-div h5{
    font-size: 14px;
    font-weight: 500;
    margin-left:20px;
    padding-top:20px;
    margin-bottom:10px;
}
.all-stores-left-nav,.all-stores-left-ad{
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
}
.all-stores-left-nav{
    padding-bottom:15px;
}
.all-stores-left-ad{
    margin-top:20px;
}
.all-stores-left-ad ul.double-cash-back-ul li .left-coll a img{
    width: 160px;
    /*height: 40px;*/
    box-shadow: 0 2px 6px 1px  rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.all-stores-left-ad ul.double-cash-back-ul li .collectionSec{
    padding-top:10px !important;
    padding-bottom:10px !important;
}
.all-stores-left-nav ul{
    margin-top:20px;
}
.all-stores-left-nav ul li{
    padding-left:20px;
}
.all-stores-left-nav ul li a i.iconfont{
    font-size: 20px;
    margin-right: 8px;
    min-width: 20px;
}
.all-stores-left-nav ul li a{
    display: block;
    color: #1C201E;
    padding-left: 0px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    font-size:14px;
    transform-origin: 0 50%;
    transition:color 0.25s ease,transform 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.all-stores-left-nav ul li a:hover,.all-stores-left-nav ul li a.active{
    color: #008750;
    transform: scale(1.18) translate3d(0,0,0);
    transform-origin: 0 50%;
    transition:color 0.40s ease,transform 0.32s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.filter-stores{
    padding-left:40px;
}
.filter-title{
    font-size: 14px;
    color:#535659;
    width: 110px;
    text-align:left;
}
.filter-ul li a{
    font-size:14px;
    color: #1C201E;
}
.filter-ul li a:hover,.filter-ul li a.active{
    color: #008750;
}
.filter-ul li{
    margin-right: 16px;
}
.alphabetically-ul li{
    margin-right: 10px;
}
.country-div,.alphabetically-div,.sort-div{
    margin-top:25px;
}
.country-div{
    position: relative;
}
.country-view-more{
    position: absolute;
    right: 40px;
    font-size: 14px;
    color: #1C201E;
}
.country-hidden-div{
    width: 550px;
    height: 15px;
    transition:height 0.5s;
    -webkit-transition:height 0.5s; /* Safari */
    overflow: hidden;
}
.country-hidden-div.active{
    height: auto;
}
.country-ul li{
    margin-bottom:10px;
}
.all-stores-coll-top .merchant-name{
    font-size: 16px;
    font-weight: 500;
    color: #1C201E;
}
.all-stores-coll-top .cash-back-span{
    font-size: 14px;
    font-weight: 500;
    color: #FF5306;
    margin-left:10px;
}
.all-stores-coll-top .cash-back-span i{
    font-size:18px;
    font-style: oblique;
    margin-right: 5px;
}
.all-stores-coll-top .was-span{
    font-size: 12px;
    font-weight: 400;
    color: #8F9391;
    margin-left:10px;
}
.all-stores-coll-bottom{
    margin-top:16px;
}
.all-stores-coll-bottom span{
    display: inline-block;
    width: auto;
    line-height: 20px;
    height: 20px;
    background: #F6F8F7;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #555856;
    padding-left:8px;
    padding-right: 8px;
    margin-right: 10px;
}
.all-stores-coll-right-item .allStore-but-txt{
    font-size: 14px;
    font-weight: 500;
    color: #008750;
    margin-right: 20px;
}
.all-stores-coll-right-item .allStore-but{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left:30px;
    padding-right: 30px;
    background: #008750;
    box-shadow: 0px 4px 8px 0px rgba(8, 45, 30, 0.22);
    border-radius: 21px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 20px;
}
.all-stores-coll-right-item .allStore-but:hover{
    color: #fff;
}
.merchant-list-div{
    /*overflow: hidden;*/
}
.merchant-list-li{
    border-bottom:1px solid #EBEFEB;
    cursor: pointer;
}
.merchant-list-ul{
    margin-top:30px;
    /*display: flex;*/
}
.merchant-list-ul li{
    margin: 10px;
    width: 47%;
    height: 160px;
    float: left;
}
.merchant-list-ul li.merchant-list-li:last-child{
    border-bottom: none;
}
.merchant-list-ul li.merchant-list-li:nth-last-child(2){
    border-bottom: none;
}
.all-stores-cardTable{
    /*margin-bottom:30px;*/
}
/*鍐叉帀bootstrap闈㈠寘灞戠殑鏍峰紡*/
.breadcrumb{
    margin-bottom: 0;
    background: none;
    padding:0.75rem 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "&gt;";
}
.breadcrumb-item.active,.breadcrumb-item a{
    color: #555856;
}
/*鍐瞔ardTable缁勪欢鏍峰紡*/
.all-stores-cardTable-li .card-table-item{
    width: 216px;
    height: 132px;
    background: #FFFFFF;
    box-shadow: 0 2px 6px 1px  rgba(18, 23, 21, 0.18);
    border-radius: 4px;
}
.all-stores-cardTable-li .card-table-logo{
    margin:20px auto;
}
.all-stores-cardTable-li .card-table-item .cash-back{
    font-size: 15px;
    color: #FF5306;
}
.all-stores-cardTable-li .card-table-item .cash-back span{
    font-size: 20px;
    color: #ff5306;
    font-weight: 500;
    margin-right: 5px;
    font-style: oblique;
}
.all-stores-cardTable-li .card-table-item .was{
    font-size: 12px;
    font-weight: 400;
    color: #8F9391;
    margin-top:5px;
}
/*鍐茬粍浠舵牱寮�*/
.featured-deals-ul li{
    width: 15%;
}
.featured-deals-ul li img{
    max-width: 80%;
    max-height: 54px;
}
.merchantLogoImg{
    margin-top: 20px;
}
.featured-deals-ul li .featured-deals-item2{
    margin: 0 auto;
    width: 90%;
    color: #1C201E;
    height: 46px;
}
.right-div-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-div-title h5{
    font-size: 24px;
    font-weight: 500;
    color: #1C201E;
    line-height: 26px;
}
.right-div-title a{
    font-size: 14px;
    font-weight: 500;
    color: #008750;
    line-height: 16px;
    cursor: pointer;
    padding-right: 10px;
}
.rightTabList{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #DCDFDE;
    margin-top: 10px;
}
.rightTabList .tabCar{
    margin-left: 46px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #555856;
}
.rightTabList .active{
    border-bottom: 2px solid #008750;
    color: #008750;
    font-weight: bold;
}
.merchant-list-ul li{
    /*border-bottom: none;*/
}
.iconfontbtn{
    cursor: pointer;
    color: #008750;
    font-size: 1rem;
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}
.rotate{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.codehide{
    display: none;
}

.collectionSec .coll-item{
    align-items: center !important;
}
.collectionSec .coll-item{
    justify-content: space-between !important;
}
.featured-deals-ul li{
    min-height: 220px;
}

.cardpop-tit{
    font-weight: 500;
    color: #1C201E;
    font-size: 16px;
    text-align: left;
    padding-bottom: 12px;
    border-bottom: 1px dashed #D8D8D8;
}
.cardpop-item .d-li{
    text-align: left;
    font-size: 12px;
    padding: 6px 0;
    display: flex;
    align-items: center;
}
.cardpop-item .d-li:first-child{
    padding-top: 12px;
}
.cardpop-item .d-li .cardpop-span1{
    font-weight: 400;
    color: #4C4B4A;
    display: block;
    width: 60%;
}

    .notloggedcode {
    color: #008750;
    border: 1px dashed #008750;
    padding: 1px 2px;
}
.cardpop-item .d-li .cardpop-span2{
    font-weight: 400;
    color: #008750;
    border-radius: 2px;
    border: 1px dashed #008750;
    padding: 1px 2px;
    cursor: pointer;
}
.featuredDeals {
    cursor: pointer;
}
.newCashback span span{
    padding: 0 3px;
}
.newCashback span b{
    padding: 0 3px;
}
.adTextBig span{
    font-size: 14px;
}
.adTextBig b {
    font-size: 18px;
    font-style: oblique;
}
.largeLogo img {
    width: 100px;
}
.merchant-list-li .twoEllipsis{
    font-size: 14px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-weight: 600;
    color: #1C201E;
    min-height: 54px;
}
.twoEllipsis h3{
    font-size: 18px !important;
    line-height: 20px;
}
.right-cell{
    z-index: 0;
}
.double-cash-back-ul img{
    width: 100%;
}
.advertisement{
    position: relative;
}
.ad-bootom{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FF5306;
}
.ad-bootom .ad-span{
    display: flex;
    align-items: center;
}
.ad-bootom b{
    font-size: 20px;
    padding: 0 4px;
}
.ad-bootom i.iconfont{
    font-size: 1rem;
    background-color: #ff5306;
    color: #ffffff;
    border-radius: 50%;
    margin-left: 6px;
}
b.rightDay {
    color: #1C201E;
}
.collection-code{
    position: static !important;
}
.collection-code div:first-child{
    flex-flow: wrap;
}
.discount-swiper-container  .featured-deals-item2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
    padding-left: 16px;
    padding-right: 16px;
    height: 46px;
}
.openCodePop{
    color: #008750 !important;
}
/*swiper*/
.discount-swiper-container .swiper-slide{
    min-height: 220px;
    text-align: center;
    padding-bottom: 10px;
    box-shadow: 0 2px 6px 1px rgb(18 25 21 / 14%);
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    list-style-type: none;
}
.discount-swiper-container{}
.swiper-discount{
    background-color: rgb(28 32 30 / 12%);
    border-radius: 50%;
    width: 30px!important;
    height: 30px!important;
    color: #939393!important;
    text-align: center;
    opacity: .95;
    font-size: 1.2rem;
    line-height: 30px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-discount-next{
    right: -18px!important;
}
.swiper-discount-prev{
    left: -18px!important;
}
.swiper-discount-next,.swiper-discount-prev{
    display: none;
}
.homeSwiperHover:hover .swiper-discount{
    display: block;
}
@media screen and (max-width: 1720px) {
    .all-stores-main{
        width: 1380px;
    }


}
@media screen and (max-width: 1430px) {
    .all-stores-main{
        width: 1200px;
    }
    .merchant-list-ul li{
        width: 98%;
        height: auto;
    }

    .all-stores-content .left-div{
        width: 240px;
    }
    .right-cell{
        padding-right: 30px;
    }
    .merchant-list-ul li.merchant-list-li:nth-last-child(2){
        border-bottom: 1px solid #EBEFEB;
    }
}
@media screen and (max-width: 1200px) {
    .all-stores-main{
        width: 960px;
    }
    .merchant-list-ul li{
        width: 98%;
        height: auto;
    }
    .merchant-list-ul li{
        border-bottom: 1px solid #EBEFEB;
    }
    .featured-deals-ul li:last-child{
        display: none;
    }
    .featured-deals-ul li{
        width: 18%;
    }
    .all-stores-content .left-div{
        width: 240px;
    }
    .fs-30{
        font-size: 20px;
    }
    .right-cell{
        padding-right: 20px;
    }
    .merchant-list-ul li.merchant-list-li:nth-last-child(2){
        border-bottom: 1px solid #EBEFEB;
    }
}
.fs-16-color-orange span ,.fs-16-color-orange b{
    padding: 0 2px;
}







</pre></body></html>