/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
@media screen and (min-width: 600px) {

    .w-filter-item-value label {
        position: relative;
    }

    body main#page-content form.w-filter .w-filter-item-values a.w-filter-item-value label:before {
        content: '';
        position: absolute;
        height: 10px;
        width: 10px;
        border: 3px solid black;
        left: 0px;
        top: 17px;
        border-radius: 50%;
    }

    body main#page-content form.w-filter .w-filter-item-values a.w-filter-item-value.selected {
        background: rgba(0, 0, 0, 0.0);
    }

    body main#page-content form.w-filter .w-filter-item-values a.w-filter-item-value.selected label:before {
        background: black;
    }



}
body .vp-popup .l-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
body .vp-popup .l-section .variations_form .single_add_to_cart_button {
    margin-left: 9px;
    font-size: 18px;
}
