﻿body {
	padding-bottom: constant(safe-area-inset-bottom); 
	padding-bottom: env(safe-area-inset-bottom);
}

#filter{
    position: relative;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    color: #fff;
}
.prod_count{
	text-align: center;
}
.prod_sort>li:first-child{
    position: relative;
    float:left;
	width: 45%;
}
.prod_sort>li:last-child{
    position: relative;
    //float:right;
	width: 100%;
}
.prod_sort>li>span{
    line-height:1rem;
    padding:.3125rem .625rem;
    color:#333;
    background-color:#f2f2f2;
    border:.0625rem #f2f2f2 solid;
    border-radius:.3125rem;
    position: relative;
    display:block;
    padding-top:.5rem;
}
.icon_sort{
    width:0;
    height:0;
    margin:-.6rem 0 0 .3rem;
    border-left:.2rem solid transparent;
    border-right:.2rem solid transparent;
    border-top:.3rem solid #7f7f7f;
    display:inline-block;
}
.prod_sort>li+li{
    margin-left:.75rem;
}
.icon_refine{
    width:.8rem;
    height:.8rem;
    margin:0 0 -.2rem .2rem;
    background:url(../images/list/icon_refine.png);
    background-size:.8rem;
    display:inline-block;
}
.prod_sort>li.prod_count{
    line-height:20px;
	margin:0 2px;
}
.prod_sort>li.prod_count>em{
    color:#d70d0d;
    padding:0 .3rem;
}
.pop_up_container{
    position:relative;
    overflow:scroll;
}
.pop_up_container .side_head{
    height:3.4375rem;
    line-height:3.4375rem;
    text-align:center;
}
.pop_up_container .side_head .side_close{
    width:1rem;
    height:3.3rem;
    line-height:3.3rem;
    padding-left:.625rem;
    padding-right:1rem;
    background-color:#fff;
    position:absolute;
    right:auto;
    top:auto;
    left:0;
    display:inline-block;
}
.pop_up_container .side_head .side_close>em{
    width:auto;
    height:auto;
    margin:1.3rem .2rem 0 0;
    background:none;
    border-width:.5rem .5rem .5rem 0;
    border-color:transparent #848484 transparent transparent;
    border-style:solid;
    float:right;
    display:block;
    position: relative;
    z-index:10;
}
.pop_up_container .side_head .side_close>em>i{
    border-width:.5rem .5rem .5rem 0;
    border-color:transparent #fff transparent transparent;
    border-style:solid;
    display:block;
    position: absolute;
    top:-.5rem;
    left:.1rem;
    z-index:11;
}
.pop_up_container .side_head .side_title{
    font-size:1rem;
}
.pop_up_container .menu_list{
    padding-top:.625rem;
    padding-bottom:.625rem;
    background-color:#fafafa;
    height:683px;
    max-height:683px;
}
#pro_box{
    position:relative;
}

.cate_box_0{
	width:48%;	
}
.cate_box_1{
	width:48%;	
}
.cate_box{
    box-sizing: border-box;
	background: #fff;
}
.cate_tmp{
    box-sizing: border-box;
	background: #fff;
}
.cate_tmp .small_pro {
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 1px 1px 5px #e9e8e8;
    padding-bottom: 5px;
    width: 45%;
    margin-bottom: 15px;
}

.cate_cart_info .fa{
	color: #ff9500;
	padding: 5px;
}
.cate_box .small_pro{
    border-radius: 10px;
    box-sizing: border-box;
	background: #fff;
	box-shadow: 1px 1px 5px #e9e8e8;	
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 16px;
}
.cate_text {
	padding:0px 5px;
}
.cate_text .name{
	font-size: 12px;
}
.off{	
	color: #ff9900 !important;
	font-weight:bold;
    line-height: 1em;
	font-size: 1em;
	margin-left: 2px !important;
	width: 20%;
}
.small_pro .price{
	position: relative;
	margin:5px 0px;
	font-size: 14px;
}
.small_pro .sold{
	font-size: 0.9em;
    margin: 3px 0px;
}
.fix-right-b{
	width: 20%;
	position: absolute;
    right: 2px;
	bottom: 0px;
	background-color: #fff;
	color: white;
	padding: 20px 5px 0px;
}
.small_pro .price ul{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
	padding: 2px 0px;
}
.icon_top .sale_item{
	font-size: 1.1em;
}
.small_pro .product_item{
    overflow:hidden;
	background: #f7f7f7;
    position:relative;
	border-radius: 10px 10px 0px 0px;
}
.b-p-n{
	position: absolute;
    bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
    background: #fff;
    width: 89%;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    opacity: 0.8;
}
.b-p-n .bprice{
	color: #202020;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
}
.b-p-n .bprice .off{
	font-size: 1em !important;	
}
.b-p-n .bname{
	width: 100%;
    margin: 0.325rem 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.b-p-n .bname a{
	color: #333;
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 15px;
}
.cate_box .small_pro .c .pic_box{
    overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.cate_box .small_pro .c .img img{
    margin: auto;
    min-width: 100%;
    height: auto;
}
.small_pro .name{
    width: 100%;
    margin: 0.325rem 0px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.small_pro .name a{
    color:#333;
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
	font-size: 12px;
	letter-spacing: 0.2px;
    line-height: 15px;
}
.pic_box span{
    vertical-align:middle;
    height:100%;
    display:inline-block;
}
.cate_box .small_pro .icon_discount{
    width:30px;
    height:23px;
    color:#fff;
    line-height:11px;
    padding-top:5px;
    position:absolute;
    top:0;
    right:8px;
	font-size:12px;
}
.c_price_data{
	color: #484848;
	font-size: 1em;
    line-height: 1em;
    font-weight:bold;
	width: 55%;
}
.prod-name-info{
	width: 75%;
}
.icon_top{
	float: right;
    width: 55%;
    text-align: right;
    padding: 2px;
}

.icon_top img{
	width:60px;
}
.DiscountBgColor{
    background-color:#ff9500;
}

.cate_box .small_pro .icon_discount b{
    text-align:center;
    font-size:11px;
    padding-left:4px;
}

.cate_box .small_pro .icon_discount_foot{
    width:0;
    height:0;
    border-left:15px transparent solid;
    border-right:15px transparent solid;
    border-top-width:5px;
    border-top-style:solid;
    position: absolute;
    right:8px;
    top:28px;
}
.DiscountBorderColor{
    border-color:#ff9500;
}

.spike_time{
	width: 100%;
    height: 18px;
    color: #fff;
	font-weight:600;
    line-height: 12px;
    padding: 3px 0;
    position: absolute;
    bottom: 0;
    right: 0px;
    font-size: 12px;
}
.spike_time img{
	width: 20px !important;
}
.spike_logo{
	width: 45px !important;
    line-height: 12px;
    padding-top: 0px;
    position: absolute;
    top: 0;
    right: 0px;
	background:url(/images/flash.png) no-repeat;
}
.spike_img_time{
    display: flex;
    align-items: center;
    float: left;	
	margin: 5px;
}
.spikebackcolor{
	background-image: linear-gradient( 135deg,#f2140c,#f2270c 70%,#f24d0c);
	opacity:0.85;
}
.cate_box .small_pro .c .price{
    line-height:1rem;
    padding-top:.125rem;
    font-size:.75rem;
}
.review_cart_info{
    width: 100%;
    line-height: 15px;
	margin: 0 0 5px 0px;
}
#add_to_cart_html {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.scart-class{
	border-radius:2px !important;
}
.scart-class .layui-layer-btn1 {
	background: #fbad40;
    color: #fff;
}
.cart_postage_notice{
	margin: 10px 18px;
    padding: 4px;
    font-size: 14px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background: #ddf0ff;
    border-radius: 3px;
}
.scart-class .cart_shipping_text {
	width:85%;
    text-align: center;
	padding: 5px 0px;
	margin: 0px 20px 5px 20px;
	font-size: 11px;
}
.scart-class .cart_details_text {
	width: 90%;
    text-align: center;
    border: 2px dotted #C0C0C0;
    padding: 5px 0px;
	margin: auto;
}
.scart-class .cart_details_text .c-0{
    border: none !important;
	color: #000;
	font-size:14px;
	font-width:500;
}
	
.scart-class .cart_details_text p{
    margin-bottom: 5px;
	width: 85%;
    border: 1px solid #c0847f;
    border-radius: 6px;
    align-items: center;
    text-align: center;
    padding: 0;
    font-size: 12px;
    font-family: A-OTF Maru Folk Pro;
    font-weight: normal;
    color: #A6524B;
    line-height: 28px;
    margin: auto;
	margin-bottom: 6px;
}
.scart-class .cart_details_img {
	width:22%;
    text-align: center;
    margin-top: 25px;
	float: left;
}
.scart-class .cart_details_img img{
	width: 120px;
}
.scart-class .layui-layer-content {
    //background-image: linear-gradient(to bottom right,#fbfbfb,#f1f5fb, #c0ccd6);
    border-radius: 5px;
}
.scart-class .layui-layer-btn {
	width: 100%;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;	
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.scart-class .addcart-product-pro {
	padding: 4%;
    clear: both;
    overflow: hidden;
}
.scart-class .addcart-product-pro img{
	width: 90px;
    height: 90px;
	float: left;
    margin-right: 4%;	
	border-radius: 5px;
}
.scart-class .addcart-product-pro p{
	line-height: 20px;
    margin-bottom: 5px;
    color: #888;
    display: -webkit-box;
	word-break: break-all;		
}
.scart-class h1 img {
	width: 5vw;
    height: 5vw;
    margin-right: 5px;
    margin-top: 8px;
}

.scart-class h1 {
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    padding: 0 4%;
    font-size: 14px;
	display: flex;
	align-items: center;
}
.scart-class h1 span{
	margin-left: 5px;	
}
.cate_cart_info{
    text-align: right;
}
.cate_cart_info img{
	width: 70%;
}
.cate_reviews{
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	display: flex;
    flex-direction: row;
	align-items: center;
}
.cate_reviews ul li i{
	font-size:14px !important;
	margin-right: 1px !important;
}
.price_style{
    color:#b0b0b0 !important;
}
.btn_view{
    margin:.3125rem 0;
    height:1.875rem;
}
.btn_global{
    width:100%;
    height:2rem;
    line-height:4.5rem;
    font-size:1rem;
    text-align:center;
    border:0;
    display:block;
    box-sizing:border-box;
    padding-right: 10px;
	margin-bottom: 10px;
}
.btn_global>button{
    width:auto;
    height:1.875rem;
    line-height:1.875rem;
    padding:0 1rem;
    font-size:.75rem;
    background:#f2f2f2;
    display:inline-block;
    vertical-align:top;
	margin-left:3px;
}

.categroy_body{
    background: #fff;
    margin-bottom: .5rem;
}

#loadings{
    width: 50px;
    height: 50px;
    display: none;
}
.pro_list {
	background: #fff;
	position: relative;
	padding: 10px;
    width: 95%;
	display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.cc_num{
	position: absolute;
    top: 5%;
    right: 9%;
    width: 0.875rem;
    height: 0.875rem;
    line-height: .875rem;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background-color: #ff9500;
    border-radius: 50%;	
}
.categroy_cart {
	width: 35px;
    height: 35px;
	background-color: #ffe100;
    position: fixed;
    right: 15px;
    bottom: 18%;
    border-radius: 5px;
    z-index: 9;
    opacity: 0.9;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.backTop {
    width: 35px;
    height: 35px;
    background-color: rgb(105, 105, 101);
    position: fixed;
    right: 15px;
    bottom: 10%;
    border-radius: 5px;
    z-index: 9;
    opacity: 0.7;
    text-align: center;
}
.kakao{
    width: 85px;
    height: 35px;
    position: fixed;
    left: 15px;
    bottom: 15%;
    border-radius: 5px;
    z-index: 995;
    opacity: 0.97;
    text-align: center;
}
.c_r_s_top{
	background: #fff;
	width: 100%;
	opacity: 0.98;
	padding-bottom: 5px;
}
.c_r_s_top .u_c_relation span{
	margin-left: 2px;
}
.c_r_s_top .u_c_relation{
	width: 100%;
    display: flex;
	flex-wrap: wrap;
	padding: 5px 0px 0px 0px;
}
.c_r_s_top .u_c_relation li{
	font-size: 12px;
	height: 20px;
    padding: 4px 8px;
    margin: 3px 5px;
    background: #f3ebe1;
    border-radius: 8px;
}
.c_r_s_top .u_c_sort{
	width: 100%;
    display: flex;
	border-top: 1px solid #ddd;
}
.c_r_s_top .u_c_sort li{
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 15px;
	width: 50%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 10px;
    margin: 3px 1px;	
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.c_r_s_top .u_c_sort li:first-child{
    padding: 0 5px;
}
.r_p_star {
	display: flex;
	max-height: 14px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-right:3px;
}
.r_p_star li {
	max-height: 14px;
	height: 14px;
	list-style: none;	
}
.r_p_star li img{
	width:13px;
	vertical-align: unset !important;	
}
.no-title {
    display: none;
	padding: 20px;
    text-align: center;
    background: #fff;
}
.title_line {
    display: inline-block;
    position: relative;
    height: 30px;
}
.title_line:before {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #FF9500;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}
.mj{
	margin: 0px 0px 5px 0px;
	width: 100%;
	grid-column-start: 1;
    grid-column-end: 3;
}
    .c_swiper-container {
      width: 77%;
      height: 30px;
      line-height: 30px;
      border-radius: 15px;
      position: fixed;
      bottom: 20px;
      z-index: 1010;
      display: block;
      overflow:hidden;
      left: 10px;
      //right: 0px;
      //margin-left:auto;
      //margin-right:auto;
    }
    .c_swiper-container .swiper-slide {
		color: #ffe992;
		padding: 0 0 0 10px;
    	  //text-align: center;
    	font-size: 14px;
    	 background-color:rgba(129 129 129 / 90%);
    }

    .c_swiper-container .swiper-slide img{
		margin:0px 5px 0px 0px;	
		width:20px;
	}
.m_swiper-container{
	display:none;
	width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #cb2017;/* 两种都可以 */
}

.cate_discount {
	display:none;
	width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    align-items: center;
    -webkit-box-shadow: 0 0 10px 0 hsl(0deg 6% 58% / 60%);
    background: #fff;
	padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.cate_discount_info{
	margin: 14px 5px;
    display: inline-block;		
	vertical-align: middle;
}
.cate_price{
    font-size: 15px;
    vertical-align: middle;
    width: 45%;
    position: absolute;
    left: 10px;
    bottom: 4px;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 40px;
	padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.cart_bottom_count{
	width: 0.875rem;
    height: 0.875rem;
    line-height: .875rem;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #fd511c;
    border-radius: 50%;
    position: absolute;
	top: -2px;
    right: -4px;
}
	
.cate_discount img{
	width: 26px;
    display: inline-block;
    margin: 0px auto 0;
    fill: currentColor;	
}

.cate_cart{
	width: 45%;
    height: 50px;
    right: 0px;
    position: absolute;	
}

.cate_cart_button{
	width: 95%;
    background: #FF9500;
	text-align: center;
    height: 38px;
    float: left;
    border: none;
    font-size: 13px;
    position: absolute;
    bottom: 6px;
    border-radius: 17px;
    font-weight: 700;
    color: #fff;
}

.discount_tips {
	position: fixed;
    left: 0;
    bottom: 50px;
    z-index: 98;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 hsl(0deg 6% 58% / 60%);
	background-image: linear-gradient(to right, #fcedcf, #fcf0d9, #fcedcf);	
	font-size: 12px;
}
	
.triangle-down {
	position: fixed;
    left: 100px;
    bottom: 40px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fcedcf;	
}
.discount_tips_info {
	margin: 6px 12px;
    display: inline-block;	
}
body .cate_product_info .layui-layer-content{
	width:100%;
	height:100%;
	min-width: 100%;
	padding-bottom: env(safe-area-inset-bottom);		
}
.back_button{
	background: #ffb800;
    width: 20px;
    padding: 5px 7px;
    position: fixed;
    left: -1px;
    bottom: 50%;
    border-radius: 0 10px 10px 0;
    z-index: 9999999995;
    opacity: 0.98;
    text-align: center;	
}
.cate_cart_img {
	padding-left:2px;	
	position: absolute;
    top: 8px;
}

.free_tips{
	height: 5%; 
	position:fixed;  
    bottom: -1px;
	overflow: hidden;
    -webkit-transition: height 0.6s;
    -moz-transition: height 0.6s;
    -o-transition: height 0.6s;
    transition: height 0.6s;	
    background: #dae392;
    width: 100%;
	text-align: center;
    vertical-align: middle;
    z-index: 9;
	padding-bottom: env(safe-area-inset-bottom);		
}
.free_tips img{
	width:100%;
}

.free_tips .free_top_text{
	position: absolute;
	top: 8px;
	height: 20px;
    line-height: 20px;
    width: 100%;
	color: #db925c;
	font-size:12px;
	font-weight: 600;	
}

.free_tips .free_tips_close{
	width: 5%;
    height: 50%;
    position: absolute;
    top: 0px;
    right:2px;
    z-index: 116;
}
.free_tips .free_tips_close img{
	width:15px;
}
.c_r_nav {
	height:auto;
	overflow:hidden;
	//margin: 5px 0px;
}

.top-img{
	display:none;
	position: relative;
    background: #fff;
	padding:0px 0px 10px 0px;
}
.top-n{
	position: relative;	
    background: #fff;
	max-height:85px;
	height: 85px;
	opacity: 99%;
	display: block;
}
.cate-top-img{
    position: fixed;	
}	
.cate-top-name{
	position: absolute;
	top: 75%;
    height: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
	font-size:15px;
	font-weight:600;
}
.cate-top-company{
	position: absolute;
    top: 50%;
    height: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
	font-size: 12px;
}
.cate-top-net{
	position: absolute;
    left: 20%;
	bottom:13%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
	height: 16px;
    width: 55%;
    text-align: center;
    line-height: 16px;
	font-size: 12px;
    font-weight: 500;
    font-family: initial;
}
.cate-top-net li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cate-top-line img{
    width: 35px;
}
.cate-top-ins img{
	width:35px;
}
.cate-top-email img{
	width:35px;
}
.cate-top-icon{
	width: 100px;
    background: #fff;
    position: absolute;
    top: -55%;
    left: 37%;
	border-radius: 50%;
    height: 100px;
    text-align: center;
    line-height: 96px;
    box-shadow: 1px 1px 5px 0px #d1d1d1;
}
.cate-top-icon img{
    border-radius: 50%;
}
.bestsale{
	position: absolute;
    top: -4%;
    left: 3%;
	height: 60px;
    width: 60px;
	z-index: 1;
}
.top-prod-img{
	position: absolute;
    top: 12%;
    width: 35%;
    left: 4%;
    border-radius: 3px;
}
.top-prod-name{
	position: absolute;
    top: 12%;
    font-size: 12px;
	font-family: system-ui;
    left: 43%;
    color: #04641b;
    font-weight: 600;
    width: 55%;
    max-width: 55%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1rem;
    padding: 1px;
}
.top-prod-price{
	font-family: monospace;
	position: absolute;
    bottom: 9%;
    left: 45%;
    color: red;
    font-size: 18px;
    font-weight: 600;	
}
.top-m-price{
	color: #767676;
    font-size: 12px;
    margin-left: 5px;
    text-decoration: line-through;
}
.search_content{
	position: fixed;
    top: 0px;
    z-index: 5;
    border-top: 0px;
	height: 100%;
    width: 100%;
	background: #fff;
}
.search_line{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
	margin: 10px 0px 0px 10px
}
.search_line .search_back {
	display:none;
	color: #cbcbcb;	
}
.search_cate {
	background: #FFF;
    width: 95%;
    border-radius: 5px;
    padding: 5px 0px;
    position: relative;
    height: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
	margin: 0px 10px;
}
.search_text .search-logo{
	position: absolute;
    left: 5%;
    z-index: 1;
	color: #939393;
    font-size: 12px;
    font-weight: 100;
}
.s_cover{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: relative;
    touch-action: none;
	z-index:10;
}
.searched_blank span{
	background: antiquewhite;
    padding: 3px 10px;
    margin: 10px;
    border-radius: 10px;
}
.search_all {
	background: #a1e9ce !important;
}
.searched_blank{
    background: #fff;
    width: 100%;
	height: auto;
    max-height: 500px;
	z-index:10;
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
	justify-content: flex-start;
	align-items: flex-start;
}
.shipping_method{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	margin: 0 5px 5px 0px;
	font-size: 12px;
	padding-left: 2px;
	color: #646464;
}
.sm-icon img{
	width:20px;
}
.sm-title{
 	border-radius: 5px;
 	width: 20%;
}
.shipping-content{
 	border-radius: 5px;
 	padding: 2px 5px;
}
.dis-notes {
    background: #fff;
    overflow: hidden;
    padding: 10px 5px 0 5px;
    font-size: 12px;
    line-height: 25px;
}
.sku_dis {
    background: #f3f3f3 !important;
    margin: 20px 0px;
    border-radius: 10px;
    font-size: 11px !important;
    color: #484848;
}
.dis-notes>h5 {
    position: relative;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    color: #3aa158;
	font-weight: 600;
}
.dis-notes-sku {
    font-size: 12px !important;
    color: #faa41a !important;
}
.dis-notes>.dis-notes-sp:before {
    content: "";
    border-left: 3px solid #3aa158;
    margin-right: 10px;
}
.dis-notes>.dis-notes-sku:before {
    content: "";
    border-left: 3px solid #faa41a;
    margin-right: 10px;
}
.dis-notes>ul {
    margin: 5px 5px 5px 20px;
}
.dis-notes>ul>li {
    list-style-type: square;
}
.dis-notes-sp {
    font-size: 12px !important;
}
.buy-notice{
	display:none;
	font-size:11px;		
	color: #FF0036;
    font-weight: 600;
}
