
.vouchers{
    padding-top: 30px;
}
.voucher{
    margin-bottom: 30px;
    text-align: center;
    padding: 0  30px;
}
.voucher .contain{
    position: relative;
}
.voucher .cover{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.voucher .merchant{

    border: solid 1px #d1d1d6;
  background-color: #ffffff;
  
text-align: center;
vertical-align: middle;
width: 100px;
height: 100px;
font-size: 10px;
position: absolute;
bottom: -20px;
left: 50%;
margin-left: -50px;
padding-top: 10px;
}
.voucher .merchant > div{
    font-weight: bold;
    color: #000;
    margin-top:5px;
}
.voucher .title{
 font-size: 15px;   
 margin-top: 30px;
 color: #000;
 
 text-decoration: none !important;
}
.voucher a:hover{
    text-decoration: none ;
}
.vdetail-img{
    border: solid 1px #d1d1d6;
    background-color: #ffffff;
    border-radius: 5px;
    padding:20px;
 }
 .v_buy{
    border-radius: 4px;
    background-color: #1fafcc;
    font-size: 24px;
  font-weight: 500;
  padding: 8px 20px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0;
  border: 0;
  border-radius: 0;
 }
 .font25{
     font-size: 25px;
 }
 .d-border-top{
     border-top: 1px dashed #eeeeee;
 }
 .voucher-detail{
     padding: 20px;
 }
 .my20{
     margin: 15px 0;
 }
 .mb10{
     margin-bottom: 10px;
 }
 .pb10{
     padding-bottom: 10px;
 }