.card-img {
    width: 150px;
}


#product-color-dots .owl-dot {
    display: inline-block;
    background-color: transparent;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    /*border-radius: 50%;*/
    cursor: pointer;
    border: 2px solid #FFF;
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
    transform: scale(1);
    -webkit-transition: box-shadow .2s ease, transform .2s ease;
    -o-transition: box-shadow .2s ease, transform .2s ease;
    transition: box-shadow .2s ease, transform .2s ease;
}

#product-color-dots .owl-dot.active {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
    transform: scale(1.2);
}

