#ctgprds .ctgprdstp{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ctgprdstp .ctgprdstpl,.ctgprdstp .ctgprdstpr .ctgsrt{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 32px;
}
.ctgprdstp .ctgprdstpl .fltrbtn button{
    background: transparent;
    border: 1px solid var(--text-color);
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
}
.ctgprdstp .ctgprdstpr .glbslct select{
     background: transparent;
    border: 1px solid var(--text-color);
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

@media only screen and (max-width: 480px) {
.ctgprdstp .ctgprdstpl .prod-num, .ctgprdstp .ctgprdstpr{ display: none; }
}