/* ******************** */
/* INSTRUMENTAL PASTEUR */
/* ******************** */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:300,400&display=swap');
body {
    background: #fff;
    font-family: 'roboto', sans-serif;
    color: #4e4e4e;
    font-weight: 300;
    line-height: 19px;
    font-size: 14px;
    padding-top: 117px;
}
ul.subcate {
    list-style: none;
    margin: 15px 0px;
    padding: 0px;
    overflow: hidden;
}
ul.subcate li a {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px;
}
.ban-top-izquierda img {
    max-width: 180px;
}
ul.subcate li {
    float: left;
    border-right: 1px solid #ddd;
    margin-right: 5px;
    padding: 0 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'roboto', sans-serif;
    color: #4c4c4c;
}
h1 {
    font-size: 250%;
}
h2 {
    font-size: 180%;
}
h2#pie_seo {
    font-size: 14px;
}
h2#pie_seo b {
    font-weight: 300
}
h3 {
    font-size: 120%;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}
h4 {
    font-size: 140%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
    border-color: #DDDDDD;
    -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;
}
.bg-warning {
    background-color: #fcf8e3;
}
.breadcrumb>li.bread-imprimir {
    display: none;
}
.container.general {
    padding-bottom: 30px;
    padding-top: 30px;
}
footer {
    background: #222;
    padding: 30px 0;
    text-align: center;
    color: #fff
}
footer a {
    color: #ddd
}
footer a:hover {
    color: #fff;
}
footer .foot_netone {
    border-top: 1px solid #444;
    padding-top: 5px;
    font-size: 85%
}
.hormigafoot {
    text-align: center;
    padding: 7px 0
}
.hormigafoot h2 {
    color: #444;
}
p.iva {
    background: #ddd;
    padding: 5px;
    margin-bottom: 0px
}
.text-center {
    text-align: center !important
}
.text-right {
    text-align: right !important
}
.form-control {
    font-weight: 300
}
.widget.login [class*="col-"] {
    padding-right: 0px;
}
.widget.login p {
    margin: 0px;
    margin-top: 10px;
}
.close {
    font-size: 24px !important;
}
.gallery,
div.recom {
    margin-bottom: 20px;
}
.gallery {
    padding: 0 15px;
}
.gallery .img-responsive {
    border: 2px solid #fff;
}
.gallery [class*="col-"] {
    padding: 0;
}
a {
    color: #4e4e4e;
    -webkit-transition: color 100ms, background-color 100ms;
    -moz-transition: color 100ms, background-color 100ms;
    -o-transition: color 100ms, background-color 100ms;
    transition: color 100ms, background-color 100ms;
}
a:hover,
a:focus {
    color: #d43133;
}
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}
body>section {
    padding: 70px 0;
}
@media (max-width:991px) {
    body>section {
        padding: 70px 0;
    }
}
@media (max-width:767px) {
    body>section {
        padding: 50px 0;
    }
}
@media (max-width:480px) {
    body>section {
        padding: 30px 0;
    }
}
.center {
    text-align: center;
    padding-bottom: 20px;
}
.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.col-izquierda,
.col-derecha {
    background: #f5f5f5
}
.fixednav {
    position: fixed;
    top: 0px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation: mymove 1s;
    animation: mymove 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    width: 100%;
    z-index: 1030 !important;
}
@-webkit-keyframes mymove {
    from {
        top: -40px;
    }
    to {
        top: 0px;
    }
}
@keyframes mymove {
    from {
        top: -40px;
    }
    to {
        top: 0px;
    }
}
.navbar>.container .navbar-brand {
    margin-left: 0;
}
.top-bar {
    padding: 5px 0;
    background: #2d2e34;
    border-bottom: 0px solid #ddd;
    margin-top: 34px;
}
.top-bar a {
    color: #111
}
.social {
    text-align: right;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 999 !important;
}
.social.fixed-social {
    position: fixed;
    right: 50%;
    margin-right: -585px;
    top: 40px;
}
@media (max-width:767px) {
    .social {
        position: relative;
        top: 0px;
    }
}
.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-share li {
    display: inline-block;
}
ul#menutop {
    position: absolute;
    top: 66px;
    left: 325px;
    z-index: 999 !important;
    text-transform: uppercase;
}
ul#menutop.fixed-menutop {
    position: fixed;
    left: 50%;
    margin-left: -263px;
    top: 50px;
}
div#leyenda_gral_top {
    text-align: center;
    position: absolute;
    z-index: 9;
    background: #e8e8e8;
    top: 0;
    right: 0;
    left: 0;
    color: #2d2e34;
    border-bottom: 2px solid #beec00;
}
div#leyenda_gral_top h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2d2e34;
    font-size: 100%
}
ul.social-share li a,
ul#menutop li a {
    display: inline-block;
    padding: 5px 3px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c
}
ul.social-share li a:hover,
ul#menutop li a:hover {
    color: #fc0;
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    background: #beec00;
}
.search {
    display: inline-block;
    margin-right: 0px;
    color: #222;
    height: 37px;
    margin-right: 10%
}
@media (max-width:767px) {
    .search {
        margin-right: 70px;
    }
    .btn.btn-buscartop {
        padding: 8px 10px;
    }
}
ul.social-share li a {
    color: #4d4d4d;
    font-size: 20px;
}
.search i {
    color: #2d2e34;
}
.search .input-group {
    display: block;
}
#navbar-menu-superior {
    margin-top: 30px;
}
input.search-form {
    background: #fff;
    border: 1px solid #ddd;
    width: 400px;
    color: #999;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
}
.result-busqueda {
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 35px;
}
.widget.search {
    border: 1px solid #f00
}
input.search-form:hover,
input.search-form:focus {
    width: 400px;
}
@media (max-width:767px) {
    input.search-form {
        width: 230px;
    }
    input.search-form:hover,
    input.search-form:focus {
        width: 240px;
    }
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    margin: 0px;
    border: none;
    -webkit-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 25px -30px rgba(0, 0, 0, 0.8);
    padding-bottom: 5px;
    z-index: 10 !important;
}
@media (min-width:768px) {
    .navbar {
        border-radius: 0px;
    }
    ul.nav.navbar-nav {
        margin-top: 0px;
        margin-left: 0px;
    }
    .navbar-default .navbar-nav>li>a {
        font: normal 16px 'roboto condensed', sans-serif
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 20px;
        color: #4c4c4c !important;
        font-weight: 400;
    }
    #navbar-sidebar .navbar-nav>li>a {
        border-bottom: 1px solid #f0f0f0;
    }
    .navbar-nav>li>a.active {
        color: #fff !important
    }
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding-left: 15px;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #ddd
    }
}
.navbar-header {
    padding-top: 10px
}
.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0;
    background-color: #fafafa !important;
    color: #069;
}
.dropdown-menu>li>a {
    padding: 5px 20px;
    color: #069;
    border-bottom: 1px dotted #ddd;
}
.dropdown-menu>li>a:hover {
    color: #111
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #ddd;
    border-color: #ddd;
}
h4.tit_categorias {
    font-family: 'roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 16px;
    color: #4e4e4e
}
.redes .fa {
    font-size: 26px;
    color: #999;
    margin: 0 0.2em
}
.page-scroll {
    font-size: 40px;
    display: none;
    right: 20px !important;
    width: 40px !important;
}
.aparece {
    display: block;
    width: 40px !important;
    position: fixed;
    bottom: 20px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation: myscroll 1s;
    animation: myscroll 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    width: 100%;
    z-index: 999 !important;
    text-align: right;
}
@-webkit-keyframes myscroll {
    from {
        bottom: -200px;
    }
    to {
        bottom: 20px;
    }
}
@keyframes myscroll {
    from {
        bottom: -200px;
    }
    to {
        bottom: 20px;
    }
}
.form-group .form-control {
    padding: 7px 12px;
    border-color: #f2f2f2;
    box-shadow: none;
}
.in_seguridad {
    width: 20%;
    margin-left: 1em !important;
}
textarea#message {
    resize: none;
    padding: 10px;
}
.search_box {
    background-position: 97%;
    background-repeat: no-repeat;
    border-color: #DEDEDE;
    height: 48px;
    outline: medium none;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}
.spot_top .img-responsive,
spot_bot .img-responsive {
    margin: 15px auto;
}
.spot_ofertas_inf .img-responsive {
    float: left;
    border: 2px solid #fff
}
.list-group {
    margin-bottom: 0;
}
#nav2 .list-group .in {
    border-left: 1px solid #ddd;
    margin-left: 10px;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: transparent;
}
.list-group .list-group-item {
    border-width: 0;
    padding-right: 5px
}
.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group .list-group-item:last-child {
    border-bottom: 0;
}
.owl-prev {
    left: 0px !important;
}
.owl-next {
    right: 0px !important;
}
.form-group label {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 300;
}
.form-group .form-control {
    padding: 7px 12px;
    border-color: #d0d0d0;
    box-shadow: none;
}
textarea#consulta {
    resize: none;
    padding: 10px;
}
.msj_error {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.widget {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-left: 0;
}
.widget h5 {
    color: #000;
    text-transform: uppercase;
}
.social .img-responsive {
    display: inline;
}
.brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
}
a.dropdown-toggle {
    padding-top: 7px;
    color: #f8de32;
    font-size: 24px;
}
.dropdown-cart {
    background: #fafafa !important;
    color: #111;
    padding-bottom: 0px;
    top: 30px;
    text-align: center;
}
.dropdown-cart .registracion:before,
.dropdown-cart #login_sup:before,
.dropdown-cart #nombre_usuario:before,
.dropdown-cart .cambiar_cuenta_top:before,
.dropdown-cart .terminar_sesion_top:before {
    display: none
}
.dropdown-cart li {}
.dropdown-cart a {
    color: #111;
}
.scroll_izq {
    width: 180px
}
.scroll_der {
    width: 180px
}
.scroll_izq ul {
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 0 auto
}
.scroll_der ul {
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 0 auto
}
.scroll_izq li,
.scroll_der li {
    margin: 0 5px;
    text-align: center;
    padding: 0;
    margin-bottom: 0px
}
.scroll_sup,
.scroll_inf {
    padding: 30px 0px;
    width: 1170px;
    margin: 0 auto;
    display: none;
}
body.ofertas .scroll_sup,
body.ofertas .scroll_inf {
    display: block;
}
.scroll_sup ul,
.scroll_inf ul {
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 0 auto
}
.clearfix {
    float: none;
    clear: both
}
@media (max-width:767px) {
    .scroll_sup,
    .scroll_inf {
        padding: 30px 0px;
        width: 92%;
    }
}
.carousel-control {
    background-image: none !important;
    filter: none !important;
    font-size: 36px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-arrow-left,
.carousel-control .fa-arrow-right {
    position: absolute;
    top: 40%;
    left: 20px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-arrow-right,
.carousel-control .icon-next {
    left: auto;
    right: 20px !important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 30px;
    left: 50%;
    margin-left: -500px;
    z-index: 10;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    text-align: left;
    text-shadow: none;
}
.carousel-caption h3 {
    font-size: 46px;
    font-weight: 300;
    color: #2778bc;
    text-shadow: none;
    text-align: left;
    line-height: 40px;
}
.carousel-caption h3 span {
    font-size: 55%;
    color: #222;
    margin-top: 20px;
    line-height: 26px;
    display: block;
}
@media (max-width:767px) {
    .carousel-control {
        font-size: 20px;
    }
    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .fa-arrow-left,
    .carousel-control .fa-arrow-right {
        left: 5px !important;
    }
    .carousel-control .fa-arrow-right,
    .carousel-control .icon-next {
        right: 5px !important;
        text-align: right;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 0px;
        left: 5%;
        margin-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #fff;
        text-align: left;
    }
    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .fa-arrow-left,
    .carousel-control .fa-arrow-right {
        position: absolute;
        top: 40%;
        left: 20px;
        z-index: 5;
        display: inline-block;
    }
    .carousel-caption h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .carousel-caption h3 span {
        font-size: 70%;
        color: #222;
        margin-top: 10px;
        line-height: 25px;
    }
}
@media (max-width:480px) {
    .carousel-indicators {
        display: none !important;
    }
    .carousel-caption h3 {
        font-size: 20px;
        line-height: 18px;
    }
    .carousel-caption h3 span {
        font-size: 70%;
        color: #222;
        margin-top: 10px;
        line-height: 15px;
    }
}
.controls {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 25px;
}
.controls .fa {
    margin-left: 10px;
    color: #999;
    font-weight: 300
}
.ircarrito {
    position: relative;
}
#cantidad_carrito.badge {
    position: absolute;
    left: -35px;
    top: -18px;
    background: #9a0e0f;
}
span.totalCarritoConMoneda {
    margin-top: 10px;
    display: block;
    text-align: center;
}
div#carrito_top {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}
.navbar.navbar-default.navbar-superior .container {
    width: 85%;
}
.ico_usuario,
a.ircarrito:before {
    color: #000;
    font-family: 'Font Awesome 5 Pro';
    content: "\f07a";
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: -10px;
    padding-right: 10px;
    position: absolute;
    right: 20px;
}
.registracion:before,
#login_sup:before,
#nombre_usuario:before,
.cambiar_cuenta_top:before,
.terminar_sesion_top:before {
    font-family: FontAwesome;
    content: "\f007";
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: -3px;
    margin-left: 20px;
    position: absolute;
}
#login_sup:before {
    font-family: FontAwesome;
    content: "\f090";
}
.registracion:before {
    content: "\f234";
}
.cambiar_cuenta_top:before {
    content: "\f013";
}
.terminar_sesion_top:before {
    content: "\f08b";
}
#carrito_top.cart_top span.ico_usuario,
#carrito_top.cart_top a.ircarrito:before {
    font-family: FontAwesome;
    content: "\f291";
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: 0px;
    padding-right: 0 !important;
}
#carrito_top {
    margin-right: 0px;
}
ul.social-share {
    display: block;
    width: 140px;
    display: none;
}
.caja_func_sup {
    color: #000;
    margin-top: 20px;
    line-height: 50px;
    position: absolute;
    top: 0px;
    right: 17px;
    font-size: 11px;
    text-transform: uppercase;
}
.caja_func_sup a {
    color: #000;
}
.navbar-fixed-top .caja_func_sup .registracion:before,
.navbar-fixed-top .caja_func_sup #login_sup:before,
.navbar-fixed-top .caja_func_sup #nombre_usuario:before,
.navbar-fixed-top .caja_func_sup .cambiar_cuenta_top:before,
.navbar-fixed-top .caja_func_sup .terminar_sesion_top:before {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: -13px;
    margin-left: 20px;
    position: absolute;
}
.navbar-fixed-top .caja_func_sup {
    right: 47%;
}
@media (min-width: 480px) {
    header .container {
        display: -webkit-inline-box;
    }
}
#nombre_usuario,
#login_sup,
#micuenta_top,
#carrito_top {
    text-align: right;
    line-height: 1.2em;
    padding: 0 10px;
}
#nombre_usuario.cart_top,
#login_sup.cart_top,
#micuenta_top.cart_top,
#carrito_top.cart_top {
    text-align: center;
    line-height: 20px;
}
#nombre_usuario.cart_top span.ico_usuario {
    display: none;
}
.dropdown-cart .irapedido a {
    background: #E5097F;
    color: #fff;
}
.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #02abc8 !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header {
    border: none;
}
.modal-footer {
    border: none;
    padding: 0px;
}
.modal-body {
    padding: 15px;
    overflow: hidden;
    margin: 0px !important;
    width: 100% !important;
    background: #F7F7F7;
    text-align: center;
    font-size: 13px;
}
.modal-body h3 {
    margin-top: 0px;
    font-size: 140%;
    color: #222;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.loginmodal-container {
    padding: 25px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}
.modal-content {
    background: #F7F7F7
}
.modal-prod-agregado-container {
    padding: 0px;
    max-width: 450px;
    width: 100% !important;
    background-color: none;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}
.modal span#nombre_prod_alert {
    font-size: 120%;
    font-weight: 600;
    color: #02abc8 !important
}
.modal .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999 !important
}
.modal h5 {
    font-size: 24px;
    font-weight: lighter;
    line-height: 24px;
    margin: 0px;
    padding: 0;
    position: relative;
    border: none;
}
.modal h5 {
    margin: 0 !important;
    margin-bottom: 15px !important;
    font-size: 24px !important;
    line-height: 24px !important;
    letter-spacing: -1px
}
.modal h5 span {
    background: #F7F7F7 !important;
    padding: 15px !important
}
.modal-header-primary h5 {
    color: #fff;
    font-weight: normal;
    font-size: 20px !important;
}
.modal-prod-agregado-container h5 {
    font-size: 1.2em
}
.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.loginmodal-container input[type=text],
input[type=password] {
    height: 35px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
    border: 1px solid #02abc8 !important;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.loginmodal {
    text-align: center;
    height: 36px;
    padding: 0 8px;
}
.loginmodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
}
.loginmodal-submit:hover {
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
}
.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}
.login-help {
    font-size: 12px;
}
.title-sol {
    font-family: 'roboto', sans-serif;
    color: #454545;
    border-bottom: 2px solid #DDDDDD;
    border-top: 2px solid #DDDDDD;
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0 10px;
    padding: 0;
}
.title-sol span {
    color: #454545;
    display: inline-block;
    padding: 5px 15px 5px 0;
    text-transform: uppercase;
    width: auto;
}
.style2 .title-sol,
.title-sol.style2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 20px;
    padding: 0;
    position: relative;
    border: none;
}
.title-sol-style2,
.title-sol.style2 {
    position: relative;
}
.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after,
.title-sol-style2:after {
    background: #DDDDDD;
    content: "";
    display: block;
    height: 1px;
    margin-left: 10%;
    position: absolute;
    top: 20px;
    width: 80%;
    z-index: 1;
}
.title-sol-style2 span,
.title-sol.style2 span {
    background: #FFFFFF;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: auto;
    z-index: 2;
}
.style2 .title-sol span,
.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;
}
.cajasnove .fecha_nov {
    font-size: 80%
}
.cajasnove {
    margin-bottom: 15px;
}
.cajasnove h4 {
    margin-top: 0px;
}
.cajasnove .des_nov {
    margin-top: 7px;
}
.cajasnove .des_nov p {
    margin-bottom: 0px;
}
.cajasnove .mas_nov a {
    font-size: 13px;
    color: #3276b1;
    display: block;
    text-align: right;
}
span.mas_nov {
    display: none;
}
.novedades-home-row .vertodos-noticias {
    margin: 0 auto;
    background: #fafafa;
    color: #454545;
    text-align: center;
    padding: 5px;
    border: 1px solid #ddd;
    FONT-SIZE: 12PX;
    font-weight: 600
}
.cajasoferta,
.cajasnuevo {
    border: 0px solid #ddd;
    padding: 5px;
}
.novedadesrow.row,
.ofertasrow.row {
    margin-left: -5px;
    margin-right: -5px
}
.productslider {
    width: 100%;
    display: block;
}
.item {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page span {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}
.owl-theme .owl-controls .owl-has-nav {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    height: 22px;
    position: relative;
    width: 12px;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 1;
}
.owl-has-nav:hover {
    opacity: .5;
}
.owl-has-nav i {
    position: absolute;
    top: 0;
}
.owl-has-nav.owl-next i {
    right: 0;
}
.owl-has-nav.owl-prev i {
    left: 0;
}
.product {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    border: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    text-align: center;
    background: #fff;
    padding-bottom: 10px;
}
.product:hover {
    background: #fff;
}
.product h3.leyendaSinStock,
.product h3.leyendaConStock {
    font-size: 13px;
    margin-top: 0px;
}
.product h3.leyendaConStock {
    font-weight: bold;
}
/*.product h3.leyendaSinStock:before {
    display: none
}
.product h3.leyendaConStock:before {
    display: none
}*/
.product:hover,
.featuredImgLook2 .inner:hover {
    border: 0px solid #E5097F;
}
.product .marca {
    display: block;
    padding: 5px 0
}
.product .marca_span {
    font-size: 90%;
    font-style: italic
}
/*.product .art_cod_precios,
.product .stock {
    display: none
}*/
.image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    max-height: 240px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.prod-top {
    margin-bottom: 25px
}

.prod-top .product {
    padding-bottom: 0px
}
.image a {
    display: block;
    overflow: hidden;
}
.product .image a img {
    transition: all 350ms ease-out 0s;
}
.product img.img-responsive {
    margin: 0;
    aspect-ratio: 1 / 1 !important;
    mix-blend-mode: multiply;
}

.product .image {
    overflow: hidden;
    height: auto !important;
    max-height: 100% !important;
    flex-shrink: 0;
}
.product:hover .image a img, .favButton:hover ~ .product .image a img {
    transform: scale(1.05);
}
.recomendadosrow .image a img {
    max-height: auto !important;
    max-width: 100%;
}
.recomendadosrow .product:hover .image a img {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}
.promotion {
    position: absolute;
    z-index: 9;
    bottom: 20px;
    left: 0;
    height: 24px;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.description {
    margin: 5px auto;
}
.prod-top .description h4 {
    margin: 10px 0
}
.description a.masinfo20 {
    display: none
}
.promotion {
    line-height: 18px;
}
.new-product {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 10px;
}
.new-product {
    font-family: 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    background-color: #E5097F !important;
    background-color: rgba(78, 198, 127, 0.95) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2E5097F, endColorstr=#f2E5097F) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2E5097F, endColorstr=#f2E5097F) !important;
}
.discount {
    background: #eb5e58;
    color: #fff;
    display: inline-block;
    float: left;
    height: 100%;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 3px;
    font-family: 'Roboto';
    font-size: 15px;
}
.descuento {
    padding: 3px;
    background: #434343;
    color: #fff;
    align-items: center;
    text-align: center;
    font-weight: 600;
}

div#MPPagar a {
    color: #fff !important;
}
div#MPApiMensaje {
    margin-bottom: 10px;
}
.verpromosmp {
    margin-top: 20px;
}
body.busquedaAvanzada span.descuento {
    left: -98px;
}
.product h4 {
    font-family: 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    display: block;
    line-height: 18px;
    font-weight: 700;
    color: #3a3a3a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.product h4 a {
    font-weight: 300;
    color: #3a3a3a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
.product .dcorta {
    display: none
}
.prod-top .product h4 {
    margin-top: 20px;
}
.prod-top .product h4,
.prod-top .product h4 a {
    font-size: 22px;
    line-height: 22px
}
.price {
    font-size: 18px;
    font-weight: bold;
    color: #454545;
}
@media (max-width:767px) {
    .CartProduct .price {
        font-size: 14px
    }
}
.action-control {
    border: 0;
    display: block;
    height: auto;
    padding: 5px 0 15px;
    width: 100%;
}
.action-control a {
    cursor: pointer;
}
.action-control a:hover,
.action-control a.active {
    color: #ffffff;
    background: #02abc8 !important;
}
.cart a {
    font-size: 20px;
    color: #454545;
    margin: 0 0;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.13s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
div.quickview {
    display: block;
    margin-top: 40%;
    max-height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    visibility: hidden;
}
.product:hover div.quickview {
    visibility: visible;
}
.btn-quickview {
    border-radius: 2px;
    font-family: 'roboto', Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    color: #454545 !important;
    text-transform: uppercase;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    left: auto;
    min-width: 100px;
    max-height: 40px;
    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(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.product:hover .btn-quickview {
    visibility: visible;
    opacity: 0.85;
    -webkit-opacity: 0.85;
    -ms-opacity: 0.85;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
}
@media (max-width:460px) {
    div.quickview {
        margin-top: 25%;
    }
}
@media (max-width:400px) {
    div.quickview {
        margin-top: 35%;
    }
}
.product>.btn-quickview:hover {
    opacity: 0.95;
}
.productFilter {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 7px;
    padding-top: 10px;
    margin-top: 20px;
}
.productFilter p {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}
@media screen and (max-width:440px) {
    .productFilter>.pull-left {
        display: block;
        width: 100%;
        text-align: center;
    }
    .productFilter>.pull-right {
        display: block;
        width: 100%;
        text-align: center;
    }
    .productFilter>p {
        margin-bottom: 5px;
        margin-top: 0;
    }
    .productFilter>.pull-right>div {
        display: inline-block;
        float: none !important;
        width: 50%;
    }
    .productFilter>.pull-right>div.change-order .form-control {
        float: left;
        font-size: 12px;
    }
    .productFilter>.pull-right>div.change-view {
        margin-right: 0 !important;
        width: auto !important;
    }
}
.change-view {
    margin-right: 10px;
}
.subCategoryTitle {
    font-size: 13px;
    color: #444;
    font-weight: 600;
}
.change-view a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 34px;
    line-height: 23px;
    margin-left: 5px;
    overflow: hidden;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.productFilter select,
.productFilter input {
    font-size: 13px;
}
.item.list-view {
    display: block;
    height: auto !important;
    width: 100% !important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.item.list-view .image {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    max-height: 260px;
    max-width: 200px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    padding-right: 20px;
    background: #fff;
}
.item.list-view .image a {
    display: block;
    max-height: 100%;
    height: 100%;
    max-height: 100% !important;
}
.item.list-view .image img {
    max-height: 260px;
    width: auto !important;
}
.item.list-view h4 {
    height: auto;
    margin: 45px 0 5px;
    font-size: 24px;
}
.item.list-view h4 a {
    font-weight: 600;
}
.item.list-view .description {
    text-align: right;
}
.item.list-view .description p {
    text-align: right;
    min-height: 10px;
}
.item.list-view .price {
    font-size: 22px;
    text-align: right;
}
.item.list-view .action-control {
    text-align: right;
}
.item.list-view .product {
    padding-right: 20px;
    padding-bottom: 0px;
}
.item.list-view .product .btn-compra {
    float: right !important;
}
.pagination {
    margin-top: 10px;
}
.ley_sol_productos {
    display: none
}
div#hormiga h1,
ul.lista-filtros-aplicados {
    font-weight: 600;
    font-size: 16px;
    color: #4e4e4e;
    font-family: 'roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
ul.lista-filtros-aplicados {
    margin-top: 10px;
    color: #999
}
.hormigafoot h2 {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 10px
}
.recomendadosrow {
    padding-left: 15px;
    padding-right: 15px;
}
h5.recomendados,
h5.preguntas_clientes,
h5.tit_form_detalle {
    font-size: 24px;
    color: #222;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-weight: 400;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    letter-spacing: -1px;
    margin-top: 20px;
    text-transform: uppercase;
}
.breadcrumb {
    border: 1px solid #DDDDDD;
    background: none;
}
.sp-large a img {
    width: 100%;
}
.sp-large {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff !important;
}
.sp-large a img {
    max-width: 100%;
    height: auto;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.sp-large a {
    display: inline-block;
}
.style3 .sp-large {
    border: 1px solid #fff;
    max-width: 100% !important;
}
.sp-wrap {}
.sp-wrap {
    border: none !important;
    z-index: 10;
    width: 100%;
    background: none !important;
    display: none;
    line-height: 0;
    font-size: 0;
    background: #eee;
    position: relative;
    margin: 0 25px 15px 0;
    border: 1px solid #fff;
    float: left;
}
.product-title {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: none;
    margin-top: 0px;
    color: #4c4c4c !important;
}
.product-price {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
}
.price-standard {
    color: #f00;
    font-size: 17px;
    text-decoration: line-through;
    display: block
}
.price-sales {
    font-size: 18px;
    color: #000
}
.product-code {
    font-family: 'roboto', Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}
.cart-actions {
    margin-top: 0;
    margin-bottom: 12px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 12px;
    clear: both;
}
.cart-actions button,
.cart-actions .btn-cart,
.cart-actions .wishlist {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'roboto', Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    line-height: 1em;
    margin: 0;
    padding: 10px 20px;
    float: right;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}
.col-form-label {
    padding-top: 7px;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold !important;
}
button.first {
    margin-right: 20px;
    margin-bottom: 10px;
}
.cart-actions input[type="button"] {
    background: none repeat scroll 0 0 #E5097F;
    border: 2px solid #02abc8 !important;
}
.cart-actions button:hover {
    background: #ffffff;
    color: #2a2a2a;
    border: solid 2px #E5097F;
}
.incaps {
    display: block;
    float: left;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0px 20px 0 0;
    text-transform: uppercase;
}
.incaps i {
    font-size: 20px;
}
.color-in {
    color: #4CC94A;
}
.color-out {
    color: red;
}
.product-share {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-weight: bold;
}
.socialIcon a {
    background-size: cover;
    -ms-behavior: none !important;
    background: none !important;
    background: #CCCCCC !important;
    color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    padding-top: 5px;
    text-align: center;
    margin-right: 10px;
    text-align: center;
    width: 35px;
    height: 35px;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}
.stButton:after {}
.stButton .stLarge {
    background-size: cover;
    -ms-behavior: none !important;
    background: none !important;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0px;
    padding: 0px;
    margin-right: 0px;
    text-align: center;
    width: 0px !important;
    height: 0px !important;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}
.stButton {
    margin: 0px !important;
}
.stButton {
    background: #ccc;
    width: 35px;
    height: 35px;
    padding-top: 10px;
    text-align: center !important;
    top: 2px !important
}
.st_facebook_large .stButton:after {
    font-family: fontawesome;
    color: #fff;
    font-size: 22px;
    content: "\f09a";
}
.st_twitter_large .stButton:after {
    font-family: fontawesome;
    color: #fff;
    font-size: 22px;
    content: "\f099";
}
.st_googleplus_large .stButton:after {
    font-family: fontawesome;
    color: #fff;
    font-size: 22px;
    content: "\f1a0";
}
.socialIcon a:hover {
    color: #fff;
}
.recommended {
    border-top: solid 2px #ddd;
    margin-top: 20px;
    padding-top: 20px;
}
.recommended h1 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
#valoracion {
    margin-top: 15px;
}
#valoracion br[clear=all] {
    clear: none !important
}
.puntuacion {
    cursor: pointer;
    margin-right: 5px;
    display: block;
    float: left;
    overflow: visible;
}
.puntuacion:after {
    content: '.';
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
}
.estrella {
    float: left;
    width: 20px;
    height: 18px;
    overflow: hidden;
    display: inline-block;
    text-indent: -999em;
    cursor: pointer;
}
.titvalor {
    float: left;
}
.estrella_izq,
.estrella_der {
    width: 10px
}
.estrella,
.estrella a {
    background: url('../imagenes/estrella_sprite3.png') no-repeat 0 0px;
}
.estrella_izq,
.estrella_izq a {
    background: url('../imagenes/estrella_sprite_izq3.png') no-repeat 0 0px;
}
.estrella_der,
.estrella_der a {
    background: url('../imagenes/estrella_sprite_der3.png') no-repeat 0 0px;
}
.estrella a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0px;
}
div.puntuacion div.on a {
    background-position: 0px -25px;
}
div.puntuacion div.hover a,
div.puntuacion div a:hover {
    background-position: 0px -50px;
}
#num_votos p {}
div#msjvaloracion {
    text-align: left;
    margin-top: 15px;
}
.rating span {
    display: inline-block;
}
.ratingInfo {
    margin-left: 10px;
}
.nav-tabs {
    margin-bottom: 20px;
}
.product-tab {
    width: 100%;
    display: inline-block;
    clear: both;
}
.nav-tabs li a {
    font-family: 'roboto', sans-serif;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 1px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    padding: 10px !important
}
.nav-tabs {
    border-bottom: 3px solid #bfc9ca;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li:hover>a {
    background: #bfc9ca;
}
.nav-tabs>li.active,
.nav-tabs>li {
    background: none;
}
.nav-tabs>li>a {
    border: 0;
    border-radius: 0;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li:hover>a {
    color: #fff !important;
    border: 0;
    border-radius: 0;
}
.color-details {
    margin-top: 14px;
}
.color-details {
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}
.swatches {
    margin: 0.5em 0;
    padding-left: 0;
    list-style: none;
}
.swatches li {
    border: 2px solid #FFFFFF;
    display: inline-block;
    margin: 2px 1px;
    vertical-align: top;
    list-style: none;
}
.swatches .selected,
.swatches li:hover {
    border: 2px solid #ddd;
}
.swatches li {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 1px 2px #C5C5C5;
    height: 33px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 33px;
}
.swatches li.li-color {
    width: 33px;
    height: 33px;
    overflow: hidden;
}
.swatches.talle li {
    border: 2px solid #F0F0F0;
    background: #f5f5f5;
    padding: 5px;
}
.swatches li:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 0;
    font-weight: lighter;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: -10px;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.swatches .selected:after {
    content: "\f00c";
    height: 33px;
    width: 33px;
    font-family: fontawesome;
    font-size: 120%;
    font-weight: lighter;
    color: #E5097F;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.productFilter {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 7px;
    padding-top: 10px;
    margin-top: 10px;
}
.productFilter p {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}
.marca_imagen {
    position: absolute;
    top: 1%;
    border: 1px solid #ddd;
    z-index: 999;
    right: 0.8%;
}
.spacer {
    padding: 20px 0
}
#precant {
    border: 0px solid #ddd;
    padding: 5px;
    font-size: 12px;
    box-shadow: 1px 1px 2px #C5C5C5;
}
#precant h5 {
    display: none;
}
#precant .table {
    margin: 0px
}
.orderStep {
    clear: both;
    display: inline-block;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
}
.orderStep li {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    min-height: 55px;
    padding: 0;
    width: 33.33333333%;
}
.orderStep li.active {
    color: #fff;
}
.orderStep li.active {
    position: relative;
}
.orderStep li.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-left: -10px;
}
.orderStep li {
    background: #EFF0F2;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: normal;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 33.33333333%;
    text-transform: uppercase;
    font-size: 13px;
}
.orderStep li i {
    background: rgba(0, 0, 0, 0.05);
}
.orderStep li.active i {
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}
.orderStep li i {
    border-radius: 0;
    display: block;
    font-size: 20px;
    height: auto;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    padding: 0;
    text-align: center;
    width: auto;
    float: none !important;
}
.orderStep li span {
    display: block;
    padding: 5px 0;
}
.orderStep li.active {
    background: #47aca8;
}
.orderStep li.active:after {
    border-top-color: #47aca8 !important;
}
.orderStep li {
    background: #ccc;
}
.caps {
    border-top: 0 none;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0 0 16px;
    text-align: right;
    text-transform: uppercase;
}
h1.tit-checkout {
    margin: 0px;
    padding: 0px;
}
.rightSidebar #cart-summary {
    margin-top: 0;
}
.rightSidebar #cart-summary tr:first-child td {
    border: none;
}
.cartMiniTable {
    border: 1px solid #DDDDDD;
    padding: 10px;
    padding-bottom: 5px;
}
.couponForm {
    line-height: 16px
}
.couponForm input[type="text"] {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 35px;
}
.ley_cupon {
    font-size: 90%;
    display: block;
    margin-bottom: 5px
}
.couponForm .btn {
    border-radius: 0 3px 3px 0;
}
span.success,
p.success div.success {
    color: #8BB418;
}
#total-price {
    font-size: 22px;
    font-weight: bold;
}
label.error {
    color: #e74c3c;
    font-size: 90%;
}
.quanitySniper {
    height: 30px;
    padding: 0;
    text-align: center;
    width: 40px;
}
tr.CartProduct td,
tr.CartProduct th {
    text-align: center;
}
@media (max-width:767px) {
    tr.CartProduct td,
    tr.CartProduct th {
        font-size: 11px;
    }
}
tr.CartProduct td:nth-child(2) {
    text-align: left;
}
.CartProduct .delete i {
    font-size: 2.5em;
    position: relative;
    top: -5px
}
.row.detalle-pedido table#carrito tr.CartProduct .CartProductThumb img {
    width: 50px;
    max-width: 100% !important;
}
form#carrito .price {
    font-size: 13px;
    font-weight: 400;
}
.CartProduct .delete i {
    font-size: 1.5em;
}
.CartProduct .delete i:before {
    content: "\e2ae";
    font-family: "Font Awesome 6 Pro";
    text-rendering: auto;
    font-weight: 400;
}
.CartProduct .delete i,
.navbar-lateral .dropdown-menu span.caret:before {
    top: -2px;
    position: relative;
}
td.car-nombre h4 {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
}
.CartDescription h4 a {
    font-size: 13px !important;
    line-height: normal;
}
tr.CartProduct {
    border-bottom: 1px solid #e7e9ec;
    font-weight: 400;
}
tr.CartProduct td.hidden-xs {
    color: var(--color-marca3);
}
tr.CartProduct.cartTableHeader {
    font-size: 12.5px;
}
td.car-nombre {
    max-width: 200px !important;
}
#total-price,
table.std.table td {
    font-size: 15px;
}
.whatsapp-flotante {
    background: #4dc247;
    -webkit-animation: ripple-whatsapp 1s linear infinite;
    animation: ripple-whatsapp 1s linear infinite;
    -webkit-transition: .5s;
    border-radius: 999rem;
    position: absolute;
    padding: 15px;
    font-size: 30px;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 20px;
    z-index: 99;
}
.whatsapp-flotante a {
    color: #fff;
}
@media (max-width:767px) {
    .CartProduct .delete i {
        font-size: 1em;
    }
    table#carrito {
        display: flex;
        flex-direction: column;
    }
    td.car-nombre .CartDescription {
        width: 170px;
    }
    td.car-nombre h4,
    td.car-nombre h4 a {
        white-space: normal;
        font-size: 10px;
        text-overflow: initial;
    }
    form#carrito .price {
        font-size: 11px;
        font-weight: 400;
        text-wrap: nowrap;
    }
    .CartProduct .delete i {
        font-size: 1.5em;
    }
    .orderStep li {
        display: none;
    }
    .orderStep li.active {
        width: 100%;
        display: block;
    }
}
.CartProductThumb img {
    width: 86px;
    max-width: 100%;
}
tr.CartProduct {
    border-bottom: 1px solid #E7E9EC;
}
tr.CartProduct td,
tr.CartProduct th {
    padding: 10px 0;
}
.cartTable {
    border-top: solid 1px #EBEDEF;
}
.cartTableHeader {
    background: #EBEDEF;
}
.cartFooter {
    padding: 20px;
    border-top: solid 1px #eee;
    background: #EBEDEF;
    display: inline-block;
    width: 100%;
}
#cart-summary tr td:nth-child(2) {
    text-align: right;
}
.CartProductThumb img {
    max-width: 100% !important;
}
.CartDescription h4 a {
    font-size: 14px !important;
    line-height: normal;
}
.CartDescription h4 {
    margin: 0px
}
@media (max-width:767px) {
    .CartDescription h4 a {
        font-size: 12px !important;
    }
}
.couponQuitar {
    background: #f5f5f5;
    padding: 8px;
    margin: 0px;
}
ul.datos_cupon {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 13px;
    margin-bottom: 15px;
}
h6 {
    border-bottom: 1px solid #02abc8 !important;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}
.bg-msj {
    padding: 15px;
}
.bg-msj-rosa {
    background-color: #E5097F;
    color: #fff;
    margin: 15px 0;
    display: none;
}
.bg-info {
    background-color: #d9edf7;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.panel-default>.panel-heading {
    border-top: 4px solid #02abc8;
}
.lista-medios-pago li {
    padding: 10px;
    width: 32%;
    text-align: center;
    border: 2px dotted #ddd;
    margin: 2px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.lista-medios-pago li img {
    max-height: 62px;
}
.lista-medios-pago li:hover {
    border: 2px solid #02abc8 !important
}
.lista-medios-pago .bordePago2 {
    border: 2px solid #02abc8 !important;
    background: #f5f5f5
}
.item-blog-post {
    margin: 0 auto 30px;
}
.item-blog-post h2 {
    border-bottom: 1px solid #ddd;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 28px 0;
    margin-bottom: 10px;
    padding: 15px 0;
    position: relative;
}
.item-blog-post h2 a {
    font-size: 26px;
    font-weight: bold;
}
.item-blog-post .post-header {
    border-top: 1px solid #e6e6e6;
}
.item-blog-post .post-header .post-info {
    line-height: inherit;
    margin-bottom: 5px;
}
.item-blog-post .post-main-view {
    background: #FAFAFA;
}
.item-blog-post .post-main-view .post-description {
    padding: 30px;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 300;
}
.item-blog-post .post-description .vermas:after {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f178";
    padding-left: 5px
}
.loadMoreBlog .btn:hover {
    background: #ededed;
}
@media only screen and (min-width:0) and (max-width:767px) {
    .post-header {
        margin-bottom: 15px;
    }
}
.registro-form label {
    /* display: none */
}
.datos_usuario ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px
}
.datos_usuario ul li:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0da";
    padding-right: 5px;
}
.content_marcas {}
.content_marcas .cajamarca {
    border: 1px solid #ddd;
}
.content_marcas img {
    max-width: 100%;
    height: auto;
}
.content_marcas .verprod {
    background: #ccc;
    display: block;
}
.brand-carousel li {
    float: left;
    display: inline-block;
}
.brand-carousel li img {
    max-width: 100%;
    width: 100%;
}
.carousel-nav {
    font-size: 26px;
    margin-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.detalle-form {
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 20px;
    border-top: 4px solid #47aca8;
}
h5.tit_form_detalle {
    border: none;
}
.show-case-wrapper {
    margin: 0 auto 30px;
    float: none;
}
#productShowCase .owl-controls {
    margin-top: 0;
}
.product-slide-inner {
    margin-top: 12%;
    display: block;
    max-width: 98%;
}
@media (max-width:767px) {
    .product-slide-inner {
        display: block;
        max-width: 98%;
        margin: 5% auto 0;
        text-align: center;
    }
    .image {
        width: initial;
        max-height: initial;
    }
    div#leyenda_gral_top h3 {
        font-size: 80%;
    }
    #productShowCase .owl-controls {
        margin-top: 10px;
    }
}
#productShowCase .btn-stroke-dark i {
    font-size: 0;
    transition: font 0.3s ease;
}
#productShowCase .btn-stroke-dark:hover i {
    font-size: inherit;
}
#productShowCase .details-description {
    margin-bottom: 15px;
}
.product-slide-left {
    text-align: center;
}
.product-slide-img {
    display: block;
    text-align: center;
}
.product-slide-img img {
    display: block;
    text-align: center;
    margin: 0 auto
}
#productShowCase .product-title {
    font-family: 'roboto';
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 36px;
    margin-bottom: 0;
}
.ps-nav {
    display: block;
    font-size: 68px;
    height: auto;
    position: absolute;
    text-align: center;
    top: 38%;
    width: auto;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
#ps-next {
    right: 15px;
}
#ps-prev {
    left: 15px;
}
@media screen and (max-width:767px) {
    .ps-nav {
        top: 30%;
    }
    .ps-nav img {
        width: 60px;
    }
}
@media (max-width:767px) {
    #ps-next {
        right: 15px;
    }
    #ps-prev {
        left: 15px;
    }
}
.boxes-title-1 {
    background: #ebebeb;
    font-family: 'roboto';
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding: 7px 0;
    text-align: center;
}
.featuredImgLook2 .inner {
    border: solid 1px #ddd;
    padding: 10px;
    margin-bottom: 15px;
}
.featuredImgLook2 .inner:hover {
    border: solid 1px #47aca8;
}
.img-link {
    display: block;
    overflow: hidden;
}
.img-link img {
    width: 100%;
}
.featuredImgLook2 h3 {
    color: #454545;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase;
}
.featuredImgLook2 h3 span {
    color: #eb5e58;
    display: block;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.featuredImgLook2 .btn-link {
    border-radius: 0;
    color: #7f8c8d;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
}
.featuredImgLook2 p {
    color: #7f8c8d;
    margin-bottom: 20px;
}
@media (max-width:991px) {
    .featuredImgLook2 .col-md-3 {
        margin-bottom: 30px;
    }
}
@media (max-width:460px) {
    .featuredImgLook2 .col-md-3 {
        width: 100%;
    }
}
#imageShowCase {
    display: block;
    clear: both;
    background: #f00;
}
.relative {
    position: relative;
}
.image-show-case-wrapper .ps-nav {
    opacity: 0;
    transform: scale(1.15);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.image-show-case-wrapper:hover .ps-nav {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.img-block {
    display: block;
    overflow: hidden;
}
.featuredImageLook3 .inner .box-text-cell-inner h1 {
    font-size: 20px;
}
.featuredImageLook3 .inner:hover .box-content-overly-white {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    visibility: visible;
}
#detalle_print {
    padding: 15px;
    width: 500px;
}
#detalle_print h1 {
    color: #069;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
#detalle_print h5 {
    font: bold 14px arial;
    color: #069;
    margin-top: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
#detalle_print ul {
    margin-left: 25px;
    list-style-type: circle
}
#detalle_print .cajasoferta {
    clear: both;
    width: 95%
}
#detalle_print .imagenart {
    float: left;
    margin-right: 10px;
    padding-bottom: 0px;
}
.sp-zoom,
.sp-wrap {
    z-index: 0 !important
}
#navbar-sidebar {
    BACKGROUND: none
}
@media (min-width:768px) {
    #navbar-sidebar .container-fluid,
    #navbar-sidebar .navbar-collapse {
        padding: 0;
    }
    #navbar-sidebar .navbar-left {
        margin-left: 0;
    }
    #navbar-sidebar .nav>li {
        width: 100%;
    }
    #navbar-sidebar ul.nav.navbar-nav.navbar-left.sm-vertical.sm-collapsible ul {
    margin-left: 0px;
}

#navbar-sidebar ul.nav.navbar-nav.navbar-left.sm-vertical.sm-collapsible ul li a {
    font-size: 13px;
    padding-right: 0px;
    font-weight: 400;
    letter-spacing: .1px;
}
.subcategoria-lateral-colapsable li a {
    padding-left: 0px;
}
.subcategoria-lateral-colapsable.show {
    max-height: 1000px;
    padding-left: 10px;
}
#navbar-sidebar {
    BACKGROUND: none;
    box-shadow: none;
    margin-top: 20px;
}
}
/**** MENU LATERAL CATEGORÍAS ****/
.navbar-header-lateral {
  display: none;
}
.col-izq-int, .change-view a {
  background: var(--color3);
}
div#navbar-sidebar-collapse-ts {
  margin-bottom: 10px;
}
nav#navbar-sidebar {
  box-shadow: none;
  padding: 0 !important;
  z-index: 0 !important;
}
#navbar-sidebar .navbar-left {
  box-shadow: none;
  width: 100%;
}
div#navbar-sidebar-collapse-ts > ul {
  margin: 0 !important;
}
.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px;
}
#navbar-sidebar-collapse-ts > ul > li > ul.subcategoria-lateral-colapsable.show {
  padding-left: 15px !important;
  margin: 10px 0 0 !important;
  position: relative;
  overflow-y: auto;
  max-height: 60vh;
}
#navbar-sidebar-collapse-ts > ul > li > ul.subcategoria-lateral-colapsable
.subcategoria-lateral-colapsable.show,
#navbar-sidebar-collapse-ts > ul > li > ul.subcategoria-lateral-colapsable 
.subcategoria-lateral-colapsable.show {
  padding-left: 25px !important;
  margin: 0 !important;
  position: relative;
}
.subcategoria-lateral-colapsable.show {
  max-height: 1000px;
}
.subcategoria-lateral-colapsable li {
  margin: 0;
}
li#categoria-lateral-colapsable-0 > a {
  display: block;
  padding-left: 1px;
}
.subcategoria-lateral-colapsable li a.has-submenu {
  padding: 2px 6px 2px 6px !important;
}
.subcategoria-lateral-colapsable
  .subcategoria-lateral-colapsable
  .categoria-lateral-colapsable.has-submenu
  > a::before {
  color: var(--color13);
}
.subcategoria-lateral-colapsable li a {
  list-style: none;
  padding: 4px 4px 4px 20px;
  border-radius: 5px;
}
.subcategoria-lateral-colapsable li a[aria-expanded="true"] {
  font-weight: 600;
}
.categoria-lateral-colapsable.has-submenu > a::before,
#filtros a i.fal::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 6px;
  color: var(--color2);
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
}
.categoria-lateral-colapsable.has-submenu > a[aria-expanded="true"]::before,
#filtros a[aria-expanded="true"] i.fal::before {
  transform: rotate(-90deg);
}
.categoria-lateral-colapsable:not(.has-submenu) > a::before {
  display: none;
}
#accordion-aplicado .panel-heading.dropdown {
  padding-top: 0;
}
#accordion-aplicado .panel-heading {
  padding: 15px 0;
}
#filtros:not(.last-child) {
  margin-bottom: 10px;
}
#filtros div#ETIQ_GRUPO_ ul {
  overflow: auto;
  max-height: 30vh;
  background: var(--color3);
  border-radius: 10px;
}
#filtros .fa-minus:before {
  content: "\f078";
}
#filtros .fa-plus:before {
  content: "\f078";
}
#filtros ul.fct-scroll li a {
  display: flex;
  align-items: start;
  gap: 5px;
}
.panel-body > .panel-heading {
  padding: 0;
}
.panel-body > .panel-heading .panel-heading {
  padding-top: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#filtros .pull-right {
  float: left !important;
}
h4.panel-title {
  padding-left: 10px;
  text-transform: unset !important;
}
#filtros a i {
  color: var(--color2);
  font-weight: 600;
}
h4.panel-title.panel-title-filtros {
  padding-right: 0px;
}
h4.panel-title.panel-title-filtros,
li#categoria-lateral-colapsable-0 > a {
  background: transparent;
  padding: 12px 0;
  border-radius: 6px !important;
  padding-left: 20px !important;
  border: 1px solid #2d2e34;
  font-weight: 700;
}
ul.fct-scroll {
  list-style-type: square;
  color: var(--color1);
}
div#RangoPrecio ul.fct-scroll {
  padding: 0;
  list-style: none;
}
i.indicator.pull-right.hasPlus {
  margin-right: 2px;
  margin-top: 0px;
}
.panel-flat .panel-heading .panel-title {
  font-family: 'roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding-left: 20px;
  font-weight: 700;
  border-radius: 6px;
}
.panel-flat li {
  font-family: var(--tipografia-principal);
  letter-spacing: 0.3px;
  font-weight: 400;
}
#accordion2 .panel-collapse {
  margin-left: 18px;
}
#accordion2 .panel-collapse:not(#RangoPrecio) {
  margin-left: 15px;
}
#accordion2 .panel-collapse:not(#RangoPrecio) li{
  width: fit-content;
  padding: 5px 8px;
  border-radius: 5px;
}
#Talles ul li, #Colores ul li {
  list-style-type: none;
}
.swatches li {
  border-radius: 5px;
}
.swatches.talle li{
  min-width: fit-content;
}
.swatches li img {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  border-radius: 4px;
}
li.no-mas-filtros {
  list-style: none;
  margin-left: 20px;
}
#filtros .panel-collapse ul {
  list-style-type: disc !important;
}
#RangoPrecio li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 0;
}
#RangoPrecio input {
  margin-bottom: 5px;
  width: 100% !important;
  border-radius: 5px;
}
#RangoPrecio i {
  display: flex;
  width: 100%;
  padding: 8px 6px;
  border-radius: 5px;
  border: 1px solid #2d2e34;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  #navbar-sidebar {
    display: none;
  }
  .panel-flat, .panel-flat .panel-heading {
    padding-left: 0px;
    padding-right: 0;
  }
  .panel-flat .panel-collapse {
    padding: 10px 10px 10px 0;
  }
  .productos aside, .busquedaAvanzada aside {
    position: static !important;
    margin-bottom: 5px;
  }
  div#filtros {
    background: transparent;
  }
  .productFilter > .pull-left, .productFilter > .pull-right {
    text-align: start;
  }
}
/**** FIN MENU LATERAL CATEGORÍAS ****/
.navbar-lateral {
    z-index: 9 !important;
}
.navbar-lateral .navbar-collapse {
    width: 100% !important;
}
.navbar-lateral .navbar-toggle {
    float: left;
}
.navbar-lateral span.caret {
    float: right;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border: none !important;
}
.navbar-lateral span.caret:before {
    font-family: FontAwesome;
    content: "\f0da";
}
.navbar-lateral .dropdown-menu span.caret:before {
    position: relative;
    top: -5px;
}
@media (max-width:767px) {
    .navbar-lateral .dropdown-menu span.caret:before {
        top: 0px;
    }
    .navbar-lateral .ley_cate_lateral_xs {
        float: left;
        position: relative;
        top: 15px;
        font-family: 'roboto', sans-serif;
        color: #454545;
        font-size: 18px;
        font-weight: lighter;
    }
}
.navbar-lateral .ley_cate_lateral_xs {
    font-family: 'roboto', sans-serif;
    color: #454545;
    font-size: 18px;
    font-weight: lighter;
}
.micuenta_top,
.login_sup {
    display: none
}
.item-slide {
    position: relative;
}
.container.leyenda_slide {
    position: absolute;
    text-align: left;
    left: 50%;
    font-size: 16px;
    margin-left: -585px
}
.container.leyenda_slide {
    padding-top: 50px;
    font-size: 20px;
    color: #000
}
.container.leyenda_slide h1 {
    font-size: 18px;
    margin-bottom: 0px;
    text-shadow: 2px 2px 4px #fff;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    font-size: 60px !important;
    padding: 0px;
    line-height: 60px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center !important;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    width: 100%;
    padding-top: 150px;
}
.item-slide {
    overflow: hidden;
}
.container.leyenda_slide {
    padding-top: 50px;
    font-size: 20px;
    color: #000
}
@media (max-width:767px) {
    .container.leyenda_slide {
        width: 100% !important;
        left: 0 !important;
        margin: 0 auto;
        padding-top: 0px !important;
        position: absolute !important;
        text-align: center !important;
        font-size: 18px;
        top: 10px !important;
    }
    .container.leyenda_slide h5,
    .container.leyenda_slide p {
        display: none
    }
}
@media (max-width:480px) {
    .container.leyenda_slide {
        width: 100% !important;
        left: 0 !important;
        margin: 0 auto;
        padding-top: 0px !important;
        position: absolute !important;
        text-align: center !important;
        font-size: 12px;
        top: 10px !important;
    }
}
.btn {
    border: medium none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    padding: 8px 20px;
    transition: all 0.25s linear 0s;
}
.btn-primary {
    background: #9a0e0f !important
}
.btn-primary:hover {
    background: #4d4d4d !important
}
.btn.btn-primary,
.btn.btn-danger,
.btn.btn-default,
.btn.btn-success,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-fb,
.btn.btn-tw {
    font-weight: 600;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    -o-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    -ms-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
}
.btn.btn-lg {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.471;
    padding: 10px 20px;
}
.btn.btn-md {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 14px;
}
.btn.btn-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 4px 8px;
}
.btn.btn-xs {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}
.btn-old {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    padding: 6px 12px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
}
.btn-old.btn-lg {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.471;
    padding: 10px 20px;
}
.btn-old.btn-md {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 14px;
}
.btn-old.btn-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 8px;
}
.btn-old.btn-xs {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}
.btn-stroke-dark,
.btn-stroke-light,
.btn-stroke,
.btn-dark,
.search-trigger,
.btn-nobg {
    text-shadow: none !important;
    box-shadow: none !important;
    font-weight: normal;
}
.priceFilterBody .btn {
    padding: 8px 12px;
}
.navbar-right .input-group .btn {
    box-shadow: none;
}
.btn-flat {
    border-radius: 0 !important;
}
.btn-product-flat {
    background: #303030;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    min-width: 130px;
    padding: 7px 15px;
}
.btn-product-flat:hover,
.btn-product-flat:focus,
.btn-product-flat:active,
.btn-product-flat.active {
    background-color: #fff;
    border-color: #fff;
    color: #0f0f0f;
}
.btn-thin {
    border: 1px solid #bdc3c7;
    color: #bdc3c7;
    background: none;
    text-shadow: none;
}
.btn-default {
    background-color: #bdc3c7;
    color: #ffffff;
    text-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #cacfd2;
    border-color: #cacfd2;
    color: #ffffff;
}
.open .dropdown-toggle.btn-default {
    background-color: #cacfd2;
    border-color: #cacfd2;
    color: #ffffff;
    background: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
    background-color: #bdc3c7;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
    background-color: #1abc9c;
}
.btn-dark {
    background-color: #34495e;
    color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #ffffff;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #ffffff;
    background: #2a2a2a;
}
.btn-info {
    background-color: #3498db;
    color: #ffffff;
}
.btn-info:hover,
.btn-info:focus {
    background-color: #5dade2;
    border-color: #5dade2;
    color: #ffffff;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #5dade2;
    border-color: #5dade2;
    color: #ffffff;
    background: #2c81ba;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info.active {
    background-color: #3498db;
}
.btn-danger {
    background-color: #e74c3c;
    color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus {
    background-color: #ec7063;
    border-color: #ec7063;
    color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #ec7063;
    border-color: #ec7063;
    color: #ffffff;
    background: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger.active {
    background-color: #e74c3c;
}
.btn-success {
    background-color: #47aca8;
    color: #ffffff;
}
.btn-success:hover,
.btn-success:focus {
    background-color: #47aca8;
    border-color: #47aca8;
    color: #ffffff;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #47aca8;
    border-color: #47aca8;
    color: #ffffff;
    background: #27ad60;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success.active {
    background-color: #2ecc71;
}
.btn-warning {
    background-color: #f1c40f;
    color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus {
    background-color: #f5d313;
    border-color: #f5d313;
    color: #ffffff;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #f5d313;
    border-color: #f5d313;
    color: #ffffff;
    background: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning.active {
    background-color: #f1c40f;
}
.btn-inverse {
    background-color: #3a3a3a;
    color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus {
    background-color: #454545;
    border-color: #454545;
    color: #ffffff;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
    border-color: #454545;
    color: #ffffff;
    background: #303030;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse.active[disabled],
fieldset[disabled] .btn-inverse.active {
    background-color: #34495e;
}
.btn-stroke {
    background: rgba(0, 0, 0, 0);
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
    min-width: 200px;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff !important;
}
.btn-stroke.lite {
    border: 2px solid #ffffff;
    color: #ffffff !important;
}
.btn-stroke.lite:hover {
    background: #ffffff;
    color: #303030 !important;
}
.btn-stroke.dark {
    border: 2px solid #303030;
    color: #303030 !important;
}
.btn-stroke.dark:hover {
    background: #303030;
    color: #ffffff !important;
}
.btn-stroke.thin {
    border-width: 1px;
    font-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
}
.btn-dark {
    background: #303030;
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
    min-width: 200px;
    text-transform: uppercase;
    border: 2px solid #303030;
    color: #fff !important;
}
.btn-dark:hover {
    background: #fff;
    color: #303030 !important;
    border-color: #fff;
}
@media only screen and (max-width:767px) {
    .btn-dark {
        letter-spacing: 1px;
        padding: 10px 15px;
        min-width: 160px;
    }
}
.btn-gray {
    background: #c8c8c8;
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
    min-width: 200px;
    text-transform: uppercase;
    border: 2px solid #ccc;
    color: #fff !important;
}
.btn-gray:hover {
    background: #fff;
    color: #303030 !important;
    border-color: #fff;
}
@media only screen and (max-width:767px) {
    .btn-gray {
        letter-spacing: 1px;
        padding: 10px 15px;
        min-width: 160px;
    }
}
.btn-stroke-dark {
    background: rgba(0, 0, 0, 0);
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
    min-width: 200px;
    text-transform: uppercase;
    border: 2px solid #303030;
    color: #303030 !important;
}
.btn-stroke-light {
    background: rgba(0, 0, 0, 0);
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
    min-width: 200px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    color: #ffffff !important;
}
.btn-stroke-dark:hover {
    background: #303030;
    color: #ffffff;
}
.btn-stroke-light:hover {
    background: #ffffff;
    color: #303030;
}
.btn-site {
    padding: 5px 0;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    display: block;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.fb_button {
    background: #658ad0;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
}
.btn-fb {
    background: #658ad0;
    color: #ffffff;
}
.fb_button:hover,
.btn-fb:hover {
    background: #4e6fae;
    color: #ffffff;
    text-decoration: none;
}
.btn-tw {
    background: #1dadeb;
    color: #ffffff;
}
.btn-tw:hover {
    background: #35c5ff;
    color: #ffffff;
    text-decoration: none;
}
.btn.btn-compra {
    background: #47aca8
}
.btn.btn-compra:hover {
    background: #47aca8
}
.btn.btn-compra:before,
.btn.btn-detalle:before {
    font-family: FontAwesome;
    content: "\f07a";
    display: inline-block;
    padding-right: 5px;
}
.btn.btn-detalle:before {
    content: "\f05a"
}
.btn-primary,
.product:hover .add-fav:hover,
.product:hover .add-fav.active {
    background-color: #47aca8;
    color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #02abc8;
    border-color: #02abc8;
    color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #47aca8;
    border-color: #47aca8;
    color: #ffffff;
    background: #02abc8;
}
.bg-gris {
    background: #fff;
}
.active {
    background: #fddc3d;
    color: #000
}
a.active {
    color: #000 !important
}
.tab-content>.active {
    display: block;
    background: none
}
.navbar-fixed-top div.ban-top-izquierda img.img-responsive {
    max-height: 45px
}
.navbar-fixed-top #navbar-menu-superior {
    margin-top: 0px;
}
.navbar-fixed-top .caja_func_sup {
    line-height: 30px;
    position: fixed;
    top: 12px;
    right: 50%;
    margin-right: -620px;
}
.navbar-fixed-top .caja_func_sup a.ircarrito:before {
    top: -20px;
}
.navbar-fixed-top #cantidad_carrito.badge {
    top: -25px;
}
.navbar-fixed-top .caja_func_sup span.totalCarritoConMoneda {
    margin-top: 0;
}
ul#menutop.fixmenutop {
    position: fixed;
    top: 15px;
    left: 50%;
    margin-left: -318px;
    z-index: 999 !important;
    text-transform: uppercase;
}
#detalle p.peso {
    display: none;
}
@media (max-width:480px) {
    .image-show-case-wrapper {
        margin-top: 80px;
    }
}
#menutop {
    display: none
}
@media (max-width:480px) {
    input#palabra,
    input#palabra:hover,
    input#palabra:active {
        width: 100px
    }
}
.navbar-default.navbar-fixed-top {
    background: #fff;
    border-bottom: 5px solid #beec00;
}
@media (min-width:768px) {
    .navbar-fixed-top.navbar-default .navbar-nav>li>a {
        color: #4d4d4d !important;
    }
    .navbar-fixed-top ul.nav.navbar-nav {
        margin-top: 28px;
    }
    .navbar-fixed-top .caja_func_sup,
    .navbar-fixed-top .caja_func_sup a {
        color: #4d4d4d
    }
    .navbar-fixed-top #cantidad_carrito.badge {
        background: #9a0e0f;
        color: #fff
    }
}
#ofertas div.des_nov {
    background: rgb(0 0 0 / 38%);
    position: relative;
    top: -80px;
    color: #fff;
    padding: 15px;
    margin: 22px auto;
}
ul.dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'roboto condensed', sans-serif;
    color: #000
}
div#barraDemo {
    width: 100%;
    position: fixed;
    background: rgba(255, 0, 0, 0.8);
    bottom: 0;
    z-index: 999999999999999999;
    padding: 0;
    margin: 0
}
div#barraDemo p {
    padding: 15px;
    text-align: center;
    color: #fff;
    margin: 0
}
div#barraDemo p img {
    position: relative;
    top: -2px;
}
div#barraDemo i {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 999999999999999999999999999999
}
#detalle .productFilter {
    border: none
}
ul.breadcrumb>a {
    font-weight: bold
}
h6 {
    padding-bottom: 10px !important
}
div.modal-body h6 {
    border: none !important
}
h1.titulo {
    font-size: 20px;
}
@media (max-width:480px) {
    body {
        padding-top: 50px;
    }
    div.item-slide.imagen-slide-2 {
        height: 500px;
    }
    .navbar-fixed-top.navbar-default .dropdown-menu {
        background: none !important;
    }
    .navbar-fixed-top.navbar-default .dropdown-menu li a {
        background: none !important;
        color: #020202 !important;
    }
    .navbar-fixed-top.navbar-default .navbar-nav>li>a {
        color: #fff;
    }
    .navbar-fixed-top.navbar-default .navbar-toggle .icon-bar {
        background-color: #beec00;
    }
    .dropdown-menu #nombre_usuario {
        color: #000;
    }
    ul.dropdown-menu li a {
        display: block;
    }
    navbar-toggle {
        margin-right: 50px;
    }
}
/* SIN FIXED */
/* PRIMER NIVEL */
.navbar-default .navbar-nav>li>a {
    background: #FFF;
    color: #222222 !important;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: #fff !important;
    COLOR: #4d4d4d !important;
    border-bottom: 5px solid #beec00;
}
/* SEGUNDO NIVEL  */
.navbar-default .navbar-nav li li a {
    background: #fff
}
.navbar-default .navbar-nav li li a:hover {
    background: #e0e0e0;
    color: #000
}
/* TERCER NIVEL  */
.navbar-default .navbar-nav li li li a {
    background: #fff
}
.navbar-default .navbar-nav li li li a:hover {
    background: #e0e0e0
}
/* GENERAL  */
/* cuando queda abierto y voy al submenu  */
.navbar-default .navbar-nav li a.highlighted {
    background: #e0e0e0
}
/* CON FIXED */
/* PRIMER NIVEL */
.navbar-default.navbar-fixed-top .navbar-nav>li>a {
    background: #fff
}
.navbar-default.navbar-fixed-top .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: #fff !important;
    color: #fff;
}
/* SEGUNDO NIVEL  */
.navbar-default.navbar-fixed-top .navbar-nav li li a {
    background: #fff
}
.navbar-default.navbar-fixed-top .navbar-nav li li a:hover {
    background: #e0e0e0;
    color: #000
}
/* TERCER NIVEL  */
.navbar-default.navbar-fixed-top .navbar-nav li li li a {
    background: #fff
}
.navbar-default.navbar-fixed-top .navbar-nav li li li a:hover {
    background: #e0e0e0
}
/* GENERAL  */
/* cuando queda abierto y voy al submenu  */
.navbar-default.navbar-fixed-top .navbar-nav li a.highlighted {
    background: #fff
}
span#login_sup a.registracion {
    display: none;
}
.boton_arrepentimiento a {
    background-color: #e0e0e0 !important;
}
.product input.input.cantidades_listado {
    display: inline-block;
    width: 60px;
    margin: 15px 15px;
    text-align: center;
}
#servicios {
    display: none;
}
.slick-track li img {
    filter: grayscale();
    width: 300px;
    height: 78px;
}
span.ultimaact {
    display: none;
}
.btn-primary,
.btn-default,
.btn-success,
.btn.btn-danger {
    background: #4d4d4d !important;
    /* #3483fa */
}
div#slides_ofertas_t {
    margin-top: 10px;
}
.detalle_producto .marca_imagen img {
    height: 100px;
}
.detalle_producto .marca_imagen {
    margin-right: 15px;
}
.input-group {
    margin-bottom: 15px;
}
span.size.art_cod_precios {
    display: block;
}
.product h4 a {
    /*color: #56c5e0;*/
    font-weight: 400;
}
.active {
    background: transparent;
}
.new-product {
    background-color: #beec00 !important;
    color: #303030 !important;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    font-family: 'Roboto';
    font-size: 15px;
}

.content_marcas {
    width: 25%;
}
#cantidad_carrito.badge {
    background-color: #beec00 !important;
    color: #202020 !important;
}
.spot_ofertas_inf .img-responsive {
    width: 50%;
}
.spot_ofertas_inf {
    margin-top: 25px;
}
a.dropdown-toggle {
    color: #4d4d4d;
}
div#slides_ofertas_t {
    margin-top: 75px;
}
.item-slide.imagen-slide-2.slick-slide.slick-current.slick-active {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    /*    background-position-x: center!important;
    background-position-y: top!important;
    max-height: 400px!important;*/
}
.container.general {
    padding-top: 5px;
}
#menutop {
    display: block;
}
ul#menutop {
    top: -10px;
    left: 0px;
    position: relative;
}
ul#menutop.fixmenutop {
    display: none;
}
#menutop ul.social-share li a,
ul#menutop li a {
    font-weight: 400;
    color: #fff;
}
ul.list-inline.list-unstyled.hidden-lg {
    display: block !important;
}
ul.list-inline.list-unstyled.hidden-lg {
    margin-bottom: 25px;
    display: none !important;
}
ul.list-inline.list-unstyled.hidden-lg li a {
    color: #beec00;
    font-weight: 600 !important;
    font-size: 16px !important;
}
ul.list-inline.list-unstyled.hidden-lg li a:hover {
    color: #fff;
}
ul.social-share li a:hover {
    color: #fff;
}
ul#menutop li a:hover {
    color: #4d4d4d;
}
.btn-primary:hover,
.btn-default:hover,
.btn-success:hover,
.btn.btn-danger:hover {
    background: #7d7d7d !important;
}
.product-title {
    color: #4c4c4c !important;
    text-transform: uppercase !important;
    font-weight: 400;
}
.detalle_producto .marca_imagen {
    margin-right: 15px;
    margin: 0;
    /*position: relative;*/
    display: contents;
}
.product-price {
    color: #787878;
}
.details-description p span {
    font-weight: 400;
}
.cart-actions input[type="button"] {
    border: 0 !important;
}
body {
    padding-top: 190px;
}
body.ofertas {
    padding-top: 100px;
}
.social {
    z-index: 10 !important;
}
aside.col-md-3.bg-gris.cols-grals {
    z-index: 99;
}
.navbar.navbar-default.navbar-superior.navbar-fixed-top {
    z-index: 9999999999 !important;
}
.top-number.pull-left.hidden-xs {
    z-index: 1 !important;
    position: relative;
    top: 15px;
    left: 15px;
    display: block;
}
@media (max-width: 480px) {
    div.item-slide.imagen-slide-2 {
        height: 500px;
    }
    .social {
        z-index: 9999999999 !important;
    }
    .navbar.navbar-default.navbar-superior {
        z-index: 100000 !important;
        margin-top: 30px;
    }
}
.product .marca_span {
    font-size: 100%;
    font-style: normal;
    text-transform: uppercase;
}
/*.price span::after {
    content: " \0000a0+ IVA";
}*/
#detalle a#pedir_precio,
.recomendadosrow.row a#pedir_precio {
    /* color: #beec00; */
    font-size: 16px;
    color: #767676;
    font-family: 'roboto', Helvetica Neue, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.recomendadosrow.row a#pedir_precio {
    cursor: default;
}
#detalle a#pedir_precio:hover {
    border-bottom: 5px solid #beec00;
}
p.verdoc a:before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 28px;
    margin-right: 10px;
    vertical-align: bottom;
}
p.verdoc a {
    font-weight: 600;
}
.nov_dcorta p img {
    height: auto;
    max-width: -webkit-fill-available;
}
div#detalle.cajam {
    margin: 0 15px;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 150%;
}
.description .price {
    margin-bottom: 25px;
}
.description input.input.cantidades_listado {
    margin: 0px 15px !important;
}
.btn-primary:hover,
.btn-primary:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #7d7d7d;
    border-color: #7d7d7d;
    color: #ffffff;
}
#detalle .input-group {
    width: 20%;
    display: inline-flex;
}
#detalle span.ley_cant {
    display: block;
}
#detalle input#boton_compra {
    margin-bottom: 4px;
    margin-left: 15px;
}
.detalle-form {
    border-top: 4px solid #4d4d4d;
}
.stButton,
.socialIcon a {
    background: #fff !important;
    -webkit-border-radius: 50%;
    border: 1px solid #4d4d4d;
    color: #4d4d4d
}
.st_facebook_large .stButton:after,
.st_twitter_large .stButton:after,
.st_googleplus_large .stButton:after {
    color: #4d4d4d;
}
.modal-header-primary {
    color: #fff;
    border-bottom: 1px solid #eee;
    background-color: #beec00 !important;
}
.modal span#nombre_prod_alert {
    color: #4d4d4d !important;
}
.modal-header-primary h5,
.socialIcon a:hover {
    color: #4d4d4d !important;
}
span.st_googleplus_large {
    display: none;
}
#contacto p.iva.text-center,
.default p.iva.text-center,
.marcas p.iva.text-center {
    display: none;
}
div.mapagoogle {
    padding-top: 25px;
    padding-bottom: 25px;
}
div.txtmpa {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    font-size: 25px;
}
/* footer */
footer {
    position: relative;
    background-color: #4d4d4d !important;
    padding-top: 0;
}
.menu_pie {
    text-align: left;
}
div.newspie {
    padding: 0px 0 25px 0;
    border-bottom: 1px solid #666;
    margin-bottom: 35px;
}
span.tx_newsletter {
    font-size: 20px;
    font-weight: normal;
}
.btn-suscripcion,
.btn-suscripcion:hover {
    background: #ddd;
    color: #666;
    padding: 10px 100px;
    border-radius: 5px;
    margin-left: 30px;
}
div.redeshome {
    position: relative;
    top: 10px;
}
div.redeshome i {
    font-size: 25px;
}
ul#botopiedir {
    list-style: none;
}
ul#botopiedir li.primera,
ul#botopie li.primera {
    font-size: 16px;
}
ul#botopiedir li,
ul#botopie li {
    padding: 5px 0;
    font-size: 16px;
}
ul#botopie {
    list-style: none;
}
p.datos_pie {
    display: none;
}
p.leyenda,
p.foot_netone {
    text-align: center;
}
.susc_news a,
.susc_news i {
    color: #beec00;
}
.modal-dialog {
    margin-top: 100px;
}
.row.redeshome>div {
    text-align: center;
}
.row.newspie2 b,
.row.newspie2 li {
    color: #ddd;
}
.row.newspie2 b:hover,
.row.newspie2 li:hover {
    color: #fff;
}
/* fin footer */
.boton_arrepentimiento {
    display: none;
}
.row.newspie2 {
    position: relative;
}
.row.newspie2div {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
}
.row.newspie2divdiv {
    height: -webkit-fill-available;
    display: table;
}
.row.newspie2divdiv a {
    vertical-align: bottom;
    display: table-cell;
}
@media (max-width: 480px) {
    div.item-slide.imagen-slide-2 {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        max-height: 500px;
        height: 450px;
        overflow: hidden;
        position: relative;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    .col-md-2.row.newspie2div {
        position: relative;
    }
    .navbar-fixed-top .caja_func_sup {
        position: inherit;
        margin-right: 0;
    }
    .row.newspie2divdiv {
        display: block;
        margin: 0;
        margin-left: 55px;
    }
    .row.noticiashome3+.row,
    .row.noticiashome,
    .row.noticiashome3,
    .row.newspie2 {
        margin: 0;
    }
    .spot_ofertas_inf .img-responsive {
        width: 100%;
    }
}
#ofertas .price,
#ofertas .ivaprecio,
.productos .price,
.productos .ivaprecio {
    display: inline-flex;
}
#ofertas .ivaprecio,
.productos .ivaprecio {
    font-weight: 600;
}
.navbar-nav.sm-collapsible .caret,
.navbar-nav.sm-collapsible ul .caret {
    background: #4d4d4d !important;
}
div#detalle div#img_prod .sp-thumbs a:hover,
div#detalle div#img_prod .sp-thumbs a:active,
div#detalle div#img_prod .sp-current {
    border-color: #4d4d4d !important;
}
#ofertas div.des_nov {
    /*color: #000;*/
    /*background: #fff;*/
    position: initial;
    margin-bottom: 25px;
}
.cajasnove.col-md-6.col-xs-12 img {
    width: 100%;
    margin: 0 auto;
}
div#cajanovofe div.novedades-home-row.row div.des_nov {
    color: #000;
    background: #fff;
    position: initial;
}
div#cajanovofe .cajasnove.col-md-6.col-xs-12 {
    width: 25%;
}
div#cajanovofe h4 {
    height: 80px !important;
}
@media (max-width: 480px) {
    div#cajanovofe .cajasnove.col-md-6.col-xs-12 {
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }
    body.marcas .container.general .row .col-md-9.col-xs-12.cols-grals .row {
        display: flex;
    }
}
a.btn.btn-default.btn-vernota {
    margin-left: 20px;
}
span.etiq3-prod,
span.etiq4-prod {
    background-color: red;
    color: white;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 3px;
    font-family: 'Roboto' !important;
    font-size: 15px;
    margin-left: 5px;
    position: absolute;
}
.autocomplete {
    width: 220px !important;
}
tr.CartProduct td,
tr.CartProduct th {
    padding: 10px 6px;
}
.table-block a.btn.btn-default.btn-lg.btn-block {
    width: auto;
}
/*Cambios 21 Enero 2025*/
span.etiq4-prod {
    background: #0000b9;
    /* background: #4d4d4d; */
    /*clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);*/
    padding: 4px 20px 4px 10px;
    width: max-content;
    margin: 0;
    left: 0;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    position: absolute;
}
body.ofertas span.descuento {
    width: 60px;
    position: absolute;
    background: #eb5e58;
    color: #fff;
    padding: 10px;
    top: -190px;
    right: 190px;
    /* clip-path: polygon(25% 0%, 75% 0%, 75% 100%, 50% 75%, 25% 100%); */
    height: auto;
    left: 10px;
    display: inline-block;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
}
body.ofertas .prod-top span.descuento {
    top: -320px;
}

body.detalle span.discount {
    background: #beec00;
    color: #000;
    display: inline-block;
    float: left;
    height: 100%;
    font-weight: 500;
    padding: 4px 20px 4px 10px;
    border-radius: 3px;
    font-family: 'Roboto';
    font-size: 15px;
    position: relative;
    bottom: 24px;
    right: 62px;
    /* clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); */
}
body.detalle span.etiq3-prod {
    bottom: -55px;
    left: 15px;
    border-radius: 50%;
    padding: 10px 15px;
    width: 60px;
}
body.detalle span.discount {
    background: #eb5e58;
    color: #fff;
    display: inline-block;
    float: left;
    height: 100%;
    font-weight: 500;
    padding: 4px 20px 4px 10px;
    border-radius: 3px;
    font-family: 'Roboto';
    font-size: 15px;
    position: relative;
    bottom: 24px;
    right: 62px;
}


body.ofertas span.etiq3-prod {
    border-radius: 50%;
    bottom: 162px;
    display: inline-block;
    width: 60px;
    padding: 10px 15px;
    right: 0;
    height: auto;
    left: 10px;
}
body.ofertas .discount {
    background: #eb5e58;
    color: #fff;
    display: inline-block;
    float: left;
    height: 100%;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    font-family: 'Roboto';
    font-size: 15px;
    position: relative;
    right: 80px;
    top: 15px;
}
body.detalle div#img_prod {
    overflow: hidden;
}
body.detalle .promotion {
    position: relative;
}
body.detalle .recomendadosrow.row .promotion {
    position: static;
}
span.etiq3-prod {
    color: white;
}

.aparece {
    right: 0 !important;
    left: 15px !important;
}

body.ofertas span.etiq4-prod {
    background: #0000b9;
    /* background: #4d4d4d; */
    /* clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); */
    padding: 4px 20px 4px 10px;
    width: max-content;
    margin: 0;
    left: 15px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    position: absolute;
    top: 15px;
}

form#busquedaAvanzada button.btn i {
    color: #ffffff;
}
@media (max-width:1368px) {
    .search {
        margin-right: 2%;
    }
}
@media (max-width:1290px) {
    .navbar-default .navbar-nav>li>a {
        padding: 5px 10px;
    }
}
@media (max-width:1200px) {

    .navbar-default .navbar-nav>li>a {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 480px) {
    body.detalle {
        padding-top: 170px;
    }
    .navbar.navbar-default.navbar-superior {
        z-index: 100000 !important;
        margin-top: 0;
    }
    .top-bar {
        margin-top: 58px;
    }
    form#busquedaAvanzada input#palabra {
        width: 100%;
    }


    body.ofertas span.descuento {
        width: 60px;
        position: absolute;
        background: #eb5e58;
        color: #fff;
        padding: 10px;
        top: -120px;
        right: 0;
        /* clip-path: polygon(25% 0%, 75% 0%, 75% 100%, 50% 75%, 25% 100%); */
        height: auto;
        display: inline-block;
        left: 15px;
        border-radius: 50%;
        font-family: 'Roboto', sans-serif !important;
        font-weight: bold;
    }
    body.detalle span.etiq3-prod {
        bottom: -70px;
        right: 20px;
        border-radius: 50%;
        padding: 10px 15px;
    }
    body.detalle span.discount {
        background: #de1a25;
        color: #fff;
        display: inline-block;
        float: left;
        height: 100%;
        font-weight: 500;
        padding: 4px 20px 4px 10px;
        border-radius: 3px;
        font-family: 'Roboto';
        font-size: 15px;
        position: relative;
        bottom: 0;
        right: 62px;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
        top: 345px;
    }

  
    body.detalle span.descuento {
        display: inline-block !important;
        padding: 33px;
    }

    body.productos span.etiq4-prod,
    body.busquedaAvanzada span.etiq4-prod {
        bottom: 40px;
        font-size: 12px;
    }
}
/* */
.col-md-3.col-md-6.columna.carac {
    font-weight: 500;
}
.tab-content {
    line-height: 1.5;
}
.tab-content iframe {
    float: left;
    margin-right: 25px;
}
#Descripción.tab-pane.active {
  position: relative;
}

/* VIDEO */
#Descripción.tab-pane.active > div:first-child {
  float: left;
  width: 45% !important;
  margin-right: 20px;
}

/* TEXTO */
#Descripción.tab-pane.active > p {
  overflow: hidden;
  columns: unset !important;
}
@media (max-width: 768px) {
  #Descripción.tab-pane.active > div:first-child {
    float: none;
    width: 100% !important;
    margin-right: 0;
  }
  .tab-content iframe {
    width: 100%;
    margin-right: 0;
    float: none;
}
}
#autocompletar .autocomplete-item {
    width: 270px;
}
body.productos .discount {
    background: #eb5e58;
    color: #fff;
    display: inline-block;
    float: left;
    height: 100%;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    font-family: 'Roboto';
    font-size: 15px;
    position: relative;
    right: 90px;
    top: 15px;
}

body.productos span.etiq3-prod,
body.busquedaAvanzada span.etiq3-prod {
    border-radius: 50%;
    bottom: 122px;
    display: inline-block;
    width: 60px;
    padding: 10px 15px;
    height: auto;
}
body.productos span.etiq3-prod {
    left: 10px;
    bottom: 150px;
}
body.busquedaAvanzada span.etiq3-prod {
    left: 10px;
    bottom: 150px;
}
.autocomplete {
    width: 400px !important;
}
#autocompletar .autocomplete-item {
    width: 100%;
}
.autocomplete-item {
    display: flex;
}
.caja_func_sup .cotizacion {
    display: none;
}
.cotizacion {
    width: 100px;
    margin-left: 98px;
}
.cotizacion {
    position: absolute;
    right: 9%;
}
.cotizacion {
    background: #E8E8E8;
    /* Degradado verde moderno */
    color: #4d4d4d;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
    /* Bordes redondeados */
    display: inline-block;
    text-align: center;
    min-width: 160px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    display: none;
}
.cotizacion .leyenda_cotizacion {
    font-weight: normal;
    opacity: 0.8;
    font-size: 12px;
    margin-right: 12px;
}
.leyenda_car1,
.leyenda_car2 {
    background-color: #ebedef;
    border-left: 4px solid #beec00;
    padding: 12px 16px;
    margin: 7px 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #333;
}
.leyenda_car1 b,
.leyenda_car2 b {
    color: #97bc00;
}
.leyenda_car2 {
    border-left-color: #ff0909;
}
.leyenda_car2 b {
    color: #ff0909;
}
.leyenda_car1 {
    margin-top: 0px;
}
#datos_pedido .col-md-4 {
    width: 50%;
}
@media(max-width:480px) {
    body.ofertas .prod-top span.descuento {
        top: -280px;
    }
    a.ircarrito:before {
        top: 0;
        position: relative;
        padding-right: 0;
    }
    #micuenta_top.cart_top {
        text-align: right;
    }
    li#sucursal_movil {
        display: none;
    }
    .cotizacion {
        /* margin: 0; */
        right: -10px;
        position: absolute;
        top: 0px;
    }
    .social .dropdown-cart {
        margin-top: 70px;
        margin-right: 50px;
    }
    .novedades-home-row.row {
        margin: 0;
    }
    div.newspie {
        margin-right: 0;
        margin-left: 0;
    }
    span.new-product {
        bottom: 165px !important;
        left: 260px !important;
    }
 
    body.productos span.etiq3-prod,
    body.busquedaAvanzada span.etiq3-prod {
        width: 50px;
        font-size: 13px;
        padding: 6px;
        bottom: 132px;
    }
    body.busquedaAvanzada span.etiq3-prod {
        left: 10px;
    }
    body.busquedaAvanzada span.descuento {
        left: -80px;
    }
    body.productos span.etiq3-prod {
        left: 10px;
    }

    div#autocompletar {
        width: 200px !important;
        display: inline;
    }
    ul.social-share {
        display: none;
    }
    .social.pull-right {
        display: flex;
        /* flex-direction: row; */
        flex-wrap: wrap;
        /* height: 75px; */
    }
    a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
        position: absolute;
        right: 60px;
        top: 55px
    }
    .ban-top-izquierda img {
        max-width: 150px;
    }
    body.ofertas {
        padding-top: 70px;
    }
    #autocompletar input {
        width: 150px;
        display: inline-flex;
    }
    a.dropdown-toggle {
        /* display: block; */
        width: 50px;
        margin-right: 0px;
        margin-left: 30px;
    }
    .search {
        width: 200px;
        margin: 0;
    }
    .top-bar .container {
        width: 100%;
        display: block;
    }
    .navbar-superior .container,
    .navbar-header {
        width: 100%;
    }
    .navbar.navbar-default.navbar-superior .container {
        width: 100%;
    }
}

@media(min-width:1170px) {
    .top-bar .container,
    .top-bar .container .row {
        width: 100%;
        display: flex;
    }
    .social.pull-right {
        width: 90%;
        display: flex;
        text-align: right;
        justify-content: right;
    }
}
@media (min-width:1400px) {
    .navbar.navbar-default.navbar-superior .container {
        width: 85%;
    }
    .caja_func_sup.pull-right.hidden-xs {
        position: relative;
    }
    .navbar-superior .container {
        width: 100%;
        display: block;
        padding: 10px 0px;
    }
}
@media (max-width: 450px) {
    a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
        margin: 0 15px;
        margin-left: 0px;
    }
    .search {
        margin-right: 20px;
        margin-left: -50px;
    }
}
body {
    overflow-x: hidden !important;
}
div#navbar-menu-superior {}
iframe#digital-checkout-iframe {
    z-index: 999999;
}
/* */
div#avisostock {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
div#avisostock li {
    font-weight: 600;
}
.precio-sin-imp {
    font-size: 10px;
}
/* ************************* */
/*.product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product .ivaprecio {
    display: none !important;
}
.price {
    order: 1;
    width: 100%;
}
.price span {
    width: 100%;
}
.input.cantidades_listado {
    order: 2;
}
input#boton_compra2 {
    order: 2;
    height: 37px;
    margin-top: 14px;
}
.pricefinal {
    width: 100%;
}*/
/* ************************ */
li.pull-right.hidden-xs.bread-imprimir {
    display: none;
}
/*******CUCARDAS*******/
.promotion {
  display: flex;
  position: static;
  margin-top: -25px;
  padding: 0 20px;
  align-items: center;
  gap: 10px;
}
.promotion span {
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.promotion .new-product, .promotion .discount {
  height: auto;
  float: none;
  display: initial;
  z-index: 9;
}
.promotion .new-product {
  background: #c3e43a !important;
  color: #2e2d34;
}
.promotion .discount {
  background: var(--color5);
  color: var(--color2);
}
.promotion span.descuento {
  background: var(--color8);
  color: var(--color7);
}
.promotion span.etiq3-prod {
  background: var(--color6);
  color: var(--color2);
}
.promotion span.etiq4-prod {
    background: #ffc65b;
    color: #2e2d34;
}
.promotion span.digital {
  background: var(--color2);
  color: var(--color3);
}
.promotion span.envio_gratis, .promotion span.envio_gratis_todos {
  display: inline;
  width: initial;
  background: #473c3f;
  color: #ffffff;
  top: auto;
  left: auto;
}
.promotion span.envio_gratis i, .promotion span.envio_gratis_todos i {
  margin-right: 5px;
}
body.productos .promotion {
  left: 0;
}
#detalle .promotion * {
  bottom: auto !important;
}
#detalle .promotion {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 15px;
  padding: 0 15px;
  width: calc(100% - 31px);
  margin-top: 0 !important;
  align-items: center;
  gap: 10px;
}
#detalle .promotion span.descuento {
  top: 0px;
  right: 15px;
  bottom: auto !important;
  left: auto !important;
  padding: 0 13px;
  width: 60px
}
.promotion span.descuento, body.productos span.descuento, body.busquedaAvanzada span.descuento {
    font-family: Montserrat, sans-serif;
    font-style: italic;
    color: #fff !important;
    background-color: #ff5257 !important;
    position: absolute;
    top: 15px;
    left: 10px;
    border-radius: 100px;
    aspect-ratio: 1 / 1;
    align-content: center;
    line-height: 1.2em;
    text-wrap: nowrap;
    text-align: center;
    background: linear-gradient(135deg, #ff5257, #c81d25);
    border-radius: 80px 80px 20px 80px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 5px solid #e2e2e2;
}
.promotion span.descuento strong {
    display: block;
}
.promotion *:not(.descuento) {
  bottom: 10px;
}
@media (max-width: 767px) {

  .promotion span {
    padding: 7px !important;
    line-height: 1em !important;
  }
  .promotion *:not(.descuento) {
    bottom: 15px !important;
  }
  .promotion {
    padding: 0 15px !important;
    bottom: 15px;
  }
  #detalle .promotion {
    padding: 0 !important;
    bottom: 15px;
  }
  #detalle .promotion span.descuento {
    top: 0 !important;
    right: 0 !important;
  }
}
/*******FIN CUCARDAS*******/