/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* Add Background for Form Cart on single product */
.single-product .entry-summary form.cart {
	margin: 22px 0;
	background-color: #f7f7f7;
	padding: 20px;
}

.isw-swatch--isw_text .isw-term {
    font-size: 16px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    padding: 0 10px;
}

/* .suitable-for-section */
.suitable-for-section {
	margin: 30px 0;
}

.suitable-for-section .title-container {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--minimog-color-heading);
	margin-bottom: 20px
}

.suitable-for-section .suitable-container {
	display: flex;
}

.suitable-for-section .suitable-icon-container {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 30px;
	color: var(--minimog-color-heading);
}

.suitable-for-section .suitable-icon-container img {
	width: 40px;
	margin-bottom: 10px;
}