/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
	.archive-variable-items.color-variable-items-wrapper {
    display: flex;
}

/* .variations ul.archive-variable-items.enabled-catalog-display-limit-mode.wvs-style-rounded.variable-items-wrapper.color-variable-items-wrapper {
    display: block !important;
} */

/* Clearance badge - Loop */
.product-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #ff0000;
    color: #ffffff;
}

/* Clearance badge - Product page */
.product-gallery-inner .product-badge {
    position: absolute;
    top: 0;
    left: 15px;
    right: initial;
    padding: 5px 10px;
    background-color: #ff0000;
    color: #ffffff;
    z-index: 999;
}