@font-face {
	font-family: "Lato Bold";
	src: url("LatoLatin-Regular.ttf");
}

html, body{
	height: 100%;
	min-height: 100%;
}

.wrapper{
	flex-grow: 1;
}

body{
	font-family: Lato Bold, sans-serif;
	font-size: 14px;
	display: flex;
	flex-direction: column;
}

#bottomNavBar .nav-link{
	color: #725744;
	font-size: 16px;
	line-height: 100%;
}

#bottomNavBar .nav-link:hover{
	color: #75bb36;
}

#bottomNavBar .active .nav-link{
	color: #75bb36;
}

#bottomNavBar .dropdown .dropdown-item:hover{
	background-color: transparent;
	color:  #75bb36;
}

.navbar-brand{
	max-width: 8.5rem;
}

.navbar-nav .btn:focus{
	box-shadow: 0 0 0 transparent;
}

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

.dropdown-toggle::after{
	margin-left: 0;
	border-top: .3em solid #725744;
}


.flex-1{
	flex: 1;
}


footer{
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #EDEDED;
}

footer ul.link-list a{
	color:  black;
	margin-left: 0;
	transition: margin-left .3s;
}

footer a:hover{
	text-decoration: none;
}

footer ul.link-list a:hover{
	color: #75bb36;
	margin-left: 5px;
}

footer .social-media a:hover svg{
	fill: #75bb36;
}

.link-list{
	padding-left: 0;
	list-style: none;
	box-sizing: border-box;
}

.bg-deco{
	margin: 0;
	background-image: url("../img/bg-deco1.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	width: 100%;
}

.text-green{
	color: #75bb36;
}

.text-lg{
	font-size: 2em !important;
}

.text-md{
	font-size: 1.5em !important;
}

.text-sm{
	font-size: 0.85em !important;
}

.btn{
	white-space: normal;
	font-size: 1em;
	font-family: Lato, sans-serif;
}

.btn-square{
	border-radius: 0;
}

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

.btn-green{
	color: white !important;
	background-color: #75bb36;
}

.btn-green:hover{
	color: #75bb36 !important;
	background-color: white;
	border: 1px solid #75bb36;
}

.btn-green:hover svg{
	fill: #75bb36;
}

.btn-brown{
	color: white !important;
	background-color: #725744;
}

.btn-brown:hover{
	color: #725744 !important;
	background-color: white;
	border: 1px solid #725744;
}

.divider-green{
	border-top: 1px solid #75bb36;
}

.bg-brown{
	color: white;
	background-color: #725744;
}

.badge-brown{
	color: white;
	background-color: #725744
}

.outline-green{
	border: 1px solid #75bb36;
	border-radius: 15px;
}

.link-green, .link-green:hover{
	color: #75bb36;
}

.product-link{
	display: flex;
	flex-direction: column;
	color: black;
	height: 100%;
	position: relative;
	overflow: hidden;
}

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

.product-link:hover{
	color: black;
	text-decoration: none;
	box-shadow: 0 3px 10px 0px rgba(0,0,0,.15);
}

.new-product{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 20px;
  right: -70px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.icon{
	height: 2em;
	width: 2em;
}

.hide{
	display: none;
}

.h-70{
	height: 70%;
}

.h-20{
	height: 20%;
}

.h-10{
	height: 10%;
}

.owl-stage{
	display: flex;
}

.form-control{
	border-radius: 15px;
	color: #565656;
	background-color: #EDEDED;
	font-size: 1em;
}

.progress, .progress-bar, .alert{
	border-radius: 15px;
}

.carousel-indicators > li{
	background-color: rgba(200, 200, 200, 0.5)
}

.carousel-indicators > li.active{
	background-color: #75bb36;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	background-image: url(../img/navi-arrow.png);
	width: 4rem;
	height: 4rem;
}

.carousel-control-prev-icon{
	transform: rotate(180deg);
}

.page-link{
	color: #75bb36;
}

.owl-dot:focus{
	outline: none;
}

.product > div{
	flex-basis: 50%;
}

@media (min-width: 768px) {
	footer *{
		text-align: left !important;
	}

	.product > div{
		flex-basis: 25%;
	}

	.showcase-lg{
		margin-bottom: -8px;
		min-height: 360px;
	}

	.showcase-lg > img{
		padding: 8px;
		max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.showcase div.owl-item{
		margin-top: 8px;
		cursor: pointer;
		max-height: 80px;
		align-items: center;
	}

	.showcase div.owl-item img{
		max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
	}

	.showcase .showing{
		border: 3px solid #75bb36;
		position:relative;
	}

	.showcase .showing:before{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		top: -8px;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #75bb36;
	}
}

.number-box{
	box-sizing: border-box;
	position: relative;
}

.number-box input[type=number] {
	border: 0;
	text-align: center;
	background-color: #EDEDED;
	width: 100%;
	min-width: 1.5em;
	padding-left: .5em;
	padding-right: .5em;
}

.number-box input[type=number]:focus{
	outline: none;
}

.number-box input[type=number]::-webkit-inner-spin-button,
.number-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.num-spinner{
	display:block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.num-spinner > img{
	width: 1em;
	height: 1em;
	min-width: 1em;
	max-width: 1em;
}


.num-spinner:nth-of-type(1){
	left: .5em;
}

.num-spinner:nth-of-type(2){
	right: .5em;
}

.small-numbox{
	width: 5em;
}

.table thead th{
	border: 0;
}

.table tr{
	border-bottom: .5px solid #75bb36;
}

ul.aboutus{
	list-style: none;
	padding: 0;
}

ul.aboutus li{
	display: table;
	/*padding-top: 1em;*/
	border-spacing: 5px;
	position: relative;
}

ul.aboutus li span{
	display: block;
	margin-left: 1em;
}

ul.aboutus li:before{
	content: "";
	height: 16px;
	width: 16px;
	background: url("../img/_ionicons_svg_ios-leaf.svg") no-repeat left top;
    display: table-cell;
}

.faq-container{
	margin-top: 1em;
	background-color: #F9F9F9;
	color: #666 !important;
	border: 1px solid rgba(0,0,0,.05);
}

.faq-container:first-child{
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.faq-container:last-child{
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.faq-header{
	font-size: 1.25em;
	font-weight:bold;
	cursor: pointer;
	padding: 0.85em;
}

.faq-header:hover{
	background-color: #F0F0F0;
}

.faq-header img{
	width: 1em;
	height: 1em;
}

.faq-body{
	border-top: 1px solid rgba(0,0,0,.05);
}

.faq-body p{
	padding: 1em;
}

#faq .card-body{
	background-color: rgba(0,0,0,.03);
}


.site-info li{
	position: relative;
	margin-bottom: 2.5rem;
}

.site-info li img{
	position: absolute;
	top: 50%;
	left: 0;
	height: 2.5em;
	width: 2.5em;
	transform: translateY(-50%);
}

.site-info li div{
	margin-left: 4rem;
}

.map-container > iframe{
	width: 100%;
}

.po-container{
	margin-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.po-header{
	padding: 0.85em 1em;
	margin-bottom: -1px;
	border-radius: 15px;
	cursor: pointer;
}

.history{
	flex-wrap: nowrap !important;
}

.upload-btn {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.upload-btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

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

#cart tbody td{
	max-height: 200px;
}

#cart tbody td img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

.dustbin-container{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
}

.dustbin-container > input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.dustbin{
	position: absolute;
	top: 0;
	left: 0;
	height: 1.5em;
	width: 1.5em;
	margin-top: -.9em;
	margin-left: -.9em;
}

.dustbin-container:hover .dustbin > svg{
	fill: #75bb36;
}

.dustbin-container input:checked ~ .dustbin > svg{
	fill: #75bb36 ;
}

.scale-img{
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

a > span, a svg{
	pointer-events: none;
}

.page-item > .active{
	background-color: #e9ecef;
	border-color: #dee2e6;
}
