#order-opc .cart_navigation { display:none; }

#order-opc #carrier_area .input-title {
	margin:10px 0px 10px 0px;
}

#order-opc .delivery-details--txt {
	
}
#order-opc .address_delivery p {
	margin: 10px 0px 0px 0px;
}

/* 16-06-2022 оптимизируем */

#order-opc .sd-header-top,
#order-opc .sd-nav,
#order-opc .sd-header-bottom .sd-shops,
#order-opc .sd-header-bottom .sd-search,
#order-opc .sd-header-bottom .sd-compare,
#order-opc .sd-header-bottom .sd-cart,
#order-opc .slider-container,
#order-opc .shopping-cart-products-count,
#order-opc .is-for-tab,
#order-opc footer
{
	display:none;
}

#order-opc .sd-header-bottom,
#order-opc .sd-header-bottom .sd-layout .sd-header__bottom {
	background-color: #f3f3f3;
}

/* корзина */
#order-opc .sd-cart>.sd-layout:first-child {
	padding: 0px 32px!important;
}

#order-opc .sd-cart--title,
#order-opc .title {
	margin: 10px auto;
	padding: 0px;
	color:var(--main-color);
}
@media screen and (max-width: 800px){
	.title {
		font-size: 28px;
		text-align: center;
		font-weight: 600;
	}
	#order-opc .pt-70 {
		padding-top: 0px!important;
	}
	.sd-container.is-product {
		margin: 10px;
	}
	#order-opc .sd-cart>.sd-layout:first-child {
		padding: 1px!important;
	}
	#order-opc .sd-cart--product>div {
		margin: 0 0px;
	}
	.sd-cart--finish-order .cart-form--contaner .form-container--input span.input-title {
		margin: 0px 0 7px;
	}
	
}

/* mobile */
#order-opc .mobile-burger,
#order-opc .mobile-shops,
#order-opc .mobile-search,
#order-opc .link-mobile-cart
{
	display: none;
}


#order-opc .sd-cart--product>div {
	margin: 0 7% 0 3%;
	width: 90%;
}
#order-opc .product_online_disabled .product-card__online_disabled{
	margin: 0px;
}
#order-opc .product_online_disabled img{
	opacity: 0.7;
}

#order-opc .pt-70 {
	padding-top: 30px;
}

#order-opc .sd-cart--product {
	margin-bottom: -1px;
	padding: 10px 20px 10px 20px;
	border: 1px solid #c4c4c4;
}

#order-opc .cart_product img {
	max-width: 100px;
	max-height: 100px;
}

#order-opc .sd-sum--container p {
	margin-top:10px;
}

#order-opc .sd-container.is-gray.cart-bottom>div {
	padding: 0px;
}
@media (max-width: 798px) {
	#order-opc .sd-cart--product .product-card__info-icon{
		margin: 0 0 0 0;
		width: 100%!important;
	}
	.cart-bank-gift-wrapp{
		display: flex;
		justify-content: space-between;
		margin-top: 12px!important;
	}

	.cart-bank-gift-wrapp p.product_bounty{
		margin-top: 10px;
		margin-bottom: 0px;
		display: flex;
		width: 70%;

	}
	.cart-bank-gift-wrapp p.product_bounty img{
		max-width: 20px;
		margin-right: 20px;
		margin-top: 4px;
	}
	.cart-bank-gift-wrapp .product-card__info-icon{
		max-width: 30% !important;
	}
	.sd-cart-product--name p.product_bounty{
		display: none;
	}
	.cart-bank-gift-wrapp .info-icon+.info-icon{
		margin-left: 0;
	}
}