body{
    font-size: 16px !important;
}
#icon-family , #font_family{
    font-family: FontAwesome !important;
}
/*/side nav style */
.endpoint-ul > li {
    list-style: none;
    cursor: pointer;
    width: 100%;
}
.endpoint-ul > li >a{
    border-radius: unset;
    border: unset;
}
.endpoint-ul > li >a:hover{
    background-color: white;
    border: 0px;
    border-radius: unset;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 0px solid white;
}
.wc-forward{
    margin-left: 94px;
    margin-top: 5px;
    margin-bottom: 29px;
}
#title{
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-top: -24px;
    line-height: 3;
}
#price{
    margin-left: 140px;

}
#add-to-cart{
    margin-left: 31%;
    margin-bottom: 22px;
}
.forAnimate{
    width: 100% !important;
    position: unset !important;
    border: unset;
    border: unset;
    border-radius: unset;
    -webkit-box-shadow:unset;
    box-shadow: unset;
}
.dropdown{
    display: inline-grid !important;
}

.hide-ep-dropdown{
    display: none !important;
}
.show-ep-dropdown{
    display: block;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover {
    background-color: white;
    cursor: pointer;
    color: #96588A;
}
.dropdown-menu>a{
    color: #96588A;
}
.dropdown-menu>.active>a:focus {
    background-color: white;
    color: black;
}
.endpoint-ul {
    margin-left: 0% !important;
}

.endpoint-ul > li ,.forAnimate >li{
    border: 1px solid rgba(0,0,0,.05);
}
.forAnimate >li{
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}
.forAnimate > li >a >span {
    margin-left: 5%;
}
.forAnimate > li>a:hover,.forAnimate > li>a:focus,.endpoint-ul > li >a:focus ,.dropdown>a:focus ,.active ,nav .open>a, .nav .open>a:focus{
    background-color: white !important;
}
.up_down_icon{
    float: right;
    margin-top: 4.5%;
    font-size: 11px !important;
}

/*/side nav style */
/*show order in modal*/
.order-main-row{
    margin: 0% !important;
}
.ep-modal-lg{
    overflow-y: scroll;
    max-height:85%;
    margin-top: 50px;
    margin-bottom:50px;
}
.modal-title{
    display: -webkit-inline-box !important;
    font-weight: bold;
    font-size: 30px;
}
.modal-fade-in {
    transition-delay: 0.3s;
    transition-duration: .8s;
}
#modalId{
    font-size: 20px !important;
}
#user-profile-pic-form{
    margin-bottom: 0px !important;
}
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/*user image style */
.user-img {
    display: flex;
    justify-content: center;
}
.user-name{
    text-align: center;
    color: black;
    font-weight: bolder;
}
.user-logout{
    text-align: center;
    margin-bottom: 5%;
}
#logout-btn{
    margin-right: 2% !important;
}
#custom-user-avatar{
    width: 120px;
    height: 120px;
}


.ep-modal-lg::-webkit-scrollbar {
    width: 12px;
}

.ep-modal-lg::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.ep-modal-lg::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

@media only screen and (max-width: 992px) {
    #sidebar_position{
        float: unset !important;
    }
}

/*dashboard style*/
.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    color: #FFFFFF;
    transition: all 1s;
}
.tile-primary {
    background-color: #1b80c2;
}
.tile-success {
    background-color: #53b953;
}
.tile-warning {
    background-color: #f3aa41;
}
.tile-danger {
    background-color: #e45847;
}
.tile-info {
    background-color: #77b8d8;
}
.tile:hover {
    opacity: 0.95;
}
.tile a {
    color: #FFFFFF;
}
.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    background-color: rgba(255,255,255,0.1);
}
.tile .tile-heading .pull-right {
    transition: all 1s;
    opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
    opacity: 1;
}
.tile-body {
    padding: 15px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s;
}
.tile:hover .tile-body i {
    color: #FFFFFF;
    opacity: 1;
}
.tile .tile-body h2 {
    font-size: 42px;
}
.tile-footer {
    padding: 5px 8px;
    background-color: rgba(0,0,0,0.1);
}
.tile-number {
    font-size: 28px;
}
.panel .table {
    margin: 0;
}
.tile-default {
    background-color: #afafaf;
}
.main-section{
    border:1px solid #138496;
    background-color: #fff;
}
.profile-header{
    height:75px;
}
#customer-avatar img {
    margin-top: -50px;
}
.user-social-detail{
    padding:10px 0px;
    background-color: #17a2b8;
}
.avatar-holder {
    margin-bottom: 6px;
}
#customer-avatar {
    outline: 0;
}
#dccd-links .panel-body {
    text-align: center;
}
#dccd-links ul {
    display: inline;
    margin: 0;
}
#dccd-links li {
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    width: 100px;
    height: 100px;
    padding: 5px;
    transition: 0.3 all;
}
#dccd-links li:hover {
    background-color: #fafafa;
}
#dccd-links a {
    color: #666;
    display: block;
}
#dccd-links li i {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    line-height: 50px;
    font-size: 50px;
    color: #000;
}
.card_view_more:hover {
    cursor: pointer;
}
.dropdown-menu2{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: unset;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#dashboard_a {
    cursor: pointer !important;
}
#dccd-links li {
    width: unset !important;
    height: unset !important;
}
#dccd-links li i {
    width: 100%;
}