.headerTitle a, .headerTitle span {
    font-size: inherit;
    color:#fff;
}

.categoryArchive .container-fluid {
    padding: 3.5rem 1rem;
}

.categoryArchive .tab-content {
    padding-left: 5px;
    padding-right: 5px;
}

.categoryArchive .bottomLine {
    margin-left: 5px;
    margin-right: 5px;
}

header {
    height: 60vh;
    min-height: 400px;
}

.bottomLine {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    margin-bottom: 1.875rem; /*30px*/
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link:hover {
    color: #fff;
    background: #2bb0e2;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #2bb0e2;
    font-weight: 400;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid #2bb0e2;
}

.sorting-menu li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.active {
    background-color: transparent;
}

.mainContent {
    position: relative;
    min-height: 500px;

}

.loaderPhoto {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    /*.categoryTitle {*/
    /*font-size: 2.5rem !important; !*40px*!*/
    /*}*/
    .category-archive div.container-fluid--lr-padding {
        padding-right: 0.625rem !important; /*10px*/
        padding-left: 0.625rem !important;
    }

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        background-color: rgba(43, 176, 226, 0.05);
        border: 1px solid #2bb0e2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .nav-tabs .nav-item {
        margin-bottom: 5px;
    }

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border-color: rgba(43, 176, 200, 0.05);
        border: 1px solid #2bb0e2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
}

@media (max-width: 767.98px) and (max-height: 576px) {
    header {
        height: 80vh !important;
    }

}