
.mobile-nav {
    border-left: 12px dashed #eeeeee;
}

.mobile-nav .mobile-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 3rem;
}

.mobile-nav .mobile-holder .side-logo {
    max-width: 35px;
}

.mobile-nav .mobile-holder .close-button {
    max-width: 16px;
}

.mobile-nav .widgetarea-mobile {
    padding: 5rem;
    background-color: #fafafa;
    max-width: calc(100% - 30px);
    margin: 7rem auto;
}

.mobile-nav h5.widget-title {
    font-size: 17px;
    color: #2f2f2f;
    font-weight: 600;
    text-transform: none;
    max-width: 100px;
    margin-bottom: 25px;
    position: relative;
}

.mobile-nav h5.widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 7px);
    width: 30px;
    height: 2px;
    display: block;
    background-color: #D61F27;
}

.mobile-nav .widgetarea-mobile li {
    position: relative;
    margin-bottom: 2rem;
    display: block;
    padding-left: 25px;
}

.mobile-nav .widgetarea-mobile li::marker {
    font-size: 0px;
}

.mobile-nav .widgetarea-mobile li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.mobile-nav .widgetarea-mobile li:nth-child(1):before {
    background-image: url('/wp-content/uploads/2022/08/location-icon.svg');
}
  
.mobile-nav .widgetarea-mobile li:nth-child(2):before {
    background-image: url('/wp-content/uploads/2022/08/telephone-header-01.svg');
}
  
.mobile-nav .widgetarea-mobile li:nth-child(3):before {
    background-image: url('/wp-content/uploads/2022/08/email-icon.svg');
    top: .5rem;
}

.mobile-nav .mobile-menu-widget {
    padding: 0 10px 10px 10px;
    margin-bottom: 17px;
}

.mobile-nav .social-instagram .wd-icon:before {
    content: "\f163";
    font-weight: 600;
    font-size: 19px;
}

body .mobile-nav .wd-sub-menu li a {
    color: #2f2f2f;
}

body .mobile-nav .wd-social-icons {
    text-align: left;
}