/* cdr online */
@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;
}

.container.general {
    padding-bottom: 30px;
    padding-top: 30px;
}

footer {
    background: #222;
    padding: 30px 0;
    text-align: center;
    color: #000
}

footer a {
    color: #ff0000;
}

footer a:hover {
    color: #fff;
}

footer .foot_netone {
    border-top: 1px solid #444;
    padding-top: 5px;
    font-size: 85%
}

.hormigafoot {
    text-align: center;
    padding: 7px 0
}

.hormigafoot h2 {
    color: #444;
}

p.iva {
    background: #ddd;
    padding: 5px;
    margin-bottom: 0px
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.form-control {
    font-weight: 300
}

.widget.login [class*="col-"] {
    padding-right: 0px;
}

.widget.login p {
    margin: 0px;
    margin-top: 10px;
}

.close {
    font-size: 24px !important;
}

.gallery,
div.recom {
    margin-bottom: 20px;
}

.gallery {
    padding: 0 15px;
}

.gallery .img-responsive {
    border: 2px solid #fff;
}

.gallery [class*="col-"] {
    padding: 0;
}

a {
    color: #4e4e4e;
    -webkit-transition: color 100ms, background-color 100ms;
    -moz-transition: color 100ms, background-color 100ms;
    -o-transition: color 100ms, background-color 100ms;
    transition: color 100ms, background-color 100ms;
}

a:hover,
a:focus {
    color: #d43133;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

body>section {
    padding: 70px 0;
}

@media (max-width:991px) {
    body>section {
        padding: 70px 0;
    }
}

@media (max-width:767px) {
    body>section {
        padding: 50px 0;
    }
}

@media (max-width:480px) {
    body>section {
        padding: 30px 0;
    }
}

.center {
    text-align: center;
    padding-bottom: 20px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


.col-izquierda,
.col-derecha {
    background: #f5f5f5
}

.fixednav {
    position: fixed;
    top: 0px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation: mymove 1s;
    animation: mymove 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    width: 100%;
    z-index: 1030 !important;

}

@-webkit-keyframes mymove {
    from {
        top: -40px;
    }

    to {
        top: 0px;
    }
}

@keyframes mymove {
    from {
        top: -40px;
    }

    to {
        top: 0px;
    }
}

.navbar>.container .navbar-brand {
    margin-left: 0;
}

.top-bar {
    padding: 5px 0;
    background: #000;
    border-bottom: 0px solid #ddd;
}

.top-bar a {
    color: #111
}

.social {
    text-align: right;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 999 !important;
}

.social.fixed-social {
    position: fixed;
    right: 50%;
    margin-right: -585px;
    top: 40px;
}

@media (max-width:767px) {
    .social {
        position: relative;
        top: 0px;
    }
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul#menutop {
    position: absolute;
    top: 66px;
    left: 325px;
    z-index: 999 !important;
    text-transform: uppercase;
}

ul#menutop.fixed-menutop {
    position: fixed;
    left: 50%;
    margin-left: -263px;
    top: 50px;
}

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: #fddc3d
}

.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: #ff0000;
    font-size: 20px;
}

.search i {
    color: #222;
}

.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) {
    .navbar {
        border-radius: 0px;
    }

    ul.nav.navbar-nav {
        margin-top: 0px;
        margin-left: 30px;
    }

    .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: #025c95;
    border-color: #025c95;
}

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: 0px;
    font-size: 11px;
    text-transform: uppercase;
}

.caja_func_sup a {
    color: #000;
}

header .container {
    position: relative;
}

#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: 2px solid #02abc8 !important;
}

.cart-actions button:hover {
    background: #ffffff;
    color: #2a2a2a;
    border: solid 2px #E5097F;
}

.incaps {
    display: block;
    float: left;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0px 20px 0 0;
    text-transform: uppercase;
}

.incaps i {
    font-size: 20px;
}

.color-in {
    color: #4CC94A;
}

.color-out {
    color: red;
}

.product-share {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-weight: bold;
}

.socialIcon a {
    background-size: cover;
    -ms-behavior: none !important;
    background: none !important;
    background: #CCCCCC !important;
    color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    padding-top: 5px;
    text-align: center;
    margin-right: 10px;
    text-align: center;
    width: 35px;
    height: 35px;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}

.stButton:after {}

.stButton .stLarge {
    background-size: cover;
    -ms-behavior: none !important;
    background: none !important;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0px;
    padding: 0px;
    margin-right: 0px;
    text-align: center;
    width: 0px !important;
    height: 0px !important;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}

.stButton {
    margin: 0px !important;
}

.stButton {
    background: #ccc;
    width: 35px;
    height: 35px;
    padding-top: 10px;
    text-align: center !important;
    top: 2px !important
}

.st_facebook_large .stButton:after {
    font-family: fontawesome;
    color: #fff;
    font-size: 22px;
    content: "\f09a";
}

.st_twitter_large .stButton:after {
    font-family: fontawesome;
    color: #fff;
    font-size: 22px;
    content: "\f099";
}

.st_googleplus_large .stButton:after {
    font-family: fontawesome;
    color: #fff;
    font-size: 22px;
    content: "\f1a0";
}

.socialIcon a:hover {
    color: #fff;
}

.recommended {
    border-top: solid 2px #ddd;
    margin-top: 20px;
    padding-top: 20px;
}

.recommended h1 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

#valoracion {
    margin-top: 15px;
}

#valoracion br[clear=all] {
    clear: none !important
}

.puntuacion {
    cursor: pointer;
    margin-right: 5px;
    display: block;
    float: left;
    overflow: visible;
}

.puntuacion:after {
    content: '.';
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
}

.estrella {
    float: left;
    width: 20px;
    height: 18px;
    overflow: hidden;
    display: inline-block;
    text-indent: -999em;
    cursor: pointer;
}

.titvalor {
    float: left;
}

.estrella_izq,
.estrella_der {
    width: 10px
}

.estrella,
.estrella a {
    background: url('../imagenes/estrella_sprite3.png') no-repeat 0 0px;
}

.estrella_izq,
.estrella_izq a {
    background: url('../imagenes/estrella_sprite_izq3.png') no-repeat 0 0px;
}

.estrella_der,
.estrella_der a {
    background: url('../imagenes/estrella_sprite_der3.png') no-repeat 0 0px;
}

.estrella a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0px;
}

div.puntuacion div.on a {
    background-position: 0px -25px;
}

div.puntuacion div.hover a,
div.puntuacion div a:hover {
    background-position: 0px -50px;
}

#num_votos p {}

div#msjvaloracion {
    text-align: left;
    margin-top: 15px;
}

.rating span {
    display: inline-block;
}

.ratingInfo {
    margin-left: 10px;
}

.nav-tabs {
    margin-bottom: 20px;
}

.product-tab {
    width: 100%;
    display: inline-block;
    clear: both;
}

.nav-tabs li a {
    font-family: 'roboto', sans-serif;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 1px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    padding: 10px !important
}

.nav-tabs {
    border-bottom: 3px solid #bfc9ca;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li:hover>a {
    background: #bfc9ca;
}

.nav-tabs>li.active,
.nav-tabs>li {
    background: none;
}

.nav-tabs>li>a {
    border: 0;
    border-radius: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li:hover>a {
    color: #fff !important;
    border: 0;
    border-radius: 0;
}

.color-details {
    margin-top: 14px;
}

.color-details {
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}

.swatches {
    margin: 0.5em 0;
    padding-left: 0;
    list-style: none;
}

.swatches li {
    border: 2px solid #FFFFFF;
    display: inline-block;
    margin: 2px 1px;
    vertical-align: top;
    list-style: none;
}

.swatches .selected,
.swatches li:hover {
    border: 2px solid #ddd;
}

.swatches li {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    box-shadow: 1px 1px 2px #C5C5C5;
    height: 33px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 33px;
}

.swatches li.li-color {
    width: 33px;
    height: 33px;
    overflow: hidden;
}

.swatches.talle li {
    border: 2px solid #F0F0F0;
    background: #f5f5f5;
    padding: 5px;
}

.swatches li:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 0;
    font-weight: lighter;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: -10px;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.swatches .selected:after {
    content: "\f00c";
    height: 33px;
    width: 33px;
    font-family: fontawesome;
    font-size: 120%;
    font-weight: lighter;
    color: #E5097F;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.productFilter {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 7px;
    padding-top: 10px;
    margin-top: 10px;
}

.productFilter p {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}

.marca_imagen {
    position: absolute;
    top: 1%;
    border: 1px solid #ddd;
    z-index: 999;
    right: 0.8%;
}

.spacer {
    padding: 20px 0
}

#precant {
    border: 0px solid #ddd;
    padding: 5px;
    font-size: 12px;
    box-shadow: 1px 1px 2px #C5C5C5;
}

#precant h5 {
    display: none;
}

#precant .table {
    margin: 0px
}

.orderStep {
    clear: both;
    display: inline-block;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
}

.orderStep li {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    min-height: 55px;
    padding: 0;
    width: 33.33333333%;
}

.orderStep li.active {
    color: #fff;
}

.orderStep li.active {
    position: relative;
}

.orderStep li.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-left: -10px;
}

.orderStep li {
    background: #EFF0F2;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: normal;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 33.33333333%;
    text-transform: uppercase;
    font-size: 13px;
}

.orderStep li i {
    background: rgba(0, 0, 0, 0.05);
}

.orderStep li.active i {
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.orderStep li i {
    border-radius: 0;
    display: block;
    font-size: 20px;
    height: auto;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    padding: 0;
    text-align: center;
    width: auto;
    float: none !important;
}

.orderStep li span {
    display: block;
    padding: 5px 0;
}

.orderStep li.active {
    background: #47aca8;
}

.orderStep li.active:after {
    border-top-color: #47aca8 !important;
}

.orderStep li {
    background: #ccc;
}

.caps {
    border-top: 0 none;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 16px;
    overflow: hidden;
    padding: 0 0 16px;
    text-align: right;
    text-transform: uppercase;
}

h1.tit-checkout {
    margin: 0px;
    padding: 0px;
}

.rightSidebar #cart-summary {
    margin-top: 0;
}

.rightSidebar #cart-summary tr:first-child td {
    border: none;
}

.cartMiniTable {
    border: 1px solid #DDDDDD;
    padding: 10px;
}

.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: #02abc8 !important
}

.btn.btn-primary,
.btn.btn-danger,
.btn.btn-default,
.btn.btn-success,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-fb,
.btn.btn-tw {
    font-weight: 600;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    -o-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    -webkit-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    -ms-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
    -ms-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
}

.btn.btn-lg {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.471;
    padding: 10px 20px;
}

.btn.btn-md {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 14px;
}

.btn.btn-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 4px 8px;
}

.btn.btn-xs {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-old {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    padding: 6px 12px;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
}

.btn-old.btn-lg {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.471;
    padding: 10px 20px;
}

.btn-old.btn-md {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 14px;
}

.btn-old.btn-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 8px;
}

.btn-old.btn-xs {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-stroke-dark,
.btn-stroke-light,
.btn-stroke,
.btn-dark,
.search-trigger,
.btn-nobg {
    text-shadow: none !important;
    box-shadow: none !important;
    font-weight: normal;
}

.priceFilterBody .btn {
    padding: 8px 12px;
}

.navbar-right .input-group .btn {
    box-shadow: none;
}

.btn-flat {
    border-radius: 0 !important;
}

.btn-product-flat {
    background: #303030;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    min-width: 130px;
    padding: 7px 15px;
}

.btn-product-flat:hover,
.btn-product-flat:focus,
.btn-product-flat:active,
.btn-product-flat.active {
    background-color: #fff;
    border-color: #fff;
    color: #0f0f0f;
}

.btn-thin {
    border: 1px solid #bdc3c7;
    color: #bdc3c7;
    background: none;
    text-shadow: none;
}

.btn-default {
    background-color: #bdc3c7;
    color: #ffffff;
    text-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    background-color: #cacfd2;
    border-color: #cacfd2;
    color: #ffffff;
}

.open .dropdown-toggle.btn-default {
    background-color: #cacfd2;
    border-color: #cacfd2;
    color: #ffffff;
    background: #a1a6a9;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
    background-color: #bdc3c7;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
    background-color: #1abc9c;
}

.btn-dark {
    background-color: #34495e;
    color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #ffffff;
}

.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #ffffff;
    background: #2a2a2a;
}

.btn-info {
    background-color: #3498db;
    color: #ffffff;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #5dade2;
    border-color: #5dade2;
    color: #ffffff;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #5dade2;
    border-color: #5dade2;
    color: #ffffff;
    background: #2c81ba;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info.active {
    background-color: #3498db;
}

.btn-danger {
    background-color: #e74c3c;
    color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #ec7063;
    border-color: #ec7063;
    color: #ffffff;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #ec7063;
    border-color: #ec7063;
    color: #ffffff;
    background: #c44133;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger.active {
    background-color: #e74c3c;
}

.btn-success {
    background-color: #47aca8;
    color: #ffffff;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #47aca8;
    border-color: #47aca8;
    color: #ffffff;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #47aca8;
    border-color: #47aca8;
    color: #ffffff;
    background: #27ad60;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success.active {
    background-color: #2ecc71;
}

.btn-warning {
    background-color: #f1c40f;
    color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #f5d313;
    border-color: #f5d313;
    color: #ffffff;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #f5d313;
    border-color: #f5d313;
    color: #ffffff;
    background: #cda70d;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning.active {
    background-color: #f1c40f;
}

.btn-inverse {
    background-color: #3a3a3a;
    color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse:focus {
    background-color: #454545;
    border-color: #454545;
    color: #ffffff;
}

.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
    border-color: #454545;
    color: #ffffff;
    background: #303030;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse.active[disabled],
fieldset[disabled] .btn-inverse.active {
    background-color: #34495e;
}

.btn-stroke {
    background: rgba(0, 0, 0, 0);
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
    min-width: 200px;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff !important;
}

.btn-stroke.lite {
    border: 2px solid #ffffff;
    color: #ffffff !important;
}

.btn-stroke.lite:hover {
    background: #ffffff;
    color: #303030 !important;
}

.btn-stroke.dark {
    border: 2px solid #303030;
    color: #303030 !important;
}

.btn-stroke.dark:hover {
    background: #303030;
    color: #ffffff !important;
}

.btn-stroke.thin {
    border-width: 1px;
    font-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
}

.btn-dark {
    background: #303030;
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
    min-width: 200px;
    text-transform: uppercase;
    border: 2px solid #303030;
    color: #fff !important;
}

.btn-dark:hover {
    background: #fff;
    color: #303030 !important;
    border-color: #fff;
}

@media only screen and (max-width:767px) {
    .btn-dark {
        letter-spacing: 1px;
        padding: 10px 15px;
        min-width: 160px;
    }
}

.btn-gray {
    background: #c8c8c8;
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
    min-width: 200px;
    text-transform: uppercase;
    border: 2px solid #ccc;
    color: #fff !important;
}

.btn-gray:hover {
    background: #fff;
    color: #303030 !important;
    border-color: #fff;
}

@media only screen and (max-width:767px) {
    .btn-gray {
        letter-spacing: 1px;
        padding: 10px 15px;
        min-width: 160px;
    }
}

.btn-stroke-dark {
    background: rgba(0, 0, 0, 0);
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
    min-width: 200px;
    text-transform: uppercase;
    border: 2px solid #303030;
    color: #303030 !important;
}

.btn-stroke-light {
    background: rgba(0, 0, 0, 0);
    font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
    letter-spacing: 2px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0;
    min-width: 200px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    color: #ffffff !important;
}

.btn-stroke-dark:hover {
    background: #303030;
    color: #ffffff;
}

.btn-stroke-light:hover {
    background: #ffffff;
    color: #303030;
}

.btn-site {
    padding: 5px 0;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    display: block;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.fb_button {
    background: #658ad0;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
}

.btn-fb {
    background: #658ad0;
    color: #ffffff;
}

.fb_button:hover,
.btn-fb:hover {
    background: #4e6fae;
    color: #ffffff;
    text-decoration: none;
}

.btn-tw {
    background: #1dadeb;
    color: #ffffff;
}

.btn-tw:hover {
    background: #35c5ff;
    color: #ffffff;
    text-decoration: none;
}

.btn.btn-compra {
    background: #47aca8
}

.btn.btn-compra:hover {
    background: #47aca8
}

.btn.btn-compra:before,
.btn.btn-detalle:before {
    font-family: FontAwesome;
    content: "\f07a";
    display: inline-block;
    padding-right: 5px;
}

.btn.btn-detalle:before {
    content: "\f05a"
}

.btn-primary,
.product:hover .add-fav:hover,
.product:hover .add-fav.active {
    background-color: #47aca8;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #02abc8;
    border-color: #02abc8;
    color: #ffffff;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #47aca8;
    border-color: #47aca8;
    color: #ffffff;
    background: #02abc8;
}

.bg-gris {
    background: #fff;
}

.active {
    background: #ffffff;
    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: #00adaa
}

@media (min-width:768px) {
    .navbar-fixed-top.navbar-default .navbar-nav>li>a {
        color: #000 !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 (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;
    }

    .navbar-fixed-top.navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .dropdown-menu #nombre_usuario {
        color: #000;
    }

    ul.dropdown-menu li a {
        display: block;
    }
}

/* */
body.ofertas {
    padding-top: 145px;
}

img.img-responsive {
    width: 100%;
}

#ofertas div.des_nov {
    top: 0px;
    color: #000;
    background: #fff;
}

/*.btn.btn-compra:before, .btn.btn-detalle:before {
    font-family: FontAwesome;
    content: "\f07a";
    display: inline-block;
    padding-right: 5px;
}*/
.btn.btn-compra:before,
.btn.btn-detalle:before {
    display: none;
}

.navbar-default.navbar-fixed-top {
    /* background: linear-gradient(to bottom, #fafafa 0%,#d1d1d1 100%); */
    background: #ffffff;
    border-top: 5px solid #02abc8;
}

.top-bar,
footer {
    background: #bbebf5;
}

.style2 .title-sol span,
.title-sol.style2 span {
    color: #000000;
    font-weight: 600;
    display: flex;
    border-bottom: 2px solid #02abc8;
}

#precant {
    box-shadow: none;
}

.cajasoferta,
.cajasnuevo {
    padding: 10px 10px 10px 10px;
}

.product {
    border: 1px solid #ddd;
}

.product input[type="number"] {
    width: 50px;
    text-align: center;
}

.price {
    margin-bottom: 20px;
    margin-top: 20px;
}



@media (min-width: 767px) {
    .navbar-nav>li {
        float: left;
    }

    /* Comentado 3 septiembre 2024 */
    /* #navbar-menu-superior .navbar-nav > li > .dropdown-menu > li {
        float: left;
        width: 33.33% !important;
    } */

    #navbar-menu-superior .dropdown-menu {
        width: 5000px !important;
        /* max-width: 700px !important; */
        max-width: 300px !important;
    }
}

ul#menutop {
    display: block;
    top: -15px;
    left: 10px;
}

ul#menutop li {
    display: none;
}

ul#menutop li:last-child {
    display: block !important;
}

ul#menutop li:last-child a {
    font-size: 25px;
    font-weight: 400;
    color: #ff0000;
    letter-spacing: 3px;
}

.menu-info {
    position: absolute;
    width: 100%;
    background: transparent;
    left: 0;
    top: 70px;
    padding-left: 10%;
}

.navbar-default.navbar-fixed-top .menu-info {
    top: 65px;
}

.navbar.navbar-default.navbar-superior {
    border-bottom: 30px solid #ddd;
}

.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 {
    color: #fff !important;
    background-color: #02abc8;
}

.ban-top-izquierda {
    margin-bottom: 5px;
}

div#destacados-top {
    display: contents;
    font-size: 70%;
}

@media (min-width: 768px) {
    ul#nav.nav.navbar-nav {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 15%;
    }

    ul#menutop li a:hover,
    ul.social-share li a:hover {
        color: #000;
    }
}

#carrito_top {
    margin-right: 0px;
    float: right;
    margin-top: 13px;
    margin-left: 15px;
}

.navbar-default.navbar-fixed-top #carrito_top {
    margin-top: 2px;
}

.navbar-default.navbar-fixed-top .caja_func_sup.pull-right.hidden-xs {
    margin-top: 20px;
}

.caja_func_sup.pull-right.hidden-xs {
    margin-top: 10px;
}

ul.slick-dots {
    bottom: -30px;
}

#datosfooter {
    background-color: #ddd;
}

#datosfooter h1 {
    font-size: 150%;
}

#datosfooter img {
    margin-top: 25px;
}

#datosfooter .veinteanios img {
    width: 70%;
}

i.fa-solid.fa-earth-americas:after {
    content: "\f57d";
    font-family: 'Font Awesome 5 Pro';
    font-size: 40px;
    font-weight: 600;
    color: #ff0000;
    font-style: normal;
}

.fa-file-signature:before {
    display: none;
}

.fa-file-signature:after {
    content: "\f573";
    font-family: 'Font Awesome 5 Pro';
    font-size: 40px;
    font-weight: 600;
    color: #ff0000;
    font-style: normal;
}

i.fa-solid.fa-warehouse-full:after {
    content: "\f495";
    font-family: 'Font Awesome 5 Pro';
    font-size: 40px;
    font-weight: 600;
    color: #ff0000;
    font-style: normal;
}

div#contenedorBajoSlide {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

div#contenedorBajoSlide {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

div.bajoslide>div {
    text-align: left;
}

div#contenedorBajoSlide b {
    font-size: 150%;
}

/* caja producto */
/*.product {
    filter: drop-shadow(2px 4px 6px #ccc);
    margin-top: 50px;
}
.product .image {
    filter: drop-shadow(2px 4px 6px #ccc);
    width: 90%;
    margin: -30px auto 10px auto;
}
.product:hover {
    filter: drop-shadow(0px 4px 2px #ccc);
    border: none!important;
    display: inline-block;
}*/
/* 2 */
/*.product, .product p {
    display: grid !important;
    padding-bottom: 0;
    align-items: end;
}
input#boton_compra2 {
    margin: 0;
    height: 45px!important;
}*/
/* fin 2 */
.product {
    padding: 15px;
    border: none !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #02abc8 !important;
    filter: drop-shadow(2px 4px 5px #ddd);
}

.product:hover {
    border: 1px solid #ddd !important;
    /* background: #f7f7f7; */
    filter: none;
    border-bottom: 1px solid #02abc8 !important;
    transition: none !important;
}

.product h4 a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.product input[type="number"] {
    width: 23%;
    margin: 0;
    background-color: #ffffff;
    color: #000;
    font-size: 125%;
    font-weight: 400;
    border: 2px solid #ccc;
}

input#boton_compra2 {
    width: 74%;
    margin: 0;
    margin-bottom: 7px;
}

.product:hover {
    border: 1px solid #ccc;
}

/* fin caja producto */

/* destacados top */
.col-md-12.hidden-xs.destacados-top {
    background: #ffffff;
    padding: 15px 10%;
    margin-bottom: 45px;
    /*display: contents;*/
}

.destacados-top i {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-size: 30px;
    font-weight: 600;
    padding-right: 20px;
    vertical-align: super;
}

.fa-shipping-fast:before {
    content: "\f48b";
}

span.texto_ppl {
    font-size: 20px;
    color: #02abc8;
    font-weight: 600;
    display: inline-block;
    text-align: left;
}

span.subtexto {
    color: #000;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    margin-top: 3px;
}

i.fab.fa-whatsapp:before {
    content: "\f232";
    font-family: 'Font Awesome 5 Brands';
    font-weight: 500;
    font-size: 40px;
}

.destacados-top a.col-md-4.col-xs-12 {
    text-align: center;
    padding: 5px 0;
}

.destacados-top i::before {
    color: #000;
}

i.far.fa-phone:before {
    font-weight: 400;
}

.destacados-top .centrar {
    margin: 0 auto;
    display: table;
}

/* fin destacados top */
.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after,
.title-sol-style2:after {
    display: none;
}

body.detalle {
    padding-top: 140px;
}

#agregado_articulo .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    display: inline-flex;
}

#agregado_articulo span.ley_cant {
    display: none;
}

#agregado_articulo .input-group .form-control {
    width: 50px;
    background-color: #f00;
    color: #fff;
    font-size: 125%;
    font-weight: 600;
}

#agregado_articulo .btn-primary {
    background: #02abc8 !important;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: -2px;
    width: 100%;
}

.rightSidebar a.btn.btn-default.btn-lg.btn-block {
    display: table-cell;
}

.orderStep li.active {
    background: #02abc8;
}

.slick-dots {
    z-index: 0;
}

.slick-dots li {
    width: 15px;
    height: 15px;
}

.price {
    color: #000;
}

.price-standard {
    color: #02abc8;
    font-size: 17px;
    text-decoration: line-through;
}

.favButton.favCaja:hover,
.favButton.favLista:hover,
.favButton.favTop:hover {
    font-size: 27px;
    color: #02abc8;
}

.navbar-nav>li>a {
    color: #000 !important;
}

.caja_func_sup.pull-right.hidden-xs,
.caja_func_sup.pull-right.hidden-xs a {
    color: #000;
}

.registracion:before,
#login_sup:before,
#nombre_usuario:before,
.cambiar_cuenta_top:before,
.terminar_sesion_top:before {
    font-family: 'Font Awesome 5 Pro';
}

.discount {
    background: #fddc3d;
    color: #000;
}

.new-product {
    background-color: #1da755f2 !important;
}

.btn-primary,
a.btn.btn-default.btn-vernota {
    background-color: #667399 !important;
    border-color: #667399 !important;
    color: #ffffff;
}

.btn-success,
.btn.btn-compra:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-success:hover,
.btn-success:focus {
    background-color: #ff1c24 !important;
    border-color: #ff1c24 !important;
    color: #ffffff;
}

.boton_arrepentimiento a.btn.btn-success {
    border-color: #8f8f8f !important;
    color: #8f8f8f !important;
}

div#mapa {
    background-color: #ddd;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    background: #ffffff;
    top: 1px;
    padding: 7px 5px;
    left: -30px;
}

span.ultimaact {
    display: block;
    text-align: center;
    margin-top: 10px;
}

div#afip {
    text-align: center;
    margin: 10px;
}

p.foot_netone a {
    color: #646464;
}

/*.top-bar, footer {
    background: #3c828f;
}

ul.social-share li a {
    color: #ffffff;
}*/

.top-bar,
footer {
    background: #4285f4;
}

ul#menutop li a,
ul.social-share li a {
    display: inline-block;
    padding: 5px 3px;
}

ul.social-share li a {
    color: #ffffff;
    font-size: 20px;
}

span.texto_ppl {
    font-size: 20px;
    color: #4285f4;
    font-weight: 600;
    display: inline-block;
    text-align: left;
}

.navbar-default.navbar-fixed-top {
    /* background: linear-gradient(to bottom, #fafafa 0%,#d1d1d1 100%); */
    background: #ffffff;
    border-top: 5px solid #4285f4;
}

.product {
    padding: 15px;
    border: none !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #4285f4 !important;
    filter: drop-shadow(2px 4px 5px #ddd);
}

.style2 .title-sol span,
.title-sol.style2 span {
    color: #000000;
    font-weight: 600;
    display: flex;
    border-bottom: 2px solid #4285f4;
}

.btn-primary,
a.btn.btn-default.btn-vernota {
    background-color: #4285f4 !important;
    border-color: #4285f4 !important;
    color: #ffffff;
}

footer a {
    color: #ffffff;
}

.boton_arrepentimiento a.btn.btn-success {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

p.foot_netone a {
    color: #000000;
}

ul#menutop li:last-child a {
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 3px;
}







/* CAMBIOS 3 SEPTIEMBRE 2024 */

.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 {
    color: #fff !important;
    background-color: #4285f4;
}

div#navbar-menu-superior .dropdown-menu li.open>a.has-submenu.highlighted {
    background: #4285f4;
    color: white !important;
}


.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #4285f4;
    /* border-color: #02abc8; */
    color: white !important;
}


div#navbar-menu-superior .dropdown-menu li.open>a.has-submenu.highlighted {
    background: #4285f4;
}

.navbar-nav ul.sm-nowrap>li>a:hover {
    color: white !important;
    background: #4285f4;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #4285f4;
}

.destacados-top i::before {
    color: #000;
    display: none;
}

body.default .post-main-view img {
    max-width: 400px;
}

body.default .col-md-12.col-xs-12.cols-grals {
    text-align: center;
}

img.img-responsive.imagen_detalle {
    max-width: 400px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

body.default .container.general {
    min-height: 75vh;
}

body.default .nov_dlarga {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

body.default .nov_dcorta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

body.como-comprar h1.titulo {
    text-align: left;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #4285f4;
    color: black;
    font-weight: bolder;
    font-size: 30px;
}

body.como-comprar .nov_dlarga {
    font-size: 20px;
}

div#leyenda_gral_top {
    display: none;
}

@media screen and (max-width:480px) {

    html {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .search {
        display: none;
        margin-right: 0px;
        color: #222;
        height: 37px;
    }

    div#leyenda_gral_top {
        display: block;
        position: absolute;
        z-index: 9999 !important;
        top: -3px;
        left: -2%;
    }

    .buscador-mobile .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;
        width: auto;
    }

    ul.social-share li a {
        color: #ffffff !important;
        font-size: 20px;
    }

    .social-share {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-right: 121px;
    }

    ul.dropdown-menu.dropdown-cart {
        width: 400px;
        padding-right: 75%;
        margin-right: -7px;
    }

    body {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .modal-dialog {
        position: relative;
        width: 400px;
        margin-left: 7px;
        margin-top: 37px;
    }

    .modal-header button.btn.btn-default {
        background: red;
    }

    .modal-body input#palabra {
        width: 230px;
        margin-right: 75px;
    }

    .modal-body button.btn.btn-buscartop {
        top: 1px;
        padding: 7px 14px;
        left: -60px;
        height: auto;
    }

    .modal-header h4 {
        margin-left: 46px;
        margin-top: 10px;
    }

    .fa-search:before {
        content: "\f002";
        color: white;
    }

    div#boton_ws {
        position: fixed;
        left: 83%;
    }


    #datosfooter .veinteanios img {
        width: 20%;
        margin-bottom: 30px;
        margin-left: 40%;
    }

    div#datosfooter .col-xs-6 {
        width: 100%;
    }

    .cajasnove {
        margin-bottom: 40px;
    }

    .col-md-2.col-xs-6.cajasnuevo {
        width: 100%;
    }

    #navbar-menu-superior .dropdown-menu {
        width: 5000px !important;
        max-width: 300px !important;
    }

    #datosfooter {
        background-color: #ddd;
        text-align: center;
    }

    .cajasnove a.btn.btn-default.btn-vernota {
        margin-left: 38%;
    }

    .cajasnove h4 {
        margin-top: 0px;
        text-align: center;
    }

    .ban-top-izquierda img {
        max-width: 326px;
    }

    .image-show-case-wrapper {
        margin-top: 0;
    }

    .menu-info {
        position: absolute;
        width: 100%;
        background: white;
        left: 19px;
        top: 70px;
        padding-left: 0%;
    }

    /* .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: red;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    } */

    /* .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    } */

    a.dropdown-toggle {
        padding-top: 3px;
        color: white;
        font-size: 24px;
    }

    i.far.fa-search {
        color: white;
        margin-top: 5px;
    }

    /* .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #c60202;
    } */

    .modal-body .fa-search:before {
        content: "\f002";
        color: black;
    }

    .top-bar {
        background: #4285f4;
        z-index: 100;
        position: relative;
    }

    body.default {
        padding-top: 100px;
    }

    a.page-scroll.aparece {
        color: black;
    }

    div#cajanovofe .cajasnove {
        margin-bottom: 40px;
        padding-left: 31px;
        padding-right: 40px;
    }

    .style2 .title-sol span,
    .title-sol.style2 span {
        color: #000000;
        font-weight: 600;
        display: block;
        border-bottom: 2px solid #4285f4;
    }


    /* .navbar-toggle {
        position: relative;
        float: none;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        bottom: 58px;
        z-index: 999999999 !important;
        left: -6px;
    } */

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .top-bar {
        background: #4285f4;
        z-index: 1;
        position: relative;
        height: 45px;
    }

    div#leyenda_gral_top {
        display: block;
        position: absolute;
        z-index: 9999 !important;
        top: -2px;
        /* left: 57%; */
    }

    i.fa.fa-facebook {
        font-size: 18px;
    }

    .social-share {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-right: 22px;
    }

    .ban-top-izquierda {
        margin-bottom: 5px;
        margin-top: 10px;
        margin-left: -10px;
    }

    .ban-top-izquierda img {
        max-width: 330px;
        margin-left: -10px;
    }

    .buscador-mobile .btn.btn-lg {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-size: 18px;
        line-height: 1.471;
        padding: 10px 20px;
        width: auto;
    }


    ul.dropdown-menu.dropdown-cart {
        padding-left: 10%;
        padding-right: 62%;
    }


    .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;
    }

    ul.dropdown-menu.dropdown-cart {
        width: 200px !important;
        filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 25%));
        background-color: #fff;
        right: -4px;
        border-radius: 10px;
        padding-top: 25px;
        padding-bottom: 25px;
        top: 38px;
        height: 233px;
        z-index: 100 !important;
    }

    .navbar-fixed-top.navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

    .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: 0 !important;
    }

    .navbar.navbar-default.navbar-superior.navbar-fixed-top {
        z-index: 9999999 !important;
    }

    .image-show-case-wrapper {
        margin-top: 0;
        z-index: -10 !important;
    }

    .promotion {
        position: absolute;
        z-index: 2;
        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;
    }

    .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: 3 !important;
    }

    .top-bar {
        background: #4285f4;
        z-index: 4;
        position: relative;
        height: 45px;
    }

    .dropdown-menu {
        position: absolute;
        z-index: 100000 !important;
    }

    .dropdown-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 990;
        display: none;
    }

}





/* */

/* inicio cambios pedidos 16 julio 2025 */

#navbar-menu-superior li:nth-child(2) {
    background: #ff1c24;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
}

#navbar-menu-superior .resaltado {
    color: #fff;
}


.navbar-default .navbar-nav>li:nth-child(2)>a:hover {
    background-color: #e61202;
    border-radius: 7px;
}

/* fin cambios pedidos 16 julio 2025 */