/* 外部ショッピングカート オプション付css 2024-1-31*/


.ec-cart-wrap .ec-productRole__actions{
	margin-bottom:18px
}
.ec-cart-wrap .ec-numberInput{
	color:#231815;
	font-size:15px;
	font-weight:500;
	margin-right:15px;	/*5px*/
	float : left;	/*ZIP*/
	margin-bottom:6px;
}
.ec-cart-wrap #quantity span{
	color:#231815;
	font-size:15px;
	font-weight:500;
	margin-right:5px
}
.ec-cart-wrap #quantity{
	max-width:120px;
	height:40px;　		/* 40px*/
	border:1px solid #ccc;
	text-align:right;
	padding:6px 12px;
	box-sizing:border-box;
	font-size:16px
}
.ec-cart-wrap .add-cart{
	background-color:#fec463;
	font-size:16px;
	font-weight:700;
	max-width:300px;
	width:100%;
	height:62px;
	color:#231815;
	border-radius:5px;
	border:0;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center
}
.ec-cart-wrap .mb-3{
	margin-top:10px
}
.ec-cart-wrap .form-label{
	width:100px;
	font-size:15px;
	font-weight:500;
	line-height:35px;
	color:#555
}
.ec-cart-wrap select{
	color:#555;
	-webkit-appearance:none;
	appearance:none;
	background-image:url('https://www.kitaiti.com/css/arrow-down-black2.svg');
	background-position:right 17px center;
	background-repeat:no-repeat;
	background-size:10px 9px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	max-width:300px;　/* 330px*/
	min-width:auto;
	width:100%;
	height:40px;	/* 60px*/
	padding:6px 12px;
}
/* 
------------------------2024-1-31 ZIP追加---------------------------------*/
.ec-cart-wrap .required{
	padding-right : 18px;
}
.ec-cart-wrap .add-cart img{
	padding-right : 18px;
}
.ec-cart-wrap .form-control{
	margin-left:18px;
}
.ec-cart-wrap .kitaiti_guide{
	font-size:80%;
	padding-right : auto;
}
.ec-cart-wrap .kitaiti_guide a{
	text-decoration: none;
}
.ec-cart-wrap .clear {
	clear:both;
}
.ec-cart-wrap .left{
	float: left;
}