.alcahookcontent-productlist .slick-arrow{
    border: 0;
    position: absolute;
    top: -50px;
    right: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    color: transparent;
    background: #999999;
    cursor: pointer;
}
  
.alcahookcontent-productlist .slick-arrow:hover{
    background: #555555; 
}

.alcahookcontent-productlist .slick-arrow:before{
    content: '\e0cc';
    color: #fff;
    font-family: "fontello";
    width: 24px;
    height: 24px;
    display: flex;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center
}

.alcahookcontent-productlist .slick-arrow.slick-prev{
    right: 25px;
}

.alcahookcontent-productlist .slick-arrow.slick-prev:before{
    content: '\e0cd';
}

.alcahookcontent-productlist .product-price-and-shipping,
.alcahookcontent-productlist .s_title_block,
.alcahookcontent-productlist .s_title_block a,
.alcahookcontent-productlist .act_box_cart{
    text-align: center;
}