
.actions-list {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.action-item-wrap {
    width: 48%;
    position: relative;
    margin-bottom: 20px;
}

.action-list-img {
    width: 100%;
    max-height: 160px;
}

.action-item-wrap {
    color: #383838;
    z-index: 1;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.35);
    margin: 8px 8px;
}

.action-item-wrap:hover, .action-item-wrap:focus {
    color: #383838;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.55);
    box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.55);
}

.action-details {
    color: #383838;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}

.action-date {
    font-size: 14px;
    position: relative;
}

.action-date .action-hot {
    padding-left: 20px;
}

.action-date .action-hot:before {
    content: '';
    background: url(/wa-apps/shop/plugins/mipromo/img/fire.png) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 14px;
    height: 17px;
    left: 1px;
    transition: 0.3s;
}

.action-title {
    font-size: 14px;
}

.action-short-title {
    font-size: 12px;
    line-height: 13px;
    color: lightslategrey;
}

.action-disabled {
    pointer-events: none;
    cursor: unset;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 40%;
}

.action-timer {
    position: relative;
    margin-left: 22px;
}

.timer-data {
    color: #ff3800;
}

.action-timer.action-timer-icon:before {
    content: '';
    background: url(/wa-apps/shop/plugins/mipromo/img/fire.png) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 14px;
    height: 17px;
    left: -20px;
}

@media (max-width: 1000px) {
    .action-item-wrap {
        max-width: 484px;
        width: 90%;
    }
}

@media (max-width: 768px) {
    .action-date {
        font-size: 12px;
    }

    .action-title {
        font-size: 12px;
    }
}

.product-list {
    padding-top: 20px
}

.action-detail-wrap .action-detail-img-wrap {
    padding: 10px 0;
}

.action-detail-wrap .img-fluid {
    width: 100%
}

.content {
    padding: 10px 0;
}

.action-detail-img-wrap {
    position: relative;
}

.action-detail-timer {
    position: absolute;
    top: 25px;
    right: 5%;
    display: flex;
    padding: 5px 5px 15px;
    background: white;
}

.action-detail-timer--days {
    margin-right: 10px;
}

.action-detail-timer--days,
.action-detail-timer--hours,
.action-detail-timer--minutes,
.action-detail-timer--seconds {
    position: relative;
    color: white;
    display: flex;
    font-size: 20px;
}

.timer--cell:first-child {
    margin-right: 1px;
}

.timer--cell {
    text-align: center;
    background: #ad0202;
    width: 20px;
    border-radius: 4px;
    line-height: 26px;
}

.timer--desc {
    position: absolute;
    font-size: 11px;
    bottom: -14px;
    color: #555;
    left: 50%;
    transform: translate(-50%, 0);
}

.action-detail-timer--hours:after,
.action-detail-timer--minutes:after {
    content: ':';
    color: #ad0202;
    text-align: center;
}

@media (max-width: 1100px) {
    .action-detail-timer {
        padding: 4px 4px 12px;
    }

    .action-detail-timer--days,
    .action-detail-timer--hours,
    .action-detail-timer--minutes,
    .action-detail-timer--seconds {
        font-size: 16px;
    }

    .timer--desc {
        font-size: 9px;
        bottom: -12px;
    }

    .action-detail-timer--hours:after,
    .action-detail-timer--minutes:after {
        padding: 0 1px;
    }
}


@media (max-width: 500px) {
    .action-detail-timer {
        padding: 3px 3px 10px;
    }

    .action-detail-timer--days,
    .action-detail-timer--hours,
    .action-detail-timer--minutes,
    .action-detail-timer--seconds {
        font-size: 12px;
    }

    .timer--cell {
        width: 16px;
        line-height: 18px;
    }

    .timer--desc {
        font-size: 7px;
        bottom: -9px;
    }
}

.action-desc-pdf {
    font-size: 13px;
    color: white;
    background: #dc0000;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.action-desc-pdf:hover {
    cursor: pointer;
    color: white;
    text-decoration: none;
}