.alert-error{
	background-color: red;
	color: white;
}

.red-text{
	color: red;
}

#actionAlert{
    position: absolute;
    top: 3rem;
    left: 80%;
    border: .2em solid #fff;
    padding: 1em;
    z-index: 10999;
    display: flex;
}

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

/* NAVBAR */
.navbar-brand span{
	color: black;
}

.navbar-white{
	background-color: #fff;
	color: black;
}

.navbar-white a{
	color: black;
}

.navbar-tagline{
	font-weight: 200;
	font-size: .8rem;
}

.topbar{
	background-color: #eeeeee;
	width: 100%;
}

.topbar .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
}

.site-brand a{
	font-size: 1.2rem;
	color: #f7931e;
	text-decoration: none;
}

.searchbar{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
}

.search-form{
	width: 100%;
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	border-radius: .5em;
	background-color: #fff;
}

.search-form input{
	flex: 1;
	border: none;
}

.search-form input::placeholder {
	color: #333;
	opacity: 0.5;
}

.search-form button{
	border: 0;
	color: #f7931e;
	background: none;
}

.search-form input:focus{
	box-shadow: none;
}

.search-form:focus-within{
	border: 2px solid #f7931e;
	box-shadow: none;
}

.cart-area{
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart-area .btn{
	background-color: #fff;
	color: #f7931e;
	font-size: .8rem;
	font-weight: 200;
	margin-right: 1rem;
	border: none;
}

.pskenya-orange-btn{
	color: #fff !important;
	background-color: #f7931e !important;
}

/* end navbar */

.badge{
	border: 1px solid;
	padding: .5em 1em;
}

.badge-blue {
    background-color: #d8d8fa;
    border-color: blue;
    color: blue;
}

.badge-green {
    background-color: #e1fbe1;
    border-color: green;
    color: green;
}

.badge-red {
    background-color: #fadddd;
    border-color: red;
    color: red;
}

.btn-outline-dark{
	border: 1px solid #f7931e;
}

.pskenya-green-btn{
	background-color: #75a340;
	color: #fff;
}

.pskenya-green-btn:hover{
	background-color: #75a340;
	color: #fff;
}

.bg-orange{
	background-color: #f7931e;
	color: white;
}

#navbarSupportedContent .btn{
	margin: auto .5em;
}

.navbar-nav .nav-link{
	font-weight: 200;
}

.navbar-nav .nav-link.active{
	color: black;
	font-weight: 500;
}

#navbarSupportedContent .dropdown .dropdown-item{
	color: black !important;
}

.div-min-height{
	height: 90vh;
}

.inline-form{
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

.inline-form .btn{
	width: fit-content;
}

/* Index page */
.hero-section{
	background: url('../img/banners/products_banners.jpg');
	background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
	width: 100%;
	height: 70vh;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 1em;
	position: relative;
}

.hero-logo{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 80px;
    height: auto;
    z-index: 1;
}

.hero-section h1{
	font-weight: 400;
	font-size: 3rem;
	width: 20rem;
	text-transform: capitalize;
}

.hero-tagline-img{
	display: flex;
	flex-direction: column;
	padding-left: 2.5rem;
}

.hero-tagline-img img{
	width: 5rem;
	height: 5rem;
}

.hero-section p{
	font-weight: 300;
	font-size: 1rem;
}

.hero-section span{
	color: #f7931e;
}

.hero-img{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80%;
}

.hero-img img{
	height: inherit;
}


.product-card-img{
	text-align: center;
	position: relative;
	height: 10rem;
	margin: 1em 0 1em 0;
}

.product-card-img img{
	width: auto;
	height: 10rem;
}

.product-detail-div{
	display: flex;
	flex-direction: column;
	justify-content: start;
	line-height: .2;
}

.product-card:hover{
	border: 1px solid #f7931e;
	box-shadow: 0 .1em .1em .1em #f7931e;
}

.product-card:hover .btn{
	border: 1px solid #f7931e;
	background-color: #f7931e;
	color: #fff;
}

.product-card:hover .product-card-img img {
    transform: scale(1.10);
    transition: transform 0.3s ease;
}

.product-card-link{
	text-decoration: none;
	color: inherit;
}

.product-detail-div p{
	font-size: .8rem;
	color: #808080;
}

.product-detail-div h5{
	font-size: 1rem;
	margin-top: 0;
	line-height: 1;
}

.product-detail-div h5{
	font-size: 1rem;
	margin-top: 0;
	line-height: 1;
}

.product-detail-options-price{
	font-size: .9em;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	align-items: start;
	margin: 1em auto;
	line-height: .6;
}

.product-detail-price{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1em auto;
	
}

/* .product-detail-price p{
	font-weight: 400;
	font-size: 1em;
} */

.product-detail-price .btn{
	font-weight: 200;
	padding: .2em .5em;
	background-color: transparent;
	color: #000;
	width: 60%;
}

.product-detail-price .btn:hover{
	background-color: #f7931e;
	color: #fff;
}

.display-content-none{
	min-height: 60vh;
	color: #f7931e;
	font-weight: 200;
	font-size: 3em;
	text-align: center;
}

/* Pagination */
.page-link{
	color: #75a340;
}

.page-link.active, .active > .page-link{
	background-color: #75a340;
	border: 1px solid #75a340;
}

/* Header */
header{
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),url('../img/pskenya-products.jpg');
}

.admin-nav{
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 1em 0;
	margin: .5em auto;
	border-bottom: 1px solid #eee;
}

.admin-nav .btn{
	border: 1px solid #eee;
	margin: auto .5em;
}

.btn-default{
	background-color: white;
	border: 1px solid #eee;
}

.btn-white{
	background-color: white;
	border: 1px solid #7e7e7e;
}

.btn-white:hover{
	background-color: white;
	border: 1px solid #7e7e7e;
}

/* product detail */
.product-detail-img{
	height: 25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
}

.product-detail-img img{
	height: inherit;
}

.product-detail-text .card{
	height: 25em;
}

.product-variation{
	margin: 1em auto;
	line-height: .8;
}

.form-group{
	margin: .5em auto;
}

.form-btns{
	padding: 1em;
	margin: 1em auto;
	text-align: center;
}

/* Cart items */
.left-border{
	border-left: 1px solid #eee;
}

.float-right{
	text-align: end;
}

.block-btn{
	display: block;
	width: 100%;
	margin: 1em auto;
}

.table-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}

.table-btn button{
	height: 1.5em;
	width: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #333;
	border-radius: .2em;
	margin: 0 1em;
}

.table-btn button:hover{
	border: 1px solid #333;
}

#bankPayment{
	border: 1px solid #eee;
	padding: .5em;
}

#bankPayment p{
	line-height: .5;
}

/* Search form */
.search-bar{
	width: 100%;
	display: flex;
	align-items: center;
	border: 1px solid #333;
	border-radius: .5em;
}

.search-bar input{
	flex: 1;
	border: 0;
}

.search-bar button{
	background-color: none;
	color: #0ca6b2;
}

/* Order details */
.canceled_order{
	color: red;
	text-decoration: line-through;
}

.card-header-top{
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding: 1em;
}

.small-text{
	font-weight: 300;
	font-size: 1em;
}

.order-header-text{
	font-weight: bold;
}