/*
light - #607db2
dark - #21377b
*/


/* HEADER */
.header {
	border-bottom: 2px solid #607db2;
}

.header-title {
	color: #21377b;
}

.currency a {
	color: #fff !important;
	background: #21377b !important;
}

.currency a:hover {
	color: #fff !important;
	background: #607db2 !important;
}

#activeCurrencyTop,
#activeCurrencyBottom {
	background: #007bff !important;
}


/* NAVBAR */
.model-helper .alert {
	color: #fff;
	background: rgba(96, 125, 178, 0.9);
	border: 1px solid #21377b;
}


/* CAROUSEL */
.carousel {
	border-top: 2px solid #607db2;
	border-bottom: 2px solid #607db2;
}

.carousel-caption label {
	background: #21377b;
}

.carousel-table .img {
	border: 1px solid #21377b;
}


/* BREADCRUMB */
.breadcrumb {
	background: #21377b;
}


/* CONTENT */
.panel {
	border: 1px solid #21377b;
}

.partners .panel {
	background: #607db2;
}

.first-panel {
	border: 1px solid #607db2;
}

.panel-footer,
.product-panel  .panel-header {
	color: #fff;
	background: #21377b;
}

.first-panel-footer {
	background: #607db2;
}

.news-content .panel-header {
	color: #fff;
	background: #21377b;
}

.news-content .panel-body {
	color: #4b4b4b;
}

.product-content h5 {
	color: #21377b;
}

.product-content .price span {
	color: #21377b;
}

.product-content .btn  {
	border: 0;
	background: #607db2;
}

.product-content .btn:hover {
	background: #21377b;
}

.product-content .amount {
	border: 1px solid #21377b;
}

.product-content  .details .color-text {
	color: #21377b;
}

.product-content  .details .logo {
	border: 2px solid #607db2;
}

.product-content .main-details .panel-heading {
	background: #21377b;
}

.product-content .main-details .panel a {
	color: #fff !important;
}

#rating hr {
	border-top: 1px solid #607db2;
}


/* FOOTER */
.footer {
	background: #21377b;
	border-top: 2px solid #607db2;
}

.footer h2 {
	border-bottom: 1px solid #607db2;
}

.currency a {
	background: #607db2;
}

.currency a:hover {
	background: #fff;
	color: #607db2;
}


/* COPYRIGHT */
.copyright {
	background: #607db2;
}

.copyright i:hover {
	color: #21377b;
}

.connected-products-box {
	background-color: #DEE9FE;
	border: 1px solid #4c648e;
	padding: 7px;
	border-radius: 5px;
	line-height: normal;
	text-align: left;
	height: 120px;
	overflow: auto;
}

.connected-products-box A {
	text-decoration: none;
	color: #21377b;
	font-size: 14px;
}

.connected-products-box A:hover {
	text-decoration: none;
	color: #607db2;
}

.details strong {
	color: #21377b;
}


/* SMALL */
@media only screen and (min-width:768px) and (max-width:991px) {
	/* MOBILE NAV */
	.mobile-nav {
		border-bottom: 2px solid #607db2;
	}

	.navbar-title {
		color: #21377b;
	}

	#mobileNavbar {
		border-top: 2px solid #607db2;
	}


	/* MOBILE CONTENT */
	.mobile-content table td {
		border-top: 1px solid #21377b;
		border-bottom: 1px solid #21377b;
	}

	.mobile-content table a:hover {
		color: #21377b;
	}
}


/* XSMALL */
@media only screen and (max-width:767px) {
	/* MOBILE NAV */
	.mobile-nav {
		border-bottom: 2px solid #607db2;
	}

	.navbar-title {
		color: #21377b;
	}

	#mobileNavbar {
		border-top: 2px solid #607db2;
	}


	/* MOBILE CONTENT */
	.mobile-content table td {
		border-top: 1px solid #21377b;
		border-bottom: 1px solid #21377b;
	}

	.mobile-content table a:hover {
		color: #21377b;
	}
}