/* Desktop Menu category dropdown only. */
#primary-nav .menu-with-categories {
    position: relative;
}

#primary-nav .menu-with-categories > .caidan {
    position: absolute;
    z-index: 2000;
    top: 32px;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 230px;
    margin: 0 !important;
    padding: 6px;
    overflow: visible;
    border: 1px solid #e6d6c7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(55, 35, 20, 0.16);
}

#primary-nav .menu-with-categories:hover > .caidan,
#primary-nav .menu-with-categories:focus-within > .caidan {
    display: block;
}

#primary-nav .menu-with-categories > .caidan > li {
    display: block;
    float: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f0e7df;
    background: transparent;
}

#primary-nav .menu-with-categories > .caidan > li:last-child {
    border-bottom: 0;
}

#primary-nav .menu-with-categories > .caidan > li:hover {
    background: #fff3e8;
}

#primary-nav .menu-with-categories > .caidan > li > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 34px;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    color: #3f352e;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#primary-nav .menu-with-categories > .caidan > li:hover > a,
#primary-nav .menu-with-categories > .caidan > li > a:focus {
    color: #c45c0a;
    text-decoration: none;
}

#primary-nav .menu-with-categories > .caidan > li > a:focus {
    outline: 2px solid rgba(232, 116, 40, 0.3);
    outline-offset: -2px;
}
