/**
 * Theme stylesheet for the 'Explore' WooCommerce Product Category.
 */

.theme-explore .fa-icon-tabs__top {
    background-color: rgba(0, 0, 0, 0.3);
}

.theme-explore .fa-icon-tabs__top-button {
    border-bottom: 2px dotted #dab38d;
}

.theme-explore .fa-icon-tabs__top-heading:last-child .fa-icon-tabs__top-button {
    border-bottom: none;
}

@media screen and (min-width: 768px) {
    .theme-explore .fa-icon-tabs__top-button {
        border-bottom: none;
        border-right: 2px dotted #dab38d;
    }

    .theme-explore
        .fa-icon-tabs__top-heading:last-child
        .fa-icon-tabs__top-button {
        border-right: none;
    }
}

.theme-explore .fa-icon-tabs__top-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.theme-explore .fa-icon-tabs__top-button.is-active-tab {
    background-color: rgba(0, 0, 0, 0.75);
}

.theme-explore .fa-icon-tabs__top-button.is-active-tab:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.theme-explore .fa-icon-tabs__top-button i,
.theme-explore .fa-icon-tabs__top-button p {
    color: #000;
}

.theme-explore .fa-icon-tabs__top-button.is-active-tab i,
.theme-explore .fa-icon-tabs__top-button.is-active-tab p {
    color: #fff;
}

.theme-explore .fa-icon-tabs__bottom-content,
.theme-explore .fa-icon-tabs__bottom-content p {
    color: #000;
}
