#nav {
	background: #EEE;
}

@media (min-width: 768px) and (max-width: 991px) {
	.nav>li>a {
		padding: 14px 6px;
	}
	.navbar-default .nav > li > a {
		font-size: 10px;
	}
}

#footer {
	background: #EEE;
}

#main-content {
	min-height: 450px;
}

.logo-img img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

section {
    padding: 75px;
}

section#ecocert-certification {
    padding: 50px 0;
}

@media (max-width: 767px) {
	#women-empowerment img {
		max-width: 350px;
		margin: auto;
	}
}

.js-btn {
	cursor: pointer;
}

.product-modal-prev {
	left: 0;
	right: auto;
}
.product-modal-next {
	left: auto;
	right: 0;
}
.product-modal-prev, .product-modal-next {
	width: 20%;
	position: absolute;
	top: 0;
	bottom: 0;
}

.product-modal-prev i {
	left: 50%;
}
.product-modal-next i {
	right: 50%;
}
.product-modal-prev i, .product-modal-next i {
	font-size: 24px;
	top: 50%;
	position: absolute;
}
#product-modal-image-container {
	position: relative;
}

.freget-express-logo {
    font-size: 40px;
    padding: 10px 0;
    border: 3px solid #FFF;
    border-right: none;
    border-left: none;
	margin-bottom: 20px;
	font-weight: bold;
}

.freget-express-logo-red {
	color: #e23;
}
.freget-express-logo-blue {
	color: #23e;
}