
a{
    text-decoration: none!important;
}
.block-title strong {
    font-family: 'robotobold';
    font-size: 18px;
}
.block-account .block-title strong span{
    color: #fff!important;
    font-width: bold;
}
.block-title{
    border-bottom: 1px solid rgba(177, 177, 177, 0.32);
    background-color: #FDA134;
}
.block-account .block-title strong span {
    display: block;
    height: 38px;
    line-height: 38px;
    margin-left: 14px;
    color: #4D86C6;
}
.sidebar{
    border: 1px solid rgba(177, 177, 177, 0.32);
    border-radius: 5px;
}
.account_menu{

}
.account_menu li{
    border-bottom: 1px solid rgba(177, 177, 177, 0.32);
    padding: 4px 0;
}
.account_menu li a{
    padding: 15px;
    color: #000;
}
.account_menu li a:hover{
    color: #E15725;
}
.account_menu li:last-child{
    border-bottom: none;
}
.active{
    color: #E15725!important;
    font-weight: bold;
}
.page-title h1 {
    font-family: 'robotolight';
    font-size: 16px;
    font-weight: bold;
    color: #414042;
}
.page-title{
    border-bottom: 1px solid rgba(177, 177, 177, 0.32);
}
.hello{
    margin-top: 10px;
}
.dashboard p{
    font-size: 13px;
    margin-bottom: inherit;
    text-align: justify;
}
h2{
    font-size: 16px !important;
}
.box-head h2{
    color: #E15725!important;
}
.box-head a{
    text-align: right !important;
    color: #E15725!important;
}
.box-head{
    border-bottom: 1px solid rgba(177, 177, 177, 0.32);
}
.left_aria, .right_aria{
    padding: 10px 0 3px;
}
 .box-title h3{
     font-size: 13px;
     font-weight: bold;
 }
 .border_bt {
     /*border-bottom: 1px solid rgba(177, 177, 177, 0.32);*/
     padding: 0;
 }
 .border_bt h3{
     border-bottom: 1px solid rgba(177, 177, 177, 0.32);
     padding: 8px 0;
     margin-right: 20px;
 }
.border_bt h3:last-child{
    margin-right: 0px;
}
.border_bt a {
    color: #E15725!important;
}
.footer_a a {
    color: #E15725!important;
}

/********************** Edit Page****************** */
.bg_color{
    background-color: #E15725;
    color: #fff!important;
}
.ft_color {
    color: #E15725 !important;
}

.hover_col:hover{
    color: #FDA134 !important;
}
.hover_bg:hover{
    background-color: #FDA134;
}
.font_size{
    font-size: 10px;
}
.form-control:focus{
    box-shadow: 0 0 0 0.2rem #fda13442;
    border-color: #e87c1b;
}

/********************** wishlist Page****************** */
.wishlist_table img{
    height: 68px;
}
.wishlist_table td i {
    width: 100%;
    text-align: center;
    line-height: 68px;
}

.wishlist_table .fa-shopping-bag:before{
    color: #fff;
    background: #e15725;
    padding: 10px;
    border-radius: 5px;
}
.wishlist_table .fa-times{
    color: #e15725;
}