.dashboardCard {
    padding: 50px 0px;
    font-size: large;
}
.sidebarColTop {
    margin-bottom: 10px !important;
}
.sidebarCol > ul > li .sidebarItem,
.sidebarColTop {
    padding: 20px;
    border-radius: 10px;
    background: #F9F4CB;
}
.sidebarCol > ul > li .sidebarItem {
    font-size: 16px;
    text-transform:uppercase;
    font-weight: 400;
}
.sidebarCol {
    width: 326px;
}
.sidebarCol ul li {
    margin-bottom: 10px;
}
.sidebarCol > ul > li + li{margin-top:10px;}
.sidebarIcon {
    position: relative;
    top: -2px;
}
@media (max-width: 991.5px){
    .sidebarCol{
        position:fixed;
        left:0;
        top:82px;
        bottom:0;
        background-color:var(--white);
        z-index:98;
        padding:30px 0 0;
        width:100%;
        -webkit-transition:all 300ms ease-in-out 0s;
        -o-transition:all 300ms ease-in-out 0s;
        transition:all 300ms ease-in-out 0s;
        -webkit-transform:translateX(-150%);
        -ms-transform:translateX(-150%);
        transform:translateX(-150%);overflow-y:auto;
    }
}
.bgSecondary {
    border-radius: 0;
    border-bottom-left-radius: 10px;
    background-color: var(--primaryDark);
    border-top-left-radius: 10px;
}

.accCard {
    padding: 0 12px;
    color: #ffffff;
}
.dashboardCard {
    padding: 50px 0px;
    font-size: large;
}
.bg-light {
    background-color: #2c9bb9 !important;
}
.dashboard,
a {
    color: inherit;
    text-decoration: none;
}
.dashboard a:hover {
    color: inherit;
    text-decoration: none;
}
.dashboardCard a {
    color: inherit;
    text-decoration: none;
}
.dashboardCard a:hover {
    color: inherit;
    text-decoration: none;
}
.headerOptions > ul > li,
.headerOptions > ul > li > a {
    position: relative;
}
.headerOptions {
    margin-left: -30px;
    margin-right: 10px;
}
.userImg > img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    object-fit: cover;
}
.userText > h4 {
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
}
.navigation-main-hp-dashbord > ul > li {
    padding: 20px 40px 20px 15px;
    line-height: inherit;
    color: #000;
    border-bottom: 1px solid #e9f2ee;
    background: none;
    background-size: 20px;
}
.navigation-main-hp-dashbord > ul > li:last-child {
    border-bottom: none;
}

.dropBtn,
.subMenuCol .title-head {
    padding: 10px 15px;
    background-color: #f9f6f0;
}
.loginInformation > ul > li > a > span.dropIcon {
    max-width: 14px;
    margin-right: 6px;
}
.loginInformation > ul > li > a,
.listDropDown > ul > li > a {
    font-size: 15px;
    color: #000;
    display: flex;
    padding: 11px 13px;
    align-items: center;
}
.loginInformation > ul > li > a > span {
    margin-left: 5px;
}
.dashboardName {
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 5px;
    max-height: 38.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.shippingBtn {
    margin-top: 10px;
}
.shippingBtn > ul > li {
    display: inline-block;
    vertical-align: middle;
}
.shippingLeft {
    width: auto;
}
.shippingLeft > div > label {
    font-size: 16px;
    color: #9b9b9b;
    font-weight: 500;
}
.shippingLeft > span {
    font-size: 16px;
    display: block;
}
.dashboardCard {
    font-weight: 400;
}
.shippingLeft > div > label {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.dash_order_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shippingLeft > div > label {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.shippingBtn ul li {
    margin-bottom: 10px;
}
.checkOrder label {
    font-size: 16px !important;
}
/* .filled-address hr {
    margin: 0 !important;
} */
.filled-address-item {
    margin-bottom: 20px;
}
.address-divider {
    margin-top: -5px;
}
.pro-file-upload {
    display: none;
}
.bg-account-card {
    background: var(--primary);
}
