.item-card .card
{
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 12px;

    text-align: center;

    border: 1px #a7a7a7 solid;
    background-color: #fff;
    flex-grow: 1;
}
.item-card .card:hover
{
    border-color: #0383fb;
}
.item-card .card .in-card
{
    position: relative;
}
.item-card .card .card-title
{
    padding-bottom: 12px;
}
.item-card .card .card-title a
{
    font-size: 16px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 38px;

    text-decoration: none;

    color: #333;
}
.item-card .card .card-title a:before
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 33.333333%;
    height: 19px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
.item-card .card .card-image
{
    height: 150px;
    padding-bottom: 10px;
}
.item-card .card .card-image a
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
}
.item-card .card .card-label
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.item-card .card .item-c-l,
.product-page .item-c-l
{
    font-size: 12px;
    line-height: 24px;

    min-width: 46px;
    height: 24px;
    margin-bottom: 8px;
    padding: 0 4px;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    border-radius: 4px;
    background-color: #eb5c5c;
}
.item-card .card .item-c-l:last-child,
.product-page .item-c-l:last-child
{
    margin-bottom: 0;
}
.item-card .card .card-href:hover .item-c-l,
.product-page .card-href:hover .item-c-l
{
    text-decoration: none;
}
.item-card .card .item-c-l.sale-item-c-l,
.product-page .item-c-l.sale-item-c-l
{
    background-color: #2c99ff;
}
.item-card .card .item-c-l.percent-item-c-l,
.product-page .item-c-l.percent-item-c-l
{
    background-color: #43b74c;
}
.item-card .card .default-c-r
{
    position: relative;

    display: block;

    width: 100px;
    height: 15px;
    margin: 0 auto;

    background: url(../../img/product-cart/star.svg) top left repeat-x;
}
.item-card .card .value-c-r
{
    position: absolute;
    top: 0;
    left: 0;

    height: 15px;

    background: url(../../img/product-cart/star-active.svg) top left repeat-x;
}
.item-card .card .card-info
{
    padding-bottom: 14px;
}
.item-card .card .card-block-price
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-bottom: 10px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item-card .card .card-price
{
    font-size: 20px;
    font-weight: 700;

    white-space: nowrap;
}
.item-card .card .card-old-price
{
    font-size: 14px;

    padding-left: 16px;

    white-space: nowrap;
    text-decoration: line-through;

    color: #a7a7a7;
}
.item-card .card .card-characteristic
{
    font-size: 12px;
    line-height: normal;

    position: relative;

    overflow: hidden;

    height: 28px;
    margin-bottom: 4px;

    color: #a7a7a7;
}
.item-card .card .card-characteristic:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 33.333333%;
    height: 14px;

    content: '';

    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,255,255,0)), color-stop(80%, #fff));
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #fff 80%);
}
.item-card .card .card-stock
{
    font-size: 12px;

    padding-bottom: 12px;

    color: #727272;
}
.item-card .card .card-stock span
{
    vertical-align: middle;
}
.item-card .card .link-more
{
    font-size: 16px;
    line-height: 42px;

    display: block;

    width: 120px;
    margin: 0 auto;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    color: #fff;
    border-radius: 2px;
    background-color: #2c99ff;
}
.item-card .card .link-more:hover
{
    background-color: #0383fb;
}
.item-card .card .card-stock.in-stock:before
{
    display: inline-block;

    width: 11px;
    height: 8px;
    margin-right: 4px;

    content: '';
    vertical-align: middle;

    background: url(../../img/product-cart/stock.png) 50% 50% no-repeat;
}
.item-card .card .main-image
{
    -webkit-transition: .7s;
            transition: .7s;
}
.item-card .card:hover .main-image
{
    opacity: 0;
}
.item-card .card .additional-image,
.item-card .card:hover .first-image
{
    -webkit-transition: .7s;
            transition: .7s;

    opacity: 0;
}
.item-card .card:hover .additional-image
{
    opacity: 1;
}
.item-card .card .item-c-i
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    max-height: 100%;
    margin: auto;
}
.timer-product-day
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    max-width: none;
    margin-right: -2px;
    padding-top: 10px;

    text-align: center;

    color: #fff;
}
.item-t-p-d
{
    width: 25%;
    padding-right: 2px;
}
.in-item-t-p-d
{
    padding: 6px 2px;

    border-radius: 2px;
    background-color: #2c99ff;
}
.number-t-p-d
{
    font-size: 16px;
    line-height: normal;
}
.txt-t-p-d
{
    font-size: 12px;
    line-height: normal;
}
.slick-list .item-card
{
    padding-bottom: 0;
}
.remove-product-from-compare{
    padding-top: 10px;
}
.col-product_day
{
    min-height: 250px;
}