input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#direccionesClienteContainer, #direccionesTiendaContainer {
    width: 100%;
    margin-bottom: 25px;
}

#direccionesClienteContainer, #direccionesTiendaContainer select{
    cursor: pointer;
}

#infoContactoHeader{
    display: flex;
    align-items: center;
    justify-content: left;
    column-gap: 15px;
}

#infoContactoHeader .contact-info a{
    display: flex;
    align-items: center;
    justify-content: left;
    column-gap: 5px;
}

#infoContactoHeader .contact-info a i{
    margin: 0px;
}


#mainProducto #img-1{
    cursor: zoom-in;
}

.loaderOpty {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
  
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
    
#modalLoader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.6);
    z-index: 20;
}
  
div#loaderContainer {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
}


input[type=number] { -moz-appearance:textfield; }

.coloresCatalogoContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
    column-gap: 5px;
    margin-top: 16px;
    padding: 0px 10px;
    flex-wrap: wrap;
    overflow-y: hidden;
    overflow-x: hidden;
}

#informacion .imagenChica {
    border: 0px solid gray !important;
    overflow: hidden;
    width: 43px !important;
    height: 43px !important;
    overflow: hidden;
    cursor: pointer;
}
  
  
.imagenChica {
    border: 1px solid gray;
    overflow: hidden;
    width: 34px !important;
    height: 34px !important;
    overflow: hidden;
    border: 1px solid gray;
    border-radius: 5px;
}
  
.coloresCatalogoContainer .imgMm{
    cursor: pointer;
}
  
.container-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: white;
}
  
.imgMm {
    max-width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    object-fit: contain;
}

.row-cols-1 .coloresCatalogoContainer {
    justify-content: left !important;
}

.filtroColor .containerImgs{
    display: flex;
    justify-content: left;
    align-items: center;
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;
    flex-wrap: wrap;
}

.colorActual{
    outline: 2px solid #5E29FB;
    border-radius: 5px;
}

.imgColor{
    cursor: pointer;
}

.selectTab{
    margin-top: 10px;
}

.selectTab table {
    width: auto;
    border-collapse: collapse;
    border-right: solid 1px #D9D9D9;
    border-left: solid 1px #D9D9D9;
}
.selectTab thead {
    position: sticky;
    top: 0;
    background-color: #E9E9E9;
}
.selectTab th, .selectTab td {
    font-size: 14px;
    border: none;
    border-bottom: solid 1px #C2C2C2;
    font-weight: 300;
    text-align: center;
    padding: 4px 10px;
}
.selectTab th {
    height: 24px;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-bottom: solid 2px #D9D9D9;
    padding: 0px 4px !important;
}
.selectTab tfoot {
    position: sticky;
    bottom: 0;
    background-color: #E9E9E9;
}
.selectTab tfoot td {
    height: 35px !important;
    border: none !important;
    padding: 0px !important;
}
.selectTab tfoot input {
    height: 25px;
    width: 75px;
    background-color: #E9E9E9;
    border: none;
    text-align: center;
    padding: 0px 10px;
}
.selectTab .inputCant {
    /* border-bottom: none !important; */
    padding: 0px !important;
}
.selectTab .inputCant input {
    height: 25px;
    width: 56px;
    border: solid 1px #D9D9D9;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
}
.selectTab .inputCant input:focus {
    border: solid 3px #D9D9D9 !important;
}

.selectTab .inputSubt {
    width: 50px;
    border-bottom: solid 1px #D9D9D9 !important;
    padding: 0px !important;
}
.selectTab .inputSubt input {
    height: 25px;
    width: 100%;
    border: none;
    font-size: 14px;
    text-align: end;
    padding-right: 8px;
}
.selectTab .totalCelda {
    padding: 0px !important;
}
.selectTab .inputTotal {
    width: 100px !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    text-align: end;
    padding: 0px 8px 0px 0px !important;
}
.selectTab #cantidadPedido {
    width: 56px !important;
    padding: 0px !important;
}

#bannerCatalogo{
    color: white !important;
}


#mainProducto{
    margin-top: 46px !important;
}

#bannerSlider{
    margin-top: 10px;
}

.mascoloresIcono{
    width: 30px;
    height: 30px;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.coloresCatalogoContainer .mascoloresIcono {
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
}
.coloresCatalogoContainer .mascoloresIcono i {
    font-size: 9px;
}
.coloresCatalogoContainer .mascoloresIcono div {
    height: 12px;
    font-family: Noto Sans;
    font-size: 10px;
}

.masInfo {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 14px;
    column-gap: 14px;
}
.masInfo h2 {
    font-weight: 500;
}
.masInfo .fichaTec {
    padding: 20px 16px !important;
}
.masInfo table {
    width: 100%;
}
.masInfo .fichaTabla td {
    height: 35px;
    border: solid 1px #C2C2C2;
    padding-left: 6px;
}
.masInfo .fichaTabla td input {
    width: 100%;
    border: none;
    font-family: Noto Sans, sans-serif;
    color: #7A7A7A;
}
.masInfo .fichaTabla .celdaFija {
    width: 130px !important;
    background-color: #E9E9E9;
    font-weight: 600;
    text-align: end;
    padding-right: 9px !important;
}
.masInfo .descrip hr {
    margin: 10px 0px 10px 0px;
}/*# sourceMappingURL=main.css.map */

#product-list .img-fluid, #nav-tabContent .img-fluid, header .img-responsive{
    max-width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    /* display: block; */
    object-fit: contain;
}

header .image{
    width: 67px;
    height: 67px;
}

#product-list .product-thumb .image{
    width: 238.8px;
    height: 238.8px;
}

#nav-tabContent .product-thumb .image{
    width: 262.4px;
    height: 262.4px;
}

@media only screen and (max-width: 1550px) {
    #nav-tabContent .product-thumb .image{
        width: 232.4px;
        height: 232.4px;
    }
}

@media only screen and (max-width: 1500px) {
    #product-list .product-thumb .image{
        width: 238.8px;
        height: 238.8px;
    }
}

@media only screen and (max-width: 1399px) {
    #product-list .product-thumb .image{
        width: 202.8px;
        height: 202.8px;
    }

    #nav-tabContent .product-thumb .image{
        width: 253.4px;
        height: 253.4px;
    }
}

@media only screen and (max-width: 1199px) {
    #product-list .product-thumb .image{
        width: 214.49px;
        height: 214.49px;
    }

    #nav-tabContent .product-thumb .image{
        width: 208.4px;
        height: 208.4px;
    }

    

    .subslider1{
        width: 305.2px !important;
        height: fit-content !important;
        max-height: 212.76px !important;
    }

    .footslider{
        width: 306.66px !important;
        height: fit-content !important;
        max-height: 213.78px !important;
    }

    .mySlides{
        width: 627px !important;
        height: fit-content !important;
        max-height: 361px !important;
    }
}

@media only screen and (max-width: 990px) {
    #product-list .product-thumb .image{
        width: 213.99px;
        height: 213.99px;
    }

    #nav-tabContent .product-thumb .image{
        width: 221.73px;
        height: 221.73px;
    }

    .subslider1{
        width: 232.6px !important;
        height: fit-content !important;
        max-height: 162.15px !important;
    }

    .footslider{
        width: 233.33px !important;
        height: fit-content !important;
        max-height: 162.65px !important;
    }

    .mySlides{
        width: 478px !important;
        height: fit-content !important;
        max-height: 275px !important;
    }
}


@media only screen and (max-width: 767px) {
    #product-list .product-thumb .image{
        width: 243px;
        height: 243px;
    }

    #nav-tabContent .product-thumb .image{
        width: 161.73px;
        height: 161.73px;
    }

    #ifhCerrarsesion{
        display: none;
    }

    div#slider_row{
        flex-direction: column;
    }

    div#slider_aside{
        margin-top: 10px;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
    }

    .subslider1{
        width: 100% !important;
        height: fit-content !important;
        max-height: 219px !important;
    }

    .mySlides{
        width: 100% !important;
        height: fit-content !important;
        max-height: 450px !important;
    }

    div#sliderContainer {
        padding: 13px;
    }

    div#sliderFoot{
        flex-direction: column;
        row-gap: 10px;
    }

    .footslider{
        width: 100% !important;
        height: fit-content !important;
        max-height: 267px !important;
    }

    #mensajePagina{
        width: 90vw !important;
        max-width: 600px !important;
        min-width: 200px !important;
    }
}

@media only screen and (max-width: 575px) {
    #product-list .product-thumb .image{
        width: 42vw;
        height: 42vw;
    }

    #nav-tabContent .product-thumb .image{
        width: 28vw;
        height: 28vw;
    }

    .btnWlDesk{
        display: none !important;
    }

    .trWlCel{
        display: table-row !important;
    }

    .btnTbWishlist span{
        display: block !important;
    }

    .btnTbWishlist{
        width: fit-content !important;
    }
}

@media only screen and (max-width: 480px) {
    #nav-tabContent .product-thumb .image{
        width: 42vw;
        height: 42vw;
    }
}

@media only screen and (max-width: 348px) {
    #nav-tabContent .product-thumb .image{
        width: 90vw;
        height: 90vw;
    }
}

@media only screen and (max-width: 318px) {
    #product-list .product-thumb .image{
        width: 90vw;
        height: 90vw;
    }
}


#mainProducto #img-1{
    height: 450px !important;
    text-align: center;
}

#mainProducto #img-1 .img-fluid{
    max-width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    object-fit: contain;
}

#tallasMain{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

div#tallasContainer {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 10px;
    /* display: grid;
    grid-template-columns: auto auto auto auto; */
    
}

.tallaNombre {
    font-size: 19px;
    margin-top: 10px;
    margin-right: 10px;
}

.tallasMain {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 10px;
}

.tallaContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 13px;
}

.tallaContainer input {
    height: 25px;
    width: 56px;
    border: solid 1px #D9D9D9 !important;
    background-color: #D9D9D9;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
}

.tallaContainer input:focus {
    border: solid 3px #D9D9D9 !important;
}

.precioTalla {
    grid-column: 1 / 5;
    text-align: left;
    color: #2b547a;
    width: 100%;
}

.precioTalla h2{
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: left;

    column-gap: 6px;
}

#totalTallas{
    font-size: 20px;
    display: flex;
    column-gap: 10px;
    margin-top: 10px;
}

#totalTallas input{
    width: 100px !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    text-align: end;
    padding: 2px !important;
    border: solid 1px #D9D9D9 !important;
    border-radius: 5px;
}

#totalTallas input:active{
    border: solid 2px #D9D9D9 !important;
}

.filtroEstilo label{
    font-size: 11px !important;
}

div#infoCuentaHeader {
    display: flex;
    column-gap: 25px;
    color: white;
    align-items: center;
}

#ifhDatosCliente{
    font-weight: bold;
    color: white;
}

#ifhDatosCliente a{
    text-decoration: none;
    color: white;
}

#ifhCerrarsesion{
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

#ifhCerrarsesion:hover{
    cursor: pointer;
    background-color: white;
    color: #2b547a;
}

.descripcionCuerpo *{
    background-color: white !important;
    color: #888888 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-family: Poppins;
}


.descripcionCuerpo{
    background-color: white !important;
    color: #888888 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-family: Poppins;
}

.descripcionTitulo *{
    background-color: white !important;
    color: #888888 !important;
    font-size: 24px;
    line-height: 28px;
    font-family: Poppins;
}


.descripcionTitulo{
    background-color: white !important;
    color: #888888 !important;
    font-size: 24px;
    line-height: 28px;
    font-family: Poppins;
}


.generoProdActual, .estiloProdActual{
    font-weight: bold;
    color: white;
    background-color: #2b547a !important;
}

div#generoProdMain {
    display: flex;
    justify-content: left;
    column-gap: 8px;
    /* max-width: 350px; */
    flex-wrap: wrap;
    row-gap: 5px;
}

.generoModelo{
    background: #D9D9D9;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    max-width: 150px;

    display: flex;
    justify-content: center;
    align-items: center;
}

div#estiloProdMain {
    display: flex;
    justify-content: left;
    column-gap: 8px;
    /* max-width: 350px; */
    flex-wrap: wrap;
    row-gap: 5px;
}

.estiloModelo{
    background: #D9D9D9;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    max-width: 150px;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

div#estiloProdContainer {
    margin-top: 10px;
}

.filtroColor {
    margin-top: 10px;
}

div#generoProdTitulo {
    font-size: 17px;
    margin-bottom: 5px;
}

div#estiloProdTitulo {
    font-size: 17px;
    margin-bottom: 5px;
}

div#colorProdTitulo {
    font-size: 17px;
    margin-bottom: 5px;
}

.imagenCarritoHeader{
    display: block;
    width: 90px;
    height: 90px;
}

.imagenCarritoHeader img{
    max-width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    object-fit: contain;
}

.imagencarrito{
    display: block;
    width: 90px;
    height: 90px;
}

.imagencarrito img{
    max-width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    object-fit: contain;
}

.tdImagenCarrito{
    padding: 3px !important;
}

.imagenCarritoContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cantidadArticulo{
    width: 70px !important;
}

.marcaHeader{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 15px;
}

.imgMarcaHeader{
    cursor: pointer;
}


/* 779 * 448 */
/* Slideshow container */
.slideshow-container {
	padding-left: 0;
    padding-right: 0;
    /* margin-bottom: 14px; */
    /* max-width: 100%;
    max-height: 100%; */
    max-width: 779px;
    max-height: 448px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    /* float: left; */
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}


/* Fading animation */
.fade {
	animation: aparece-izquierda ease 1s backwards; 
    /* animation-name: slidein; */
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
}

.fade2 {
	animation: aparece-derecha ease 1s backwards; 
    /* animation-name: slidein; */
    animation-duration: 1s;

    animation-fill-mode: forwards;
}
@keyframes fade {
    from {opacity: .6}
    to {opacity: 1}
}


@keyframes aparece-izquierda
{
    from { 
        transform: translateX(100%); 
        opacity: 1;
    }
    to { 
        transform: translateX(0%); 
        opacity: 1;
    }			
}

@keyframes aparece-derecha
{
    from { 
        transform: translateX(0%); 
        opacity: 1;
    }
    to { 
        transform: translateX(-100%); 
        opacity: 1;
    }		
}



div#sliderContainer {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;

    max-width: 1171px;
    /* max-height: 725px; */
}


div#slider_row {
    display: flex;
    column-gap: 10px;
}

div#slider_aside {
    display: grid;
    row-gap: 10px;
}

div#sliderFoot {
    display: flex;
    align-items: center;
    column-gap: 11px;
}

div#sliderMain {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.subslider1{
    width: 381px;
    height: 219px;
    text-align: center;
}

.footslider{
    width: 383px;
    height: 267px;
    text-align: center;
}

.subslider1 img, .footslider img, .mySlides img{
    max-width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    object-fit: contain;
}

.prev{
    left: 0px;
}


.cantidadCarrito{
    width: 50px;
}

.btnCarritoElim {
    width: 40px !important;
    padding: 1px;
}

.wishlistAdded i{
    color: red !important;
}

.btnTbWishlist{
    width: 40px;
    height: 40px !important;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.btnTbWishlist i{
    margin: 0px !important;
    font-size: 18px;
}

.trWlCel{
    display: none;
}

.tbWlCel{
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 20px;
}

.btnTbWishlist span{
    display: none;
}

.btnGris{
    background-color: #bcbcbc;
}

#btnCancelarInfop{
    margin-right: 10px;
}

.nombredireccion{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

#headerdirecciones{
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}

div#mensajeGralMain {
    position: absolute;
    margin-top: 10px;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#mensajePagina {
    min-width: 400px;
    max-width: 800px;
    width: fit-content;
    display: flex;
    column-gap: 30px;
    padding: 10px;
    font-size: 16px;
    align-items: start;
    height: fit-content;
    justify-content: space-between;
    background: white;
    border: 1px solid gray;
    box-shadow: 3px 3px 3px gray;
}

#datosMensajePagina{
    display: flex;
    column-gap: 5px;
    align-items: baseline;
}


#cerrarMensajePagina button {
    color: black;
    border: 0px;
    height: 20px;
    width: 20px;
    background-color: transparent;
}

#cerrarMensajePagina button:hover {
    
    color: gray;
}

#cerrarMensajePagina i {
   font-size: 18px;
}

.modalModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    
}

#modalContainer{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.6);
    z-index: 1050;
}

.btnCerrarModal {
    position: fixed;
    height: 32px;
    right: 45px;
    top: 41px;
    width: 32px;
    border: 0px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: rgb(0, 0, 0, 0.3);
    color: white;
}

#imagenZoomModal{
    /* background-color: green; */
    width: 85vw;
    height: 85vh;
}

div#imagenZoomMain {
    width: 100%;
    height: 100%;
    /* background-color: red; */
}

#imgPrincipal{
    width: 100%;
}

#todasLasImagenes{
    display: none;
}

#zoomImgMain{
    width: 100%;
    height: 100%;
    /* background-color: aqua; */
    display: flex;
    justify-content: center;
    align-items: center;

    /* border: 1px solid red; */
    overflow: hidden;
}

#zoomImgMain img{
    max-width: 100% ;
    height: 100%;
    margin: auto !important;
    object-fit: contain;
}

div#cambioImgAntes {
    position: fixed;
    left: 30px;
    top: calc(50% - 40px);
    height: 40px;
    width: 40px;
}

div#cambioImgDespues {
    position: fixed;
    right: 30px;
    top: calc(50% - 40px);
    height: 40px;
    width: 40px;
}

.btnCambioImgZoom{
    width: 40px;
    height: 40px;
    border: 0px;

    background: rgb(0, 0, 0, 0.3);
    color: white;
}

#imgZoomVisible{
    cursor: zoom-in;
}

/* CODIGO PARA MOVER IMAGEN DENTRO DE DIV */
.imgZoomVisible{
    cursor: move !important;
    position: relative;
}

.imgZoomReset{
    transition: all 333ms cubic-bezier(.4,0,.22,1);
}

.mensajeTipo1 #iconoMensajePagina{
    color: green;
}

.mensajeTipo1 #mensajePagina{
    border: 1px solid green;
    border-left: 3px solid green;
}

.mensajeTipo2 #iconoMensajePagina{
    color: #de3730;
}

.mensajeTipo2 #mensajePagina{
    border: 1px solid #de3730;
    border-left: 3px solid #de3730;
}


#confirmacionPagina {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.2);
    z-index: 20;
}

#confirmacionMain{

    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;

    width: 400px;
    /* width: fit-content; */
    column-gap: 30px;
    padding: 10px;
    font-size: 16px;
    align-items: start;
    height: fit-content;
    background: white;
    border: 1px solid gray;
    box-shadow: 3px 3px 3px gray;

    display: grid;
    row-gap: 10px;
}

#confBtnContainer{
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 20px;
}

#confBtnContainer .btn-info {
    padding: 0;
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 8px 20px;
    border-radius: 10px;
    border: 2px solid var(--secondary-color);
    box-shadow: 0 0px 2px 1px rgb(104 104 104 / 20%);
}