.product_card_header {
	font-weight: bold;
	margin-bottom: 30px;
}
.product_card_image {
	width: 100%;
	height: unset;
}
.product_card_image_middle {
	/*float: left;
	width: 50% !important;*/
}
.product_card_params {
	/*margin-top: -10px;*/
	font-size: 15px;
}
.product_card_extra_fields {
	width: 100%;
	float: left;
}
.extra_fields_el {
	padding: 10px 0 0 0;
}
.extra_fields_name {
	font-style: italic;
	color: darkgray;
	font-size: 15px;
}
.product_card_price_menu {
	min-height: 215px;
	width: 100% !important;
	margin-left: 0 !important;
}
.product_price_minus:hover, .product_price_plus:hover {
	cursor: pointer;
	background: #eee;
}
.product_price_minus {
	float: left;
	font-size: 20px;
	color: #b30f24;
	background: white;
	padding: 4px 10px;
	border: 1px solid #ccc;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	user-select: none;
}
.product_card_count {
	color: #9B9B9B;
	margin-bottom: 0;
}
.product_card_price {
	clear: both;
	color: black;
	padding-top: 20px;
	padding-right: 20px;
}

#p_c_buy {
	height: 34px;
}

.product_card_cost {
	font-size: 26px;
	font-weight: bold;
	color: black;
}
.product_price_plus {
	float: left;
	font-size: 20px;
	color: green;
	background: white;
	padding: 4px 10px;
	border: 1px solid #ccc;
	border-left: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	user-select: none;
}
.product_price_input,.product_price_input_m {
	float: left;
	border-radius: 0 !important;
	text-align: center;
	width: 100px;
}
input[type='number']:focus.product_price_input, input[type='number']:focus.product_price_input_m {
	box-shadow: none !important;
	text-align: center !important;
}
input[type='number'].product_price_input::-webkit-outer-spin-button,
input[type='number'].product_price_input_m::-webkit-outer-spin-button,
input[type='number'].product_price_input::-webkit-inner-spin-button,
input[type='number'].product_price_input_m::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
	margin: 0;
}
.product_card_order_btn {
	width: 165px !important;
	font-weight: bold;
	height: 50px;
}
.review_header {
	border-bottom: 1px solid #ccc !important;
	width: 940px !important;
}
.product_card_description_block {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}
.product_card_description {
	color: #777;
	width: 700px;
	margin-bottom: 40px;
}
.product_card_order_btn_get_price {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0;
	float: left;
}
.product_card_counter {
	clear: both;
}
.product_card_price {
	float: left;
}


@media(max-width: 991px){
	.product_card_extra_fields
	{
		clear:both;
	}
	.product_card_price_menu
	{
		clear: both;
	}
	
}

.product_card_form {
	/*width: 80%;
	float: left;*/
}

.product_card_fields {
	/*float: left;
	width: 40%;
	margin-left: 60px;*/	
}

.product_card_counter {
	float: left;
}

.product_card_counter_m {
	float: left;
	padding-left: 20px;
}

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

	.product_card_form {
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.product_card_counter_m {
		padding-left: 0px;
	}
}
@media screen and (max-width: 960px) {
}

@media screen and (max-width: 629px) {
	.product_card_image_middle {
		/*width: 100% !important;*/
	}

	.product_card_fields {
		/*margin-left: 0px;		
		width: 100%;*/
		margin-top: 10px;
	}

	.product_card_counter_m {
		padding-left: 20px;
	}
}

@media screen and (min-width: 565px) and (max-width: 629px) {
	.product_card_order {
		padding-left: 20px;
	}
}

@media screen and (max-width: 479px) {
	.product_card_counter_m {
		padding-left: 0px;
	}
}




.product-card-nextprev {
	background-color: white;
	color: #b30f24;
}

.product-card-nextprev:hover {
	background-color: #b30f24;
	color: white;
}

.product_card_anyproducts {
	/*float: left;
	width: 20%;
	margin-top: 83px;
	border-left: 1px solid #cccccc;
	min-height: 457px;*/
	height: auto !important;
	text-align: center;
}

.product_card_anyproducts_header {
	font-weight: bold;
	font-size: 15px;
	
}



@media screen and (max-width: 1279px) {
	.product_card_anyproducts {
		display: none;
	}
	.product_card_form {
		width: 100%;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1899px) {
	.product_card_anyproducts {
		/*min-height: 423px;*/
	}
}

.anyproducts_product {
	/*float: left;
	width: 100%;*/
	display: inline-block;
	width: 30%;
}

.anyproducts_product_img {
	width: 55%;
	margin: auto;
}

.anyproducts_product_img img {
	width: 100%;
}

.steel_grade {
	width: 166px;
}

.pt-1 {
	padding-top: 1rem;
}

.pt-2 {
	padding-top: 2rem;
}

@media screen and (min-width: 1900px) {
	.col-xl-6 {
		width: 50%
	}
}