/*-----------------------------------------------------------------------------
- Smart Search Start -
------------------------------------------------------------------------------*/
.fsss_search_results .container .hit strong {
	border-bottom: 3px solid #D5DD02;
}

.displayBlock {
	display: block;
}

.displayNone {
	display: none;
}

.fsss_search_icon {
	margin-top: -2px;
}

.fsss_search_overlay_detail_page {
	width: 90%;
	margin: auto;
	height: 212px;
	top: 12px;
	border: none !important;
	position: relative !important;
	background: #F0F1F2 0% 0% no-repeat padding-box;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}

.fsss_search_bar_detail_page {
	margin-top: -59px;
}

.fsss_search_bar {
	width: 70%;
	background-color: white;
	height: 68px;
	margin-bottom: 12px;
	border-width: 0;
	border-bottom: 2px solid black;
	font-size: 25px;
	line-height: 32px;
	font-weight: 300;
	padding: 10px;
	margin-top: 51px;
}

.fsss_search_bar_placeholder {
	color: #ab603d;
	border: none;
}

.fsss_search_bar_input {
	background: transparent;
	border: none;
	border-bottom: 2px solid black;
	color: black;
	position: absolute;
	left: 15%;
}

.fsss_delete_icon {
	width: 13px;
	height: 41px;
	margin-left: -34px;
	fill: #F0F1F2;
	position: absolute;
	margin-top: 64px;
	cursor: pointer;
}

.fsss_search_button {
	height: 68px;
	width: 65px;
	border-width: 0 !important;
	margin-top: 51px;
	position: absolute;
	fill: white;
}

.fsss_main_filter_icon {
	margin-top: 9px;
	float: left;
}

.fsss_main_filter_button {
	width: 234px;
	height: 57px;
	text-align: center;
	font: 12px Poppins;
	text-transform: uppercase;
	margin: 30px 8px 30px;
	letter-spacing: 3.6px;
	color: #000000;
	background-color: white;
	float: left;
}

.fsss_main_filter_button.active {
	color: #FFFFFF;
	background-color: #000000;
}

#fsss_detail_page_main_filter_buttons {
	justify-self:center;
}

.fsss_detail_page_main_filter_buttons {
	float: left;
	margin-left: 5px;
}

.fsss_search_button_icon {
	width: 31px;
	height: 30px;
}

#fsss_search_detail_page_label {
	margin-left: 10%;
	margin-top: 20px;
	height: 17px;
	text-align: left;
	font: 12px Poppins;
	letter-spacing: 1.2px;
	color: #000000;
	text-transform: uppercase;
	opacity: 1;
}

.fsss_error_message_overlay {
	width: 1926px;
	height: 47px;
	opacity: 1;
}

.fsss_error_message_overlay_details {
	background-color: #D5DD02;
	width: 70%;
	height: 47px;
	margin-left: 15%;
	margin-top: 13px;
	padding-left: 2%;
}

#fsss_search_results {
}


.fsss_error_message_overlay_details_icon_and_text {
	margin-top: -20px;
	position: absolute;
	width: 789px;
	height: 23px;
}

.fsss_error_message_overlay_details_icon {
	height: 43px;
	width: 59px;
	margin-top: 2px;
}

.fsss_error_message_overlay_details_text {
	font-size: 14px;
	margin-top: 33px;
	position: absolute;
	margin-left: 8px;
}

#fsss_search_button {
	margin-top: 24px;
	border: none;
	background: white;
}

#fsss_search_button :disabled {
	color: gray;
}

.fsss_search_result {
	background-color: white;
	position: absolute;
	height: 400px;
	width: 80%;
	left: 10%;
	z-index: 1000;
	opacity: 0.8;
	border: 1px solid red;
	display: flex;
	flex-direction: row;
	justify-content: left
}

.fsss_search_result h3 {
	text-transform: uppercase;
}

.fsss_search_result .content {
	flex: 0 0 45%;
	padding: 5px;
}

.fsss_search_result .content .hit:hover .arrow {
	display: inline-block;
	float: right;
	width: 10px;
	height: 10px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0);
	transition: box-shadow 0.3s ease-in-out;
	transform: rotate(-45deg);
	position: absolute;
	bottom: -46px;
	right: 20px;
}

.fsss_search_result .content .hit:hover .line {
	display: inline-block;
	width: 80px;
	height: 10px;
	box-shadow: 0 2px 0 rgba(0, 0, 0);
	position: absolute;
	bottom: -40px;
	right: 85em;
}

.fsss_search_result .content .hit .line {
	display: inline-block;
	width: 80px;
	height: 10px;
	box-shadow: 0 2px 0 rgba(0, 0, 0);
	position: absolute;
	bottom: -40px;
	right: 85em;
}

.fsss_detailpage_search_container {
	width: 80%;
	margin: auto;
}


.fsss_detailpage_search_container form {
	display: flex;
	justify-content: stretch;
	align-items: flex-start;
	flex-wrap: wrap;
}

.fsss_detailpage_search_container form .fsss_input_wrapper {
	position: relative;
	flex-grow: 1;
}

.fsss_detailpage_search_container .fsss_search_bar_input {
	left: 0;
}

.fsss_detailpage_search_container form #fsss_search_detail_page_label {
	margin: 10px 0px;
	width: 100%;
}

.fsss_detailpage_search_container form .fsss_search_bar {
	margin: 0;
	width:100%;
}

.fsss_detailpage_search_container form .fsss_search_button {
	position: relative;
	margin: 0;
}

@media only screen and (max-width: 991px){
	.fsss_search_overlay {
		overflow-y: hidden;
	}

	.fsss_search_bar {
		margin-top: 11px;
		width: calc(100% - 80px);
		height: 50px;
		left: 15px;
		font-size: 16px;
	}

	.fsss_search_bar_placeholder {
		position: relative;
		float: left;
	}
	
	.fsss_delete_icon {
		margin-top: 15px;
		margin-left: -25px;
	}
	
	.fsss_search_button {
		width: 50px;
		height: 50px;
		margin-top: 11px;
		position: relative;
	}	

	.fsss_detailpage_search_container {
		width: 95%;
	}

	.fsss_search_overlay_detail_page {
		width: 100%;
	}
}

/*-----------------------------------------------------------------------------
- Smart Search End -
------------------------------------------------------------------------------*/

/*================
    SmartSearchDetailPage
=============*/

#fsss_search_detail_page div.section-content {
	background-color: #EFEFEF;
	padding: .5em 1.5em 2em 2em;
}

#fsss_search_detail_page div.section-content:hover {
	transition: background-color 0.3s;
	background-color: #f6f7f8;
	padding: .5em 1.5em 2em 2em;
}

/*
 	arrow-animation
*/

@keyframes move{
  0%{
    transform:translate(0)
  }

  100%{
	  transform:translate(52.3em)
  }
}

@keyframes moveOut{
  0%{
    transform:translate(52.3em)
  }

  100%{
	transform:translate(0)
  }
}
.fsss_detail_page_faq:hover:after .detailcontentline, .fsss_detail_page_news:hover:after .detailcontentline,
.fsss_detail_page_content:hover:after .detailcontentline, .fsss_detail_page_product:hover:after .detailcontentline,
.fsss_detail_page_pdf:hover:after .detailcontentline {
	-webkit-animation-name: moveOut;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
}

.fsss_detail_page_faq:hover .detailcontentline, .fsss_detail_page_news:hover .detailcontentline,
.fsss_detail_page_content:hover .detailcontentline, .fsss_detail_page_product:hover .detailcontentline,
.fsss_detail_page_pdf:hover .detailcontentline {
	-webkit-animation-name: move;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-fill-mode: forwards;
}

.fsss_detail_page_faq .detailcontentline, .fsss_detail_page_news .detailcontentline,
.fsss_detail_page_content .detailcontentline, .fsss_detail_page_product .detailcontentline,
.fsss_detail_page_pdf .detailcontentline {
	display: inline-block;
	box-shadow: 0 1px 0 rgb(0,0,0);
	position: relative;
	float: left;
}

/*
 Detail Page Product
*/

.fsss_detail_page_product .detailcontentline {
	width: 80px;
	height: 1px;
	bottom: -21px;
}

.fsss_detail_page_product:hover img{
	transform: scale(1.1);
}

.fsss_detail_page_product img{
	position:relative;
	margin-top: -4px;
	transition: transform .5s;
}

.fsss_detail_page_product h4 {
	font: 20px Poppins;
	padding: 0;
	margin: 0;
	position: relative;
	display: block;
	width: 490px;
	height: 28px;
}

.fsss_detail_page_product {
	padding: 2em;
	background-color: #EFEFEF;
	cursor: pointer;
	height: 281px;
	width: 749px;
	margin-left: 200px;
	margin-bottom: 10px;
}

.fsss_detail_page_product_category {
	margin-top: -15px;
	margin-left: 1px;
}

.fsss_detail_page_product:hover {
	transition: background-color 0.3s;
	background-color:#f6f7f8;
}

.fsss_detail_page_product a{
	color: black;
}

.fsss_detail_page_product:hover .detailcontentarrow{
	width:12px;
	height:12px;
	bottom: -16px;
	right: -13em;
	display:inline-block;
	float:right;
	box-shadow:2px 2px 0 rgb(0,0,0);
	transition: box-shadow 0.3s ease-in-out;
	transform:rotate(-45deg);
	position:relative;
}

.fsss_detail_page_product:hover .detailcontentline{
	display:inline-block;
	width:75px;
	height:1px;
	box-shadow:0 1px 0 rgba(0,0,0);
}

.fsss_detail_page_product_price_container {
	position: relative;
	text-align: right;
	width: 170px;
	height: 48px;
	margin-right: 20px;
	float: right;
	margin-top: -80px;
}

p.fsss_detail_page_product_price {
	position: relative;
	font: Bold 34px Poppins;
	letter-spacing: 0px;
	margin-top: -20px;
}

.fsss_detail_page_product_uvp {
	position: relative;
}

.fsss_detail_page_product_compatibility_checkboxes {
	height: 10em;
	position: relative;
	left: -1.3em;
	margin-top: -25px;
}


.fsss_detail_page_product_description {
	position: relative;
	width: 524px;
	height: 6em;
	margin-top: 12px;
	min-height: 6em;
	font: 12px Poppins;
}
.fsss_detail_page_product_image_wrapper {
	float: right;
	width: 155px;
	height: 241px;
}

#fsss_search_overlay input[type=checkbox]+label:before {
	border-width: 2px;
	border-color: rgb(213, 221, 2);
	border-radius: 7px;
}

#fsss_search_overlay input[type=checkbox]:checked+label {
	margin: 0;
}

#fsss_search_overlay input[type=checkbox] {
	margin: 0;
}

#fsss_search_overlay input[type=checkbox]+label {
	margin: 0;
	font: Bold 12px Poppins;
	letter-spacing: 0px;
}

#fsss_search_overlay input[type=checkbox]:checked+label:before {
	border-width: 7px;
	border-color: rgb(213, 221, 2);
	border-radius: 7px;
}
/*
 Detail Page Content
*/
.fsss_detail_page_content .detailcontentline {
	width: 80px;
	height: 1px;
	bottom: 1px;
}

.fsss_detail_page_content h4 {
	font: 20px Poppins;
	position: relative;
	margin: 0;
}

.fsss_detail_page_content {
	padding: 2em;
	background-color: #EFEFEF;
	cursor: pointer;
	width: 66%;
	margin-left: 200px;
	margin-bottom: 10px;
}

.fsss_detail_page_content:hover {
	transition: background-color 0.3s;
	background-color:#f6f7f8;
}

.fsss_overflow_handle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fsss_overflow_handle-two-rows {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fsss_overflow_handle-four-rows {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.fsss_detail_page_content a{
	color:gray;
}

.fsss_detail_page_content:hover .detailcontentarrow{
	display:inline-block;
	float:right;
	width:12px;
	height:12px;
	box-shadow:2px 2px 0 rgb(0,0,0);
	transition: box-shadow 0.3s ease-in-out;
	transition-delay: 1s;
	transform:rotate(-45deg);
	position:relative;
	bottom: 5px;
}


.fsss_detail_page_content:hover .detailcontentline{
	display:inline-block;
	width:75px;
	height:1px;
	box-shadow:0 1px 0 rgb(0,0,0);
}

.fsss_detail_page_content_description {
	height: 100px;
	overflow: hidden;
	font: 12px Poppins;
	letter-spacing: 0px;
	margin-top: 5px;
}

.fsss_detail_page_content_description, .fsss_detail_page_pdf_description, .fsss_detail_page_faq_answer, .fsss_detail_page_news_content {
	color: black;
	height: auto;
}

.fsss_detail_page_content_link {
	margin: 5px 0;
	font: 12px Poppins;
}

/*
 Detail Page FAQ
*/
.fsss_detail_page_faq .detailcontentline {
	width: 80px;
	height: 1px;
	bottom: -33px;
}

.fsss_detail_page_faq h4 {
	font: 20px Poppins;
	position: relative;
	margin: -11px 0 0;
}

.fsss_detail_page_faq {
	padding: 2em;
	background-color: #EFEFEF;
	cursor: pointer;
	height: 177px;
	width: 749px;
	margin-left: 200px;
	margin-bottom: 10px;
}

.fsss_detail_page_faq:hover {
	transition: background-color 0.3s;
	background-color:#f6f7f8;
}

.fsss_detail_page_faq a{
	color:gray;
}

.fsss_detail_page_faq:hover .detailcontentarrow{
	display:inline-block;
	float:right;
	width:12px;
	height:12px;
	box-shadow:2px 2px 0 rgb(0,0,0);
	transition: box-shadow 0.3s ease-in-out;
	transition-delay: 1s;
	transform:rotate(-45deg);
	position:relative;
	bottom: -29px;
}

.fsss_detail_page_faq:hover .detailcontentline{
	display:inline-block;
	width:75px;
	height:1px;
	box-shadow:0 1px 0 rgba(0,0,0);
}

.fsss_detail_page_faq_answer {
	height: 71px;
	margin-bottom: 0;
	font: 12px Poppins;
	letter-spacing: 0;
	margin-top: 16px;
}
.fsss_detail_page_faq_link {
	margin: 5px 0;
	height: 17px;
	font: 12px Poppins;
}

.smartsearch-faq-label {
	color: white;
	background-color: black;
	width: 24px;
	height: 15px;
	margin-top: -31px;
	font: 10px Poppins;
	letter-spacing: 2px;
	padding: 1px;
}
/*
 Detail Page NEWS
*/
.fsss_detail_page_news .detailcontentline {
	width: 80px;
	height: 1px;
	display:inline-block;
	box-shadow:0 1px 0 rgb(0,0,0);
	bottom: -7px;
}

.fsss_detail_page_news h4 {
	font: 20px Poppins;
	position: relative;
	margin: 21px 0 0;
}

.fsss_detail_page_news {
	padding: 2em;
	background-color: #EFEFEF;
	cursor: pointer;
	height: 177px;
	width: 749px;
	margin-left: 200px;
	margin-bottom: 10px;
}

.fsss_detail_page_news:hover {
	transition: background-color 0.3s;
	background-color:#f6f7f8;
}

.fsss_detail_page_news a{
	color:gray;
}

.fsss_detail_page_news:hover .detailcontentarrow{
	width:12px;
	height:12px;
	bottom: -3px;
	right: -0.6em;
	display:inline-block;
	float:right;
	box-shadow:2px 2px 0 rgb(0,0,0);
	transition: box-shadow 0.3s ease-in-out;
	transform:rotate(-45deg);
	position:relative;
}

/*.fsss_detail_page_news:hover .detailcontentline{*/

/*}*/

.fsss_detail_page_news_content {
	height: 71px;
	margin-bottom: 0;
	font: 12px Poppins;
	letter-spacing: 0;
	margin-top: 16px;
}
.fsss_detail_page_news_link {
	margin: 5px 0;
	height: 17px;
	font: 12px Poppins;
}

.fsss_detail_page_news_label {
	color: black;
	background-color: #D5DD02;
	width: 34px;
	height: 15px;
	margin-top: -31px;
	font: 10px Poppins;
	letter-spacing: 2px;
	padding: 1px 0px;
}

/*
 Detail Page PDF
*/

.fsss_detail_page_pdf .detailcontentline {
	width: 80px;
	height: 1px;
	bottom: -19px;
	margin-left: -100px;
}

.fsss_detail_page_pdf h4 {
	font: 20px Poppins;
	position: relative;
	padding: 2px;
	margin: 0;
}

.fsss_detail_page_pdf {
	padding: 2em;
	background-color: #EFEFEF;
	cursor: pointer;
	height: 142px;
	width: 749px;
	margin-left: 200px;
	margin-bottom: 10px;
}

.fsss_detail_page_pdf:hover {
	transition: background-color 0.3s;
	background-color:#f6f7f8;
}

.fsss_detail_page_pdf a{
	color:gray;
}

.fsss_detail_page_pdf:hover .detailcontentarrow{
	width:12px;
	height:12px;
	bottom: -15px;
	display:inline-block;
	float:right;
	box-shadow:2px 2px 0 rgb(0,0,0);
	transition: box-shadow 0.3s ease-in-out;
	transform:rotate(-45deg);
	position:relative;
}

.fsss_detail_page_pdf:hover .detailcontentline{
	display:inline-block;
	width:75px;
	height:1px;
	box-shadow:0 1px 0 rgba(0,0,0);
}

.fsss_detail_page_pdf_icon {
	float: left;
	margin: -3px 16px 0px -16px;
}
.fsss_detail_page_pdf_description {
	height: 35px;
	margin-bottom: 0;
	font: 12px Poppins;
	letter-spacing: 0;
	width: 594px;
	overflow: hidden;
}
.fsss_detail_page_pdf_link {
	margin: 5px 0;
	height: 17px;
	font: 12px Poppins;
}

.fsss_detail_page_pdf_label {
	color: white;
	background-color: black;
	width: 24px;
	height: 15px;
	margin-top: -31px;
	font: 10px Poppins;
	letter-spacing: 2px;
	padding: 1px;
}

/*
	Haupia Pagination
*/

div#fsss_detail_page_pagination {
	text-align: center;
	margin: auto;
}
.fsss_detail_page_pagination {
	list-style-type: none;
	max-width: 500px;
	display: table;
	margin: auto;
}

.fsss_detail_page_pagination li {
	display: table-cell;
	vertical-align: middle;
	padding: 3px;
	cursor: pointer;
}
.fsss_detail_page_pagination li div.box {
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 16px;
}
.fsss_detail_page_pagination li div.box:hover {
	background-color: #F0F1F2;
}

.fsss_detail_page_pagination .fsss_detail_page_pagination div.box {
	font-weight: bolder;
	background-color: #F0F1F2;
}

.fsss_detail_page_pagination .fsss_detail_page_pagination_current {
	font-weight: 600;
}

.fsss_detail_page_pagination .fsss_detail_page_pagination_next {
	font-size: xxx-large;
	font-weight: lighter;
}

.fsss_detail_page_pagination .fsss_detail_page_pagination_prev {
	font-size: xxx-large;
	font-weight: lighter;
}
.fsss_searchForm{
	text-align:center;
}
#fsss_search_form{
	text-align:center;
}
.fsss_search_icon_mobbile{
	display:none;
}
@media only screen and (max-width: 991px){
.fsss_search_icon_mobbile {
	float: right;
	margin-left: 10px;
	display:block;
}}

@media only screen and (max-width: 991px){
.fsss_search_overlay_detail_page {
    margin-top: 80px;
}}

@media only screen and (max-width: 991px){
.fsss_detail_page_content{
	height:100% !important;
	width:100% !important;
	margin-left:0px !important;
}}
@media only screen and (max-width: 991px){
.fsss_search_icon_desc{
	display:none;
}}
