.breadcrumb_wrapper {
    background: url(../images/counter_bg.jpg) no-repeat center;
    background-size: cover;
}

.Product-Right-Panel {
    border: 1px solid #ededed;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
}

.Product-Right-SubPanel {
    border: 1px solid #ededed;
    padding: 10px;
    border-radius: 15px;
    max-height: 400px;
}

.Product-Right-SubChildPanel {
    max-height: 345px;
    overflow-y: auto;
}

.product_category > ul > li {
    margin-right: 20px;
}

.Product-Left-Panel {
    padding-right: 25px;
}

.product_list_section {
    margin-top: 0px;
}

.product_list_filter {
    border-bottom: 1px solid #ededed;
}

.container {
    max-width: 1300px;
}

.list {
    width: 100%;
    z-index: 1000 !important;
}

.product_list_filter .list {
    min-width: 250px !important;
}

.list_view_toggle {
    text-align: right;
    margin-bottom: 10px !important;
}

.product_block {
    min-height: 80px;
}

    .product_block .sidebar_heading {
        margin-bottom: 10px;
    }

.product_category > ul > li > label:before {
    top: 42%;
    height: 18px;
    width: 18px;
}

.product_category > ul > li > input[type="checkbox"]:checked ~ label:after {
    width: 14px;
    height: 14px;
    top: 41%;
    right: 2px;
}

.product_category > ul > li > label {
    padding-right: 25px;
}

.sidebar_search a {
    top: 54%;
    left: 18px;
    font-size: 20px;
}

.org_product_block h4 {
    font-size: 18px;
    color: #222222;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 10px;
    min-height: 75px;
    display: inline-flex;
    line-height: 35px;
}

.product_items_section ul li .org_product_block {
    padding-top: 20px;
}

    .product_items_section ul li .org_product_block a {
        top: calc(100% - 80px);
    }

.org_product_block h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0px;
}

.org_product_block {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.product_items_section ul li .org_product_block .org_product_image > img {
    max-height: 250px;
    min-height: 250px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .Product-Right-Panel {
        margin: 20px;
    }

    .product_list_filter {
        border: none;
    }
}
