#cv_feature_product_switch .switch_div a .link_box {
    display: block;
    float: left;
    margin: 2px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

#cv_feature_product_switch .switch_div a:hover {
    opacity: 0.6;
}

#cv_feature_product_switch .switch_div a:hover .link_box {
    border-color: red;
}

#cv_feature_product_switch .switch_div a .link_box.selected {
    border-color: red;
    opacity: 0.6;
}

#cv_feature_product_list a.selected {
    font-weight: bold;
    color: red;
}

ul#blocknewproducts #cv_feature_product_switch {

}

#cv_feature_product_switch .switch_div{
    display: flex;
    align-items: center;
    justify-content: center;
}

div.primary_block #cv_feature_product_switch .switch_div{
    display: block;
}
#cv_feature_simple_form div{
    font-weight: bold;
    margin: 15px 0 8px;
}
#cv_feature_simple_form a{
    display: inline-block;
    border: 1px solid black;
    padding: 5px 10px;
    background-color: #ffffff;
}
#cv_feature_simple_form span{
    display: inline-block;
    border: 1px solid black;
    padding: 5px 10px;
    background-color: #eeeeee;
    margin-right: 5px;
}
