.product-item-container {
	position: relative;
	margin-bottom: 25px;
}
.b-catalog__section .b-catalog-section__container .card {
	width: 32%;
	margin-right: 15px;
	margin-bottom: 26px;
	/*
	width: calc( (100% - 35px) / 3);
	margin-right: 15px;
*/
}

@media (max-width: 1750px) {
	.b-catalog__section .b-catalog-section__container .card {
		width: 30%;
	}
}

@media (max-width: 1600px) {
	.b-catalog__section .b-catalog-section__container .card {
		width: 47%;
	}
}

@media (max-width: 600px) {
	.b-catalog__section .b-catalog-section__container .card {
		width: 100%;
		margin-right: 0;
	}
}

/*
@media (max-width: 1200px) {
.b-catalog__section .b-catalog-section__container .card {
    -ms-flex-preferred-size: calc(50% - 26px);
    flex-basis: calc(50% - 26px);
}
}


@media (max-width: 767px) {
.b-catalog__section .b-catalog-section__container .card {
    -ms-flex-preferred-size: calc(100% - 26px);
    flex-basis: calc(100% - 26px);
}
}
*/

.b-popular__list .card {
	width: calc((100% - 35px) / 3);
}

/*
.b-popular__list .card:nth-child(3n){
	margin-right: 0px;
}
*/

.line {
	width: 100%;
}

.product-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 377px;
	height: 100%;
	background-color: #ffffff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0px 30px 35px 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-item:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.01);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.01);
}

.line .product-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: none;
	padding: 40px;
}

.line .product-item .product-item__picture {
	width: 279px;
}

.product-item-info__container {
	/* position: relative; */
	display: block;
	margin-bottom: 25px;
}
.product-item-info__container:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-item-info__container:nth-child(3) {
	margin-bottom: 0;
}

.product-item-info__wrapper_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.product-item-info__wrapper_col:nth-child(1) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-item-info__container:nth-child(3) .product-item-info__wrapper_col {
	margin-bottom: 0;
}

@media (max-width: 1700px) {
	.product-item-info__wrapper_col {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.product-item-info__wrapper_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-item__header {
	/* position: relative; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 90px;
}
.product-item-label {
	position: absolute;
	top: 0px;
	left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	z-index: 1;
}
.product-item-label__point,
.product-item-label__marks {
	position: relative;
	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;
	width: 35px;
	height: 90px;
	margin-right: 10px;
}
.product-item-label__point {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 10px;
}
.product-item-label__marks {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCAzNSA4OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0wIDBIMzVWODIuMTk3OEw3LjUgODhMMCA4Mi4xOTc4VjBaIiBmaWxsPSIjQURBMDkwIi8+DQo8L3N2Zz4NCg==");
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #ffffff;
}
.product-item-label__marks span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.product-item__size {
	font-size: 14px;
	color: #ada090;
	word-spacing: -3px;
}
.product-item__size span {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
}
.product-item__size span:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 17px;
	height: 7px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOC43MTA5NCA0LjE0MDYzVjAuODU5Mzc1SDkuMjU3ODFWNC4xNDA2M0g4LjcxMDk0Wk0xLjY1NjI1IDIuNzkzOTVDMS45MjA1NyAzLjEwMzg0IDIuMTkxNzMgMy41NTI3MyAyLjQ2OTczIDQuMTQwNjJIMS45Nzc1NEMxLjM5ODc2IDMuNDU3MDMgMC43ODM1MjkgMi45NTExNyAwLjEzMTgzNiAyLjYyMzA1VjIuMzc2OTVDMC43ODM1MjkgMi4wNDg4MyAxLjM5ODc2IDEuNTQyOTcgMS45Nzc1NCAwLjg1OTM3NUwyLjQ2OTczIDAuODU5Mzc1QzIuMTkxNzMgMS40NDcyNyAxLjkyMDU3IDEuODk2MTYgMS42NTYyNSAyLjIwNjA1TDYuODkyNTggMi4yMDYwNUM2LjYzMjgxIDEuODk2MTYgNi4zNjE2NSAxLjQ0NzI3IDYuMDc5MSAwLjg1OTM3NUg2LjU3MTI5QzcuMTUwMDcgMS41NDI5NyA3Ljc2NTMgMi4wNDg4MyA4LjQxNjk5IDIuMzc2OTVWMi42MjMwNUM3Ljc2NTMgMi45NTExNyA3LjE1MDA3IDMuNDU3MDMgNi41NzEyOSA0LjE0MDYzSDYuMDc5MUM2LjM2MTY1IDMuNTUyNzMgNi42MzI4MSAzLjEwMzg0IDYuODkyNTggMi43OTM5NUwxLjY1NjI1IDIuNzkzOTVaIiBmaWxsPSIjQURBMDkwIi8+DQo8L3N2Zz4NCg==");
	background-position: center;
	background-repeat: no-repeat;
}
.product-item__size span:nth-child(2):before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.product-item__size span:nth-child(3):before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-item__image-wrapper {
	position: relative;
	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;
}
.product-item__picture {
	display: block;
	max-width: 279px;
	width: 100%;
	height: 274px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 400px) {
	.product-item__picture {
		width: 200px;
		margin: 0 auto;
	}
}

.product-item__name {
	display: block;
	width: 100%;
	max-width: 210px;
	font-size: 18px;
	color: #1e1a1b;
	width: 65%;
	overflow-wrap: break-word;
}
.product-item__name:hover {
	color: #ada090;
	text-decoration: none;
}
[class^="product-item__availability_"] {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5px;
	padding-left: 16px;
	font-size: 14px;
}
[class^="product-item__availability_"]:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.product-item__availability_y {
	line-height: 18px;
	color: #1e1a1b;
}
.product-item__availability_y:before {
	background-color: #ada090;
}
.product-item__availability_n {
	line-height: 18px;
	color: #959595;
}

.product-item__availability_n:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ada090;
}
.product-item__collection a {
	text-decoration: none;
	font-size: 14px;
	color: #ada090;
}
.product-item-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}
.product-item-amount-field-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 100px;
}
input.product-item-amount-field {
	max-width: 100%;
	height: 35px;
	padding: 5px 25px;
	border: 1px solid #d6d3d0;
	text-align: center;
	-moz-appearance: textfield;
	font-size: 14px;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.product-item-amount-field::-webkit-outer-spin-button,
input.product-item-amount-field::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus {
	position: absolute;
	width: 25px;
	height: 100%;
	background-size: auto 12px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: background 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, opacity 300ms ease;
}
/* .product-item-amount-field-btn-minus {
	left: 0px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
.product-item-amount-field-btn-plus {
	right: 0px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==);
} */

.product-item-amount-field-btn-minus {
	left: 5px;
}

.product-item-amount-field-btn-minus::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1px;
	width: 12px;
	background: #000;
}

.product-item-amount-field-btn-plus {
	right: 5px;
}

.product-item-amount-field-btn-plus::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1px;
	width: 12px;
	background: #000;
}

.product-item-amount-field-btn-plus::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 12px;
	width: 1px;
	background: #000;
}

.product-item-amount-field-btn-minus:hover,
.product-item-amount-field-btn-plus:hover {
	opacity: 0.6;
}

.product-item-price-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-item-price-container span + span {
	margin-left: 17px;
}

@media (max-width: 1500px) {
	.product-item-price-container span {
		width: 100%;
	}
}

.product-item-price-current {
	font-size: 24px;
	color: #1e1a1b;
}
.product-item-price-old {
	font-size: 16px;
	color: #959595;
	text-decoration: line-through;
}

.card .product-item-amount-description-container {
	display: none;
}

/*b-popular__list*/
.b-popular__list .product-item-container {
	width: calc((100% - 90px) / 4);
	margin: 0 10px;
	margin-bottom: 15px;
}
/*
.b-popular__list .product-item-container:nth-child(3n){
	margin-right: 25px;
}
*/
/*
.b-popular__list .product-item-container:nth-child(4n){
	margin-right: 0px;
}
*/

@media (max-width: 1300px) {
	.b-popular__list .product-item-container {
		width: calc((100% - 75px) / 3);
	}
}
@media (max-width: 800px) {
	.b-popular__list .product-item-container {
		width: calc((100% - 75px) / 2);
	}
}

@media (max-width: 600px) {
	/*
  .b-popular__list .card {
    margin-right: 0;
  }

  .b-popular__list .product-item-container:nth-child(3n) {
    margin-right: 0;
}
*/

	.b-popular__list .product-item-container {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
}

.product-item-line__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 279px;
	height: 274px;
	margin-right: 20px;
}

.product-item-line-info {
	position: relative;
}

.product-item-line-info:nth-child(1) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
}
.product-item-line-info:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: calc(100% - 300px);
}

.product-item-line-info-container:nth-child(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 320px);
}
.product-item-line-info-container:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 320px;
}

.product-item-line__picture {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-item-line-label {
	position: absolute;
	top: 0px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-item-line__name {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 30px;
	color: #1e1a1b;
}
.product-item-line__name:hover {
	text-decoration: none;
}

.product-item-line__collection {
	margin-bottom: 30px;
}
.product-item-line__collection a {
	font-size: 14px;
	color: #ada090;
}

.product-item-line__collection a:hover {
	color: #1e1a1b;
	text-decoration: none;
}
.product-item-line-price-container {
	margin-bottom: 20px;
}
.product-item-line-property {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
.product-item-line-property__name {
	margin-right: 10px;
	font-size: 14px;
	color: #000000;
}
.product-item-line-property .product-item__size {
	font-size: 14px;
}
.product-item-line-info .product-item-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.product-item-line-info .product-item-buttons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-item-line-info .product-item-amount-description-value {
	font-size: 14px;
	color: #000000;
}
.product-item-line-info .product-item-amount-description-value span {
	margin-left: 15px;
	font-size: 24px;
	color: #1e1a1b;
}
