/* Minification failed. Returning unminified contents.
(275,49): run-time error CSS1019: Unexpected token, found ' '
(275,49): run-time error CSS1019: Unexpected token, found ' '
(275,49): run-time error CSS1042: Expected function, found ' '
(275,49): run-time error CSS1019: Unexpected token, found ' '
(275,49): run-time error CSS1042: Expected function, found ' '
(275,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/* 壓過lightbox套件 左右按鈕隱藏
-------------------*/
.lb-nav .lb-prev {
    display: none !important;
}

.lb-nav .lb-next {
    display: none !important;
}
/* Banner
-------------------*/
img#webbanner {
    width: 100%;
}
/* 標題
-------------------*/
.row h1.sales_title {
    margin-bottom: 0 !important;   
    padding-top: 80px; 
    letter-spacing: 1px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
.row h1.sales_title.title-p-t-20{
    padding-top: 20px;
}
h2.subtitle {
    color: #999;
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(220,220,220,1);
}
/* 產品
-------------------*/
.description .p_box {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.product-no-item-show-text {
    color: red;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 1.2em;
}

.img-content {
    border-radius: 2px;
}

img.fruit_item {
    width: 100%;
    height: auto;
}

.item-place-height {
    height: 1.5em;
}

    .item-place-height span {
        font-size: 15px;
        color: #509e55;
    }

a.exam-report {
    font-size: 16px;
    color: #509e55;
    float: right;
    text-decoration: underline;
}

    a.exam-report i.fa-file-text-o {
        margin-right: 4px;
    }

div.pTite {
    color: #4e9854;
    letter-spacing: 1px;
    font-size: larger;
    font-weight: bolder;
}

span.product-remark {
    color: #509e55;
    font-size: 15px;
}

span.product-stock {
    color: #eb6100;
    font-size: 15px;
}

div.bottom-line {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 5px;
}

span.product-disc-price {
    color: #676767;
    font-size: 18px;
    font-weight: bold;
}

span.product-origin-price {
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 4px;
    color: #999;
}

span.product-price-none {
    color: #dc4e43;
    display: none;
}

select.product-amount {
    width: 65px;
    height: 30px;
    padding: 4px 12px;
}

div.item-add-chart a.product-add-cart {
    padding: 5px;
}
.item-add-chart:hover {
    opacity: 0.8;
} 

div.item-add-chart input.buybuttonnew {
    background-color: #999;
    border: 1px solid #999;
    color: #fff;
    border-radius: 4px;
    padding: 5px 13px;
    height: 30px;
}
/* Component
-------------------*/
.hidden-height {
    height: 0px;
}


@keyframes rightToLeftFinger {
    0% {
        opacity: 1;
        left: -50px;
    }

    100% {
        opacity: 0;
        left: 0px;
    }
}

@keyframes downToUpFinger {
    0% {
        opacity: 1;
        top: -50px;
    }

    100% {
        opacity: 0;
        top: 0px;
    }
}


.item-title {
    color: #333;
    font-size: 16px;
}

.item-text {
    color: #333;
    display: block;
    text-align: justify;
    white-space: nowrap;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.cartbtn:hover {
    opacity: 0.8;
}




.item-price {
    float: left;
}

.item-add-chart, .item-left {
    display: inline-block;
}

.item-left {
    margin-right: 5px;
}



.img-bg:hover {
    opacity: 0.8;
}

/*modal的取消按鈕背景*/
.circle-close {
    background: #E56153;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    border: 1px solid #E56153;
    margin: 2% 3% 0 0;
    box-shadow: 2px 2px 2px #808080;
    z-index: 99999;
    position: relative;
}

.mobile-modal-picture {
    transform: translateY(-20%);
    z-index: 999;
    position: relative;
}


.move {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-image: url("/images/pointer.png");
    background-size: contain;
    animation-duration: 2s;
    animation-iteration-count: 3;
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: 3; /* Chrome, Safari, Opera */
    -webkit-animation-direction: reverse; /* Chrome, Safari, Opera */
    opacity: 0;
}

.h2-title-text {
    color: #666;
    font-weight: bolder;
    line-height: 10px;
}


.text-underline-animation {
    position: relative;
    display: inline-block;
    transition: color .2s ease;
}

    .text-underline-animation:hover {
        color: #aaa;
    }

        .text-underline-animation:hover::after {
            width: 100%;
            left: 0;
            transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
            background: #E66154;
        }

    .text-underline-animation::after, .text-underline-animation::before {
        content: '';
        position: absolute;
        transform:translateY(-webkit-calc(100% - 5px));
        top: calc(100% - 5px);
        width: 0;
        right: 0;
        height: 3px;
    }

    .text-underline-animation::after {
        transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
        background: #4BA83B;
    }





@media screen and (min-width:320px) {
    .h2-title-text-br {
        display: block;
    }

    .h2-title-text {
        font-size: 0.86em;
    }

    .pop-dialog-guide-awesome-icon {
        margin-left: 2%;
        font-size: 1.2em;
        transform: translateY(10%);
    }

    .question-img {
        max-width: 25px;
        padding: 5px 5px 5px 0;
        transform: translateY(-10%);
    }


    .mobileshow {
        display: block;
    }

    .webshow {
        display: none;
    }

    .special-product-modal {
        color: white;
        padding: 17px 17px 17px 17px;
    }

    .circle-close {
        font-size: 1em;
        padding-left: 2%;
    }

    .modal-first-text-area {
        position: relative;
        background-color: #4BA83B;
        color: white;
        border-radius: 8px;
        text-align: left;
        padding: 7% 5%;
        margin: 6% 0;
        font-size: 1em;
    }

    .modal-second-text-area {
        position: relative;
        float: none;
        color: #808080;
        margin: 0 0 5% 0;
        font-size: 1em;
        text-align: left;
    }

    .modal-bolder-text {
        font-size: 1.15em;
        font-weight: bolder;
    }
}

@media screen and (min-width:425px) {


    .h2-title-text {
        font-size: 1.2em;
    }

    .modal-first-text-area {
        font-size: 1.6em;
    }

    .modal-second-text-area {
        font-size: 1.6em;
    }

    .modal-bolder-text {
        font-size: 1.4em;
    }
}


@media screen and (min-width:768px) {

    .h2-title-text-br {
        display: none;
    }

    .move {
        position: absolute;
        -webkit-animation-name: rightToLeftFinger; /* Chrome, Safari, Opera */
        animation-name: rightToLeftFinger;
        transform: rotate(270deg) translateY(1100%) translateX(36%);
    }




    .circle-close {
        font-size: 2em;
        padding-left: 1.5%;
    }


    .pitem2 {
        height: 351px;
    }

    .special-product-modal {
        color: white;
        padding: 17px 17px 17px 17px;
    }

        .special-product-modal .modal-content {
            margin-top: 15%;
        }


    .modal-first-text-area {
        font-size: 2.5em;
    }

    .modal-second-text-area {
        font-size: 2.5em;
    }
}

@media screen and (min-width:769px) {

    .pop-dialog-guide-awesome-icon {
        margin-left: 1%;
        font-size: 1.4em;
    }

    .mobileshow {
        display: none;
    }

    .webshow {
        display: block;
    }

    .special-product-modal {
        color: white;
        padding: 17px 17px 17px 17px;
    }

    .circle-close {
        font-size: 1em;
        padding-left: 1.5%;
    }
}

@media screen and (min-width:990px) {




    .special-product-modal {
        color: white;
        padding: 17px 17px 17px 17px;
    }

        .special-product-modal .modal-content {
            margin-top: -5%;
        }
}

@media screen and (min-width:1024px) {
    .move {
        position: absolute;
        -webkit-animation-name: rightToLeftFinger; /* Chrome, Safari, Opera */
        animation-name: rightToLeftFinger;
        transform: rotate(270deg) translateY(1400%) translateX(36%);
    }
}

@media screen and (min-width:1280px) {
    .circle-close {
        font-size: 2em;
        padding-left: 1.5%;
    }
}

/* Preload images 
    �䤣��Ϥ�(?)
*/
/*body:after {
    content: url('../Images/close.png') url('../images/loading.gif') url('../images/prev.png') url('../images/next.png');
    display: none;
}*/

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    display: none;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .lightbox a img {
        border: none;
    }

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-container {
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url('https://fruitbox.blob.core.windows.net/images/loading.gif') no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url('https://fruitbox.blob.core.windows.net/images/prev.png') left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url('https://fruitbox.blob.core.windows.net/images/next.png') right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

    .lb-data .lb-details {
        color: #ddd;
        width: 85%;
        float: left;
        text-align: left;
        line-height: 25px;
    }

    .lb-data .lb-caption {
        font-size: 22px;
        font-weight: bold;
        line-height: 1em;
    }

.lb-content {
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
}

.lb-data {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-number {
    display: none!important;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url('https://fruitbox.blob.core.windows.net/images/close.png') top right no-repeat;
    text-align: right;
    outline: none;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;
}


.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

