@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	font-family: 'Poppins', sans-serif;
}

.main-nav img {
    height: 50px;
	margin: 0 10px;
}

#stickymenu .main-nav {
	font-size: .75rem !important;
}

#navbarUserActions {
	font-size: .9rem;
	margin-right: 20px;
}

#navbarUserActions li {

	display: inline;
	margin: 0 10px;
}

.search-section h1, .search-section p {
	color: #333;
}

.search-section .bg{
	background: none;
}

.search-section .container {
	background-color: #eee;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-section  .search-box {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-section .search-box input {
	border: none;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	background: none;
}

.search-section .input-group-append button {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 5px;
	border-radius: 5px;
}


.listing-single-banner * {
	color: #333 !important;
}

.listing-armored-infos h2 {
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.listing-armored-infos h2 i {
	color: #F6612D;
}

.owl-nav {
	display: flex;
    justify-content: space-between;
}

.owl-nav .owl-prev {
	margin-left: -60px !important;
}

.owl-nav .owl-next {
	margin-right: -60px !important;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	box-shadow: 4px 4px 4px rgba(0,0,0,.4) !important;
	background: #F6612D !important;
	color: #fff !important;
	border: none !important;
	padding: 10px 20px !important;
	border-radius: 5px !important;
	cursor: pointer !important;
}
.owl-carousel {
	position: relative;
}

.owl-carousel .owl-nav {
	position: absolute;
    width: 100%;
    top: 40%;
}