#tmsearch {
	float: right;
	margin: 8px 0 -12px;
	position: relative;
	z-index: 1;
}

#tmsearch #tmsearchbox {
	background: none;
	border: none;
	float: left;
	height: 44px;
	min-width: 44px;
	position: relative;
}

#tmsearch .btn.button-search {
	background: #46c29b;
	border: none;
	color: #fff;
	display: block;
	height: 44px;
	line-height: 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
	box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#tmsearch .btn.button-search span {
	display: none;
}

#tmsearch .btn.button-search:before {
	content: "\f002";
	display: block;
	font-family: "FontAwesome";
	font-size: 17px;
	width: 100%;
	text-align: center;
}

#tmsearch .btn.button-search:hover {
	background: #00796b;
}

#tmsearch #tm_search_query {
	background: #fff;
	border: 1px solid #e9e9e9;
	display: block;
	float: right;
	height: 44px;
	padding: 10px 50px 10px 13px;
	width: 169px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (min-width: 1300px) {
	#tmsearch #tm_search_query {
		width: 0;
		opacity: 0;
		padding: 10px 0 10px 0;
	}
	#tmsearch #tm_search_query:focus {
		width: 169px;
		padding: 10px 50px 10px 13px;
		opacity: 1;
	}
}

@media only screen and (min-width: 1300px) {
	#tmsearch:hover #tm_search_query {
		width: 169px;
		padding: 10px 50px 10px 13px;
		opacity: 1;
	}
}

body .ac_results {
	background: white;
	border: 1px solid #d6d4d4;
	width: 170px !important;
	margin-top: 0;
}

body .ac_results li {
	padding: 5px;
	font-weight: normal;
	color: #686666;
	font-size: 13px;
	line-height: 22px;
	cursor: pointer;
}

body .ac_results li.ac_odd {
	background: white;
}

body .ac_results li:hover, body .ac_results li.ac_over {
	background: #fbfbfb;
}

body .ac_results .pull-left {
	margin-bottom: 10px;
	float: none !important;
}

body .ac_results .content {
	overflow: hidden;
}

body .ac_results span.reference, body .ac_results span.manufacturer {
	display: block;
	margin: 0 0 5px;
	font-size: 12px;
	color: #3a3939;
	line-height: 15px;
	font-style: italic;
}

body .ac_results span.product-name {
	font-size: 13px;
	line-height: 19px;
	display: inline-block;
	font-weight: 600;
}

body .ac_results strong {
	color: #f00;
}

body .ac_results .description {
	font-size: 11px;
	line-height: 15px;
}

body .ac_results .price {
	padding-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	body .ac_results .content {
		float: left;
		clear: both;
	}
}

form#tmsearchbox {
	position: relative;
}

form#tmsearchbox label {
	color: #333333;
}

form#tmsearchbox input#search_query_block {
	margin-right: 10px;
	max-width: 222px;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
}

form#tmsearchbox .btn.btn-sm {
	float: left;
}

form#tmsearchbox .btn.btn-sm i {
	margin-right: 0;
}

/*
 * tmnewsletter
 */
.newsletter-overlay {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9999;
	overflow: hidden;
}

.newsletter-box {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9999;
	overflow: hidden;
}

#newsletter_popup {
	background: url("../../../../../img/bg_newsletter.jpg");
	min-height: 437px;
	margin: 30px auto 0;
	max-width: 770px;
	min-width: 300px;
	padding: 60px 300px 10px 60px;
	position: relative;
	text-align: center;
	width: 90%;
}

@media ( max-width : 991px) {
	#newsletter_popup {
		padding: 50px 300px 10px 50px;
	}
}

@media ( max-width : 767px) {
	#newsletter_popup {
		padding: 50px 40px 10px;
		min-height: 320px;
	}
}

.tmnewsletter-inner .description {
	color: #333;
	font: 300 14px/24px "Roboto", sans-serif;
	margin-bottom: 28px;
}

.tmnewsletter-inner label {
	display: none;
}

.tmnewsletter-inner .form-group {
	margin-bottom: 0;
}

.tmnewsletter-inner .form-group .form-control {
	background: #fff;
	border-color: #fff;
	color: #333;
	display: inline-block;
	height: 48px;
	margin-right: 14px;
	width: 200px;
	-moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
	box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}

@media ( max-width : 991px) {
	.tmnewsletter-inner .form-group .form-control {
		margin-bottom: 10px;
	}
}

@media ( max-width : 991px) {
	.tmnewsletter-inner .alert {
		margin-bottom: 8px;
	}
}

.tmnewsletter-header {
	padding: 0;
}

.tmnewsletter-header h4 {
	color: #46c29b;
	font: 300 50px/45px "Roboto", sans-serif;
	margin: 0 0 25px;
}

@media ( max-width : 1199px) {
	.tmnewsletter-header h4 {
		font-size: 40px;
		line-height: 40px;
	}
}

@media ( max-width : 991px) {
	.tmnewsletter-header h4 {
		font-size: 35px;
		line-height: 35px;
		margin-bottom: 15px;
	}
}

@media ( max-width : 767px) {
	.tmnewsletter-header h4 {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 10px;
	}
}

.tmnewsletter-content {
	padding: 0;
}

.tmnewsletter-footer .btn {
	margin-left: 5px;
	margin-bottom: 10px;
}

.tmnewsletter-submit.btn.btn-default {
	background: #46c29b;
	border: none;
	color: #fff;
	font: 300 18px/20px "Roboto", sans-serif;
	height: 48px;
	min-width: 131px;
	text-align: center;
}

.tmnewsletter-submit.btn.btn-default:hover {
	background: #00796b;
}

.tmnewsletter-footer .checkbox {
	float: left;
}

.tmnewsletter-submit:hover {
	background: #fff;
	color: #000;
}

.icon.tmnewsletter-close {
	background: #46c29b;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	height: 40px;
	line-height: 36px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}

.icon.tmnewsletter-close:hover {
	background: #00796b;
}

.icon.tmnewsletter-close:before {
	content: '\f00d';
	font-family: "FontAwesome";
}