body {
	font-family: Roboto;
	background-color: #FAFAFA;
	color: #46494a;
	font-size: 15px;
}

footer {
	padding: 20px;
	background-color: #17BFEA;
    margin-top: 50px;
    color: #fff;
	text-align: center;
}

a {
	color: #259b85;
}

a:link  {
	text-decoration: none;
}

#logo {
	width: 120px;
}

#contactAddress {
	color: #259b85;
}

#categories {
	background-color: #B940FD;
	padding-top: 50px;
	padding-bottom: 50px;
}

#map {
	border: 0;
	width: 100%;
}

#search {
	width: 25px;
}

.info-text {
	background-color: #17BFEA;
	color: #fff;
	border-radius: 15px;
	padding: 20px;
}

.bx-wrapper {
	margin-top: 20px;
	border-radius: 15px;
}

.discount {
	height: 370px;
}

.discount-slider {
	height: 80px;	
}

.show-discount {
    background-color: #17BFEA;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 17%;
    padding: 0 12px;
	font-size: 17px;
	opacity: .9;
	margin-bottom: -1px;
	border-radius: 0 12px 12px 0;
}

.nav-link {
	color: #fff !important;
}

.fa {
	color: #17BFEA;
}

.fa-nav {
	color: #fff;
}

.info {
	font-size: 70px;	
}

.navbar-light {
	background-color: #17BFEA;
}

.content-background {
	background-color: #fff; border-radius: 12px; padding: 20px;
}

.category-image {
	background-color: #fff;
	width: 50px;
	border-radius: 50%;
	padding: 10px;
}

.country-code {
	padding-left: 8px;
	padding-right: 8px; 
}

.container {
	margin-top: 40px;
}

.margin-top {
	margin-top: 50px;
}

.border-radius {
	border-radius: 15px;
}

.card-img-top {
	height: 170px;
}

.scrollable-menu {
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
}

.nav-top {
	padding: 10px;
}

.social-media {
	width: 25px;
}

.category-link {
	color: #fff;
}

.category-link:hover {
	color: #EBF5F0;
	opacity: 0.9;
}

.category-link:link {
	text-decoration: none;
}

.category-image-dropdown {
	width: 35px;
}

.nav-icon {
	width: 20px;
}

.cp-icons {
	width: 100px;
}

.button {
	border: 1px solid #17BFEA;
	color: #17BFEA;
}

.button:hover {
	background-color: #17BFEA;
	color: #fff;
}

.card-body {
	margin-bottom: -10px;
	margin-top: -10px;
}

.gallery-prev {
	width: 80px;
	height: 50px;
}

.discocunt {
	width: 100%;
	height: 320px;
}

.discocunt-slider {
	width: 100%;
	height: 80px;
}

.discocunt-gallery {
	width: 100%;
	height: 180px;
}

@media only screen and (min-width: 768px) {
	
	body {
		background-image: url('../images/bg.jpg');
	}

}