﻿.promotion-content {
    margin: 5px 13px;
    position: relative;
    width: 250px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    outline: unset;
}

.promotion-badge {
    /*background-color: #EC5252;*/
    position: absolute;
    color: white;
    padding: 6px 13px;
    width: 100%;
    left: -2px;
    margin-top: 15px;
    background: url('../Images/home/promotion-ribbon.png') no-repeat;
}
    .promotion-badge small {
        font-size:16px;
        font-weight:bold;
    }

.promotion-content img {
    width: 100%;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    outline: none;
}
.promotion-content-detail{
    /*padding: 5px 10px;*/    
    text-align:left;
}

.promotion-content-img {
    margin: 0 auto;
    height: 180px;
    position: relative;
    overflow: hidden;
}

.promotion-content-title{
    font-size: 14px;
    font-weight: bold;
    min-height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    padding:10px;
}

.promotion-content-last {
    position: relative;
    height: 315px;
    margin: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    box-shadow: 0px 0px 5px 1px rgba(204, 204, 204,1);
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../Images/home/all-promotion.png);
}


.promotion-content-last-content {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:50px;
    margin:auto;
    text-align:center;
}

.promotion-content-last-content a{
    color: #fff;
}
