@media all and (max-width: 548px) {
	.title {
		font-size: 28px;
	}
	.controls-product .flex-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.quantity {
		margin-bottom: 30px;
	}
}

.product-info .price-product {
	font-size: 30px;
	color: #750404;
	margin: 0;
	font-weight: 700;
}

.product-info .info-text {
	margin-top: 45px;
	margin-bottom: 60px;
}
.product {
	display: flex;
	margin-bottom: 80px;
}
.product-photo-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse wrap;
	flex-flow: row-reverse wrap;
	min-width: 565px;
}
.product-slider-big {
	width: 420px;
}
.product-slider-small {
	width: 105px;
	margin-right: 40px;
}
.product-info {
	padding-left: 90px;
	padding-right: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-info h1 {
	margin-top: 0;
	font-size: 28px;
}
.product-info .product-name {
	font-size: 24px;
	margin: 0 0 35px;
	text-transform: uppercase;
}

.controls-product .table-size {
	color: #111;
	text-decoration: underline;
	margin-left: 35px;
	position: relative;
}
.controls-product .table-size:before {
	content: "";
	background: url('./images/size.png') no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -35px;
	top: 0;
}
.select-wrap {
	margin-bottom: 34px;
}
.controls-product .flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	flex-flow: row wrap;
	margin-top: 40px;
}
.user-fields {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-flow: row wrap;
}
.user-fields input {
    width: 100%;
    border: 2px solid #ededed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    position: relative;
    z-index: 2;
    height: 42px;
	padding: 0 35px 0 12px;
}
.user-field {
	width: 48%;
	margin-right: 4%;
}
.user-field label {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
	margin-bottom: 8px;
	display: block;
}
.user-field:nth-child(2) {
	margin-right: 0;
}
.user-fields textarea {
	width: 100%;
	border: 2px solid #ededed;
	margin-top: 20px;
	padding: 12px;
}
.add-to-cart {
	background: #750404;
	height: 52px;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	padding: 0 90px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	cursor: pointer;
}
.product-info .info-text .sub-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #111;
	font-weight: 700;
}
.add-to-cart:before {
	content: "\f07a";
	font-family: FontAwesome;
	margin-right: 13px;
}
.select-wrap p {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 8px;
}
.select-wrap .select-cont-wrap {
	position: relative;
	display: inline-block;
}
.select-wrap .select-cont-wrap:before {
	width: 17px;
	height: 9px;
	position: absolute;
	top: 17px;
	right: 11px;
	content: "";
	background: url('/local/templates/foundress/images/arrow-down.png') no-repeat center center;
}
.product-info .info-text,
.product-info .info-text p {
	line-height: 1.5;
}
.select-wrap .select-list {
	width: 323px;
	border: 2px solid #ededed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	position: relative;
	z-index: 2;
	height: 42px;
	padding: 0 35px 0 12px;
}


  .product-photo-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse wrap;
			flex-flow: row-reverse wrap;
	min-width: 565px; }

  .product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }

  .product-slider-big {
	width: 420px; }
	.product-slider-big .product-photo__item-big .img {
	  width: 420px;
	  height: 530px;
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat; }

  .product-slider-small {
	width: 105px;
	margin-right: 40px; }
	.product-slider-small .product-photo__item-small {
	  margin-bottom: 20px; }
	  .product-slider-small .product-photo__item-small .img {
		width: 105px;
		height: 140px;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat; }

  .product-info {
	padding-left: 90px;
	padding-right: 35px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box; }
	.product-info .product-name {
	  font-size: 24px;
	  margin: 0;
	  margin-bottom: 35px;
	  text-transform: uppercase; }
	.product-info .price-product {
	  font-size: 30px;
	  color: #750404;
	  margin: 0;
	  font-weight: 700; }
	.product-info .info-text {
	  margin-top: 20px;
	  margin-bottom: 60px; }
	  .product-info .info-text .sub-title {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 20px;
		color: #111;
		font-weight: 700; }
	  .product-info .info-text p {
		line-height: 1.5; }

  .controls-product .table-size {
	color: #111;
	text-decoration: underline;
	margin-left: 35px;
	position: relative; }
	.controls-product .table-size:before {
	  content: "";
	  background: url("./images/size.png") no-repeat;
	  width: 24px;
	  height: 24px;
	  position: absolute;
	  left: -35px;
	  top: 0; }

  .controls-product .flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	margin-top: 40px; }

  .select-wrap {
	margin-bottom: 34px; }
	.select-wrap p {
	  font-size: 18px;
	  font-weight: 700;
	  margin-top: 0;
	  margin-bottom: 8px; }
	.select-wrap .select-list {
	  width: 323px;
	  border: 2px solid #ededed;
	  -webkit-box-sizing: border-box;
			  box-sizing: border-box;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  background: transparent;
	  position: relative;
	  z-index: 2;
	  height: 42px;
	  padding: 0 35px 0 12px; }
	.select-wrap .select-cont-wrap {
	  position: relative;
	  display: inline-block; }
	  .select-wrap .select-cont-wrap:before {
		width: 17px;
		height: 9px;
		position: absolute;
		top: 17px;
		right: 11px;
		content: "";
		background: url("/local/templates/foundress/img/arrow-down.png") no-repeat center center; }

  .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 140px;
	border: 2px solid #ededed;
	height: 52px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 18px;
	margin-right: 18px;
 	}
	.quantity input {
	  width: 80px;
	  border: none;
	  height: 40px;
	  -webkit-appearance: none;
	  text-align: center; }
	.quantity input[type='number'] {
		-moz-appearance:textfield;
	}
	.quantity input::-webkit-outer-spin-button,
	.quantity input::-webkit-inner-spin-button {
		-webkit-appearance: none;
	}
	.quantity span {
	  width: 100%;
	  cursor: pointer;
	  text-align: center;
	  height: 100%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center; }
	  .quantity span:first-child {
		padding-top: 4px; }
	  .quantity span:hover {
		background: #f0f4f8; }

  .add-to-cart {
	background: #750404;
	height: 52px;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-decoration: none;
	padding: 0 90px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s; }
	.add-to-cart:hover {
	  background: #a41313; }
	.add-to-cart:before {
	  content: "\f07a";
	  font-family: FontAwesome;
	  margin-right: 13px; }
.ajax-response {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid transparent;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.old-price {
	color: #111;
	font-size: 20px;
	text-decoration: line-through;
	margin-left: 20px;
}
.product-info .price-product {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.form-text {
	margin-top: 30px;
	margin-bottom: 20px;
}
  @media all and (max-width: 1400px) {
	.product-photo-slider {
	  min-width: 480px; }
	.product-slider-small {
	  margin-right: 30px; }
	.product-slider-big {
	  width: 345px; }
	  .product-slider-big .product-photo__item-big .img {
		width: 345px;
		height: 466px; }
	.product-info .info-text {
	  margin-bottom: 60px; }
	.product-info {
	  padding-left: 40px;
	  padding-right: 15px; } }

  @media all and (max-width: 1024px) {
	.add-to-cart {
	  padding: 0 10px; }
	.slider-list .slider__item .img {
	  background-position: top center; } }

  @media all and (max-width: 960px) {
	.product-photo-slider {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-pack: start;
		  -ms-flex-pack: start;
			  justify-content: flex-start; }
	.product-slider-small {
	  margin: 0;
	  width: 100%; }
	  .product-slider-small .product-photo__item-small {
		margin-bottom: 0;
		margin-top: 25px; }
		.product-slider-small .product-photo__item-small .img {
		  width: 100%;
		  background-size: cover;
		  background-position: top center;
		  background-repeat: no-repeat; }
	.product-photo-slider {
	  min-width: 345px; } }

  @media all and (max-width: 767px) {
	.product-slider-small .product-photo__item-small {
	  margin-right: 5px; }
	  .product-slider-small .product-photo__item-small .img {
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		border: 2px solid #4b3329; }
	  .product-slider-small .product-photo__item-small.slick-current .img {
		border-color: #750404; }
	.product {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column; }
	.product-slider-big {
	  width: 100%; }
	  .product-slider-big .img {
		margin: 0 auto; }
	.product-photo-slider {
	  min-width: 100%; }
	.product-slider-small {
	  max-width: 345px;
	  margin: 0 auto;
	  width: 100%; }
	.product-slider-big .product-photo__item-big .img {
	  max-width: 100%; }
	.select-wrap .select-list {
	  width: 100%; }
	.product-info {
	  padding: 0 10px; }
	.product-slider-big .product-photo__item-big .img {
	  height: 315px;
	  background-position: top center;
	  max-width: 290px; }
	.breadcrumbs a, .breadcrumbs span {
	  display: inline-block;
	  margin-bottom: 10px; }
	.product-slider-small {
	  margin-bottom: 40px; }
	.product-info .product-name {
	  font-size: 20px; }
	.product-info .price-product {
	  font-size: 25px; }
	.product-info .product-name {
	  margin-bottom: 15px; } }

  @media all and (max-width: 548px) {
	  .user-field {
		  width: 100%;
		  margin-right: 0;
	  }
	  .user-field:nth-child(2) {
		margin-top: 20px;
		}
	  .product-info h1 {
		  font-size: 18px;
	  }
	  .select-wrap p {
		  font-size: 16px;
	  }
	  .user-field label {
		  font-size: 16px;
	  }
	.title {
	  font-size: 28px; }
	.controls-product .flex-wrap {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-align: start;
		  -ms-flex-align: start;
			  align-items: flex-start; }
	.quantity {
	  margin-bottom: 30px; } }