html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.preloader {
	position: fixed;
	background: url("../images/loader.gif") center center #fff no-repeat;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
}

.overlay {
	position: absolute;
	background: rgba(0,0,0,.6);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 12
}

h1,h2,h3,h4,h5,h6,
.btn {
	text-transform: capitalize;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

.btn {
	border: none
}

.form-group {
	margin-bottom: 10px;
}

.parsley-errors-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	color: orangered;
}

.close {
	cursor: pointer;
}

.top_email {
	text-align: right;
}

.logo {
	position: relative;
	height: 110px;
	width: auto;
	z-index: 999;
}

.top_bar * {
	transition-property: all;
	transition-duration: .5s
}

.top_bar .container-fluid {
	font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	font-weight: 400;
}

.nav-link span {
	position: absolute;
	font-weight: 300;
	font-size: 10px;
	right: 0;
	top: 5
}

.store_items {
	position: relative;
	display: flex;
}

.banner .carousel-caption {
	top: 40%;
	left: 6%;	
	text-align: left;
	padding-top: 40px;
	z-index: 7 !important
}

.carousel-caption h1 {
	animation-delay: 3s;
}

.banner .carousel-caption .col-sm-7 {
	padding: 50px 30px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	color: #333;
}

.banner .carousel-caption h2,
.banner .carousel-caption p {
	display: table;
	background: rgba(255,255,255,.6);
	padding: 10px 20px;
}

.banner .carousel-caption h2 {
	font-size: 60px;
	border-radius: 45px;
}

.banner .carousel-caption h2,
.banner .carousel-caption p,
.banner .carousel-caption a {
	position: relative;
	z-index: 999
}

.banner .carousel-caption p {
	margin-top: 20px;
	text-transform: capitalize;
	font-size: 24px;
	border-radius: 35px;
}

.banner .carousel-caption a {
	margin-top: 30px;
}

.banner .carousel-caption a.btn-success {
	font-size: 16px
}

.banner .carousel-caption a.btn-success:hover {
	background: #333;
}

.banner .carousel-indicators li {
	background-color: #333;
	width: 10px;
	height: 10px;
	border: 1px solid transparent;
	border-radius: 10px;
}

.banner .carousel-indicators li.active {
	border: 1px solid #999;
}

.page_title {
	position: relative;
	background: url("../images/page_title.jpg") no-repeat center;
	background-size: cover;
	height: 350px;
}

.page_title .overlay {
	background: rgba(255,255,255,.6);
}

.page_title .col-12 {
	align-items: baseline;
	flex-direction: column;
	align-content: flex-end;
}

.page_title .container {
	position: relative;
	z-index: 13
}

.page_title h3 {
	margin-top: 120px;
}

.breadcrumb-item {
	text-transform: capitalize
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '\F234';
	font-family: 'bootstrap-icons'
}

.page_title .breadcrumb .breadcrumb-item a {
	text-decoration: none;
	color: #333;
}

.page_title .breadcrumb {
	background: transparent;
	padding-left: 0;
}

.whyus .col-sm-4 {
	display: flex;
}

.whyus .col-sm-4 .card {
	flex: 1;
	margin-bottom: 10px;
}

.whyus h3 {
	margin-bottom: 35px;
}

.whyus .col-sm-4 h4 {
	margin-bottom: 10px;
	font-size: 20px;
}

.welcome p:first-of-type {
	font-size: 18px;
	line-height: 30px
}

.about_pic {
	box-shadow: 10px 10px 0 0 #333;
}

#product_slider .carousel-indicators li {
	background: none;
	border-color: transparent;
	display: table;
	width: 60px !important;
	height: 40px !important;
	object-fit: cover;
	text-indent: inherit;
	opacity: 1;
	border: none
}

#product_slider .carousel-indicators li img {
	background-color: #ddd;
	position: relative;
	border: none;
	padding: 2px
}

#product_slider .carousel-indicators li.active img {
	background-color: #fff;
}

.search_page .overlay,
.similar_products .overlay,
.category_products .overlay,
.new_arrivals .overlay,
.shop_categories .overlay {
	align-items: center;
	justify-content: center;
	display: none;
	flex-direction: column;
	text-transform: capitalize
}

.shop_categories .card-body * {
	transition-property: all;
	transition-duration: .5s
}

.search_page .card:hover .overlay,
.similar_products .card:hover .overlay,
.category_products .card:hover .overlay,
.new_arrivals .card:hover .overlay,
.shop_categories .card:hover .overlay {
	display: flex;
}

.shop_categories .overlay .shop_now {
	display: table;
	margin-top: 20px;
	padding: 5px 15px;
	border: 1px solid #fff;
}

.search_page .card-body,
.similar_products .card-body,
.category_products .card-body,
.new_arrivals .card-body {
	position: relative
}

.services_page .col-6 {
	display: flex;
}

.border_red {
/*	border: 1px solid red*/
}

#map {
	height: 60vh
}

.contact_page h4 .bi {
	background: #ddd;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.contact_page .col-11 {
	padding-left: 30px;
	padding-top: 0;
}

.contact_page .col-1 {
	padding-top: 4px;
}

.contact_page p {
	margin: 0;
	padding: 0
}

.footer {
	background: #555;
	font-size: 14px;
	color: #fff
}

.footer_title {
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.footer .nav .nav-link {
	padding: 0;
	display: table;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #fff;
}

.footer hr {
	border-color: #999
}

.credits {
	text-transform: capitalize
}

.developer {
	text-align: right
}








@media(max-width:767px) {
	
	body {
		font-size: 14px;
	}
	
	.offcanvas-collapse .navbar-nav {
		margin-top: 150px;
		text-align: center
	}
	
	.navbar-toggler {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 40px;
		margin-right: 120px;
	}
	
	.store_items {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 40px;
		margin-right: 20px;
	}
	
	.store_items .nav-item {
		margin-left: 15px;
	}
	
	.mx-auto .nav-link {
		background: #f3f3f3;
		margin-bottom: 2px;
		text-align: center;
	}
	
	.top_bar .container-fluid .col-sm-6,
	.credits .col-sm-6 {
		text-align: center
	}
	
	.services_page .col-6 {
		text-align: center
	}
	
}



