@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 {
    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;
}
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;
    }
    aside.col-md-3.bg-gris.cols-grals {
        top: 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: #0e3948;
    border-bottom: 0px solid #ddd;
}
.top-bar a {
    color: #111
}
.social {
    text-align: right;
    position: relative;
    top: 0px;
    right: 0px;
}
.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;
}

` 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: #ff0780
}
.search {
    display: inline-block;
    margin-right: 0px;
    color: #222;
    height: 37px;
}
@media (max-width:767px) {
    .search {
        margin-right: 50px;
    }
    .btn.btn-buscartop {
        padding: 8px 10px;
    }
}
ul.social-share li a {
    color: #ff0780;
    font-size: 20px;
    background: #fff;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 10px;
}
.search i {
    color: #fff;
}
.search .input-group {
    display: block;
}
#navbar-menu-superior {
    margin-top: 30px;
}
input.search-form {
    background: #fff;
    border: 1px solid #ddd;
    width: 250px;
    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: 280px;
}
@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) {
    ul.nav.navbar-nav {
        margin-top: 18px;
        left: 50%;
        position: absolute;
    }
    .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: #009bd5;
    border-color: #009bd5;
}
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
}
.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: 15px;
    top: -3px;
    background: #02abc8
}
.ico_usuario,
a.ircarrito:before {
    color: #000;
    font-family: 'Font Awesome 5 Pro';
    content: "\f07a";
    display: inline-block;
    font-size: 24px;
    position: relative;
    top: 4px;
    padding-right: 10px;
}
.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;
    padding-right: 0px;
    margin-left: 10px
}
#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 {}
.caja_func_sup {
    color: #000;
    margin-top: 0px;
    line-height: 50px;
    position: absolute;
    top: 0px;
    right: 5%;
    font-size: 11px;
    text-transform: uppercase;
}
.caja_func_sup a {
    color: #000;
}
.navbar-superior .container {
    width: 100%
}
#nombre_usuario,
#login_sup,
#micuenta_top,
#carrito_top {
    text-align: right;
    line-height: 1.2em;
}
#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 .image,
.prod-top .image a img {
    max-height: 100%
}
.prod-top .product {
    padding-bottom: 0px
}
.image a {
    display: block;
    overflow: hidden;
}
.image a img {
    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;
    max-height: 240px;
    margin: 0 auto;
}
.product:hover .image a img {
    transform: scale(1.15) rotate(-1.5deg);
    -webkit-transform: scale(1.1) rotate(-1.5deg);
    -moz-transform: scale(1.1) rotate(-1.5deg);
    -ms-transform: scale(1.1) rotate(-1.5deg);
    -o-transform: scale(1.1) rotate(-1.5deg);
}
.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 {
    font-family: 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    background: #eb5e58;
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 5px;
}
.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;
}
.price-sales {
    font-size: 18px;
    color: #000
}
.product-code {
    font-family: 'roboto', Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: lighter;
    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: 0 !important;
    border-radius: 6px !important;
    margin-top: 10px;
}
.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;
}
div#detalle {
    margin-top: 50px;
}
.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;
}
.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
}
@media (max-width:767px) {
    .CartProduct .delete i {
        font-size: 1em;
    }
}
.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
}
.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 {
    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: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;
    }
    #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-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: #0e3948 !important;
}
.btn-primary:hover {
    background: #165c74 !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: #0e3948;
    color: #ffffff;
    text-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #165c74;
    border-color: #165c74;
    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 {
    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: 0;
	    right: 50%;
    margin-right: -590px;
	} 
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:#009bd5

@media (min-width:768px) {
	.navbar-fixed-top.navbar-default .navbar-nav>li>a {
		color:#fff !important;
	}
	.navbar-fixed-top ul.nav.navbar-nav {
    		margin-top: 18px;
    		margin-left: 30px;
		}
	.navbar-fixed-top .caja_func_sup, .navbar-fixed-top .caja_func_sup a {
		color:#fff
	}
	.navbar-fixed-top #cantidad_carrito.badge {
    		background: #fddc3d; color:#000
	}
}

#ofertas div.des_nov {
	    height: 38px;
    background: rgba(0,0,0,0.5);
    position: relative;
    top: -80px;
    width: 90%;
	float: right;
    color: #fff;
    padding: 15px;
    margin: 0 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 (min-width: 1920px) {
    div#leyenda_gral_top {
        right: 43% !important
    }
}
@media (max-width: 1280px) {
    .ban-top-izquierda {
        width: 90%;
    }
    div#leyenda_gral_top {
        right: 39.1%
    }
}
@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: #fff !important;
    }
    .navbar-fixed-top.navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .dropdown-menu #nombre_usuario {
        color: #000;
    }
    ul.dropdown-menu li a {
        display: block;
    }
    .ban-top-izquierda {
        width: 80%;
        position: absolute;
    }
    .noticiashome1-row.row,
    .noticiashome3-row.row {
        margin: 0;
    }
    ul.list-inline.list-unstyled.hidden-lg {
        display: none;
    }
    span.sucursal {
        display: none;
    }
}
.suscripcion .fa-envelope:before {
    content: "\f1d8";
}
div#leyenda_gral_top {
    position: absolute;
    top: 5px;
    right: 40.5%;
}
div#leyenda_gral_top a {
    color: #ff0780;
    font-size: 20px;
    background: #fff;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
}
input.search-form,
input.search-form:hover,
input.search-form:focus {
    width: 250px
}
div#boton_ws {
    position: fixed;
    bottom: 50px;
    left: 15px;
}
div#boton_ws {
    display: none;
}
li#lupa {
    display: none;
}
@media (max-width:480px) {
    li#lupa {
        display: inline-block;
    }
    li#lupa a {
        background-color: #ff0780;
        color: #fff;
    }
    /*li#lupa a {
        padding-top: 5px;
        padding-left: 11px;
    }*/
    div#boton_ws {
        display: block;
    }
    .search {
        display: none;
    }
    div#leyenda_gral_top {
        right: unset;
        left: 15px;
    }
    ul.social-share {
        display: inline-flex;
        padding-right: 15px;
    }
    ul.social-share li {
        display: inline-block;
        padding: 0px 5px;
    }
    .modal-body input#palabra {
        width: 250px;
    }
    .modal-body .input-group-btn {
        right: 45px;
    }
    .modal-header {
        padding-left: 10px;
    }
    aside.col-md-3.bg-gris.cols-grals {
        top: 0;
    }
    div#detalle {
        margin-top: 85px;
    }
}
.caja_func_sup.pull-right.hidden-xs {
    display: inline-flex;
    top: 15px;
}
ul#nav.nav.navbar-nav.menu-info > li:last-child a {
    color: #ff0780 !important;
}

/********************************** CUSTOM 2026 **************************************/
body {
  --color1: #1d6986;
  --color2: #232323;
  --color3: #ffffff;
  --color4: #858686;
  --color5: #ff0780;
  --color6: #ff99cb;
  --color7: #297e9f;
  --color8: #f1f1f1;
  --color9: #cee6f0;
  --color10: #e1e1e1;
  --color11: #f9e0ed;
  --color12: #000000;
  --color13: #0e3847;
  padding-top: 0 !important;
}
div#slides_ofertas_t{
    margin: 0 !important;
}
ul{
    margin-left: 0;
}
.btn {
    border-radius: 6px !important;
}

/***** CONTENEDORES GENERALES *****/
.ofertas .container.general,
.marcas .container.general,
.default .container.general,
.busquedaAvanzada .container.general,
.navbar-default .container,
.container.menu_pie,
body > .container.general,
body.productos .container.general,
.top-bar .container,
.detalle .container.general,
.scroll_inf.container,
.scroll_sup.container,
#slides_top_t.container,
.row.noticiashome0 .noticiashome0-row.row,
.noticiashome0 div#notas_oferta_0 {
  width: 90%;
  margin: 0 auto;
}
body:not(.checkout, .productos, .ofertas, .marcas, .detalle, .busquedaAvanzada)
  .container.general
  > .row {
  margin: 0 auto !important;
  padding: 0;
  border-radius: 15px;
  background-color: transparent;
  border: 0px solid var(--color11);
}
body:not(.checkout, .productos, .ofertas, .marcas, .detalle, .busquedaAvanzada)
  .container.general
  > .row
  > div.col-xs-12.cols-grals {
  padding: 0;
}
body:not(.checkout, .productos, .ofertas, .marcas, .detalle, .listado)
  .container.general
  > .row
  > div.col-xs-12.cols-grals
  > .row {
  margin: 0;
}
.ofertas .container.general {
  margin-top: 0;
}
.default .container.general > .row {
  margin: 0;
}
.default div .container.general > .row,
.registro .container.general > .row {
  margin: 0 -15px;
}
body.datos_personales .container.general > .row {
  margin: 0 -15px;
}
@media (min-width: 1920px) {
  .ofertas .container.general,
  .marcas .container.general,
  .default .container.general,
  .busquedaAvanzada .container.general,
  .navbar-default .container,
  .container.menu_pie,
  body > .container.general,
  body.productos .container.general,
  .top-bar .container,
  .detalle .container.general,
  .scroll_inf.container,
  .scroll_sup.container,
  #slides_top_t.container,
  div#slides_ofertas_t.container,
  .row.noticiashome0 .noticiashome0-row.row,
  .noticiashome0 div#notas_oferta_0 {
    width: 80%;
    margin: 0 auto;
  }
  div#slides_ofertas_t.container {
    padding: 0 15px !important;
  }
}
@media (max-width: 1024px) {
  .ofertas .container.general,
  .marcas .container.general,
  .default .container.general,
  .busquedaAvanzada .container.general,
  body > .container.general,
  .navbar-default .container,
  .container.menu_pie,
  body.productos .container.general,
  .top-bar .container,
  div#slides_ofertas_t.container,
  #slides_top_t.container,
  .noticiashome0 div#notas_oferta_0 {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body:not(.checkout, .productos, .ofertas, .marcas, .detalle, .busquedaAvanzada)
    .container.general
    > .row {
    padding: 0px;
  }
  body:not(.checkout, .productos, .ofertas, .marcas, .detalle, .busquedaAvanzada)
    .container.general
    > .row
    > .col-xs-12.cols-grals {
    padding: 0;
  }
  .cols-grals .row {
    margin: 0;
  }
  .cols-grals .row .col-md-12 {
    padding: 0;
  }
  .productos .recomendadosrow, .busquedaAvanzada .recomendadosrow {
    margin: 0 -15px;
  }
  .marcas .cols-grals .row {
    margin: 0 -5px;
  }
}
/***** FIN CONTENEDORES GENERALES *****/

/******* HEADER *******/
header#header {
  margin-bottom: 41px;
  z-index: 100;
  position: sticky !important;
}
.ofertas header#header {
  margin: 0;
}

/*******TOP BAR*******/
.top-bar {
  background: var(--color1);
  border: none;
}
ul#menutop {
  margin-bottom: 0;
  margin-left: -15px;
}
ul#menutop li {
  display: none;
}
ul#menutop li.leyenda-posterior-menutop,
ul#menutop li.menutopcontacto {
  display: initial;
}
ul#menutop li a,
ul.social-share li a {
  padding: 5px 4px;
  color: var(--color3);
  opacity: 0.85;
}
ul#menutop li a:hover,
ul.social-share li a:hover {
  color: var(--color10);
  opacity: 1;
}
.social > a.dropdown-toggle {
  display: none;
}
.cotizacion {
  display: none;
}
/******SOCIAL REDES******/
.fa-twitter:before {
  content: "\e61b" !important;
}
i.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
}
/******FIN SOCIAL REDES******/
@media (max-width: 767px) {
  .top-bar {
    line-height: 10px;
  }
  .top-bar a {
    color: var(--color2);
    font-size: 18px;
  }
  ul#menutop li a,
  ul.social-share li a {
    padding: 5px;
  }
}
/*******FIN TOP BAR*******/

/*******NAVBAR*******/
.navbar-fixed-top {
  top: auto;
}
.navbar-fixed-top {
  position: static;
}
.navbar-default {
  background-color: #fff;
  margin: 0;
  border: none;
  padding: 15px 0 0 0;
  z-index: 10 !important;
}
.navbar-header {
  padding-top: 0;
}
.ban-top-izquierda {
  position: static;
}
.ban-top-izquierda img {
  max-height: 40px;
}
.navbar-superior .container {
  display: flex;
  row-gap: 15px;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar-superior .container::before, .navbar-superior .container::after {
  display: none;
}
div#navbar-menu-superior {
  order: 99;
  width: 100%;
  padding: 0;
  max-height: 85vh;
  position: relative;
}
div#navbar-menu-superior::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100vw - 11px);
  height: calc(100% + 1px);
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #0000001f;
}
header ul.nav.menu-info {
  display: flex !important;
  margin-left: 0;
  position: relative;
  left: -15px;
  padding-left: 0;
  box-shadow: none;
  border: none;
  width: 100%;
  flex-wrap: wrap;
  background: transparent;
}
nav#navbar-sidebar {
  background: var(--color3);
}
.navbar-fixed-top .navbar-collapse {
  padding: 0 15px;
}
.navbar-default .navbar-nav > li > a {
  color: var(--color2) !important;
  opacity: 0.9;
  cursor: pointer;
  letter-spacing: 0.3px;
}
.navbar-default .navbar-nav > li > a span:not(.caret) {
  background: var(--color6);
  padding: 6px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.dropdown-menu {
  background: var(--color3);
  border-radius: 8px;
}
.dropdown-menu > li > a {
  padding: 5px 20px;
  color: var(--color2);
  border-left: 4px solid var(--color3);
  border-radius: 7px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: var(--color11);
  color: var(--color2);
  border-left: 4px solid var(--color1);
}
.navbar-nav.navbar-left > li > a {
  font-weight: 400;
  color: #444;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu {
  color: var(--color2);
  opacity: 1;
}
.navbar-nav.sm-collapsible .caret:before {
  font-size: 20px !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: transparent !important;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: var(--color11) !important;
}
ul.nav.navbar-nav {
  margin-left: 0;
  margin-top: 0px;
  box-shadow: var(--box-shadow);
  --box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 0 0 rgba(0, 0, 0, 0.05);
  --box-shadow-over: 0 0 16px rgba(0, 0, 0, 0.14);
}
.navbar-fixed-top ul#nav {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  header .navbar-nav > li > a {
    padding: 10px 8px;
  }
}
@media (max-width: 768px) {
  .primero > div {
    pointer-events: none;
  }
  .navbar-superior .container {
    padding: 10px 15px;
    box-shadow: 0 5px 5px #00000010;
  }
  .navbar-header {
    display: flex;
    align-items: center;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: transparent;
  }
  .navbar-default {
    padding: 0;
  }
  .ban-top-izquierda {
    margin-left: 10px;
  }
  .ban-top-izquierda img {
    max-height: 50px;
  }
  .ban-top-izquierda a {
    width: 100% !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    padding: 0;
    padding-right: 5px;
    margin-right: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: var(--color2);
  }
  div#navbar-menu-superior {
    position: absolute !important;
    left: 0;
    top: 100%;
    background: var(--color9);
    order: 10;
    width: 100%;
    max-height: 85vh;
    border-top: none !important;
  }
  /* Primer nivel completamente distinto al fondo de los submenus transparentados
        div#navbar-menu-superior>ul>li>a {
            background: var(--color1) !important;
        }*/
  header ul.nav.menu-info {
    flex-direction: column;
    left: 0 !important;
    margin: 0;
  }
  header .nav .dropdown-menu::before {
    display: none !important;
  }
  header ul.dropdown-menu .dropdown-menu {
    border-left: none !important;
  }
  header ul.nav.menu-info li a {
    text-align: start !important;
    padding: 10px 20px !important;
  }
  header ul.nav.menu-info > li > a {
    color: var(--color2) !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    text-wrap: nowrap;
  }
  header ul.nav.menu-info li.open {
    background: transparent !important;
    position: relative;
    z-index: 2;
  }
  header ul.nav.menu-info li.open::before {
    position: absolute;
    content: "";
    background: #ffffff73;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
  }
  header ul.nav.menu-info .open > a,
  header ul.nav.menu-info .open > a:hover {
    position: relative;
    background: transparent !important;
    color: var(--color3) !important;
    z-index: 2;
  }
  header ul.nav.menu-info .open > a::before {
    position: absolute;
    content: "";
    background: var(--color7);
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    z-index: -1;
  }
  header ul.nav.menu-info li.open ul {
    position: relative;
    margin-left: 10px !important;
    border: 0 !important;
  }
  header ul.nav.menu-info .open .dropdown-menu > li > a {
    color: var(--color2);
    background-color: transparent !important;
    border-radius: 0;
    border: none;
  }
  .navbar-nav.sm-collapsible a.has-submenu i {
    display: none;
  }
  .navbar-default .navbar-nav li > a .caret {
    background: var(--color2) !important;
    height: auto;
    border: none;
  }
  .navbar-default .navbar-nav > li > a span:not(.caret) {
    background-color: transparent;
    padding: 0;
    font-weight: 600;
  }
}
@media (max-width: 480px) {
  .ban-top-izquierda {
    margin-left: 5px;
  }
  .ban-top-izquierda img {
    max-height: 40px;
  }
}
@media (max-width: 330px) {
  .ban-top-izquierda {
    width: 100%;
    margin-left: 0;
  }
  .ban-top-izquierda img {
    max-height: 35px;
  }
  ul.social-share li a {
    padding: 5px 7px;
  }
  .social ul.social-share {
    margin-right: 10px;
  }
}

/******BUSCADOR*****/
.caja_func_sup.pull-right > * {
  padding: 0 8px !important;
  line-height: normal !important;
}
.buscador {
  display: none;
}
.buscador i,
.buscador a {
  font-weight: 700;
  color: var(--color2);
  font-size: 20px;
}
.top-number .buscador ul.dropdown-menu {
  position: fixed;
  right: 0;
  top: 105px;
  left: 0;
  transform: none;
  padding: 0;
  margin: 0;
  border: 0px;
}
.top-number-fixed .buscador ul.dropdown-menu {
  top: 67px;
}
.navbar-superior.navbar-fixed-top .buscador ul.dropdown-menu {
  width: 100%;
  left: 0 !important;
  top: 100%;
  margin: 0;
}
.buscador ul.dropdown-menu input.search-form {
  padding: 20px;
  width: calc(100% - 20px);
  margin: 10px;
  font-size: 16px;
  border-bottom: 0 !important;
  border: 0;
  outline: none;
  font-family: var(--tipografia-principal);
}
.buscador form#form-buscar {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  background: var(--color11);
  box-shadow: none;
}
form#form-buscar button {
  background: var(--color1) !important;
  border: 2px solid var(--color1);
  border-radius: 8px;
}
.buscador form#form-buscar i {
  color: var(--color3);
  min-width: 18px;
  vertical-align: middle;
}
.buscador button.btn.btn-buscartop {
  order: 1;
}
.buscador button.btn.btn-close {
  order: -1;
}
div#palabra-autocomplete-list {
  background: var(--color11);
  border: none;
}
div#palabra-autocomplete-list .autocomplete-item,
div#palabra-autocomplete-list .autocomplete-ver-mas {
  width: 90%;
  padding-left: 15px;
  margin: 8px auto 15px;
  border-radius: 8px;
}
@media (min-width: 1920px) {
  .buscador form#form-buscar {
    width: 75%;
  }
  div#palabra-autocomplete-list .autocomplete-item,
  div#palabra-autocomplete-list .autocomplete-ver-mas {
    width: calc(75% - 25px);
  }
}
@media (max-width: 1024px) {
  .buscador form#form-buscar {
    width: 100%;
  }
  div#palabra-autocomplete-list .autocomplete-item,
  div#palabra-autocomplete-list .autocomplete-ver-mas {
    width: calc(100% - 25px);
  }
}
@media (max-width: 768px) {
  .autocomplete-items {
    position: absolute !important;
    border-radius: 0 0 20px 20px !important;
  }
  .buscador ul.dropdown-menu.dropdown-cart {
    width: 100%;
    top: 100% !important;
    left: 0 !important;
    position: absolute;
    margin: 0;
  }
  .buscador {
    float: right;
  }
  .buscador ul.dropdown-menu li {
    width: 100%;
    margin: 0 auto;
  }
  .buscador ul.dropdown-menu i {
    color: white;
  }
  .buscador ul.dropdown-menu input.search-form {
    padding: 20px;
    width: 100% !important;
    margin: 10px;
    letter-spacing: 0.8px;
    border-bottom: 0px !important;
    border: none;
    font-weight: 500;
  }
  .buscador ul.dropdown-menu input.search-form::placeholder {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
  }
  .buscador ul.dropdown-menu input.search-form:active {
    border: 0px;
  }
  .buscador a.btn.btn-lg,
  a.registracion {
    padding: 0px 10px;
  }
  .buscador a:hover i,
  .buscador a i {
    font-weight: 700;
    font-size: 17px;
  }
  .buscador form#form-buscar {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
  }
  .buscador button.btn {
    font-size: 16px;
    padding: 6px 10px;
  }
  .buscador a.dropdown-toggle {
    padding-top: 7px;
    font-size: 16px;
    color: var(--color2);
  }
  .caja_func_sup .buscador {
    display: block;
    margin-top: 3px;
  }
}
/*****FIN BUSCADOR******/

/****SEARCH*****/

header input.search-form {
  border: none !important;
  box-shadow: 0 0 4px #33333329;
  border-radius: 100px;
  padding: 6px 12px 6px 35px;
  margin: 0;
  width: 100%;
}
header .search input.search-form {
  border: 1px solid var(--color4);
}
header .search {
  flex: 1;
  margin: 0 45px !important;
}
form#form-busqueda-avanzada {
  position: relative;
}
form#busquedaAvanzada button {
  background: transparent;
  padding: 8px 15px;
}
form#busquedaAvanzada input {
  padding-left: 40px;
  border-radius: 8px;
}
form#busquedaAvanzada .input-group-btn {
  z-index: 3;
}
form#busquedaAvanzada .form-control:focus {
  border-color: var(--color9);
}
.busquedaAvanzada .input-group {
  width: 100%;
}
.input-group-btn {
  float: left !important;
  position: absolute;
  top: 0;
}
.search .btn-buscartop {
  padding: 8px 15px !important;
}
header button.btn-buscartop {
    background: transparent !important;
}
header button.btn-buscartop i {
    color: var(--color2);
}
.autocomplete {
  width: 100% !important;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  overflow: hidden;
  border-bottom: none;
  border-top: none;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 80vh;
  overflow-y: auto;
}
.autocomplete-items div {
  background: var(--color3) !important;
}
.autocomplete-items div img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
}
input.search-form:focus,
input.search-form:hover {
  width: 100%;
}
@media (max-width: 767px) {
  .top-bar .search {
    background: var(--color11);
    padding-right: 10%;
    width: 100%;
    margin-right: 0px;
    padding-top: 8px;
    display: block;
  }
  .search {
    display: none;
  }
}
/*****FIN SEARCH*****/

/**** MENU PERFIL ****/
.registracion:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f234";
  font-size: 18px;
}
#login_sup:before {
  display: none;
}
.terminar_sesion_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f08b";
  font-size: 18px;
}
.cambiar_cuenta_top:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f013";
  font-size: 18px;
}
#nombre_usuario:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-size: 18px;
  display: none;
}
#login_sup a, #nombre_usuario, #micuenta_top a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color3);
}
#login_sup a::before, #nombre_usuario::before, #micuenta_top a::before {
  position: static;
}
a.ircarrito:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f290";
  font-size: 18px;
}
#login_sup a:not(.registracion)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f090";
  font-size: 18px;
}
@media (max-width: 767px) {
  .caja_func_sup ::before {
    font-weight: 400 !important;
  }
  .estaLogueado span#login_sup {
    display: none !important;
  }
  span#micuenta_top {
    display: block;
  }
  .estaLogueado span#micuenta_top,
  span#login_sup {
    position: relative;
    display: flex !important;
    gap: 10px;
    padding: 11px 16px !important;
    margin: 0 -8px;
    cursor: pointer;
    background: transparent;
    flex-direction: column;
  }
  span#micuenta_top:hover::after,
  span#login_sup:hover::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    height: 100px;
    width: 140px;
  }
  span#micuenta_top::before {
    padding-top: 4px;
  }
  span#micuenta_top::before,
  span#login_sup::before {
    content: "\f007";
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    display: block;
    color: var(--color2);
    margin: 0;
  }
  header .caja_func_sup span:hover::before,
  header .caja_func_sup a:hover i,
  header .caja_func_sup a:hover::before {
    color: var(--color12) !important;
  }
  #micuenta_top .cambiar_cuenta_top,
  #micuenta_top .terminar_sesion_top,
  span#login_sup a {
    display: none;
    position: absolute;
    background: white;
    white-space: nowrap;
    z-index: 100;
    right: 0;
    text-decoration: none;
    color: #333;
    width: 120px;
    min-width: min-content;
    top: 100%;
    padding: 10px 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  }
  span#login_sup:hover a,
  span#login_sup:focus a {
    display: block;
  }
  #micuenta_top:hover .cambiar_cuenta_top,
  #micuenta_top:hover .terminar_sesion_top,
  #micuenta_top:focus .cambiar_cuenta_top,
  #micuenta_top:focus .terminar_sesion_top {
    display: block;
  }
  a.cambiar_cuenta_top {
    border-radius: 7px 7px 0 0;
  }
  a.terminar_sesion_top {
    transform: translateY(100%);
    border-radius: 0 0 7px 7px !important;
  }
  span#login_sup a.registracion {
    transform: translateY(100%);
    border-radius: 0 0 7px 7px !important;
  }
  span#login_sup a {
    border-radius: 7px 7px 0 0;
  }
  .registracion:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f234";
    font-size: 18px;
  }
  #login_sup:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f090";
    font-size: 18px;
  }
  .terminar_sesion_top:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f08b";
    font-size: 18px;
  }
  .cambiar_cuenta_top:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f013";
    font-size: 18px;
  }
  #nombre_usuario:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f007";
    font-size: 18px;
  }
  a.ircarrito:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f290";
    font-size: 18px;
  }
  #login_sup:before,
  #nombre_usuario:before,
  .cambiar_cuenta_top:before,
  .registracion:before,
  .terminar_sesion_top:before {
    margin-left: 0;
  }
  #login_sup:before {
    margin-top: -3px !important;
  }
  #login_sup a:not(.registracion)::before {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    content: "\f090";
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-right: 0;
    margin-left: 10px;
  }
  #login_sup:before {
    margin-top: -3px !important;
    display: none;
  }
  .caja_func_sup.pull-right.hidden-xs {
    display: flex !important;
    margin-top: 0;
    flex: 1;
    justify-content: flex-end;
  }
  .caja_func_sup.pull-right.hidden-xs span.whatsapp-top {
    display: none;
  }
  #login_sup,
  #micuenta_top,
  #nombre_usuario,
  #login_sup a,
  #login_sup:before,
  a.cambiar_cuenta_top,
  a.terminar_sesion_top {
    display: none;
  }
}
/**** FIN MENU PERFIL ****/

/**** LOGIN Y CARRITO MENU ****/
header .caja_func_sup {
  position: static;
  display: flex !important;
  align-items: center;
  gap: 1px;
  height: 45px;
  margin: 0;
  order: 5;
  justify-content: flex-end;
}
header div#carrito_top {
  margin: 0 0 3px !important;
  line-height: normal !important;
  order: 9;
}
a.ircarrito::before {
    top: 2px;
}
span.totalCarritoConMoneda {
    margin-left: 5px;
}
.caja_func_sup {
  margin-top: 13px;
}
.caja_func_sup,
.caja_func_sup a {
  color: var(--color2);
}
.caja_func_sup span#nombre_usuario {
  display: initial;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
span#nombre_usuario strong {
  font-weight: 400;
}
span#login_sup a i {
  font-size: 21px;
  vertical-align: middle;
  margin-left: 10px;
}
div#carrito_top {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}
#cantidad_carrito.badge {
  background: var(--color5);
  left: 13px !important;
  top: -9px !important;
}
@media (max-width: 767px) {
  header .caja_func_sup {
    flex: 1;
  }
  .caja_func_sup span#nombre_usuario {
    display: none;
  }
}
/*****FIN LOGIN MENU*****/
/*******FIN NAVBAR*******/
/*******FIN HEADER*******/

/***** HEADER - CABECERA *****/

.top-bar {
  background: #1e1e1e;
}
.top-bar li.leyenda-posterior-menutop {
  position: relative;
}
.top-bar li.leyenda-posterior-menutop::after {
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  border-right: 1px solid #9c9c9c;
}
.top-bar .menutopcontacto {
  display: none !important;
}
.top-bar .social {
  float: left !important;
  padding: 0 5px;
}
.navbar-default{
  padding: 0 !important;
  z-index: 10 !important;
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.navbar-fixed-top {
  top: auto;
  position: static;
  transform: translateY(-40px) !important;
}
.navbar-superior .container {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  position: relative;
}
header .search{
  order: 4;
  max-width: 245px;
  margin: 0 !important;
}
header .search input{
  box-shadow: none !important;
  border: 1px solid #00000052 !important;
  border-radius: 10px;
}
div#navbar-menu-superior {
  order: 1;
  flex: 1;
  padding: 0;
  max-height: 85vh;
  position: relative;
  margin: 0;
}
div#navbar-menu-superior::before, div#navbar-menu-superior::after {
  display: none;
}
.navbar-default .navbar-nav > li {
  margin: 0;
}
ul#menutop li a, ul.social-share li a {
  color: var(--color3);
  background: none;
  font-size: 17px;
  height: auto;
  width: auto;
}
ul#menutop li a:hover, ul.social-share li a:hover{
  color: var(--color5);
}
.navbar-default .navbar-nav > li > a span:not(.caret) {
  background: var(--color1);
}
.caja_func_sup.pull-right > :last-child {
  padding-right: 0 !important;
}
#login_sup, .estaLogueado span#micuenta_top {
  padding: 0 15px !important;
  margin-right: 15px;
  position: absolute;
  display: flex !important;
  width: max-content;
  bottom: calc(100% + 1px);
  right: 0;
  align-items: center;
  gap: 15px;
  z-index: 1;
  color: white;
  height: 39px;
}
.estaLogueado span#login_sup {
  display: none !important;
}
#login_sup:before, #nombre_usuario:before, .cambiar_cuenta_top:before, .registracion:before, .terminar_sesion_top:before{
  margin-left: 0;
}
#cantidad_carrito.badge {
  color: var(--color3);
}
li.favorito_boton {
  display: none;
}
.cotizacion {
  display: none !important;
}
@media (max-width:767px) {
  div#navbar-menu-superior{
    background: var(--color10);
  }
  div#navbar-menu-superior::after{
    display: none;
  }
  header ul.nav.menu-info .open > a, header ul.nav.menu-info .open > a:hover{
    color: var(--color3) !important;  
  }
  .navbar-default .navbar-nav > li > a span:not(.caret){
    background: transparent;
  }
  #login_sup, .estaLogueado span#micuenta_top{
    padding: 0 8px !important;
    position: relative;
    bottom: auto !important;
    margin: 0;
    justify-content: center;
  }
  .navbar-superior.navbar-fixed-top .buscador ul.dropdown-menu,
  .buscador ul.dropdown-menu.dropdown-cart {
    width: 100% !important;
  }
  span.totalCarritoConMoneda{
    display: none;
  }
}
/***** FIN HEADER - CABECERA *****/
/**** SUBMENU FLOTANTE ****/
header .nav .dropdown-menu {
  background: transparent !important;
  border-radius: 10px !important;
  border: none;
  border-top: 10px solid transparent !important;
}
header .nav .dropdown-menu::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 7px #00000020;
}
header .dropdown-menu .dropdown-menu {
  border-left: 10px solid transparent !important;
}
.navbar-nav > li {
  margin-left: 0;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:hover {
  color: var(--color2);
}
.dropdown-menu > li > a {
  padding: 7px 40px 7px 12px !important;
  border: none !important;
  color: var(--color2);
  background-color: var(--color3);
  position: relative;
  z-index: 3;
  border-radius: 0;
}
.dropdown-menu > li:first-of-type > a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dropdown-menu > li:last-of-type > a {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dropdown-menu.has-one-children > li > a {
  border-radius: 10px 10px 10px 10px !important;
}
.dropdown-menu > li > a:hover {
  border: none !important;
}
.navbar-nav > li {
  margin-top: 0 !important;
}
/**** FIN SUBMENU FLOTANTE ****/

/**** ANIMACIÓN MENU SUPERIOR ****/
.navbar-default .navbar-nav>li>a::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin: 0 auto 8px;
  padding: 0 15px;
  height: 2px;
  width: calc(100% - 30px);
  transform: translateX(-50%);
  border-top: 2px solid var(--color5);
  text-align: center;
  opacity: 0;
  transition: all .2s;
}
.navbar-default .navbar-nav>li>a:hover:after, .navbar-default .navbar-nav>.open>a:after {
  bottom: -5px;
  opacity: 1;
}
@media (max-width:767px) {
  .navbar-default .navbar-nav>li>a:hover:after, .navbar-default .navbar-nav>.open>a:after{
      opacity: 0;
  }
}
/**** FIN ANIMACIÓN MENU SUPERIOR ****/

/**** MENU LATERAL CATEGORÍAS ****/
.navbar-header-lateral {
  display: none;
}
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 {
  position: static;
  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 {
  background: transparent;
  margin: 0;
}
li#categoria-lateral-colapsable-0 > a {
  display: block;
  font-weight: 600;
  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;
}
.subcategoria-lateral-colapsable li a.active {
  background: var(--color8);
}
.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;
  font-size: 13px !important;
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding-left: 20px !important;
  border: 1px solid var(--color2);
  color: var(--color2);
}
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: var(--tipografia-principal);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  padding-left: 20px;
  font-weight: 700;
  color: var(--color2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-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: 37px;
}
#accordion2 .panel-collapse:not(#RangoPrecio) li{
  width: fit-content;
  padding: 5px 8px;
  border-radius: 5px;
}
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 var(--color9);
  background: var(--color11);
  color: var(--color2);
  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 ****/

/**** HORMIGA DETALLE ****/
div#hormiga h1 {
  font-family: var(--tipografia-principal) !important;
  font-size: 20px;
  margin: 5px 0 !important;
}
div#hormiga a {
  color: var(--color2);
  text-decoration: underline;
  text-decoration-color: var(--color4);
  text-underline-offset: 3px;
}
div#hormiga a:hover {
  text-decoration-color: var(--color2);
}
span.separador_hormiga {
  color: var(--color5);
}
ul.lista-filtros-aplicados {
  color: var(--color2);
}
ul.subcate {
  padding-left: 0px;
  margin-top: 15px;
}
ul.subcate li {
  display: inline-block;
  padding: 10px 0;
}
ul.subcate li {
  float: left;
  padding: 0px;
  overflow: hidden;
}
ul.subcate li a {
  font-weight: 400;
  font-size: 15px;
}
ul.subcate li:after {
  content: "/";
  color: var(--color1);
  font-size: 18px;
  font-weight: 700;
  margin: 10px;
}
.productFilter.clearfix {
  margin-bottom: 15px;
}
.ley_sol_productos + form#masiva > .row {
  margin: 10px 0 0;
}
.productFilter {
  border-top: 0;
}
@media (max-width: 767px) {
  body div#hormiga h1 {
    margin: 15px 0 0 0 !important;
  }
}
/**** FIN HORMIGA DETALLE ****/

/***** CARRITO *****/
/*////CABECERA CARRITO////*/
.orderStep li {
  padding: 8px;
  background: var(--color3);
  border-right: 1px solid #d0d0d0;
  border-bottom: 4px solid var(--color4);
  min-height: auto;
  font-size: 14px;
  color: var(--color2);
  font-weight: 400;
}
.orderStep li.active {
  border-bottom: 4px solid var(--color1);
  background: var(--color3);
  color: var(--color2);
}
.orderStep li i {
  display: none;
}
.orderStep li.active:after {
  border-top-color: var(--color1) !important;
}
.orderStep li.active span b {
  background: var(--color1);
  color: var(--color3);
}
.orderStep li span b {
  background: var(--color11);
  padding: 5px 10px;
  border-radius: 50%;
  color: var(--color4);
  margin-right: 5px;
  display: inline-block;
  aspect-ratio: 1 / 1;
  height: 30px;
}
.orderStep {
  border: 1px solid #d0d0d0;
}
.orderStep li:nth-child(3) {
  border-right: 0px;
}
/*////FIN CABECERA CARRITO////*/
/*////DETALLE DE COMPRA + CUPON////*/
.cartFooter,
.cartTableHeader,
tr.CartProduct,
.cartMiniTable,
table#entrega,
table#resumen {
  background: var(--color3);
}
.carrito .cols-grals {
  padding: 0;
}
.carrito .container.general > .row {
  margin: 0;
}
.cartFooter {
  display: none;
}
.row.detalle-pedido table#carrito tr.CartProduct .CartProductThumb img {
  width: 50px;
  max-width: 100% !important;
}
form#carrito .price {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.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 {
  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(--color3);
}
tr.CartProduct.cartTableHeader {
  font-size: 12.5px;
}
tr.CartProduct td,
tr.CartProduct span {
  font-size: 14px;
}
td.delete {
  min-width: 30px;
}
.cartMiniTable,
table:not(#cart-summary, .cartMiniTable table, #carrito),
.orderStep,
.cartContent {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: hidden;
  outline: 1px solid #c6c6c6;
}
.cartContent,
table#carrito {
  border: 0;
  overflow: hidden;
}
form#carrito {
  overflow: auto !important;
}
table#cart-summary {
  margin: 0;
}
div#order-detail-content input#cupon_descuento {
  width: 100%;
  border-radius: 6px;
  min-width: 124px;
}
.couponForm {
  display: flex;
  line-height: 16px;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 8px;
}
.ley_cupon {
  margin-bottom: 0;
  line-height: 1.3em;
}
div#order-detail-content input#cupon_descuento {
  flex: 1;
  border-radius: 6px;
  margin: 0;
  padding: 8px;
}
.couponForm .btn {
  flex: 1;
  width: auto !important;
  margin: 0 !important;
  line-height: 1.3em;
  padding: 7px 12px;
}
.seguir_superior,
.seguir_inferior {
  display: none;
}
.lista-medios-pago {
  display: flex;
  gap: 15px;
}
.lista-medios-pago li,
.opcionesTipo label {
  border-radius: 10px;
}
#leyenda_bonificacion_envio .bg-msj-rosa {
  background-color: #b8e4ca;
  color: var(--color2);
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
/*////FIN DETALLE DE COMPRA + CUPON////*/
/*////FORMA DE PAGO////*/
#total-price,
table.std.table td {
  font-size: 15px;
  font-weight: 400;
}
tr.tr_total td,
td#total-price {
  font-weight: 700 !important;
}
.lista-medios-pago li {
  background: var(--color3);
  border: 1px solid #ddd;
  padding: 10px;
}
.lista-medios-pago .bordePago2,
.lista-medios-pago li:hover {
  border: 1px solid var(--color1);
  background: var(--color3);
}
small.forma_pago_descripcion {
  font-size: 100%;
}
small.forma_pago_descripcion span {
  line-height: 21px;
}
small.forma_pago_descripcion span a {
  margin-right: 5px;
  text-align: left;
  width: 50%;
  display: inline-block;
}
small.forma_pago_descripcion span.forma_pago_total b {
  font-size: 120%;
}
small.forma_pago_descripcion span b {
  text-align: right;
  width: 45%;
  display: inline-block;
}
.opcionesTipo img {
  height: 30px;
  margin-bottom: 10px;
}
.opcionesTipo label {
  width: 100%;
  background: var(--color3);
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 20px;
  padding-left: 25px;
}
.opcionesTipo input {
  position: static !important;
  margin-left: 0 !important;
}
.opcionesTipo b {
  display: inline-block;
  font-size: 110%;
}
.rightSidebar div#order-detail-content .price {
  white-space: nowrap;
  font-weight: 600;
}
.cartMiniTable tr#imi td.price,
.cartMiniTable tr#iva td.price {
  font-weight: 400;
}
.cartMiniTable button {
  margin-bottom: 10px;
}
tr.bg-info td#total_con_costo {
  font-weight: 700;
}
table#cart-summary tr#total td#total-price {
  font-family: var(--tipografia-principal);
}
table#entrega,
table#resumen {
  font-family: var(--tipografia-principal);
}
div#order-detail-content tr.tr_total_pagar {
  font-weight: 600;
  background: var(--color11);
}
div#order-detail-content tr.tr_total_pagar td {
  font-weight: 600;
}
.medios-pago i {
  padding: 20px;
  font-size: 30px;
  background: var(--color1);
  color: var(--color3);
  border-radius: 50%;
}
.medios-pago {
  margin-top: 20px;
}
button#iniciarpago {
  margin-top: 20px;
  background: var(--color7);
}
div#loginUsuario p a {
  text-decoration: underline;
}
div#loginUsuario .tit {
  font-weight: 700;
}
div#loginUsuario hr {
  border-color: var(--color4);
  border-bottom: none;
}
/*////FIN FORMA DE PAGO////*/
/***** RESULTADO DE COMPRA *****/
div#MPApiResultado {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
div#MPApiResultado span {
  font-weight: 600;
}
div#MPApiResultado span::before {
  content: "\f06a";
  font-family: "Font Awesome 6 Pro";
  margin-right: 7px;
}
div#MPReintentar a {
  color: var(--color3);
}
/***** FIN RESULTADO DE COMPRA *****/
@media (max-width: 767px) {
  .carrito .cols-grals > .row:not(.detalle-pedido), .carrito .cols-grals > .msgalerta {
    margin: 0 15px;
  }
  .carrito .container.general > .row {
    margin: 0 -15px;
  }
  table#resumen {
    overflow: visible;
    outline: none !important;
    border: none !important;
  }
  #resumen tbody {
    border-radius: 10px !important;
    overflow: hidden !important;
    border: none !important;
    display: table;
    width: 100%;
  }
  .orderStep li {
    display: none;
  }
  .orderStep li.active {
    width: 100%;
    display: block;
    border-right: 0px;
  }
  table#carrito {
    display: flex;
    flex-direction: column;
    overflow: auto;
    border-collapse: collapse !important;
  }
  td.car-cant input[type="number"] {
    width: 30px !important;
    height: 30px;
    font-size: 11px;
  }
  tr.CartProduct td,
  tr.CartProduct th,
  tr.CartProduct span {
    padding: 5px;
    font-size: 13px;
  }
  .CartDescription h4 a {
    font-size: 11px !important;
    line-height: 15px;
  }
  td.car-imi,
  td.car-imp {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
  }
  form#carrito .price {
    font-size: 11px;
    font-weight: 400;
    text-wrap: nowrap;
  }
  td.car-nombre .CartDescription {
    width: 100px;
  }
  td.car-nombre h4,
  td.car-nombre h4 a {
    white-space: normal;
    font-size: 10px;
    text-overflow: initial;
  }
  table#resumen {
    position: relative;
  }
  .row.userInfo {
    margin-right: -15px;
    margin-left: -15px;
  }
  form#form_envio {
    margin: 0 15px;
  }
  button#iniciarpago {
    margin-top: 15px;
  }
  table#resumen {
    position: relative;
    margin-bottom: 100px;
  }
  td#total_pedido + td {
    width: 100%;
    display: block;
    width: 100%;
    max-width: 100%;
    display: block;
    clear: both;
    position: absolute;
    bottom: calc(-100% - 0px);
    padding: 0;
    right: 0;
    left: 0;
    height: 90px;
    border: 0px;
    clear: both;
  }
  table#tabla_carrito tbody tbody tbody tr td {
    max-width: 161px;
    text-wrap-mode: wrap;
  }
  .default:not(.carrito) .seguir_superior ~ .row:not(.seguir_superior + .row) {
    margin: 0 -15px;
  }
}
/***** FIN CARRITO *****/

/**** PRODUCTO ****/
.product {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    align-items: flex-start;
    padding: 0 0 20px !important;
    border-radius: 15px;
    border: 2px solid var(--color8) !important;
    position: relative;
    overflow: hidden;
}
.product > *:not(.image, button, .compra) {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0;
}
.product .image {
    max-height: 100%;
    height: auto !important;
    aspect-ratio: 6 / 5;
}
.product .image a {
    height: 100%;
}
.product .image a img{
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
/**** FIN PRODUCTO ****/

/**** SPOTS ****/
[class*="spot"] {
  display: flex;
  gap: 15px;
}
[class*="spot"] * {
  flex: 1;
}
[class*="spot"] img {
  border-radius: 15px;
  float: none !important;
  min-width: 0;
}
.spot_ofertas_sup {
    flex-wrap: wrap;
    padding: 30px 0 20px;
}
@media (max-width:767px) {
    .spot_ofertas_sup a, .spot_ofertas_sup > img {
        flex-basis: 40%;
    }
}
/**** FIN SPOTS ****/

.proy_promociones img {
    border-radius: 15px;
}
.row.noticiashome3 {
    margin: 0;
}