.section-childrens-books ul.products li .product-block {
    max-width: 209px;
    margin: auto;
}

.section-childrens-books ul.products img {
    width: 100%;
    height: 292px;
    min-height: 292px;
    object-fit: cover;
    object-position: center;
}


.section-childrens-books   .count-review {
    display: none;
}

.section-childrens-books ul.slick-dots {
    bottom: unset;
    top: -77px;
}

.section-childrens-books .woocommerce-carousel .slick-slide > div {
    display: block;
}


@media screen and (max-width: 1280px) {
    .section-childrens-books ul.products img {
        height: 292px;
        min-height: 292px;
    }
}

@media screen and (max-width: 500px) {
    .section-childrens-books ul.products img {
        height: 203px;
        min-height: 203px;
    }

    .section-childrens-books .products.columns-1 {
        position: relative !important;
    }

    .section-childrens-books .slick-list {
        width: calc(100% - 36px) !important;
        overflow-x: visible !important;
        overflow-y: hidden !important;
    }

    .section-childrens-books .woocommerce-carousel {
        overflow: hidden;
    }

    .section-childrens-books ul.slick-dots {
    bottom: unset;
    top: unset;
}
}
