
.email-template{border: 4px solid red;}

body.fancybox-active{
	height: inherit !important;
}

.section{position: relative}

.fancybox-content{padding: 25px !important;}

.popup{display: none;}

.popup h4{
	text-align: left;
	color: #848484;
	margin-bottom: 15px;
    font-size: 23px;
}

/********** HOME PAGE START***********/
  html,body {
  height:100%;
  margin:0;
}
.page{
	background: #ebebeb;
	height: auto;
    min-height: 100%;
}

.homepage {
  height:auto;
  min-height:100%;/*for mozilla*/
  background:#ebebeb url(../images/page-bg.png) right top no-repeat;
  
}


.header-container {
	max-width:1106px;
	width:100%;
	margin:0 auto;
}

.header select#language-selector{
	-webkit-appearance: menulist !important;
}

.header .language-selector.right select#language-selector{
	max-width:185px;
	float: right;
}

.header .title{font-weight: 600;}

.manuf-login-form/*, .manufacturer-search*/{
	text-align:center;
	/*	position: absolute;
	    top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);*/
    width: 100%;
	max-width: 465px;
	margin:0 auto;
	
}
@media (min-width:992px) {
	.manuf-login-form/*, .manufacturer-search*/{
		margin-top:100px;
	}
}

.manuf-login-form li,
.manufacturer-search li,
.where-ru-popup li {
	padding:5px;
	text-align:left;
	overflow: hidden;
}
.manufacturer-search li,
.where-ru-popup li {
	padding:8px 0px;
	overflow:hidden;
}
.manuf-login-form label,
.manufacturer-search label,
.where-ru-popup label{
	font-size:18px;
	max-width:155px;
	width:100%;
	float:left;
	line-height: normal;
    padding: 11px 0;
    vertical-align: middle;
}
.manuf-login-form input{
	border:none;
	padding:8px 0 6px 8px;
	background:#c7c6c6;
	line-height:31px;
	display:block;
	max-width: 300px;
    width: 100%;
	float:left;
	font-size:18px;
}
.manuf-login-form input[type="submit"],
.manufacturer-search input[type="submit"],
.where-ru-popup input[type="submit"],
button.findEAN{
	background:#155385;
	color:#fff;
	padding-left:0px;
	border:1px solid #155385;
}
.manuf-login-form input[type="submit"]:hover,
.manufacturer-search input[type="submit"]:hover,
.where-ru-popup input[type="submit"]:hover,
button.findEAN:hover{
	background:#fff;
	color:#155385;
} 

.manuf-login-form .forget-pass{
	display: inline-block;
	float: right;
	padding-right: 5px;
}

/********** HOME PAGE END***********/

/********** SEARCH PAGE START***********/

a.logout,
a.new-supplier{
	display: inline-block;
	background: #c7c6c6;
	border: 2px solid #c7c6c6;
	color: #000000;
	padding:12px;
	text-align: center;
	width: 210px;
	max-width: 100%;
}

a.logout:hover,
a.new-supplier:hover{
	transition: .3s all;
	background: #ffffff;
}


.manufacturer-search {
	width:1000px;
	max-width: 100%;
	margin: 50px auto;
}

.manufacturer-search h2{
	text-align: left;
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}

.manufacturer-search ul{
	background: #f8f7f7 ;
	padding: 20px;
}
.manufacturer-search li input,
.where-ru-popup li input
{
	padding:8px 0 6px 8px;
	background:#fff;
	line-height:31px;
	display:inline-block;
	max-width: 290px;
    width: 100%;
	border:1px solid #2e2e2e;
	font-size:17px;
}

.where-ru-popup{
	width: 100%;
	max-width: 500px;
}

.where-ru-popup li input,
.where-ru-popup li textarea{
	max-width: 295px;
}

.manufacturer-search li input.lang {
	max-width:76px;
	float:right;
}
.manufacturer-search li select {
	padding:8px 0 6px 8px;
	line-height:31px;
	display:inline-block;
	max-width: 290px;
    width: 100%;
	border:1px solid #2e2e2e;
	font-size:16px;
}

.manufacturer-search .select2-container{width: 65% !important; max-width: 290px !important;}

.manufacturer-search .select2-container--default .select2-selection--single{border: none !important;}

.manufacturer-search .select2-container--open .select2-dropdown{top: 15px;}

.manufacturer-search .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding: 8px 0 6px 8px;
    line-height: 31px;
    display: inline-block;
    max-width: 300px;
    width: 100%;
    border: 1px solid #2e2e2e;
    font-size: 16px;	
    background: #ffffff;
	font-family: sans-serif;
    color: #000000;
}
	
.manufacturer-search .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 1px !important;
    right: 2px !important;
	height: 45px;
	width: 45px;
	background: #fff;
}	
.manufacturer-search .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #666565 transparent transparent transparent !important;
    border-width: 10px 7px 0 7px;
    border-radius: 4px;
}	

.manufacturer-search .show-result{
	height:0;
}

.manufacturer-search .where-ru,
.manufacturer-search .show-result-btn
{
	color:#fff;
	padding-left:0px;
	padding: 8px 0 6px 8px;
    line-height: 31px;
    max-width: 300px;
    width: 100%;
    font-size: 19px;
	text-align:center;

}

.listingButtons{position: relative;}

.manufacturer-search .show-result-btn{
	background: #155385;
    border: 1px solid #155385;
	display: block;
	margin: auto;
}

.manufacturer-search .show-result-btn:hover{
	background:#fff;
	color:#155385;
}

.manufacturer-search .where-ru{
	background:#e38814;
	display: block;
    border: 1px solid #e38814;
    margin: 10px auto;
}

.manufacturer-search .where-ru:hover{
	background:#fff;
	color:#e38814;
}

.manufacturer-search .listingButtons span{
	position: absolute;
    right: 0;
    bottom: 8px;
    margin-top: 20px;
    text-align: left;
    margin-left: 10px;
    max-width: 340px;
}
button.findEAN {
	        min-width: 290px;
    max-width: 291px;
    border-radius: 0;
    margin-top: 15px;
		
}

.show-result{visibility: hidden;}
/*
button.findEAN:hover {
	background:#e38814;
}*/


.where-ru-popup{
	display: none;
	/*width: 500px;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	padding: 20px;*/
}

.where-ru-popup h4{
	text-align: left;
	color: #848484;
}

.where-ru-popup textarea{
	padding:8px 0 6px 8px;
	resize: none;
	width: 100%;
	max-width: 300px;
}


/********** SEARCH PAGE END***********/

/********** SEARCH RESULT PAGE START***********/

.dashboard,
.product-detail{
	padding: 25px 50px 50px;
}

.dashboard ul.steps{font-weight: 600;}

.dashboard ul.steps li,
.product-detail ul.steps li{
	display: inline-block;
	padding-left: 5px;
}

.dashboard ul.steps li:after,
.product-detail ul.steps li:after{
	content: "|";
	margin-left: 5px;
}

.dashboard ul.steps li:last-child:after,
.product-detail ul.steps li:last-child:after{
	content: "";
}

.dashboard-container{
	background: #ffffff;
	border: 1px solid #c8c7c7;
	padding: 25px;
	margin-top: 25px;
}

.status_210{
	max-height: 180px;
	overflow-y: auto;
	margin-top: 15px;
	margin-bottom: 20px;
}

.dashboard-container table{
	border: none;
	border-collapse: separate; 
	border-spacing: 5px;
	width: 100%;
	
}
.dashboard-container table.status{
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 0; 
}
.dashboard-container table tr td{
	border: none;
	padding: 8px 15px;
	line-height: 1;
	width: 50%;
}

.dashboard-container table tr td.field{
	background: #ebebeb;
	line-height: 1.4;
	width:25%;
}
.dashboard-container table.status tr td.field {
	background:#155385;
	color:#fff;
	border: 1px solid #fff;
}
.dashboard-data-send {
	text-align:right;
	overflow:hidden;
}
.dashboard-data-send a{
	display:inline-block;
    background: #e38814;
    color: #fff;
    padding-left: 0px;
    border: 1px solid #e38814;
    padding: 8px 6px;
    line-height: 31px;
    max-width: 300px;
    width: 100%;
    font-size: 19px;
    text-align: center;
}
.dashboard-data-send a:hover{
	    background: #fff;
		color: #e38814;
}
.review-btns{
	position: absolute;
	top: 0;
    right: 10px;
}

.review-btns ul li{display: inline-block;  float: left;}

.review-btns a,
a.write-review,
.review-btns button{
	background: #155385;
	color: #ffffff;
	border: 1px solid #dadada;
	display: inline-block;
    padding: 10px;
	height: 40px;
	width: 100%;
	text-align: center;
}

.review-btns a:hover,
a.write-review:hover,
.review-btns button:hover{
	border: 1px solid #155385;
	color: #155385;
	transition: .3s all;
	background: #ffffff;
}

.review-data{
	position: absolute;
    width: 100%;
    max-width: 360px;
    right: 10px;
    top: 40px;
    background: #ffffff;
}

.review-data-container{
	margin-bottom: 0px;
}

.review-popup{
	position: relative;
	overflow-y: scroll;
    max-height: 135px;
}

.review-popup .close{
    position: absolute;
	font-size: 16px;
    top: 5px;
    right: 5px;
} 

.all-review-data{
	display: none;
	overflow-y: scroll;
	border: 1px solid #c7c6c6;
	height: 500px;
	max-width: 600px;
	width: 100%;
	/*position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	max-height: 500px;
	background: #ffffff;
	padding: 20px;
	*/
}

.all-review-data .review-data-container{
	margin-bottom: 18px; 
}

.write-review-form{
	display: none;
	border: 1px solid #c7c6c6;
}

.feedback-form,
.write-review-form{
	border: 1px solid #c7c6c6;
	display: none;	
	max-width: 500px;
	width: 100%;
}

.feedback-form label,
.write-review-form label{
	width: 100%;
	max-width: 145px;
	float: left;
    line-height: normal;
    vertical-align: middle;
	font-size: 18px;
}

.feedback-form input[type="text"],
.feedback-form input[type="submit"],
.feedback-form textarea,
.feedback-form input[type="email"],
.write-review-form input[type="submit"],
.write-review-form textarea{
    display: inline-block;
    max-width: 300px;
    width: 100%;
    border: 1px solid #2e2e2e;
    font-size: 16px;
	background: #ebebeb;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	outline: none;
	resize: none;
}

.feedback-form input[type="submit"],
.write-review-form input[type="submit"]{
	background:#155385;
	color:#fff;
	padding-left:0px;
	border:1px solid #155385;
	
}

.feedback-form input[type="submit"]{float: right;}

.feedback-form input[type="submit"]:hover,
.write-review-form input[type="submit"]:hover{
	background:#fff;
	color:#155385;
}
/*form.product-listing table tr td{white-space: nowrap; max-width:160px;}*/



form.product-listing table tr th:first-child,
form.product-listing table tr td:first-child,
form.product-listing table tr th:nth-child(9),
form.product-listing table tr td:nth-child(9){
	width: 7%;
	display: inline-block;
}

form.product-listing table tr th:nth-child(2),
form.product-listing table tr td:nth-child(2){
	width: 12%;
	display: inline-block;
}


form.product-listing table tr th:nth-child(4),
form.product-listing table tr td:nth-child(4),
form.product-listing table tr th:nth-child(11),
form.product-listing table tr td:nth-child(11){
	width: 8%;
	display: inline-block;
}

form.product-listing table tr th:nth-child(3),
form.product-listing table tr td:nth-child(3),
form.product-listing table tr th:nth-child(10),
form.product-listing table tr td:nth-child(10),
form.product-listing table tr th:nth-child(12),
form.product-listing table tr td:nth-child(12){
	width: 6%;
	display: inline-block;
}

form.product-listing table tr th:nth-child(6),
form.product-listing table tr td:nth-child(6){
	width: 7%;
	display: inline-block;
}

form.product-listing table tr th:nth-child(7),
form.product-listing table tr td:nth-child(7){
	width: 11%;
	display: inline-block;
}

form.product-listing table tr th:nth-child(8),
form.product-listing table tr td:nth-child(8){
	width: 12%;
	display: inline-block;
}
form.product-listing table tr th:nth-child(5),
form.product-listing table tr td:nth-child(5)
{	width: 10%;
	display: inline-block;
}

form.product-listing table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
	
}

form.product-listing table,
form.product-listing table th,
form.product-listing table td{
	border: none;
	text-align: center;
	
}

form.product-listing table th,
form.product-listing table td{
	padding: 4px;
	font-size: 14px;
	box-sizing: border-box;
	/*white-space: nowrap;*/
	max-width:160px;
}

form.product-listing table td{
	vertical-align: middle;
}

form.product-listing table tr{
	background: #dadada;
	
}

form.product-listing table tr:first-child{
	font-size: 16px;
}

form.product-listing table tr:nth-child(2){
	background: #ffffff;
}

form.product-listing table th input.filter{
	border-color: #dadada;
	outline: none;
	max-width: 100%;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}


form.product-listing table th button.mobile-reset{display: none;}

form.product-listing table th button[type="reset"],
form.product-listing table th button[type="submit"]{
	border: none;
	outline: none;
	background: #c7c6c6;
	color: #155385;
	text-align: center;
	padding: 7px;
}

form.product-listing table a.details{
	display: inline-block;
	background: #155385;
	border: 1px solid #155385;
	color: #ffffff;
	height: 100%;
	text-align: center;
	padding: 10px;
}

form.product-listing table a.details:hover{
	background: #ffffff;
	color: #155385;
	
}

.product-pagination{
	text-align: right;
	padding-bottom: 10px;
	padding-right:5px;
}

.product-pagination-click{
    color: #000000;
    font-size: 20px;
    padding: 2px;
    line-height: 1;
	cursor: pointer;
	display: inline-block;
}

.product-pagination .page-link{
	padding: 5px 10px;
    font-size: 1rem;
	color: #155385;
}

.product-pagination .page-item.active .page-link{
	background-color: #155385;
    border-color: #155385;
}

.back-to-top{
	color: #155385;
    padding: 5px 10px;
    position: fixed;
    bottom: 30px;
    right: 95px;
    transition: opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}
.back-to-top.show{
	opacity: 1;
	visibility: visible;
}
/********** SEARCH RESULT PAGE END***********/

/********** PRODUCT PAGE START***********/

.product-detail h2{
	margin: 18px;
	margin-left: 0;
	font-size: 26px;
}

ul#tab-button{
	width: 100%;
}

ul#tab-button li{display: inline-block; margin-bottom: 5px;}

ul#tab-button li a{
	background: #c7c6c6;
	display: inline-block;
	padding: 30px 36px;
	white-space: nowrap;
	color: #000000;
	margin: 0px 1px;
}

ul#tab-button li.is-active {
	
	margin-bottom: 0;
}

ul#tab-button li.is-active a{
	background: #dadada;
}

.tab-contents{
	background: #dadada;
	min-height: 380px;
	width: 100%;
	padding: 50px 35px;
}

table.product-info{
	width: 800px;
	max-width: 100%;
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
}

table.product-info td{width: 50%; border: none;}

table.product-info td.detail{
	background: #ffffff;
	border: 1px solid #898788;
	text-align:right;
}

.back_btn{
	border: none;
	outline: none;
	background: #155385;
	border: 1px solid #155385;
	color: #ffffff;
	padding: 10px 20px;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

.back_btn:hover{
	background: #ffffff;
	color: #155385;
 
}

ul.product_media li{
	display: inline-block;
	margin-right: 18px; 
	text-align: center;
}
ul.product_media li.pdf, ul.product_media li.video{
	width: 210px;
    height: 210px;
    border: 1px solid #898788;
	vertical-align: top;
	background:#fff;
}
ul.product_media li.pdf a, ul.product_media li.video a {
	display:block;
	height:100%;
	position:relative;
}
ul.product_media li.pdf a figure, ul.product_media li.video a figure {
	position:absolute;
	width:100%;
	top:50%;
	transform:translateY(-50%);
	font-family: 'Lato', sans-serif;
    color: #2a2a2a;
	font-size: 20px;
}
ul.product_media li img{
	width: 210px;
	height: 210px;
	border: 1px solid #898788;
	display:block;

}
/********** PRODUCT PAGE END***********/

/**************  Page footer start  *******************/
footer.footer {
	text-align:center;
	width:100%;
	/*position:absolute;*/
	bottom:0px;
	padding:0px;
	background:none;
}
footer.footer ul {
	padding:10px 0;
}
footer.footer li{
	display:inline-block;
	padding:0 10px;
	position:relative;
}
footer.footer li a {
	color:#000;
}
footer.footer li a:hover {
	color:#e38814;
}
footer.footer li:after {
	content:"";
	display:inline-block;
	position:absolute;
	height:15px;
	right:-3px;
	top:50%;
	width:2px;
	transform:translateY(-50%);
	background:#000;
}
footer.footer li:last-child:after {
	display:none;
}

/**************  Page footer end  *******************/

/****** open product tab on base of url START *******/
ul#tab-button li.active{
	/*border: 1px solid red;*/
}
