/*
 ************************************************************
 * SECTIONS
 ************************************************************
 * ----------------------------------------------------------
 * SECTION-MODAL
 * ----------------------------------------------------------
 */

#top .section-modal .flex_column
{
	margin: 0;
}

#top .section-modal .container
{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

@media only screen and (min-width: 640px)
{
	.responsive #top .section-modal .container
	{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}

/*
 * ----------------------------------------------------------
 * CONTENT-HEAD
 * ----------------------------------------------------------
 */

#top .content-head
{
	background-image: var(--content-head-image);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}

#top .content-head .container
{
	min-height: 400px;
}

#top .content-head .av-special-heading
{
	display: flex;
	justify-content: center;
	align-items: center;
}

#top .content-head .av-special-heading-tag
{
	padding: 10px 20px;
	background-color: var(--color-black);
}

/*
 * ----------------------------------------------------------
 * CONTENT-PRODUCT
 * ----------------------------------------------------------
 */

/* FLEX */

#top .content-product .product,
#top .content-product .product .woocommerce-product-gallery__wrapper
{
	display: flex;
	flex-direction: column;
}

#top .content-product .product
{
	grid-gap: 50px;
}

@media only screen and (min-width: 990px)
{
	.responsive #top .content-product .product
	{
		flex-direction: row;
	}
}

#top .content-product .product .woocommerce-product-gallery__wrapper
{
	grid-gap: 10px;
}

/* IMAGE */

#top .content-product .product .single-product-main-image .thumbnails
{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 10px;
}

#top .content-product .product div,
#top .content-product .product .single-product-main-image .thumbnails a
{
	width: 100%;
	margin: 0;
	padding: 0;
}

/* COLUMNS */

@media only screen and (min-width: 640px)
{
	.responsive #top .content-product .product .single-product-main-image
	{
		width: 400px;
	}
	.responsive #top .content-product .product .single-product-summary
	{
		width: 100%;
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top .content-product .product .single-product-main-image
	{
		width: 400px;
	}
	.responsive #top .content-product .product .single-product-summary
	{
		width: calc(100% - 470px);
	}
}