#product-category {
    box-sizing: border-box;
}

#product-category .title {
    background: #F4F4F4;
}
#product-category .title .wnrow{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
#product-category .title .wnrow > * { z-index: 2; position: relative; }
#product-category .title .wnrow:before{
    content: '';
    position: absolute;
    top: -10px;
    left: 200px;
    background: url(/image/assets/mark.svg) no-repeat center center;
    height: 145px;
    width: 410px;
    background-size: contain;
    z-index: 1;
}
.ctgbrdcrs .glb-brdcmps {
    border-top: 5px solid #fff;
    box-shadow: none;
}

#product-category .row.main {
    padding: 50px 20px;
}

#product-category .title .row {
    background: #F6F6F6;
    justify-content: space-between;
    align-items: center;
}

#product-category .title h2 {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    color: var(--primary-color);
}

#ctgflt {
    width: 320px;
    padding-right: 40px;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 10px;
}

#ctgflt .list-group {
    padding-bottom: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
}

#ctgflt .list-group .lbl-checkbox-label {
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    padding: 5px;
}

#ctgflt .list-group input:checked + label{
    background: var(--primary-color);
    color: #fff;
}

#ctgflt h3 {
    font-size: 16px;
    font-weight: bold;
    color: #1A2F33;
    margin: 0 0 9px 0;
    padding: 0;
    letter-spacing: 0;
    position: relative;
    line-height: 16px;
    text-transform: uppercase;
}

#ctgflt h3:after {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    border-right: 2px solid #1A2F33;
    border-top: 2px solid #1A2F33;
    border-radius: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(135deg);
    transition: ease 0.25s;
}

#ctgflt h3.active:after {
    transform: rotate(-45deg);
}

#ctgflt .boxes {
    display: none;
    gap: 5px;
    transition: ease 0.25s;
}

#ctgflt .boxes .options {
    display: inline-flex;
    align-items: center;
}

#ctgflt .boxes .options label {
    margin: 3px 0 0 3px;
}

#ctgflt .boxes .filters {
    display: inline-flex;
    align-items: center;
}
#ctgprds .ctgprdstp{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
#ctgprds .fltrbtn {
    margin: 0;
    display: none;
}

#ctgprds .fltrbtn button {
    width: 100%;
    margin: 0;
    border: 1px solid #CFCFCF;
    color: #000;
    background: #fff;
    border-radius: 6px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    padding: 10px 25px;
}

#filter-form .slider-container .fltr-prcs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

#filter-form .slider-container .fltr-prcs input {
    width: 56px;
    background: transparent;
    box-sizing: border-box;
    text-align: center;
    border-radius: 2px;
    padding: 8px 5px;
    font-size: 14px;
    line-height: 17px;
    border: none;
}

#filter-form .fltr-prcs input[type=number] {
    border-bottom: 1px solid #1A2F33;
    color: black;
}

#ctgflt .list-group .slider-container {
    display: none;
    margin-top: 20px;
}

#ctgflt .boxes.active,
#ctgflt .opts.active,
#ctgflt .list-group .slider-container.active {
    display: flex;
    flex-flow: column;
}

#ctgflt .boxes.filters.fl1.active {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(6, auto);
}

#ctgflt .boxes.filters.active {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
}

#ctgflt .boxes.filters input,
#ctgflt .boxes input {
    display: none;
}

#ctgflt .boxes.filters img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.noUi-target {
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.noUi-base, .noUi-connects {
    height: 10px !important;
}

.noUi-connect {
    background: #1A2F33 !important;
}

.noUi-handle:after, .noUi-handle:before {
    display: none !important;
}

.noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
}

.noUi-handle {
    border-radius: 50% !important;
    box-shadow: none !important;
}

#ctgprds {
    width: calc(100% - 320px);
    margin-bottom: 50px;
}

#ctgprds .dtls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 20px;
}

#ctgprds .dtls .prod-num {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 1;
}

#ctgprds .dtls .ctgsrt {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    opacity: 1;
}
#ctgprds .dtls .ctgsrt label{
    font-size: 13px;
    font-weight: bold;
    margin-right: 4px;
}
#ctgprds .dtls .ctgsrt select {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 1;
    cursor: pointer;
    background: none;
    border-radius: 5px;
    padding: 9px 20px;
    line-height: 16px;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
}

#ctgprds .dtls .ctgsrt option {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    opacity: 1;
}

#ctgprds .prdslst {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 20px;
}

#ctgprds .prdslst .glbprdr {
    width: calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
}

#ctgflt form {
    position: relative;
}

#filter-form .clsfltr {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    height: 40px;
    width: 40px;
    border: 0;
    background: none;
    display: none;
}

#ctgflt .clsfltr::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 2px;
    background: #1A2F33;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

#ctgflt .clsfltr::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 2px;
    background: #1A2F33;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

/*.pagination {
    margin-bottom: 25px;
}

.pagination {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.pagination li {
    border: 1px solid #FCFAF7;
    margin-bottom: 5px;
    margin-right: 5px;
    transition: ease 0.25s;
    border-radius: 2px;
}

.pagination li:hover {
    var(--primary-blue)
}

.pagination li:last-of-type {
    margin-right: 0;
}

.pagination a {
    display: block;
    padding: 6px 10px 8px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1A2F33;
}

.pagination span {
    display: block;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.pagination .active {
    background: #1A2F33;
    border: 2px solid #1A2F33;
}*/



@media screen and (max-width: 960px) {
    #ctgprds .fltrbtn {
        display: block;
        flex-grow: 1;
        max-width: calc(50% - 8px);
    }
    #product-category #ctgprds{ gap: 8px;}

    #ctgprds .dtls .ctgsrt{
        display: flex;
        flex-direction: column;
        row-gap: 6px;
        align-items: flex-end;
    }
    #ctgprds .dtls .ctgsrt select, #ctgprds .dtls .ctgsrt option{font-size: 13px;}
    #ctgprds .dtls{justify-content: flex-end; flex-grow: unset}
    #ctgprds .prod-num{display: none;}
    #ctgflt {
        margin-top: 0;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow: auto;
        height: 100%;
        display: none;
        padding-right: 10px;
    }

    #ctgflt form {
        padding: 50px 20px 20px 20px;
    }

    #ctgflt .clsfltr {
        display: block;
    }

    #ctgflt .list-group .lbl-checkbox-label em {
        font-size: 12px
    }

    #ctgflt.active {
        display: block;
    }

    #product-category #ctgprds {
        width: 100%;
        padding: 0;
    }

    #ctgprds .prdslst {
        padding-left: 0;
    }

    #product-category .title h2 {
        font-size: 45px;
    }

    #ctgprds .prdslst .glbprdr {
        width: calc(33% - 15px);
        flex: 0 0 calc(33% - 15px);
    }

    #ctgprds .prdslst {
        gap: 12px;
    }

    #product-category .title .image{
        display: none;
    }
    #product-category .row.main{padding: 40px 10px;}
    #product-category .title h2{
        margin: 0;
        padding: 20px 0;
        font-size: 35px;
        text-align: center;
    }
}


@media screen and (max-width: 840px) {

    #product-category .title h2{font-size: 27px;}

    #product-category #ctgprds {
        width: 100%;
        padding: 0;
    }

    #ctgprds .prdslst {
        gap: 0;
    }

    #product-category #ctgprds .prdslst .glbprdr {
        width: 33.333%;
        flex: 0 0 33.333%;
    }

    #ctgprds .ttl {
        margin: 35px 0 20px 0;
    }

    #product-category .title .wnrow{ padding-bottom: 25px; padding-top: 25px; }
    .adtcrtbtn .btn-cart{ max-width: 100%;}
}

@media screen and (max-width: 660px) {
    #product-category #ctgprds .prdslst{ gap: 20px 8px; }
    #product-category #ctgprds .prdslst .glbprdr {
        width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    }
    #product-category .title h2{ font-size: 24px; }
}
@media screen and (max-width: 480px) {
    #ctgprds .dtls .ctgsrt{flex-wrap: wrap;}
    #product-category .title h2{ font-size: 21px; }
    #product-category .title .wnrow{ padding-bottom: 17px; padding-top: 17px; }
}
@media screen and (max-width: 380px) {

}
