.foto-box {
  margin-bottom: 50px;
}
.product__item {
  position: relative;
  margin-bottom: 40px;
}
.product__item > A.pict-link {
  text-decoration: none;
  display: block;
  /* height: 100%; */
}
.product__item .img {
  /*height: 300px;*/
  /*width: 300px;*/
  /*margin-bottom: 15px;*/
  border: 1px solid #DDD;
  /*margin: auto;*/
  /*display: block;*/
  /*overflow: hidden;*/
  /*line-height: 259px;*/
  /*position: relative;*/
  /* height: 100%; */
  display: block;
}
.product__item .img IMG {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/*.product__item__image
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}*/
.product__item__caption {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #562E14;
  letter-spacing: 0.05em;
  font-weight: 400;
  /*min-height: 39px;*/
  text-transform: uppercase;
  /*font-size: 12px;*/
  transition: none;
  /*line-height: 125%;*/
  /*padding: 3px 0 5px;*/
}
.product__item__descr {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #562E14;
  letter-spacing: 0.05em;
  font-size: 12px;
  transition: none;
  line-height: 125%;
  padding: 3px 0 2px;
  min-height: 50px;
}
.product__item__price {
  margin-bottom: 5px;
  font-size: 13px;
  padding: 5px 0;
  display: block;
  letter-spacing: 1px;
  text-align: center;
  color: #C97178;
}
.products-catalog .row .row {
  margin-bottom: 0;
}
.product__item__cart {
  /* position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	margin: 0; */
  /*display: block;*/
  /*margin-top: 0;*/
  margin: ;
}
.product__item__cart__customize {
  border: 1px solid #DDDDDD;
  backface-visibility: hidden;
  border-radius: 25px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  background-color: #FFFFFF;
  color: #25282C;
  display: inline-block;
  float: left;
  font-size: 11px;
  padding: 9px 16px;
  position: relative;
  text-transform: uppercase;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color;
  margin: 0;
  min-width: 120px;
}
.product__item__cart__customize.float-none {
  float: none;
  margin-top: 10px;
}
.product__item__cart__customize:hover {
  border: 1px solid #562E14;
  background-color: #562E14;
  color: #FFF;
}
.product-options-bottom {
  padding: 0;
}
.product_option LABEL.col-form-label {
  font-weight: 400;
}
/*.product-options-bottom .btn
{
	background-color: #3B1520;
	font-size: 16px;
	border-color: #3B1520;
}*/
/*.product-options-bottom .btn:hover
{
	background: #552331;
}*/
.product-options-bottom UL.add-to-links LI {
  float: left;
  text-align: left;
}
.product-options-bottom UL.add-to-links LI SMALL {
  font-size: 11px;
  display: block;
  margin: -11px 0 0 42px;
}
.product-options-bottom UL.add-to-links LI A {
  font-size: 12px;
  font-family: Lato;
  outline: medium none;
  text-align: left;
}
/*.product__item .link-wishlist
{
	(*float: right;*)
	(*cursor: pointer;*)
	(*border: 1px solid #DDDDDD;*)
	(*backface-visibility: hidden;*)
	(*border-radius: 50px;*)
	(*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*)
	(*background-color: #FFFFFF;*)
	(*color: #25282C;*)
	(*display: inline-block;*)
	(*font-size: 11px;*)
	(*padding: 5px 6px;*)
	(*position: relative;*)
	(*text-transform: uppercase;*)
	(*transform: translateZ(0px);*)
	(*transition-duration: 0.3s;*)
	(*transition-property: color;*)
	(*margin: 1px 5px 8px 0;*)
	background: #D2042D;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 36px;
	border-radius: 100%;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	text-transform: none;
	vertical-align: middle;
	width: 36px;
	color: #FFF;
}*/
/*.product__item .link-wishlist I
{
	font-size: 20px;
	vertical-align: -5px;
}*/
/*.product__item .link-wishlist:hover
{
	border: 1px solid #D58178;
	background-color: #D58178;
	color: #FFF;
}*/
.more_picts {
  display: block;
  text-align: center;
}
.more_picts I {
  font-size: 50px;
  color: rgba(85, 35, 49, 0.549);
  font-weight: 600;
}
.more_picts A {
  display: block;
  width: 100%;
  margin: 10px 0;
}
