.cart_header {
	display: flex;
	justify-content: space-between;
	background: #f5f3f1;
	font-weight: 500;
	font-size: 14px;
	border-radius: 8px;
	padding: 15px 20px;
	margin: 0px 17px 0px 17px;
	width: auto;
	color: #000;
}

.cart_header a{
	color: #2651d1 ;
    font-weight: 700;
}

.cart_items {
	text-align: center;
	font-size: 16px;
}

.cart_item {
	border-bottom: 1px solid #d6d6d6;
}

.cart_items img {
border-radius: 8px;
transition: all .3s ease-in
}

.cart_items img:hover {
opacity: .8;
transition: all .3s ease-in
}

.cart_footer {
	float: left;
}

.cart-info {
	background: #fff;
	padding: 30px 30px;
	border-radius: 18px;
}

.allcart_info p {
	margin-bottom: 0;
	font-weight: 600;
}

.allcart_info {
  display: flex;
  background: #f5f3f1;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  padding: 15px 10px;
  margin-top: 20px;
  justify-content: space-around;
  color: #006933;
}

.count-input {
	border: 1px solid #d6d6d6;
	display: inline-flex;
	border-radius: 16px;
}

.count-input .btn-number {
	background: none;
}

.count-input .btn-number .fa {
	color: #b9b9b9;
	font-size: 16px;
}

.cart-number {
	background: white;
	color: #b9b9b9;
}

.price {
	font-size: 20px;
	font-weight: 700;
    color:#006933;
}

.online {
	border: 1px solid #d6d6d6;
	font-size: 16px;
	margin-bottom: 7.5px;
	margin-top: 7.5px;
	padding: 10px 5px;
	cursor: pointer;
	border-radius: 8px;
	width: 300px;
}

.payment {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.online .title {
	font-weight: 500;
}

.footer_adress {
	margin-bottom: 0;
	font-size: 16px;
}
.card_footer p {
	font-size: 16px;
}

.footer_adress a {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

.footer_delivery {
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
}

.partner_cart {
	background-color: #fff;
	border: 1px solid #d6dbe0;
	border-radius: 18px;
	margin-bottom: 30px;
}

.delivery_wrapper,
.payment_methods {
	display: grid;
	grid: auto/repeat(auto-fill, minmax(24%, 1fr));
	gap: 20px 10px;
	margin-left: -10px;
}

.delivery_card,
.payment_wrap {
	border: 1px solid #D0D0D0;
	border-radius: 8px;
	padding: 15px;
}
@media screen and (max-width:600px){
	.delivery_card,
	.payment_wrap {
		width:100%;
	}
}
.delivery_card:hover {
	border: 1px solid #10c44c;
}

.payment_wrap:hover {
	border: 1px solid #10c44c;
}

.delivery,
.payment_methods {
	padding: 0px 10px 0px 20px;
}

.card_top,
.payment_wrap {
	display: flex;
}

.payment_descr {
	padding-top: 15px;
	margin-left: 5px;
}

.delivery .delivery_card hr {
	border-top: 1px solid #D0D0D0;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 0px;
}

.delivery hr {
	margin-left: -10px;
}

.card_top img {
	height: 55px;
}

.card_descr p,
.card_bottom p {
	margin-bottom: 0;
	font-size: 14px;
	color: #ff8205;
	line-height: 18px;
}

.card_bottom p,
.card_bottom a,
.payment_descr p {
	font-size: 14px;
	color: #ff8205;
	line-height: 18px;
	margin-top: -10px;
	margin-bottom: 5px;
}

.card_bottom a {
	text-decoration: underline;
}

.card_descr .bold,
.payment_descr .bold {
	font-weight: bold;
	color: black;
}

.payment_descr .bold {
	margin-bottom: 10px;
}

.payment_descr p {
	color: black;
}


.btn_buy {
	margin-top: 15px;
}

.cart-info a {
	color: #006933;
	text-decoration: underline;
}

.cart-info p {
	margin-bottom: 0;
	font-size: 16px;
}

.cart-info p:first-child {
	font-weight: bold;
}

.btn_confirm button {
	color: #6C7479;
}

.discount {
	font-weight: 400;
	color: rgba(0, 26, 52, .6);;
}

.add-favorite,
.product_name {
	font-size: 16px;
}

.remove-cart-item {
	color: rgba(0, 26, 52, .6);
	font-weight: 400;
	font-size: 16px;
	background: none;
	padding: 0;
}

.remove-cart-item:hover {
	background: none;
}

.count input {
	width: 28px;
	height: 22px;
	border: none;
	background: inherit;
}

.cart-payment-block-select, .cart-payment-block-select:hover {
	border: 2px solid #10c44c;
	border-radius: 10px;
}
.cart-payment-block {
	cursor: pointer;
}

.cart-delivery-block-select, .cart-delivery-block-select:hover {
	border: 2px solid #10c44c;
}
.cart-delivery-block {
	cursor: pointer;
}

.cart_items.cart-items-disabled {
	opacity: 0.3;
}
.block-text-available {
	color: #ff8205 ;
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 16px;
}

.cart-error {
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ff8205 ;
	padding-bottom: 10px;
}