.woo_tab_section p font,
.woo_tab_section p,
.woo_tab_section h2,
.woo_tab_section h3,
.woo_tab_section h4,
.woo_tab_section h5,
.woo_tab_section h6 {
    color: #fff !important;
}


.cl_prod_list_inner_row {
    padding: 70px 0px !important;
}

.woo_tab_section img {
    background: #fff !important;
}

.woo_tab_section ul li {
    color: #fff !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 25% !important;
}

.cross-sells {
    display: none !important;
}

input#coupon_code {
    background: transparent !important;
}


/* General pagination styling */

.woocommerce-pagination {
    text-align: center;
    margin: 20px 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 45px;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
}

.proname a {
    color: #000;
}

.woocommerce-pagination .page-numbers {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

span.page-numbers.current {
    background: #2370B1 !important;
    color: #fff !important;
}

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

.woocommerce-pagination .page-numbers li {
    display: inline;
    margin: 0 5px;
    border: none !important;
    margin: 0px 5px !important;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #0073aa;
    /* Border color */
    border-radius: 50%;
    /* Rounded corners */
    text-decoration: none;
    color: #0073aa;
    /* Text color */
    font-size: 14px;
    line-height: 1;
    transition: background-color 0.3s, color 0.3s;
}


/* Hover and active states */

.woocommerce-pagination .page-numbers a:hover,
.woocommerce-pagination .page-numbers span.current {
    background-color: #0073aa;
    /* Background color on hover or active */
    color: #ffffff;
    /* Text color on hover or active */
    border-color: #0073aa;
    /* Border color on hover or active */
}


/* Previous and Next button styling */

.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next {
    font-weight: bold;
}


/* Hide previous/next buttons if not applicable */

.woocommerce-pagination .page-numbers.prev.disabled,
.woocommerce-pagination .page-numbers.next.disabled {
    color: #999999;
    /* Disabled state text color */
    border-color: #999999;
    /* Disabled state border color */
    cursor: not-allowed;
    /* Disabled cursor */
}

.toggle-content {
    display: none;
    /* Hide content by default */
    margin-top: 10px;
}

.toggle-button {
    color: white;
    border: none;
    margin-bottom: 20px !important;
    cursor: pointer;
    font-size: 16px;
}

button.slick-prev.pull-left.slick-arrow {
    left: 0px;
    top: 20px;
}

button.slick-next.pull-right.slick-arrow {
    right: 0px;
    top: 20px;
}

.toggle-content p {
    margin: 0;
}


/* end */

.cl_prod_block_inner {
    height: 180px;
    border-top: 1px solid #ddd;
    border-radius: 100%;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.cl_prod_title {
    font-size: 18px;
    color: #000;
    text-align: center;
    width: 100%;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
}

.cl_prod_block:hover .cl_prod_block_inner {
    border-color: #1366AB;
}

.cl_prod_block:hover .cl_prod_title {
    color: #EE691D;
}

.tax-product_cat .woocommerce ul.products li.product,
.tax-product_cat .woocommerce-page ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 !important;
    /*     width: 25% !important; */
}

.sp_parent_cat_img_box img {
    width: 76px;
    height: 76px;
}

.sp_parent_cat_name_box span {
    font-size: 16px;
    color: #000;
    text-align: left !important;
    display: flex;
    line-height: 1;
    justify-content: center;
    padding-left: 30px;
}

.sp_parent_cat_img_box {
    width: 30% !important;
}

.sp_parent_cat_name_box {
    width: 80% !important;
}

.sp_parent_cat_img_box_main {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    border: 2px solid #EE691D;
    height: 84px;
    border-radius: 100px;
    margin: 0px 10px;
    padding: 0px 10px;
}

.sp_parent_cat_img_box img {
    width: 76px;
    height: 76px;
    border-radius: 100px;
    object-fit: contain;
    background: #fff;
}

.sp_parent_cat_name_box span {
    font-size: 16px;
    color: #000;
}

.product_cat_title_main {
    font-size: 45px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.product_cat_title_main::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 20px;
    background: #EE691D;
    height: 4px;
    width: 46px;
}

select.orderby {
    height: 51px;
    border-radius: 100px;
    background: #fff;
    font-size: 16px;
    padding: 10px;
}

.main_shop_section::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: #f5f5f5;
    height: 100%;
    width: 95%;
    border-radius: 30px;
    margin: auto;
}

.dropdown-content {
    display: none;
}

.show {
    display: block;
}

.sp_parent_cat_box_main {
    display: flex;
    flex-wrap: wrap;
}

.sp_parent_cat_box_main .sp_parent_cat_box {
    width: 16.66%;
}

.first_banner {
    background: #EE691D;
    border-radius: 20px;
    height: 350px;
    overflow: hidden;
    padding: 10px;
}

.shop_banner_row {
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.second_banner {
    background: #1366AB;
    border-radius: 20px;
    height: 350px;
    padding: 10px;
}

.shop_banner_col {
    display: flex;
    padding: 30px;
    align-items: center;
    height: 100%;
}

.shop_banner_section {
    position: relative;
}

.shop_banner_section::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: url(../../../../../wp-content/uploads/2024/07/Mask-group-1.png);
    height: 350px;
    width: 685px;
    border-radius: 30px;
    margin: auto;
    background-repeat: no-repeat;
}

.shop_banner_col1 {
    width: 50% !important;
    z-index: 9;
}

.main_class_off {
    font-size: 39px;
    font-weight: 800;
    background: #FFCA08;
    color: #010;
    width: fit-content;
    border-radius: 100px;
    line-height: 1.3;
    padding: 0px 20px;
}

.main_class_off_title_inner {
    font-size: 21px;
    color: #fff;
    padding-bottom: 10px;
}

.main_class_off_title {
    font-size: 28px;
    color: #fff;
    line-height: 1.3;
    font-weight: 900;
    padding: 10px 0px;
}

.shop_cat_row_main {
    padding: 0 !important;
}

.coupon {
    display: flex;
    align-items: center;
}

.new-arrival-productss {
    display: flex;
    flex-wrap: wrap;
}

.new-arrival-productss .childWrapper {
    width: 25% !important;
}

.single-product .et_pb_tab_content p span,
.single-product .et_pb_tab_content p ul li span {
    background: transparent !important;
    color: #fff !important;
}

.woo_tab_section .et_pb_tab_content h2 span {
    color: #fff !important;
    background: transparent !important;
}

.et_pb_wc_related_products ul.products.columns-4 li.product {
    width: 100% !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .cl_prod_list_inner_row {
        padding: 40px 0px !important;
    }
    button.slick-prev.pull-left.slick-arrow {
        left: 0 !important;
    }
    button.slick-next.pull-right.slick-arrow {
        right: 0 !important;
    }
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        display: block;
    }
    td.product-thumbnail::before {
        display: none;
    }
    .cl_prod_block_inner {
        width: 160px;
        height: 160px;
    }
    .cl_prod_title {
        font-size: 16px;
    }
/*     .cl_prod_block_inner img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    } */
    /* shop */
    .main_shop_section::after {
        width: 100% !important;
    }
    .product_cat_title_main {
        font-size: 28px !important;
    }
    .et-db #et-boc .et-l .et_pb_shop ul.products.columns-4 li.product {
        clear: none;
        margin-bottom: 0 !important;
        width: 100% !important;
    }
    .shop_banner_col {
        padding: 20px;
    }
    .main_class_off {
        font-size: 24px;
        margin: auto;
    }
    .shop_banner_col1 {
        width: 100% !important;
        text-align: center;
    }
    .shop_banner_col {
        flex-wrap: wrap;
        padding: 10px;
    }
    .first_banner,
    .second_banner {
        height: auto !important;
    }
    .woocommerce form .form-row label,
    .woocommerce-page form .form-row label {
        font-size: 14px !important;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0 !important;
        width: auto !important;
        clear: none;
    }
    h3 {
        font-size: 20px;
    }
    /* shop end*/
    .new-arrival-productss .childWrapper {
        width: 100% !important;
    }
    .brand_title {
        width: fit-content;
    }
    .et_pb_wc_related_products ul.products.columns-4 li.product {
        width: auto !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .new-arrival-productss .childWrapper {
        width: 50% !important;
    }
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    .woocommerce form .form-row label,
    .woocommerce-page form .form-row label {
        font-size: 13px !important;
    }
    .first_banner,
    .second_banner {
        height: 350px !important;
    }
    .et-db #et-boc .et-l .et_pb_shop ul.products.columns-4 li.product {
        clear: none;
        margin-bottom: 0 !important;
        width: 50% !important;
        margin: 0 !important;
    }
    .main_class_off {
        font-size: 30px;
    }
    .shop_banner_col1 {
        width: 50% !important;
    }
    .shop_banner_col {
        display: flex;
    }
    .new-arrival-productss .childWrapper {
        width: 50% !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .cat_title {
        width: 100px !important;
        line-height: 1 !important;
    }
    .brand_title {
        width: fit-content;
    }
    .cl_prod_block_inner {
        width: 160px;
        height: 160px;
    }
    .cl_prod_title {
        font-size: 16px;
    }
/*     .cl_prod_block_inner img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    } */
    /* shop */
    .main_shop_section::after {
        width: 100% !important;
    }
    .product_cat_title_main {
        font-size: 28px !important;
    }
    .et-db #et-boc .et-l .et_pb_shop ul.products.columns-4 li.product {
        clear: none;
        margin-bottom: 0 !important;
    }
    .shop_banner_col {
        padding: 20px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0 !important;
        width: auto !important;
        clear: none;
    }
    /* shop end*/
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .cat_title {
        width: 100px !important;
        line-height: 1 !important;
    }
    .cl_prod_block_inner {
        width: 160px;
        height: 160px;
    }
    .cl_prod_title {
        font-size: 16px;
    }
/*     .cl_prod_block_inner img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    } */
    /* shop */
    .main_shop_section::after {
        width: 100% !important;
    }
    .product_cat_title_main {
        font-size: 36px !important;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0 !important;
        width: auto !important;
        clear: none;
    }
    .main_class_off_title {
        font-size: 24px;
    }
    .main_class_off_title_inner {
        font-size: 18px;
    }
    .main_class_off {
        font-size: 32px;
    }
    .shop_banner_col {
        padding: 20px;
    }
    .new-arrival-productss .childWrapper {
        width: 33.33% !important;
    }
    /* shop end*/
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .cat_title {
        width: 100px !important;
        line-height: 1 !important;
    }
    .new-arrival-productss .childWrapper {
        width: 33.33% !important;
    }
    .cl_prod_block_inner {
        width: 160px;
        height: 160px;
    }
    .cl_prod_title {
        font-size: 16px;
    }
/*     .cl_prod_block_inner img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    } */
    /* shop */
    .main_shop_section::after {
        width: 100% !important;
    }
    .product_cat_title_main {
        font-size: 36px !important;
    }
    .main_class_off_title {
        font-size: 24px;
    }
    .main_class_off_title_inner {
        font-size: 18px;
    }
    .main_class_off {
        font-size: 32px;
    }
    /* shop end*/
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .cat_title {
        width: 100px !important;
        line-height: 1 !important;
    }
    .cl_prod_block_inner {
        width: 160px;
        height: 160px;
    }
    .cl_prod_title {
        font-size: 16px;
    }
/*     .cl_prod_block_inner img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    } */
    /* shop */
    .main_shop_section::after {
        width: 100% !important;
    }
    .product_cat_title_main {
        font-size: 36px !important;
    }
    .main_class_off_title {
        font-size: 24px;
    }
    .main_class_off_title_inner {
        font-size: 18px;
    }
    .main_class_off {
        font-size: 32px;
    }
    /* shop end*/
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .cl_prod_block_inner {
        width: 160px;
        height: 160px;
    }
    .cl_prod_title {
        font-size: 16px;
    }
    /* shop */
    .main_shop_section::after {
        width: 100% !important;
    }
    .product_cat_title_main {
        font-size: 36px !important;
    }
    .main_class_off_title {
        font-size: 25px;
    }
    /* shop end*/
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    /* shop */
    .main_shop_section::after {
        width: 100% !important;
    }
    /* shop end*/
}

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

@media all and (min-width: 981px) and (max-width: 3000px) {}