﻿

/* 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%;
}

/* davidgpra 24/04/2020 modificar ancho descrpción y detalle de la ficha de producto STD */
.product .product-details .extra-info {
  width: 140%;
}

/* oscarps 08/05/2020: Correccion espacio inferior % descuento cuando hay 2 etiquetas en la misma fila */
.listCategory .content-left .labels {
    padding-bottom: 42px;
	text-align: right;
	margin-top: -65px;
}

/* davidgpra 16/06/2020: Amipliar max-height ficha del producto detalles para que no se corte el texto */

itx-product .product .product-details .extra-info .info-container.open {
      max-height: 600px !important;
}
