.current-availability .product_item td.name .subcategories li{
    font-size: 18px;
    font-weight: 300;
}

.bt-hide {
    display: none!important;
}

.tags-header-message {
    text-align: center;
}

.woocommerce_product_list .ct-ordering {
    display: none!important;
}

.frost-main-wrapper iframe {
    width: 100%;
    height: 650px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background-color: #fff;
    padding: 30px;
    border: none;
}

.frost-products-area .cta-frost {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 100px;
}

.frost-products-area .cta-frost .more-button {
    width: 170px;
    height: 50px;
}

.frost-products-area .frost-cat-block {
    background-color: #f7f8fa;
    border: 1px solid #cccccc;
    margin-bottom: 18px;
}

.frost-products-area .frost-cat-block h5 {
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 26px 0;
    font-size: 22px;
}

.frost-products-area .frost-cat-block ul.frost-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ccc;
    background: #fff;
}

.frost-products-area .frost-cat-block ul.frost-list li {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 25%;
    background-color: #ffffff;
    padding: 18px 10px;
    font-size: 18px;
    text-align: center;
    color: #464646;
}

.frost-products-area .frost-cat-block ul.frost-list li:nth-child(4n) {
    border-right: none;
}

@media (max-width: 767px) {

    .frost-products-area .frost-cat-block ul.frost-list li {
        width: 50%;
        font-size: 16px;
    }

    .frost-products-area .frost-cat-block ul.frost-list li:nth-child(2n) {
        border-right: none;
    }


}