﻿#product-header {
	padding-top: 104px;
	min-height: 300px;
	background-color: #fff;
	color: #fff;
}
#product-header #product-header-image {
	padding-top: 50px;
	padding-bottom: 50px;
}
#product-header #product-header-image img {
	width:100%;
}

#product-header #product-header-description {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
#product-header #product-header-description div{
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	padding:0 30px;
}

@media (max-width:575.98px) {
	#product-header #product-header-image {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	#product-header #product-header-description div {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
	}
}

#product-menu {
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	font-family: 'helvetica_neue77BdCn' !important;
	text-transform: uppercase;
	/*
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: #fff;
	*/
}
#product-menu.sticky {
	position:fixed;
	z-index:100;
	top:-21px;
}
#product-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#product-menu ul li {
	display:inline-block;
}
#product-menu ul li a {
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 8px 50px;
	background-color:#000;
}
#product-menu ul li:hover a,
#product-menu ul li.active a {
	color: #fff;
	background-color: var(--menu-bg-color);
}

@media (max-width:767.98px) {
	#product-menu ul li a {
		padding: 5px 10px;
		font-size:11px;
	}
}
@media (max-width:575.98px) {
	#product-menu ul li a {
		padding: 5px 8px;
		font-size: 9px;
	}
}

#product-overview {
	padding-top:40px;
	padding-bottom:40px;
}
#product-overview.sticky {
	padding-top:160px;
}
#product-overview #product-overview-text .inner {
	margin: 0 30px 0 0;
}
#product-overview #product-overview-text .inner h1 {
	margin-bottom: 60px;
}
#product-overview #product-overview-extra {
	font-size:14px;
}
#product-overview #product-overview-extra h5 {
	font-family: 'helvetica_neue75_bold' !important;
}
#product-overview #product-overview-extra h6 {
	margin:20px 0 40px;
	font-style:italic;
}
#product-overview #product-overview-extra .inner {
	height: 100%;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	background-color: #f7f7f7;
}
#product-overview #product-overview-extra .inner .wrapper {
	margin: 0 30px 0 0;
}
#product-overview #product-overview-extra .inner .wrapper img {
	margin: 30px 0;
	max-width: 100%;
	height: auto;
}

@media (max-width:767.98px) {

	#product-overview  {
		padding-bottom: 0;
	}
	#product-overview .container{
		padding-left: 0px;
		padding-right: 0px;
	}
	#product-overview #product-overview-text .inner {
		margin: 0;
	}

	#product-overview #product-overview-extra {
		background-color: #f7f7f7;
	}
	#product-overview #product-overview-extra .inner {
		margin: 0 ;
		padding: 0;
	}
	#product-overview #product-overview-extra .inner .wrapper {
		margin: 0;
	}
}

#product-image-gallery {
	position: relative;
	display: block;
	z-index: 50;
	text-align: center;
	margin-top: -40px;
	width: 100%;
}
#product-image-gallery #product-image-gallery-list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#product-image-gallery #product-image-gallery-list li {
	position: relative;
	display: inline-block;
	background-color: #000;
	border: solid 1px #fff;
	width: 120px;
	height: 120px;
	vertical-align: top;
	cursor: pointer;
}
#product-image-gallery #product-image-gallery-list li img {
	position: absolute;
	width: 76%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#product-image-gallery #product-image-gallery-slick {
	display: none;
	margin: 0;
	padding: 0;
}
#product-image-gallery #product-image-gallery-slick div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 300px;
	border: none;
	background-color: transparent;
}
#product-image-gallery #product-image-gallery-slick div img {
	position: absolute;
	width: auto;
	height: 75%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#product-image-gallery #product-image-gallery-slick .slick-arrow {
	content: '';
}
#product-image-gallery #product-image-gallery-slick .slick-arrow:before {
	font-family: 'FontAwesome';
	font-weight: 400;
	font-size: 30px;
	color: #555;
}
#product-image-gallery #product-image-gallery-slick .slick-prev {
	left: 1%;
}
#product-image-gallery #product-image-gallery-slick .slick-prev:before {
	content: '\f053'; /* \f104 */
}
#product-image-gallery #product-image-gallery-slick .slick-next {
	right: 1%;
}
#product-image-gallery #product-image-gallery-slick .slick-next:before {
	content: '\f054'; /* \f105 */
}

@media (max-width:767.98px) {
	#product-image-gallery {
		margin-top: 40px;
	}

	#product-image-gallery #product-image-gallery-list {
		display: none;
	}
	#product-image-gallery #product-image-gallery-slick {
		display: block;
	}
}

#product-category {
	margin-top:80px;
	margin-bottom: 120px;
}

#product-category h1 {
	color: var(--main-color);
}
#product-category .filters-button-group {
	display:block;
	width:100%;
	margin:5px 0 40px 0;
	padding:5px;
	background-color: var(--main-color);
	color:#fff;
}
#product-category .filters-button-group span {
	display: inline-block;
	padding:2px 8px;
	cursor:pointer;
	border-left:none;
}
#product-category .filters-button-group span:first-of-type {
	border-left: none;
}
#product-category .filters-button-group span.active {
	background-color: var(--menu-active-bg-color);
	color: var(--menu-active-color);
}
#product-category .filters-button-group span.hover a,
#product-category .filters-button-group span:hover a {
	background-color: var(--menu-active-bg-color);
	color: var(--menu-active-color);
}

#product-category .product a {
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 15px;
	margin-bottom: 40px;
	border-bottom: solid 1px #ccc;
}
#product-category .product a:hover {
	background-color:#e8e8e8;
}
#product-category .product .product-image {
	position:relative;
	width:100%;
	padding-top:250px;
	background-color:#fff;
	overflow:hidden;
}
#product-category .product .product-image img {
	position: absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width: auto;
	height:100%;
}
#product-category .product h2 {
	font-size:24px;
	margin-top:15px;
}

#product-category-list {
	margin-top:40px;
	margin-bottom:80px;
}
#product-category-list .product-category-box a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 80%;
	color: #fff;
	background-color: var(--main-color);
}
#product-category-list .product-category-box a h2 {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
