/*====================
	EXC WVG Front-End Styling
	Author: Excidium Tech, LLC
	Author URI: https://excidium.tech
	Version: 1.0.0
	License: GPLv2
	License URI: http://www.gnu.org/licenses/gpl-2.0.txt
====================*/

.exc_wvg-groups {
    justify-content: center;
    font-family:     "Open Sans", sans-serif;
    font-size:       15px;
    flex-wrap:       wrap;
    display:         flex;
    color:           #5D5D5D;
    }

.product .summary .exc_wvg-groups {
    margin-bottom:   20px;
    font-size:       16px;
    display : block ;
    }

.exc_wvg-group {
    justify-content: center;
    margin-right:    20px;
    align-items:     center;
    display:         flex;
    }

.product .summary .exc_wvg-group {
    justify-content: start;
    margin-bottom:   20px;
    align-items:     start;
    height:          unset;
    }

.exc_wvg-group:last-child {
    margin-right: 0;
    }

.exc_wvg-group-icon {
    margin-right: 5px;
    }

.exc_wvg-sub-groups {
    justify-content: center;
    list-style-type: none;
    align-items:     center;
    flex-wrap:       wrap;
    display:         flex;
    }

.product .summary .exc_wvg-sub-groups {
    justify-content: start;
    }

.exc_wvg-sub-group {
    margin-bottom: 5px;
    margin-right: 5px;
    align-items:  center;
    display:      flex;
    }

.exc_wvg-sub-group:last-child {
    margin-right: 0;
    }

.product .summary .exc_wvg-sub-groups {
    justify-content: start;
    align-items:     start;
    margin:          0;
    }

.exc_wvg-group-icon {
    font-size: 25px !important;
    height:    25px;
    width:     25px;
    }

.tax-dc_vendor_shop .exc_wvg-group-icon {
    font-size: 20px;
    height: 20px;
    width: 20px;
    }

.exc_wvg-sub-group-image-wrap {

    }

.exc_wvg-sub-group-image {
    margin-right: 5px;
    height:       25px !important;
    width:        auto;
    }

.exc_wvg-sub-group-image-large {
    display: block;
    margin-right: 5px;
    height:       50px !important;
    width:        auto;
    }

.exc_wvg-sub-group-title {

    }

#excust_vendor_store_list .exc_wvg-groups {
    justify-content: start;
    }

#excust_vendor_store_list .exc_wvg-group {
    justify-content: start;
    margin-bottom:   20px;
    align-items:     start;
    height:          unset;
    }

#excust_vendor_store_list .exc_wvg-group:first-child {
    margin-top: 20px;
    }

#excust_vendor_store_list .exc_wvg-group.exc_wvg_img-based {
    width : 100% ;
    }

#excust_vendor_store_list .exc_wvg-sub-groups {
    justify-content: start;
    align-items:     start;
    margin:          0;
    }