/*=========================================
PRODUCT SPECIFICATIONS
=========================================*/

.masb-specifications{

    margin:50px 0;

    padding:30px;

    background:#fff;

    border:1px solid #ececec;

    border-radius:16px;

}

.masb-specifications h2{

    margin:0 0 25px;

    font-size:24px;

    font-weight:700;

}

.masb-spec-table{

    width:100%;

    border-collapse:collapse;

}

.masb-spec-table th{

    width:220px;

    text-align:left;

    padding:16px;

    background:#fafafa;

    font-weight:600;

    border-bottom:1px solid #eee;

}

.masb-spec-table td{

    padding:16px;

    border-bottom:1px solid #eee;

}

.masb-spec-table tr:last-child th,
.masb-spec-table tr:last-child td{

    border-bottom:none;

}