/*
Theme Name: Gridbox Child
Theme URI: https://themezee.com/themes/gridbox/
Author: ThemeZee
Author URI: https://themezee.com
Description: Gridbox is a clean and solid WordPress theme featuring a three-column grid-layout for posts. The theme works out of the box and does not >
Version: 2.4.0
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 5.6
AMP: true
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gridboxchild
Template: gridbox
*/

:root {
	--mix-media-green: #16C344FF;
	--mix-media-purple: #5E43B7FF;
}

html, body, #page {
	height: 100%;
	margin: 0;
	padding: 0;
}

#page {
	display: flex;
	flex-direction: column;
}

#page #content {
	height: auto;
	flex: 1 1 auto;
}

.header-main {
	align-items: flex-end
}

.primary-navigation {
	margin-bottom: 0px;
}

#primary-menu .menu-item {
	color: var(--mix-media-purple);
	border-bottom: 8px solid var(--header-background-color);
}

#primary-menu .menu-item:hover {
	border-bottom: 8px solid var(--mix-media-purple);
}

#primary-menu .current-menu-item {
	border-bottom: 8px solid var(--mix-media-green);
}

#primary-menu .current-menu-item a {
	text-decoration: none;
}

h1.page-title {
	display: block;
	color: var(--mix-media-purple);
/* 	border-bottom: 4px solid var(--mix-media-green); */
	line-height: 60px;
	

	border-bottom: 4px solid var(--mix-media-green);
  border-image-slice: 1;
  border-width: 5px;
	border-image-source: linear-gradient(to right, var(--mix-media-green), #FFFFFF);
	
}


h1.page-title::first-letter {
	color: var(--mix-media-purple);
}

.footer-wrap {
	border-top: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
	border-image-source: linear-gradient(to right, #16C344FF, #5E43B7FF);
	
}

.site-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/** PRODUCTS **/
.mm-products .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid whitesmoke;
	text-align: center
}


.mm-products .wp-block-column h2 a {
	font-size: 1.2rem;
	color: var(--mix-media-purple);
}

.mm-products .wp-block-column img {
	width: 300px;
	height: 300px;
	object-fit: cover;		
}

.mm-products .wp-block-column:hover {
/* 	border:21px solid red; */
	background-color: whitesmoke;
}

.woocommerce-loop-product__title {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* product variations */
.cfvsw-swatches-option:not(.cfvsw-label-option) {
	max-height: 24px;
	min-height: 24px;
	max-width: 24px;
	min-width: 24px;
}

/* restrict size of image */
.woocommerce-product-gallery__image a img {
	min-height: 450px !important;
	max-height: 450px !important;
	object-fit: cover;
}

/* extra informatie tabel */
.woocommerce table.shop_attributes td {
	padding-left: 1rem;
}
