.img_slide-dotlist {
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    column-gap: 8px
}

.img_slide-dotItem {
    width: 48px;
    height: 48px;
    list-style-type: none;
    display: inline-flex;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center
}

.img_slide-dotItem>span {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ccc
}

.img_slide-dotItem.active {
    border: 1px solid #ccc
}

.img_slide--img,
.boxRelative {
    position: relative;
    height: 200px;
    margin-bottom: 32px;
    margin-top: 60px
}

.car-picking-image.currentImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 100% !important;
    object-position: center;
    object-fit: contain
}

.car-picking-image.activeImg {
    height: 200px;
    width: 100% !important;
    object-fit: contain;
    object-position: center
}

.car-picking-image-title {
    margin-bottom: 30px
}

.img_slide-dotItem span.color-item-compare {
    display: block;
    border: 1px solid #ccc;
    border-radius: 50%;
    border-width: 16px;
    border-style: solid;
    height: 0;
    width: 0
}

@media(max-width:376px) {
    .img_slide-dotlist {
        column-gap: 0
    }
}