@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
.clearfix:before, .clearfix:after { content: " "; display: table; clear: both }
html { overflow-x: hidden }
a, a:hover {
	color: var(--color-marca2);
	-webkit-transition: color .1s, background-color .1s;
	-moz-transition: color .1s, background-color .1s;
	-o-transition: color .1s, background-color .1s;
	transition: color .1s, background-color .1s;
	outline: none
}
body {
	--color-marca1:#de0d1d;
	--color-marca2:#310532;
	--color-marca3:#434142;
	--color-marca4:#dcdcdc;
	background: #fbf9f8;
	color: #000;
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	padding-top: 0;
	font-family: 'montserrat', sans-serif;
	font-weight:400
}
*:focus, button.btn.btn-buscartop:focus, button.btn.btn-buscartop:active, button:focus {
	outline: none
}

.form-control:focus, .search_box {
	outline: 0;
	box-shadow: none
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'montserrat', sans-serif;
	font-weight: 600;
	color: var(--color-marca2)
}
input[type=email], input[type=number], input[type=password], input[type=text] {
	border: 1px solid #ddd;
	color: #111;
	font-size: 14px;
	margin-bottom: 10px;
	height: 36px;
	border-radius: 10px
}
.btn {
	border-radius: 10px!important
}
header#header {
	position: absolute;
	top: 0;
	width: 100%
}
header {
	background: #ff222d;
	position: relative;
	width: 100%;
	z-index: 6;
	height:102px;
}
header div.nav div.container { max-width:1366px; padding-left:0 }

.top-bar {
	display:none;
	background: #de0d1d;
	color: var(--color-marca2);
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	padding:4px 0
}

a.navbar-brand { margin:2px 0 2px 15px }

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 220px !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    width: auto !important;
}
.navbar-nav > li >.dropdown-item {
    white-space: normal;
}

.search .input-group { display: block }
.search, .search i { color: #222 }
.search {
	margin-right: 0;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 10px
}
input.search-form {
	background: #fff;
	border: 0px solid #b7b4b4;
	width: 600px;
	color: #000;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	height: 45px;
	padding: 15px 12px;
	font-size: 14px;
	margin-bottom: 0;
	border-radius: 20px
}
.search-movil {
	display: none
}
input.search-form-movil {
	background: #fff;
	border: 1px solid #ccc;
	width: 90%;
	color: #999;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	height: 35px;
	padding: 6px 12px;
	font-size: 14px;
	margin-bottom: 0
}
span.input-group-btn {
	position: absolute;
    top: 3px;
    right: 3px;
}
button.btn.btn-buscartop {
	background: 0 0
}
button.btn.btn-buscartop i {
	color: #33a5b7
}
div.container { min-width:1280px }

div#carritoDesktop {
	position: absolute;
	right: 0;
	top: 10%
}
span.carritotop, span.carritotop a {
	color: var(--color-marca2) !important
}
a#loginDesktop {
	border-radius: 10px;
	padding: 10px 20px
}

.dropdown-menu {
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.1), -1px -1px 2px rgba(0,0,0,.1);
	box-shadow: 2px 2px 2px rgba(0,0,0,.1), -1px -1px 2px rgba(0,0,0,.1);
	color: #333;
	font-size: 1em;
	min-width: 200px;
	margin-top: 10px
}
.dropdown-menu ul li a {
	padding: 10px 20px;
	color: inherit
}
.dropdown-menu ul ul li a {
	padding: 10px 20px; font-size:12px;
	color: inherit
}
.dropdown-menu a:hover {
	background: #585858;
	color: #fff
}

.dropdown-toggle {
	background: 0 0;
	outline: none;
	border-radius: 0
}
.dropdown-toggle span {
	color: #555
}
.dropdown-toggle::after {
	content:none
}
div#logueado div.dropdown-menu { left:32% }

ul.list-unstyled li { margin:0 }

span#montoCarrito {
	font-weight: 700;
	font-size: 22px
}
a#cartdetails i { margin-right: 10px }
ul.nav.navbar-nav li { position:relative }
div#navbarNavDropdown {
	width: 100%;
    border-top: 0px solid #de0d1d;
    margin: 0;
    position: absolute;
    top: 72px;
	
	
}
ul.navbar-nav { padding-left:15px }

nav { padding-left:0 !important }
nav.navbar.navbar-expand-lg { padding:0 }
div.nav {border-bottom: 0px solid #de0d1d;}
a.dropdown-item { padding: 10px 20px; font-weight:600 }


.dropdown-menu {
	border-radius: 0;
	padding: 0;
	margin-top: 9px
}
.dropdown-menu>li a {
	padding: 7px 15px!important;
	color: #333;
	font-size: .9em;
	text-transform: none!important
}
.dropdown-menu>li a:hover {
	color: #fff!important
}
.dropdown-menu>a:active {
	background-color: #fff
}
.dropdown-submenu {
	position: relative
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -2px;
	font-size: 1em
}
li.dropdown-submenu a {
	color: #000!important
}

ul.list-unstyled li a { padding-left:10px !important }

a:hover.btn.btn-compra-rapida, a:focus.btn.btn-compra-rapida {
	background: var(--color-marca2)
}

span#contador {
	color: #fff!important;
    background: #7a7a7a;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    position: relative;
    left: -5px;
    top: -5px
}



section.slider {
	padding: 0;
	margin: 0 auto
}
.flexslider {
	border: 0
}
.flex-direction-nav a {
	color: #fff!important;
	background: none;
	height: 70px!important;
	width: 70px!important;
	text-align: center!important;
	padding-top: 10px
}
.flex-direction-nav a:before {
	display: none!important
}
.title-sol span, .widget h5, h4.tit_categorias {
	text-transform: uppercase
}
.title-sol.style2::after {
	background: var(--color-marca1);
	content: "";
	display: block;
	height: 1px;
	margin-left: 0;
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 1;
	display: none
}
.title-sol.style2 {
	font-size: 20px;
	font-weight: lighter;
	line-height: 36px;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	border: none;
	font-family: open sans, sans-serif
}
.title-sol {
	font-family: Calibri;
	color: var(--color-marca2);
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	font-size: 22px;
	line-height: 24px;
	margin: 10px 0;
	padding: 0
}
.title-sol.style2 span {
	color: var(--color-marca2);
	background: none;
	display: table;
	position: relative;
	z-index: 2;
	padding: 5px 15px;
	text-align: left;
	text-transform: uppercase
}
.title-sol span {
	display: inline-block
}
#ofertas_home .container-fluid, #novedades_home .container-fluid {
	padding: 2% 10%
}
section#ofertas_home .col-md-prod, section#novedades_home .col-md-prod {
	width: 16.6666%;
	padding-left: 8px;
	padding-right: 8px;
	margin: 5px 0
}
section#ofertas_home div.owl-carousel .col-md-prod, section#novedades_home div.owl-carousel .col-md-prod {
	width: auto; padding-left: 8px;
	padding-right: 8px; margin: 5px 0
}
.row.owl-carousel.owl-theme.owl-loaded.owl-drag { margin: 0 auto!important }
div.owl-nav span {
	font-size: 50px;
    color: #a19d9f;
    font-weight: 700;
}
div.owl-nav { position: relative }
div.owl-nav .owl-prev {
	left: 30px
}
button.owl-next {
	float: right
}
section#novedades_home {
	margin: 0; background:#fff; padding-top:30px; padding-bottom:30px
}
#novedades_home hr {
	border-top: 1px solid var(--color-marca1)
}
section#noticiasHome { margin-top: 15px }
.cajanove {
	background: #fff;
	padding: 8px
}

.cajanove h1 {
	font: 700 16px open sans, sans-serif;
	color: #3e9020
}
.cajanove h1 a {
	color: #3e9020
}
div#barrahormiga {
	border: 0px solid #ccc;
	margin-bottom: 20px;
	padding:0;
	background: 0 0;
	border-radius: 10px;
	margin:0 0 20px 0
}
div#barrahormiga i {
	color: var(--color-marca2)
}
div#barrahormiga a {
	font: 700 22px open sans, sans-serif;
	color: #444
}
div#barrahormiga span.subcatdeschormiga a { font-size:18px; color:#999; font-weight:600 }
div#barrahormiga > div { padding-left:0 }
div#barrahormiga select {
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px
}

button#recomendar2 {
	top:-11px; left:5px; cursor:pointer
}


/* CAJA PRODUCTO */
.product { border: 1px solid #ccc; background: #fff; padding: 0 }
.product h4 {
	padding: 10px 0; color: #3a3a3a; 
	font-size: 14px; text-align:left
}
.product h4 a { color: #3a3a3a; text-align:left; text-transform:uppercase }
div.product img { transition: all .3s ease }
.product .image { text-align:center; overflow: hidden; width: 100%; margin: 0; position:relative; display:flex; align-items:center }
.product .image { border-radius:8px 8px 0 0; -webkit-border-radius:8px 8px 0 0; }
.image, .image a { display: block }
div.product:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: brightness(.5)
}
.product:hover div.description h4 a { color: var(--color-marca2) }
.product div.description { padding:15px }
.product .price { text-align:left }
#articulos .product .image {
	overflow: hidden;
	width: 100%;
	margin: 0;
	height: 240px!important;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.product .btn.btn-compra {
	display:block; width:90%; margin:0 auto 
}
#articulos .product.modofila { margin-bottom:15px; }
#articulos .product.modofila .image { height:auto !important; padding-bottom:20px; }
#articulos .product.modofila .description { padding-top:20px; }
#articulos .product.modofila .description + div.col-md-3 { padding-top:20px; }
.product .image a img {
	width: 90%
}
.price { font-size: 25px; color: #333; padding: 10px 0; font-weight: 700 }


.btn.btn-compra {
	background: #9d9d9d;
    font-size: 13px;
    color: #fff !important;
    border: none;
    cursor: pomontserrat;
    text-transform: none;
    font-weight: 400;
    padding: 6px 15px; cursor:pointer
}
.btn.btn-compra:hover {
	color: #fff;
	background: #5a5a5a
}

.movil { display: none }
.product.modofila {
	margin-bottom: 5px; border: 1px solid #ccc
}
.modofila .description, .modofila .description h4, span.semaforostock {
	text-align: center
}
.product.modofila h4, .product.modofila span.semaforostock, .product.modofila .description {
	text-align: left
}
.semaforostock { position: relative; top: -2px }
.modofila .image { padding-top: 20px }
.modofila .price { font-size: 25px }
.modofila .btn.btn-compra { padding: 10px 15px; margin-bottom: 20px }
.modofila div.product img { transition: none }
div.product:hover.modofila .image img {
	transform: none!important; filter: none!important
}


h1.botonfiltrar {
	border: 1px solid #ccc; padding: 8px; font: 16px open sans, sans-serif; display: none
}
h1.botonfiltrar a { display: block }
div.filtros_left { display: block }
div.filtros_left h3, li.menuLatTit {
	font: 600 14px 'montserrat', sans-serif;
	color: #de0d1d !important;
	padding: 5px; padding-left:0
}
li.menuLatTit {
	margin-bottom: 10px!important
}
i.borrarcate, i.borrarsubcate, i.borrarmarca {
	color: #ff0000
}
span.cateactual, span.subcateactual, span.marcaactual {
	font-weight: 700;
	color: #000
}
ul.cates, ul.subcates, ul.marcas {
	border-bottom: 0 solid #ddd;
	list-style-type: square;
	padding-bottom: 15px;
	margin-left: 0;
	padding: 0
}
ul.marcas li label { text-transform:capitalize }
div.nav_subcat_p ul {
	padding: 0
}
ul.cates li label, ul.subcates li label, ul.marcas li label {
	cursor: pomontserrat
}
ul.cates li label:hover, ul.subcates li label:hover, ul.marcas li label:hover {
	cursor: pomontserrat
}
ul.marcas, ul.filtros, div.nav_subcat_p li {
	list-style: none!important
}
li.menuLatTit {
	font: 700 14px 'montserrat', sans-serif;
	color: #59d802
}
a.vermasCates, a.vermasSubCates, a.vermasMarcas {
	font-weight: 600 !important; color:#333 !important;
    padding: 10px 0;
    display: block; cursor:pointer
}



ul.term-list {
	padding-left: 20px
}
div.col_pager {
	padding-left: 0;
	margin: 20px 0;
	width: 100%;
	text-align: center;
	display: inline-block
}
div.button-pager li {
	float: none;
	display: inline-block;
	list-style-type: none;
	margin: 0 10px 10px;
	min-width: 34px;
	min-height: 34px;
	padding: 7px 10px;
	vertical-align: middle;
	font-weight: 700
}
div.button-pager li a img {
	margin-top: 3px;
	display: block
}
div.button-pager li.button-pager a {
	padding: 7px;
	margin: -7px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: -12px;
	margin-right: -12px;
	color: var(--color-marca1)
}
li.button-rpager {
	background: 0 0!important
}
div.button-pager li:hover {
	background: #f3f3f3;
	border-radius: 100%
}
div.button-pager li a:hover {
	color: #000;
	text-decoration: none
}
.barraformato {
	text-align: right
}
#articulos .col-md-prod {
	width: 25%;
	padding-left: 8px;
	padding-right: 8px;
	margin: 5px 0
}
h1.prod-titulo {
    font: 600 23px 'montserrat', sans-serif;
    color: #333;
    text-transform: uppercase;
}
.prod-codigo {
	font: 400 13px 'montserrat', sans-serif;
	color: #999
}
#detalle { margin-top:30px }
#detalle .price {
	font-size: 40px;
	font-weight: 700; margin-top:15px
}
#detalle .precioTachadoTrue {
    display: block !important;
    font: 700 25px 'montserrat', sans-serif !important;
    color: #a7a7a7;
}
#relacionados .price {
	font-size: 20px;
	font-weight: 700;
	padding: 5px
}
#relacionados .product h4 {
	margin-bottom: 0
}
#relacionados .col-md-prod {
	width: 25%
}
#redessh {
	padding: 2% 0;
	margin: 5% 0;
}
span.stLarge {
	-webkit-border-radius: 100%;
	color: var(--color-marca2);
	border-radius: 100%;
	padding-top: 20px;
	font-size: 20px;
	height: 60px;
	width: 60px
}
#recomendar2 {
	top: -20px;
	border: 1px solid #000;
	border-radius: 100%;
	height: 32px;
	width: 32px;
	background: 0 0;
	position: relative;
	cursor: pomontserrat;
	box-shadow: none;
	-webkit-box-shadow: none
}
.sp-wrap {
background:#fff!important; max-width:100% !important;
	border: 0px solid #ccc !important
}
.stButton .stLarge {
	height: 32px!important;
	width: 32px!important
}
.stButton .stLarge:hover {
	background-position: unset
}
.dlarga > h3 {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700
}
.dlarga_content .row .col-md-6 .row {
	margin: 0
}
.dlarga_content .row .col-md-6 .row .col-md-6 {
	background: #f3f3f3
}
span.dlarga_content h3 {
	border-bottom: 1px solid var(--color-marca1);
	padding-top: 10px
}
div.dcorta {
	margin: 15px 0
}
div.dlarga {
	margin: 15px 0
}
.dlarga_content .col-md-6 {
	margin: 10px 0
}
button#cotizarEnvio {
	background: #ccc;
	border: 0;
	padding: 10px 30px;
	border-radius: 10px;
	margin-top: 20px
}
.login {
	max-width: 700px!important
}
.login h3, .login h4 {
	text-align: center;
	margin-bottom: 2%
}
.login span {
	color: var(--color-marca2)
}
.btn.btn-login {
	background: #727176;
	cursor: pomontserrat;
	color: #fff;
	display: block;
	padding: 10px 30px; cursor:pointer
}
.btn.btn-login:hover {
	background: #999
}
span#errorlogin span, span#errorlogin2 span {
	color: red;
	padding: 8px 0;
	display: block!important;
	text-align: center!important
}
form.form-registro div.input-group {
	padding: 10px 5px
}
#log1 i, #nolog1 i {
	color: red
}
input#cuponid {
	width: 80%
}
.btn-cupon {
	margin-left: 8%
}
div.cabcarrito {
	background: #e0e0e0;
	border-bottom: 1px solid #aaa;
	padding: 8px
}
div.cabcarrito>div {
	padding-left: 15px;
	padding-right: 15px
}
div.filacarrito {
	padding: 1% 0
}
.titproditemcarrito {
	font-weight: 700
}
.preciounitarioitemcarrito {
	font-weight: 700;
	color: var(--color-marca2)
}
.preciosubtotalitemcarrito {
	font-weight: 700;
	color: var(--color-marca1);
	font-size: 16px
}
.resumencarrito .cajaresumencarrito {
	padding: 20px;
	border: 0 solid #e0e0e0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 5px 0
}
div.todocarrito {
	padding: 15px
}
.carritoeliminar span {
	font-family: sans-serif
}
i.carritoeliminar span {
	color: #ff7f76
}
ul#formaspago {
	list-style: none;
	margin: 0;
	padding: 0
}
ul#formaspago li label {
	cursor: pomontserrat
}

span#titcheckout2 {
	font: 700 30px open sans, sans-serif;
	color: var(--color-marca2)
}

.btn-success {
	background: 090;
	border: 0;
	color: #fff!important; cursor:pointer
}
.btn-focus:hover, .btn-success:hover, .btn-compra:hover, .btn-default:hover, .btn-success.focus .btn-success:focus, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	background: #038003
}
.modal h5.modal-title {
	font: 700 16px open sans, sans-serif!important;
	color: #000;
	letter-spacing: normal;
	text-align: center;
	padding: 8px;
	width: 100%;
	border-bottom: 0
}
.modal-header {
	padding: 8px
}
.modal-footer {
	display: block;
	text-align: center
}
a.modalcuotas {
	padding: 10px 20px;
	display: inline-block;
	background: var(--color-marca1);
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	text-decoration: none
}
a.modalcuotas h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0
}
.modal-header {
	padding: 8px
}
.modal-footer {
	display: block;
	text-align: center
}
div.modal-content div.search {
	width: 100%
}
div.modal-content div.search div.input-group input.search-form {
	width: 100%
}

div#modalEnvioPack div.modal-body {
	text-align: center
}
div#modalEnvioPack div.modal-footer {
	border: none
}
footer {
	background: #363636;
	padding: 5% 0%
}
footer, footer a, footer a:hover, footer a:focus {
	color: #eee
}
footer h1 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase
}
footer hr {
	width: 100px;
	border: 1px solid var(--color-marca1);
	margin-left: 0
}
footer li {
	margin: 4px 0; font-size:12.5px
}
footer div.footer-col a {
	display: block
}
footer div.footer-col h3 {
	color: #fff;
	font-weight: 700
}
footer .redes {
	margin-top: 15px
}
footer .redes a:hover {
	text-decoration: none
}
div.redesfooter i {
	font-size: 45px
}
b.titcontacto { margin-bottom:8px; display:block }
div.redesfooter .fa-facebook-square {
	color: #2d62ce;
	background: #fff;
	border-radius: 40% 50%;
	line-height: 38px
}
div.redesfooter .fa-youtube-play {
	color: red;
	background: #fff;
	border-radius: 100%;
	line-height: 30px
}
div.redesfooter .fa-instagram {
	color: #e1306c;
	background: #fff;
	border-radius: 50%;
	line-height: 38px
}
footer div.footer-col.redesfooter a {
	display: inline
}

#logueado a.ingresar::after {
    border: none !important;
    content: '\f107';
    vertical-align: baseline;
    font-family: fontawesome;
    margin-left: 0;
    margin-left: 10px;
}

div.botonWS {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 99;
}
.product {
    background: #fff;
    border: none;
    border-radius: 5px; -webkit-border-radius:5px;
}
.product:hover {
  border:none;
    -webkit-box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0.5px rgb(0 0 0 / 10%);
    border-radius: 5px; -webkit-border-radius:5px;
}
#relacionados .col-md-prod {
    width: 23%;
    margin: 10px;
}

#detalle input#boton-compra { display:inline-block; float:left; }
#detalle button#cotizarEnvio { clear:both; margin-top:45px; display:block }

.product h4 {

    color: #3a3a3a;
    text-decoration: none;
    font-size: 14px;
    text-transform: none;
	font-weight:normal
}
.product h4 a:hover {
    text-decoration:none
}
.price { font-family:'montserrat', sans-serif;
font-size:20px; }
.product { 
	padding-bottom:10px !important ;
	border-radius:4px;
	background: #fff;
    border: none;
	position:relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.home2 .owl-nav { display:none }
.home2 #ofertas_home {
	background:#f1f1f1
}
#ofertas_home {
	background:#fff; padding-top:30px; padding-bottom:30px
}
.product .image {
    overflow: hidden;
    width: 100%;
    margin: 0;
    /*height: auto !important;*/
}

section#spots1 { padding:0 0 0px 0; padding-top:50px }
	
.home2 .title-sol.style2 {
    font-size: 25px;
    line-height: 30px;
    margin: 30px 0 20px;
}
.title-sol.style3 {
    font-weight: 400;
    border: none;
    padding: 0;
    position: relative;
}

.home section#ofertas_home {     padding-top: 1px;
    margin-top: 50px;}

div.product:hover .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	filter: brightness(1);
	opacity:.5
}

footer h1 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'montserrat', sans-serif;
}

.img-responsive { width:100% }
div#divDevelopmentMode { display:none }


section#iconos_home { padding-top:50px }

span.dlarga_content { font-weight:400 }

div.product div.image a.imagen-producto { min-height:220px; }

div.owl-item div.col-md-prod div.product h4 {  }

div#contenedorBajoSlide { background:#fff; padding:25px 0; margin: 40px auto 0px auto;
    border-radius: 25px; box-shadow: 0 0 10px rgba(0, 0, 0, .1); }
div.container.bajoslide { margin:0 auto }
div.bajoslide > div:nth-child(1), div.bajoslide > div:nth-child(2), div.bajoslide > div:nth-child(3) { border-right: 1px solid #fff; }
div.bajoslide > div { text-align:center; }
div.bajoslide, div.bajoslide a, div.bajoslide i { color:#464646 }
div.bajada { text-align:left;}
div.bajoslide img { margin-right:20px }

.container.carousel_iconos {
	width:100%; max-width:100%; background:#fff; padding-top:20px;
}
.slick-slide img {
    height: 70px;  -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s; transition: all .4s;
    opacity:.5
}
.container.carousel_marcas {
    max-width: 100%;
    background: #fff;
}
.slick-slide img:hover { transform: scale(1.2) ;  opacity:1 }
.slick-prev:before { content: '\f137' !important }
.slick-next:before { content: '\f138' !important }
.slick-prev:before, .slick-next:before {
    font-family:'FontAwesome' !important    ;
    color:#ccc;font-size:20px
}
.slick-prev:hover:before, .slick-next:hover:before {
    font-family:'FontAwesome' !important    ;
    color:#ffc400;
}
li.slick-slide a {
    text-align:center;
}
li.slick-slide img {
    display:inline-block
}
ul.iconos-carousel { padding:20px 0 }
ul.iconos-carousel li { text-align:center; font-weight:600 }


.caja_func_sup {
	width:350px; position:absolute; right:0; top:15px
}
.caja_func_sup a.ingresar, .caja_func_sup a.sercliente {
	padding:5px 15px;
	border-radius:20px;
	background:#de0d1d;
	text-decoration:none	
}
.caja_func_sup a.ingresar { background:#de0d1d; color:#fff; border:1px solid #de0d1d }
.caja_func_sup a.sercliente { background:#f5f5f5; border:0px solid #999 }
.caja_func_sup #logueado, .caja_func_sup #no_logueado, .caja_func_sup .carritotop {
	float:right
}
.caja_func_sup #logueado, .caja_func_sup #no_logueado {
	margin:0 20px
}
header.header > .container { position:relative; }
.title-sol.style2 span {
    color: #454545;
    display: table;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
}
.title-sol.style2::after {
    background: #ccc;
    content: "";
    display: block;
    height: 1px;
    margin-left: 10%;
    position: absolute;
    top: 20px;
    width: 80%;
    z-index: 1;
}

section#iconos_home div.owl-nav .owl-next {
    position: relative;
    top: -85px;
    left: 25px;
    height: 1px;
}

div.owl-carousel.owl-carousel-iconos {
	padding:0 30px;
}


#loginBody { padding:15px; }
div.cajalogin { width:100% }
.btn.btn-login.center-block { margin:0 auto }


img.img-caja-prod {
	height:auto;
}

.ofertaTrue {
    background: #368b53;
    display: inline-block !important;
    color: #fff;
    padding: 3px 8px;
    position: absolute;
    left: 15px;
    top: 13px;
    z-index: 2;
	-webkit-border-radius: 6px 0 6px 0;
	border-radius: 6px 0 6px 0; font-weight:bold
}
.nuevoTrue {
    background: #ffd600;
    display: inline-block !important;
    color: #fff;
    padding: 3px 8px;
    position: absolute;
    left: 15px;
    top: 13px;
    z-index: 2;
	-webkit-border-radius: 6px 0 6px 0;
	border-radius: 6px 0 6px 0; font-weight:bold
}


#modalcompra a.btn.btn-secondary { font-size:11px; background:#939393; color:#fff; cursor:pointer  }
#modalcompra a.btn.btn-success { font-size:11px; background:#090 }

h1.titulos { text-align:center; margin:20px 0; font-size:22px }

.precioTachadoTrue {
	display:block !important; 
	font:700 16px 'montserrat', sans-serif !important; color:#a7a7a7
}
.precioTachadoTrue .p1 { text-decoration:line-through; }
#relacionados .precioTachadoTrue {
	display:block !important; text-decoration:line-through;
	font:700 20px 'montserrat', sans-serif !important; color:#f00
}
span.porcentaje { background:#ee7202; color:#fff; display:inline-block; padding:3px; font-size:12px }
ul.opc_micuenta li {
	background: #eee;
    padding: 8px;
    margin-bottom: 2px;
    border-radius: 5px;
}
ul.opc_micuenta li:hover {
	background: #ddd;
    padding: 8px;
    margin-bottom: 2px;
    border-radius: 5px;
}
ul.opc_micuenta li a { display:block; cursor:pointer; text-decoration:none }

#detalle section#iconos_home div.col-md-prod { margin:0 10px; }
#detalle div.owl-carousel.owl-carousel-iconos {
    padding: 0 20px 0 0px;
}
#detalle section#iconos_home .price {
	font-size:20px; font-weight:700; padding:5px
}
#detalle section#iconos_home .precioTachadoTrue { font-size:20px !important }


i.fa.fa-bars { color:#fff; font-size:30px }

.product { position:relative }
  div#campana, #detalle div#relacionados div#campana {
	display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    top: 10px; right:10px;
	padding:5px 5px 5px 8px;
    background: rgba(100,100,100,0.05);
    color: #ccc; font-size:1em; cursor:pointer;
	left:auto
  }
  #detalle div#campana { margin-top:0px; position:absolute; right:5px; top:0px; background:none }
  #detalle div#campana i { font-size:1em; top:0px; position:relative }
  .avisostock{
	font-size: 1em;
    color: #303133;
    cursor: pointer;
}
.avisostock:hover{
	font-size: 1em;
    color: red;
    cursor: pointer;
}
.avisostockon{
	font-size: 1em;
    color: #ff0000;
    cursor: pointer;
}
.avisostockon:focus{
	font-size: 1.5em;
    color: red;
    cursor: pointer;
}
#campana.fa-bell:hover{
	cursor:pointer;
	color:red;
}
#detalle .avisostock, #detalle .avisostockon { font-size:1em !important; top:0px; position:relative }

.fa-bell:focus{
	color:red;
}
.fa-bell:hover{
	color:red;
	cursor:pointer;
}
ul#ui-id-1 { z-index:9999 }
  

 
div.quienes_somos_home { 
	text-align:center; padding:45px 
}


li.imagen_predictivo.ui-menu-item img { background:none !important; border-color:transparent !important}
.imagen_predictivo.ui-menu-item { font-size:11px; font-weight:400 }

#tags:focus { outline:none }

li.imagen_predictivo.ui-menu-item {
	font-weight: normal;
    font-size: 12px;
    text-transform: capitalize; border-bottom:1px dotted #ccc
}
ul.ui-autocomplete.ui-menu {
	border: none;
    background: #f2f2f2;
} 
ul.ui-autocomplete.ui-menu li:hover { background:#eaeaea }
li.imagen_predictivo.ui-menu-item img { background:none !important; border-color:transparent !important}

div.mt { margin-top:50px; margin-left:auto; margin-right:auto }
div#articulos.mt { margin-top:25px; margin-left:auto; margin-right:auto }
ul.navbar-nav.mx-auto { padding:0 !important }
ul.nav.navbar-nav { /* margin:0 auto */ }
ul.nav.navbar-nav > li > a  { color:#fff; padding-left:25px !important; padding-right:25px !important;  }
ul.nav.navbar-nav > li > a span { font-weight:700 !important }
a.nav-link { padding-top:4px; padding-bottom:5px }

div.bajoslide img {
    width: 35px;
    float: left;
    margin-right: 8px;
}
div.bajoslide div.col-md-3 {
    text-align: left;
}
div.bajoslide > div:nth-child(1), div.bajoslide > div:nth-child(2) {
    border-right: 1px solid #bbb;
}
#novedades_home .owl-nav, #ofertas_home .owl-nav { display:none }

/* solo detalle */
div#detalle_info {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
div#detalle_info > .col-md-5 {
    border-left: 1px solid #ddd;
    padding-left: 35px;
}
div.sp-wrap.sp-non-touch { border:none !important }

.sp-thumbs {
    text-align: left;
    display: block;
    margin-top: 10px;
    width: 18% !important;
    float: left;
}
div.sp-wrap div.sp-thumbs a {
    border: 1px solid #bbb !important;
    margin-bottom: 8px !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
}
.sp-large {
    width: 80% !important;
    float: right;
    border: 0px solid #ddd;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 90px !important;
    height: 90px !important;
}
div.dlarga {
    margin-top: 25px;
    background: #fff;
    font: 400 14px 'montserrat', sans-serif;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
div.dlarga_content {
    padding: 20px 40px;
}
div#detalle_info2 {
    border-left: 1px solid #ddd;
    padding-left: 35px;
    padding-right: 40px;
    padding-top: 20px;
}

#slides_ofertas { display:block }
#slides_ofertas_mobile { display:none }

ul.ui-menu.ui-widget { z-index:99999 }
ul.menuUl.term-list input[type=checkbox],
ul.marcas input[type=checkbox] {
	position: relative;
	cursor: pointer;
	width:0px; height:0px
}
	
ul.menuUl.term-list input[type=checkbox]:before, 
ul.marcas input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 15px;
         height: 15px;
         top: 0;
         left: 0;
         background-color:#e9e9e9; margin-top:-12px; border-radius:50%;
		 border: 1px solid #bbb;
}
ul.menuUl.term-list input[type=checkbox]:checked:before, 
ul.marcas input[type=checkbox]:checked:before {
         content: "";
         display: block;
         position: absolute;
         width: 15px;
         height: 15px;
         top: 0;
         left: 0;
         background-color:#de0d1d;border: 1px solid #de0d1d;
		 border-radius:50%;margin-top:-12px
}
ul.menuUl.term-list input[type=checkbox]:checked:after, 
ul.marcas input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 5px;
         height: 10px;
         border: solid white;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 2px;
         left: 6px;
		 border-radius:50%;margin-top:-12px
}
span.nombre_marca { padding-left:20px }

header.fixedtop { position:fixed; height:110px; top:0 }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #de0d1d;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

li.imagen_predictivo.ui-menu-item img { max-width: 60px; }
li.imagen_predictivo.ui-menu-item { font-size: 11px; }
a.btn.btn-compra { background: #de0d1d; padding: 9px 15px; border-radius:7px !important }
a.btn.btn-compra:hover { background:#870b14; border-radius:7px !important }
input[type=email], input[type=number], input[type=password], input[type=text] { border-radius: 10px; }
.ofertaTrue {
	left:15;
	bottom:auto;
	right: auto;
	top: 15px;
	background:rgba(255,255,255,.8);
	padding:5px 8px; color:#000
}
  
div.asociados, div#relacionados, div.producto_asociado { width:100% }
div.producto_asociado div.image { width:15%; float:left }
div.producto_asociado div.image img { max-width:90% }
div.producto_asociado h4 a { font-size:13px }
div.producto_asociado {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}
div.producto_asociado .price { font-size:15px !important }
div.producto_asociado .description { width: 78%; float: right; }
div.producto_asociado a.btn.btn-compra {
	background: #3483fa;
	padding: 7px 10px;
	border-radius: 7px !important;
}

div.producto_asociado .btn.btn-compra {
    background: #9d9d9d;
    font-size: 11px;
    color: #fff!important;
    border: none;
    cursor: pomontserrat;
    text-transform: uppercase;
    font-weight: 400;
    padding: 6px 15px;
    cursor: pointer;
}
.navbar-nav .sm-nowrap>li>.dropdown-item {
	white-space: nowrap !important; padding-right:10px 
}
.owl-carousel .owl-dots.disabled {
    display: block !important; margin-top:10px 
}
div.iconosHomeMedio { margin:0 auto}
div.iconosHomeMedio div { text-align:center;}
div.iconosHomeMedio img { width:75px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s; }
div.iconosHomeMedio a {
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	text-decoration:none; font-weight:500;
    display: block;
    padding: 20px;
    border-radius: 20px;
}
div.iconosHomeMedio a:hover {
	background:rgba(255,255,255,.5);font-size: 16px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .05);
}
div.iconosHomeMedio a span {display:block; -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;}
div.iconosHomeMedio a:hover span { transform:translateY(5px) }
div.iconosHomeMedio a:hover img { transform:scale(1.1) }

div.listado_noticias h2 { font-size:100% }
div.listado_noticias .cajasnovehome { margin-bottom:20px }
div.listado_noticias .cajasnovehome img { -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s; border-radius:10px; -webkit-border-radius:10px }
div.listado_noticias .cajasnovehome:hover img { opacity:.8 }
a.nav-link.has-submenu:hover { color:#fff }

ul.nav.navbar-nav li a b { font-weight:500 }
h5.titulos { padding-left:10px; font-size: 25px; letter-spacing: -.5px; }
h5.titulos::after {
    background: #f00;
    content: "";
    display: block;
    height: 4px;
    margin: .34rem 0 0;
    width: 5rem;
}
.fpago { width:auto !important; position:relative; top:4px }
section#banners-home img { border-radius:15px; -webkit-border-radius:15px;
-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s; }
section#banners-home img:hover { opacity:.8; transform:scale(1.005)}
section#banners-home2 img { border-radius:15px; -webkit-border-radius:15px;
-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s; }
section#banners-home2 img:hover { opacity:.8; }
div.iconosHomeMedio img {
    width: 130px !important;
    border-radius: 50%;
	margin-bottom:8px
}
div#marcas img { border-radius:10px; -webkit-border-radius:10px; -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s; }
div#marcas img:hover { transform:scale(1.1) }

#detalle div#barrahormiga a {
    font: 400 15px open sans, sans-serif;
    color: #333;
}

div#cajaRegistro h3 { font-size:18px }
div#modallogin .modal-dialog {
        max-width: 400px;
        margin: 30px auto;
    }

footer ul { padding:0; margin:0; list-style:none }
div#modalcompra div.modal-body img { margin-right:20px }


@media(max-width:1160px) {
	ul.dropdown-menu {
		width: 1100px!important; position: absolute;
		left: 0; background: #000
	}
	input.search-form { width: 550px }
	.search { margin-left: -270px }
}

@media(max-width:1024px) {
	ul.dropdown-menu {
		width: 960px!important;
		position: absolute;
		left: 0;
		background: #000
	}
	input.search-form { width: 400px }
	.search { margin-left: -220px }
}

@media(max-width:768px) {
	h1.botonfiltrar { display: block }
	div.filtros_left { display: none }
	a#abrirpanelcarrito {
		position: absolute;
		top: 22px;
		right: 15px
	}
	a.nav-link {
		padding: 12px!important
	}
	ul.dropdown-menu.dropdown-cart {
		width: 100%;
		top: 50px;
		padding: 10px;
		color: #000
	}
	.col-md-prod, #articulos .col-md-prod {
		width: 100%;
		padding-left: 8px;
		padding-right: 8px
	}
	#relacionados .col-md-prod {
		width: 33.33%;
		padding-left: 8px;
		padding-right: 8px
	}
	ul.dropdown-menu {
		width: 100%!important;
		position: absolute;
		left: 0;
		background: #000
	}
	.hidden-md, .hidden-lg { display: inline }
	input.search-form { width: 400px }
	.search { display: none }
}

@media(max-width:360px) {
	.search-movil { margin-right: 20% }
	.product .image { height: 180px!important }
	#articulos .product .image { height: 380px!important }
}

@media(max-width:320px) {
	.search-movil { margin-right: 25% }
	a.navbar-brand img { margin-left: -15px; max-width: 160px }
	.product .image { height: 135px!important }
	#articulos .product .image { height: 330px!important }
}
@media (max-width:2500px) and (min-width:481px) {
	div#info-mobile { display:none }
	#contenedorBajoSlide2 { display:none}
	.super_ofertas_movil, .nuevos_ingresos_movil { display:none }
}
@media (min-width:1921px) {
	div.container { min-width:80% }
	footer div.container { min-width:60% }
}
@media(max-width:992px) {
	nav.navbar .search { margin-bottom: 10px!important }
}
@media (min-width:481px) {
	div.filtros h3 { font-weight:bold }
	div.filtros_left ul.cates a, div.filtros_left ul.subcates a,
	div.filtros_left ul.marcas a, div.filtros_left label { font-weight:400 }
}
@media(max-width:480px) {
	.top-bar span { display: none }
	.top-bar li.list-inline-item { border: 0!important }
	div.barraformato { display: none; text-align: left }
	button.navbar-toggler { top: -45px }
	.input-group-btn {
		position: absolute; font-size: 0; white-space: nowrap; top: 0
	}
	section.spots img { margin: 5px 0 }
	input.search-form:focus, input.search-form:hover { width: 300px }
	#relacionados .col-md-prod {
		width: 50%; padding-left: 8px; padding-right: 8px
	}
	section#ofertas_home .col-md-prod, section#novedades_home .col-md-prod {
		width: 100%; padding-left: 8px; padding-right: 8px; margin: 5px 0
	}
	#detalle div#redessh { clear: both; margin-top: 50px }
	div.cabcarrito { display: none }
	header .container.header { width: 100%; padding: 0 }
	.navbar { padding: 0 }
	ul.nav.navbar-nav {
		background: #ccc;
		padding: 0;
		width: 100%;
		margin-top: 0px
	}
	div#navbarNavDropdown {
		width: 100%;
		border: 0px solid;
		margin: 0;
		position: absolute;
		top: 70px;
	}
	.navbar a.navbar-brand img {
		margin-top: 10px; margin-bottom: 10px; margin-left: 20px
	}
	a.vertodoshome { margin-bottom: 30px }
	div.redesfooter img { width: 40px; height: auto }
	p.paginado { position: relative; top: -10px }
	p.paginado span.pagactual { display: block }
	p.paginado span.pipe { display: none }
	button.owl-next, button.owl-prev { display: none }
	.search-movil {
		display: inline;
		float: right;
		padding-top: 5%;
		margin-right: 22%
	}
	.price { padding: 10px 0 }
	.ocultar, span#logeado { display: none }
	.cart .dropdown-menu.show { background: #f3f3f3; margin-top: 25% }
	.product .image { height: 160px!important }
	#relacionados .col-md-prod { width: 50%; margin: 0px; margin-bottom:10px }
	#relacionados div.product div.image a.imagen-producto { min-height: 150px; }
	#relacionados a.btn-primary.btn-compra	{ width:90%; float:none; }
	div#barrahormiga a {
		font: bold 14px 'montserrat', sans-serif;
		color: #444
	}
	#articulos .product {
		padding:10px !important; background: #fff; border-bottom:1px solid #ccc;
		-webkit-box-shadow: 0 0 0px 0px rgb(0 0 0 / 0%); box-shadow: 0 0 0px 0px rgb(0 0 0 / 0%);
		border-radius: 0px; -webkit-border-radius: 0px;
	}
	#articulos .product div.image {
		width:40%; float:left; height:auto !important; min-height:auto !important
	}
	#articulos div.description { width:70%; float:right; padding-left:10px; text-align:left; }
	#articulos .product div.price { width:; }
	#articulos .price + p { float:right; width:70%; text-align:left; padding-left:15px }
	#articulos div.col-md-prod { margin:0 }
	#articulos div.col-md-prod div.description,
	#articulos div.col-md-prod div.price,
	#articulos div.col-md-prod div.precioTachadoTrue { width:60%; float:right }
	#articulos .btn.btn-compra.compracantidad { width:100% }
	
	.navbar-expand-lg .navbar-nav .dropdown-menu { width: 100% !important; }
	ul.navbar-nav .dropdown-menu { margin-top:0 }
	ul.navbar-nav .dropdown-menu a {
		background: #f4f4f4; color: #000 !important; padding-left: 35px !important;
	}
	.dropdown-item:focus, .dropdown-item:hover {
		color: #16181b;
		text-decoration: none;
		background-color: #cccccc;
	}
	section#ofertas_home > div.container > div.col-md-2 { padding-left:15px !important; padding-right:15px !important }

	a.btn-primary.btn-compra { margin-left:8px; float:right }
	#ofertas_home a.btn-primary.btn-compra, #novedades_home a.btn-primary.btn-compra,
	
	.product { overflow:hidden }

	a.search-movil { display:none }
	section#iconos_home { /*display:none*/ }
	div#contenedorBajoSlide { ddisplay:none }
	div.container { min-width: 100% }
	header { height:70px }
	a.navbar-brand img {  }
	section#iconos_home div.icono a img { width:80px }
	section#iconos_home div.icono span { font-size:13px }
	section#iconos_home { padding-top:20px }
	div.owl-carousel.owl-carousel-iconos { padding:0 }
	div.spots-x3 img { margin-bottom:15px; }
	div#info-mobile {
		background:#01aef0; color:#fff; text-align:center; display:block
	}
	div#info-mobile div { color:#fff;  text-align:center }
	
	#info-mobile div.col-md-3 {
		    padding: 10px 0; border-bottom: 1px dotted #fff;
	}
	#info-mobile div.row { margin:0 auto }
	div#no_logueado a img { width:30px !important }
	span.carritotop a img { width:32px !important }
	    img#lupa-movil {
        width: 24px !important;
        position: absolute;
        top: 24px;
        right: 170px;
        z-index: 9;
        cursor: pointer;
        display: inline-block !important;
    }
	div.modal-content div.search.search-moviles {
		display:block; margin-left:0; left:0
	}
	#search-movil div.modal-content { background:none }
	
	#modalcompra a.btn.btn-secondary { color:#fff }
	div.filacarrito { margin-bottom:30px }
	footer .col-md-3 { margin-bottom:30px }
	#slides_ofertas { display:none }
	#slides_ofertas_mobile { display:block }
	.caja_func_sup {
		width: 200px; position: absolute;
		right: 0px; top: 20px;
	}
	.caja_func_sup #logueado, .caja_func_sup #no_logueado { margin:0 5px }
	
	button.navbar-toggler { position:absolute; left:0; top:15px }
	div.nav .container { padding-left:0; padding-right:0 }
	a.navbar-brand {
		margin-left: 30px;
		margin-top: -2px;
		margin-bottom: 0;
	}

	.hidden-xs { display:none }
	#contenedorBajoSlide2 { display:block}
	#contenedorBajoSlide2  div.container > div { 
		border-right:none; padding-top:10px; padding-bottom:10px; border-bottom:1px solid #ddd 
	}
	li.imagen_predictivo img { display:none }
	li.imagen_predictivo.ui-menu-item {
		font-weight: normal;
		font-size: 11px;
		text-transform: capitalize;
		border-bottom: 1px dotted #ccc;
		padding: 10px;
	}
	ul.ui-menu.ui-widget { width:95% }
	a.navbar-brand img { width:120px !important; top: 7px;
    position: relative; }
	.caja_func_sup a.sercliente {
    display: none;
	}
	section#banners-home div.flex-column { margin-top:15px }
	div.iconosHomeMedio a {
		padding: 20px 10px;

	}
	div.iconosHomeMedio { text-align:center }
	div.iconosHomeMedio img {
		width: 110px !important;
		border-radius: 50%;
		margin-bottom: 8px;
	}
	header.fixedtop { position:fixed; height:70px; top:0 }
	div#contenedorBajoSlide { max-width:95% !important; box-shadow:none; background:none }
	div#contenedorBajoSlide div.bajoslide div.col-12 { border:none; margin-bottom:15px }
	div#contenedorBajoSlide div.bajoslide div.col-12 img { width:98% !important }
	span.carritotop { margin-right:10px }
	ul.nav.navbar-nav > li > a {
    color: #000;
	}
	div#navbarNavDropdown ul.nav ul.dropdown-menu li a  { padding-left:15px; }
	div#navbarNavDropdown ul.nav  ul.dropdown-menu ul.dropdown-menu li a { padding-left:60px !important; }
}