/* shop */
.ywraq_list_empty_message {
    font-size: 18px;
    color: #000;
}
p.must-log-in a {
    color: #93C936;
}
li.parent-category.active a {
    color: #000;
    font-weight: 800;
}

.container-category {
    display: flex;
    align-items: center;
}

.card1_inner_img img {
    height: 216px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.card1 {
    padding: 15px;
}

.card1_inner_title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.main_cat_row {
    margin-top: -120px !important;
}

ul.products.columns-3 {
    display: flex !important;
    flex-wrap: wrap !important;
}

li.main_product_listing {
    width: 33.33% !important;
}

.main_cat_sec {
    border-bottom: 1px solid #93C936;
}

.wc-arrow {
    border: 1px solid #93C936;
}

.custom-category-box {
    background: #e9e9e9;
    padding: 15px;
    border-radius: 12px;
}

.category-title {
    background: #8cc63f;
    font-size: 29px;
    padding: 10px 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    color: #000;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.parent-category {
    margin-bottom: 15px;
    list-style-type: none;
    position: relative;
}



.parent-category::after {
    position: absolute;
    content: '';
    right: auto;
    background: #93C936;
    width: 8px;
    height: 8px;
    left: -15px;
    top: 10px;
    margin: auto !important;
    border-radius: 10px;
}



.category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.category-link {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.category-link:hover {
    color: #8cc63f;
}

.toggle-icon {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    padding-left: 10px;
}

.woo_product_box {
    padding-left: 30px;
}

.subcategory {
    list-style: none;
    padding-left: 20px;
    display: none;
    margin-top: 8px;
}

.subcategory li {
    margin: 6px 0;
}

.subcategory a {
    text-decoration: none;
    color: #8cc63f;
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li a {
    color: #000 !important;
    font-size: 18px !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border: 2px solid #DDDDDD;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 3px;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    height: 43px;
    background: transparent;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    color: #000 !important;
    font-size: 14px !important;
}

.product_title_cat {
    font-size: 33px !important;
    color: #000 !important;
    padding: 0px 30px;
    font-weight: 500;
}

.shop_row_main .et_flex_column {
    display: block !important;
}

ul.subcategory {
    list-style-type: none;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

ul.page-numbers li .current {
    background: #93C936 !important;
    color: #fff !important;
    width: 100%;
    height: 100%;
    font-size: 17px !important;
}

p.woocommerce-result-count {
    display: none !important;
}

.product_title_cat {
    position: absolute;
    left: 0;
    top: 0;
}

/* shop end*/

@media all and (min-width: 320px) and (max-width: 767px) {

    /* shop page */
    .card1_inner_img img {
        height: 100px;
    }

    .main_cat_row {
        margin-top: -70px !important;
    }


    .card1_inner_title {
        line-height: 1;
        font-size: 16px;
        text-align: center;
    }

    .container-category {
        flex-wrap: wrap;
        justify-content: center;
    }

    .card1 {
        width: 50%;
        padding: 5px;
    }

    .container-category .card1:nth-child(2) {
        order: 3 !important;
    }

    .category-title {
        font-size: 22px;
    }

    .category-link {
        font-size: 16px;
    }

    .woo_product_box .wc-image-wrap img {
        height: 180px;
        object-fit: cover;
    }

    .woo_product_box .wc-product-title {
        font-size: 16px;
    }

    .product_title_cat {
        position: unset;
        text-align: center !important;
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        float: unset;
    }

    .woocommerce .woocommerce-ordering {
        margin: auto;
        width: fit-content;
        float: unset;
    }

    .shop_row_main {
        display: block;
    }

    .shop_row_main .et_pb_column {
        width: 100% !important;
    }

    .woo_product_box {
        padding: 0 !important;
    }

    i.fa.fa-window-close {
        display: none;
    }

    .filter_main_filter_css {
        display: block;
    }

    .filter_main_filter_css {
        position: fixed !important;
        top: 24%;
        z-index: 9999999999;
        right: 0;
        background-color: var(--primary_color) !important;
        color: #fff;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 42px;
        box-shadow: 0px 4px 10px 1px #888888;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer !important;
        background: #000 !important;
    }

    .woo_cat_shop_sidebar_stick {
        right: 0% !important;
    }

    .sticky_col_cat {
        position: fixed !important;
        right: -120%;
        z-index: 999 !important;
        background-color: white;
        box-shadow: 0px 4px 10px 1px #888888;
        padding: 30px 20px 130px 20px;
        top: 105px !important;
        width: 65% !important;
        -webkit-transition: 1s;
        transition: 1s;
        margin-right: 0px !important;
        height: 100%;
        overflow: auto;
    }

    .shop_product_col,
    .shop_col_sidebar .et_pb_widget {
        width: 100% !important;
        padding-left: 0;
    }

    li.main_product_listing {
        width: 50% !important;
    }

    .site_padding.shop_section {
        padding: 30px 15px !important;
    }

    .woocommerce nav.woocommerce-pagination ul li {
        width: 30px;
        height: 30px;
    }

    .woocommerce nav.woocommerce-pagination ul li a {
        font-size: 14px !important;
    }

    /* shop page emd*/
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {

    /* shop page */


    .card1_inner_img img {
        height: 160px;
    }

    .main_cat_row {
        margin-top: -70px !important;
    }


    .card1_inner_title {
        line-height: 1;
        text-align: center;
        font-size: 20px;
    }

    .category-title {
        font-size: 22px;
    }

    .category-link {
        font-size: 16px;
    }

    .woo_product_box .wc-image-wrap img {
        height: 250px;
    }

    .woo_product_box .wc-product-title {
        font-size: 18px;
    }

    .shop_row_main {
        display: block;
    }

    .shop_row_main .et_pb_column {
        width: 100% !important;
    }

    .woo_product_box {
        padding: 0 !important;
    }

    i.fa.fa-window-close {
        display: none;
    }

    .filter_main_filter_css {
        display: block;
    }

    .filter_main_filter_css {
        position: fixed !important;
        top: 24%;
        z-index: 9999999999;
        right: 0;
        background-color: var(--primary_color) !important;
        color: #fff;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 42px;
        box-shadow: 0px 4px 10px 1px #888888;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer !important;
        background: #000 !important;
    }

    .woo_cat_shop_sidebar_stick {
        right: 0% !important;
    }

    .sticky_col_cat {
        position: fixed !important;
        right: -120%;
        z-index: 999 !important;
        background-color: white;
        box-shadow: 0px 4px 10px 1px #888888;
        padding: 30px 20px 130px 20px;
        top: 105px !important;
        width: 65% !important;
        -webkit-transition: 1s;
        transition: 1s;
        margin-right: 0px !important;
        height: 100%;
        overflow: auto;

    }

    .shop_product_col,
    .shop_col_sidebar .et_pb_widget {
        width: 100% !important;
        padding-left: 0;
    }

    /* shop page emd*/
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    /* shop page */
    .card1_inner_img img {
        height: 200px;
    }

    .main_cat_row {
        margin-top: -100px !important;
    }

    .category-title {
        font-size: 22px;
    }

    .category-link {
        font-size: 16px;
    }

    .woo_product_box .wc-image-wrap img {
        height: 250px;
    }

    .woo_product_box .wc-product-title {
        font-size: 18px;
    }

    /* shop page emd*/
}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    /* shop page */
    .card1_inner_img img {
        height: 200px;
    }

    .main_cat_row {
        margin-top: -100px !important;
    }

    .category-title {
        font-size: 22px;
    }

    /* shop page emd*/
}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    /* shop page */
    .card1_inner_img img {
        height: 200px;
    }

    .main_cat_row {
        margin-top: -100px !important;
    }

    /* shop page emd*/
}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}