.sub-nav .navbar .navbar-header button {
	margin: 0;
    font-size: 20px;
    padding: 12px 20px;
    outline: none;
	
}
.sub-nav .navbar .navbar-header button:hover, .sub-nav .navbar .navbar-header button:focus {
	color:#333;
}
.breadcrumbs.local-path li:after {
	margin:0 10px;
}
.breadcrumbs.local-path li.no-arrow:after {
	display:none;
}
/*=========CART============*/
.template-cart table, .template-cart td, .template-cart th {
	border:solid 1px #dedede;
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle !important;
}
.template-cart .table #image {
	width:20%;
}
.template-cart .table #name {
	width:30%;
}
.template-cart .table #price {
	width:15%;
}
.template-cart .table #quantity {
	width:20%;
}
.template-cart .table .fa-trash {
	font-size:24px;
	color:#333;
}
/*==============ACCOUNT============*/
.template-account table, .template-account td, .template-account th {
	border:solid 1px #dedede;
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle !important;
}
.template-account .account-info h3 {
	margin-top:0;
}
.rte img {
	max-width:100%;
}