.pd-row-wrapper .swiper-container .swiper-slide.ec-list-product-wrapper{
    width: 19%;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
}
.pd-row-wrapper.ec-410-related-prod .swiper-container .swiper-slide.ec-list-product-wrapper{
    width: auto;
}
.ec-list-product-wrapper:HOVER a > *{
    opacity: 0.8;
}
.ec-list-product-wrapper:HOVER div.ec-product-title{
    color: #00a499;
}


.ec-list-product-wrapper,
.pd-row-wrapper .ec-list-product-wrapper{
    position: relative;
    border: 0 none;
    margin: 0 4px 20px 4px;
    text-decoration: none;
    color: #121212;
    text-align: left;
    width: 100%;
    max-width: 185px;

    display: inline-block;
    vertical-align: top;
}

.list-search-ec-list .ec-list-product-wrapper{
    width: 205px;
    max-width: none;
}

.ec-list-product-wrapper.sold-out {
    opacity: 0.4;
}
.ec-list-product-wrapper a{
    color: #121212;
    text-decoration: none;
}
.ec-list-product-wrapper p {
    line-height: 1;
    margin: 0 0 10px;
}

.ec-list-product-wrapper[data-badge]::before {
    left: unset;
    right:0;
}
.ec-list-product-wrapper[data-badge]:hover::before {
    opacity: 0.4;
}

.ec-list-product-wrapper .ec-product-image-wrapper{
    position: relative;
    margin-bottom: 5px;
}
.ec-list-product-wrapper .ec-product-label{
    position: absolute;
    top: 0;
    width: 100%;
    /* width: calc(100% - 10px); */
    max-height: 30px;
    height: 22px;
    line-height: 22px;

    padding-left: 10px;
    font-size: 12px;

    background-image: url(/images/ec/ec-background.png);
    background-repeat: no-repeat;
    /* background-size: 185px; */
    color: #fff;
}

.ec-list-product-wrapper .ec-tags {
    text-align: right;
    width: 100%;

    position: absolute;
    bottom: 0;
    height: 24px;
    overflow: hidden;
}
.ec-tags .tags {
    display: inline-block;
    min-width: 10px;
    max-width: 100%;
    font-size: 12px;
    /* font-weight: bold; */

    padding: 0 8px;
    line-height: 22px;
    border: 1px solid #f99d26;
    border-radius: 4px;

    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: baseline;
}
.ec-tags.member-price {
    position: absolute;
    top:25px;
    text-align: left;
}
.ec-tags.member-price .tags {
    background-color: #5721f2;
    border: none;
    border-radius: 0 4px 4px 0;
}
.ec-tags .tag-normal {
    background: linear-gradient(75deg, #f99d26, #f9b826);
}
.ec-tags .tag-white {
    background-color: #fff;
    color: #f99d26;
}


.ec-list-product-wrapper .ec-product-image-wrapper .ec-product-image{
    width: 100%;
    max-width: 500px;

    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.ec-list-product-wrapper .ec-product-title {
	/*
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    margin: 2px 0;
    overflow: hidden;
	*/
	height: 2.8em;
    font-size: 14px;
    line-height: 1.4em;
    margin: 2px 0;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ec-list-product-wrapper .ec-product-price-sub{
    margin-bottom: 4px;
    margin-top: 4px;
    font-size: 14px;
    line-height: 14px;
}

.ec-list-product-wrapper .ec-product-price {
    color: #e02152;
    /* font-weight: bold; */
    font-weight: normal;
    font-size: 21px;
    line-height: 21px;
    /* margin-bottom: 5px; */
}

.ec-list-product-wrapper .text-price-number{
    font-size: 1em;
}

.ec-list-product-wrapper.is-ps .ec-product-price{
    color: #121212;
}

.ec-list-product-wrapper .ec-product-price-sub .deposit-price,
.ec-list-product-wrapper .ec-product-price.deposit-color {
    color: #f99d26;
    font-weight: normal;
    margin-bottom: 0;
}

.ec-list-product-wrapper .ec-product-price .text-price-unit {
    font-size: 14px;
    margin: 0 1px 0 0;
}
.ec-list-product-wrapper .ec-product-price .text-price-unit .text-price-number, 
.ec-list-product-wrapper .ec-product-price .text-price-unit .text-price-unit-to {
    font-size: 20px;
}

.ec-list-product-wrapper .merchant-title, 
.ec-list-product-wrapper .merchant-level-title {
    font-size: 13px;
    font-weight: inherit;
    color: #999;
    padding-top: 2px;
}
.ec-list-product-wrapper .merchant-title {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.ec-list-product-wrapper .remark-label {
    background-color: #8e8e93;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 0 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 3px;
    font-weight: normal;
}

.ec-list-product-wrapper .ec-product-price-text {
    vertical-align: middle;
}
.ec-product-price-text.member-price {
    color: #5721f2;;
}

.page-loading{position: absolute;z-index: 201;background-color: rgba(255,255,255,.85);top: 0;bottom: 0;left: 0;right: 0;display: none;}
.page-loading img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 80px;}
.page-loading.loading-with-msg img {transform: translate(-40px, -90px);}
.page-loading div {color: #555; font-size: 14px; font-weight: normal; text-align: center; top: 50%; position: absolute; width: 100%; transform: translateY(-50%);}
