/* Estilos MM  */

/* Estilo tamaño de Logo en Header */
.img-logo{
    height: 50px;
    width: auto;
}

/* Background colors MM*/
.bg-grey-header{
    background-color: #2e2e2e;
}
.bg-carbon-black{
    background-color: #171717;
}
.bg-yllw-MM{
    background-color: #c3982b;
}
.bg-red-MM{
    background-color: #900000;
}

/* Color de Texto en MM */
.txt-yllw-MM{
    color: #c3982b !important;
}

.txt-red-MM{
    color: #900000 !important;
}

.txt-grey-p-MM{
    color: #555555;
}

/* Estilo btn bg transparente hover bg negro carbón MM  */
.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-white:hover {
    color: #c3982b;
    background-color: #171717;
    border-color: #171717;
}

/* Estilo btn bg transparente hover bg amarillo MM */
.btn-outline-yllw {
    color: #c3982b !important;
    border-color: #c3982b;
}
.btn-outline-yllw:hover {
    color: #171717 !important;
    background-color: #c3982b;
    border-color: #c3982b;
}

/* Estilo a MM */
.a-MM:hover{
    color: #cd0000 !important;
    text-decoration: none;
}

/* Estilo productos index MM */
figure.product-image a img {
    border-radius: 10px;
    width: 100%;
    height: 376.08px;
}
.product-meta .product-title a{
    color: #c3982b;
}
.product-cart {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    text-align: right;
    color: #c3982b;
    cursor: pointer;
}
.product-cart::before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    display: block;
    position: absolute;
    bottom: 3px;
    right: 0;
    font-size: 0.875rem;
    color: #c3982b; }
  .product-cart:hover::before {
    color: #900000; }


/* Estilo listing-full MM */
.dropdown-MM { 
    background-color: #c3982b;
}

/* Estilo product-classic MM */
.bg-drk-black { 
    background-color: #0f0f0f;
}
.product-cart-related {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    text-align: right;
    color: #c3982b;
    cursor: pointer;
}
.product-cart-related::before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.875rem;
    color: #c3982b; }
  .product-cart-related:hover::before {
    color: #900000; }

/* Estilo modal cart MM */
#cartLabel {
    color: #c3982b;
}
h5.media-title {
    color: #c3982b;
}







.precio-grande {
    font-size: 2.6rem;
    font-weight: 400; /* Más delgado */
    color: #fff; /* Gris medio-tenue */
}

.section-payment-success {
    padding-top: 140px;
    padding-bottom: 40px;
}

/* Estilo personalizado para el input de búsqueda del listing-full.html */
.input-search, #btn-search-listing {
    border-radius: 5px; /* Asegura bordes iguales */
    border: 1px solid #c3982b; /* Mismo borde */
    height: 38px; /* Asegura misma altura */
}

#btn-search-listing {
    background-color: #c3982b; /* Color similar */
    color: #171717;
    border-left: none; /* Elimina el borde extra */
}
#btn-search-listing:hover {
    background-color: #171717; /* Cambia el color al pasar el mouse */
    color: #c3982b; /* Cambia el color del texto al pasar el mouse */
}


@keyframes flyToCart {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

img.flying {
    border: 2px solid red !important; /* Para visualizar la imagen */
}


.custom-carousel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px; /* Espacio adicional para los botones */
}

.custom-carousel-track {
    display: flex;
    transition: transform 0.3s ease; /* Acelerar la transici�n */
    width: 100%;
}

.custom-carousel-item {
    min-width: 300px;
    margin-right: 10px;
    background-color: #f0f0f0;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.custom-carousel-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
}

.custom-carousel-button {
    background-color: #c3982b;
    border: none;
    color: #171717;
    cursor: pointer;
    padding: 10px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    width: 60px; /* Hacer los botones m�s anchos */
    height: 60px;
    text-align: center;
}
.custom-carousel-button:hover {
    background-color: #900000;
    color: #171717;
}

/*#related-articles.custom-carousel {
    display: flex;
    flex-wrap: nowrap;
    Asegura que los elementos no se envuelvan a la siguiente l�nea overflow-x: auto;
    Habilita el desplazamiento horizontal si es necesario
}

    #related-articles.custom-carousel .product {
        flex: 0 0 auto;
        Asegura que los productos no se ajusten margin-right: 10px;
        Espaciado entre los productos
    }

.no-overflow {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;*/ /* Ajusta este valor seg�n el espacio que desees */
/*}

    .no-overflow .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .no-overflow .row {
        margin: 0;
    }


#related-articles .product.div-search-product {
    flex: 0 0 300px;*/ /* Ajusta este valor seg�n el tama�o deseado */
    /*margin: 10px;*/ /* Ajusta el margen seg�n tus necesidades */
/*}

.custom-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-carousel .owl-item .product.div-search-product {
    width: 300px;*/ /* Ajusta este valor seg�n el tama�o deseado */
/*}*/

.password-container {
    position: relative;
}

    .password-container input {
        padding-right: 30px;
    }

    .password-container .toggle-password1 {
        position: absolute;
        right: 25px;
        top: 65%;
        transform: translateY(-50%);
        cursor: pointer;
        width: 24px;
        height: 24px;
        color: #cccccc;
    }

    .password-container .toggle-password3 {
        position: absolute;
        right: 25px;
        top: 65%;
        transform: translateY(-50%);
        cursor: pointer;
        width: 24px;
        height: 24px;
        color: #cccccc;
    }

    .password-container .toggle-password4 {
        position: absolute;
        right: 25px;
        top: 65%;
        transform: translateY(-50%);
        cursor: pointer;
        width: 24px;
        height: 24px;
        color: #cccccc;
    }

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Color de fondo semitransparente */
    z-index: 100000000000000000; /* Asegura que est� por encima de otros elementos */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0.875rem;
    flex-direction: column;
}

.spinner-espera {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.video-container {
     position: relative;
    width: 100%;       /* el ancho que tenga tu contenedor padre */
    height: 100%;      /* asegúrate que el contenedor tenga altura definida */
    overflow: hidden;
    
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: fill;  /* ⚠️ estira el video sin respetar proporciones */
    display: block;
}

.br-15 {
    border-radius: 15px;
}

.txt-blue-desimex {
    color: rgb(38, 153, 206);
}


.bg-yellow {
    background-color: rgba(240,205,0,255);
}

.txt-purple {
    color: rgb(199, 21, 133);
}
.txt-yellow {
    color:#F5BE17;
}

.mg-pg-left {
    margin-left: 7px !important;
    padding-left: 7px !important;
}

.img-product {
    background-size: 600px 600px;
    background-repeat: no-repeat;
}

.div-search-product {
    border: #c3982b 1px solid;
    border-radius: 15px;
    box-shadow: 2px 2px 4px 0 rgba(20, 20, 20, 0.3);
    max-width: 31%;
    margin-left: 20px;
    margin-top: 20px;
}

.bg-blue-drk {
    background-color: rgba(255, 255, 255, 0.95);
}

.bg-black {
    background-color: rgba(0, 0, 0, 0.95);
}

.bg-categories{
    background-color: rgb(28, 40, 51);
}

.mg-btm{
    margin-bottom: 150px;
}

.image-desimex{
    background-size: contain;
    background-repeat: no-repeat;
}

.figure-desimex{
    border: #e5e5e5 1px solid;
    box-shadow: 2px 2px 4px 0 rgba(20, 20, 20, 0.3);
}

.span-model-cart{
    display: block; 
    text-align: center; 
    margin-top: 10px; 
    width: 100%
}

.pdg-checkout{
    padding: 4rem 0 4rem !important;
}

.section-cart{
    padding: 3rem 0 4rem;
}

.hero-index{
    margin-top: 80px;
    height: 650px;
}

.pdg-text-index{
    padding-top: 21rem;
}

.div-cards-index{
    padding-top: 3.4rem !important;
}

.hero-blogs-desimex{
    height: 220px;
    padding-top: 5.5rem !important;
}

.img-hero-blogs{
    background-size: contain !important;
}

.img-carousel-blogs{
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

.img-carousel-blogs-2{
    background-size: contain;
    background-repeat: no-repeat;
}

.msg-checkout-style{
    background-color: rgba(255, 0, 0, 0.7);
    margin-bottom: 5px;
}

.whatsapp-float {
    position: fixed;
    bottom: 10px;
    right: 15px;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    z-index: 1000000000000000;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
}

/* Style carrito en productos */
.cart-product{
    color: #555555;
    cursor: pointer;
    margin-left: 20px;
}

@media (max-width: 1199.98px) {

    /* Asegurar que el carrito y el botón estén alineados y pegados */
    .d-lg-none {
        display: flex;
        align-items: center;
    }

    .cart-mobile {
        position: relative;
    }

    .cart-mobile a i {
        color: white !important; /* Ícono del carrito en blanco */
    }

    .cart-count-badge {
        position: absolute;
        top: -5px;
        right: -8px;
        background-color: white !important; /* Fondo blanco */
        color: white !important; /* Número en blanco */
        font-size: 12px;
        font-weight: bold;
        padding: 2px 6px;
        border-radius: 50%;
        border: 1px solid white; /* Borde blanco para mejor visibilidad */
    }

    .color-cartnumber{
        color:white !important;
    }


    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.95);
    }

    .portal-div {
        margin-top: 110px;
    }

    .div-search-product {
        max-width: 42%;
        margin-left: 20px;
        margin-top: 20px;
    }

    .pdg-checkout{  
        padding: 1rem 0 1rem !important;
    }
    .pg-delivery{
        padding-top: 0;
    }
    .pg-aside{
        padding-bottom: 10px;
    }
    .pg-order-preview{
        padding: 1.2rem;
    }
    .section-cart{
        padding-bottom: 2rem;
    }
    .hero-index{
        margin-top: 80px;
        height: 390px;
    }
    .pdg-text-index{
        padding-top: 9rem;
    }
    .pdg-scroll-index{
        display: none;
    }
    .style-cards-index{
        padding: 3rem 0px;
    }
    /* .style-link-hero{
        position: relative;
        z-index: 1000000000;
    } */
    .style-carrousel-hero{
        margin-left: 30%;
        width: 70%;
    }
    .img-product {
        background-size: 360px 360px;
        background-repeat: no-repeat;
    }

    /* Estilos responsive MM */

    /* Estilo size img producto responsive */
    figure.product-image a img {
    border-radius: 10px;
    width: 100%;
    height: 154.39px;
    }
}

/* Para navegadores basados en WebKit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 10px; /* Ancho del scrollbar */
}

::-webkit-scrollbar-thumb {
    background-color: #1b1b1b; /* Color del scrollbar */
    border-radius: 10px; /* Bordes redondeados */
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.8); /* Color de fondo del track (opcional) */
}

