a.woocommerce-MyAccount-downloads-file {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 4px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
/*
#tab-customTab-product-parts a {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 25px;
}
*/
table.woocommerce-table--order-downloads {
    border: #4CAF50 solid 2px;
    padding: 5px;
}

ul#select2-product_cat-results {
    max-height: 60vh;
}

.astra-off-canvas-sidebar .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}

div#ez-toc-container {
    width: 100%;
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 767px) {
    ul#select2-product_cat-results {
        max-height: 60vh;
    }

    .woocommerce-product-search {
        display: block;
    }

    .woocommerce-product-search button,
    .woocommerce-product-search .search-field {
        width: 100%
    }
}



@media screen and (max-width: 544px) {
    ul.tabs.wc-tabs li a {
        background-color: #4CAF50;
        border: none;
        color: white !important;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-radius: 15px;
        margin: 5px 0;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
        background: none;
    }

}
