body.post-type-archive-product .omshop-select-wrap > .select2-container,
body.tax-product_cat .omshop-select-wrap > .select2-container,
body.tax-product_tag .omshop-select-wrap > .select2-container {
    display: none !important;
}

body.post-type-archive-product .omshop-select-wrap select#omshop-orderby,
body.post-type-archive-product .omshop-select-wrap select#omshop-orderby.select2-hidden-accessible,
body.tax-product_cat .omshop-select-wrap select#omshop-orderby,
body.tax-product_cat .omshop-select-wrap select#omshop-orderby.select2-hidden-accessible,
body.tax-product_tag .omshop-select-wrap select#omshop-orderby,
body.tax-product_tag .omshop-select-wrap select#omshop-orderby.select2-hidden-accessible {
    position: static !important;
    display: block !important;
    clip: auto !important;
    clip-path: none !important;
    width: 100% !important;
    height: 39px !important;
    min-height: 39px !important;
    margin: 0 !important;
    padding: 0 38px 0 12px !important;
    overflow: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    border: 1px solid #bdbdb7 !important;
    border-radius: 6px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    color: #1c1c1c !important;
    background: #fff !important;
    font: inherit !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
}

.one-mall-shop-page[dir="rtl"] .omshop-select-wrap select#omshop-orderby,
.one-mall-shop-page[dir="rtl"] .omshop-select-wrap select#omshop-orderby.select2-hidden-accessible {
    padding: 0 12px 0 38px !important;
}

.omshop-select-wrap > .omh-icon {
    display: block !important;
    z-index: 2 !important;
}
