@charset "utf-8";
/* CSS Document */
.menu li.menu-text > a { padding: 0}
#btn-submit:before { margin-right: .5rem }
.title-bar {
    background: #2199e8;
    padding: 0;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a { right: 0; }

footer#tight {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}
footer#tight p {
    margin-bottom: 0;
    vertical-align: bottom;
    line-height: 1
}
footer#tight img.footer_logo {
    max-height: 2rem;
    max-width: 2rem;
    margin-right: .5rem;
    vertical-align: bottom;
    opacity: .5;
}
footer#tight #footer_title {
    font-size: 1.25rem;
    margin-right: .5rem;
    color: #DDD;
    display: inline-block;
}
footer#tight #footer_subtitle {
    font-size: 1rem;
    color: #D9D9D9;
    display: inline-block;
}
.error_h1 { color: #FF8234; }
.error_h1:before {
    display: block;
    font-size: 3em;
    color: #FFCCAD;
    margin: 0;
}
.error_h3 {
    font-size: 1.2rem;
    color: #666;
}
.error_h3 a { font-size: 1.6875rem; }
#right_canvas_title {
    font-size: .9em;
    text-align: center;
    color: #AAA;
    margin: 1em;
}
.footer_column:nth-child(1n+2) { border-left: 1px solid #CCC; }
table tbody,
table tfoot,
table thead {
    background: transparent;
    border: none; 
}


/* Small only */
@media only screen and (max-width: 39.9375em) {
    .small-block { display: block }

    ul.breadcrumbs > li:before {
        font-size: .7rem;
        line-height: 1rem;
    }
    #top-bar-container h2 small { color:#eee; }
    .small-no-padding-right { padding-right: 0 }
    .small-margin-botom-1 { margin-bottom: 1rem }
    .error_h1 { font-size: 1.5em; }
    .error_h3 { font-size: 1rem; }
    .error_h3 a { font-size: 1.2rem; }
    .f-topbar-fixed { padding-top: 0!important }

    /*-----設定右 canvas 顯示寬度-----*/
    .position-right.is-open~.off-canvas-content {
        -webkit-transform: translateX(-85vw);
        transform: translateX(-85vw);
    }
    .off-canvas.position-right {
        width: 85vw;
    }
    .position-right {
        -webkit-transform: translateX(85vw);
        transform: translateX(85vw);
    }
    .sub_catalog p { font-size: .9em; }
    .sub_catalog h5.text-ellipsis { max-width:13em }
    #search_container { margin-bottom: 2em; }
}

/* Medium and up */
@media only screen and (min-width: 40em) {
    .medium-up-no-padding { padding: 0 }
    .list.product_box button.addToCart,
    .list.product_box .product_price,
    .list.product_box button.flat.query_price {
        margin-top: 2rem;
    }
    .hide-price-for-nonmember { margin-top: 2.5em; }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Large and up */
@media only screen and (min-width: 64em) {

}
/* Large and up */


/* 僅 IE 瀏覽器 */
@media screen\0 {
    /*footer#tight p { height: 3.5rem}*/
}
