.material-popup .bu01{
    margin-top: 25px;
    font-weight: bold;
    padding: 20px;
    line-height: normal;
    height: auto;
}

.material-popup .prico{
    display: block;
    margin-top: 20px;
}

.material-popup ul{
    margin: 0; padding: 0;
}

.small-count{
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.ma-it{
    display: block;
    background-color: white;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    height: 60px;
    position: relative;
    left: 0; top: 0;
    margin-top: 28px;
    font-size: 0;
    color: #4d4e56;
    font-weight: bold;
    line-height: 14px;
    padding: 0 0 0 70px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.08);
}

.ma-it.dis {
    border-color: #CC0E2E;
}

.ma-it span.dis {
    display: block;
    position: absolute; right: 4px; top: -10px;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    background-color: #CC0E2E;
    color: white;
    border-radius: 10px;
    padding: 0 15px;
}

.ma-it:before{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
    overflow: hidden;
}

.ma-it .title{
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.ma-it:hover,
.ma-it:active{
    background-color: #aff5ff;
    border: 1px solid #00c2df;
    box-shadow: 0 10px 50px -10px rgba(0,0,0,0.12);
}

.ma-it img.img-responsive{
    position: absolute;
    left: 0; top: 0;
    width: 58px;
    height: 58px;
    display: block;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #e4e4e4;
}

.ma-it .water{
    position: absolute;
    left: 21px; top: 50%;
    width: 14px;
    height: 20px;
    margin-top: -10px;
}

.ma-it .details{display: block;
    position: absolute; right: 0; top: 0;
    font-size: 12px;
    color: #00c2df;
    font-weight: normal;
    line-height: 58px;
    padding: 0 15px 0 5px;
}

.no-items{
    font-size: 24px;
    font-weight: bold;
    margin-top: 27px;
}

.no-items div{
    font-size: 14px;
    margin-top: 20px;
}

.no-items ul{
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 0 0 0 14px;
}

.disclaimer{
    font-size: 10px;
    color: #b7b7b7;
    margin-top: 25px;
    line-height: normal;
}

@media (max-width: 1200px) {
    .ma-it .title{
        width: 200px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px){
    .ma-it .title{
        width: auto;
    }
}

@media (max-width: 470px){
    .ma-it .title{
        width: 70%;
    }
}

@media (max-width: 370px){
    .ma-it .title{
        width: 60%;
    }
}