.logo{
	margin-top: 0;
	font-size: 24px;
	text-decoration:none;
	letter-spacing: 0px;
	font-family: 'helvetica';
	font-weight: 900;
}

.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{
	font-weight: 900
}

.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);
}

.selected-card .check {
	display:block !important;
}

/*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:hover img{
	transform: scale(1.1);
}

.product-card {
	transition: all .3s;
}

.product-card:hover{
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.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; 
}

.category-card {
	position: relative;
	overflow: hidden;
	margin: 7px;
	padding: 6px;
	width: 100%;
	box-shadow: none !important;
	transform: translateZ(0);
  }
  .category-card img {
	max-width: 100%;
	vertical-align: top;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  .category-card .border {
	position: absolute;
	opacity: 0.45;
  }
  .category-card .border:before,
  .category-card .border:after,
  .category-card .border div:before,
  .category-card .border div:after {
	background-color: #111;
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }
  .category-card .border:before,
  .category-card .border:after {
	width: 0;
	height: 1px;
  }
  .category-card .border div:before,
  .category-card .border div:after {
	width: 1px;
	height: 0;
  }
  .category-card .border.one {
	left: 0;
	top: 0;
	right: 12px;
	bottom: 12px;
  }
  .category-card .border.one:before,
  .category-card .border.one div:before {
	left: 0;
	top: 0;
  }
  .category-card .border.one:after,
  .category-card .border.one div:after {
	bottom: 0;
	right: 0;
  }
  .category-card .border.two {
	left: 12px;
	top: 12px;
	right: 0;
	bottom: 0;
  }
  .category-card .border.two:before,
  .category-card .border.two div:before {
	right: 0;
	top: 0;
  }
  .category-card .border.two:after,
  .category-card .border.two div:after {
	bottom: 0;
	left: 0;
  }
  .category-card a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
  }
  .category-card:hover .border:before,
  .category-card.hover .border:before,
  .category-card:hover .border:after,
  .category-card.hover .border:after {
	width: 100%;
  }
  .category-card:hover .border div:before,
  .category-card.hover .border div:before,
  .category-card:hover .border div:after,
  .category-card.hover .border div:after {
	height: 100%;
  }

  .home-slider .gallery-item>img[data-link]{
	cursor: pointer;
  }

.widget-title{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.widget-categories ul>li::before, .widget-links ul>li::before{
	content:''
}

.home-slider h2,
.home-slider h6{
	display: inline-block;
	padding: 5px 0;
	margin:0;
	position:relative;
}

.home-slider h2,
.home-slider h6{
	left:20px;
	position:relative;
}

.home-slider h2 mark::before ,
.home-slider h6 mark::before {
	content: '';
    background-color:#EA967B;
    display: block;
    width: 20px;
    /* height: calc(100% - 1px); */
    height: 100%;
    position: absolute;
    top: 0;
	left: -18px;
	z-index:-1;
}

/* .home-slider h6{
	padding: 8px 0;
}

.home-slider h6 mark{
    padding-left: 15px;
} */

.home-slider mark{
	color: white;
	background-color: #EA967B;
	padding: 5px 15px;
	padding-left:0;
	border-radius: 2px;
	position:relative
}

.cursor-not-allowed{
	cursor: not-allowed;
}

.scroll-to-top-btn{
	right:80px;
}
.whatsapp-cont {
    position: fixed;
    z-index: 9000;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}