/*#novinky .ajax_block_product:nth-child(-n+20) {
    display: block;
}

#bestsellery .ajax_block_product:nth-child(-n+10) {
    display: block;
}

#recommended .ajax_block_product:nth-child(-n+10) {
    display: block;
}
*/
.cover-list-block .cover-list-wrapper {
    display: inline-block;
    position: relative;
}

#bestsellery {
    margin-top: 30px;
}

#recommended {
    margin-top: 30px;
}

#novinky {
    margin-top: 30px;
}

body.mobile #featured-products_block_center #novinky.two-row-product-list .ajax_block_product,
body.mobile #featured-products_block_center #bestsellery.two-row-product-list .ajax_block_product,
body.mobile #featured-products_block_center #recommended.two-row-product-list .ajax_block_product {
    display: block;
}

body.mobile ul#product_list > li.placeholder {
    display: flex!important;
}

.cart-popup-content ul#product_list li.ajax_block_product {
    display: block !important;
}

.pagination-placeholder .pph-load-next {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    margin-top: 30.5px;
}

body.mobile .pagination-placeholder .pph-load-next {
    margin-bottom: 50px;
}

.pagination-placeholder .pph-load-next .mk-ph-box {
    width: 220px;
    height: 100%;
}

/* ESH-3451 START */
img.emoji {
    height: 28px;
    vertical-align: top;
    margin-top: 2px;
  }
/* ESH-3451 END */