@charset "UTF-8";
/* CSS Document */
	/*右側貨品屬性*/
	.detail_tag_mb{
		font-size: 14px;
		border:1px solid rgba(0,0,0,0.3);
		color:rgba(0,0,0,0.4);
		padding: 2px 8px;
		letter-spacing: 0.08em;
		margin-right: 4px;
		font-weight: 300;
	}	
    .en .detail_tag_mb{
	    letter-spacing: 0.02em;
    }
    .detail_brand_name_mb{
 	    font-size: 14px;
		color: #282828;
		letter-spacing: 0.01em;
    }
	.detail_big_title_mb{
		font-size: 20px;
		letter-spacing: 0.05em;
		color: #282828;
		line-height: 1.4em;
		font-weight: 400;
	}
    .en .detail_big_title_mb{
	    letter-spacing: 0em;
		line-height: 1.2em;
		margin-bottom: 4px;
     }
	.detail_price_mb{
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.04em;
		margin-right: 8px;
		line-height: 1.4em;
		color: #7D184D;
	}
    .en .detail_price_mb{
	    letter-spacing: 0.02em;
    }
	.detail_origin_price_mb{
		font-size: 12px;
		text-decoration: line-through;
		color: rgba(0,0,0,0.2);
		letter-spacing: 0.04em;
	}
	.en .detail_origin_price_mb{
	    letter-spacing: 0.02em;
    }
	.detail_item_outside_mb{
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding: 8px 0px;
		position: relative;
		
	}
	.detail_item_outside_mb:nth-child(1){
		border-top:1px solid rgba(0,0,0,0.1); 
	}
	.detail_item_block_mb{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 44px;
		cursor: pointer;
	}
	.detail_item_mb{
		display: flex;
		justify-content: space-between;
		align-items: center;
		white-space: nowrap;
		flex-grow: 1;
		padding-right: 28px;
	}
	.detail_item_arrow_mb{
		width: 8px;
		transition: 0.3s;
	}
	.detail_item_arrow_rotate_mb{
		transform: rotate(90deg);
	}
    
	
	.detail_item_input_mb{
		background-color:rgba(0,0,0,0);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		cursor: pointer;
		background-image: url("https://static.mabelle.com/images/header/arrow_square_right.png");
		background-repeat: no-repeat;
		background-size: 14px;
		background-position: center right;
		border:0px solid rgba(0,0,0,0);
		border-radius: 0px;
		outline: none;
		
	}
	.detail_item_input_mb:checked{
		background-image: url("https://static.mabelle.com/images/header/arrow_square_down.png");
	}
	.detail_item_content_mb{
		display: none;
	}
	.detail_item_input_mb:checked + .detail_item_content_mb{
		display: block;
	}

	/*右側貨品屬性*/



    /*預覽圖*/
	.detail_img_block_mb{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding-right: 40px;
	}
	
	.detail_small_img_blcok_mb{
		position: relative;
		order: 1;
	}
	.detail_small_img_second_block_mb{
		position: relative;
		margin-bottom: 14px;
		cursor: pointer;
	}
	.detail_small_img_blcok_mb img{
		width: 100px;
		height: 100px;
		min-width: 100px;
		min-height: 100px;
	}
	.detail_big_img_mb, .detail_video{
		flex-grow: 1;
		width: 100%;
		order: 2;
		position: relative;
		margin-left: 14px;
	}
	.detail_img_border_mb{
		border:1px solid #282828;
	}
	.detail_grey_cover_mb{
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.03);
		z-index: 3;
		pointer-events: none;
	}
	/*預覽圖*/
	
	
	










    /*膠囊標題*/
	.detail_tab_block_mb{
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: 0px solid rgba(0,0,0,0);
	}
	.detail_tab_item_mb{
		padding: 14px 0px;
		position: relative;
	}
	.detail_tab_item_mb a{
		font-size: 18px;
		font-weight: 300;
		color: #8c8c8c;
		letter-spacing: 0.05em;
		padding: 12px 20px;
		text-decoration: none;
	}
	.en .detail_tab_item_mb a{
	    letter-spacing: 0em;
    }    
	.detail_tab_item_mb .active{
		border-bottom: 3px solid #7D184D;
		color:#282828;
		font-weight: 400;
	}
	.detail_tab_line_mb{
		width: 1px;
		height: 20px;
		background-color: rgba(0,0,0,0.1);
	}
	.detail_tab_left_cover_mb{
		position: absolute;
		width: 35%;
		bottom: -1px;
		left: -1px;
		height: 8px;
		background-color: #fcfcfc;
		z-index: 2;
	}
	.detail_tab_right_cover_mb{
		position: absolute;
		width: 35%;
		bottom: -1px;
		right: -1px;
		height: 8px;
		background-color: #fcfcfc;
		z-index: 2;
	}
	/*膠囊標題*/
	

    /*小型功能按鈕——現貨位置/分享/線上查詢*/
	.detail_small_btn_mb{
		display: flex;
		justify-content: center;
		align-items: center;
		white-space: nowrap;
		font-size: 12px;
		color: #282828;
		letter-spacing: 0.05em;
        font-weight: 400;
		width: 100%;
		height: 20px;
		border-right: 1px solid rgba(0,0,0,0.1);
		position: relative;
	}
	.en .detail_small_btn_mb{
	    letter-spacing: 0.02em;
    }
	.detail_small_btn_mb:nth-child(1){
		border-left: 1px solid rgba(0,0,0,0.1);
	}
	.detail_small_btn_mb a{
		width: 100%;
		height: 100%;
		cursor: pointer;
		top: 0;
		left: 0;
		z-index: 2;
		position: absolute;
		text-decoration: none;
	}
	.detail_small_btn_mb img{
		width: 14px;
		height: 14px;
		min-width: 14px;
		min-height: 14px;
		margin-right: 4px;
	}
	/*小型功能按鈕——現貨位置/分享/線上查詢*/
	

    /*更多同款現貨*/
	.detail_more_product_mb{
		font-size: 12px;
		font-weight: 400;
		color: #282828;
		letter-spacing: 0.05em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		cursor: pointer;
		margin-top: 8px;
	}
	.en .detail_more_product_mb{
	    letter-spacing: 0.02em;
    }
	.detail_more_product_mb img{
		margin-left: 5px;
		width: 10px;
	}
	/*更多同款現貨*/

    

    /*猜您喜歡*/
	.detail_promotion_swiper_container_mb{
        width: 100%;
        height: 100%;
		position:relative;
    }
    .detail_promotion_swiper_slider_mb{
        text-align: center;
        font-size: 18px;
		cursor: pointer;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	.detail_promotion_swiper_slider_mb a{
		text-decoration: none;
	}
	.detail_promotion_swiper_pagination_mb{
		position: relative;
		margin-top: 14px;
	}
	.detail_promotion_swiper_pagination_mb .swiper-pagination-bullet{
		background-color: #fcfcfc;
		border: 1px solid rgba(0,0,0,0.8);
	}
	.detail_promotion_swiper_pagination_mb .swiper-pagination-bullet-active{
		border: 1px solid #7D184D;
		background-color: #7D184D;
	}
	
	/*猜您喜歡*/
    



    /*右側列表選項*/
	.detail_item_option_mb{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 14px 12px;
		border-bottom: 1px solid rgba(0,0,0,0.04);
		background-color: rgba(0,0,0,0.02);
		cursor: pointer;
		position: relative;
		border-left: 2px solid rgba(0,0,0,0);
		flex-wrap: wrap;
	}
	.detail_item_option_mb:nth-child(1){
		border-top: 1px solid rgba(0,0,0,0.04);
		margin-top: 10px;
	}
    .detail_item_option_mb:hover{
	    background-color: white;
		border-left: 2px solid #7D184D;
    }
	.detail_item_option_selected_mb{
		background-color: white!important;
		border-left: 2px solid #7D184D;
	}
	/*右側列表選項*/
    



    /*放大功能*/	
	
    figure.zoom {
        background-position: 50% 50%;
        position: relative;
        width: 500px;
        overflow: hidden;
    /* cursor: zoom-in;*/
    }
    figure.zoom img:hover {
        opacity: 0;
    }
    figure.zoom img {
        transition: opacity 0.5s;
        display: block;
        width: 100%;
    }	
    /*放大功能*/	




    
	/*尺寸參考表*/
    
	.detail_size_form_us_block_mb{
		font-size: 14px;
		text-align: center;
		width:100px;
		height: 34px;
		background-color: rgba(0,0,0,0.1);
		color: #282828;
		letter-spacing: 0.05em;
		font-weight: 400;
		line-height: 31px;
	}
	.en .detail_size_form_us_block_mb{
	    letter-spacing: 0.02em;
    }
	.detail_size_form_hk_block_mb{
		font-size: 14px;
		text-align: center;
		width:100px;
		height: 34px;
		background-color: rgba(0,0,0,0.04);
		color:#282828;
		letter-spacing: 0.05em;
		font-weight: 400;
		line-height: 31px;
	}
	.en .detail_size_form_hk_block_mb{
	    letter-spacing: 0.02em;
    }
	.detail_size_form_block_mb{
		margin-right: 4px;
		margin-bottom: 4px;
	}
	.detail_size_form_point_us_mb{
		width: 16px;
		height: 16px;
		background-color: rgba(0,0,0,0.1);
		margin-right: 5px;
	}
	.detail_size_form_point_hk_mb{
		width: 16px;
		height: 16px;
		background-color: rgba(0,0,0,0.04);
		margin-right: 5px;
	}
  
	
    .detail_size_outside_block_mb{
		padding-top: 20px;
		padding-bottom: 20px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: auto;
		flex-wrap: wrap;
	}
	.detail_size_ring_table_mb{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.02em;
	}	
	.detail_size_ring_table_mb tr:nth-child(1){
		pointer-events: none;
	}
	.detail_size_ring_table_mb th{
		background-color: rgba(0,0,0,0.02);
		padding: 5px 0px;
		font-weight: 500;
		letter-spacing: 0.02em;
		font-size: 15px;
	}
	.detail_size_ring_table_mb td{
		border:2px solid #f7f7f7;
		height: 34px;
		background-color: rgba(0,0,0,0.04);
	}
	.detail_size_ring_table_mb td:nth-child(3){
		background-color: rgba(0,0,0,0.06);
	}
	.detail_size_ring_table_mb tr:hover{
		background-color: #631549;
		color: white;
	}
	
	.detail_size_ring_table_pointer_event_mb{
		pointer-events: none;
	}
	
	.detail_size_btn_block_mb{
		display: flex;
		justify-content: space-between;
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.02em;
		color: #282828;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	
	.detail_size_btn_block_mb img{
		width: 80px;
		margin: auto;
		margin-bottom: 8px;
	}
	.detail_size_circumference_mb{
		margin-right:4px;
		cursor: pointer;
		width: 50%;
		border: 1px solid rgba(0,0,0,0.05);
		padding: 14px 0px;
	}
	.detail_size_diameter_mb{
		margin-left:4px;
		cursor: pointer;
		width: 50%;
		border: 1px solid rgba(0,0,0,0.05);
		padding: 14px 0px;
	}
	.detail_size_circumference_mb:hover{
		border: 1px solid rgba(0,0,0,0.5);
	}
	.detail_size_diameter_mb:hover{
		border: 1px solid rgba(0,0,0,0.5);
	}
	
	
	
	
	.detail_size_necklace_img_mb{
		cursor: zoom-in;
		margin-right: 24px;
		margin-left: 24px;
		margin-bottom: 14px;
		width:50%;
		border: 1px solid rgba(0,0,0,0.1);
	}
	.detail_size_ring_left_block_mb{
		width: 40%;
		padding-right: 24px;
	}
	.detail_size_ring_right_block_mb{
		width: 60%;
	}
	.detail_size_necklace_left_block_mb{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 28px;
	}
	.detail_size_necklace_right_mb{
		width: 40%;
	}
	
	.detail_size_bangle_left_mb{
		width: 49%;
		margin-bottom: 28px;
	}
	.detail_size_bangle_right_mb{
		width: 49%;
	}
	
	.detail_size_refer_btn_mb{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 8px;
		border: 1px solid rgba(0,0,0,0.1);
		font-size: 14px;
		letter-spacing: 0.02em;
		cursor: pointer;
		color: #282828;
	}
	.detail_size_refer_btn_mb img{
		width: 24px;
		margin-right: 8px;
		opacity: 0.8;
	}
	.detail_size_refer_btn_mb:hover{
		border: 1px solid rgba(0,0,0,0.4);
	}
	.detail_diameter_popup_flex_mb{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 14px 0px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.detail_diameter_popup_flex_mb img{
		width: 90px;
		margin-right: 14px;
	}
	.detail_diameter_popup_flex_mb .text_rank_2_mb, .detail_diameter_popup_flex_mb .items_right_mb {
		font-size: 13px;
		line-height: 1.4em;
	}
	
	.detail_size_bangle_popup_scroll_mb{
		/*max-height: 80vh;*/
		min-height: 540px;
		overflow-y: scroll;
	}
	.detail_size_bangle_popup_scroll_mb::-webkit-scrollbar{
		display: none;
	}
	.detail_size_bangle_popup_scroll_mb .text_rank_2_mb,
	.detail_size_bangle_popup_scroll_mb .items_left_mb,
	.detail_size_bangle_popup_scroll_mb .items_right_mb{
		font-size: 13px;
		letter-spacing: 0.01em;
	}
	
	.detail_size_necklace_popup_tab_mb{
		font-size: 14px!important;
	}
	
	
	.detail_size_necklace_popup_scroll_mb{
		min-height: 440px;
		overflow-y: scroll;
	}
	.detail_size_necklace_popup_scroll_mb::-webkit-scrollbar{
		display: none;
	}
	
	
	.detail_size_hand_popup_scroll_mb{
		min-height: 440px;
		overflow-y: scroll;
	}
	.detail_size_hand_popup_scroll_mb::-webkit-scrollbar{
		display: none;
	}
	
	
	
	
	
	.detail_cart_btn_effect_mb{
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #282828;
		z-index: 2;
		width: 0px;
	}
	
	@keyframes mymove{
		0%{
			width: 0%;
		}
		10%{
			width:100%;
		}
		90%{
			width: 100%;
		}
		100%{
			width: 0%;
		}
	}
	
	
	.detail_cart_btn_icon_mb{
		position: absolute;
		z-index: 3;
		width: 26px;
		transform: translate(-50%,-50%);
		left: 50%;
		top: 50%;
		pointer-events: none;
		opacity: 0;
	}
	
	@keyframes myopacity{
		0%{
			opacity: 0%;
		}
		7%{
			opacity:0%;
		}
		10%{
			opacity: 100%;
		}
		85%{
			opacity: 100%;
		}
		90%{
			opacity: 0%;
		}
		100%{
			opacity: 0%;
		}
	}
	
	
	
	
	
	.detail_size_tips_mb{
		font-size: 14px;
		padding-left: 20px;
		color: #282828;
		line-height: 1.4em;
		letter-spacing: 0.02em;
		margin-bottom: 24px;
	}
	.detail_size_tips_mb li{
		margin-bottom: 4px;
	}
	/*尺寸參考表*/
	

    
	.detail_tips_mb{
		background-color: #f6f6f6;
		color:rgba(0,0,0,0.5);
		font-size: 12px;
		display: flex;
		justify-content: center;
		align-items: center;
		letter-spacing: 0.05em;
		white-space: nowrap;
		padding: 8px 0px;
		margin-bottom: 5px;
	}
	.en .detail_tips_mb{
	    letter-spacing: 0.02em;
    }
	.detail_tips_mb img{
		width: 16px;
		margin-right: 4px;
	}
	
	
	
	
	
	.detail_discount_mb{
		font-size: 12px;
		height: 22px;
		border: 1px solid #631549;
		margin-right: 8px;
		color: #631549;
		padding: 0px 5px;
		letter-spacing: 0.02em;
		line-height: 20px;
	}
	
	
	
	
	
	/*貨品詳情*/
	.detail_tab_info_block_mb{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin: auto;
		padding-top: 14px;
		width: 100%;
	}
	.detail_tab_info_big_flex_block_mb{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.detail_tab_text_flex_block_mb{
		display: flex;
		justify-content: flex-start;
		align-items: center;	
		width: 100%;
		margin-bottom:8px;
		white-space: nowrap;
		height: 24px;
	}
	.detail_tab_sp_item_left_mb{
	    width: 35%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.detail_tab_sp_item_left_img_mb{
		position: relative;
		width: 12px;
		margin-left: 3px;
		cursor:pointer;
	}
	.detail_tab_sp_item_left_img_mb img{
		opacity: 0.5;
		
	}
	.detail_tab_sp_item_left_img_mb img:hover + .detail_tab_item_left_tips_mb{
		display: block;
	}
	.detail_tab_text_flex_block_mb .items_right_mb{
		width: 65%;
		position: relative;
		
	}
	.detail_tab_info_img_mb{
		width: 250px;
		position: relative;
		margin-bottom:18px;
		min-width: 220px;
		min-height: 220px;
		margin-right: 20px;
	}
	.detail_tab_title_mb{
		font-size: 16px;
		color: rgba(0,0,0,0.3);
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 5px;
		letter-spacing: 0.05em;
		margin-bottom: 8px;
		margin-top: 14px;
	}
	.en .detail_tab_title_mb{
	    letter-spacing: 0.02em;
    }
	.detail_tab_item_left_tips_mb{
		position: absolute;
		font-size: 12px;
		background-color: #F2F2F2;
		width: 160px;
		white-space: normal;
		top: -10px;
		left: 16px;
		z-index: 2;
		padding: 5px;
		text-align: justify;
	    color: rgba(0,0,0,0.5);
		filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
		display: none;
	}
    .en .detail_tab_item_left_tips_mb{
	    text-align: left;
    }
	.detail_tab_info_description_mb{
		width: 100%;
		font-size: 14px;
		margin-bottom: 14px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 14px;
		line-height: 1.5em;
	}
    .detail_tab_info_collection_name_mb,.detail_tab_info_collection_name_mb:hover{
		margin-bottom: 4px;
		font-size: 15px;
		letter-spacing: 0.02em;
		color: #631549;
		cursor: pointer;
		text-decoration: none;
	}	
	.detail_tab_info_sub_flex_block_mb{
		width: 50%;
		padding-right: 20px;
	}
	.detail_tab_certificate_mb{
		width: 60%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.detail_tab_certificate_btn_mb{
		font-size: 13px;
		padding:0px 8px;
		border: 1px solid rgba(0,0,0,0.6);
		margin-right: 5px;
		height: 24px;
		cursor: pointer;
		line-height: 22px;
	}
	/*貨品詳情*/
	
	
	
	
	/*物料*/
	.detail_item_material_mb{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
		.detail_item_material_mb .white, .detail_item_material_mb .red, .detail_item_material_mb .golden, .detail_item_material_mb .combine {
			width: 16px;
			height: 16px;
			background-color: white;
			margin-right: 4px;
			border-radius: 100%;
		}
	.white{
		background:-webkit-linear-gradient(-45deg, #EEEEEE 0%,#d8d8d8 100%);
	}
	.red{
		background:-webkit-linear-gradient(-45deg, #EEC7AE 0%,#D89676 100%);
	}
	.golden{
		background:-webkit-linear-gradient(-45deg, #F9F5B6 0%,#F7D483 100%);
	}
	.combine {
		background: -webkit-linear-gradient(-45deg, #EEC7AE 15%, #eeeeee 50%, #F7D483 85%);
	}
	/*物料*/
	
	
	
	/*尺寸*/
	.detail_size_option_block_mb{
		
		margin-top: 10px;
		width: 100%;
		position: relative;	
		margin-left: 2px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	
	.detail_size_option_btn_mb{
		width: 25%;
		height:36px;
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.05em;
		border:1px solid #e6e6e6;
		line-height: 34px;
		margin-left: -1px;
		margin-top:-1px;
		background-color: rgba(0,0,0,0.04);
		cursor: pointer;
		position: relative;
		z-index: 1;
		color: rgba(0,0,0,0.6);
	}
	.en .detail_size_option_btn_mb{
	    letter-spacing: 0.02em;
    }
	.detail_size_option_btn_selected_mb,.detail_size_option_btn_mb:hover{
		border: 1px solid #631549;
		z-index: 2;
		position: relative;
		color: #282828;
		background-color: white!important;
	}
	.detail_size_out_of_stock_mb{
		background-color: rgba(0,0,0,0.01)!important;
		color: rgba(0,0,0,0.4);
	}
	.detail_size_description_mb{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 12px;
		letter-spacing: 0.02em;
		color: #282828;
		margin-top: 10px;
	}
	.detail_size_description_mb .dark{
		width: 14px;
		height: 14px;
		background-color: rgba(0,0,0,0.1);
		margin-right: 3px;
	}
	.detail_size_description_mb .light{
		width: 14px;
		height: 14px;
		background-color: rgba(0,0,0,0.05);
		margin-right: 3px;
		margin-left: 12px;
	}
    .detail_size_form_scroll{
		font-size: 12px;
		cursor: pointer;
		letter-spacing: 0.02em;
		color: #282828;
		margin-top: 8px;
		text-decoration: underline;
	}	
    
	/*尺寸*/
	
	
	
    /*刻字*/
	/*.detail_carve_block_mb{
		padding: 12px;
		background-color: rgba(0,0,0,0.02);
		margin-top: 10px;
	}
    .detail_carve_block_mb .items_left_mb{
	    white-space: nowrap;
    }
	.detail_carve_text_mb{
		width: 100%;
		font-size: 13px;
		color: rgba(0,0,0,0.7);
		letter-spacing: 0.02em;
		line-height: 1.5em;
		text-align: justify;
		margin-bottom: 10px;
	}
	.detail_carve_input_mb{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 14px;
		letter-spacing: 0.02em;
		color: #282828;
		margin-bottom: 12px;
	}
	.detail_carve_input_mb input{
		border-radius: 0px;
		margin-right: 5px;
		width: 18px;
		height: 18px;
		background-color: white;
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		border:1px solid rgba(0,0,0,0.1);
		cursor: pointer;
	}
	.detail_carve_input_mb input:checked{
		background-image: url("https://static.mabelle.com/images/checked.png");
		background-size: cover;
		background-position: center;
	}
	.detail_carve_content_mb{
		border-radius: 0px;
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		border: 1px solid rgba(0,0,0,0.1);
	    padding: 8px;
		font-size: 14px;
		letter-spacing: 0.05em;
		outline: none;
		width: 100%;
		height: 44px;
		line-height: 42px;
	}
	.en .detail_carve_content_mb{
	    letter-spacing: 0.02em;
    }
	.detail_carve_content_mb::-webkit-input-placeholder{
		color: rgba(0,0,0,0.2);
	}*/
	/*刻字*/


/*刻字Start*/
/*.detail_carve_block_mb {
	padding: 12px;
	background-color: rgba(0,0,0,0.02);
	margin-top: 10px;
}

	.detail_carve_block_mb .items_left_mb {
		white-space: nowrap;
	}

.detail_carve_text_mb {
	width: 100%;
	font-size: 13px;
	color: rgba(0,0,0,0.7);
	letter-spacing: 0.02em;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 10px;
}

.detail_carve_input_mb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #282828;
	margin-bottom: 12px;
}

	.detail_carve_input_mb input {
		border-radius: 0px;
		margin-right: 5px;
		width: 18px;
		height: 18px;
		background-color: white;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
	}

		.detail_carve_input_mb input:checked {
			background-image: url("https://static.mabelle.com/images/checked.png");
			background-size: cover;
			background-position: center;
		}

.detail_carve_content_mb {
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 8px;
	font-size: 14px;
	letter-spacing: 0.05em;
	outline: none;
	width: 100%;
	height: 44px;
	line-height: 42px;
}

.en .detail_carve_content_mb {
	letter-spacing: 0.02em;
}

.detail_carve_content_mb::-webkit-input-placeholder {
	color: rgba(0,0,0,0.2);
}

@font-face {
	font-family: myFirstFont;
	src: url("https://static.mabelle.com/images/font/Amaze-Normal.woff");
}

.detail_carve_content_mb {
	font-family: "icon-font","myFirstFont","PMingLiU";
}

.eshop_v2_font_family {
	font-family: "icon-font","Times New Roman","PMingLiU" !important;
}

.detail_carve_content_mb::-webkit-input-placeholder {
	font-family: "Noto Sans TC" !important;
}

label.radio_item_detail_mb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

	label.radio_item_detail_mb > input {
		visibility: hidden;
		position: absolute;
	}

label.purple_mb > .radio_image_detail_mb {
	background: url(https://static.mabelle.com/images/radio.png);
	width: 20px;
	height: 20px;
	background-size: cover;
	min-width: 20px;
	min-height: 20px;
}

label.purple_mb > input[type="radio"]:checked + .radio_image_detail_mb {
	background: url("https://static.mabelle.com/images/radio_checked.png");
	width: 20px;
	height: 20px;
	background-size: cover;
	min-width: 20px;
	min-height: 20px;
}

.radio_text_detail_mb {
	font-size: 14px;
	letter-spacing: 0.04em;
	color: #282828;
	font-weight: 400;
	padding-left: 8px;
}

.en .radio_text_detail_mb {
	letter-spacing: 0.02em;
}*/
/*刻字End*/
	
	
	/*推薦搭配*/
	.detail_addition_block_mb{
		padding: 12px;
		background-color: rgba(0,0,0,0.02);
		margin-top: 10px;
	}
	.detail_addition_input_mb{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 14px;
		letter-spacing: 0.02em;
		color: #282828;
		margin-bottom: 0px;
	}
	.detail_addition_input_mb input{
		border-radius: 0px;
		margin-right: 5px;
		width: 18px;
		height: 18px;
		background-color: white;
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		border:1px solid rgba(0,0,0,0.1);
		cursor: pointer;
	}
	.detail_addition_input_mb input:checked{
		background-image: url("https://static.mabelle.com/images/checked.png");
		background-size: cover;
		background-position: center;
	}
	.detail_addition_flex_block_mb{
		width: 100%;
		text-align: justify;
		margin-bottom: 10px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.detail_addition_flex_block_mb img{
		width: 80px;
		height: 80px;
		min-width:80px;
		min-height: 80px;
		border: 1px solid rgba(0,0,0,0.05);
		margin-right: 8px;
	}
	.detail_addtion_text_block_mb{
		flex-grow: 1;
		font-size: 13px;
		letter-spacing: 0.05em;
		
	}
	.en .detail_addtion_text_block_mb{
	    letter-spacing: 0.02em;
    }
	.detail_addition_description_mb{
		font-size: 14px;
		line-height: 1.4em;
		letter-spacing: 0.02em;
		color:rgba(0,0,0,0.5);
		
	}
    .detail_addition_small_select_mb{
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		border: 0px;
		background-color:rgba(0,0,0,0);
		font-size: 14px;
		letter-spacing: 0.02em;
		line-height: 1.4em;
		color: #282828;
		padding-right: 14px;
		background-image: url("https://static.mabelle.com/images/header/arrow_square_down.png");
		background-size: 8px;
		background-position: right center;
		background-repeat: no-repeat;
		outline: none;
		border-radius: 0px;
	}	
    .detail_addition_origin_price_mb{
	    font-size: 12px;
		color: rgba(0,0,0,0.2);
		letter-spacing: 0.01em;
		text-decoration: line-through;
		margin-left: 4px;
		line-height: 1.5em;
	}
	/*推薦搭配*/
	
	
	
	
	
	/*男戒女戒*/
	.detail_male_and_female_title_mb{
		font-size: 14px;
		color: #282828;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 12px;
		margin-top:34px;
	}
	.detail_male_and_female_checkbox_mb{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 14px;
		letter-spacing: 0.02em;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 12px;
	}
	.detail_male_and_female_checkbox_mb input{
		border-radius: 0px;
		margin-right: 5px;
		width: 18px;
		height: 18px;
		background-color: white;
		appearance:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		border:1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		min-width: 18px;
	}
	.detail_male_and_female_checkbox_mb input:checked{
		background-image: url("https://static.mabelle.com/images/checked.png");
		background-size: cover;
		background-position: center;
	}
	.detail_male_and_female_info_mb{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 12px;
		padding-right: 28px;
	}
	.detail_male_and_female_info_mb .items_left_mb,.detail_male_and_female_info_mb .items_right_mb{
		height: 21px;
		line-height: 21px;
	}
	.detail_male_and_female_sub_flex_grow_mb{
		flex-grow: 1;
		margin-left: 20px;
	}
	.detail_male_and_female_sub_info_mb{
	    display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 12px;
	}
	/*男戒女戒*/
	



    /*缺貨*/
    .detail_contact_btn_mb{
		width: 100%;
		height: 44px;
		border: 1px solid #282828;
		background-color: #fcfcfc;
		font-size: 14px;
		letter-spacing: 0.05em;
		color: #282828;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}	
    .en .detail_contact_btn_mb{
	    letter-spacing: 0.01em;
    }
	.detail_contact_btn_mb img{
		width: 16px;
		margin-right: 5px;
	}
	.detail_contact_btn_mb div{
		padding-bottom: 2px;
	}
	.detail_contact_btn_mb a{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		cursor: pointer;
		opacity: 0;
	}
    /*缺貨*/





	
	/*運送及退貨*/
	.detail_transport_block_mb{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		background-color: rgba(0,0,0,0.02);
		padding: 24px;
		flex-wrap: wrap;
	}
	.detail_transport_left_block_mb{
		width: 70%;
		padding-right: 20px;
	}
	.detail_transport_title_mb{
		font-size: 18px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 5px;
		color: #282828;
		margin-bottom: 12px;
	}
	.detail_transport_flex_block_mb{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 20px 0px;
	}
	.detail_transport_flex_block_mb img{
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
		margin-right: 14px;
	}
	.detail_transport_point_mb{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 12px;
		color: rgba(0,0,0,0.4);
		letter-spacing: 0.02em;
	}
	.detail_transport_point_mb span,.detail_transport_point_mb a{
		text-decoration: underline;
		cursor: pointer;
		color: rgba(0,0,0,0.4);
	}
	.detail_transport_right_block_mb{
		width: 30%;
	}
	.detail_transport_package_mb{
		font-size: 12px;
		color: rgba(0,0,0,0.4);
		text-align: center;
		letter-spacing: 0.02em;
		max-width: 220px;
		margin: auto;
	}
	/*運送及退貨*/
	
	
	
	
	/*證書彈窗*/
	.detail_certificate_popup_mb{
		position: absolute;
		transform: translate(-50%,-50%);
		left: 50%;
		top: 50%;
		background-color: #fcfcfc;
		max-width: 94%;
		width: auto;
		height: auto;
		max-height: 80vh;
		overflow-y: scroll;
		filter: drop-shadow(8px 8px 12px rgba(0,0,0,0.2));
	}
	.detail_certificate_popup_mb::-webkit-scrollbar{
		display: none;
	}
	/*證書彈窗*/

	/*加載證書彈窗*/
    .detail_certificate_loading_mb{
		text-align: center;
		width:360px;
		padding-top:160px;
		padding-bottom: 160px;
		font-size: 14px;
		letter-spacing: 0.01em;
		color: #282828;
	}
.detail_certificate_reload_mb {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url("https://static.mabelle.com/images/functions/policy.png");
	background-position: center;
	background-size: 60px;
	background-repeat: no-repeat;
}
	.detail_certificate_reload_mb img{
		animation: 1s certificatemove infinite;
	}
	@keyframes certificatemove{
		0%{
			transform: rotate(0);
		}
		100%{
			transform: rotate(360deg);
		}
	}
	.certificate_close_mb{
		width: 100%;
		display: flex;
		justify-content: flex-end;
		padding: 14px;
		cursor: pointer;
	}
	.certificate_close_mb img{
		width: 18px;
		opacity: 0.9;
	}
    /*加載證書彈窗*/

    /*分享彈窗Start*/
	.detail_addthis_block_mb{
		position: relative;
		width: 220px;
		height: 44px;
		z-index: 2;
		margin: auto;
		margin-bottom: 20px;
	}
	.detail_addthis_block_mb .at-icon-wrapper{
		background-color: #fcfcfc!important;
		width: 50px;
		height: 50px;
		padding-left: 5px;
	}
	.detail_addthis_block_mb svg{
		width: 40px !important;
		height: 40px!important;
	}
    #share_alert .alert_block_mb{
		max-width: 375px;
	}
	/*分享彈窗End*/


    /*現貨位置彈窗Start*/
    .detail_store_item_mb{
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 14px;
		margin-bottom: 14px;
	}	
	.detail_store_item_mb .link_mb{
		text-decoration: none;
		margin-left: 14px;
		white-space: nowrap;
	}
	.detail_store_scroll_mb{
		max-height: 80vh;
		overflow-y: scroll;
	}
	.detail_store_scroll_mb::-webkit-scrollbar{
		display: none;
	}
    /*現貨位置彈窗End*/
	@media(max-width:992px){
		
		
		.detail_img_block_mb{
			padding-right: 0px;
			margin-bottom: 50px;
		}
		.detail_small_img_blcok_mb{
			order: 2;
		}
		.detail_big_img_mb, .detail_video {
			order: 1;
			margin-right: 14px;
			margin-left: 0px;
		}


		.detail_size_ring_left_block_mb {
			width: 100%;
		}

		.detail_size_ring_right_block_mb {
			width: 100%;
		}
		
		.detail_size_necklace_left_block_mb{
		    width: 100%;
	    }
	    .detail_size_necklace_right_mb{
		    width: 100%;
	    }

		.detail_size_bangle_left_mb {
			width: 100%;
		}

		.detail_size_bangle_right_mb {
			width: 100%;
		}
		
	}


    @media(max-width:768px){
	
	    .detail_size_ring_left_block_mb{
		    width: 100%;
		    padding-right:0px;
	    }
	    .detail_size_ring_right_block_mb{
		    width: 100%;
	    }
		.detail_size_ring_left_block_mb{
			max-width: none;
			margin-right: 0px;
		}
		.detail_size_bangle_left_mb{
		    width: 100%;
	    }
	    .detail_size_bangle_right_mb{
		    width: 100%;
	    }

		.detail_certificate_loading_mb {
			width: 320px;
			padding-top: 90px;
			padding-bottom: 90px;
		}
    }




    @media(max-width:767px){
		/*貨品詳情*/
		.detail_tab_info_block_mb{
			display: block;
			max-width: 414px;
			padding:0px 14px;
		}
		.detail_tab_info_img_mb{
			width: 100%;
		}
		.detail_tab_text_flex_block_mb{
			width: 100%;
		}
		.detail_tab_info_sub_flex_block_mb{
			width: 100%;
			padding-right: 0px;
		}
		/*貨品詳情*/
		
		
		
		/*運送及退換*/
		.detail_transport_left_block_mb{
			width: 100%;
			padding-right: 0px;
		}
		.detail_transport_right_block_mb{
			width: 100%;
		}
		/*運送及退換*/
		
		.en .detail_tab_block_sp_mobile_mb{
			overflow-x: scroll;
			justify-content: flex-start!important;
			white-space: nowrap;
			flex-wrap: nowrap;
		}
		.detail_tab_block_sp_mobile_mb::-webkit-scrollbar{
			display: none;
		}
		
		
		
		
		
		
	}

    @media(max-width:576px){
		/*膠囊標題*/
	    .detail_tab_item_mb a{
		    font-size: 14px;
			padding: 12px 10px;
	    }	
		/*膠囊標題*/
		
		.detail_img_block_mb{
			flex-wrap:wrap;
			margin-bottom: 40px;
		}
		.detail_big_img_mb, .detail_video {
			margin-right: 0px;
		}
		.detail_small_img_blcok_mb{
			width: 100%;
			display: flex;
			justify-content: flex-start;
			align-items: flex-start;
			margin-top: 10px;
			
		}
		.detail_small_img_second_block_mb{
			margin-right: 8px;
		}
		.detail_small_img_blcok_mb img{
			width: 64px;
			height: 64px;
			min-width: 64px;
			min-height: 64px;
		}
		
		.detail_size_form_us_block_mb,.detail_size_form_hk_block_mb{
			width: 80px;
		}
		
		
		
		
		.detail_size_necklace_left_block_mb{
			display: block;
		}
		.detail_size_necklace_img_mb{
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 20px;
			width: 100%;
		}
		
		
		
    }