:root {
     --main-color: #7b0031;
     --secondory-color: #ad0663;
      --light-color: #eaeaea;
      --dark-color: #333;
      --bg-color: #eff4f8;
}
/* color: var(--dark-color);
 */
 .wrapper-sticky{
     margin:60px 0px;
}
 .main-wrapper.wrapper-cont {
     padding-bottom: 0px;
}
 .nav-pills>li+li {
     margin-left: 2px;
     width: 100%;
}
 .sidebar-collapse>.nav>li {
     border-bottom: 1px solid rgba(107,108,109,.19);
     float: none;
     width: auto;
     margin: 0px 12px;
}
 .leftSidebar.col-md-3 {
     margin: 0;
     padding-left: 0;
}
 .main-wrapper .nav-second-level li a {
     padding-left: 37px!important;
}
 .leftSidebar .sidebar-collapse .nav {
     max-height:auto;
     min-height: auto;
     padding-bottom: 20px;
     padding-top:15px;
     display: block;
}
 .leftSidebar .arrow {
     line-height: 38px;
     font-size: 20px;
}
 .page-title h2 {
     margin:0px;
}

 .leftSidebar .sidebar-collapse .nav>li>a:hover {
     background: #ffffff;
}
 .leftSidebar .sidebar-collapse .nav>li>a {
     color: #000;
     background:transparent;
     text-shadow: none;
}
 .leftSidebar .active-menu {
     background-color:var(--main-color)!important;
     color: #fff!important;
}
 .wrapper-sticky.col-md-10{
     margin:60px auto;
     float:none;
}
 .list-group-item i.fa {
     margin-right: 12px;
}
 .wrapper-sticky .page-title {
     /* background-color:var(--bg-color); */
    /* background-color: #eff4f8;
     */
     padding: 16px;
     border-bottom: 1px solid #ccc;
     text-align: center;
     margin-bottom: 25px;
     box-shadow: 2px 2px 46px #f4f4f4;
}
 .wrapper-sticky .form-control {
    /* box-shadow: none!important;
     */
     border-radius: 0;
     box-shadow: 0 1px 7px 0 rgba(0,0,0,.1);
     padding: 10px 16px;
     -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -ms-transition: all .4s ease;
     height: 52px;
}
 .wrapper-sticky .form-control:hover {
     box-shadow: 0 10px 15px rgba(0,0,0,.1);
     -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     -ms-transition: all .4s ease;
}
 .shipping-address {
     color: #767676;
     font-weight: normal;
}
 .shipping-address h4{
     font-weight: bold;
     font-size: 22px;
     color: #5c5c5c;
}
 .orders-details-inner-sub-2 h4 a {
     color: #888;
     font-size: 16px;
}
 .wrapper-sticky .orders-details-inner>h3 {
     margin-bottom: 40px!important;
     padding:0px!important;
}
 .orders-details-inner>h3 strong {
     padding-bottom: 12px;
     display: inline-block;
     border-bottom: 1px solid var(--main-color);
}
 .page-title h2 {
     margin: 0px;
     /* opacity: 0.4; */
     font-weight: 600;
     color: #05a189;
}
 .wrapper-sticky button#update_btn {
     font-size: 13px;
     background: var(--main-color);
     padding: 7px;
    /* text-shadow: 2px 2px 0px #303030;
     */
     font-weight: normal;
     color: #fbfbfb;
}
 .profile-setting-form{
     margin-top:30px;
}
 .content-panel .well {
     box-shadow: none;
     border-radius: 0;
}
/*--media-responsive-css--*/
 @media (max-width: 767px) {
     .leftSidebar .navbar-default {
         display:none;
    }
}
/* .main_content_bg{
     box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
     background: #ffffff;
} */