.stackful-product-carousel {
    position: relative;
}

.stackful-product-carousel .slick-arrow {
    background: #B00118 !important;
    border: 0;
    font-size: 0;
    height: 35px;
    width: 35px;
    border-radius: 100%;
        padding: 0;
    text-align: center;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.stackful-product-carousel .slick-arrow:before{
    content: "\f104";
        display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 20px;
}

.stackful-product-carousel .slick-arrow.slick-next:before{
    content: "\f105";    
}

.stackful-product-carousel .slick-arrow.slick-next {
    right: -35px;
    left: auto;
}

.stackful-product {
    display: block;
    padding: 0 15px;
}

.stackful-product a {
    display: block;
    color: #000 !important;
}

.stackful-product a .image {
    -webkit-mask: url('../images/hex.svg') no-repeat center / contain;
    mask: url('../images/hex.svg') no-repeat center / contain;
    display: block;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 10px;
}

.stackful-product a .image:before{
    content: "";
    display: block;
    padding-bottom: 100%;
}

.stackful-product a .product-title {
    margin-top: 0;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    padding-left: 10px;
}

.stackful-product a .price {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 10px;
}

.stackful-product a .price ins span,.stackful-product a .price ins {
    text-decoration: none;
    color: #0E8C80;
}

.custom-star-rating {
    padding-left: 10px;
    margin-bottom: 10px;
}

.custom-star-rating i {
    color: rgba(0,0,0,0.2);
}

.custom-star-rating i.fa-star,.custom-star-rating i.fa-star-half-o {
    color: #0E8C80;
}

@media only screen and (max-width:1100px){
    .stackful-product-carousel {
        padding: 0 35px;
    }

    .stackful-product-carousel .slick-arrow {
        left: -10px;
    }

    .stackful-product-carousel .slick-arrow.slick-next {
        right: -10px;
    }
}