body{
    min-width: 320px;
}
a, a:active, a:focus {
    color: #A22BC8;
    text-decoration: none;
}
a:hover {
    color: #9728bb;
}

/*---Preloader----------------------------------------------------------------*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: #51378E;
    background-image: url("/images/isologo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px;
}

.cssload-container{
    position: absolute;
    left:calc(50%);
    top: calc(50% - 2px);
    transform: translate(-50%,-50%);
    /*	display: block;
            margin:49px auto;
            width:97px;*/
}

.loading6{
    width: 190px;
    height: 190px;
    /*	background: rgb(223,1,1);*/
    border-radius: 50%;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;

}
.loading6:before{
    content:"";
    width: 0;
    height: 0;
    margin:auto;
    /*    border: 19px solid rgb(67,35,23);*/
    border: 15px solid rgb(255,255,255);
    border-radius: 50%;
    animation:loading6-ani1 1.15s infinite;
    -o-animation:loading6-ani1 1.15s infinite;
    -ms-animation:loading6-ani1 1.15s infinite;
    -webkit-animation:loading6-ani1 1.15s infinite;
    -moz-animation:loading6-ani1 1.15s infinite;
}


@keyframes loading6-ani1{
    70%{
        width: 120px;
        height: 120px;
    }
    100%{
        width: 120px;
        height: 120px;
        border-width: 0;
    }
}

@-o-keyframes loading6-ani1{
    70%{
        width: 120px;
        height: 120px;
    }
    100%{
        width: 120px;
        height: 120px;
        border-width: 0;
    }
}

@-ms-keyframes loading6-ani1{
    70%{
        width: 120px;
        height: 120px;
    }
    100%{
        width: 120px;
        height: 120px;
        border-width: 0;
    }
}

@-webkit-keyframes loading6-ani1{
    70%{
        width: 120px;
        height: 120px;
    }
    100%{
        width: 120px;
        height: 120px;
        border-width: 0;
    }
}

@-moz-keyframes loading6-ani1{
    70%{
        width: 120px;
        height: 120px;
    }
    100%{
        width: 120px;
        height: 120px;
        border-width: 0;
    }
}
/*---FIN Preloader------------------------------------------------------------*/


/*---WhatsApp-----------------------------------------------------------------*/
.btn-accion{
    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: block !important;
    position: relative !important;
    width: 50px !important;
    height: 50px !important;
    transition: all .25s ease-in-out !important;
    left: 25px;
    top: 22px;
}
/*---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;
}
.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%;
}
div.downlistaexcel{
    display: block;
}
div.downlistaexcel div{
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
/*    background-color: #F8DDC4;*/
    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;
}

.header {
    background-color: #231f20;
}
#scroll-top{
    color: #fff;
    background-color: #A22BC8;
}
#scroll-top:hover, #scroll-top:focus {
    color: #fff;
    background-color: #9728bb;
}

.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: #A22BC8;
}
/*.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: #231f20;
    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: #ffffff;
}
.header-top a:active,.header-top a:focus{
    color: #ffffff;
}
.header-top a:hover {
    color: #A22BC8;
}
.header .header-middle{
    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-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: #A22BC8;
    color: #fff;
}
.cart-dropdown .icon-shopping-cart{
    color: #A22BC8;
}
.deal-countdown .countdown-amount{
    color: #222;
}

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


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

/*.header-bottom .menu > li > a::before{
    background-color: #e65013;
}*/
.page-header{
    padding: 3.6rem 0 3rem;
    background-image: url('/assets/images/page-header-bg.jpg');
}
.page-header h1 {
    color: #fff;
    font-size: 27px;
/*    font-family: "Gabriola";*/
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
/*    background-color: #F8DDC4;*/
    border-radius: 10px;
    padding: 5px 10px;
}
.page-header h1 span{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}
.page-header h2 {
    color: #fff;
    font-size: 27px;
/*    font-family: "Gabriola";*/
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    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:hover, .breadcrumb-item a:focus {
    color: #A22BC8;
}

/*---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: #A22BC8;
}
.header form .campo-busqueda{
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
    margin: 0;
    background-color: #fafafa;
}
.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: #A22BC8;
    color: #fff;
    border-radius: 0;
}
.header form .btn.btn-primary:hover{
    color: #fff;
    background-color: #9728bb;
    border-color: #9728bb;
}
.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: #ffffff;
    text-transform: uppercase;
    /*    margin: 0;*/
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px dashed #ccc;
    display: inline-block;
    padding-right: 15px;
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.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: #9728bb;
    background-color: #ffffff;
    padding: 5px 10px;
}
.top-menu .menu-toggler span{
    color: #9728bb;
}
.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 #A22BC8;
    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;
}
.menu > li > a, .menu > li > a:active, .menu > li > a:focus{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    color: #fff;
}
.menu > li > a:hover {
    /*    background-color: #DC4437;*/
    color: #ffffff;
}
.menu .sf-with-ul, .menu ul a {
    text-transform: uppercase;
    color: #fff;
}
.menu .megamenu, .menu ul {
    background-color: #A22BC8;
    margin-top: 0px;
}
.menu li.active>a {
    /*    background-color: #DC4437;*/
    color: #fff;
}
.header-middle .menu.sf-arrows > li > .sf-with-ul{
    padding-right: 25px;
}
.menu.sf-arrows .sf-with-ul::after {
    right:7px;
}
.mmenu-btn:hover, .mmenu-btn:focus {
    color: #A22BC8;
}
.mobile-menu-close:hover i.icon-close::before{
    color: #A22BC8;
}
.footer {
    /*    border-top: 7px solid #DC4437;*/
    background-color: #231f20;
    color: #ffffff;
}
.footer .widget-title {
    color: #ffffff;
}
.footer .logo{
    margin-top: -10px;
    margin-bottom: 15px;
}
.footer .logo img{
    max-width: 200px;
    margin: 0px;
}
.footer a:hover, .footer a:focus {
    color: #A22BC8;
}
.footer .social-icons {
    padding-left: 25px;
}
.footer-middle{
    border-top: none;
    padding: 50px 0 20px;
}
.footer-middle p{
    color: #ddd;
}
.footer-middle a{
    color: #ffffff;
}
.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: url("/images/bg06.jpg");*/
    min-width: 320px;
}
.main .container .title {
    font-size: 20px;
}
.main .container .content-modulo{
    background-color: #ffffff;
}
/*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: #231f20;
    font-size: 15px;
}
.nav.nav-border-anim .nav-link::before {
    background-color: #fff;
}
.nav.nav-pills-mobile .nav-link.active, .nav.nav-pills-mobile .nav-link:hover, .nav.nav-pills-mobile .nav-link:focus {
    color: #fff;
    border-bottom-color: #fff;
}
.mobile-menu li.open > a, .mobile-menu li.active > a {
    color: #fff;
}
.mobile-menu li a:hover, .mobile-menu li a:focus {
    color: #A22BC8;
}
.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;
}
.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: #A22BC8;
    color: #fff;
}
.mobile-menu-wrapper form .btn.btn-primary:hover{
    color: #fff;
    background-color: #9728bb;
    border-color: #9728bb;
}
.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;
}
.footer-newsletter .title {
    color: #fff;
    font-size: 27px;
/*    font-family: "Gabriola";*/
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
/*    background-color: #F8DDC4;*/
    border-radius: 10px;
    padding: 5px 10px;
}
.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: #A22BC8;
    color: #fff;
    border-radius: 0;
}
.footer-newsletter form .btn.btn-primary:hover{
    color: #fff;
    background-color: #9728bb;
    border-color: #9728bb;
}
.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 #ddd;
    border-radius: 5px;
}
.product.product-11 a.btn_producto:hover,.product.product-11 a.btn_producto:focus{
    color:#ffffff
}
.product.product-11 a.btn_producto,.product.product-11 a.btn_producto{
    color: #fff;
    background-color: #A22BC8;
    padding: 5px 15px;
    width: 100%;
}
.product.product-11 a.btn_producto:hover,.product.product-11 a.btn_producto:focus{
    color: #fff;
    background-color: #9728bb;
}

/*---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: #fff;
    background-color: #A22BC8;
    border-color:#A22BC8;
}
.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: #fff;
    background-color:#9728bb;
    border-color:#9728bb;
    box-shadow:none
}
.dropdown-cart-action{
    display: block;
}
.dropdown-cart-action a{
    width: 100%;
    margin-top: 10px;
}
/*---FIN Carrito Header-------------------------------------------------------*/


/*---PAGINA DE PRODUCTO-------------------------------------------------------*/
.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: #ffffff;
}

.btn{
    background-color: #A22BC8;
    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: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.25s ease 0s;
    min-width: 32px;
}
.btn:active, .btn:focus{
    background-color: #A22BC8;
    color: #fff;
}
.btn:hover{
    background-color: #9728bb;
    color: #fff;
}

a.btn:hover{
    color: #ffffff;
}
.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{
    background-color: #ed1c24;
}
.btn_volver:hover{
    background-color: #dd0c14;
}
.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: 991px) {
    .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: #ffffff;
        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: #231f20;
        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:#A22BC8;
    }
    .top-menu ul li.mobile-menu-on{
        display: block;
    }
    /*    .menu-toggler{
            display: none;
        }*/
    .header .buscador_header{
        width: 100%;
    }
}
@media (max-width: 700px) {
    .header .buscador_header{
        display: none;
    }
    .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;
}