.top-nav a {color:#898989;}
.top-nav ul{margin-bottom: 5px;}
.bg1 {background:#d3d3d3;}
/*img{width:100%;}*/
.footer  {color:#d3d3d3;}
.footer a {color:#d3d3d3;}
.copyright {color:#ccc;}
.fa:hover {color:#249e61;}
a {color:#898989;}
a:hover {color:#249e61;}
a:active {color:#28a745;}
.star-icons {color:#dd0000;}
.list-group-item-action:hover {background:#249e61;color:#fff!important;}
.carousel-caption {color:#ccc;top:130px; bottom: auto; text-align:left;}
.carousel-caption h1 {font-size:22px;color:#fff;}
.carousel-inner img {
	width: 100%; 
/*	max-height:440px;*/
}

.text-bold-500, {
	font-weight: 500 !important;
}
.text-bold-600, .text-semi-bold {
	font-weight: 600 !important;
}
.text-bold-700, .text-bold {
	font-weight: 700 !important;
}
.text-bold-800, .text-bolder {
	font-weight: 800 !important;
}
.text-bold-900, .text-boldest {
	font-weight: 900 !important;
}

.top-cart img {
	width:100%;
}
.footer img {
	max-height: 100px;
}
.footer-link {
	font-weight: 700 !important;
}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,.95);
}

/**
 * FORMS
 */
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 480px) {
	legend {
		margin-bottom: .3rem;
		font-size: 1.2rem;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.for-input-group {
	padding-top: .30rem;
}
.control-label  {
	padding-top: .36rem;
}

.bg-disabled {
	background-color: #eaecf4 !important;
	opacity: 1;
	color: #495057;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.border-secondary {
	border-color: #ced4da !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #999;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #999;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #999;
 }
