/* CSS Document */

.shop-stock-thumb {
	background: #fff;
	padding: 10px;
	border: 1px solid #e8e8e8;
}

.shop-stock-item {
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 0;
	overflow: hidden;
}

.shop-stock-item:first-child {
	border-top: 1px solid #e8e8e8;
}

.shop-stock-address{
	margin-bottom: 10px;
}

.shop-stock-tel {
	font-size: 13px;
	display: inline-block;
}

.shop-stock-tel:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	background: url(/common_c/images/common/icon/icon_tel.svg) 0 0 no-repeat;
	background-size: 12px 17px;
	width: 12px;
	height: 17px;
}

.shop-stock-more {
	display: inline-block;
	font-size: 13px;
	margin-left: 20px;
}

.shop-stock-book{
	display: inline-block;
	width: 100px;
	margin-left: 4%;
}

.shop-stock-book-btn:before {
	content: '';
	background: url(/common_c/images/common/icon/icon_calender.svg) no-repeat left top;
	background-size: 18px 16px;
	width: 18px;
	height: 16px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

@media (max-width: 768px){
.shopsearch-icon-pin {
	background: url(/common_c/images/common/icon/icon_shop_pin.svg) 10px center no-repeat;
	background-size: 14px;
	padding-left: 38px;
}

.shop-stock-address{
	margin-bottom: 5px;
}

.shop-stock-book{
	width: 100%;
	margin: 15px auto 0;
	text-align: center;
}

.shop-stock-book-btn {

}

}

@media (min-width: 768px){
#targetdevice2 .formradio-inline-item{
	width:25%;
	margin:0;
	padding:0 10px 10px 0;
}
#targetdevice2 .refinemodal-section .formradio-inline-item label{
	min-width:100%;
}
}