.products__cart{
    position: relative;
    vertical-align: middle;
}

.products__cart .btn{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
	padding: 0px !important;
}	

.products__cart--minus, .products__cart--plus, .products__cart--count{
	position: relative;
    float: left;
    line-height: 38px;	
    background-color: #fff;
    border-color: #ccc !important;
}

.products__cart--count{
	min-width: 35px;
	max-width: 50px;
	border-top-right-radius: 0  !important;
    border-bottom-right-radius: 0  !important; 
	border-top-left-radius: 0  !important;
    border-bottom-left-radius: 0  !important;
	border-left-color: #fff !important;
    border-right-color: #fff !important;
}

.products__cart--count:hover{
}

.products__cart--minus, .products__cart--plus{
	background-color: #0F7536;
    color: #ffffff;
	font-size: 25px;
	padding: 0px !important;
	width: 35px;
}

@media (max-width: 900px){
	.products__cart--minus, .products__cart--plus{
		width: 20px !important;
	}
}


.products__cart--minus:hover, .products__cart--plus:hover{
	background-color: #0F7536;
    color: #ff6f15;
	font-size: 25px;
	padding: 0px !important;
}

.products__cart--minus {
	border-top-right-radius: 0  !important;
    border-bottom-right-radius: 0  !important;
}

.products__cart--plus {
	border-top-left-radius: 0  !important;
    border-bottom-left-radius: 0  !important;
}
.products__cart--itog{

	font-size: 20px;
	font-weight: bold;
	/*margin-top: 50px !important;*/
}
.products__cart--itog .currency::after{
	content: "\20bd";
}

.products__cart--itog>.price>s, .products__cart--itog>.old_price{
	font-size: 14px;
	font-weight: normal !important;
	color: #63636385;
}
.products__cart--itog>.old_price{
	clear: both;
}

.cart_inline{
	display: inline-block !important;
}
.products__cart--order
{
	background-color: #0F7536;
    color: #fff;
	float: right;
	font-size: 17px;
}

.products__cart--order:hover
{
	background-color: #0F7536;
    color: #ff6f15;
}

.cart .product__toggle {
    height: 20px !important;
    line-height: 20px !important;
    padding: 0px 5px !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

.cart .product__toggle.active:hover {
    background-color: #f3f3f3 !important;
	color: #000 !important;
}

.cart .product__toggle:hover {
    background-color: #F3F3F3 !important;
	color: #000 !important;
}
.cart .product__toggle.active {
    border-color: #f3f3f3 !important;
    background-color: #f3f3f3 !important;
    color: #000 !important;
}
/* */
#cart__delivery{
	background-color: white;
	border: 1px solid #63636321;
	border-radius: 10px;
    padding: 16px 16px 10px 16px;
	margin-bottom: 5px;
}

#cart__delivery--header{
	font-size: 20px;
	margin-bottom: 5px;
}

.cart__delivery--header-prim{
	font-size: 60% !important;
	display: block;
}

#cart__delivery--phone{
	position: relative;
}

#cart__delivery--phone-verify{
	text-decoration: none;
	position: absolute;
    top: 15px;
    right: 5px;
    font-size: 13px;
    background: #0f7536;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 25px;
}

#cart__itog--info{
	font-size: 20px;
	font-weight: bold;
}

.cart__delivery--order{
	float: right;
	margin-top: 5px;
}

#cart__delivery--itog{
}

#cart__delivery--price-error{
	font-size: 14px;
}

#cart__delivery--price{
}

.red_text{
	color: #761c19;
}

#cart__discount_percent_icon {
	width: 30px;
	float: left;
}
#cart__discount_delivery_icon::after, #cart__discount_percent_icon::after {
	border: 2px solid #0F7536;
	padding: 5px;
	border-radius: 30px;
	width: 30px;
	height: 30px;
}

#cart__discount_percent_icon::after{
	content: "\f295";
	font-family: FontAwesome;
}
#cart__discount_delivery_icon::after{
	content: "\f1b9";
	font-family: FontAwesome;
}
#cart__delivery--code-btn{
	width: 100%;
	display: none;
}
.btn_disabled{
	background-color: rgba(98, 98, 98, 0.75) !important;
}
#cart__delivery--code-input, #cart__delivery--code-info, #cart__delivery--code-timer{
    display: none;
}

.cart__delivery--order-loader{
	float: right;
}
.cart__delivery--order-info{
	float: right;
    font-size: 13px;
    margin: 12px 2px !important;
}

#cart__delivery--address-map-cls, #cart__delivery--address-map-cls:hover{
}


.cart__delivery--btn {
  background-color: #0F7536;
  color: #ffffff;
  float: right;
}
#cart__delivery--change{
	float: none !important;
}

.cart__delivery--btn:hover, .cart__delivery--btn:focus {
    color: #ffffff;
}

.suitable_delivery_shp{
	cursor: pointer;
	text-decoration: underline;
}

#cart__delivery--address-map{ 
	padding : 30px 20px ; 
	width : 100% !important ; 
	height : 95% !important ; 
	min-width : 100% !important ; 
	margin-left : -50% ; 
	left : 0% ; 
} 

#delivery_map{
	width:100%; 
	height:80%;
	z-index: 60000;
}

@media (max-width: 650px){
	#delivery_map{
		height:70% !important;
	}
}
@media (max-width: 370px){
	#delivery_map{
		height:60% !important;
	}
}
#cart__delivery--address-onmap{
	padding-left: 0 !important;
}

.order_header{
	margin-top: 0px !important;
}

@media all and (max-width: 900px) {
	.order_image{
		display: none;
	}    
}
.order_status{
	z-index: 9;
}
.order_status div{
	width: 60px;
	height: 60px;
	border-radius: 30px;
	border: 1px solid #0F7536;
	background-color: #0F7536;
	color: #ffffff;
	font-size: 2em;
	line-height: 60px;
    text-align: center;
}

.order_status div.active{
	border: 1px solid #ff6f15;
	background-color: #ff6f15;
}

.order_status div.endpaid{
	border: 0px solid #a3a3a3;
	background: #0F7536;
	background: linear-gradient(to right, #a3a3a3, #ff6f15);
}

.order_status div.old{
	border: 1px solid #a3a3a3;
	background-color: #a3a3a3;
}

.order_status-delivery:before{
	content: "\f1b9";
	font-family: FontAwesome;
}

.order_status-delivered:before{
	content: "\f0f5";
	font-family: FontAwesome;
}


.order_status-accept:before{
	content: "\f040";
	font-family: FontAwesome;
}

.order_status-paid:before{
	content: "\f09d";
	font-family: FontAwesome;
}
/*.order_status-cooking:before{
	content: "\f06d";
	font-family: FontAwesome;
}*/
.order_status-cooking img{
	margin-top: -10px;
}
.order_status-cooking:after{
	width: 60px;
    height: 4px;
    border: 1px solid #0F7536;
    line-height: 60px;
    margin-left: -20px;
    margin-top: 30px;
	background-color: #0F7536;
}

.order_status-line{
    height: 6px;
    border: 0px;
    line-height: 60px;
    margin-left: 100%;
    margin-top: 30px;
    background-color: #0F7536;
    width: 300%;
	z-index: 8;
}
.order_status-line.active{
	background: #0F7536; /* Для старых браузров */
    background: linear-gradient(to left, #0F7536, #ff6f15);
}
.order_status-line.old-active{
	background: #a3a3a3; /* Для старых браузров */
    background: linear-gradient(to right, #a3a3a3, #ff6f15);
}
.order_status-line.old{
	background: #a3a3a3; /* Для старых браузров */
    background: linear-gradient(to right, #a3a3a3, #a3a3a3);
}
@media (max-width: 670px) {
	.order_status-line{
		width: 0% !important;
		margin-left: 300% !important;
	}
}


@media (min-width: 768px) {
	.order_status-line{
		width: 300% !important;
		margin-left: 15% !important;
	}
}
@media (min-width: 676px) {
	.order_status-line{
		width: 400% !important;
		margin-left: 50% !important;
	}
}
@media (min-width: 845px) {
	.order_status-line{
		width: 320% !important;
		margin-left: -25% !important;
	}
}
@media (min-width: 1200px) {
	.order_status-line{
		margin-left: -60% !important;
	}
}


.cart__delivery--cutlery-input{
	width: 55px;
	float: left;
	margin: 0px 5px;
}

.cutlery_img{
	width: 30px;
	float: left;
}

#cart_message{
	margin-bottom: 10px;
	overflow: hidden;
}
#cart_message_img{
	float: left;
	height: 100%;
}
#cart_message_text{
	margin: unset !important;
	color: #626262;
    font-size: 14px;
	width: calc(99.9% - 150px);
	padding: 8px;
	float: left;
	text-align:center; 
    position: relative;
    background-color: #fff;
    border: 2px solid #0f7536;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
@media (max-width: 400px){
	#cart_message_img{
		display:none;
	}
	#cart_message_text{
		width: 99.9%;
		padding: 10px;
	}
	
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.select_present_dish{
	border: 1px solid #2b2b2b;
}


.cart__table--price_product{
	clear: both;
}

.nav-tabs.cart-tabs>li>a, .nav-tabs.cart-tabs>li>a:focus, .nav-tabs.cart-tabs>li>a:hover {
	color: #63636375;
}

.nav-tabs.cart-tabs>li.active>a, .nav-tabs.cart-tabs>li.active>a:focus, .nav-tabs.cart-tabs>li.active>a:hover {
	border: none;
	font-weight: bold;
	color: #626262;
}

.nav-tabs.cart-tabs , .nav-tabs.cart-tabs>li>a:hover {
	border: none;
}

.nav-tabs.cart-tabs{
	margin-bottom: 5px;
}

.nav.cart-tabs>li>a:focus, .nav.cart-tabs>li>a:hover {
	background-color: unset;
	border: none;
}

#cart__delivery--itog-info {
	margin-top: 45px;
}

#cart_go_to_order, #cart_order_finish{
	background-color: #0F7536;
	color: #ffffff;
}

