﻿
/* 大於 768px 顯示 */
/* 產品列表頁 主區塊 */

/* 產品列表頁 文字說明 */
.prd_list_text {
    font-weight: bold;
    /*color: #808080;*/
    font-size: 26px;
    margin-bottom: 5px;
}
.prd_list_item_hr {
    line-height: 20px;
}

.prd_list_add_bag {
    text-align: right;
    right: 12px;
    bottom: 25px;
    position: absolute;
    z-index: 1;
    height: 64px;
    width: 64px;
    background-image: url("../Images/bag_add64.png");
    background-repeat: no-repeat;
}

/*.prd_list_add_bag {
    text-align: right;
    right: 12px;
    bottom: 30px;
    position: absolute;
    z-index: 1;
    width: 100%;
}*/


/* 小於 768px 顯示 */
@media(max-width:768px) {
    /* 產品列表頁 主區塊 */
    /*.prd_list_main_area {
        margin-left: 10px;
        margin-right: 10px;
    }*/
    /* 產品列表頁 文字說明 */
    .prd_list_text {
    font-weight: bold;
    /*color: #808080;*/
    font-size: 16px;
    margin-bottom:1px;
    }

    .prd_list_add_bag {
        text-align: right;
        right: 12px;
        bottom: 25px;
        position: absolute;
        z-index: 1;
        height:32px;
        width:32px;
        background-image:url("../Images/bag_add32.png");
        background-repeat:no-repeat;
    }

}

@media(max-width:480px) {
    /* 產品列表頁 主區塊 */
    /*.prd_list_main_area {
        margin-left: 10px;
        margin-right: 10px;
    }*/
    /* 產品列表頁 文字說明 */
    .prd_list_text {
        font-weight: bold;
        /*color: #808080;*/
        font-size: 14px;
        margin-bottom: 1px;
    }

    /*.prd_list_add_bag {
        text-align: right;
        right: 12px;
        bottom: 30px;
        position: absolute;
        z-index: 1;
        height: 16px;
        width: 16px;
        background-image: url("../Images/bag_add16.png");
        background-repeat: no-repeat;
    }*/

}
