.custom_section{
	padding: 35px 0px;
}
.profile_heading {
    padding: 10px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.custom_course{
	border: 1px solid #ffff99;
    border-radius: 5px;
    margin-bottom: 20px;
}
.course_title{
	text-align: center;
}
.course_title_link{
	font-size: 20px !important;
	font-weight: bold;
}
.course_para{
	text-align: center;
    font-size: 20px;
}
.course_details{
	font-weight: bold;
	font-size: 19px;
	color: #000;
	background: #ffff99;
}
.notifyjs-corner{
    z-index: 10000 !important;
}
.prof li{
    background: #ffff99;
    padding: 7px;
    margin: 3px;
    border-radius: 15px;
    list-style-type: none;
}
.prof li.active_account {
    background: #ffff99;
    padding: 7px;
    margin: 3px;
    border-radius: 15px;
    list-style-type: none;
}
.prof li a{
    color: #fff;
    padding-left: 15px;
}
.custom_btn{
    background: #ffff99;
    padding: 5px;
    margin: 3px;
    border-radius: 5px;
    color: #fff;
}
.order_btn:hover{
    border: 1px solid #D91F26 !important;
}
.shopping-cart__products{
    display: none;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .shopping-cart__products{
        display: block !important;
    }
    .desktop_shopping_cart{
        display: none !important;
    }
    .page__title{
        padding: 13px 0px 0px 0px;
        text-align: center;
        font-size: 25px;
        color: #222;
    }
}
.profile_heading{
	padding: 10px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.customer_profile_btn{
	padding: 8px 30px;
	font-weight: bold;
}
.customer_form_lable{
	font-weight: bold;
}
p.text-muted{
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #000 !important;
}
button.confirm{
    display: inline-block;
    font-weight: bold;
    background: #D91F26 !important;
    padding: 10px 10px;
    border: 2px solid #D91F26 !important;
}