.custom-product-card-block .item-caption {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    padding: 0.5rem;
    color: #ffffff;
}

.custom-product-card-block .info-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.custom-product-card-block .info-item i {
    font-size: 1.3rem;
}

.custom-product-card-block .social-item {
    font-size: 1.3rem;
    padding: 0.7rem 1rem;
}

.custom-product-card-block .social-item i {
    width: 22px;
}

.custom-product-card-block .description a {
    text-decoration: underline;
}

.custom-product-card-block .attachments ul {
    list-style-type: none;
    padding-left: 0;
}

.custom-product-card-block .attachments a {
    text-decoration: none;
}

.custom-product-card-block .attachments li {
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 15px;
}

.custom-product-card-block .attachments i {
    font-size: 11.5rem;
}

.custom-product-card-block .attachments span {
    display: block;
}

.custom-product-card-block .contact-info-item i {
    width: 17px;
    margin-right: 5px;
}

/*Slider*/

.custom-product-card-block .slick-prev:before, 
.custom-product-card-block .slick-next:before {
    display: none;
}

.custom-product-card-block .image-slider button,
.custom-product-card-block .image-slider-nav button {
    z-index: 1;
    color: #ffffff;
}

.custom-product-card-block .image-slider button {
    font-size: 2.5rem;
}

.custom-product-card-block .image-slider-nav button {
    font-size: 1rem;
    background: rgba(0,0,0,0.5);
    width: 52px;
    height: 52px;
}

.custom-product-card-block .image-slider .slick-prev {
    left: 25px;
}

.custom-product-card-block .image-slider-nav .slick-prev {
    left: 0;
}

.custom-product-card-block .image-slider .slick-next {
    right: 25px;
}

.custom-product-card-block .image-slider-nav .slick-next {
    right: 0;
}

/*View also*/

.custom-product-card-block .view-also .image-wrapper {
    position: relative;
}

.custom-product-card-block .view-also .custom-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1rem 1.6rem 1rem 4.6rem;
    -webkit-clip-path: polygon(35% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(35% 0,100% 0,100% 100%,0 100%);
}

@media screen and (max-width:767px) {

    .custom-product-card-block .attachments li {
        width: 100%;
        min-height: auto;
    }

}