.tabs {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    padding: 0;
}
.tabs_navigation {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background: none;
    border: none;
    text-align: center;
}
.tab-pan {
    position: relative;
    float: none;
    display: inline-block;
    padding: 0;
    border: none;
    list-style: none;
    text-align: center;
    margin: 5px 10px;
}
.tab-pan a {
    display: block;
    float: none;
    min-width: 160px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    background: #ffffff;
    /* padding: 30px; */
    border: 3px solid #00aeef8c;
    font-family: 'Raleway';
    line-height: 24px;
    outline: none;
    text-decoration: none;
}

.product-list{
    /*background: rgba(252,85,8,.85);*/
    background: white;
    padding: 10px;
}

.product-list a{
    display: block;
}