.bookmark-headline {
	text-align: center;
	color: rgb(51,51,51);
	text-transform: uppercase;
	font-size: 15px;
	line-height: 140%;
	margin: 0 0 3px 0;
	font-weight: 300;
}

div.teaser-bookmarks {
	padding-bottom: 50px;
}

div.bookmark-item {
	margin-bottom: 30px;
}

div.bookmark-item h3 {
	color: #003399;
	font-weight: 600;
	text-align: left;
	margin-top: 40px;
}

div.bookmark-item p {
	margin: 0;
	line-height: 1.4;
	text-align: left;
}

div.bookmark-item div.img-container {
	padding-top: 20px;
}

div.bookmark-item div.img-container img {
	width: auto;
	height: 128px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	div.bookmark-item div.img-container img {
		float: none;
		margin: 0 auto;
	}
}

div.bookmark-item div.link-container {
	line-height: 128px;
	padding-top: 20px;
}
/*STYLES REQUEST FOR QUOTATION // FREESAMPLE*/

#share_watchlist_form input[type="text"],
#offer_watchlist_form input[type="text"],
#share_watchlist_form textarea,
#offer_watchlist_form textarea{
	background-color: white;
	height: 39px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 15px;
	padding: 0 10px;
	border: 1px solid #a0a0a0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#share_watchlist_form textarea,
#offer_watchlist_form textarea{
	height:100px;
}

#share_watchlist_form label,
#offer_watchlist_form label {
	font-size: 17px;
	line-height: 160%;
	font-weight: 300;
	color: #333;
	margin-bottom: 0;
}
#share_watchlist_form input.f3-form-error,
#share_watchlist_form select.f3-form-error,
#share_watchlist_form textarea.f3-form-error,
#offer_watchlist_form input.f3-form-error,
#offer_watchlist_form select.f3-form-error,
#offer_watchlist_form textarea.f3-form-error,
#offer_watchlist_form_captcha.f3-form-error + div {
	color: #f09;
	border: 3px solid #f09;
	background: none;
}

@media (max-width: 767px){
	.mobilepaddingleft0{
		padding-left: 0;
	}
}
@media (max-width: 767px){
	.mobilepaddingleft5{
		padding-left: 5px;
	}
}
@media (max-width: 767px){
	.mobilepaddingleft10{
		padding-left: 10px;
	}
}
@media (max-width: 767px){
	.mobilepaddingleft15{
		padding-left: 15px;
	}
}
@media (max-width: 767px){
	.mobilepaddingright0{
		padding-right: 0;
	}
}
@media (max-width: 767px){
	.mobilepaddingright5{
		padding-right: 5px;
	}
}
@media (max-width: 767px){
	.mobilepaddingright10{
		padding-right: 10px;
	}
}
@media (max-width: 767px){
	.mobilepaddingright15{
		padding-right: 15px;
	}
}

.remove_product_from_offerlist,
.add_to_product_list_wrapper{
	color: #003399;
}
.remove_product_from_offerlist span,
.add_to_product_list_wrapper span{
	margin-right: 10px;
	height: 39px;
	line-height: 39px;
}
.remove_product_from_offerlist span{
	margin-right: 0;
}
@media (min-width: 768px){
	.remove_product_from_offerlist span,
	.add_to_product_list_wrapper span{
		margin-right: 10px;
		height: 39px;
		line-height: 39px;
	}
}

.remove_product_from_offerlist:hover,
.add_to_product_list_wrapper:hover{
	cursor: pointer;
}
#share_watchlist_form_country,
#offer_watchlist_form_country,
#offer_watchlist_form_shippingcarrier,
.tx-atl-pp-contactform select.form-control.custom_select {
	background: url(/typo3conf/ext/atl_pp_contactform/Resources/Public/Icons/select-arrow.svg) 98% / 15% no-repeat;
	background-size: 4%;
	background-color: white;
	height: 39px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 15px;
	padding: 0 10px;
	border: 1px solid #a0a0a0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.2;
	border-radius: 0;
}
#share_watchlist_form input[type="submit"],
#offer_watchlist_form input[type="submit"],
#offer_watchlist_form_shippingcarrier[type="submit"],
.tx-atl-pp-contactform button[type="submit"] {
	color: white;
	background: #039;
	text-transform: uppercase;
	padding: 10px 30px;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.003rem;
	text-decoration: none;
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

#share_watchlist_form p.disclaimer,
#offer_watchlist_form p.disclaimer {
	margin-top: 23px;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
}

.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}
	
	.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}
	
	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}
	
		.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}
		
		.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}
		
		.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}
/*# sourceMappingURL=awesomplete.css.map */


.awesomplete{
	display: block;
}
.awesomplete > input {
	margin-bottom: 0 !important;
}
.awesomplete > ul {
	list-style: none;
	background: #ffffff;
	border-radius: unset;
	min-width: 150px;
	width: 100%;
}
.awesomplete > ul:before{
	display: none;
}
.awesomplete > ul > li{
	background: none;
}
.awesomplete > ul > li:hover{
	background: #e1e1e1;
}
.awesomplete > ul > li[aria-selected="true"] {
	background: #e1e1e1;
	color: #555;
}
.awesomplete > ul > li mark,
.awesomplete > ul > li[aria-selected="true"] mark{
	background: none;
	/*background: hsl(65, 100%, 50%);*/
	color: #00458f !important;
	font-weight: 700;
}
.awesomplete li:hover mark{
	color: #00458f !important;
	background: #e1e1e1;
}


