.tc-category-intro {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 250px;
    background-color: #101214;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
}

.tc-category-main {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}

.tc-category-toolbar {
    margin-bottom: 2.5em;
}

.tc-category-sortby .tc-form-select {
    margin-bottom: 0;
}

.tc-category-filters {
    font-size: 0.875rem;
}

.tc-category-filters-nb-product {
    color: #747474;
}

.tc-category-filters-subtitle {
    position: relative;
    margin-bottom: 1em;
    color: #747474;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.tc-category-filters-subtitle > span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 30px;
    background-color: #fff;
}

.tc-category-filters-subtitle:after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d2d2d2;
    content: ' ';
}

.tc-category-filters-list {
    font-weight: 600;
    text-transform: uppercase;
}

.tc-category-filters-list > li + li {
    margin-top: 0.8571em;
}

.tc-category-filters-close {
    margin-top: 10px;
}

.tc-category-size-guide {
    margin-top: 3em;
    padding: 1em;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    text-align: center;
}

.tc-category-size-guide > p {
    position: relative;
    margin-bottom: 1em;
    padding-left: 65px;
    font-weight: 700;
    line-height: 1.125;
    text-transform: uppercase;
}

.tc-category-size-guide > a {
    color: #f62115;
    text-decoration: underline;
}

.tc-category-size-guide .tc-i-ruler {
    position: absolute;
    top: calc(50% - 16px);
    left: 20px;
}

.tc-category-problem {
    margin-top: 50px;
    margin-bottom: 50px;
}

.tc-category-products {
    position: relative;
}

.tc-category-products-mask {
    position: absolute;
    top: 0;
    right: -3px;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff url(../img/loader/listing.gif) no-repeat 50% 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.tc-category-products-mask-isActive {
    z-index: 1;
    opacity: 0.75;
}

.tc-category-products-pagination {
    margin-top: 2em;
    text-align: center;
}

.tc-category-products-pagination-isDisabled {
    display: none;
}

.tc-category-products-pagination-isLoading .tc-i-loading-circles {
    margin-right: 0.5em;
}

.tc-category-products-pagination-isLoading .tc-i-loading-circles > span {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 0.6429em;
    height: 0.6429em;
    background-color: #121f50;
}

.tc-category-products-pagination-isLoading .tc-i-loading-circles > span:nth-child(1) {
    -webkit-animation: loading-circles 2.5s steps(1, end) 0.25s infinite;
    animation: loading-circles 2.5s steps(1, end) 0.25s infinite;
}

.tc-category-products-pagination-isLoading .tc-i-loading-circles > span:nth-child(2) {
    -webkit-animation: loading-circles 2.5s steps(1, end) 0.5s infinite;
    animation: loading-circles 2.5s steps(1, end) 0.5s infinite;
}

.tc-category-products-pagination-isLoading .tc-i-loading-circles > span:nth-child(3) {
    -webkit-animation: loading-circles 2.5s steps(1, end) 0.75s infinite;
    animation: loading-circles 2.5s steps(1, end) 0.75s infinite;
}

.tc-category-products-pagination-isLoading .tc-i-loading-circles > span:nth-child(4) {
    -webkit-animation: loading-circles 2.5s steps(1, end) 1s infinite;
    animation: loading-circles 2.5s steps(1, end) 1s infinite;
}

.tc-category-products-pagination-isLoading .tc-i-loading-circles > span:nth-child(5) {
    -webkit-animation: loading-circles 2.5s steps(1, end) 1.25s infinite;
    animation: loading-circles 2.5s steps(1, end) 1.25s infinite;
}

@-webkit-keyframes loading-circles {
    0%, 100% {
        background-color: #fff;
    }
    50% {
        background-color: #121f50;
    }
}

@keyframes loading-circles {
    0%, 100% {
        background-color: #fff;
    }
    50% {
        background-color: #121f50;
    }
}

@media screen and (min-width: 1000px) {
    .tc-category-intro-text {
        margin-left: 25.4167%;
    }
    .tc-category-title {
        margin-bottom: 0.125em;
        -webkit-transform: rotate(-2deg) translateX(-0.5em);
        -ms-transform: rotate(-2deg) translateX(-0.5em);
        transform: rotate(-2deg) translateX(-0.5em);
    }
    .tc-category-toolbar {
        margin-left: 25.4167%;
    }
    .tc-category-sortby label {
        display: inline-block;
        padding-right: 1em;
        color: #747474;
    }
    .tc-category-sortby select {
        display: inline-block;
        width: 15em;
    }
    .tc-category-sortby .tc-form-select-custom {
        display: inline-block;
        width: 15em !important;
    }
    .tc-category-filters {
        float: left;
        padding-right: 5.4167%;
        width: 25.4167%;
    }
    .tc-category-size-guide > p {
        text-align: left;
    }
    .tc-category-products {
        float: right;
        width: 74.5833%;
    }
}

@media screen and (max-width: 999px) {
    .tc-category-main {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 50px;
    }
    .tc-category-intro {
        text-align: center;
    }
    .tc-category-intro .tc-breadcrumbs {
        display: none;
    }
    .tc-category-intro-text {
        margin-top: 1.25em;
    }
    .tc-category-toolbar {
        margin-right: -15px;
        margin-left: -15px;
        border-bottom: 1px solid #dcdcdc;
    }
    .tc-category-toolbar-rsp-marker {
        display: none;
    }
    .tc-category-toolbar-filters {
        float: left;
        border-left: 1px solid #dcdcdc;
        width: 50%;
    }
    .tc-category-toolbar-filters-toggler {
        display: block;
        font-size: 0.9375rem;
        line-height: 5;
        text-align: center;
        text-transform: uppercase;
    }
    .tc-category-toolbar-filters-toggler-isActive {
        position: relative;
        color: #0070bb;
    }
    .tc-category-toolbar-filters-toggler-isActive:after {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        content: ' ';
    }
    .tc-category-toolbar-filters-toggler .tc-i-arrow-left {
        top: 0.125em;
        margin-left: 7px;
        width: 9px;
        height: 14px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .tc-category-sortby {
        position: relative;
        float: left;
        width: 50%;
    }
    .tc-category-sortby label {
        position: absolute;
        left: -9999px;
    }
    .tc-category-sortby .tc-form-select-custom-toggler {
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 1.1429em;
        border: none;
        height: 5em;
        font-size: 0.9375rem;
        line-height: 5;
        text-align: center;
        text-transform: uppercase;
        box-shadow: none;
    }
    .tc-category-sortby .tc-form-select-custom-toggler span {
        overflow: hidden;
        display: inline-block;
        max-width: calc(100% - 25px);
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: top;
    }
    .tc-category-sortby .tc-form-select-custom-toggler .tc-i-arrow-left {
        position: relative;
        top: 0.5em;
        right: auto;
        margin-left: 7px;
    }
    .tc-category-filters {
        position: absolute;
        left: 0;
        z-index: 1;
        display: none;
        margin-top: -40px;
        padding: 1.5em 40px 40px;
        width: 100%;
        background-color: #fff;
    }
    .tc-category-filters-rsp-marker {
        display: none;
    }
    .tc-category-filters-subtitle:after {
        display: none;
    }
    .tc-category-filters-list {
        margin-bottom: 1.5em;
    }
    .tc-category-filters [data-accordion-active] .tc-category-filters-subtitle {
        position: relative;
    }
    .tc-category-filters [data-accordion-active] .tc-category-filters-subtitle:before, .tc-category-filters [data-accordion-active] .tc-category-filters-subtitle:after {
        position: absolute;
        top: 0;
        right: 7px;
        width: 3px;
        height: 17px;
        background-color: #121f50;
        content: ' ';
    }
    .tc-category-filters [data-accordion-active] .tc-category-filters-subtitle:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .tc-category-filters [data-accordion-active] .tc-category-filters-subtitle:after {
        left: auto;
        display: block;
        -webkit-transition: -webkit-transform 0.3s ease-in-out, transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out, -ms-transform 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
    .tc-category-filters [data-accordion-active='true'] .tc-category-filters-subtitle:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .tc-category-size-guide {
        margin-top: 1em;
    }
    .tc-category-size-guide > p {
        padding-left: 0;
    }
    .tc-category-size-guide .tc-i-ruler {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 15px;
        vertical-align: middle;
    }
    .tc-category-products-mask-isFilters {
        position: absolute;
        top: 0;
        right: -30px;
        bottom: -51px;
        left: -30px;
        background-color: rgba(18, 31, 80, 0.5);
    }
}

@media screen and (max-width: 640px) {
    .tc-category-intro {
        min-height: 0;
    }
    .tc-category-intro-text {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
    }
    .tc-category-intro-text p {
        display: none;
    }
}
