.af-clv-preview {
    display: block;
}
.af-clv-color-preview, .af-clv-image-preview,.af-clv-radio-input,.af-clv-radio-preview > *, .af-clv-label-preview,.af-clv-color-preview-name{
    cursor: pointer;
    padding:2px;
}
.af-clv-color-preview, .af-clv-image-preview, .af-clv-label-preview, .af-clv-color-preview-name{
    margin: auto;
    border: rgba(0, 0, 0, 0.3) 1px solid;
    display: inherit;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 1.25em;
}
.af-clv-radio-preview{
    margin: auto;
    height: auto;
    width: auto;
    padding: 2px 0px;
    font-size: 1.25em;
}
.af-clv-radio-preview,.af-clv-radio-preview > label, .af-clv-image-preview{
    display: inherit;
    align-items: center;
}
.af_clv_variation_not_found_class,.af_clv_hide{
    display: none !important;
    }
.af_clv_variation_message{
    font-weight: bold !important;
    color: var(--wc-red) !important;
}



/* shop page css */

.af-clv-shop-preview {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    margin-top:7.5px;
    margin-bottom:7.5px;
}
.af-clv-shop-color-name,.af-clv-shop-color-preview, .af-clv-shop-image-preview, .af-clv-shop-label-preview,.af-clv-shop-color-preview-name{
    cursor: pointer;
    padding:2px;
    position:relative;
}
.af-clv-shop-color-name,.af-clv-shop-label-preview,.af-clv-shop-color-preview,.af-clv-shop-image-preview,.af-clv-shop-color-preview-name{
    margin: auto;
    border: rgba(0, 0, 0, 0.3) 1px solid;
    display: inherit;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    font-size: 0.75em;
}

.af-clv-shop-image-preview img {

    padding:2px;
    margin: auto!important;
    width:100%;
}

.af-clv-shop-radio-preview{
    width:40px;
    padding:3px;
}
.af-clv-shop-radio-preview,.af-clv-shop-radio-preview > label, .af-clv-shop-image-preview{
    display: inherit;
    align-items: center;
}


.af_clv_add_to_cart_button_hide{
    display:none!important;
}

.reset_variations { display:none !important;}



