﻿.nav.nav-tabs {
    border-bottom: 1px solid #b55b3b;
}

.nav-tabs .nav-item {
    margin-bottom: 1px;
}

.nav-tabs .nav-link {
    width: 100%;
    background: white;
    font-weight: 700;
    border: 0;
    transition: all .3s ease-in-out,background-color 3s ease-in-out;
    -webkit-transition: all .3s ease-in-out,background-color 3s ease-in-out;
    -o-transition: all .3s ease-in-out,background-color 3s ease-in-out;
    -moz-transition: all .3s ease-in-out,background-color 3s ease-in-out;
    border-radius: 0;
}

    .nav-tabs .nav-link.active,
    .nav-link:hover {
        color: white;
        text-decoration-color: white;
        text-decoration-line: underline;
        text-decoration-style: solid;
        background: linear-gradient(90deg,#d34209 -.19%,#891129 100.19%);
    }

.tabbed-container .product-highlights__tab-btn-icon {
    width: 1.125rem;
    height: 1.125rem;
    fill: currentColor;
    min-width: 30px;
}

@media screen and (max-width:992px) {
    .tabbed-container ul.nav {
        flex-direction: column;
    }
}
