/*  LEE MODIFY */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:500,600,700');

#shoppingCart {
    max-width: 1240px;
}

#shoppingCart .hide{
    display: none !important;
}

.CJK {
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
}

.CJK_b {
    font-family: 'Noto Serif TC', serif;
    font-weight: 700;
}

.CJK_sb {
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
    /* text-align: inherit; */
    font-weight: normal;
}

b {
    font-weight: 700;
}

hr {
    opacity: 0;
    margin: 0;
    width: 100%;
}

.mb,
.pad {
    display: none;
}

.f_bold {
    font-weight: bold !important;
}

.pc {
    display: inline-block;
}

.poA {
    position: absolute;
}

.f_pink {
    color: #ff4672;
}

.f_red {
    color: #d70146 !important;
}

.f_golden {
    color: #b08534;
}

.f_white {
    color: #fff !important;
}

.f_black {
    color: #000 !important;
}

.f_grey {
    color: #555;
}

.f_l_pink {
    color: #ff4672;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f18 {
    font-size: 18px;
}

.f21 {
    font-size: 21px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.f45 {
    font-size: 45px;
}

.f48 {
    font-size: 48px;
}

.f55 {
    font-size: 55px;
}

.f60 {
    font-size: 60px;
}

.f72 {
    font-size: 72px;
}

.info {
    text-align: left;
    padding-top: 0;
    display: inline-block;
    cursor: pointer;
    transition: all .4s;
}

.f_right {
    float: right;
}

.f_left {
    float: left;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.t_center {
    text-align: center;
}

.f_b {
    font-weight: bold;
}

.bg_white {
    background-color: #fff;
}

.bg_grey {
    background-color: #eeeeee;
}

.bg_blue {
    background-color: #daf0fe;
}

.bg_black {
    background-color: #000;
}

.bg_pink {
    background: #ee3d76;
}

.bg_l_pink {
    background: #fbeff3;
}

.bg_red {
    background: #d70146;
}

.bg_yellow {
    background: #fffbeb;
}

.box400 {
    width: 400px;
}

.box300 {
    width: 300px;
}

.box200 {
    width: 200px;
}

.box180 {
    width: 180px;
}

.box120 {
    width: 120px;
}

.box100 {
    width: 100px;
}

.box80 {
    width: 80px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb30_all {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb15 {
    padding-bottom: 15px;
}

.pr30 {
    padding-right: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.W100 {
    width: 100%;
}

.W67 {
    width: 67%;
}

.W33 {
    width: 33%;
}

.W75 {
    width: 75%;
}

.W25 {
    width: 25%;
}

.W40 {
    width: 40%;
    display: table-cell;

}

.W50 {
    width: 50%;
    display: table-cell;

}

.W55 {
    width: 55%;
    display: table-cell;
}

.W8 {
    width: 8%;
}

.W17 {
    width: 17%;
}

.W14 {
    width: 14%;
}

.W83 {
    width: 83%;
}

.W10 {
    width: 10%;
}

.W1200 {
    width: 100%;
    position: relative;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.W960 {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.W1360 {
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.title {
    margin-top: 30px;
    margin-bottom: 10px;
}

section {
    margin-top: 80px;
}

.attention {
    color: #d70146;
}

.bread {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.bread a {
    color: #555 !important;
    text-decoration: none !important;
}

.mr15 {
    margin-right: 15px;
}

.pl20 {
    padding-left: 20px !important;
}

.flex {
    display: flex;
}

input[type="radio"] {
    -webkit-appearance: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: solid 1px #e1e1e1;
}

input[type="radio"]:checked:after {
    content: '';
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #4f70a7;
    display: block;
    margin: 5px;
}

input[type=checkbox] {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    margin-right: 3px;
    border: solid 1px #e1e1e1;
    border-radius: 6px;
}

input[type=checkbox]:checked:after {
    content: '';
    width: 65%;
    height: 65%;
    display: block;
    background: #4f70a7;
    border-radius: 3px;
    margin: 17%;
}

.edit {
    width: 30px;
}

.btn_area {
    text-align: center;
    margin: 50px auto 70px;
}

.btn {
    width: 100%;
    max-width: 240px;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    font-weight: normal;
    border-radius: 0;
    text-decoration: none !important;
    box-shadow: none;
}

.btn.f_black {
    border: solid 1px #aaa;
}

.store_btn {
    border: 1px solid #aaa;
    padding: 12px 10px;
    display: inline-block;
    line-height: 1;
}


.bg_red:before {
    background-color: #ee4256;
}

.bg_pink:before {
    background-color: #d70146;
}


.off_20 {
    width: 45px;
    margin-left: 12px;
    margin-top: -23px;
}

.mount {
    width: 180px;
    display: inline-block;
    padding: 0 15px;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.pic_td {
    width: 130px;
    display: inline-block;
}

.prod_name {
    /* width: calc(100% - 140px); */
    display: flex;
    font-weight: normal;
}

.product-table th {
    border: 1px solid #e1e1e1;
    font-weight: normal;
    height: 50px;
    line-height: 1.4;
    background-color: #fbf6ef;
   
}

.product-table tr td {
    border: 1px solid #e1e1e1;
    border-right: none;
    border-left: none;
}

.product-table tr td:first-child {
    border-left: 1px solid #e1e1e1;
}

.product-table tr td:last-child {
    border-right: 1px solid #e1e1e1;
}

#main_text td {
    /* border: none; */
    padding: 20px 5px;
    vertical-align: middle;
}

#main_text .border_round table td.W75:nth-child(2) {
    padding-top: 0;
}

#main_text .delivname td {
    padding: 10px 15px;
}

#main_text .delivname td:nth-child(2n+1) {
    border-right: 0 !important;
}

#main_text .delivname td:nth-child(2n+2) {
    border-left: 0 !important;
}

input[type='text'], select {
    margin-right: 5px;
}

div#donate_type_area ul {
    display: inline-block;
}

div#donate_type_display>label {
    display: inline-block;
    float: left;
    line-height: 35px;
    margin-right: 12px;
}

div#donate_type_area {
    /* display: inline-block; */
    float: left;
    line-height: 30px;
}


td .W100 {
    margin-top: 15px;
}

td label {
    padding-left: 4px;
    padding-right: 8px;
}


.card_head {
    display: inline-block;
    width: 120px;
    vertical-align: middle;
}

.card_detail {
    display: inline-block;
    width: calc( 100% - 125px);
}

#undercolumn_shopping td input[type=text], #undercolumn_shopping td select{
    -webkit-appearance: none;
    /* width: 90px; */
    border: solid 1px #e1e1e1;
    border-radius: 0;
    background-color: #fff;
    line-height: 35px;
    padding: 0 10px;
}

#input_cvs_area .f_red {
    text-decoration: underline;
    cursor: pointer;
}

select {
    background-image: url(../img/icon/icon-off.svg);
    background-size: 15px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.borderB0 {
    border-bottom: none !important;
}

.borderT0 {
    border-top: none !important;
}

.product-table .total td {
    padding-top: 0;
    padding-bottom: 30px;
}

.flow_area {
    margin: 20px auto 40px;
    text-align: center;
}

.flow_area li{
    display: inline-block;
    padding: 0 15px;
}

.flow_area span{
    border-radius: 50%;
    width: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    background-color: #dddddd;
    color: #fff;
}

.flow_area li.active span {
    background-color: #ffb939e6;
}

th {
    width: 8%;
}

th.t_left {
    padding-left: 20px;
}


td {
    width: 8%;
    text-align: left;
    position: relative;
    font-weight: normal;
}

.currency::before {
    content: '$';
}

.counting_area {
    position: relative;
    max-width: 100px;
    margin: 0 auto;
}

.count_btn {
    height: 28px;
    width: 28px;
    line-height: 28px;
    position: absolute;
    display: block;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}

.count_btn::before,.count_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: left top;
    width: 13px;
    height: 1px;
    background-color: #fff;
}

.count_btn::after {
    transform: rotate(90deg) translate(-50%, -50%);
}

.count_btn.bg_black {
    left: 0px;
}

.count_btn.bg_black::after {
    display: none;
}

.count_btn.bg_red {
    right: 0px;
}

.delete {
    display: inline-block;
    transform: rotate(45deg) translate(0, 0);
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(45deg) translate(0, 0);
    -moz-transform: rotate(45deg) translate(0, 0);
    -ms-transform: rotate(45deg) translate(0, 0);
    -o-transform: rotate(45deg) translate(0, 0);
}

.delete::before,.delete::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: left top;
    width: 28px;
    height: 1.5px;
    background-color: #999999;
}

.delete::after {
    transform: rotate(90deg) translate(-50%, -50%);
}

.product-table .tb-th {
    background-color: #fff;
}

.product-pc {
    padding: 20px;
    max-width: 1240px;
}

.border_round {
    border: solid 1px #e1e1e1;
    padding: 20px;
}

.addbtn {
    margin: 20px 0;
    text-align: right;
}

.addbtn .btn{
    width: 100%;
    max-width: 260px;
}

#payment .inline{
    display: inline-block;
    /* padding-right: 10px; */
}

.product-table {
    margin-top: 15px;
}

table.delivname.padding20{
    border: #e1e1e1 solid 1px;
}

.txtarea {
    margin-top: 10px;
    padding: 12px;
}

.form_final .W25{
    padding: 0 25px;
    display: inline-block;
}

.product-table .border_0 {
    border: 1px solid #ebebeb;
}

.padding20 td ,.padding20 th {
    padding: 10px 20px !important;
}

#complete_page {
    padding: 30px;
    width: 100%;
    max-width: 630px;
    margin: 0 auto 30px;
}

.sec-wrap {
    padding-top: 60px;
}

div#undercolumn_shopping .pay_area02 {
    margin-top: 10px;
}

#carrier_type_area li {
    vertical-align: top;
}

.submit-button li {
    position: relative;
}

.submit-button input[type="image"] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

@media (max-width: 1024px) {
    [class*=columns-]>[class*=col-] {
        padding: 0 15px;
    }
    .f15 {
        font-size: 14px;
    }
    .f16 {
        font-size: 15px;
    }
    .f18 {
        font-size: 17px;
    }
    .f21 {
        font-size: 19px;
    }
    .f24 {
        font-size: 21px;
    }
    .f30 {
        font-size: 25px;
    }
    .f36 {
        font-size: 29px;
    }
    .f40 {
        font-size: 32px;
    }
    .f45 {
        font-size: 35px;
    }
    .f48 {
        font-size: 38px;
    }
    .f55 {
        font-size: 47px;
    }
    .f60 {
        font-size: 50px;
    }
    .f72 {
        font-size: 60px;
    }
    .title {
        font-size: 21px;
    }
}

@media (min-width: 769px) {
    /* .btn_black:hover,
    .btn:hover {
        background-color: #ff436f
    } */
    .add-button button:hover:before {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .sec-wrap {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .add-button {
        width: 90%;
    }
    .pad {
        display: inline-block;
    }
    .red_title {
        font-size: 22px;
    }
    .red_title span {
        font-size: 16px;
    }
    .padding20 td ,.padding20 th {
        padding: 10px 10px !important;
    }
}

@media (max-width: 414px) {
    .pc, .mb_none  {
        display: none;
    }
    .mb {
        display: inline-block;
    }
    
    .currency.mb {
        display: block;
    }

    tr.mb{
        width: 100%;
        display: table-row;
        position: relative;
    }

    .pic_td {
        width: 80px;
    }

    .prod_name {
        width: calc(100% - 80px);
        display: inline-block;
    }

    .W50 .mb {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
    }
   
    .W50,
    .W40,
    .W60 {
        width: 100%;
    }

    .mb-50 {
        width: 50%;
    }

    .mb-25 {
        width: 25%;
    }

    .t_center_m {
        text-align: center;
    }
    section {
        margin-top: 40px;
    }
    .mb_W100 {
        display: block;
        width: 100%;
    }
    [class*=columns-]>[class*=col-] {
        padding: 0 10px;
    }
    .f13 {
        font-size: 11px;
    }
    .f15 {
        font-size: 13px;
    }
    .f16 {
        font-size: 13px;
    }
    .f18 {
        font-size: 14px;
    }
    .f21 {
        font-size: 16px;
    }
    .f24 {
        font-size: 17px;
    }
    .f30 {
        font-size: 18px;
    }
    .f36 {
        font-size: 20px;
    }
    .f40 {
        font-size: 25px;
    }
    .f45 {
        font-size: 24px;
    }
    .f48 {
        font-size: 26px;
    }
    .f55 {
        font-size: 44px;
    }
    .f60 {
        font-size: 41px;
    }
    .f72 {
        font-size: 48px;
    }

    .form_final .W25 {
        width: 59%;
        padding: 0 15px;
        max-width: 160px;
    }

    td {
        font-size: 14px;
    }

    input ,select {
        margin-bottom: 5px;
    }

    table.delivname {
        margin-bottom: 50px;
    }

    .addbtn .btn {
        max-width: 100%;
    }

    .mb .counting_area {
        display: inline;
        text-align: center;
        margin-left: 5px;
    }
    .mb .currency {
        display: inline-block;
        position: absolute;
        text-align: right;
        right: 15px;
    }

    .edit {
        width: 24px;
        margin-bottom: 10px;
    }

    .product-pc {
        padding: 0;
    }
    #main_text td {
        padding: 14px 5px;
    }
    a.delete {
        width: 30px;
        height: 30px;
        transform: scale(.8) rotate(45deg);
    }
    .mount {
        width: 120px;
        padding: 0 10px;
    }
    .btn{
        margin: 0 auto 15px !important;
        height: 42px;
        line-height: 42px;

    }
    .add-button span {
        font-size: 15px;
    }
    .red_title {
        font-size: 18px;
    }
    .red_title span {
        font-size: 14px;
    }
    #main_text td.W25, #main_text td.W75 {
        width: 100%;
        display: block;
    }
    
    #main_text td.W25 {
        background: #fbf6ef;
        width: calc(100% + 24px);
        margin-left: -12px;
        padding-left: 17px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #main_text td.top-15 {
        margin-top: -15px;
    }
    
    
    .border_round {
        padding: 12px;
    }
    .card_head {
        width: 100px;
        vertical-align: top;
    }
    .btn_area {
        margin: 10px auto 30px;
    }

    .flow_area li {
        position: relative;
        padding: 0 10px;
        font-size: 13px;
    }
    
    .flow_area li span {
        left: 50%;
        position: absolute;
        top: 0;
        transform: translate(-50%,-100%) scale(.7);
    }
    
    .flow_area {
        margin-bottom: 10px;
        margin-left: -10px;
    }
    
    .flow_area li:after {
        content: ">";
        position: absolute;
        right: -7px;
        color: #b5b5b5;
    }
    
    .flow_area li:last-child:after {
        display: none;
    }
}

@media (max-width: 320px) {
    .f15 {
        font-size: 12px;
    }
    .f16 {
        font-size: 13px;
    }
    .f18 {
        font-size: 15px;
    }
    .f21 {
        font-size: 16px;
    }
    .f24 {
        font-size: 18px;
    }
    .f30 {
        font-size: 20px;
    }
    .f36 {
        font-size: 22px;
    }
    .f40 {
        font-size: 25px;
    }
    .f45 {
        font-size: 27px;
    }
    .f48 {
        font-size: 29px;
    }
    .f55 {
        font-size: 33px;
    }
    .f60 {
        font-size: 36px;
    }
    .f72 {
        font-size: 38px;
    }
}