/*CATEGORY SHOP PAGE*/

ul.products {
    border-left: 1px solid transparent;
}

.woocommerce-page ul.products {
    border-left: 1px solid transparent;
    transition: 0.4s;
}

.woocommerce-page ul.products>li {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: transparent;
    transition: 0.4s;
}

.sidebar_woo_category .widget-title,
.sidebar_woo_category .bapf_head h3 {
    font-family: 'Magra';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #927345;
    margin-bottom: 30px;
}

.sidebar_woo_category a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
}

.sidebar_woo_category .widget-container,
.berocket_single_filter_widget {
    background: #FBF6EF;
    padding: 40px 30px;
}

.product-categories {
    padding-left: 0;
}

.sidebar_woo_category li.cat-item a {
    color: var(--black06-color);
    font-weight: 400;
    font-size: 14px;
    align-items: center;
    color: #927345;
    text-transform: unset;
}

.sidebar_woo_category ul {
    font-size: 13px;
    line-height: 24px;
    /* margin-top: 10px; */
}

ul.product-categories {
    visibility: hidden;
}

.sidebar_woo_category ul.product-categories>li ul {
    padding-left: 20px !important;
    border-left: 1px solid #e0e0e0;
}

.sidebar_woo_category ul.product-categories>li ul li {
    padding: 4px 0;
}

.sidebar_woo_category ul.product-categories>li ul li:first-child {
    padding-top: 10px;
}

.sidebar_woo_category ul.product-categories>li ul li:last-child {
    padding-bottom: 10px;
}

.sidebar_woo_category .widget-container {
    margin-bottom: 35px;
}

.sidebar_woo_category ul.product-categories>li {
    margin-bottom: 10px;
}

.sidebar_woo_category li {
    list-style: none;
    position: relative;
}

.sidebar_woo_category li.current-cat>a {
    color: var(--hover-color);
    font-weight: 700;
}

.sidebar_woo_category li.current-cat>.count {
    color: var(--hover-color);
    font-weight: 700;
}

.sidebar_woo_category a:hover {
    color: var(--hover-color) !important;
}

.sidebar_woo_category li .count {
    vertical-align: text-bottom;
    line-height: 17px;
    color: #888;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #626262;
}


/* subcategories start */

.category_list {
    display: flex;
    flex-wrap: wrap;
}

.cat_items img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    padding: 10px;
}

.cat_items {
    margin: 0 7px 15px 7px;
    border: 1px solid #e3e3e3;
    display: flex !important;
    align-items: center;
}

.cat_items h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.sub_c_title_wrapper {
    padding: 10px 11px;
}


/* subcategories end */

.woocommerce-result-count {
    font-weight: bold;
}

.woocommerce_category_page.main_woo_category {
    margin-bottom: 25px;
}

.custom-wrapper .woocommerce-result-count {
    font-family: 'Merriweather';
    font-weight: 400;
    font-size: 14px;
    color: #927345;
    margin-bottom: 0 !important;
}

.custom-wrapper .woocommerce-ordering {
    float: unset;
    margin-bottom: 0;
}

.custom-wrapper .woocommerce-result-count-and-ordering {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #fbf6ef;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.custom-wrapper .woocommerce-ordering select {
    font-family: 'Merriweather';
    font-weight: 400;
    font-size: 14px;
    color: #927345;
    margin-bottom: 0 !important;
    background: transparent;
    border: 0;
}

select.orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99107 8.2707C6.90179 8.35999 6.79911 8.40463 6.68304 8.40463C6.56696 8.40463 6.46429 8.35999 6.375 8.2707L0.133929 2.02963C0.0446429 1.94034 0 1.83766 0 1.72159C0 1.60552 0.0446429 1.50284 0.133929 1.41356L0.803571 0.743914C0.892857 0.654628 0.995536 0.609985 1.11161 0.609985C1.22768 0.609985 1.33036 0.654628 1.41964 0.743914L6.68304 6.00731L11.9464 0.743914C12.0357 0.654628 12.1384 0.609985 12.2545 0.609985C12.3705 0.609985 12.4732 0.654628 12.5625 0.743914L13.2321 1.41356C13.3214 1.50284 13.3661 1.60552 13.3661 1.72159C13.3661 1.83766 13.3214 1.94034 13.2321 2.02963L6.99107 8.2707Z' fill='%23927345'/%3E%3C/svg%3E%0A") !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 50% !important;
}

.custom-wrapper .woocommerce-ordering option {
    background: #fff;
    border-color: #41c9ff;
    border-radius: 2px;
    line-height: 18px;
    outline: none;
    -webkit-box-shadow: 0 0 3px 1px #c00;
    -moz-box-shadow: 0 0 3px 1px #c00;
    box-shadow: 0 0 3px 1px #c00;
}

.custom-wrapper select.orderby {
    font-family: 'Merriweather';
    font-weight: 400;
    font-size: 14px;
    color: #927345;
    margin-bottom: 0 !important;
    background: transparent;
    border: 0;
    outline: 0;
    width: 250px;
}

.sidebar_woo_category .berocket_single_filter_widget {
    margin-bottom: 40px;
}

.bapf_sfilter ul li {
    text-transform: uppercase;
    color: #9F9F9F;
    /*font-size: 18px;
	line-height: 30px;*/
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px !important;
}

.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
}

.bapf_sfilter.brchecked_default input:checked+label .bapf_clr_span,
.bapf_sfilter.brchecked_default input:checked+label .bapf_img_span,
.bapf_sfilter.brchecked_rotate input:checked+label .bapf_clr_span,
.bapf_sfilter.brchecked_rotate input:checked+label .bapf_img_span {
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}

.bapf_sfilter .bapf_clr_span,
.bapf_sfilter .bapf_img_span {
    background-size: contain !important;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle {
    background: var(--hover-color);
}

.bapf_slidr_all {
    color: #4E4E50;
}

.bapf_sfilter.bapf_ckbox label {
    margin-bottom: 0px !important;
}


/*FILTER*/

#category_filter {
    display: none;
}

#category_filter_close {
    display: none;
}

#category_filter_c {
    display: none;
}

@media only screen and (max-width: 767px) {
    .sidebar_woo_category .berocket_single_filter_widget,
    .sidebar_woo_category .widget-container {
        margin-bottom: 0;
        padding-bottom: 0;
        background: transparent;
    }
    .sidebar_woo_category_mobile {
        background: #FBF6EF !important;
    }
    .sidebar_woo_category_filter {
        display: none;
    }
    #category_filter {
        display: block;
        position: fixed;
        width: 51px;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 999 !important;
        height: 47px;
        top: 34%;
        font-size: 28px;
    }
    #category_filter_close {
        display: block;
        height: 40px;
        width: 40px;
        position: absolute;
        right: 0;
        top: 0px;
        padding: 0;
    }
    #category_filter_c {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0px;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 1000 !important;
    }
}

.sidebar_woo_category_mobile {
    display: block;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9999 !important;
    background-color: #eee;
    padding: 30px 15px 40px 15px;
    overflow: scroll;
    height: 100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100% !important;
}

ul.products .product {
    border-top: 0px;
}

.woocommerce_category_page ul.products::before {
    display: none !important;
}

.woocommerce_category_page ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap: 50px 30px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) {
    .woocommerce_category_page ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .category_list {
        grid-template-columns: repeat(5, 1fr) !important;
    }
}

@media (max-width: 991px) {
    .woocommerce .woocommerce-ordering {
        margin-top: 10px;
    }
    form.form-wppp-select.products-per-page {
        margin-top: 10px;
    }
    .custom-wrapper .woocommerce-result-count-and-ordering {
        flex-direction: column-reverse;
        background: transparent;
        padding: 0 !important;
        text-align: left;
        align-items: flex-start;
        /* padding: 10px !important; */
    }
    form.woocommerce-ordering {
        width: 100%;
        padding: 10px;
        background: #fbf6ef;
    }
    .woocommerce-result-count {
        padding: 5px !important;
    }
    select.orderby {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .category_list {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .category_list img {
        object-fit: contain;
    }
    .woocommerce .woocommerce-ordering {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .woocommerce_category_page ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .category_list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .category_list img {
        object-fit: contain;
    }
    .category_list h3 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .woocommerce_category_page ul.products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .category_list {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.cat-parent:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(270deg);
    transition: all linear 0.25s;
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.cat-parent.collapsed:after {
    transform: rotate(90deg);
    cursor: pointer;
}

.cat-parent .count {
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    .yith-wcwl-add-to-wishlist {}
}

.yith-wcwl-add-button .yith-wcwl-icon {
    margin-right: 0px !important;
}

.archive .products .product {
    margin-bottom: 0px !important;
}

@media only screen and (min-width: 1200px) {
    .archive .products .product {
        margin-bottom: 0px !important;
        height: inherit !important;
    }
}

.irs--flat .irs-handle>i:first-child {
    background-color: #927345;
}

.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
    border-top-color: #927345;
}

.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
    background-color: #927345;
}


/* .woocommerce ul.products li.product .woocommerce-loop-product__title {
  max-height: 47px !important;
} 

ul.products li.product .woocommerce-loop-product__title {
  height: inherit !important;
}*/

.sidebar_woo_category .children li.cat-item a {
    font-size: 15px !important;
}

.archive #category_filter,
.archive #category_filter_close,
#category_filter_c {
    background-color: var(--black-color) !important;
}

.archive #category_filter:hover,
.archive #category_filter_close:hover {
    background-color: #9dd3af !important;
}


/*SIDEBAR START*/

.block_title_absolute {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
}

.sidebar_woo_category .sidebar-products-list {
    margin-top: 15px;
    padding-left: 0 !important;
}

.sidebar-products-list img {
    width: auto;
    object-fit: contain;
    margin: 0 auto;
}

.sidebar-products-list .slide-img {
    text-align: center;
}

.sidebar-products-list .sidebar-product-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #201C1C;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sidebar-products-list .sidebar-product-price {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.sidebar-products-list .sidebar-product-price del {
    margin-right: 15px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: line-through;
    color: var(--black06-color);
}

.sidebar-products-list .sidebar-product-price ins {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--price-color);
    text-decoration: none;
}

.sidebar-products-list li {
    display: inline;
}

.archive .clr-gry.slick-arrow {
    position: absolute;
    z-index: 999;
    font-size: 20px;
    cursor: pointer;
    top: -40px;
}

.archive .fa-angle-left.clr-gry {
    right: 20px;
}

.archive .fa-angle-right.clr-gry {
    right: 0;
}

.slick-arrow-span {
    display: none;
}

.fa-long-arrow-alt-left.clr-gry {
    right: 25px;
}

.fa-long-arrow-alt-right.clr-gry {
    right: 0;
}

.fa-long-arrow-alt-right::before {
    border-left: none !important;
}


/*SIDEBAR END*/

.archive .feedback {
    font-size: 0px !important;
}

.slick-list.draggable {
    border: none !important;
}

@media only screen and (max-width: 768px) {
    .cat_items {
        width: 100% !important;
        margin: 0 0px 15px 0px !important;
    }
}

.term-description {
    font-size: 13px;
}

@media only screen and (min-width: 768px) {
    .woocommerce-page #primary {
        padding-left: 15px;
    }
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: .55em !important;
}

.button.product_type_grouped,
.button.product_type_variable {
    display: none !important;
}

.cat_hero_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.cat_hero_text h1 {
    font-weight: 600;
    font-size: 60px;
    text-align: center;
    color: #FFFFFF;
}

body.archive.search .cat_hero_text h1 {
    font-size: 36px;
}

.cat_hero_text h1 {
    font-weight: 600;
    font-size: 60px;
    text-align: center;
    color: #FFFFFF;
}

.cat_hero_text .woocommerce-breadcrumb {
    background: transparent;
    padding: 0 !important;
    font-size: 16px;
    color: #fff !important;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #EEC139 !important;
    font-weight: 400;
}

.hero_container img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.breadcrumb_inner {
    text-align: center;
}

@media (max-width: 767px) {
    .hero_container img {
        height: 300px;
        object-fit: cover;
    }
}

ul.children {
    display: block !important;
    font-size: 14px !important;
}

.sidebar_woo_category .children li.cat-item a {
    font-size: 14px !important;
    line-height: 18px
}

span.count {
    display: none;
}

li.cat-item > ul {
    border-left: none !important;
}

.widget_product_categories li.cat-parent[data-bs-toggle="collapse"]::after {
    display: none !important;
}

ul li.cat-parent > a,
.cat-item.cat-item-76 a,
.cat-item.cat-item-110 a{
    font-size: 16px !important;
    font-weight: 700 !important;
}

.cat-item.cat-item-15 {
    display: none;
}