.cart_unit
{
	font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 17px;
    color: #AF0B0C;
}
.cart_unit .old-price
{
	color: #777676;
    font-size: 13px;
    text-decoration: line-through;  
    padding-right: 12px;
    font-weight: 500;
}
.address_add {
	margin-bottom:20px;
}
.address_add .button {
	background:#43B754;
	border:1px solid #43B754!important;
	line-height:50px;
	height:50px;
}

.address_update .button .fa {
	margin-right:5px;
}
.address_update .button {
	margin-right:20px;
}

.address_title {
    border: 1px solid #ebebeb;
    line-height: normal;
}
.address_title h3 {
	padding: 10px 0;
    text-align: center;
    
}
.address_update {
	border: 1px solid #999; 
	padding: 10px 0;
}
.address .box{
    border: 1px solid #999;  
    
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: 	all 0.2s ease-in 0s;
    -o-transition: 	all 0.2s ease-in 0s;
    transition: 	all 0.2s ease-in 0s;
}
.address .box li i.fa
{
	padding-right:8px;
}
#order_step
{
		border:1px solid #ebebeb;
}

#order_step li, 
.address li {
	padding: 0 20px;
    min-height: 45px;
    border-bottom: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/*.address li:first-child
{
	border:none;
}*/
#order_step li:last-child
{
	border:none;
}
.address li:last-child
{
	border:none;
	min-height:80px;
}
.address li span i {
    margin-right: 5px;
}
.order_delivery {
	margin-top:15px;
	margin-bottom:20px;
}
.address.address-box {
    border: 1px solid #999;
    padding: 0;
}
.checkbox #uniform-addressesAreEquals input[type="checkbox"]{
	margin-left: 0;
} 
.delivery_option_radio .radio input[type="radio"], 
.delivery_option_radio .radio-inline input[type="radio"]{
}
p.submit {
    margin-top: 20px;
}
.payment_module {
    border: 1px solid #ebebeb;
    padding: 30px;
}
/*=========custome===========*/
	.cart_item .cart_avail>span
	{
		padding: 2px 5px;
    background-color: #74b774;
    color: #fff;
    border-radius: 3px;
	}
	[class^="cart_total_"] .price,
	.cart_item .cart_total
	{
		color: #111;
    font-weight: 600;
	}
	.main-page-indent
	{
		margin-top: 15px;
    margin-bottom: 25px;
	}
	.block_adresses
	{
		margin-top:25px;
	}
	.subcart_title
{
	padding-bottom: 40px;
}
/*==========end custome===========*/
