@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap');


/* 25 */

/********* GENERAL ************/
:root {


    /* colores actuales */
    --color-1: #408fca;
    --color-2: #0f3a7e;
    --color-3: #51a6da;

    /* paleta light */
    --principal-light: #277eb4;
    --secundario-light: #c8c6c7;
    --acento-light: #7faaf0;
    --texto-light: #040316;
    --fondo-light: #fbfbfe;

    /* variante light 2 */
    --txt-light: #0f0f0f;
    --bg-light: #eae9fc;
    --primary-light: #4ba2d8;
    --secondary-light: #393738;
    --accent-light: #0f3a80;

    /* paleta dark */
    --principal-dark: #4ba2d8;
    --secundario-dark: #393738 ;
    --acento-dark: #0f3a80;
    --texto-dark: #eae9fc ;
    --fondo-dark: #010104;

    /* variante dark 2 */
    --txt-dark: #f0f0f0;
    --bg-dark: #040316;
    --primary-dark: #277eb4;
    --secondary-dark: #c8c6c7;
    --accent-dark: #7faaf0;
}


html {
    overflow-x: hidden
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'montserrat', sans-serif
}

body {
    background: #fff;
    color: #4e4e4e;
    font-weight: 300;
    line-height: 19px;
    font-size: 14px;
    padding-top: 0px
}

b,
strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #000
}

.controls .fa,
.form-control,
.form-group label,
h2#pie_seo b {
    font-weight: 300
}

a {
    color: #4e4e4e;
    -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
}


@media (max-width:2500px) and (min-width:1600px) {
	div#detalle.container,
	div#articulos.container,
	.container.checkout,
	div.container.micuenta {
		max-width: 1450px;
	}
	
}
@media (max-width:1366px) {
	div#detalle.container,
	div#articulos.container,
	.container.checkout,
	div.container.micuenta {
		max-width: 1350px;
	}
	
}


/********* TOP ************/
header#header {
    position: absolute;
    top: 0;
    width: 100%;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    height: 110px;
    background: #fff
}

.top-bar {
    padding: 8px 0;
    background: #000000;
    height: 40px
}

.top-bar a {
    color: #1b2f49;
    font-weight: normal
}

.top-bar b {
    font-weight: normal
}

.search,
.social-share,
ul.social-share li {
    display: inline-block
}

.fixedtop {
    position: fixed !important;
    top: 0px !important;
    z-index: 300;
    width: 100% !important;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 8px 0px #888888;
    background: #fff
}

.fixedtop .container {
    margin: 0 auto;
    max-width: 1250px;
}

.fixedtop .redestop i,
.fixedtop button.btn.btn-buscartop i {
    color: #999
}

.nav.fixedtop {
    height: 95px;
}

.fixedtop div.navbar-collapse {
    top: 65px
}

.fixedtop div.navbar-collapse > ul > li a {
    color: #000 !important
}

.fixedtop i {
    color: #000;
}

.fixedtop i.fa.fa-search {
    color: #000
}

.fixedtop ul.navbar-nav > li > a,
.fixedtop span.carritotop,
.fixedtop span.carritotop a {
    color: #000;
}

.fixedtop ul.navbar-nav li a:hover {
    color: #000 !important;
    background: #febf00
}

.fixedtop ul.navbar-nav ul.dropdown-menu a {
    color: #000 !important
}

.fixedtop ul.navbar-nav ul a:hover {
    color: #000 !important
}

.caja-logo {
    width: 100%;
    max-width: 420px;
    background-color: #fff;
    text-align: center;
}

.search .input-group {
    display: block
}

.search,
.search i {
    color: #222
}

.search {
    margin-right: 0px;
    position: relative;
}

input.search-form {
    background: #fff;
    border: 0px solid #ddd;
    width: 350px;
    color: #999;
    /*-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*/
}

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
}

div.search .fa-search:before {
    content: "\f002";
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

button.btn-buscartop {
    margin-left: -35px !important;
    margin-top: 0px;
    background: none;
}

input.search-form:focus,
/*input.search-form:hover { width: 290px }*/




/*********** CARRITO Y LOGIN USUARIO CAJA FUNC SUP ***********/
a.ircarrito {
    background: none;
    padding: 11px 4px;
    display: block;
    float: right
}

span.cart_top p strong {
    font-weight: bold;
    color: #025c95
}

div.ingresotop {
    text-align: right
}

div.carritoDesktop {
    position: absolute;
    right: 0;
    top: 15px;
    min-width: 395px
}

div#carritoDesktop {
    min-width: 405px
}



.pull-right > .dropdown-cart {
    width: 100%;
    top: 38px;
    border: none;
    background: #fff;
    color: #000 !important
}

.dropdown-menu #nombre_usuario {
    color: #000
}

.pull-right > .dropdown-cart a {
    color: #000 !important
}

.pull-right > .dropdown-cart li + li {
    border-top: 1px dotted #ccc
}

.pull-right > .dropdown-cart {
    border-bottom: 2px solid #ccc;
}



/********* HEADER ************/
footer {
    position: relative
}

footer,
footer a:hover {
    color: #fff
}

footer div.footer-col a {
    display: block;
}

footer div.infopie {
    font-size: 14px;
    text-align: left;
}

footer div.footer-col h3 {
    color: #fff;
    font-weight: bold
}

footer .redes {
    margin-top: 15px
}

footer .redes a:hover {
    text-decoration: none;
}

footer div.infopie .redes i {
    font-size: 24px;
}



.aparece,
.social {
    text-align: right
}

.form-control:focus,
.search_box {
    outline: 0;
    box-shadow: none
}

.title-sol span,
.widget h5,
h4.tit_categorias {
    text-transform: uppercase
}

.title-sol.style2,
.title-sol.style3 {
    font-weight: 400;
    border: none;
    padding: 0;
    position: relative;
}

.title-sol.style2 {
    font-size: 25px;
    line-height: 30px;
    margin: 30px 0 20px;
}

.title-sol.style3 {
    font-size: 25px;
    line-height: 36px;
    margin: 30px 0 20px;
}


.title-sol {
    font-family: 'montserrat', sans-serif;
    color: #454545;
    border-bottom: 2px solid #DDD;
    border-top: 2px solid #DDD;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
    padding: 0;
}

.title-sol.style2 span,
.title-sol.style3 span {

    font-weight: bold;
    display: table;
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
}

.title-sol span {

    display: inline-block;

}


.btn {
    cursor: pointer
}

.price,
.carrito_top,
.btn-compra,
p.semaforostock,
.tipoCambio {
    display: none;
}

/* GENERAL */



h1.tit-gral {
    font: 700 20px 'montserrat', sans-serif
}

h1.titulos {
    font: 600 20px 'montserrat', sans-serif;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px;
    margin: 10px 0 20px 0;
}

h1.titulos i {
    color: #f00
}

input[type=email],
input[type=number],
input[type=password],
input[type=text] {
    border-color: #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #111;
    font-size: 14px;
    margin-bottom: 10px;
    height: 36px
}


/* ESTRUCTURA GENERAL */

.container.general {
    padding-bottom: 30px
}



/*
div#contenedorBajoSlide { background:#408fca; padding:15px 0; border-bottom:1px solid #ddd; }
div.bajoslide > div:nth-child(1), div.bajoslide > div:nth-child(2) { border-right: 1px solid #bbb; }
div.bajoslide > div { text-align:center; }
div.bajoslide, div.bajoslide a, div.bajoslide i { color:#ffffff; font-size:1.25em; }
*/





span.cart_top a.ircarrito {
    padding: 5px;
    display: block;
    float: right;
    background: #f00;
    color: #fff;
    text-decoration: none
}

/* MENU DESPLEGABLE CATEGORIAS Y LOGO */
div.navbar-collapse {
    top: 69px
}

ul.nav.navbar-nav {
    margin-top: 0px;
    margin-left: auto;
    font-weight: 700;
}

ul.nav.navbar-nav li a {
    font-size: 1em;
    color: #000
}

ul.nav.navbar-nav li a:hover {
    color: #fff !important;
    background-color: #418fca !important;
}

span.sub-arrow {
    display: none;
}

ul.navbar-nav > li {
    position: relative;
}

.navbar-nav.nav {
    font: 13px 'montserrat'700, sans-serif !important;
    color: #000
}

.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
    padding-left: 15px
}

.navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
}

.navbar-header {
    padding-top: 10px
}

.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
}

span.catdeschormiga {
    text-transform: capitalize;
}

.navbar-toggler {
    background: none
}

.navbar-toggler.collapsed {
    float: right;
    background: none;
    border: 0px solid #ccc
}

span.navbar-toggler-icon {
    color: #666
}

.dropdown-menu > li > a {
    font-size: 12px;
    padding: 10px 20px;
    color: #000;
    min-width: 250px;
}

.dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #418fca;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #FFF;
    border-color: #025c95
}

.caret.navbar-toggle.sub-arrow {
    position: absolute;
    right: 10px;
    top: -3px;
}

.dropdown-menu #nombre_usuario {
    color: #fff
}

ul.dropdown-menu li {
    position: relative;
}

div.social.pull-right .dropdown-menu li {
    padding: 8px 20px !important;
    border-bottom: 1px dotted #fff
}

div.social.pull-right .dropdown-menu li:last-child {
    padding: 8px 10px !important;
    border-bottom: 0px dotted #fff
}


/* BARRA HORMIGA */
div#barrahormiga {
    margin-bottom: 10px;
    margin-left: auto;
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
}

div#barrahormiga a {
    font: normal 16px 'montserrat', sans-serif
}

div#barrahormiga select {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

div#barrahormiga div.col-md-8 {
    padding-top: 5px;
}

.breadcrumb {
    padding: 8px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fafafa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

section#articulos {
    padding-top: 15px;
}

div.row.breadcrumb > .col-md-8 {
    padding-left: 0
}

div.breadcrumb a,
div.breadcrumb a:hover {
    text-decoration: none
}

/* ICONOS FONTAWESOME*/
.fa-shopping-cart:before {
    content: "\f07a";
    font-size: 18px;
    color: #fff
}

a.btn-compra:hover .fa-shopping-cart:before {
    content: "\f07a";
    font-size: 18px;
    color: #000
}



.result-busqueda {
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 35px
}






/* SLIDER */
section.slider {
    padding: 0 0 0px 0;
    margin-top: 0px;
}

.spots div.row {
    padding-top: 7px;
    padding-bottom: 7px;
}


/* BOTON QUICKVIEW SOBRE IMAGEN PRODUCTOS */
div.quickview {
    display: block;
    margin-top: 40%;
    max-height: 50px;
    position: absolute;
    width: 100%;
    z-index: 2;
    visibility: hidden
}

.cajaprod:hover div.quickview {
    visibility: visible
}

.btn-quickview {
    border-radius: 2px;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 2px;
    color: #454545 !important;
    text-transform: uppercase;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    left: auto;
    min-width: 100px;
    height: 40px !important;
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    padding: 10px;
    visibility: hidden;
    width: auto;
    display: inline-block !important;
    z-index: 2;
    transform: scale(.75);
    -webkit-transform: scale(.75);
    -o-transform: scale(.75);
    -ms-transform: scale(.75);
    -moz-transform: scale(.75);
    transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    transition: all 0.3s ease;
}




div.cajaprod:hover div.quickview a.btn-quickview {
    visibility: visible;
    opacity: .85;
    -webkit-opacity: .85;
    -ms-opacity: .85;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1)
}

div.product .noveTrue {
    background: #400a70;
    color: #fff;
    padding: 0px 3px;
    display: inline-block !important;
    float: left;
    font-size: 11px;
    font-weight: 600;
}

div.product .ofeTrue {
   background: #e5eefd;
    color: #4b6585;
    padding: 3px 6px;
    display: block !important;
    float: left;
    font-size: 11px;
    font-weight: 400;
    top: 8px;
    left: 8px;
    position: absolute;
    z-index: 9;
    border-radius: 5px;
    border: 1px solid #dce4f1;
}

section#accesosHome ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section#accesosHome ul li {
    float: left;
    width: 14.28%;
    padding: 10px;
    text-align: center;
    font: 600 13px 'montserrat', sans-serif;
}

section#accesosHome ul li a {
    display: block;
    border-radius: 50%;
    display: block;
    border-radius: 50%;
    padding: 32px 20px;
    text-align: center
}

section#accesosHome ul li a img {
    transition: all .5s ease 0;
    -webkit-transition: all .5s ease 0;
    -moz-transition: all .5s ease 0;
    -ms-transition: all .5s ease 0;
    transition: all 0.5s ease;
}

section#accesosHome ul li a img {
    width: 65px;
}

section#accesosHome ul li a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    filter: invert(0);
}

@media(max-width:480px) {
    section#accesosHome ul li {
        float: left;
        width: 50%;
        padding: 10px;
        text-align: center;
        font: 600 13px 'montserrat', sans-serif;
    }

    .top-bar {
        padding: 8px 0;
        background: #000000;
        height: 40px;
        font-size: 0.95em;
    }
}


.cajaprod > .btn-quickview:hover {
    opacity: .95
}





.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

footer {
    background: #000;
    padding: 45px 0;
    color: #ffffff
}

footer a,
footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer ul {
    list-style: none;
}

footer ul li a {
    display: block;
    padding: 3px 0
}

footer ul.col-cat-2 {
    margin-top: 34px;
}

footer ul li.tit {
    padding-bottom: 15px;
}

footer b.titcontacto {
    display: block;
}

span.telprincipal {
    font-size: 30px;
    display: block
}



div.seguinos {
    background: #ffc500;
    width: 145px;
    padding: 10px;
    position: absolute;
    top: -30px;
    left: 50%;
    color: #000
}

i.icosconta {
    border: 0px solid #fff;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
    background: #418fca;
    color: #fff;
    height: 60px;
    width: 60px;
    font-size: 28px;
    padding-top: 15px
}

ul#menutop li {
    float: left;
}

ul#menutop li a {
    color: #000;
    padding: 0 10px
}

ul#menutop li a:hover,
ul.social-share li a:hover {
    color: #000
}

.modal h5.modal-title {
    font: bold 16px 'montserrat', sans-serif !important;
    color: #000;
    letter-spacing: normal;
    text-align: center;
    padding: 8px;
    width: 100%;
}

.modal-header {
    padding: 8px;
}

.modal-footer {
    display: block;
    text-align: center
}

div#ModalAgregar div.modal-body {
    background: #fff;
}

div#ModalAgregar div.modal-footer {
    text-align: center;
    padding-bottom: 10px;
}

div#ModalAgregar div.modal-footer a.btn.btn-primary {
    background: #f00
}

div#ModalAgregar div.modal-footer a.btn.btn-secondary {
    color: #fff !important;
}

div.flexslider {
    margin-top: 110px;
}

div.container {
    max-width: 1250px;
    margin: 0 auto;
}

div.container#articulos,
div.container#detalle,
div.container.listado_noticias,
div.container.listado_reviews,
div.container.listado_videos,
div.container#marcas,
div.container.checkout,
div.container.login,
div.container.registro,
div.container.detalle_contenido,
div.container.micuenta,
div.container.contenidos {
    margin-top: 120px;
}

div.container.header {
    margin-top: 0
}

.productos .col-md-3,
.productos .col-md-4 {
    padding-left: 8px;
    padding-right: 8px
}

/* tamaï¿½o cajas productos en home desktop */
section#ofertas_home .col-md-prod,
section#novedades_home .col-md-prod {
    /* width:25%; width:50%; width:33.3333%; */
    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:25%; width:50%; width:33.3333%; */
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
    margin: 5px 0
}

section#novedades_home {
    padding-bottom: 0px;
}

div#parallax {
    padding-top: 55px;
    padding-bottom: 55px
}



#articulos .col-md-prod {
    /* width:16.6666%; width:50%; width:33.3333%; */
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    margin: 5px 0
}

#relacionados .col-md-prod {
    /* width:16.6666%; width:50%; width:33.3333%; */
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
    margin: 5px 0
}

section#accesosHome {
    margin: 40px 0
}

/* LOGIN */
div.login .input-group {
    margin-bottom: 8px;
}

.cajalogin {
    background: #f0f0f0;
    margin: 5px;
    padding-bottom: 15px;
}

.cajalogin h3 {
    font-size: 16px;
    text-align: center;
    padding: 5px;
}

.btn.btn-login {
    background: var(--accent-light);
    cursor: pointer;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.btn.btn-login:hover { background: var(--acento-light);}

.cajalogin div.text-center {
    display: flex;
    justify-content: space-evenly;
}
.cajalogin div.text-center button { margin: 0 5px; }

span#errorlogin span,
span#errorlogin2 span {
    color: #f00;
    padding: 8px 0;
    display: block !important;
    text-align: center !important
}

form.form-registro div.input-group {
    padding: 10px 0
}

#log1 i,
#nolog1 i {
    color: #114477
}

#nolog1 {
    position: relative;
}

#nolog1 a {
    display: inline-block;
    padding: 4px 0px;
    color: #000;
    border-radius: 10px;
    font: 600 12px 'montserrat', sans-serif;
    text-decoration: none;
    width: 25px;
}

span#contador {
    font-weight: bold !important;
    background: #51a6da;
    border-radius: 50%;
    position: relative;
    top: -10px;
    left: -5px;
    min-width: 20px;
    min-height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
}

.hidden-md,
.hidden-lg {
    display: none;
}

div.button-pager li {
    float: left;
    background: #ccc;
    color: #fff;
    list-style-type: none;
    margin: 0 4px;
    min-width: 30px;
    min-height: 30px;
    padding: 7px 10px;
}

div.button-pager li.button-pager {
    color: #fff;
}

div.button-pager li.button.pager a {
    display: block
}

div.button-pager li.button-rpager {
    background: #f0f0f0;
    color: #000
}

i.formatoico {
    font-size: 25px;
    position: relative;
    top: 2px;
    cursor: pointer
}

.barraformato {
    text-align: right
}





#parallax {
    background: url(imagenes/fondoparallax2.jpg) 50% 0 no-repeat fixed;
    background-position-x: 50%;
    background-position-y: 0px;
    padding: 15px 0;
}

.barrasuperior {
    background: #fff
}


section#ofertas_home div.row > div.col-md-2,
section#novedades_home div.row > div.col-md-2 {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}



/* CAJAS PRODUCTO ESTANDAR */
div.product img {
    transition: all 0.3s ease;
    opacity: 0.85;
}

div.product:hover .image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.05);
    opacity: 1;
}

.product {
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    position: relative;
	border:none;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	padding:10px !important;
}

.product:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.product h4 {
    padding: 5px;
    color: #4c4a4d;
    font: 600 13px'montserrat', sans-serif;
    padding-top: 15px;
    text-decoration: none;
    text-transform: none;
}

.product h4 a {
    color: #3a3a3a
}

.product h4 a:hover {
    color: #114477;
    text-decoration: none;
    text-transform: none
}

.image,
.item.list-view .image,
.product,
div.quickview {
    text-align: center;
}

.product .image {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
	border-radius:10px
}

div.quickview {
    display: block;
    margin-top: 40%;
    max-height: 50px;
    position: absolute;
    width: 100%;
    z-index: 2;
    visibility: hidden;
}

img.img-responsive {
    width: 100%
}

.product .image a img {
    width: 100%
}

.image {
    position: relative;
    width: 100%;
    /*max-height: 240px;*/
    transition: all .5s ease 0;
    -moz-transition: all .5s ease 0;
    -webkit-transition: all .5s ease 0;
    -ms-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
}

.image,
.image a {
    display: block
}

.image a img {
    transition: all .5s ease 0;
    -moz-transition: all .5s ease 0;
    -webkit-transition: all .5s ease 0;
    -ms-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    /* max-height: 240px;*/
    margin: 0 auto;
}

.price {
    font-size: 20px;
    color: #434143;
    padding: 10px 0;
    font-weight: 700;
}

.btn.btn-compra {
    background: #408fca;
    opacity: 1;
    font-size: 12px;
    color: #fff;
    border: none;
    cursor: pointer;
}

#detalle .btn.btn-compra {
    background: #408fca;
    opacity: 1;
    font-size: 15px;
    color: #fff !important;
    border: none;
    cursor: pointer;
    font-weight: bold;
    padding: 10px !important;
    width: auto;
}

#detalle .btn.btn-compra .fa-shopping-cart:before {
    color: #fff !important
}

#detalle .btn.btn-compra:hover {
    background: #408fca;
    color: #000 !important
}

#detalle .btn.btn-compra:hover i.fa-shopping-cart:before {
    color: #000 !important
}

label.compara {
    padding: 5px 0;
    display: block
}

a.linkcompara {
    text-decoration: none;
    color: #f00
}

a.linkcompara:hover {
    text-decoration: none;
    color: #f00
}

tr.comparacabecera a {
    display: block;
    padding: 4px 0;
}

tr.comparacabecera a:hover {
    text-decoration: none;
    color: #f00
}

.movil {
    display: none
}

/* CAJA PRODUCTO FILA */
.product.modofila {
    margin-bottom: 5px;
}

.modofila .description,
.modofila .description h4,
p.semaforostock {
    text-align: center;
}

.product.modofila h4,
.product.modofila p.semaforostock,
.product.modofila .description {
    text-align: left;
}


/* DETALLE PRODUCTO */
h1.prod-titulo {
    font: 600 28px 'montserrat', sans-serif;
    color: #333
}

.prod-codigo {
    font: 400 15px 'montserrat', sans-serif !important;
    color: #666
}

#detalle .price {
    font-size: 25px;
    font-weight: 600
}

#relacionados .price {
    font-size: 20px;
    font-weight: 300;
    padding: 5px;
}

#relacionados .product h4 {
    margin-bottom: 0px
}

div.dcorta {
    margin: 15px 0;
}

div.dlarga {
    margin: 15px 0;
    font: 400 14px 'montserrat', sans-serif
}

div.dlarga b {
    font-weight: bold
}

/* FILTROS */
div.filtros_left h3 {
    font: bold 14px 'Montserrat Alternates', sans-serif;
    color: #408fca
}

i.borrarcate,
i.borrarsubcate,
i.borrarmarca {
    color: #f00
}

span.cateactual,
span.subcateactual,
span.marcaactual {
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}
  span.cateactual, span.subcateactual b { font-weight:600 }
  
  .catSeleccionada, .subcatSeleccionada {
  background: #eff3fc;padding: 8px;border-radius: 5px;color: #02368b !important;
  }
ul.cates,
ul.subcates,
ul.marcas {
    border-bottom: 1px solid #ddd;
    list-style-type: none !important;
    padding-bottom: 15px;
    margin-left: 0px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 13px;
}
.leftcolumn {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 10px;
  }
  .leftcolumn .term-item { font-weight:normal }
    div#barrahormiga { border:none }
  span.separator { font-size:20px; margin:0 10px }
ul.filtros,
ul.menuUl {
    list-style-type: none !important
}

ul.menuUl {
    padding: 0px;
    border-bottom: 1px solid #ddd;

}

li.menuLatTit {
    font: bold 14px 'montserrat', sans-serif;
    list-style-type: none;
    color: #2494cc;
    padding-bottom: 8px
}

span.cf {
    background: #000;
    color: #fff;
    border-radius: 10px;
    font-size: 11px;
}

/* CHECKOUT */
div.cabcarrito {
    background: #e0e0e0;
    border-bottom: 1px solid #aaa;
    padding: 8px;
}

div.cabcarrito > div {
    padding-left: 15px;
    padding-right: 15px;
}

div.filacarrito {
    padding: 20px 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 5px 0;
}

.titproditemcarrito {
    font-weight: 400;
}

.preciounitarioitemcarrito {
    font-weight: 700;
    color: #1b1b1b;
}

.preciosubtotalitemcarrito {
    font-weight: 700;
    color: #f00;
    font-size: 17px;
}

.resumencarrito .cajaresumencarrito {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 5px 0
}

div.todocarrito {
    padding: 15px;
}

i.carritoeliminar span {
    font-family: 'montserrat', sans-serif;
}


/* NOTICIAS EN LA HOME */
section#noticiasHome {
    margin-top: 15px;
    background: #f7f7f7;
    padding-top: 5px
}

.cajanove {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.24);
}

.cajanove div.des_nov {
    color: #000;
    text-align: left
}

.listado_noticias .cajanove div.des_nov {
    color: #000;
    text-align: left
}

.listado_videos .cajanove div.des_nov {
    color: #000;
    text-align: left
}

.listado_reviews .cajanove div.des_nov {
    color: #000;
    text-align: left
}

.cajanove div.des_nov p {
    margin-bottom: 0
}

.cajanove h1 {
    font: 700 18px 'montserrat', sans-serif;
    text-align: left;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cajanove h1 a,
.cajanove h1 a:hover {
    color: #000;
    font-weight: 700
}

.listado_noticias .cajanove h1 a,
.listado_noticias .cajanove h1 a:hover,
.listado_reviews .cajanove h1 a,
.listado_reviews .cajanove h1 a:hover,
.listado_videos .cajanove h1 a,
.listado_videos .cajanove h1 a:hover {
    color: #000;
}



/* MI CUENTA */
div.datospersonales > div {
    background: #f0f0f0;
    padding: 8px;
}

div.mispedidos > div {
    background: #e0e0e0;
    padding: 8px;
}

div.rma > div {
    background: #f0f0f0;
    padding: 8px;
}

div.cajascuenta h4 {
    font: 600 14px 'montserrat', sans-serif;
    color: #666;
    border-bottom: 1px solid #fff;
    padding: 5px;
}

div.cajascuenta ul {
    padding-left: 20px;
}



/* FILTROS */
h1.botonfiltrar {
    border: 1px solid #ccc;
    padding: 8px;
    font: normal 16px 'montserrat', sans-serif;
    display: none
}

h1.botonfiltrar a {
    display: block
}

div.filtros_left {
    display: block
}

.sp-wrap {
    max-width: 100% !important;
    border: 1px solid #ccc !important
}

.modal h5.modal-title {
    font: bold 16px 'montserrat', sans-serif !important;
    color: #000;
    letter-spacing: normal;
    text-align: center;
    padding: 8px;
    width: 100%;
}

.modal-header {
    padding: 8px;
}

.modal-footer {
    display: block;
    text-align: center
}

div#ModalAgregar div.modal-body {
    background: #fff;
}

div#ModalAgregar div.modal-footer {
    text-align: center;
    padding-bottom: 10px;
}

div#ModalAgregar div.modal-footer a.btn.btn-primary {
    background: #f00
}

a.btn.btn-secondary {
    color: #fff !important;
}

ul#formaspago {
    list-style: none;
    margin: 0;
    padding: 0
}

ul#formaspago li label {
    cursor: pointer
}

.checkout h5 i {
    color: #CCC
}

span#titcheckout2 {
    font: bold 20px 'montserrat', sans-serif;
    color: #f00
}

div.padding {
    padding: 0 15px;
}

.bordeInterno {
    border: 1px solid #ccc;
    padding: 8px
}

.padding8 {
    padding: 8px;
}

div.img-item {
    text-align: center
}

div.caja-prod-armado {
    cursor: pointer
}

div.caja-prod-armado:hover {
    border: 2px solid #f00
}

h4.desc-item-armado {
    text-align: center;
    display: block
}

div.tit-parte-armado {
    font-size: 20px;
    margin-bottom: 15px;
}

button.btn.btn-buscartop {
    background: transparent;
    left: -10px;
    border-left: 1px solid #ccc
}

button.btn.btn-buscartop i {
    color: #999
}

span.carritotop {
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 0px solid #000
}

.owl-prev {
    font-weight: bold;
    font-size: 25px !important
}

.owl-next {
    float: right;
    font-weight: bold;
    font-size: 25px !important
}

div.detalle_noticia img {
    max-width: 100%;
}

div.container.header {
    position: relative;
}

div.redestop {
    position: absolute;
    right: 20px;
    bottom: 5px
}

div.redestop i {
    color: #999;
    font-size: 25px;
}



div.armarpc-seleccionados div.col-md-armarpc {
    width: 20%;
}

#redessh {
    margin-top: 25px;
}

#recomendar2 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px;
    background: #f90;
    position: relative;
    top: -10px;
    left: 3px;
    color: #fff;
    border: 0;
    cursor: pointer
}

#recomendar2 i {
    color: #fff;
}

#cotizarEnvio {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px;
    background: #f00;
    position: relative;
    top: 0px;
    left: 3px;
    color: #fff;
    border: 0;
    cursor: pointer
}

#cotizarEnvio i {
    color: #fff;
}

div.redestop .fa-facebook-square {
    color: #069
}

div.redestop .fa-twitter-square {
    color: #00a3d9
}

div.redestop .fa-instagram {
    color: #f90
}

.fixedtop div.redestop .fa-facebook-square {
    color: #fff
}

.fixedtop div.redestop .fa-twitter-square {
    color: #fff
}

.fixedtop div.redestop .fa-instagram {
    color: #fff
}



div#componentesAgregados div.row {
    border-bottom: 1px dashed #ccc;
    padding-top: 8px;
    padding-bottom: 8px
}

img.img-componente-agregados {
    max-width: 60px;
    margin-right: 10px
}

div#componentesAgregados {
    border: 1px dotted #ccc;
    padding: 0px 30px
}

div#componentesAgregados h6 {
    font: bold 16px 'montserrat', sans-serif;
    color: #f00;
}

/* div.caja-prod-armado {
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.3s ease-in-out;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
} */

div.elementoclass {
    margin-bottom: 15px
}

h6.tit-armado-1 {
    color: #fff !important;
    text-align: center;
    padding: 10px
}

h6.tit-armado-2 {
    color: #f00;
    text-align: center;
    padding: 10px
}

.modificar {
    float: right;
    width: 100%;
    text-align: right;
    color: #999
}

.precio-ami {
    font-size: 18px;
    color: #090;
    padding: 10px 0;
}

.modificar a {
    color: #999;
    text-decoration: none
}

.modificar a:hover {
    color: #f00;
    text-decoration: none
}

div.modal-content div.search {
    width: 100%
}

div.modal-content div.search div.input-group input.search-form {
    width: 100%
}

.ver_todas_las_noticias {
    background: transparent;
    padding: 10px;
    display: block;
    width: 250px;
    margin: 10px auto;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase
}

.ver_todas_las_noticias:hover {
    background: transparent;
    text-decoration: none;
    color: #999
}

ul.op {
    list-style: none
}

p.subtit {
    color: #c61624;
    font-size: 16px
}

#ctrlDataFiscal_image {

    width: 50px;

}

div.container.row.header,
div.container.row.header a {
    color: #fff;
}

div.telsup,
div.telsup a {
    color: #fff;
    right: 15px;
}

div.telsup i {
    color: #fff
}


.ver_detalle_armado_pc {
    display: none;
    text-align: center;
}


ul.nav.navbar-nav.mr-auto {
    text-transform: capitalize;
}

.nav-link.has-submenu {
    color: white !important;
}

.nav {
    background: fff !important;
}

.nav-link {
    color: #000
}

a.ircarrito {
    color: #000;
}

.fa.fa-search {
    color: #000;
}

.dropdown-toggle.pull-right.hidden-md.hidden-lg {
    color: white;
}

#content-desktop {
    display: block
}

#content-mobile {
    display: none
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

a.dropdown-item:hover {
    background: #0090cd;
}

.slick-slide img {
    height: 85px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: .5
}

.slick-slide img:hover {
    transform: scale(1.2);
    opacity: 1
}

div#navbarNavDropdown {
    height: 40px;
}

@media (max-width:4096px) and (min-width:1921px) {
    a.nav-link {
        font-size: 15px;
        color: #f00
    }

    .navbar.navbar-expand-lg {
        height: 100px
    }

    div#navbarNavDropdown {
        position: absolute;
        bottom: 5px;
        left: 10px
    }

    div#carritoDesktop {
        position: absolute;
        top: 0
    }

    .navbar-brand {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 10px;
    }
}

@media (min-width:1920px) {

    .search {
        left: -65% !important;
    }

}

@media (max-width:1920px) and (min-width:1441px) {
    a.nav-link {
        font-size: 15px;
        color: #f00
    }

    .navbar.navbar-expand-lg {
        /*height:100px*/
    }

    div#navbarNavDropdown {
        width: 100%;
    }

   div#carritoDesktop {
    position: absolute;
    top: -52px;
    right: 30px;
    /* width: 25%; */
}

    .navbar-brand {
        padding: 0;
        margin: 0;
        /* position: absolute; */
        /* top: 18px; */
        width: 90%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    a#loginMovil {
        display: none !important
    }

    .search {
        left: -45%;
    }

    body {
        padding-top: 0px !important;
    }
}

@media (max-width:1440px) {
    input.search-form {
        width: 300px;
        background: #f0f0f0;
        height: 45px !important;
        padding: 10px;
    }

    div.container#articulos,
    div.container#detalle,
    div.container.listado_noticias,
    div.container.listado_reviews,
    div.container.listado_videos,
    div.container#marcas,
    div.container.checkout,
    div.container.login,
    div.container.registro,
    div.container.detalle_contenido,
    div.container.micuenta,
    div.container.contenidos {
        margin-top: 150px;
    }

    a#loginMovil {
        display: none !important
    }

    div#navbarNavDropdown {
        height: auto;
        background-color: transparent;
    }

    ul.nav.navbar-nav li a {
        font-size: 13px;
        color: #000;
    }

    ul.nav.navbar-nav li a img {
        width: 18px;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 2px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border: 0;
    }

    div#carritoDesktop {
        min-width: 405px;
        top: 0px;
        position: absolute;
        top: -62px;
        right: 100px;
    }

    .search {
        left: -20%;
    }
}

@media (max-width:1024px) {
    input.search-form {
        width: 110px;
    }

    input.search-form {
        width: 210px;
        background: #f0f0f0;
    }

    input[type=text] {
        width: 450px !important;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
        top: 30px !important;
    }
}

@media (max-width:768px) {
    nav.navbar.navbar-expand-lg {
        position: relative;
    }

    a.navbar-brand {
        /*margin-left:35px;*/
        margin-top: 8px;
        margin-bottom: 8px
    }

    button.navbar-toggler {
        left: 0 !important;
        position: absolute;
        top: -98px;
    }

    a.navbar-brand img {
        max-width: 200px;
        margin-left: 15px;
    }

    .caja-logo {
        width: 100%;
        /* max-width: 420px; */
        background-color: #fff;
        text-align: center;
    }


    a#abrirpanelcarrito {
        position: absolute;
        top: -87px;
        right: 15px;
        color: black;
    }

    a#loginMovil {
        display: inline;
        /* position: absolute; */
        top: 0px;
        margin-right: 70px;
        margin-top: -160px;
    }

    a#loginMovil i {
        font-size: 1.35em;
        color: #000;
    }

    a#abrirpanelbusqueda {
        margin-top: -170px;
        right: 50px;
        margin-left: 550px;
    }

    a.nav-link {
        padding: 12px !important;
    }

    ul.dropdown-menu.dropdown-cart {
        width: 100%;
        top: 75px;
        padding: 10px;
        color: #000;
    }

    .col-md-prod,
    #articulos .col-md-prod {
        width: 50%;
        /* padding-left: 8px;
        padding-right: 8px */
    }

    div#carritoDesktop {
        display: none;
    }

    .hidden-md,
    .hidden-lg {
        display: inline;
    }

    #relacionados .col-md-prod {
        width: 33.33%;
        padding-left: 8px;
        padding-right: 8px
    }

    h1.botonfiltrar {
        display: block
    }

    div.filtros_left {
        display: none
    }

    #content-desktop {
        display: none
    }

    #content-mobile {
        display: block
    }
}




div#wslogo {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99
}

.cajanove h1 {
    font-family: 'montserrat', sans-serif;
    font-weight: 400
}

ul.nav.navbar-nav > li a {
    border-right: 1px dotted #fff;
    color: #000 !important;
}

ul.nav.navbar-nav > li:last-child a {
    border-right: none;
}

div.titcolpie {
    font: 600 18px 'montserrat', sans-serif
}

div.infocolpie {
    font: 400 15px 'montserrat', sans-serif
}

div.linkscolpie a {
    font: 400 15px 'montserrat', sans-serif;
    text-decoration: none;
}

.btn-negro {
    background: #ffc500 !important;
    border: none !important;
    position: relative;
    top: -2px;
    color: #000
}


/*
a.btn-compra {
    padding: 6px !important
}
*/
div.product {
    overflow: hidden
}

div.product a.btn-compra {
    background: #003690;
    /* position: absolute; */
    bottom: 5px;
    width: auto;
    border-radius: 5px;
    -webkit-border-radius: 10px;
    /* padding: 8px 24px !important; */
    width: 100%;
    display: block !important;

}

/*div.product:hover a.btn-compra {
    display:block !important;
    position:absolute; bottom:5px !important; width:93%; padding-left:0 !important; padding-right:0 !important;
    margin-left:auto; margin-right:auto;*/
/*-webkit-animation-name: example;  Safari 4.0 - 8.0 */
/*-webkit-animation-duration: .8s;  Safari 4.0 - 8.0 
    animation-name: example;
    animation-duration: .8s;
}*/

#articulos .product {
    position: relative
}


.product a.btn-compra:hover {
    background: #408fca !important;
    color: #ffffff !important
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0% {
        bottom: -100px;
    }

    25% {
        bottom: 10px;
    }

}

/* Standard syntax */
@keyframes example {
    0% {
        bottom: -100px;
    }

    25% {
        bottom: 10px;
    }

}

/* para full */
section#novedades_home,
section#ofertas_home {
    max-width: 100%;
    width: 100%
}

section#novedades_home .container,
section#ofertas_home .container {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.container.carousel_clientes,
.container.carousel_marcas {
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding-top: 20px;
}

.container.carousel_clientes {
    background: #f7f7f7
}

.container.header {
    max-width: 100%
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 25px;
    height: 25px;
    background: #ccc !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-weight: bold
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    width: 25px;
    height: 25px;
    background: #ffc400 !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-weight: bold
}

.owl-carousel .owl-nav button.owl-next span {
    font-weight: bold;
    position: relative;
    top: -2px;
    left: 1px;
}

.owl-carousel .owl-nav button.owl-prev span {
    font-weight: bold;
    position: relative;
    top: -2px;
    right: 1px;
}

div.owl-nav {
    /*position:relative; top:-190px !important    */

}

a.btn.btn-compra,
a.btn.btn-compra i {
    color: #fff !important;
}

.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
}

div.caja-iconos {
    font: 600 15px 'montserrat', sans-serif;
    color: #666;
    text-align: center;
}

div.caja-iconos img {
    max-width: 70px;
}

div.caja-iconos p {
    margin-top: 10px;
}

span.precioModal {
    color: #090
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.flechas_cantidad {
    height: 36px;
    display: inline-block;
    width: 20px;
    position: relative;
    top: 7px;
    border: 0px solid #ccc;
    left: -3px;

}

.flechas_cantidad i {
    display: block;
    height: 17px;
    text-align: center;
    border: 1px solid #ccc;
}

.flechas_cantidad i.fa-angle-down {
    border-top: none
}

.form_registro {
    background: #fafafa;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
}

div.form_registro input.form-control,
div.form_registro select.form-control {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important
}

#ordenar_productos {
    display: none;
}

#contenedorBajoSlide .bajoslide img {
    width: 35px;
    float: left;
    filter: invert(1);
    margin-right: 10px;
}

.bajoslide b, .bajoslide p, .bajoslide a {
    color: #fafafa !important;
}

section#iconos_top {
    padding: 25px 0;
}


ul.iconos_superiores {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}


ul.iconos_superiores li {
    float: left;
    width: 10%;
    text-align: center;
    list-style: none;
}

ul.iconos_superiores li img {
    background: none;
    margin-bottom: 8px;
    padding: 10px;
    width: 80px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


@media (max-width:480px) {
    .ver_detalle_armado_pc {
        display: block;
    }

    div.quickview {
        margin-top: 25%
    }

    div.quickview {
        margin-top: 35%
    }

    div.footer-col,
    div.footer-col h3 {
        text-align: left;
    }

    div.infopie {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    input.search-form:focus,
    input.search-form:hover {
        width: 300px
    }

    nav.navbar.navbar-expand-lg button.navbar-toggler {
        top: -105px !important;
        margin-right: 15px;
        position: absolute;
    }

    header {
        height: 97px;
    }

    .navbar-brand {
        padding: 0;
        margin: 0;
        position: relative;
        top: 0px;
    }

    ul.nav.navbar-nav {
        margin-top: 0px;
        margin-left: 0px;
    }

    .container > .navbar-header,
    .container > .navbar-collapse {
        margin-left: -20px;
    }

    .navbar {
        padding: 0
    }

    ul.nav.navbar-nav {
        background: #ccc;
        padding: 0;
        width: 100%;
    }

    a.navbar-brand img {
        max-width: 280px;
    }

    div.navbar-collapse {
        top: 0 !important
    }

    div#navbarNavDropdown {
        height: auto;
        margin-top: 40px;
    }

    .caja-logo {
        width: 80%;
        max-width: 380px;
        background-color: #fff;
        text-align: center;
    }

    .fixedtop div.navbar-collapse {
        top: 0px
    }

    .input-group-btn {
        position: absolute;
        font-size: 0;
        white-space: nowrap;
        right: 0;
        top: 0;
    }

    /*div.barraformato {
        display: none;
    }*/

    i#setcaja {
        display: none;
    }

    i#setlista {
        display: none;
    }

    select#orden1 {
        width: 75%;
    }

    section.spots img {
        margin: 5px 0
    }

    div.flexslider {
        margin-top: 107px;
    }

    section#ofertas_home .col-md-prod,
    section#novedades_home .col-md-prod {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
        margin: 5px 0
    }

    div.container#articulos,
    div.container#detalle,
    div.container.listado_noticias,
    div.container.listado_reviews,
    div.container.listado_videos,
    div.container#marcas,
    div.container.checkout,
    div.container.login,
    div.container.registro,
    div.container.detalle_contenido,
    div.container.micuenta,
    div.container.contenidos {
        margin-top: 110px;
    }

    #relacionados .col-md-prod {
        width: 48%;
        padding-left: 8px;
        padding-right: 8px
    }

    #detalle .btn.btn-compra {
        background: #408fca;
        opacity: 1;
        font-size: 17px;
        color: #fff;
        border: none;
        cursor: pointer;
        clear: both;
        float: left
    }

    #detalle div#redessh {
        clear: both;
        margin-top: 50px
    }

    #ordenar_productos {
        display: block;
        padding-top: 3px;
        text-transform: uppercase;
        padding-right: 10px;
        padding-left: 5px;
        padding-bottom: 3px;
    }

    .barraformato {
        text-align: left;
        border: 1px solid #ccc;
        margin-left: -7px;
        padding: 4px 5px;
        display: inline-flex;
        margin-top: 10px;
    }

    select#orden1 {
        width: 150px;
        right: 10px;
        position: absolute;
        top: 2px;
    }

    select#cantmostrar {
        display: none;
    }

    div#barrahormiga select {
        border: none;
    }

    div.cabcarrito {
        display: none;
    }

    header .container.header {
        width: 100%;
        padding: 0;
    }

    span.ws {
        display: none
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        margin-left: auto;
        margin-right: auto
    }


    #detallearmado {
        display: none;
    }

    #componentesAgregados .col-xs-3 {
        width: 25%
    }

    #componentesAgregados .col-xs-9 {
        width: 75%
    }

    div.telsup {
        /*display: none; */
        font-size: 0.85em;
        text-align: left;
    }

    a#abrirpanelbusqueda,
    a#abrirpanelcarrito {
        top: 30px;
        color: #000
    }

    a#abrirpanelbusqueda,
    .fixedtop a#abrirpanelbusqueda {
        right: 55px;
        top: -125px;
        margin-top: -50px;
        margin-left: -40px;
    }

    a#loginMovil {
        position: absolute;
        right: 75px;
        /*top: 28px;*/
    }

    .loginLog {
        color: #1b1b1b;
        ;
    }

    a#abrirpanelcarrito,
    .fixedtop a#abrirpanelcarrito {
        /* right: 30px; */
        top: -83px;
    }

    a#abrirpanelcarrito,
    .fixedtop a#abrirpanelcarrito {
        /*right:30px; top:13px;*/
    }

    .fixedtop a#abrirpanelbusqueda {
        right: 100px;
    }

    .fixedtop a#abrirpanelcarrito {
        right: 50px;
    }

    .title-sol.style2 {
        font-size: 25px;
        margin: 10px 0
    }

    .spots.x2.sup,
    .spots.x3.sup {
        display: none;
    }

    h1.prod-titulo {
        font: 300 22px 'open sans', sans-serif;
        color: #333;
    }

    div.redestop {
        display: none
    }

    div.col_pager p {
        display: block !important;
        clear: both;
        margin-top: 15px !important;
        padding-top: 15px;
        text-align: center;
    }

    div.button-pager {
        text-align: center;
    }

    div.button-pager li {
        display: inline-block;
        float: none
    }

    div#carritoDesktop {
        display: none
    }

    div.ingresomovil {
        display: inline-block !important;
    }

    div.ingresomovil #nolog1 {
        float: right;
        position: relative;
        top: 0px;
    }

    div.container.row.header > div {
        text-align: right;
    }

    .quitar_item_movil {
        display: inline !important
    }

    .quitar_item_desktop {
        display: none
    }

    div#contenedorBajoSlide {
        color: #ffffff;
        background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(15, 58, 126, 1) 50%, rgba(0, 0, 0, 1) 100%);
        padding: 5px 0;
    }

    div.bajoslide,
    div.bajoslide a,
    div.bajoslide i {
        color: #000;
        font-size: 0.85em;
    }

    div.row.bajoslide > div {
        color: #000;
        padding: 5px 0;
        border-bottom: 1px dotted #333;
        border-right: 0 !important
    }

    div.row.bajoslide > div:last-child {
        padding-top: 0 !important;
        padding: 20px 0;
        border-bottom: none;
    }

    div.owl-nav {
        display: none !important
    }

    span.telprincipal {
        font-size: 25px;
        display: block;
    }

    div.row.bajoslide a,
    div.row.bajoslide i {
        color: #000;
    }

    footer ul.col-cat-1 {
        margin-bottom: 0;
        margin-left: 0 !important;
        padding-left: 0
    }

    footer ul.col-cat-2 {
        margin-top: 0;
        margin-left: 0 !important;
        padding-left: 0
    }

    footer .container .col-md-6 {
        font-weight: bold
    }

    section#accesosHome {
        background: none !important
    }

    div#modalcompra div.modal-footer a {
        font-size: 12px;
    }

    div.row.logo-top-bar {}

    div.row.logo-top-bar div.caja-logo {
        background: transparent
    }
}

#modallogin {
    max-width: 350px;
    margin: 20px auto;
}

.cajalogin {
    background: #fff;
    margin: 5px;
    padding-bottom: 15px;
    width: 90%;
    margin: 0 auto;
}

div.soporte h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

div.soporte ul {
    list-style: none;
}

div.soporte ul.izq {
    list-style: none;
    text-align: right;
}

p.ws_soporte {
    font-size: 20px
}

div#divDevelopmentMode {
    display: none
}

img#ctrlOtherLogo_image {
    max-width: 80px
}

/* medios de pago */
ul.medios-pago li.visa {
    background-position: 0px -45px;
    width: 50px
}

ul.medios-pago li.master {
    background-position: 0 -98px;
    width: 40px
}

ul.medios-pago li.amex {
    background-position: 0 -148px;
    width: 35px
}

ul.medios-pago li.naranja {
    background-position: 0 -298px;
    width: 35px
}

ul.medios-pago li.nativa {
    background-position: 0 -348px;
    width: 50px
}

ul.medios-pago li.tarshop {
    background-position: 0 -398px;
    width: 40px
}

ul.medios-pago li.cencosud {
    background-position: 0 -448px;
    width: 38px
}

ul.medios-pago li.cabal {
    background-position: 0 -498px;
    width: 32px
}

ul.medios-pago li.diners {
    background-position: 0 -198px;
    width: 70px
}

ul.medios-pago li.argencard {
    background-position: 0 -548px;
    width: 32px
}

ul.medios-pago li.cordial {
    background-position: 0 -898px;
    width: 50px
}

ul.medios-pago li.cordobesa {
    background-position: 0 -995px;
    width: 50px
}

ul.medios-pago li.pagofacil {
    background-position: 0 -598px;
    width: 32px
}

ul.medios-pago li.rapipago {
    background-position: 0 -645px;
    width: 65px
}

ul.medios-pago li.bapropagos {
    background-position: 0 -798px;
    width: 65px
}

ul.medios-pago li.cargavirtual {
    background-position: 0 -745px;
    width: 60px
}

ul.medios-pago li.redlink {
    background-position: 0 -698px;
    width: 65px
}

ul.medios-pago li.cmr {
    background-position: 0 -948px;
    width: 40px
}

ul.medios-pago {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.medios-pago li {
    border: 0px solid #f00;
    height: 25px;
    float: left;
    width: 65px;
    background: url(http://www.lpnk.com.ar/Temp/App_WebSite/App_PictureFiles/medios-pago.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}

.title-sol.style2::after {
    background: #ccc;
    content: "";
    display: block;
    height: 1px;
    margin-left: 10%;
    position: absolute;
    top: 20px;
    width: 80%;
    z-index: 1;
}

#noticiasHome .title-sol.style2 span {
    color: #454545;
    display: table;
    position: relative;
    z-index: 2;
    background: #f5f4f4;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
}

.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;
}

div.product .noveTrue {
    background: #434143;
    display: inline-block !important;
    padding: 6px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: -15px;
    z-index: 100;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: normal;
}

a.tramites {
    display: inline-block;
    background: none;
    padding: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    border-right: 1px solid #fff;
    margin-right: 6px;
    padding-right: 8px;
}

a.tramites:hover {
    text-decoration: none;
}





/* caja novedades home */

.cajasnovehome h1 {
    font-size: 16px;
    padding: 10px;
}

/*Estilos Base*/
.contenedor-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
}

.contenedor-img .mascara,
.contenedor-img .contenido {
    width: 100%;

    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.contenedor-img img {
    display: block;
    position: relative;

}

.contenedor-img p {
    font-size: 13px;
    position: relative;
    color: #fff;
    padding: 10px 20px 10px;
    text-align: center
}

.contenedor-img a.link {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
    font-weight: bold
}

.contenedor-img a.link:hover {
    box-shadow: 0 0 5px #000
}

.mascara a {
    display: block;
    height: 100%;
    width: 100%
}

/*Ejemplo 2*/
.ejemplo-2 img {
    transition: all 0.2s ease-in;
}

.ejemplo-2 .mascara {
    display: block;
    border: 1px solid #000;
    background-color: rgba(64, 10, 112, 0.8);
    width: 500px;
    padding: 60px;
    height: 500px;
    opacity: 1;
    transform: translate(300px, 250px) rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.ejemplo-2 p {
    transform: translate(0px, -100px);
    transition: all 0.2s ease-in-out;
}

.ejemplo-2 a.link {
    transform: translate(0px, 120px);
    transition: all 0.2s 0.2s ease-in-out;
}

.ejemplo-2:hover .mascara {
    opacity: 1;
    transform: translate(-60px, -120px) rotate(45deg);
}

.ejemplo-2:hover p {
    transform: translate(0px, 0px);
    transition-delay: 0.1s;
}

.ejemplo-2:hover a.link {
    transform: translate(0px, 0px);
    transition-delay: 0.2s;
}

div.owl-nav {
    display: none
}

div.col_pager {
    margin: 30px
}

div.col_pager > p {
    position: relative;
    top: 8px;
}

a#loginMovil {
    /*display:none !important */
}

@media (max-width:480px) {
    a#loginMovil {
        display: block !important;
        font-size: 1.35em;
        top: -85px;
        right: 85px;
    }
}

a.afip {
    position: absolute;
    right: 20px;
    top: 50px;
}

a.afip img {
    max-width: 50px
}


div.button-pager {
    position: relative;
    z-index: 5
}



#detalle #relacionados div.col-md-prod .product a.btn-compra {
    /* display: none !important; */
    background: #1f8518;
    bottom: 5px;
    width: auto;
    color: #fff !important;
    font-size: 12px !important;
    cursor: pointer;
    font-weight: normal !important;
    padding: 8px 25px !important
}

#detalle #relacionados .btn.btn-compra .fa-shopping-cart:before {
    color: #fff !important
}

#detalle #relacionados .btn.btn-compra:hover .fa-shopping-cart:before {
    color: #fff !important
}

a.btn-compra:hover .fa-shopping-cart:before {
    content: "\f07a";
    font-size: 18px;
    color: #fff !important;
}

div#modalcompra a.btn.btn-secondary,
div#modalcompra .btn.btn-success {
    border-radius: 20px;
    font-size: 13px;
    padding: 8px 25px;
}

div#contenedorBajoSlide {
    margin-top: 0px;
    /* background: #f0f0f0; */
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(15, 58, 126, 1) 50%, rgba(0, 0, 0, 1) 100%);
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

div.bajoslide > div:nth-child(1), div.bajoslide > div:nth-child(2), div.bajoslide > div:nth-child(3) {
    border-right: 1px solid #bbb;
}

div.bajoslide > div {
    text-align: left;
}

div.bajoslide,
div.bajoslide a,
div.bajoslide i {
    color: #3e507c
}


@media (max-width:480px) {
    div#contenedorBajoSlide {
        padding: 0;
    }

    div.row.bajoslide > div:last-child {
        padding: 5px 0;

    }

    span.navbar-toggler-icon {
        color: #a6a6a6;
    }

    .caja-logo {
        text-align: left;
        padding-left: 5%;
    }

    ul.dropdown-menu.dropdown-cart.show {
        transform: translate3d(0px, 30px, 0px) !important;
    }

    .row.logo-top-bar .col-md-12 {
        display: none;
    }

    section.sectionBanners .col-sm-6 {
        width: 100% !important;
        margin-bottom: 30px;
        margin-top: -15px !important;
    }

    #detallearmado img {
        max-width: 80px;
        /*margin: 0 auto;*/
        display: block;
    }
}

.top-bar {
    height: 40px;
}

.search {
    margin-top: 4px;
}

input[type=text] {
    height: 45px;
    /* width: 550px; */
    padding: 10px;
}

input.search-form:focus {
    background: #fff;
    float: none;
    display: inline-block;
}

#detalle .price.col-md-4 {
    font-size: 230%;
    padding-top: 0;
}

#detalle div.price span#precio {
    color: #408fca !important;
    vertical-align: middle;
}

/* carousel galeria */
.car_gal_carousel {
    width: 300px;
    /* Ajusta el ancho según tus necesidades */
    height: auto;
    /* Ajusta la altura según tus necesidades */
    overflow: hidden;
    position: relative;
}

.car_gal_slides {
    display: flex;
    transition: transform 0.5s ease;
    /* Transición suave entre las imágenes */
}

.car_gal_slides img {
    width: 33.33%;
    /* Ancho de cada imagen (1/3 del ancho del carrusel) */
    height: auto;
}

.car_gal_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    border: none;
    outline: none;
    z-index: 2;
}

.car_gal_prev {
    left: 0;
}

.car_gal_next {
    right: 0;
}

.car_gal_hidden {
    display: none;
}

/* */

div#componentesAgregados {
    margin-bottom: 15px;
}

.top-bar {
    padding: 8px 0;
    background: #ffffff;
    height: 40px;
}

.top-bar b {
    color: #000 !important;
}

div.telsup i {
    color: #000 !important;
}

span#nolog1 img,
span.carritotop img {
    filter: invert(1);
}

.bajoslide div small {
    color: #fff;
}

@media (min-width:1024px) {
    /* input[type=text] {
        width: 500px !important;
    } */
}

@media (max-width:480px) {
    .caja-logo img {
        height: auto;
        width: 200px !important;
        max-width: none;
        margin-left: 50px;
        margin-top: 0px;
    }

    section.sectionBanners {
        padding-top: 0 !important;
    }

    .search {
        left: 0%;
    }

    input[type=text] {
        width: 320px !important;
    }

    #detalle .btn.btn-compra {
        background: #408fca;
        opacity: 1;
        font-size: 17px;
        color: #fff;
        border: none;
        cursor: pointer;
        clear: both;
        float: unset !important;
    }

    ul.iconos_superiores li {
    width: 33%;
    }

    .container.row.bajoslide {
    display: block;
    }


    .bajoslide .col-xs-12 {
    margin-left: 25px;
    padding: 15px 0 !important;
}

    .col-md-12.sinimp {
    margin-top: 15px;
    }

    .iconos_superiores li a {
    font-size: 12px;
    }

    .bajoslide a {
    font-weight: 300;
    text-decoration: none;
    }

     div.row.logo-top-bar {
        width: 85%;
    }
        header {
        width:100%
    }

}

body {
    padding-top: 10px;
}

input.search-form {
    background: #ffffff;
}

button.btn.btn-buscartop {
    border-left: none;
}

/*.input-group-btn {
    top: -4px;
}*/

.col-md-12 .telsup {
    display: flex;
    justify-content: center;
    color: #000;
    margin-top: 5px;
}

.col-md-9 > .top-bar {
    display: none !important;
}

footer {
    margin-top: 25px;
}

input.search-form {
    height: 45px;
    padding: 10px;
    width: 550px;
}

img.btn_wpp_compartir {
    width: 35px;
    margin-left: 3px;
}

div#redessh a:hover {
    color: green;
}

input#caja_cantidad {
    margin-top: 20px;
}

small.cuotas_cajas {
    font-style: normal;
    font-weight: 400;
    color: #3e507c;
    font-size: 14px;
    margin-top: 8px;
    display: block;
    margin-bottom: 8px;
}

ul.dropdown-menu span.sub-arrow {
    display: none !important;
}

a.nav-link.has-submenu span {
    font-weight: 500 !important;
}

.has-submenu .nombreGrupo b {
    font-weight: 500 !important;
}

#componentesAgregados img {
    width: 80px;
}

.theme-switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}

.theme-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-theme {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: background-color 0.4s ease;
  border-radius: 34px;
}

.slider-theme::before {
  content: "☀️";
  position: absolute;
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.4s ease;
}

/* Cuando está activado (modo oscuro) */
input:checked + .slider-theme {
  background-color: #333;
}

input:checked + .slider-theme::before {
  transform: translateX(27px);
  background-color: #222;
  content: "🌙";
  color: #f5d742;
}

/* Suaviza el hover */
.slider-theme:hover {
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

ul.iconos_superiores {
    display: flex;
    justify-content: space-between;
}

a.flex-next.flex-disabled {
    display: none;
}
.pasofinal div#botoneraCompra {
    margin-left: 25px;
}

#dropshipping_home .product {margin: 0 7px;}
#dropshipping_home .product .image img {padding: 20px;}
/* #dropshipping_home div#campana { top: 30px;} */

span.shipTrue {
    display: block !important;
    position: absolute;
    z-index: 9;
    background: #023f8e;
    width: auto;
    border-radius: 5px;
    padding: 3px 6px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    top: 0;
    left: 0;
    box-shadow: none;
    text-align: center;
    
    top: 8px;
    left: 8px;
}

/* #articulos #articulos.container .image a img.img-responsive { padding: 20px; } */
  

.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px; 
  width: 50px;
  height: 50px;
  background: var(--acento-dark, #333); 
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999999999 !important;
  display: flex; 
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--acento-dark);
  filter: brightness(1.2); 
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}


span.dshipping_dcorta {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 20px;
    background: #0f3a7ef2;
    color: #f5f5f5 !important;
    display: block;
}

a.compartir-wpp {
    background: #29a71ade;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
}

a.compartir-wpp:hover {
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    transform: translateY(-3px);
}

a.compartir-wpp img {
    width: 30px;
    display: inline-block;
}    

@media screen and (max-width: 768px) { 
	#dropshipping_home .col-md-prod {
    width: 100%;
}
}

@media screen and (max-width: 480px) {
    ul.iconos_superiores {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

span.shipTrue {font-size: 11px; padding: 0 10px; width: 60%;}

#dropshipping_home .product .image img {
    padding: 0;
}

}

div#datosTransferencia p > a {
    color: var(--primary-dark);
    font-weight: bold;
}
p.disclaimer_img {
    font-style: italic;
    margin-bottom: 30px;
    display: inline-block;
}

@media screen and (min-width:1920px) {div#barrahormiga {
    padding-top: 20px;
}
}
#codprod72 .img-item img {
    mix-blend-mode: difference;
}
.marcamicro .caja-prod-armado .desc-item-armado {
    display: none;
}
<style>

/* contenedor stock */
.stock-dshipping-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:10px;
    align-items:center;
}

.stock-online{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:6px 10px;
    border-radius:20px;
    color:#fff;
    background:#16a34a;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1;
    letter-spacing:.3px;
}

.stock-local{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:6px 10px;
    border-radius:20px;
    color:#fff;
    background:#dc2626;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1;
    letter-spacing:.3px;
}


/* contenedor debajo imagen */
.contenedor-dshipping-extraido{
    margin-top:15px;
}


/* caja principal dropshipping */
.dshipping-estilo-nuevo{

    display:flex !important;
    align-items:flex-start;
    gap:12px;

    background:#f8fafc;
    border:1px solid #dbe3ee;

    border-radius:8px;

    padding:14px 16px;

    color:#2b2b2b;

    font-size:14px;
    line-height:1.5;
    font-weight:500;

    position:relative;
}


/* iconito circular */
.dshipping-estilo-nuevo:before{

    content:"✓";

    min-width:24px;
    width:24px;
    height:24px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    border:2px solid #3b82f6;

    color:#2563eb;

    font-size:14px;
    font-weight:700;

    margin-top:1px;

}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: unset;
}
/* */
