﻿

/* oscarps: 19/06/2019. correccion espaciado menu edits */
div#edits div.col-xs-2 {
    width: 20%;
}
/* oscarps: 19/06/2019. fix carga home */
.iContainer div.article {
    width: 100%;
}

/* davidgpra 17/09/2019 Modificar menu categoria The Maze*/

.themaze{
	    letter-spacing: 3px !important;
		font-weight: 800 !important;
}

/* davidgpra 17/10/2019 Modificar logo menu */
/*.logo{
	box-sizing:border-box;
    display:block;
	background: url(../images/logo_uterque_std.png);
}*/


/* davidgpra 29/10/2019 Modificar borde bottom menu */
.openMenu{
      border-bottom: 0.5px solid #E0E0E0 !important;
}

/* davidgpra 30/10/2019 Modificad altura etiquetas producto */
#category .listCategory .labels img {
  height: 12px !important;
  margin-top: 3px !important;
  padding-right: 30px !important;
}

itx-product .product .product-details .product-main-info .product-tags .product-tag .product-tag-image {
  height: 12px !important;
}


/* oscarps 15/01/2020 Modificar color precio tachado */
.priceOffer, .listCategory .elem4 .priceOffer, .listCategory .elem2 .priceOffer, span.digit-highlight-md.price-old, span.price-old.digit-highlight-sm, span.price-old.digit-highlight-xs, span.price-old-minishopcart  {
    color: #67010E;
}

/* oscarps 18/02/2020 Tamaño labels resultado etiquetas buscador interno */
#ItxStandardSearchPage img.ng-scope {
    width: 20%;
}

