/* (home) version: 1.0.1 */



/* header & footer (1.0.1) */

 .nav-header,
 .home .ui-item__discount-box,
 .side-drawer__title {
    background: #fb2208;
    border-color: #fb2208;
}

 .nav-header__hamburger {
    background: #eff5ee !important;
}

 .nav-list--horizontal > .nav-list__item > .nav-list__link {
    color: #eff5ee !important;
}

/* Hover under elements in menu */
 .nav-list__item--more:after,
 .nav-list--horizontal > .nav-list__item:not(:last-child):not(:last-child):after {
    border-color: #eff5ee !important;
}

/* Icons */
 .nav-header__logo,
 .home .ui-item__discount-box .ui-item__discount-text,
 .nav-header__nav-link .nav-header__nav-icon:before,
 .nav-icon-cart:before,
 .nav-cart .nav-icon-cart-quantity {
    color: #eff5ee !important;
}

/* Separators in the header */
 .nav-header__separator,
 .nav-cart:before,
 .nav-header__nav-link:before {
    border-color: #eff5ee !important;
    opacity: 0.1;
}

/* Hide QR Afip (todo: don't do it by style but by removing the element) */
 footer .nav-footer-disclaimer a[href="null"] {
    display: none;
}

/* New Classes for templates */
 .header--custom-background {
    background: #fb2208 !important;
    border-color: #fb2208 !important;
}

 .header--custom-title {
    color: #fb2208 !important;
}

 .header--custom-title-container {
    background-color: #eff5ee !important;
}

 .icon--custom-color {
  fill: #fb2208 !important;
}

 .discovery--custom-label-image-gradient {
  background: linear-gradient(to top, rgba(251,34,8,0.05), transparent)
}

 .header--custom-text {
    color: #eff5ee !important;
}

 .header--custom-border {
    border-color: #eff5ee !important;
}

 .header--custom-svg {
    fill: #eff5ee !important;
}

 .header--custom-secondary-background {
    background-color: #fec4bd !important;
}

 .header--custom-secondary-text {
    color: #333 !important;
}

 .header--custom-text a {
  color: #eff5ee !important;
}
 .header--custom-border.nav-list--horizontal>.nav-list__item:not(:last-child):not(:last-child):after {
  border-color: #eff5ee !important;
}

/* Search box looks bad on white headers (white border - white background). We need to force gray. */


 .header--custom-border:hover {
    border-color: #eff5ee !important;
}

.header-gradient {
    background: linear-gradient(0deg, rgba(251,34,8,0.1) 0%, rgba(251,34,8,0.9) 100%);
}

.nav-fashion-header {
    background: #fb2208 !important;
}

.shops__pills {
    display: none;
}

 .ui-search-result__content-wrapper .ui-pb,
 .ui-row-card__content .ui-pb,
 .ui-search-result__content .ui-pb {
    display: none;
}

 .ui-item__content .ui-item__shipping.ui-item__shipping-free {
    display: block !important
}

/* Home discount pill styles theme material */
 .home--material .ui-item__discount-box {
    height: 32px !important;
    min-width: auto ;
    padding: 0 16px !important;
    position: absolute;
    right: 16px;
    top: -12px;
}

/* Home discount pill styles theme material */
 .home--legend .ui-item__discount-box {
    .ui-item__discount-text,
    .ui-item__discount-text.ui-item__discount-text--secondary {
    padding: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .home--legend {
        .ui-item__discount-text.ui-item__discount-text--secondary {
            font-size: 12px !important;
        }

        .carousel-with-tabs-mobile__list .ui-item__discount-box,
        .carousel-mobile-list-element .ui-item__discount-box {
            display: flex;
            flex-direction: row;
            height: 24px !important;
            width: 100% !important;
        }

        .carousel-with-tabs-mobile__list .ui-item__discount-box.ui-item__discount-box--short-text,
        .carousel-mobile-list-element .ui-item__discount-box.ui-item__discount-box--short-text {
            width: 80px !important;
        }
    }

    .home.home--explorer {
        .ui-item__content.ui-item__content--with-original-price {
            padding-top: 20px !important;
        }
    }
}

.home.home--legend {
    .ui-item__shipping {
        align-self: center;
        order: 1;
        position: relative !important;
        top: inherit !important;
    }

    .ui-item__title {
     order: 3;
    }

    .ui-item__price-block {
     order: 2
    }
}

.home.home--explorer {
    .ui-item__shipping {
        order: 2;
    }

    .ui-item__content.ui-item__content--with-original-price {
        padding-top: 24px;
    }
}

.ui-search-rebates,
.ui-row-item__group--rebates,
.ui-row-rebates {
    display: none !important;
}










/* explorer  home*/