/*************************************
  PRODUCT
*************************************/
.product-detail {
	width: 100%;
	margin: auto;
}

.product-detail .item-detail {
    float:none;
    margin: 0 auto 50px;
}
.product-detail .item-detail h2 {
	margin: 0 0 30px;
}
.product-detail .item-detail ul.item-detail-list {
	width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 0;
	padding: 0;
}
.product-detail .item-detail ul.item-detail-list li {
	width: 48% !important;
	text-align: left;
	margin: 0 0 30px;
	padding: 0;
	text-indent: none;
	list-style-type: none;
}
.product-detail .item-detail ul.item-detail-list li img {
	width: 100%;
}
.product-detail .item-detail ul.item-detail-list li .item-detail-txt {
	margin-top: 20px;
}
.product-detail .item-detail ul.item-detail-list li .item-detail-txt h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
.product-detail .item-detail ul.item-detail-list li p {
	font-size: 13px;
}

.product-detail #material h2 {
	text-align: center;
	margin-bottom: 40px !important;
}
.product-detail #material h3 {
	margin-bottom: 20px;
}

.product-detail .material-wrap {
	width: 100%;
	margin: 0 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product-detail .material-txt h4 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0 0 15px;
}
.product-detail .material-txt h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	margin: 30px 0 10px;
}

.product-detail .material-wrap .material-img {
	width: 40%;
}
.product-detail .material-wrap .material-img img {
	width: 100%;
}
.product-detail .material-wrap .material-txt {
	width: 55%;
	z-index: 1;
	text-align: left;
	padding-left: 50px;
}
.product-detail .material-wrap .material-txt p {
	font-size:13px;
	line-height: 1.8em;
}

.product-detail .product-detail-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail .item-img-wrap {
	width: 100%;
}
.product-detail .item-img-wrap img { width: 100%; }
.product-detail .product-detail-txt h1 {
	margin: 0 0 20px;
}

.product-detail .product-detail-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail .item-img-wrap img { width: 100%; }
.product-detail  .item-img {
margin: 0 0 20px;
}
.product-detail .item-img-thumb {
padding: 0 5px;
}
.product-detail .thumbnail .slick-current{
 opacity: 0.3;
}
h1.product_title {
font-size:1.6em !important;
margin: 0 0 30px;
}
.woocommerce-Price-amount {
font-size:15px;
}
.woocommerce-product-details__short-description h5 {
font-size: 16px;
font-weight: normal;
margin-bottom: 10px;
}
.woocommerce-product-details__short-description p {
font-size: 13px;
line-height: 1.8;
}
.woocommerce-product-details__short-description dl {
font-size: 13px;
border-top: #ededed 1px solid;
margin-top: 20px;
padding-top: 20px;
}
.woocommerce-product-details__short-description dl dt {
font-size: 12px;
margin-bottom: 5px;
}
.woocommerce-product-details__short-description dl dd {
font-size: 13px;
line-height: 1.5;
margin-bottom: 10px;
}
.item-detail-notice {
background-color: #f2f2f2;
margin: 20px auto;
padding: 15px;
}
.item-detail-notice h3 {
font-size:14px;
margin: 0 0 5px;
}
.item-detail-notice p {
font-size: 12px;
line-height: 1.4;
margin: 0;
}
.cart-section {
margin: 20px 0 60px;
}
.cart-section input.addCart {
width: 100%;
font-weight: 600;
padding:10px;
border:none;
background-color: #1a1a1a;
color: #fff;
cursor: pointer;
}
.cart-section input.addCart:hover {
background-color: #666;
}

.btn-wrap {
	margin: 60px auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
   webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
.btn-wrap a {
	text-decoration: none;
	width: 200px;
	font-weight: 600;
	border: #1a1a1a 1px solid;
	margin: 0 10px;
	padding: 12px 20px;
}
.btn-wrap a:hover {
	background-color: #f2f2f2;
}

.pre-order {
	margin: 0 0 10px;
}
.pre-order span {
	color: #fff;
	font-weight: 600;
	padding: 5px 10px;
	background-color: #1a1a1a;
}

.free-shipping {
	margin: 30px 0 0;
}
.free-shipping img {
	width: 200px;
}

@media screen and (max-width: 1194px) {
	.product-detail {
		width: 90% !important;
		margin: auto;
	}
	.product-detail .product-detail-main {
		display: block;
	}
	.product-detail .item-detail ul.item-detail-list {
		width: 100% !important;
	}
	.product-detail .item-detail ul.item-detail-list li {
		width: 48% !important;
		text-align: left;
		margin: 0 0 40px;
		list-style-type: none;
	}
	.product-detail .item-img-wrap {
		width: 100% !important;
	margin-right: 0px !important;
	}
	.product-detail .item-img-wrap img {
	width: 100% !important;
	}
	.product-detail .product-detail-txt {
	width: 100% !important;
	margin-top: 50px;
	}
	.woocommerce .l-contents__main {
		width: 100% !important;
	}
	.woocommerce .l-contents__sidebar {
		width: 100% !important;
	}
	.product-detail .material-wrap {
		display: block !important;
	}
	.product-detail .material-wrap .material-img {
		width: 40% !important;
		display: block;
	}
	.product-detail .material-wrap .material-img img {
		width: 100%;
	}
	.product-detail .material-wrap .material-txt {
		width: 50% !important;
		padding-left: 0;
		margin-top: 20px;
		display: block;
	}
	.product-detail .material-wrap .material-txt img {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.product-detail {
		width: 90%;
		margin: auto;
	}
	.product-detail .product-detail-main {
	display: block;
	}
	.product-detail .item-detail ul.item-detail-list {
		width: 100%;
	}
	.product-detail .item-detail ul.item-detail-list li {
		width: 100% !important;
		text-align: left;
		margin: 0 0 40px;
		list-style-type: none;
	}
	.product-detail .item-img-wrap {
	width: 100% !important;
	margin-right: 0px !important;
	}
	.product-detail .item-img-wrap img {
	width: 100% !important;
	}
	.product-detail .product-detail-txt {
	width: 100% !important;
	margin-top: 50px;
	}
	
	.btn-wrap {
		width: 90%;
		margin: 30px auto;
		text-align: center;
		display: block;
	}
	.btn-wrap a {
		display: block;
		width: 100%;
		font-weight: 600;
		border: #1a1a1a 1px solid;
		margin: 0 auto 10px;
		padding: 10px 0;
	}
	.btn-wrap a:hover {
		background-color: #f2f2f2;
	}
	
	.woocommerce .l-contents__main {
		width: 100% !important;
	}
	.woocommerce .l-contents__sidebar {
		width: 100% !important;
	}
	.product-detail .material-wrap {
		display: block !important;
	}
	.product-detail .material-wrap .material-img {
		width: 100% !important;
		display: block;
	}
	.product-detail .material-wrap .material-img img {
		width: 100%;
	}
	.product-detail .material-wrap .material-txt {
		width: 100% !important;
		padding-left: 0;
		margin-top: 20px;
		display: block;
	}
	.product-detail .material-wrap .material-txt img {
		text-align: center;
	}
}
.woocommerce-product-details__short-description hr {
margin: 20px 0;
background-color: #fff;
border:none;
border-top: 1px solid #ededed;
}

h4.pickup {
	font-size: 1.1rem;
	font-weight: bold;
	margin:  0 0 30px;
}
.postid-1850 .notice,
.postid-2705 .notice {
	color: red;
	font-weight: bold;
	border:red 2px solid;
	margin: 0 0 20px;
	padding: 12px;
}

.price-notice {
	color: red;
	font-size: 0.9rem;
	margin:  0 0 20px;
}
.about-brand {
	border: #ededed 2px solid;
	padding: 40px;
}
.about-brand h2 {
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 30px;
}
.underline {
	border-bottom: #1a1a1a 2px solid;
	padding-bottom: 6px;
}
.cabanto-wrap {
	text-align: center;
}
.cabanto-wrap .cabanto-logo {
	width: 260px;
	margin: 30px auto 20px;
}
.cabanto-wrap .cabanto-logo img {
	width: 100%;
	height: auto;
}
.cabanto-wrap h4 {
	margin: 40px 0 15px;
}

h2.section_title {
	text-align: center;
	padding: 50px 0 30px;
}

@media screen and (max-width: 768px) {
	.cabanto-wrap {
		text-align: left;
	}
	.about-brand {
		padding: 30px;
	}
	.about-brand h2 {
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 30px;
	}	
	.cabanto-wrap .cabanto-logo {
		width: 90%;
		margin: 30px auto 20px;
	}
	.cabanto-wrap h4 {
		font-size: 1.1rem;
		line-height: 1.8;
		margin: 40px 0 15px;
	}
}