
/* CARRO DE COMPRA */
.ContieneCarro {
    position: fixed;
    z-index: 99999;
    height: 100%;
    top: 0;
    right: 0;
}

#divCarro .boton-cerrar {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* .cerrarCarro img {
    height: 30px;
    width: 30px;
} */

#divCarro.open::before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
}

#divCarro ul:not(.total) {
    margin-top: 15px;

}

#divCarro b:last-child {
    float: right;
}

#divCarro b {
    font-size: 16px;
}

.carro2>a>b {
    position: absolute;
    background-color: #145188;
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 200px;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -10px;
}

#divCarro .seguir-comprando button {
    border: 1px solid var(--negro);
    background-color: transparent;
    color: var(--negro);
}

#divCarro.open>p {
    
    font-weight: normal;
    margin-bottom: -10px;
    margin-top: -10px;
}
/* 
#divCarro input[type="range"] {

} */
#divCarro {
    background-color: #fff;
    color: black;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    z-index: 1;
    max-width: 450px;
    box-shadow: 0px 0px 10px #0000004d;
    z-index: 99999;
    transition: ease all .5s;
}

#divCarro .relacionado {
    width: 350px;
    position: absolute;
    left: 0;
    background: #fff;
    top: 0;
    bottom: 0;
    transform: translatex(-100%);
}

#divCarro .relacionado li .imagen {
    max-width: 80px;
}

#divCarro .cerrarCarro img,
#info_dirrecion_horario .cerrar img,
header .busqueda a.cerrarBusqueda img {
    background-color: #e5e5e5;
    padding: 7px;
}

#divCarro .division {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-width: 450px;
}

#divCarro .progress {
    background-color: #aaaaaa;
    height: 2px;
}

#divCarro .progress .progress-bar {
    background: linear-gradient(325deg,#F9423A 0,#F1E04D 100%);
    background-color: #f9423a;
    border-radius: min(var(--button-radius), .4rem);
}

#divCarro .progress .progress-bar.completado {
    background: linear-gradient(325deg, #049cff 0, #35ee7a 100%);
}

#divCarro.open {
    right: 0;
}

#divCarro .cont-cantidad {
    color: #e5e5e5;
}

#divCarro li .opcion-carro input,
#Checkout_Tabla li .opcion-carro input {
    max-width: 30px;
    height: 25px;
    border: none;
}

.sig-cont {
    font-size: 18px;
    color: var(--negro);
    opacity: .7;
}

.cantidad-productos,
.cantidad-lista {
    background-color: var(--negro);
    position: absolute;
    top: -5px;
    right: -15px;
    border-radius: 100%;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.cantidad-lista.contiene,
.cantidad-productos.contiene {
    background-color: rgb(241 0 0);
}

/* FIN CARRO COMPRA */

/* Shipit */
#TablaSeguimiento thead th {
    background: black;
    color: white;
}

#TablaSeguimiento thead td {
    padding: 15px 30px;
}

#TablaSeguimiento tbody td {
    padding: 15px 30px;
}

#TablaSeguimiento td {
    border: 1px solid black;
}
/* Fin Shipit */


/* ************ CHECKOUT ************ */
#Exito_Total
.cotizacion
{
    width:100%;
    text-align:center;
    padding:20px;
}
.CodDesc p 
{
    text-transform:uppercase;
    border-bottom:none;
}
.CodDesc a.right {
    margin-left: 5px !important;
}
#Exito_Total {
    display: flex;
    align-items: flex-end;
    column-gap: 15px;
    justify-content: center;
    flex-direction: column;
}
#Exito_Total > div 
{
    display:flex;
    justify-content:flex-end;
    column-gap: 15px;
    margin-bottom: 10px;
}
#Exito_Total > div > div 
{
    text-align:center;
    /* width:33%; */
}

.navegacion-checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.navegacion-checkout .nav {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.navegacion-checkout .nav>div {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.navegacion-checkout p {
    font-size: 16px;
    font-weight: 400;
    
    color: var(--negro);
    margin-bottom: 0;
    opacity: .3;
}

.navegacion-checkout .numero {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: relative;
    background-color: #bababa;
    color: #c8c8c8;
}

.navegacion-checkout .numero::before {
    position: absolute;
    content: '1';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navegacion-checkout .nav div:nth-child(2) .numero::before {
    content: '2';
}

.navegacion-checkout .nav div:nth-child(3) .numero::before {
    content: '3';
}

.navegacion-checkout .activo .numero {
    background-color: var(--negro);
}

.navegacion-checkout .activo .numero::before {
    color: var(--blanco);
}

.navegacion-checkout .activo p {
    opacity: 1;
}

.opciones-checkout {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 60px;
    margin-top: 50px;
    margin-bottom: 70px;
}

.opciones-checkout > div:not(.cotizacion) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 60px;
    margin-bottom: 20px;
}

.opciones-checkout a,
.opciones-checkout input,
.opciones-checkout a.cotizar {
    font-size: 16px;
    font-weight: 400;
    
    color: var(--negro);
    padding: 10px 30px;
    border: 1px solid var(--negro);
    text-align: center;
    width: 300px;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
}

.opciones-checkout a.btn-md {
    width: 150px;
}

.opciones-checkout a.bg-b,
.opciones-checkout input.bg-b {
    background-color: var(--negro);
    color: var(--blanco);
    border: none;
}
#enviarPedidoWP
{
    width:250px!important;
    padding:11px!important;
    border:none!important;
}

#carro-compra .tabla-producto .cont-precios {
    margin-left: 50%;
    width: 100%;
}

#carro-compra .tabla-producto .cont-precios>div {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

#carro-compra .tabla-producto .cont-precios p {
    font-size: 16px;
    
    color: var(--negro);
    margin-bottom: 5px;
}

#carro-compra .tabla-producto .cont-precios p:not(.detalle) {
    width: 40%;
}

#carro-compra .paso-2 {
    padding-bottom: 50px;
}

#carro-compra .paso-2 .seleccion-metodo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#FormDatosEnvio {
    display: none;
    flex-wrap:
        wrap;
    column-gap: 15px;
    margin-top: 30px;
    /* opacity: 0; */
}

#FormDatosEnvio label {
    font-weight:
        bold;
    font-size: 14px !important;
}

#FormDatosEnvio input {
    width: 100% !important;
    height: initial !important;
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 12px;
}

#FormDatosEnvio>div:nth-child(2) {
    width: calc(70% - 15px);
}

#FormDatosEnvio>div:nth-child(3) {
    width: 30%;
}

#FormDatosEnvio>div:nth-child(4) {
    width: 100%;
}

#FormDatosEnvio b {
    width: 100%;
    display:
        block;
    margin-bottom: 10px;
}

#carro-compra .paso-2 .lineaform {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0 auto;
}

#carro-compra .paso-2 .lineaform.domicilio,
#carro-compra .paso-2 .lineaform.retiro {
    width: 400px;
    margin: 10px 0;
}

#carro-compra .paso-2 .lineaform.retiro-info {
    display: block;
}

#carro-compra .paso-2 .lineaform.campo-region {
    width: 500px;
    padding: 20px 25px;
    border: 1px solid var(--negro);
}

#carro-compra .paso-2 p,
#carro-compra .paso-2 label {
    font-size: 16px;
    
    color: var(--negro);
}

#carro-compra .paso-2 label {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 18px;
}

#carro-compra .paso-2 input {
    height: 15px;
    width: 15px;
}

#carro-compra .paso-2 .campo-region {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
}

#carro-compra .paso-2 .campo-region div:nth-child(1) {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
}

#carro-compra .paso-2 .campo-region select {
    border: 1px solid var(--negro);
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 5px 10px;
    width: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../img/504685-arrow-down-2.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

#carro-compra .paso-2 .campo-region a.calculo {
    font-size: 16px;
    
    font-style: italic;
    color: var(--blanco);
    text-align: center;
    display: block;
    margin-top: 15px;
    background-color: var(--negro);
    width: 100%;
    padding: 10px 15px;
}

#carro-compra .datos-envio .flex {
    column-gap: 20px;
}

#carro-compra .datos-envio .flex .izq,
#carro-compra .datos-envio .flex .der {
    width: 50%;
}

#carro-compra .datos-envio .lineaform {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

#carro-compra .datos-envio .lineaform.telefono,
.sec-perfil .campo.telefono,
.sec-inscripcion .campo.telefono 
{
    position:relative;
}
#carro-compra .datos-envio .lineaform.telefono:before,
.sec-perfil .campo.telefono::before,
.sec-inscripcion .campo.telefono::before
{
    content: '+56 9';
    position: absolute;
    bottom: 0;
    left: 12px;
    color: #939393;
    transform: translate(-50%,-50%);
    z-index: 1;
    left: 30px;
    line-height: 1;
    text-align: left;
}
#carro-compra .datos-envio .lineaform.telefono input,
.sec-perfil .campo.telefono input,
.sec-inscripcion .campo.telefono input 
{
    padding-left:57px;
    position: relative;
}
#carro-compra .datos-envio label {
    font-size: 15px;
    font-weight: 700;
    
    margin-bottom: 5px !important;
}

#carro-compra .datos-envio input,
#carro-compra .datos-envio select,
#carro-compra .datos-envio textarea {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 15px;
    border: 1px solid #838383;
    width: 100%;
}

#carro-compra .datos-envio select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../img/504685-arrow-down-2.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

#carro-compra .datos-envio input::placeholder {
    opacity: .5s;
}

#carro-compra .datos-envio .lineaform.nombre,
#carro-compra .datos-envio .lineaform.region {
    flex-direction: row;
    column-gap: 10px;
    justify-content: space-between;
}

#carro-compra .datos-envio .lineaform.region>div {
    width: 50%;
}

#carro-compra .datos-envio .lineaform textarea {
    resize: none;
}

#carro-compra .paso-3 .datos-envio {
    padding: 40px 0;
}

#modal_info_producto .imagen {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#modal_info_producto .info {
    margin-top: 20px;
}
/* ************ FIN CHECKOUT ************ */


/* ************ DETALLE PRODUCTO ************ */
.sec-detalle-producto .carousel-main a.detalle {
    position: absolute;
    top: 10%;
    right: 10%;
    border: 1px 2px 1px solid var(--negro);
}
/* ************ FIN DETALLE PRODUCTO ************ */




/* VISTA DETALLE */
.sec-productos .descripcion.categoria .fr-tag {
    margin-bottom: 0;
}

.sec-productos .descripcion ol li.fr-tag {
    list-style-type: decimal;
}
.sec-productos .filtros select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../img/805407-arrow-down-3.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    font-size: 15px;
    font-weight: 400;
    
    font-style: italic;
    padding: 5px;
    padding-right: 35px;
}

.sec-productos .pagination {
    column-gap: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 30px;
}

.sec-productos ul.pagination {
    margin: 0;
}

.sec-productos ul.pagination li:not(.siguiente, .anterior) {
    border: 1px solid var(--negro);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-productos ul.pagination li.anterior {
    margin-right: 5px;
}

.sec-productos .pagination li.siguiente {
    margin-left: 5px;
}

.dcto {
    position:absolute;
    top: -5px;
    color:var(--blanco);
    font-size: 12px;
    padding: 4px 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    left: -5px;
}

.dcto span {
    font-size: 9px;
}

.paginacion-producto {
    padding: 30px 90px;
}

.paginacion-producto .flex {
    flex-direction: column;
    align-items: center;
}

.paginacion-producto .navegacion {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.paginacion-producto .navegacion a {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    color: var(--negro);
    text-align: center;
    text-transform: uppercase;
}

.paginacion-producto .navegacion a:last-child {
    font-weight: 600;
}

.paginacion-producto h1 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--negro);
}

.sec-producto {
    margin: 0 90px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px;
}

.sec-producto .flex.primero {
    column-gap: 60px;
}

.sec-producto .flex>.izq {
    width: 40%;
}

.sec-producto .flex .der {
    width: 60%;
}

.sec-producto p.precio {
    font-size: 25px;
    font-weight: 700;
    color: var(--negro);
    margin-bottom: 10px;
}

.sec-producto p.precio.mayorista {
    font-size: 20px;
    margin-bottom: 0;
}

.sec-producto p.formato,
.sec-producto .SubirAlCarro p.cantidad {
    font-size: 15px;
    font-weight: 400;
    
    color: var(--negro);
    margin-bottom: 5px;
}

.sec-producto .SubirAlCarro p.cantidad {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.sec-producto .SubirAlCarro .flex:first-of-type {
    column-gap: 10px;
}

.sec-producto .SubirAlCarro,
.sec-destacados-home .SubirAlCarro {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-top: 10px;
}

.sec-producto .SubirAlCarro {
    border-bottom: none;
    flex-wrap: wrap;
    align-items: center;
}

.sec-destacados-home .SubirAlCarro > div {
    display: flex;
    width: 100%;
    justify-content: center;
}

.sec-producto .SubirAlCarro input,
.sec-destacados-home .SubirAlCarro input {
    width: 45px;
    text-align: center;
    border: 1px solid #c9c9c9;
    color: #8b8b8b;
    margin: 0 -1px;
}

.sec-destacados-home .SubirAlCarro {
    padding: 0;
    border-bottom: 0;
}
.sec-producto .WishlistDetalle
{
    padding:20px 0;
    padding-bottom: 10px;
}
.sec-producto .WishlistDetalle span {
    font-size: 15px;
}
.sec-producto .WishlistDetalle img 
{
    margin-right:10px;
    height: 20px;
}
.wishlist.activo img {
    background-image: url(../img/722862-icono-corazon-relleno.png);
    background-size: contain;
    background-position: center;
}
.sec-producto .WishlistDetalle a 
{
    color:inherit;
    display: flex;
    align-items: center;
}
.sec-producto .SubirAlCarro input::-webkit-inner-spin-button,
.sec-producto .SubirAlCarro input::-webkit-outer-spin-button,
.sec-destacados-home .SubirAlCarro input::-webkit-inner-spin-button, 
.sec-destacados-home .SubirAlCarro input::-webkit-outer-spin-button,
.tabla-producto ul li:nth-child(2) input::-webkit-inner-spin-button,
.tabla-producto ul li:nth-child(2) input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sec-producto .SubirAlCarro a.opcion,
.sec-destacados-home .SubirAlCarro a.opcion {
    width: 25px;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 700;
    
    color: #b7b7b7;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #dddddd;
}

/* .sec-producto .SubirAlCarro>div,
.sec-destacados-home .SubirAlCarro > div {
    display: flex;
    column-gap: 5px;
} */

.sec-producto .SubirAlCarro .anadirCarro {
    background-color: var(--negro);
    padding: 5px 20px;
}

.sec-producto .SubirAlCarro .anadirCarro a {
    font-size: 15px;
    font-weight: 400;
    
    color: var(--blanco);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.sec-producto .informacion:first-child {
    margin-top: 15px;
}

.sec-producto a.ver-mas {
    margin-top: 10px !important;
    display: inline-block;
}

.sec-producto .informacion {
    margin-bottom: 30px;
}

.sec-producto .informacion p.titulo {
    font-size: 16px;
    font-weight: 700;
    
    color: var(--negro);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.sec-producto .informacion p.texto,
.sec-producto .informacion .fr-tag {
    font-size: 16px;
    
    color: var(--negro);
    margin-bottom: 0;
    text-align: justify;
    line-height: 1.2;
}

.sec-producto .informacion table.fr-tag,
.sec-producto .informacion iframe.fr-tag {
    width: 100% !important;
}

.sec-producto .informacion li.fr-tag,
.sec-producto .informacion li.fr-tag span,
.sec-producto .informacion ol.fr-tag,
.sec-producto .informacion ol.fr-tag span {
    line-height: 1.4;
}

.sec-producto .informacion p.texto table tbody tr:nth-child(1n) {
    background-color: #f8f8f8;
}
.sec-producto .informacion p.texto table tbody tr:nth-child(2n) {
    background-color: transparent;
}

.sec-producto .informacion td {
    padding: 15px;
    text-align: left !important;
    font-size: 15px !important;
}
.sec-producto .informacion td:first-of-type {
    font-weight: 700;
}

.sec-producto #NotificarStock {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}

.sec-producto #NotificarStock > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
}

.sec-producto #NotificarStock > div label {
    margin-bottom: 0 !important;
}

.sec-producto #NotificarStock input {
    border: 1px solid var(--negro);
    color: var(--negro);
    padding: 4px 15px;
}

.sec-producto #NotificarStock button[type="submit"] {
    color: var(--blanco);
    background-color: var(--negro);
    border-radius: 5px;
    padding: 4px 15px;
    border: none;
}

.sec-producto #NotificarStock label,
.sec-producto #NotificarStock input,
.sec-producto #NotificarStock button[type="submit"],
.sec-producto .SinStock span,
.sec-producto .SinStock p {
    font-size: 16px;
    
}

#FormComentario .estrellas img {
    width: 40px;
}

#ModalComentario .tit-comentario {
    font-size: 20px;
    font-weight: bold;
}

#ModalComentario .pregunta {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

#ModalComentario textarea {
    width: 100%;
    min-height: 70px;
    resize: none;
}

#ModalComentario button {
    width: 100%;
    background-color: black;
    border: none;
    color: white;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px;
}

#ModalComentario input[type="text"],
#ModalComentario input[type="email"],
#ModalComentario textarea {
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #c1c1c1;
}

#ModalComentario .modal-content {
    padding: 30px;
}

#ModalComentario input[type="radio"]+label {
    margin-right: 20px;
}

#ModalComentario .estrellas a {
    opacity: 0.3;
}

#ModalComentario form .lineaform {
    padding: 10px 0;
}

.expandir {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: white;
    background-image: url(../img/543834-icono-lupa.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    right: 20px;
    bottom: 20px;
    background-position: center;
    border-radius: 200px;
    z-index: 100;
    box-shadow: 1px 1px 2px #b2b2b2
}

.easyzoom-flyout img {
    max-height: unset;
    max-width: unset;
}

.sec-producto .thumbnails {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px 40px;
    margin-top: 15px;
}
.sec-producto .thumbnails img {
    max-height: 65px;
    max-width: 90px;
}

.sec-producto .thumbnails li a {
    display: flex;
    max-height: 70px;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sec-producto .thumbnails li {
    padding: 0px;
    max-height: 70px;
    text-align: center;
    border: 1px solid #ebebeb;
    margin: 0px 4px;
    position: relative;
    z-index: 2;
    display: block;
    align-items: center;
    justify-content: center;
}

.sec-relacionados .splide__arrow--prev {
    background-image: url(../img/235519-arrow-left.svg);
    left: -40px;
}

.sec-relacionados .splide__arrow--next {
    background-image: url(../img/663536-arrow-right.svg);
    right: -40px;
}

.sec-relacionados .splide__arrow--prev,
.sec-relacionados .splide__arrow--next {
    opacity: .1;
    height: 30px;
}

.sec-relacionados .splide__arrow:hover {
    opacity: .1;
}

/*** FIN VISTA DETALLE */

/* Responsive */
@media (max-width: 1000px) {
    .sec-opinion .der .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 900px) {
    .sec-producto .izq .owl-item {
        display: flex;
        justify-content: center;
        /* width: 150px !important; */
    }

    .sec-producto {
        margin: 0 20px;
    }

    .sec-producto .thumbnails li {
        max-height: 130px;
        max-width: 100px;
    }

    .sec-producto .flex.primero {
        flex-direction: column;
    }

    .sec-producto .flex .der,
    .sec-producto .flex>.izq {
        width: 100%;
    }

    .sec-producto .flex .der {
        margin-top: 20px;
    }
    #divCarro .relacionado {
        position: relative;
        left: 0;
        border-right: none !important;
        transform: unset;
        width: min-content;
    }
    #divCarro .division {
        min-width: 100%;
    }
    #divCarro .relacionado ul {
        padding-top: 0;
        display: flex;
        flex-direction: row;
        column-gap: 1.5rem;
        overflow-y: hidden;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    #divCarro .relacionado ul li {
        width: 70%;
        max-width: 100%;
        flex-grow: 1;
        flex-shrink: 0;
        padding: 0;
    }

    #divCarro .relacionado ul li .imagen,
    #divCarro .relacionado ul li {
        border: none !important;
    }
}

/* TABLET */
@media (max-width: 768px) {
    #carro-compra .paso-3 .opciones-checkout > div:first-of-type {
        margin-bottom: 20px;
    }
    #carro-compra .container {
        max-width: 90%;
    }
    #modal_info_producto .imagen {
        height: 250px;
    }

    #carro-compra .datos-envio .flex .izq, #carro-compra .datos-envio .flex .der
    {
        width:100%;
    }
    #carro-compra .datos-envio .flex
    {
        flex-direction:column;
    }

    .sec-productos .filtros {
        margin-bottom: 40px;
    }

    .sec-productos .filtros {
        justify-content: center;
    }

    .sec-productos {
        padding: 30px;
    }

    .sec-productos .grid {
        grid-template-columns: repeat(3, 1fr);
    }


    .imagenesproducto.pack .easyzoom {
        height: 250px !important;
    }

    .btn-responsive {
        border: none;
        background-color: transparent;
    }

    .btn-cerrar,
    .btn-responsive {
        display: block !important;
    }
}

@media (max-width: 700px) {
    .sec-producto #NotificarStock button[type="submit"] {
        margin-top: 10px;
    }

    .sec-producto #NotificarStock {
        flex-wrap: wrap;
    }

    #carro-compra .tabla-producto .cont-precios {
        margin-left: 0;
    }

   
    #carro-compra .paso-3 form .flex {
        flex-direction: column;
    }

    #carro-compra .paso-3 form .flex .izq,
    #carro-compra .paso-3 form .flex .der{
        width: 100%;
    }
    .sec-opinion {
        padding: 30px 20px;
    }

    .sec-producto .SubirAlCarro {
        flex-wrap: wrap;
    }

    .sec-producto .SubirAlCarro .anadirCarro,
    #carro-compra .paso-3 form .flex .der {
        margin-top: 15px;
    }
}

@media (max-width: 650px) {
    #modal_info_producto a.ver-mas {
        width: 100%;
    }

    #carro-compra .tabla-producto {
        overflow-x: scroll;
    }

    .paginacion-producto h1 {
        text-align: center;
    }

    .sec-relacionados .splide__arrow--prev,
    .sec-relacionados .splide__arrow--next,
    .sec-relacionados .splide__arrow--prev:hover,
    .sec-relacionados .splide__arrow--next:hover {
        opacity: .3;
    }

    .sec-relacionados .splide__arrow--prev {
        left: -20px;
    }

    .sec-relacionados .splide__arrow--next {
        right: -20px;
    }


    .sec-productos {
        padding: 30px;
    }

    .paginacion-producto {
        padding: 30px 15px;
    }

    .sec-relacionados {
        padding: 30px;
    }

    .imagenesproducto .easyzoom {
        height: 300px;
    }
}

@media (max-width: 600px) {
    #divCarro .relacionado {
        width: 100%;
    }
    #divCarro .relacionado {
        border: none !important;
    }
    #RetornoShipit ul li > div:first-child
    {
        width: 20%!important;
    }
    #carro-compra .paso-2 .lineaform.campo-region,
    #carro-compra .paso-2 .campo-region select,
    #carro-compra .paso-2 .campo-region div:nth-child(1),
    .sec-productos .descripcion li.fr-tag,
    .sec-destacados-home.descripcion-larga li.fr-tag {
        width: 100% !important;
    }

    #carro-compra .paso-2 .campo-region div:nth-child(1) {
        flex-direction: column;
        /* width: 20%; */
    }

    #carro-compra .paso-2 .campo-region select:nth-child(1) {
        margin-bottom: 20px;
    }

    .sec-productos .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* CELULAR */
@media (max-width: 468px) {
    .CodDesc a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .opciones-checkout a, .opciones-checkout input, .opciones-checkout a.cotizar {
        padding: 8px 15px;
    }
    .CodDesc input, .opciones-checkout input, .opciones-checkout a, .opciones-checkout > div:not(.cotizacion), #carro-compra .paso-2 .lineaform.domicilio, #carro-compra .paso-2 .lineaform.retiro {
        width: 100%;
    }
}
/* FIN RESPONSIVE */