﻿/* 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;
}

#category .listCategory .labels img[dir="rtl"] {
    padding-left: 30px !important;
}

itx-product .product .product-details .product-main-info .product-tags .product-tag .product-tag-image {
    height: 12px !important;
}

body.INDDesktop .giftcard-content {
    padding-top: 50px;
}


/*correccion 17/03/2021 miguel */


/*
.listCategory p.price:first-child:last-child,
.listCategory p:nth-child(2n):last-child,
.listCategory p:nth-child(3n) {
    color: black;
}

.listCategory div:not(.more-colors)>p:nth-child(2n-1):first-child,

.listCategory p:nth-child(2n-1):first-child {
    color: #67010E;
}
.listCategory p.price:first-child:last-child,
.listCategory .more-colors p {
    color: black!important;
}

.listCategory p[id^="price-produ"] {
    color: black!important;
}

.listCategory p:not(p.price+ p.priceOffer) {
    color: #67010E!important;
}
.listCategory p.price {
    color: black!important;
}

.listCategory span.old-price-future-label~p.price {
    color: black;
}

.listCategory itx-product-prices p.priceOffer~p.price {
    color: #67010E!important;
}
p.priceOffer.ng-binding.ng-scope
.listCategory p:nth-of-type(2n-1):nth-of-type(1) {
    color: #67010E;
}.listCategory p.priceOffer.ng-binding.ng-scope~.listCategory p[id^="price-produ"].ng-binding.ng-scope {
    color: #67010E;
}
.listCategory p:not(p.price+ p.priceOffer) {
    color: #67010E!important;
}
*/

.product-details-column span.price:first-child:nth-child(n-3) {
    color: #67010E;
}

.listCategory .product-view p:first-of-type:not(:last-of-type) {
    color: #67010E!important;
}

.listCategory .product-view:nth-child(1)> :nth-child(1)> :nth-child(1)> :nth-child(1)>:nth-child(1) {
    color: black!important;
}

.listCategory p.price:first-child:last-child,
.listCategory p:nth-child(2n):last-child,
.listCategory p:nth-child(3n) {
    color: black;
}


/* 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;
}

[dir=rtl] .listCategory .content-left .labels {
    text-align: left;
}


/* 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;
}


/* davidgpra 10/12/2020 classe bobbi */

.bobbi {
    color: white !important;
    background-color: black !important;
    padding: 10px !important;
}


/* davidgpra 23/03/2021 compra edit std Safari la x de cerrar no esta ve bien */

.ngdialog.ngdialog-theme-plain.bundle-dialog .ngdialog-content .btn-close {
    right: initial;
}


/* davidgpra 25/03/2021 modificar el max-width para el menu de la izquierda de la parrilla, ya que cuando el nombre es muy largo y tiene la etiqueta new, salta de línea*/

#category-menu .category-menu-list li.category {
    max-width: 150px;
}


/* davidgpra 18/05/2021: Bajar 5px el render para las pantallas mas grandes de 1319px */

@media (min-width: 1319px) {
    #render-container-1 {
        margin-top: 5px;
    }
}