.topBar *{
	margin: 0 !important;
	padding: 0 !important;
	color:#fff !important;
	/* display: inline !important; */
	margin-right: 2px !important;
}

/*SI VA MODIFICAR _header.scss y compilar*/
.navbar .toolbar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 5;
    animation: toolbar-in .6s;
}

.navbar .toolbar > .toolbar-inner {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.navbar .toolbar > .toolbar-inner .toolbar-item {
  display: table-cell;
}

@media (max-width: 991px) {
	.navbar .toolbar > .toolbar-inner .toolbar-item {
		width: 80px;
	}
}

.navbar .categories-btn {
    display: block;
    position: absolute;
    left: 30px;
    z-index: 5;
    animation: toolbar-in .6s;
}

.navbar .categories-btn > .btn{
	padding: 0 15px; 
}

@media (max-width: 1200px) {
	.navbar .categories-btn{
	  left: 15px;
	}
}
/*____*/

.hoverable{cursor: pointer;}
.breadcrumbs > li::after {
	/*margin-top: 1px;*/
	margin-left: 3px;
	margin-right: 3px;
	display: inline-block;
	color: #505050;
	font-family: feather;
	font-size: 14px;
	content: '\e930';
	vertical-align: middle;
}

.breadcrumbs > li:last-child::after {
	content: ''
}

.widget-categories ul>li>a.active, 
.widget-links ul>li>a.widget-categories ul>li>a.active, 
.widget-links ul>li>a.active{
	color: #f69284;
	font-weight: 300
}

.product-card.product-grid .text-muted {
	display: none
}

/*Owl carrousel align itemns center*/
.owl-carousel .owl-stage{
	display: flex;	
	align-items: center;
}

/*Brands css animation*/
.brands img{
	filter: grayscale(100%);
	transition:filter 0.4s;}
.brands img:hover{filter: grayscale(0);}

/*Outstanding products*/
.outstanging-products .card{
	height: 100%;
}

.selected-card{
	border-radius: 5px;
    border-width: 3px;
    /*border-color: #4caf50 !important;*/
    box-shadow: 2px 3px 7px rgba(0,0,0,0.20);
}

.card.address span.checked{
	display:none;
}

.card.address.selected-card span.checked{
	display: block;
}

/*Client zip code error color*/
input[name="zip_code"]::placeholder {
	color: red;
	opacity: 1; /* Firefox */
}

.tags a:not(:last-child)::after{
	content: "•";
	margin-left: 6px;
}


/*Post images*/
.gallery-item:not(.product-gallery)>a::before,
.gallery-item:not(.product-gallery)>a:hover::before,
.gallery-item:not(.product-gallery)>a::after,
.gallery-item:not(.product-gallery)>a:hover::after{
  content:'';
  opacity: 0;
}

.gallery-wrapper.small-images a{cursor: pointer;}
.gallery-wrapper.small-images a img{
  transition: all .7s;
}
.gallery-wrapper.small-images .owl-item.active.center img,
.gallery-wrapper.small-images a:hover img{
  transform: scale(1.4);
}

.product-card .product-thumb>img{
	transition: transform .25s;
}

.product-card .product-thumb>img:hover{
	transform: scale(1.1);
}

.product-badge {
	z-index: 10;
}

input[type=number][data-cart-qty]::-webkit-inner-spin-button, 
input[type=number][data-cart-qty]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


.product-card.product-grid{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product-card.product-list .product-card-body{
	height: 80%;
}

.site-footer.footer-light{
	padding-top:0;
}

.site-footer.footer-light > .container{
	border-top: 1px solid #f69284;
	padding-top: 30px;
}

@media(max-width:768px){
	.product-card .product-title{
		font-size:13px;
	}

	.home-slider .owl-nav{
		display:none;
	}
}

.cursor-pointer{
	cursor: pointer;
}