.row.ctgrow {
    justify-content: center;
}

#ctgsdb {
    width: 320px;
    padding-right: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

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

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

#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 {
    margin-bottom: 25px;
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
}

#ctgprds .prds .dtls {
    flex: 0 0 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ctgprds .prds .dtls label {
    font-size: 14px;
    letter-spacing: 0.22px;
    color: #151C20;
    margin-right: 9px;
}

#ctgprds .prds .dtls select {
    border: 1px solid #DBDBDB;
    line-height: 14px;
    padding: 12px 5px;
    cursor: pointer;
}

#ctgprds .prdslst {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0;
}

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

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

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

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

#product-category #ctgprds, #ctgsdb {
    margin-top: 45px;
}

#ctgsdb form {
    position: relative;
}

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

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

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

#ctgsdb h4 {
    font-size: 16px;
    color: #000;
    margin: 0 0 9px 0;
    padding: 0;
    letter-spacing: 0.32px;
}

#ctgsdb .list-group {
    padding-bottom: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

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

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

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

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

#ctgsdb .list-group .lbl-checkbox-label:hover {
    color: var(--secondary-color);
}

#ctgsdb .list-group input:checked + .lbl-checkbox-label {
    font-weight: 700;
}

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

#ctgsdb .list-group .slider-container .noUi-connect {
    background: var(--secondary-color) !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 0 20px 0;
    display: none;
}

.fltrbtn button {
    margin: 0;
    border: 0;
    background: #2a2f44;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 2px;
}

.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: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: #8e3d2d;
}

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

.pagination li {
    border: none;
}

.pagination .active {
    background: #8e3d2d;
    border-radius: 50%;
}

.ctgrcntnr .ctgrttl {
    overflow: hidden;
    position: relative;
    /*margin: 40px auto;*/
    text-align: center;
    max-width: 1820px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin: 0 auto;
}

.ctgrcntnr .ctgrttl img {
    position: relative;
    z-index: 3;
    background: #FDF7F2;
}

.ctgrcntnr {
    background-color: #FDF7F2;
    padding: 50px 0 65px 0;
}

.ctgrcntnr .ctgrttl::before {
    content: '';
    background: url(/image/assets/hdr/marks_l.svg);
    height: 77px;
    width: 557px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.ctgrcntnr .ctgrttl::after {
    content: '';
    background: url(/image/assets/hdr/marks_r.svg);
    height: 77px;
    width: 557px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);

}


.ctgrcntnr .ctgrttl h1 {
    font-size: 32px;
    font-weight: 300;
    padding: 10px 5px;
    text-align: center;
    position: relative;
    display: inline-block;
    background: #fdf7f2;
    position: relative;
    z-index: 3;
}

.ctgrcntnr .ctgrttl h1::after {
    content: '';
    height: 2px;
    width: 99px;
    position: absolute;
    border-radius: 1px;
    bottom: -13px;
    left: 50%;
    background-color: #8E3D2D;
    transform: translateX(-50%);

}

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

    #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 .glbprdr {
        flex: 0 0 25%;
    }
}

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

    .ctgrcntnr {
        background-color: #FDF7F2;
        padding: 25px 0 25px 0;
    }
    .ctgrcntnr .ctgrttl h1 {
        font-size: 25px;
        margin-top: 0;
    }

    .ctgrcntnr .ctgrttl img {
        width: 120px;
    }

    .ctgrcntnr .ctgrttl h1::after {
        bottom: -5px;
    }


    #product-category #ctgprds.search-menu .prdslst .glbprdr {
        flex: 0 0 33.3%;
    }

    #product-category #ctgprds {
        width: 100%;
        padding: 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 {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow: auto;
        height: 100%;
        display: none;
    }

    #ctgsdb form {
        padding: 20px;
    }

    #ctgsdb .clsfltr {
        display: block;
    }

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

    #product-category #ctgsdb.active {
        display: block;
    }

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

    .fltrbtn {
        display: block;
    }
}

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

    #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;
    }
}

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

    /*.ctgrcntnr {*/
    /*    padding: 31px 0 32px 0;*/
    /*}*/
    #product-category #ctgprds.search-menu .prdslst .glbprdr {
        flex: 0 0 50%;
    }

    .ctgsrt label {
        display: none;
    }
}

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

