/* Coupon row style css */


.list-content
 {
     width: 100%; 
     background: #fff; 
     box-shadow: 0 2px 4px 0 rgba(0,0,0,.04); 
     border-radius: 12px; 
     border: 1px solid #d6d6d6;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    display: block;
}
.list-left {
    flex: 0 0 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 2px dashed #eaeaea;
    padding: 19px 16px;
    overflow: hidden;
    line-height: 32px;
}
.list-left div {
    font-weight: 600;
    color: #222;
    text-align: center;
    line-height: 16px;
}

.list-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.list-center {
    padding: 24px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    flex-grow: 1;
}
.list-center .top-content {
    display: flex;
    align-items: center;
}
.list-center .top-content .verified {
    background: #eef9f2;
    border-radius: 4px;
    padding: 1px 4px;
    font-size: 12px;
    font-weight: 500;
    color: #09b98e;
    line-height: 18px;
}
.list-center .top-content .verified svg {
    vertical-align: middle;
}
.list-center .center-title {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    line-height: 30px;
    margin: 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}
.list-center .center-title {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    line-height: 30px;
    margin: 6px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}
.list-center .center-dsc {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #999;
    margin: 4px 0 16px;
    cursor: pointer;
    height: 16px;
    overflow: hidden;
    transition: .3s ease-out;
    display: flex;
    display: none;
}
.list-center .center-dsc .list-dsc-content {
    word-break: break-all;
    transition: all .5s;
}

.list-center .bottom-content {
    display: flex;
    align-items: center;
}
.list-center .bottom-content div {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 18px;
    margin-right: 16px;
    max-height: 55px;
    overflow: hidden;
}
.list-right {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.list-right .tran-btn {
    display: flex;
    color: #fff;
    line-height: 48px;
    position: relative;
    text-align: center;
    width: 168px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.tran-btn {
    display: flex;
    color: #fff;
    line-height: 48px;
    position: relative;
    text-align: center;
    width: 304px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;

}
.tran-btn .tran-btn-name {
    width: 266px;
    background: #337ab7;
    position: absolute;
    z-index: 1;
    transition: all .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.tran-btn .tran-btn-sign {
    display: block;
    width: 39px;
    background-color: #fff;
    color: #000;
    border: 1px dashed #337ab7;
    height: 48px;
    padding-right: 10px;
    border-top-right-radius: 8px;
    border-end-end-radius: 8px;
    position: absolute;
    right: 0;
    line-height: 56px;
}
.tran-btn .tran-btn-img {
    width: 0;
    height: 0;
    border-top: 49px solid #337ab7;
    border-right: 14px solid transparent;
    position: absolute;
    top: -1px;
    right: 25px;
    transition: all .3s;
}

.list-right .tran-btn .tran-btn-name {
    width: 130px;
    background: #337ab7;
    position: absolute;
    z-index: 1;
    transition: all .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.list-right .tran-btn .tran-btn-sign {
    display: block;
    width: 60px;
    background-color: #fff;
    color: #000;
    border: 1px dashed #337ab7;
    height: 48px;
    padding-right: 10px;
    border-top-right-radius: 8px;
    border-end-end-radius: 8px;
    position: absolute;
    right: 0;
    line-height: 56px;
}

.list-right .tran-btn .tran-btn-img {
    width: 0;
    height: 0;
    border-top: 49px solid #337ab7;
    border-right: 14px solid transparent;
    position: absolute;
    top: -1px;
    right: 25px;
    transition: all .3s;
}
.list-right .tran-btn .tran-btn-img::before {
    content: "";
    position: absolute;
    top: -47px;
    right: -7px;
    width: 1px;
    height: 44px;
    transform: rotate(15deg);
    background-color: #337ab7;
    box-shadow: 0 0 10px 1px #337ab7;
}
.list-festival {
    height: 20px;
    background: #09b98e;
    border-radius: 12px 0 12px 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 0 12px;
}

.show-more-dsc {
    max-height: 300px;
    transition: all .3s;
}
.bottom-list {
    max-height: 30px;
    background: #fafafa;
    padding: 0 16px;
}
.bottom-list .see-detail {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.bottom-list .see-detail span {
    margin-right: 5px;
}
.bottom-list .see-detail svg {
    transition: all .3s;
}

.bottom-list p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #999;
    padding-bottom: 8px;
    word-break: break-word;
}
.top-list {
    display: flex;
}
/* Coupon css media query */

@media (max-width: 720px) {
    .single-store-header .store-header-main{align-items: flex-start !important}
    .single-store-header h1.store-name{
        font-size: 20px !important
    }
    .list-left h2{
        font-size: 23px !important;
    }
    .header-thumb .header-store-thumb img {
        max-height: 126px;
        max-width: 250px;
        width: 100%;
        height: 150px;
    }
    .list-content {
        border-radius: 8px;
        margin-bottom: 10px;
    }
    .list-left {
        flex: 0 0 88px;
        padding: 14px 1px 0 0px;
        overflow: hidden;
    }
    .list-left div {
        font-weight: 600;
        color: #222;
        text-align: center;
        font-size: 12px;
    }
    .list-center {
        padding: 12px;
    }
    .list-center .center-title {
        font-size: 16px;
        line-height: 23px;
    }
    .list-center .center-dsc {
        display: none;
    }

    .list-right {
        display: none;
    }
    .list-festival {
        height: 20px;
        border-radius: 8px 0 12px 0;
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        line-height: 18px;
    }





}