.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;
    }

    /***************************************
    *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;
    }

.product{
    margin-top:12px;
}

.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
 *******************************/
div.product div.images {
    float: left;
    position: relative;
    margin-bottom: 30px;
}

div.product div.summary {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}

    div.product div.summary h1, div.product div.product-title-section h1 {
        font-size: 22px;
        font-family: "微軟正黑體", "微软雅黑",Arial;
        color: #6d6c6c;
        font-style: normal;
        font-weight: 700;
        text-align: left;
        text-transform: none;
    }

    div.product div.summary h1 {
        margin-top: 0;
    }

/******* PRODUCT NAVIGATION LINK **********/

#product-nav {
    position: absolute;
    top: 0;
    right: 0;
}

    #product-nav div.prev-product,
    #product-nav div.next-product {
        display: none;
    }

    #product-nav > a {
        display: inline-block;
        border: 1px solid;
        border-color: #b07541;
        padding: 6px 2px 4px;
    }

    #product-nav .next i {
        font-size: 24px;
        padding: 0 2px 0 2px;
        color: #b07541;
    }

    #product-nav > a > span {
        display: block;
    }

    #product-nav > a:hover > div {
        display: block;
        position: absolute;
        border: 1px solid;
        border-color: inherit;
        top: 100%;
        right: 0;
        margin-top: 10px;
        z-index: 10;
        width: 90px;
        text-align: center;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    }

    #product-nav > a div.product-info {
        padding: 0 5px;
    }

        #product-nav > a div.product-info h5 {
            word-wrap: break-word;
            color: rgb(0, 0, 0);
        }

        #product-nav > a div.product-info .amount {
            color: rgb(241, 52, 99);
        }


        #product-nav > a div.product-info p {
            text-align: center;
        }

            #product-nav > a div.product-info p del {
                opacity: 0.5;
                font-size: 90%;
                display: block;
            }

            #product-nav > a div.product-info p ins {
                text-decoration: none;
            }

            #product-nav > a div.product-info p .from {
                display: none;
            }

/******** END PRODUCT NAVIGATION ********/

div.product div.summary form.cart {
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #dbd8d8;
    padding: 5px 10px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
    div.product div.summary form.cart select {
        height: 35px;
        min-width: 80px;
    }

    div.product div.summary form.cart .variations {
        list-style: none;
        padding: 0;
    }

    div.product div.summary form.cart .single_qan {
        margin-top: 10px;
    }

        div.product div.summary form.cart .single_qan .quantity {
            float: none;
        }

.eqplist table {
    width: 100%;
}

.discount_activety{
    color:#e70800;    
}

tr.evo-tr-row {
    border-bottom: solid 1px #c0c0c0;
    border-collapse: separate;
    border-spacing: 5em;
    /*mini-width: 240px;*/
    top: 2px;
}

td.evo-td-row {
    /*padding-right: 20px;*/
    padding-top: 2px;
    padding-bottom: 2px;
    max-width: 0px;
}

    td.evo-td-row span {
        font-size: 13px;
        font-family: "微軟正黑體", "微软雅黑",Arial;
        color: #6d6c6c;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        text-transform: none;
    }

.evo-tr-box1 {
    cursor: pointer;
    border: solid 1px #c0c0c0;
    padding: 3px;
    margin: 5px;
    width: 40px;
    height: 40px;
    top: 2px;
    float: left;
}

.evo-tr-box1.disabled {
    cursor:auto;
    opacity:0.3;
}

.evo-tr-box2 {
    cursor: pointer;
    border: solid 1px #c0c0c0;
    padding: 3px;
    margin: 5px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    top: 2px;
    float: left;
}
.evo-tr-box2.disabled {
    cursor:auto;
    opacity:0.3;
}

.evo-tr-box3 {
    cursor: pointer;
    border: solid 1px #c0c0c0;
    padding: 3px;
    margin: 5px;
    width: auto;
    height: 30px;
    top: 2px;
    float: left;
}

.evo-tr-box3.disabled {
    cursor:auto;
    opacity:0.3;
}

.active-txt{
    line-height: 10px;
    padding: 5px;
}

.evo_selected2 {
    cursor: pointer;
    border: solid 2px #c0c0c0;
    padding: 3px;
    margin: 5px;
    width: 50px;
    height: 50px;
    top: 2px;
    float: left;
}

    .evo_selected2 .active::after {
        content: "\f00c";
        font-family: FontAwesome;
        color: #fff;
        position: relative;
        z-index: 25;
        width: 0;
        height: 60px;
        left: 78%;
        top: -12px;
    }

    .evo_selected2 .checkmark {
        width: 0;
        height: 0;
        border-bottom: 22px solid #c0c0c0;
        border-left: 22px solid transparent;
        position: relative;
        z-index: 20;
        left: 55%;
        top: -38px;
    }

.clear {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.quantity {
    width: 100%;
    height: 35px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    color: #5ac2e1;
    font-weight: bold;
    border-color: #dbd8d8;
}

.eqp_drp {
    background: #FFF url(images/input_bg.jpg) 0 0 repeat-x;
    font-size: 12px;
    line-height: 13px;
    color: #666666;
    border: 1px solid #CCCCCC;
    padding: 4px 1px 2px 1px;
    padding: 4px 1px 2px 1px \9;
}
/*******************顏色選取標記******************/
.evo_selected1 {
    cursor: pointer;
    border: solid 2px #c0c0c0;
    padding: 3px;
    margin: 5px;
    width: 42px;
    height: 42px;
    top: 2px;
    float: left;
}

    .evo_selected1 .active:after {
        content: "\f00c";
        font-family: FontAwesome;
        color: #fff;
        position: relative;
        z-index: 25;
        width: 0;
        height: 60px;
        left: 74%;
        top: 20px;
    }

    .evo_selected1 .checkmark {
        width: 0;
        height: 0;
        border-bottom: 22px solid #c0c0c0;
        border-left: 22px solid transparent;
        position: relative;
        z-index: 20;
        left: 40%;
        top: -7px;
    }

/*******************文字選取標記******************/
.evo_selected3 {
    cursor: pointer;
    border: solid 2px #c0c0c0;
    padding: 3px;
    margin: 5px;
    width: auto;
    height: 32px;
    top: 2px;
    float: left;
    /*! display: block; */
}

    .evo_selected3 .active-txt:after {
        content: "\f00c";
        font-family: FontAwesome;
        color: #fff;
        position: relative;
        z-index: 25;
        width: 0;
        height: 60px;
        left: 10px; 
        top: 10px;
        /*! float: left; */
    }

    .evo_selected3 .checkmark {
        width: 0;
        height: 0;
        border-bottom: 22px solid #c0c0c0;
        border-left: 22px solid transparent;
        position: relative;
        z-index: 20;
        right: -5px;
        top: -17px;
        display: block;
        float: right;
    }

.quantity .minus, .quantity .plus {
    background-color: #fff;
    border: 1px solid;
    left: 24px;
    height: 100%;
    position: absolute;
    width: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0;
    text-align: center !important;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-radius: 0;
    border-color: inherit;
}


    .quantity .minus:hover, .quantity .plus:hover {
        background: #dfdada;
    }

input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity .minus, .quantity .plus {
    display: block;
    margin: 0;
    vertical-align: text-top;
    font-size: 16px !important;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    line-height: 13px;
}

.quantity .plus {
    left: 58px;
}

.quantity input.qty {
    background-color: #fff;
    border: 1px solid;
    left: 24px;
    height: 100%;
    position: absolute;
    width: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0;
    text-align: center !important;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-radius: 0;
    border-color: inherit;
}

.single_button {
    display: inline-table;
    margin: 5px;
}

.tabs ._tab {
    cursor: pointer;
}

.xfuncommerce-tabs .panel_tab {
    display: none;
}

    .xfuncommerce-tabs .panel_tab.current {
        display: block;
    }

div.product div.summary .single-product-other-action {
    border-width: 1px;
    border-style: solid;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 15px;
    border-color: #dbd8d8;
}

    div.product div.summary .single-product-other-action .share-link-wrapper,
    div.product div.summary .single-product-other-action .compare-button {
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
        float: left;
    }

    div.product div.summary .single-product-other-action .share-label {
        margin-right: 20px;
        vertical-align: middle;
    }

    div.product div.summary .single-product-other-action ul.socials {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

        div.product div.summary .single-product-other-action ul.socials li {
            display: inline-block;
            font-size: 18px;
            margin: 0 10px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

.cloudzoom-gallery {
    opacity: 1;
    max-width: 100%;
    height: auto;
    width: auto;
    transition: .5s ease;
    display: block;
    backface-visibility: hidden;
}

    .cloudzoom-gallery:hover {
        opacity: 0.5;
    }

/******************************
    *Tab
    **************************/
.single-product.xfuncommerce .xfuncommerce-tabs {
    margin-bottom: 40px;
    background: #fff;
}

    .single-product.xfuncommerce .xfuncommerce-tabs > ul {
        list-style: none;
        padding: 0;
        margin-bottom: 15px;
        display: table;
        width: 100%;
        border-bottom: 1px solid #e1a05a !important;
    }

    .single-product.xfuncommerce .xfuncommerce-tabs ul:before {
        content: '';
        display: table;
    }

    .single-product.xfuncommerce .xfuncommerce-tabs ul:after {
        content: '';
        display: table;
        clear: both;
    }

    .single-product.xfuncommerce .xfuncommerce-tabs > ul li {
        /*float: left;*/
        text-align: center;
        display: table-cell;
        padding: 10px 15px;
        /*border-left: 1px solid;*/
        margin: 0 0 -1px;
        border-color: inherit;
    }

        .single-product.xfuncommerce .xfuncommerce-tabs > ul li:first-child {
            /*border-left: 1px solid;
            border-left-color: inherit;*/
        }

        .single-product.xfuncommerce .xfuncommerce-tabs > ul li:last-child {
            border-right: 0;
        }

        .single-product.xfuncommerce .xfuncommerce-tabs > ul li.active {
            background-color: inherit;
            background: #cea07e !important;
            color: #fff !important;
        }

            .single-product.xfuncommerce .xfuncommerce-tabs > ul li.active a {
                color: #fff !important;
            }

            .single-product.xfuncommerce .xfuncommerce-tabs > ul li.active:last-child {
                border-right: 0px solid;
                border-right-color: inherit;
                background: #5ac2e1;
            }

    .single-product.xfuncommerce .xfuncommerce-tabs .panel {
        box-shadow: none;
        border: none;
        margin: 0;
    }

        .single-product.xfuncommerce .xfuncommerce-tabs .panel > h2 {
            display: none;
        }

/******************推薦商品******************/
.box-title.box-title-text-center {
    text-align: center;
}

.box-title {
    margin-bottom: 15px;
    margin-left: 0px;
}

    .box-title h2 {
        position: relative;
        z-index: 3;
        display: inline-block;
        margin: 0;
    }

    .box-title.box-title-line-middle .title-bar, .box-title.box-title-line-around .title-bar {
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .box-title.box-title-line-middle h2, .box-title.box-title-line-around h2 {
        padding: 0 65px;
    }

ul.products, .xfuncommerce-page ul.products {
    list-style: none;
    padding: 0;
    padding-bottom: 0px;
    margin: 0;
    clear: both;
}

.box-title.box-title-line-middle .title-bar:after,
.box-title.box-title-line-middle .title-bar:before,
.box-title.box-title-line-around .title-bar:after,
.box-title.box-title-line-around .title-bar:before {
    content: '';
    width: 100%;
    border-bottom: 3px solid;
    position: absolute;
    top: 45%;
}

.box-title.double .title-bar:after,
.box-title.double .title-bar:before {
    border-top: 1px solid;
    height: 8px;
}

.box-title.box-title-line-middle .title-bar:after,
.box-title.box-title-line-around .title-bar:after {
    margin-right: -100%;
}

.box-title.box-title-line-middle .title-bar:before,
.box-title.box-title-line-around .title-bar:before {
    margin-left: -100%;
}

.owl-nav {
    position: initial;
}

    .owl-nav .products-slider {
        overflow: hidden;
        position: relative;
        background: #fff;
    }

    .owl-nav ul.products {
        padding-bottom: 0px;
    }

.products-slider-wrapper .owl-prev {
    left: -50px;
    opacity: 0;
    -webkit-transition: all 150ms ease-in-out 150ms;
    -moz-transition: all 150ms ease-in-out 150ms;
    -o-transition: all 150ms ease-in-out 150ms;
    transition: all 150ms ease-in-out 150ms;
}

.products-slider-wrapper .owl-next {
    right: -50px;
    opacity: 0;
    -webkit-transition: all 150ms ease-in-out 150ms;
    -moz-transition: all 150ms ease-in-out 150ms;
    -o-transition: all 150ms ease-in-out 150ms;
    transition: all 150ms ease-in-out 150ms;
}

.products-slider-wrapper:hover .owl-prev {
    left: 0;
    opacity: 1;
}

.products-slider-wrapper:hover .owl-next {
    right: 0;
    opacity: 1;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 28%;
    border: 0px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    width: 30px;
    height: 46px;
    text-align: center;
    line-height: 29px;
}

.owl-carousel .owl-nav button.owl-prev {
    background: rgba(77, 77, 77, 0.20);
}

.owl-carousel .owl-nav button.owl-next {
    background: rgba(77, 77, 77, 0.20);
    font: inherit;
}

.owl-nav button.owl-prev span {
    top: 28%;
    border: 0px solid;
    width: 30px;
    height: 46px;
    text-align: center;
    line-height: 29px;
    background: #fff;
    color: #d9d9d9;
    display: block;
    background: url(../images/arrow_lr.png);
    line-height: 250px;
}

.owl-nav button.owl-next span {
    top: 28%;
    border: 0px solid;
    width: 30px;
    height: 46px;
    text-align: center;
    line-height: 29px;
    background: #fff;
    color: #d9d9d9;
    display: block;
    background: url(../images/arrow_lr.png) 2.2em 0;
    line-height: 250px;
}
/***********************商品*************************/
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, ul.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, ul.products .product .thumb-wrapper .face.back, ul.products .product .thumb-wrapper .thumb, .xfuncommerce ul.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;
}

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

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

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;
}

@media (max-width: 768px) {
    .single-product.xfuncommerce div.product div.images, .single-product.xfuncommerce div.product div.summary {
        width: 100% !important;
        padding: 0 !important;
    }

    .content.col-sm-9, .col-sm-3 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}
