#wares_list ul {
	/*margin-top: 20px;*/
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    /*align-items: flex-end;*/
    align-items: baseline;
}

#wares_list .tabs_menu {
	/*float: right;*/
	text-align: right;
}

#wares_list .list li.ware-item {
	clear:left;
	width: 100%; /*border-bottom: 1px dotted #CCC;*/
	/*margin-bottom: 10px;*/
	/*padding-bottom: 10px;*/
	padding-top: 20px;
}
#wares_list .grid li.ware-item {
	float: left;
	width: 200px;
	height: auto;
	/*height: 395px; /*border-right: 1px dotted #CCC; border-bottom: 1px dotted #CCC;*/
	padding: 10px 10px;
	margin-top: 10px;
	border: 1px solid #FFFFFF;
	text-align: center;
	/*border-bottom: 1px solid #e6e6e6;*/
	
}

#wares_list .grid li.ware-item:hover {
	/*border-bottom: 1px solid #9c9797;*/
	border: 1px solid #d8d8d8;
}

#wares_list .list .img-responsive {
	float:left;  /*Выравнивание по левому краю */
    margin: 0 20px 25px 10px;  /*Отступы вокруг картинки */	
}
#wares_list .list h5 {
	display:none;
	margin: 5px;
	font-weight: 500;
	line-height: 18px;
}
#wares_list .grid h5 {
	margin: 5px;
	font-weight: 400;
	line-height: 18px;
	min-height: 110px;
}
#wares_list .grid h5:hover {
	color: #5f5f5f;
}
#wares_list .grid a:hover {
	text-decoration: none;
}
#wares_list .list a:hover {
	text-decoration: none;
}
#wares_list .grid h4 {
	display:none;
}
#wares_list .list h4:hover {
	color: #3a68bf;
}
#wares_list .grid h6 {
	display:none;
}
#wares_list .list h6 {
	font-size:14px;
	font-weight:normal;
}
.price {
	color: #0c17b1;
	font-weight:bold;
	/*margin: 0px;*/
	/*text-align: right;*/
	font-size: initial;
}

.price {	
	float: left;
	/*margin-right: 10px;*/
}

img.img-responsive {
	padding:3px;
	border:1px solid #999;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	/*margin-right:10px;*/
	/*margin-bottom: 5px;*/
}

#wares_list .list img {
	width: 150px;	
}

.active_tabs
{
	color: orange;
}

ul.pagination {
	margin-left: 50px;
}

ul.list.pagination {
	clear:left;
	float: left;
}

#wares_list .grid .pager-bottom {
	clear: left;
	float: left;
	margin-top: 20px;
}

#wares_list .btn {
	border-radius: 3px;
	padding: 3px 6px;
}

#wares_list .grid button.pistol88-cart-buy-button.btn.btn-primary.buy {
	float:right;
	font-size: 12px;
}

#wares_list .list button.pistol88-cart-buy-button.btn.btn-primary.buy {
	float:left;
	margin-right: 20px;
}

#wares_list .grid button.btn.btn-warning.reminder,
#wares_list .grid button.btn.btn-success.reminder {
	float:right;
	padding: 0px;
	font-weight: 500;
	white-space: inherit;
	font-size: 10px;
	width: 90px;
}

#wares_list .list button.btn.btn-warning.reminder,
#wares_list .list button.btn.btn-success.reminder {
	float:left;
	margin-right: 20px;
}

.price_discount {
	font-weight:bold;
	color: #0c17b1;
	white-space: nowrap;
}

#wares_list .list mark {
	background-color: #f9c149;
	font-weight: bold;
	padding: 5px;
	border: 1px solid red;
	margin-left: 20px;
}

#wares_list .grid mark {
	display:none;
}

div.absent-grid{
	float: right;
	width: 85px;
	padding: 0px;
	margin-bottom: 0px;
	border-color: #338c9e;
}

div.absent-list{
	float: left;
	width: 160px;
	padding: 5px;
	margin-bottom: 0px;
	margin-right: 20px;
	border-color: #338c9e;
}

div.tabs_menu{
	margin:20px;
}

#ware-new.absent-list{
	position: absolute;
	margin-top: -13px;	
	margin-left: -180px;
	font-size: 14px;
	border: 2px solid #e4dd56;
	-webkit-margin-start: 0px;
}

#ware-new.absent-grid{
	position: absolute;
	margin-top: -13px;
	margin-left: -100px;
	font-size: 15px;
	border: 2px solid #e4dd56;
}


#ware-discount.absent-list{
	position: absolute;
	margin-top: -18px;	
	margin-left: -50px;
	font-size: 13px;
	border: 2px solid #ffffff;
	background-color: #e82c2c;
	border-radius: 50px;
	padding: 11px 1px 11px 2px;
	-webkit-margin-start: 130px;
	min-width: 40px;
}

#ware-discount.absent-grid{
	position: absolute;
	margin-top: -20px;
	margin-left: 55px;
	font-size: 15px;
	border: 2px solid #ffffff;
	background-color: #e82c2c;
	border-radius: 50px;
	padding: 12px 1px 12px 2px;
	-webkit-margin-start: 55px;
	min-width: 45px;
}

