/* CSS Document */
.container-result {
	padding-bottom: 50px;
}

.item{
}

.item:hover{
color: #334D80 !important;
}

.item-title {
	cursor: pointer;
}

.item-title:hover {
	color: #334D80 !important;
}

h3.item-title a:hover {
	color: #334D80 !important;
}

.item .item-footer {
	font-family: "open_sansbold";
    font-size: 15px;
    line-height: normal;
	color: #989898;
}

.item .item-footer .price {
	color: #989898;	
}

.breadcrumb {
	background-color: transparent !important;
	margin-bottom: 0px !important;
	padding-left: 0px;
}

.breadcrumb a {
	font-family: 'TradeGothicNextLTPro-Cm';
    color: #849DBD;
	text-decoration-line: none;
}

.breadcrumb li.active {
	color: #334D80 !important;
	font-weight: bold !important;
	font-family: 'TradeGothicNextLTPro-Cm';
}

.header-detail {
	overflow: auto;
	margin-bottom: 15px;
}

.header-detail .back {
	float: left;
	cursor: pointer;
	color: #849DBD;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
    background-size: 16px;
	width: 70px;
    background-position: 0px 6px;
	margin-top: 25px;
}

.header-detail .back:hover {
	color: #334D80;
	background-image: url(../images/back-selected.png);
}

.header-detail .back label {
	float: right;
	cursor: inherit;
}

.btn {
	background-color: transparent;
}

.sub-header {
	background-color: rgba(182, 207, 239, 0.5);
}

.sub-header .item-header {
	border-right: #929292 solid 1px;
}

.sub-header .item-header button {
	color: #849DBD;
}

.sub-header .item-header button:hover {
	color: #334D80;
}

.sub-header .item-header .item-menu {
	background-color: #dedddd;
}

.sub-header .item-header-img img {
	cursor: pointer;
	
}

.bar-btn {
	margin: 0;
	background-color: rgba(182, 207, 239, 0.5);
    padding: 10px;
}

@media (max-width: 699px)
{
	.header-detail .back {
		width: 100px;
		background-position: 0px 10px;
	}
	
	.header-detail .back label {
		font-size: 30px;
	}
}
