/*
Theme Name: Mellifera Child
Theme URI: http://mellifera.mikado-themes.com
Description: A child theme of Mellifera
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: mellifera
Template: mellifera
*/

#cookie-notice .cn-button:not(.cn-button-custom) {
	border-radius: 0;
	font-size: 14px;
	letter-spacing: .15em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Open Sans Condensed",sans-serif;
}

footer .qodef-icon-list-item .qodef-icon-holder {
	display: none;
}

.custom-product-gallery {
    display: flex;
    margin-top: 15px;
    gap: 15px;
}

.custom-product-gallery > a {
	flex: 0 0 25%;
	max-width: 25%;
}

@media only screen and (min-width: 1025px) {
	.desktop-hide {
		display: none;
	}
}

.qodef-header-navigation>ul>li.last-item {
	margin-right: 0;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
	font-size: 15px;
}

#qodef-woo-page.qodef--single form.cart .variations tr {
	display: flex;
	flex-direction: column;
}