.itemdtl_page_section{
	margin-bottom:70px;
}

.input-prepend.input-append input {
	font-size: 24px;
	padding-top: 11px;
	padding-bottom: 11px;
	width: 100px;
	text-align: right;
}
.stock_error {
	color: #DB5656;
}

/*  */
.item_dtl_wrapper{
	display: flex;
	flex-wrap: wrap;
	padding-top:70px;
}
.item_dtl_wrapper .imagebox{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding-right:60px;
}
.item_dtl_wrapper .databox{
	max-width: 440px;
	width: 100%;
}


/*  */
.item_dtl_wrapper .name{
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
}
.item_dtl_wrapper .model{
	display: flex;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	margin-top:1em;
}
.item_dtl_wrapper .model .title{
	width: 6.5em;
}
.item_dtl_wrapper .model .code{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}


/*  */
.detail_priceblock .price_table th,
.detail_priceblock .price_table td{
	padding-top:15px;
}
.detail_priceblock .price_table th{
	width: 5em;
}


/*  */
.product_init_wrapper .input-prepend{
    display: flex;
    justify-content: center;
	margin-bottom:30px;
}
.product_init_wrapper .input-prepend.input-append input{
    height: 100%;
}
.product_init_wrapper .btn{
    display: flex;
    justify-content: center;
    align-items: center;
}


/*  */
.item_comment_wrapper{
	max-width: 720px;
	margin-right: auto;
	margin-left:auto;
}


/*  */
.itemdtl_page_section .cartbtn{
	background: #B60B00;
	transition: background .3s;
	font-size: 20px;
	line-height: 1.2;
	border: none;
	color: #fff;
	border-radius: 6px;
	width: 100%;
	max-width: 340px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s;
}
.itemdtl_page_section .cartbtn:hover{background: #f73e32;}
.itemdtl_page_section .cartbtn i{
	margin-right: 10px;
	font-size: 110%;
}


/*  */
.prev_list .linkbtn{
	width: 100%;
	max-width: 380px;
	margin-right:auto;
	margin-left:auto;
	border: 1px solid #ddd;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	padding: 0 1.5em;
	position: relative;
	transition:
	color .3s,
	background .3s;
}
.prev_list .linkbtn::before{
	content: "\f104";
	font-family: "Font Awesome 5 free";
    font-weight: 600;
	position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0,-50%);
    color: #B60B00;
}
.prev_list .linkbtn:hover{
	color: #B60B00;
	text-decoration: none;
	background: #ffffe7;
}


/*  */
.otherlink_wrapper{
	background: #F2F2EF;
	padding: 40px 20px;
}
.otherlink_box_wrapper{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.otherlink_wrapper .box{
	width: 25%;
	padding:5px;
}
.otherlink_wrapper .link{
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border:1px solid #ddd;
	border-radius: 5px;
	padding: 15px 10px;
	height: 100%;
	transition: background .3s;
}
.otherlink_wrapper i{
	display: block;
	text-align: center;
	margin-bottom:15px;
	font-size: 66px;
	line-height: 1;
	color: #8d8d72;
	transition: color .3s;
}
.otherlink_wrapper .text{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
}
.otherlink_wrapper .link:hover i{color: #B60B00;}
.otherlink_wrapper .link:hover{
	text-decoration: none;
	background: #ffffe7;
}


/*  */
.prduct-option .cell_2 div,
.prduct-option .cell_2 label{display: inline-block !important;}
.prduct-option .cell_2 div{
	margin-right:5px;
}
.prduct-option .cell_2 div input{margin-top:0;}
.prduct-option .cell_2 label{margin-bottom:0;}


/*  */
.item_image_wrapper{
	display: flex;
	flex-wrap: wrap;
	margin-right: -3px;
	margin-left:-3px;
}
.item_image_wrapper .main,
.item_image_wrapper .sub{
	padding-right:3px;
	padding-left:3px;
}
.item_image_wrapper .main{
	width: 100%;
	text-align: center;
}
.item_image_wrapper .sub{
	width: 25%;
	margin-top:10px;
}


.item_dtl_commentblock{
	border:3px double #ddd;
	background: #fdfdfd;
	padding:30px;
}
.item_dtl_commentblock .block + .block{margin-top:4em;}


/*  */
.item_option table tr{
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
.item_option table th,
.item_option table td{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	padding: 10px;
}
.item_option .cell_2 > div,
.item_option .cell_2 > label{
	display: inline-block !important;
}
.item_option .cell_2 > div input{
	margin-top:0;
	margin-right: 7px;
}
.item_option .cell_2 > label{
	margin-bottom:0;
}
.option__select-container{
	display: none;
}



@media (max-width:900px){
	.item_image_wrapper{margin-bottom:30px;}
	.item_dtl_wrapper .imagebox{
		padding-right:0;
		flex-basis: 100%;
	}
	.item_dtl_wrapper .databox{
		margin-right:auto;
		margin-left:auto;
	}


	.otherlink_wrapper .box{width: 100%;}
	.otherlink_wrapper .link{
		flex-direction: row;
	}
	.otherlink_wrapper i{
		margin-bottom:0;
		margin-right:15px;
		width: 1em;
		font-size: 40px;
	}
}
/* 900 */