﻿/* Basic > 768 */
.pd_img_area {
    width:60%;
    margin:auto;
}
/* Basic > 768 */
.pd_data_area {
    position: relative;
    width: 80%;
    /*min-height: 200px;*/
    margin: auto;
}


/* Basic > 768 產品明細頁 底部 */
.pd_bottom {
    line-height: 60px;
}

/* Basic > 768 產品明細頁 空白行 */
.pd_empty {
    line-height: 20px;
}

/* Basic > 768 產品明細頁 商品名稱和金額 */
.pd_data_text {
    font-weight: bold;
    /*color: #808080;*/
    font-size: 34px;
    margin-bottom: 5px;
}
/* Basic > 768 產品明細頁 已選擇顏色和尺寸 */
.pd_data_text_small {
    font-weight: bold;
    /*color: #808080;*/
    font-size: 28px;
    margin-bottom: 1px;
}
/* Basic > 768 產品明細頁 商品編號 */
.pd_data_text_small_no {
    font-weight: bold;
    /*color: #808080;*/
    font-size: 22px;
    margin-bottom: 1px;
    color: #999;
}

.pd_ntd {
    /*color: #808080;*/
    font-size: 22px;
    margin-bottom: 3px;
}

/* 顏色列表大小 */
.pd_data_text_color {
    width: 36px;
    height: 36px;
    border: 1px solid #999999;
}
/* 顏色列表外框 */
.pd_data_text_color_border {
    border: 1px solid #999999;
    line-height: 44px;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    padding-top: 2px;
    text-align: center;
}
/* 顏色列表無外框 */
.pd_data_text_color_border_none {
    border: 1px solid #ffffff;
    line-height: 44px;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    padding-top: 2px;
    text-align: center;
}

/* 尺寸列表大小 */
.pd_data_text_size {
    font-size: 28px;
    width: 44px;
    height: 44px;
    font-weight: bold;
}

/* 尺寸列表外框 */
.pd_data_text_size_bg {
    border: 1px solid #999999;
    background-color: #dcdcdc;
    line-height: 44px;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    text-align: center;
}
/* 尺寸列表外框無背景 */
.pd_data_text_size_bg_none {
    border: 1px solid #999999;
    background-color: none;
    line-height: 44px;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    text-align: center;
}

/* 產品明細頁 加入購物車區塊 */
.pd_data_add_bag {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 15px;
}
/* 產品明細頁 加入購物車按鈕 */
.add_bag_btn {
    line-height:60px;
    font-size: 30px;
}

.pd_sold_out {
    font-size:30px;
    font-weight:bold;
}



/* Style the tab */
.pd_tab_panel {
    text-align: center;
    width: 90%;
    margin: auto;
    height: 500px;
}

.prd_tabcontent {
    display: none;
    /*padding: 6px 12px;
    border: 1px solid #cccccc;*/
    border-radius: 10px;
    word-wrap: break-word;
    font-size: 34px;
}
/* Tab 按鈕 */
.prd_tab_btn {
    height:60px;
    line-height:60px;
    font-size: 34px;
    font-weight: bold;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
}
.prd_tab_btn_active {
    height: 60px;
    line-height: 60px;
    font-size: 34px;
    font-weight: bold;
    border: solid;
    border-width: 1px;
    border-color: lightgray;
    background-color: dimgray;
    color: white;
}

.outline01 {
    border-right: #bebebe 1px solid;
    border-top: #bebebe 1px solid;
    border-left: #bebebe 1px solid;
    border-bottom: #bebebe 1px solid;
    background-color: #ffffff;
    font-size:30px;
}

@media(max-width:768px) {
    /* 產品明細頁 空白行 */
    .pd_empty {
        line-height: 10px;
    }
    .pd_data_area {
        position: relative;
        width: 60%;
        /*min-height: 200px;*/
        margin: auto;
    }
    /* 產品明細 文字說明 */
    .pd_data_text {
        font-weight: bold;
        /*color: #808080;*/
        font-size: 20px;
        margin-bottom: 1px;
    }

    .pd_data_text_small {
        font-weight: bold;
        /*color: #808080;*/
        font-size: 20px;
        margin-bottom: 1px;
    }
    .pd_data_text_small_no {
        font-weight: bold;
        /*color: #808080;*/
        font-size: 12px;
        margin-bottom: 1px;
    }
    .pd_ntd {
        /*color: #808080;*/
        font-size: 12px;
        margin-bottom: 3px;
    }

    /* 顏色列表大小 */
    .pd_data_text_color {
        width: 26px;
        height: 26px;
    }
    /* 顏色列表外框 */
    .pd_data_text_color_border {
        border: 1px solid #999999;
        line-height: 32px;
        width: 32px;
        height: 32px;
        margin-right: 8px;
        padding-top: 2px;
        text-align: center;
    }
    /* 顏色列表外框 */
    .pd_data_text_color_border_none {
        border: 1px solid #ffffff;
        line-height: 32px;
        width: 32px;
        height: 32px;
        margin-right: 8px;
        padding-top: 2px;
        text-align: center;
    }
    /* 尺寸列表大小 */
    .pd_data_text_size {
        font-size: 20px;
        width: 32px;
        height: 32px;
        font-weight: bold;
    }

    /* 尺寸列表外框 */
    .pd_data_text_size_bg {
        border: 1px solid #999999;
        background-color: #dcdcdc;
        line-height: 32px;
        width: 32px;
        height: 32px;
        margin-right: 8px;
        text-align: center;
    }
    /* 尺寸列表外框無背景 */
    .pd_data_text_size_bg_none {
        border: 1px solid #999999;
        background-color: none;
        line-height: 32px;
        width: 32px;
        height: 32px;
        margin-right: 8px;
        text-align: center;
    }
    

    .pd_data_add_bag {
        position: absolute;
        z-index: 1;
        right: 5px;
        top: 15px;
    }

    .add_bag_btn {
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
        border: solid;
        border-width: 1px;
        border-color: lightgray;
    }

    .pd_sold_out {
        font-size: 20px;
        font-weight: bold;
    }

    /* Style the tab */
    .pd_tab_panel {
        text-align: center;
        width: 90%;
        margin: auto;
        height: 300px;
    }

    .prd_tabcontent {
        display: none;
        /*padding: 6px 12px;
        border: 1px solid #cccccc;*/
        border-radius: 10px;
        word-wrap: break-word;
        font-size: 20px;
    }

    /* Tab 按鈕 */
    .prd_tab_btn {
        height:40px;
        font-size: 20px;
        line-height: 40px;
        font-weight: bold;
        border: solid;
        border-width: 1px;
        border-color: lightgray;
    }

    .prd_tab_btn_active {
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        font-weight: bold;
        border: solid;
        border-width: 1px;
        border-color: lightgray;
        background-color: dimgray;
        color: white;
    }

    .outline01 {
        border-right: #bebebe 1px solid;
        border-top: #bebebe 1px solid;
        border-left: #bebebe 1px solid;
        border-bottom: #bebebe 1px solid;
        background-color: #ffffff;
        font-size: 20px;
    }
}

@media(max-width:480px) {
    .pd_img_area {
        width: 80%;
        margin: auto;
    }

    .pd_data_area {
        position: relative;
        width: 80%;
        /*min-height: 200px;*/
        margin: auto;
    }
    /* 產品明細頁 空白行 */
    .pd_empty {
        line-height: 5px;
    }

    /* 產品明細 文字說明 */
    .pd_data_text {
        font-weight: bold;
        /*color: #808080;*/
        font-size: 20px;
        margin-bottom: 1px;
    }

    .pd_data_text_small {
        font-weight: bold;
        /*color: #808080;*/
        font-size: 14px;
        margin-bottom: 1px;
    }
    .pd_data_text_small_no {
        font-weight: bold;
        /*color: #808080;*/
        font-size: 12px;
        margin-bottom: 1px;
    }

    .pd_ntd {
        /*color: #808080;*/
        font-size: 12px;
        margin-bottom: 3px;
    }

    /* 顏色列表大小 */
    .pd_data_text_color {
        width: 20px;
        height: 20px;
    }
    /* 顏色列表外框 */
    .pd_data_text_color_border {
        border: 1px solid #999999;
        line-height: 26px;
        width: 26px;
        height: 26px;
        margin-right: 6px;
        padding-top: 2px;
        text-align: center;
    }

    /* 顏色列表外框 */
    .pd_data_text_color_border_none {
        border: 1px solid #ffffff;
        line-height: 26px;
        width: 26px;
        height: 26px;
        margin-right: 6px;
        padding-top: 2px;
        text-align: center;
    }

    /* 尺寸列表大小 */
    .pd_data_text_size {
        font-size: 14px;
        width: 26px;
        height: 26px;
        font-weight: bold;
    }

    /* 尺寸列表外框 */
    .pd_data_text_size_bg {
        border: 1px solid #999999;
        background-color: #dcdcdc;
        line-height: 26px;
        width: 26px;
        height: 26px;
        margin-right: 6px;
        text-align: center;
    }
    /* 尺寸列表外框無背景 */
    .pd_data_text_size_bg_none {
        border: 1px solid #999999;
        background-color: none;
        line-height: 26px;
        width: 26px;
        height: 26px;
        margin-right: 6px;
        text-align: center;
    }

    .pd_data_add_bag {
        position: absolute;
        z-index: 1;
        right: 5px;
        top: 15px;
        
    }

    .add_bag_btn {
        height: 32px;
        font-size: 14px;
    }
    .pd_sold_out {
        font-size: 18px;
        font-weight: bold;
    }

    /* Style the tab */
    .pd_tab_panel {
        text-align: center;
        width: 100%;
        margin: auto;
        height: 280px;
    }
    .prd_tabcontent {
        display: none;
        /*padding: 6px 12px;
        border: 1px solid #cccccc;*/
        border-radius: 10px;
        word-wrap: break-word;
        font-size: 18px;
    }

    /* Tab 按鈕 */
    .prd_tab_btn {
        height: 32px;
        font-size: 16px;
        line-height: 32px;
        font-weight: bold;
        border: solid;
        border-width: 1px;
        border-color: lightgray;
    }

    .prd_tab_btn_active {
        height: 32px;
        font-size: 16px;
        line-height: 32px;
        font-weight: bold;
        border: solid;
        border-width: 1px;
        border-color: lightgray;
        background-color: dimgray;
        color: white;

    }

    .outline01 {
        border-right: #bebebe 1px solid;
        border-top: #bebebe 1px solid;
        border-left: #bebebe 1px solid;
        border-bottom: #bebebe 1px solid;
        background-color: #ffffff;
        font-size: 18px;
    }
}

@media(max-width:375px) {
    .pd_img_area {
        width: 80%;
        margin: auto;
    }
    .pd_data_area {
        position: relative;
        width: 80%;
        /*min-height: 200px;*/
        margin: auto;
    }

    /* 產品明細頁 空白行 */
    .pd_empty {
        line-height: 8px;
    }
    /* 產品明細 文字說明 */
    .pd_data_text {
        font-weight: bold;
        /*color: #808080;*/
        font-size: 20px;
        margin-bottom: 1px;
    }

    .pd_data_text_small {
        font-weight: bold;
        /*color: #808080;*/
        font-size: 14px;
        margin-bottom: 1px;
    }
    .pd_data_text_small_no {
        font-weight: bold;
        /*color: #808080;*/
        font-size: 10px;
        margin-bottom: 1px;
    }

    .pd_ntd {
        /*color: #808080;*/
        font-size: 10px;
        margin-bottom: 3px;
    }

    /* 顏色列表大小 */
    .pd_data_text_color {
        width: 20px;
        height: 20px;
    }
    /* 顏色列表外框 */
    .pd_data_text_color_border_none {
        border: 1px solid #ffffff;
        line-height: 26px;
        width: 26px;
        height: 26px;
        margin-right: 4px;
        padding-top: 2px;
        text-align: center;
    }
    /* 顏色列表外框 */
    .pd_data_text_color_border {
        border: 1px solid #999999;
        line-height: 26px;
        width: 26px;
        height: 26px;
        margin-right: 4px;
        padding-top: 2px;
        text-align: center;
    }

    /* 尺寸列表大小 */
    .pd_data_text_size {
        font-size: 14px;
        width: 26px;
        height: 26px;
        font-weight: bold;
    }

    /* 尺寸列表外框 */
    .pd_data_text_size_bg {
        border: 1px solid #999999;
        background-color: #dcdcdc;
        line-height: 26px;
        width: 26px;
        height: 26px;
        margin-right: 4px;
        text-align: center;
    }
    /* 尺寸列表外框無背景 */
    .pd_data_text_size_bg_none {
        border: 1px solid #999999;
        background-color: none;
        line-height: 26px;
        width: 26px;
        height: 26px;
        margin-right: 4px;
        text-align: center;
    }

    .pd_data_add_bag {
        position: absolute;
        z-index: 1;
        right: 5px;
        top: 15px;
    }

    .add_bag_btn {
        height: 32px;
        font-size: 14px;
    }

    .pd_sold_out {
        font-size: 16px;
        font-weight: bold;
    }

    /* Style the tab */
    .pd_tab_panel {
        text-align: center;
        width: 100%;
        margin: auto;
        height: 230px;
    }

    .prd_tabcontent {

        display: none;
        /*padding: 6px 12px;
        border: 1px solid #cccccc;*/
        border-radius: 10px;
        word-wrap: break-word;
        font-size: 14px;
    }

    /* Tab 按鈕 */
    .prd_tab_btn {
        height: 24px;
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        border: solid;
        border-width: 1px;
        border-color: lightgray; 
    }

    .prd_tab_btn_active {
        height: 24px;
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        border: solid;
        border-width: 1px;
        border-color: lightgray;
        background-color: dimgray;
        color: white;
    }

    .outline01 {
        border-right: #bebebe 1px solid;
        border-top: #bebebe 1px solid;
        border-left: #bebebe 1px solid;
        border-bottom: #bebebe 1px solid;
        background-color: #ffffff;
        font-size: 14px;
    }
}
