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

.img_slide-dotItem {
    width: 32px;
    height: 32px;
    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 {}

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

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

.img_slide-dotItem.active span.color-item-compare {
    border-width: 12px
}

.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
}

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

    .car-picking-image.activeImg {
        height: 90px
    }

    .car-picking-image img {
        height: 90px
    }

    .car-picking-image.currentImg {
        height: 90px
    }

    .img_slide--img,
    .boxRelative {
        position: relative;
        height: 90px;
        margin-bottom: 7px;
        margin-top: 0
    }

    .compare-products-item {
        padding: 9px 16px
    }

    .product-item-footer {
        padding-top: 11px
    }

    .img_slide-dotItem {
        width: 24px;
        height: 32px
    }

    .img_slide-dotItem.active {
        border: 1px solid #ccc;
        width: 32px;
        height: 32px
    }
}

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