@CHARSET "UTF-8";

#supplier_headline {
	border-left-style: solid;
    border-left-width: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 5px 10px;
    margin-top: 5px;
}

#supplier_name {
	font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    margin: 0;
}

#supplier_delivery_free_amount {
	color: #666;
    font-size: 14px;
}

#supplier_delivery_free_amount strong {
    font-size: 115%;
}

.limited_product {
	margin-top: 10px;
}

.limited_product .slider {
	border-style: solid;
    border-width: 2px;
    border-radius: 0 0 5px 5px;
    border-top: none;
    padding: 5px 0;
}

.column_1 h1 {
	color: #fff;
}

.slick-slider {
	margin-bottom: 0;
}

#topicpath ol {
    margin-top: 10px;
}

#item_list .row > div {
    margin-bottom: 20px;
}

#item_list .item_photo img {
    width: 90%;
    height: auto;
    margin-top: 10px;
}

#item_list .product_item dl {
    padding: 0 5px;
}

#item_list .product_item dt.item_name {
    font-weight: bold;
}

.supplier_info .border_box dt {
    font-size: 120%;
    font-weight: 600;
}

.supplier_info .gray {
	width: 45%;
 background-color: #eee;
}

.supplier_info .border_box dd > table {
   	margin-top: 10px;
    margin-left: 8%;
}

.supplier_info div.table_bottom {
	clear: both;
	margin-bottom: 20px;
}

.supplier_info .border_box dd {
	margin-bottom: 10px;
	font-size: 85%;
}

.supplier_delivery_fee div {
	color: #0092c4;
	cursor: pointer;
	font-weight: 600;
}

.supplier_delivery_fee div.delivery_name:before {
	font-family: FontAwesome;
	content: '\f054';
	margin-right: 5px;
}

.supplier_delivery_fee div.delivery_name.active:before {
	content: '\f078' !important;
}

.limited_group_info {
	padding: 5px 10px 5px 20px;
    background-color: #f2f2f2;
    border-style: solid;
    border-width: 2px;
    border-top: none;
    border-bottom: 1px;
    font-size: 90%;
}

.limited_product .item_photo img {
	max-width: 125px;
    max-height: 125px;
}

.recommend_list_box {
    margin-top: 0 !important;
}

#item_list .delivery_score {
	font-weight: bold;
	font-size: 90%;
}

@media only screen and (min-width: 768px) {
	#supplier_delivery_free_amount {
		text-align: right;
	}

	#topicpath ol {
	    border-top: 1px solid #ccc;
	}

	#result_info_box {
	    margin-top: 10px;
	}

	.supplier_info .border_box dt {
		margin: 10px 0 10px 10px;
	}

	.supplier_info .border_box dt:before {
		content:"■";
	}

	.supplier_info .border_box dd {
		padding-left: 30px;
		padding-left: 3rem;
		padding-right: 10px;
		padding-right: 1rem;
	}
}

@media only screen and (max-width: 767px) {
	#supplier_headline {
		margin-top: 0;
	}

	#topicpath {
		margin-top: 10px;
	}

	#topicpath ol {
		margin-top: 0;
	}

	#supplier_name {
    	font-size: 25px;
        font-size: 2.5rem;
	}

	.supplier_info .border_box dd {
		padding: 10px;
	}

	.supplier_info .border_box dt {
		margin: 0 !important;
		font-size: 100%;
		padding: 5px;
		background-color: #d0d0d0;
        border-bottom: solid 1px #fff;
	}

	.supplier_info .border_box dt:nth-last-child(2) {
		border-bottom: none;
	}

	.supplier_info .border_box dt:before {
		font-family: FontAwesome;
		content: "\f054";
	    margin: 0 5px;
	}

	.supplier_info .border_box dt.active:before {
		font-family: FontAwesome;
		content: "\f078";
	    margin: 0 5px;
	}
}

@media only screen and (max-width: 720px) {
    .result_list_box.col-xs-6{
		width: 48%;
	}
}