.perfumes-module .nav-tabs {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 10px;
    z-index: 9;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.perfumes-module .nav-tabs li {
    margin: 5px;
    display: inline-block;
    width: calc(20% - 10px);
}

@media screen and (max-width: 1000px) {
    .perfumes-module .nav-tabs li {
        width: calc(33.3% - 10px);
    }
}

@media screen and (max-width: 500px) {
    .perfumes-module .nav-tabs li {
        width: calc(50% - 10px);
    }
}

.perfumes-module .nav-tabs a {
    display: flex;
    align-items: center;
    text-align: left;
    color: #002e5d;
    /*font-weight: bold;*/
    /*border: 2px solid #002e5d;*/
    border-radius: 0;
}

#navrh2 a {
    padding: 3px 10px;
    border: 1px solid #E1E7EC;
    border-radius: 0;
    text-align: left;
    width: 100%;
    min-height: 56px;
    white-space: initial;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
}

#navrh2 a:hover {
    color: #002e5d;
    border-color: #a0afbf;
    background-color: #f7fafc;
    transition: 0.3s;
}

/*#tabs-desktop li.active a {*/
/*    color: white;*/
/*}*/

.perfumes-module .nav-tabs img {
    max-width: 32px;
    margin-right: 10px;
}

.nav-tabs > li {
    background: #f7f7f7 !important;
    /* border: 1px solid #002e5d; */
}

#navrh2 .nav-tabs > li {
    background: #fff !important;
    /* border: 1px solid #002e5d; */
}

#navrh1 .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background: #fff;
    color: #002e5d;
    border: 1px solid #E1E7EC;
}

#navrh1 a:hover {
    border: 1px solid #E1E7EC;
}

#navrh2 .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    color: #002e5d;
    border-color: #a0afbf;
    background-color: #f7fafc;
    transition: 0.3s;
}

.tab-mobile-img {
    margin-right: 5px;
    max-width: 20px !important;
}

.tab-content {
    overflow: auto;
}

.tab-pane {
    margin: 35px 0 50px;
}

.panel-heading {
    margin-bottom: 30px;
    background: #ECF0F3;
    padding: 15px 5px;
    text-align: center;
    color: #0a246a;
    font-weight: bold;
    font-size: 22px;
}

.flavor-h {
    margin-bottom: 30px;
    color: #0a246a;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.flavor-h .flavor_more {
    font-size: 14px;
    padding-left: 7px;
    text-decoration: underline;
}

.img-col {
    margin-bottom: 10px;
}

.img-flavor-h {
    margin-right: 7px;
    margin-bottom: 2px;
    max-width: 25px !important;
}

.btn.load-more:hover {
    box-shadow: inset 300px 0 0.01px #002e5d;
    color: white;
}

.flavor-txt {
    display: inline-block;
}

.flavor-txt:first-letter {
    text-transform: capitalize;
}