#filterShipments
{
	border: none;
	border-bottom: 1px solid;
	margin-top: 20px;
}

#shipment_price_list .shipment_prices_part
{
	margin-top: 40px;
}

#shipment_price_list h3
{
	width: 100%;
	padding: 15px 10px 15px 0;
	background-color: #fafafa;
	margin-top: 10px;
	color: #9c479d;
	font-weight: bold;
}

#shipment_price_list .shipment_prices
{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}

#shipment_price_list .shipment_prices a.shipment_price_details
{
	display: flex;
	width: 25%;
	justify-content: flex-start;
	font-size: 15px;
	margin-top: 30px;
	padding: 20px;
	cursor: pointer !important;
}

#shipment_price_list .shipment_wrapper
{
	border-bottom: 1px solid #c0c0c0;
	cursor: pointer !important;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}


#shipment_price_list .shipment_prices a.shipment_price_details .shipment_title
{
	cursor: pointer;
}

#shipment_price_list .shipment_prices a.shipment_price_details .shipment_price
{
	font-weight: bold;
	cursor: pointer;
}

@media only screen and (max-width: 700px) {
	#shipment_price_list .shipment_prices a.shipment_price_details
	{
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	#shipment_price_list .shipment_wrapper
	{
		display: inline-block;
	}
	
	#shipment_price_list .shipment_prices a.shipment_price_details
	{
		display: inline-block;
	}

	#shipment_price_list .shipment_prices a.shipment_price_details .shipment_title,
	#shipment_price_list .shipment_prices a.shipment_price_details .shipment_price
	{
		width: 100%;
		display: inline-block;
	}
}