

.scanInput{
color: #959595;
width: 100%;
border: 1px solid rgba(0,0,0,.1);
box-shadow: none;
border-radius: 10px!important;
line-height: 1.7;
}

.vouchersBackground {
    background: #fbf5e5;
    height: auto;
}

.vouchersCol{
    border-right:1px dashed grey;
    border-bottom:1px;
    border-style: dashed;
    border-color: grey;
    padding:50px 20px 20px 20px;
    position: relative;
}

/*.vouchersCol + .vouchersCol{
    border-left:1px dashed grey;
}*/

.vouchersCol:nth-child(3n+3){
    border-right:none;
}

.vouchers{
    font-size:18px;
    color: white;
    text-align:center;
    font-weight:bold;
    background-image: url("https://cdn.motherhood.com.my/assets/images/Vouchers/voucher.png");
    background-size:cover;
    background-repeat:no-repeat;
    padding:75px 0px 75px 0px;
    background-position: center; 
}

.vouchersButtonCol{
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
}

.vouchersButton{
    background:#fdbc2e;
    border: 1px solid #fdbc2e;
    color:white;
    padding:10px 15px 10px 15px;
    font-size:14px;
    font-weight:bold;
}

.vouchersButton:hover{
    background:#fddf2e;
    border: 1px solid #fddf2e;
}

.vouchersButton:focus{
    background:#fddf2e;
    border: 1px solid #fddf2e;
}

.vouchersDate{
    text-align:center;
    margin-top:2px;
}

.vouchersDiscount{
    text-align:center;
    font-size:20px;
    font-weight:bold;
    margin-top: 10px;
    min-height: 36px;
}

.vouchersSeller{
    text-align:center;
    font-size: 18px;
    font-weight:bold;
    color:#289099;
    margin-top:5px;
    min-height: 40px;
}

.vouchersValidTo{
    text-align:center;
    font-size:13px;
    margin-top:3px;
    margin-bottom:5px;
    min-height:36px;
}

.vouchersMinSpend{
    text-align:center;
    font-size:13px;
    margin-top:5px;
}

#section-slider-wrapper .nbs-flexisel-item .left-block{
	height:unset ;
}

#section-slider-wrapper .nbs-flexisel-item .left-block .product_img_link img{
	height:unset ;
}

.section_products {
	width: 70%;
}
