.tab-6 {
    background-color: #f7f7fa;
}

.tab-6 .tab-content {
    margin: 20px 0;
}

.tab-6 .tab-content .pitem {
    background: #fff;
    margin-right: 20px;
    padding: 0;
    width: 285px;
}

/*.tab-6 .tab-content .pitem:first-child{*/
/*    margin: 0px;*/
/*    background: #fff;*/
/*}*/
.tab-6 .tab-content .img {
    height: 285px;
    width: 285px;
    /*object-fit: cover;*/
}
.viewMoreright a{
    font-size: 14px !important;
}

.tab-6 .tab-content .title {
    height: 3em;
    margin-top:  5px;
    margin-left:  5px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Arial Regular';
    color: #333;
    line-height: 1.43em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.tab-6 .tab-content .price {
    margin: 10px 5px;
    display: block;
    color: #ff900c;
    font-family:'Arial Bold';
    font-weight: bold;
    font-size: 16px;
}

.tab-6 .nav-tabs {
    background-color: #ffffff;
    position: relative;
    /*border-radius: 0;*/
    border-bottom:2px solid #ddd;
}

.tab-6 .nav-tabs .nav-item {
    width: 17%;
    margin-bottom: -2px;
}

.tab-6 .nav-tabs .nav-link {
    padding: 15px 0;
    border-radius: 0;
    position: relative;
    /*font-weight: bold;*/
    font-size: 16px;
    font-family:'Arial Bold';
}

.tab-6 .nav-tabs .nav-link.active {
    color: #17223f;
    font-weight: bold;
    font-size: 24px;
}

.tab-6 .nav-tabs .nav-link.active::after {
    border-bottom: 3px solid #ff900c;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;

    width: 100%;
}

@media screen and (max-width: 576px) {
    .tab-3 .nav-tabs {
        margin-bottom: 11px;
    }

    .tab-3 .nav-tabs .nav-item {
        width: auto !important;
    }

    .tab-3 .nav-tabs .nav-item .nav-link.active::after {
        bottom: -4px;
        right: 50%;
        top: auto;
    }

    .tab-3 .nav-tabs.tab-3-right {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .tab-3 .nav-tabs.tab-3-right .nav-link.active::after {
        bottom: auto;
        top: -4px;
        left: auto;
        right: 5px;
    }
}
