.productOfDayWrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    margin-right: 1px;
}

.productOfDayWrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 1px 0;
    margin: 1px 1px 0;
    position: relative;
}

.productOfDayWrapper ul.pofd-needArrows {
    flex-wrap: nowrap;
}

.productOfDayWrapper ul li.oneColumn {
    width: 100% !important;
}

.productOfDayWrapper ul li.twoColumn {
    width: 50% !important;
}

.productOfDayWrapper ul li a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: black;
    margin: 20px 20px 0;
    text-align: center;
}

.productOfDayWrapper ul li a:hover {
    color: black;
}

.productOfDayWrapper .pofd-image {
    max-width: 100%;
    max-height: 270px;
    margin-bottom: 0;
}

.productOfDayWrapper .pofd-productTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 5px;
    height: 56px;
    max-height: 56px;
    text-align: left;
}

.productOfDayWrapper .pofd-priceBlock .pofd-priceLayout.no-discount{
    padding-bottom: 24px;
}

.productOfDayWrapper .pofd-priceBlock .pofd-priceLayout .pofd-price {
    font-size: 21px;
    font-weight: bold;
}

.productOfDayWrapper .pofd-productBottom {
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: linear-gradient(180deg, #e4e1e1 0%, #f5f5f5 100%);
}

.productOfDayWrapper .pofd-productBottom .pofd-topTitle {
    font-size: 12px;
    font-weight: bold;
}

.productOfDayWrapper .pofd-productBottom .pofd-timerWrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    margin-top: 6px;
}

.productOfDayWrapper .pofd-productBottom .pofd-timerItem {
    min-width: 36px;
    text-align: center;
}

.productOfDayWrapper .pofd-productBottom .pofd-dots {
    color: black;
    font-size: 24px;
    line-height: 36px;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: top;
}

.productOfDayWrapper .pofd-productBottom .pofd-timerItem .pofd-timerItemHint {
    color: black;
    font-size: 12px;
    line-height: 12px;
    display: block;
    margin-top: 4px;
}

.productOfDayWrapper .pofd-productBottom .pofd-bottomTitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

@media screen and (max-width: 1000px) {
    .productOfDayWrapper ul li {
        width: 50% !important;
    }
}

@media screen and (max-width: 720px) {
    .productOfDayWrapper .pofd-productBottom .pofd-timerItem .pofd-timerItemBlock {
        font-size: 20px;
        height: 32px;
        line-height: 32px;
        min-width: 32px;
    }
}

@media screen and (max-width: 660px) {
    .productOfDayWrapper ul li {
        width: 100% !important;
    }


    .productOfDayWrapper ul li.twoColumn {
        width: 100% !important;
    }
}


