@import '_content/FreundEcom.WebSite.Modules/FreundEcom.WebSite.Modules.5echfna5vk.bundle.scp.css';

/* _content/FreundEcom.WebSite/Account/Pages/MyOrderPrint.razor.rz.scp.css */
[b-bgglzjvbdf] .product-item-history {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.175);
}

    [b-bgglzjvbdf] .product-item-history .bottom {
        display: none !important;
    }

.order-print-content[b-bgglzjvbdf] {
    padding: 0 !important;
}

[b-bgglzjvbdf] .card p {
    margin: 0 0 5px 0;
    font-size: 12px;
}

[b-bgglzjvbdf] h5 {
    font-size: 14px !important;
    margin: 0;
}

[b-bgglzjvbdf].logo-selectos svg {
    height: auto;
    width: 160px;
}

div[b-bgglzjvbdf], [b-bgglzjvbdf] h5, [b-bgglzjvbdf] p, h1[b-bgglzjvbdf] {
    color: black !important;
}

[b-bgglzjvbdf] .card {
    --bs-card-border-color: black;
}

[b-bgglzjvbdf] .product-item-history {
    border: 1px solid black;
}

.item[b-bgglzjvbdf] {
    display: flex;
    align-items: flex-end;
    font-weight: normal;
    font-size: var(--subtotales-compra-font-size,13px);
    padding: 1px 0;
}

    .item.subt[b-bgglzjvbdf] {
        color: var(--subtotales-compra-total-color, #E73A3A);
        font-weight: 600;
    }

p[b-bgglzjvbdf], h6[b-bgglzjvbdf] {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.2;
}

p[b-bgglzjvbdf] {
    flex-grow: 1;
}

h6[b-bgglzjvbdf] {
    margin-left: auto;
    padding-left: 15px;
}


.product-item-history[b-bgglzjvbdf] {
    --prod-hist-image-w: 64px;
    --prod-hist-image-h: 64px;
    --prod-hist-left-padd: 10px;
    --product-price-font-size: 14px;
    /**/
    padding: 15px;
    border: 1px solid #eeeeee;
    box-shadow: var(--shadow-default);
    margin-bottom: 15px;
    font-size: 14px;
}

.prod-item-inner[b-bgglzjvbdf] {
    display: grid;
    grid-template-areas: "image name" "stotals stotals" "bottom bottom";
    grid-template-columns: var(--prod-hist-image-w) 1fr;
}

.prod-image[b-bgglzjvbdf] {
    width: var(--prod-hist-image-w);
    height: var(--prod-hist-image-h);
    grid-area: image;
}

[b-bgglzjvbdf] .prod-image a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 84px;
}

[b-bgglzjvbdf] .prod-image img {
    max-height: 100%;
    max-width: 100%;
}

h5.prod-nombre[b-bgglzjvbdf] {
    grid-area: name;
    min-height: var(--prod-hist-image-h);
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    padding-left: var(--prod-hist-left-padd);
}

.stotales[b-bgglzjvbdf] {
    grid-area: stotals;
    display: flex;
    text-align: center;
}

    .stotales .st[b-bgglzjvbdf] {
        flex: 0 0 auto;
        min-width: 25%;
        margin: 0 -5px;
        padding: 0 5px;
    }

.st[b-bgglzjvbdf] {
    text-align: center;
}

    .st .tit[b-bgglzjvbdf] {
        font-size: 12px;
        display: block;
    }

.sval[b-bgglzjvbdf] {
    font-weight: 600;
}

.stotales .pr[b-bgglzjvbdf] {
    flex-grow: 1;
}

.bottom[b-bgglzjvbdf] {
    grid-area: bottom;
    display: flex;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid #f1f1f1;
    align-items: center;
}

    .bottom .pr[b-bgglzjvbdf] {
        flex: 0 0 auto;
        text-align: center;
        padding-right: 10px;
    }

    .bottom .pr[b-bgglzjvbdf], .stotales .ca[b-bgglzjvbdf] {
        text-align: left;
    }

    .bottom h6[b-bgglzjvbdf] {
        flex: 1;
        padding-right: 10px;
    }

.price-container[b-bgglzjvbdf] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 5px;
}

.stotales .tt[b-bgglzjvbdf] {
    text-align: right;
}

.add-wrap[b-bgglzjvbdf] {
    flex-grow: 1;
}

[b-bgglzjvbdf] .label-precios {
    text-align: inherit;
}

    [b-bgglzjvbdf] .label-precios .antes,
    [b-bgglzjvbdf] .label-precios .ahorro {
        display: none;
    }

@media screen and (max-width:767px) {

    .bottom[b-bgglzjvbdf] {
        flex-wrap: wrap;
    }

        .bottom .btn-container[b-bgglzjvbdf] {
            width: 100%;
        }
}

@media screen and (min-width:992px) {

    .product-item-history[b-bgglzjvbdf] {
        --prod-hist-image-w: 84px;
        --prod-hist-image-h: 84px;
        --prod-hist-left-padd: 15px;
    }

    .prod-item-inner[b-bgglzjvbdf] {
        grid-template-areas: "image name" "image stotals" "image bottom";
    }

    .prod-image[b-bgglzjvbdf] {
        min-height: 100%;
    }

    h5.prod-nombre[b-bgglzjvbdf] {
        min-height: 0;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .bottom[b-bgglzjvbdf], .stotales[b-bgglzjvbdf] {
        padding-left: var(--prod-hist-left-padd);
    }

        .bottom .pr[b-bgglzjvbdf] {
            min-width: 25%;
        }
}

@media screen and (min-width:1200px) {

    .product-item-history[b-bgglzjvbdf] {
        --prod-hist-image-w: 84px;
        --prod-hist-image-h: 84px;
        --prod-hist-left-padd: 15px;
    }

    .prod-item-inner[b-bgglzjvbdf] {
        grid-template-areas: "image name bottom" "image stotals bottom";
        grid-template-columns: var(--prod-hist-image-w) 1fr 220px;
    }

    .bottom[b-bgglzjvbdf] {
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
        padding-left: 15px;
        display: block;
        border-left: 2px solid #f1f1f1;
        margin-left: 15px;
    }

        .bottom h6[b-bgglzjvbdf] {
            padding-right: 0;
        }

        .bottom .pr[b-bgglzjvbdf] {
            text-align: right;
            padding-right: 0;
            margin-bottom: 5px;
        }

    .price-container[b-bgglzjvbdf] {
        display: flex;
        align-items: flex-end;
        width: 100%;
    }
}

@media print {

    .product-item-history[b-bgglzjvbdf] {
        --prod-hist-image-w: 84px;
        --prod-hist-image-h: 84px;
        --prod-hist-left-padd: 15px;
    }

    .prod-item-inner[b-bgglzjvbdf] {
        grid-template-areas: "image name bottom" "image stotals bottom";
        grid-template-columns: var(--prod-hist-image-w) 1fr;
    }

    /*.prod-item-inner {
        display: block;
        position: relative;
        padding-left: 100px;
    }*/

    .bottom[b-bgglzjvbdf] {
        display: none;
    }

    .price-container[b-bgglzjvbdf] {
        display: flex;
        align-items: flex-end;
        width: 100%;
    }

    /*.prod-image {
        position: absolute;
        left: 0;
        width: 100px;
    }*/

    h5.prod-nombre[b-bgglzjvbdf] {
        min-height: 0;
        font-size: 15px;
        margin-bottom: 10px;
        padding: 0;
    }

    .product-item-history[b-bgglzjvbdf] {
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, 0.175);
    }
}
/* _content/FreundEcom.WebSite/Components/Layout/CheckoutLayout.razor.rz.scp.css */
/* _content/FreundEcom.WebSite/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/FreundEcom.WebSite/Components/Layout/NavMenu.razor.rz.scp.css */
/* _content/FreundEcom.WebSite/Products/Components/AlgoliaProductList.razor.rz.scp.css */
[b-fhbpqmb258] .favorite-button {
    --favorite-btn-bg: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px' viewBox='0 0 28 28' enable-background='new 0 0 28 28' xml:space='preserve'%3e%3cpath fill='%2345474D' d='M26.4,6.7L26.4,6.7c-0.4-0.9-0.9-1.8-1.6-2.5C23.5,2.8,21.6,2,19.7,2s-3.8,0.8-5.2,2.2L14,4.7l-0.5-0.5 C12.1,2.8,10.3,2,8.3,2S4.5,2.8,3.1,4.2S1,7.6,1,9.6s0.8,3.9,2.1,5.4l10.5,10.8c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3-0.1,0.4-0.2 l3-3.1c0.1-0.1,0.2-0.3,0.2-0.4c0-0.2-0.1-0.3-0.2-0.4s-0.2-0.2-0.4-0.2c-0.1,0-0.3,0.1-0.4,0.2L14,24.6L3.9,14.2 C2.7,13,2.1,11.4,2.1,9.6S2.8,6.3,3.9,5c1.2-1.2,2.7-1.9,4.4-1.9l0,0c1.6,0,3.3,0.7,4.4,1.9l0.9,1c0.1,0.1,0.2,0.2,0.4,0.2 c0.1,0,0.3-0.1,0.4-0.2l0.8-0.9c1.2-1.2,2.7-1.9,4.4-1.9c0.8,0,1.7,0.2,2.4,0.5c0.8,0.3,1.4,0.8,2,1.4c1.2,1.2,1.8,2.8,1.8,4.6 c0,1.7-0.6,3.3-1.8,4.6v0c-0.1,0.1-0.2,0.3-0.2,0.4c0,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3-0.1,0.4-0.2l0.1-0.1 c1.4-1.4,2.1-3.3,2.1-5.4C27,8.6,26.8,7.6,26.4,6.7'/%3e%3cpath fill='%2345474D' d='M24,17.8h-2.8V15c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6v2.9h-2.8c-0.3,0-0.6,0.3-0.6,0.6 c0,0.3,0.3,0.6,0.6,0.6H20V22c0,0.3,0.3,0.6,0.6,0.6c0.3,0,0.6-0.3,0.6-0.6v-2.9H24c0.3,0,0.6-0.3,0.6-0.6 C24.6,18.1,24.3,17.8,24,17.8'/%3e%3c/svg%3e");
    display: inline-block;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
    background-image: var(--favorite-btn-bg, none);
}

    [b-fhbpqmb258] .favorite-button[data-active] {
        --favorite-btn-bg: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='28px' viewBox='0 0 28 28' enable-background='new 0 0 28 28' xml:space='preserve'%3e%3cpath fill='%23DC0D15' d='M24.9,4.2C23.5,2.8,21.6,2,19.7,2c-2,0-3.8,0.8-5.2,2.2L14,4.7l-0.5-0.5C12.1,2.8,10.3,2,8.3,2 S4.5,2.8,3.1,4.2c-2.9,3-2.9,7.8,0,10.8l10.5,10.8c0.1,0.1,0.2,0.2,0.4,0.2c0.1,0,0.3-0.1,0.4-0.2L24.9,15c1.4-1.4,2.1-3.3,2.1-5.4 C27,7.6,26.2,5.7,24.9,4.2z'/%3e%3c/svg%3e");
    }

/*::deep span {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}*/

/* ProductNoAvailable*/
[b-fhbpqmb258] .not-available {
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    margin: 0;
    min-height: var(--widget-agregar-height);
    font-size: var(--not-available-fs, 11px);
    width: 100%;
    color: var(--bs-body-color,#aaa);
    cursor: default;
    border-radius: 2px;
    padding: 4px 8px;
    text-align: left;
}

[b-fhbpqmb258] .na-inner {
    --rz-icon-size: 24px;
    display: flex;
    align-items: center;
}

[b-fhbpqmb258] .na-inner i {
    color: var(--bs-warning);
}

    [b-fhbpqmb258] .na-inner span {
        display: block;
        flex: 1;
        padding-left: 8px;
        line-height: 1.1;
        color: #555;
        max-width: var(--not-available-span-maxw, 160px);
    }

[b-fhbpqmb258] .link {
    color: var(--bs-secondary, inherit);
    /*background-color: rgba(46, 108, 55, 0.2);*/
    font-size: var(--not-available-link-fs, inherit);
    padding: 2px 0;
    border-radius: 2px;
    font-weight: 500;
}

@media (max-width: 767.9px) {

    [b-fhbpqmb258] .not-available {
        font-size: 11px;
        padding: 4px;
    }

    [b-fhbpqmb258] .link {
        padding: 0;
    }
}

/* Toast*/
[b-fhbpqmb258] .widget-message {
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    z-index: 5;
    display: flex;
    color: white;
    animation: add-message-animation 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    font-size: 11px;
    line-height: 1.1;
    border-left: 4px solid rgba(0,0,0,0.2);
}

    [b-fhbpqmb258] .widget-message > span {
        display: block;
        padding: 5px 0;
    }

    [b-fhbpqmb258] .widget-message[data-tipo="success"] {
        background-color: #61AF30;
    }

    [b-fhbpqmb258] .widget-message[data-tipo="error"] {
        background-color: #E73A3A;
    }

[b-fhbpqmb258] .close-message {
    background: transparent;
    color: white;
    margin-left: auto;
    padding-left: 8px;
}

.btn-promo[b-fhbpqmb258] {
    display: inline-block;
    background-color: #FF0000; /* Rojo */
    color: #FFFFFF; /* Blanco para el texto */
    text-align: center;
    text-decoration: none;
    padding: 10px 20px; /* Espaciado interno */
    font-size: 14px; /* Tamaño del texto */
    font-weight: bold; /* Texto en negrita */
    border-radius: 5px; /* Bordes redondeados */
    transition: background-color 0.3s ease; /* Efecto al pasar el mouse */
}

    .btn-promo:hover[b-fhbpqmb258] {
        background-color: #CC0000; /* Cambiar a un tono más oscuro al pasar el mouse */
    }
/* _content/FreundEcom.WebSite/Sections/Pages/TerminosYCondiciones.razor.rz.scp.css */
#devolucion[b-hkz7kvzdqq] {
    scroll-margin-top: var(--layout-header-h);
}
