.top-coupons {
    margin-top: 10px;
}
.top-coupons .coupons-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-custom {
  
}
.card-2 {
    width: 100%;
    margin-bottom: 23px;
    cursor: pointer;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.1) !important;
    border:1px dashed red;
    background: #fff !important;
}
.card-2 .wrapper {
    height: 110px;
}
.card-1 .wrapper, .card-2 .wrapper, .card-3 .wrapper, .card-4 .wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.card-1 .wrapper .head, .card-2 .wrapper .head, .card-3 .wrapper .head, .card-4 .wrapper .head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    border-right: 1px dashed red;
}

.card-1 .wrapper .head img, .card-2 .wrapper .head img, .card-3 .wrapper .head img, .card-4 .wrapper .head img {
    max-width: 80%;
    max-height: 90%;
}
.top-coupons h2{
    text-align: left;
    font-size: 24px;
}
.card-1 .wrapper .content, .card-2 .wrapper .content, .card-3 .wrapper .content, .card-4 .wrapper .content {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
    box-sizing: border-box;
    padding: 15px 15px 29px 20px;
}
.card-1 .wrapper .content .status, .card-2 .wrapper .content .status, .card-3 .wrapper .content .status, .card-4 .wrapper .content .status {
    font-size: 14px;
    line-height: 16px;
    color: #999;
    margin-bottom: 15px;
}
.card-1 .wrapper .content .sale, .card-2 .wrapper .content .sale, .card-3 .wrapper .content .sale, .card-4 .wrapper .content .sale {
    padding: 0 6px;
    color: #fff;
    background: #5ac1a9;
}
.card-1 .wrapper .content .division, .card-2 .wrapper .content .division, .card-3 .wrapper .content .division, .card-4 .wrapper .content .division {
    color: #eee;
}
.card-2 .content .title {
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical /*! autoprefixer: on */;
}
/* .store-right{
    width: 100% !important;
} */
.head-brand .breadcrumbs {
    position: absolute;
    width: 1120px;
    top: 19px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
}
.breadcrumbs {
    font-size: 18px;
    color: #666;
    margin: 20px 0;
}
.head-brand .breadcrumbs .breadcrumbs-item {
    color: #fff;
}
.head-brand .breadcrumbs .breadcrumbs-division, .head-brand .breadcrumbs .breadcrumbs-item.breadcrumbs-item-end:hover {
    color: #fff;
}
.head-brand {
    position: relative;
    width: 100%;
    /* height: 230px; */
    background-image: url(/images/v1/banner.png);
    background-size: cover;
    padding: 50px 0;

}
.head-brand .image {
    position: absolute;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.head-brand .brand-info {
    /* position: relative; */
    width: 1120px;
    /* margin: 0 auto; */
    display: -ms-flexbox;
    display: flex;
    /* padding-top: 56px;
    align-items: center; */
    gap: 20px;
}
.desc-wrap p{
    color: #fff;
}
.head-brand .brand-info .brand {
    width: 130px;
    height: 130px;
    /* -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 31px; */
    /* position: relative; */
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    
}
.head-brand .brand-info .brand .brand-logo_v2 {
    /* position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate3d(-50%, -50%, 0);
    padding: 20px; */
    
}

.brand_info_text{
    background: #fff;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
}
.head-brand .brand-info .store-info {
    /* position: relative;
    -ms-flex: 1;
    flex: 1;
    text-align: left; */
}
.head-brand .brand-info .store-info .desc-wrap .desc {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical /*! autoprefixer: on */;
}
.head-brand .brand-info .store-info .rating-wrap .rating {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.head-brand .brand-info .store-info .address>a {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
}
.head-brand .brand-info .store-info .title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
}
.head-brand .brand-info .store-info .desc-wrap {
    height: 30px;
    margin-bottom: 20px;
    color: white;
}
.head-brand .brand-info .store-info .rating-wrap {
    position: relative;
    display: block;
}

@media (max-width: 900px) {
    /* .card-1 .wrapper, .card-2 .wrapper {
        height: 2.4rem;
    } */
    .card-1 .wrapper, .card-2 .wrapper, .card-3 .wrapper, .card-4 .wrapper {
        width: 100%;
    }
    .head-brand .breadcrumbs{
        display: none;
    }
    .head-brand .brand-info {
        width: 100%;
        /* padding-top: 1.4rem; */
     
    }
    .head-brand {
        height: 133px;
        padding: 25px 0;
    }
    .brand {
      
        flex: 0 0 2rem;
      
    }
    .head-brand .brand-info {
        width: 100%;
        gap:15px;
        /* padding-top: 1.4rem !important; */
        height: 100px;
    }
    
    .head-brand .brand-info .brand {
        flex: 0 0 100px;    
        height: 80px;
        width: 80px;
        margin-right: 0;
    }
    .head-brand .brand-info .store-info .title {
        font-size: 14px;
        color: #fff;
        margin-bottom: .21333333rem;
        padding: 0 .13333333rem;
        box-sizing: border-box;
        line-height: 27px;
    }
    .desc-wrap
    {
        display: none;
    }
    .mob-cpn-rgt{
        /* padding: 0px 0 0px 106px; */
    }
    .store-right .s3-coupon-box-row .s3-ght-txt2{
        padding-top:8px
    }
    .store-right .s3-coupon-box-row .s3-ght-txt2 {
        font-size: 15px !important;
        line-height: 21px !important;
    }
    .s3-cont-txt1{
        font-size: 24px;
        line-height: 26px;
    }
    .store-right .s3-coupon-box-row .s3-cont-txt1{
        padding:0 !important;
        margin-top:0 !important ;
    }
    .head-brand .brand-info .brand>img{
        width: 100%;
    }
    .head-brand .brand-info .store-info .title {
        font-size: 18px;
        color: #fff;
        margin-bottom: .21333333rem;
        padding: 0 .13333333rem;
        box-sizing: border-box;
        font-weight: bold;
        /* padding-left: 19px; */
    }
    .store-v2-section h2 {
        
        padding-bottom: 0px;
        
    }


    
    
}

@media only screen and (min-width: 768px) and (max-width: 1187px) 
{
    .card-2 {
        width: 470px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1020px) 
{
    .card-2 {
        width: 100%;
    }
}
