/*=========================================
PRODUCT TABS
=========================================*/

.masb-product-tabs{

    width:100%;

    max-width:1480px;

    margin:20px auto 24px;

    background:#fff;

    border:1px solid #ececec;

    border-radius:16px;

    overflow:hidden;

}

.masb-tabs-nav{

    display:flex;

    border-bottom:1px solid #eee;

}

.masb-tab-btn{

    padding:16px 28px;

    border:none;

    background:#fff;

    cursor:pointer;

    font-size:16px;

    font-weight:600;

    transition:.3s;

}

.masb-tab-btn:hover{

    color:#ee4d2d;

}

.masb-tab-btn.active{

    color:#ee4d2d;

    border-bottom:3px solid #ee4d2d;

}

.masb-tabs-content{

    padding:24px;

}

.masb-tab-panel{

    display:none;

}

.masb-tab-panel.active{

    display:block;

}

.masb-product-features{

    width:100%;

    max-width:1480px;

    margin:20px auto;

}

.masb-product-specs{

    width:100%;

    max-width:1480px;

    margin:20px auto;

}

.masb-related-products{

    width:100%;

    max-width:1480px;

    margin:20px auto 0;

}