﻿


.voucher-items {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 33px;
    border-radius: 5px;
    padding-bottom: 20px;
    box-shadow: 0px 1px 5px 2px rgba(201,201,201,1);
}

.thumb-voucher {
    display: block;
    position: relative;
}

    .thumb-voucher img {
        width: 100%;
    }

.voucher-content {
    display: block;
    padding-left: 3px;
}

.voucher-title {
    font-family: 'BAOMOI-SEMIBOLD_GDI';
    background-color: white;
    color: #000000;
    font-size: 22px;
    margin-top: 15px;
}

    .voucher-title .prnum {
        font-family: 'BAOMOI-SEMIBOLD_GDI';
        font-size: 22px;
    }

    .voucher-title .s_unit {
        font-family: 'BAOMOI-SEMIBOLD_GDI';
        font-size: 22px;
    }

.voucher-desc {
    font-family: 'BAOMOI-ITALIC_GDI';
    font-size: 16px;
    color: #939393;
}

.voucher-btn {
    background: url(../images/icon-voucher.png) 19px 9px no-repeat #c83548;
    width: 187px;
    height: 41px;
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
    display: block;
    padding-left: 61px;
    line-height: 41px;
    font-size: 17px;
    font-family: 'BAOMOI_GDI';
    color: white;
    border-radius: 4px;
}


.price-voucher {
    font-family: 'BARLOWCONDENSED-EXTRABOLD';
    font-size: 27px;
    color: #d1161f;
    position: absolute;
    top: 63px;
    right: 62px;
}

    .price-voucher .dvtt {
        font-family: 'BARLOWCONDENSED-EXTRABOLD';
        font-size: 27px;
        margin-left: 3PX;
    }


.voucher-btn {
    color: white;
    border: 0;
    background: url(../images/icon-voucher.png) 19px 9px no-repeat #c83548;
}

.voucher-block {
    padding: 5px;
}


    .voucher-block:hover .voucher-title {
        color: #f28f16;
    }

    .voucher-block:hover .voucher-btn {
        color: white;
        background: url(../images/icon-voucher.png) 19px 9px no-repeat #f28f16;
    }
