.vue-toolbar-container select {
    background: #fff;
    height: 30px;
    line-height: 30px;
    width: auto;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    font-style: normal;
    color: #414a51;
    font-weight: 400;
    padding-left: 9px;
    margin-bottom: 5px;
}
#layer-navigation-block-unbxd {
    width: 100%;
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #e85f09;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.vue-toolbar-amount {
    padding-left: 247px;
    padding-right: 226px;
}
.sort-by span {
    padding-right: 5px;
}
.limiter.desktop span {
    padding-right: 5px;
}
.toolbar.toolbar-bottom {
    margin-top: 10px;
}
.pages.vue-pages ol {
    height: 37px;
}
.pages.vue-pages ol li {
    width: 37px;
    line-height:37px;
}
.pages.vue-pages ol li:hover {
    background: #e03717;
    cursor: pointer;
    color: #fff;
}
.message.info.empty {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 16px;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative;
}
.message.info>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: "⚠";
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
    direction: rtl;
}
html[dir="rtl"] .message.info>*:first-child:before {
    float: right;
    padding-top: 10px;
    position: revert;
}
.reset.unbxd-reset-all.clear-facet.vue-selected-facet-btn {
    cursor: pointer;
}

#layer-navigation-block-unbxd .filter-inner {
    padding-top: 19px;
}

.block-content {
    font-family: Arial, sans-serif;
    width: 260px;
    font-size: 14px;
}

.filter-top-head {
    margin-bottom: 15px;
}
.top-head-title {
    font-size: 18px;
    font-weight: 500;
}

.filter-groups {
    margin-top: 10px;
}
.filter-groups-mobile {
    padding-left: 13px;
    padding-right: 5px;
}
.vue-facet-item-d {
    padding: 0;
    border-bottom: 1.5px solid #dfdfdf;
}

.vue-facet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding-left: 11px;
}
.vue-facets-all {
    padding-left: 11px;
}
.vue-facet-header h3 {
    line-height: 40px;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
}
.vue-facet-header::after {
    content: '+';
    font-size: 18px;
    font-weight: bold;
}
.vue-accordian-open .vue-facet-header::after {
    content: '-';
}

.vue-facets-range {
    padding-top: 25px;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.price .vue-facets-item {
    position: relative;
    height: 30px;
    margin-bottom: 15px;
    max-height: 400px;
    overflow: auto;
}
button.vue-change-facet.vue-facets-block {
    margin: 18px 0;
}

.vue-facets-item {
    flex-direction: column;
    gap: 5px;
    max-height: 300px;
    overflow-y: auto;
}
.vue-facets-item label {
    font-size: 14px;
    cursor: pointer;
    color: #333;
}
.vue-facets-item input[type="checkbox"] {
    margin-right: 5px;
}

.active-filters {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 15px;
}
.active-filters .facets-label {
    font-size: 15px;
    color: #414a51;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.active-filters .facets-value {
    font-size: 13px;
    padding: 8px;
    position: relative;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin-bottom: 5px
}
.active-filters .remove-btn {
    margin-left: 5px;
    cursor: pointer;
    color: #b0b0b0;
    text-decoration: none;
    float: right;
    font-size: 17px;
}
div#selected_filter_all {
    margin: 0 !important;
    padding: 35px 15px !important;
}
.currently-shopping-by-label {
    margin-bottom: 10px;
    font-weight: bold;
    left: 15px;
    margin-top: 10px;
}
.clear-all-filters {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    font-weight: 400;
    text-decoration: none;
    color: #e03717;
    transition: all 100ms ease-in;
}
.vue-change-facet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    border-color: transparent;
    padding: 0;
    height: auto;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    white-space: pre;
}
.vue-facet-text, .vue-facet-count {
    font-size: 13px;
    text-transform: none;
    color: #414a51;
}
.vue-facet-text {
    font-size: 15px;
    color: #222;
    text-align: left;
    white-space: normal;
    max-width: 90%;
}
.vue-facet-text, .vue-facet-count {
    pointer-events: none;
}
.vue-facet-text {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    position: relative;
    padding-left: 20px;
}
.vue-facet-text, .vue-facet-count {
    font-size: 13px;
    text-transform: none;
    color: #414a51;
}
.vue-facet-count {
    color: #222;
    font-size: 13px;
    padding-left: 5px;
    vertical-align: top;
}
.vue-facet-text, .vue-facet-count {
    pointer-events: none;
}
.vue-change-facet * {
    pointer-events: none;
}
button.vue-change-facet.vue-facets-block:hover {
    background-color: #fff;
}
.vue-facet-count {
    color: #4d4d4d;
    font-size: 12px;
    display: inline-block;
    padding-left: 6px;
}
.vue-selected-facet-btn .vue-facet-text:before {
    background-color: #fff;
}
.vue-selected-facet-btn .vue-facet-text:after {
    border-color: #222 !important;
    left: 3px !important;
    top: calc(50% - 4px) !important;
}
.vue-facet-text:before {
    content: " ";
    display: inline-block;
    background: #fff;
    border: 1px solid #c3c2c9;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0;
}
.vue-selected-facet-btn .vue-facet-text:after {
    border: 2px solid #fff;
    border-right-style: none;
    border-top-style: none;
    content: "";
    height: 3px;
    left: 4px;
    position: absolute;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 6px;
    z-index: 1;
}
vue-facet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.vue-facet-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.slide-enter-active, .slide-leave-active {
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}
.slide-enter-from, .slide-leave-to {
    max-height: 0;
    opacity: 0;
}
.slide-enter-to, .slide-leave-from {
    max-height: 500px;
    opacity: 1;
}
#unbxd-mfilter-open .vue-accordian-open::after {
    content: '-';
    font-size: 25px;
    font-weight: 700;
    float: right;
    width: 11%;
    margin-top: -6px;
}
#unbxd-mfilter-open .vue-accordian-close::after {
    content: '+';
    font-size: 25px;
    font-weight: 700;
    float: right;
    width: 11%;
    margin-top: -6px;
}

/* Price slider css start */
#vue_slider.noUi-target {
    border-radius: 100px !important;
    height: 10px !important;
    width: 96% !important;
    margin-bottom: 16px;
}
#vue_slider .noUi-handle {
    background: #000;
    border-radius: 100px;
    box-shadow: none;
    height: 22px;
    width: 22px;
    border: none;
}
#vue_slider .noUi-handle:before {
    background: none;
}
#vue_slider .noUi-handle:after {
    background: none;
}

#vue_slider .noUi-connect {
    background: #323b42;
}
#vue_slider .noUi-connects {
    height: 8px;
}
.price-range-slider.noUi-target {
    height: 8px;
    border-radius: 3px;
    background-color: #f2f3f7;
    left: -8px;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 91%;
}

.price-slider-container .price-range-label {
    padding-top: 14px;
    padding-bottom: 32px;
    padding-left: 8px;
    width: 97%;
}
/* Price slider css ends */
.vue-facet-header h3 {
    text-transform: capitalize;
}

/*css for the arabic store*/

html[dir="rtl"] .vue-facet-text:before {
    position: static;
    margin-left: 5px !important;
}
html[dir="rtl"] .sort-by span {
    padding-left: 5px;
}
html[dir="rtl"] .limiter.desktop span {
    padding-left: 5px;
}
html[dir="rtl"] .vue-facet-text {
    padding-left: 5px;
}

html[dir="rtl"] .vue-selected-facet-btn .vue-facet-text:after {
    right: 2px;
}

html[dir="rtl"] .vue-facets-all .label-from {
    float: left;
}
html[dir="rtl"] .vue-facets-all .label-to {
    float: right;
}

.price-slider-wrapper {
    width: 95%;
    min-height: 50px;
    margin: 10px 9px;
}

.custom-price-slider-container {
    width: 100%;
    /*max-width: 300px;*/
    margin-bottom: 16px;
    user-select: none;
}

.custom-price-slider-track {
    position: relative;
    height: 12px;
    background: #fafafa;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
}

.custom-price-slider-range {
    position: absolute;
    height: 100%;
    background: #000;
    border-radius: 6px;
    z-index: 1;
}

.custom-price-slider-handle {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    background: #000;
    border: 2px solid #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    touch-action: none;
    z-index: 2;
}
.product-badge-bottom .badges {
    margin-bottom: -20px !important;
}
html[dir="rtl"] .product-badge-bottom .badges {
    margin-bottom: -20px !important;
}
.percentage-saved .discount-label {
    font-size: 13px !important;
    font-weight: bold !important;
}
html[dir="rtl"] .percentage-saved .discount-label {
    font-size: 13px !important;
    font-weight: bold !important;
}
/* media query css starts */
@media only screen and (max-width: 850px) {
    .vue-toolbar-amount {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .inner-drawer {
        padding:13px !important;
    }
}

@media only screen
and (min-device-width: 1366px)
and (max-device-height: 1024px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .vue-toolbar-amount {
        padding-left: 184px !important;
        padding-right: 131px !important;
    }
}

@media only screen
and (min-device-width: 1024px)
and (max-device-height: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .vue-toolbar-amount {
        padding-left: 168px !important;
        padding-right: 131px !important;
    }
}
@media (min-width: 850px) {
    #category_container .item:nth-child(4n+1):before {
        top: 7px!important;
    }
}

@media (max-width: 520px) {
    .product .price-box {
        height: 28px !important;
    }
    .vue-toolbar-container select {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .vue-product-items {
        height: 427px !important;
    }
     .qty-controls-vue {
        display :none;
    }
    .qty-controls-vue.active {
        display :flex;
    }
    .loader-mob-vue {
        display: none;
    }
    .loader-mob-vue.show {
        display: block;
    }
    .decrease-qty-vue {
        display :none;
    }
    .decrease-qty-vue.show {
        display: block;
    }

    .delete-product-vue.show {
        display :block;
    }
    .delete-product-vue.hide {
        display :none;
    }
    .increase-qty-ban {
        display :none;
    }
    .increase-qty-ban.show {
        display :block;
    }
    .increase-qty-icon.hide {
        display :none;
    }
    .message.info.empty {
        font-size: 13px;
    }
    .percentage-saved {
        padding: 7px 5px !important;
        width: 36px !important;
        height: 29px !important;
        margin-top: 6px;
    }
    .percentage-saved span {
        font-size: 9px !important;
    }
    .block.block-layered-nav.mobile {
        display :none;
    }
    .product-qty-cart-vue.active {
        display :block;
    }
    .product-qty-cart-vue {
        display :none;
    }
    html[dir="rtl"] .block-layered-nav .block-title {
        padding: 8px 40px;
    }
    .vue-facet-header h3 {
        font-size:13px !important;
        text-transform: uppercase;
    }
    .vue-product-items .actions .price-per-unit {
        top: 30px !important;
    }

    html[dir="rtl"] .percentage-saved {
        padding: 7px 3px !important;
    }
}
/* media query css ends */