.pagination_list{
	display: flex;
	align-items: center;
	justify-content:center;
	gap:5px;
}
.pagination_lnk{
	box-sizing: border-box;
	width: 32px;
	height: 31px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000000;
}
.current{border-color:#000;}
.pagination .more{margin-bottom:20px;}
.h2, 
.description_block h2, 
.h3, 
.description_block h3, 
.h4, 
.description_block h4{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	color: #262626;
	margin-bottom:20px;
}
.description_block .h2, 
.description_block h2{
	font-size: 16px;
	line-height: 20px;
	
}
.description_block .h3, 
.description_block h3{
	font-size: 14px;
	line-height: 17px;
}
.description_block .h4, 
.description_block h4{
	font-size: 12px;
	line-height: 15px;
}
.description_block p{
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #262626;
	margin-bottom:20px;
}
.description_block ol,
.description_block ul{
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #262626;
	margin-bottom:20px;
	padding-left:20px;
}
.description_block ul{list-style:none;}
.description_block ul li::before{
	--marker:2px;
	content:'';
	width: var(--marker);
	height:var(--marker);
	display: inline-block;
	vertical-align: middle; 
	margin-right: 8px;
	margin-left:-10px;
	background-color: #262626;
	border-radius:50%;
	
}
.container {padding: 0 100px;}
.description_block {
	max-width: 1020px;
	margin: 71px 0;
	
}
.table_block {
	overflow-x: scroll;
	scrollbar-width: thin;
	padding-bottom:5px;
	margin-bottom:20px;
}
.table_block::-webkit-scrollbar {
	height: 3px;
}
.table_block::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.table_block::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 5px;
  border: 3px solid #cdcdcd;
}
.description_block table {
	--minw:188px;
	border: none;
	border-spacing: 0;
}
.description_block thead th {
	padding: 16px 20px;
	min-height: 49px;
	border: 1px solid #E3E3E3;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #262626;
	background:#F5F1EC;
	min-width:var(--minw);
}
.description_block tbody td{
	padding: 16px 20px;
	min-height: 47px;
	border: 1px solid #E3E3E3;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #262626;
	min-width:var(--minw);
}
.description_block thead th:first-child,
.description_block tbody td:first-child{border-left:none;}
.description_block thead th:last-child,
.description_block tbody td:last-child{border-right:none;}
.description_block tbody tr:nth-child(2n){background:#F5F1EC80;}
.descripton_more{
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-decoration-line: underline;
	color: #262626;
	cursor:pointer;
}
.other_category{
	max-width:1020px;
}
.other_category .h3 {margin-bottom: 10px;}
.other_category_lnk_list_block {line-height: 25px;}
.other_category_lnk_list{
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 42px);
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}
.other_category_lnk{
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding-right:15px;
	border-right:1px solid currentColor;
	white-space: nowrap;
	margin-right: 10px;
}
.other_category_lnk_list .other_category_lnk:last-child{
	border:none;
	margin: 0;
}
.other_category_lnk_more {
	border-right: none;
	padding: 0 6px 0 18px;
	display: inline-block;
	margin-right: 0;
	vertical-align: middle;
	border-left: 1px solid currentColor;
}
.open .other_category_lnk_list {
	white-space: normal;
	overflow: revert;
	display: inline;
}
.open .other_category_lnk_more {
	transform: scaleY(-1);
}
footer {margin-top: 20px;}
.itemObject .img {
	display: block;
	width: 100%;
	position: relative;
}
.itemObject .img::before {
	content: '';
	display: block;
	padding-top: 70%;
	background: #f9f9f9;
}
.itemObject .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.itemObject .img img:nth-child(1) {}
.itemObject .img img:nth-child(2) {opacity: 0;}
.itemObject .img:hover img:nth-child(2) {opacity: 1;}
.itemObject_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.itemObject .name {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	margin-bottom:6px;
}
.itemObject .price {
	font-weight: 500;
	color: #959595;
	font-size: 11px;
}
.itemObject .price .new {
	display: inline-block; 
	margin-right: 25px; 
	color: #DE5031;
}
.size_select {
	width: 66px;
	height: 47px;
	box-sizing: border-box;
	border: 1px solid #E3E3E3;
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding: 8px;
}
.size_select select {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background: transparent;
	width: 100%;
	padding-left: 8px;
	background:url('../img/arrow_down.svg') no-repeat right 6px center #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;

}
.itemObject_bottom_btn {
	display: flex;
	align-items: stretch;
	gap: 6px;
}
.add2cart{
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	background: #fff;
	border:1px solid currentColor;
	height: 47px;
	box-sizing: border-box;
	border-radius: 12px;
	padding: 0 30px;
	cursor:pointer;
}
.add2cart_block .add2cart {
	border: none;
	padding: 0;
	height: revert;
	background: transparent;
}
.add2cart_block {
	position: absolute;
	top: 51px;
	right: 20px;
}
.quantity_in_cart{display:none;}









@media (max-width: 1440px) {
	.container { padding: 0 55px;}
}
@media (max-width: 1200px){
	.container { padding: 0 15px;}
	.itemObject_bottom {
		flex-direction: column;
		margin-top: 14px;
		align-items: flex-start;
	}
	.itemObject_bottom > div:first-child {margin-bottom: 10px;}
	.size_select {height: 30px;}
	.size_select select {padding-left: 6px;}
	.add2cart {
		height: 30px;
		padding: 0 5px;
	}
	.itemObject_bottom_btn {
		align-items: center;
		gap: 11px;
	}
	.add2cart_block .add2cart {
		height: 18px;
		width: 24px;
		margin-right: 6px;
	}
	.quantity_in_cart{
		font-family: 'Montserrat';
		font-weight: 500;
		font-size: 12px;
		line-height: 15px;
		color: #262626;
		display:inline-block;
		padding-bottom: 3px;
	}
	.add2cart_block {
		position: relative;
		top: revert;
		right: revert;
		display: flex;
		align-items: flex-end;
	}	
}

@media (max-width: 760px){

	.pagination_lnk svg {
		height: 6px;
		width: auto;
	}
	.description_block {margin: 40px 0;}
	.other_category_lnk_list {
		overflow: hidden;
		display: -webkit-inline-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		position: relative;
		white-space: normal;
		vertical-align: bottom;
	}
	.other_category_lnk_list .other_category_lnk:last-child {
		border-right:1px solid currentColor;
		margin-right:10px;
	}
	.other_category_lnk_more {
		vertical-align: revert;
		border: none;
		padding-left: 6px;
		/* margin-right: 8px; */
	}
	.other_category {margin-bottom: 45px;}








}
