#sct_location .bi {
    color: #6c757d
}

#sct_location .go_home {
    color: #a2a2a2;
    margin-right: .5rem
}

#sct_location i.dividing-line {
    vertical-align: top;
    font-size: 1.2em;
    color: #a2a2a2;
    display: inline-block;
    margin: 0;
    line-height: 17px
}

#sct_location select {
    float: left;
    border: 1px solid #d3d3d3;
    height: 26px;
    padding: 0 5px;
    margin: 0 12px
}

#sct_location.is_right select {
    float: right
}

#sct_location.view_location {
    display: block;
    float: none !important;
    position: relative;
    top: 0;
    left: 0
}

#sct_location.view_location:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.view_location .go_home {
    float: left
}

.view_location i.dividing-line {
    float: left
}

.view_location .shop_select_to_html.shop_hover_selectbox {
    float: left
}

.view_location .shop_select_to_html .menulist {
    left: 0
}

.shop_select_to_html {
    position: relative;
    display: inline-block
}

.shop_select_to_html span {
    padding: .5rem
}

.shop_select_to_html .menulist {
    position: absolute;
    top: 20px;
    display: none;
    opacity: 0;
    transition: all .2s ease-in-out;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    box-sizing: border-box;
    margin-top: 4px;
    overflow: hidden;
    padding: 6px 0;
    -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    white-space: nowrap;
    width: auto;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .25)
}

.shop_select_to_html .menulist ul,
.shop_select_to_html .menulist li {
    list-style: none
}

.shop_select_to_html .menulist ul {
    padding: 0
}

.shop_select_to_html .menulist ul.wide {
    display: inline-block !important;
    vertical-align: top;
    min-height: 360px
}

.shop_select_to_html .menulist ul.left-border {
    border-left: 1px dashed #e6e9ed
}

.shop_select_to_html:hover .category_title {
    color: #69aa6f
}

.shop_select_to_html:hover .category_title i {
    color: #69aa6f
}

.shop_select_to_html:hover .menulist {
    display: block;
    opacity: 1;
    transition: all .2s ease-in-out
}

.shop_select_to_html .option {
    font-weight: 400;
    list-style: none;
    outline: none;
    padding: .5rem;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.shop_select_to_html .option:hover {
    background-color: #f6f7f9
}

.shop_select_to_html .option a {
    display: block;
    padding: 0 1rem
}

.shop_select_to_html .option.focus {
    background-color: #f6f7f9
}

.shop_select_to_html .option.selected.focus {
    background-color: #f6f7f9
}

.shop_select_to_html .option.selected {
    font-weight: 700;
    color: #69aa6f
}

.shop_select_to_html .option.selected a {
    font-weight: 700;
    color: #69aa6f
}

.shop_select_to_html .option.disabled {
    background-color: rgba(0, 0, 0, 0);
    color: #90a1b5;
    cursor: default
}

.shop_select_to_html .category_title {
    color: #4f4f4f
}

.shop_select_to_html .category_title i {
    margin-left: 5px;
    color: #a2a2a2
}

/*# sourceMappingURL=navigation.css.map */