
.b-sidebar-nav__link, .bx-filter-parameters-box-hint {
    font-size: 16px;
    padding-bottom: 5px;
}

.b-sidebar-nav__submenu .b-sidebar-nav__link, .bx-filter-param-text {
    font-size: 14px;
}

.box-shadow-1, .l-section--shadow .l-section__wrap-main, .vi_filter_vi_block_collection {
    box-shadow: none;
}

.b-sidebar-nav__submenu .b-sidebar-nav__link {
    padding: 0px 0px 5px 45px;
}

.l-section--outer-spacing {
    margin-bottom: 0px;
}

.bx-filter-parameters-box-title {
    padding-left: 5px;
}

/*	.bx-filter-param-label  {

	}*/

.bmd-custom-checkbox > label .checkbox-decorator .check {
    border-radius: 0px;
}

.bmd-custom-checkbox > label .checkbox-decorator, label.bmd-custom-checkbox-inline .checkbox-decorator {
    padding: 0px;
    margin: 0px;
    line-height: 1.4;
    left: 0px;
}

.bx-filter-block .bmd-custom-checkbox > label {
    padding-left: 35px;
    margin-left: -15px;
}

.bx-filter-input-checkbox, .bx-filter-param-label {
    padding-top: 0px;
    padding: 0px 0px 4px 0px;
}

.bx-filter-parameters-box-container {
    padding-top: 0px;
}

.bmd-custom-checkbox > label .checkbox-decorator .check, label.bmd-custom-checkbox-inline .checkbox-decorator .check {
    width: 12px;
    height: 12px;
    border: 1px solid #bdbdbd;
}

.product-cat-container {
    margin: 5px;
}

.row-borders-x {
    padding: 0px;
    display: flex;
}

.p-0 {
    padding: 0px;
}

.product-cat {
    padding: 0px 0px;
}

.product-cat-content {
    padding: 0px 10px 0px 20px;
}

.product-cat-image-wrapper {
    margin: 0px;
    padding: 0px;
}

.product-cat-parent a {
    color: #000;
    font-size: 16px;
    line-height: 16px;
}

.product-cat-parent a:hover {
    color: #000;
}

.product-cat-collections {
    font-size: 12px;
    line-height: 25px;
}

.product-cat-title {
    font-size: 10px;
    margin-top: 4px;
    max-height: 24px;
}

.product-cat-price-current-name {
    font-size: 10px;
}

.product-cat-price-current {
    font-size: 16px;
}

.product-cat-image-action {
    display: flex;
    position: inherit;
    z-index: 1;
}

.product-cat-container.hover .product-cat-image-action {
    display: flex;
}

.product-cat-preview {
    display: none;
}

.product-cat-action {
    border: none;
    color: #20A5DE;
}


.product-cat-image-canvas {
    width: 299px;
}

.product-cat-action-container {
    width: 25px;
    margin-bottom: 0px;
    height: auto;
}

.product-cat-label-text {
    top: -2px;
    display: block;
    position: absolute;
    right: -2px;
    z-index: 1;

}

span.product-cat-label-text-item {
    border-radius: 0px;
    background: url('/upload/products_new.jpg');
    width: 89px;
    height: 25px;
    font-size: 0px;
}

.navigation {
    margin-top: 40px;
}

.pagination .page-item {
    width: 42px;
    height: 42px;
    margin: 10px;
}

.pagination .page-item span, .pagination .page-item a {
    text-align: center;
    border: 1px solid black;
    padding-top: 11px;
}

.page-item.active .page-link {
    color: black;
    border: 1px solid #00d3ff;
}


.vi_other_part_filter {
    background: #fff;

    max-width: 1000px;
}


.bmd-custom-checkbox > label .checkbox-decorator .check:before {
    margin-top: -7px;
    margin-left: 3px;
}

.new_filter_pop {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_filter_pop-block {
    width: 1000px;
    height: 800px;
    background: #fff;
    z-index: 100;
    border: 1px solid grey;
    display: flex;
    flex-wrap: wrap;
}

.new_filter_pop-block .bx-filter-parameters-box {
    width: 50%;
}

/* wishlist redesign */

.wl-toolbar {
    margin-bottom: 24px;
}

.wl-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 11px;
}

.wl-row {
    display: contents;
}

.wl-col {
    display: flex;
    min-width: 0;
}

.wl-col > .wl-card {
    width: 100%;
}

.wl-col.wl-hidden {
    display: none !important;
}

@media (max-width: 991px) {
    .wl-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .wl-grid {
        grid-template-columns: 1fr;
    }
}
