.bread_title>span {
    display: flex;
    align-items: center;
}

.bread_title span a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    clip-path: polygon(0% 0%, 87% 0%, 100% 50%, 87% 100%, 0% 100%);
    color: #000;
    font-family: var(--font_open_sans);
    font-weight: 500;
    font-size: 15px !important;
    line-height: normal;
    padding: 8px 25px;
}

.bread_sec.pd40 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.breadcrumb_last {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E73C11;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    color: #fff;
    font-family: var(--font_open_sans);
    font-weight: 500;
    font-size: 15px !important;
    line-height: normal;
    padding: 8px 25px;
}

.category_image {
    position: relative;
    line-height: 0;
}

.category_image img {
    object-fit: contain;
    width: 100%;
    height: 260px;
}

.cate_main_class {
    padding: 20px;
    position: relative;
    text-align: center;
}

.category_image:before {
    content: '';
    background: #EBEBEB;
    width: 235px;
    height: 235px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 100%;
    transition: 0.6s !important;
}

.cate_main_class a:hover .category_image:before {
    background: #E73C11;
}

.top_selling_pro_title {
    display: block;
    color: #222;
    font-family: var(--font_open_sans);
    font-weight: 600;
    font-size: 20px !important;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    padding-top: 10px;
}

.cate_main_class a:hover .top_selling_pro_title {
    color: #E73C11;
}

.cat_arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 40px !important;
}

.cat_left_col,
.cat_right_col {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    width: 45px;
    height: 30px;
    border-radius: 50px;
    cursor: pointer;
}

.cat_arrow svg {
    position: relative;
    width: 100%;
    height: 10px;
}

.cat_left_col:hover,
.cat_right_col:hover {
    background: #E73C11;
}

.cat_left_col:hover svg path,
.cat_right_col:hover svg path {
    fill: #fff;
}

.cat_arrow:before {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px solid #DDDDDD;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.shop_section.pd80 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.shop_section .et_pb_widget_area_left {
    border: none !important;
    padding: 0px !important;
}

.sticky_col_cat {
    margin: 0px !important;
    width: 26% !important;
    padding-right: 35px;
}

.shop_product_col {
    width: 74% !important;
}

.filter_main_filter_css,
.woocommerce-notices-wrapper {
    display: none !important;
}

.product_head_col .et_pb_text_inner {
    display: block;
    color: #000;
    font-family: var(--font_oswald);
    font-weight: 600;
    font-size: 35px !important;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.shop_section .woocommerce-result-count {
    display: block;
    color: #111;
    font-family: var(--font_open_sans);
    font-weight: 400;
    font-size: 18px !important;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    left: auto;
    right: 250px;
    top: -68px;
    bottom: auto;
    margin-bottom: 0;
}

.shop_section select.orderby {
    position: absolute;
    left: auto;
    right: 0px;
    top: -78px;
    bottom: auto;
    background: #f2f2f2;
    border: none;
    color: #000 !important;
    padding: 10px;
    font-family: var(--font_open_sans);
    font-weight: 400;
    font-size: 15px !important;
    line-height: normal;
    text-transform: capitalize;
}

.shop_col_sidebar .et_pb_widget_area {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.shop_col_sidebar .et_pb_widget {
    width: 100% !important;
    padding: 15px;
    padding-top: 0;
    border-radius: 20px;
    position: relative;
}

.shop_col_sidebar .et_pb_widget:before {
    content: '';
    background: #f2f2f2;
    width: 100%;
    height: auto;
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
    z-index: -1;
}

.shop_col_sidebar .et_pb_widget .widgettitle {
    display: block;
    background: #222;
    border-radius: 13px;
    color: #fff;
    font-family: var(--font_oswald);
    font-weight: 500;
    font-size: 24px !important;
    line-height: normal;
    padding: 10px 20px;
    text-transform: capitalize;
}

.shop_col_sidebar .et_pb_widget li {
    margin: 0 !important;
}

.shop_col_sidebar .product-categories li {
    margin: 0 !important;
    border-bottom: 1px solid #d3d3d3 !important;
}

.shop_col_sidebar .product-categories li:last-child {
    border-bottom: none !important;
}

.shop_col_sidebar .product-categories li a {
    display: block;
    color: #222 !important;
    font-family: var(--font_open_sans);
    font-weight: 500;
    font-size: 18px !important;
    line-height: 1.8em;
    padding: 15px 20px;
}

.shop_col_sidebar .product-categories li a:hover,
.shop_col_sidebar .product-categories li.current-cat a {
    color: #E73C11 !important;
}

.shop_col_sidebar .price_slider_wrapper {
    padding-top: 30px;
}

.shop_col_sidebar .price_slider_wrapper .price_slider_amount {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.shop_col_sidebar .price_slider_wrapper .clear {
    display: none !important;
}

.shop_col_sidebar .price_slider_wrapper .price_label {
    display: block;
    color: #222;
    font-family: var(--font_open_sans);
    font-weight: 500;
    font-size: 16px !important;
    line-height: normal;
    text-transform: capitalize;
}

.shop_col_sidebar .price_slider_amount .button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E73C11;
    border-radius: 10px;
    color: #fff;
    font-family: var(--font_open_sans);
    font-weight: 400;
    font-size: 15px !important;
    line-height: normal;
    padding: 5px 10px !important;
    width: fit-content;
    border: none !important;
}

.shop_col_sidebar .price_slider_amount .button:after {
    display: none !important;
}

.shop_col_sidebar .price_slider_amount .button:hover {
    background: #222;
    color: #fff;
    padding: 5px 10px !important;
    width: fit-content;
}

.shop_col_sidebar .widget_price_filter .ui-slider-handle,
.shop_col_sidebar .widget_price_filter .ui-slider-range {
    background: #e73c11 !important;
}

.shop_col_sidebar .woocommerce-widget-layered-nav-list .count {
    display: none !important;
}

.shop_col_sidebar ul.woocommerce-widget-layered-nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.shop_col_sidebar #woocommerce_layered_nav-2 ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 70px;
    color: #000 !important;
    font-family: var(--font_oswald);
    font-weight: 500;
    font-size: 15px !important;
    line-height: normal;
    text-transform: uppercase;
    width: 100px;
    height: 32px;
}

.shop_col_sidebar ul.woocommerce-widget-layered-nav-list li a:hover,
.shop_col_sidebar ul.woocommerce-widget-layered-nav-list li.chosen a {
    background: #E73C11;
    color: #fff !important;
}

.shop_col_sidebar ul.woocommerce-widget-layered-nav-list li a:before {
    color: #fff !important;
}

.shop_col_sidebar #woocommerce_layered_nav-3 ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 70px;
    color: #000 !important;
    font-family: var(--font_oswald);
    font-weight: 500;
    font-size: 15px !important;
    line-height: normal;
    text-transform: uppercase;
    width: 120px;
    height: 32px;
}

.shop_section .woocommerce-pagination {
    padding-top: 30px;
}

.shop_section .woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: none !important;
}

.shop_section .woocommerce-pagination .page-numbers li {
    border: none !important;
    margin: auto 0 !important;
}

.shop_section .woocommerce-pagination span.page-numbers,
.shop_section .woocommerce-pagination a.page-numbers {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #fff !important;
    border: 2px solid #ddd !important;
    border-radius: 100%;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    cursor: pointer !important;
    font-family: var(--font_open_sans);
}

.shop_section .woocommerce-pagination a.prev,
.shop_section .woocommerce-pagination a.next {
    border: none !important;
}

.shop_section .woocommerce-pagination span.current,
.shop_section .woocommerce-pagination a.current {
    background: #E73C11 !important;
    color: #fff !important;
    border-color: #E73C11 !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .bread_title span a {
        font-size: 14px !important;
        padding: 8px 15px;
    }

    .breadcrumb_last {
        font-size: 14px !important;
        padding: 8px 15px;
        padding-left: 30px;
    }

    .bread_title>span {
        justify-content: center;
    }

    .cate_main_class {
        padding: 10px;
    }

    .category_image img {
        height: 180px;
    }

    .category_image:before {
        width: 150px;
        height: 150px;
    }

    .top_selling_pro_title {
        font-size: 14px !important;
        padding-top: 6px;
    }

    .cat_arrow {
        margin-top: 10px !important;
    }

    .cat_left_col,
    .cat_right_col {
        width: 40px;
        height: 25px;
    }

    .shop_section.pd80 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .shop_section .woocommerce-pagination ul.page-numbers {
        flex-wrap: wrap;
    }

    .sticky_col_cat {
        padding-right: 20px;
    }

    .shop_col_sidebar .et_pb_widget_area {
        gap: 10px;
    }

    .shop_col_sidebar .et_pb_widget {
        padding: 10px;
    }

    .shop_col_sidebar .et_pb_widget .widgettitle {
        font-size: 15px !important;
        padding: 10px;
    }

    .shop_col_sidebar .product-categories li a {
        font-size: 14px !important;
        padding: 10px;
    }

    .shop_col_sidebar .price_slider_wrapper {
        padding-top: 20px;
    }

    .shop_col_sidebar .price_slider_wrapper .price_label {
        font-size: 14px !important;
    }

    .shop_col_sidebar .price_slider_amount .button {
        font-size: 14px !important;
    }

    .shop_col_sidebar ul.woocommerce-widget-layered-nav-list {
        margin-top: 10px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .shop_col_sidebar #woocommerce_layered_nav-2 ul li a {
        font-size: 14px !important;
        width: 70px;
        height: 30px;
    }

    .shop_col_sidebar #woocommerce_layered_nav-3 ul li a {
        font-size: 14px !important;
        width: 105px;
        height: 30px;
    }

    .product_head_col .et_pb_text_inner {
        font-size: 22px !important;
        margin-bottom: 10px;
    }

    .shop_section .woocommerce-result-count {
        display: none !important;
    }

    .shop_section select.orderby {
        top: -42px;
        font-size: 14px !important;
        padding: 5px;
    }

    .shop_section .our_products_box {
        width: 100%;
    }

    .shop_section .woocommerce-pagination {
        padding-top: 15px;
    }

    .shop_section .woocommerce-pagination span.page-numbers,
    .shop_section .woocommerce-pagination a.page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px !important;
    }

    .filter_main_filter_css {
        display: block !important;
    }

    .filter_main_filter_css {
        position: fixed !important;
        top: 115px;
        z-index: 9999;
        right: 0;
        background: #222 !important;
        color: #fff;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 0px;
        box-shadow: 0px 4px 10px 1px #888888;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer !important;
    }

    i.fa.fa-window-close {
        display: none;
    }

    .woo_cat_shop_sidebar_stick {
        right: 0% !important;
    }

    .sticky_col_cat {
        position: fixed !important;
        right: -120%;
        z-index: 9999 !important;
        background-color: white;
        box-shadow: 0px 4px 10px 1px #888888;
        padding: 40px 10px;
        top: 115px !important;
        width: 70% !important;
        -webkit-transition: 1s;
        transition: 1s;
        margin-right: 0px !important;
        height: 100%;
        overflow: auto;
    }

    .shop_product_col {
        width: 100% !important;
    }

    .shop_section .woocommerce-pagination ul.page-numbers {
        gap: 10px;
    }

    footer {
        position: relative;
        z-index: 0;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .bread_title span a {
        font-size: 14px !important;
    }

    .breadcrumb_last {
        font-size: 14px !important;
    }

    .bread_title>span {
        justify-content: center;
    }

    .cate_main_class {
        padding: 10px;
    }

    .category_image img {
        height: 220px;
    }

    .category_image:before {
        width: 200px;
        height: 200px;
    }

    .top_selling_pro_title {
        font-size: 15px !important;
        padding-top: 6px;
    }

    .cat_arrow {
        margin-top: 10px !important;
    }

    .cat_left_col,
    .cat_right_col {
        width: 40px;
        height: 25px;
    }

    .shop_section.pd80 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sticky_col_cat {
        padding-right: 20px;
    }

    .shop_col_sidebar .et_pb_widget_area {
        gap: 10px;
    }

    .shop_col_sidebar .et_pb_widget {
        padding: 10px;
    }

    .shop_col_sidebar .et_pb_widget .widgettitle {
        font-size: 16px !important;
        padding: 10px;
    }

    .shop_col_sidebar .product-categories li a {
        font-size: 14px !important;
        padding: 10px;
    }

    .shop_col_sidebar .price_slider_wrapper {
        padding-top: 20px;
    }

    .shop_col_sidebar .price_slider_wrapper .price_label {
        font-size: 14px !important;
    }

    .shop_col_sidebar .price_slider_amount .button {
        font-size: 14px !important;
    }

    .shop_col_sidebar ul.woocommerce-widget-layered-nav-list {
        margin-top: 10px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .shop_col_sidebar #woocommerce_layered_nav-2 ul li a {
        font-size: 14px !important;
        width: 70px;
        height: 30px;
    }

    .shop_col_sidebar #woocommerce_layered_nav-3 ul li a {
        font-size: 14px !important;
        width: 105px;
        height: 30px;
    }

    .product_head_col .et_pb_text_inner {
        font-size: 24px !important;
        margin-bottom: 15px;
    }

    .shop_section .woocommerce-result-count {
        font-size: 14px !important;
        top: -44px;
        right: 220px;
    }

    .shop_section select.orderby {
        top: -50px;
        font-size: 14px !important;
        padding: 5px;
    }

    .shop_section .our_products_box {
        width: 32.4%;
    }

    .shop_section .woocommerce-pagination {
        padding-top: 15px;
    }

    .shop_section .woocommerce-pagination span.page-numbers,
    .shop_section .woocommerce-pagination a.page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px !important;
    }

    .filter_main_filter_css {
        display: block !important;
    }

    .filter_main_filter_css {
        position: fixed !important;
        top: 115px;
        z-index: 9999;
        right: 0;
        background: #222 !important;
        color: #fff;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 0px;
        box-shadow: 0px 4px 10px 1px #888888;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer !important;
    }

    i.fa.fa-window-close {
        display: none;
    }

    .woo_cat_shop_sidebar_stick {
        right: 0% !important;
    }

    .sticky_col_cat {
        position: fixed !important;
        right: -120%;
        z-index: 9999 !important;
        background-color: white;
        box-shadow: 0px 4px 10px 1px #888888;
        padding: 40px 15px;
        top: 115px !important;
        width: 70% !important;
        -webkit-transition: 1s;
        transition: 1s;
        margin-right: 0px !important;
        height: 100%;
        overflow: auto;
    }

    .shop_product_col {
        width: 100% !important;
    }

    .shop_section .woocommerce-pagination ul.page-numbers {
        gap: 10px;
    }

    footer {
        position: relative;
        z-index: 0;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .bread_title span a {
        font-size: 14px !important;
    }

    .breadcrumb_last {
        font-size: 14px !important;
    }

    .cate_main_class {
        padding: 10px;
    }

    .category_image img {
        height: 220px;
    }

    .category_image:before {
        width: 200px;
        height: 200px;
    }

    .top_selling_pro_title {
        font-size: 15px !important;
        padding-top: 6px;
    }

    .cat_arrow {
        margin-top: 10px !important;
    }

    .cat_left_col,
    .cat_right_col {
        width: 40px;
        height: 25px;
    }

    .shop_section.pd80 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sticky_col_cat {
        padding-right: 20px;
    }

    .shop_col_sidebar .et_pb_widget_area {
        gap: 20px;
    }

    .shop_col_sidebar .et_pb_widget {
        padding: 10px;
    }

    .shop_col_sidebar .et_pb_widget .widgettitle {
        font-size: 18px !important;
        padding: 10px;
    }

    .shop_col_sidebar .product-categories li a {
        font-size: 14px !important;
        padding: 10px;
    }

    .shop_col_sidebar .price_slider_wrapper {
        padding-top: 20px;
    }

    .shop_col_sidebar .price_slider_wrapper .price_label {
        font-size: 14px !important;
    }

    .shop_col_sidebar .price_slider_amount .button {
        font-size: 14px !important;
    }

    .shop_col_sidebar ul.woocommerce-widget-layered-nav-list {
        margin-top: 10px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .shop_col_sidebar #woocommerce_layered_nav-2 ul li a {
        font-size: 14px !important;
        width: 70px;
        height: 30px;
    }

    .shop_col_sidebar #woocommerce_layered_nav-3 ul li a {
        font-size: 14px !important;
        width: 105px;
        height: 30px;
    }

    .product_head_col .et_pb_text_inner {
        font-size: 28px !important;
        margin-bottom: 20px;
    }

    .shop_section .woocommerce-result-count {
        font-size: 14px !important;
        top: -50px;
    }

    .shop_section select.orderby {
        top: -60px;
        font-size: 14px !important;
    }

    .shop_section .our_products_box {
        width: 32.3%;
    }

    .shop_section .woocommerce-pagination {
        padding-top: 20px;
    }

    .shop_section .woocommerce-pagination span.page-numbers,
    .shop_section .woocommerce-pagination a.page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px !important;
    }

    .shop_section .woocommerce-pagination ul.page-numbers {
        gap: 10px;
    }

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .bread_title span a {
        font-size: 14px !important;
    }

    .breadcrumb_last {
        font-size: 14px !important;
    }

    .cate_main_class {
        padding: 10px;
    }

    .category_image img {
        height: 250px;
    }

    .category_image:before {
        width: 230px;
        height: 230px;
    }

    .top_selling_pro_title {
        font-size: 16px !important;
        padding-top: 6px;
    }

    .cat_arrow {
        margin-top: 20px !important;
    }

    .cat_left_col,
    .cat_right_col {
        width: 40px;
        height: 25px;
    }

    .shop_section.pd80 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sticky_col_cat {
        padding-right: 20px;
    }

    .shop_col_sidebar .et_pb_widget_area {
        gap: 20px;
    }

    .shop_col_sidebar .et_pb_widget {
        padding: 10px;
    }

    .shop_col_sidebar .et_pb_widget .widgettitle {
        font-size: 18px !important;
        padding: 10px;
    }

    .shop_col_sidebar .product-categories li a {
        font-size: 14px !important;
        padding: 10px;
    }

    .shop_col_sidebar .price_slider_wrapper {
        padding-top: 20px;
    }

    .shop_col_sidebar .price_slider_wrapper .price_label {
        font-size: 14px !important;
    }

    .shop_col_sidebar .price_slider_amount .button {
        font-size: 14px !important;
    }

    .shop_col_sidebar ul.woocommerce-widget-layered-nav-list {
        margin-top: 10px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .shop_col_sidebar #woocommerce_layered_nav-2 ul li a {
        font-size: 14px !important;
        width: 70px;
        height: 30px;
    }

    .shop_col_sidebar #woocommerce_layered_nav-3 ul li a {
        font-size: 14px !important;
        width: 105px;
        height: 30px;
    }

    .product_head_col .et_pb_text_inner {
        font-size: 30px !important;
        margin-bottom: 20px;
    }

    .shop_section .woocommerce-result-count {
        font-size: 14px !important;
        top: -55px;
    }

    .shop_section select.orderby {
        top: -64px;
        font-size: 14px !important;
    }

    .shop_section .our_products_box {
        width: 32%;
    }

    .shop_section .woocommerce-pagination {
        padding-top: 20px;
    }

    .shop_section .woocommerce-pagination span.page-numbers,
    .shop_section .woocommerce-pagination a.page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px !important;
    }

    .shop_section .woocommerce-pagination ul.page-numbers {
        gap: 10px;
    }

}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    .bread_title span a {
        font-size: 14px !important;
    }

    .breadcrumb_last {
        font-size: 14px !important;
    }

    .cate_main_class {
        padding: 15px;
    }

    .category_image img {
        height: 250px;
    }

    .category_image:before {
        width: 230px;
        height: 230px;
    }

    .top_selling_pro_title {
        font-size: 18px !important;
        padding-top: 6px;
    }

    .cat_arrow {
        margin-top: 30px !important;
    }

    .cat_left_col,
    .cat_right_col {
        width: 40px;
        height: 25px;
    }

    .shop_section.pd80 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .sticky_col_cat {
        padding-right: 30px;
    }

    .shop_col_sidebar .et_pb_widget_area {
        gap: 30px;
    }

    .shop_col_sidebar .et_pb_widget {
        padding: 10px;
    }

    .shop_col_sidebar .et_pb_widget .widgettitle {
        font-size: 22px !important;
        padding: 10px 15px;
    }

    .shop_col_sidebar .product-categories li a {
        font-size: 16px !important;
        padding: 10px 15px;
    }

    .shop_col_sidebar .price_slider_wrapper {
        padding-top: 20px;
    }

    .shop_col_sidebar .price_slider_wrapper .price_label {
        font-size: 14px !important;
    }

    .shop_col_sidebar .price_slider_amount .button {
        font-size: 14px !important;
    }

    .shop_col_sidebar ul.woocommerce-widget-layered-nav-list {
        margin-top: 10px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .shop_col_sidebar #woocommerce_layered_nav-2 ul li a {
        font-size: 14px !important;
        width: 80px;
        height: 30px;
    }

    .shop_col_sidebar #woocommerce_layered_nav-3 ul li a {
        font-size: 14px !important;
        width: 105px;
        height: 30px;
    }

    .product_head_col .et_pb_text_inner {
        font-size: 32px !important;
        margin-bottom: 20px;
    }

    .shop_section .woocommerce-result-count {
        font-size: 16px !important;
        top: -55px;
    }

    .shop_section select.orderby {
        top: -64px;
        font-size: 14px !important;
    }

    .shop_section .our_products_box {
        width: 32%;
    }

    .shop_section .woocommerce-pagination {
        padding-top: 20px;
    }

    .shop_section .woocommerce-pagination span.page-numbers,
    .shop_section .woocommerce-pagination a.page-numbers {
        width: 40px;
        height: 40px;
        font-size: 14px !important;
    }

    .shop_section .woocommerce-pagination ul.page-numbers {
        gap: 10px;
    }

}