

/* Start:/css/cart.css?15970569795499*/
#cartBlock .table_header {
	display: flex;
	margin-left: 193px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 14px; 
}
#cartBlock .table_header div {
	color: #868686;
	font-size: 16px; 
	text-transform: uppercase; 
}
#cartBlock .table_header div:nth-child(1) {
	width: 321px; 
}
#cartBlock .table_header div:nth-child(2) {
	width: 164px; 
}
#cartBlock .table_header div:nth-child(3) {
	width: 199px; 
}
#cartBlock .table_header div:nth-child(4) {
	//width: 237px; 
}
#cartBlock .table_item {
	display: flex;
	position: relative;
	margin-bottom: 1px;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #dfdfdf; 
}
#cartBlock .table_item img {
	max-width: 192px;
	height: auto;
	padding-right: 51px;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px; 
}
#cartBlock .table_item .about {
	width: 375px; 
}
#cartBlock .table_item .about > div > div {
    font-size: 20px;
    //font-weight: 500;
	padding-right: 15px; 
}
#cartBlock .table_item .about > div span {
	display: block;
    font-size: 14px;
    line-height: 18px;
}
#cartBlock .table_item .about .price_mob {
	display: none; 
}
#cartBlock .table_item .price, #cartBlock .table_item .about .price_mob {
	width: 192px;
	font-size: 18px;
	line-height: 35px; 
}
#cartBlock .table_item .price span, #cartBlock .table_item .about .price_mob span {
	//display: block;
	//font-size: 18px;
	//color: #717171;
	//text-decoration: line-through; 
}
#cartBlock .table_item .options {
	display: flex; 
}
#cartBlock .table_item .options > div {
	display: inline-block;
	width: 199px; 
}

#cartBlock .table_item .options > span {
display: inline-block; 
}
#cartBlock .table_item .options .sum {
	width: 145px;
	font-size: 18px;
	line-height: 50px; 
}
#cartBlock .table_item .options .delete {
	cursor: pointer;
	width: 89px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 50px;
	position: relative; 
	font-weight:400;
}
#cartBlock .table_item .options .delete div {
	position: absolute;
	right: 6px;
	top: 11px; 
}
#cartBlock .table_item .options .delete .iconClose {
	width:20px;
	height:20px;
	display:block;
    position: absolute;
    right: 6px;
    top: 14px;	
}
#cartBlock .table_item .options .delete .iconClose svg {
	width: 10px;
	height: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
}
#cartBlock .table_item .options .delete:hover .iconClose, #cartBlock .table_item .options .delete:focus .iconClose {
	background-color: #2DA89C;
	border-radius: 50%;
}

#cartBlock .table_item .options .delete:hover .iconClose svg polygon, #cartBlock .table_item .options .delete:focus .iconClose svg polygon {
	fill:#FFF !important;
}


#cartBlock .amount-block {
	height:32px;
	margin-top: 10px;
}

#cartBlock .amount-block span {
	display:block;
    height: 31px;
    width: 29px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #000;
	border: 1px solid #aaa;
    cursor: pointer;	
	float:left;
}

#cartBlock .amount-block span.remove-count {
    line-height: 29px;
    font-size: 29px;
}

#cartBlock .amount-block input {
    width: 41px;
    height: 31px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #aaa;
    border-left: none;
    border-right: none;
    float: left;
}

#cartTotal {
	float:right;
    font-size: 19px;
	font-weight:400;
	margin-top:30px;
	width:409px;
	margin-bottom:40px;
}

@media screen and (max-width: 1180px) {

	#cartBlock .table_header div:nth-child(1) {
		width: 272px;
	}

	#cartBlock .table_header div:nth-child(2) {
		width: 138px;
	}	
	
	#cartBlock .table_item .options .delete {
		text-indent: -100000px;
		width: 28px;
	}
	
	#cartBlock .table_item .options .delete .iconClose svg { 
		width: 12px;
		height:12px;
		top:4px;
	}

	#cartBlock .table_item .options .sum	{
		//text-align: right;
	}
	
	#cartBlock .table_item .options .sum	{
		width:100px;
	}
	
	#cartBlock .table_header div:nth-child(4) {	
		width: 100px;
	}
	
	#cartTotal {	
		width: 305px;
	}
	
}

@media screen and (max-width: 984px) {
	#cartBlock .table_header {
		display: none;
	}
	
	#cartBlock .table_item {
		align-items: start;
		padding: 20px 0px;
		position: relative;
		flex-wrap: wrap;
	}	
	
	#cartBlock .table_item img	{
			max-width: 40%;
			width: 100%;
			height: 100%;
			padding-right: 3%;
			border-top: 1px solid #fff;
			margin-top: -1px;
	}

	#cartBlock .table_item .about {
		width: 60%;
	}	
	
	#cartBlock .table_item .about .price_mob {
		display: block; 
	}	
	
	#cartBlock .table_item .price {
		display: none; 
	}	

	#cartBlock .table_item .options	{
		width:100%;
	}
	
	#cartBlock .table_item .options .delete {
		order: 1;
		width: 12%;
		margin-right: 28%;		
		text-indent: 0;
		padding-left: 15px;
	}	
	
	#cartBlock .amount-block {
		order: 2;
		width: 33% !important;
	}
	
	#cartBlock .table_item .options .sum	{
		order: 3;
		font-weight: 500;
	}
	
	#cartBlock .table_item .options .delete .iconClose { 
		left: 0px;
	}	
	
	#cartBlock .table_item .options .delete .iconClose svg { 
		width: 10px;
		height:10px;
		left:0px;
		top:6px;
	}	
	
	#cartTotal {	
		width: 363px;
	}	
}

@media screen and (max-width: 768px) {
	#cartBlock .table_item img	{
			max-width: 30%;
			margin-top:1.5vw;
	}
	
	#cartBlock .table_item .about {
		width: 70%;
	}		
	
	#cartBlock .table_item .options .delete {
		width: 14%;
		margin-right: 16%;
	}

	#cartBlock .amount-block {
		width: 36% !important;
	}	
	
	#cartBlock .table_item .options .sum	{	
		text-align: right;
	}
	
	#cartTotal {	
		width: 100%;
		text-align:center;
	}		
	
}




/* End */
/* /css/cart.css?15970569795499 */
