/***** General *****/
.btn-shop.btn-remove-cart, .twg-remove-special {
    background-color: #797e8c !important;
}
/***** Grouped *****/
.container-grouped {
    display: block;
    width: 100%;
    padding: 20px 10px;
}
.twg-grouped-children-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.twg-grouped-children-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.twg-grouped-child-row {
    display: flex;
    flex-direction: column;
	align-items: center;
    gap: 5px;
}
.container-grouped .twg-grouped-child-name {
	margin: 0px;
}
.twg-grouped-children-list .btn-shop {
    border-radius: 50px;
    padding: 6px 20px;
    margin-top: 3px;
    text-transform: uppercase;
    font-size: 14px;
}
.container-grouped .twg-grouped-child-name .product-name {
    gap: 0;
    display: flex;
    flex-direction: column;
}
.woocommerce .container-grouped span, .woocommerce .container-grouped .twg-grouped-child-price {
    font-size: 15px !important;
}
/***** Simple *****/
/***** Variation *****/

/***** Responsive *****/
@media (max-width: 768px) {
	.twg-grouped-children-list {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
}