/* Filters */
.letfilter{margin:8px 8px 8px 0px!important; overflow: hidden; }
.letfilter a{color:#757575!important;
	background: url("images/filterbg.png") no-repeat 0 0px;
	width:36px; float:left; color:#686867; cursor:pointer; height:35px; margin-top:2px;
	/* font-size:12px; */
	font-weight:bold; text-align:center; line-height:34px; text-shadow:0 1px 0 white; text-decoration:none; background-color:#F1F1F1;
}
.letfilter a.first{border-radius: 3px 0 0 3px;}
.letfilter a.last{border-right: 1px solid silver; border-radius: 0 3px 3px 0;}
.letfilter a:hover{background-position: -36px;}
.letfilter a.active {background-position: -72px;}
.bftitle{margin:0px 0px 8px 0px;}
.allbrands{margin:0px 0px 8px 0px!important;}
.allbrands a{margin:0px 3px 3px 0px; padding:6px 14px 6px 14px; display:block; float:left; background:#DEDEDE; color:#404040; text-shadow:1px 1px 1px #fff;
	font-weight:bold; border:1px solid #ffffff; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
}
.allbrands a:hover{background:#F7DBC1; color:#000; 
	-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.4); -webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.4); box-shadow:1px 1px 4px rgba(0,0,0,0.4);
}
.allbrands a i{
/* font-size:11px;  */
font-weight:normal!important; color:#828282;}
.allbrands a span{
/* font-size:11px; */
font-weight:normal!important; color:#FF4800;}

.filteredby{float:left; margin:7px 8px 0px 0px;}
.remove{background:#C4DAF2!important; color:#000!important;}
.remove:hover{background:#F2C4C4!important; color:#000;}
.delimg{background: url("images/delete.png"); width:8px; height:8px; float:right; margin:3px 0px 0px 5px;}
.removeall{background:#DEDEDE; padding:5px 14px 5px 14px!important;}
.removeall:hover{background:#F2C4C4!important; }
.removeall div{background: url("images/trash.gif"); width:16px; height:16px;}

/* Sort */
.sortdiv{height:30px; border:0px solid #000; margin:0px 0px 20px 0px; vertical-align:middle;}
.vbox{width:44px; height:42px; float:right; margin:-8px 12px 0px 0px; display:block; background:#ededed; border:1px solid #ffffff;  -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; -moz-box-shadow:1px 1px 4px rgba(0,0,0,0.2); -webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.2); box-shadow:1px 1px 4px rgba(0,0,0,0.2);}
.vbox div{height:42px; background-repeat:no-repeat!important; background-position:5px 5px;}
.vactive{background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#c8c8c8)); background-image:linear-gradient(#fff, #c8c8c8);  }
.vactive:hover{margin:-9px 12px 0px 0px!important; -webkit-gradient(linear, center top, center bottom, from(#fff), to(#c7cedd)); background-image:linear-gradient(#fff, #c7cedd); -moz-box-shadow:1px 1px 4px rgba(0,0,0,0.4)!important; -webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.4)!important; box-shadow:1px 1px 4px rgba(0,0,0,0.4)!important;}
.vtext{float:right; margin:9px 10px 0px 0px;}
.vcard_ div{background-image:url("images/cardview.png"); opacity:0.5; cursor:default;}
.vcard div{background-image:url("images/cardview.png");}
.vcard div:hover{background-image:url("images/cardview_hover.png");}
.vlist_ div{background-image:url("images/listview.png"); opacity:0.5; cursor:default;}
.vlist div{background-image:url("images/listview.png");}
.vlist div:hover{background-image:url("images/listview_hover.png");}

.pricetype{float:right; margin:12px 0px 10px 0px; color:#9E1A00;}

/* CARD view */
.tditem{position:relative; margin:0px 15px 17px 0px; padding:10px;  display:inline!important; float:left;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#c8c8c8)); background-image: linear-gradient(#fff, #c8c8c8);
	border:1px solid #ffffff; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.4); -webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.4); box-shadow:1px 1px 4px rgba(0,0,0,0.4);
}
.tditem:hover{background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#DEDEDE)); background-image: linear-gradient(#fff, #DEDEDE);}
.tditem hr{padding:0px!important; margin:6px 0px 6px 0px!important; color:#ffffff!important; height:1px!important; background:#ffffff!important; border-bottom:1px solid #c3c3c3!important; border-top:0px!important; border-left:0px!important; border-right:0px!important;}
.tditem .logobox{height:70px; background-size:contain; background-repeat:no-repeat; background-position:50% 0%; background-color:#fff;}
.tditem .photobox{height:100px; background-size:contain; background-repeat:no-repeat; background-position:50% 50%; background-color:#fff;}
.tditem .gosrch{padding:30px 10px 0px 10px;}
.tditem .image{width:135px; height:180px; text-align:center;
 /* font-size:11px; */
 color:#878787; margin:0px 15px 20px 0px; padding:5px; border:1px solid #BABABA;  background-color:#fff; float:left; }
.tditem .image:hover{border:1px solid #3A97C9; color:#CC2121; cursor:move;}
.tditem .addphoto{position:absolute; top:179px; left:11px; background:#74A4E3; color:#fff; text-shadow:1px 1px 1px #000; padding:3px 6px 5px 4px; cursor:default; border-top-right-radius:6px;}
.tditem .cbx_imgs{cursor:pointer;}
.tditem .tdbrand{color:#124D87; font-weight:bold; 
/* font-size:13px; */
}
.tditem .tdbrand:hover{color:#C43800; text-decoration:underline;}
.tditem .linked{color:#B00E0E!important;}
.tditem .article{color:#5d5d5d; 
/* font-size:13px; */
 cursor:default;}
.tditem .aid{color:#be9e9e;
 /* font-size:10px;   */
 cursor:default;}
.tditem .name{height:55px; margin-bottom:10px; overflow:hidden; cursor:default;}
.tditem .criteria{color:#5b5b5b; 
/* font-size:11px; */
}
.tditem .dopinfo{width:16px; height:16px; background:url('images/dinfo.png'); float:right; display:block; margin:0px 6px 0px 0px;}
.tditem .dopinfo:hover{opacity:0.5; margin-top:-1px;}
.tditem .carsapp{width:16px; height:16px; background:url('images/cars.png'); float:right; display:block; margin:0px;}
.tditem .carsapp:hover{opacity:0.5; margin-top:-1px;}
.tditem .link{display:block; margin-right:4px; float:left; width:16px; height:16px; background:url('images/link.png');}
.pricetab{border-collapse:collapse; background:#fff; margin:0px 0px 6px 0px;}
.pricetab td{cursor:default; padding:4px 7px 4px 7px; border-bottom:1px solid #999999; border-left:1px solid #fff; border-right:1px solid #fff; border-top:1px solid #fff;}
.pricetab .head{cursor:default; background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#D4D4D4)); background-image: linear-gradient(#fff, #D4D4D4); }
.pricetab .head td:hover{background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#E3E3E3)); background-image: linear-gradient(#fff, #E3E3E3);}
.pricetab .prow:hover{background:#EFF5ED!important;}
.pricetab .options{max-width:50px; overflow:hidden;}
.pricetab .cost{color:#379C08; font-weight:bold;}
.tditem .prices{float:left;}
.tditem .sbut{color:#b42410;}
.tditem .hbut{display:none; color:#b42410;}

/*** Attention ***/
.attention {
	color: #f50000;
}

/* LIST view */
.corp_table thead tr td {
	height: 30px;
	background: #e9e9e9 url('/bitrix/templates/main/images/white.gif') bottom repeat-x;
	border: 1px solid #d4d6d7;
	vertical-align: middle;
	padding: 0 10px !important;
}
.corp_table tr td {
	height: 25px;
	border: 1px solid #d4d6d7;
	vertical-align: top;
	padding: 0 10px !important;
}

/* .corp_table{width:100%;}
.corp_table .head td{padding:0px 10px 0px 10px; font-weight:bold; font-size:12px; cursor:pointer; white-space:nowrap; height:42px; text-shadow:1px 1px 1px #ffffff; border-top:1px solid #E0E0E0;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#c8c8c8)); background-image: linear-gradient(#fff, #c8c8c8);
} */
.corp_table .cols td{vertical-align:top; padding:10px 5px 10px 5px !important; border-bottom:1px solid #D1D1D1;}
.corp_table .cols:hover{background:#fff;}
.corp_table .tdbrand a{
/* color:#124D87;  */
font-weight:bold; 
/* font-size:12px; */
 /* line-height:18px; */
 }
.corp_table .tdbrand a:hover{color:#C43800;}
.corp_table .lookup_analogues{
/* 	background:#EDDDD5 url('images/srwhite.gif') 0px 2px no-repeat;
	color:#6E432E; 
	float:right; 
	margin:0px -54px 0px 0px; 
	text-decoration:none; 
	font-size:11px; 
	padding:3px 5px 4px 18px; 
	border-radius:6px; */
    background: red;
    color: #fff;
    float: left;
    margin: 0px -54px 0px 0px;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 5px;
    border-radius: 6px;
    border: 2px solid #DEDEDE;
	}
.corp_table .lookup_analogues:hover{text-decoration:none;}
.corp_table .propstb td{padding:0px!important; border:0px!important;}
.corp_table .linked{color:#C43800!important;}
.corp_table .link{display:block; margin-right:4px; float:left; width:16px; height:16px; background:url('images/link.png');}
.corp_table .article{color:#000;
 /* font-size:13px; */
 cursor:default;}
.corp_table .gosrch{background:url('images/search_photo.png') center center no-repeat; width:60px; height:20px; padding-top:25px;
 /* font-size:10px; 
 margin-right:15px;*/}
.corp_table .listphoto{background:url('images/fotopic.png') no-repeat; width:27px; height:16px;}
.corp_table .prevphoto{
	width:60px;
	height:60px; 
	margin:-5px -5px -5px -5px; 
	/* border:1px solid #c1c1c1;  */
	background-size:contain; 
	background-repeat:no-repeat; 
	background-position:50% 50%; 
	background-color:#fff;
}
.corp_table .prevphoto:hover{
/* 	border:1px solid #3A97C9; 
	color:#CC2121;  */
	cursor:pointer;
	}
.corp_table .addphoto{
/* font-size:10px;  */
float:left; background:#74A4E3; color:#fff; text-shadow:1px 1px 1px #000; padding:1px 4px 3px 3px; cursor:default; border-bottom-right-radius:6px;}
.corp_table .name{color:#363636;}
.corp_table .dopinfo{width:16px; height:16px; background:url('images/dinfo.png'); float:left; display:block; margin:0px 6px 0px 0px;}
.corp_table .dopinfo:hover{opacity:0.5; margin-top:-1px;}
.corp_table .options{text-align:right;}
.corp_table .rigbord{border-right:1px solid #D1D1D1!important;}
.corp_table .carsapp{width:16px; height:16px; background:url('images/cars.png'); float:left; display:block; margin:0px;}
.corp_table .carsapp:hover{opacity:0.5; margin-top:-1px;}
.corp_table .sbut{color:#b42410; display:block; padding:0px 0px 6px 0px; text-align:center;}
.corp_table .optionstab{float:right;}
.corp_table .optionstab td{padding:0px!important; height:37px!important; border:0px;}
.corp_table .criteria{color:#5b5b5b; 
/* font-size:11px; */
}
.corp_table .topbord{border-top:1px solid #D1D1D1!important;}
.corp_table .itemprops{height:0px; overflow:hidden; cursor:default; margin:0px 0px 3px 0px; line-height:14px!important;}
.corp_table .moreprops{
/* font-size:11px; */
}
.corp_table .moreprops:hover{color:#B85C00;}
.corp_table .criteria{
/* font-size:11px; */
}

.listprice td{border:0px solid #D1D1D1; text-align:left!important; position:relative;}
.listprice thead td:first-of-type, .listprice thead td:last-of-type, .listprice td:first-of-type, .listprice td:last-of-type{
	/* padding:1px 0px 0px 5px!important;  */
	padding:1px 0px 0px 5px; 
	border-top:0px!important;
	border-bottom:0px!important;
	border-left:0px!important;
	border-right:0px!important;
}
.listprice thead td, .listprice td{
	padding:1px 0px 0px 5px!important; 
	border-top:0px!important;
	border-bottom:0px!important;
}
.listprice .trow td{padding:0px 0px 0px 5px!important; cursor:default; line-height:36px; border-bottom:0px!important;}

/* LIST price width */
.listprice{
	width:249px!important;
	height: 100%;
}
.listprice .avail{
	min-width:70px;
	max-width:70px;
	padding: 0 0 0 5px!important;
}
.listprice .avail:nth-of-type(1){
	min-width:80px;
	max-width:80px;
}
.listprice .day{
	min-width:90px;
	max-width:90px;
	padding: 0 0 0 5px!important;
} 
.listprice .cost{ min-width: 75px;} 
.listprice .tocart{width:19px; min-width: 88px;} 

.listprice .trow .avail{
	color:#cf4900; 
	min-width:70px;
	max-width:70px;
	padding: 0 0 0 5px!important;
}
.listprice .trow .avail:nth-of-type(1){
	min-width:80px;
	max-width:80px;
}
.listprice .trow .day{
	color:#001140; 
	text-indent:14px; 
	/* background:url('images/sclock.png') 0% 50% no-repeat;  */
	white-space: nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	min-width:90px;
	max-width:90px;
	padding: 0 0 0 5px!important;
}
.listprice .trow .day .no-return {
	display: inline-block;
	margin: 0px;
	color:#f50000;
	text-indent: 5px;
	text-align: center;
	line-height: 20px;
}
.listprice .trow .day p:nth-of-type(2){
	display: none;
}
.listprice .trow .cost{color:#379C08; font-weight:bold;}
.listprice .trow .tocart{padding-top:7px!important; min-width: 92px;}
.listprice .trow .tocart input[type="number"]{
	width: 35px!important; 
	margin: 0 -5px 0 5px!important;
}

/*** popup add to cart***/
.overlay-tocart {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .8);
	z-index: 100;
}
.popup-tocart {
	position: absolute;
	width: 400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
  	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	color: black;
	opacity:1;
}
.popup__h2 {
  	text-align: center;
  	border-bottom: none;
  	margin-bottom: 0px;
	color: #d2071a;
}
.popup-tocart p {
	font-size: 20px;
	text-align: center;
	color: #141414;
}
.close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background-color: #d2071a;
	position: absolute;
	height: 1px;
	width: 20px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background-color: #d2071a;
	position: absolute;
	height: 1px;
	width: 20px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}