/* add into "searchOverlay collapse in" class of Haupia*/
@keyframes product-move{
    0%{
        transform:translate(0)
    }

    100%{
        transform:translate(62px)
    }
}

@keyframes product-move-out{
    0%{
        transform:translate(62px)
    }

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

    100%{
        transform:translate(432px)
    }
}

@keyframes content-move-out{
    0%{
        transform:translate(432px)
    }

    100%{
        transform:translate(0)
    }
}

.fsss_preview_search_overlay{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    position: relative;
    margin-left: 390px;
    margin-right: auto;
    height: 536px;
    width: 1140px;
    top: 4px;
    padding: 15px 30px 0;
    display: none;

}
.fsss_preview_search_overlay_product_title {
    font: Bold 12px Poppins;
    letter-spacing: 0px;
    color: #000000;
    width: 155px;
    height: 35px;
}
.fsss_preview_search_overlay_product_category {
    font: 12px Poppins;
    letter-spacing: 0px;
    width: 155px;
    height: 17px;
}
.fsss_preview_search_overlay_product_container {
    width: 155px;
    height: 329px;
}

/*buttons*/
/*default*/
#fsss_search_button .fa-search {
	font-size: 14px;
}

#fsss_search_button_mobile .fa-search {
	font-size: 14px;
}

#fsss_preview_search_overlay_result_button {
    left: calc(50% - 188px);
    width: 376px;
    height: 57px;
    border: 1px solid white;
    bottom: -55px;
}
#fsss_preview_search_overlay_result_button[attribute=value] {
    margin: auto;
    font: 12px Poppins;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}
#fsss_preview_search_overlay_result_button[attribute=value]:hover {
    color: white;
}
#fsss_preview_search_overlay_result_button:hover {
    color: white;
    background: darkgrey;
}
/*grey*/
.fsss_preview_search_overlay_result_button.grey {
    background: #F0F1F2 0% 0% no-repeat padding-box;
    color: #000000;
    width: 250px;
    height: 40px;
}
.fsss_preview_search_overlay_result_button.grey:hover {
    background: #000000 0% 0% no-repeat padding-box;
    color: #ffffff;
}
.fsss_preview_search_overlay_all_results_button{
    margin-left: auto;
    display: block;
    margin-right: auto;
    margin-bottom: -45px;
}

.fsss_preview_search_overlay_headline {
    font: 16px Poppins;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/*Product Teaser*/
.fsss_preview_search_overlay_content {
    height: 39px;
}

.fsss_overlay_product_image_wrapper {
    width: 155px;
    height: 241px;
}

.fsss_search_overlay> ::placeholder {
    color: #D5DD02;
    font-size: 25px;
    line-height: 32px;
    font-weight: 300;
}

.fsss_search_overlay {
    width: 100%;
    height: 170px;
    background-color: rgba(255, 255, 255, 0.66) !important;
    left: 0px;
    border: none !important;
    position: absolute;
}
@media (max-width: 992px) {
  .fsss_search_overlay {
    position: relative;
	overflow-y: auto;
	height: auto;
  }
}

.fsss_preview_search_overlay_content .detailcontentline {
    display: inline-block;
    width: 80px;
    height: 1px;
    box-shadow: 0 1px 0 rgb(0,0,0);
    position: relative;
    margin-top: 12px;
}

.fsss_preview_search_overlay_content:hover:after .detailcontentline {
    -webkit-animation-name: content-move-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
}

.fsss_preview_search_overlay_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;
    transform:rotate(-45deg);
    transition-delay: 1s;
    position:relative;
    margin-right: 17px;
    bottom: -8px;
}

#fsss_preview_search_overlay_product a {
    color: black;
}

.fsss_preview_search_overlay_content:hover .detailcontentline{
    display:inline-block;
    width:75px;
    height:1px;
    box-shadow:0 1px 0 rgb(0,0,0);
    -webkit-animation-name: content-move;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;

}

.fsss_preview_search_overlay_products .detailcontentline {
    display: inline-block;
    width: 60px;
    height: 1px;
    box-shadow: 0 1px 0 rgb(0,0,0);
    position: relative;
    bottom: 9px;
}

.fsss_preview_search_overlay_products:hover:after .detailcontentline {
    -webkit-animation-name: product-move-out;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
}

.fsss_preview_search_overlay_products:hover .detailcontentarrow{
    display:inline-block;
    float:right;
    width:8px;
    height:8px;
    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;
    margin-right: 5px;
    margin-bottom: -20px;
}

#fsss_preview_search_overlay_content_button, #fsss_preview_search_overlay_product_button {
    margin-top: 15px;
    border: none;
}

#fsss_preview_search_overlay_product_button {
    margin-left: 10px;
}

.fsss_preview_search_overlay_products:hover .detailcontentline{
    display:inline-block;
    width:75px;
    height:1px;
    box-shadow:0 1px 0 rgb(0,0,0);
    -webkit-animation-name: product-move;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
}

.fsss_preview_search_overlay_content h4 {
    text-align: left;
    margin: 10px 0 0;
    padding: 0;
    font: Bold 16px Poppins;
    letter-spacing: 0;
}

#fsss_preview_search_overlay_content, #fsss_preview_search_overlay_product {
    height: 335px;
}

.fsss_preview_search_overlay_product_title{
    width: 155px;
    height: 35px;
    font: Bold 12px Poppins;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fsss_preview_search_overlay_product_category {
    width: 155px;
    height: 17px;
    font: 12px Poppins;
    letter-spacing: 0px;
    padding: 0;
    margin: 0;
}
