@media (max-width: 992px) {
    
    #mainNavPri1{
        display: none;
    }
    #mainNavPri2{
        display: block;
    }

    .navbar-collapse{
        border-top:1px solid rgba(255,255,255,0.42);
        margin-top:0.5rem;
        padding-top: 0.5rem;
    }
    
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {

        color: #ffffff;
        border: 1px solid #ffffff;
        background: #0bdac9d9;
        border-radius: 5px;
    }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link{

        color: white;
        border: 0px solid #ffffff;
        background: transparent;
        border-radius: 0px;
    }
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link.active{

        color: #ffffff;
        border: 1px solid #ffffff;
        background: #0bdac9d9;
        border-radius: 5px;
    }

    #mainNav{
        padding: 0.5rem 0rem;
    }
    #mainNav .nav-link{
        padding-left: 0.5rem;
    }
}
@media (min-width: 992px) {

    #mainNavPri1{
        display: block;
    }
    #mainNavPri2{
        display: none;
    }
    
    #mainNav{
        border-bottom:1px solid rgba(255,255,255,0.42);
       
    }
    #mainNav.navbar-shrink {
       
        border-bottom: 0px;
    }
}
@media (max-width: 768px) {

    #mainNavPri1{
        display: none;
    }
    #mainNavPri2{
        display: block;
    }

    .navbar-brand{
        margin-left:0.5rem;
    }
    .navbar-toggler{
        margin-left: 0.5rem;
    }
}

.modalIni {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

.verVideoModal{
    position: absolute;
    z-index: 2;
    background-color: #f80049;
    color:white;
    top: 5px;
    right: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 0.8rem;
    border: 1px solid white;
}
.verVideoModal:hover{
    cursor: pointer;
}

.verVideoIndex{
    position: absolute;
    right: 8px;
    top:0px;
    color: #f80049;
    font-size: 20px;
    cursor: pointer;
}
.contenedor-img-add-favorito{
    position: absolute;
    font-size: 20px;
    color: white;
    bottom: 3px;
    left: 8px;
    cursor: pointer;
}
.portfolio-border{
    box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
    margin-bottom: 25px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;    
}

.circle-span-carrito {
    background-color: #0e5a56;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: small;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -5px;
}

.capa-traslucida {
    display: none;
    z-index:10000;
    position: fixed; /* Posiciona la capa en la parte superior de la ventana */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Ajusta el color y la opacidad */
}
.capa-traslucida-menu {
    display: none;
    z-index:10001;
    position: fixed; /* Posiciona la capa en la parte superior de la ventana */
    top:0;
    right: -400px;
    width: 400px;
    max-height: 99vh;
    height: 99vh;
    background-color: white;
    overflow-y: auto;
    scrollbar-width: thin;
    opacity: 0;
    transition: right 1s ease, opacity 1s ease;
}
.capa-traslucida-menu.animado {
    right: 0; /* Mover a la posición final */
    opacity: 0.9; /* Cambiar la opacidad a 0.9 */
}
.product_list_widget{
    padding-left: 0;
    color: #6c757d;
}
.product_list_widget>li:first-child{
    /*border-top: 1px solid rgba(0,0,0,0.105);*/
}
#idMenVacioProductListWidget{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6c757d;
}
.plw-container{
    display: flex;
    justify-content: space-between;
    padding:10px;
    list-style-type: none;
    border-bottom: 1px solid rgba(0,0,0,0.105);
    position: relative;
}
.plw-container-ancla{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    /*background: rgba(245, 222, 179, 0.325);*/
    transform: translate(-50%, -50%);
}
.plw-container-icons{
    display: flex;
    flex-direction: column;
    border: 0px solid red;
    justify-content: space-between;
    align-items: center;
}

.plw-container-icons i{
    cursor: pointer;
}

.fajumanor{
    
}
.product_list_widget>li:hover {
    background-color: #f0f0f0; /* Color de fondo deseado para el hover */
    /*cursor: pointer;*/    
}
.product_list_header{
    padding: 10px;
    color: #6c757d;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    height: 4rem;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.105);
}
.product_list_header > span > span:last-child {
    font-size: 1rem;
    font-weight: 400;
    margin-left:5px
}
.product_list_header > span:last-child {
    cursor: pointer;
}
.product_list_widget{
   
}
.product_list_widget>li span{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}
.product_list_widget>li span>span:first-child{
    font-size: 0.8rem;
}
.product_list_widget>li span>span:nth-child(2){
    font-size: 0.75rem;
    color: #2ba09b;
}
.product_list_widget>li span>span:nth-child(3){
    font-size: 0.75rem;
}
.product_list_widget>li img{
    width: 50px;
    height: 50px;
}
.product_list_widget li a {
    text-decoration: none;
    color: #6c757d;
}
.product_list_widget li a:focus {
    outline: none; /* También puede eliminar el contorno que aparece al enfocar */
}
.modal-backdrop {
    z-index: 10003; /* Puedes ajustar este valor según tus necesidades */
}

.modal {
    z-index: 10004; /* Asegúrate de que sea mayor que el backdrop */
}
.swal2-container {
    z-index: 10005;
}
.notyf{
    z-index: 10006!important;
    
}
.notyf__toast {
    border-radius: 10px!important;
}
.contenedor-img-ancla{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    /*background: rgba(245, 222, 179, 0.325);*/
    transform: translate(-50%, -50%);
}
.contenedor-img{
    /*border:1px solid red; */
    position:relative;
}
@media (max-width: 460px) {

    .contenedorshow{
        margin-top: 20px;

    }
    
}
@media (max-width: 768px) {
    #idNombreModal{
        margin-top: 15px;
    }
    .capa-traslucida-menu{
        width: 50%;
    }
    .fajumanor{
        font-size: 1.4rem;
    }
    .fajumanor-next{
        font-size: 1.4rem;
    }
    #idCarritoCompras2{
        margin-left:10px;
    }
    #mainNavPri2 button{
        margin-right:10px;
    }
}
@media (max-width: 576px) {
    #idNombreModal{
        margin-top: 15px;
    }
    .capa-traslucida-menu{
        width: 80%;
    }
    .plw-container-ancla{
        width: 65%;
    }
}
/*////////////////////////////////////////////////////////////////////////*/
@media (max-width: 768px) {
    .contenedor-search{
        width: 90%;
    }
    .search-results{
        width: 90%;
    }
    .ju-especial{
        margin-bottom: 10px;
    }
    .ju-especial-parent{
        margin-top:0px;
        margin-bottom:0px;
    }
    .contenido-busqueda{
        max-height: 85vh;
    }
    .ju-especial:first-of-type {
        margin-top:15px;
    }
}
@media (min-width: 768px) {
    .contenedor-search{
        width: 50%;
    }
    .search-results{
        width: 50%;
    }
    .ju-especial{
        margin-bottom: 0px;
    }
    .ju-especial-parent{
        margin-top:20px;
        margin-bottom:20px;
    }
    .contenido-busqueda{
        max-height: 400px;
    }
}
.contenedor-search{
    /*width: 50%;*/
    border: 0px solid red;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-layer {
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    width: 100%;
    background-color: #1c9e96;
    
    /*display: flex;*/
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10002;
}

.close-btn {
    margin-left: 20px;
    cursor: pointer;
    color:white;
    font-size: 25px;
}
    
.search-layer input {
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 2px solid #1c9e96;
    border-radius: 2px;
    z-index: 11;
    padding-left: 10px;
    outline: none;
}

.contenido-busqueda{
    width: 100%;
    background-color: white;
    padding-left: 10px;
    border: 2px solid #1c9e96;
    border-top:0;
    border-radius: 2px;
    /*max-height: 400px;*/
    overflow-y: auto;
}

.search-results {
    position: absolute;
    top: 56px;
    /*width: 50%;*/
    z-index: 10;
    /*display: flex;*/
    display: none;
    justify-content: space-between;
}