
@charset "UTF-8";
/******************************************************************************************/
/************* RESET **/
/******************************************************************************************/
span#spnRatingProdutoTop{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1; cursor: pointer;}
img{ max-width: 100%; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
ul,li{ list-style: none; padding-left: 0;}
table{ width: 100%; }
html>object{ display: none; }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

a,button,input[type="submit"],input[type="button"],.btn,a:before,a:after{
    cursor: pointer;
    -webkit-transition: 0.3s all; transition: 0.3s all;
}

/** DISPLAY NONE ELEMENTS **/
.searchResultsTime,
.search legend,
.search label,
.search select,
#ajaxBusy{ display: none ! important; }

.container .container{
    padding: 0 ! important;
    margin: 0 ! important;
    width: 100% ! important;
}
.vtex-bootstrap .alert{
    width: 100% ! important;
}
.page-header{

}
.page-header .title{
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    margin: 5px 0 10px;
}

input, select, textarea{
    color: #999999;
    background-color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 25px;
}


.azul-drim{
    color:#004B93;
    font-family: 'Open Sans';
}
.rojo-drim {
    color:#D0021B;
    font-family: 'Open Sans';
}

/** ************************************************************************************ **/
/** *********** CABEÇALHO **/
/** ************************************************************************************ **/
.header-container{

}
.welcome-bar{
    background-color: #f8f8f8;
    padding: 5px 0;
    border-bottom: 1px solid #dfdfdf;
}
.welcome-bar em{
    font-style: normal;
    text-decoration: underline;
}
.welcome-bar p,
.welcome-bar a,
.welcome-bar span{
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.welcome-bar a:hover{
    color: #333;
    text-decoration: none;
}
.welcome-bar div.welcome{

}
.welcome-bar .help-menu ul{
    margin: 0;
    padding: 0;
}
.welcome-bar .help-menu li{

}
.welcome-bar .help-menu span strong{
    font-weight: 700;
}

/*HEADER SOLO FIXED BUSCADOR*/
/*.header{
     padding: 10px 0;
    margin-bottom: 56px;
    background: #004B93;
    padding-bottom: 0px;
}*/

.header{
    padding: 5px 0;
    margin-bottom: 10px;
    background: #004B93;
    padding-bottom: 0px;
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
}
.header .button-menu-xs{
    /*modificado*/
    padding: 0px;
    padding-left: 15px;
    margin-top: 10px;
    /*modificado*/
}
.header .btn-open-menu-xs{
    /*modificado*/
    /*background-image: url(menu-min.png)!important;*/
    background-image: none !important;
    height: 30px !important;
    width: 28px !important;
    background-color: #004b93;
    border: none;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    /*modificado*/
}
button.btn.btn-default.btn-open-menu-xs.btn-menu-xs .text-logo-menu{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    bottom: -10px;
    left: 10px;
}
button.btn.btn-default.btn-open-menu-xs.btn-menu-xs:before{
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    top: -14px;
    left: 10px;
}

.header .button-menu-xs .btn:hover{

}
.header .logo{
    text-align: center;
}
.header .logo a{
    display: block;
}
.header .logo a:hover{
    opacity: .6;
}
.header .mini-cart.text-right{
    position: relative;
    margin-top: 10px;
    /*modificado*/
    padding: 0;
    padding-right: 16px;
    /*modificado*/
}
.header .mini-cart-xs .btn, .header .search .btn{
    /*modificado*/
    background-image: url(carrito-min.png);
    height: 29px;
    width: 30px;
    background-color: #004b93;
    border: none;
    border-radius: 0px;
    display: inline-block;
    /*modificado*/
    position: relative;
    padding: 0px;
}
.header .mini-cart i{
    margin-right: 2px;
    font-size: 20px;
    line-height: 32px;
    vertical-align: top;
}
.header .mini-cart span{
    margin-right: 2px;
    vertical-align: top;
}
.header .mini-cart span.badge, .header .search span.badge{
    color: #024A86;
    background: none;
    vertical-align: top;
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 0px;
    margin-right: 0px;
}
#mini-cart-admake{ background-color: #fff; border: 1px solid #ccc; border-radius: 4px; box-shadow: 0 -5px 15px #D0D0D0; display: none; position: absolute; top: 34px; right: 15px; width: 320px; z-index: 9999; }
.col-mini-cart:hover #mini-cart-admake{ display: block ! important; }
#mini-cart-admake:before{ border: 5px solid transparent; border-bottom-color: #fff; display: block; content: ""; position: absolute; top: -10px; right: 30px; }
#mini-cart-admake .mini-cart-header{  }
#mini-cart-admake .mini-cart-itens{ display: block; width: 100%; }
#mini-cart-admake .mini-cart-item{  border-bottom: 1px solid #CCC; display: block; padding: 15px; position: relative; }
#mini-cart-admake .mini-cart-item:after {
    display: block;
    clear: both;
    content: "";
}
#mini-cart-admake .mini-cart-item.item-0{ border-top: 0 none; }

#mini-cart-admake .mini-cart-item .imagem{ width: 80px; float: left;}
#mini-cart-admake .mini-cart-item .imagem img{ max-width: 100%; }
#mini-cart-admake .mini-cart-item .detalhes{ overflow: hidden; display: block;}
#mini-cart-admake .mini-cart-item .nome-produto { margin: 0; }
#mini-cart-admake .mini-cart-item .nome-produto a{ color: #333; font-size: 13px; font-weight: 400; line-height: 17px; padding: 5px 0; margin: 0;display: block;}
#mini-cart-admake .mini-cart-item .qtd-valor{ display: block; text-align: left; }
#mini-cart-admake .mini-cart-item .qtd-valor .qtd{ color: #333; font-size: 14px; font-weight: 400; line-height: 20px; }
#mini-cart-admake .mini-cart-item .qtd-valor .preco{ color: #333; font-size: 14px; font-weight: 700; line-height: 20px; }
#mini-cart-admake .mini-cart-footer{ display: block; padding: 20px; }
#mini-cart-admake .mini-cart-footer .mini-cart-totais{  }
#mini-cart-admake #mini-cart-admake-total{ color: #000000; font-size: 18px; font-weight: 700; line-height: 20px; }
#mini-cart-admake .mini-cart-totais span{ color: #333; font-size: 13px; font-weight: 400; line-height: 20px; }
#mini-cart-admake .mini-cart-botao{ display: block; margin-top: 10px; }
#mini-cart-admake .mini-cart-botao .btn-finalizar-compra{ font-size: 20px; height: 50px; line-height: 25px; padding: 10px; background-color: #5BB75B;color: #fff;font-weight: 400;}
#mini-cart-admake .mini-cart-botao .btn-finalizar-compra:hover{ opacity: .8; }




/*HEADER FIXED SOLO BUSCADOR*/
/*.header .search {
    margin-top: 10px;
    margin-bottom: 10px;
    position: fixed;
    background: #004b93;
    top: 0px;
    padding: 10px;
    z-index: 1;
}*/
.header .search{
    background: #004b93;
    padding: 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header .search .busca{
    /*modficado*/
    text-align: center;
    /*modificado*/
}
.header .search .fulltext-search-box{
    color: #999999;
    background-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 79%;
    min-height: 34px;
    margin-right: 1%;
    /*modificado*/
    margin: 0;
    border: none;
    border-radius: 7px 0px 0px 7px;
    width: 86%;
    /*modificado*/
}
.header .search .btn-buscar{
    color: #333;
    background-color: #fff;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 20%;
    /*modificado*/
    margin: 0;
    border: none;
    border-radius: 0px 7px 7px 0px;
    margin-left: -4px;
    background-color: #D8D8D8;
    background-image: url(search-min.png);
    width: 35px;
    background-repeat: no-repeat;
    background-position-y: 4px;
    background-position-x: 5px;
    height: 34px;
    /*modificado*/
}
.header .search .btn-buscar:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
}
.ui-autocomplete{
    background-color: #fff;
    padding: 20px;
    margin: 5px 0 0 0;
    width: 320px ! important;
    box-shadow: 0 -5px 15px #D0D0D0;
    border-radius: 4px;
}
.ui-autocomplete:before{
    border: 5px solid transparent;
    border-bottom-color: #fff;
    content: "";
    position: absolute;
    left: 30px;
    top: -10px;
}
.ui-autocomplete .ui-menu-item{
    display: block;
    padding: 6px 0;
}
.ui-autocomplete .ui-menu-item a{
    color: #777;
    font-size: 15px;
    line-height: 17px;
}
.ui-autocomplete .ui-menu-item a:hover{
    color: #000;
    text-decoration: none;
}
.ui-autocomplete .ui-menu-item img{
    display: inline-block;
    margin-right: 10px;
}
.header .sing-in{

}
.header .sing-in a{
    padding: 0 10px;
}
.header .sing-in a:hover{

}
.header .sing-in a .fa{
    font-size: 20px;
    line-height: 32px;
}


/** ************************************************************************************ **/
/** *********** TOP MENU **/
/** ************************************************************************************ **/
#top-menu{
    margin-bottom: 15px;
}
#top-menu .menu{
    background-color: #f8f8f8;
    padding-left: 0;
    margin-left: 0;
}
#top-menu .menu:after{
    content: "";
    clear: both;
    display: block;
}
#top-menu .menu li{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
#top-menu .menu li a{
    color: #777777;
    font-size: 14px;
    padding: 20px;
    display: block;
    text-decoration: none;
}
#top-menu .menu li:hover a{
    background-color: #e7e7e7;
}

/** VERSÃO MOBILE **/
#menu-mobile ul{
    display: block;
    margin-bottom: 0px;
}

#menu-mobile ul.abecedario{
   padding-top: 20px;
   padding-bottom: 20px;
}

#menu-mobile ul li{
    display: block;
    float: none;
    padding-left: 16px;
    border-bottom: 2px solid #e1e1e1;
}

#menu-mobile ul li.duro {
    background: #004b93;
}
#menu-mobile ul li.suave {
    background: #8999c9;
}
#menu-mobile ul li a{
    color: #004994;
    font-size: 16px;
    line-height: 38px;
    font-weight: 800;
    font-family: 'Open Sans';
    display: inline-block;
    text-transform: uppercase;
}
#menu-mobile ul li.suave a, #menu-mobile ul li.duro a {
    color: white;
}
#menu-mobile ul li .flecha-menu-right, #menu-mobile ul li .flecha-submenu-right{
    display: none;
}
#menu-mobile span.logo-buscador {
    margin-right: 10px;
}
#menu-mobile span.tel-menu-header {
    margin-right: 7px;
}
#menu-mobile span.contact-menu-header {
    margin-left: 10px;
}
#menu-mobile span.flecha-menu-down, #menu-mobile span.flecha-menu-right,
#menu-mobile span.flecha-submenu-down, #menu-mobile span.flecha-submenu-right{
    float: right;
    padding-right: 12px;
    padding-top: 10px;
    cursor: pointer;
    width: 35px;
    text-align: right;
    height: 35px;
}
#menu-mobile ul.sub-menu li {
    border-bottom: none;
    padding-left: 0px;
}
#menu-mobile .abecedario .linea .caja {
    font-family: 'Open Sans';
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    background-color: #b9c0df;
    color: white;
    width: 40px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}
#menu-mobile .abecedario .linea .caja.caja-todos {
    width: 126px;
}


#menu-mobile li.abecedario {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu-mobile ul.logos-personajes li {
    border: none;
    margin: 0 auto;
    text-align: center;
    width: 50%;
    min-height: 100px;
    display: none;
}
#menu-mobile ul.logos-personajes {
    overflow: hidden;
}
#menu-mobile .logos-personajes img.img-responsive {
    margin: 0 auto;
}
#menu-mobile ul.logos-personajes li p, #menu-mobile ul.logos-personajes li a {
    font-size: 8px;
    font-family: 'Open Sans';
    color: #000000;
    text-transform: none;
    font-weight: 400;
    line-height: 10px;
}
#menu-mobile .abecedario .linea .caja.activo{
    background-color: #004b93;
}
#menu-mobile .sub-menu.desactivado{
    display: none;
}
#menu-mobile ul.juguetes-robotica li {
    border-bottom: 1px solid #999999;
}
img.logo-submenu {
    vertical-align: top;
    margin-top: 5px;
    margin-left: -10px;
}
#menu-mobile .sub-menu ul li a {
    font-size: 13px;
    color: #004b93;
    padding-left: 5px;
    width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
#menu-mobile .sub-menu-banner img.img-responsive {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu-mobile .sub-menu-banner{
    border-bottom: 1px solid #999999;
}
ul.submenu-segundo-nivel {
    margin-left: -16px;
    background: #e7e9f6;

}
#menu-mobile ul.submenu-segundo-nivel.desactivado{
    display: none;
}
#menu-mobile ul li ul li ul li {
    border-bottom: 1px solid white!important;
    padding-left: 38px;
}
#menu-mobile ul.submenu-segundo-nivel li.banner-segundo-nivel {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}
#menu-mobile .sub-menu ul li ul li a, #menu-mobile .sub-menu ul li a {
    font-weight: bold;
}
#menu-mobile .sub-menu ul li ul li {
    padding-left: 16px;
}
#menu-mobile .sub-menu ul li ul li a{
    width: 270px;

}

#menu-mobile ul.submenu-segundo-nivel li.banner-segundo-nivel img {
    margin: 0 auto;
}
.edades-menu #cont-tab-nino-menu .content-bolas, .edades-menu #cont-tab-nina-menu .content-bolas {
    width: 25%;
}
.edades-menu #cont-tab-bebe-menu .content-bolas{
    width: 32%;
}
.edades-menu .contenidos-tabs {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #e7e9f6;
    margin-left: -16px;
    border-top: 1px solid #999999;
    text-align: center;
}
.edades-menu .contenidos-tabs.desactivado {
    display: none;
}
#menu-mobile .sub-menu ul li a.texto-bola {
    line-height: 16px;
    padding-left: 0px;
    padding-top: 15px;
    display: block;
    overflow: visible;
    width: auto;
    white-space: normal;
    text-transform: none;
}
#menu-mobile .sub-menu ul li {
    border-bottom: none;
}
#menu-mobile .sub-menu > ul > li {
    border-bottom: solid 1px #999!important;
}
li.ver-todos-categoria a {
    letter-spacing: 0;
    font-style: italic;
    font-weight: normal!important;
}
.flecha-menu-down i.fa, .flecha-menu-right i.fa {
    color: #fff;
    line-height: 20px;
}

#menu-mobile .sub-menu ul li.personajes_marcas_item_menu_movil {
    margin: 0 auto;
    text-align: center;
    width: 50%;
    display: inline-block;
}
#menu-mobile .sub-menu ul li.personajes_marcas_item_menu_movil a span {
    display: block;
}
.sub-menu.sub-menu-promos.content {
    background: #e7e9f6;
    padding: 18px 0px;
}
#menu-mobile .sub-menu ul.promos-menu li {
    border-bottom: none;
    padding-left: 0px;
    text-align: center;
}
#menu-mobile .sub-menu ul.promos-menu li:first-child {
    padding-bottom: 10px;
}

#menu-mobile ul li.sub-menu {
    padding-left: 0px!important;
}


@media ( max-width: 767px) {
    #menu-mobile{
        position: fixed;
        width: 300px;
        /*max-height: 522px;*/
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        height: 100%;
        padding: 0px;
        z-index: 9999999;
        box-shadow: 0 0 5px #ddd;
        overflow: auto;
    }
    .show-menu{
        -webkit-animation-name: showMenu;
        animation-name: showMenu;
        -webkit-animation-duration: .500s;
        animation-duration: .500s;
    }
    .hide-menu{
        -webkit-animation-name: hideMenu;
        animation-name: hideMenu;
        -webkit-animation-duration: .500s;
        animation-duration: .500s;
    }

    @-webkit-keyframes showMenu {
        from { left: -70%; }
        to { left: 0; }
    }
    @keyframes showMenu {
        from { left: -70%; }
        to { left: 0; }
    }
    @-webkit-keyframes hideMenu {
        from { left: 0; }
        to { left: -70%; }
    }
    @keyframes hideMenu {
        from { left: 0; }
        to { left: -70%; }
    }


    body.menu-ativo:before {
        content: "";
        display: block;
        background-color: rgba(0,0,0,.4);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
    #menu-mobile .header-menu-mobile{
        display: block;
        background: #004b93;
        position: relative;
    }
    #menu-mobile .header-menu-mobile:after{
        display: block;
        clear: both;
        content: "";
    }
    #menu-mobile a.link-logo.menu-logo {
        text-align: center;
        display: block;
        padding: 4px 0px;
    }
    #menu-mobile .close-menu{
        color: #004994;
        font-size: 29px;
        line-height: 29px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        background-color: white;
        padding: 0px 9px;
        position: absolute;
        top: 6px;
        right: 6px;
        cursor: pointer;
    }
    #menu-mobile .close-menu:hover,
    #menu-mobile .close-menu:active,
    #menu-mobile .close-menu:focus{
        color: #000;
    }
    #menu-mobile .icone-menu{
        color: #ccc;
        font-size: 30px;
        line-height: 30px;
    }
}
@media ( min-width: 768px) {
    #menu-mobile{
        position: absolute;
        width: 250px;
        left: 15px;
        top: 40px;
        background-color: #fff;
        border-radius: 4px;
        padding: 15px;
        z-index: 9999999;
        box-shadow: 0 0 5px #ddd;
    }
}


/** ************************************************************************************ **/
/** *********** OWL CAROUSEL **/
/** ************************************************************************************ **/
.owl-carousel{
    position: relative;
    padding: 0;
}
.owl-controls .owl-pagination{
    height: 0;
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 1;
}
.owl-controls .owl-pagination .owl-page{
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    border-radius: 100%;
    background-color: #e8e3e3;
    height: 13px;
    width: 13px;
    -webkit-transition: 0.3s all; transition: 0.3s all;
}
.owl-controls .owl-pagination .owl-page:hover{
    background-color: #f8f8f8;
}
.owl-controls .owl-pagination .owl-page.active,
.owl-controls .owl-pagination .owl-page.active:hover{
    background-color: #999;
}
.owl-controls .owl-buttons{
    height: 0;
}
.owl-controls .owl-buttons > div{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    /*modificacion*/
    top: 40%;
    /*modificacion*/
}
.owl-controls .owl-buttons > div:hover{
    color: #e7e7e7;
}
.owl-controls .owl-buttons > div.owl-prev{
    left: 15px;
}
.owl-controls .owl-buttons > div.owl-next{
    right: 15px;
}
.productos-categoria .owl-controls .owl-buttons > div.owl-next {
    right: -16px;
}
.productos-categoria .owl-controls .owl-buttons > div.owl-prev {
    left: -18px;
}
/** ************************************************************************************ **/
/** *********** BANNERS **/
/** ************************************************************************************ **/
.fullbanner{
    display: block;
    margin-bottom: 20px;
}
.fullbanner .box-banner a{
    display: block;
}
.fullbanner .box-banner img{
    height: auto ! important;
    width: auto ! important;
}


/** ************************************************************************************ **/
/** *********** PRATELEIRA - SHOWCASE **/
/** ************************************************************************************ **/
.showcase-default{
    display: block;
    padding: 20px 0;
    /*modificado*/
    padding: 0px;
    margin-bottom: 0;
    /*modificado*/
}
.showcase-owl .owl-controls .owl-buttons > div{
    width: 30px;
}
.showcase-owl .owl-controls .owl-buttons > div.owl-prev{
    left: 0;
}
.showcase-owl .owl-controls .owl-buttons > div.owl-next{
    right: 0;
    /*modificado*/
    right: -8%;
    /*modificado*/
}
.showcase-owl .owl-controls .owl-buttons > div .btn{
    padding: 0;
    width: 100%;
    height: 40px;
}
/*.showcase-default h2{
    color: #545454;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 10px;
}*/

.prateleira.vitrine > ul{
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}

.prateleira.vitrine > ul > li,
.n1colunas > ul > li,
.n2colunas > ul > li,
.n3colunas > ul > li,
.n4colunas > ul > li,
.n5colunas > ul > li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 15px;
    margin: 0;
}

.prateleira .box-item{
    opacity: 1;
    display: block;
    padding: 10px 15px;
    -webkit-transition: 0.3s all; transition: 0.3s all;
}

.product-content{
    margin-top: 150px;
}

.prateleira .product-image{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
/*.prateleira .product-image:after{
    background-color: #fff;
    content: "Veja +";
    font: 40 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 66px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -33px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all; transition: 0.3s all;
}*/
.prateleira .box-item:hover .product-image:after{
    visibility: visible;
    opacity: 1;
}
.prateleira .product-image img{
    display: block;
    max-width: 100%;
    height: auto ! important;
    width: auto ! important;
    margin: 0 auto;
    -webkit-transition: 0.3s all; transition: 0.3s all;
}
.prateleira .box-item:hover img{
    opacity: .5;
}
.prateleira .product-name{
    display: block;
    min-height: 70px;
    max-height: 70px;
}
.prateleira .product-name a{
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /*modificado*/
    color: #000000;
    /*modificado*/
}
.prateleira .product-name a:hover{
    color: #333;
    text-decoration: none;
}
.prateleira .price{
    display: block;
    padding: 5px 0;
}
.prateleira .price a{
    display: block;
    text-decoration: none;
    height: 48px;
    position: relative;
}
.prateleira .price .old-price{
    display: block;
    color: #777;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-decoration: line-through;
    /*modificado*/
    display: inline-block;
    /*modificado*/
}
.prateleira .price .best-price{
    display: block;
    color: #D0021B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /*modificado*/
    font-size: 22px;
    color: #004994;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    width: 100%;
    /*modificado*/
}
.prateleira .btn-add-buy-button-asynchronous{
    border-radius: 8px;
    background-color: #5bb75b;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    display: block;
    width: 120px;
    margin: 0 auto;
    text-decoration: none;
    /*modificado*/
    background-color: #004994;
    text-transform: uppercase;
    border-radius: 4px;
    /*modificado*/
}
.prateleira .btn-add-buy-button-asynchronous:hover{
    background-color: #409c40;
}
.prateleira .btn-add-buy-button-asynchronous .fa{
    margin-left: 5px;
}
.compare{
    display: block;
    padding-top: 10px;
}
.compare input{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    padding: 0;
    float: none;
}
.compare label{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    float: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #000;
    cursor: pointer;
}
.compare:hover label{
    opacity: .8;
}
.compare .compare-selection-count{
    background: #333;
    color: #fff;
    padding: 4px 5px;
    border-radius: 4px;
}
.compare .btn-comparar{
    color: #333;
    background-color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    padding: 6px 20px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}
.compare .btn-comparar:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
}


/** ************************************************************************************ **/
/** *********** BREADCRUMB **/
/** ************************************************************************************ **/
#box-bread-brumb{
    padding: 0 0 15px;
}
#box-bread-brumb ul{
    display: block;
    padding-left: 0;
}
#box-bread-brumb li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    padding: 0;
}
#box-bread-brumb li:before{
    content: "/";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 5px;
    color: #999999;
}
#box-bread-brumb li:first-child:before{
    content: "";
    display: none;
}
#box-bread-brumb li a{
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
}
#box-bread-brumb li a:hover{
    color: #000;
}
#box-bread-brumb li strong a{
    color: #999999;
}

/** ************************************************************************************ **/
/** *********** PRODUTO VIEW **/
/** ************************************************************************************ **/
.product-image .apresentacao{
    position: relative;
}
.product-details .product-image{ height: 265px; position: relative; overflow: hidden;}
.product-image .apresentacao{ display: block; }
.product-image .zoomPad { position: relative; }
.product-image .zoomWindow { overflow: hidden; left: 0 ! important; border: 1px solid transparent; width: 100%; height: 100%; background-color: #FFF; z-index: 3; }
.product-image .zoomWrapperImage img{ max-width: none!important; }
.product-image .zoomWrapperTitle{ display: none ! important; }
.product-image .apresentacao .thumbs{
    z-index: 9999;
}
.product-image .apresentacao .thumbs li{
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
.product-image .apresentacao .thumbs a{
    display: block;
}
.product-image .apresentacao .thumbs a:hover{
    opacity: .8;
}
.product-info{
    padding: 0;
}
.product-details .product-name{
    margin-bottom: 10px;
}
.product-details .product-name .brandName a{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-decoration: none;
    font-family: 'Open Sans';
    line-height: 22px;
}
.product-details .product-name .brandName a:hover{
    color: #333;
}
.product-details .product-name .productName{
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Open Sans';
}
.product-details .codigo-produto{
    color: #636463;
    font-family: 'Open Sans';
    padding-right: 0px;
}
.product-details .avaliacoes a,
.product-details .avaliacoes a:hover span,
.product-details .avaliacoes a:hover:before,
.product-details .avaliacoes a:hover:after{
    text-decoration: none;
    opacity: .8;
}
.product-details .codigo-produto:after{
    clear: both;
    content: "";
    display: block;
}
.product-details .codigo-produto span,
.product-details .codigo-produto div{
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    float: left;
}
.product-details .codigo-produto div{
    margin-left: 5px;
}
.product-details .avaliacoes{
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    display: none;
}
.product-details .avaliacoes .rating-produto{
    margin-left: 5px;
}
.product-details .avaliacoes strong{
    font-weight: 400;
    display: none;
}
.product-details .price-box{
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
#comprar-flutuante .descricao-preco .valor-de,
.product-details .price-box .descricao-preco .valor-de{
    display: block;
    font-style: normal;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: line-through;
}
#comprar-flutuante .descricao-preco .valor-de strong,
.product-details .price-box .descricao-preco .valor-de strong{
    font-weight: 400;
}
#comprar-flutuante .descricao-preco .valor-por,
.product-details .price-box .descricao-preco .valor-por{
    font-size: 0;
    line-height: 0;
}
#comprar-flutuante .descricao-preco .valor-por strong,
.product-details .price-box .descricao-preco .valor-por strong{
    display: block;
    font-style: normal;
    color: #D0021B;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    color: #004994;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 28px;
}
.product-details .price-box .economia-de{
    display: block;
    font-style: normal;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.product-details .seletor-sku{
    display: block;
}
.product-details .seletor-sku .topic{
    display: block;
    padding: 0 0 10px 0;
}
.product-details .seletor-sku .specification{
    display: block;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
}
.product-info .seletor-sku .select > span{
    display: block;
}
.product-info .seletor-sku .select > span:after{
    display: block;
    content: "";
    clear: both;
}
.product-info .seletor-sku .select .sku-selector{
    display: none;
}
.product-info .seletor-sku .select label{
    float: left;
    color: #777;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    padding: 3px 3px;
    border: 1px solid #777;
    border-radius: 6px;
    margin: 5px 5px 0 0;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.product-info .seletor-sku .select label:hover,
.product-info .seletor-sku .select label.checked,
.product-info .seletor-sku .select label.sku-picked{
    background: #004b93;
    color: #fff;
    font-weight: bold;
}
.product-info .buy-button-box{
    margin-top: 15px;
}
.buy-button-box:after{
    display: block;
    clear: both;
    content: "";
}
.buy-button-box .box-qtd{
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.08);
    border-radius: 4px;
    width: 70px;
    height: 54px;
    margin-right: 10px;
    display: none;
}
.buy-button-box .box-qtd .qtd{
    border: 0 none;
    border-right: 1px solid #ccc;
    box-shadow: 0 0 0 transparent;
    text-align: center;
    font-size: 18px;
    color: #262626;
    line-height: 22px;
    height: 100%;
    width: 65%;
    background-color: transparent;
}
.buy-button-box .box-qtd .bts{
    border: 0 none;
    box-shadow: 0 0 0 transparent;
    text-align: center;
    height: 100%;
    width: 35%;
}
.buy-button-box .box-qtd .btn{
    border: 0 none;
    box-shadow: 0 0 0 transparent;
    text-align: center;
    display: block;
    width: 100%;
    height: 50%;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    color: #CCCCCC;
    line-height: 11px;
}
.buy-button-box .box-qtd .btn:hover{
    background-color: #F6F6F6;
}
.buy-button-box .box-qtd .btn.btn-mais{
    border-bottom: 1px solid #ccc;
}
.product-description .buy-together-content td.buy .comprar-junto a,
.buy-button.buy-button-ref{
    background-color: #5CB85C;
    border: 0 none;
    border-radius: 6px;
    height: 54px;
    line-height: 44px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    float: left;
    padding: 5px 20px;
    text-decoration: none;
}
#comprar-flutuante .buy-button.buy-button-ref{
    float: none;
    overflow: hidden;
}
.product-description .buy-together-content td.buy .comprar-junto a:focus,
.product-description .buy-together-content td.buy .comprar-junto a:active:focus,
.product-info .buy-button-box .buy-button:focus,
.product-info .buy-button-box .buy-button:active:focus{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    background-color: #359935;
}
.product-description .buy-together-content td.buy .comprar-junto a:hover,
.product-description .buy-together-content td.buy .comprar-junto a:focus,
.product-info .buy-button-box .buy-button:hover,
.product-info .buy-button-box .buy-button:focus{
    color: #fff;
    text-decoration: none;
    background-color: #36AC36;
}
.product-info .shipping-box{
    /*margin-top: 15px;*/
    /*padding-top: 15px;*/
    /*border-top: 1px solid #ccc;*/
    display: none;

}
.product-info .shipping-box .shipping-value,
.product-info .shipping-box .header,
.product-info .shipping-box .quantity,
.product-info .shipping-box .footer{
    display: none;
}
.product-info .shipping-box label{
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
}
.product-info .shipping-box label .fitext{
    display: block;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.08);
    border-radius: 4px;
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 8px;
    padding: 0 10px;
}
.product-info .shipping-box .freight-btn{
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 14px;
    color: #262626;
    line-height: 16px;
}
.product-info .shipping-box .freight-btn:hover{
    background-color: #e6e6e6;
    border-color: #adadad;
}
.product-info .shipping-box .cep-busca .bt{
    font-size: 12px;
    color: #9B9B9B;
    line-height: 17px;
    margin-left: 15px;
}
.product-info .shipping-box .freight-values{
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}
.product-info .shipping-box .freight-values:before{
    border: 5px solid transparent;
    border-bottom-color: #ccc;
    position: absolute;
    left: 5%;
    top: -10px;
    content: "";
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.product-info .shipping-box .freight-values th{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 10px 5px;
}
.product-info .shipping-box .freight-values td{
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    padding: 10px 5px;
    border-top: 1px solid #ccc;
}
.product-description{
    margin-top: 35px;
}
.product-description .btn-group{
    margin-bottom: 25px;
}
.product-description .product-description-box{
    display: block;
    padding-bottom: 25px;
}
.product-description .product-description-box:after{
    display: block;
    clear: both;
    content: "";
}
.product-description .product-description-box .showcase-default{
    margin: 0;
    padding: 0;
}
.product-description .product-description-box h4,
.product-description .product-description-box .title,
.product-description .product-description-box #divTitulo{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.product-description .productDescription{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.product-description #caracteristicas tr{
    border-bottom: 1px solid #ddd;
    background-color: #F9F9F9;
}
.product-description #caracteristicas tr.even{
    background-color: #fff;
}
.product-description #caracteristicas th,
.product-description #caracteristicas td{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 15px;
    text-align: left;
}
.product-description #caracteristicas td{
    font-weight: 400;
    text-align: right;
}
.product-description .buy-together-content{

}
.product-description .buy-together-content hr.buy-together{
    display: none;
}
.product-description .buy-together-content td,
.product-description .buy-together-content th{
    vertical-align: middle;
}
.product-description .buy-together-content td.itemA,
.product-description .buy-together-content td.itemB{
    text-align: center;
}
.product-description .buy-together-content td.itemA a,
.product-description .buy-together-content td.itemB a{
    display: block;
    margin: 0 auto 10px;
}
.product-description .buy-together-content td.itemA h3 a,
.product-description .buy-together-content td.itemB h3 a{
    display: block;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.product-description .buy-together-content td.plus{
    color: #333;
    text-align: center;
    font-size: 23px;
}
.product-description .buy-together-content td.equal{
    font-size: 0;
    color: transparent;
    line-height: 0;
}
.product-description .buy-together-content td.buy{
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.product-description .buy-together-content td.buy strong{
    color: #D0021B;
    font-weight: 700;
}
.product-description .buy-together-content td.buy .comprar-junto a{
    margin: 10px 0 0;
    height: 44px;
    padding: 0 15px;
}
.product-description .buy-together-content td.buy .comprar-junto:after{
    clear: both;
    display: block;
    content: "";
}
.product-description .buy-together-content td.buy .more{
    display: block;
    margin-top: 10px;
}
.product-description .buy-together-content td.buy .more a{
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

#comprar-flutuante{
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 20px #ccc;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#comprar-flutuante #foto-comprar-flutuante{
    max-height: 54px;
}
#comprar-flutuante .productName{
    font-size: 14px;
    color: #333;
    line-height: 19px;
    font-weight: 700;
}
#comprar-flutuante .economia-de{
    display: none;
}


/** ************************************************************************************ **/
/** *********** DEPARTAMENTO E CATEGORIA **/
/** ************************************************************************************ **/
.resultado-busca-filtro{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pager.top{
    display: none;
}
.pages li{
    padding: 5px 5px;
    border: 1px solid #C3C3C3;
    border-left: 0 none;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    min-width: 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: .300s all;
    transition: .300s all;
}
.pages li:hover{
    color: #d0011b;
}
.pages li.first{
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #C3C3C3;
}
.pages li.last{
    border-radius: 0 4px 4px 0;
}
.pages li.pgCurrent{
    background-color: #d0011b;
    color: #fff;
    cursor: default;
}
.pages li.pgEmpty{
    background-color: #FDFDFD;
    color: #333;
    cursor: default;
}
.resultado-busca-filtro .compare{
    display: none;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0;
}
.resultado-busca-filtro .compare strong{
    padding: 0 5px;
    font-weight: 700;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
}
.resultado-busca-filtro > fieldset{
    display: inline-block;
    vertical-align: top;
    color: #333;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;

}
.resultado-busca-filtro > fieldset select{
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 30px;
    padding: 5px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

.navigation-tabs{
    /*background: url("https://drimjuguetes.vteximg.com.br/arquivos/loader-admake-filter.gif") no-repeat scroll center transparent;*/
    /*min-height: 100px;*/
    width: 100%;
}
#departament-navegador .menu-departamento{
    display: none;
}
#admake-advanced-filter{
    background-color: #fff;
    border-radius: 4px;
}
#admake-advanced-filter > h2{
    padding: 0;
    margin: 0;
}
#admake-advanced-filter > h2 a{
    color: #000;
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding: 15px 20px;
    display: block;
}
#admake-advanced-filter > h2 a:hover{
    background-color: #E5E5E5;
    text-decoration: none;
}
#admake-advanced-filter > .box-filtro{
    margin: 0;
    background: #ffffff;
}
#admake-advanced-filter > .box-filtro h3{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
#admake-advanced-filter .opcoes{
    cursor: pointer;
    white-space: nowrap;
    overflow-y: auto;
    position: relative;
    height: 210px;
    display: none;
}
#admake-advanced-filter .opcoes ul{
    padding-left: 0;
}
#admake-advanced-filter .opcoes .ver-filtros{
    position: relative;
    font-size: 0;
    line-height: 0;
    color: transparent;
    position: absolute;
    right: 0;
    top: 5px;
}
#admake-advanced-filter .opcoes .ver-filtros:after{
    color: #000;
    content: "\f00d";
    font-size: 14px;
    font-family: FontAwesome;
    line-height: 14px;
}
#admake-advanced-filter .opcoes .ver-filtros:hover:after{
    color: #d0011b;
}
#admake-advanced-filter .box-filtro.checkbox li{
    display: block;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    padding-left: 21px;
}
#admake-advanced-filter .box-filtro.range li.filtro-ativo,
#admake-advanced-filter .box-filtro.checkbox li a,
#admake-advanced-filter .box-filtro.checkbox li.filtro-ativo{
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}
#admake-advanced-filter .box-filtro.checkbox li a:hover{
    color: #2D2727;
}
#admake-advanced-filter .box-filtro.image ul{
    display: block;
    margin: 0 -5px;
}
#admake-advanced-filter .box-filtro.image li{
    display: inline-block;
    padding: 5px;
    vertical-align: top;
}
#admake-advanced-filter .box-filtro.image a{
    display: block;
}
#admake-advanced-filter .box-filtro.image a:hover{
    -webkit-transform:scale(1.03);
    -moz-transform:scale(1.03);
    -ms-transform:scale(1.03);
    -o-transform:scale(1.03);
    transform:scale(1.03);
}
/** RANGE FILTRO **/
#admake-advanced-filter span.irs-slider {
    background: none repeat scroll center #D0021B;
    box-shadow: 0 0 0 transparent;
    border-radius: 100%;
    border: 0 none;
    height: 24px;
    width: 24px;
}
#admake-advanced-filter .irs-from,
#admake-advanced-filter .irs-to,
#admake-advanced-filter .irs-single{
    background-color: #D0021B;
}
#admake-advanced-filter .irs-bar-edge{
    border: 1px solid #D0021B;
    background: #D0021B;
    background: linear-gradient(to top, rgb(208, 2, 27) 0%,rgb(208, 2, 27) 100%);
}
#admake-advanced-filter .irs-bar{
    border-top: 1px solid #D0021B;
    border-bottom: 1px solid #D0021B;
    background: #D0021B;
    background: linear-gradient(to top, rgb(208, 2, 27) 0%,rgb(208, 2, 27) 100%);
}
.title-category, .title-personaje {
    display: block;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.title-category h2{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
}

/** ************************************************************************************ **/
/** *********** COMPARE **/
/** ************************************************************************************ **/
.corpo-comparacao{
    padding: 35px 0 15px;
}
.corpo-comparacao td,
.corpo-comparacao th{
    padding: 5px;
    vertical-align: top;
}
.corpo-comparacao tbody tr:first-child{
    display: none;
}
.corpo-comparacao .prateleira.vitrine li{
    width: 100%;
}
.corpo-comparacao .atributos td,
.corpo-comparacao .atributos th{
    padding: 15px 5px;
    vertical-align: middle;
}
.corpo-comparacao .atributos{
    background-color: #fff;
}
.corpo-comparacao .atributos:nth-child(2n+0){
    background-color: #f2f2f2;
}
.corpo-comparacao .remover td,
.corpo-comparacao .remover th{
    text-align: center;
    padding: 15px 5px;
}


/** ************************************************************************************ **/
/** *********** AVALIACOES **/
/** ************************************************************************************ **/
/* RATING */
#reviews ul.rating li .voteRatingBar {
    background: none repeat scroll 0 0 #F5F5F5;
    display: block;
    height: 20px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.10);
    border-radius: 3px;
}
#reviews ul.rating li .voteRatingBar span {
    background: none repeat scroll 0 0 #F0AD4E;
    display: block;
    height: 20px;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
    border-bottom: 3px solid #CC9342;
}
#reviews ul.rating li .voteRatingBar + span {
    color: #9B9B9B;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 20px;
}
#reviews ul.rating {  padding: 0;}
#reviews ul.rating li {
    clear: both;
    display: block;
    margin: 10px 0;
    max-width: 320px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#reviews ul.rating li em {
    float: left;
    margin-right: 15px;
}
#reviews .avalie-produto {
    display: block;
    padding-top: 20px;
}
#reviews .avalie-produto h5 {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
#reviews .avalie-produto a {
    display: block;
    float: left;
    margin: 10px 0;
}
#reviews hr,
#reviews p.media em span,
#reviews .links-resenha-usuario { display: none; }

#reviews .resenhas{
    padding: 0;
    border-top: 0 none;
    margin: 0;
}
#reviews .resenhas .quem{
    padding: 0;
}
#reviews .resenhas .opiniao-ajudou{
    padding-top: 15px;
    color: #333;
    font-size: 13px;
    font-weight: 300;
}
#reviews .resenhas .opiniao-ajudou{
    padding-top: 15px;
    color: #333;
    font-size: 13px;
    font-weight: 300;
}
#reviews .resenhas .opiniao-ajudou .bts li{
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
}
#reviews .resenhas .opiniao-ajudou .bts li a{
    color: #D0021B;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

#publishUserReview{
}
#publishUserReview #formUserReview{
    width: 500px;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -250px;
    box-shadow: 0 0 10px #ccc;
    z-index: 99999;
}
#publishUserReview #formUserReview .header{
    padding: 0;
    margin: 0;
}
#publishUserReview #formUserReview .header .close{
    position: absolute;
    right: 30px;
    top: 20px;
}
#publishUserReview #formUserReview .header .close a{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
#publishUserReview #formUserReview .footer,
#publishUserReview #formUserReview .header h1{
    display: none;
}
#publishUserReview #formUserReview label{
    display: block;
}
#publishUserReview #formUserReview input + label{
    display: inline-block;
    vertical-align: middle;
}
#publishUserReview #formUserReview input{
    margin: 0;
}
#publishUserReview #formUserReview input[type=text],
#publishUserReview #formUserReview textarea{
    color: #999999;
    background-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 34px;
    width: 100%;
}
#publishUserReview #formUserReview .grp{
    position: relative;
    margin: 10px 0 5px;
}
#publishUserReview #formUserReview .grp span{
    position: absolute;
    top: 5px;
    right: 0;
}
#publishUserReview #formUserReview .ranking{
    display: block;
    margin-top: 15px;
}
#publishUserReview #formUserReview .aviso-resenha{
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 15px;
}

#reviews .avalie-produto #opcoes-avalie {
    display: block;
    margin: 10px 0;
    width: 100%;
}
#reviews .avalie-produto #opcoes-avalie p strong { display: none; }
#reviews .avalie-produto #opcoes-avalie .firadio {
    margin: 2px 0 0 0;
    vertical-align: top;
}
#reviews .avalie-produto #opcoes-avalie label {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 20px 0 5px;
}
#reviews #formUserReview .avaliar a,
#reviews #lnkPubliqueResenha {
    background-color: #D0021B;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-height: 43px;
    padding: 10px;
    width: 250px;
    text-align: center;
    text-decoration: none;
}
#reviews #formUserReview .avaliar a:hover,
#reviews #formUserReview .avaliar a:active,
#reviews #lnkPubliqueResenha:hover,
#reviews #lnkPubliqueResenha:active{
    color: #fff;
    opacity: .8;
    text-decoration: none;
}

.rating-avalie .ratingStar,
.rating-produto{
    font-size: 0;
    line-height: 0;
    color: transparent;
}
.rating-produto:after{
    content: "Avalie";
    display: inline-block;
    font-size: 13px;
    margin-left: 8px;
    color: #000;
    line-height: 20px;
}
.rating-produto:before,
.rating-demonstrativo:before,
.rating-wrapper .rating:before{
    content: "\f006   \f006   \f006   \f006   \f006";/* f005 - f006 - f123 */
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    color: #F0AD4E;
    font-style: normal;
}
.rating-avalie a{
    text-decoration: none;
}
.rating-avalie .ratingStar.emptyRatingStar:before,
.rating-avalie .ratingStar.filledRatingStar:before{
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 20px;
    color: #F0AD4E;
    font-style: normal;
    content: "\f006";
    text-decoration: none;
    -webkit-transition: .300s all;
    transition: .300s all;
}
.rating-avalie .ratingStar.filledRatingStar:before{
    content: "\f005";
}
.rating-produto.avaliacao50:before,
.rating-produto.a50:before,
.rating-demonstrativo.avaliacao50:before,
.rating-demonstrativo.a50:before,
.rating-wrapper .rating.avaliacao50:before,
.rating-wrapper .rating.a50:before{
    content: "\f005   \f005   \f005   \f005   \f005";
}
.rating-produto.avaliacao45:before,
.rating-produto.a45:before,
.rating-demonstrativo.avaliacao45:before,
.rating-demonstrativo.a45:before,
.rating-wrapper .rating.avaliacao45:before,
.rating-wrapper .rating.a45:before {
    content: "\f005   \f005   \f005   \f005   \f123";
}
.rating-produto.avaliacao40:before,
.rating-produto.a40:before,
.rating-demonstrativo.avaliacao40:before,
.rating-demonstrativo.a40:before,
.rating-wrapper .rating.avaliacao40:before,
.rating-wrapper .rating.a40:before{
    content: "\f005   \f005   \f005   \f005    \f006";
}
.rating-produto.avaliacao35:before,
.rating-produto.a35:before,
.rating-demonstrativo.avaliacao35:before,
.rating-demonstrativo.a35:before,
.rating-wrapper .rating.avaliacao35:before,
.rating-wrapper .rating.a35:before {
    content: "\f005   \f005   \f005   \f123   \f006";
}
.rating-produto.avaliacao30:before,
.rating-produto.a30:before,
.rating-demonstrativo.avaliacao30:before,
.rating-demonstrativo.a30:before,
.rating-wrapper .rating.avaliacao30:before,
.rating-wrapper .rating.a30:before{
    content: "\f005   \f005   \f005   \f006   \f006";
}
.rating-produto.avaliacao25:before,
.rating-produto.a25:before,
.rating-demonstrativo.avaliacao25:before,
.rating-demonstrativo.a25:before,
.rating-wrapper .rating.avaliacao25:before,
.rating-wrapper .rating.a25:before {
    content: "\f005   \f005   \f123   \f006   \f006";
}
.rating-produto.avaliacao20:before,
.rating-produto.a20:before,
.rating-demonstrativo.avaliacao20:before,
.rating-demonstrativo.a20:before,
.rating-wrapper .rating.avaliacao20:before,
.rating-wrapper .rating.a20:before{
    content: "\f005   \f005   \f006   \f006   \f006";
}
.rating-produto.avaliacao15:before,
.rating-produto.a15:before,
.rating-demonstrativo.avaliacao15:before,
.rating-demonstrativo.a15:before,
.rating-wrapper .rating.avaliacao15:before,
.rating-wrapper .rating.a15:before {
    content: "\f005   \f123   \f006   \f006   \f006";
}
.rating-produto.avaliacao10:before,
.rating-produto.a10:before,
.rating-demonstrativo.avaliacao10:before,
.rating-demonstrativo.a10:before,
.rating-wrapper .rating.avaliacao10:before,
.rating-wrapper .rating.a10:before{
    content: "\f005   \f006   \f006   \f006   \f006";
}
.rating-produto.avaliacao5:before,
.rating-produto.a5:before,
.rating-demonstrativo.avaliacao5:before,
.rating-demonstrativo.a5:before,
.rating-wrapper .rating.avaliacao5:before,
.rating-wrapper .rating.a5:before {
    content: "\f123   \f006   \f006   \f006   \f006";
}
.rating-produto.avaliacao0:before,
.rating-produto.a0:before,
.rating-demonstrativo.avaliacao0:before,
.rating-demonstrativo.a0:before,
.rating-wrapper .rating.avaliacao0:before,
.rating-wrapper .rating.a0:before {
    content: "\f006   \f006   \f006   \f006   \f006";
}


/** ************************************************************************************ **/
/** *********** INSTITUCIONAL **/
/** ************************************************************************************ **/
.titulo-institucional{
    font-size: 18px;
    color: #333;
    line-height: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.conteudo-institucional{
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
/** ************************************************************************************ **/
/** *********** RODAPE **/
/** ************************************************************************************ **/
.footer{
    background-color: #D9D9D9;
    padding: 15px 0 25px;
    margin-top: 0;
}
.footer b{
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 20px 0 10px;
}
.footer ul{
    padding-left: 35px;
    margin-left: 0;
}
.footer a,
.footer span{
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.footer .col-social li{
    margin: 3px;
    padding: 0;
}
.footer .col-social a{
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-weight: 17px;
}
.footer .col-social a:hover{
    opacity: .5;
}
.footer .col-social a.facebook{
    background-color: #3a5897;
}
.footer .col-social a.youtube{
    background-color: #dd1a2a;
}
.footer .col-social a.gplus{
    background-color: #dd4a38;
}
.footer .col-social a.twitter{
    background-color: #2aa9e0;
}
.footer .col-social a.instagram{
    background-color: #6a5344;
}

.copy-right{
    padding: 25px 0;
}
.copy-right .devs{
    display: block;
    padding-bottom: 10px;
}
.copy-right p{
    color: #bababa;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}

#account-content .address-display-unit,
#account-content .profile-detail-display,
#account-content .address-display,
#account-content .address-display-unit .row,
#account-content .profile-detail-display .row{
    width: 100%;
    padding: 0;
    margin: 0;
}
#account-content h4{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
#account-content h5{
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
#account-content p{
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
#account-content .modal .row{
    margin: 0;
}
#account-content .control-label{
    padding: 10px 0 3px;
}
#account-content input[type="text"],
#account-content select{
    width: 100%;
}
#account-content input[type="radio"],
#account-content input[type="checkbox"]{
    margin: 0 5px 0 0;
    float: none;
    position: relative;
    min-height: 0;
    vertical-align: top;
}

@media ( max-width: 768px ){
    body.produto{ padding-bottom: 80px; }
    #comprar-flutuante{
        display: block ! important;
        padding-bottom: 0;
    }

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
        width: 100% ! important;
        overflow: hidden;
    }

}

@media ( min-width: 768px ){
    .header{
        padding: 20px 0;
    }
    .header .logo{
        text-align: left;
    }
    .header .search{
        margin-top: 0;
    }
    .header .search .fulltext-search-box{
        width: 73%;
    }
    .header .search .btn-buscar{
        width: 25%;
    }

    #comprar-flutuante .buy-button-box:after{
        display: block;
        clear: both;
        content: "";
    }
    #comprar-flutuante .buy-button-box{
        float: right;
    }


    .prateleira.vitrine > ul > li,
    .n1colunas > ul > li,
    .n2colunas > ul > li,
    .n3colunas > ul > li,
    .n4colunas > ul > li,
    .n5colunas > ul > li{
        width: 50%;
    }
}

@media ( min-width: 992px ){

    .header .search .btn-buscar,
    .header .mini-cart .btn,
    .header .sing-in a{
        padding: 6px;
        line-height: 20px;
    }
    .header .mini-cart i{
        line-height: 19px;
    }
    .header .mini-cart span.badge{
        position: initial;
        top: auto;
        right: auto;
    }

    .product-image .apresentacao{
        position: relative;
    }
    .product-image .apresentacao .thumbs{
        position: absolute;
        left: 0;
        top: 0;
    }
    .product-image .apresentacao .thumbs li{
        display: block;
        margin: 8px 0;
    }

    .prateleira.vitrine > ul > li,
    .n1colunas > ul > li,
    .n2colunas > ul > li,
    .n3colunas > ul > li,
    .n4colunas > ul > li,
    .n5colunas > ul > li{
        width: 33.3333%;
        padding: 15px;
    }
}

@media ( min-width: 1200px ){
    .product-details .avaliacoes{ text-align: right; }
    .header .search .fulltext-search-box{
        width: 83%;
    }
    .header .search .btn-buscar{
        width: 15%;
    }
}



.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    top: 10%;
    z-index: 1050;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
    top: 10%;
}

.modal-header {
    padding: 6px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

/****************************/
/*********NEW STYLES********/
/**************************/


.link-account-header{
    position:relative;
}

.mini-popup-user{
    position: absolute;
    background-color: #eff0f6;
    width: 109px;
    z-index: 99;
    height: 60px;
    text-align: left;
    bottom: -75px;
    border: 2px solid #004b93;
    right: -35px;
}

.mini-popup-user .to-account{
    padding: 7px;
    border-bottom: 1px solid #004b93;
    font-weight: bold;
}

.mini-popup-user .to-account a{
    text-decoration: none;
    color: #004b93;
}
.mini-popup-user .close-session{
    padding: 7px;
    font-weight: bold;
    color: #004b93;
}


.button-tel-header{
    background-image: url(phone-min.png);
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.mini-cart-xs .link-account-header .button-account-header{
    background-image: url(login-min.png);
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.showcase-default .prateleira .owl-carousel .owl-wrapper-outer,.showcase-default .prateleira2 .owl-carousel .owl-wrapper-outer,.showcase-default .anuncios-tele .owl-carousel .owl-wrapper-outer{
    margin-left: 15px;
    border: 1px solid #004994;
}

.prateleira .price .discount-percent,.prateleira2 .price .discount-percent,.anuncios-tele .price .discount-percent{
    background: #F27F00;
    border-radius: 3px;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.owl-buttons .btn-carousel-left{
    background-image: url(previous-min.png);
    width: 17px;
    height: 56px;
    background-repeat: no-repeat;
    background-position-y: 18px;
    background-position-x: 5px;
    background-color: #E4E4E3;
    border: none;
    opacity: 0.5;
}
.owl-buttons .btn-carousel-right{
    background-image: url(next-min.png);
    width: 17px;
    height: 56px;
    background-repeat: no-repeat;
    background-position-y: 18px;
    background-position-x: 5px;
    background-color: #E4E4E3;
    border: none;
    opacity: 0.5;
}

.destacados-home span.tab-home,.destacados-home span.tab-home,.anuncios-tele h2.tab-home{
    display: inline-block;
    background: #999999;
    padding: 1px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 3px;
    width: 32%;
    text-align: center;
    height: 45px;
    line-height: 13px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 10px;
}

.destacados-home span.activado,.destacados-home span.activado,.anuncios-tele h2.activado{
    display: inline-block;
    background: #004994 !important;
    padding: 1px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 3px;
    width: 32%;
    text-align: center;
    padding-top: 10px;
}

.prateleira2.vitrine > ul{
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}

.prateleira2.vitrine > ul > li,
.n1colunas > ul > li,
.n2colunas > ul > li,
.n3colunas > ul > li,
.n4colunas > ul > li,
.n5colunas > ul > li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 15px;
    margin: 0;
}

.prateleira2 .box-item{
    opacity: 1;
    display: block;
    padding: 10px 15px;
    -webkit-transition: 0.3s all; transition: 0.3s all;
}
.prateleira2 .product-image{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.prateleira2 .product-image:after{
    background-color: #fff;
    content: "Veja +";
    font: 40 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 66px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -33px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all; transition: 0.3s all;
}
.prateleira2 .box-item:hover .product-image:after{
    visibility: visible;
    opacity: 1;
}
.prateleira2 .product-image img{
    display: block;
    max-width: 100%;
    height: auto ! important;
    width: auto ! important;
    margin: 0 auto;
    -webkit-transition: 0.3s all; transition: 0.3s all;
}
.prateleira2 .box-item:hover img{
    opacity: .5;
}
.prateleira2 .product-name{
    display: block;
    min-height: 40px;
}
.prateleira2 .product-name a{
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /*modificado*/
    color: #000000;
    /*modificado*/
}
.prateleira2 .product-name a:hover{
    color: #333;
    text-decoration: none;
}
.prateleira2 .price{
    display: block;
    padding: 5px 0;
}
.prateleira2 .price a{
    display: block;
    text-decoration: none;
}
.prateleira2 .price .old-price{
    display: block;
    color: #777;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-decoration: line-through;
    /*modificado*/
    display: inline-block;
    /*modificado*/
}
.prateleira2 .price .best-price{
    display: block;
    color: #D0021B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /*modificado*/
    font-size: 22px;
    color: #004994;
    font-weight: bold;
    /*modificado*/
}
.prateleira2 .btn-add-buy-button-asynchronous{
    border-radius: 8px;
    background-color: #5bb75b;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    display: block;
    width: 120px;
    margin: 0 auto;
    text-decoration: none;
    /*modificado*/
    background-color: #004994;
    text-transform: uppercase;
    border-radius: 4px;
    /*modificado*/
}
.prateleira2 .btn-add-buy-button-asynchronous:hover{
    background-color: #409c40;
}
.prateleira2 .btn-add-buy-button-asynchronous .fa{
    margin-left: 5px;
}

.prateleira2 {
    /* display: none; */
}

.block-reaseguros-header{
    display: none;
    bottom: 0px;
    clear: both;
    position: relative;
}
.remove-btn-reaseguros-header{
    display: inline-block;
    height: 100%;
    background-color: #D8232A;
    width: 8%;
    padding: 7px;
    color: #fff;
    vertical-align: middle;
    cursor:pointer;
    width: 30px;
    height: 28px;
    position: absolute;
    z-index: 10;
}
.block-text-reaseguros{
    display: inline-block;
    height: 28px;
    vertical-align: middle;
    background-color: #636463;
    color: #fff;
    width: 100%;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding-top: 9px;
    padding-left: 30px;
}
.text-portes{
    display: inline-block;
    /*border-right: 1px solid;*/
    padding-left: 5px;
    padding-right: 5px;
}
.text-entrega{
    display: inline-block;
    /*border-right: 1px solid;*/
    padding-left: 5px;
    padding-right: 5px;
}
.text-devolucion{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.cart-reaseguros{
    display: none;
    height: 28px;
    /*width: 7%; cambios ana*/
    width: 9%;
    vertical-align: middle;
    margin-left: -4px;
    background-color: #008143;
    position: relative;
}
.mini-cart-reaseguros{
    display: block;
    background-image: url(carrito-small-min.png);
    width: 22px;
    height: 23px;
    background-repeat: no-repeat;
    background-position-y: 1px;
    background-position-x: 1px;
    position: relative;
    /*cambios ana*/
    margin: 0 auto;
}
.quantity-cart-reaseguros{
    position: absolute;
    top: 3px;
    /*right: 5px; cambios ana*/
    right: 3px;
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: bold;
    color: #008143;
}

.block-reaseguros-header .owl-item{
    text-align: center;
    border-right: 1px solid #ffffff;
}
.block-reaseguros-header .owl-item:last-of-type{
    text-align: center;
    border-right: none;
}

.banners-home-second{
    height: 54px;
    display: none;
    margin-bottom: 20px;
}
.img-ventaprivada{
    display: inline-block;
    width: 31%;
    height: 100%;
}
.img-ventaprivada .img-responsive{
    height: 100%;
}
.img-planamigo{
    display: inline-block;
    width: 67%;
    height: 100%;
}

.bloque-nuestros-universos{
    margin-bottom: 20px;
}

.title-block-home-mobile, .showcase-default h2{
    color: #636463;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.primer-bloque-nuestros-universos{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.segundo-bloque-nuestros-universos{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.bloque-nuestros-universos-doble{
    height: 71px;
    text-align: center;
    background: #CDE6FD;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 20px;
    color: #6280ba;
    /* padding-top: 26px; */
    position: relative;
}

.bloque-nuestros-universos-doble span{
    font-weight: bold;
}
.bloque-nuestros-universos-doble img{
    margin: auto;
}

.bloque-nuestros-universos-normal{
    height: 33px;
    text-align: center;
    padding: 4px;
    background: #CDE6FD;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 20px;
    color: #6280ba;
    font-weight: bold;
    position: relative;
}
.universo-abierto:after{
    content: "\f00d";
    position: absolute;
    top: 2px;
    right: 2px;
    font-family: 'FontAwesome';
    font-size: 15px;

}
.bloque-nuestros-universos-normal img{
    margin: auto;
    height: 100%;
}

.showcase-owl .categorias-favoritas .owl-controls .owl-buttons > div.owl-prev {
    left: -19px;
}
.showcase-owl .categorias-favoritas .owl-controls .owl-buttons > div.owl-next {
    right: -21px;
}
.categorias-favoritas > ul{
    margin-right: -15px;
    padding: 0;
    min-height: 55px;
}
.categorias-favoritas .categorias-favoritas > ul > li {
    width: 23%;
    padding: 0px;
    height: 40px;
}
.item-cat-fav-home a {
    color: white;
}
.item-cat-fav-home {
    background-color: #004B93;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0px;
    height: 55px;
    width: 100%;
    padding-top: 13px;
    text-align: center;
}
.categorias-favoritas > ul > li,
.n1colunas > ul > li,
.n2colunas > ul > li,
.n3colunas > ul > li,
.n4colunas > ul > li,
.n5colunas > ul > li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 15px;
    margin: 0;
}
.categorias-favoritas.vitrine {
    margin-top: 10px;
}
.categorias-favoritas{
    margin-bottom: 20px;
    margin-top: 20px;
}
.categorias-favoritas .owl-item{
    background-color: #004B93;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    height: 70px;
    padding-top: 12px;
    margin-right: 5px;
}


.personajes-favoritos > ul{
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}

.categorias-favoritas .owl-item li a{
    text-decoration: none;
    color: #ffffff;
}

.personajes-favoritos > ul > li,
.n1colunas > ul > li,
.n2colunas > ul > li,
.n3colunas > ul > li,
.n4colunas > ul > li,
.n5colunas > ul > li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 15px;
    margin: 0;
}

.personajes-favoritos .owl-wrapper{
    /*left: 3% !important;*/
}

.personajes-favoritos, .banners-home-first{
    margin-bottom: 20px;
}

.personajes-favoritos .owl-item{
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    height: auto;

}

.personajes-favoritos .li{
    margin-right: 10px;

}

.personajes-favoritos .owl-wrapper-outer{
    margin-left: 15px;
}


.anuncios-tele h2.tab-home,.prateleira2 h2.tab-home{
    display: inline-block;
    background: #999999;
    padding: 1px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    margin-right: 3px;
    width: 32%;
    text-align: center;
}

.anuncios-tele h2.activado,.prateleira2 h2.activado{
    display: inline-block;
    background: #004994;
    padding: 1px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    width: 32%;
    text-align: center;
}

.anuncios-tele.vitrine > ul{
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}

.anuncios-tele.vitrine > ul > li,
.n1colunas > ul > li,
.n2colunas > ul > li,
.n3colunas > ul > li,
.n4colunas > ul > li,
.n5colunas > ul > li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 20px 15px;
    margin: 0;
}

.anuncios-tele .box-item{
    opacity: 1;
    display: block;
    padding: 10px 15px;
    -webkit-transition: 0.3s all; transition: 0.3s all;
}
.anuncios-tele .product-image{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.anuncios-tele .product-image:after{
    background-color: #fff;
    content: "Veja +";
    font: 40 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 66px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -33px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all; transition: 0.3s all;
}
.anuncios-tele .box-item:hover .product-image:after{
    visibility: visible;
    opacity: 1;
}
.anuncios-tele .product-image img{
    display: block;
    max-width: 100%;
    height: auto ! important;
    width: auto ! important;
    margin: 0 auto;
    -webkit-transition: 0.3s all; transition: 0.3s all;
}
.anuncios-tele .box-item:hover img{
    opacity: .5;
}
.anuncios-tele .product-name{
    display: block;
    min-height: 40px;
}
.anuncios-tele .product-name a{
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /*modificado*/
    color: #000000;
    /*modificado*/
}
.anuncios-tele .product-name a:hover{
    color: #333;
    text-decoration: none;
}
.anuncios-tele .price{
    display: block;
    padding: 5px 0;
}
.anuncios-tele .price a{
    display: block;
    text-decoration: none;
}
.anuncios-tele .price .old-price{
    display: block;
    color: #777;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-decoration: line-through;
    /*modificado*/
    display: inline-block;
    /*modificado*/
}
.anuncios-tele .price .best-price{
    display: block;
    color: #D0021B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /*modificado*/
    font-size: 22px;
    color: #004994;
    font-weight: bold;
    /*modificado*/
}
.anuncios-tele .btn-add-buy-button-asynchronous{
    border-radius: 8px;
    background-color: #5bb75b;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    display: block;
    width: 120px;
    margin: 0 auto;
    text-decoration: none;
    /*modificado*/
    background-color: #004994;
    text-transform: uppercase;
    border-radius: 4px;
    /*modificado*/
}
.anuncios-tele .btn-add-buy-button-asynchronous:hover{
    background-color: #409c40;
}
.anuncios-tele .btn-add-buy-button-asynchronous .fa{
    margin-left: 5px;
}

.bloque-reaseguros-home{
    padding: 15px;
}
.bloque-reaseguros-home a{
    display: block;
}
.title-reaseguros-home{
    color: #4D4D4D;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.title-reaseguros-home span{
    color: #004994;
}

.subbloque-reaseguros{
    padding-left: 15%;
    height: 35px;
    margin-bottom: 5px;
}

.bloque-icon-reaseguros{
    display: inline-block;
    vertical-align: middle;
}

.bloque-icon-reaseguros .fa-map-marker{
    font-size: 25px;
    padding-left: 10px;
    color: #004994;
    width: 34px;
}
.bloque-texto-reaseguros{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    color: #004994;
    padding: 10px;
    font-size: 13px;
}

.bloque-texto-reaseguros span{
    font-weight: bold;
}

.bloque-compra-por-edades .cabeceras h2.tab-home {
    display: inline-block;
    background: #9E9F9E;
    padding: 3px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    width: 25%;
    text-align: center;
    font-family: 'Open Sans';
    line-height: 15px;
    border-right: 1px solid white;
    border-left: 1px solid white;
    position: relative;
    height: 35px;
    line-height: 27px;
}
.bloque-compra-por-edades .cabeceras h2.tab-home.activado:after{
    /*display: block;
    position: absolute;
    border-left: 1px solid #004994;
    border-right: 1px solid #004994;
    background: #e7fffe;
    content: '';
    height: 11px;
    width: 100%;
    left: 0px;
    top: 35px;*/
}
.cabeceras {

}

.bloque-compra-por-edades .cabeceras h2.tab-home:first-child {
    border-left: 0px;
}
.bloque-compra-por-edades .cabeceras h2.tab-home.activado {
    background: #004994;
}
.bloque-compra-por-edades .cabeceras h2.tab-home:first-child {
    border-left: 0px;
    height: 35px;
}

.novedades-home-carousel{
    display: none;
}

.interesar-home-carousel{
    display: none;
}

.bloque-compra-por-edades .cabeceras .espacios {
    height: 12px;
}
.bloque-compra-por-edades .cabeceras .espacio {
    height: 12px;
    width: 25%;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 2px solid #004994;
}
.bloque-compra-por-edades .cabeceras .espacio.activo {
    border-left: 2px solid #004994;
    border-right: 2px solid #004994;
    background: #e7fffe;
    border-bottom: none;

}
.bloque-compra-por-edades .contenidos {
    border: 1px solid #004b93;
    /* border-top: none;*/
    /*padding: 15px;*/
    background-color: #e7fffe;
    margin-right: 1px;
}
.bloque-compra-por-edades .contenidos .contenidos-tabs {
    padding-top: 12px;
    background-color: #e7fffe;
    text-align: center;
    /*cambios ana*/
    padding: 12px 10% 0px 10%;
}
.bloque-compra-por-edades .contenidos #cont-tab-bebe{
    padding: 12px 20% 0px 20%;
}

.content-bolas{
    display: inline-block;
    width: 65px;
    margin-bottom: 10px;
}

#cont-tab-bebe .content-bolas{
    display: inline-block;
   /* width: 32%; cambios ana*/
    width: 65px;
    margin-bottom: 10px;
}

.content-bolas .texto-bola {
    padding-top: 16px;
}
.content-bolas .bolas {
    height: 60px;
    width: 60px;
    background: #004994;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin:auto;
}
.texto-bola span {
    display: block;
    font-family: 'Open Sans';
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.texto-bola span.num-bola{
    font-size: 16px;
    display: inline-block;
}
.content-bolas .texto-bola {
    display: block;
    padding-top: 16px;
}
.content-bolas .bolas.primero, .content-bolas .bolas.sexto {
    background: #8dd2f2;
}
.content-bolas .bolas.segundo, .content-bolas .bolas.septimo {
    background: #59b4f0;
}
.content-bolas .bolas.tercero, .content-bolas .bolas.octavo {
    background: #578ac1;
}
.content-bolas .bolas.cuarto, .content-bolas .bolas.noveno {
    background: #3265ef;
}
.content-bolas .bolas.quinto, .content-bolas .bolas.decimo {
    background: #3064a2;
}

/*footer*/

.bloque-ayuda-footer{
    background-color: #808080;
    text-align: center;
    padding: 7px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.segunda-frase-tel{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.input-email{
    border-radius: 0px;
    width: 75%;
}
.submit-newsletter{
    border-radius: 0px;
    width: 25%;
    margin-left: -5px;
    background-color: #004994;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}
.footer .title-section-footer .flecha-footer.up{
    display: none;
}
.footer .title-section-footer .flecha-footer {
    float: right;
    padding-right: 15px;
    color: #4d4d4d;
}
.footer .title-section-footer {
    font-family: 'Open Sans';
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 11px;
    padding: 10px 0px;
    border-top: 1px solid #4d4d4d;
}
.footer ul li, .footer ul li a {
    font-family: 'Open Sans';
    font-size: 11px;
    color: #4d4d4d;
    line-height: 13px;
    margin: 15px 0px;
}
.footer .col-micuenta .title-section-footer {
    border-bottom: 1px solid #4d4d4d;
}
.footer ul{
    display: none;
}
.primera-frase {
    font-size: 11px;
    font-family: 'Open Sans';
    line-height: 14px;
    color: #ffffff;
}
.segunda-frase-tel {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    font-family: 'Open Sans';
}
.bloque-newsletter-footer input.input-submit {
    width: 23%;
    border-radius: 0px;
    background: #004994;
    color: white;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 10px;
    line-height: 14px;
}
p.info-terminos {
    display: inline-block;
    vertical-align: sub;
    font-family: 'Open Sans';
    font-size: 11px;
    color: #4d4d4d;
}
p.info-terminos a {
    text-decoration: underline;
}

/***********************************/
/*ESTILOS CATEGORIA Y PRODUCT-LIST*/
/*********************************/

.seccion_top_categoria{
    padding: 0px 15px 5px 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.button_sort{
    display: inline-block;
    width: 48%;
    text-align: center;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
    /*border: 1px solid #004b93;*/
    font-size: 16px;
    color: #004b93;
    /*padding-top: 7px;*/
    border-radius: 0px;
    position:relative;
}
.button_sort select{
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #004b93;
    font-size: 14px;
    color: #004b93;
    border-radius: 0px;
    text-indent: inherit;
    padding-left: 21px;
}
.button_sort .fa-sort-amount-asc{
    top: 5px;
    font-size: 20px;
    position: absolute;
    left: 4px;
}

.button_filter{
    width: 48%;
    display: inline-block;
    text-align: center;
    height: 35px;
    background-color: #004b93;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 8px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.title_vista_category{
    padding: 5px 0px 5px 0px;
}

.title_category{
    text-transform: uppercase;
    font-size: 12px;
    color: #004b93;
    font-weight: bold;
    display: inline-block;
    margin-top: 6px;
}

.change_view{
    display: inline-block;
    float: right;
    color: #004b93;
    cursor: pointer;
}

.change_view i{
    color: #B3B2B2;
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.category_results{
    margin-top: 5px;
    color: #8b8c8b;
}

.applied_filters{
    margin-top: 5px;
}

.filter_on{
    display: inline-block;
    color: #ffffff;
    padding: 5px;
    background-color: #B3B2B2;
    text-transform: uppercase;
    height: 20px;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.applied_filters i{
    margin-left: 5px;
    color: #ffffff;
}


.item-block-right .product-name{
    display: block;
    text-align: left;
    min-height: 58px;
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

.item-block-right .product-name .brand{
    font-weight: bold;
    color: #337ab7;
    display: block;
}
.item-block-right .product-name .personaje-prod-list{
    font-weight: bold;
}

.item-block-left .img-brand-prod-list{
    position: absolute;
    height: 20px;
    right: 0px;
}


/*****************************/
/*PRODUCT-LIST CATEGORY GRID*/
/***************************/

.product-image img{
    margin: auto;
}

.item-product-list-grid{
    margin-bottom: 20px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 330px;
}

#product-page .item-product-list-grid{
    min-height: 320px;
}

.item-product-list-grid:nth-child(odd){
   /* clear: both;*/
}
.item-product-list-grid .item-block-right{
    max-height: 161px;
}
.item-product-list-grid .product-name a{
    /*display: block;*/
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #333333;
    /*min-height: 42px;*/
    overflow: hidden;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
}
.item-product-list-grid .product-name .name-brand{
    margin-bottom: 10px;
    margin-top: 0px;
}
.item-product-list-grid .price{
    display: block;
    text-align: right;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #004b93;
    min-height: 29px;
}

.item-product-list-grid .price a{
    width: 100%;
    display: block;
}

.item-product-list-grid .price a .old-price{
    text-decoration: line-through;
    color: #636463;
    display: inline-block;
    vertical-align: middle;
    width: 26%;
    font-size: 11px;
    float:left;
    line-height: 27px;
}

.item-product-list-grid .price a .best-price{
    font-size: 18px;
    font-weight: bold;
    color: #004b93;
    display: inline-block;
    vertical-align: middle;
    width: 42%;
    white-space: nowrap;
}

.item-product-list-grid .price a .discount-percent{
    background-color: #f27f00;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
    border-radius: 5px;
    margin-left: 2px;
    display: inline-block;
    width: 26%;
}

.add-to-cart{
    background-image: url(carrito-small-min.png);
    height: 30px;
    width: 30px;
    background-color: #004b93;
    display: inline-block;
    float: right;
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-position-x: 3px;
    border-radius: 5px;
}

.disponibilidad-portes{
    display: inline-block;
    width: 75%;
    text-align: left;
}

.portes-product-list-grid{
    font-size: 12px;
    text-transform: uppercase;
    color: #ec1818;
    font-weight: bold;
    min-height: 12px;
}

.portes-product-list{
    color: #D8232A;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.delivery-status{
    font-size: 12px;
    color: green;
    margin-top: 4px;
}

.block-wish-list{
    float: right;
    font-size: 20px;
}
/*
.item-product-list-grid .price.coleccion {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}*/

.item-product-list-list .price.coleccion {
    border-bottom: 0px;
    margin-bottom: 6px;
    padding-bottom: 0px;
}
.item-product-list-block .price.coleccion{
    border-bottom: 0px;
    margin-bottom: 6px;
    padding-bottom: 0px;
}
.flag-extra p.flag {
    display: none;
    width: 100%;
    padding: 2px;
    color: #fff;
    margin: 2px 0;
    text-align:center;
}
p.flag.todo {
    display: none;
}
p.flag.zona-10, p.flag.ZONA, p.flag.zona-10, p.flag.zona-12, p.flag.zona-15, p.flag.zona-20 {
    display: block;
    background: #FAE335;
    color: white;
    margin-bottom: 0px;
    margin-top: 10px;
}
p.flag.CATALOGO {
    display: block;
    background: #004B93;
    color: white;
}
p.flag.black-friday {
    display: block;
    background: #000;
    color: white;
}
.flag-extra p.flag.CATALOGO, .flag-extra p.flag.catalogo-1{
    background: #004B93;
    color: white;
    padding: 4px;
    margin: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 5px;
}
.flag-extra p.flag.CATALOGO a, .flag-extra p.flag.catalogo-1 a{
    color:#fff;
}
.item-product-list-block .flag-extra p.flag.CATALOGO, .item-product-list-block .flag-extra p.flag.catalogo-1{
    font-size: 14px;
    padding: 7px;
}

.flag-new{
    background-image: url(flag-new-big.png);
    background-repeat: no-repeat;
    height: 45px;
    width: 65px;
    position: absolute;
}

.flag-extra p.flag.aire-libre {
    display: block;
    background: #08a0b9;
}
.flag-extra p.flag.aire-libre a {
    color: #fff;
}
.flag-extra p.flag.vaciamos-almacen {
    display: block;
    background: #000;
    font-size:11px
}
.content-avisame {
    margin-top: 20px;
    display: block;
    min-height: 30px;
    text-align: center;
}
.product-list-category-vistos .content-avisame {
    margin-top: 5px;
    position: relative;
}
span.avisame {
    border: 2px solid #004b93;
    color: #004b93;
    padding: 3px 4px;
    font-size: 12px;
}
.product-list-category-vistos span.avisame {
    font-size: 12px;
    position: absolute;
    width: 115px;
    left: -44px;
}
span.avisame .fa-envelope {
    margin-right: 3px;
}
.item-product-list-grid .texto-agotado {
    position: absolute;
    right: 5%;
    bottom: 40%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.item-product-list-grid .wrapper-buy-button-asynchronous{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.button-compra-prod-list{
    display: inline-block;
    vertical-align: top;
}

/*****************************/
/*PRODUCT-LIST CATEGORY LIST*/
/***************************/

.item-product-list-list{
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #e1e1e1;
}
.item-product-list-list .item-block-left{
    width: 44%;
    display: inline-block;
    vertical-align: middle;
}
.item-product-list-list .item-block-left .img-brand-prod-list{
    position: absolute;
    height: 20px;
    right: 57%;
}

.item-product-list-list .item-block-right{
    width: 54%;
    display: inline-block;
    vertical-align: middle;

}

.item-product-list-list .product-name a{
    /*display: block;*/
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #333333;
}
.item-product-list-list .product-name .name-brand{
    margin-bottom: 10px;
    margin-top: 0px;
}
.item-product-list-list .product-description-list {
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
    margin-top: 15px;
}

.item-product-list-list .price{
    display: block;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #004b93;
}

.item-product-list-list .price a{
    width: 100%;
    display: block;
}

.item-product-list-list .price a .old-price{
    text-decoration: line-through;
    color: #636463;
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    font-size: 11px;
}

.item-product-list-list .price a .best-price{
    font-size: 18px;
    font-weight: bold;
    color: #004b93;
    display: inline-block;
    vertical-align: middle;
    width: 42%;
}

.item-product-list-list .price a .discount-percent{
    background-color: #f27f00;
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
    border-radius: 5px;
    margin-left: 2px;
    display: inline-block;
    width: 26%;
}

.add-to-cart{
    background-image: url(carrito-small-min.png);
    height: 30px;
    width: 30px;
    background-color: #004b93;
    display: inline-block;
    float: right;
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-position-x: 3px;
    border-radius: 5px;
}

.disponibilidad-portes{
    display: inline-block;
    width: 75%;
    text-align: left;
}

.portes-product-list-grid{
    font-size: 12px;
    text-transform: uppercase;
    color: #ec1818;
    font-weight: bold;
}

.portes-product-list{
    color: #D8232A;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.delivery-status{
    font-size: 12px;
    color: green;
    margin-top: 4px;
}

.item-product-list-list .block-wish-list{
    font-size: 20px;
    position: absolute;
    bottom: 15%;
    right: 58%;
}

.flag-new{
    background-image: url(flag-new-big.png);
    background-repeat: no-repeat;
    height: 45px;
    width: 65px;
    position: absolute;
}

.item-product-list-list .texto-agotado {
    position: absolute;
    right: 20%;
    bottom: 40%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.item-product-list-list .wrapper-buy-button-asynchronous{
    display: inline-block;
    width: auto;
}
.item-product-list-block .item-combinaciones-all.item-modelo-producto{
   height: 50px;
}
.bloque-modelos-carousel img{
    border: 1px solid #e1e1e1;
}

/*****************************/
/*PRODUCT-LIST CATEGORY BLOCK*/
/***************************/

.item-product-list-block .item-block-left .img-brand-prod-list{
    height: 40px;
}

.item-product-list-block{
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 2px solid #e1e1e1;
}

.item-product-list-block .product-name a{
    /*display: block;*/
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #333333;
    font-size: 19px;
}
.item-product-list-block .product-name .name-brand{
    margin-bottom: 10px;
    margin-top: 0px;
}

.item-product-list-block .product-description-list {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    margin-top: 3px;
}

.item-product-list-block .price{
    display: block;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #004b93;
    overflow: hidden;
    width: 100%;
}

.item-product-list-block .price a{
    width: 100%;
    display: block;
}

.item-product-list-block .price a .old-price{
    text-decoration: line-through;
    color: #636463;
    display: inline-block;
    vertical-align: middle;
    width: 16%;
    font-size: 18px;
}

.item-product-list-block .price a .best-price{
    font-size: 30px;
    font-weight: bold;
    color: #004b93;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: center;
}

.item-product-list-block .price a .discount-percent{
    background-color: #f27f00;
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
    border-radius: 5px;
    margin-left: 2px;
    display: inline-block;
    width: 15%;
    font-size: 18px;
}

.item-product-list-block .add-to-cart{
    background-image: url(carrito-small-min.png);
    height: 30px;
    background-color: #004b93;
    display: inline-block;
    float: right;
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-position-x: 3px;
    border-radius: 5px;
    width: 38%;
    padding-left: 35px;
}
.item-product-list-block .add{
    width: 100%;
    display: block;
}
.item-product-list-block .add .add-to-cart{
    background-image: url(carrito-small-min.png);
    height: 30px;
    background-color: #004b93;
    display: inline-block;
    float: right;
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-position-x: 3px;
    border-radius: 5px;
    width: 100%;
    padding-left: 25px;

}

.item-product-list-block .add-to-cart .text-add-to-cart{
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-top: 8px;
}

.item-product-list-block .disponibilidad-portes{
    display: inline-block;
    width: 60%;
    text-align: left;
    min-height: inherit;
    vertical-align: middle;
}

.portes-product-list-grid{
    font-size: 12px;
    text-transform: uppercase;
    color: #ec1818;
    font-weight: bold;
}

.portes-product-list{
    color: #D8232A;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.delivery-status{
    font-size: 12px;
    color: green;
    margin-top: 4px;
}

.block-wish-list{
    float: right;
    font-size: 20px;
}

.flag-new{
    background-image: url(flag-new-big.png);
    background-repeat: no-repeat;
    height: 45px;
    width: 65px;
    position: absolute;
}

.item-product-list-block .wrapper-buy-button-asynchronous{
    display: inline-block;
    width: 115px;
}

.item-block-right .prod-agotado{
    position: relative;
}
.img-responsive.imagen-agotado{
   margin: auto;
}
.item-product-list-block .texto-agotado {
    position: absolute;
    right: 25%;
    bottom: 40%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.item-product-list-block .item-block-left{
    /*max-height: 200px;*/
}
.item-product-list-block .item-block-left .product-image img{
    /*max-width: 60%;*/
}

.item-product-list-block .owl-controls .owl-buttons > div.owl-next{
    right: -30px;
}

.item-product-list-block .owl-controls .owl-buttons > div.owl-prev{
    left: -30px;
}
.item-product-list-block .bloque-modelos .item-modelo-producto{
    width: 50px;
}
.item-product-list-block .bloque-modelos-carousel{
   /* width: 55%;
    float: right;*/
    width: 100%;
}

.item-product-list-block .bloque-modelos-carousel .owl-buttons button{
    background-color: transparent;
}

.item-product-list-block .edad-item-product-list{
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}




/*************************/
/*ESTILOS FICHA PRODUCTO*/
/***********************/

.seletor-sku{
    display: none;
}
.seletor-sku.with-tamanho{
    display: initial;
}
.seletor-sku.with-tamanho .topic {
    display: none;
}
.seletor-sku.with-tamanho .topic.Tamanho {
    display: initial;
}
.info-edad{
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    font-family: 'Open Sans';
}

#valoraciones-whatsapp{
    margin-top: 5px;
}

#rating-general-stars{
    display: inline-block;
    vertical-align: middle;
    padding-top: 8px;
}

#rating-general-stars .star-1, #rating-general-stars .star-2, #rating-general-stars .star-3{
    color:#FFD600;
}
#rating-general-stars i{
    color:#FFD600;
}
#rating-general-stars .star-4, #rating-general-stars .star-5{
    color:#DADADA;
}

#share-whatsapp{
    display: inline-block;
    vertical-align: middle;
    float: right;
}
#share-whatsapp a{
    text-decoration: none;
}

.icon-whatsapp{
    background-image: url(whatsapp-min.png);
    width: 26px;
    height: 27px;
    background-repeat: no-repeat;
    background-position-y: 1px;
    background-position-x: 1px;
    display: inline-block;
    vertical-align: middle;
}
.text-share-whatsapp{
    display: inline-block;
    color: #004B93;
    font-weight: bold;
    vertical-align: middle;
}

.bloque-modelos{
    width: 47%;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
}
.title-block-product-mobile{
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #636463;
}


.bloque-modelos .bloque-modelos-carousel .item-modelo-producto .img-responsive{
    border: 1px solid #e1e1e1;
}

.bloque-modelos .bloque-modelos-carousel .item-modelo-producto .img-responsive:hover{
    border: 1px solid #D0021B;
}

.bloque-modelos .bloque-modelos-carousel .owl-controls .owl-buttons > div.owl-prev{
    left: -28px;
}

.bloque-modelos .bloque-modelos-carousel .owl-controls .owl-buttons > div.owl-next{
    right: -18px;
}

.bloque-modelos .bloque-modelos-carousel .owl-buttons .btn-carousel-right {
    background-image: url(next-min.png);
    width: 17px;
    height: 56px;
    background-repeat: no-repeat;
    background-position-y: 18px;
    background-position-x: 5px;
    background-color: transparent;
    border: none;
}

.bloque-modelos .bloque-modelos-carousel .owl-buttons .btn-carousel-left {
    background-image: url(previous-min.png);
    width: 17px;
    height: 56px;
    background-repeat: no-repeat;
    background-position-y: 18px;
    background-position-x: 5px;
    background-color: transparent;
    border: none;
}



.bloque-tallas{
    width: 45%;
    margin-top: 21px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: -10px;
}

.bloque-tallas .bloque-tallas-carousel .item-talla-producto .img-responsive{
    border: 1px solid #e1e1e1;
}

.bloque-tallas .bloque-tallas-carousel .owl-controls .owl-buttons > div.owl-prev{
    left: -28px;
}

.bloque-tallas .bloque-tallas-carousel .owl-controls .owl-buttons > div.owl-next{
    right: -18px;
}

.bloque-tallas .bloque-tallas-carousel .owl-buttons .btn-carousel-right {
    background-image: url(next-min.png);
    width: 17px;
    height: 56px;
    background-repeat: no-repeat;
    background-position-y: 18px;
    background-position-x: 5px;
    background-color: transparent;
    border: none;
}

.bloque-tallas .bloque-tallas-carousel .owl-buttons .btn-carousel-left {
    background-image: url(previous-min.png);
    width: 17px;
    height: 56px;
    background-repeat: no-repeat;
    background-position-y: 18px;
    background-position-x: 5px;
    background-color: transparent;
    border: none;
}

.span-talla{
    display: block;
    width: 30px;
    height: 50px;
    padding-top: 16px;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    color: #004b93;
    font-weight: bold;
    text-align: center;
}


.bloque-pilas{
    border: 2px solid #e1e1e1;
    padding: 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

.icon-pila{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-pila span{
    display: block;
    background-image: url(pila.png);
    width: 24px;
    height: 45px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.maxell-icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.maxell-icon span{
    display: block;
    background-image: url(maxell-icon.png);
    width: 57px;
    height: 30px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.no-incluidas{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 12px;
}

.pilas-no-incluidas{

}

.descripcion-pilas{
    margin-top: 5px;
}

.icon-oferta-online{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-oferta-online span{
    display: block;
    background-image: url(oferta-online.png);
    width: 46px;
    height: 41px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.label-input-pilas{
    font-family: 'Open Sans';
    font-size: 12px;
}

.label-input-pilas .azul-drim{
    font-weight: bold;
}

.label-input-pilas .rojo-drim{
    font-weight: bold;
}

.bloque-papel-regalo{
    padding: 10px;
    margin-top: 15px;
}

.inputs-papel-regalo{
    display: inline-block;
    vertical-align: middle;
}

.icono-regalo{
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.label-input-papel-regalo{
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.icono-regalo span {
    display: block;
    background-image: url(icono-regalo.png);
    width: 44px;
    height: 39px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.segundo-bloque-papel-regalo{
    margin-top: 15px;
}

.texto-papel-regalo{
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: bold;
    line-height: 15px;
}

.input-text-papel-regalo{
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}


.product-image img{
    margin: auto;
}

#home-page .product-image img{
    height: auto;
}

#image-main{
    height: 265px;
}

.product-list-product-page{
    margin-bottom: 20px;
    position: relative;
}

.product-list-product-page li{
    padding: 10px;
}

.product-list-product-page li .product-name a{
    display: block;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #333333;
}
.product-list-product-page li .product-name .name-brand{
    margin-bottom: 10px;
    margin-top: 0px;
}
.product-list-product-page li .price{
    display: block;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #004b93;
}

.product-list-product-page li .price a{
    width: 100%;
    display: block;
}

.product-list-product-page li .price a .old-price{
    text-decoration: line-through;
    color: #636463;
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    font-size: 12px;
}

.product-list-product-page li .price a .best-price{
    font-size: 18px;
    font-weight: bold;
    color: #004b93;
    display: inline-block;
    vertical-align: middle;
    width: 42%;
}

.product-list-product-page li .price a .discount-percent{
    background-color: #f27f00;
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
    border-radius: 5px;
    margin-left: 2px;
    display: inline-block;
    width: 26%;
}

.add-to-cart{
    background-image: url(carrito-small-min.png);
    height: 30px;
    width: 30px;
    background-color: #004b93;
    display: inline-block;
    float: right;
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-position-x: 3px;
    border-radius: 5px;
}

.disponibilidad-portes{
    display: inline-block;
    width: 75%;
    text-align: left;
    vertical-align: middle;
}

.item-product-list-list .disponibilidad-portes {
    min-height: inherit;
    vertical-align: middle;
}

.portes-product-list-grid{
    font-size: 12px;
    text-transform: uppercase;
    color: #ec1818;
    font-weight: bold;
}

.portes-product-list{
    color: #D8232A;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    min-height: 0;
}

.delivery-status{
    font-size: 12px;
    color: green;
    margin-top: 4px;
}

.block-wish-list{
    float: right;
    font-size: 20px;
}

.flag-new{
    background-image: url(flag-new-big.png);
    background-repeat: no-repeat;
    height: 45px;
    width: 65px;
    position: absolute;
}

.product-list-product-page{
    border: 1px solid #004b93;
}
div#tabs-te-puede-interesar,div#tabs-info-producto, .bloque-info-producto, .product-list-category.grid {
    margin-right: 10px;
    margin-left: 10px;
}
.cuerpo-tabs .tab-product-page {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    background-color: #999999;
    padding: 6px;
    width: 28.5%;
    margin-bottom: 0;
    text-align: center;
    min-height: 40px;
    vertical-align: middle;
}
.cuerpo-tabs .tab-product-page.tab-categoria, .cuerpo-tabs .tab-product-page.tab-personajes, .cuerpo-tabs .tab-product-page.tab-edad {
    width: 32.5%;
}
.cuerpo-tabs .tab-product-page.tab-caracteristicas {
    width: 40%;
}
.cuerpo-tabs .activado {
    background-color: #004994;
}

.bloque-info-producto{
    border: 1px solid #004b93;
    padding: 10px;
    overflow: hidden;
}

.product-description-box{
    display: none;
}

.product-description{
    display: none;
}

.opiniones-producto{
    display: none;
}

.videos-producto{
    display: none;
}

.product-list-category .owl-carousel{
    border: 2px solid #004994;
    padding-top: 5px;
}

.product-list-category .bloque-modelos-carousel .owl-carousel{
    border: none;
}

.accesorios-mobile li.hobby{
    margin: 10px;
    display: block;
    padding: 10px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.accesorios-mobile li .product-name{
    display: block;
    min-height: 60px;
}
.accesorios-mobile li .item-block-right{
    min-height: 70px;
    overflow: hidden;
    position: relative;
}
.accesorios-mobile{
    margin-top: 10px;
}
.accesorios-mobile li{
    padding: 2px;
}
.accesorios-mobile .owl-controls .owl-buttons > div.owl-next{
    right: -15px;
}
.accesorios-mobile .owl-controls .owl-buttons > div.owl-prev{
    left: -15px;
}
.accesorios-mobile li .button-compra-prod-list{
    display: block;
}
.accesorios-mobile li .discount-percent{
    background-color: #f27f00;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
    border-radius: 5px;
    margin-left: 2px;
    display: inline-block;
    font-size: 11px;
}

.accesorios-mobile li .old-price{
   text-decoration: line-through;
    color: #636463;
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
}

.accesorios-mobile li .best-price{
    font-size: 14px;
    font-weight: bold;
    color: #004b93;
    display: inline-block;
    vertical-align: middle;
}

.accesorios-mobile li .button-compra-prod-list .add a{
    display: block;
    width: 100%;
    background-image: none;
    margin-top: 10px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 7px;
    bottom: 0;
    position: absolute;
}

.product-complementos{
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-complementos .title-block-product-mobile{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #636463;
    display: block;
    margin: 10px;
    margin-bottom: 0px;
    padding-bottom: 0;
}


/*********************************/
/*BOTON DE COMPRA FICHA PRODUCTO*/
/*******************************/
.productPrice{
    display: inline-block;
    float: right;
}

#comprar-flutuante .descricao-preco .valor-de{
    display: block;
    text-align: right;
}
#comprar-flutuante .descricao-preco .valor-por{
    display: block;
    text-align: right;
}

.price-box{
    display: inline-block;
    vertical-align: middle;
}

.bloque-info-portes-cart-button{
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    margin-left: 5px;
    margin-bottom: 5px;
}

.img-producto-portes{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.img-producto-portes .img-responsive{
    margin: auto;
}

.description-portes-cart-button{
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.description-portes-cart-button .importe-portes{
    text-transform: uppercase;
    color: #d0021b;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 12px;
}

.description-portes-cart-button .time-delivery{
    color: #008237;
    margin-top: 2px;
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 15px;
}

.discount-percent-buy-button{
    background-color: #f27f00;
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
    border-radius: 5px;
    margin-left: 2px;
    display: inline-block;
    width: 50%;
    margin-top: 5px;
}

.col-comprar{
    padding: 0;
}
.buy-button.buy-button-ref{
    background-color: #004B93;
    border-radius: 0px;
    display: inline-block !important;
    width: 100%;
    height: 40px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 19px;
    vertical-align: middle;
}

.buy-button.buy-button-ref span{
    height: 29px;
    background-color: #004b93;
    border: none;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    padding: 0px;
    vertical-align: middle;
    font-family: 'Open Sans';
}

.buy-button.buy-button-ref span:first-of-type{
    background-image: url(carrito-small-min.png);
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-position-x: 3px;
    width: 30px;
    margin-right: 5px;
}

.button-wishlist-buy-button{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: #5A77B4;
    height: 40px;
    width: 20%;
    padding-top: 9px;
    display: none;
}

.button-wishlist-buy-button i{
    font-size: 25px;
    display: block;
    color: #fff;
}
.buy-button-box {
    /*min-height: 50px;*/
    vertical-align: middle;
}
.title-avisame{
  display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #337ab7;
    line-height: 13px;
    vertical-align: middle;
    font-family: 'Arial';
    letter-spacing: 1px;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}

.title-avisame .fa-envelope{
    margin-right: 10px;
    font-size: 22px;
}

.sku-notifyme-form{
    padding: 10px;
    display: none;
}

.sku-notifyme-form .sku-notifyme-client-name{
    width: 97%;
    height: 35px;
    display: block !important;
    margin: 5px;
    border-radius: 0px;
    border: 2px solid #004b93;
    padding: 5px;
}

.sku-notifyme-form .sku-notifyme-client-email{
    width: 97%;
    height: 35px;
    display: block !important;
    margin: 5px;
    border-radius: 0px;
    border: 2px solid #004b93;
    padding: 5px;
}
.sku-notifyme-form .sku-notifyme-button-ok{
    display: block !important;
    height: 35px;
    width: 35%;
    border-radius: 0px;
    border: none;
    background-color: #004b93;
    color: white;
    font-size: 22px;
    margin: auto;
}

/*********************/
/*FILTROS CATEGORIAS*/
/*******************/

#departament-navegador .menu-departamento{
    display: block;
    position: fixed;
    height: 100%;
    top: 0px;
    right: 0px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999999999;
    overflow: scroll !important;
}
.bloque-filtros{
    background-color: #004b93;
    float: right;
    width: 75%;
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 0;
    height: 100%;
    bottom: 0;
    /*overflow: hidden;*/
}

.cabecera-bloque-filtros{
    background-color: #004b93;
    position: fixed;
    width: inherit;
    z-index: 9;
}

.logo-drim-filtros{
    display: inline-block;
    width: 75%;
    text-align: center;
    height: 50px;
    vertical-align: middle;
}

.logo-drim-filtros img{
    margin: auto;
}

.cerrar-filtros{
    display: inline-block;
    width: 23%;
    text-align: right;
    height: 41px;
    vertical-align: middle;
    cursor: pointer;
}
.close-filtros {
    color: #004994;
    font-size: 29px;
    line-height: 29px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background-color: white;
    padding: 0px 9px;
    /* position: absolute; */
    top: 6px;
    right: 6px;
    cursor: pointer;
}

.filtrar-por{
    min-height: 41px;
    background-color: #ffffff;
    text-align: center;
    padding-top: 17px;
}
.filtrar-por .title-filtrar-por{
    color: #004b93;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.cuerpo-filtros{
    cursor: pointer;
    background: #004b93;
    overflow: auto;
    padding-top: 105px;
}

.cabecera-subbloque-filtros{
    height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans';
    padding: 10px;
    border-bottom: 2px solid #000000;
}
.cabecera-subbloque-filtros.abierto{
    background-color: #b9c0df;
    border: none;
}
.cuerpo-subbloque-filtros{
    display: none;
    background: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    overflow-y: auto;
    position: relative;
    height: 200px;
}

.item-filtro{
    cursor: pointer;
    display: none;
}
.item-filtro-oculto{
    display: none;
}

.titulo-filtro{
    height: 40px;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.cabecera-subbloque-filtros:after{
    content: "\f067";
    position: absolute;
    right: 10px;
    font-family: "FontAwesome";
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.cabecera-subbloque-filtros.abierto:after{
    content: "\f068";
}

.item-filtro-cat.abierto:after{
    content: "\f068";
    position: absolute;
    right: 10px;
    font-family: "FontAwesome";
    font-size: 14px;
    color: #004b93;
    cursor: pointer;
}
.item-filtro-cat.abierto:cerrado{
    content: "\f067";
}

.filtro-final{
    display: none;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    padding-left: 25px;
    cursor: pointer;
}

.button_sort i{
    position: absolute;
    top: 8px;
    font-size: 19px;
    left: 5px;
}

.cuerpo-filtros input[type="radio"] {
    margin: 0;
    margin-right: 10px;
}

.titulo-filtro a i {
    margin-right: 5px;
}

i.fa.fa-angle-right {
    color: red;
    font-weight: bold;
}

.cuerpo-subbloque-filtros .flecha-up{
    position: fixed;
    right: 10px;
    font-size: 22px;
    color: #dddddd;
}

.cuerpo-subbloque-filtros .flecha-down{
    position: fixed;
    right: 10px;
    font-size: 22px;
    color: #dddddd;
}

/**********************/
/*ALTERNATIVE FILTERS*/
/********************/
.cuerpo-filtros.alternative-filters #admake-advanced-filter{
    background: transparent;
}
.cuerpo-filtros.alternative-filters .sub-titulo{
   height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans';
    padding: 10px;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    background: #004b93;
}
.cuerpo-filtros.alternative-filters .sub-titulo.abierto{
    background: #B9C0DF;
    border: none;
}
.cuerpo-filtros.alternative-filters .sub-titulo:after{
    content: "\f067";
    position: absolute;
    right: 10px;
    font-family: "FontAwesome";
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
.cuerpo-filtros.alternative-filters  .sub-titulo.abierto:after{
    content: "\f068";
}
.cuerpo-filtros.alternative-filters .content-flechas {
    position: fixed;
    top: 25px;
}
.cuerpo-filtros.alternative-filters .flecha-up{
    position: absolute;
    left: 5px;
    font-size: 22px;
    top: 170px;
    color: #dddddd;
}

.cuerpo-filtros.alternative-filters .flecha-down{
    position: absolute;
    left: 5px;
    font-size: 22px;
    top: 340px;
    color: #dddddd;
}
.cuerpo-filtros.alternative-filters .cuerpo-category-filters{
    display: none;
}
.cuerpo-filtros.alternative-filters .filtros-categorias h3 a{
    font-size: 15px;
    color: #000000;
    letter-spacing: 0;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
}
.cuerpo-filtros.alternative-filters .filtros-categorias{
    background-color: #E7E9F6;
}
.cuerpo-filtros.alternative-filters .cuerpo-category-filters{
    padding-bottom: 20px;
    overflow: auto;
    position:relative;
    max-height: 500px;
}
.cuerpo-filtros.alternative-filters .cuerpo-category-filters ul.even{
    display: none;
    padding-left: 25px;
}
.cuerpo-filtros.alternative-filters .cuerpo-category-filters ul.even li{
    /*margin:7px;*/
    /*padding-right: 10px;*/
}
.cuerpo-filtros.alternative-filters .cuerpo-category-filters h4{
    position:relative;
    font-size: 15px;
    padding-left: 15px;
}
.cuerpo-filtros.alternative-filters .cuerpo-category-filters h4 a{
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}
.cuerpo-filtros.alternative-filters .cuerpo-category-filters h4.abierto a{
    font-weight: bold;
    color: #004b93;
    display: inline-block;
    vertical-align: middle;
}
.cuerpo-filtros.alternative-filters .cuerpo-category-filters h4:after{
    content: "\f067";
    position: absolute;
    right: 10px;
    font-family: "FontAwesome";
    font-size: 14px;
    color: #004b93;
    cursor: pointer;
}
.cuerpo-filtros.alternative-filters .cuerpo-category-filters h4.abierto:after{
    content: "\f068";
}

/*.cuerpo-filtros.alternative-filters .cuerpo-category-filters h4:before{
    content: "\f054";
    position: absolute;
    left: 19px;
    font-family: "FontAwesome";
    font-size: 13px;
    color: #D0021B;
    top: 2px;
}*/

.cuerpo-filtros.alternative-filters #input_bus_mar{
    height: 30px;
    margin: 10px;
    margin-left: 40px;
    width: 80%;
    border: none;
    background-color: #E7E9F6;
    padding-left: 15px;
    font-style: italic;
    position: relative;
}
.cuerpo-filtros.alternative-filters #input_bus_per{
    height: 30px;
    margin: 10px;
    margin-left: 40px;
    width: 80%;
    border: none;
    background-color: #E7E9F6;
    padding-left: 15px;
    font-style: italic;
    position: relative;
}
.div-busca-filtros .fa-search{
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 10%;
    color: #9c9da1;
}

.cuerpo-filtros.alternative-filters .opcoes ul li label input{
    position: relative;
    margin: 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.cuerpo-filtros.alternative-filters .footer-filters{
    background-color: #D2D6EC;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.cuerpo-filtros.alternative-filters .footer-filters .block-buttons-filters{
    text-align: center;
}
.cuerpo-filtros.alternative-filters .footer-filters .block-buttons-filters .borrar-filtros{
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #004b93;
    height: 30px;
    font-weight: bold;
    line-height: 22px;
    margin-right: 15px;
    cursor: pointer;
}

.cuerpo-filtros.alternative-filters .footer-filters .block-buttons-filters .aplicar-filtros{
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #004b93;
    color: #ffffff;
    height: 30px;
    font-weight: bold;
    line-height: 22px;
    cursor: pointer;
}

.capa-filtros-marcados{
    padding: 10px;
}

.capa-filtros-marcados .active-filter-filters{
    display: inline-block;
    min-height: 15px;
    color: #ffffff;
    background-color: #D0021B;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px;
}

.cuerpo-filtros label.checked:before {
    background: #FE3568;
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 41px;
    top: 14px;
    border: 1px solid #e1e1e1;
    z-index: 99;

}

.cuerpo-filtros .box-filtro .opcoes label{
    overflow: hidden;
}


.opcoes .content-precios{
    padding-left: 40px;
    height: 50px;
    display: block;
}

.opcoes .content-precios .text-precio{
    padding: 5px;
}

.opcoes .content-precios .precio{
    width: 60px;
}

.opcoes .content-precios #filtrar-precio{
    display: block;
    padding: 5px
}

.opcoes-precios{
    margin-top: 5px;
}


/***************************************************/
/*ESTILOS FILTROS CATEGORIAS EN PAGINA DE BUSQUEDA*/
/*************************************************/
.cuerpo-category-filters ul li a{
    position: relative;
    font-size: 15px;
    padding-left: 30px;
    margin-top:  10px;
    margin-bottom: 10px;
    display:  block;

}
.cuerpo-filtros .filtros-categorias .cuerpo-category-filters ul li.tercer-nivel a{
    position: relative;
    font-size: 15px;
    padding-left: 30px;
    margin-top:  10px;
    margin-bottom: 10px;
    display:  block;
    font-size: 14px;
    padding-left: 0px;
    margin-left: 40px;
    position: relative;
}

/*.cuerpo-category-filters ul li a:before{
    content: "\f054";
    position: absolute;
    left: 19px;
    font-family: "FontAwesome";
    font-size: 13px;
    color: #D0021B;
    top: 2px;
}*/

.filtros-categorias .cuerpo-category-filters ul.even li a{
    position: inherit;
    font-size: 14px;
    padding-left: 0px;
    position: relative;
}
.filtros-categorias .cuerpo-category-filters ul:not(.even) li a{
    position: inherit;
    font-size: 14px;
    padding-left: 0px;
    margin-left: 40px;
    position: relative;
}

.filtros-categorias .cuerpo-category-filters even li a:before{
    content: "";
    position: inherit;
    left: 0;
    font-family: "FontAwesome";
    font-size: 0;
    color: #D0021B;
    top: 0;
}





/************************/
/*OPINIONES VERIFICADAS*/
/**********************/

/*BANNER TOP*/
.banner-ov-top{
    height: 50px;
    border-bottom: 8px solid #ffe300;
}

.bloque-img-ov-top{
    width: 15%;
    background-image: url(logo-opiniones-min.png);
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-position-x: 3px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.bloque-centro-ov-top {
    display: inline-block;
    width: 68%;
    height: 100%;
    vertical-align: middle;
}

.close-banner-ov-top{
    display: inline-block;
    float: right;
    width: 15%;
    text-align: center;
    padding-top: 15px;
    height: 100%;
    color: #D8D8D8;
    vertical-align: middle;
    cursor: pointer;
}

.div-stars-ov-top{
    height: 50%;
    padding-left: 5px;
    padding-top: 5px;
    color: #ffe300;
}

.div-content-rating-site-ov-top{
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    color: #333;
}

.div-content-rating-site-ov-top .rating{
    display: inline-block;
}

.div-content-rating-site-ov-top .num-opiniones{
    display: inline-block;
    padding-left: 10px;
}

.div-stars-ov-top:before {
    content: "\f0d7";
    margin: -1px 64%;
    display: block;
    top: 37px;
    position: absolute;
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 16px;
}


/*BANNER HOME*/

.cabecera-ov-home{
    background: #004994;
    color: #ffffff;
    height: 45px;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
}

/*.bloque-num-opiniones{
    display: inline-block;
    vertical-align: middle;
    float: left;
    height: 100%;
    width: 35%;
}*/
a.content-opiniones-footer {
    color: white;
    overflow: hidden;
    display: inline-block;
    float: left;
    width: 35%;
    vertical-align: middle;
    padding-top: 5px;
}
.icono-ov{
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    background-image: url(logo-opiniones-min.png);
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: 3px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

/*.bloque-rating-ov{
    display: inline-block;
    vertical-align: middle;
    float: right;
    height: 100%;
    width: 35%;
}*/
a.footer-opiniones-rating-content {
    color: white;
    display: inline-block;
    vertical-align: middle;
    float: right;
    height: 100%;
    width: 35%;
}
.num-opiniones{
    height: 50%;
    font-weight: bold;
    font-size: 18px;
}

.text-opiniones{
    height: 50%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.rating-ov{
    height: 50%;
    font-weight: bold;
    font-size: 18px;

}

.stars-ov{
    height: 50%;
    color: #ffe300;
}

.carousel-opiniones{

}

.bloque-opinion{
    border: 1px solid #e1e1e1;
    padding: 3px;
    height: 116px;
    margin-right: 5px;
}

.header-bloque-opinion{
    margin-bottom: 15px;
}

.stars-bloque-opinion{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 51%;
    color: #ffe300;
}

.fecha-opinion{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 45%;
}

.bloque-comentario{
    font-style: italic;
    color: black;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    max-height: 48px;
    display: -webkit-box;
    /*cambios ana*/
    padding-left: 15px;
}

.nombre-user{
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    display: block;
    bottom: 5px;
    position: absolute;
}
.bloque-opinion .nombre-user{
    display: none;
}
.carousel-opiniones .owl-controls .owl-buttons .owl-prev{
    left: -20px;
}

.carousel-opiniones .owl-controls .owl-buttons .owl-next{
    right: -15px;
}


/***********************/
/*BANNER ESTADO PEDIDO*/
/*********************/

.banner-estado-pedido{
    display: none;
    bottom: 0px;
    clear: both;
    position: relative;
    height: 28px;
    background-color: #008143;
    margin-top: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.remove-banner-pedido{
    display: inline-block;
    height: 100%;
    background-color: #D8232A;
    width: 30px;
    padding: 7px;
    color: #fff;
    vertical-align: middle;
    cursor:pointer;
}
.block-text-estado-pedido{
    display: inline-block;
    font-size: 9px;
    margin-left: 5px;
}

.ver-detalles-pedidos{
    display: inline-block;
    float: right;
    height: 100%;
    padding-top: 5px;
    padding-right: 10px;
}

.ver-detalles-pedidos a{
    text-decoration: none;
    color: #ffffff;
    font-style: italic;
    font-size: 10px;
    text-transform: none;
    font-weight: normal;
}

/**********************/
/*MENU UNIVERSOS HOME*/
/********************/

.subbloque-universo{
    display: none;
}

.item-universo{
    height: 20px;
    margin-top: 5px;
    background-color: #8dd2f2;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 3px;
}

.item-universo a{
    color: #ffffff;
}

/***************************/
/*BLOQUE NEWSLETTER FOOTER*/
/*************************/

.footer .newsletter_input{
    color: #004994!important;
    border: none;
    border-radius: 0;
    width: 70%;
    font-size: 14px;
    /*cambios ana*/
    padding-left: 10px;
}
.footer .button_newsletter{
    display: inline-block;
    text-align: center;
    background-color: #004b93;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    float: right;
    border-radius: 0;
    width: 29%;
    height: 30px;
}

/*******************/
/*MAS ESTILOS HOME*/
/*****************/

#home-page .destacados-home h2{
    display:none;
}


/************/
/*MI CUENTA*/
/**********/

#account-page .mis-datos, #account-page .mis-direcciones, #account-page .mis-pedidos, #account-page .mis-listas{
    background: #eff0f6;
    padding: 15px;
    border: 1px solid #004994;
    height: auto;
    margin-bottom: 15px;
    border-radius: 15px;
    width: 95%;
    margin: 10px;

}
#account-page .mis-pedidos {
    width: 96%;
}
#account-page .address-update, #account-page .delete, #account-page .boton-mis-pedidos,
#account-page .boton-mis-listas, #account-page #edit-data-link, #edit-data-linkFake, .address-updateFake{
    background-color: #004b93;
    color: #fff;
    text-align: center;
    padding: 3px;
    display: block;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
}
.edit-address-link .address-updateFake, .deleteFake{
    background-color: #004b93;
    color: #fff;
    text-align: center;
    padding: 3px;
    display: inline-block;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    width: 45%;
}
#account-content p.edit.edit-address-link {
/*    font-size: 0px;
    line-height: 7px;*/
}
/********************/
/*GIFTLIST PRODUCTO*/
/******************/



.boton-lista .giftlist-insertsku-wrapper .glis-sku-single{
    display: none;
}
.boton-lista .giftlist-insertsku-wrapper .ajax-content-loader{
    display: none;
}

.abecedario li.linea {
    border: none;
    padding-left: 6px !important;
}

.sub-menu-personajes{

}


.installment{
    display: none;
}

.flag-de-vuelta, .flag-nuevo{
    position: absolute;
    left: 5px;
}
.flag-de-vuelta span, .flag-nuevo span{
    padding: 3px 5px;
    color: #fff;border-radius: 4px;font-size: 10pt;
    display: block;
}
#category-page .flag-de-vuelta, #category-page .flag-nuevo{
    top: 0px;
}
.flag-de-vuelta span {
    background: #008237;
}
.flag-nuevo span{
    background: #F27F01;
}

.product-details .flag-de-vuelta, .product-details .flag-nuevo{
    position: absolute;
    left: 5px;
    display: none;
}


li.personajes_marcas_item_menu_movil a {
    padding-left: 0px!important;
    padding-top: 10px;
    padding-right:5px;
    font-size:11px!important;
    width: 110px!important;
}
li.personajes_marcas_item_menu_movil {
    display: inline-block;
}
li.personajes_marcas_item_menu_movil.hidden {
    display: none;
}

/****************************************/
/*ESTILOS PRODUCT-LIST VISTOS POR TI HOME*/
/*****************************************/

.vistos-mobile .button-compra-prod-list .add a{
    background-image: url(carrito-small-min.png);
    height: 30px;
    background-color: #004b93;
    display: inline-block;
    float: right;
    background-repeat: no-repeat;
    background-position-y: 3px;
    background-position-x: 3px;
    border-radius: 5px;
    width: 100%;
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    padding-top: 13%;
    padding-right: 5%;
    font-weight: bold;
}

.vistos-mobile .item-block-right{
    padding: 0px;
}

.vistos-mobile .product-name{
    color: black;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    max-height: 40px;
    display: -webkit-box;
}

.vistos-mobile .product-name a{
    color: black;
}

.vistos-mobile .best-price {
    font-size: 16px;
    font-weight: bold;
    color: #004b93;
    display: block;
    vertical-align: middle;
    margin-bottom: 5px;
    text-align: left;
}

.vistos-mobile .div-precio-descuento{
    height: 20px;
}

.vistos-mobile .div-precio-descuento .old-price{
    font-size: 10px;
    text-decoration: line-through;
    color: black;
}

.vistos-mobile .div-precio-descuento .discount-percent{
    font-size: 12px;
    color: #fff;
    background: #F27F00;
    border-radius: 3px;
    padding: 1px;
    font-weight: bold;
}

.vistos-mobile .owl-controls .owl-buttons > div.owl-next{
    right: -25px;
}
.vistos-mobile .owl-controls .owl-buttons > div.owl-prev{
    left: -25px;
}


.pager.bottom {
    clear: both;
    padding-top: 20px;
}

.contenedor-externo-menu {
    /*bottom: 100%;
    display: none;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transition: all 0s linear;
    -webkit-transition-delay: .51s;
    transition: all 0s linear .51s;
    z-index: 996;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0s linear;
    -webkit-transition-delay: 0s;
    transition: all 0s linear 0s;*/
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 999999;
}

.valor-dividido.price-installments{
    display: none !important;
}
.valor-dividido.price-installments{
    display: none !important;
}
.preco-a-vista.price-cash{
    display: none !important;
}


/***********************/
/*LANDING DE OPINIONES*/
/*********************/

.cabecera-opiniones{
    overflow: hidden;
    margin-bottom: 20px;
}

.cabecera-opiniones .bloque-izquierda{
    height: 90px;
    text-align: center;
    background-color: #e7e9f6;
    border-radius: 5px;
    font-size: 15px;
    padding-top: 30px;
}

.cabecera-opiniones .bloque-derecha{
    height: 90px;
    text-align: left;
    background-color: #e7e9f6;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 15px;
    padding-right: 0px;
    width: 62%;
}

.cabecera-opiniones .bloque-derecha .media{
    height: 30px;
    padding: 5px;
}

.cabecera-opiniones .bloque-derecha .media .texto{
    text-transform: uppercase;
}

.cabecera-opiniones .bloque-derecha .media .media-puntuacion{
    display: inline-block;
    margin-left: 10px;
}

.cabecera-opiniones .bloque-derecha .estrellas{
    height: 30px;
    padding: 5px;
    color: orange;
}

.cabecera-opiniones .bloque-derecha .total-opiniones{
    height: 30px;
    padding: 5px;
}

.bloque-central-opiniones{
    padding: 0px;
}

.bloque-central-opiniones #contenido-opiniones li{
    margin-bottom: 15px;
}

.bloque-central-opiniones #contenido-opiniones li .bloque-opinion{
    min-height: 70px;
    border-radius: 5px;
    padding: 10px;
    height: auto;
}

.bloque-central-opiniones #contenido-opiniones li .bloque-puntuacion-izquierda{
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.bloque-central-opiniones #contenido-opiniones li .bloque-puntuacion-izquierda .stars-bloque-opinion{
    display: block;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    color: orange;
}
.bloque-central-opiniones #contenido-opiniones li .bloque-puntuacion-izquierda .stars-bloque-opinion span{
    color: #000000;
}

.bloque-central-opiniones #contenido-opiniones li .bloque-comentario-derecha{
    display: inline-block;
    width: 75%;
    vertical-align: top;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.bloque-central-opiniones #contenido-opiniones li .div-quote{
    vertical-align: top;
    display: inline-block;
    width: 10%;
    font-size: 15px;
    color: #dddddd;
}

.bloque-central-opiniones #contenido-opiniones li .div-comentario{
    display: inline-block;
    vertical-align: top;
    width: 89%;
    height: 100%;
}

.bloque-central-opiniones #contenido-opiniones li .comentario-texto{
    line-height: 22px;
    min-height: 40px;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 10px;
}

.bloque-central-opiniones #contenido-opiniones li .comentario-autor{
    display: inline-block;
    width: 59%;
    vertical-align: bottom;
    bottom: 0;
    position: relative;
}

.bloque-central-opiniones #contenido-opiniones li .fa-user{
    font-size: 15px;
}

.bloque-central-opiniones #contenido-opiniones li .comentario-autor span{
    display: inline-block;
    margin-left: 7px;
    font-weight: bold;
}

.bloque-central-opiniones #contenido-opiniones li .comentario-fecha{
    display: inline-block;
    vertical-align: bottom;
    width: 40%;
    text-align: right;
    font-size: 11px;
}

.bloque-derecha-opiniones .div-logo-ov {
    display: block;
    margin-bottom: 10px;
}

.bloque-derecha-opiniones .div-logo-ov span{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 21px;
    display: block;
}

.bloque-derecha-opiniones .div-description-ov{
    margin-bottom: 20px;
}



/*************************************/
/*AJUSTES MAQUETACION FICHA PRODUCTO*/
/***********************************/




/* preloader */
.ajax-content-loader {
    height: 100vh;
    width: 100vw;
    background: white;
    display: none;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    overflow: hidden;
    background: #fff url(https://drimjuguetes.vteximg.com.br/arquivos/loader-drim.gif) center center no-repeat;
}

/***************************************************/
/*ESTILOS RESPONSIVE PARA DISPOSIVOS TIPO IPHONE 5*/
/*************************************************/

@media (max-width:325px){
    .logo.col-xs-6{
        padding: 0px;
    }
    .button-tel-header{
        margin-left: 7px;
    }
    .mini-cart-xs .link-account-header .button-account-header{
        margin-right: 5px;
    }
    .header .search .fulltext-search-box{
        width: 84% !important;
    }
    .destacados-home span.activado, .destacados-home span.activado, .anuncios-tele h2.activado{
        font-size: 8px;
    }
    .destacados-home span.tab-home, .destacados-home span.tab-home, .anuncios-tele h2.tab-home{
        font-size: 8px;
    }
    .item-product-list-grid .price a .best-price{
        font-size: 13px;
    }
    .item-product-list-grid .price a .old-price{
        font-size: 8px;
    }
    .disponibilidad-portes{
        width: 70%;
    }
    .portes-product-list{
        font-size: 11px;
    }
    .delivery-status{
        font-size: 11px;
    }
    .item-product-list-block .disponibilidad-portes{
        width: 50%;
    }
    .subbloque-reaseguros{
        padding-left: 4%;
    }
    .pager.bottom{
        margin-left: -10px;
        margin-right: -10px;
    }
    .cuerpo-tabs .tab-product-page{
        font-size: 10px;
    }

    .cabecera-opiniones .bloque-izquierda{
        height: 100px;
        padding-top: 33px;
    }
    .cabecera-opiniones .bloque-derecha{
        height: 100px;
        width: 61%;
    }
    .num-opiniones {
    height: 50%;
    font-weight: bold;
    font-size: 15px;
}

}

/*********************/
/*ESTILOS PAGINA 404*/
/*******************/

.bloque-imagen-not-found .img-responsive{
    margin: auto;
}

#not-found .title-principal{
   text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

#not-found .title-secondary{
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

#not-found .button-home{
    background-color: #004b93;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    height: 30px;
    width: 175px;
    text-align: center;
    margin: auto;
    padding-top: 8px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
    display: block;
    text-decoration: none;
}

/*****************************/
/*PAGINATION AJAX CATEGORIAS*/
/***************************/
.pager.bottom .page-item{
    float: left;
    min-width: 30px;
    font-size: 12px;
}

.pager.bottom .page-item.first .page-link{
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #C3C3C3;
    background-color: #FDFDFD;
    color: #333;
    cursor: default;
    padding: 5px 5px;
    font-size: 12px;
}
.pager.bottom .page-item.last .page-link{
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #C3C3C3;
    background-color: #FDFDFD;
    color: #333;
    cursor: default;
    padding: 5px 5px;
    font-size: 12px;
}
.pager.bottom .page-item.prev .page-link, .pager.bottom .page-item.next .page-link{
    background-color: #FDFDFD;
    color: #333;
    cursor: default;
    padding: 5px 5px;
    font-size: 12px;
    border: 1px solid #C3C3C3;
    border-radius: 0px;
}

.pager.bottom .page-item.active .page-link{
    background-color: #d0011b;
    color: #fff;
    cursor: default;
    padding: 5px 5px;
    border: 1px solid #C3C3C3;
    min-width: 30px;
    font-size: 12px;
    border-radius: 0px;
}
.pager.bottom .page-item .page-link{
    padding: 5px 5px;
    border: 1px solid #C3C3C3;
    border-left: 0 none;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    min-width: 30px;
    border-radius: 0px;
}

.product-list-category .sin-resultados .title-principal {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.product-list-category .sin-resultados .title-secondary {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.titulo_h1 {
    font-size: 24px;
    color: #004994;
    padding-bottom: 10px;
}
/* toolbar last order */
#orderToolBar {
    z-index:1000;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    background-color:#00cc99;
    font-weight:bold;
    opacity: 0.9;
    text-transform: uppercase;
}
.closeToolBar {
    color:white;
    background:#D8232A;
    padding: 8px;
    float:left;
    margin-right: 10px;
    font-size:15px;
    width: 25px;
}
#orderToolBar .orderStatus {
    color:white; font-weigth:bold;
}

/*cambios ana*/
.fullbanner .owl-controls .owl-buttons {
    display: none !important;
}


.sin-before:before{
    content: none !important;
}

.categorySeleccionada a:before{
    content: "\f054";
    position: absolute;
    left: -12px;
    font-family: "FontAwesome";
    font-size: 13px;
    color: #D0021B;
    top: 2px;
}

.categorySeleccionada.tercer-nivel a:before{
    content: "\f054";
    position: absolute;
    left: -12px;
    font-family: "FontAwesome";
    font-size: 13px;
    color: #D0021B;
    top: 2px;
}
.categorySeleccionada{
    font-weight:bold;
}

.padre-tercer-nivel a{
   font-weight: bold;
    color: #004b93;
    display: inline-block;
    vertical-align: middle;
}

.cuerpo-filtros.alternative-filters .filtros-categorias h3.miga-categorias{
    text-align: center;
    margin-top: 10px;
}

.cuerpo-filtros.alternative-filters .filtros-categorias h3.miga-categorias a{
    text-decoration: none;
    /*background: #A5BDD9;*/
    color: #000000;
    display: block;
    /*border: 5px solid #004b93;*/
    font-size: 14px;
    /*padding: 9px 0px;*/
    /*text-align: center;*/
    font-weight: bold;
    margin-top: -1px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    padding-left: 10px;
}
.cuerpo-filtros.alternative-filters .filtros-categorias h3.miga-categorias span{
    border: 1px solid #004b93;
    color: white;
    background: #004b93;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 3px;
    border-radius: 10px 10px 0px 0px;
    display: none;
}

.cuerpo-category-filters ul{
    padding-left: 15px;
    padding-right: 10px;
}
ul.productClusterSearchableIds{
    display: none;
}

.product-info .bloque-tallas-producto{
    display: block;
    padding: 0px;
    margin-top: 10px;
}

.product-info .bloque-colores-producto{
    display: block;
    padding: 0px;
    margin-top: 10px;
}


/*ESTILOS PARA LA PAGINA DE MIS PEDIDOS*/
#orders-page #menu-mobile .menu-movil-personalizado{
    box-sizing: border-box;
}

#orders-page #menu-mobile ul {
    margin-left: 0px;
}

#orders-page #menu-mobile ul.submenu-segundo-nivel{
    margin-left: -16px;
}

#orders-page .block-reaseguros-header{
    display: none !important;
}


.promociones-producto{
    min-height: 20px;
    text-align: center;
    background-color: #e7e9f6;
    padding: 5px;
    font-weight: bold;
    border: 1px solid #dddddd;
}

div#formulario-edit-address, div#formulario-edit-customer{
    padding: 15px;
}

button#form-CancelFake, #profile-CancelFake{
    margin-right: 15px;
}

/*ESTILOS LANDING NOVEDADES*/
#novedades-page .novedades-mobile span.personajes_marcas_index {
    font-size: 12px;
    border: solid 1px #004B93;
    padding: 2px 0px;
    background: #fff;
    color: #8999C9;
    cursor: pointer;
    width: 3.58%;
    min-width: 31px;
    display: block;
    text-align: center;
    margin-bottom: -1px;
    float: left;
    margin-right: -1px;
}
#novedades-page .novedades-mobile span.personajes_marcas_index:first-child {
    width:61px;
}
#novedades-page .novedades-mobile span.personajes_marcas_index.selected {

    background:#004B93;
    color:#fff;
}

#novedades-page .novedades-mobile .vertical-separator {
    clear:both;
    height:15px;
}
#novedades-page .novedades-mobile ul.personajes_marcas_items li {
    display: inline-block;
    /*width: 137px;*/
    width: 14%;

}

#novedades-page .novedades-mobile .personajes_marcas_items li:before {
    content: "â—";
    font-size: 8px;
    float:left;
}

#novedades-page .novedades-mobile .personajes_marcas_items li.filtered:before {
    content: "";
}
#novedades-page .novedades-mobile .personajes_marcas_items li.filtered {
    text-align: center;
}

#novedades-page .novedades-mobile ul.personajes_marcas_items li a{
    display:block;
    margin-bottom: 12px;
    padding-left: 8px;
    font-size:10px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
    text-decoration: none;
}

#novedades-page .novedades-mobile a.imageItemTopPersonajesSection1 img {
    width: 90%;
    margin-bottom: 10%;
}
#novedades-page .novedades-mobile a.imageItemTopPersonajesSection2 img {
    margin: 5%;
    width: 95%;
}
#novedades-page .novedades-mobile div#personajesMarcasSection2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

#novedades-page .novedades-mobile .sub-title-menu{
    padding:5px;
    display: block;
    color:#fff;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
}

#novedades-page .novedades-mobile .sub-title-green{
    background-color: #BBD143;
}
#novedades-page .novedades-mobile .sub-title-orange{
    background-color: #F07F00;
}
#novedades-page .novedades-mobile .sub-title-blue{
    background-color: #009ee0;
}

#novedades-page .novedades-mobile .sub-menu-title {
    display: block;
    background-color: #E6EDF4;
    color: #004B93;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    text-align: center;
    font-size: 12px;
    color: #004B93;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    margin-bottom: 15px;
}

#novedades-page .novedades-mobile .subcategories-container ul li {
    margin-bottom: 5px;
}

#novedades-page .novedades-mobile #abecedario-juguetes_novedades-content ul.personajes_marcas_items li,
#novedades-page .novedades-mobile #abecedario-bebe_novedades-content ul.personajes_marcas_items li,
#novedades-page .novedades-mobile #abecedario-hobby_novedades-content ul.personajes_marcas_items li,
#novedades-page .novedades-mobile #abecedario-videojuegos_novedades-content ul.personajes_marcas_items li{
    width: 49%;
}

#novedades-page .novedades-mobile #abecedario-juguetes_novedades-content ul.personajes_marcas_items li a span,
#novedades-page .novedades-mobile #abecedario-bebe_novedades-content ul.personajes_marcas_items li a span,
#novedades-page .novedades-mobile #abecedario-hobby_novedades-content ul.personajes_marcas_items li a span,
#novedades-page .novedades-mobile #abecedario-videojuegos_novedades-content ul.personajes_marcas_items li a span{
   display: block;
}


/*Estilos pagina vistos por ti*/
.vistos-por-ti #landing ul.product_list.grid > li{
    padding-right: 0px;
    padding: 0px;
}
.vistos-por-ti #landing ul.product_list > li .product-container{
    border:none;
}

.vistos-por-ti #landing #prodRegalos ul.product_list.grid > li .product-container .button-container{
   width: 30px;
   min-height: 30px;
}

.vistos-por-ti #landing .button.ajax_add_to_cart_button span{
   border-radius: 5px;
   padding: 2px 1px;
}

.vistos-por-ti #landing .button.ajax_add_to_cart_button{
    padding: 0;
}
.vistos-por-ti #landing .product_list{
    padding: 15px;
}

.vistos-por-ti #landing #prodRegalos ul.product_list.grid > li .product-container .content_price .precioregalo{
    float: none;
    width: 100%
}

.vistos-por-ti #landing #prodRegalos ul.product_list.grid > li .product-container .content_price .precioweb{
    float: none;
    width: 100%
}

.vistos-por-ti #landing #prodRegalos ul.product_list.grid > li .product-container .content_price .precioparati{
    width: 77%;
}

.menu-navegue{
    display: none !important;
}

.search-single-navigator{
    display: none !important;
}
#modalQuienCompro button.close {
    color: #004994;
    font-size: 35px;
    opacity: 1;
}
.add-to-cart.reservame{
    background-image: none;
    width: auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    padding: 2px;
    line-height: 27px;
    text-transform: uppercase;
}

.disponibilidad-portes.ancho100{
    width: 100%;
    min-height: 72px;
}
.disponibilidad-portes.ancho100 .content-avisame{
    margin-top: 15px;
}
.disponibilidad-portes.ancho100 .reservame-text{
    display: block;
    font-size: 12px;
    color: green;
    margin-top: 4px;
    text-align: center;
}

/*estilos modal grids*/
#modalGrid .modal-dialog{
    width: 100%;
    margin: 0px;
}

#modalGrid img.mini-cart-img {
    max-width: 100px;
}
#modalGrid .content-product-add-all {
    padding: 9px 15px;
}
#modalGrid .content-product-add .content-img, #modalGrid .content-product-add .content-text {
    display: inline-block;
    vertical-align: middle;
}
#modalGrid .content-product-add .content-img{
    width: 100px;
}
#modalGrid .content-product-add .content-text {
    padding: 8px;
}
#modalGrid .content-product-total {
    display: inline-block;
    padding-left: 15px;
}
#modalGrid .content-product-total div:nth-child(2) {
    margin-bottom: 5px;
}
#modalGrid .content-product-add {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
}
#modalGrid .icon-check:before {
    font-family:"FontAwesome";
    content: "\f046";
    padding-right:10px
}
#modalGrid .itemQuienCompro {
    width: 25%;
    float: left;
    text-align: center;
}
#modalGrid .imgQuienCompro img {
    width: 80%;
}
#modalGrid .product-name {
    display: block;
    clear: both;
}
div#modalGrid {
    width: 100%;
    background: transparent;
    border: none;
}
#modalGrid .modal.in .modal-dialog {
    width: 750px;
    margin: 0px;
}
/*
#modalGrid .modal-content {
    padding: 15px;
}
*/
#modalGrid .modal-header h3 {
    margin: 0;
    line-height: 30px;
    color: #46a74e;
    font-size: 24px;
}
#modalGrid .modal-header .modal-title p {
    padding-top: 10px;
}
#modalGrid .itemQuienCompro .button-compra-prod-list {
    background-color: #004994;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    display: block;
    width: 124px;
    text-decoration: none;
    clear: both;
    text-align: center;
    border-radius: 5px;
    margin: 5px auto;
}
#modalGrid .itemQuienCompro .button-compra-prod-list a {
    color: white;
}
#modalGrid .itemQuienCompro .best-price {
    margin-bottom: 5px;
    display: inline-block;
}
#modalGrid h3.notifymetitle.notifyme-title {
    margin: 0px;
    height: 65px;
    border: 2px solid #004b93;
    padding-top: 18px;
    text-align: center;
    color: #004b93;
}
#modalGrid h3.notifymetitle.notifyme-title i {
    padding-right: 10px;
}
#modalGrid .button-modal {
    margin: 10px auto;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#modalGrid .button-modal button.btn.btn-default {
    margin-right: 0px;
    margin-bottom: 10px;
    border: none;
    color: #004797;
    border-radius: 0px;
}
#modalGrid .button-modal a.btn.btn-default.fo-chekout {
    border: none;
    background: #FAE335;
    color: #7F6FAB;
    font-weight: bold;
    display: block;
    width: 55%;
    margin: auto;
    /* height: 40px; */
    font-size: 19px;
    padding: 10px 18px;
    border-radius: 5px;
}
#modalGrid .button-modal button.btn.btn-default:hover, .button-modal button.btn.btn-default:focus {
    background: none;
}

/* new */
#modalQuienCompro button.close, #modalGrid button.close {
    color: #004994;
    font-size: 35px;
    opacity: 1;
}
#modalQuienCompro .modal-header h3, #modalGrid .modal-header h3 {
    color: #46a74e;
    font-size: 24px;
}
.modal-header h3 {
    margin: 0;
    line-height: 30px;
}
/* linea 2563 */
/*.modal-header {
    padding: 6px 15px;
    border-bottom: 1px solid #eee;
}*/
#modalGrid  .modal-content{
    height: 100%;
    overflow: auto;
}
#modalGrid .modal.fade.in {
    top: 0;
}
div#modalGrid, div#modalQuienCompro {
    top: 0px;
    overflow: auto;
}
#product-page .modal.fade.in .modal-dialog, #modalGrid .modal.fade.in .modal-dialog {
    margin: 0;
    height: 100%;
}

.modal.fade.in .content-product-add-all {
    border-bottom: 0px;
}
.content-product-add-all {
    padding: 6px 15px;
    border-bottom: 1px solid #eee;
}
.content-img {
    display: inline-block;
}
.content-product-add .mini-cart-img {
    max-width: 100px;
}
#modalQuienCompro .content-text,  #modalGrid .content-text{
    display: inline-block;
    padding-left: 20px;
    width: 60%;
}
.modal.fade.in .modal-footer {
    background: transparent;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    border-top: none;
    text-align: center;
    padding: 5%;
    display: block;
}
.modal.fade.in .modal-footer .btn-default.modal-checkout {
    border: none;
    background: #FAE335;
    color: #7F6FAB;
    font-weight: bold;
    display: block;
    width: 50%;
    margin: auto;
    /* height: 40px; */
    font-size: 19px;
    padding: 10px 18px;
}
.modal.fade.in .modal-footer .btn-default.modal-continuar {
    color: #004994;
    border: none;
    margin: auto;
    padding-top: 10px;
}
#modalGrid .modal-content .title-quien-compro span {
    font-size: 16px;
    color: #004994;
    font-weight: bold;
    padding: 10px;
    display: block;
}
#modalGrid .modal.fade.in .modal-body {
    padding: 6px 15px;
}

#modalGrid .itemQuienCompro .imgQuienCompro img {
    height: 75px;
    width: 75px;
    margin: auto;
}
/* 7001 */

#modalGrid .itemQuienCompro {
    width: 50%;
    float: left;
    padding: 10px;
}
.itemQuienCompro .product-name {
    min-height: 35px;
    display: block;
    text-align: center;
    font-size: 12px!important;
    margin-top: 10px;
    padding:0;
    font-weight:bold;
}
.itemQuienCompro .product-name a {
    color:#337ab7;
    font-weight:bold;
}
div#modalQuienComproContentGrid {
    margin: 0;
    padding: 0;
}
/* ocultar botones cancelar pedido */
body#orders-page ul.list li.db a span.db span, a.myo-cancel-btn{
    /*display: none;*/
}
.myo-order-status-handling a.myo-cancel-btn, a.myo-cancel-btn {
    display: none !important;
}

#edrone--push--container { display: none !important; }
/* ocultar propiedades del producto */
.product-info .seletor-sku {
    /*display:none;*/
}

#contact .contenido-pagina-contacto h2{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #004797;
    font-size: 20px;
}

#contact .contenido-pagina-contacto p{
    line-height: 27px;
    font-size: 15px;
}

#contact .contenido-pagina-contacto p span:last-of-type{
    font-size: 20px;
    font-weight: bold;
}

/*ESTILOS PAGINA DE CONTACTO*/
.contacto-mobile form div{
    margin-bottom:10px;
}

.contacto-mobile form label{
    width:40%
}
.contacto-mobile form input{
    width:59%
}
.contacto-mobile form .submit{
    text-align:center;
    padding:10px
}
.contacto-mobile form .submit input{
    color:white;
    background-color: #004b93;
    border: none;
    font-weight: bold;
    padding:5px;
}
.categoria-fr .disponibilidad-portes .portes-product-list{
    display: none;
}

.home-fr .product-list-category-vistos .link-avisame{
    font-size: 10px;
}

/*Nueva my account*/
.new-myaccount aside.vtex-account__menu.pv9.pv0-m-2.ph9.ph7-m.ph8-l.w-20-m.w-100,
.new-myaccount section.vtex-account__page.w-100.w-80-m.pa6{
    background: #eff0f6;
    padding: 15px;
    border: 1px solid #004994;
    height: auto;
    margin-bottom: 15px;
    border-radius: 15px;
    width: 95%;
    margin: 10px;
}
.new-myaccount main.vtex-account__page-body.vtex-account__profile.center.w-100.pt6.flex.justify-around{
    display: block;
}
.new-myaccount main.vtex-account__page-body.vtex-account__profile-edit.center.w-100.pt6.flex.justify-around,
.new-myaccount main.vtex-account__page-body.vtex-account__address-edit.center.w-100.pt6.flex.justify-around{
    display: block;
}
.new-myaccount main.vtex-account__page-body .pb5.pr5-ns.mw6-ns,
.new-myaccount main.vtex-account__page-body .pb5.pr5-ns.mw5-ns{
    width: 100%;
    float: none;
    display: block;
}
.new-myaccount main.vtex-account__page-body .pb5.pr5-ns.mw6-ns article,
.new-myaccount main.vtex-account__page-body .pb5.pr5-ns.mw5-ns article{
    border: 1px solid #004994;
    border-radius: 15px;
}
.vtex-input-prefix__group input,
.br2.bw1.relative.bg-white.ba.b--light-gray.hover-b--silver {
    border: 1px solid #004994;
    border-radius: 0px;
}
.vtex-dropdown label {
    width: 100%;
}
a.myo-collapsed-order {
    border: 1px solid #004994;
    border-radius: 0px;
}
.hover-b--silver:focus, .hover-b--silver:hover, .b--light-gray{
    border: 1px solid #004994;
    border-radius: 0px;
}
.vtex-account__address-list article {
    border: 1px solid #004994;
    border-radius: 15px;
}
.vtex-pageHeader__title { font-size: 20px; }

#anunciosTeleModal {
    background: transparent;
}
span.ver_video {
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}
a.verAnuncioYoutube img.youtube_icon {
    height: 32px!important;
    display: inline-block;
}
a.verAnuncioYoutube {
    margin-top: 15px;
    display: block;
}

.all-with.cms {
    background: #d2d6ec;
    text-align:center;
    margin: 0 -15px;
    padding: 20px 15px;
    clear: both;
}
.all-with.cms .caja-content{
    margin-bottom:15px;
}
.all-with.cms .caja-content .content-img {
    min-height: 40px;
}
.all-with.cms p{
    font-family: 'Open Sans';
    font-weight: normal;
    color: #004b93;
    text-align: center;
}
.all-with.cms .text-compra span {
    color: #444444;
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    margin-bottom:20px;

}

.col-ecommerce-anho img {
    margin-top: 20px;
    max-width: 52px;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-left: 2%;
}
.all-with.cms p.agrupado-footer {
    display: inline-block;
    margin-bottom: 0px;
    height: 50px;
    vertical-align: middle;
}
.all-with.cms  p.agrupado-footer .tf {
    display: block;
    font-size: 30px;

}
.all-with.cms  p.agrupado-footer span {
    color: #004994;
    text-align: center;
    text-transform: uppercase;

    font-size: 14px;

}
.app-redes-sociales label {
    margin-top: 15px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: bold;
    color: #004b93;
    text-transform: uppercase;
}
.content-redes-sociales a img {
    width: 28px!important;
    padding:0!important;
}
.product-list-category.grid {
    clear: both;
}
#product-page .productos-categoria {
    overflow: hidden;
}
/* popup cookies */
#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999999;
    display: block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    text-align:center;
    background-color: #6ac3c3;
    padding: 10px;
    color: #000;
}
#infobox3 p {
    /* line-height:58px; */
    font-size:12px;
    text-align:center;
    margin: 0 1%;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}
#infobox3 p a.btn-default {
    color: #fff;
    background-color: #004b93;
    border-color: #004797;
}
/* doofinder */
/*estilos para doofinder**/
.df-mobile a.df-term[data-value="no definido"] {
    display: none;
}
.df-mobile .df-panel .df-term, .df-mobile .df-panel .df-term span {
    color: #337ab7;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}
.df-mobile .df-panel .df-panel__title {
    text-decoration: none;
    background: #A5BDD9 !important;
    color: white!important;
    display: block!important;;
    border: 5px solid #004b93;
    font-size: 20px!important;
    padding: 9px 10px!important;
    font-weight: bold;
    min-height: 50px!important;
    line-height:24px!important;
    text-align: center;
}
.df-mobile div > a.df-panel__title{
    background: #004994 !important;
    color: white;
    padding: 4px 0px 4px 10px;
    line-height: 35px;
    margin: 0px 0px 2px 0px;
    font-weight: bold;
    height: 44px;
    font-size: 18px;
    text-transform: capitalize;
    border: 2px solid;
}
.df-mobile .df-panel .df-term span, .df-mobile .df-term .df-term__count{
    color: #337ab7!important;
}
.df-mobile .df-term {
    align-items: flex-start!important;
    color: #337ab7;
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 26px!important;
    text-decoration: none;
    margin: 0 8px!important;
}

div#df-mobile__aside__content__dfclassic, .df-mobile .df-panel, .df-mobile .df-selected-filters,
.df-mobile .df-term {
    background: #fafafa!important;
    margin-bottom: 0px!important;
    /* height: auto; */
}
.df-mobile .df-results__item .df-card a.df-card__image {
    min-height: 150px;
}
.df-mobile  .df-results__item .df-card .df-card__content>:last-child {
    margin-bottom: 0;
    margin-top: 15px;
}
.df-mobile .df-results__item .df-card a.df-card__content__block {
    min-height: 60px;
}
div#modalDevolucionesContent {
    max-height: 170px;
}

#product-page .paga-mas-tarde {
    margin: 10px;
    height: 121px;
    border: 1px solid #2ac0d1;
    padding: 10px;
    font-size: 12px;
    color: #004b93;
    font-weight: bold;
}

#dfootapp {
    text-align: center;
    padding: 0;
}
#dfootapp img {
    width: 100%;
}

@media (max-width: 360px){
    .col-ecommerce-anho img {
        max-width: 49px;
    }
}

@media (max-width: 320px){
    .col-ecommerce-anho img {
        max-width: 43px;
    }
    .block-text-reaseguros {
        width: 84%;
        font-size: 9px;
    }
}

.devoluciones table#tablaDetallePedido {
    font-size: 10px;
}
.myo-product-table.collapse.table {
    display: block;
}

#livechat-wrapper {
    line-height: 38px !important;
    width: 40px !important;
    height: 40px !important;
    right: 4px !important;
}

#product-page #livechat-wrapper {
    bottom: 44px !important;
}

#category-page #livechat-wrapper, #personajes-marcas-drim-page #livechat-wrapper {
    bottom: 2% !important;
}

chat-oct8ne-icon.chat-oct8ne-ball-icon {
    font-size: 23px !important;
}

div.back-top .jv_scrollup {
    bottom: 8px;
    height: 36px;
    line-height: 36px;
    width: 36px;
  }

/* Btn scroll */
div.back-top .jv_scrollup {
    background: none repeat scroll 0 0 #004797;
    border-radius: 50%;
    bottom: 2%;
    color: #FFFFFF;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    left: 4px;
    text-align: center;
    width: 40px;
    z-index: 10;
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2244px%22%20height=%2244px%22%20viewBox=%220%200%2044%2044%22%20enable-background=%22new%200%200%2044%2044%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M29.121,19.55l-6.29-6.196c-0.025-0.025-0.053-0.049-0.082-0.071c-0.012-0.011-0.024-0.02-0.038-0.03c-0.016-0.011-0.031-0.024-0.048-0.034c-0.017-0.011-0.032-0.02-0.048-0.03c-0.015-0.009-0.029-0.018-0.044-0.025c-0.017-0.009-0.034-0.017-0.051-0.024c-0.016-0.008-0.031-0.015-0.047-0.022c-0.016-0.006-0.033-0.012-0.049-0.018c-0.018-0.005-0.035-0.014-0.053-0.019c-0.017-0.005-0.034-0.008-0.05-0.013c-0.018-0.005-0.036-0.009-0.054-0.013c-0.02-0.003-0.039-0.006-0.059-0.008c-0.016-0.003-0.032-0.005-0.049-0.007c-0.073-0.007-0.146-0.007-0.218,0c-0.017,0.002-0.033,0.005-0.05,0.008c-0.02,0.002-0.038,0.005-0.058,0.009c-0.019,0.003-0.037,0.009-0.055,0.013c-0.016,0.005-0.033,0.008-0.05,0.013c-0.017,0.005-0.035,0.012-0.052,0.018c-0.017,0.006-0.033,0.012-0.049,0.019c-0.017,0.006-0.032,0.014-0.048,0.021c-0.017,0.008-0.034,0.016-0.051,0.024c-0.015,0.008-0.029,0.018-0.044,0.026c-0.015,0.008-0.031,0.018-0.048,0.029c-0.016,0.01-0.031,0.022-0.047,0.034c-0.014,0.01-0.027,0.019-0.04,0.028c-0.042,0.035-0.08,0.073-0.117,0.113c-0.013,0.011-0.026,0.021-0.037,0.033l-6.313,6.219c-0.433,0.428-0.434,1.12-0.003,1.544c0.432,0.426,1.131,0.424,1.564-0.002l4.495-4.426l-0.023,14.11c-0.001,0.603,0.493,1.092,1.104,1.09s1.107-0.49,1.109-1.095l0.023-14.108l4.403,4.334c0.432,0.426,1.133,0.424,1.565-0.003S29.553,19.975,29.121,19.55%22/%3E%3C/svg%3E");
    background-position: center;
}

.catalogo h1 {
    display: none;
}

#collections .main > .sub.fixed {
    position: relative !important;
}

/* DEMORA ENTREGA */
#demora {
    clear: both;
    margin: 15px 0 0;
    border: 2px solid red;
    border-radius: 5px;
    padding: 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.delivery-status, .description-portes-cart-button .time-delivery {
    display: none !important
}
/* FIN DEMORA */


.banner-extra .content-banner {
    background: #d9e4ef;
    height: 55px;
    padding: 4px 10px;
    width: 95%;
    margin: 0 auto;
}
.banner-extra .content-banner .plazos, .banner-extra .content-banner .devolucion {
    display: inline-block;
}
.banner-extra .content-banner p {
    display: inline-block;
    color: #80A4C9;
    padding-left: 5px;
    text-align: center;
    padding-top: 10px;
}
.banner-extra .content-banner p .strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}
.banner-extra .content-banner p .suave {
    font-size: 13px;
    font-weight: 500;
}
.banner-extra .content-banner img {
    vertical-align: text-bottom;
}
.banner-extra .content-banner .plazos {
    padding-right: 6%;
}
.banner-extra {
    margin-top: 0;
}