section p{
	font-size: 14px;
}
.btn_s1{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid transparent;
	text-align: center;
	border-radius: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 18px;
	color: #fff;
	width: 100%;
	border-radius: 8px;
	max-width: 300px;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 5;
	margin: 0;
}
.btn_s1-default{
	max-width: 300px;
	border-top: 1px solid rgba(255,255,255,.5);
	box-shadow: 0 0 0 1px #000;
	padding: 8px 6px;
	overflow: hidden;
	background: #cf3524;
}
.btn_s1-default:before,
.btn_s1-default:after{
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	background: #cf3524;
	background: -moz-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
	background: -webkit-linear-gradient(top, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	background: linear-gradient(to bottom, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.btn_s1-default:after{
	background: #cf3524;
	background: -moz-linear-gradient(bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
	background: -webkit-linear-gradient(bottom, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	background: linear-gradient(to top, #cf3524 0%,#ee1100 49%,#ee1100 50%,#cd0000 50%,#cd0000 100%);
	opacity: 0;
}
.btn_s1-default strong{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	z-index: 10;
}
.btn_s1-default strong span{
	display: block;
	font-size: 12px;
	line-height: 16px;
}
.btn_s1-default strong .icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
}
.btn_s1-default strong .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0px 0 -4px;
	border: 9px solid transparent;
	border-left: 13px solid #ff0000;
	border-right: 0;
}
.btn_s1-default:hover,
.btn_s1-default:active,
.btn_s1-default:focus{
	box-shadow: 0 0 0 2px #000, 2px 2px 1px 2px rgba(0,0,0,.8);
}
.btn_s1-default:hover:before,
.btn_s1-default:active:before,
.btn_s1-default:focus:before{
	opacity: 0;
}
.btn_s1-default:hover:after,
.btn_s1-default:active:after,
.btn_s1-default:focus:after{
	opacity: 1;
}
.btn_s1-default.default_sm{
	max-width: 130px;
	border-top: 0;
	box-shadow: none;
	padding: 5px 5px;
	overflow: hidden;
	line-height: 0;
	border-radius: 4px;
	background: #ea0000;
}
.btn_s1-default.default_sm:before,
.btn_s1-default.default_sm:after{
	display: none;
}
.btn_s1-default.default_sm strong{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 18px;
	font-size: 10px;
	line-height: 15px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	z-index: 10;
}
.btn_s1-default.default_sm strong .icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
}
.btn_s1-default.default_sm strong .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0px 0 -2px;
	border: 4px solid transparent;
	border-left: 6px solid #ff0000;
	border-right: 0;
}
.btn_s1-default.default_sm:hover,
.btn_s1-default.default_sm:active,
.btn_s1-default.default_sm:focus{
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.8);
}

.btn_s1_page_info {
	max-width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.btn_s1_page_info strong {
	width: 100%;
	padding-left: 0;
	font-size: 19px;
}
.btn_s1_page_info strong span {
	float: left;
	text-align: center;
	width: 18%;
	color: #fff000
}

.btn_s1_page_info strong h4 {
	display: inline-block;
	padding-left: 40px;
	position: relative;
	padding-top: 3px;
}
.btn_s1_page_info strong .icon {
	position: absolute;
}

.flow_to_order_s1 .delivery_day_s1.delivery-page-info .descr_s1 .descr-item_s1 h3{
	font-size: 13px;
	margin-right: -10px !important;
}
.flow_to_order_s1 .delivery_day_s1.delivery-page-info .descr_s1 .descr-item_s1 h3 strong{
	font-size: 12px;
	padding: 2px 0;

}
.flow_to_order_s1 .delivery_day_s1.delivery-page-info .descr_s1 .descr-item_s1 a strong {
	font-size: 12px;
}
.flow_to_order_s1 .delivery_day_s1.delivery-page-info .descr_s1 .descr-item_s1 h3 strong span.date {
	font-size: 12px;
}

#wrapper_s1{
	position: relative;
	overflow: hidden;
	padding-bottom: 90px;
}
#wrapper_s1 *,
#wrapper_s1 *:before,
#wrapper_s1 *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container_s1{
	display: block;
	max-width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: content-box;
}
.container_s1:after{
	content: '';
	clear: both;
	display: block;
}

.common-title_s1{
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background: url(../img/images_index-add/title-common-bg.png) left top repeat;
	margin: 0 0 10px;
	padding: 7px 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-weight: bold;
}
.text-info_s1{
	display: block;
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #272727;
}
.title-item_s1{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #2aa400;
	border-bottom: 1px solid #2aa400;
	border-left: 5px solid #2aa400;
	padding: 0 6px;
	margin: 0 0 12px;
}

.flow_to_order_s1{
	margin-bottom: 20px;
}
.flow_to_order_s1 .common-title_s1{
	margin-bottom: 10px;
}
.flow_to_order_s1 .title_s1{
	position: relative;
	display: block;
	background-color: #e50000;
	max-width: 310px;
	width: 100%;
	margin: 0 auto;
	border-radius: 50px;
	margin-bottom: 24px;
	min-height: 48px;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 7px 10px;
}
.flow_to_order_s1 .title_s1:after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border: 5px solid transparent;
	border-top: 8px solid #e50000;
	border-bottom: 0;
}
.flow_to_order_s1 .title_s1 span{
	display: block;
	color: #ffea00;
}
.flow_to_order_s1 ul{
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	counter-reset: list;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: stretch;
}
.flow_to_order_s1 ul li{
	width: 100%;
	padding: 0 0 5px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flow_to_order_s1 .holder_s1{
	width: 100%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	overflow: hidden;
}
.flow_to_order_s1 .holder_s1 p{
	margin-bottom: 0;
	overflow: hidden;
	font-weight: normal;
}
.flow_to_order_s1 .holder_s1 .head_s1{
	background-color: #ffc600;
	margin: -8px -8px 0;
	padding: 7px 8px;
	margin-bottom: 8px;
}
.flow_to_order_s1 .holder_s1 .head_s1 strong{
	display: block;
	font-size: 11px;
	line-height: 18px;
	color: #323232;
	font-weight: bold;
	text-align: left;
}
.flow_to_order_s1 .holder_s1 .head_s1 strong:before{
	counter-increment: list;
	content: counter(list);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #ff0101;
	display: inline-block;
	vertical-align: middle;
	font-family: "Arial", Arial, serif;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: -4px 4px 0 0;
}
.flow_to_order_s1 .holder_s1 .img_s1{
	position: relative;
	float: right;
	max-width: 60px;
	width: 100%;
	text-align: center;
	margin-left: 10px;
}
.flow_to_order_s1 .holder_s1 .img_s1 img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.flow_to_order_s1 .delivery_day_s1{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #90afd7;
	min-height: 100px;
}
.flow_to_order_s1 .delivery_day_s1 .img_s1{
	display: block;
	background-color: #fff;
	min-width: 110px;
	max-width: 110px;
	width: 110px;
	padding: 0 5px 0 12px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flow_to_order_s1 .delivery_day_s1 .img_s1 img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.flow_to_order_s1 .delivery_day_s1 .descr_s1{
	background-color: #d8e9ff;
	width: 100%;
	padding: 10px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1{
	width: 100%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	color: #007caf;
	font-weight: bold;
	margin: 0 0 4px;
}
.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3 strong{
	display: block;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #212121;

}
.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3 span{
	display: inline-block;
	vertical-align: top;
	color: #ca0000;
	font-size: 16px;
}
.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 .btn_s1-default{
	margin: 0;
	display: block;
}

.original_item_list_s1{
	margin-bottom: 20px;
}
.original_item_list_s1 .box_s1{
	display: block;
}
.original_item_list_s1 .box-item_s1{
	display: block;
}
.original_item_list_s1 .box-item_s1 + .box-item_s1{
	margin-top: 20px;
}

.push-blue_s1{
	display: block;
	text-align: center;
	overflow: hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	max-width: 300px;
	margin: 35px auto 46px;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
	color: #fff !important;
	background: rgb(74,155,234);
	background: -moz-linear-gradient(top, rgba(74,155,234,1) 0%, rgba(31,123,229,1) 100%);
	background: -webkit-linear-gradient(top, rgba(74,155,234,1) 0%,rgba(31,123,229,1) 100%);
	background: linear-gradient(to bottom, rgba(74,155,234,1) 0%,rgba(31,123,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9bea', endColorstr='#1f7be5',GradientType=0 );
	box-shadow:
			0 1px #004797,
			0 2px #004797,
			0 3px #004797;
}
.push-blue_s1 span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 22px;
}
.push-blue_s1 span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 18px;
	background: #fff;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	margin-top: -9px;
}
.push-blue_s1 span:before{
	content: '';
	position: absolute;
	left: 7px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 5px solid #227de5;
	border-bottom: 3px solid transparent;
	z-index: 5;
	margin-top: -3px;
}

.faq-ul_s1{
	list-style: none;
	padding: 0;
	overflow: hidden;
}
.faq-ul_s1 li+li{margin-top: 10px;}
.faq-ul_s1 li{
	border: 2px solid #e4e4e4;
	border-radius: 10px;
}
.faq_s1 h3{
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
}
.faq_s1 h3 a{
	display: block;
	cursor: pointer;
	position: relative;
	color: #000;
	padding: 10px 10px 10px 30px;
}
.faq_s1 h3 a:after{
	content: "Q";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #ff123f;
	border-radius: 50%;
}
.faq_s1 .opened-a_s1{
	display: none;
	padding: 0 4px 10px 10px;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
}
.faq_s1 .opened-a_s1 p{
	margin: 0;
}
.faq_s1 .hidden-a_s1{
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
	color: #6691e3;
}
.faq_s1 .hidden-a_s1:hover{
	text-decoration: none;
}

.faq_s1 .opened-a_s1 a{
	color: #6691e3;
	text-decoration: underline;
}
#link-top{
	display: none !important;
}
#link-top2.fixed-block{
	position: fixed;
}

#link-top2{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-width: 1100px;
	width: 100%;
	overflow: hidden;
	text-align: right;
	z-index: 1000;
}

#link-top2 a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 165px;
	width: 100%;
	height: 28px;
	overflow: hidden;
	font-size: 10px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#link-top2 a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	border: 5px solid transparent;
	border-bottom: 9px solid #fff;
	border-top: 0;
	margin: -2px 5px 0 0;
}

@media screen and (max-width:1024px) {
	#link-top2 a:nth-child(2):before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		border: 5px solid transparent;
		border-bottom: 9px solid #fff;
		border-top: 1px;
		margin: -3px 5px 0 0;

	}
	#link-top2 {
		padding: 5px;
		box-sizing: border-box;
	}
	#link-top2 a:nth-child(2){
		max-width: 40.5%;
		width: 100%;
		height: 45px;
		background: black;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		color: #fff !important;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding-top: 8px;
		box-sizing: border-box;
	}
	#link-top2 a:nth-child(1) {
		max-width: 65%;
		width: 100%;
		height: 45px;
		background: red;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		color: #fff !important;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding-top: 0;
		float: left;
	}
	#link-top2 a:nth-child(1):before{
		content: "";
		background-image: url(/common/smart/design/img/images_index-add/pen.png);
		border: 0;
		width: 18px;
		background-size: contain;
		background-repeat: no-repeat;
		height: 30px;
		margin-top: 9px;
		margin-left: -141px;
	}
	#link-top2 a:nth-child(1) :nth-child(1){
		display: block;
		margin-bottom: -26px;
		margin-top: -39px;
		font-size: 12px;
		font-weight: bold;
		margin-left: 20px;
	}
	#link-top2 a:nth-child(1) :nth-child(3){
		font-size: 18px;
		font-weight: bold;
		display: block;
		margin-top: -13px;
		margin-left: 15px;
	}
	.link-top2-ouside {
		height: 100px;
		width: 100%;
		position: relative;
	}
}
.common-title_s1{
	-webkit-background-size: 4px;
	background-size: 4px;
}

.text-red {
	color: red;
}
.faq_s1-mt {
	margin-top: 20px;
}

.chat_bot {
	display: none;
}

.center-btn-poz{
	margin: 20px auto;
	display: block;
}
@media screen and (max-width: 1024px) {
	.wrap_outchat #link-top2 a:nth-child(1) {
		margin-left: 0;
		background: url('/common/design/user/css/img/bg_lg_red.jpg');
		line-height: 22px;
		background-size: contain;
		border: 1px solid #e8e8e8;
		border-radius: 8px;
		height: 52px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-indent: 20px;
	}

	.wrap_outchat #link-top2 a:nth-child(1) :nth-child(3) {
		margin: 0;
		line-height: 0;
	}

	.wrap_outchat #link-top2 .link-back-top {
		width: 55px;
		height: 55px;
		background-size: 100%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		padding-top: 0;
		box-sizing: border-box;
		color: transparent !important;
		outline: none;
	}

	.wrap_outchat #link-top2 .link-back-top:before {
		content: unset;
	}

	.wrap_outchat #link-top2 a:nth-child(1):before {
		margin: 0;
		position: absolute;
		top: 50%;
		left: 22px;
		transform: translateY(-50%);
	}

	.wrap_outchat #link-top2 a:nth-child(1) :nth-child(1) {
		margin: 0;
		line-height: 0;
	}

	#chatplusview.closed #outline #eye_catcher img {
		width: 100%;
	}

	.chat_bot {
		display: block;
		background: url("../../../img/sp/icon-talk-1-sp.png") no-repeat;
		background-size: 100%;
		width: 55px;
		height: 55px;
	}

	.link_outside_chat {
		display: flex;
		justify-content: space-between;
	}

	#link-top2 a:before {
		content: unset;
	}

	#eye_catcher img {
		display: none;
	}

}

.market-shop-ct-1 .banner-market-new {
  padding: 0;
}

.market-shop-ct-1 .guide #tab .tabs {
  display: flex;
  justify-content: center;
  height: 40px;
  border-bottom: 2px solid #9a9a9a;
  z-index: 2;
  margin-bottom: 0;
}

.market-shop-ct-1 .guide #tab .tabs li {
  width: calc(100% /2);
}

.market-shop-ct-1 .guide #tab .tabs li h2 a{
  font-size: 12px;
  line-height: 40px;
  color: #fff;
}

.market-shop-ct-1 .guide #tab .tabs li h2.tab_02,
.market-shop-ct-1 .guide #tab .tabs li h2.tab_01 {
  background-color: #9a9a9a;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  height: auto;
}

.market-shop-ct-1 .guide #tab .tabs li.active h2 {
  width: 100%;
  height: auto;
  border: 0;
  overflow: hidden;
  background: #fff;
}

.market-shop-ct-1 .guide #tab .tabs li.active h2 a {
  font-size: 12px;
  line-height: 40px;
  color: #a3a3a3;
  border: 2px solid #9a9a9a;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 0;
}

.market-shop-ct-1 .guide #tab .tabs li.active h2.tab_02 {
  margin-left: 0;
}

.market-shop-ct-1 .guide #tab .tabs li:first-child {
  margin-right: 10px;
}

.market-shop-ct-1 .tab_container.clearfix {
  position: relative;
  margin: 0;
}

.market-shop-ct-1 .guide #tab .tab_content {
  padding: 0 0 20px;
}

.market-shop-ct-1 a {
  box-sizing: border-box;
}

.market-shop-ct-1 .center-btn-poz {
  margin: 20px auto;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 20px 0;
}

.market-shop-ct-1 .table-market-shop {
  border: 1px solid #e3e3e3;
  margin-bottom: 40px;
}

.market-shop-ct-1 .table-market-shop tr {
  background: #f9f9f9;
}

.market-shop-ct-1 .table-market-shop tr:nth-child(2n) {
  background: #fff;
  border-top: 1px dashed #e8e8e8;
  border-bottom: 1px dashed #e8e8e8;
}

.market-shop-ct-1 .table-market-shop tr:nth-child(2) {
  border-top: 0;
}

.market-shop-ct-1 .table-market-shop tr:first-child {
  background: #414141;
  color: #fff;
}

.market-shop-ct-1 .table-market-shop tr:last-child {
  border-bottom: 0;
}

.market-shop-ct-1 .table-market-shop td,
.market-shop-ct-1 .table-market-shop th {
  border-right: 1px solid #e3e3e3;
  padding: 10px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  text-align: left;
}

.market-shop-ct-1 .table-market-shop td:last-child,
.market-shop-ct-1 .table-market-shop th:last-child {
  border-right: 0;
  width: 38%;
}

.market-shop-ct-1 .table-market-shop td:first-child,
.market-shop-ct-1 .table-market-shop th:first-child {
  width: 24%;
  font-weight: 700;
}

.market-shop-ct-1 .color-blue-0084ff {
  display: block;
  color: #0084ff;
  text-decoration: underline;
}

.market-shop-ct-1 .box-text-link .fa-chevron-circle-right {
  font-size: 18px;
  margin-right: 3px;
  color: #0084ff;
}

.market-shop-ct-1 .box-text-link {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.market-shop-ct-1 .box-step {
  position: relative;
  padding: 30px 10px 20px;
  border: 1px solid #ebebeb;
  margin-top: 50px;
}

.market-shop-ct-1 .box-step .number-step {
  background: #11b700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Arial,sans-serif;
}

.market-shop-ct-1 .box-step .arrow-down {
  width: 100%;
  background: url(/common/smart/design/img/arrow-down.png) no-repeat center;
  height: 40px;
  background-size: 30px;
}

.market-shop-ct-1 .box-step .image {
  max-width: 70%;
  margin: auto;
}

.market-shop-ct-1 .guide .tabs .tab_02 {
  border-right: 0;
}

.lh-20 {
  line-height: 20px;
}
.fs-14 {
  font-size: 14px;
}
.pd-10-0 {
  padding: 10px 0;
}

.fs-26 {
  font-size: 26px;
}
/*end market-shop*/

/*design store*/
.design-store-ct-1 .clearfix {
  content: '';
  display: block;
  clear: both
}

.design-store-ct-1 {
  padding: 0 10px!important
}

.design-store-ct-1 .bd-pink {
  border: 1px solid #f3d5d5
}

.design-store-ct-1 .color-blue {
  color: #008aff
}

.design-store-ct-1 .bg-light-pink {
  background: #fff9f9
}

.d-flex-ct {
  display: flex
}

.pd-10 {
  padding: 10px
}

.pd-10-0 {
  padding: 10px 0
}

.mb-10 {
  margin-bottom: 10px
}

.mt-20 {
  margin-top: 20px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-40 {
  margin-bottom: 40px
}

.color-black {
  color: #000
}

.color-white {
  color: #fff
}

.bg-00b4ff {
  background: #00b4ff
}

.fs-14 {
  font-size: 14px
}

.fs-16 {
  font-size: 16px
}

.fs-12 {
  font-size: 12px
}

.fs-26 {
  font-size: 26px
}

.lh-20 {
  line-height: 20px
}

.fw-bold {
  font-weight: 700
}

.w-70 {
  width: 70%
}

.w-50 {
  width: 50%
}

.w-30 {
  width: 30%
}

.design-store-ct-1 .color-red {
  color: #d31600
}

.design-store-ct-1 img {
  width: 100%
}

.design-store-ct-1 .btn_s1-default {
  box-sizing: border-box
}

.design-store-ct-1 .center-btn-poz {
  margin: 20px auto;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center
}

.design-store-ct-1 .box-blue {
  border: 2px solid #d0f1ff;
  background: #f0fcff;
  border-radius: 10px
}

.design-store-ct-1 .item-box-blue {
  border-bottom: 1px dotted #000
}

.design-store-ct-1 .item-box-blue:last-child {
  border-bottom: 0;
  margin-bottom: 0
}

.design-store-ct-1 .item-box-blue:last-child .pd-20-0 {
  padding-bottom: 0
}

.design-store-ct-1 .item-box-blue .d-flex-ct {
  padding: 20px 0
}

.design-store-ct-1 .item-box-blue h1 {
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 10px
}

.design-store-ct-1 .item-box-blue h1 span {
  background: #fff;
  color: #00b4ff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dotted;
  margin-right: 5px
}

.design-store-ct-1 .item-box-blue .img {
  display: flex;
  justify-content: flex-end
}

.design-store-ct-1 .item-box-blue .img img {
  max-width: 100%;
  width: auto
}

.design-store-ct-1 .item-box-blue-1 .d-flex-ct {
  position: relative
}

.design-store-ct-1 .total-methor {
  align-items: center
}

.design-store-ct-1 .step-total {
  border: 1px solid #95ddff;
  color: #00b4ff;
  padding: 0 5px;
  margin: 0 10px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  text-align: center;
  width: calc(100% /5)
}

.design-store-ct-1 .step-total-1 {
  background: #95ddff;
  color: #000;
  margin-left: 0
}

.design-store-ct-1 .step-total:last-child {
  margin-right: 0
}

.design-store-ct-1 .wrap-example {
  margin: 0 -5px;
  padding: 0 5px
}

.design-store-ct-1 .item-example {
  border: 1px solid #ebebeb;
  text-align: center
}

.design-store-ct-1 .box-step {
  position: relative;
  padding: 30px 10px 20px;
  border: 1px solid #ebebeb;
  margin-top: 50px
}

.design-store-ct-1 .box-step .number-step {
  background: #11b700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Arial, sans-serif
}

.design-store-ct-1 .box-step .arrow-down {
  width: 100%;
  background: url(/common/smart/design/img/arrow-down.png) no-repeat center;
  height: 40px;
  background-size: 30px
}

.design-store-ct-1 .box-step .image {
  max-width: 70%;
  margin: auto
}

.design-store-ct-1 .faq-ul_s1 li {
  border: 2px solid #e4e4e4;
  border-radius: 10px;
  margin-bottom: 15px
}

.design-store-ct-1 .faq-ul_s1 h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  padding: 10px 40px 0;
  box-sizing: border-box;
  position: relative
}

.design-store-ct-1 .faq-ul_s1 h3:after {
  content: "Q";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin-top: -14px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #ff123f;
  border-radius: 50%
}

.design-store-ct-1 .faq-fs-12 li div {
  margin: 10px 10px 20px;
  padding: 0
}

.hover-unline:hover {
  text-decoration: underline
}

.design-store-ct-1 .design-store-page .red-push-blue_s1 strong span {
  font-size: 12px
}

.box-size-ct {
  box-sizing: border-box
}

.design-store-ct-1 .item-box-blue-1 .img img {
  max-height: 90px
}

.design-store-ct-1 .item-box-blue-3 .img img {
  max-height: 80px
}

@media (max-width:320px) {
  .design-store-ct-1 .step-total {
    font-size: 10px
  }
  .design-store-ct-1 .step-total:last-child {
    font-size: 12px
  }
}
/*end design store*/

/*market*/
@media (max-width: 767px) {
    .flow_to_order_s1 .delivery_day_s1_new {
        border: 0;
    }

    .flow_to_order_s1 .delivery_day_s1_new .descr-item_s1 {
        border: 2px solid #ebebeb;
        margin-bottom: 10px;
    }

    .flow_to_order_s1 .delivery_day_s1_new .descr_s1 {
        flex-direction: column;
        background: #fff;
        padding: 0;
    }

    .flow_to_order_s1 .delivery_day_s1_new .descr_s1 .descr-item_s1 h3 {
        background: #daf2ff;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .flow_to_order_s1 .delivery_day_s1_new .date-deliver {
        font-size: 12px;
        text-align: center;
        width: 100%;
        padding: 15px 5px;
        box-sizing: border-box;
    }

    .flow_to_order_s1 .delivery_day_s1_new .date-deliver .date {
        color: #ca0000;
        font-size: 15px;
    }

    .flow_to_order_s1 .delivery_day_s1_new .btn_s1-default:before,
    .flow_to_order_s1 .delivery_day_s1_new .btn_s1-default:after {
        background: transparent;
    }

    .flow_to_order_s1 .delivery_day_s1_new .btn_s1-default.default_sm {
        max-width: max-content;
        background: #fff;
        margin-left: auto;
        display: flex;
    }

    .flow_to_order_s1 .delivery_day_s1_new .btn_s1-default.default_sm strong {
        color: #0084ff;
        font-size: 12px;
        flex: 1;
        padding-left: 5px;
        text-decoration: underline;
    }

    .flow_to_order_s1 .delivery_day_s1_new .btn_s1-default.default_sm .image {
        width: 14px;
        height: 14px;
    }
}
/*end market*/
