:root {
	--cafe-oscuro: #3c0909;
	--blanco: #fff;
}

.omitidos {
    background: #eae54e;
    padding: 20px;
    border-radius: 10px;
}

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

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

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

#TablaSeguimiento td {
    border: 1px solid black;
}

#Seguimiento input {
    width: 200px;
    padding: 15px;
    height: 100%;
}

.sec-seguimiento .container-1 {
    text-align: center;
}

#Seguimiento {
    margin: 30px 0;
    height: 50px;
}

#Seguimiento button {
    height: 30px;
    border: none;
    background: black;
    color: white;
    height: 100%;
    padding: 0 30px
}
#RetornoShipit
{
    margin-top:20px;
}
#RetornoShipit li {
    display:
        flex;
    column-gap: 15px;
    align-items:
        flex-start;
    margin: 10px 0;
    padding: 10px;
    /* background: whitesmoke; */
    border: 1px solid #dddddd;
}

#RetornoShipit li label,
#RetornoShipit li span {
    display: block;
}

#RetornoShipit li label {
    text-transform: uppercase;
    font-weight: bold;
}

#RetornoShipit li input {
    margin-top: 3px;
}

/* Fin Shipit */


/* ************ CHECKOUT ************ */
#carro-compra {
    padding: 50px 0;
}
.sec-compra-exitosa {
    padding: 90px 0;
}
.cotizacion
{
    width:100%;
    text-align:center;
    padding:20px;
}
.cotizacion a 
{
    font-size:12px!important;
    border:none!important;
    border-bottom:2px solid black!important;
    padding:5px 0!Important;
}
.BajoTabla 
{
    width:40%;
    margin-left:60%;
    flex-wrap: wrap;
}
.BajoTabla p 
{
    font-weight:
    bold;
    border-bottom:1px solid lightgrey;
    padding: 10px 0;
    margin-bottom: 0;
}
.BajoTabla p span 
{
    font-weight:normal;
    float:right;
}
.CodDesc p 
{
    text-transform:uppercase;
    border-bottom:none;
}
.CodDesc a 
{
    background:var(--cafe-oscuro);
    color:white;
    padding:3px 10px
}
.BajoTabla h3, .BajoTabla p 
{
    width:100%;
}
#Exito_Total > div 
{
    display:flex;
    justify-content:flex-end;
}
#Exito_Total > div > div 
{
    text-align:center;
    width:33%;
}
#Checkout_Tabla,
#Checkout_Tabla_Cop {
    min-width: 700px;
}

.tabla-producto .titulos-carro {
    background-color: var(--cafe-oscuro);
    padding: 10px 15px;
}

.tabla-producto .titulos-carro p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--mulish);
    text-align: center;
    color: var(--blanco);
    margin-bottom: 0;
}

.tabla-producto ul,
.tabla-producto .titulos-carro,
.tabla-producto ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.tabla-producto ul {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.tabla-producto ul li,
.tabla-producto .titulos-carro p {
    width: 33%;
}

.tabla-producto ul li .info {
    width: 80%;
}

.tabla-producto ul li:nth-child(1) p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--mulish);
    color: #1e1e1e;
    margin-bottom: 3px;
}

.tabla-producto ul li:nth-child(2) {
    justify-content: center;
    column-gap: 20px;
}

.tabla-producto ul li:nth-child(2) button {
    background-color: transparent;
    border: none;
}

.tabla-producto ul li:nth-child(2) button a {
    font-size: 30px;
    font-weight: 700;
    color: var(--negro);
}

.tabla-producto ul li:nth-child(2) input {
    height: 30px;
    width: 30px;
    border: 1px solid var(--negro);
    text-align: center;
}

.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;
}

.tabla-producto ul li:nth-child(3) {
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}

.tabla-producto ul li:nth-child(3) p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--mulish);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

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

.navegacion-checkout h1,
#carro-compra .paso-3 h2,
.sec-wishlist h1 {
    font-size: 25px;
    font-weight: 400;
    font-family: var(--montserrat);
    text-transform: uppercase;
    color: var(--negro);
    margin-bottom: 15px !important;
    text-align: center;
}

.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;
    font-family: var(--mulish);
    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(--cafe-oscuro);
}

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

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

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

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

.opciones-checkout a.bg-b,
.opciones-checkout input.bg-b {
    background-color: var(--cafe-oscuro);
    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;
    font-family: var(--mulish);
    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: 300px;
    margin: 10px 0;
}

#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;
    font-family: var(--mulish);
    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;
    font-style: italic;
    color: #1e1e1e;
    padding: 5px 10px;
    width: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../img/arrow-down.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-family: var(--mulish);
    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 select[name="hora_retiro"] option[disabled="disabled"] {
    background-color: red;
    color: var(--blanco);
}

#carro-compra .datos-envio .lineaform.telefono,
#carro-compra .datos-envio .lineaform.dos .telefono {
    position:relative;
}
#carro-compra .datos-envio .lineaform.telefono:before,
#carro-compra .datos-envio .lineaform.dos .telefono::before {
    content:'+56 9';
    position:absolute;
    font-size: 16px;
    top: 28px;
    transform: translateY(5px);
    left:12px;
    color:#939393;
}
#carro-compra .datos-envio .lineaform.telefono input,
#carro-compra .datos-envio .lineaform.dos .telefono input {
    padding-left:57px;
}
#carro-compra .datos-envio label {
    font-size: 15px;
    font-weight: 700;
    font-family: var(--mulish);
    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;
    font-family: var(--negro);
    padding: 5px 15px;
    border: 1px solid #838383;
    width: 100%;
}

#carro-compra .datos-envio select {
    background: var(--blanco);
}

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

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

#carro-compra .datos-envio .lineaform.dos>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;
}

#modal_info_producto p,
#modal_info_producto .fr-tag {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--mulish);
    color: var(--negro);
    margin-bottom: 5px;
}

#modal_info_producto p.nombre {
    font-size: 18px;
    text-transform: uppercase;
}

#modal_info_producto .campo {
    margin-bottom: 15px;
}

#modal_info_producto .modal-footer button {
    background-color: var(--negro);
    color: var(--blanco);
    font-size: 16px;
    font-family: var(--mulish);
    font-weight: 400;
}

#modal_info_producto a.ver-mas {
    font-size: 16px;
    font-weight: 400;
    width: 40%;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: var(--negro);
    background-color: transparent;
    border: 1px solid var(--negro);
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}

/* ************ FIN CHECKOUT ************ */





/* VISTA DETALLE */

.sec-productos:not(.vehiculos) .grid {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 50px;
}

.sec-productos .navegacion {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.sec-productos .navegacion a {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--mulish);
    color: #545454;
    margin-bottom: 15px;
}

.sec-productos h2,
.sec-productos h4 {
    font-size: 25px;
    font-weight: 400;
    font-family: var(--montserrat);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sec-productos h4 {
    font-size: 19px;
    margin-bottom: 25px;
    text-transform: inherit;
}

.sec-productos .descripcion {
    margin-bottom: 40px;
    text-align: center;
}

.sec-productos .descripcion p.texto,
.sec-productos .descripcion .fr-tag {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--mulish);
    color: #676767;
}

.sec-productos .filtros {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 70px;
}

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

.sec-productos .filtros select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--mulish);
    font-style: italic;
    padding: 5px;
}

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

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

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

.sec-productos ul.pagination li:not(.siguiente, .anterior) a {
    color: var(--negro);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--mulish);
}

.sec-productos ul.pagination li.active {
    background-color: var(--negro);
    padding: 5px;
}

.sec-productos ul.pagination li.active a {
    color: var(--blanco);
}

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

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

.sec-productos {
    padding: 30px 90px;
}


.dcto {
    position:
    absolute;
    top: 0;
    background: #000000;
    color:
    var(--blanco);
    font-size: 12px;
    padding: 2px 10px;
    left: 70px;
    /* transform: rotate(-45deg); */
    /* border-radius: 100px; */
    width: 45px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    left: 0;
}

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

.dcto b {
    display: block;
    font-size: 14px;
    /* margin-bottom: -29px; */
    /* margin-top: -10px; */
}

.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;
    font-family: var(--montserrat);
    color: var(--negro);
    text-align: center;
}

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

.paginacion-producto h1,
.sec-compra-exitosa h2  {
    font-size: 25px;
    font-weight: 400;
    font-family: var(--montserrat);
    text-transform: uppercase;
    color: var(--negro);
}

.sec-compra-exitosa h2:first-of-type {
    text-align: center;
    margin-bottom: 20px !important;
}

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

.sec-producto .flex {
    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;
    font-family: var(--montserrat);
    color: #D2B49C;
    margin-bottom: 10px;
}

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

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

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

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

.sec-producto .SubirAlCarro input::-webkit-inner-spin-button,
.sec-producto .SubirAlCarro input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.sec-producto .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;
    font-family: var(--mulish);
    color: var(--blanco);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

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

.sec-producto .informacion {
    padding-top: 20px;
}

.sec-producto .informacion p.titulo {
    font-size: 15px;
    font-weight: 700;
    font-family: var(--mulish);
    color: var(--negro);
    margin-bottom: 0;
}

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

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

.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;
}

.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;
    font-family: var(--mulish);
}

.sec-opinion {
    padding: 50px 90px;
}

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

.sec-opinion .flex.mod {
    display: block;
    text-align: center;
}

.sec-opinion .flex.mod .calificacion {
    justify-content: center;
}

.sec-opinion .izq p.titulo {
    font-size: 25px;
    font-weight: 400;
    font-family: var(--montserrat);
    color: var(--negro);
    margin-bottom: 10px;
}

.sec-opinion .izq .calificacion {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 15px;
}

.sec-opinion .calificacion img {
    height: 25px;
}

.sec-opinion .izq p.info {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--mulish);
    color: var(--negro);
    margin-bottom: 15px;
}

.sec-opinion .izq a.comentario {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--mulish);
    color: var(--blanco);
    background-color: var(--negro);
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.sec-opinion .der {
    width: 70%;
}

.sec-opinion .der.mod {
    width: unset;
}

.sec-opinion .der .calificacion img {
    height: 15px;
}

.sec-opinion .der .grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
}

.sec-opinion .der .cont {
    padding: 10px;
    border: 1px solid var(--negro);
    margin-bottom: 40px;
}

.sec-opinion .der .cont .cabezera {
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.sec-opinion .der .cont p.nombre {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--mulish);
    color: var(--negro);
    margin-bottom: 0;
}

.sec-opinion .der p.categoria {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--mulish);
    color: var(--negro);
    margin-bottom: 5px;
}

.sec-opinion .der p.comentario {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--mulish);
    color: var(--negro);
    margin-bottom: 5px;
}

.sec-opinion p.fecha {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--mulish);
    color: #919191;
}

#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/expandir2.svg);
    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
}

.imagenesproducto .owl-wrapper-outer {
    z-index: 2;
}

.imagenesproducto .easyzoom {
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    /* border: 1px solid #ebebeb; */
    overflow: hidden;
    box-sizing: border-box;
}

.imagenesproducto .owl-prev {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    background-image: url(../img/arrow-left-2.png) !important;
    background-size: 100% !important;
}

.imagenesproducto .owl-next {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    background-image: url(../img/arrow-right-2.png) !important;
    background-size: 100% !important;
}

.imagenesproducto .owl-buttons {
    position: absolute;
    top: 30%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    z-index: 0;
}

.imagenesproducto .owl-pagination {
    display: none;
}

.imagenesproducto.pack .easyzoom {
    height: 350px;
}

.imagenesproducto .owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
}

.imagenesproducto img {
    max-height: 100%;
}
.thumbails img
{
    max-height:70px;
}
.easyzoom-flyout img {
    max-height: unset;
    max-width: unset;
}

.imagenesproducto {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.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;
}

.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/arrow-left.svg);
    left: -40px;
}

.sec-relacionados .splide__arrow--next {
    background-image: url(../img/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 */

/* CARRO DE COMPRAS */
header .carro-compra a {
    position: relative;
}
#divCarro .boton 
{padding:5px;width:initial;font-weight: bold;color: red;width: 100%;}
#divCarro.open
{
  display:block;
}
#divCarro.open a {
    display: block;
    color: var(--gris-oscuro);
    font-family: var(--montserrat);
}
#divCarro ul:not(.total)
{
  margin-top:15px;

}
#divCarro .total
{
  border-top:1px solid #828282;
  padding-top:10px;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  text-align: left;
}
#divCarro b:last-child
{
  float:right;
}
#divCarro img
{
  width: 51px;
  margin-right:10px;
  /* float: left; */
  /* margin-bottom: 15px; */
}
#divCarro b 
{
    font-size:16px;
}
#divCarro span
{
  display:block;
  text-align: left;
  font-weight: 300!important;
  font-size: 14px;
}
.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 .boton 
{padding:5px;width:initial;font-weight: bold;color: var(--blanco);width: 100%;}
#divCarro.open
{
  display:block;
}
#divCarro.open > p 
{
  font-family:'Oswald';
  font-weight:normal;
  margin-bottom:-10px;
  margin-top:-10px;
  font-size: 17px;
}
#divCarro .titulo
{
    background-color: var(--cafe-oscuro);
    padding:20px;
    margin:-20px;
    margin-bottom:20px;
    font-weight:bold;
    position:relative;
    text-align:center;
    color: white;
    font-size: 16px;
    font-family: var(--montserrat);
}
#divCarro .titulo:before
{
  content:'';
  position:absolute;
  background-image:url(../img/flechaAm.png);
  width:46px;
  height:18px;
  top:-18px;
  right:18px;
}
#divCarro
{
  display:none;
  background-color: #eeefea;
  padding:20px;
  color: black;
  position: absolute;
  z-index: 1;
  width: 460px;
  margin-left: -86px;
  top: 60px;
  height: initial;
  right: 0;
  box-shadow: 0px 0px 10px #0000004d;
  z-index: 3333;
}
#divCarro li 
{
  clear:both;
  margin-bottom:10px;
  font-size:12px;
  list-style: none;
  clear: both;
  text-align: left;
  border-bottom: 1px solid var(--cafe-oscuro);
  padding: 15px 0;
  margin: 15px 0;
  display: flex;
}
#divCarro li > div:first-child img
{
  padding:10px;
  border: 1px solid var(--cafe-oscuro);
}
#divCarro ul:not(.total)
{
  margin-top:15px;
  max-height: 400px;
  overflow-y: scroll;
}
#divCarro li > div:last-child
{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content: center;
}
#divCarro li b 
{
  display:block;
  width:100%;
}
#divCarro li > div:last-child * 
{
  height:24px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#divCarro li > div:last-child img 
{
  width:initial;
  height:initial;
}
#divCarro .total
{
  border-top:1px solid #828282;
  padding-top:10px;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  text-align: left;
  margin-bottom: 20px;
}
.carro .total
{
  display:flex;
  justify-content:space-between
}
#divCarro b:last-child
{
  float:right;
}
#divCarro img
{
  max-width: 59px;
  max-height: 60px;
}
#divCarro b ,
#divCarro span,
#divCarro a {
    font-family: var(--montserrat);
    color: var(--gris-oscuro);
}
#divCarro b 
{
    font-size:16px;
}
#divCarro span
{
  display: block!important;
  font-weight: 300!important;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
#divCarro button
{
  background: var(--cafe-oscuro);
  border:none;
  color: var(--blanco);
  padding: 8px 30px;
  width: 100%;
  margin: 4px 0;
  height: initial;
  border-bottom: 3px solid #b3b3b3;
  font-family: var(--montserrat);
}
.sig-cont
{
  font-weight:bold;
  font-size:18px;
}
#divCarro li > div:last-child p 
{
  background-color:white;
  padding:4px 10px;
  color:#666;
  margin:0 10px;
  border: 1px solid #72885e;
}
#divCarro li > div:last-child img 
{
  margin-left:20px;
}
#divCarro li > div:last-child b 
{
  font-weight:normal;
  text-align:center;
  font-size: 13px;
  width:100%;
}
.cantidad-productos {
    background-color: rgb(168, 180, 3);
    width: 20px;
    height: 20px;
    position: absolute;
    color: var(--blanco);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    top: -5px;
    right: -10px;
}
/* FIN CARRO COMPRA */

/* Responsive */

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

@media (max-width: 900px) {
    .sec-wishlist {
        overflow-x: scroll;
    }

    .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 {
        flex-direction: column;
    }

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

    .sec-producto .flex .der {
        margin-top: 20px;
    }

}

/* TABLET */
@media (max-width: 768px) {
    #modal_info_producto .imagen {
        height: 250px;
    }
    .BajoTabla
    {
        width:100%;
        margin-left: 0;
    }

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

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

    #divCarro {
        top: 140px;
    }

    .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) {


    #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;
    }

    #divCarro {
        width: 90%;
    }

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

@media (max-width: 600px) {
    #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) {
        width: 100%;
    }

    #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-opinion .izq {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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



    .sec-opinion .flex {
        flex-direction: column;
    }

    
    .sec-opinion .izq,
    .sec-opinion .der{
        width: 100%;
    }

}

/* CELULAR */
@media (max-width: 468px) {
   /*  #divCarro li {
        flex-direction: column;
    } */

    #divCarro li .izq,
    #divCarro li .der {
        width: 100%;
    }

    #divCarro li .der {
        justify-content: center;
    }
}
