.searchbar {
	color: white;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  padding: 48px 0;
  margin-left: 15px;
  margin-right: 15px;
  transition: .3s all;
  -webkit-transition: .3s all;
}

.scrolled .searchbar {
  padding: 15px 0;
  transition: .3s all;
  -webkit-transition: .3s all;
}

.searchbar input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.searchbar button {
	width: 30px;
	height: 30px;
	padding: 0;
	margin-left: 5px;
}

.li-link:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.1);
  border-radius: 10px;
}

.note-list {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	border-radius: 5px;
}

.note-list li {
	background-color: #fafafa;
	color: #363636;
	padding: 15px;
	text-align: left;
	border-bottom: solid 1px #ddd;
}

.note-list p {
	margin: 0;
}

.text-white {
	color: #fff !important;
}

.title-center {
	color: #ffffff !important;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

.logo-card {
	border-radius: 5px;
	max-width: 250px;
	margin: 0 auto;
	background: rgba(255,255,255,0.75);
}

.logo-card.opaque {
	background: rgba(255,255,255,1) !important;
}

.section-discover {
	background-image: url(../img/bg/honey-jar.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-benefits-title {
	background-image: url(../img/bg/two-jars.jpg);
}

.section-benefits-content {
	background-image: url(../img/bg/white-wood-table.jpg);
}

.section-products-title {
	background: url(../img/bg/wooden-box.jpg);
}

.section-product-title {
	background: url(../img/bg/hexagons.jpg);
}

.section-products-content {
	background: #f5f5f5;
}

.section-products-content .price:before {
	content: '$';
}

.section-contact {
	background-image: url(../img/bg/mailbox.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 4em;
}

.semi-transparent-bg {
	padding: 10px;
	margin: 10px;
  background-color: rgba(255,255,255,0.75);
  box-shadow: 0 5px 15px #363636;
  color: #363636;
  overflow: auto;
}

.border-bottom {
	border-bottom: 1px solid #bbb;
}

.contact-details {
	font-size: 18px;
}

.social-icons {
  font-size: 3em;
  margin: 20px;
}

.social-item {
	margin-bottom: 10px;
	padding: 10px 20px;
}

.social-item span {
	font-size: 16px;
	color: #363636;
	height: 50px;
	vertical-align: middle;
}

.social-icons .fa-facebook {
  background: rgb(1,99,225);
  background: linear-gradient(0deg, rgba(1,99,225,1) 0%, rgba(5,150,248,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-icons .fa-facebook-messenger {
  background: rgb(5,150,248);
  background: linear-gradient(45deg, rgba(5,150,248,1) 0%, rgba(154,56,255,1) 60%, rgba(248,102,98,1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-icons .fa-whatsapp {
  background: #25d366;
  color: #fff;    
  line-height: 34px;
  border-radius: 26px;
  padding: 6px 8px;
  font-size: 80%;
}

.filter-tags label {
	color: #f0ad4e !important;
	margin-bottom: 10px;
	display: block;
}

.filter-tags span {
	cursor: pointer;
	font-weight: 400;
}

.nav-categories {
	background-color: #fff;
	position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.nav-categories ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
	overflow: hidden;
}

.nav-categories li a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.nav-categories li a.selected {
	 font-weight: 900;
	 color: #777;
}

.nav-categories li a:hover {
	text-decoration: underline;
}

.nav-categories label {
	font-weight: 600;
  text-transform: uppercase;
	font-size: 12px;
	color: #000;
}

.filter-price {
	display: block;
	margin: 0 0 0 10px;
}

.input-price {
	display: inline;
	width: 80px;
}

.btn-search {
	display: inline;
  border: 1px solid #ddd;
  padding: 0;
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
}

.products-container {
	
}

.product-card-item {
	background-color: #fcfcfc;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	transition: box-shadow 250ms;
	height: 350px;
	width: 200px;
	padding: 10px;
	margin: 0 0 20px 0;
}

.product-card-item:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
	transition: box-shadow 400ms;
}

.product-card-image {
	border-bottom: 1px solid #f0ad4e;
  text-align: center;
}

.product-card-image img {
	max-width: 150px;
	max-height: 150px;
	min-height: 150px;
	margin: 0 0 10px 0;
}

.product-card-info .price {
	font-size: 24px;
	color: #000;
	margin: 20px 0 0 0;
}

.product-card-info .category {
	font-size: 14px;
	color: #f0ad4e;
	margin: 0 0 10px 0;
	position: absolute;
	bottom: 20px;
}

/*.product-card-info .category:hover {
	text-decoration: underline;
}*/

.product-card-info .size {
	font-size: 14px;
	color: #808080;
	margin: 0 0 20px 0;
}

.product-card-info label {
	font-weight: 600;
  text-transform: uppercase;
	font-size: 12px;
	color: #000;
}

.filters {
	display: block;
}

.btn-filter-menu {
	display: none;
}

.section-products {
	padding: 25px 0;
}

.product-detail-image {
	border-radius: 10px;
	width: 100%;
}

.product-detail-info label {
	color: #8b8e94;
}

.product-detail-info p, .product-detail-info ul {
	color: #000;
}

.product-detail-info .title {
	font-size: 28px;
	color: #000;
	vertical-align: middle;
}

.product-detail-info .price {
	font-size: 24px;
	color: #FFA33E;	
}

.product-detail-info .description {
	font-size: 15px;
	font-weight: 400;
	margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .logo-card.big {
    border-radius: 5px;
		max-width: 450px;
		margin: 0 auto;
		background: rgba(255,255,255,0.75);
  }
}

@media screen and (max-width: 768px) {
  .searchbar {
	  padding: 8px 0;
	}

	.scrolled .searchbar {
	  padding: 8px 0;
	}

}

@media screen and (max-width: 425px) {
	.section-products {
		padding: 0;
	}

	.btn-filter-menu {
		display: block;
    font-size: 12px;
    text-align: right;
	}

	.nav-categories {
		z-index: 2;
		padding-bottom: 5px;
    margin-bottom: 10px;
	}

	.nav-categories hr {
		margin: 3px;
	}

  .filters {
		display: none;
	}

	.filter-tags label {
		margin-bottom: 0;
		display: inline-block;
	}

	.filter-tags span {
		text-align: left;
		display: inline-block;
	}

	.product-card-item {
		width: 100%;
		height: auto;
	}

	.product-card-image {
		display: inline;
		border-bottom: none;
	}

	.product-card-image img {
		max-width: 100px;
		max-height: 100px;
		min-height: 100px;
		margin: 0;
		vertical-align: top;
	}

	.product-card-info {
		display: inline-block;
		width: 250px;
	}	

	.product-card-info .price {
		margin: 0;
	}

	.product-card-info .category {
		right: 30px;
	}

	.products-container .col-xs-12 {
		padding: 0;
	}
}

@media screen and (max-width: 375px) {
	.product-card-info {
		width: 200px;
	}

	.product-card-image img {
		max-width: 60px;
		max-height: 60px;
		min-height: 60px;
		margin: 0;
		vertical-align: top;
	}

	.product-card-info .price {
		font-size: 18px;
	}
}

@media screen and (max-width: 280px) {
	.product-card-info {
		width: 150px;
	}
}