/*
 ************************************************************
 *
 * CHILD-ELEMENT
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * ELEMENT
 *
 * ----------------------------------------------------------
 *
 * - ICON
 */

#top .icon
{
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	float: left;
}

#top .icon::before
{
	font-family: 'entypo-fontello';
	height: 30px;
	margin-right: 15px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
}

#top .icon.close::before
{
	content:"\e813";
}

#top .icon.email::before
{
	content:"\e805";
}

#top .icon.phone::before
{
	content:"\e854";
}

#top .icon.whatsup::before
{
	content:"\f232";
}

#top .icon.arrow-right::before
{
	content:"\e875";
}

/*
 * - META
 */

#top .meta
{
	margin-top: 5px !important;
	font-weight: 300;
	color: var(--color-black);
}

@media only screen and (max-width: 767px)
{
	.responsive #top .meta
	{
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive #top .meta
	{
		font-size: 16px;
	}
}

/*
 * - THUMB
 */

#top .thumb
{
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 989px)
{
	.responsive #top .thumb,
	.responsive #top .thumb img
	{
		width: 320px;
	}
}

@media only screen and (max-width: 480px)
{
	.responsive #top .thumb,
	.responsive #top .thumb img
	{
		width: 100%;
	}
}

/*
 * - TITLE
 */

#top .title
{
	line-height: 1.2em;
	font-weight: 400;
}

#top .title > *
{
	margin: 0;
	color: var(--color-black);
}

/*
 * - ENTRY
 */

@media only screen and (max-width: 767px)
{
	.responsive #top .entry p
	{
		font-size: 13px;
	}
}

/*
 * - MORE
 */

#top .more a
{
	color: var(--color-black);
}

#top .more a:hover,
#top .more::before
{
	color: var(--color-black);
}

/*
 * ----------------------------------------------------------
 *
 * ITEM
 *
 * ----------------------------------------------------------
 *
 * - TITLE
 */

#top .item .title
{
	margin-bottom: 0;
}

@media only screen and (max-width: 989px)
{
	.responsive #top .item .title
	{
		font-size: 20px;
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top .item .title
	{
		font-size: 24px;
	}
}

/*
 * - FLEX
 */

#top .item
{
	overflow: visible !important;
	margin: auto;
}

@media only screen and (max-width: 989px)
{
	.responsive #top .item
	{
		max-width: 360px;
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top .item
	{
		max-width: 480px;
	}
}

#top .item,
#top .item .data
{
	display: flex;
	flex-flow: column wrap;
}

#top .item .thumb,
#top .item .data,
#top .item .data > div
{
	width: 100%;
}

#top .item .data,
#top .item .head
{
	flex-grow: 1;
}

#top .item .data > div:not(:first-child)
{
	margin-top: 20px;
}

#top .item .thumb
{
	padding-bottom: 0 !important;
}

/*
 * - COLOR
 */

#top .item .head > *
{
	color: var(--color-black);
}

#top .main_color .item
{
	background-color: var(--color-lightgray-1);
}
#top .alternate_color .item
{
	background-color: var(--color-white);
}

#top .item:hover
{
	background-color: var(--color-black);
}

#top .item:hover .head > *
{
	color: var(--color-white);
}

/*
 * ----------------------------------------------------------
 *
 * SLIDER
 *
 * ----------------------------------------------------------
 *
 * - HEADER
 */

#top .n2-widget-html
{
	width: 100%;
}

#top .slider-header,
#top .slider-header ul
{
	display: flex;
	flex-direction: row;
}

#top .slider-header
{
	justify-content: space-between;
	width: 100%;
	padding: 30px;
	height: 120px;
	overflow: hidden;
}

#top .slider-header img
{
	width: auto;
	height: 100%;
}

#top .slider-header ul,
#top .slider-header li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#top .slider-header li
{
	padding: 5px 0;
}

#top .slider-header li:not(:first-child)
{
	margin-left: 10px;
}

#top .slider-header ul li > a
{
	display: block;
	line-height: 18px;
	text-transform: uppercase;
	border: 1px solid var(--color-black);
	background-color: var(--color-black);
	color: var(--color-white);
}

#top .slider-header ul li > a:hover
{
	background-color: var(--color-white);
	border-color: var(--color-black);
	color: var(--color-black);
}

@media only screen and (max-width: 1279px)
{
	.responsive #top .slider-header ul li > a
	{
		padding: 15px 20px;
	}
}

@media only screen and (min-width: 1280px)
{
	.responsive #top .slider-header ul li > a
	{
		padding: 15px 30px;
	}
}

/*
 * - PRODUCT
 */

#top .product-image
{
	margin: auto;
}

@media only screen and (max-width: 359px) and (max-height: 570px) and (orientation: portrait)
{
	.responsive #top .product-image
	{
		max-width: 80px;
	}
}

@media only screen and (min-width: 360px) and (max-height: 820px) and (orientation: portrait)
{
	.responsive #top .product-image
	{
		max-width: 180px;
	}
}

@media only screen and (min-width: 360px) and (max-height: 670px) and (orientation: portrait)
{
	.responsive #top .product-image
	{
		max-width: 100px;
	}
}


