.logo img{
	height:100%;
	width:auto;
	padding-top:3px;
	padding-bottom:3px;
}
.topBar{
    background: #432c52 !important;
    font-weight: 600;
}
.topBar *{
	margin: 0 !important;
	padding: 0 !important;
	color:#fff !important;
	display: inline !important;
	margin-right: 2px !important;
}

.site-header .site-menu,.site-header ,.site-header .topbar{
    background-color: #f2d7f2 !important;
}

.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.rubros .widget-title::after{
	background-color: #fd866e;
} */


/* .widget-categories.rubros ul>li>a.active{  */
 .widget-categories.rubros{
	/* //color: #fd866e; */
	background-color: #FFF;
}


.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::before{
	content: "SELECCIONADO";
    position: absolute;
    font-size: 10px;
    padding: 0;
    background: #2c3e50;
    padding: 2px 5px;
    border-bottom-right-radius: 7px;
    color: white;
}

/*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:#D8ABB7; 
    display: block;
    width: 20px;
    /* height: calc(100% - 1px); */
    height: 100%;
    position: absolute;
    top: 0;
	left: -18px;
	z-index:-1;
}

.home-slider .text-container{
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 35%;
	left: 50%;
}

@media(max-width:763px){
	.home-slider .text-container{
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 55%;
		left: 50%;
	}

	
	.home-slider h2,
	.home-slider h6{
		text-shadow: 1px 1px 9px #333;
	}

	.home-slider h2 mark,
	/* .home-slider h6 mark, */
	.home-slider h2 mark::before {
	/* .home-slider h6 mark::before { */
		background-color: transparent ;
	}
	
	.home-slider h2{
		font-size: 18px;
	}

	.home-slider h6{
		font-size: 14px;
	}
}

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

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

.home-slider mark{
	color: white;
	background-color: #D8ABB7; 
	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);
}

/* Home rubros */

@media(max-width:768px){
	.home-types .type-col{
		padding-left:5px;
		padding-right:5px;
	}
	.home-types .type p{font-size:13px}	
}

.home-types .type{transition: all .3s}
.home-types .type p{transition: all .3s}

.home-types .type:hover{
	box-shadow:0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.home-types .type:hover p{
	color:#C494A2 !important
}