div.dev-shop-detail table {
    font-size: small;
    border-collapse: collapse;
    line-height: initial;
}

div.dev-shop-detail tr:first-child {
    font-weight: bolder;

}

div.dev-shop-detail td {
    border: 1px solid;
    border-color: grey;
    padding: 0.2em 0.3em;
}

div.dev-shop-detail td:nth-child(2),
div.dev-shop-detail td:nth-child(3),
div.dev-shop-detail td:nth-child(4){
    width:20%;
    text-align: center;
}

.wrap-carousel {
    padding: 0 40px 40px 40px;
}

.dev-arrows .slick-next {
    right: -50px !important;
}

.dev-arrows .slick-prev {
    left: -50px !important;
}

.dev-carousel .slick-slide {
    padding: 5px;
}