


/* Start:/new/css/main-page/last-goods-style.css*/
.last-goods .col-xs-20 .price {
    font-size: 15px;
    margin-right: 5px;
}

.last-goods .col-xs-20 .price-old {
    font-size: 15px;
}

.last-goods .goods-list {
    min-height: auto;
}

.last-goods .goods-list > li {
    padding-left: 10px;
    padding-right: 10px;
}

.last-goods .day-good__label {
    position: relative;
    text-align: center;
    color: #fff;
    background: #36a9a8;
    padding: 3px 0;

}

.last-goods .day-good__label::after {
    position: absolute;
    left: 50%;
    z-index: 11;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #36a9a7 transparent transparent transparent;
}

.last-goods .price-old {
    text-decoration: line-through;
}
/* End */



/* Start:/new/css/main-page/tv-banners.css*/
.today-online-wrapper {
    width: 100%;
}

.today-online {
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
}

.today-online li {
    margin-bottom: 20px;
}

.today-online li {
    width: 100%;
}

.today-online li.small {
    width: 49%;
}


.today-online__wrap {
    position: relative;
}

.today-online__wrap .slick-dotted.slick-slider {
    margin: 0;
}

.today-online__item {
    width: 32.5%;
}

.today-online__link__wrapper {
    margin-top: 30px;
}


.today-online .slick-dots {
    display: flex;
    justify-content: center;
    width: 20%;
    margin: 15px auto 0;
    position: static;
}

.today-online__prev,
.today-online__next {
    display: none;
}

.today-online__next::after,
.today-online__prev::after{
    content: '';
    background: #fff url(/new/main/images/arrow-prev.svg) no-repeat center;
    background-size: 8px 14px;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    transform: rotate(180deg);
    position: absolute;
    right: -8px;
    top: 40%;
    cursor: pointer;
}

.today-online__prev::after {
    left: -8px;
    transform: none;
}

.today-online__prev:hover::after,
.today-online__next:hover::after {
    background-image: url(/new/main/images/arrow-prev-hover.svg);
    background-size: 8px 14px;
    background-color: #257ce1;
}

.today-online__prev:active::after,
.today-online__next:active::after {
    background-image: url(/new/main/images/arrow-prev-hover.svg);
    background-size: 8px 14px;
    background-color: #000;
}

.today-online .slick-dots li button:before {
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 50%;
    content: "";
    opacity: 1;
}

.today-online .slick-dots li.slick-active button:before {
    background-color: #000;
}


.today-online-banner-default {
    height: 450px;
    width: 100%;
}

@media (max-width: 576px) {
    .today-online-banner-default {
        width: 304px;
        height: 100px;
    }
}
/* End */



/* Start:/new/css/live-product.css*/
.live-product {
    width: 100%;
    height: 182px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(54, 54, 54, 0.2);
    border-radius: 8px;
    padding: 8px;
}

.live-product figure {
    display: flex;
    height: 100%;
}

.live-product__image-container {
	width: 120px;
	min-height: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    overflow: hidden;
}

.live-product__image {
    width: 100%;
}

.live-product__discount {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F63B3A;
    padding: 0 4.8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

.live-product__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 4px 14px 16px;
}

.live-product__ether {
    background-color: #EBBA3D;
    border-radius: 12px;
    padding: 0 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #363636;
    margin-bottom: 8px;
}

.live-product__title {
    margin: 0;
    max-width: 145px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.0015em;
    color: #363636;
    margin-bottom: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.live-product__delivery {
    display: flex;
    align-items: flex-end;
}

.live-product__price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 8px;
}

.live-product__old-price {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #8A8A8A;  
    text-decoration: line-through;  
}

.live-product__new-price {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.0015em;
    color: #F63B39; 
}

@media (min-width: 577px) {
    .live-product {
        height: 121px;
        padding: 4px;
    }

    .live-product__image-container {
        width: 80px;
    }

    .live-product__wrapper {
        padding: 0 0 4px 16px;
    }

    .live-product__ether {
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 2px;
    }

    .live-product__title {
        font-size: 14px;
        line-height: 18px;
    }

    .live-product__old-price {
        font-size: 12px;
        line-height: 16px;
    }
    
    .live-product__new-price {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (min-width: 769px) {
    .live-product {
        height: 162px;
        padding: 8px;
    }

    .live-product__image-container {
        width: 100px;
    }

    .live-product__wrapper {
        padding: 0 0 0 16px;
    }

    .live-product__ether {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .live-product__title {
        font-size: 16px;
        line-height: 20px;
        max-width: 170px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .live-product__old-price {
        font-size: 14px;
        line-height: 18px;
    }
    
    .live-product__new-price {
        font-size: 18px;
        line-height: 18px;
    }

    .live-product__button {
        padding: 0 !important;
        width: 48px !important;
    }
}

@media (min-width: 993px) {
    .live-product {
        height: 143px;
    }

    .live-product__wrapper {
        padding: 0 0 0 16px;
    }

    .live-product__title {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

}

@media (width: 1200px) {
    .live-product {
        height: 134px;
    }

    .live-product__title {
        font-size: 14px;
        line-height: 18px;
        max-width: 155px;
    }
}

@media (min-width: 1201px) {
    .banner-block_top {
        height: 100%;
    }

    .live-product {
        height: 90%;
        max-height: 215px;
    }

    .live-product__image-container {
        width: 113px;
    }

    .live-product__wrapper {
        padding: 8px 4px 14px 16px;
    }
    
    .live-product__title {
        font-size: 18px;
        line-height: 24px;
        max-width: 220px;
    }
}

@media (min-width: 1440px) {
    .live-product {
        height: 215px;
    }

    .live-product__image-container {
        width: 140px;
    }
}
/* End */
/* /new/css/main-page/last-goods-style.css */
/* /new/css/main-page/tv-banners.css */
/* /new/css/live-product.css */
