/* diseño,montaje html y front-end UX/UI por Rafael Olea contacto@rafelolea.cl www.rafaelolea.cl */
@import url("font-awesome/css/font-awesome.min.css"); /* icons FontAwesome 4 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body { font-family: 'Poppins', sans-serif; }
.btn {font-size: 14px; padding: .5rem; font-weight: 400; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.form-check {margin: .5em 0;}
.form-control {font-size: .9em; height: 40px;}
.form-group label {font-size: 1.1em;}
.form-group label span {color:#000; font-size: .8em;}
a {color: #000;}
a:hover {text-decoration: none; color:#000000;}
p {font-weight: 300; font-size: 1em;}
p strong {font-weight: 500; color: #444; }
.btn-link {color:#000;}
.btn-link:hover {color:#696d71;}
.btn-success {background-color:#5E8E78; border-color: #5E8E78;}
.btn-success:hover {background-color: #3f725b; border-color: #3f725b;}
.btn-secondary {background-color:#07b655; border-color: #07b655;}
.btn-secondary:hover {background-color: #0b9c4c; border-color: #0b9c4c;}
.btn-success.disabled {background-color: #b4bcc2; border-color: #b4bcc2;}
.text-warning {color:#99683B !important;}
.list-group-item {padding: 8px 15px; font-size:1em;}
.list-group-item.active {background-color: #5E8E78; border-color: #5E8E78;}

/* Efectos animación imágenes Hover */
/* Grow */
.hvr-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.04); transform: scale(1.04); }
/* Shrink */
.hvr-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active { -webkit-transform: scale(0.97); transform: scale(0.97); }

/* >> HEADER << */
#header {padding:0;  margin-bottom:10px; border-bottom: 1px solid #e1e5e9; background: #fff;; }
.h-info {background: #edf1f5; padding: 3px 0;}
.h-informacion {display: flex; justify-content: space-between; }
.h-informacion p {font-size: .8em; color:#828b93; font-weight: 400; margin: 0;}
.h-informacion a {color: #444; margin: 0 3px; }
.h-informacion a:hover {color: #868585;}
.h-informacion p span a:hover {color:#000;}
.h-logotipo img {width: 240px; height: auto; display: inline-block; }
.h-derecha {display: flex; align-items: baseline; margin-top: 20px; justify-content: flex-end;}
.h-buscar {min-width: 380px; margin-right: 15px;}
.h-buscar .input-group {border: 1px solid #ddd;}
.h-buscar .form-control {border: none;}
.h-buscar .btn {border-radius:0 !important; padding: .4rem .9rem;}
.h-buscar i {font-size: 22px; color: #99683B;}
.h-micarro {display: flex; align-items: center;}
.h-micarro p {margin: 0; font-size: 13px; color:#696d71;}
.h-micarro p strong {font-size: 16px; color:#5E8E78; font-weight: 600;}
.h-micarro img:hover {opacity: .4;}
.datos-sesion-enlaces .btn {padding: 3px 10px;  font-size: 12px; color: #828b93;}
.datos-sesion-enlaces a {font-size: 13px; color: #828b93;}
.datos-sesion-enlaces a:hover {color: #99683B;}
.datos-sesion {display: flex; text-align: right; justify-content: flex-end; margin-top: 5px;}
.portada-ofertas-izq {max-width: 27%; margin-right: 30px; float: left;}
.destacados-portada-der {max-width: 70%; float: right;}
.ofertas-destacadas-portada {background: #f6f6f6; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; padding-bottom: 2px;}
.ofertas-destacadas-portada h1 {background: #fd3228; display:block; color:#fff; font-size: 1.6em; font-weight: 300; padding: 15px 5px; text-align: center;  border-radius: 14px 14px 0px 0px; -webkit-border-radius: 14px 14px 0px 0px; -moz-border-radius: 14px 14px 0px 0px; }

/* POP-UP PORTADA */
.pop-up-portada .modal-body {padding: 0;}
.pop-up-portada button.close {padding: 10px 15px; position: absolute; right: 0; background: #fff;}
.card-header {padding: 5px;}
.card-user .card {border: none; padding: 2em; background: #ffffff; border:1px solid #e5e5e5;}
.card-user .card-header {color:#5E8E78; font-size: 1.3em; text-transform: uppercase; border-bottom:none; background:#ffffff; font-weight: 500; }

/* >> BODY << */
.categorias-portada {text-align: center;}
.categorias-portada-item {margin: 5px; display: inline-block;}
.categorias-portada-item img { width: 320px;}
.p-titulo {margin: 2em 0 0 0;}
.p-titulo h1 {font-size: 1.6em; font-weight: 400; color: #4a4c4d; background: #fff; padding: 0 20px 0 0; display: inline-block;}
.p-titulo h1 span {color:#f2b807; font-weight: 400;}
.p-titulo2 {margin: 1em 0 0 0; }
.p-titulo2 h2 {font-size: 1.6em; font-weight: 300; letter-spacing: 1px; color: #4a4c4d; padding: 0; display: inline-block;}
.p-titulo2 h2 span {color:#0eb9cd; font-weight: 500;}
.p-titulo2 h3 {font-size: 1.6em; font-weight: 300; letter-spacing: 1px; color: #4a4c4d;padding: 0; display: inline-block;}
.p-titulo2 h3 span {color:#eb3060; font-weight: 500;}
.titulo-interiores {margin: 2em 0 0 0; padding-bottom: 10px; }
.titulo-interiores h1 {font-size: 1.4em; font-weight: 300; margin-bottom: 20px; letter-spacing: 1px; color: #99683B; background: #fff; padding: 0 20px 0 0; display: inline-block;}
.titulo-interiores-productos {margin: 20px 0;}
.titulo-interiores-productos h1 {font-size: 1.5em; font-weight: 300; color: #99683B; padding:0 20px 0 0; background: #fff; display: inline-block;}
.productos-relacionados h4 {color: #99683B;}
.productos-relacionados h4 i {color:#5E8E78;}
/* PRODUCTOS */
.contenedor-menu {display:block; background: #fff;}
.menu-categorias-productos {margin: 10px 0; padding: 10px; color: #fff; background: #5E8E78;}
.menu-categorias-productos h2 {font-size: 1.2em; font-weight: 300; margin: 0;}
.sv-producto-mod {position: relative; max-width: 270px; transition: box-shadow .3s; vertical-align: top; margin: 1em .7em; padding: 0 10px; background: #fff; border: 1px solid #e5e5e5; }
.sv-producto-mod:hover { z-index: 2; box-shadow:0 0px 14px rgba(0, 0, 0, 0.15); }
.sv-producto-titulo {height: 80px; margin-top: 10px;}
.sv-producto-titulo p {color: #13b706; font-size: .8em; margin-top: 10px;}
.sv-producto-titulo h3 {color:#384148; font-size: .9em; font-weight: 500; overflow:hidden; height:54px; }
.sv-producto-mod h2 {font-size: .8em; font-weight: 500; text-transform: uppercase; margin: 0; padding: 0; line-height: 15px; height: 40px; color: #000000;}
.sv-producto-mod p {margin:0; font-size: .9em;}
.sv-producto-mod-img { margin: 0 auto; text-align: center;}
.sv-producto-mod input {width:35px; height:35px; border-radius: 0;}
.prod-mod-precio-carro {display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid #ddd; padding:10px 0; margin: 0;}
.prod-mod-precio-carro h4 {color:#fe2e2e; font-size: 1em;}
.prod-mod-precio-carro h4 span {color:#929292; text-decoration: line-through; font-size: .8em; }
.prod-mod-precio-carro h5 {color:#000; font-size: 1em;}
.prod-mod-precio-carro a {padding: 4px 5px; height: 35px; margin-left: 5px;}
.sv-prod-img-precio {position: relative;}
.prod-oferta-ticket {position: absolute; top:20px; right:-10px; padding:7px 5px; text-align:center; background: #fe2e2e; color:#fff!important; }
.prod-agotado-ticket {position: absolute; top:20px; left:-10px; padding:3px 5px; text-align:center; background: #99683B; color:#fff!important; font-size: 12px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius:10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; }
.precio-producto {height: 30px;}
.sv-precio-normal h3 {margin: 0; font-size: 1.2em; font-weight: 600; color: #767779;}
.sv-precio-oferta h4 { margin: 0; font-size: 1.2em; font-weight: 600; color: #D10024;}
.sv-precio-oferta h4 span {font-size: .8em; margin:0; color: #767779;}
.sv-oferta-ticket {position: absolute; top:10px; left:10px; padding:0 6px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align:center; background: #ffffff; border: 1px solid #D10024; color:#D10024 !important; }
.sv-producto-agregar {display: flex; justify-content: space-between; margin-top: 10px;}
.sv-producto-agregar input {width: 40px; height: 40px;}
.sv-producto-mod-imagen {float: left; margin-right: 10px;}
.sv-producto-mod-horizontal {display: flex; margin: 1em; }
.p-mod-h-imagen {margin-right: 10px; border: 1px solid #ddd; }
.p-mod-h-info h2 {font-size: .9em; font-weight: 400; margin: 0; padding: 0; line-height: 15px; }
.p-mod-h-info p {font-size: .9em; font-weight: 400; margin: 0; padding: 0; color: #eb0c0c;}
.p-mod-h-info p span {color: #fff;}
.prod-mod-horiz {background: #fff; margin: 1.5em; position: relative; transition: box-shadow .3s;}
.prod-mod-horiz:hover { z-index: 2; box-shadow:0 0px 16px rgba(0, 0, 0, 0.15); }
.prod-mod-horiz p {color: #13b706; font-size: .8em; margin-top: 10px;}
.prod-mod-horiz h3 {color:#384148; font-size: .8em; font-weight: 500; margin-right: 5px;}
.prod-mod-horiz input {width:35px; height:35px; border-radius: 0;}
.prod-mod-horiz-precio-carro {display: flex; justify-content: space-between; align-items: center;  border-top: 1px solid #ddd; padding:10px 0; margin: 10px;}
.prod-mod-horiz-precio-carro h4 {color:#fe2e2e; font-size: 1em; margin-bottom: 0;}
.prod-mod-horiz-precio-carro h4 span {color:#929292; text-decoration:line-through; font-size: .8em; }
.prod-mod-horiz-precio-carro h5 {color:#000; font-size: 1em;}
.prod-mod-horiz-precio-carro a {padding: 4px 5px; height: 35px; margin-left: 5px;}
.prod-oferta-ticket-horiz {position: absolute; top:0; left:0; padding:7px 5px; text-align:center; background: #fe2e2e; color:#fff!important; }
.prod-agotado-ticket-horiz {position: absolute; top:45px; left:15px; padding:3px 5px; text-align:center; background: #99683B; color:#fff!important; font-size: 12px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius:10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
.resultado-busqueda {max-width: 500px; margin: 1em auto 2em auto; display: block; padding: 15px 30px; border: 1px solid #ddd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align:center;}
.resultado-busqueda h2 {font-size: 1em; margin: 0;}
.resultado-busqueda h2 strong {color:#000;}
.campo-facebook {margin: 0 auto; text-align: center;}
.menu-responsive {display: none;}
.sub-sub-c label {margin-left: 10px; font-weight: normal;}
.portada-marcas {padding: 10px 15px;}

/* FILTROS */
.ws-tienda-menu-izq {width: 21%; float: left;}
.ws-tienda-productos-listado {float: right; width: 79% }
.ws-card .custom-control-input:checked ~ .custom-control-label::before {border-color: #2293A2; background-color: #2293A2;  }
.ws-card .card {border: none; margin: 0 8px 0 0; color: #909091;}
.ws-card .card p {font-size: .8em;}
.ws-card .card-header {background-color: #fff;}
.ws-card .card .icon-control {color: #909091;}
.ws-card .card .title {color: #2293A2; font-size: 1.1em; margin-top: 10px;}
.ws-card .btn {padding: 5px 12px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.ws-card .card .form-control {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.ws-card .custom-control-label {font-size: .8em; color:#000;}
.ws-card a {color: #2293A2; font-size: .8em;}
.ws-card a:hover {color: #1e3662;}
.ws-card-titulo-menu {display: flex; justify-content: space-between; margin: 0 10px 0 10px; padding: 0 10px; border-bottom: 1px solid #1e3662; padding-bottom: 7px;}
.ws-card-titulo-menu h2 {color: #1e3662; font-size: 1em; margin: 3px 0 0 0; font-weight: 400;}
.ws-card-titulo-menu img {width: 20px; height: 20px;}
.ws-card-titulo {display: flex; justify-content: space-between; margin: 0 10px 10px 10px; padding: 0 10px; border-bottom: 1px solid #ddd; padding-bottom: 7px; }
.ws-card-titulo h2 {color:#000; font-size: 1em; margin: 3px 0 0 0; font-weight: 300;}
.ws-card-titulo img {width: 20px; height: 20px;}

/* >> MENU-LEFT << */
.menu-flotante-izq {padding: .5em 0; ;}
.menu-flotante-izq a {padding: 10px 15px; font-size: .8em; color: #6c757d; display:inline-block; border:1px solid #eeeeee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #fff;}
.menu-flotante-izq a:hover {color:#000; border:1px solid #eeeeee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}

/* MI MENU LATERAL */
.modal-menu-categorias .modal-body {padding: 0; margin-top: 10px;}
.modal-menu-categorias .modal-header {padding: 5px 10px;}
.modal-menu-categorias .modal-header h5 {font-size: .8em; margin: 10px 0;}
.modal-menu-categorias .modal-content {width: 85% !important;}
.modal-menu-categorias .modal-header img {width: 65px; height: auto; padding: 5px !important; }
.modal-menu-categorias .close {line-height: 45px;}

/* MODAL LATERAL IZQUIERDO */
.modal .modal-dialog-aside{ width: 350px; max-width:80%; height: 100%; margin:0; transform: translate(0); transition: transform .2s;}
.modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
.modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
.modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }
.modal.show .modal-dialog-aside{ transform: translateX(0);  z-index: 30000;}
.modal-open .modal {z-index: 100000;}
.informativos {border-top: 2px solid #ddd; padding-top: 2em;}
.informativo-item {display: flex; padding: 10px; background: #f3fbf7; border:2px dotted #c7e3d6; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.informativo-item img {max-width: 55px; height: 55px; margin-right: 10px;}
.informativo-item h3 {font-weight: 600; font-size: 1em; margin: 0; color:#5E8E78;}
.informativo-item p {margin: 0; font-size: .8em; color:#5E8E78; font-weight: 400;}

/* contacto */
.r-form-contacto, .r-contacto-info {padding: 1em 0 4em 0;}
.r-form-contacto, .r-contacto-info  p {margin: 0;}
.r-form-contacto h2 {margin: 1em 0; font-size: 1.5em; color: #000000;}
.r-contacto-info h2 {margin: 1em 0; font-size: 1.5em; color: #000000;}
.r-contacto-info a {color: #99683B;}
.r-contacto-info a:hover {color: #5E8E78;}
.r-contacto-info i {color:#5E8E78;}
.titulo-registro  {display: block; width: 100%;}
.titulo-registro h2 {font-size: 1.3em; text-transform: uppercase; margin-top: 20px; color:#99683B;}

/* mis direcciones */
.mis-direcciones { border: 1px solid #ddd; margin: 10px; background: #fff; padding: 5px; }
.mis-direcciones p {margin: 0; padding: 0; text-align: left; font-size: .9em;}
.mis-direcciones button { margin: 10px;}

/* VISTA ORDEN PRODUCTOS */
.vista-orden-productos {background: #ffffff; padding: 4px 10px; display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1em;}
.vista-orden-productos .form-group {margin: 5px 10px; width: 200px; }
.vista-orden-productos .form-control {font-size: 12px;}
.vista-orden-productos p {color: #868585; font-weight: 300; font-size: 1em; margin: 0;}
.vista-orden-productos p strong {color: #5E8E78; font-weight: 600;}
.vista-orden-productos i {font-size: 1em; display: inline-block;}
.vista-orden-productos a {color: #909091; padding: 0 5px; margin: 0;}
.vista-orden-productos a.active {background: #909091; color: #fff; padding: 0 5px; margin: 0 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.vista-orden-productos a:hover {background: #176F32; color: #fff; padding: 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.vista-paginas-productos {background: #ffffff; padding: 5px 10px; display: flex; justify-content: space-between; align-items: baseline; margin-top: 1em;}
.vista-paginas-productos .pagination {margin-bottom: 0;}
.vista-paginas-productos p {color: #868585; font-weight: 300; font-size: 1em; margin: 0;}
.vista-paginas-productos p strong {color: #D10024; font-weight: 600;}
.p-list {min-width: 200px; display: flex;}
.p-list .form-control {height: 30px;}
.p-paginas a {color: #868585;}
.p-paginas a:hover {color: #000000;}
.p-paginas .page-link {padding: 7px 13px; font-size: .8em;}
.ws-producto-caract-tallas {border-bottom: 1px solid #eee; display: block; padding: 1em 0;}
.ws-productos-tipo-entrega {border-bottom: 1px solid #eee; display: block; padding: .5em 0; margin-top:15px;}
.ws-productos-tipo-entrega h2 {font-size: 1em; color: #000;}
.ws-productos-tipo-entrega img {width: 40px; height: 40px; float: left; margin-right: 10px;}
.ws-productos-tipo-entrega p {margin: 0; line-height: 17px;}
.ws-productos-tipo-entrega p span {color: #2CBA48;}
.ws-productos-tipo-entrega p strong {color: #eb0c0c; font-weight: normal;}
.ws-producto-cod-fav h2 {margin: 0; font-size: 1.1em; font-weight: 200; color: #000;}
.nav-tabs .nav-link.active {color: #5E8E78;}
.tab-portada .nav-tabs .nav-link.active {color: #007581;}
.tab-portada .nav-tabs .nav-link {color: #000;}
.btn-enviar {display: block; margin: 1em auto;}
.btn-enviar a {color: #fff; padding: 5px 15px;}

.informacion-pedido {max-width: 70%; margin: 0 auto; border: none; padding: 2em; background: #ffffff; -moz-box-shadow: 0px 1px 1px 1px rgba(237,237,237,1); box-shadow: 0px 1px 1px 1px rgba(237,237,237,1); }
.informacion-pedido h2 {font-size: 1.5em; margin-bottom: 1.5em; font-family: 'Bodoni Moda', serif; color: #1C8290;}
.informacion-pedido p strong {color: #007581;}
.cuadro-linea {border-top: 2px solid #d8d8d8; margin-top: 1.5em; padding-top: .5em;}
.cuadro-linea p {margin: 0;}

/* contacto */
.r-form-contacto, .r-contacto-info {padding: 10px 15px; background: #ffffff;}
.r-form-contacto, .r-contacto-info  p {margin: 0;}
.r-form-contacto h2 {margin: 1em 0; font-size: 1.5em; color:#5E8E78;}
.r-contacto-info h2 {margin: 1em 0; font-size: 1.5em; color:#5E8E78;}

/* CARRO */
.r-carro h3 {font-size: 1em; font-weight: 300; margin-bottom: 1em; color: #6c757d;}
.r-carro i {color:#5E8E78;}
.r-carro strong {color: #99683B;}
.r-carro-total { -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #fff;}
.r-carro-total ul {list-style: none; padding: 1em; font-weight: 200; color: #6c757d; font-size: .9em;}
.r-carro-total h2 {font-size: 1.1em; margin-bottom: 1em; color: #000;}
.r-carro-productos { padding-bottom: 1em; margin-bottom: 1em; padding: 1em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.r-carro-productos:hover {-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15); background: #fff;}
.r-carro-productos img {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.r-carro-productos p {font-size: .9em; margin: 0 0 5px 0; text-transform: uppercase; font-weight: 200; color: #6c757d;}
.r-carro-productos h2 {font-size: 1.1em; margin: 0;}
.cupon-dcto {padding: 1em;}
.cupon-dcto span {color: #6c757d;}
.carro-vacio {padding: 4em 2em; margin: 6em auto; text-align: center; -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.carro-vacio i {font-size: 4em; margin: 20px 0;}
.carro-vacio h1 {font-size: 1.4em;}
.btn-comprar-cotizar a {margin-left: 20px;}
.mi-cuenta-ordenes span {padding: 5px; color:#fff;}

/* swiper carrusel */
.swiper-container { width: 100%; height: 100%; }
.swiper-slide { /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

/* CARD */
.card a:hover {text-decoration: none;}
.card .icon-control {float: right; } /* color: #ddd; */
.card .checkbox-btn input:checked ~ .btn { border-color: #3167eb; background-color: #3167eb; color: #fff;}
.card .checkbox-btn {position: relative; }
.card .checkbox-btn input {position: absolute; z-index: -1; opacity: 0;}
.card .filter-group .card-header {border-bottom: 0;}
.card .filter-group {border-bottom: 1px solid #e4e4e4; margin: 0 10px;}
.card .btn-light { background-color: #fff; border-color: #e4e4e4;}
.card .title {color: #444444; text-decoration: none;}

/* >> FOOTER << */
#footer {background:#424b52; padding:1em; }
.f-logo img {width: 240px; height: auto; margin-bottom: 1em; }
.f-footer {background: #384148; padding: 1em 0; margin-top: 3em;}
.f-footer p {font-size: 1em; font-weight: 400; color: #b4bcc2;}
.f-footer h2 {font-size: 1.1em; font-weight: 400; color: #fff;}
.f-footer2 p {color: #b4bcc2; margin: 0; font-size: .9em;}
.f-footer2 a {color: #b4bcc2;}
.f-footer2 a:hover {color:#99683B;}
.f-footer2 h2 {font-size: 1em; text-transform: uppercase; font-weight: 300; margin-bottom:1em; margin-top: 10px; color:#ffffff;}
.f-footer2 ul {list-style:none; padding-left: 0; display: inline-block; vertical-align: top; margin-right: 20%;}
.f-footer2 ul li a {font-size: .9em; font-weight: 300; color: #b4bcc2;}
.f-footer2 ul li a:hover {color:#99683B;}
.f-informacion {line-height: 24px;}
.f-redes {text-align: right;}
.f-redes img {margin-left: 10px; margin-top: 5px; }
.f-redes img:hover {opacity: .5; }
.f-newsletter { color: #fff; display: flex; justify-content: space-between;}
.f-newsletter-cont {display: flex; justify-content: center; align-items: center;}
.f-newsletter-cont p, .f-newsletter h2 {margin: 0 0 3px 0;}
.f-suscripcion {display: flex; }
.f-suscripcion input {margin-right: 10px;}
.f-suscripcion .form-control {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; max-width: 450px; min-width: 300px; margin-left: 10px;}
.f-suscripcion a:hover {color: #000 !important;}
.f-form {display: flex; justify-content: space-between; align-items: flex-start;}
.f-footer iframe {width: 100% !important; height: 450px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.f-footer p {font-size: .8em; margin: 0; color:#b4bcc2}
.f-footer i {color:#ffffff;}
.f-footer p strong {color: #fff; font-weight: 600;}
.visual {text-align: right; }
.visual a {color:#b4bcc2; font-size:.7em; margin:1em 0; }
.visual a:hover {color: #fff; }
.pag-interiores h2 {font-size: 1.3em;}
.pag-interiores p strong {font-weight: 700;}

/* >>> >>> MEDIA QUERIES <<< <<< */
@media (max-width: 1400px) {
.btn {font-size: 15px; padding: 0.375rem 1rem; font-weight: 200;}
.sv-producto-mod {margin: 2em auto;}
.sv-f-informacion a img {max-width: 200px;}
.sv-producto-mod h2 {font-size: .8em;}
.sv-producto-mod-imagen{width: 100px;}
.sw-footer ul {margin-right: 24.5%;}
.sw-footer h2 {margin-top: 1em;}
.portfolio-item .item {width: 50%; padding:0 15px;}
.sv-precio-normal {height: 45px;}
.sv-producto-mod-imagen {width: 100px;}
.sv-productos-impuestos {text-align: center !important;}
}

@media (max-width: 1200px) {
.sv-producto-mod-imagen {width: 150px;}
.h-contenido {flex-direction: column;}
.h-buscador {margin-top: 15px; margin-left: 0;}
.sv-logo img {width: 200px;}
.portada-ofertas-izq, .destacados-portada-der {max-width: 100%;}
.prod-mod-horiz h3 {height: 100px;}
.informativo-item {height: 100%;}

}

@media (max-width: 992px) {
.sv-header {flex-direction: column; align-items: center;}
.h-buscar {min-width: 280px;}
.sw-footer ul {margin-right: 15.5%;}
.f-logo-menu img {max-width: 300px; height: auto; margin: 0 auto 1em auto; display: inline-block;}
.f-form {margin: 0 10px;}
.h-menu-der {text-align: center;}
.sv-logo {text-align: center;}
.sv-logo img {margin: 5px auto;}
.card-user .card {padding: 1em;}
.informacion-pedido {max-width: 100%;}
.portada-blog {height: auto;}
.prod-mod-horiz {margin:0;}
.ofertas-destacadas-item {padding: 10px 15px;}
}

@media (max-width: 768px) {
.sv-logo img {max-width: 200px;}
.h-buscar {margin: 0 auto 10px auto;}
.h-derecha {justify-content: space-between; margin-top: 5px;}
.h-micarro {margin: 0 auto;}
.sv-redes {display: block; float: none;}
.list-group {margin-bottom: 2em;}
.h-info-derecha {display: flex; justify-content: center; flex-direction: column; margin-bottom: 5px; text-align: center; width: 100%;}
.datos-sesion {text-align: left; justify-content: center;}
.datos-sesion a {display: inline-block;}
.visual {text-align: center; margin-top: 10px;}
.sv-producto-mod-imagen {width: 100px;}
.h-buscador {margin: 10px auto; float: none; width: 300px;}
.cupon-dcto .form-inline {flex-direction: column;}
.f-redes {text-align:center;}
.f-newsletter {flex-direction: column;}
.f-newsletter-cont {flex-direction: column;}
.f-newsletter-cont p {margin-bottom: 10px; text-align: center;}
.f-suscripcion {flex-direction: column; text-align: center;}
.f-suscripcion .form-control {margin-bottom: 10px;}
.f-form {flex-direction: column; align-items: center; margin: 10px 0;}
.prod-mod-horiz {margin:0 auto; max-width: 80%;}
.p-titulo2 {text-align: center;}

}

@media (max-width: 576px) {
.portada-blog {flex-direction: column;}
.portada-blog img {margin-bottom: 20px;}
.categorias-portada-item {max-width: 45%; margin:5px;}
.h-informacion span {margin-top: 5px; display: inline-block;}
.h-derecha {flex-direction: column;}
.nav-tabs .nav-link {border: 1px solid #ddd;}
.nav-tabs .nav-link.active {font-weight: 500; text-transform: uppercase;}
.mi-cuenta-ordenes span {display: block; width: 110px;}
.card-body {padding: 1em;}
.sv-datos-grupo {flex-direction: column; align-items: center; text-align: center;}
.portfolio-item .item {width: 100%;}
.titulo-interiores-productos h1 {text-align: center;}
.titulo-interiores h1 {font-size: 1.2em;}
.titulo-interno h1 {font-size: 1.2em;}
.nav-tabs .nav-item {width: 100%;}
.tab-portada .nav-tabs .nav-link {text-align: center;}
.tab-portada .nav-tabs .nav-link.active {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #ddd;}
.sv-e-redes {display: block;}
.p-titulo h1 {text-align: center; font-size: 1.3em;}
.sv-logo img {margin: 10px auto; display: block;}
.imagen {text-align: center; margin: 0 auto; display: block;}
.sv-producto-mod {margin: 1em auto;}
.sv-producto-mod img {text-align: center; margin: 0 auto; display: block;}
.portada-ofertas-izq {margin-right:0 ;}
.prod-mod-horiz {max-width: 95%;}
.cupon-dcto .btn { margin: 0 !important;}
.r-carro-productos img {text-align: center; margin: 0 auto; display: block;}
.r-carro-total ul {text-align: left;}
.r-carro-total {text-align: center;}
.r-form-contacto, .r-contacto-info {padding: 1em;}
.f-logo-menu {padding-bottom: 0;}
.f-logo-menu a {margin: 0;}
.f-logo-menu a {margin: 0; }
.f-menu {text-align: center;}
.f-menu a {display: inline-block; margin: 0 7px;}
.f-footer h2 {margin-top: 0;}
.f-footer2 ul li a {line-height: 30px;}
.f-informacion {margin-top: 0; margin-bottom: 10px; text-align: center;}
.f-informacion p a {display: inline-block;}
.f-logo-menu img {display: inline-block;}
.f-logo {text-align: center;}
.f-suscripcion .form-control {min-width: 200px;}
.visual {text-align: center; margin-top: 10px;}
.menu-flotante-izq {text-align: center;}
.botones-carros {flex-direction: column; align-items: center;}
.botones-carros a {margin-bottom: 10px;}
.btn-comprar-cotizar a {margin-left: 0;}
.sv-producto-mod-imagen {width: 120px;}
.sv-producto-mod h2 {height: 60px;}
.sv-precio-oferta h4 {text-align: left;}
.h-buscador {margin: 10px auto; float: none; width: 280px;}
.p-titulo-2 h2 {font-size: 1.3em; font-weight: 300; color: #47474c; background: url(../images/line-2.png) center bottom no-repeat; padding-bottom: 10px; text-align: center;}
.ws-suscripcion .form-control {margin-left: 0; margin-bottom: 10px; min-width: 200px;}
.p-titulo h1 {font-size: 1.2em; padding: 5px 20px 0 0;}
.p-titulo2 h2 {font-size: 1.2em; padding: 5px 20px 0 20px;}
.p-titulo2 h3 {font-size: 1.2em; padding: 5px 20px 0 20px;}
.p-titulo3 h2 {font-size: 1.2em; padding: 5px 20px 0 0;}
.titulo-interiores h1 {font-size: 1.2em; padding: 5px 20px 0 0;}
.titulo-interiores-productos h2 {font-size: 1.2em; padding: 5px 20px 0 0;}
}
