body{
    min-width: 320px;
}
a, a:active, a:focus {
    color: var(--estilo-link-text-color);
    text-decoration: none;
}
a:hover {
    color: var(--estilo-link-text-color-hover);
}
button{
    transition: color 0.3s ease;
}
.label-checkbox-txtright{
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
}
.label-checkbox-txtright span{
    margin-left: 8px;
}

.label-checkbox-txtright input[type="checkbox"]{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
    cursor: pointer;
}

/*---WhatsApp-----------------------------------------------------------------*/
.whatsapp-content{
    text-align: center;
    right: 30px;
    bottom: 10px;
    position: fixed;
    z-index: 9999;
    animation-name: animatebottom;
    animation-duration: 0.5s;
    text-decoration: none;
}
.icono-block{
    display: inline-block;
    position: relative !important;
    width: 50px !important;
    height: 50px !important;
    transition: all .25s ease-in-out !important;
}
a.btn-accion{
    color:#ffffff;
    text-decoration: none;
    white-space: nowrap;
}
a.btn-accion:hover{
    color:#ffffff;
    text-decoration: none;
}
/*---Sombra---*/
.icono-sombra{
    background:#4DC247;
    position: absolute !important;
    z-index: 0 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    margin: auto !important;
    animation: TWL-widget-underlay 4s infinite;
    border-radius: 100% !important;
}
@keyframes TWL-widget-underlay {
    0% {
        opacity: .25;
        width: 0;
        height: 0
    }

    40% {
        opacity: .25
    }

    to {
        opacity: 0;
        width: 100px;
        height: 100px
    }
}
/*---FIN Sombra---*/
.icono{
    background:#4DC247;
    position: absolute !important;
    z-index: 10 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.2) !important;
    cursor: pointer !important;
}
/*---Animacion ICON---*/
.icono i{
    display: block !important;
    width: 35px !important;
    height: 36px !important;
    cursor: pointer !important;
    color: #fff !important;
    transition: all .25s ease-in-out !important;
    font-size: 35px !important;
    animation: tada 1s infinite;
    margin: 0 !important;
    padding: 0 !important;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

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

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }

    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0);
        opacity: 1;
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1);
    }

    10%, 20% {
        -o-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -o-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -o-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -o-transform: scale(1) rotate(0);
        opacity: 1;
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}
.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}
/*---FIN Animacion ICON---*/

.texto-accion{
    /*    width:100px;*/
    color:#FFFFFF;
    background-color:#4DC247;
    z-index: 9999;
    font-size:14px;
    border-radius:5px;
    font-weight:700;
    line-height:30px;
    text-align:center;
    padding: 0px 5px;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
.texto-accion span{
    font-family: "Open Sans" , Arial, sans-serif;
    margin-left:2px;
    margin-right:2px;
}
/*---FIN WhatsApp-------------------------------------------------------------*/


.pagina-autoload-loader{
    display: none;
    text-align: center;
}
.pagina-autoload-loader img{
    display: inline-block;
    border-radius: 50%;
}
.page-content.downlista{
    color: var(--estilo-main-text-color);
    text-align: center;
    padding-bottom: 0px;
}
div.downlistaexcel{
    display: block;
}
div.downlistaexcel div{
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 10px;
    padding: 5px 10px;
}
div.downlistaexcel span {
    display: inline-block;
    vertical-align: middle;
}
div.downlistaexcel span img{
    margin-left: 5px;
    max-width: 65px;
}
div.downlistaexcel span img.loadergif {
    display: none;
    border-radius: 50%;
    max-width: 32px;
    max-height: 32px;
    vertical-align: middle;
}
@media (max-width: 430px) {
    .downlistaexcel .dle-txt{
        display: block;
        margin-bottom: 10px;
    }
}

.header {
    color: var(--estilo-header-text-color);
    background-color: var(--estilo-header-background-color);
}
#scroll-top{
    bottom: 200px;
    color: var(--estilo-btn-principal-text-color);
    background-color: var(--estilo-btn-principal-background-color);
}
#scroll-top:hover, #scroll-top:focus {
    color: var(--estilo-btn-principal-text-color);
    background-color: var(--estilo-btn-principal-background-color-hover);
}

.btn{
    cursor: pointer;
}
.btn.btn-siguiente{
    color: #ffffff;
    background-color: #a6c76c;
    border-color: #a6c76c;
}
.btn.btn-siguiente:hover{
    color: #ffffff;
    background-color: #92b25a;
    border-color: #92b25a;
}
::selection {
    background-color: var(--estilo-color-principal);
    color: var(--estilo-main-text-color);
}
/*.header {
    background-image: url("/images/bg03.jpg");
        background-color: #1b5d8f;
}*/

.sticky-wrapper{
    z-index: 999;
}
.sticky-header.fixed {
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:1040;
    animation-name:fixedHeader;
    animation-duration:.4s;
    background-color: var(--estilo-header-background-color);
    box-shadow:0 3px 6px rgba(51,51,51,0.05);
    min-width: 320px;
}
.sticky-header.fixed .logo {
    margin-top:0;
    margin-bottom:0
}
.sticky-header.fixed.header-middle .menu>li>a {
    padding-top:2rem;
    padding-bottom:2rem
}



.sticky-header{
    /*    background-color: #BF1969;*/
    /*    background-image: url("/images/bg03.jpg");*/
    /*    background-color: #1b5d8f;*/
}
.header-top{
    color: var(--estilo-preheader-text-color);
    background-color: var(--estilo-preheader-background-color);
}

.header-top a:hover, .header-top a:focus, .header-top a:active {
    color: var(--estilo-link-text-color-hover);
}
.header .header-middle{
    background-image: var(--estilo-header-background-imagen);
    background-repeat: repeat;
    /*    background-color: #ffffff;*/
}
.header-top .container::after, .header-top .container-fluid::after{
    background-color: transparent;
}
/*.header-top a:hover, .header-top a:focus{
    color: #222;
}*/
.header-middle {
    border-bottom: none;
}
.header .header-bottom{
    color: var(--estilo-posheader-text-color);
    background-color: var(--estilo-posheader-background-color);
}
header .header-bottom .menu > li > a {
    color: var(--estilo-posheader-text-color);
}
header .header-bottom .menu > li > a::before {
    background-color: transparent;
    color: var(--estilo-posheader-text-color);
}
header .header-bottom .menu-toggler{
    color: var(--estilo-btn-principal-text-color);
    background-color: var(--estilo-btn-principal-background-color);
    border-radius: 5px;
}
header .header-bottom .menu-toggler i{
    color: var(--estilo-btn-principal-text-color);
}
header .header-bottom .menu-toggler:hover i, header .header-bottom .menu-toggler:focus i, header .header-bottom .menu-toggler:active i {
    color: var(--estilo-btn-principal-text-color);
}
header .header-bottom .menu-toggler span{
    color: var(--estilo-btn-principal-text-color);
}
.header-6 .header-top .social-icons a{
    color: #ffffff;
}
.social-icon {
    font-size: 1.2rem;
}
.header .header-top .social-icons-color a {
    margin-right: 1.5rem;
}
.header-6 .wishlist-txt, .header-6 .cart-txt{
    color: #ffffff;
}
.header-6 .wishlist-link:hover .wishlist-txt, .header-6 .wishlist-link:focus .wishlist-txt {
    color: #222;
}
.header-6 .header-middle a i{
    color: #ffffff;
}
.header-6 .header-middle a:hover, .header-6 .header-middle a:focus {
    color: #222;
}
.header-6 .cart-dropdown:hover .cart-txt, .header-6 .cart-dropdown:focus .cart-txt, .header-6 .compare-dropdown:hover .cart-txt, .header-6 .compare-dropdown:focus .cart-txt {
    color: #222;
}
.cart-dropdown {
    padding-left: 10px;
}
.cart-dropdown .cart-count {
    background-color: var(--estilo-btn-principal-background-color);
    color: var(--estilo-btn-principal-text-color);
}
.cart-dropdown .cart-amount {
    font-size: 18px;
    margin-left: 7px;
}
.cart-dropdown .icon-shopping-cart{
    color: var(--estilo-btn-principal-background-color);
}
.cart-dropdown:hover .dropdown-toggle, .cart-dropdown.show .dropdown-toggle, .compare-dropdown:hover .dropdown-toggle, .compare-dropdown.show .dropdown-toggle{
    color: var(--estilo-btn-principal-background-color);
}
.deal-countdown .countdown-amount{
    color: #222;
}

.header .logo{
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin: 0;
}
header .logo img{
    max-height: 120px;
    max-width: 300px;
    margin:5px 0;
}


.header .header-search form .btn.btn-primary{
    background-color: #222;
}

/*.header-bottom .menu > li > a::before{
    background-color: #e65013;
}*/
.page-header{
    padding: 3.6rem 0 3rem;
    border-bottom: 7px solid var(--estilo-secciontitulo-border-color);
    background-color: var(--estilo-secciontitulo-background-color);
    background-image: var(--estilo-secciontitulo-background-imagen);
}
.page-header h1 {
    font-family: "fontTitulos", Arial, sans-serif;
    color: var(--estilo-secciontitulo-text-color);
    font-size: 26px;
    font-weight: normal;
/*    text-transform: uppercase;*/
    letter-spacing: 1px;
    /*    text-shadow: #000 0px 0px 2px;*/
}
.page-header h1 span{
    color: var(--estilo-secciontitulo-text-color);
    text-transform: uppercase;
    font-size: 16px;
}
.page-header h2 {
    font-family: "fontTitulos", Arial, sans-serif;
    color: var(--estilo-secciontitulo-text-color);
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*    text-shadow: #08855b 0px 0px 5px;*/
    margin-bottom: 0;
    display: inline-block;
    /*    background-color: #F8DDC4;*/
    border-radius: 10px;
    padding: 5px 10px;
}
.page-header h2 span{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}

.breadcrumb-nav{
    background-color: #ffffff;
}
.breadcrumb-item a{
    color: var(--estilo-link-text-color);
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
    color: var(--estilo-link-text-color-hover);
}

/*---BUSCADOR HEADER----------------------------------------------------------*/
.header .buscador_header{
    margin: 0 auto;
    max-width: 900px;
}
.header form .header-search-wrapper{
    text-align: center;
}
.campo-busqueda:focus, .campo-busqueda:active{
    border-color: var(--estilo-color-principal);
}
.header form .campo-busqueda{
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
    margin: 0;
    background-color: #fafafa;
    /*    border-color: transparent;*/
}
.header form .form-control {
    height: 40px;
}
.header form .btn.btn-primary{
    display: inline-block;
    min-width: 50px;
    width: 50px;
    padding: 1rem;
    margin-left: -4px;
    height: 40px;
    vertical-align: middle;
    background-color: var(--estilo-btn-principal-background-color);
    color: var(--estilo-btn-principal-text-color);
    border-radius: 0;
}
.header form .btn.btn-primary:hover{
    color: var(--estilo-btn-principal-text-color);
    background-color: var(--estilo-btn-principal-background-color-hover);
    border-color: var(--estilo-btn-principal-background-color-hover);
}
.header form .btn.btn-primary i{
    font-size: 2rem;
    margin: 0;
}

.buscador_mobile{
    display: none;
    margin: 7px 0;
    width: 100%;
}

/*---FIN BUSCADOR HEADER------------------------------------------------------*/

.top-menu ul li.mobile-menu-on{
    display: none;
}
.top-menu ul li.li-menu{
    margin-right: 10px;
}
.menu .menu-toggler{
    color: var(--estilo-header-text-color);
    text-transform: uppercase;
    /*    margin: 0;*/
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    /*    border-right: 1px dashed #ccc;*/
    display: inline-block;
    padding-right: 10px;
    /*    margin-left: 25px;*/
    margin-top: 5px;
    margin-bottom: 5px;
}
.menu .menu-toggler:hover {
    color: var(--estilo-link-text-color-hover);
}
.menu .menu-toggler span{
    display: inline-block;
    letter-spacing: -.01em;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.4rem;
    vertical-align: middle;
}
.menu .menu-toggler i{
    font-size: 34px;
    margin-right: 3px;
    vertical-align: middle;
    line-height: 34px;
}
.top-menu .menu-toggler{
    border: none;
    color: var(--estilo-btn-principal-text-color);
    background-color: var(--estilo-btn-principal-background-color);
    padding: 5px 10px;
}
.top-menu .menu-toggler span{
    color: var(--estilo-header-text-color);
}
.top-menu .menu-toggler i{
    border: none;
    /*    padding-left: 5px;*/
}
.mobile-menu-toggler{
    color: #222;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding-right: 5px;
    border: 2px solid var(--estilo-color-secundario);
    margin-left: 25px;
}
.mobile-menu-toggler i{
    font-size: 34px;
    margin-right: 3px;
    vertical-align: middle;
}
/*.menu-toggler{
    color: #ffffff;
    display: inline-block;
    background-color: transparent;
    border: none;
    font-size: 18px;
}
.menu-toggler i{
    font-size: 34px;
    margin-right: 5px;
    vertical-align: middle;
}*/

.menu .megamenu-container{
    position: relative;
}

.menu > li > a i{
    margin-right: 7px;
    font-size: 22px;
    float: left;
}
/*.menu > li > a.radius_r{
    border-radius: 5px 0px 0px 5px;
}
.menu > li > a.radius_l{
    border-radius: 0px 5px 5px 0px;
}*/
.menu > li{
    margin: 0 5px;
    text-align: center;
}
.menu > li > a{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    color: var(--estilo-header-text-color);
}
.menu > li > a:hover, .menu > li > a:active, .menu > li > a:focus{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    color: var(--estilo-link-text-color-hover) !important;
}
.menu .sf-with-ul, .menu ul a {
    text-transform: uppercase;
    color: var(--estilo-link-text-color);
    ;
}
.menu .megamenu, .menu ul {
    background-color: var(--estilo-color-principal);
    margin-top: 0px;
}
.menu li.active>a {
    /*    background-color: var(--estilo-btn-principal-background-color);*/
    color: var(--estilo-link-text-color-hover);
}
.header-middle .menu.sf-arrows > li > .sf-with-ul{
    padding-right: 25px;
}
.header-middle .menu > li > a:first-child {
    padding-left: 5px;
}
.menu.sf-arrows .sf-with-ul::after {
    right:7px;
}
.mmenu-btn {
    color: var(--estilo-preheader-text-color);
}
.mmenu-btn:hover, .mmenu-btn:focus {
    color: var(--estilo-preheader-text-color);
}
.mobile-menu-close {
    color: var(--estilo-preheader-text-color);
}
.mobile-menu-close:hover i.icon-close::before{
    color: var(--estilo-preheader-text-color);
}
.footer {
    border-top: 7px solid var(--estilo-secciontitulo-border-color);
    background-color: var(--estilo-footer-background-color);
}
.footer .widget-title {
    color: #ffffff;
}
.footer .logo{
    margin-top: -10px;
    margin-bottom: 15px;
}
.footer .logo img{
    max-width: 200px;
    margin: 15px 0px 15px 0px;
}
.footer a:hover, .footer a:focus {
    color: var(--estilo-color-secundario);
}
.footer .social-icons {
    padding-left: 25px;
}
.footer-middle{
    border-top: none;
    padding: 50px 0 20px;
}
.footer-middle p{
    color: #ddd;
}
.footer-middle a{
    color: var(--estilo-footer-text-color);
}
.footer-middle a:hover{
    color: var(--estilo-link-text-color-hover);
}
.footer-middle a i{
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
}
/*.footer-bottom .container::before{
    background-color: transparent;
}*/
.footer-bottom {
    background-color: #1f1d1e;
}
.footer-bottom .container{
    padding: 5px 0;
}
.footer-bottom .footer-copyright{
    margin-top: 0px;
    font-size: 11px;
}
.footer-bottom .footer-copyright a{
    color: #ff6633;
}
.footer-bottom .footer-copyright a:hover{
    color: #d43b08;
}
.footer .footer-payments {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer .footer-payments img{
    display: inline-block;
}

.fixed .side-nav {
    overflow-y: scroll;
    max-height: calc(100vh - 55px);
}
/*.header-intro-clearance .header-middle .header-center, */
.header-intro-clearance .header-bottom .header-center {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
}
.header-intro-clearance .header-bottom .container::after {
    right: 0;
    height: 0;
    width: 0;
}
.main-nav {
    margin-left: 0px;
}
.header-center .main-nav .menu li a{
    text-transform: uppercase;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
}
.main-nav .la-star{
    color: #F4B30D;
}

.textoLabel label{
    vertical-align: top;
    line-height: 18px;
    padding-top: 0px;
    text-align: right;
    margin-right: 5px;
}
form input[type="password"]{
    width: 100%;
}
.header-left .top-menu-social{
    margin-bottom: 0;
}
.header-left .top-menu-social li{
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.header-left .top-menu-social li i{
    font-size: 17px;
    margin-right: 5px;
}
.header-left .top-menu-social li span{
    font-size: 12px;
    text-transform: uppercase;
}
.header-right .top-menu-ingresar{
    margin-bottom: 0;
    margin-right: 15px;
}
.header-right .top-menu-ingresar li{
    padding-top: .75rem;
    padding-bottom: .75rem;
    display: inline-block;
    margin-left: 10px;
}
.header-right .top-menu-ingresar li a{
    text-transform: uppercase;
    letter-spacing: -.01em;
}
.header-right .top-menu-ingresar li i{
    font-size: 1.5rem;
    margin-right: 2px;
    line-height: 1;
}
.header-top .top-menu li + li {
    margin-left: 0;
}
.top-menu li + li {
    margin-left: 0;
}
.header-right .top-menu li ul li{
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.header-left .top-menu li ul li{
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.clearall{
    clear: both;
    height: 1px;
}
.main{
    background-image: var(--estilo-main-background-imagen);
    min-width: 320px;
}
.main .container .title {
    font-size: 20px;
}
.main .container .content-modulo{
    background-color: var(--estilo-main-background-color);
}
/*main .container .heading {
    margin-bottom: 0px !important;
}*/
main .container .heading h2{
    margin-bottom: 0px !important;
}

.header-search form .campo-busqueda{
    background-color: #fafafa;
}
.header-search form .btn.btn-primary{
    display: inline-block;
    min-width: 50px;
    width: 50px;
    padding: 0;
    margin-left: -4px;
    height: 45px;
    vertical-align: middle;
    background-color: #e65013;
    color: #ffffff;
    border-radius: 0;
}
.header-search form .btn.btn-primary i.icon-search{
    font-size: 2rem;
    margin: 0;
}
.header-search form .btn.btn-primary:hover{
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}

.mobile-menu-container {
    background-color: var(--estilo-preheader-background-color);
    font-size: 15px;
}
.mobile-menu-container .social-icon:hover, .mobile-menu-container .social-icon:focus {
    background-color: #fff;
}
.mobile-menu-wrapper form .header-search-wrapper{
    text-align: center;
}
.mobile-menu-wrapper form .campo-busqueda{
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
    margin: 0;
    border-color: transparent;
}
.mobile-menu-wrapper form .btn.btn-primary{
    display: inline-block;
    min-width: 50px;
    width: 50px;
    padding: 0;
    margin-left: -4px;
    height: 40px;
    vertical-align: middle;
    border-radius: 0;
    background-color: var(--estilo-btn-principal-background-color);
    color: var(--estilo-btn-principal-text-color);
}
.mobile-menu-wrapper form .btn.btn-primary:hover{
    color: var(--estilo-btn-principal-text-color);
    background-color: var(--estilo-btn-principal-background-color-hover);
    border-color: var(--estilo-btn-principal-background-color-hover);
}
.mobile-menu-wrapper form .btn.btn-primary i.icon-search{
    font-size: 2rem;
    margin: 0;
}
.mobile-menu-wrapper form .btn.btn-primary i.icon-search:before{
    margin: 0;
}

.mobile-menu-wrapper li .mobile-cats-lead{
    background-color: #f9f9f9;
}
.mobile-menu li.open > a, .mobile-menu li.active > a {
    color: var(--estilo-posheader-text-color);
}
.mobile-menu li a:hover, .mobile-menu li a:focus {
    color: var(--estilo-link-text-color-hover);
}
.mobile-menu li ul li a:not(:hover):not(:focus) {
    color: var(--estilo-posheader-text-color);
}
.nav.nav-pills-mobile .nav-link.active, .nav.nav-pills-mobile .nav-link:hover, .nav.nav-pills-mobile .nav-link:focus {
    color: var(--estilo-posheader-text-color);
    border-bottom-color: var(--estilo-posheader-text-color);
}
.nav.nav-border-anim .nav-link::before {
    background-color: var(--estilo-posheader-text-color);
}
.footer-newsletter {
    color: var(--estilo-prefooter-text-color);
    background-image: var(--estilo-prefooter-background-imagen);
    background-color: var(--estilo-prefooter-background-color);
}
.footer-newsletter .title {
    color: #fff;
    font-size: 20px;
    /*    font-family: "Gabriola";*/
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    /*    background-color: #F8DDC4;*/
    border-radius: 10px;
    padding: 5px 10px;
    text-shadow: #000 0px 0px 2px;
}
.footer-newsletter form .header-search-wrapper{
    text-align: center;
}
.footer-newsletter form .campo-busqueda{
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
    margin: 0;
    background-color: #fafafa;
}
.footer-newsletter form .btn.btn-primary{
    display: inline-block;
    min-width: 50px;
    width: 50px;
    padding: 1rem;
    margin-left: -4px;
    height: 46px;
    vertical-align: middle;
    background-color: var(--estilo-btn-principal-background-color);
    color: var(--estilo-btn-principal-text-color);
    border-radius: 0;
}
.footer-newsletter form .btn.btn-primary:hover{
    color: var(--estilo-btn-principal-text-color);
    background-color: var(--estilo-btn-principal-background-color-hover);
    border-color: var(--estilo-btn-principal-background-color-hover);
}
.footer-newsletter form .btn.btn-primary i{
    font-size: 2rem;
    margin: 0;
}
.footer .widget-about-info a {
    font-size: 16px;
}
form input, form textarea{
    border: 1px solid #aaaaaa;
}
.form-control {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
}
.product figure{
    /*    border: 2px solid var(--estilo-color-principal);
        border-radius: 5px;*/
}
.product.product-11 a.btn_producto:hover,.product.product-11 a.btn_producto:focus{
    color:var(--estilo-btn-principal-text-color);
}
.product.product-11 a.btn_producto,.product.product-11 a.btn_producto{
    color: var(--estilo-btn-principal-text-color);
    background-color: var(--estilo-btn-principal-background-color);
    padding: 5px 15px;
    width: 100%;
}
.product.product-11 a.btn_producto:hover,.product.product-11 a.btn_producto:focus{
    color: var(--estilo-btn-principal-text-color);
    background-color: var(--estilo-btn-principal-background-color-hover);
}

/*---Errores---*/
form label.error {
    color: #FF0000;
    display: block;
    font-style: italic;
    font-weight: normal;
    text-align: left;
}
form ul.error_list {
    color: #FF0000;
    display: block;
    font-style: italic;
    list-style: none outside none;
}
/*---FIN Errores---*/

div#accionForm div#procesando{
    display: none;
    font-weight: bold;
    text-align: center;
}

div#accionForm div#procesando img,.accion-procesando img{
    margin: 0 auto;
}
/*---Paginación---------------------------------------------------------------*/
div.paginacion {
    padding: 5px 40px;
    text-align: center;
}
div.paginacion a {
    color: #777777;
    text-decoration: none;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
}
div.paginacion .paginacion_cont {
    font-size: 14px;
    display: block;
}
div.paginacion .paginacion_cont.ptop {
    /*    border-bottom: 1px dashed #dddddd;*/
    padding-bottom: 10px;
    margin-bottom: 15px;
}
div.paginacion .paginacion_cont.pbottom {
    /*    border-top: 1px dashed #dddddd;*/
    padding-top: 10px;
    margin-top: 10px;
}
div.paginacion .paginacion_cont .actual {
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}
div.paginacion .paginacion_cont img {
    border: medium none;
    background-color: #cccccc;
    padding: 5px 10px;
    border-radius: 5px;
    height: 22px;
    vertical-align: middle;
    transition: all 0.25s ease 0s;
}
div.paginacion .paginacion_cont img:hover {
    background-color: #aaaaaa;
}
/*---FIN Paginación-----------------------------------------------------------*/

/*---Carrito Header-----------------------------------------------------------*/
.btn.btn-outline-primary-2{
    color: var(--estilo-btn-principal-text-color);
    background-color: var(--estilo-btn-principal-background-color);
    border-color:var(--estilo-btn-principal-background-color);
}
.btn.btn-outline-primary-2:hover,
.btn.btn-outline-primary-2:focus,
.btn.btn-outline-primary-2.focus,
.btn.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.show>.btn.btn-outline-primary-2.dropdown-toggle {
    color: var(--estilo-btn-principal-text-color);
    background-color:var(--estilo-btn-principal-background-color-hover);
    border-color:var(--estilo-btn-principal-background-color-hover);
    box-shadow:none
}
.dropdown-cart-action{
    display: block;
}
.dropdown-cart-action a{
    width: 100%;
    margin-top: 10px;
}
/*---FIN Carrito Header-------------------------------------------------------*/


/*---PAGINA DE PRODUCTO-------------------------------------------------------*/
.product-details-quantity {
  margin-right: 5px;
}
.cantidadstock i{
    white-space: nowrap;
}

.select-custom {
    position: relative;
    display: inline-block;
}
.select-custom select{
    cursor: pointer;
}
.abrir-select {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
    cursor: pointer;
    font-size: 14px;
    opacity: 0.6;
    z-index: 2;
}
.details-caracteristicas{
    padding-top: 1.7rem;
    border-top: .1rem solid #ebebeb;
    margin-bottom: 0;
}
.details-caracteristicas label{
    display: block;
    width: 100%;
}
.details-caracteristicas .select-custom{
    margin-bottom: 2rem;
}
.details-cantidad label {
    width: auto;
    margin-right: 7px;
}
.product-image-gallery .product-gallery-item::before{
    border-color: transparent;
}
.product-gallery-vertical .product-image-gallery {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*---BOTONES------------------------------------------------------------------*/
.btn_editar_chico {
    background-color: transparent;
    background-image: url("/images/btn-editar-chico.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 16px;
}

a.btn{
    color: var(--estilo-btn-principal-text-color);
}

.btn{
    background-color: var(--estilo-btn-principal-background-color);
    background-position: 0 0;
    background-repeat: repeat-x;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    color: var(--estilo-btn-principal-text-color);
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.25s ease 0s;
    min-width: 32px;
}
.btn:active, .btn:focus{
    background-color: var(--estilo-btn-principal-background-color);
    color: var(--estilo-btn-principal-text-color);
}
.btn:hover{
    background-color: var(--estilo-btn-principal-background-color-hover);
    color: var(--estilo-btn-principal-text-color);
}

a.btn:hover{
    color: var(--estilo-btn-principal-text-color);
}
.btn i:last-child {
    margin-left: 0px;
}
.btn i:first-child {
    margin-right: 5px;
}
.btn i{
    font-size: 22px;
    vertical-align: middle;
}
.btn_next {
    color: #FFFFFF;
    background-color: #a6c76c;
    border-color: #a6c76c;
}
.btn_next {
    color: #FFFFFF;
    background-color: #3DB94E;
    border-color: #3DB94E;
}
.btn_next:hover,
.btn_next:focus,
.btn_next.focus,
.btn_next:not(:disabled):not(.disabled):active,
.btn_next:not(:disabled):not(.disabled).active{
    color:#fff;
    background-color:#38ab48;
    border-color:#38ab48;
    box-shadow:none
}
.btn_volver, a.btn_volver{
    background-color: #ed1c24;
    color:#fff;
}
.btn_volver:hover, a.btn_volver:hover{
    background-color: #dd0c14;
    color:#fff;
}
.btn_chico{
    padding: 2px 7px;
    border-radius: 5px;
}
.btn_chico i{
    margin-right: 2px;
    vertical-align: middle;
}
.btn_rojo{
    background-color: #D8524E;
    color: #ffffff;
}
.btn_rojo:hover {
    background-color:#D33E39;
    color: #ffffff;
}
.btn_rojo:active {
    background: #D8524E;
    color: #ffffff;
}
.btn_rojo:focus {
    background: #D8524E;
    color: #ffffff;
}

.btn_oca{
    background-color: #4a307b;
    color:#ffffff
}
.btn_oca:hover {
    background-color:#3e2967;
    color: #ffffff;
}
.btn_oca:active{
    background-color: #4a307b;
    color:#ffffff
}
.btn_oca:focus{
    background-color: #4a307b;
    color:#ffffff
}

.btn_celeste{
    background-color: #53B8D6;
    color: #ffffff;
}
.btn_celeste:hover {
    background-color:#43A8C6;
    color: #ffffff;
}
.btn_celeste:active {
    background-color:#53B8D6;
    color: #ffffff;
}
.btn_celeste:focus {
    background-color:#53B8D6;
    color: #ffffff;
}

.btn_azul{
    background-color: #3F88C7;
    color: #ffffff;
}
.btn_azul:hover {
    background-color:#317AB9;
    color: #ffffff;
}
.btn_azul:active {
    background-color:#3F88C7;
    color: #ffffff;
}
.btn_azul:focus {
    background-color:#3F88C7;
    color: #ffffff;
}


header.fixed .logo img {
    max-width: 180px;
}

/*---MEDIA--------------------------------------------------------------------*/
@media (max-width: 1130px) {
    .header.header2 .buscador_header {
        width: 200px;
    }
}
@media (max-width: 991px) {
    .header-bottom {
        display: block;
    }
    .mobile-menu-toggler{
        margin-left: 15px;
    }
    .mobile-menu-toggler i{
        font-size: 27px;
    }
    .header-left .top-menu-social li span{
        display: none;
    }
    .top-menu:not(.top-link-menu) > li::after {
        content: "\f0c9";
        font-family: "Line Awesome Free";
        color: var(--estilo-preheader-text-color);
        position: absolute;
        font-size: 22px;
        top: 40%;
        right: 0;
        display: inline-block;
        line-height: 1;
        text-align: center;
        margin-top: -.7rem;
        font-weight: 900;
        cursor: pointer;
    }

    .top-menu:not(.top-link-menu) > li > a {
        padding-right: 3px;
    }

    .top-menu:not(.top-link-menu) ul{
        background-color: var(--estilo-preheader-background-color);
        margin-top: 0px;
        min-width: 200px;
    }
    .top-menu:not(.top-link-menu) a {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
        display: block;
    }
    .header-top .top-menu:not(.top-link-menu) ul a:hover,
    .header-top .top-menu:not(.top-link-menu) ul a:focus {
        color:var(--estilo-link-text-color-hover);
    }
    .top-menu ul li.mobile-menu-on{
        display: block;
    }
    /*    .menu-toggler{
            display: none;
        }*/
    .header .buscador_header{
        width: 100%;
    }
    .header.header1 .buscador_header{
        display: none;
    }
    .header1 .buscador_mobile{
        display: block;
    }
}
@media (max-width: 700px) {
    .header.header2 .buscador_header{
        display: none;
    }
    .header2 .buscador_mobile{
        display: block;
    }
}
@media (max-width: 420px) {
    /*    .header .header-top .social-icons-color a {
            margin-right: 0;
    
        }
        .header .header-top .social-icons-color a i{
            margin-right: 0;
        }
        .header .header-top .social-icons-color a i.icon-facebook-f{
            margin-right: 15px;
        }*/


    .mobile-menu-toggler{
        font-size: 14px;
    }
    header .logo img{
        max-width: 100px;
    }
}
@media (max-width: 360px){
    .header-search .search-wrapper-wide{
        width:260px
    }
    .compare-dropdown,.wishlist,.account,.wishlist-link{
        display:none !important
    }
}

.product.product-11 .product-body {
    padding-bottom: 0px;
}


/*---INICIO: Descuento--------------------------------------------------------*/
.producto-precio-descuento {
}
.producto-precio-descuento strong {
    font-weight: 400;
}
.producto-precio-descuento{
    line-height: 22px;
}
.producto-precio-descuento .porcentajedescuento{
    margin-left: 5px;
    color: #1E915E;
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
}
.producto-precio-descuento del {
    margin-left: 5px;
    color: #999999;
    font-size: 12px;
    display: inline-block;
}
/*---FIN: Descuento-----------------------------------------------------------*/

/*---TABLAS-------------------------------------------------------------------*/
.floatingHeader {
    position: fixed;
    visibility: hidden;
    z-index: 2;
}
/*.wrapper_contenedor-tabla{
    padding: 0 20px;
}*/
.contenedor-tabla{
    width: 100%;
    overflow-x: auto;
}

/*.floatingHeader th:first-child{
    border-left: none;
}*/
table {
    border:none;
    /*    font-size: 12px;*/
}
td{
    border:none;
    padding: 5px;
}

table.data {
    border: 1px solid #dcdcdc;
    /*    margin: 0px 0px 20px 0px;*/
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}
table.data th {
    padding: 8px 4px 8px 4px;
    border: 1px solid #dcdcdc;
    background-color: #EEEFF1;
    color: #5b5b5b;
    font-size: 12px;
}
table.data th a{
    color: #5b5b5b;
}
table.data th a i{
    font-size: 22px;
    vertical-align: middle;
}
table.data th.th-btnacciones {
    width:110px;
    max-width:110px;
    min-width:110px;
}
table.data th.th-fecha{
    width:135px;
    max-width:135px;
    min-width:135px;
}
table.data td.td-fecha{
    text-align: right;
}
table.data th.th-importe{
    width:135px;
    max-width:135px;
    min-width:135px;
}
table.data td.td-importe{
    text-align: right;
    font-size: 16px;
}
table.data td {
    padding: 15px 10px;
    border: 1px solid #dcdcdc;
    color: #5b5b5b;
    vertical-align: middle;
}
table.data td.td-color-rojo{
    background-color: #FF7979;
    color: #5b5b5b;
    font-weight: bold;
}
table.data td.td-color-amarillo{
    background-color: #FFFF8A;
    color: #5b5b5b;
    font-weight: bold;
}
table.data td.td-color-verde{
    background-color: #79FF79;
    color: #5b5b5b;
    font-weight: bold;
}
table.data td.td-color-gris {
    background-color: #E0E0E0;
    color: #5b5b5b;
    font-weight: bold;
}
table.data tr {
    background: #fff
}
table.data tr:hover {
    background: #feffdc;
}
table.data tr small a{
    color: #fff;
}
table.data tr small{
    color: #fff;
}
table.data tr:hover small a{
    color: #527e19;
}
table.data tr:hover small a:hover{
    color: #000;
}
table.data tr:hover small {
    color: #5b5b5b;
}

table.data tr th img.loadergif {
    display: none;
    border-radius: 50%;
    max-width: 32px;
    max-height: 32px;
    vertical-align: middle;
}
table.data tr th span a{
    display: inline-block;
    vertical-align: middle;
}
table .texto-centrado{
    text-align: center;
}
table.data .two-place {
    display: block;
    visibility: visible;
    height: 2.5em;
    width: 0;
}
table.data .two-place::after {
    content: "";
    border: 1px dashed #ccc;
    float: left;
    background-color: #eee;
    height: 2.5em;
    width: 100px;
}
table.data tbody.tbody-sort .handle{
    cursor: grabbing;
}
table .texto-left{
    text-align: left;
}
table .texto-right{
    text-align: right;
}
table.data td.td-checkbox input[type=checkbox]{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
    cursor: pointer;
}
table.data td.td-checkbox label{
    display: block;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
table .th-btn{
    width: 38px;
    max-width: 38px;
    min-width: 38px;
}
table .th-codigo{
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}
table .th-descripcion{
    min-width: 150px;
}
table .th-cantidad{
    width: 60px;
    max-width: 60px;
    min-width: 60px;
}
table .th-descuento{
    width: 60px;
    max-width: 60px;
    min-width: 60px;
}
table .th-unidaddemedida{
    width: 60px;
    max-width: 60px;
    min-width: 60px;
}
table .th-preciounitario{
    width: 100px;
    max-width: 100px;
    min-width: 100px;
}
table .th-costounitario{
    width: 100px;
    max-width: 100px;
    min-width: 100px;
}
table .th-monedacotizacion{
    white-space: nowrap;
    width: 115px;
    max-width: 115px;
    min-width: 115px;
}
table .th-iva{
    width: 40px;
    max-width: 40px;
    min-width: 40px;
}
table .th-subtotal{
    width: 100px;
    max-width: 100px;
    min-width: 100px;
}
table .th-subtotalconiva{
    width: 100px;
    max-width: 100px;
    min-width: 100px;
}
table .td-iva{
    width: 40px;
    max-width: 40px;
    min-width: 40px;
}
table .td-iva{
    width: 40px;
    max-width: 40px;
    min-width: 40px;
}
table .td-monedacotizacion{
    width: 55px;
    max-width: 55px;
    min-width: 55px;
}
table .td-moneda{
    width: 40px;
    max-width: 40px;
    min-width: 40px;
}
table .td-impreso {
    white-space: nowrap;
}
table .td-impreso i {
    font-size: 22px;
    vertical-align: middle;
}
table .td-impreso i.la-check-circle {
    color: #52AE52;
}
table .td-impreso i.la-stop-circle {
    color: red;
}
table .td-impreso .no-imprimible{
    color: #888;
}
table .td-impreso .no-imprimible i{
    color: #888;
}
table td.celda-roja{
    background-color: #FF7979;
    color: #ffffff;
}
table td.celda-amarilla{
    background-color: #FFFF8A;
    color: #5b5b5b;
}
table td.celda-gris{
    background-color: #EEEEEE;
    color: #5b5b5b;
}

table .th-habilitado{
    width:95px;
    max-width:95px;
    min-width:95px;
}
table .td-habilitado{
    text-align: center;
}
table .td-habilitado i{
    font-size: 22px;
    vertical-align: middle;
}
table .td-habilitado i.la-check-circle{
    color: #52AE52;
}
table .td-habilitado i.la-stop-circle{
    color: red;
}
/*---FIN TABLAS---------------------------------------------------------------*/
