
#ctgsdb {
    width: 340px;
    box-sizing: border-box;
    overflow: hidden;
}

#product-category .search-menu {
    width: 100% !important;
}

#product-category #ctgprds {
    width: calc(100% - 340px);
    background-color: white;
    margin-bottom: 60px;
}

.prds {
    background-color: white;
}

#product-search #ctgprds {
    width: 100%;
    margin-bottom: 50px;
}

#product-manufacturer #ctgprds {
    width: 100%;
    margin-bottom: 50px;
}

#ctgprds .ttl {
    margin: 0 0 37px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ctgprds .ttl h1 {
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    padding: 0;
    color: #000;
}

#ctgprds .ttl span {
    font-size: 14px;
}

#ctgprds .prds .dtls {
    background: #FFFFFF;
    box-shadow: 0 3px 6px #00000029;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 25px 25px;
    justify-content: space-between;
    align-items: center;
}

#ctgprds .prds .dtls .cont {
    display: flex;
    width: 100%;
    max-width: 1240px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

#ctgprds .prds .dtls .cont .ctgsrt {
    position: relative;
    display: flex;
    margin-right: 80px;
}

#ctgprds .prds .dtls .cont .ctgsrt:after {
    content: '';
    position: absolute;
    height: 76px;
    width: 1px;
    background: #D6D6D6;
    top: -25px;
    right: -50px;
}

#ctgprds .prds .dtls .cont .ctgsrt .ctgnum {
    padding-right: 15px;
}

#ctgprds .prds .dtls .cont span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.46px;
    color: #494949;
    opacity: 1;
}

#ctgprds .prds .dtls label {
    font-size: 16px;
    letter-spacing: -0.46px;
    color: #494949;
    margin-right: 9px;
    opacity: 1;
}

#ctgprds .prds .dtls select {
    border: none;
    border-bottom: 2px solid #494949;
    line-height: 14px;
    padding: 2px 5px;
    cursor: pointer;
}

#ctgprds .prds .dtls select option {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.41px;
    color: #494949;
}

#ctgprds .prdslst {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    max-width: 1240px;
    margin: 0;
    padding: 20px;
    gap: 30px;
    box-sizing: border-box;
}

#product-category #ctgprds .prdslst .glbprdr {
    flex: 0 0 23%;
    margin-bottom: 12px;
}

#product-category #ctgprds.search-menu .cont {
    max-width: 100%;
}

#product-category #ctgprds.search-menu .cont .ctgsrt:after {
    display: none;
}

#product-category #ctgprds.search-menu .prdslst {
    grid-template-columns: repeat(5, 1fr);
    max-width: 100%;
}

#product-search #ctgprds .prdslst .glbprdr {
    width: 20%;
    flex: 0 0 20%;
}

#product-manufacturer #ctgprds .prdslst .glbprdr {
    width: 20%;
    flex: 0 0 20%;
}

#ctgsdb form {
    position: relative;
}

.row.catrow {
    margin: 0;
    padding: 0;
}

.ctgrcntnr {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
}

#ctgsdb .ttl {
    background: #FFFFFF;
    box-shadow: 0 3px 6px #00000029;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    border-right: 1px solid #D6D6D6;
}

#ctgsdb .ttl h2 {
    font-size: 22px;
    letter-spacing: -0.64px;
    color: #494949;
    opacity: 1;
    padding: 8px 5px;
    margin: 0;
}

#ctgsdb h3 {
    font-weight: bold;
    font-size: 19px;
    color: #494949;
    margin: 0 0 9px 0;
    padding: 8px 5px;
    letter-spacing: -0.55px;
    border-bottom: 1px solid #EEEEEE;
}

#ctgsdb .list-group {
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    margin: 20px 0;
    box-sizing: border-box;
}

#ctgsdb .list-group .slider-container {
    padding-top: 15px;
}

#ctgsdb .opts input, #ctgsdb .list-group .boxes input {
    display: none;
}

#ctgsdb .opts, #ctgsdb .list-group .boxes {
    display: flex;
    flex-flow: column;
    margin-left: 11px;
}

#ctgsdb .list-group .lbl-checkbox-label {
    position: relative;
    padding: 3px 20px 3px 0;
    transition: ease 0.25s;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    color: #000;
    cursor: pointer;
}

#ctgsdb .list-group .lbl-checkbox-label em {
    font-style: normal;
    font-size: 14px;
    color: #707070;
    position: absolute;
    right: 2px;
    top: 7px;
}

#ctgsdb .list-group input:checked + .lbl-checkbox-label {
    background: #ECECEC;
    padding: 3px 20px 3px 20px;
    opacity: 1;
    position: relative;
    letter-spacing: -0.46px;
    color: #494949;
    font-size: 16px;
    font-weight: bold;
}

#ctgsdb .list-group input:checked + .lbl-checkbox-label:before {
    position: absolute;
    content: '';
    top: 40%;
    right: 5px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #707070;
    transform: rotate(-45deg);
    cursor: pointer;
}

#ctgsdb .list-group input:checked + .lbl-checkbox-label:after {
    position: absolute;
    content: '';
    bottom: 38%;
    right: 5px;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #707070;
    transform: rotate(45deg);
    cursor: pointer;
}

#ctgsdb .list-group .fltr-prcs {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    font-size: 16px;
    color: #494949;
}

#ctgsdb .list-group .slider-container .noUi-connect {
    background: #C19D6A !important;
}

#ctgsdb .list-group .slider-container .noUi-target {
    border: none !important;
    box-shadow: none !important;
}

#ctgsdb .list-group .slider-container .noUi-horizontal {
    height: 4px;
}

#ctgsdb .list-group .slider-container .noUi-handle {
    border: 1px solid #A6A6A6 !important;
    /*border-radius: 50% !important;*/
    background: #FFF;
    box-shadow: none !important;
    width: 17px !important;
    height: 17px !important;
    right: -8px !important;
    top: -7px !important;
    cursor: pointer;
}

#ctgsdb .list-group .slider-container .noUi-handle:after, #ctgsdb .list-group .slider-container .noUi-handle:before {
    display: none !important;
}

#start_price::after, #end_price::after {
    content: " €";
}

#start_weight::after, #end_weight::after {
    content: "g";
}

.fltrbtn {
    margin: 0 10px 20px 10px;
    display: none;
}

.fltrbtn button {
    margin: 0;
    border: 0;
    background: white;
    color: black;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 2px;
    width: 100%;
    box-shadow: 0px 1px 6px #00000029;
}

.ctgr-dscr {
    margin: 30px 0 0 0;
}

.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: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: #3c3d3b;
}

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

.pagination .active {
    background: #3c3d3b;
    border: 2px solid #3c3d3b;
}

#no-products .row {
    padding: 20px 0 20px 20px;
    flex-direction: column;
}

#no-products p {
    font-size: 18px;
    color: #494949;
}

#no-products .continue a {
    font-size: 16px;
    padding: 5px;
    border: 1px solid #c19d6a;
    color: #494949;
}

#no-products .continue a:hover {
    background: #c19d6a;
}

#ctgprds .prds .dtls .ttl {
    display: none;
}

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

@media screen and (max-width: 1280px) {
    #ctgprds .prdslst {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

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

    #product-search #ctgprds .prdslst .glbprdr {
        width: 25%;
        flex: 0 0 25%;
    }

    #product-manufacturer #ctgprds .prdslst .glbprdr {
        width: 25%;
        flex: 0 0 25%;
    }

    #product-category #ctgprds.search-menu .prdslst {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media screen and (max-width: 960px) {
    #ctgprds .prds .dtls .ttl {
        display: block;
        margin: 0;
    }

    #ctgprds .prds .dtls .ttl h2 {
        margin: 0;
    }

    #ctgprds .prds .dtls .cont .ctgsrt {
        margin-right: 0;
    }

    #ctgprds .prds .dtls .ctgnum,
    #ctgprds .prds .dtls span {
        display: none;
    }

    #product-category #ctgprds.search-menu .prds .dtls span  {
        display: block;
    }

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

    #ctgsdb.active #filter-form {
        display: block;
    }

    #ctgsdb {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 1000;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    }

    #ctgsdb.active {
        transform: translateX(0);
    }

    #ctgsdb.active .clsfltr {
        display: block;
    }

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

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

    #ctgprds .prds .dtls .cont .ctgsrt:after {
        display: none;
    }
}

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

    .ctgrcntnr {
        background: white;
    }

    .prds {
        padding-left: 0;
        padding-top: 0;
    }

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

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

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

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

    .fltrbtn {
        display: block;
    }

    #product-category #ctgprds.search-menu .prdslst {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

    #ctgprds .prdslst {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    #product-search #ctgprds .prdslst .glbprdr {
        width: 50%;
        flex: 0 0 50%;
    }

    #product-manufacturer #ctgprds .prdslst .glbprdr {
        width: 50%;
        flex: 0 0 50%;
    }

    #ctgprds .ttl {
        flex-direction: column;
        align-items: flex-start;
        margin: 25px 0;
    }

    #ctgprds .ttl h1 {
        font-size: 24px;
    }

    #ctgprds .ttl span {
        font-size: 12px;
    }

    .ctgnum {
        display: none;
    }

    #product-category #ctgprds.search-menu .prdslst {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .ctgsrt label {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    #product-category #ctgprds.search-menu .prdslst .glbprdr {
        flex: 0 0 100%;
    }
}

