.webimpacto-naturitas-topbar-1-x-item img{
	display: block;
	width: 100%;
	height: auto;
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/

.webimpacto-naturitas-topbar-1-x-owl-theme .webimpacto-naturitas-topbar-1-x-owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.webimpacto-naturitas-topbar-1-x-owl-theme .webimpacto-naturitas-topbar-1-x-owl-controls .webimpacto-naturitas-topbar-1-x-owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.webimpacto-naturitas-topbar-1-x-owl-theme .webimpacto-naturitas-topbar-1-x-owl-controls.webimpacto-naturitas-topbar-1-x-clickable .webimpacto-naturitas-topbar-1-x-owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.webimpacto-naturitas-topbar-1-x-owl-theme .webimpacto-naturitas-topbar-1-x-owl-controls .webimpacto-naturitas-topbar-1-x-owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.webimpacto-naturitas-topbar-1-x-owl-theme .webimpacto-naturitas-topbar-1-x-owl-controls .webimpacto-naturitas-topbar-1-x-owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	border-radius: 20px;
	background: #869791;
}

.webimpacto-naturitas-topbar-1-x-owl-theme .webimpacto-naturitas-topbar-1-x-owl-controls .webimpacto-naturitas-topbar-1-x-owl-page.webimpacto-naturitas-topbar-1-x-active span,
.webimpacto-naturitas-topbar-1-x-owl-theme .webimpacto-naturitas-topbar-1-x-owl-controls.webimpacto-naturitas-topbar-1-x-clickable .webimpacto-naturitas-topbar-1-x-owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.webimpacto-naturitas-topbar-1-x-owl-theme .webimpacto-naturitas-topbar-1-x-owl-controls .webimpacto-naturitas-topbar-1-x-owl-page span.webimpacto-naturitas-topbar-1-x-owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px;
}

/* preloading images */
.webimpacto-naturitas-topbar-1-x-owl-item.webimpacto-naturitas-topbar-1-x-loading{
	min-height: 150px;
	/*background: url(AjaxLoader.gif) no-repeat center center*/
}
@media (max-width: 991px) {
  header #topbar {
    background-color: white;
    border-bottom: 1px solid #dddddd;
  }
  header #topbar .flex a {
    color: #4a4a4a;
    font-weight: 600;
  }
  #topbar .flex a .icon-free-delivery:before,
  .item-mobile i:before {
    color: #5cb8a3;
    font-weight: 600;
  }
  header #topbar.with-content{
    padding-top: 2px;
  }
  
  header #topbar.with-content .image-icon{
    vertical-align: text-top !important;
    max-height: 15px;
  }
  header #topbar.with-content .item-mobile span {
    vertical-align: baseline !important;
    font-weight: bold;
  }
}
#topbar .flex a {
  color: white;
}
header #topbar {
  font-size: 14px;
}
header #topbar .item-mobile {
  color: #4a4a4a;
  margin-left: 25px;
}
header #topbar .image-icon {
  margin-right: 5px;
  vertical-align: text-bottom;
  display: inline-block;
}
#topbar .owl-stage {
  display: flex;
  padding-left: 10%;
}
header #topbar .owl-item .item-mobile {
  color: #4a4a4a;
  vertical-align: bottom;
  display: inline-block;
  width: 100vw;
  text-align: center;
  margin: 0px !important;
}
header #topbar .owl-item .image-icon {
  margin-right: 5px;
  vertical-align: bottom;
  display: inline-block;
  max-width: 20px;
  margin-top: 3px;
}


/*# sourceMappingURL=HeaderTopbar.min.css.map*/