:root {
     --main-color: #a02a8b;
     --light-color: #eaeaea;
     --dark-color: #333;
     --bg-color: #eff4f8;
}
/* color: var(--dark-color);
 */
 .wrapper-sticky{
     /* margin:60px 0px; */
     margin: 0 auto;
     position: relative;
     padding: 30px 64px 0;
}
 .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; */
}
 .leftSidebar .arrow {
     line-height: 38px;
     font-size: 20px;
}
 .page-title h2 {
     margin:0px;
}
 .leftSidebar .navbar-default {
     box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
     background: #ffffff;
     border-color: #000;
     /* min-height: 1000px; */
}
 .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 {
     padding: 10px;
     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;
}

.card-body-icon {
     position: absolute;
     z-index: 0;
     top: -25px;
     right: -25px;
     font-size: 5rem;
     -webkit-transform: rotate(15deg);
     -ms-transform: rotate(15deg);
     transform: rotate(15deg);
 }
 .fa-fw {
     width: 1.28571429em;
     text-align: center;
 }
 .card-footer:last-child {
     border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
 }
 .card-footer {
     padding: 0.75rem 1.25rem;
     background-color: rgba(0, 0, 0, 0.03);
     border-top: 1px solid rgba(0, 0, 0, 0.125);
 }