#product-category {
    background: #F4F5F6;
    padding: 60px 0;

    .row.ttl {
        display: block;

        h2 {
            margin-bottom: 30px;
            padding-bottom: 20px;
            font-size: 33px;
            font-weight: 600;
            letter-spacing: -0.46px;
            color: #303C41;
            opacity: 1;
            border-bottom: 1px solid #E4E8EA;
        }
    }

    > .row {
        max-width: 1620px;
        display: grid;
        grid-template-columns: 0.5fr 2fr;
        gap: 30px;
    }
}

#glb-brdcrmbs {
    .row {
        max-width: 1620px;
    }
}

#content {
    width: 100%;
}

.prdslst {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 40px;
}

.glbprdr {
    max-width: 277px;
}

.cat-prod {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;

    span, label {
        font-size: 15px;
        letter-spacing: 0.22px;
        color: #151C20;
        opacity: 1;
    }

    label {
        margin-right: 10px;
    }

    #input-sort {
        padding: 15px;
        background: none;
        border: 0.5px solid #303C41;
        border-radius: 2px;

        option {
            font-size: 15px;
            letter-spacing: 0.21px;
            color: #303C41;
            opacity: 1;
        }
    }
}

/*FILTER PLUS*/

.list-group h3 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    color: #003E81;
    opacity: 1;
}

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

#manufacturer-list, .opts, .prc-opt {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #98AFCA;
}

.prc-opt {
    border: none;
}


.manufacturer-item, .value-opt {
    display: flex;
    align-items: center;

    input {
        margin-bottom: 8px;
    }

    label {
        margin-left: 15px;
        font-size: 15px;
        letter-spacing: 0.19px;
        color: #526274;
        opacity: 1;
        line-height: 15px;
    }
}

.opt {
    display: flex;
    align-items: center;

    input {
        margin-right: 15px;
        margin-bottom: 8px;
    }

    label {
        font-size: 15px;
        letter-spacing: 0.19px;
        color: #526274;
        opacity: 1;
        line-height: 15px;
    }
}

.noUi-connect {
    background: #003E81 !important;
    border-radius: 63px !important;
}

.noUi-horizontal .noUi-handle:last-child {
    right: -10px !important;
}

.noUi-handled-fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.noUi-field {
    width: 40px;
    border: 0;
    border-bottom: 1px solid #707070;
    padding: 5px;
    font-size: 14px;
    text-align: center;
}

.noUi-horizontal .noUi-handle {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50px;
    top: -4px !important;
    border: 0.5px solid #fff !important;
    outline-style: none;
}

.noUi-touch-area {
    background: #FFFFFF !important;
    box-sizing: border-box !important;
    border-radius: 50% !important;
    cursor: pointer;
    border: 1px solid #303c41;
}

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

.noUi-connects {
    background: #303c41 !important;
    border-radius: 39px !important;
}

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

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


#filter-form .fltr-prcs .noUi-base .noUi-connects {
    background: #303c41 !important;
}

#filter-form .slider-container {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    box-sizing: border-box;
}

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

#filter-form .fltr-prcs input::-webkit-outer-spin-button,
#filter-form .slider-container .fltr-prcs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#filter-form .slider-container .fltr-prcs input[type=number] {
    -moz-appearance: textfield;
}

#filter-form .slider-container .fltr-prcs label {
    display: none;
}

#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 #003E81;
    color: black;
}

#filter-form .fltr-prcs span {
    display: none;
}

#filter-form .slider-container .fltr-prcs span {
    width: 20px;
    height: 1px;
    background: #7D7D7D;
}

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

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

    .glbprdr {
        max-width: 260px;
    }

    #product-category .breadcrumb {
        padding-left: 20px;
    }

    .adtcrtbtn .btn-cart {
        padding: 15px 55px;
    }

    .prdslst {
        padding-left: 20px;
    }

    #hdmn .row .cnmn a span {
        display: none;
    }

    #product-category {
        padding-top: 40px;
    }

}

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

    #ctgsdb {
        margin-top: 0;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 99999;
        overflow: auto;
        height: 100%;
        display: none;
    }

    #ctgsdb form {

        padding: 50px 50px 20px 20px;
    }

    #ctgsdb .clsfltr {
        display: block;
    }

    .fltrbtn {
        display: block;
    }

    #product-category #ctgsdb.active {
        width: 100%;
        max-width: 250px;
        display: block;
    }

    #product-category > .row {
        display: flex;
    }

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

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

@media only screen and (max-width: 780px) {
}

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

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