.subody {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    /*background: #F9F9F9;*/
}

    .subody .row-with-border {
        background: #fff;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

.content-title {
    padding: 15px 15px 15px 5px;
    font-size: 16px;
    font-weight: bold;
    color: #5ac2e1;
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.input-text {
    width: 100%;
    height: 35px;
    border-color: #dbd8d8;
    border-width: 1px;
    border-style: solid;
    padding: 0 10px;
    border-radius: 0;
    border-style: solid;
    -webkit-appearance: none;
    box-shadow: none;
}


.form-row-wide {
    margin-bottom: 15px;
}

p.form-row label, #ship-to-different-address label {
    font-weight: 400;
    width: 100px;
}

#my-account-content {
    margin-bottom: 50px;
}
/***************************************
*Crumb
****************************************/
.subody .bread-title {
    border-bottom: 1px dashed #858585;
    display: block;
    padding: 10px 0px 10px 20px;
    margin-bottom: 20px;
}

    .subody .bread-title a {
        color: #6d6c6c;
        padding: 5px;
    }
/***************************************
    *SideMenu
    ****************************************/
.subody .sidemenu-group {
    padding-left: 0px;
    padding-right: 0px;
}

.subody .sidemenu-title {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, 微軟正黑體, 微软雅黑, メイリオ, "맑은 고딕", "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 800;
    text-align: left;
    padding: 15px 0px 15px 30px;
    background: rgb(241, 52, 99);
}

.subody .sidemenu-item {
    padding: 10px 10px 10px 15px;
    border-bottom: solid 1px #e1e1e1;
}

.subody .sidemenu-item-title a:link {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.subody .submenu-group a:link {
    font-size: 14px;
    font-weight: normal;
}

.subody .sidemenu-item-title a:hover {
    color: #5ac2e1;
}

.subody .sidemenu-item-num {
    color: #5ac2e1;
}

.subody .submenu-group {
    margin-left: 15px;
    display: none;
}

    .subody .submenu-group.open {
        display: block;
    }

.subody li {
    list-style-image: none;
    list-style-type: none;
    /*margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;*/
}

.sidemenu-item span.menu-item-has-children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 6px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: scale(0.8,1) translateZ(0px);
    -webkit-transform: scale(0.8,1) translateZ(0px);
    -moz-transform: scale(0.8,1) translateZ(0px);
    -ms-transform: scale(0.8,1) translateZ(0px);
    -o-transform: scale(0.8,1) translateZ(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.subody .col-1 {
    text-align: left;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.subody .col-2 {
    margin-top: 10px;
    padding-top: 10px;
}
/*****************
* 列表
*****************/
/*.subody li {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}*/

.list-item-cloum .item_title h3 {
    font-size: 18px;
    font-family: "微軟正黑體", "微软雅黑",Arial;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}

.list-item-cloum .item_content {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .list-item-cloum .item_content p {
        line-height: 1.6em;
        font-size: 13px;
        font-family: "微軟正黑體", "微软雅黑",Arial;
        color: #6d6c6c;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        text-transform: none;
    }

/******************************
* SHOP PAGE
*******************************/

#page-meta .page-meta-wrapper {
    border-width: 0px;
    border-style: solid;
    /*margin-bottom: 20px;
    padding: 8px 20px;*/
    text-align: right;
}

#page-meta .xfuncommerce-ordering .sbToggle.sbToggleOpen {
    background-position: center bottom;
}

#page-meta .xfuncommerce-ordering .sbToggle {
    border-color: #dbd8d8;
}

#page-meta .xfuncommerce-ordering .sbToggle {
    position: static;
    display: inline-block;
    float: right;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    background-size: 80%;
    background-position: center 1px;
    width: 22px;
    height: 19px;
}

.sbHolder .sbToggle.sbToggleOpen {
    background-position: bottom;
}

.sbHolder .sbToggle {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url('../images/sprite-toggle.png') no-repeat top;
    background-position-x: center;
    background-position-y: top;
    background-size: auto auto;
}

#xfun-ecm-popup-message {
    display: none !important;
}

.sbHolder {
    position: relative;
}

ul.products {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
}

    ul.products li.product {
        margin-bottom: 25px;
        text-align: center;
        position: relative;
    }

        ul.products li.product.first {
            clear: both;
        }

    ul.products li .product-wrapper {
        /*border-width: 1px;
            border-style: solid;*/
        position: relative;
        background: #fff;
        text-align: center;
        /*padding-bottom: 20px;*/
    }

        ul.products li .product-wrapper .product-meta-wrapper {
            padding: 0 5px;
        }

        ul.products li .product-wrapper .thumb-wrapper {
            position: relative;
            height: 180px;
            overflow: hidden;
            bottom: 0px;
            vertical-align: bottom;
            /*display: table-cell;*/
            display: inline-table;
        }

    ul.products li.product .thumb img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

    ul.products li.product .thumb-wrapper .face,
    ul.products li.product .thumb-wrapper .face.back,
    ul.products li.product .thumb-wrapper .thumb,
    ul.products li.product .thumb-wrapper .thumb.backface {
        display: block;
        height: 200px;
    }

    ul.products li.product .product-wrapper:hover .thumb-wrapper:not( .no-hover ) a.thumb.backface .face,
    ul.products li.product .thumb-wrapper a.thumb.backface .face.back {
        opacity: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        ul.products li.product .product-wrapper:hover .thumb-wrapper:not( .no-hover ) a.thumb.backface .face.back,
        ul.products li.product .thumb-wrapper a.thumb.backface .face {
            opacity: 1;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            ul.products li.product .thumb-wrapper a.thumb.backface .face.back {
                position: absolute;
                top: 0;
                width: 100%;
                bottom: 0px;
            }

    ul.products li .product-wrapper .thumb-wrapper .onsale-icon,
    div.product div.images span.onsale-icon {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 6;
    }

    ul.products li .product-wrapper .thumb-wrapper .no-icon {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 5;
        text-align: left;
        font-size: 14px;
        font-weight: 800;
    }

.owl-item li .txt {
    color: #666666;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    /*! height: 40px; */
    overflow: hidden;
    padding: 0px 20px;
    width: 200px;
}

div.product div.images span.onsale-icon {
    top: 10px;
    right: 10px;
}

ul.products li.product.grid .product-wrapper .product-meta-wrapper {
    border-top-width: 0px;
    border-top-style: solid;
    padding: 0px 5px 0;
}

ul.products li.product .product-wrapper .product-meta-wrapper h3 {
    margin-top: 0;
    margin-bottom: 0px;
    overflow: hidden;
    height:30px;
}

ul.products li.product .product-wrapper .product-meta-wrapper .price {
    display: block;
    margin-bottom: 5px;
}

    ul.products li.product .product-wrapper .product-meta-wrapper .price del,
    div.product div.summary .price del {
        font-size: 90%;
        opacity: 0.5;
    }

    ul.products li.product .product-wrapper .product-meta-wrapper .price ins,
    div.product div.summary .price ins {
        text-decoration: none;
        background-color: #fff;
        color: #b50a0a;
        font-size: 16px;
        font-weight: bold;
    }

    ul.products li.product .product-wrapper .product-meta-wrapper .price .from,
    div.product div.summary .price .from {
        font-size: 90%;
    }

ul.products li.product .product-wrapper .product-meta-wrapper .xfuncommerce-product-rating {
    margin-bottom: 15px;
}

    ul.products li.product .product-wrapper .product-meta-wrapper .xfuncommerce-product-rating .star-rating {
        margin-right: 0;
    }

ul.products li.product:not( .list ) .product-wrapper .product-meta-wrapper .product-description {
    display: none;
}

/***********************商品*************************/
ul.products .product-wrapper .thumb-wrapper,
ul.products .product-wrapper .thumb-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
    bottom: 0px;
    vertical-align: bottom;
    /*display: table-cell;*/
    display: inline-table;
}

ul.products .product .thumb img,
ul.products .product .thumb img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

ul.products .product .thumb-wrapper .face, ul.products .product .thumb-wrapper .face.back, ul.products .product .thumb-wrapper .thumb, ul.products .product .thumb-wrapper .thumb.backface {
    display: block;
}

ul.products .product .thumb-wrapper a.thumb.backface .face.back {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0px;
}

ul.products .product .product-wrapper:hover .thumb-wrapper:not(.no-hover) a.thumb.backface .face, ul.products .product .thumb-wrapper a.thumb.backface .face.back {
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    ul.products .product .product-wrapper:hover .thumb-wrapper:not(.no-hover) a.thumb.backface .face.back, div.products .product .thumb-wrapper a.thumb.backface .face {
        opacity: 1;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

ul.products .product .thumb-wrapper .face, div.products .product .thumb-wrapper .face.back, div.products .product .thumb-wrapper .thumb, .xfuncommerce div.products .product .thumb-wrapper .thumb.backface {
    display: block;
}

ul.products .product.grid .product-wrapper .product-meta-wrapper {
    border-top-width: 0px;
    border-top-style: solid;
    padding: 10px 5px 0;
}

.product-meta-wrapper h3.product-name {
    font-size: 14px;
    font-family: "微軟正黑體", "微软雅黑",Arial;
    color: #6d6c6c;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

    .product-meta-wrapper .body-link {
        display: block;
        /*height: 55px;*/
        line-height: 35px;
    }

ul.products .product .product-wrapper .product-meta-wrapper .price {
    display: block;
    margin-bottom: 5px;
}

.product-meta-wrapper .price {
    font-size: 14px;
    font-family: "微軟正黑體", "微软雅黑",Arial;
    color: #5ac2e1;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    text-transform: none;
}

ul.products .product .product-wrapper .product-actions-wrapper {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9d9d9;
    position: relative;
}

    ul.products .product .product-wrapper .product-actions-wrapper.with-wishlist .product-action-button {
        margin-right: 30px;
        text-align: center;
    }

    ul.products .product .product-wrapper .product-actions-wrapper .product-action-button {
        background-color: transparent;
        border-color: #f2f2f2;
        border-width: 3px;
        border-style: solid;
    }

    ul.products .product .msg_replenish{
         color: #900; 
         padding: 5px;
         text-align: center;
    }

    ul.products .product .add_to_cart_button{
        display:block;
        padding: 5px;
    }

    /*****************add-to-wishlist*****************/

    ul.products .product .product-wrapper .product-actions-wrapper .xfun-ecm-add-to-wishlist {
        text-align: center;
        margin-top: 0;
        border: 3px solid;
        border-left:0px;
        border-color: #f2f2f2;
        position: absolute;
        width: 30px;
        top: 0;
        bottom: 0;
        right: 0;
    }

        ul.products .product .product-wrapper .product-actions-wrapper .xfun-ecm-add-to-wishlist > div.show {
            display: inline-block !important;
            vertical-align: middle;
            position: relative;
            padding: 0 1px;
            line-height: 35px;
        }

        ul.products .product .product-wrapper .product-actions-wrapper .xfun-ecm-add-to-wishlist a {
            color: #a41103;
        }

            ul.products .product .product-wrapper .product-actions-wrapper .xfun-ecm-add-to-wishlist a:hover {
                color: rgb(241, 52, 99);
            }

            ul.products .product .product-wrapper .product-actions-wrapper .xfun-ecm-add-to-wishlist a > i {
                font-size: 15px;
            }

/*****************quick-view*****************/

ul.products .product .product-wrapper .thumb-wrapper .product-quick-view-button:before,
ul.products .product .product-wrapper .thumb-wrapper.no-hover .added-to-cart-icon:before,
 .quick-view-overlay .added-to-cart-icon:before, .quick-view-overlay .added-to-cart-icon:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

ul.products .product .product-wrapper .thumb-wrapper .product-quick-view-button, 
ul.products li.product .product-wrapper .thumb-wrapper.no-hover .added-to-cart-icon, 
.quick-view-overlay .added-to-cart-icon, .quick-view-overlay .added-to-cart-icon {
    position: absolute;
    /*top: 0;*/
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

    ul.products .product .product-wrapper .thumb-wrapper .product-quick-view-button a, .widget.featured-products .product-quick-view-button a {
        display: inline-block;
        vertical-align: middle;
        padding: 5px 20px;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        pointer-events: all;
    }

.tooltip-inner, .product-quick-view-button a.trigger-quick-view, .thumb-wrapper .added-to-cart-icon span, .quick-view-overlay .added-to-cart-icon {
    font-size: 12px;
    font-family: "微軟正黑體", "微软雅黑",Arial;
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

ul.products li.product .product-wrapper .thumb-wrapper .product-quick-view-button a,
.widget.featured-products .product-quick-view-button a {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    pointer-events: all;
}

ul.products .product .product-wrapper:hover .thumb-wrapper:not( .no-hover ) .product-quick-view-button a,
.widget.featured-products:hover .product-quick-view-button a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

ul.products .product .product-wrapper .thumb-wrapper.no-hover .added-to-cart-icon,
.quick-view-overlay .added-to-cart-icon, .quick-view-overlay .added-to-cart-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba( 255, 255, 255, 0.5);
    z-index: 10;
}

    ul.products .product .product-wrapper .thumb-wrapper.no-hover .added-to-cart-icon span,
    .quick-view-overlay .added-to-cart-icon span, .quick-view-overlay .added-to-cart-icon span {
        display: inline-block;
        vertical-align: middle;
        padding: 5px 25px;
        background: #9aa303;
    }


.product-quick-view-button a {
    background-color: #a41103;
}

    .xfun-ecm-add-to-wishlist{
       margin-left:1px;
        display:inline-block;
    }
    .xfun-ecm-specilorder{
       margin-left:1px;
        display:block;
       background-color: #000;
       opacity: 0.5;
       padding: 5px 20px;
       color: #fff;
    }

@media (max-width: 480px) {
    #page-meta .page-meta-wrapper {
        padding: 8px;
    }

    #list-or-grid, #number-of-products, #page-meta .xfuncommerce-ordering {
        float: none;
        margin-bottom: 10px;
        display: block;
        clear: both;
    }

    ul.products li .product-wrapper .thumb-wrapper, ul.products li .product-wrapper .thumb-wrapper {
        position: relative;
        height: 150px;
    }

    ul.products li.product:nth-child(2n+1), ul.products li.product:nth-child(2n+1) {
        clear: both;
    }

    ul.products li.product, ul.products li.product {
        margin-bottom: 25px;
        text-align: center;
        position: relative;
        width: 100%;
    }

    #list-or-grid {
        float: none;
        margin-bottom: 10px;
        display: block;
        clear: both;
    }
}

@media (max-width: 768px) {
    .subody .list_item_content {
        width: 100% !important;
    }

    .subody .list_item_img {
        width: 100% !important;
    }

    .sidebar, .content-title, .gmap, .col-sm-12 {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
