.goods_info-t{
	margin: 0px 0.625rem 0.625rem;
}
#add_to_cart_html {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.sku_dis {
    background: #f3f3f3 !important;
   	margin: 10px 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-sp {
    font-size: 12px !important;
}
.dis-notes-sku {
    font-size: 12px !important;
    color: #faa41a !important;
}

.dis-notes>ul {
    margin: 5px 5px 5px 20px;
}
.dis-notes>ul>li {
    list-style-type: square;
}

.update-order{
    overflow: hidden;
    background: none;
    float: right;
    margin-right: 10px;
	margin-top:3px;
}

#update_order_list{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
	font-size:14px;
}
.cover{
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.8);
    position: relative;
	touch-action: none;
}
.main-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    z-index: 999;
	border-radius: 10px 10px 0px 0px;
}
.main-button{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 590;
    line-height: 50px;
    color: #fff;
	background-image: linear-gradient(to right, rgb(255, 149, 0), rgb(245, 162, 46), rgb(255, 149, 0));
    width: 100%;
    text-align: center;
	z-index: 999;
}
.main-close{
    position: absolute;
    right: 3px;
    top: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    z-index: 999;
}
.top-left {
    width: 30%;
    margin-top: -9%;
}
.main-top{
    height: 12%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 5px;
	padding: 0 9px;
}
.top-right{
    width: 68%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	margin-left: 10px;
}
.responsive {
    padding-top: 100%;
}
.figure-img{
	overflow-y: hidden;
    position: relative;
}
.figure-img .f_like_img{
	height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.figure-img .f_like_img img{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    height: auto;
}
.top-price{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
}
.top-right-price{
	color: #808080 !important;
	text-decoration:line-through;	
	margin-left:5px
}
.top-right-notice{
	font-size: 10px;
    font-weight: 500;
    color: #3aa158;
}
.top-right-dprice{
    color: ##181818;
    font-size: 20px;
}
.top-shipping-price{
	margin:5px 0;
}
.top-shipping-price span{
	border-radius: 5px;
    background: #323232;
    color: #fff;
    padding: 2px 5px;
	font-size:12px;	
}
.top-free-shipping{
	margin:5px 0;
}
.top-free-shipping span{
	border-radius: 5px;
    background: #279b3a;
    color: #fff;
    padding: 2px 5px;
	font-size:12px;	
}
.top-right-wa{
	width: 100%;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sku_details{
    max-height: 48vh;
    overflow-y: scroll;
  	margin: 0px 10px;
	width: 95%;
}
.sku_blank{
    height: 60%;
	width:100%;
}
.main-bottom{
	padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    width: 100%;	
	margin-top: 20px;
}
.meal-content{
    width: 100%;
}
.meal-content-ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.meal-content-ul li{
	color: #000;
	padding:5px 15px 5px 5px;
	box-sizing: border-box;
    position: relative;
    margin: 0px 10px 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px !important;
    font-size: 13.5px !important;
    background-color: #f5f5f5;
    border-color: #e5e5e5 !important;	
}
.meal-content-ul li img{
    width: 24px;
    height: 24px;
}
.meal-content-ul li p{
    margin-left: 5px;
}
.meal-content-ul li.current{
	color: #fff;
	background-color: #faa41a !important;
    border-color: #faa41a !important;
}
.meal-content-ul li.current::after{
    content: "";
    background-image: url("/icon/pay_selected.png");
    z-index: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
	border-radius: 5px;
	background-repeat: no-repeat;
}
.meal-second{
    border: 1px solid #ddd;
    padding: .625rem;
    border-radius: 5px;
	margin-bottom: 10px;
}
.color-information{
	display: inline-block;
    position: relative;
	margin: 0 0 10px 0px;	
}

.color-information .information{
	font-size: 13px;
}
.size-information{
    margin-top: 12px;
}
.main-meal-content{
    height: 90%;
    overflow-y: scroll;
}
.set-meal{
    padding-bottom: 0px;
}
.layui-layer-btn a {
	padding: 0 10px !important;
}
.cover .buy {
    display: block;
    font-size: 16px;
    font-weight: 590;
    line-height: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #fff;
    background-image: linear-gradient(to right, #fc4209, #ff6738, #fc4209);
    border: none;
}

.cover .cart {
    display: block;
    font-size: 16px;
    font-weight: 590;
    line-height: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #fff;
    background-color: #FF9500;
    border: none;
}
.dis-notes {
    overflow: hidden;
    padding: 10px 5px 0 5px;
    line-height: 25px;
}
.dis-notes>h4:before {
    content: "";
    border-left: 3px solid #faa41a;
    margin-right: 10px;
}
.dis-notes>h5:before {
    content: "";
    border-left: 3px solid #3aa158;
    margin-right: 10px;
}
.scart-class h1 {
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 35px;
    padding: 0 5%;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.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 .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;
}
.scart-class .cart_details_text p {
    width: 85%;
    border: 1px solid #444;
    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: #444;
    line-height: 28px;
    margin: auto;
    margin-bottom: 6px;
}
.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{
	border-radius: 10px!important;
}
.scart-class .layui-layer-btn1 {
    background: #fbad40;
    color: #fff;
}
.scart-class .layui-layer-btn a{
	border-radius: 6px;
    border: none;
}
.cart_title{
	padding-left:10px;
}
.same_attr_details{
	text-align: left;
    margin: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;	
}
.same_info{
	width:65%;
}
