.gg {
    background-color: #00FF00;
}

.bb {
    background-color: #0000FF;
}

.rr {
    background-color: #FF0000;
}

.pt-menu-2 {
    padding-top: 100px;
}


.pt-menu-1 {
    padding-top: 100px;
}

#tienda {
    margin-bottom: 10px;
}

#tienda h1 {
    font-size: 64px;
    font-weight: bold !important;
    color: var(--colorUser);
}

#tienda .formulario input {
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;
    line-height: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

.formulario select {
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;
    line-height: 34px;
    background-image: url(../img/bg-select-gris.svg) !important;

    background-position: right center;
    background-size: 1088px 34px;
    background-color: var(--colorUser);
}

#tienda .icono-der {
    position: relative;

}

.tiendaPT {
    padding-top: 100px;
}

#tienda .icono-der i {
    color: var(--colorUser);
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 22px;
}

#tienda .select-view {}

#tienda .select-view .label {
    color: #333333;
    padding-right: 10px;
    display: inline-block;
}

#tienda .select-view a {
    color: #b4b4b4;
    font-size: 28px;
    height: 48px;
    width: 48px;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    line-height: 48px;
    text-align: center;
    margin-right: 4px;
    margin-left: 4px;

}

#tienda .select-view .active a {
    color: #ffffff;
    font-size: 28px;
    height: 48px;
    width: 48px;
    background-color: var(--colorUser);
    display: inline-block;
    line-height: 48px;
    text-align: center;
    margin-right: 4px;
    margin-left: 4px;

}

#tienda .select-productos {
    background-image: url(../img/bg-select-gris.svg) !important;
    background-position: right center;
    background-size: 1088px 34px;
    height: 48px;
    background-color: var(--colorUser);
    border: 1px solid #d8d8d8;
}

#tienda .select-view a:hover {
    color: #FFFFFF;

    background-color: var(--colorUser75);

    cursor: pointer;
}

#tienda option {
    background-color: #f5f5f5;
}

.vista-lista {
    background-color: yellow;
}


.paginacion {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.paginacion .active .page-link {

    color: #FFFFFF;
    background-color: var(--colorUser) !important;

}

.paginacion .page-link {
    color: #999999;
    margin: 2px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    padding: 0px;
    text-align: center;
    border: 0px solid #CCCCCC;
}

.paginacion .page-link:hover {
    border: 1px solid var(--colorUse75) !important;
    color: #FFFFFF;
    background-color: var(--colorUser75) !important;
    cursor: pointer;

}

.paginacion.curvatura-100 .page-link {
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
}

.paginacion.curvatura-50 .page-link {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.paginacion.curvatura-0 .page-link {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

#carroLista .top {
    display: none;
}

.m-label {
    display: none;
}

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

    #carroLista .titulos {
        display: none;
    }

    #carroLista .m-label {
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
        display: block;
        width: 100%;
    }

    #carroLista .top {
        display: block;
    }

    #carroLista .acciones {
        margin-top: 5px;
        margin-bottom: 10px;

    }

    #tienda {
        overflow-x: hidden;
    }

    .vista-grillaChica .productos {
        padding-right: 10px;
        padding-left: 10px;
    }

    .vista-grillaGrande .productos {
        padding-right: 15px;
        padding-left: 15px;
    }

    .vista-grillaGrande .productos .item-producto {
        width: calc(100% - 22px);
        background-color: #FFFFFF;
        margin: 5px;
        padding-top: 10px;
        border: 1px solid #dfdfdf;
        position: relative;
    }

    .vista-grillaChica .productos .item-producto {
        width: calc(50% - 12px);
        background-color: #FFFFFF;
        margin: 5px;
        padding-top: 10px;
        border: 1px solid #dfdfdf;
        position: relative;
    }
}

@media screen and (min-width: 720px) and (max-width: 1023px) {
    .vista-grillaGrande .productos .item-producto {
        width: calc(50% - 12px);
        background-color: #FFFFFF;
        margin: 5px;
        padding-top: 10px;
        border: 1px solid #dfdfdf;
        position: relative;
    }

    .vista-grillaChica .productos .item-producto {
        width: calc(25% - 12px);
        background-color: #FFFFFF;
        margin: 5px;
        padding-top: 10px;
        border: 1px solid #dfdfdf;
        position: relative;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1360px) {
    .vista-grillaGrande .productos .item-producto {
        width: calc(33.33333% - 12px);
        background-color: #FFFFFF;
        margin: 5px;
        padding-top: 10px;
        border: 1px solid #dfdfdf;
        position: relative;
    }

    .vista-grillaChica .productos .item-producto {
        width: calc(20% - 12px);
        background-color: #FFFFFF;
        margin: 5px;
        padding-top: 10px;
        border: 1px solid #dfdfdf;
        position: relative;
    }
}

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

    .vista-grillaGrande .productos .item-producto {
        width: calc(25% - 12px);
        background-color: #FFFFFF;
        margin: 5px;
        padding-top: 10px;
        border: 1px solid #dfdfdf;
        position: relative;
    }

    .vista-grillaChica .productos .item-producto {
        width: calc(16.66666% - 12px);
        background-color: #FFFFFF;
        margin: 5px;
        padding-top: 10px;
        border: 1px solid #dfdfdf;
        position: relative;
    }
}

.vista-grillaChica .productos .foto img {
    width: 100%;
}

.vista-grillaChica {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.vista-grillaChica .foto {}


.vista-grillaChica .productos .nombre-producto {
    font-size: 16px;
    font-weight: normal;
    text-align: center !important;
    line-height: 18px;
    display: block;
    min-height: 54px;
    position: relative;
    z-index: 10;
}

.vista-grillaChica .productos .precio {

    text-align: center;

    height: 36px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
}

.vista-grillaChica .productos .precio .valor {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    display: inline-block;

    color: var(--colorUser);
    padding-right: 10px;
    padding-left: 10px;
    border: 2px solid var(--colorUser);
}

.vista-grillaChica .productos .nombre-producto a {
    color: var(--colorUser);
    text-decoration: none;
    display: block;
}

.vista-grillaChica .productos .nombre-producto a:hover {
    color: var(--colorUser75);
    text-decoration: none;
}

.vista-grillaChica .productos .agregar-carro {
    padding: 0px !important;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    position: relative;
    z-index: 10;
}

.vista-grillaChica .productos .agregar-carro .btn {
    width: calc(100% - 20px);
    margin-top: 0px !important;

    margin-bottom: 0px !important;
    margin-left: 10px !important;
}


.vista-grillaGrande {
    background-color: red;
}

.vista-grillaGrande .productos .foto img {
    width: 100%;
}

.vista-grillaGrande {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.vista-grillaGrande .foto {}

.vista-grillaGrande .productos .nombre-producto {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 18px;
    display: block;
    min-height: 54px;
}

.vista-grillaGrande .productos .precio {
    text-align: center;
    height: 38px;
    width: 140px;
    float: left;
    position: relative;
    z-index: 10;
}

.vista-grillaGrande .productos .precio .valor {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    display: inline-block;

    color: var(--colorUser);
    padding-right: 10px;
    padding-left: 10px;
    border: 2px solid var(--colorUser);
}

.vista-grillaGrande .productos .nombre-producto a {
    color: var(--colorUser);
    text-decoration: none;
    display: block;
}

.vista-grillaGrande .productos .nombre-producto a:hover {
    color: var(--colorUser75);
    text-decoration: none;
}

.vista-grillaGrande .productos .agregar-carro {
    padding: 0px !important;
    left: 0px;
    bottom: 0px;
    width: calc(100% - 140px);
    margin-right: 0px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    float: right;
    position: relative;
    z-index: 10;
}

.vista-grillaGrande .productos .agregar-carro .btn {
    width: calc(100% - 20px);
    margin-top: 0px !important;

    margin-bottom: 0px !important;
    margin-left: 10px !important;
}


/* */

.vista-lista .productos .foto {
    width: 120px;
    float: left;
    margin-left: 3px;
}

.vista-lista .productos .foto img {
    width: 100px;
}

.vista-lista {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.vista-lista .productos .item-producto {
    width: calc(100% - 20px);
    background-color: #FFFFFF;
    margin: 5px;
    padding-top: 5px;
    border: 1px solid #dfdfdf;
    position: relative;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.vista-lista .productos .nombre-producto {
    width: calc(100% - 573px);
    font-size: 26px;
    font-weight: bold;
    text-align: left !important;
    line-height: 18px;
    min-height: 54px;
    float: left;
    height: 100px;
    position: relative;
    z-index: 10;
}

.vista-lista .productos .precio {
    text-align: center;
    width: 200px;
    float: left;
    height: 100px;
    position: relative;
    z-index: 10;
}

.vista-lista .productos .precio .valor {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;

    color: var(--colorUser);
    padding-right: 10px;
    padding-left: 10px;
    border: 2px solid var(--colorUser);
}

.vista-lista .productos .nombre-producto a {
    color: var(--colorUser);
    text-decoration: none;
    display: block;
}

.vista-lista .productos .nombre-producto a:hover {
    color: var(--colorUser75);
    text-decoration: none;
}

.vista-lista .productos .agregar-carro {
    position: relative;
    z-index: 10;
    padding: 0px !important;
    left: 0px;
    bottom: 0px;
    width: 250px;
    float: right;
    height: 100px;
    margin: 0px;
}

.vista-lista .productos .agregar-carro .btn {
    width: 100%;
    margin-top: 0px !important;

    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

#carroLista {}


#carroLista .foto img {
    background-color: var(--colorUser);
}

#carroLista .curvatura-100 .titulos {
    -webkit-border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-topright: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#carroLista .curvatura-0 .titulos {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#carroLista .curvatura-50 .titulos {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#carroLista .titulos {
    line-height: 50px;
    font-weight: bold;
    background-color: var(--colorUser);
    color: rgba(255, 255, 255, 1);
}

#carroLista .curvatura-100 .bottom {
    height: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: var(--colorUser);
    color: rgba(255, 255, 255, 1);
}

#carroLista .curvatura-50 .bottom {
    height: 30px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--colorUser);
    color: rgba(255, 255, 255, 1);
}

#carroLista .curvatura-0 .bottom {
    height: 30px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: var(--colorUser);
    color: rgba(255, 255, 255, 1);
}

#carroLista .curvatura-100 .top {
    height: 30px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    background-color: var(--colorUser);
    color: rgba(255, 255, 255, 1);
}

#carroLista .curvatura-50 .top {
    height: 30px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: var(--colorUser);
    color: rgba(255, 255, 255, 1);
}

#carroLista .curvatura-0 .top {
    height: 30px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: var(--colorUser);
    color: rgba(255, 255, 255, 1);
}

#carroLista .item-carro {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #d8d8d8;
}


#carroLista .item-carro .cantidad .cuadrado {
    border: 1px solid var(--colorUser);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--colorUser);
}

#carroLista .item-carro .btn-group {
    margin: 0px;
    padding: 0px;
}

#carroLista .item-carro .btn-group .btn {
    margin-top: 0px !important;
    margin-right: 5px;
    margin-bottom: 0px !important;
    margin-left: 5px;
}

#carroLista .item-carro .total {
    color: var(--colorUser);
    font-weight: bold;
    font-size: 16px;
}

.formulario .linea {
    margin-bottom: 10px;
}

.formulario input {
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;
    line-height: 34px;
}

.formulario small {
    font-style: italic;
    font-weight: normal;
    color: rgba(153, 153, 153, 1);
}

.mini-login {
    min-width: 250px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.mini-login h5 {
    color: var(--colorUser);

    font-weight: bold;
}

.no-hover:hover {
    background-color: transparent;

}
 

.destacaNumero {
    animation-name: destacaNumero;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.destacaCarro {
    animation-name: destacaCarro;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

@keyframes destacaCarro {
    0% {
        transform: scale(5);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    35% {
        transform: scale(1);
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        transform: scale(1.5);
        animation-timing-function: ease-in;
    }

    70% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }

    80% {
        transform: scale(1.24);
        animation-timing-function: ease-in;
    }

    90% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }

    95% {
        transform: scale(1.04);
        animation-timing-function: ease-in;
    }

    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

@keyframes destacaNumero {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

#datosCompra .datos-envio-a {
    background-color: var(--colorUser25) !important;
    background-image: url(../img/lineas.png);
    box-shadow: 0px 0px 5px 0px var(--colorUser25);
    -webkit-box-shadow: 0px 0px 5px 0px var(--colorUser25);
    -moz-box-shadow: 0px 0px 5px 0px var(--colorUser25);
    padding: 3px;

}

#datosCompra .datos-envio-b {
    background-color: var(--colorUser) !important;
    border: 1px solid var(--colorUser25) !important;
    background-image: url(../img/blanco95.png);
    padding: 10px;
}

#datosCompra .datos-envio-b .avatar {
    height: 100px;
    width: 100px;
    margin-right: 20px;
    float: left;
}

#datosCompra .datos-envio-b .nombre {
    font-family: Font-Titulos;
    color: var(--colorUser) !important;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#datosCompra .datos-envio-b .email {
    font-size: 18px;
    font-weight: normal;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

#datosCompra .datos-envio-b .dni {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

#datosCompra .datos-envio-b .direccion,
#datosCompra .datos-envio-b .telefono {
    font-size: 18px;

}

#direcciones .item-direccion {
    background-color: var(--colorUser10) !important;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    border: 1px solid var(--colorUser) !important;
}

#resumen-pedido .total-final {
    font-size: 26px;
    font-weight: bold;
    padding-right: 25px;
    padding-left: 25px;
}

#resumen-pedido ul li {
    font-size: 18px;
}

#resumen-pedido ul li {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b4b4b4;
    border-top-color: #b4b4b4;
    margin-top: -1px;
}

#resumen-pedido ul .dscto {
    background-color: var(--colorUser10) !important;
    margin-top: 5px;
    margin-bottom: 5px !important;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}



.radio-medio-de-pago {
    display: block;
    position: relative;
    border: 2px solid var(--colorUser) !important;
    padding: 10px;
}

.radio-medio-de-pago:hover {
    cursor: pointer;
}

.radio-medio-de-pago input[type='radio'] {
    position: absolute;
    left: 15px;
    top: 15px;
}

.radio-medio-de-pago label:hover {
    cursor: pointer;
}


.radio-medio-de-pago input[type='radio']:after {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    border: 2px solid rgba(153, 153, 153, 1);
    margin-top: -6px;
    margin-left: -6px;
}

.radio-medio-de-pago input[type='radio']:checked:after {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: var(--colorUser) !important;

}

#PerfilUsuario .datos-usuario .datos {
    font-family: 'Font-Titulos';
    padding: 20px;
    display: inline-block;
    background-color: var(--colorUser) !important;
    width: 100%;
    background-image: url(../img/blanco75.png);
    font-size: 28px;
    font-weight: bold;
    color: var(--colorUser) !important;
    margin-bottom: 10px;
}

#PerfilUsuario .avatar {
    max-width: 200px;
}

#PerfilUsuario .acciones .accion {
    padding: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
}

#PerfilUsuario .btn {
    margin: 0px !important;
    display: inline-block;
}

#PerfilUsuario .direcciones .item-direccion {
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid var(--colorUser50) !important;
    background-color: rgba(255, 255, 255, 1);
}

#PerfilUsuario .direcciones .item-direccion .icono {
    color: var(--colorUser50) !important;
    margin-right: 10px;
}

#PerfilUsuario .recuadro {
    background-color: var(--colorUser10) !important;
}

.breadcrumb li a {
    color: var(--colorUser) !important;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: var(--colorUser75) !important;
    text-decoration: underline;
}

#ficha_producto .foto img {
    border: 1px solid rgba(204, 204, 204, 1);
    max-width: 500px;
}

#ficha_producto .curvatura-100 img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#ficha_producto .curvatura-50 img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#ficha_producto .curvatura-0 img {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#ficha_producto .nombre-producto {
    font-size: 36px;
    font-weight: bold;
    color: var(--colorUser);
}

#ficha_producto .detalles {
    padding: 10px;
    background-color: var(--colorUser10) !important;
    margin-top: 5px;
    margin-bottom: 10px;
}

#ficha_producto .acciones .btn {
    margin: 0px !important;
}

#ficha_producto .precio {
    background-color: var(--colorUser10) !important;
    font-size: 26px;
    font-weight: bold;
    color: var(--colorUser);
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}


#resultado-transaccion {
    margin-top: 15px;
}

#resultado-transaccion .operacion {
    margin-top: 15px;
    border: 1px dashed var(--colorUser);
    position: relative;
    overflow: hidden;
}

#resultado-transaccion .operacion .titulo {
    margin-top: 20px;
}

#resultado-transaccion .operacion .titulo .exito {
    color: var(--colorSuccess) !important;
}

#resultado-transaccion .operacion .titulo .error {
    color: var(--colorDanger) !important;
}

#resultado-transaccion .operacion .decoracion {
    height: 80px;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}


#resultado-transaccion .operacion .decoracion.exito {
    background-color: var(--colorSuccess) !important;
    background-repeat: no-repeat;
    background-image: url(../img/success.gif);
    background-blend-mode: screen;
}

#resultado-transaccion .operacion .decoracion.error {
    background-color: var(--colorDanger) !important;
    background-repeat: no-repeat;
    background-image: url(../img/error.gif);
    background-blend-mode: screen;
}

#resultado-transaccion .operacion .detalles {
    background-color: var(--colorUser10) !important;
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

#resultado-transaccion .operacion .detalles .item-detalle {
    width: calc(50% - 20px);
    background-color: var(--colorUser) !important;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px;
    background-image: url(../img/blanco95.png);
    margin-top: 5px;
    margin-bottom: 5px;
}

#resultado-transaccion .operacion .info-realizacion {
    height: 256px;
    width: 100%;
}

#resultado-transaccion .operacion .info-realizacion .grafico {

    height: 256px;
    width: 256px;
    float: right;
    position: relative;
}

#resultado-transaccion .operacion .info-realizacion .grafico .exito {
    background-color: var(--colorUser25) !important;
}

#resultado-transaccion .operacion .info-realizacion .grafico .error {
    background-color: var(--colorDanger) !important;
}


#resultado-transaccion .operacion .info-realizacion .logo-tienda {
    height: 60px;
    width: 170px;
    float: right;
    position: absolute;
    left: 40px;
    top: 86px;
    rotate: -30deg;
    padding: 0px;
    margin: 0px;
}

#resultado-transaccion .operacion .info-realizacion .logo-tienda img {
    opacity: 0.20;
}

#resultado-transaccion .operacion .info-realizacion .texto {
    width: calc(100% - 256px);
    font-style: oblique;
    font-weight: lighter;
    color: rgba(153, 153, 153, 1);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#carousel-ofertas .titulo {
    background-color: var(--colorSuccess);
}

#carousel-novedades .titulo {
    background-color: #03a9f4;
}

#carousel-ultimas-unidades .titulo {
    background-color: #e57273;
}

#carousel-destacados .titulo {
    background-color: #4db6ac;
}


.carousel-productos-v1 {}

.carousel-productos-v1 .foto {

    position: relative;

}

.carousel-productos-v1 .overlay {
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1 !important;
    left: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    opacity: 0.0;
    scale: 1.3;
    font-size: 16px;
    color: var(--colorUser);
}

.carousel-productos-v1 .overlay .fa {
    font-size: 38px;
}

.carousel-productos-v1 a:hover .overlay {
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease-in-out;
    opacity: 0.8;
    scale: 1;
}

.carousel-productos-v1 a {

    text-decoration: none;
}

.carousel-productos-v1 h1 {}

.carousel-productos-v1 .carousel {
    position: relative;
    padding-bottom: 40px;
}

/*/*/
/*/*/
/*/*/
.carousel-productos-v1 .carousel-inner {
    padding-right: 40px;
    padding-left: 40px;
}

.carousel-productos-v1 .carousel-indicators {

    position: absolute;
    bottom: -5px;
}

.carousel-productos-v1 .carousel-indicators button {
    height: 16px !important;
    width: 16px !important;

    border: 0px solid rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.carousel-productos-v1 .carousel-indicators button.active {
    height: 17px !important;
    width: 17px !important;
    background-color: #FFF !important;
    border: 0px solid #FFF !important;
    opacity: 1;
}

.carousel-productos-v1 .carousel-control-prev {
    height: 32px;
    width: 32px;
    top: 50%;
    margin-top: -21px;
    margin-left: 20px;
    color: var(--colorUser);
    font-size: 18px;
    background-color: #FFF;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 1);
}

.carousel-productos-v1 .carousel-control-prev:hover {
    background-color: var(--colorUser);
    background-image: url(../img/blanco25.png);
    color: rgba(255, 255, 255, 1);
}

.carousel-productos-v1 .carousel-control-next {
    height: 32px;
    width: 32px;
    top: 50%;
    margin-top: -21px;
    margin-right: 20px;
    color: var(--colorUser);
    font-size: 18px;
    background-color: #fff;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 1);
}

.carousel-productos-v1 .carousel-control-next:hover {
    background-color: var(--colorUser);
    background-image: url(../img/blanco25.png);
    color: rgba(255, 255, 255, 1);
}

.carousel-productos-v1 .carousel-control-prev {
    height: 32px;
    width: 32px;
    top: 50%;
    margin-top: -21px;
    margin-left: 20px;
    color: #FFF;
    font-size: 18px;
    background-color: var(--colorUser);
    opacity: 1;
}

.carousel-productos-v1 .carousel-control-prev:hover {
    background-color: var(--colorUser);
    background-image: url(../img/blanco25.png);
}

.carousel-productos-v1 .carousel-control-next {
    height: 32px;
    width: 32px;
    top: 50%;
    margin-top: -21px;
    margin-right: 20px;
    color: #FFF;
    font-size: 18px;
    background-color: var(--colorUser);
    opacity: 1;
}

.carousel-productos-v1 .carousel-control-next:hover {
    background-color: var(--colorUser);
    background-image: url(../img/blanco25.png);
}

.carousel-productos-v1 .item-producto {
    background-color: #FFF;

    overflow: hidden;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}

.carousel-productos-v1 .titulo {
    position: absolute;
    right: -20px;
    bottom: 180px;
    color: rgba(255, 255, 255, 1);
    text-align: right;
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: Font-Titulos;
    font-size: 20px;
    font-weight: bolder !important;
    max-width: 75%;
    border: 2px solid rgba(255, 255, 255, 1);
}

.carousel-productos-v1 .nombre {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    height: 60px;
    margin-bottom: 10px;
    color: var(--colorUser);
    padding-right: 10px;
    padding-left: 10px;
}

.carousel-productos-v1 .agregar-carro {
    padding: 0px !important;
    left: 0px;
    bottom: 0px;
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    position: relative;
    z-index: 10;
}

.carousel-productos-v1 .precio {

    text-align: center;

    height: 36px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
}

.carousel-productos-v1 .precio .valor {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    display: inline-block;

    color: var(--colorUser);
    padding-right: 10px;
    padding-left: 10px;
    border: 2px solid var(--colorUser);
}

/*ALTERNAR COLOR */
.carousel-productos-v1.C0 {
    background-color: var(--colorUser);

}

.carousel-productos-v1.C0 h1 {
    color: #ffffff !important;
    font-weight: bold;
}

.carousel-productos-v1.C0 .carousel-indicators button {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.carousel-productos-v1.C0 .carousel-indicators button.active {
    background-color: #FFF !important;
}

.carousel-productos-v1.C0 .item-producto {
    border: 1px solid rgba(255, 255, 255, 1);
}

.carousel-productos-v1.C1 {
    background-color: var(--colorUser);
    background-image: url(../img/blanco90.png);
}

.carousel-productos-v1.C1 h1 {
    color: var(--colorUser) !important;
    font-weight: bold;
}

.carousel-productos-v1.C1 .carousel-indicators button {
    background-color: var(--colorUser50) !important;
}

.carousel-productos-v1.C1 .carousel-indicators button.active {
    background-color: var(--colorUser) !important;
}

.carousel-productos-v1.C1 .item-producto {
    border: 1px solid var(--colorUser);
}

.vista-grillaGrande .item-producto {
    overflow: hidden;
    position: relative;
}

.vista-grillaGrande .item-producto .foto {
    position: relative;
}

.vista-grillaGrande .item-producto .estado-oferta {
    background-color: var(--colorSuccess) !important;
    height: 32px;
    width: 100%;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    text-align: center;
    rotate: 45deg;
    position: absolute;
    top: 8%;
    right: -40%;
    font-size: 14px;
    letter-spacing: -0.025em;
}

.vista-grillaGrande .item-producto .estado-ultimas_unidades {
    background-color: #f54336;
    height: 70px;
    width: 160px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-top: 40px;
    line-height: 12px;
    rotate: -45deg;
    padding-right: 30px;
    padding-left: 30px;
    position: absolute;
    left: -65px;
    top: -25px;
    font-size: 14px;
    text-transform: uppercase;
}

.vista-grillaGrande .item-producto .estado-novedad {
    background-color: #f54336;
    height: 80px;
    width: 80px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 80px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 14px;
    -webkit-mask-image: url(../img/nuevo.svg);
    mask-image: url(../img/nuevo.svg);
    background-color: var(--colorUser);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: contain;
    font-weight: bold;
}

.vista-grillaGrande .item-producto .estado-destacado {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 3px solid var(--colorUser);
    overflow: hidden;
}

/*/*/
.vista-grillaChica .item-producto {
    overflow: hidden;
    position: relative;
}

.vista-grillaChica .item-producto .foto {
    position: relative;
}

.vista-grillaChica .item-producto .estado-oferta {
    background-color: var(--colorSuccess) !important;
    height: 32px;
    width: 100%;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    text-align: center;
    rotate: 45deg;
    position: absolute;
    top: 8%;
    right: -36%;
    font-size: 14px;
    letter-spacing: -0.025em;
}

.vista-grillaChica .item-producto .estado-ultimas_unidades {
    background-color: #f54336;
    height: 70px;
    width: 160px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-top: 40px;
    line-height: 12px;
    rotate: -45deg;
    padding-right: 30px;
    padding-left: 30px;
    position: absolute;
    left: -66px;
    top: -22px;
    font-size: 14px;
    text-transform: uppercase;
}

.vista-grillaChica .item-producto .estado-novedad {
    background-color: #f54336;
    height: 80px;
    width: 80px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 80px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    -webkit-mask-image: url(../img/nuevo.svg);
    mask-image: url(../img/nuevo.svg);
    background-color: var(--colorUser);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: contain;
    font-weight: bold;
}

.vista-grillaChica .item-producto .estado-destacado {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 3px solid var(--colorUser);
    overflow: hidden;
    z-index: 0;
}

/**/

.vista-lista .item-producto {
    overflow: visible;
    position: relative;
}

.vista-lista .item-producto .foto {
    position: relative;
}

.vista-lista .item-producto .estado-oferta {
    background-color: var(--colorSuccess) !important;
    height: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.025em;
    position: absolute;
    left: calc(50vw - 100px);
    top: -2px;
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    width: 200px;
}

.vista-lista .item-producto .estado-ultimas_unidades {
    background-color: #f54336;
    height: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.025em;
    position: absolute;
    left: calc(50vw - 100px);
    ;
    bottom: -2px;
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    width: 200px;

}

.vista-lista .item-producto .estado-novedad {
    background-color: #f54336;
    height: 100px;
    width: 20px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    background-color: var(--colorUser);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: contain;
    font-weight: bold;
    left: 0px;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    text-orientation: upright;
    letter-spacing: -0.5em;
}

.vista-lista .item-producto .estado-destacado {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 2px solid var(--colorUser);
    overflow: hidden;
}

.migas {
    text-transform: capitalize;
}

.migas nav {
    padding: 0px !important;
    line-height: 32px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px !important;
    margin-left: 0px;
}

.tabs-producto {
    background-color: rgba(255, 255, 255, 1);
}

.tabs-producto .nav-tabs .nav-link {}

.tabs-producto .nav-tabs .nav-link:hover {
    color: var(--colorUser) !important;
}

#recorta-imagen {
    background-color: rgba(255, 255, 255, 1);
}

#recorta-imagen .hidden {
    display: none !important;
    height: 5px;
    width: 100%;
    overflow: hidden;
}

#base64 {
    display: none !important;
    height: 5px;
    width: 100%;
    background-color: rgba(255, 0, 255, 1);
    overflow: hidden;
}

#recorta-imagen .label {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

#recorta-imagen .crop #editor {
    height: 50vh;
    max-height: 50vh;
    border: 1px solid var(--colorUser);
    overflow: scroll;
    background-image: url(../img/crop.png);
    background-repeat: repeat;
    background-position: center center;
    background-color: var(--colorUser25);
}

#recorta-imagen #preview {
    border: 1px solid var(--colorUser) !important;
    height: 256px;
    width: 256px;
}

.warning-box-v2 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff2f4;
    position: relative;
    padding-top: 5px;
    padding-left: 42px;
    padding-bottom: 5px;
    padding-right: 15px;
    margin-top: 2px;
    width: 100%;
    border: 1px solid #f3b3b3;
}

.warning-box-v2 .texto {
    font-size: 13px !important;
    font-weight: lighter !important;
    text-align: left;
}

.warning-box-v2 .icono {
    font-size: 22px;
    line-height: 22px;
    color: var(--colorDanger75);
    text-align: center;
    height: 22px;
    width: 22px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    right: 8px;
}

.warning-box-v2 p,
.warning-box-v2 h4,
.warning-box-v2 h5 {
    margin: 0px;
    padding: 0px;
    color: var(--colorDanger) !important;
}

.warning-box-v2 h4 {
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    #recorta-imagen .crop {
        width: calc(100% - 412px);
    }

    #recorta-imagen .preview {
        height: 412px;
        width: 412px;
    }
}

@media screen and (max-width: 992px) {
    #tienda h1 {
        font-size: 32px !important;
        font-weight: bold;
        color: var(--colorUser);
    }

    #resultado-transaccion {
        margin-top: -20px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    #resultado-transaccion .operacion .info-realizacion {
        width: 100%;
        padding: 0px !important;
    }

    #resultado-transaccion .operacion .detalles .item-detalle {
        width: calc(100% - 20px);
        display: block;
        margin-right: 5px;

        margin-top: 5px;
        margin-bottom: 5px;
    }

    #resultado-transaccion .operacion .info-realizacion .texto {
        width: 100% !important;
        display: block !important;
        float: none !important;
    }

    #resultado-transaccion .operacion .info-realizacion .grafico {

        width: 100% !important;
    }

    #resultado-transaccion .operacion .info-realizacion .grafico .firma {
        position: relative;
        height: 150px !important;
        width: 150px !important;
        margin-right: auto;
        margin-left: auto;
    }

    #resultado-transaccion .operacion .info-realizacion .logo-tienda {
        height: 36px;
        width: 100px;
        float: right;
        position: absolute;
        left: 26px;
        top: 57px;
        rotate: -30deg;
        padding: 0px;
        margin: 0px;
    }
}

.menu-tienda-v2 {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
}

.menu-tienda-v2 .dropdown-menu {
    border: 1px solid rgba(255, 0, 255, 1);
}

.menu-tienda-v2 {
    margin: 0px;
    padding: 0px;
}

.menu-tienda-v2 ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.menu-tienda-v2 ul li {
    margin: 0px !important;
    padding: 0px !important;


}
.menu-tienda-v2 li ul li  {
    background-color: var(--colorUser10);
 
}
.menu-tienda-v2 li ul li:first-of-type  {
    background: linear-gradient(180deg, var(--colorUser25) 0%, var(--colorUser10) 4px, var(--colorUser10) 5px, var(--colorUser10) 100%);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--colorUser25);
}

.menu-tienda-v2 li ul li:last-of-type  {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--colorUser25);
}
.menu-tienda-v2 li ul .sub-item {
    background: linear-gradient(180deg, var(--colorUser50) 0%, var(--colorUser10) 4px, var(--colorUser10) 5px, var(--colorUser10) 100%);
    margin: 0px !important;
    padding: 0px !important;
	   background-image: url(../img/blanco25.png);
}

.menu-tienda-v2 .dropdown-item{
  font-size: 14px;
}
#megamenu {
    background-color: rgba(255, 0, 255, 1);
    position: fixed;
 
    width: 100%;
    left: 0px;
    top: 100px;
    display: none;
}

#megamenu.activo {
    display: block !important;
}
