@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=swap');
/*
 覆蓋
*/
.boxs_cate {
    /*
    display: inherit;
    width: calc(100% / 8 - 40px * 7 / 8);
    float: left;
    margin-left: 40px;
    position: relative;
    */
    display: inherit;
    float: left;
    position: relative;
    margin-top: 10px;
    margin-right: 25px;
}
.boxs_cate:nth-child(8n+1) {
    /*margin-left: 0;*/
}
.link_bread:after
{
    margin-top: 0px !important;
}
.module_item_header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.module_item_header_text {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0, 0, 0, .45);
    text-transform: uppercase;
}
.module_item_header_hr {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-left: 10px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-right-color: rgba(0, 0, 0, .1);
    border-bottom-color: rgba(0, 0, 0, .1);
    border-left-color: rgba(0, 0, 0, .1);
}
.boxs_bottom{
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgb(145 145 145 / 50%) 0px 2px 12px 0px;
}

.boxs_bottom_button{
    max-width: 1140px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}

.modal_open { display: inline-block; cursor: pointer; font-size: .9rem; color: #4a8fe1; float: right; }
.modal_open:after { display: inline-block; content: '\e902'; font-family: 'icon'; line-height: 22px; margin-left: 3px; }

/*購物車圖示*/
.menu_icon[data-count]:after{
    padding: unset;
    width: 24px;
    top: -3px;
    font-family: 'ABeeZee', sans-serif;
    font-weight: bold;
    font-size: .85rem;
    line-height: 1.5rem;
}
/*商品詳細頁 > 商品名稱*/
.pro_name{
    font-size: 1rem;
    letter-spacing: .04em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*商品詳細頁 > 商品說明*/
.text18_g{
    font-size: .85rem;
    line-height: 1.58rem;
    letter-spacing: .08em;
}
/*商品詳細頁 > 商品原始金額*/
.pro02_num_detail{font-family: 'ABeeZee', sans-serif;}
.pro02_num_detail:after { display: block; content: attr(title); font-size: .85rem; color: #8e8e8e; margin-right: 5px; text-decoration: line-through; line-height: .5rem; }
/*商品詳細頁 > 點數或其他說明*/
.points_detail_v2 {
    clear: both;
    display: inline-block;
    font-size: .8rem;
    color: #ffffff;
    background-color: #cc0010;
    border-radius: 12px;
    padding: 1px 8px 0 8px;
    margin-top: -20px;
}
.ac_total{font-family: 'ABeeZee', sans-serif;font-weight: bold;}
@media screen and (max-width: 449px) and (min-width: 0) {
    html, body {
        overflow-x: hidden;
    }
    .text14 {
        font-size: 1rem;
        white-space: nowrap;
    }
    .text12 {
        font-size: .8rem;
        white-space: nowrap;
    }
    .explain_pic_boxs .ep_left .epl_pic{
        padding-bottom: 15px;
    }
    .pro_name{
        padding: 0;
    }
    .pro02_num_detail{
        font-family: 'ABeeZee', sans-serif;
        padding-bottom: 10px;
    }
    .pro_tag{
        font-size: .8rem;
        padding-bottom: 0;
    }
    .pro02_num_detail:after { font-size: .85rem; line-height: .5rem; }
    .points_detail_v2 { font-size: .8rem; }
    .all_boxs .pad_D20{ padding-bottom: 5px;}
    .ac_total{font-family: 'ABeeZee', sans-serif;font-weight: bold; padding-top: 8px;}
    .ac_total.ac_car:before{padding-top: 3px !important;}
}
/*
	+ 模板1
	----------------------------------------------------------
*/
.pro01_text{
    min-height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
}
.pro01_text p{ font-size: .85rem; font-family: "ABeeZee",微軟正黑體,新細明體,sans-serif; }
.pro01_num{
    font-family: 'ABeeZee', sans-serif;
    font-weight: bold;
    line-height: .8rem;
}
.pro01_num:after { display: inline-block; content: attr(title); color: #636363; font-size: 1rem; margin-right: 15px; text-decoration: line-through; line-height: 33px; width: 100%; }
@media screen and (max-width: 449px) and (min-width: 0) {
    .sale_title {
        font-weight: 400;
        letter-spacing: .04em;
        line-height: 1.35rem;
    }
    .block2_l {
        padding: 0;
    }
    .pro01_text{ min-height: 65px; }
    .pro01_text p{ font-size: .85rem; }
    .pro01_num { font-size: 1.3rem; }
}
/*
	+ 模板２
	----------------------------------------------------------
*/
.all_boxs.bg_grey, .all_boxs.bg_blue, .all_boxs.bg_white, .all_boxs.bg_grey_l { padding: 15px 0 50px 0; }
/*.pad_T50 { padding-top: 15px; }*/
.new_products .products { height: 500px;}
.new_products .product {border-radius: 5px; aspect-ratio: 1 / 1.4; height: auto;}
.new_products .dot{width: 10px; height: 10px;}
@media screen and (max-width: 449px) and (min-width: 0) {
    .all_boxs.bg_grey, .all_boxs.bg_white { padding: 15px 15px 20px 15px; }
    .pad_T50 { padding-top: 0; }
    .pro_style02 .pro02_img { border-radius: 5px 5px 0 0; }
    .pro_style02 .pro02_img_index { height: 270px; }
}


@media screen and (max-width: 449px) and (min-width: 0){
    .new_products .products {
        height: 370px;
    }
}

/*
	+ 模板3
	----------------------------------------------------------
*/
@media screen and (max-width: 449px) and (min-width: 0){
    .all_boxs.bg_blue{ padding: 0; }
    .boxs_3 {
        margin-bottom: 0;
    }
}

/*
	+ 模板4
	----------------------------------------------------------
*/
.pro02_text{
    min-height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0;
}
.pro02_text p{ font-size: .85rem; font-family: "ABeeZee",微軟正黑體,新細明體,sans-serif; }
.pro02_num{
    font-family: 'ABeeZee', sans-serif;
    font-weight: bold;
}
@media screen and (max-width: 449px) and (min-width: 0){
    .pro02_text{ min-height: 45px; }
}

/* sweetalert2 */
.swal2-container {
    z-index: 9999 !important;
}


/* 必填 */
.required_mark,
.parsley-type,
.parsley-required {
    color: red
}


/* 發票按鈕 */
button.btn.btn_invoice {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 1.1rem;
    padding: 10px 20px;
}

.radio_boxs {
    margin-right: 7px;
}

/* 商品切換圖片箭頭 */

.product_picture_arrow{
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 3rem;
    top: 40%;
}

.product_picture_arrow.left{
    left: -10px;
}

.product_picture_arrow.right{
    right: -10px;
}

.product_picture_arrow:before {
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

.product_picture_arrow.left:before {
    content: "\e901";
}

.product_picture_arrow.right:before {
    content: "\e902";
}

/*  */

.input_boxs.in_boxs3 { display: inline-block; width: calc(25% - 20px * 1 / 2); margin-right: 10px; }
@media screen and (max-width: 449px) and (min-width: 0) {.input_boxs.in_boxs3 { margin-right: 10px; width: calc(50% - 20px * 1 / 2); }}

.input_boxs.in_boxs4 { display: inline-block; width: calc(50% - 20px * 1 / 2); margin-left: 10px; }
@media screen and (max-width: 449px) and (min-width: 0) { .input_boxs.in_boxs4 { margin-left: 0; width: 100%; } }
