.title_aside_form{
	text-align: center; 
	margin-bottom: 10px; 
	padding: 10px 0px 10px 0px; 
	font-size: 20px; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
}
.bg_brown_ta_form{
	color: #FFF;
	background: rgba(110,55,30,0.9); 
}
.icon_box1{ 
    width: 40px;
    height: 40px;
    line-height: 34px;
    color: #48c7ec;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #48c7ec;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.icon_box1:hover{ 
    color: #ffffff;
    background-color: #48c7ec;
    border: 2px solid #48c7ec;

}
.icon_box_left{
	position: absolute;
    border-radius: 50%;
	width: 60px; 
	height: 60px; 
	left: -30px;
    top: 30px;
    color: #48c7ec;
	border: 2px solid #48c7ec;
    font-size: 24px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 20px !important;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;						
}
.icon_box_left:hover{ 
    color: #ffffff;
    background-color: #48c7ec;
    border: 2px solid #48c7ec;
}
.img_col_cart{
	float: left; width: 90px; background: none;
}
.title_col_cart{
	float: left; width: 260px;  background: none;
}
@media(max-width: 1024px){
	.img_col_cart{
		width: 90px; 
	}
	.title_col_cart{
		width: 200px;
	}
}
@media(max-width: 860px){
	.img_col_cart{
		float: none; width: 100%; 
	}
	.title_col_cart{
		float: none; width: 100%; 
	}
}
@media(max-width: 760px){
	.ml-30{
		margin-left: 30px; 
	}
}