.owl-carousel img[data-link]{
	cursor: pointer;
}

.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: #234491 ;
	font-weight: 300
}

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

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

.product-card .product-thumb .overlay-image{
	position: absolute;
	z-index: 3;
	top:0;
	left:0;
	opacity: 0;
	transition: all .6s;
}

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

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

.product-card .product-thumb:hover img.overlay-image{
	opacity: 1;
}

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

/*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);
}

/*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);
}

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-badge{
	font-size:15px;
	height:30px;
	line-height: 30px;
}


.product-badge.no-stock{
	font-weight: 100;
}

/* File uplaoder */
.file-uploader{
	margin-top: 20px;
	border:1px solid grey;
	border-radius: 8px;
	padding: 20px;
	position: relative;
}

.file-uploader >legend{
	font-size: 14px;
}

.file-uploader .addFile{
	position: absolute;
	top:0;
	right:0;
}

.file-uploader .list-group-item.empty{
	font-size: 15px !important;
}

@media(max-width:768px){
	.shopping-cart .product-item .product-title>a,
	.shopping-cart .text-lg{
		font-size: 13px !important;
	}
}

/* Catories (is_special) */
.slideable-menu .is_special, .site-menu .is_special {
	font-weight: bold !important;
	color: #234491  !important;
}


/* WA */
.btn-floating svg {
	fill:#2c3e50
}
.btn-floating:hover,
.btn-floating:focus {
	opacity:0.8
}
.btn-floating.fixed-bottom {
	position:fixed;
	left:auto;
	bottom:25px;
	right:20px
}
.btn-whatsapp {
	color:white;
	background-color:#4dc247;
	box-shadow:2px 2px 6px rgba(0,0,0,0.4);
	opacity:1;
	border-radius:50%
}
.btn-whatsapp svg {
	width:50px;
	height:50px;
	padding:5px 2px;
	fill:white;
	vertical-align:middle
}