.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;
}

.bookmark-action-toolbar {
	background: #f5f5f5;
	height: 40px;
}
.bookmark-checkbox-fake-wrapper {
	line-height: 40px;
}
.bookmark-checkbox-fake-wrapper label {
	margin-left: 20px;
	position: relative;
	padding-left: 0;
}
.bookmark-checkbox-fake-wrapper label:before {
	content: "";
	border: 1px solid #a0a0a0;
	width: 16px;
	height: 16px;
	top: 12px;
	left: -20px;
	position: absolute;
}
.bookmark-checkbox-fake-wrapper.clicked label:after {
	content: "";
	background-image: url(/typo3conf/ext/atl_pp_contactform/Resources/Public/Icons/checkbox.svg);
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 7px;
	left: -18px;
	display: block;
}
.bookmark-checkbox-fake {
	z-index: -1;
	position: absolute;
}
.checkbox-column-item {
	float: left;
	line-height: 128px;
}
.bookmark-action-toolbar-button a {
	color: #003399;
	line-height:40px;
}
.bookmark-action-toolbar-button a:last-of-type {
	margin-left: 60px;
}
.bookmark-action-toolbar-button a.disabled,
.bookmark-action-toolbar-delete a.disabled{
	cursor: default;
	color: lightgray;
	pointer-events: none;
}
.bookmark-action-toolbar-button a.disabled:hover {
	text-decoration: none;
}
.bookmark-action-toolbar-button svg path,
.bookmark-action-toolbar-delete svg path {
	fill: currentColor;
}
.bookmark-action-toolbar-delete a {
	color: #FF0000;
	line-height:40px;
	float: right;
}
div.bookmark-item div.link-container a {
	color: #FF0000;
	float: right;
	margin-right: 25px;
}
.bookmark-action-toolbar-delete a:hover {
	cursor: pointer;
}

.bookmark-action-toolbar-button svg,
.bookmark-action-toolbar-delete svg {
	height: 16px;
	margin-bottom: -2px;
}
#teaser-bookmarks-header p.disabled {
	display: none;
}

.bookmark-action-toolbar-checkbox .checkbox-column-toolbar {
	float: left;
}

@media (max-width: 767px) {
	.bookmark-detail-container {
		margin: 0 24px;
	}
	div.bookmark-item h3,
	div.bookmark-item p {
		text-align: center;
	}
	div.bookmark-item {
		margin-bottom: 0;
	}
	div.bookmark-item + hr {
		margin: 0;
	}
	.checkbox-column-item .bookmark-checkbox-fake-wrapper {
		line-height: inherit;
	}
	.bookmark-action-toolbar-checkbox .checkbox-column-toolbar {
		width: 100%;
	}
	#bookmark-mobile-dropdown li {
		background-image: none;
		padding-left: inherit;
	}
	#bookmark-mobile-dropdown li a {
		white-space: normal;
	}
	#bookmark-mobile-dropdown {
		float: right; margin-top: 3px;
	}
	#bookmark-mobile-dropdown-execute {
		float: right; margin-top: 3px;
	}
	.bookmark-checkbox-fake-wrapper label:before {
		background-color: #ffffff;
	}
	div.bookmark-item div.link-container {
		text-align: center;
	}
	div.bookmark-item div.link-container a {
		float: none;
	}
	#bookmark-dropdown-menu {
		width: 137px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.bookmark-action-toolbar-button a:last-of-type {
		margin-left: 20px;
	}
}

