/* 親テーマのusces_cart.cssの内容を上書きしたい場合や変更したい場合 */
#main {
    margin: 48px auto;
    width: 100%;
}
#main_logo .site-description,
.site-description {
    font-size: 0.5rem;
    line-height: 1.8rem;
    color: #fff;
    font-weight: unset;
    padding: unset;
    background: unset;
    margin: 0 1%;
}
header {
    position: relative;
    width: 100%;
    margin-bottom: unset;
    border-bottom: unset;
}
.usces_filter_history input[type="checkbox"] {
    width: 24px;
    height: 24px;
}
td.aleft.productname a:hover {
    border-bottom: 1px dotted #808080;
    transition: .3s;
}
@media screen and (min-width: 62.5em) {
    header .inner {
        align-items: center;
    }
    header #site-navigation input#panel.on-off + div.nav-menu-open,
    footer nav {
    padding: 4px 0;
    font-weight: 700;
    width: 100%;
    overflow: unset;
    background-color: #b1d2bf;
    }
    #site-navigation ul,
    #menu-footer-nav {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-weight: unset;
    }
    #site-navigation li,
    #menu-footer-nav li {
        padding: 0;
        border-right: unset;
        position: unset;
        float: unset;
        margin-bottom: unset;
    }
    #site-navigation ul li:first-child {
        border-left: unset;
    }
    #site-navigation li a,
    footer a {
        letter-spacing: 0.3rem;
        font-size: 1rem;
        font-weight: 500;
        /*color: #fff;*/
        padding: unset;
        text-decoration: none;
        line-height: 1.8rem;
        transition: all .6s;
        margin: 0 0.4rem;
        min-width: 210px;
    }
    #site-navigation li a:hover {
        color: #314e3d;
        text-shadow: 1px 1px 3px #aaa;
        background-color: unset;
    }
    .snav {
        width: 260px;
    }
}
#site-navigation li a {
    display: unset;
}
.widget.widget_welcart_calendar .widgettitle {
    display: none;
}
footer {
    background: #e1bb93;
    text-align: center;
    padding: 0;
}
footer nav {
    margin-bottom: 10px;
}