﻿.paragraph.intro .arrow-down-container {
    padding-top: 30px;
}

.paragraph.intro .content .headline-container h1 {
    display: none !important;
    opacity: 0 !important;
}

.arrow-down-container.js-button-bounce {
    display: none;
    opacity: 0;
}

/*New search*/
.tt-dataset.tt-dataset-search-products,
.tt-dataset.tt-dataset-search-projects,
.tt-dataset.tt-dataset-search-videos {
    font-size: 20px;
    padding: 5px 10px 10px 10px;
    color: #000;
}

.tt-menu .tt-suggestion {
    border-top: 1px solid #ddd;
    border-bottom: none;
}

    .tt-menu .tt-suggestion .img-wrapper {
        margin-right: 10px;
    }

a.suggestion-link.tt-suggestion.tt-selectable {
    color: #000;
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
}

    a.suggestion-link.tt-suggestion.tt-selectable span {
        font-size: 14px;
        line-height: 20px;
    }

.tt-menu .tt-dataset a.btn.btn-block.btn-secondary {
    border: 1px solid #63a6b5 !important;
    color: #63a6b5 !important;
    margin-top: 10px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
}

    .tt-menu .tt-dataset a.btn.btn-block.btn-secondary:hover {
        border: 1px solid #63a6b5 !important;
        color: #fff !important;
        background-color: #63a6b5;
    }

.tt-menu {
    text-transform: none;
}

    .tt-menu .tt-suggestion .img-wrapper {
        flex-basis: 30%;
        min-width: 30%;
        margin-right: 10px;
    }
.search-input-wrapper .twitter-typeahead .tt-menu .tt-suggestion .img-wrapper img {
   height: auto;
    max-height: 45px;
}
.search-input-wrapper {
    border-bottom: 0px solid #e5e5e5;
}


.paragraph.intro .content .headline-container img.text-xs-center.img-fluid {
    margin-bottom: 80px;
    margin-top: 150px;
}

.search-input-wrapper .twitter-typeahead .tt-menu .tt-suggestion {
    border: 0px solid #e5e5e5;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 0;
    padding: 5px;
}

     .search-input-wrapper .twitter-typeahead .tt-menu .tt-suggestion.tt-cursor, .search-input-wrapper .twitter-typeahead .tt-menu .tt-suggestion:hover {
        /*background: #f9f9f9;*/
        color: #000;
        /*border-color: #e5e5e5;*/
    }

    .search-input-wrapper .twitter-typeahead .tt-menu .tt-suggestion .img-wrapper {
        margin-right: 15px;
        flex-basis: 20%;
        min-width: 20%;
    }

.search-input-wrapper .twitter-typeahead .tt-menu .tt-dataset span {
    border-bottom: 1px solid #000;
    display: block;
    text-align: left;
}
.search-input-wrapper .twitter-typeahead .tt-menu .tt-dataset a span {
    border-bottom: 0px solid #000;
    }
.header .search-container .search-input, .header .search-container .search-input-no-typeahead {
     color: #000;
    }
input.form-control.search-input.tt-input::-webkit-input-placeholder {
    color: #000;
}
.header .search-container .search-icon, .header .search-container .close-icon {
     fill: #000;
}

/*Frontpage search*/
.search-input-wrapper-simple .twitter-typeahead .tt-menu {
    width: 100%;
}

    .search-input-wrapper-simple .twitter-typeahead .tt-menu .tt-suggestion .img-wrapper {
        max-height: 45px;
    }
span.arrow-down-container.js-button-bounce {
    z-index: 5;
}
.paragraph.intro.parallax .content.container {
    z-index: 999;
}
input.form-control.search-input.tt-hint {
    font-style: normal !important;
}

.empty-message.text-muted {
    text-align: left;
}

.paragraph.intro .arrow-down-container {
    display: none !important;
}
input.form-control.search-input.typeahead.tt-input {
    color: #fff;
}
/*Hint top search*/
input.form-control.search-input.tt-hint {
    font-style: normal !important;
    padding-left: 160px;
}
/*Hint frontpage search*/
    .search-input-wrapper-simple .twitter-typeahead .tt-hint {
    color: #fff;
    font-style: normal;
}
.search-input-wrapper.search-input-wrapper-simple input.form-control.search-input.typeahead.tt-hint {
     background: none !important;
}


.search-form-v2 input.form-control.search-input.typeahead.tt-hint {
    padding-left: 13px;
}
/*frontpage placeholder*/
.search-form-v2 input.form-control.search-input.tt-input::-webkit-input-placeholder {
    color: #fff;
}
.search-form-v2 input::-webkit-input-placeholder {
    color: #fff;
}
.search-form-v2 input:focus::-webkit-input-placeholder {
    color: #fff;
}
/* Firefox < 19 */
.search-form-v2 input:-moz-placeholder {
    color: #fff;
}
.search-form-v2 input:focus:-moz-placeholder {
    color: #fff;
}
/* Firefox > 19 */
.search-form-v2 input::-moz-placeholder {
    color: #fff;
}
.search-form-v2 input:focus::-moz-placeholder {
    color: #fff;
}
/* Internet Explorer 10 */
.search-form-v2 input:-ms-input-placeholder {
    color: #fff;
}
.search-form-v2 input:focus:-ms-input-placeholder {
    color: #fff;
}

.search-input-wrapper.search-input-wrapper-simple  .tt-scrollable .tt-menu {
    max-height: 41vh;
    overflow-y: auto;
}
/*-Productlist search*/
.product-list .search-input-wrapper .twitter-typeahead .tt-menu {
    top: 54px !important;
    left: 0px !important;
    font-size: .9rem;
    width: 100%;
}
    .product-list  .search-input-wrapper .twitter-typeahead .tt-menu .tt-dataset {
        margin-left: 0px;
        margin-right: 0px;
    }
    .product-list .search-input-wrapper .twitter-typeahead .tt-menu .tt-suggestion {
        border: 1px solid #e5e5e5;
        color: #323232;
    }
        .product-list .search-input-wrapper .twitter-typeahead .tt-menu .tt-suggestion .info {
            display: none;
        }
   
    .product-list  .search-input-wrapper .twitter-typeahead .tt-menu .tt-suggestion .info {
        margin-top: 5px;
        color: #c9cacc;
        font-size: .9rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        display: block;
    }
    .product-list .search-input-wrapper .twitter-typeahead .tt-menu .tt-suggestion {
        border: 1px solid #e5e5e5;
        display: block;
        float: left;
        width: 100%;
        background: #fff;
    }
    .product-list .search-input-wrapper .twitter-typeahead .tt-menu .tt-suggestion:hover {
        background: #eee;
    }
    .product-list .search-input-wrapper .twitter-typeahead .tt-menu .typeahead-footer {
        background: #a4a4a6;
        border: 1px solid #e5e5e5;
        color: #323232;
        padding: 15px;
        /* color: #fff !important; */
        display: block;
        float: left;
        width: 100%;
        border: 1px solid #a4a4a6;
    }
        .product-list .search-input-wrapper .twitter-typeahead .tt-menu .typeahead-footer a {
           color: #fff;
        }

.list-grid form.js-ecom-product-form {
    height: auto !important;
	position: relative;
}
.list-grid form.js-ecom-product-form.featured {
    border: solid 1px #ccc;
}
.list-grid form.js-ecom-product-form.featured .featured-text {
    background: #d70c56;
    width: 90px;
    margin: 0 0 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.e-productlist-item-image-container {
    position: relative;
}



.list-grid form.js-ecom-product-form.soon-discontinued {
    border: solid 1px #ccc;
}
.list-grid form.js-ecom-product-form.soon-discontinued .soon-discontinued-text {
    background: #777777;    
    position: absolute;
	
	z-index: 20;
	margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
  	
    top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
    display: flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: auto;
}

.list-grid form.js-ecom-product-form.discontinued .discontinued-text {
    background: #111111;    
    position: absolute;
	
	z-index: 20;
	margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;

	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
    display: flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: auto;
}


.card-item .card-content {
    height: auto !important;
    min-height: 366px;
}
.card-content ul.list-unstyled {
    min-height: 207px;
    }
.card-container .card-item hr {
    margin: 0 0 19px 0;
}

@media (min-width:992px) and (max-width: 1199px) {
    .yamm .navbar-nav .nav-item .nav-item-link, .yamm .navbar-nav .nav-item .dropdown-toggle {
        font-size: 12px;
    }

        .yamm .navbar-nav .nav-item .dropdown-toggle:after {
            top: -20px;
        }
}

@media (min-width:992px) {
    .content {
        margin-bottom: 0px;
    }
}

@media (max-width:991px) {
    .search-input-wrapper.search-input-wrapper-simple {
        display: none;
    }
    span.arrow-down-container.js-button-bounce {
        display: none !important;
    }
}

