/* cart-page begin */
.cart-page header{
	height:auto;
	border:0;
}
.cart{
	overflow:hidden;
	max-width:1028px;
	margin:0 auto;
}
.cart .title-cart{
	border-bottom:2px solid #ff0201;
	padding:0 0 7px 15px;
	position:relative;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	color:#010101;

	height:auto;
	background:none;
}
.cart .title-cart:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:7px;
	width:4px;
	background:#ff0201;
}
/* cart-step */
.cart-step{
	overflow:hidden;
}
.cart-step span{
	float:left;
	border: 1px solid #FFFFFF;
	width:200px;
	text-align:center;
	font-size:14px;
	line-height:37px;
	color:#000;
	position:relative;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:20px;
	margin:0 0 18px 44px;
	background: #E7E7E7;
}
.cart-step span:after{
	content: '';
	position: absolute;
	left: -32px;
	top: 61%;
	width: 22px;
	height: 3px;
	background: #4C4C4C;
	overflow: hidden;
	margin-top: -5px;
}
.cart-step span:before{
	content: '';
	position: absolute;
	left: -23px;
	top: 58%;
	width: 4px;
	height: 4px;
	margin-top: -8px;
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(-45deg);
}
.cart-step span:first-child{margin-left:0;}
.cart-step span:first-child:after,
.cart-step span:first-child:before{display:none;}
.cart-step span.active{
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f6e9e9 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f6e9e9 100%);
	background: linear-gradient(to bottom,  #4C4C4C 0%, #4C4C4C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f6e9e9',GradientType=0 );
	color: #ffffff;
}
/* top-cart-info */
.top-cart-info{
	overflow:hidden;
	margin-bottom:34px;
	overflow:hidden;
}
.top-cart-info-box{
	background:#ffdede;
	text-align:center;
	overflow:hidden;
}
.top-cart-info-box h3{
	background:#e90000;
	color:#fff;
	font-size:30px;
	line-height:50px;
	font-weight:bold !important;
	margin:0 0 10px;
	padding:0;
}
.top-cart-info-box .tet:after{
	content:'';
	display:block;
	clear:both;
}
.top-cart-info-box strong{
	display:block;
	font-size:20px;
	line-height:30px;
	color:#e90000;
	font-weight:bold !important;
}
.top-cart-info-box strong span{
	font-size:32px;
}
.top-cart-info-box strong b{
	font-size:42px;
}
.top-cart-info-box .s{
	display:block;
	margin:0 0 5px;
	font-size:18px;
	line-height:30px;
	color:#272727;
	font-weight:bold !important;
}
/* cart-warning-info-text */
.cart-warning-info-text{
	border:2px solid #edcb95;
	position:relative;
	padding:14px 20px 14px 66px;
	margin-bottom:30px;
	background:#fffae7 url(../img/cart-images/i-q.png) no-repeat 12px 15px;
}
.cart-warning-info-text:after{
	content:'';
	display:block;
	clear:both;
}
.cart-warning-info-text:before{
	content:'';
	width:19px;
	height:17px;
	position:absolute;
	bottom:-17px;
	left:50%;
	margin-left:-10px;
	background:url(../img/cart-images/i-arrow.png) no-repeat;
}
.cart-warning-info-text p{
	margin:20px 0 0 !important;
	font-size:15px !important;
	line-height:20px !important;
	color:#000 !important;
	font-weight:bold;
}
.cart-warning-info-text p:first-child{margin:0 !important;}

/* search_list */
/*
.search_list{
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:30px;
	padding:3px 2px 0;
}
*/
.search_list table{
	margin:0;
	border:0;
}
.search_list > table{
	width:1024px;
	min-width:1024px;
	max-width:1024px;
	margin:0 0 -12px;
}
.search_list table th{width:192px;}
.search_list table th:first-child{width:591px;}
.search_list table td{
	border:1px solid #f2f2f2;
	border-width:12px 14px 28px;
	width:206px;
}
.search_list table td:first-child{width:605px;}
.search_list table th{
	background:#e5e5e5;
	padding:2px;
	border:1px solid #f2f2f2;
	border-width:12px 14px;
}
.search_list table th strong{
	display:block;
	text-align:center;
	background: #e5e5e5;
	font-size:14px;
	line-height:28px;
	color:#555;
}
.search_list td{
	background:#fff;
	padding:0 12px;
	vertical-align:top;
}
.search_list td:first-child{
	background:none;
	padding:0;
}
.search_list .btn-add{
	display:block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border:1px solid #dedede;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
	text-align:center;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#525252;
	padding:4px;
	margin-top:10px;
	height:36px;
	min-height:36px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.search_list .btn-add span{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.search_list .btn-del{
	display:block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border:1px solid #dedede;
	text-align:center;
	font-size:14px;
	line-height:28px;
	color:#525252;
	margin-top:24px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.search_list .btn-add:hover,
.search_list .btn-del:hover{
	background:#fe4848;
	color:#fff;
}
.search_list .sub-title{
	display:block;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#555;
	text-align:center;
	margin-bottom:15px;
}
.search_list .row{
	margin-bottom:10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.search_list .row label{
	padding:0 2px;
	font-size:13px;
	line-height:30px;
	color:#555;
	min-width:40px;
	text-align:left;
}
.search_list .row select{
	display:block;
	border:1px solid #dedede;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
	width:90%;
	outline:none;
}
.search_list .area{
	overflow:hidden;
	border:1px solid #bbb;
	padding-left:45px;
	position:relative;
	background:#fff;
	width:90%;
}
.cart .search_list .area input{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	width:100%;
	background:none;
	border:0;
	text-align:right;
	font-size:14px;
	line-height:16px;
	color:#555;
	height:28px;
	padding:3px 12px;
	outline:none;
}
.cart .i{
	width:45px;
	top:0;
	left:0;
	bottom:0;
	border:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
	font-size:12px;
	line-height:28px;
	color:#555;
	margin:0;
	padding:0 3px;
	height:28px;
}
.cart .submit{
	display:block;
	border:1px solid #dedede;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f4f4',GradientType=0 );
	text-align:center;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
	color:#525252;
	padding:4px;
	margin-top:24px;
	min-height:36px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	outline:none;
}
.cart .submit:hover{
	background:#fe4848;
	color:#fff;
}
.cart .link-frame{
	overflow:hidden;
	position:relative;
	width:591px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.cart .link-frame .box-a{
	width:100%;
	position:relative;
	margin-left:8px;
}
.cart .link-frame .box-a:first-child{margin:0;}
.cart .link-frame .box-a .select-c{
	position:relative;
	border:1px solid #dedede;
	background:#fff;
	overflow:hidden;
	margin-top:14px;
}
.cart .link-frame .box-a .select-c:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:15px;
	background:#e5e5e5;
	z-index:1l
}
.cart .link-frame .box-a .select-c:before{
	content:"";
	position:absolute;
	right:4px;
	top:50%;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #1f1f1f;
	z-index:2;
	margin-top:-2px;
}
.cart .link-frame .box-a .select-c select{
	display:block;
	position:relative;
	z-index:3;
	border:0;
	background:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:28px;
	line-height:28px;
	font-size:14px;
	color:#555;
	padding:0 15px 0 12px;
	outline:none;
}
.cart .link-frame .box-a .select-c select::-ms-expand {
	display: none;
}
.cart .link-frame a{
	display:block;
	position:relative;
	width:100%;
	background:#fff;
	margin-left:8px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.cart .link-frame a:first-child{margin:0;}
.cart .link-frame a:after{
	content:'';
	position:absolute;
	right:7px;
	bottom:27px;
	width:23px;
	height:22px;
	overflow:hidden;
	background:url(../img/cart-images/item-cart01.png) no-repeat;
}
.cart .link-frame a:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	background:#525252;
	font-size:12px;
	line-height:24px;
	color:#fff;
	padding:0 6px;
}
.cart .link-frame .box-a:nth-child(1n) a:before{
	content:'表';
}
.cart .link-frame .box-a:nth-child(2n) a:before{
	content:'裏';
}
.cart .link-frame .box-a:nth-child(3n) a:before{
	content:'左袖';
}
.cart .link-frame .box-a:nth-child(4n) a:before{
	content:'右袖';
}
.cart .link-frame a img{
	display:block;
	width:100%;
}
.cart p{
	margin:0;
	text-align:left;
	font-size:14px;
	line-height:32px;
	color:#555;
	padding:0 3px;
}
.cart .two-box{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.cart .two-box dl{
	display:block;
	overflow:hidden;
	text-align:center;
	background:#fff;
	width:50%;
}
.cart .two-box dl:first-child{margin-right:10px}
.cart .two-box dl:last-child{margin-left:10px}
.cart .two-box dl dt,
.cart .two-box dl dd{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:32px;
	color:#555;
	font-weight:bold;
}
.cart .two-box dl:last-child dt,
.cart .two-box dl:last-child dd{color:#ff0201;}
.link-frame-holder .two-box{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.link-frame-holder .two-box dl{
	display:block;
	overflow:hidden;
	text-align:center;
	background:#fff;
	width:50%;
}
.link-frame-holder .two-box dl:first-child{margin-right:10px}
.link-frame-holder .two-box dl:last-child{margin-left:10px}
.link-frame-holder .two-box dl dt,
.link-frame-holder .two-box dl dd{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:32px;
	color:#555;
	font-weight:bold;
}
.link-frame-holder .two-box dl:last-child dt,
.link-frame-holder .two-box dl:last-child dd{color:#ff0201;}
/* cart-slide-block */
.cart-slide-block{
	overflow:hidden;
	max-width:1028px;
	margin:0 auto;
}
.cart-slide-block .slide-link{
	display:block;
	text-align:center;
	width:188px;
	height:32px;
	background:#f2f2f2;
	font-size:16px;
	line-height:32px;
	color:#010101;
	overflow:hidden;
	position:relative;
}
.cart-slide-block .slide-link:hover{
	-moz-opacity:0.7;
	filter:alpha(opacity:70);
	opacity:0.7;
}
.cart-slide-block .slide-link:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid black;
	margin-left:6px;
}

.slide-link-custom {
	left: 0 !important;
}

.cart-slide-block .slide-box{
	background:#f2f2f2;
	overflow:hidden;
}
.cart-slide-block .holder{
	padding: 25px 15px 0 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.cart-slide-block .link-frame{
	overflow:hidden;
	margin-bottom:10px;
}
.link-frame-holder{
	width:100%;
	min-width:600px;
	margin-right:15px;
	overflow:hidden;
}
.cart-slide-block .link-frame{
	overflow:hidden;
	position:relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.cart-slide-block .link-frame a{
	display:block;
	position:relative;
	width:100%;
	background:#fff;
	margin-left:8px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.cart-slide-block .link-frame a:first-child{margin:0;}
.cart-slide-block .link-frame a:after{
	content:'';
	position:absolute;
	right:7px;
	bottom:27px;
	width:23px;
	height:22px;
	overflow:hidden;
	background:url(../img/cart-images/item-cart01.png) no-repeat;
}
.cart-slide-block .link-frame a img {
	display: block;
	width: 100%;
}
.cart-slide-block .add-gift-box{
	width:100%;
	min-width:300px;
	/*background:#fff;*/
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/*padding:8px 16px;*/
	padding-left: 10px;
}
.cart-slide-block .add-gift-box .row{
	/*padding:10px 0;*/
	overflow:hidden;
}
.cart-slide-block .submit-btn{
	float:right;
	text-align:center;
	font-size:14px;
	line-height:28px;
	font-weight:bold;
	width:83px;
	height:28px;

	display:block;
	background:#31ae00;
	font-weight:bold;
	border:0;
	border-bottom:4px solid #247e00;
	overflow:hidden;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff !important;
	cursor:pointer;
}
.cart-slide-block .submit-btn:hover{
	opacity:0.8;
}
.cart-slide-block .frame{
	overflow:hidden;
	/*width:158px;*/
	position:relative;
	padding-right:24px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}
.cart-slide-block .frame i{
	position:absolute;
	width:24px;
	text-align:center;
	font-size:14px;
	line-height:16px;
	font-style:normal;
	color:#555;
	right:0;
	bottom:0;
}
.cart-slide-block .frame label{
	display:block;
	overflow:hidden;
	border:1px solid #bbb;
	font-size:12px;
	line-height:28px;
	color:#555;
	padding-left:3px;
}
.cart-slide-block .frame label input{
	float:right;
	border:0;
	background:#fff;
	padding:6px 9px;
	width:34px;
	text-align:right;
	font-size:14px;
	line-height:16px;
	color:#555;
	border-left:1px solid #bbb;
	outline:none;
}
.cart-slide-block .frame label.mark01{background:#fedceb;}
.cart-slide-block .frame label.mark02{background:#e1e8fe;}
.cart-slide-block .frame label.mark03{background:#fffeda;}
.cart-slide-block .image{
	background:#fff;
	overflow:hidden;
	padding:16px 10px 22px;
	width:100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.cart-slide-block .image img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
/* cart-info-block */
.cart-info-block{
	background:#f2f2f2;
	overflow:hidden;
	max-width:1028px;
	margin:30px auto 43px;
	padding:15px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.cart-info-block .holder{
	background:#fff;
	overflow:hidden;
	padding:20px;
}
.cart-info-block .frame{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-ustify-content: space-between;
	-moz-ustify-content: space-between;
	-ms-ustify-content: space-between;
	justify-content: space-between;
	max-width:776px;
	margin:0 auto;
}

.user-cart-info-block .frame{
	max-width: none;
}

.cart-info-block .item{
	width:100%;
	min-width:215px;
	max-width:215px;
	position:relative;
	background:#f2f2f2;
	padding:15px 0;
}
.cart-info-block .item:after{
	content:"";
	position:absolute;
	left:-51px;
	top:50%;
	width:36px;
	height:8px;
	background:#c5c5c5;
	margin-top:-4px;
}
.user-cart-info-block .item:after, .user-cart-info-block .item.custom-item:nth-child(2)::before {
	content: "";
	position: absolute;
	left: -32px;
	top: 50%;
	width: 31px;
	height: 8px;
	background: #c5c5c5;
	margin-top: -4px;
}


.cart-info-block .item:first-child:after{
	left:auto;
	right:-37px;
	width:8px;
	height:36px;
	margin-top:-18px;
}

.user-cart-info-block .item:first-child:after, .user-cart-info-block .item.custom-item:nth-child(2)::before {
	left: auto;
	right: -20px;
	width: 8px;
	height: 31px;
	margin-top: -16px;
}

.cart-info-block .item:last-child:after{
	margin-top:-11px;
}
.cart-info-block .item:last-child:before{
	content:"";
	position:absolute;
	left:-51px;
	top:50%;
	width:36px;
	height:8px;
	background:#c5c5c5;
	margin-top:3px;
}

.user-cart-info-block .item:last-child:before{
	left: -32px;
	width: 31px;
}
.cart-info-block .item dl{
	display:block;
	overflow:hidden;
	padding-left:15px;
}
.cart-info-block .item dl dt,
.cart-info-block .item dl dd{
	float:left;
	font-size:14px;
	line-height:26px;
	color:#000;
}
.cart-info-block .item dl dt{font-weight:bold;}
.cart-info-block .item > strong{
	display:block;
	padding-left:15px;
	font-size:14px;
	line-height:26px;
	color:#000;
}
.cart-info-block .item dl.mark dt,
.cart-info-block .item dl.mark dd{color:#ff0201;}
.cart-info-block .item:last-child > strong{
	display:block;
	padding-left:33px;
	font-size:20px;
	line-height:26px;
	color:#000;
}
.cart-info-block .top{
	margin-bottom:27px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.cart-info-block .top:after{
	content:'';
	display:block;
	clear:both;
}
.cart-info-block .btn-purchase{
	display:block;
	width:360px;
	min-width:360px;
	height:62px;
	background:#e60000;
	border-bottom:4px solid #a70018;
	text-align:center;
	font-size:24px;
	line-height:62px;
	font-weight:bold;
	color:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.cart-info-block .btn-purchase:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:29px;
	height:28px;
	background:url(../img/cart-images/item-cart02.png) no-repeat;
	margin-left:18px;
}
.cart-info-block .btn-purchase:hover{
	opacity:0.8
}
.cart-info-block .info{width:100%;}
.cart-info-block .info:after{
	content:'';
	display:block;
	clear:both;
}
.cart-info-block .info .box-wrap{
	float:right;
	margin-right:10px;
}
.cart-info-block .info dl{
	display:block;
}
.cart-info-block .info dl:after{
	content:'';
	display:block;
	clear:both;
}
.cart-info-block .info dl dt,
.cart-info-block .info dl dd{
	float:left;
	padding:0;
	margin:0;
	font-size:14px;
	line-height:28px;
	color:#555;
}
.cart-info-block .info dl:first-child dd, .cart-info-block .info dl:first-child dt{
	font-size:22px;
	font-weight:bold;
}
.cart-info-block .info dl:first-child dd span{
	font-size:32px;
}
/* btn-add-new-item */
.btn-add-new-item{
	display:block;
	margin:0 auto 22px;
	background:#48b3fe;
	overflow:hidden;
	width:656px;
	text-align:center;
	font-size:23px;
	line-height:82px;
	font-weight:bold;
	color:#fff !important;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.btn-add-new-item:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:27px;
	height:27px;
	background:url(../img/cart-images/item-cart03.png) no-repeat;
	overflow:hidden;
	margin-left:10px;
}
.btn-add-new-item:hover{opacity:0.8}
/* order-delivery-block */
.order-delivery-block{
	overflow:hidden;
	max-width:1028px;
	margin:0 auto;
	background:#fff;
	border:1px solid #ccc;
	text-align:center;
	font-size:25px;
	line-height:134px;
	font-weight:bold;
	color:#000;
	clear: both;
}
.order-delivery-block .order-delivery-item {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 23px;
}
.order-delivery-block .order-delivery-item:nth-child(1) {
	border-right: 1px solid #ccc;
}
.order-delivery-block .order-delivery-item .order-delivery-item-header {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #000000;
	position: relative;
}
.order-delivery-block .order-delivery-item .order-delivery-item-header:after {
	content:'';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: solid 10px;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}
.order-delivery-block .order-delivery-item.silk-item .order-delivery-item-header {
	background-color: #cde9f4;
}
.order-delivery-block .order-delivery-item.silk-item .order-delivery-item-header:after {
	border-top-color: #cde9f4;
}
.order-delivery-block .order-delivery-item.ink-item .order-delivery-item-header {
	background-color: #fee3e4;
}
.order-delivery-block .order-delivery-item.ink-item .order-delivery-item-header:after {
	border-top-color: #fee3e4;
}
.order-delivery-block span{
	font-size:33px;
	color:#fe4848;
}
/* form-block-cart */
.form-block-cart{
	overflow:hidden;
	background:#fff;
	padding:8px 28px;
	width:100%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.form-block-cart table{
	width:100%;
	overflow:hidden;
}
.form-block-cart table td{
	border:0;
	border-top:1px solid #ababab;
	padding:18px 0;
	vertical-align:top;
}
.form-block-cart table tr:first-child td{border:0;}
.form-block-cart table td:first-child{
	width:164px;
	min-width:164px;
	padding-left:22px;
}
.form-block-cart table td:nth-child(2n){
	width:48px;
	padding-right:48px;
	padding-left:10px;
}
.form-block-cart table strong{
	display:block;
	float:left;
	font-size:18px;
	line-height:40px;
	color:#000;
}
.form-block-cart .mark{
	display:block;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#fff;
	min-width:48px;
	background:#b7b7b7;
	margin:8px 0 4px 0;
	border-radius: 10px;
}
.form-block-cart .mark.add{background:#fe4848;}
.form-block-cart .text{
	display:block;
	float:left;
	border:1px solid #c7c7c7;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:#fff;
	font-size:16px;
	line-height:18px;
	color:#000;
	padding:10px;
	outline:none;
	border-radius: 10px;
}
.btn-automatically-enter{
	display:inline-block;
	vertical-align:top;
	border:1px solid #e2e2e2;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f3f3f3',GradientType=0 );
	font-size:13px;
	line-height:16px;
	color:#525252;
	padding:11px 16px;
	margin-left:18px;
}
.btn-automatically-enter:hover{
	background:#000;
	color:#fff;
}
.form-block-cart .area{
	overflow:hidden;
	margin-top:14px;
}
.form-block-cart .area:first-child{margin:0;}
.form-block-cart .area strong{
	float:left;
	padding:0 12px 0 18px;
}
.form-block-cart .area strong:first-child{
	padding-left:0;
	min-width:90px;
}
.form-block-cart .w1{width:416px !important;}
.form-block-cart .w2{width:156px !important;}
.form-block-cart .w3{width:282px !important;}
.form-block-cart .w4{width:100px !important;}
.form-block-cart .w5{width:250px !important;}
.form-block-cart input[type="number"]{
	display:block;
	float:left;
	border:1px solid #c7c7c7;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:16px;
	line-height:38px;
	color:#000;
	padding:0 0 0 10px;
	outline:none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f3f3f3',GradientType=0 );
}
.form-block-cart select{
	display:block;
	float:left;
	border:1px solid #c7c7c7;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	font-size:16px;
	line-height:38px;
	color:#000;
	padding:0 0 0 10px;
	outline:none;
	width:205px;
	height:39px;
	background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f3f3f3',GradientType=0 );
}
.form-block-cart .sub-text{
	display:block;
	overflow:hidden;
	width:100%;
	float:left;
	color:#555;
	font-size:14px;
	line-height:20px;
	margin:16px 0 0;
}
.cart .bottom-btn{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.cart .bottom-btn .btn-back{
	display:block;
	width:346px;
	height:60px;
	overflow:hidden;
	text-align:center;
	background:#b9b9b9;
	color:#fff;
	font-size:24px;
	line-height:60px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin-left:26px;
	border: 0;
}
.cart .bottom-btn .btn-back:hover{
	background:#000;
}
.submit-to-cart{
	display:block;
	width:346px;
	height:60px;
	background:#fe4848;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
	position:relative;
	text-align:center;
	font-size:32px;
	line-height:60px;
	font-weight:bold;
	color:#fff;
}
.fs-16 {
	font-size: 16px;
}
.w-406, .submit-to-cart input.w-406 {
	width: 406px;
}
.submit-to-cart input,
.submit-to-cart a{
	display:block;
	position:absolute;
	overflow:hidden;
	z-index:2;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:346px;
	height:60px;
	text-indent:-9999px;
	background:none;
	border:0;
	outline:none;
	cursor:pointer;
}
.submit-to-cart:hover{background:#000;}
.submit-to-cart:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:url(../img/cart-images/item-cart04.png) no-repeat;
	width:41px;
	height:40px;
	margin-left:30px;
}
/* point-info-block */
.point-info-block{
	border:1px solid #ccc;
	background:#fff;
	overflow:hidden;
	margin-bottom:40px;
	padding:15px 44px;
}
.point-info-block .top{
	overflow:hidden;
	padding-left:288px;
	font-size:18px;
	line-height:34px;
	font-weight:bold;
	color:#000;
	margin-bottom:6px;
}
.point-info-block .top span{
	font-size:23px;
	color:#fe4848;
	display:inline-block;
	vertical-align:top;
}
.point-info-block .wrap-box{
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.point-info-block .wrap-box strong{
	display:block;
	min-width:238px;
	width:100%;
	font-size:25px;
	line-height:50px;
	font-weight:bold;
	color:#000;
}
.point-info-block .sub-box{
	background:#f9f9f9;
	overflow:hidden;
	width:100%;
	min-width:696px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px 50px 15px;
}
.point-info-block .sub-box span{
	float:left;
	font-size:25px;
	line-height:42px;
	font-weight:bold;
	color:#000;
}
.point-info-block .sub-box label{
	float:right;
	font-size:25px;
	line-height:42px;
	font-weight:bold;
	color:#000;
}
.point-info-block .sub-box label input{
	float:left;
	font-size:28px;
	line-height:30px;
	font-weight:bold;
	color:#000;
	background:#fff;
	border:1px solid #bfbfbf;
	width:224px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	padding:5px 12px;
	text-align:right;
	margin-right:12px;
	outline:none
}
.point-info-block .sub-box label input:-moz-placeholder {color:#000;opacity:1;}
.point-info-block .sub-box label input::-moz-placeholder {color:#000;opacity:1;}
.point-info-block .sub-box label input::-webkit-input-placeholder {color:#000;}
.point-info-block .sub-box label input:-ms-input-placeholder {color:#000;}
.point-info-block .sub-box label input::placeholder{color:#000;}
.point-info-block .sub-box label input.placeholder{color:#000 !important;}
.point-info-block .sub-box label input:focus:-moz-placeholder {color:transparent;}
.point-info-block .sub-box label input:focus::-moz-placeholder {color:transparent;}
.point-info-block .sub-box label input:focus::-webkit-input-placeholder {color:transparent;}
.point-info-block .sub-box label input:focus:-ms-input-placeholder {color:transparent;}
.point-info-block .sub-box label input:focus::placeholder {color:transparent;}
.padio-wrap{
	overflow:hidden;
	margin:0 -5px;
	width:660px;
}
.padio-wrap-holder{
	overflow:hidden;
	margin-bottom:26px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.padio-wrap-holder:last-child{margin:0 0 10px;}
.padio-wrap-holder .colums{
	width:33%;
	position:relative;
	overflow:hidden;
	margin:0 5px;
	background: #f7f7f7;
	border-radius: 5px;
	padding-bottom: 10px;
}
.padio-wrap-holder .radio + label{
	cursor: pointer;
	border:1px solid #e0e0e0;
	display:block;
	background: #e9e9e9;
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #fafafa 37%, #ededed 68%, #e3e3e3 100%);
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#fafafa 37%,#ededed 68%,#e3e3e3 100%);
	background: linear-gradient(to bottom,  #e9e9e9 0%,#fafafa 37%,#ededed 68%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e3e3e3',GradientType=0 );
	line-height:39px;
	overflow:hidden;
	font-size:15px;
	color:#000;
	white-space:nowrap;
}
.padio-wrap-holder .radio:not(checked) {
	position: absolute;
	opacity: 0;
}
.padio-wrap-holder .radio:not(checked) + label {
	position: relative;
	padding: 4px 0 0 42px;
	text-align:left;
}
.padio-wrap-holder .radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 25px;
	height:41px;
	background:url(../img/cart-images/check.png) no-repeat;
	overflow:hidden;
	background-size: contain;
}
.padio-wrap-holder .radio:checked + label:before {
	background:url(../img/cart-images/active-check.png) no-repeat;
	background-size: 32px;
}
.padio-wrap-holder .colums p{
	font-size:10px;
	line-height:15px;
	color:#000;
	padding:0;
	margin:6px 0 0;
}
/* order-cart-list */
.order-cart-list{
	overflow:hidden;
	margin-bottom:30px;
	background:#f2f2f2;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding:18px 15px 15px;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.order-cart-list dl{
	background:#fff;
	margin-left:40px;
	position:relative;
	width:100%;
	min-width:108px;
	padding:15px 0;
	color:#555;
}
.order-cart-list dl:first-child{
	margin:0;
	min-width:108px;
}
.order-cart-list dl:last-child{
	min-width:108px;
}
.order-cart-list dl dt,
.order-cart-list dl dd{
	display:block;
	text-align:center;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}
.order-cart-list dl:nth-child(2) {
	color:#fe4848;
}
.order-cart-list dl:after{
	content:"";
	position:absolute;
	left:-31px;
	top:50%;
	margin-top:-11px;
	width:22px;
	height:22px;
	overflow:hidden;
	background:url(../img/cart-images/cart-bullet01.png) no-repeat;
}
.order-cart-list dl:first-child:after{display:none;}
.order-cart-list dl:last-child:after{background:url(../img/cart-images/cart-bullet02.png) no-repeat;}
.order-cart-list dl:nth-child(2):after{background:url(../img/cart-images/cart-bullet03.png) no-repeat;}
/* product-type-block */
.product-type-block{
	background:#f2f2f2;
	margin-bottom:30px;
	padding:0 16px 4px;
}
.product-type-block table{
	width:100%;
}
.product-type-block table th{
	border:1px solid #dedede;
	/*border-width:17px 4px 13px;*/
}
.product-type-block table th:nth-child(1){
	width:22%;
}
.product-type-block table th:nth-child(2){
	width:17%;
}
.product-type-block table th:nth-child(3){
	width:17%;
}
.product-type-block table th:nth-child(4){
	width:22%;
}
.product-type-block table th:nth-child(5){
	width:22%;
}
.product-type-block table td{
	border:1px dotted #dedede;
	/*border-width:0 4px 4px;*/
	background:#fff;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	line-height:20px;
	color:#555;
	height:auto;
	font-weight:bold;
}
.product-type-block table th strong{
	display:block;
	text-align:center;
	background: linear-gradient(to bottom,  #f6f6f6 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f5f5',GradientType=0 );
	font-size:14px;
	line-height:28px;
	color:#555;
	/*border:2px solid #fff;*/
}
.form-block-cart .sub-text.mt0{
	margin-top:0;
	padding:0;
}
.form-block-cart .sub-text.mt10{
	margin-top:10px;
	padding:0;
}
.padio-wrap-holder.add .colums{width:50%;}
.form-block-cart .expiration-date-block{
	overflow:hidden;
}
.form-block-cart .expiration-date-block span{
	float:left;
	font-size:18px;
	line-height:40px;
	font-weight:bold;
	color:#000;
	padding:0 16px 0 12px;
}
.form-block-cart .expiration-date-block span:first-child{padding-left:0;}
.form-block-cart .expiration-date-block select{width:68px;}
.form-block-cart .page-wrap{overflow:hidden;}
.form-block-cart .comment{
	border:1px solid #bbb;
	background:#fff;
	overflow:hidden;
	margin:0 56px 0 0;
}
.form-block-cart .comment textarea{
	display:block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100%;
	height:151px;
	min-height:151px;
	resize:none;
	padding:10px;
	font-size:14px;
	line-height:18px;
	color:#000;
	margin:0;
	border:0;
	background:none;
	outline:none;
}

/**/

.sub-text.add01{
	float:right;
	width:230px;
	margin:0;
	font-size:12px;
	line-height:40px;
}

.form-block-cart .add-td01 .area strong:first-child{
	min-width:114px;
}

.form-block-cart .mark.add01{margin:21px 0;}
.form-block-cart table td{
	border:0;
	border-bottom:1px solid #ababab;
}
.form-block-cart table tr:last-child td{
	border:0;
}
.cart-step{margin-top:20px;}
.search_list .mt9{margin-top:9px !important;}
/* cart-page end */

.cart .two-box{
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
}
.cart .two-box dl{width:197px;}


/* cart-page end */
#head_top  #dropmenu-logo-top:hover{background:none;}
#head_top  #dropmenu-logo-top a:hover,
#head_top  #dropmenu-logo-top a{
	display:block;
	overflow:hidden;
	text-indent:-999px;
	height:60px;
	background: url(../img/logo-sp.png) no-repeat 50%;
	background-size: 50%;
	padding: 0 !important;
	margin: 0;
}
.cart h2.search_list-title {
	background: #3d3d3d;
	text-align: center;
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	padding: 10px 0;
	color: #fff;
	height: auto;
}
.cart h2.search_list-title span {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.search_list{
	overflow:hidden;
	margin:0;
	background:#f2f2f2;
}
.search_list_main{
	padding:26px 15px;
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.search_list_main .search_list_left{
	width:591px;
}
.search_list_main .search_list_left h3{
	text-align:center;
	padding:0;
	font-size:14px;
	line-height:32px;
	color:#555;
	font-weight:bold;
	margin:0 0 12px;
	background:#e5e5e5;
}
.search_list_main .search_list_left .link-frame{
	margin-bottom:18px;
}
.search_list_main .btn_search{
	width:184px;
	display:block;
	margin:0 auto;
	background:#31ae00;
	font-size:13px;
	line-height:45px;
	font-weight:bold;
	border:0;
	border-bottom:4px solid #247e00;
	overflow:hidden;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff !important;
	cursor:pointer;
}
.search_list_main .btn_search:hover{
	opacity:0.8;
}
.search_list_main .btn_search.add02{
	background:#414243;
	border-bottom-color:#161616;
}
.search_list_right{
	width:392px;
}
.search_list_right-top:after{
	content:'';
	display:block;
	clear:both;
}
.search_list_right-top .box-l{
	float:left;
}
.search_list_right-top .box-r{
	float:right;
	margin-top:-4px;
}
.search_list_right-top .box-r .btn_search{
	width:169px;
	line-height:35px;
	font-size:13px;
	margin-top:3px;
}
.search_list_right-top .box-r .btn_search:first-child{margin:0;}
.search_list_right-btms{
	overflow:hidden;
	border-top:2px dotted #7a7a7a;
	padding-top:15px;
	margin-top:12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.search_list_right-btms .btn_search{
	line-height:14px;
	padding:9px 0;
}
.search_list_info{
	overflow:hidden;
	border:1px solid #cecece;
	background:#fff;
	margin-top:13px;
	padding-bottom:5px;
	min-height:127px;
}
.search_list_info h4{
	background:#e5e5e5;
	font-size:12px;
	line-height:35px;
	font-weight:bold;
	color:#555;
	padding:0 12px;
	margin-bottom:5px;
}
.search_list_info dl{
	display:block;
	padding:0 12px;
	overflow:hidden;
}
.search_list_info dl dt,
.search_list_info dl dd{
	float:left;
	font-size:12px;
	line-height:20px;
	color:#555;
	font-weight:bold;
	padding:0;
	margin:0;
}
.search_total{
	display:block;
	overflow:hidden;
	margin:8px 0 0;
	padding:0;
	text-align:right;
}
.search_total dt,
.search_total dd{
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	line-height:20px;
	color:#fc0000;
	font-weight:bold;
	padding:0;
	margin:0;
}
.add-new-item-cart{
	display:block;
	margin:40px auto;
	max-width:654px;
	background:#31ae00;
	font-size:23px;
	line-height:80px;
	font-weight:bold;
	border:0;
	border-bottom:4px solid #247e00;
	overflow:hidden;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff !important;
	cursor:pointer;
}
.add-new-item-cart:hover{opacity:0.8}
.add-new-item-cart:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:27px;
	height:27px;
	overflow:hidden;
	margin:-3px 6px 0 0;
	background:url(../img/cart-images/ico-add-new-item-cart.png) no-repeat;
}
.search_list .row select{font-size:12px;}
.cart-slide-block-holder{
	overflow:hidden;
	position:relative;
	padding-top:32px;
}
.cart-slide-block-holder .cart-slide-block{overflow:visible;}
.cart-slide-block-holder .cart-slide-block:after{
	content:'';
	display:block;
	clear:both;
}
.cart-slide-block-holder .cart-slide-block .slide-link{
	position:absolute;
	top:0;
	left:222px;
}
.cart-slide-block-holder .cart-slide-block:first-child .slide-link{left:26px;}
/* update car 14_08_2017 */
.search_list_info{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding:0;
}
.search_list_info label{
	width:100%;
	overflow:hidden;
	position:relative;
	padding-bottom:4px;
}
.search_list_info label:last-child:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	border-left:1px dotted #a3a3a3;
}
.search_list_info input{display:none;}
.search_list_info dl dt,
.search_list_info dl dd{
	font-size:11px;
	color:#bababa;
}

.search_list_info .checked dl dt,
.search_list_info .checked dl dd{
	color:#555;
}
.search_list_info h4{
	position:relative;
	padding-left:28px;
}
.search_list_info h4:after{
	content:'';
	position:absolute;
	left:6px;
	top:50%;
	background:#d2d2d2;
	width:18px;
	height:18px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin-top:-9px;
}
.search_list_info .checked h4:after{
	background:#3e8bff;
}
.warning-information-n{
	position:relative;
	background:#ffea00;
	border:1px solid #e88c8c;
	border-bottom-width:3px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:16px 0 11px;
	padding:5px 11px;
	font-size:14px;
	line-height:19px;
	color:#242424;
	font-weight:bold;
}
.warning-information-n:after{
	content:'';
	position:absolute;
	bottom:-12px;
	right:84px;
	width:18px;
	height:12px;
	background:url(../img/icon-warning-information-n.png) no-repeat;
	overflow:hidden;
}
.warning-information-n span{color:#e70000}
.search_list_left .two-btns-center_n{
	overflow:hidden;
	text-align:center;
}
.search_list_left .two-btns-center_n a{
	display:inline-block;
	margin:0 5px;
	vertical-align:top;
}
.item_detail_set img{
	background: #efefef !important;
}
.two-btn-cart-n{
	overflow:hidden;
	margin:40px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.two-btn-cart-n .add-new-item-cart{
	height:84px;
	width:430px;
	line-height:26px;
	margin:0 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.add-new-item-cart:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.add-new-item-cart:hover:before{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}
/* update car 14_08_2017 end */
/* update car 21_11_2017 */
.warning-information-n{display:none;}
.warning-information-n.viz{display:block;}
.warning-information-n.add:after{
	right:auto;
	left:84px;
}
/* update car 21_11_2017 end */

/* Start update cart 2018-01-11 */
.btn_search.disabled {
	background-color: #cccccc;
	border-bottom: none;
	cursor: default;
}

.btn_search.disabled:hover {
	opacity: 1;
}
/* End update cart 2018-01-11 */

/* Start update cart 2018-02-08 */
.sub_total.pt7 {
	padding-top: 7px;
}

.sub_total {
	font-size: 13px !important;
	font-weight: bold !important;
	border-top: 1px dotted #bababa;
	color: #bababa;
	line-height: 20px;
}

.checked .sub_total {
	color: #fc0000 !important;
	border-top: 1px dotted #555;
}
/* End update cart 2018-02-08 */
.select-size .jcf-select {
	min-width: 75px;
	max-width: 75px;
}

.input-size {
	height: 26px;
	width: 50px;
	text-align: right;
}

.input-custom {
	margin-left: 17px;
}

.row-custom {
	height: 39px;
}

.row-custom .btn_search {
	line-height: 35px;
}

.close, .addition {
	height: 28px;
	width: 28px;
	background-color: #110e0e;
	border-radius: 15px;
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
}

.close:after, .addition::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "\2716";
	font-size: 21px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.addition::after {
	content: "+";
	font-size: 28px;
	font-weight: bold;
}
.btn_search.search-custom {
	line-height: 38px;
}

.search_list .row .label-custom {
	font-size: 12px !important;
}

.custom-msg{
	padding: 0 2px;
	font-size: 12px;
	color: red;
	min-width: 40px;
	text-align: left;
}

.msg-error-size {
	text-align: center;
	margin-bottom: 27px;
	color: red;
}

.pdl-44 {
	padding-left: 54px;
}

.select-custom.mw-168 {
	max-width: 168px;
}

.cart.pdl-44 {
	position: relative;
}
.float-size-label, .search_list .row label.float-size-label {
	min-width: 50px;
	font-weight: bold;
}

.cart.pdl-44 .float-size-label{
	position: absolute;
	left: 0;
	top: 3px;
}

.clear-fix {
	clear: both;
}

.circle {
	width: 15%;
	height: 0;
	padding-bottom: 15%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	border: none;
	display: inline-block;
	background: #008BDB;
	margin-right: 4px;

}
.circle:before {
	content: '';
	display: block;
	border-top: solid 6px transparent;
	border-left: solid 7px #FFF;
	border-bottom: solid 6px transparent;
	position: absolute;
	top: 70%;
	left: 55%;
	margin: -10px 0 0 -3px;
}

.btn-add-size {
	width: 155px;
	display: inline-flex;
	text-decoration: underline;
	color: #008BDB;
	margin-left: 54px;
	margin-top: 7px;
	line-height: 25px;
}

.search_list_right-btms .delete-item {
	float: right;
}

.search_list_right-btms.block {
	display: block;
}

.btn-add-size:hover {
	cursor: pointer;
}

.display-block {
	display: block !important;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-center .top .info .box-wrap dl:first-child dt {
	font-size: 16px;
}

.flex-center .top .info .box-wrap dl:nth-child(2) dt {
	font-size: 30px;
	line-height: 30px;
	color: #e60000;
	font-weight: bold;
}

.holder.gift-frame .link-frame-holder {
	margin-right: 0;
}

.holder.gift-frame .link-frame {
	/*margin: 0 auto 20px auto;*/
	text-align: center;
}

.holder.gift-frame .link-frame .gift-box {
	margin-right: 10px;
}

.holder.gift-frame .link-frame .gift-box:last-child {
	margin-right: 0;
}

.gift-color {
	margin: 8px 0;
	font-size: 13px;
}

.gift-notice {
	color: black;
	font-weight: 600;
	display: block;
	margin: auto;
	font-size: 16px;
}

.cart .search_list .gift-number input[type="text"] {
	width: 40px;
	padding: 6px;
	margin: 0 3px 0 0;
	text-align: center;
}

.btn-purchase.disabled {
	background: gray;
	border-bottom: 4px solid #808080;
}

.bdr-10 {
	border-radius: 10px;
}

.select_box{
	width: 200px;
	overflow: hidden;
	border: 1px solid #c7c7c7;
	position: relative;
	padding: 10px 0;
	border-radius: 10px;
}
.select_box:after{
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0ca2e1;
	position: absolute;
	top: 40%;
	right: 5px;
	content: "";
	z-index: 98;
}
.select_box select{
	width: 220px;
	border: 0;
	position: relative;
	z-index: 99;
	background: none;
	height: 19px;
}
.pay-radio-wrap .padio-wrap-holder .colums label {
	background: none;
	border: none;
}
.cart-slide-block .slide-box .form-block-cart table tr td:first-child {
	background: #f6f6f6;
	border-right: 1px solid #dedede;
}

.pd-0 {
	padding: 0 !important;
}

.holder.pd-0 {
	border: 1px solid #dedede;
}

.radio-pay-hr {
	margin: 5px 0 10px 0;
}
.form-block-cart.custom-padding table td:nth-child(2n) {
	padding-right: 10px;
}
.form-block-cart.custom-padding table td:nth-child(2n) .padio-wrap {
	width: 100%;
}

.form-block-cart .mark.w-48 {
	width: 48px;
	margin-left: 5px;
}

.form-block-cart.custom-padding table td:nth-child(2n) .padio-wrap-holder .colums {
	padding-left: 10px;
	padding-right: 10px;
}
.form-block-cart.custom-padding table td:nth-child(2n) .padio-wrap-holder .colums .payment-method-image img {
	width: 96% !important;
}
.no-bg {
	background: none !important;
}
.display-flex {
	display: flex !important;
}
.flex-center {
	justify-content: center !important;
	justify-items: center !important;
	justify-self: center !important;
}
.form-block-cart.custom-padding table td:first-child {
	width: 50px;
	min-width: min-content;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-29 {
	margin-top: 29px !important;
}
.w-145, .form-block-cart .w3.w-145 {
	width: 145px !important;
}

.no-pd {
	padding: 0 !important;
}

.form-block-cart table {
	border: 1px #dedede solid;
}
.mt-15 {
	margin-top: 15px;
}
.cart-price-info {
	width: auto;
	float: right;
	margin-bottom: 20px;
	margin-right: 5px;
}
.product-subtotal {
	line-height: 25px;
}
select {
	border-radius: 10px;
}
textarea {
	border-radius: 10px;
	border: 1px solid #B8B9B9 !important;
}
.form-block-cart .comment.no-border {
	border: none;
}
.text-center {
	text-align: center;
}
.comp dd p a{
	display: block;
	width: 360px;
	min-width: 360px;
	height: 62px;
	background: #e60000;
	border-bottom: 4px solid #a70018;
	text-align: center;
	font-size: 24px;
	line-height: 62px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.inline-block {
	display: inline-block;
}
.confirm-cart-description {
	margin-top: 20px;
	margin-bottom: 20px;
}
/*--------21/9--------*/
.text-purchase {
	text-align: center;
	margin-bottom: 15px;
}
.text-purchase a {
	color: #5a86ff;
}

.flex-center-tokon {
	display: block !important;
}

.under-link-tokon {
	text-decoration: underline !important;
}
.title-cart-tokon-sp {
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}