/*
Theme Name: Pricom - Child
Theme URI: https://harutheme.com/pricom
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of Pricom
Template: pricom
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/


.subcategory-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.subcategory-column {
    flex: 1 1 calc(25% - 20px); /* Adjust column width */
    padding: 10px;
    box-sizing: border-box;
    max-width:max-content;
}

.vg_custom_size_inner input{
    max-width: 200px;
}
.vg_custom_size_inner{
    display:flex;
    margin-bottom: 10px;
    align-items: center;
}
.vg_request_a_quote .menu-icon{
    width:20px;
}

.vg-option-form .vg-foil-option{
    list-style: none; 
}
