.col-sm-6.col-md-3.productCol {
    min-width: calc(100% / 3);
    height: auto;
}

.designButton {
    height: auto;
}

.carousel {
    position: relative;
    width: 80%;
margin: auto;
overflow: hidden;
}

.carousel-row{
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 20%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
}

.carousel img {
    width: 100%;
    height: auto;
}

.prodRtBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
    padding: 10px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}