/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/*.g-cols.cols_4-1 {
    grid-template-columns: 2fr 1.1fr;
}*/

.color-swatch.double {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    margin-right: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.color-swatch.double span {
    flex: 1;
    height: 100%;
}

.color-swatch.double span:first-child {
    border-right: 1px solid #ddd;
}

