@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

html,
body {
	width: 100%;
	height: 100%;
}


.table-products-items th,
.table-products-items td {
	
}

.table-products-items img {
	width: 100%;
	height: auto;
}


/*Модельное окно для отправки*/
.ezdilka {
	position: fixed;
	width: 350px;
	top: 0;
	right: 0;
	border: 1px solid #888;
	background: #fff;
	z-index: 1001;
	padding: 20px;
	text-align: center;
	display: none;
}
.help-text {
	display: none;
}

.envelope-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	display: block;
	line-height: 40px;
	width: 40px;
	box-shadow: 0 0 8px #888;
	border-radius: 50%;
	text-align: center;
	font-size: 1.2em;
	color: #888;
	cursor: pointer;
}

.close-btn {
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
}

/*.validation-summary-errors ul li:nth-child(-n+1) {
    display:none;
}*/





/*
Crosswise del
*/
del.cross {
  display: inline-block;
  /* запрещает перенос текста на следующую строку */

  text-decoration: none;
  position: relative;
}
.del-cross {
  display: block;
  position: relative;
  overflow: hidden;
  /* запрещает обтекать другие блоки */

}
del.cross:before,
.del-cross:before {
  content: '';
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0) url(http://paulradzkov.com/2012/crosswise/cross.svg) no-repeat;
  background-size: 100% 100%;
  /* растягивает фон на всю ширину и высоту блока */

}


/* ====== media ====== */
.media {
  margin: 10px 0;
}
.media,
.bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.media .img {
  float: left;
  margin: 0;
  margin-right: 30px;
}
.media .img img {
  display: block;
}



.form-control-Price {
    display: block;
    width: 100%;
    height: @input-height-base;
    padding: @padding-base-vertical @padding-base-horizontal;
    font-size: @font-size-base;
    line-height: @line-height-base;
    color: @input-color;
    background-color: @input-bg;
    background-image: none;
    border: 1px solid @input-border;
    border-radius: @input-border-radius;
}

 
