.category--block.subcategories-listing--block {
    padding: 0;
}
[page-code="CTGY"] section{
    padding: 15px 0;
}

.category--header {
    position: relative;
    padding: 20px 0;
}

.category--header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category--header .content {
    width: 100%;
}
.category--header .content *:not(.rsc-breadcrumbs.type-1, .rsc-breadcrumbs.type-1 *) {
    display: none;
}
.category--header .content .rsc-breadcrumbs.type-1{
    padding: 0;
}

.category--header .rsc-breadcrumbs_content{
    margin: 0 -15px 5px;
}
.category--header .rsc-breadcrumbs li:after{
    color: #f9f9f9;
}
.category--header .rsc-breadcrumbs a, 
.category--header .rsc-breadcrumbs span{
    color: #fff;
}

.category--header .content p,
.category--header .content .visible,
.category--header .content .visible *{
    display: block !important;
}
.category--header .content h1 {
    display: block !important;
    font-size: 2.5rem;
}
.subcategories--listing{
    padding: 15px 10px 5px 10px;
    margin: 0 -10px 15px -10px;
    overflow: auto;
}
.subcategories--listing::-webkit-scrollbar {
    height: 6px;
    border-radius: 5px;
    overflow: hidden;
}

.subcategories--listing::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 5px;
}

.subcategories--listing::-webkit-scrollbar-thumb {
    background-color: #e30011;
    border-radius: 5px;
    overflow: hidden;
}

.subcategories--listing:hover::-webkit-scrollbar-thumb {
    background-color: #e30011;
}

.subcategories--listing li {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
    min-width: fit-content;
    font-size: 1.2rem;
    line-height: 1.5;
} 
.subcategories--listing li:last-child{
    margin-right: 0;
}

.subcategories--listing li img{
    height: auto;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.owl-carousel--subcategories .item{
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    background-color: #121212;
}
.owl-carousel--subcategories .item:hover img{
    transform: scale(1.05);
    filter: contrast(1.1);
}

.owl-carousel--subcategories .flag{
    position: absolute;
    font-size: 1.1rem;
    background-color: #ffae00;
    color: #fff;
    padding: 0px 10px;
    top: 15px;
    left: -5px;
    box-shadow: 0 5px 5px rgba(0,0,0,.3);
    z-index: 1;
}
.owl-carousel--subcategories .image{
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    padding: 50% 0;
}
.owl-carousel--subcategories img{
    position: absolute;
    transition: .5s all;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    top: 0;
}
.owl-carousel--subcategories .ttl,
.owl-carousel--subcategories h2,
.owl-carousel--subcategories h3{
    margin: 0;
    width: 100%;
    font-size: 1.1rem;
    padding: 0 5px 5px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.subcategories{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    justify-content: center;
    align-items: stretch;

}
.subcategories .item{
    margin: .5rem .25rem;
    cursor: pointer;
    transition: .3s all;
    border-radius: .5rem;
    padding: .25rem .5rem;
    display: inline-block;
    width: calc(14.2% - 0.5rem);
    font-size: 1.1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f7f7f7;
    border: 2px solid #c2000f;
}
.subcategories .item:hover{
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
    background-color: #f2f2f2;
}
.subcategories img{
    width: 100%;
    display: block;
}
.section--popular .item{
    background-color: #121212;
    border-radius: 5px;
}
.section--popular .item h3,
.section--popular .item p{
    padding: 0 5px;
    color: #fff;
}

.wrestlers--brand{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wrestlers--brand li{
    font-size: 25px;
    font-weight: bold;
}
.wrestlers--brand li[data-selector_brand]{
    cursor: pointer;
    transition: .3s;
    padding: 0 20px;
    margin-left: 10px;
    border-radius: 5px;
    border: 2px solid #000;
}
.wrestlers--brand li[data-selector_brand]:hover{
    background-color: #f0f0f0;
}
.wrestlers--brand li[data-selector_brand].active{
    background-color: #222 !important;
}
.wrestlers--brand li[data-selector_brand] img{
    width: 80px;
}
.wrestlers--brand li[data-selector_brand] span{
    display: none;
}

.wrestlers--nav{
    display: block;
    width: 100%;
}
.wrestlers--nav::-webkit-scrollbar {
    padding-top: 5px;
    margin-top: 5px;
    height: 6px;
    border-radius: 5px;
    overflow: hidden;
}

.wrestlers--nav::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 5px;
}

.wrestlers--nav::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 5px;
    overflow: hidden;
}

.wrestlers--nav:hover::-webkit-scrollbar-thumb {
    background-color: #000;
}
.wrestlers--nav{
    width: 100%;
    display: flex;
    background-color: #222;
    padding: 15px 10px 0 10px;
    overflow: auto;
    position: relative;
    margin-bottom: 25px;
}
.wrestlers--nav li{
    padding: 5px 14px 4px 15px;
    border-radius: 5px 5px 0 0;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    opacity: 0.85;
    cursor: pointer;
    width: fit-content;
}
.wrestlers--nav li:hover{
    opacity: 1;
}
.wrestlers--nav .active{
    opacity: 1;
    color: #222;
    background-color: #fff;
}
.wrestlers--nav span{
    display: none !important;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    font-size: 0.65em;
    top: -5px;
    right: 5px;
    color: #fff;
    background-color: #2173e5;
}

.wrestlers--item:hover{
    transform: scale(1.05);
    -moz-zoom: 1.05;
}
.wrestlers--item:hover .wrestlers--item_name{
    background-color: #222;
}

.wrestlers--items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.wrestlers--item{
    width: calc(20% - 10px);
    display: inline-block;
    margin: 0 5px 10px;
    transition: .5s all;
    position: relative;
    cursor: pointer;
}
.wrestlers--item_birge{
    font-size: .9em;
    font-weight: bold;
    color: #fff;
    background-color: #e30011;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    padding: 5px;
}
.inactive-category{
    pointer-events: none;
}
.inactive-category img{
    filter: grayscale(1);
}
.wrestlers--item_image{
    padding: 50% 0;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.wrestlers--item_image img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
}
.wrestlers--item_name{
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    background-color: #e30011;
    transition: .5s all;
}
.wrestlers--item_name h3{
    font-size: 1rem;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
}
.vc-tabs_tab{
    margin-top: 10px;
}
.type-0 .vc-tabs_list{
    text-align: center;
    margin-bottom: 0;
}
.alt_category_content{
    font-size: 1.2rem;
    text-align: center;
}
.alt_category_content p{
    margin-bottom: 1em;
}
.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.video-container iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
    border: none;
}

@media only screen and (max-width : 992px) {
    .wrestlers--item{
        width: calc(25% - 10px);
    }
    .subcategories .item{
        padding: 0 0.5rem;
        margin: 0.5rem 0.25rem;
        width: calc(14.2% - 0.5rem);
    }
}
@media only screen and (max-width : 768px) {
    .wrestlers--nav li{
        font-size: 1.1rem;
    }
    .wrestlers--item{
        width: calc(33.3334% - 10px);
    }
    .wrestlers--item_name h3{
        font-size: .9rem;
    }
    .subcategories .item{
        width: calc(20% - 0.5rem);
    }
}
@media only screen and (max-width : 575px) {
    .wrestlers--items{
        padding: 0px;
    }
    .wrestlers--item_name h3{
        font-size: .8rem;
    }
    .subcategories .item{
        width: calc(25% - 0.5rem);
    }
}

@media only screen and (max-width : 375px) {
    .wrestlers--item{
        width: calc(50% - 10px);
    }
}