@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Droid+Sans:400,700");

body, p, a, h1, h2, h3, h4, h5, h6, span, li, b, div {
    font-family: Lato !important;
}

#header {
    padding: 0px;
    border-bottom: 10px solid #d50027;
}

button:focus {
    outline: none !important;
}

button:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.invisible {
    visibility: hidden;
    height: 0;
    width: 0;
}

.invisibleHeight {
    height: 0 !important;
    margin: 0 !important;
}

.button.button-small {
    padding: 4px 10px;
    background: #363636;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #363636!important;
    text-shadow: none;
}

.button.button-small:hover {
    background: white;
    color: #313131;
}

.button.button-small span {
    border: none;
    padding: 0;
}

.button.button-small span:hover {
    background: none;
}

.button.button-medium, .button.button-medium.exclusive {
    padding: 0px 15px;
    background: #d50027;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    border: none;
    border: 1px solid #d50027 !important;
}

.submit .button.button-medium.exclusive:hover {
    background: white;
}

.button.button-medium:hover, .button.button-medium.exclusive:hover {
    background: #d50027;
}

.button.button-medium span, .button.button-medium.exclusive span {
    border: none;
    padding: 0;
    line-height: 33px;
}

.button.exclusive-medium {
    padding: 5px 10px;
    background: #313131;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    border: none;
}

.button.exclusive-medium:hover {
    border: none;
}

.button.exclusive-medium span {
    background: none;
    border: none;
    padding: 0;
    text-shadow: none;
}

.button.exclusive-medium span i {
    color: white !important;
}

/* NAV */
header .nav {
    background: url("../../img/BG_topbar.jpg");
    height: 49px;

}

/* Idioma */
#languages-block-top {
    height: 49px;
    float: left;
    border-left: none;
}

#languages-block-top div.current {
    height: 100%;
    border-right: 1px solid #383838;
    padding: 14px 10px 14px 10px;
}

#languages-block-top span {
    font-size: 12px;
    font-weight: normal;
}

#languages-block-top img {
    margin-left: 12px;
    width: 21px;
    height: 16px;
}

#languages-block-top div.current:after {
    color: white;
    content: '\f107';
    font-weight: normal;
    font-size: 16px;
    padding-left: 8px;
}

#languages-block-top ul {
    width: auto;
}

#languages-block-top:after {
    content: ' ';
    height: 100%;
    width: 1px;
    border-right: 1px solid #828282;
    position: absolute;
    right: 1px;
    top: 0;
}

/* Carrito */
#languages-block-top + div {
    float: right;
    height: 49px;
    width: auto;
    padding-right: 0;
}

#header .shopping_cart {
    padding: 0;
    width: auto;
    height: 100%;
    border-left: 1px solid #828282;
}

#header .shopping_cart:after {
    content: ' ';
    height: 100%;
    width: 1px;
    border-right: 1px solid #383838;
    position: absolute;
    left: 0px;
    top: 0;
}

.shopping_cart > a:first-child {
    height: 100%;
    padding: 0;
    background: none;
    padding-left: 15px;
}

.shopping_cart:hover > a:first-child {
    background: white;
}

.shopping_cart:hover > a:first-child b {
    color: #707070;
}

.shopping_cart > a:first-child:before {
    display: none;
}

.shopping_cart > a:first-child:after {
    content: url('../../img/icon/ico_carrito.png') !important;
    height: 49px;
    width: 49px;
    padding: 0 !important;
    float: right;
    margin-right: 27px;
}

.shopping_cart .ajax_cart_no_product, .shopping_cart .ajax_cart_quantity {
    position: absolute;
    right: 5px;
    top: 8px;
    color: white;
    padding: 7px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.shopping_cart .ajax_cart_no_product.queDeJuguetes, .shopping_cart .ajax_cart_quantity.queDeJuguetes {
    background: #86BD24;
}

.shopping_cart .ajax_cart_no_product.tallerModelista, .shopping_cart .ajax_cart_quantity.tallerModelista {
    background: #d50027;
}

.shopping_cart > a:first-child b {
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    margin-top: 14px;
    display: inline-block;
    text-shadow: none !important;
}

#header .cart_block {
    /* display: block !important; */
    position: absolute;
    top: 49px;
    right: 0;
    background: white;
    width: 324px;
    box-shadow: 0px 0px 0px #888, -5px 0 5px -5px #888, 0 5px 5px -5px #888, 5px 0 5px -5px #888;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.cart_block .cart-images {
    margin-right: 15px;
}

#header .cart_block img {
    border: 1px solid #dcdcdc;
}

#header .cart_block dt {
    padding: 10px;
}

.cart_block .cart-info .product-name {
    margin-top: 0;
    padding: 0;
}

.cart_block .cart-info .product-name a {
    color: #707070 !important;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

#header .cart_block dt .price {
    color: #dd042b;
    font-weight: 800;
    font-size: 13px;
}

.cart_block .cart_block_list .remove_link {
    position: absolute;
    top: 5px;
    right: 4px;
}

.cart_block .cart_block_list .remove_link a {
    width: 21px;
    height: 18px;
}

.cart_block .cart_block_list .remove_link a:before {
    content: "\f00d";
    background: #dd042b;
    font-size: 21px;
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 19px;
    border: 1px solid #dd042b;
    padding-left: 1px;
}

.cart_block .cart_block_list .remove_link a:hover:before {
    background: white;
    color: #dd042b;
}

.cart_block .cart_block_list .quantity-formated {
    position: absolute;
    top: 28px;
    right: 5px;
    color: #707070;
    background: #eeeeee;
    font-size: 9px;
    padding: 4px 5px;
    border-radius: 2px;
}

#header .cart_block dt {
    background: none;
    border-bottom: 1px solid #dcdcdc;
}

#header .cart_block dl.products {
    margin: 0;
}

#header .cart_block .cart-prices {
    background: none;
    padding: 0;
}

#header .cart_block .cart-prices span {
    color: #404040;
    text-transform: uppercase;
}

.cart_block .cart-prices .cart-prices-line {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc !important;
}

.cart_block .cart-prices .cart-prices-line.first-line .price {
    color: #707070 !important;
    font-size: 12px;
    font-weight: bold;
}

.cart_block .cart-prices .cart-prices-line .price {
    color: #dd042b !important;
    font-weight: 800;
    font-size: 16px;
}

.cart_block .cart-prices .cart-prices-line.first-line span + span {
    font-size: 12px;
    font-weight: bold;
}

.cart_block .cart-prices .cart-prices-line span + span {
    font-size: 16px;
    font-weight: bold;
}

#header .cart_block .cart-buttons {
    background: none;
    padding: 10px 10px 10px 5px;
    width: 60%;
    float: right;
}

.cart_block .cart-buttons a#button_order_cart {
    background: none;
    margin: 0;
    padding: 0;
    border: none !important;
}

.cart_block .cart-buttons a#button_order_cart span {
    background: #dd042b;
    border: none;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 11px 0;
    border: 1px solid #dd042b !important;
    text-shadow: none;
}

.cart_block .cart-buttons a#button_order_cart:hover span {
    background: white;
    border-color: #dd042b;
    color: #d50027;
}

.cart_block .cart-buttons a#button_order_cart span i:before {
    display: none;
}

.shopping_cart .lgclearcart {
    background: none;
    display: inline-block;
    width: 40%;
    float: left;
    padding: 10px 5px 10px 10px;
}

.shopping_cart .button.lgEmptyCart:hover span {
    background: #dd042b !important;
    color: white !important;
}

.shopping_cart .button.lgEmptyCart {
    margin: 0;
    background: none !important;
    border: none !important;
    padding: 0;
}
#order .shopping_cart .button.lgEmptyCart{
    border: none !important;
}
.shopping_cart .button.lgEmptyCart span {
    background: white;
    border: 1px solid #dd042b !important;
    text-transform: uppercase;
    border-radius: 3px;
    color: #dd042b !important;
    text-shadow: none !important;
    font-size: 11px !important;
    padding: 13px 0;
}

.shopping_cart .button.lgEmptyCart span:hover {
    background: #dd042b !important;
    border: 1px solid #dd042b !important;
    text-transform: uppercase;
    border-radius: 3px;
    color: white !important;
    text-shadow: none;
}

.shopping_cart .button.lgEmptyCart span:after {
    display: none;
}

/* Header user info */
.header_user_info {
    float: right;
    height: 49px;
    border: none;
    position: relative;
    padding-right: 58px;
}

.header_user_info + .header_user_info {
    padding-right: 0px;
}

.header_user_info:after {
    content: url('../../img/icon/ico_sesion.png');
    width: 54px;
    height: 46px;
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.header_user_info + .header_user_info:after {
    display: none;
}

.header_user_info a {
    padding: 0 0 0 15px;
    background: none;
    font-size: 12px;
    font-weight: normal;
    margin-top: 16px;
    display: block;
    text-decoration: none;
}

.header_user_info a:hover {
    background: none;
    text-decoration: underline;
}

.header_user_info + .header_user_info a {
    height: auto;
    margin-top: 16px;
    display: block;
    padding-right: 15px;
    border-right: 1px solid white;
    padding-left: 15px;
}

.bordeLateral {
    border-left: 1px solid #828282;
}

.bordeLateral:before {
    content: ' ';
    height: 100%;
    width: 1px;
    border-right: 1px solid #383838;
    position: absolute;
    left: 0px;
    top: 0;
}

/* Menu superior */
#block_top_menu {
    width: auto;
    float: right;
    clear: none;
    padding: 0;
    height: 49px;
    border-left: 1px solid #828282;
}

#block_top_menu:before {
    content: ' ';
    height: 100%;
    width: 1px;
    border-right: 1px solid #383838;
    position: absolute;
    left: 0;
    top: 0;
}

#block_top_menu ul {
    height: 100%;
    border: none;
    background: none;
    margin: 0 10px;
}

#block_top_menu ul li {
    border: none;
    height: 100%;
    margin: 0 10px;
}

#block_top_menu ul li a {
    border: none;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    display: inline-block;
    margin-top: 14px;
}

#block_top_menu ul li a:hover {
    background: none;
    text-decoration: underline;
}

/* Contador de productos */
#numeroProductos {
    display: inline-block;
    float: right;
    color: white;
    font-size: 12px;
    line-height: 48px;
    margin-right: 20px;
}

/* FIN NAV */
/* HEADER */
/* Logos */
header .banner {
    background: none;
    width: auto;
    display: inline-block;
}

header .banner #header_logo {
    display: inline-block;
    margin: 30px 38px 0 0;
}

header .banner #header_logo a {
    max-height: none;
}

header .banner #header_logo a img {
    max-height: none;
}

header .banner ul.others {
    display: inline-block;
    margin: 0 0 0 0;
}

header .banner ul.others a {
    max-height: none !important;
}

header .banner ul.others a img {
    max-height: none !important;
}

/* Buscador */
#search_block_top {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    float: right;
    margin-top: 50px;
    width: 470px;
    height: 40px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
}

form#searchbox {
    padding-top: 0;
    height: 100%;
}

#search_block_top #search_query_top {
    width: 310px;
    border: none;
    background: none;
    height: 100%;
    padding-left: 10px;
}

#search_block_top #search_query_top::placeholder {
    color: #A5A5A5;
    font-size: 14px;
}

#search_block_top #search_query_top:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#search_block_top #search_query_top + input, #search_block_top #search_query_top + input + select {
    float: right;
}

#search_block_top .button + i {
    position: absolute;
    right: 17px;
    z-index: 99;
    color: white;
    top: 10px;
    font-size: 18px;
    pointer-events: none;
}

#search_block_top select {
    height: 100%;
    background: #e6e6e6;
    border: none;
    color: #797979;
    font-size: 14px;
    padding-left: 5px;
    max-width: 72px;
    cursor: pointer;
    float: right;
    margin-right: 50px;
}

#search_block_top select:hover {
    text-decoration: underline;
}

#search_block_top select:focus {
    outline: none;
}

#search_block_top .button {
    background: none;
    height: 100%;
    width: 50px;
    z-index: 10;
    float: right;
    background: #d50027;
    border-radius: 0 5px 5px 0;
    height: calc(100% - 4px);
    width: 48px;
    position: absolute;
    top: 2px;
    right: 2px;
    border: 1px solid #d50027;
}

#search_block_top .button:hover {
    background: white;
}

#search_block_top .button:hover + i:before {
    color: #d50027;
}

form#searchbox:after {
    height: calc(100% - 4px);
    width: 48px;
    position: absolute;
    top: 2px;
    right: 2px;
    color: white;
    font-family: FontAwesome;
    content: '\f002';
    font-weight: normal;
    font-size: 18px;
    padding-top: 8px;
    padding-left: 16px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    z-index: 5;
    background: #d50027;
    /*display: none;*/
}

form#searchbox.queDeJuguetes:after {
    background: #87BE25;
}

/*form#searchbox.tallerModelista:after {*/
/*background: #d50027;*/
/*}*/

.ac_results {
    width: 469px !important;
    max-width: none;
    /* display: block !important; */
    left: 699px !important;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius:  4px;
    -webkit-box-shadow: 0 5px 10px 0px #999;
    -moz-box-shadow: 0 5px 10px 0px #999;
    box-shadow: 0 5px 10px 0px #999;
    padding-top:  8px;
}
.belvg_search_container_right{
    margin-top:  0;
    padding:  0;
    padding-left:  10px;
    width: 71%;
}
.ac_results li {
    border: none !important;
    padding: 0 0 10px 10px;
    padding: 10px;
    padding-left:  17px;
}

.belvg_search_container_left {
    padding: 0px;
    width: auto;
    height: auto;
    margin: 0px 0 0 0px;
    border: 1px solid #d50027;
}

.belvg_search_container_left img {
    width: 100px;
    height: 100px;
}

.belvg_search_container_right .product_name {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
    height: 30px;
    overflow: hidden;
    margin-top: 0 !important;
}

.belvg_search_container_right .price {
    color: #dd042b;
    font-size: 20px;
    line-height: 16px;
    height: 20px;
    overflow: hidden;
}

.belvg_search_container_right .product_price {
    color: #DD042B;
    font-size: 20px;
    font-weight: 800;
}

/* Menu */
#mega_menu_plus {
    border: none;
    margin-bottom: 0 !important;
}

#mega_menu_plus .activo a {
    display: inherit !important;
}

.mg-menu {
    border: none;
    height: 60px;
    margin-bottom: 0 !important;
}

.mg-menu.tallerModelista li {
    width: 14%;
    margin-right: 0.3%;
    height: 60px;
    position: relative;
}

.mg-menu.tallerModelista li:hover:after {
    content: '';
    width: calc(100% - 6px);
    height: 5px;
    background: #d50027;
    bottom: 0;
    position: absolute;
    left: 0;
}

.mg-menu.queDeJuguetes li {
    width: 12.2%;
    margin-right: 0.3%;
    height: 60px;
}

.mg-menu li:last-child {
    margin-right: 0 !important;
}

.mg-menu li a {
    line-height: 13px !important;
    height: 100%;
    display: table !important;
}

.mg-menu li a span {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    display: table-cell;
    vertical-align: middle;
    padding-top: 14px;
    width: 77px;
}

.mg-menu.tallerModelista li:nth-child(1) {
    background: url('../../img/mcat01_off.png');
}

.mg-menu.tallerModelista li:nth-child(2) {
    background: url('../../img/mcat02_off.png');
}

.mg-menu.tallerModelista li:nth-child(3) {
    background: url('../../img/mcat03_off.png');
}

.mg-menu.tallerModelista li:nth-child(4) {
    background: url('../../img/mcat04_off.png');
}

.mg-menu.tallerModelista li:nth-child(5) {
    background: url('../../img/mcat05_off.png');
}

.mg-menu.tallerModelista li:nth-child(6) {
    background: url('../../img/mcat06_off.png');
}

.mg-menu.tallerModelista li:nth-child(7) {
    background: url('../../img/mcat07_off.png');
}

.mg-menu.queDeJuguetes li:nth-child(1) {
    background: url('../../img/jcat01_off.png');
}

.mg-menu.queDeJuguetes li:nth-child(2) {
    background: url('../../img/jcat02_off.png');
}

.mg-menu.queDeJuguetes li:nth-child(3) {
    background: url('../../img/jcat03_off.png');
}

.mg-menu.queDeJuguetes li:nth-child(4) {
    background: url('../../img/jcat04_off.png');
}

.mg-menu.queDeJuguetes li:nth-child(5) {
    background: url('../../img/jcat05_off.png');
}

.mg-menu.queDeJuguetes li:nth-child(6) {
    background: url('../../img/jcat06_off.png');
}

.mg-menu.queDeJuguetes li:nth-child(7) {
    background: url('../../img/jcat07_off.png');
}

.mg-menu.queDeJuguetes li:nth-child(8) {
    background: url('../../img/jcat08_off.png');
}

#contentSubMegaMenu {
    background: #b80022;
}
#mega_sub_menu_plus {
    width: auto;
    float: right;
    padding: 0px;
    clear: right;
}
#mega_sub_menu_plus .mg-menu{
    background: #b80022;
    height: 30px;
}

#mega_sub_menu_plus .mg-menu li {
    margin-top: 3px;
    border-left: 1px solid #4f0111;
}

#mega_sub_menu_plus .mg-menu > li > a{
    padding: 3px 5px 5px 5px;
}

#mega_sub_menu_plus .mg-menu li a span {
    width: auto;
    padding-top: 0px;
    font-weight: normal;
    font-size: 12px;
    padding-top: 3px;
}

#submenu-subcategories {
    width: 150px;
    float: left;
}
#submenu-subcategories #dLabel{
    background: #b80022;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
}
#submenu-subcategories #dLabel:hover, #submenu-subcategories #dLabel:active, #submenu-subcategories #dLabel:visited{
    background: #d50027;
}
#submenu-subcategories .carets:before{
    content: '\f107';
    font-weight: normal;
    font-size: 16px;
}
#submenu-subcategories .carets{
    padding-left: 5px;
    font-family:"FontAwesome" !important;
}
#submenu-subcategories #dLabel .bars-menu:before{
    content:"\f0c9";
}
#submenu-subcategories #dLabel .bars-menu{
    font-family:"FontAwesome" !important;
    font-size: 20px;
    padding-right: 5px;
}

#submenu-subcategories>.dropdown-menu{
    width: 270px;
    margin-top: 0px;
    border-top: 10px solid #d50027;
    min-height: 400px;
}

#submenu-subcategories .dropdown-submenu {
    position: relative;
}

#submenu-subcategories .dropdown-submenu>.dropdown-menu {
    top: -15px;
    left: 100%;
    margin-top: 0px;
    border-top: 10px solid #d50027;
    margin-left: -1px;
    position: absolute;
    min-height: 400px;
    min-width: 270px;
}

#submenu-subcategories .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

#submenu-subcategories .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

#submenu-subcategories .dropdown-submenu.pull-left {
    float: none;
}

#submenu-subcategories .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#submenu-subcategories>.dropdown-menu>.dropdown-submenu>a:hover{
    background: #efd9dc;
    color:#333;
}

#submenu-subcategories>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>:hover{
    background: #fff;
    color:#333;
}

#submenu-subcategories>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a>span{
    padding: 5px 10px;
}

#submenu-subcategories>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>a>span:hover{
    background: #d50027;
    color:#fff;
}

/* FIN HEADER */
/* ARRIBA CONTAINER */
.arribaContainer {
    height: 381px;
    box-sizing: content-box;
}

#product .arribaContainer, #module-prestablog-blog .arribaContainer {
    height: 0;
}
#prestablogfont p{font-size:  14px;color:  #707070;}
.arribaContainer.queDeJuguetes {
    background: #e0e0e0 url('../../img/j_bg_general.jpg') center no-repeat;
}

.arribaContainer.tallerModelista {
    background: #e0e0e0 url('../../img/m_bg_general.jpg') center no-repeat;
}

#category-slider {
    display: inline-block;
    width: 870px !important;
    height: 320px;
    float: right;
    margin-top: 30px;
    position: relative;
}

#category-slider .bx-wrapper {
    height: 320px;
}

#category-slider .bx-viewport {
    padding: 0px !important;
    border: 0 !important;
}

#category-slider li .caption {
    display: none;
}

#category-slider .bx-controls-direction {
    display: none;
}

#blogCategoria {
    display: inline-block;
    width: 270px;
    height: 320px;
    float: left;
    background: white;
    margin-top: 30px;
    position: relative;
}

#blogCategoria h2 {
    margin: 0px;
    padding: 0px 0 0 20px;
    border: none;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: #dd042b;
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 32px;
    text-transform: none;
}

#blogCategoria #blog_list li {
    padding: 0 10px;
    width: 270px;
    margin-top: 10px;
    text-align: center;
}

#blogCategoria #blog_list {
    background: none;
    border: none;
}

#blogCategoria #blog_list h3 a {
    text-transform: none;
    text-decoration: none;
    color: #464646;
    font-size: 15px;
    font-weight: 800;
}

#blogCategoria #blog_list p.blog_desc {
    line-height: 15px;
    color: #464646;
}

#blogCategoria img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

#blogCategoria a.blog_link {
    position: absolute;
    bottom: 18px;
    left: 75px;
    color: #464646 !important;
    font-size: 14px !important;
}

#blogCategoria a.blog_link:after {
    content: '\f105';
    font-family: FontAwesome;
    display: inline !important;
    font-size: 14px !important;
}

#blogPortada {
    display: inline-block;
    width: 370px;
    float: right;
    height: 190px;
    margin-top: 20px;
}

#blog_list {
    background: white;
    height: 138px;
    border: 1px solid #b5b5b5;
}

#blog_list .block_cont {
    border: none;
}

#blog_list .block_bas {
    padding: 0px;
}

#blogPortada h2 {
    background: url('../../img/cab_noticias_esp.png');
    margin: 0px;
    height: 52px;
}

#blogPortada ul li {
    width: 100% !important;
    padding: 20px 29px;
}

#blog_list li:hover {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#blog_list h3 {
    height: auto;
    padding: 0px;
    border: none;
}

#blog_list h3 a {
    color: #666;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

#blog_list p.blog_desc {
    height: auto;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

#blog_list a.blog_link {
    color: #d50027;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

#blog_list a.blog_link:hover {
    color: #d50027;
    text-decoration: underline;
}

#blog_list a.blog_link:after {
    display: none;
}

#blog_list a.irAlBlog {
    float: right;
    text-decoration: none;
}

#blog_list a.irAlBlog span {
    color: white;
    background: #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 14px;
    border: 1px solid #cdcdcd;
}

#blog_list a.irAlBlog span:hover {
    background: white;
    color: #cdcdcd;
}

#homepage-slider {
    display: inline-block;
    width: 770px;
    float: left;
    height: 320px;
    margin-top: 30px;
}

.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 9px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
    height: 20px;
    text-indent: 0 !important;
    background: #d50027 !important;
    color: white !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-top: 0px;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    line-height: 17px;
    text-align: center;
    border: 1px solid #d50027;
}

#block_contact_infos {
    display: inline-block;
    width: 370px;
    float: right;
    height: 126px;
    margin-top: 15px;
    border: 1px solid #b5b5b5;
    background: white;
    padding: 0 28px;
}

#block_contact_infos > div > img {
    margin-left: 15px;
    position: absolute;
    bottom: 0;
}

#block_contact_infos > div > ul {
    width: 237px;
    float: right;
    margin-top: 12px;
}

#block_contact_infos > div > ul li {
    text-align: right;
}

#block_contact_infos > div > ul li:nth-child(1) {
    margin-bottom: 10px;
}

#block_contact_infos > div > ul li:nth-child(1) span {
    color: #666;
    font-size: 36px;
    font-weight: bold;
    font-family: "Roboto Condensed" !important;
    vertical-align: middle;
    margin-left: 5px;
}

#block_contact_infos > div > ul li:nth-child(2) div {
    display: inline-block;
    float: right;
    margin-left: 5px;
    color: #666;
    font-size: 12px;
    line-height: 13px;
}

#block_contact_infos > div > ul li:nth-child(3) span a {
    color: #666;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
}

#block_contact_infos > div > ul li:nth-child(3) span a:hover {
    text-decoration: underline;
}

/* FIN ARRIBA CONTAINER */
/* PRODUCTOS DESTACADOS */
#home-page-tabs {
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    max-width: 1170px;
}

#home-page-tabs.queDeJuguetes {
    border-bottom: 4px solid #87BE25;
}

#home-page-tabs.tallerModelista {
    border-bottom: 4px solid #d50027;
}

#home-page-tabs li {
    margin: 0px;
    padding: 0px;
}

ul.product_list .product-image-container > a > div:nth-child(1) {
    left: 0;
    position: absolute;
    bottom:0;
}
ul.product_list.grid > li .product-container .product-image-container > a {
    display: inline-block;
    left: 0;
    bottom: 0;
}
ul.product_list .product-image-container > a > div:nth-child(1) span {
    position: absolute;
    left: -52px;
    top: 62%;
    -webkit-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(11%);
    -ms-transform: rotate(-90deg) translateX(11%);
    -o-transform: rotate(-90deg) translateX(11%);
    transform: rotate(-90deg) translateX(11%);
    font-size: 13px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    width: 179px;
}

#home-page-tabs li a {
    background: none !important;
    color: #555555 !important;
    font-weight: 800;
    font-size: 16px;
}

ul.product_list.grid > li .product-container .product-image-container {
    border: none;
    min-height:220px;
}

.new-box, .sale-box {
    height: 74px !important;
    width: 51px !important;
    position: absolute;
    left: unset;
    right: 0px !important;
    top: 0px;
}

ul.product_list.tab-pane > li {
    padding-bottom: 10px !important;
}

.uk-slidenav-position {
    position: relative;
    margin:  0;
}

.uk-slidenav-position > a {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

.uk-slidenav-position > a.queDeJuguetes:hover:after {
    background-color: #87BE25;
}

.uk-slidenav-position > a.tallerModelista:hover:after {
    background-color: #d50027;
}

.uk-slidenav-position > a + a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    left: inherit;
}

.uk-slidenav-position > a:after {
    color: white;
    width: 35px;
    height: 35px;
    content: url("../../img/slider_izq.png");
    padding-top: 9px;
    padding-left: 9px;
    background-color: #555555;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
}

.uk-slidenav-position > a + a:after {
    content: url("../../img/slider_der.png");
    padding-left: 9px;
}

.product_list .button-container {
    display: block !important;
}

.product_list .product-container h5 {
    margin: 0;
}

.product_list .product-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: left;
    color: #303030;
}

.product_list .product-name span {
    text-transform: uppercase;
}

.product_list .hook-reviews {
    display: inline-block;
    float: left;
    /* margin-left: 5%; */
    margin-top: 4px;
}

.product_list .hook-reviews > div > div {
    margin: 0 !important;
}

.product_list .hook-reviews > div > div a img {
    width: 74px !important;
    margin-top: -5px;
}

ul.product_list.grid > li .product-container .content_price {
    margin-bottom: 10px;
    clear: both;
    display: block;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    height: 47px;
}

ul.product_list.grid > li .product-container .content_price span {
    color: #ca0f00;
    font-size: 20px;
    font-weight: 800;
    float: left;
}

ul.product_list.grid > li .product-container .content_price span.old-price {
    margin: 5px 0 0 5px;
}

ul.product_list.grid > li .product-container .content_price span.tax_inc {
    color: #555;
    font-size: 9px;
    display: inline-block;
    clear: both;
    margin-top: -5px;
}

ul.product_list > li .product-container .button-container {
    /* clear: both; */
    margin: 0 !important;
    display: inline-block !important;
    width: 130px;
    height: 28px;
    float: right;
}

ul.product_list > li .product-container .button-container a {
    width: 100%;
    margin: 0 !important;
    background: none;
    height: 100%;
    border: none;
}

ul.product_list > li .product-container .button-container a span {
    color: white !important;
    text-transform: uppercase;
    font-weight: normal;
    height: 100%;
    font-size: 10px;
    text-align: center;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 10px;
    text-shadow: 0.5px 0.5px 1px #000;
}

ul.product_list > li .product-container .button-container a span.disponible {
    padding: 8px 10px !important;
    font-size: 13px !important;
    border: 1px solid #519551 !important;
    background: linear-gradient(0deg, #509a50, #52cf52 50%) !important;
}
ul.product_list > li .product-container .button-container a span.disponible:hover{
    background: #52cf52 !important;
}
ul.product_list > li .product-container .button-container a span.agotado {
    border: 1px solid #a10404 !important;
    background: linear-gradient(0deg, #b10000, #fa0000 50%) !important;
}
ul.product_list > li .product-container .button-container a span.agotado:hover{
    background: #fa0000 !important;
}
ul.product_list > li .product-container .button-container a span.nuevo {
    border: 1px solid #2575d0 !important;
    background: linear-gradient(0deg, #1c60ae, #2d95e5 50%) !important;
}

ul.product_list > li .product-container .button-container a span.reservar {
    border: 1px solid #c58a0c !important;
    background: linear-gradient(0deg, #c56902, #f0b30f 50%) !important;
}

ul.product_list.grid > li .product-container h5 {
    padding: 0;
    height: 40px;
    min-height: unset;
}

ul.product_list.grid > li .product-container .old-price {
    font-size: 13px !important;
    color: #999 !important;
    font-weight: normal !important;

}

/* FIN PRODUCTOS DESTACADOS */
/* CONFIGURADOR DE TEMAS */
#htmlcontent_home {
    display: inline-block;
    width: 270px;
    margin-left: 30px;
}

#htmlcontent_home ul {
    width: 100%;
    margin: 0 !important;
}

#htmlcontent_home li {
    width: 270px;
    padding: 0 !important;
}

#htmlcontent_home li + li {
    margin-top: 16px;
}

/* FIN CONFIGURADOR DE TEMAS */
/* LGCOMMENT HOME */
#w {
    width: 270px;
    min-width: inherit !important;
    height: 300px;
    float: right;
    padding: 0 !important;
    position: relative;
}

.crsl-item {
    height: 100%;
    padding: 0 !important;
    border: none !important;
    position: relative;
}

.crsl-item:after {
    content: url('../../img/dummie_opiniones.png');
    height: 102px;
    width: 72px;
    position: absolute;
    bottom: 2px;
    left: 35px;
}

#w-title {
    height: 40px !important;
    background: url('../../img/bg_cab_flash.jpg');
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    text-align: left !important;
    font-weight: 800 !important;
    padding: 0 0 0 16px !important;
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px;
}

#w-title a {
    color: white !important;
    font-size: 15px !important;
    text-shadow: 0.5px 0.5px 1px #000 !important;
    text-transform: uppercase;
    line-height: 40px !important;
}

#w-title a:hover {
    text-decoration: underline;
}

.crsl-item .crsl-thumbnail {
    overflow: hidden;
    width: 100%;
    padding: 0px 40px;
    margin-bottom: 15px !important;
}

.crsl-item .crsl-thumbnail span, .crsl-item .crsl-thumbnail img {
    display: inline-block;
}

.crsl-item .crsl-thumbnail span {
    float: left;
    color: #313131;
    font-weight: 800;
    font-size: 24px;
}

.crsl-item .crsl-thumbnail img {
    float: right;
    width: 100px !important;
    height: 20px;
}

.crsl-comment {
    position: relative;
    height: auto !important;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 15px;
    background: white;
    padding: 10px;
    text-align: center;
    color: #707070;
    font-size: 13px;
    line-height: 17px;
}

.crsl-comment:after {
    content: url('../../img/punta_bocadillo.png');
    height: 20px;
    width: 40px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
}

.crsl-more {
    display: inline-block;
    position: absolute;
    bottom: 12px;
    right: 11px;
}

.crsl-more span {
    padding: 10px;
    background: #313131;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #313131;
}

.crsl-more span:hover {
    background: white;
    color: #313131;
}

/* FIN LGCOMMENT HOME */
/* VENTA FLASH */
#venta_flash .info_der {
    display: inline-block;
    width: 30%;
    float: left;
}

#venta_flash .info_der img {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}

#venta_flash .info_der .item-timer img {
    margin-top: 31%;
}

#venta_flash .info_der .imgtitu {
    text-align: center;
    color: #707070;
    font-size: 15.4px;
}

#venta_flash #slider div.bloque-info > div:nth-child(2) > div {
    margin: 0 !important;
    padding-left: 15px;
    margin-top: 20px;
}

#venta_flash #slider div.bloque-info > div:nth-child(2) > div img {
    width: auto !important;
}

#venta_flash .bloque-imagen .flash-image {
    /* width: 80%; */
    display: inline-block;
    background-size: initial;
    height: 100%;
    padding: 0;
    border: none;
    background-position: 40px 9px;
}

#venta_flash.block_products_block_home .chrono {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-top: -2px;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
}

#venta_flash.block_products_block_home .bloque-imagen {
    margin-top: 0;
    display: inline-block;
    width: 208px;
    text-align: center;
    /* padding-right: 15px; */
    height: 100%;
    /* margin-left: 120px; */
    position: relative;
    /* border-right: 1px solid #dcdcdc; */
}

#venta_flash.block_products_block_home .bloque-imagen a {
    width: 100%;
    display: inline-block;
    height: 100%;
}

#venta_flash.block_products_block_home .bloque-info {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    position: relative;
    width: 255px;
    margin-left: 55px;
}

#venta_flash.block_products_block_home .nombre_flash {
    font-size: 17px;
    padding: 0;
    color: #707070;
    margin-bottom: 9px;
    line-height: 18px;
    height: 37px;
    overflow: hidden;
    font-weight: 800;
}

#venta_flash.block_products_block_home .nombre_flash span {
    text-transform: uppercase;
}

#venta_flash div.slider li {
    max-height: 240px;
    width: 570px !important;
    height: 350px;
    /* margin-top: 10px; */
    margin-left: 0px;
    /* padding: 20px 30px 0; */
}

#venta_flash {
    height: 300px;
    margin-bottom: 0;
    border: none;
    background: white;
    padding: 0;
    float: left;
    position: relative;
    width: 570px;
    background: 0;
    /* padding: 20px 40px; */
    /* border-radius: 5px; */
    overflow: visible;
}

#venta_flash.block_products_block_home .descripcion_flash p {
    line-height: 13px;
    font-size: 14px;
    font-weight: 400;
    height: 54px;
    overflow: hidden;
    margin-bottom: 0;
    color: #707070;
}

#venta_flash div.bloque-info .bloque-acciones {
    display: inline-block;
    margin: 5px 0;
}

#venta_flash div.bloque-info > div.bloque-acciones .price {
    display: inline-block;
}

#venta_flash div.bloque-info > div.bloque-acciones .price .precio_antes_flash {
    display: inline-block;
    margin-left: 20px;
    text-decoration: line-through;
    font-size: 18px;
    color: #000;
}

#venta_flash div.bloque-info > div.bloque-acciones .price .precio_nuevo_flash {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    background: #fff367;
    padding: 20px 28px 22px 28px;
    float: none;
}

#venta_flash .descuento {
    color: white;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 124px;
    right: 19px;
    background: #e00109;
    padding: 0;
    border-radius: 50px;
    font-weight: 800;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height:  60px;
}

#siresp {
    display: none;
}

#venta_flash a.boton_flash {
    display: inline-block;
    z-index: 8;
    position: relative;
    color: white;
    float: right;
}

#venta_flash a.boton_flash > span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background: #313131;
    font-size: 12px;
    padding: 0px 0px;
    line-height: 38px;
    display: block;
    text-align: center;
    width: 80px;
    height: 39px;
    border-radius: 5px;
    margin-top: 15px;
    border:  1px solid #313131;
}
#venta_flash a.boton_flash > span:hover{
    background:  white;
    color: #313131;
}
#venta_flash #prevBtn {
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    position: absolute;
    width: 25px;
}

#venta_flash #prevBtn a, #venta_flash #nextBtn a {
    display: block;
    background-repeat: no-repeat;
    height: 25px;
    border-radius: 30px;
    /* background: #fff; */
    width: 25px;
    /* border: 1px solid #a8a8a8; */
}

#venta_flash #nextBtn {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    position: absolute;
    width: 25px;
}

#venta_flash.block_products_block_home .cuenta {
    margin-top: 0;
    display: inline-block;
    width: auto;
    float: left;
}

#venta_flash.block_products_block_home .time {
    padding: 0;
    top: auto;
    left: auto;
    height: auto;
    width: 174px;
    background: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

#venta_flash > div.block_content {
    width: 100%;
    height: 250px;
    margin-top: 9px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* border-radius: 5px; */
    float: left;
    border: 1px solid #dadada;
    overflow: hidden;
}

#venta_flash.block_products_block_home .time > div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #303030;
    background: #fff;
    font-size: 18px;
    /* margin-right: 11px; */
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    margin-left: -1px;
    border-radius: 5px;
}

#venta_flash.block_products_block_home .time div + div {
    margin-left: 3px;
}

#venta_flash.block_products_block_home .time div span {
    color: #aaaaaa;
    font-size: 9px;
    text-transform: uppercase;
    display: inline-block;
}

#venta_flash div.chrono > div > div.logo_timer img {
    padding: 0;
    margin-top: 50%;
    transform: translateY(-25%);
}

#venta_flash div.chrono > div > div:nth-child(1) {
    width: 40px;
}

#venta_flash div.chrono > div > div {
    display: inline-block;
    height: 53px;
    border: 1px solid #dcdcdc;
    vertical-align: top;
    margin-right: -5px;
    width: 50px;
    color: #333;
    text-align: center;
}

#venta_flash div.chrono > div > div:nth-child(1) {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

#venta_flash div.chrono > div > div:nth-child(5) {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

#venta_flash div.chrono > div > div + div span:nth-child(1) {
    display: block;
    margin-top: 10px;
    color: #313131;
    font-size: 17.5px;
}

#venta_flash div.chrono > div > div + div span + span.txt_f {
    display: block;
    color: #a0a0a0;
    font-size: 12px;
    text-transform: uppercase;
}

#venta_flash #slider {
    display: inline-block;
    /* max-width: 726px !important; */
    /* float: right; */
    width: 100% !important;
}

.txtindexvf {
    position: absolute;
    top: 70px;
    left: 150px;
}

.txtindexvf1 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.txtindexvf2 {
    font-size: 13px;
    margin-top: 3px;
    line-height: 16px;
}

#venta_flash.block_products_block_home .precio_nuevo_flash {
    position: relative;
    font-size: 32px;
    font-weight: 800;
    color: #ca0f00;
    float: left;
    margin-right: 10px;
}

#venta_flash #slider div.bloque-acciones > div > div.precio_antes_flash {
    text-decoration: line-through;
    float: left;
    margin-top: 4px;
}

#venta_flash #slider div.bloque-info > div.info_der > div.imgtitu {
    text-align: center;
    /*background: url(../../img/ico_titu_oferta_flash.png);*/
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 48px;
    font-size: 20px;
    color: #ee212a;
    padding-left: 15px;
}

#venta_flash.block_products_block_home .time div div {
    /* border: 1px solid #dcdcdc; */
    /* width: 48px; */
    /* height: 48px; */
    /* line-height: 37px; */
    /* border-radius: 43px; */
    margin: 5px 0 -8px 0;
    color: #404040;
    font-size: 16px;
}

#venta_flash .block_content .mensajeflash div img {
    margin-left: 50%;
    transform: translateX(-50%);
}

#venta_flash .block_content .mensajeflash div + div {
    margin-top: 15px;
}

#venta_flash .block_content .mensajeflash div p {
    text-align: center;
    font-size: 15px;
    color: #707070;
}

#venta_flash #slider > div > ul > li > div.bloque-info > div.infoiz {
    display: inline-block;
    width: 100%;
    /* padding: 0 15px; */
}

#venta_flash slider > div > ul > li > div.bloque-info > div.info_der {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: center;
}

#venta_flash .tituloFlash {
    height: 40px;
    border-radius: 5px;
    background: url('../../img/bg_cab_flash.jpg');
    padding: 0 35px;
}

#venta_flash .tituloFlash:before {
    content: url("../../img/icon/ico_cab_flash.png");
    position: absolute;
    left: -9px;
    top: -9px;
}

#venta_flash .tituloFlash span {
    color: white !important;
    font-size: 15px !important;
    text-shadow: 0.5px 0.5px 1px #000 !important;
    text-transform: uppercase;
    line-height: 40px !important;
    font-weight: 800;
}

#venta_flash .tituloFlash a {
    color: white !important;
    font-size: 13px !important;
    line-height: 40px !important;
    float: right;
    position: relative;
}
#venta_flash .tituloFlash a:hover{
    text-decoration: underline;
}
#venta_flash .tituloFlash a:after {
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    right: -11px;
    top: 1px;
}

#venta_flash .tiempoRestante {
    text-transform: uppercase;
    color: #707070;
    font-size: 12px;
    border-bottom: 1px solid #c9c9c9;
}

#venta_flash #prevBtn a:before, #venta_flash #nextBtn a:before {
    color: white;
    width: 35px;
    height: 35px;
    content: url("../../img/slider_izq.png");
    padding-top: 9px;
    padding-left: 9px;
    background-color: #555555;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
}

#venta_flash #nextBtn a:before {
    content: url("../../img/slider_der.png");
    padding-left: 9px;
}

#venta_flash #nextBtn a.queDeJuguetes:hover:before, #venta_flash #prevBtn a.queDeJuguetes:hover:before {
    background-color: #87BE25;
}

#venta_flash #nextBtn a.tallerModelista:hover:before, #venta_flash #prevBtn a.tallerModelista:hover:before {
    background-color: #d50027;
}

/* FIN VENTA FLASH */
/* BLOG HOME */
#blog_list_home {
    margin-top: 25px;
}

#blog_list_home .tiers {
    width: 270px;
    display: inline-block;
    vertical-align: top;
}

#blog_list_home .tiers + .tiers {
    margin-left: 27px;
}

#titulo_blog_list_home, #tituloFabricantes {
    background: none !important;
    color: #555555 !important;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 4px solid #d50027;
    padding-bottom: 10px;
    margin-top: 40px;
}

#tituloFabricantes a.AllManufacturers {
    float: right;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}

#tituloFabricantes a.AllManufacturers:hover {
    text-decoration: underline;
}

#tituloFabricantes a.AllManufacturers::after {
    content: '\f101';
    font-family: FontAwesome;
    padding-left: 5px;
}

#titulo_blog_list_home a {
    text-decoration: none;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-top: 1px;
    text-transform: none;
    margin-right: 10px;
    color: #555555;
    line-height: 13px;
}

#titulo_blog_list_home a:hover {
    /* text-decoration:  underline; */
    border-bottom: 1px solid #555555;
}

#titulo_blog_list_home a:after {
    content: '\f101';
    font-family: FontAwesome;
    padding-left: 5px;
}

#blog_list_home img {
    width: 270px;
    height: 270px;
    border: 1px solid #CCC;
}

#blog_list_home .tiers:hover img {
    border-color: #D50027 !important;
}

#blog_list_home .date_blog-cat {
    margin-top: 15px;
    display: inline-block;
    color: #D50027;
    font-size: 12px;
    font-weight: bold;
}

#blog_list_home .block_bas h3 {
    margin: 0 0 15px;
    color: #707070;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    height: 36px;
}

#blog_list_home .tiers:hover h3 a {
    color: #D50027;
}

/* FIN BLOG HOME */
/* FABRICANTES */
.uk-slider.fabricantes li {
    padding: 0px 13px;
}

.uk-slider.fabricantes li a {
    height: 120px;
    display: inline-block;
}

.uk-slider.fabricantes li a img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.5s;
}

.uk-slider.fabricantes li a:hover img {
    filter: none;
    opacity: 1;
}

.uk-slider-container.fabricantes {
    width: 85%;
}

.uk-slidenav-position.fabricantes > a {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
}

.uk-slidenav-position.fabricantes > a.queDeJuguetes:hover:after {
    background-color: #87BE25;
}

.uk-slidenav-position.fabricantes > a.tallerModelista:hover:after {
    background-color: #d50027;
}

.uk-slidenav-position.fabricantes > a + a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    left: inherit;
}

.uk-slidenav-position.fabricantes > a:after {
    color: white;
    width: 35px;
    height: 35px;
    content: url("../../img/slider_izq.png");
    padding-top: 9px;
    padding-left: 9px;
    background-color: #555555;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
}

.uk-slidenav-position.fabricantes > a + a:after {
    content: url("../../img/slider_der.png");
    padding-left: 9px;
}

/* FIN FABRICANTES */
/* NEWSLETTER HOME */
#newsletter_block_home {
    margin-top: 20px;
    padding-top: 40px;
    border-top: 4px solid #d50027;
    margin-bottom: 10px;
}

#newsletter_block_home .izquierda {
    display: inline-block;
    width: 370px;
}

#newsletter_block_home .izquierda img {
    float: left;
}

#newsletter_block_home .izquierda .titulo {
    text-align: left;
    display: inline-block;
    float: right;
    width: 270px;
    color: #DD042B;
    font-size: 23px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Droid Sans" !important;
    letter-spacing: -1px;
}

#newsletter_block_home .izquierda .titulo span {
    font-family: "Droid Sans" !important;
    font-size: 40px;
}

#newsletter_block_home .izquierda .texto {
    display: inline-block;
    float: right;
    width: 270px;
    color: #666;
    font-size: 12px;
    line-height: 17px;
    margin-top: 10px;
}

#newsletter_block_home .block_content {
    display: inline-block;
    width: 770px;
    float: right;
}

#newsletter_block_home .block_content .titulo {
    color: #666;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0;
}

#newsletter_block_home .block_content label {
    width: 170px !important;
    display: inline-block;
    color: #666 !important;
    font-size: 14px;
    font-weight: normal !important;
    margin: 10px 27px 0 0;
    cursor:  pointer;
    float: left;
}
#newsletter_block_home .block_content label:hover{
    text-decoration: underline;
}
#newsletter_block_home .block_content label:nth-last-child(2):hover{
    text-decoration: initial;
}
#newsletter_block_home .block_content label:nth-of-type(4n) {
    margin-right: 0;
}

#newsletter_block_home .block_content label .checker {
    display: inline-block;
    margin-right: 10px;
}

#newsletter_block_home .block_content .inputs {
    margin-top: 20px;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

#newsletter-input {
    width: 100%;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px 5px 5px 3px;
    -moz-border-radius: 3px 5px 5px 3px;
    border-radius: 3px 5px 5px 3px;
    padding: 5px 10px;
}

#newsletter_block_left form i {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 15px;
    color: white;
    pointer-events: none;
}

#newsletter-input + input {
    width: 30%;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    border: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    color: white;
    background: #dd042b;
    border: 1px solid #dd042b;
}

#newsletter-input + input:hover {
    background: white;
    color: #dd042b;
}

#newsletter_block_home .block_content label:last-of-type {
    width: auto !important;
    color: #666;
    font-size: 12px;
}

#newsletter_block_home .block_content label:last-of-type a {
    color: #404040;
    text-decoration: underline;
}

#newsletter_block_home .block_content label:last-of-type a:hover {color: #dd042b;}

/* FIN NEWSLETTER HOME */
/* NEWSLETTER LEFT */
#newsletter_block_left form {
    position: relative;
}

/* FIN NEWSLETTER LEFT */
/* FOOTER */
.footer-container {
    border-top: 10px solid #d50027;
    background: url("../../img/footer-bg.jpg");
    position: relative;
    padding-bottom: 15px;
    /* background-size: 100%; */
    /* background-repeat:  no-repeat; */
}

.footer-container #footer .row {
    max-width: 1170px;
    margin: 0;
}

.footer-container #footer .blockcategories_footer, #cmsinfo_block > div {
    padding: 0 !important;
    margin-top: 45px;
    display: inline;
}

#cmsinfo_block {
    background: none;
    border: none;
    display: block;
    width: 33.33%;
    padding: 0px;
    float: left;
    height:  auto;
}

#cmsinfo_block > div {
    border: none !important;
    width: 50%;
}

.footer-container #footer h4 {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: white !important;
    cursor: default;
}

.footer-container #footer h4 a {
    font-weight: normal;
    font-size: 14px;
}

.footer-container #footer .blockcategories_footer ul,
.footer-container #footer #cmsinfo_block ul,
#listaFabricantes ul {
    list-style-image: url("../../img/footer_bullet.png") !important;
    list-style-position: inside;
}

.footer-container #footer .blockcategories_footer ul a,
.footer-container #footer #cmsinfo_block ul a,
#listaFabricantes ul li a {
    color: #CCC !important;
    font-size: 13px;
    font-weight: normal !important;
    text-shadow: none !important;
}

.footer-container #footer .blockcategories_footer ul a:hover,
.footer-container #footer #cmsinfo_block ul a:hover,
#listaFabricantes ul a:hover {
    text-decoration: underline;
    color: #FFF !important;
}

.footer-container #footer #social_block {
    width: 226px !important;
    padding: 0px;
    margin-top: 45px;
    float: right !important;
    display: inline;
}

.footer-container #footer #social_block h4 {
    padding: 0px;
}

.footer-container #footer #social_block ul {
    clear: both;
    margin-top: 15px;
}

.footer-container #footer #social_block ul li + li {
    margin-left: 22px;
}

.footer-container #footer #social_block ul li.facebook a:before {
    content: url("../../img/icon/footer_ico_fb_off.png");
}

.footer-container #footer #social_block ul li.facebook a:hover:before {
    content: url("../../img/icon/footer_ico_fb_on.png");
}

.footer-container #footer #social_block ul li.youtube a:before {
    content: url("../../img/icon/footer_ico_yt_off.png");
}

.footer-container #footer #social_block ul li.youtube a:hover:before {
    content: url("../../img/icon/footer_ico_yt_on.png");
}

.footer-container #footer #social_block ul li.google-plus a:before {
    content: url("../../img/icon/footer_ico_gplus_off.png");
}

.footer-container #footer #social_block ul li.google-plus a:hover:before {
    content: url("../../img/icon/footer_ico_gplus_on.png");
}

.footer-container #footer #social_block ul li.blog a:before {
    content: url("../../img/icon/footer_ico_blog_off.png");
}

.footer-container #footer #social_block ul li.blog a:hover:before {
    content: url("../../img/icon/footer_ico_blog_on.png");
}

#lgpie_block {
    background: none;
    width: 360px;
    display: inline-block;
    float: right;
    padding: 0;
    clear: right;
}

#lgpie_block .listaPie:nth-child(1) {
    text-align: right;
}

#lgpie_block .listaPie:nth-child(1) div {
    color: #CCC;
    font-size: 13px;
}

#lgpie_block .listaPie:nth-child(2) {
    margin-top: 15px;
    display:  inline-block;
}

#lgpie_block .listaPie:nth-child(2) div {
    float: right;
    width: 21%;
    display: inline-block;
    text-align: center;
}

#lgpie_block .listaPie:nth-child(2) div + div {
    margin-right: 19px;
}

#lgpie_block .listaPie:nth-child(2) div p {
    color: #ECECEC;
    font-size: 10px;
    line-height: 13px;
}

#copyright {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #363636;
    height: 110px;
    /* padding-top: 12px; */
}

#copyright .container {
    padding: 0px;
    height: 100%;
}

#copyright span {
    color: #CCC;
    display: inline-block;
    float: right;
    margin-left: 3px;
    margin-top: 48px;
    font-size: 13px;
}

#copyright .container > img {
    margin-top: 25px;
}

#copyright span img {
    margin-top: -4px;
}

#listaFabricantes {
    display: inline;
    float: left;
    width: 195px;
    margin-top: 45px;
}

/* FIN FOOTER */
/* CATEGORIES BLOCK LEFT */
#categories_block_left {
    border: 1px solid #dd042b;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#categories_block_left h2 {
    margin: 0px;
    padding: 0px 0 0 20px;
    border: none;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: #dd042b;
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 32px;
    text-transform: none;
}

#categories_block_left ul {
    margin: 0;
}

#categories_block_left > .block_content > ul > li > a:hover {
    background: #F1F1F1 !important;
    border-bottom: 1px solid #dd042b;
}

#categories_block_left > .block_content > ul > li ul a:hover {
    color: #dd042b;
}

#categories_block_left ul li a {
    color: #202020;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #dd042b;
    border-top: 1px solid #dd042b;
    margin-bottom: -1px;
}

#categories_block_left ul li:nth-of-type(1) > a {
    border-top: none;
}

#categories_block_left ul li:last-of-type a {
    border-bottom: none;
}

#categories_block_left ul li a:hover, #categories_block_left ul li span:hover + a {
    background: inherit !important;
}

#categories_block_left li span.grower.OPEN:before {
    content: '\f106';
}

#categories_block_left li span.grower.CLOSE:before {
    content: '\f107';
}

#categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
    font-family: FontAwesome;
    color: #dd042b;
}

#categories_block_left li span.grower {
    background: none;
}

#categories_block_left ul ul li a {
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding-left: 30px;
}

#categories_block_left ul ul li a:before {
    display: none;
}

#categories_block_left ul ul li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
    font-family: FontAwesome;
    color: #8d8d8d;
}

#categories_block_left ul ul ul li a {
    color: #707070;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #e8e8e8;
    border-top: 1px dotted #e8e8e8;
    padding-left: 40px;
}

/* FIN CATEGORIES BLOCK LEFT */
/* BLOCK LAYERED */
#enabled_filters {
    border: 1px solid #dd042b !important;
    background: none;
    padding: 0 !important;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px !important;
}

#enabled_filters span.layered_subtitle {
    margin: 0px;
    padding: 0px 0 0 20px;
    border: none;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: #dd042b;
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 32px;
    text-transform: none;
    width: 100%;
}

#enabled_filters ul {
    padding: 0 20px;
    margin: 10px 0;
}

#enabled_filters ul i {
    color: #dd042b;
}

.layered_filter {
    border: none;
}

.layered_filter .layered_subtitle_heading, .layered_price .layered_subtitle_heading {
    border-bottom: 1px solid #dd042b;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.layered_filter .layered_subtitle, .layered_price .layered_subtitle {
    color: #DD042B;
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: normal !important;
}

/* FIN BLOCK LAYERED */
/* FABRICANTES LEFT COLUMN */
#fabricantesCat {
    border: 1px solid #dd042b !important;
    background: none;
    padding: 0 !important;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px !important;
}

#tituloFabricantesCat {
    margin: 0px;
    padding: 0px 20px 0 20px;
    border: none;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: #dd042b;
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 32px;
    text-transform: none;
    width: 100%;
}

#tituloFabricantesCat a {
    float: right;
    color: white;
    font-size: 14px;
    line-height: 15px;
    margin-top: 7px;
}

#tituloFabricantesCat a:hover {
    /* text-decoration:  underline; */
    border-bottom: 1px solid white;
}

#tituloFabricantesCat a:after {
    content: '\f101';
    font-family: FontAwesome;
    padding-left: 5px;
}

#fabricantesCat li {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin: 6px;
}

#fabricantesCat li a {
    height: 120px;
    display: inline-block;
}

#left_column #fabricantesCat li a img {
    filter: none;
    opacity: 1;
}

#fabricantesCat li a img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.5s;
}

#fabricantesCat li a:hover img {
    filter: none;
    opacity: 1;
}

/* FIN FABRICANTES LEFT COLUMN */
/* NEWSLETTER BLOCK LEFT */
#newsletter_block_left img {
    width: 45px;
}

#newsletter_block_left .arriba .titulo {
    text-align: center;
    display: inline-block;
    float: right;
    width: 225px;
    color: #DD042B;
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Droid Sans" !important;
    letter-spacing: -1px;
    margin-top: 18px;
}

#newsletter_block_left .arriba .titulo span {
    font-family: "Droid Sans" !important;
    font-size: 35px;
}

#newsletter_block_left .arriba .texto {
    margin: 20px 0;
    text-align: center;
    color: #666;
    font-size: 13px;
    line-height: 17px;
}

#newsletter_block_left #newsletter-input + input {
    width: 46px;
}

#newsletter_block_left #newsletter-input + input:hover + i {
    color: #dd042b;
}

#newsletter_block_left .inputs {
    margin-bottom: 10px;
}

#newsletter_block_left form:after {
    /*content: '\f1d8';*/
    /*font-family: FontAwesome;*/
    /*position: absolute;*/
    /*right: 15px;*/
    /*top: 7px;*/
    /*color: white;*/
    /*font-size: 15px;*/
}

#newsletter_block_left #uniform-conditions {
    display: inline-block;
}

#newsletter_block_left form > label:last-of-type {
    font-size: 12px;
    color: #666;
    line-height: 18px;
}

#newsletter_block_left form > label:last-of-type a {
    color: #404040;
    text-decoration: underline;
}
#newsletter_block_left form > label:last-of-type a:hover{
    color: #d50027;
}
/* FIN NEWSLETTER BLOCK LEFT */
/* CONFIGURADOR DE TEMAS LEFT */
#htmlcontent_left li {
    margin-bottom: 30px;
}

/* FIN CONFIGURADOR DE TEMAS LEFT */
/* LGCOMMENTS LEFT */
#left_column #w {
    float: none;
    margin-bottom: 30px;
}

#left_column #w-title {
    margin: 0px 0 20px 0 !important;
    padding: 0px 20px 0 20px;
    border: none;
    -webkit-border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important;
    background: #dd042b;
    height: 32px !important;
    width: 100%;
}

#left_column #w-title a {
    margin: 0px;
    border: none;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: #dd042b;
    color: white;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 30px !important;
    height: 32px !important;
    text-transform: none;
    width: 100%;
    text-shadow: none !important;
}

/* FIN LGCOMMENTS LEFT */
/* BREADCRUMB */
.breadcrumb {
    border: none;
    height: 30px;
    width: 100%;
    padding: 3px 20px 0;
    background: #f1f1f1;
}

.breadcrumb a:after, .breadcrumb a:before {
    border: none;
    background: none;
}

.breadcrumb a:before {
    content: none;
}

.navigation-pipe {
    color: #707070 !important;
}

/*.breadcrumb a:before {*/
/*content: '\f101';*/
/*font-family: FontAwesome;*/
/*text-indent: 0;*/
/*-webkit-transform: none;*/
/*-moz-transform: none;*/
/*-ms-transform: none;*/
/*-o-transform: none;*/
/*transform: none;*/
/*position: absolute;*/
/*top: 1px;*/
/*left: -15px;*/
/*font-size: 13px;*/
/*width: auto;*/
/*}*/

.breadcrumb a {
    background: none;
    color: #707070 !important;
    font-size: 13px !important;
    font-weight: normal;
    padding: 0 !important;
    margin-left: 0;
    margin-right: 5px !important;
    position: relative;
}

.breadcrumb a span {
    color: #707070;
    font-size: 13px;
    font-weight: normal;
}

.breadcrumb a span:hover, .breadcrumb a.home:hover {
    text-decoration: underline;
}

.breadcrumb > span:last-child a, .breadcrumb > .navigation-pipe:last-of-type + a, .breadcrumb {
    font-size: 13px;
    font-weight: normal;
    color: #DD042B !important;
}

.breadcrumb .navigation-pipe {
    /* display: none; */
    text-indent: 0;
    font-size: 14px;
    letter-spacing: -4px;
    -webkit-transform: scale(0.5, 1.0);
    -moz-transform: scale(0.5, 1.0);
    -ms-transform: scale(0.5, 1.0);
    -o-transform: scale(0.5, 1.0);
    transform: scale(0.5, 1.0);
}

/* FIN BREADCRUMB */
/* CATEGORY */
.cat-name {
    color: #555;
    font-size: 20px;
    font-weight: 800;
}

#module-lgfeaturesimages-featurelist h1 {
    color: #555;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.product-count {
    display: inline-block;
    float: left;
    color: #707070;
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
}

.content_sortPagiBar .sortPagiBar .nbrItemPage {
    float: right;
}

.content_sortPagiBar .sortPagiBar {
    border: 1px solid #dadada;
    padding: 15px 20px 10px;
    height: 54px;
}

.content_sortPagiBar .sortPagiBar label {
    color: #404040;
    font-size: 14px;
    font-weight: normal;
}

div.selector1 > div, div.selector1 > div span, div.checker span {
    background-image: url("../../img/sprites.png");
}

.content_sortPagiBar .display, .content_sortPagiBar .display_m {
    margin: 0 0 0 20px;
}

.content_sortPagiBar .display li.display-title, .content_sortPagiBar .display_m li.display-title {
    padding: 4px 0 0 0;
    color: #404040;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
}

.content_sortPagiBar .display li, .content_sortPagiBar .display_m li {
    margin-top: 2px;
}

.content_sortPagiBar .display li.selected i, .content_sortPagiBar .display_m li.selected i {
    color: #DD042B !important;
}

.content_sortPagiBar .display li.selected a, .content_sortPagiBar .display_m li.selected a {
    text-decoration: none;
}

.top-pagination-content div.pagination, .bottom-pagination-content div.pagination {
    float: none;
    margin: 0 auto;
}

.top-pagination-content ul.pagination li, .bottom-pagination-content ul.pagination li {
    width: auto;
    height: 24px;
    margin: 0 2px !important;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
}

.top-pagination-content ul.pagination li > a, .top-pagination-content ul.pagination li > span, .bottom-pagination-content ul.pagination li > a, .bottom-pagination-content ul.pagination li > span {
    margin: 0 !important;
    border: none !important;
    background: none !important;
}
ul.pagination li:not(.disabled):not(.active):not(.truncate):hover{
    border-color:  red;
}
.top-pagination-content ul.pagination li > a span, .top-pagination-content ul.pagination li > span span, .bottom-pagination-content ul.pagination li > a span, .bottom-pagination-content ul.pagination li > span span {
    margin: 0 !important;
    border: none !important;
    font-weight: normal;
    background: none !important;
    width: 22px;
    height: 22px;
}

.top-pagination-content ul.pagination li.pagination_previous > a, .top-pagination-content ul.pagination li.pagination_previous > span, .top-pagination-content ul.pagination li.pagination_next > a, .top-pagination-content ul.pagination li.pagination_next > span, .bottom-pagination-content ul.pagination li.pagination_previous > a, .bottom-pagination-content ul.pagination li.pagination_previous > span, .bottom-pagination-content ul.pagination li.pagination_next > a, .bottom-pagination-content ul.pagination li.pagination_next > span {
    padding: 2px 0 0 0px;
    width: 22px;
    height: 22px;
}

.top-pagination-content ul.pagination li.active, .bottom-pagination-content ul.pagination li.active {
    background: #DD042B !important;
}

.top-pagination-content ul.pagination li.active > span span, .bottom-pagination-content ul.pagination li.active > span span {
    color: white !important;
}

#pagination_bottom {
    float: right;
    margin: 0px;
    width: auto;
}

ul.product_list .product-image-container img.envioGratis {
    position: absolute;
    left: -10px;
    top: -10px;
}

ul.product_list.list .product-image-container img.envioGratis {
    position: absolute;
    left: 0px;
    top: 0px;
}

#image-block img.envioGratis {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 54px;
    background: none;
}

#category ul.product_list.grid > li .product-container,  #search ul.product_list.grid > li .product-container {
    border: 1px solid #d5d5d5;
    height: 415px;
    padding: 10px;
}

#prices-drop ul.product_list.grid > li .product-container, #new-products ul.product_list.grid > li .product-container {
    border: 1px solid #d5d5d5;
    height: 435px;
    padding: 10px;
}

#category .new-box, .sale-box {
    position: absolute;
    top: -11px;
    right: -20px !important;
}

#image-block .sale-box {
    position: absolute;
    top: 0;
    right: -2px !important;
}

#image-block .sale-box img {
    background: none !important;
}

/*#category ul.product_list .product-image-container a.product_img_link img {*/
    /*padding: 0 20px;*/
/*}*/

ul.product_list .product-image-container .quick-view {
    display: none !important;
}

ul.product_list.list > li .product-container {
    padding: 0px;
    border: 1px solid #d5d5d5;
    margin-bottom: 15px;
}

#category ul.product_list.list .product-image-container a.product_img_link img {
    padding: 0;
    margin: 0;
}

.list .left-block {
    width: 260px !important;
}

ul.product_list.list > li .product-image-container {
    border: none;
    width: 100%;
    padding: 9px 0 9px 9px;
}

#category .list .new-box, #category .list .sale-box {
    position: absolute;
    top: 7px;
    right: -15px !important;
}

ul.product_list.list > li h5 {
    margin-top: 40px;
}

ul.product_list.list > li h5 a {
    font-size: 16px;
    font-weight: 800;
}

ul.product_list.list > li .product-desc {
    font-size: 12px;
}

.list .center-block {
    width: 410px;
}

.list .right-block {
    float: right;
    width: 224px;
    margin-top: 20px;
}

.list.product_list .hook-reviews {
    margin: 10px 0;
}

.list.product_list .hook-reviews img {
    width: 60px !important;
}

ul.product_list.list > li .right-block .right-block-content .content_price {
    padding: 0px;
    position: relative;
    margin-top: 15px;
}

ul.product_list.list > li .right-block .right-block-content .content_price .price {
    margin: 0px;
    color: #ca0f00 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
}

.list .old-price.product-price {
    color: #999;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: -18px;
    left: 0px;
}

.list .ivaIn, .list .ivaEx {
    float: left;
    clear: both;
    color: #555;
    font-size: 9px;
    font-weight: normal;
}

ul.product_list.list > li .right-block .right-block-content .button-container {
    padding: 0px;
    float: left;
    clear: both;
    margin-top: 5px !important;
}

#category #flash_product {
    position: absolute;
    bottom: 0;
}

#category .list #flash_product {
    position: absolute;
    bottom: 15px;
}

#category #flash_product #timeProduct > div {
    float: left;
    margin: 0 3px;
}

#category #flash_product #timeProduct > div + div {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 36px;
    width: 38px;
    text-align: center;
    color: #404040;
    font-size: 16px;
    line-height: 25px;
    background: white;
}

#category #flash_product #timeProduct > div span {
    display: block;
    color: #AAA;
    text-transform: uppercase;
    font-size: 9px;
    margin-top: -12px;
}

/* FIN CATEGORY */
/* PRODUCT */
#product .uk-slidenav-position{
    margin-left: -15px;
    margin-right: -15px;
}
#product ul.product_list.tab-pane > li{/* padding-left: 16px; *//* padding-right: 17px; */}
#product ul.product_list .product-image-container a img{width: 100%;}
#image-block:hover:after {
    content: url("../../img/icon/ico_pic_zoom.png");
    z-index: 100;
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 24px);
}

#thumbs_list li {
    border: none;
}

#thumbs_list li a {
    border: 1px solid #dbdbdb;
}

#thumbs_list li a:hover, #thumbs_list li a.shown {
    border: 1px solid #dd042b;
}

#views_block {
    position: relative;
}

#view_scroll_left, #view_scroll_right {
    width: 35px;
    height: 35px;
    display: inline-block;
}

#view_scroll_left {
    position: absolute;
    top: 30px;
    left: 0px;
}

#view_scroll_right {
    position: absolute;
    top: 30px;
    right: 0px;
    margin: 0;
}

#view_scroll_left:hover:before, #view_scroll_right:hover:before {
    background-color: #d50027;
}

#view_scroll_left:before {
    color: white;
    width: 35px;
    height: 35px;
    content: url("../../img/slider_izq.png");
    padding-top: 9px;
    padding-left: 9px;
    background-color: #555555;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
}

#view_scroll_right:before {
    content: url("../../img/slider_der.png");
    padding-left: 9px;
    color: white;
    width: 35px;
    height: 35px;
    padding-top: 9px;
    background-color: #555555;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
}

.pb-right-column {
    border: 1px solid #e6e6e6;
    padding: 0;
    width: 670px;
    margin-left: 15px;
    overflow: hidden;
}

#buy_block {
    border-bottom: 1px solid #e6e6e6;
}

#buy_block .box-info-product {
    border: none;
    background: none;
    width: 100%;
    overflow: hidden;
}

#productName {
    color: #303030;
    font-size: 22px;
    line-height: 22px;
    font-weight: 800;
    height: 42px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 15px;
}

.content_prices {
    padding: 0 15px 15px;
    border-bottom: 1px solid #e6e6e6;
}

#our_price_display {
    color: #ca0f00;
    font-size: 36px;
    font-weight: 800;
    float: left;
}

#old_price {
    font-size: 16px !important;
    color: #999 !important;
    font-weight: normal !important;
    padding-bottom: 0;
    margin: 0px 0 0 10px;
}

#product .tax_inc {
    color: #555;
    font-size: 10px;
    display: block;
    clear: both;
    padding-left: 84px;
}

.content_prices > div:nth-of-type(1) {
    display: inline-block;
    width: 200px;
}

#attributes {
    display: block;
    float: none;
    width: 306px;
}

#attributes fieldset div, #attributes fieldset label {
    float: right;
    display: inline-block;
}

#attributes fieldset div {
    width: 180px !important;
}

#attributes fieldset label, #attributes fieldset span {
    color: #404040 !important;
    font-size: 14px;
    font-weight: normal;
}

#attributes fieldset > label {
    margin: 4px 10px 0 0;
}

div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
    background-image: url("../../img/sprites.png");
}

.product_attributes, .box-cart-bottom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    float: left;
}

.box-cart-bottom {
    float: right;
}

#quantity_wanted_p, #add_to_cart {
    display: block !important;
    margin-top: 15px;
}

#quantity_wanted_p label {
    display: inline-block;
    float: left;
    color: #404040;
    font-size: 12px;
    font-weight: normal;
    margin: 9px 9px 0 13px;
}

#quantity_wanted_p .btn {
    border: none;
    margin: 0 3px;
}

#quantity_wanted_p .btn span {
    width: 34px;
    height: 34px;
    border: 1px solid #e7e7e7;
    background: white;
}

#quantity_wanted_p .btn span i {
    margin-top: 5px;
    font-size: 16px;
}

#quantity_wanted_p input {
    width: 45px;
    height: 34px;
    border: 1px solid #e7e7e7 !important;
    text-align: center;
}

.minimoRequerido {
    color: #d50027 !important;
    font-size: 12px !important;
}

.box-cart-bottom {
    border-left: 1px solid #e6e6e6;
    height: 97px;
}

.box-info-product .exclusive:before, .box-info-product .exclusive:after {
    display: none;
}

.box-info-product .exclusive {
    width: 190px;
    height: 40px;
    background: none;
    border: none;
}

.box-info-product .exclusive.disponible {
    padding: 8px 10px !important;
    font-size: 13px !important;
    border: 1px solid #519551 !important;
    background: linear-gradient(0deg, #509a50, #52cf52 50%) !important;
}

.box-info-product .exclusive.disponible:hover {
    background: #52cf52 !important;
}

.box-info-product .exclusive.novedad {
    padding: 8px 10px !important;
    border: 1px solid #2575d0 !important;
    background: linear-gradient(0deg, #1c60ae, #2d95e5 50%) !important;

}

.box-info-product .exclusive.agotado {
    padding: 8px 10px !important;
    border: 1px solid #a10404 !important;
    background: linear-gradient(0deg, #b10000, #fa0000 50%) !important;
}

.box-info-product .exclusive.reservar {
    padding: 8px 10px !important;
    border: 1px solid #c58a0c !important;
    background: linear-gradient(0deg, #c56902, #f0b30f 50%) !important;

}

.box-info-product .exclusive span {
    color: white !important;
    text-transform: uppercase;
    font-weight: 800;
    height: 100%;
    font-size: 20px;
    text-align: center;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 19.25px;
    text-shadow: 0.5px 0.5px 1px #000;
    border: none;
}

#tieneStock {
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    width: 100%;
}

#tieneStock .izq, #tieneStock .der {
    float: left;
}

#tieneStock .izq {
    text-transform: uppercase;
    font-size: 11px;
    padding: 2px 10px 2px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#tieneStock .der {
    font-size: 11px;
    margin-top: 10px;
}

#tieneStock .der b {
    font-size: 14px;
}

#tieneStock .izq.disponible {
    border: 1px solid #65b552;
    color: #65b552;
    margin: 14px 30px 7px 20px;
}

#tieneStock .der.disponible {
    color: #65b552;
}

#tieneStock .izq.novedad {
    border: 1px solid #2d95e5;
    color: #2d95e5;
    margin: 14px 30px 7px 20px;
}

#tieneStock .der.novedad {
    color: #2d95e5;
}

#tieneStock .izq.reservar {
    border: 1px solid #f0b30f;
    color: #f0b30f;
    margin: 14px 30px 7px 20px;
}

#tieneStock .der.reservar {
    color: #f0b30f;
}

#tieneStock .izq.agotado {
    border: 1px solid #fa0000;
    color: #fa0000;
    margin: 14px 30px 7px 20px;
}

#tieneStock .der.agotado {
    color: #fa0000;
}

#tieneStock .izq.disponible:before, #tieneStock .izq.novedad:before {
    font-family: FontAwesome;
    content: '\f00c';
    margin-right: 5px;
}

#tieneStock .izq.reservar:before, #tieneStock .izq.agotado:before {
    font-family: FontAwesome;
    content: '\f00d';
    margin-right: 5px;
}

#reservar-input {
    border: 1px solid #d5d5d5;
    padding: 5px 10px;
    color: #404040;
    font-size: 13px;
    float: right;
}

#reservar-input::placeholder {
    color: #404040;
    font-size: 13px;
}

#reservar-submit {
    text-transform: uppercase;
    width: 90px;
    height: 30px;
    border: none;
    background: #888888;
    color: white;
    font-size: 13px;
    margin-left: -3px;
    float: right;
}

#divFormReserva {
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px 15px 5px;
}

#divFormReserva p {
    width: 250px;
    display: inline-block;
    color: #707070;
    font-size: 12px;
    line-height: 12px;
}

#divFormReservaArriba {
    width: 398px;
}

#divFormReservaArriba p {
    text-align: center;
    color: #707070;
    font-size: 12px;
    line-height: 12px;
}

#loyalty {
    padding-left: 100px !important;
    color: #303030;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    position: relative;
}

#product p#loyalty {
    padding: 30px 0 30px 35px;
}

#loyalty:before {
    content: url("../../img/icon/ico_puntos.png") !important;
    width: 60px !important;
    height: 46px !important;
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
}

#valoracionRight {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

#valoracionRight div div {
    margin-bottom: 10px;
    color: #404040;
    font-size: 13px;
}

#valoracionRight div a img {
    width: 70px !important;
}

.socialsharing_product {
    display: inline-block;
    float: right;
    margin-right: 15px;
}

.socialsharing_product span {
    float: right;
    display: inline-block;
    color: #404040;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}

.socialsharing_product button {
    float: right;
    padding: 0;
    border: none;
    margin-left: 10px;
}

.socialsharing_product button:nth-of-type(1) {
    clear: right;
}

#usefull_link_block {
    display: inline-block;
    float: right;
    margin-top: 23px;
}

#usefull_link_block li {
    display: inline-block;
    float: right !important;
    margin:  0 !important;
}

#usefull_link_block li a:before {
    display: none;
}

.socialsharing_product button:hover {
    background: none;
}

#usefull_link_block li a {
    padding: 0;
    margin-left: 10px;
}

#iconosInfo {
    display: inline-block;
    float: left;
    width: 400px;
    margin-top: 10px;
}

#iconosInfo div {
    float: left;
    width: 25%;
    text-align: center;
}

#iconosInfo div p {
    padding: 0 5px;
    color: #AAA;
    font-size: 10px;
    line-height: 11px;
    text-transform: uppercase;
    margin-top: 10px;
}

#iconoEnvio {
    display: inline-block;
    float: right;
    width: 265px;
    padding-left: 15px;
    border-left: 1px solid #e6e6e6;
    height: 97px;
}

#iconoEnvio img {
    width: 74px;
    display: inline-block;
    float: left;
    margin-top: 27px;
}

#iconoEnvio span {
    display: inline-block;
    float: right;
    width: 144px;
    margin: 25px 15px 0 0;
    color: #D4D4D4;
    font-size: 14px;
    line-height: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

#iconoEnvio span + span {
    color: #BBB;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    margin: 0px 15px 0 0;

}

#videoholder iframe {
    z-index: 7000 !important;
}

#videos {
    display: none;
}

#send_product_review {
    font-size: 12px;
    text-transform: uppercase;
    color:#fff;
    background: #595A5C !important;
    width: 200px;
    padding: 10px 0px !important;
    float: left;
    border-radius: 6px !important;
}

#send_product_review:hover {
    color: #777777;
}

#send_product_review a {
    color: white !important;
    text-transform: uppercase;
    font-size: 12px;
}

#send_product_review:hover {
    background: white !important;
}

#send_product_review:hover a {
    color: #595A5C !important;
}

#send_product_review a i {
    margin-left: 5px;
}

#product section h3 {
    background: none;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    color: #E2000F;
    font-size: 16px;
    line-height: 26px;
    font-weight: 800;
    padding: 0px;
    margin: 0 0 15px 0;
}
.productscategory_h3{
    border: none !important;
}
#page .rte {
    padding: 0px;
}

#page .rte p {
    color: #707070;
    font-size: 14px;
    line-height: 20px;
}

.table-data-sheet tr td:first-child {
    width: 20%;
}

.table-data-sheet, .table-data-sheet tr, .table-data-sheet tr td {
    border: none !important;
}

.table-data-sheet tr td {
    padding: 15px 10px;
    color: #707070 !important;
    font-size: 14px;
    font-weight: normal !important;
}

.table-data-sheet tr.even {
    background: none;
}

.table-data-sheet tr.odd {
    background: #FAFAFA;
}

.comment_column img {
    width: 70px !important;
}

#product td p {
    margin: 0;
}

.productComment:nth-of-type(odd), .faqconsultas:nth-of-type(odd) {
    background: #FAFAFA;
}

.productComment, .faqconsultas {
    width: 100%;
}

.productComment td, .faqconsultas td {
    padding: 20px 20px;
}

.productComment tr td:first-child, .faqconsultas tr td:first-child {
    width: 20%;
}

.more_less {
    padding-top: 20px !important;
    margin-top: 20px !important;
    border-top: 1px solid #f0f0f0 !important;
}

.more_less button {
    background: none !important;
    border: none !important;
}

.more_less button span {
    border: 1px solid #e4e4e4 !important;
    background: none !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    color: #707070 !important;
    text-shadow: none !important;
    font-weight: normal !important;
    padding: 3px 20px !important;
}

.faqconsultas td + td p {
    display: inline-block;
    margin-bottom: 20px !important;
}

.faq_question {
    color: #707070 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 800 !important;
}

.faq_answer span {
    font-weight: 800;
}

.faq_answer {
    font-size: 14px;
    line-height: 22px;
    color: #707070;
}

.lgconsultas_button {
    background: #595A5C !important;
    width: 200px;
    padding: 10px 0px !important;
    float: left;
    border-radius: 6px !important;
}

.lgconsultas_button a {
    color: white !important;
    text-transform: uppercase;
    font-size: 12px;
}

.lgconsultas_button:hover {
    background: white !important;
}

.lgconsultas_button:hover a {
    color: #595A5C !important;
}

.lgconsultas_button a i {
    margin-left: 5px;
}

.tab_consultas .lgconsultas_button + .clearfix {
    margin-bottom: 10px;
}

#product ul.product_list.tab-pane > li > div {
    border: 1px solid #d5d5d5;
    height: 415px;
    padding: 10px;
    width: 269px;
}

#product .categoriaProducto {
    display: none;
}
#product .categoriaProducto + span{
    display: none;
}
#product .page-product-box .tax_inc {
    padding-left: 0;
}
#product ul.product_list.grid > li .product-container .product-image-container > a {
    position: relative;
}
#product ul.product_list.grid > li .product-container .product-image-container {
    min-height:unset;
}
#product ul.product_list.grid > li .product-container .product-image-container{
    
}

#product ul.product_list.grid > li .product-container .content_price{
    margin-bottom: 17px;
}
#product .page-product-box .new-box, #product .page-product-box .sale-box {
    position: absolute;
    top: -11px;
    right: -20px !important;
}

#tituloInteresantes, #tituloComprado {
    border: none !important;
}

#product #flash_product {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 48px;
    margin-left: -5px;
    background: rgba(255, 255, 255, 0.5);
}

#flash_product #timerBlock {
    position: absolute;
    min-width:225px;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

#flash_product img {
    width: auto;
}

#flash_product #timeProduct > div {
    float: left;
    margin: 0 3px;
}

#flash_product #timeProduct > div + div {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 36px;
    width: 38px;
    text-align: center;
    color: #404040;
    font-size: 16px;
    line-height: 25px;
    background: white;
}

#flash_product #timeProduct > div span {
    display: block;
    color: #AAA;
    text-transform: uppercase;
    font-size: 9px;
    margin-top: -12px;
}

/* FIN PRODUCT */
/* BLOG */
#buscadorBlog {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
}

#buscadorBlog form {
    height: 100%;
}

#buscadorBlog #prestablog_search {
    width: 100%;
    border: none;
    background: none;
    height: 100%;
    padding-left: 10px;
}

#buscadorBlog #prestablog_search:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#buscadorBlog .button-search {
    background: none !important;
    height: 100%;
    width: 50px;
    z-index: 10;
}
#buscadorBlog .button-search:hover:after{
    background: #dd042b !important;
}
#buscadorBlog .button-search:before {
    display: none !important;
}
#prestablog_search::placeholder{
    font-style: initial;
}
#prestablog_lastliste p{border-bottom: 1px solid #cdcdcd;}
#buscadorBlog .button-search:after {
    height: calc(100% - 0px);
    width: 48px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    font-family: FontAwesome;
    content: '\f002';
    font-weight: normal;
    font-size: 18px;
    padding-top: 5px;
    padding-left: 2px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    z-index: 5;
    background: #707070;
}

#module-prestablog-blog #left_column > .block {
    margin-bottom: 15px;
}

#module-prestablog-blog #left_column .title_block {
    background: none;
    border-top: none;
    border-bottom: 4px solid #dd042b;
    padding: 0 0 4px 0;
    color: #555;
    font-size: 16px;
    line-height: 26px;
    font-weight: 800;
    margin-bottom: 10px;
}

.prestablogtree p {
    padding: 5px 0 !important;
    background: none !important;
}

.prestablogtree a {
    font-size: 11px;
    color: #555;
    font-weight: normal;
    text-transform: uppercase;
}

.prestablogtree a:hover {
    text-decoration: underline;
    color: #DD042B;
}

.prestablogtree > li:last-child > p {
    border: none !important;
}

.prestablogtree ul p {
    border: none !important;
    padding-left: 35px !important;
}

.prestablogtree ul li:last-child p {
    border-bottom: 1px dotted #CCCCCC !important;
}

#prestablog_catliste li span.grower {
    background: none;
}

#prestablog_catliste li span.OPEN:before, #prestablog_catliste li span.CLOSE:before {
    content: '\f107';
    font-family: FontAwesome !important;
    color: #555;
}

#prestablog_catliste li span.OPEN:before {
    content: '\f106';
}

#prestablog_block_rss .bloc-rss {
    background: #DD042B;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 6px 20px !important;
    border:  1px solid #DD042B;
    text-shadow:  none;
}

#prestablog_block_rss .bloc-rss:hover {
    /* color: #DD042B; */
    /* background:  white; */
    background:  #DD042B;
    text-decoration:  underline;
}

#prestablog_block_rss .bloc-rss:hover img {
    opacity: 1;
}

#prestablog_block_rss img {
    float: right;
    margin: 3px 0 0 0;
    display: inline-block;
}

img.lastlisteimg {
    width: 70px;
    height: 70px;
    border: 1px solid #d5d5d5;
    margin: 0 15px 0 0;
}

#prestablog_lastliste a {
    color: #707070;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
}

#prestablog_lastliste .button_large {
    width: 100%;
    border: none;
    background: #DD042B;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    text-align: center;
    border:  1px solid #DD042B;
    padding: 4px 7px;
}
#prestablog_lastliste .button_large:hover{
    background:  white;
    color:  #DD042B;
}
#prestablog_lastliste > p a strong {
    font-weight: normal;
}

#prestablog_lastliste > p:hover a strong {
    color: #DD042B;
}

#prestablog_lastliste > p:hover img {
    border: 1px solid #DD042B;
}

#module-prestablog-blog #blog_list {
    height: auto !important;
    border: none;
    /* border-top: 4px solid #707070; */
    /* border-bottom: 4px solid #707070; */
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-left: -10px;
    margin-right:  -10px;
    width: calc(100% + 20px);
}
.blog_list_hr{
    display:  block;
    width: calc(100% - 20px);
    border-bottom: 4px solid #707070;
    padding-left:  10px;
    margin-left: 10px !important;
    margin-top: 20px !important;
    float:  left;
}
#numeroEntradasBlog {
    float: left;
    margin-top: 10px;
    border-bottom: 4px solid #707070;
    display:  block;
    width:  100%;
    padding-bottom: 20px;
}
#imgPortadaBlog{
    width: 100%;
}
#module-prestablog-blog #center_column{
    /* border-bottom: 4px solid #707070; */
}
#numeroEntradasBlog span {
    color: #707070;
    font-size: 14px;
    font-weight: normal;
}

.prestablog_pagination {
    float: right;
    margin-top: 20px !important;
}

.prestablog_pagination:last-child {
    float: none;
    text-align: center;
}

.prestablog_pagination span, .prestablog_pagination a {
    width: 24px;
    height: 24px;
    margin: 0 2px !important;
    border: 1px solid #d2d2d2 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    display: inline-block;
    background: none !important;
    color: #404040 !important;
    text-align: center;
}

.prestablog_pagination span.current {
    background: #DD042B !important;
    color: white !important;
    border: 1px solid #DD042B !important;
}

.top-pagination-content ul.pagination li > a span, .top-pagination-content ul.pagination li > span span, .bottom-pagination-content ul.pagination li > a span, .bottom-pagination-content ul.pagination li > span span {
    margin: 0 !important;
    border: none !important;
    font-weight: normal;
    background: none !important;
    width: auto;
    height: 22px;
}

.top-pagination-content ul.pagination li.pagination_previous > a, .top-pagination-content ul.pagination li.pagination_previous > span, .top-pagination-content ul.pagination li.pagination_next > a, .top-pagination-content ul.pagination li.pagination_next > span, .bottom-pagination-content ul.pagination li.pagination_previous > a, .bottom-pagination-content ul.pagination li.pagination_previous > span, .bottom-pagination-content ul.pagination li.pagination_next > a, .bottom-pagination-content ul.pagination li.pagination_next > span {
    padding: 2px 0 0 0px;
    width: 22px;
    height: 22px;
}

.top-pagination-content ul.pagination li.active, .bottom-pagination-content ul.pagination li.active {
    background: #DD042B !important;
}

.top-pagination-content ul.pagination li.active > span span, .bottom-pagination-content ul.pagination li.active > span span {
    color: white !important;
}

#pagination_bottom {
    float: right;
    margin: 0px;
    width: auto;
}

#module-prestablog-blog #blog_list li {
    width: 33.3333%;
    padding-top: 40px;
}

#module-prestablog-blog #blog_list .categorie_blog {
    position: absolute;
    top: -19px;
    left: 0px;
    color: white;
    background: #595a5c;
    padding: 2px 12px 0;
    font-size: 9px;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#module-prestablog-blog #blog_list .block_top img {
    border: 1px solid #cdcdcd;
    margin-bottom: 15px;
    max-height: 250px;
}

#module-prestablog-blog #blog_list li:hover .block_top img {
    border: 1px solid #DD042B;
}

#module-prestablog-blog #blog_list li:hover h3 a {
    color: #DD042B;
}

#module-prestablog-blog #blog_list .fechaPublicacion {
    color: #DD042B;
    font-size: 12px;
    font-weight: bold;
}

#module-prestablog-blog #blog_list h3 {
    height: 43px;
    overflow: hidden;
}

#module-prestablog-blog #blog_list h3 a {
    color: #707070;
    font-size: 16px;
    text-transform: none;
    line-height: 18px;
    font-weight: 800;
}

#module-prestablog-blog #blog_list .descripcionEntrada {
    height: 73px;
    overflow: hidden;
}

#entradaBlog #categoriasEntrada a {
    padding: 2px 9px;
    display: inline-block;
    color: white;
    background: #595A5C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
}

#entradaBlog .info_blog {
    padding: 2px 9px;
    display: inline-block;
    color: #d2d2d2;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #d2d2d2;
}

#entradaBlog h1 {
    color: #707070;
    border-bottom: 4px solid #707070;
    font-size: 26px;
    line-height: 18px;
    font-weight: 800;
    padding-bottom: 25px;
}

#blog_product_linked .productslinks {
    width: 32%;
    margin-top: 10px;
    margin-right: 1%;
    background: white;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#blog_product_linked .productslinks:hover {
    border: 1px solid #DD042B;
}

#blog_product_linked .productslinks img {
    border: none !important;
}

#blog_product_linked .productslinks:hover p {
    color: #DD042B;
}

#blog_product_linked .productslinks p {
    text-align: left;
    padding: 10px 10px 0 10px;
    height: 44px;
    overflow: hidden;
    color: #303030;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}

#blog_product_linked .productslinks:nth-of-type(3n) {
    margin-right: 0;
}

#blog_product_linked h3, #blog_article_linked h3, #tituloCompartir {
    color: #E2000F;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 20px 0;
}

#blog_article_linked .articleslinks {
    list-style: none;
    float: left;
    width: 33%;
    padding: 0 15px 0 15px;
    border-right: 1px solid #cdcdcd;
    height:  82px;
}

#blog_article_linked .articleslinks:first-of-type {
    padding: 0 15px 0 0;
}

#blog_article_linked .articleslinks:last-of-type {
    padding: 0 0 0 15px;
    border-right: none;
}

#blog_article_linked ul li {
    padding: 0;
}

#blog_article_linked ul:hover li img {
    border: 1px solid #DD042B;
}

#blog_article_linked ul:hover li span {
    color: #DD042B;
}

#blog_article_linked ul li span {
    display: inline-block;
    float: right;
    width: calc(100% - 80px);
}

#blog_article_linked ul li img {
    width: 70px;
    height: 70px;
    float: left;
    border: 1px solid #d5d5d5;
}

#prestablog-fb-comments {
    margin-top: 20px;
}

#entradaBlog .rrssb-buttons li {
    width: auto !important;
    padding:  0;
}
#entradaBlog .rrssb-buttons li + li{
    margin-left:  1px;
}
#entradaBlog .rrssb-buttons li a {
    background: none;
    padding: 0;
}

/* FIN BLOG */
/* MY ACCOUNT */
#my-account ul.myaccount-link-list li a i {
    border: none;
    text-shadow: none;
    color: white;
}

#my-account ul.myaccount-link-list li a {
    background: #DD042B;
    border: none;
}

#my-account ul.myaccount-link-list li a:hover {
    background: #DD042B;
}

#my-account ul.myaccount-link-list li a span {
    border: none;
    text-shadow: none;
    color: white;
}

#add_address input, #add_address select, #identity input, #identity select {
    width: 100%;
    max-width: none !important;
}

#add_address #uniform-id_state, #add_address #uniform-id_state span {
    width: 100% !important;
}

/* FIN MY ACCOUNT */
/* CONTACT */
#contact #center_column form {
    background: none;
    border-top: 4px solid #DD042B;
}

#contact fieldset {
    background: none;
}

/* FIN CONTACT */
/* CMS */
#cms #tituloInformacion {
    color: #555;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#cms #listaInformacion {
    list-style: none;
}

#cms #listaInformacion li {
    margin-bottom: 10px;
}

#cms #listaInformacion li a:hover {
    color: #DD042B !important;
}

#cms h4 {
    font-weight: bold;
    color: black;
    text-decoration: underline;
    text-indent: 10px;
}

#cms p {
    text-align: justify;
}

/* FIN CMS */
/* PROCESO DE COMPRA*/

ul.step li.step_current {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d50027+0,d50027+48,b70022+52,b70022+100 */
    background: #d50027; /* Old browsers */
    background: -moz-linear-gradient(top, #d50027 0%, #d50027 48%, #b70022 52%, #b70022 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d50027 0%, #d50027 48%, #b70022 52%, #b70022 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d50027 0%, #d50027 48%, #b70022 52%, #b70022 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d50027', endColorstr='#b70022', GradientType=0); /* IE6-9 */
}

ul.step li span {
    border: none !important;
    border-radius: 0px !important;
    padding: 11px 10px 10px 13px !important;
    text-align: center;
    text-shadow: none !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

ul.step li {
    border: none;
    border-radius: 0px !important;
}

#order_step {
    border: none;
    border-radius: 0px;
}

ul.step li.step_todo {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ededed+48,e5e5e5+52,e5e5e5+100 */
    background: #ededed; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #ededed 48%, #e5e5e5 52%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ededed 0%, #ededed 48%, #e5e5e5 52%, #e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ededed 0%, #ededed 48%, #e5e5e5 52%, #e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e5e5e5', GradientType=0); /* IE6-9 */
}

ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
    width: 28px;
    height: 42px;
    margin-top: 0px;
    right: -27px;
    z-index: 99;
}

ul.step li.step_todo span {
    color: #9c9c9c;
}

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    color: #707070;
    font-size: 12px;
    text-transform: uppercase;
    background: white;
}

.table-bordered, .table-bordered * {
    border-color: #eaeaea !important;
    /*background: white;*/
}

.product-name a {
    color: #707070;
    font-size: 13px;
}

.table tbody > tr > td.cart_quantity {
    width: 150px;
    text-align: center;
}

#cart_summary .btn.button-plus, #cart_summary .btn.button-minus {
    display: inline-block;
    text-shadow: none;
}

.cart_quantity .cart_quantity_input {
    display: inline-block;
    width: 35px;
    background: white;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
}

#cart_summary .btn.button-plus span, #cart_summary .btn.button-minus span {
    border: none;
    padding: 0;
    background: white;
    width: 24px;
    height: 24px;
}

#cart_summary .btn.button-plus span .icon-plus:before {
    line-height: 25px;
}

#cart_summary .btn.button-minus span .icon-minus:before {
    line-height: 25px;
}

#cart_summary tbody td.cart_unit li.price {
    color: #707070;
    font-size: 13px;
}

#cart_summary tbody td.cart_delete .icon-trash:before {
    color: #bababa;
}

#cart_summary tbody td.cart_total span {
    color: #707070;
    font-size: 13px;
}

.table tfoot > tr > td#cart_voucher {
    background: white;
}

#cart_summary tfoot td.text-right, #cart_summary tfoot tbody td.cart_unit, #cart_summary tbody tfoot td.cart_unit,
#cart_summary tfoot tbody td.cart_total, #cart_summary tbody tfoot td.cart_total {
    background: white;
    font-family: lato;
    color: #404040;
    text-transform: uppercase;
    font-size: 13px;
}

#cart_summary tfoot td.price {
    background: white;
    color: #404040;
    font-size: 13px;
}

#cart_summary tfoot td.total_price_container span, #cart_summary tfoot td#total_price_container {
    color: #404040;
    font-size: 18px;
    font-weight: bold;
}

#order #loyalty {
    padding: 30px 0 30px 35px;
}

.button.btn.btn-default.button-medium
{
    float:right;
}

.button.button-medium:hover {
    background: white;
    color: #d50027;
}

.button.button-medium .icon-chevron-right:before {
    font-size: 14px;
    content: "\f105";
}

.button.button-medium span i.right {
    vertical-align: 0;
}

#center_column .lgclearcart .lgEmptyCart {
    background: #d50027 !important;
    border: 1px solid #d50027 !important;
}

#center_column .lgclearcart .lgEmptyCart span:hover {
    background: transparent !important;
}

#center_column .lgclearcart .lgEmptyCart:hover span {
    /* color: #d50027; */
}

#order .page-heading {
    color: #d50027;
    text-transform: initial;
    font-size: 18px;
    border: none;
    margin: 0;
}

#order .page-heading span.heading-counter {
    color: #d50027;
    font-size: 14px;
}

ul.step li.step_done {
    background: #555555;
}

ul.step li.step_done a {
    padding: 11px 10px 10px 13px !important;
    border: none;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #9c9c9c;
}

#address .box, #identity .box, #account-creation_form .box, #new_account_form .box, #opc_account_form .box, #authentication .box {
    background: white;
    border:  1px solid #eaeaea;
    border-radius: 4px;
}

#authentication .page-subheading {color:  #404040;text-transform:  initial;font-size:  23px;border:  none;padding:  0;}
#create-account_form p{
    color:  #404040;
    font-size:  13px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom:  10px;
}
#authentication label{
    font-family:  lato;
    color:  #404040;
    font-size:  13px;
    font-weight: 500;
}
#address .form-group, #identity .form-group, #account-creation_form .form-group, #new_account_form .form-group,
#opc_account_form .form-group, #authentication .form-group{clear:  both;}
div.selector select{
    cursor: pointer;
    background: white !important;
}
.addresses > .row > div > .address_delivery {display:  inline-block;width:  100%;padding:  15px;border: 1px solid #eaeaea;border-radius: 4px;}
div.selector1 > div {
    background-position: 0px -54px;
}
div.selector1 > div span{
    background-position: right 0;
}
div.selector1 > div.hover span, div.selector1 > div.focus span{
    background-position: right -27px;
}
.box{
    background:  white;
    border-color:  #eaeaea;
    border-radius: 4px;
}
#order .page-subheading{
    color:  #404040;
    text-transform:  inherit;
    font-size:  19px;
    border-color:  #eaeaea;
}
#address_delivery .icon-chevron-right:before, #address_invoice .icon-chevron-right:before{
    content: "\f021";
}
.address_add .icon-chevron-right:before{
    content: "\f067";
}
.address_add .button.button-small{
    padding: 5px 7px;
}
#ordermsg label{
    color:  #404040;
    font-size:  14px;
}
#ordermsg textarea{
    color:  #d2d2d2;
    border-radius: 3px;
}
#carrier_area #form .order_carrier_content{
    border:  none;
    padding:  0;
}
.order_carrier_content .delivery_options_address .carrier_title{padding:  15px;border: 1px solid #eaeaea;color:  #707070;font-size:  13px;font-weight:  400;}
#order .delivery_option > div > table.resume td.delivery_option_radio .radio{top: 4px;}
#order .delivery_option > div > table.resume td.delivery_option_logo{
    padding:  0;
    text-align:  center;
}
.order_carrier_logo{
    max-width: 96px;
}
.table thead > tr > th, .table thead > tr > td, .table tbody > tr > th, .table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td{
    padding: 15px 8px 15px 18px;
}
.delivery_option_name{
    color:  #707070;
    font-size:  13px;
}
.delivery_option_name strong{
    color:  #303030;
    font-size:  20px;
}
.delivery_option_price{
    color:  #707070;
    font-size:  16px;
    text-align:  center;
}
#order .delivery_option > div > table.resume td.delivery_option_price{
    width:  168px;
}
.box.condiciones{
    background:  #f8f8f8;
    padding: 15px;
    border-radius:  0;
}
.box.condiciones .checkbox{
    margin:  0;
}
.box.condiciones label{
    color:  #707070;
    font-size:  15px;
    font-family:  lato;
}

.box.condiciones a{
    color: #707070;
    font-size: 15px;
    font-family: lato;
}
#HOOK_PAYMENT p.payment_module.paypal a{
    padding-left: 169px;
    font-size:  16px;
    color:  #303030;
    text-shadow:  none;
    background: url(../../img/ico_paypal.png);
    background-repeat: no-repeat;
    background-position: 44px 12px;
    border-radius:  0;
    border-color:  #eaeaea;
}
#HOOK_PAYMENT p.payment_module.paypal{
    margin:  0;
}
#HOOK_PAYMENT p.payment_module.paypal a:after{
    content: "\f054";
    font-family:  fontawesome;
    margin-left:  5px;
    font-size: 11px;
}
#HOOK_PAYMENT p.payment_module.paypal a:hover{
    color:  #d50027;
}
#order .button.button-medium{
    background: linear-gradient(0deg, #509a50, #52cf52 50%) !important;
    border: 1px solid #519551 !important;
}
#order .button.button-medium span{
    text-shadow: 0.5px 0.5px 1px #000;
}
#order .button.button-medium:hover{color:  white;background: #52cf52 !important;}
.cart_navigation .button-exclusive, .cart_navigation .button-exclusive:visited{background: #363636; color:  #fff;font-size: 11px;text-transform:  uppercase;border: 1px solid #363636;line-height: 17px;padding: 5px 7px; border-radius:  3px;margin-top:  0;  -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.cart_navigation .button-exclusive .icon-chevron-left:before{
    content: "\f104";
    font-size: 15px;
}
.cart_navigation .button-exclusive .icon-chevron-left:hover:before{
    color: #363636;
}
.cart_navigation .button-exclusive:hover,.cart_navigation .button-exclusive:active,.cart_navigation .button-exclusive:link{
    background: #fff;
    color:  #363636;
}
#HOOK_PAYMENT{
    margin-bottom:  15px;
}
.table tfoot tr{
    background: white;
}
/* PROCESO DE COMPRA*/
.slidercms{
    width: 609px;
    position:  relative;
    float:  right;
    height:  457px;
    margin-top:  40px;
    margin-right: 15px;
}
.uk-slidenav-previous.slidercmscontainer:after{
    color: white;
    width: 35px;
    height: 35px;
    content: url(../../img/slider_izq.png);
    padding-top: 9px;
    padding-left: 9px;
    background-color: #555555;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
}
.uk-slidenav-previous.slidercmscontainer:hover:after{
    background-color: #d50027;
}
.uk-slidenav-previous.slidercmscontainer{
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
    cursor:  pointer;
}
.uk-slidenav-next.slidercmscontainer:after{
    color: white;
    width: 35px;
    height: 35px;
    content: url(../../img/slider_der.png);
    padding-top: 9px;
    padding-left: 9px;
    background-color: #555555;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
}
.uk-slidenav-next.slidercmscontainer:hover:after{
    background-color: #d50027;
}
.uk-slidenav-next.slidercmscontainer{
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
    cursor:  pointer;
}
#cms #center_column p{
    color:  #707070;
    font-size: 14px;
    /* text-align:  initial; */
}
.titulocmsdondeestamos{
    color:  #d50027;
    font-size:  26px;
    font-weight:  bold;
    display:  block;
    width:  100%;
    border-bottom: 4px solid #d50027;
    padding-bottom:  15px;
}
.cmsdondeestamos{display:  inline-block;border: 1px solid #d50027;padding-bottom:  50px;margin-top:  20px;width:  100%;}

.cart_navigation .button-medium i.right{line-height: 24px; font-size: inherit;}

.cart_navigation > .button.button-medium span, .cart_navigation > .button.button-medium.exclusive span {line-height: 24px;}

.lgclearcartlink > .button.button-medium span, .lgclearcartlink > .button.button-medium.exclusive span {line-height: 24px;}

.lgclearcartlink > .lgEmptyCart {
    background: #363636!important;
    color: white;
    border: 1px solid #363636!important;
    text-shadow: none;
}

.lgclearcartlink > .lgEmptyCart:hover {
    background: white;
    color: #363636;
}

/*Payment Step*/
#HOOK_PAYMENT .paymentitem-block{
    width: 17.4%;
    float: left;
    margin: 0px 15px;
}
#HOOK_PAYMENT .paymentitem-link
{
    text-align: center;
    padding: 0px 0px 30px 0px !important;
    border: 1px solid #363636;
    background: #363636;
    color:#fff !important;
}
#HOOK_PAYMENT .paymentitem-link:hover
{
    border: 1px solid #363636;
    background: #fff;
    color: #363636 !important;
}
#HOOK_PAYMENT .paymentitem-link:active, #HOOK_PAYMENT .paymentitem-link:visited, #HOOK_PAYMENT .paymentitem-link:focus
{
    text-decoration: none !important;
}
#HOOK_PAYMENT .paymentitem-icon-border
{
    background: #fff;
    padding: 5px 5px 20px 5px;
    width: 100%;
    border-bottom: 1px solid #363636;
    display: block;
    margin-bottom: 30px;
}
#HOOK_PAYMENT .paymentitem-icon-border > .paymentitem-icon
{
    width: 90%;
}

#HOOK_PAYMENT .paymentitem-selected
{
    text-align: center;
    padding: 0px 0px 30px 0px !important;
    border: 1px solid #363636;
    background: #fff;
    color: #363636 !important;
}

#HOOK_PAYMENT .paymentitem-selected:active, #HOOK_PAYMENT .paymentitem-selected:visited, #HOOK_PAYMENT .paymentitem-selected:focus
{
    text-decoration: none !important;
}

#order .delivery_option > div > .delivery_option_button_style > tbody > tr > td, #order-opc .delivery_option > div > .delivery_option_button_style > tbody > tr > td{
    border: none;
}

#order .delivery_option > div > .delivery_option_selected_style > tbody > tr > td, #order-opc .delivery_option > div > .delivery_option_selected_style > tbody > tr > td{
    border: none;
}

#order .delivery_option > div > .delivery_option_button_style > tbody > tr:hover, #order-opc .delivery_option > div > .delivery_option_button_style > tbody > tr:hover{
    border: 1px solid #363636 !important;
    cursor:pointer;
}

#order .delivery_option > div > .delivery_option_selected_style > tbody > tr, #order-opc .delivery_option > div > .delivery_option_selected_style > tbody > tr{
    border: 1px solid #363636 !important;
}

.cart_description > .product-name > a
{
    color: #363636 !important;
    font-weight: bold;
    text-transform: uppercase;
}

#oosHook {
    padding:15px 15px 5px;
    overflow: hidden;
}
#oosHook p {
    float: left;
    max-width: 50%;
    width: 42%;
    display: inline-block;
    color: #707070;
    font-size: 12px;
    line-height: 12px;
}

#oosHook input {
    border: 1px solid #d5d5d5;
    padding: 5px 10px;
    color: #404040;
    font-size: 13px;
    height:30px;
}
#oosHook span {

}
#oosHook div p {
    margin: 0;
    float: left;
    width: 70%;
    max-width: 70%;
}
#oosHook div {
    float: left;
    max-width: 58%;
    width: 58%;
}
#oosHook a {
    text-transform: uppercase;
    width: 30%;
    height: 30px;
    border: none;
    background: #888888;
    color: white;
    font-size: 13px;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    padding: 0 15px;
    max-width: 30%;
    margin:0;
}

@media(max-width: 1300px){
    #cms #columns{
        overflow: visible;
    }
    #lgpie_block .listaPie:nth-child(2) div + div{
        margin-right: 14px;
    }
    #lgpie_block .listaPie:nth-child(2) div{

    }
    #lgpie_block .listaPie:nth-child(2) div img{width:  100%;}
    #lgpie_block{
        width: 275px;
    }
    .uk-slidenav-position > a{
        left: 1px;
    }
    .uk-slidenav-position > a + a{
        right: 27px;
    }
    .uk-slider-container{
        padding:  0 15px;
        width:  100%;
        padding:  0;
    }
    .uk-slidenav-position.fabricantes{padding:  0 15px;}
    #titulo_blog_list_home, #tituloFabricantes{
        width:  100%;
    }
    #product #columns{overflow:  visible;}
    #columns{
        overflow: hidden;
    }
    .arribaContainer.tallerModelista{
        overflow:  hidden;
    }
    #product .uk-slidenav-position > a.uk-slidenav-previous{/* width: 40px; */left: 15px;}
    #product .uk-slidenav-position > a.uk-slidenav-previous:after{
}

}
@media(max-width: 1199px){
    #blogCategoria {
        display: none;
    }
    #category-slider {
        width: 100% !important;
        float: none;
    }
    .slidercms{
        margin:  0 auto;
        float:  none;
    }
    #blog_product_linked .productslinks:nth-child(2){
    margin-left:  0;
    }

    #blog_product_linked .productslinks:nth-last-child(1){

    }
    #blog_product_linked .productslinks{

    }
    .uk-slidenav-position > a + a{
        right: 32px;
    }
    ul.product_list > li .product-container .button-container{width: 115px;}
    ul.product_list > li .product-container .button-container a span{
        /*padding: 2px 4px;*/
    }
    #product .uk-slidenav-position {
        margin-left: -30px;
        margin-right: -30px;
    }
    #product ul.product_list.tab-pane > li > div{
        width: 213px;
        height: 332px;
    }
    #iconoEnvio img{
        width: 71px;
        margin: 0 auto;
        display:  block;
        float:  none;
        margin-top: 26px;
    }
    #iconosInfo div p{
        font-size:  9px;
    }
    #iconoEnvio span + span{
        margin-right: 0;
        display:  block;
        width:  100%;
        text-align:  center;
        position:  relative;
        font-size:  12px;
        margin-top:  8px;
    }
    #iconoEnvio span{
        width: 89px;
        font-size: 10px;
        margin-top:  5px;
        margin-right:  0;
        position:  absolute;
        width:  100%;
        left:  0;
        text-align:  center;
        top: 1px;
    }
    #iconoEnvio{
        width: 228px;
        position:  relative;
        padding:  0;
    }
    #iconosInfo{
        width: 297px;
    }
    #tieneStock .izq.disponible{
        margin-left: 20px;
        margin-right: 20px;
    }
    .box-cart-bottom{
        height: 137px;
        padding-top: 21px;
    }
    #quantity_wanted_p{
        text-align: center;
    }
    #quantity_wanted_p .btn, #quantity_wanted_p input{
        float: none;
        vertical-align:  top;
        margin-top: 10px;
    }
    #quantity_wanted_p label{
        display:  block;
        width:  100%;
        text-align:  center;
        margin-left:  0;
        margin-right:  0;
    }
    .product_attributes{
        width: 304px;
        padding-top: 0px;
    }
    .box-info-product .exclusive{
        width: 190px;
    }
    .pb-right-column{
        width: 535px;
        /* padding-right:  15px; */
    }
    .ac_results{
        left: 520px !important;
        width: 419px !important;
    }
    #shipping_guesser{
        padding-left: 0px;
        padding-right: 10px;
    }
    #languages-block-top div.current{
    }
    #languages-block-top div.current:after{
        padding-left: 5px;
    }
    #languages-block-top{

    }
    #languages-block-top + div{padding-left: 5px;/* width: 68px; */}
    .header_user_info{
        padding-right: 34px;
    }
    .header_user_info + .header_user_info{

    }
    #block_top_menu{

    }
    #numeroProductos{margin-right: 20px;width: auto;font-size: 11px;}
    .header_user_info a{
        padding-left:  10px;
        font-size:  11px;
    }
    #block_top_menu ul li{
        margin: 0 5px;
    }
    #block_top_menu ul{
        margin-left: 5px;
    }
    .header_user_info + .header_user_info a{
        padding-right: 10px;
        padding-left: 10px;
    }
    .shopping_cart > a:first-child{
        padding-left: 10px;
    }
    #block_top_menu ul li a{
        font-size:  11px;
    }
    #shipping_guesser .selected-flag img, #shipping_guesser .countries-wrapper ul li img{
        width: 17px;
        height: auto;
    }
    #shipping_guesser .send-to, #shipping_guesser .no-countries{
        font-size: 11px;
    }

    #header .shopping_cart{
    }
    .shopping_cart > a:first-child b{
        font-size: 11px;
    }
    .mg-menu.tallerModelista li{
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        background-position: 0 12px !important;
        padding-left:  0;
    }
    #search_block_top #search_query_top{
        width: 273px;
    }
    .header_user_info:after{
        width: 35px;
        content:  '';
        background:  url('../../img/icon/ico_sesion.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0 17px;
    }
    #languages-block-top img{margin-left:  5px;width: 17px;height:  auto;margin-top: -1px;}
    #homepage-slider{width: 650px;height:  auto;}
    #blogPortada{width: 275px;height: 125px;margin-bottom: 15px;margin-top: 23px;}
    #block_contact_infos{
        width: 274px;
        height: 123px;
        padding:  0 10px;
    }
    #mega_menu_plus ul.mg-menu > li >a{
        padding-left:  5px;
    }
    #mega_menu_plus .menu-item-link-text{
        font-size: 12px;
        padding-top: 18px;
        vertical-align:  bottom;
        padding-bottom:  3px;
    }
    #homepage-slider .bx-wrapper .bx-viewport{
        height: auto !important;
    }
    #blogPortada h2{
        height: 35px;
        background-size:  cover;
    }
    #blogPortada ul li{
        padding: 6px;
    }
    #blog_list h3{
        margin-bottom: 0;
        line-height: 11px;
        display: block;
        font-size: 10px;
        vertical-align:  top;
    }
    #blog_list h3 a{font-size: 12px;}
    #blog_list p.blog_desc{
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 15px;
        vertical-align:  top;
        display:  inline-block;
    }
    #blog_list{
        height: 110px;
    }
    #block_contact_infos > div > ul li:nth-child(1) span{
        font-size: 25px;
    }
    #block_contact_infos > div > ul li:nth-child(1){
        margin-bottom: 7px;
    }
    #block_contact_infos > div > ul li:nth-child(1) img{
        width:  17px;
    }
    #block_contact_infos > div > img{
        margin-left: 0;
        width: 50px;
    }
    ul.product_list .product-image-container > div:nth-child(1){
        height: 170px;
    }
    ul.product_list .product-image-container > div:nth-child(1) img{height:  100%;}
    ul.product_list .product-image-container > div:nth-child(1) span{left:  -61px;font-size: 10px;}
    .product_list .hook-reviews > div > div a img{width:  60px !important;}
    #venta_flash{width: 450px;}
    #htmlcontent_home{

    }
    #w{
        width: 175px;
    }
    #w-title a{
        font-size: 11px !important;
    }
    .crsl-item .crsl-thumbnail span{font-size:  20px;float:  none;}
    .crsl-item .crsl-thumbnail{
        padding: 0 10px;
        text-align:  center;
        margin-bottom: 5px !important;
    }
    .crsl-item .crsl-thumbnail img{
        width: 64px !important;
        height:  auto;
        float:  none;
        display: inline-block !important;
        margin-top: -10px !important;
        margin-left: 5px !important;
    }
    .crsl-item:after{
        bottom: 46px;
    }
    .crsl-more{
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align:  center;
    }
    #blog_list_home .tiers{
        width: calc(25% - 13.2px);
    }
    #blog_list_home img{
        width:  100%;
        height:  auto;
    }
    #blog_list_home .tiers + .tiers{
        margin-left:  15px;
    }
    #newsletter_block_home .izquierda{
        width: 33.33333%;
        padding-right: 15px;
    }
    #newsletter_block_home .izquierda img{

    }
    #newsletter_block_home .izquierda .titulo{width: 200px;font-size: 17px;margin-right:  15px;}
    #newsletter_block_home .izquierda .titulo span{font-size:  29px;}
    #newsletter_block_home .block_content{
        width: 66.66666%;
        padding-top: 8px;
    }
    #newsletter_block_home .izquierda .texto{
        width: 200px;
        text-align:  justify;
        margin-right:  15px;
    }
    #newsletter_block_home .block_content label{
        width: 25% !important;
        margin:  0;
        font-size: 11px;
    }
    #newsletter_block_home .block_content form p{
        margin-bottom: 10px !important;
    }
    #newsletter_block_home .block_content .inputs{
        margin-bottom:  15px;
    }
    header .banner #header_logo{
        width:  250px;
    }
    header .banner ul.others{width:  175px;}
    #search_block_top{
        width: 420px;
        display:  inline-block;
        vertical-align:  top;
        clear:  none;
    }
    #venta_flash.block_products_block_home .bloque-info{
        width: 216px;
    }
    #venta_flash.block_products_block_home .bloque-imagen{
        width: 175px;
    }
    #venta_flash a.boton_flash{
        position:  absolute;
        bottom: 19px;
        right: -43px;
    }
    .mg-menu.tallerModelista li:hover:after{
        width: calc(100% - 5px);
    }
}
@media(max-width: 992px){
    #numeroProductos {
        display: none;
    }
    #block_top_menu{
        display:none;
    }
    header .banner #header_logo{
        display:  inline-block;
        float:  left;
    }
    header .banner ul.others{width: 125px;display:  inline-block; padding-top: 40px;}
    header .banner{width:  511px;margin:  0 auto;display:  block;float:  none;height: auto;}
    #search_block_top{
        float:  none;
        margin:  25px auto 0px auto;
        display:  block;
    }
    #blog_article_linked .articleslinks:nth-child(even){
    padding-left:  0;
    /* border-right: 1px solid #cdcdcd; */
}
    #blog_article_linked .articleslinks:nth-child(odd){
    border-left: 1px solid #cdcdcd;
}
    #blog_article_linked .articleslinks{
        width:  50%;
        border:  none;
    }
    #product ul.product_list.grid > li .product-container .content_price{
        margin-bottom: 8px;
    }
    #product ul.product_list.tab-pane > li > div{
        width: 235px;
    }
    #product .uk-slidenav-position{
        margin-right: 0;
    }
    .uk-slidenav-position > a + a{
        right: 11px;
    }
    #newsletter_block_home .izquierda .titulo, #newsletter_block_home .izquierda .texto{margin-right: 50px;}
    #copyright .container > img{
        width: 130px;
        margin-top:  31px;
    }
    #homepage-slider{
        width:  100%;
        margin-bottom:  0;
    }
    .arribaContainer.tallerModelista{
        height:  auto;
        background-size:  cover;
    }
    #index .arribaContainer.tallerModelista{
        padding-bottom: 10px;
    }
    .arribaContainer.tallerModelista{
        padding-bottom: 0px;
    }
    #blogPortada{
        width: calc(50% - 15px);
        float:  left;
        margin-top: 7px;
    }
    #block_contact_infos{
        width: calc(50% - 15px);
    }
    #blogPortada h2{
        /* height: 25px; */
    }
    #blog_list{
        height: 98px;
    }
    #blog_list p.blog_desc{
        margin-bottom: 5px;
    }
    #venta_flash{
        width: 515px;
    }
    #htmlcontent_home{
        margin-left:  0;
        margin-top: 30px;
        width:  100%;
    }
    #htmlcontent_home ul li{
        display:  inline-block;
        float:  left;
        width:  50%;
        padding-right: 15px !important;
    }
    #htmlcontent_home ul li img{
        width:  100%;
    }
    #htmlcontent_home ul li + li{
        padding-right: 0 !important;
        padding-left:  15px !important;
        margin-top:  0;
    }
    #newsletter_block_home .izquierda{width:  50%;}
    #newsletter_block_home .block_content{
        width:  50%;
    }
    .mg-menu.tallerModelista li{
        background-position: 0 24px !important;
    }
    #mega_menu_plus .menu-item-link-text{
        font-size: 10px;
        line-height:  11px;
        padding-bottom:  2px;
    }
    .mg-menu.tallerModelista li:hover:after{
        height: 3px;
    }
    #newsletter_block_home .block_content label{
        width:  33.3333% !important;
        padding-left: 21px;
        position:  relative;
        height: 25px;
        margin-bottom:  5px;
        line-height:  13px;
    }
    #newsletter_block_home .block_content label .checker{
        position:  absolute;
        left:  0;
        top: 4px;
    }
    #newsletter-input + input{
        width: 40%;
    }
    #newsletter_block_home .block_content label:last-of-type .checker{
        top: 0;
        position:  relative;
    }
    #newsletter_block_home .block_content label:last-of-type{padding:  0;}
    .footer-container{
        background-size:  cover;
    }
    .footer-container #footer .blockcategories_footer{width: 25%;}
    #cmsinfo_block{width:  50%;}
    #listaFabricantes{
        width:  25%;
    }
    .footer-container #footer #social_block{width: 50% !important;float:  left !important;text-align:  left;margin-top:  0;}
    #lgpie_block{

    }
    .footer-container #footer #social_block h4{
        float:  left;
    }
    .footer-container #footer #social_block ul{
        float:  left;
    }
    .ac_results{
        top: 233px !important;
        left: 300px !important;
    }
    .pb-left-column{
        width: 70%;
        float:  none;
        display:  block;
        margin:  0 auto;
    }
    .pb-right-column{
        width: 100%;
        margin:  0;
        margin-top: 15px;
    }
    #HOOK_PAYMENT .paymentitem-block{
        width: 27.4%;
    }
}
@media(max-width: 768px){
    #w{
        width: 100%;
    }
    #category #w{
        margin-top: 10px;
    }
    #category-slider {
        height: 150px;
    }
    header .banner{
        width: 100%;
    }
    header .banner #header_logo{
        width: 68%;
        margin-right: 5px;
    }
    header .banner ul.others{
        width: 30%;display:  inline-block; padding-top: 50px;
    }
    header .banner ul.others a img{max-width: 100%;}
    .header_user_info {
        padding-right: 0px;
    }
    .header_user_info::after {
        content: '';
        background: none;
        position: relative;
    }
    #header .shopping_cart a b{
        display: none;
    }
    #search_block_top{
        max-width: 470px;
        width: 90%;
        clear: both;
        margin-top: 10px;
        margin-right: 15px;
        margin-left: 15px;
    }
    #search_block_top #search_query_top
    {
        max-width: 148px;
        width: 60%;
    }
    .uk-slidenav-next.slidercmscontainer{
        /* margin-top: -64%; */
    }
    .uk-slidenav-previous.slidercmscontainer{

    }
    .slidercms{
        width: calc(100% - 88px);
        /* padding: 0 44px; */
        height:  auto;
    }
    .slidercmscontainer li{
        height: auto !important;
    }
    .slidercmscontainer li img{
        margin: 0 !important;
    }
    .slidercmscontainer ul{
        height: 109vh;
        min-height: initial !important;
        /* display:  inline-block; */
    }
    .block .title_block.active:after, .block h4.active:after{
        content: "\f077";
    }
    .block .title_block:after, .block h4:after{
        top: 0;
        content: "\f078";
        font-size:  20px;
        height: 30px;
    }
    #newsletter_block_home .izquierda .titulo span{
        display:  block;
        line-height: 20px;
    }
    #newsletter_block_home .izquierda .texto{
        /* width:  auto; */
        float:  none;
        clear:  left;
        /* width: calc(100% - 136px); */
        margin:  0;
        position:  absolute;
        left: 94px;
        right:  0;
        margin-right:  auto;
        margin-left: auto;
        bottom: 0px;
        line-height: 15px;
    }
    #newsletter_block_home .izquierda .titulo{width: calc(100% - 136px);margin:  0;text-align:  center;width:  auto;float:  none;clear:  right;vertical-align:  top;}
    #newsletter_block_home .izquierda img{float:  none;display:  inline-block;}
    #newsletter_block_home .block_content{
        width:  100%;
        padding-top:  40px;
    }
    #newsletter_block_home .izquierda{width:  100%;text-align:  center;padding:  0;position:  relative;}
    #blog_list_home .tiers:nth-child(3){
        margin-left: 0;
    }
    #blog_list_home .tiers{
        width: calc(50% - 9px);
    }
    #venta_flash{
        display: block;
        margin:  0 auto;
        float:  none;
    }
    .table-responsive{
        overflow: initial;
    }
    #order-detail-content #cart_summary tr.cart_total_price:nth-last-child(1){
    border-bottom: none;
    }
    .footer-container{
    padding-top:  15px;
    padding-bottom:  0;
    }
    .footer-container #footer .blockcategories_footer{
        display:  inline-block;
        width:  100%;
        margin:  0;
    }
    #listaFabricantes{
        width: 100%;
        margin:  0;
    }
    #cmsinfo_block{
        width:  100%;
        margin:  0;
    }
    #cmsinfo_block > div{
        width:  100%;
        margin:  0;
    }
    .footer-container #footer #social_block{
        width: 100% !important;
    }
    .footer-container #footer h4:after{
        content: "\f107";
        font-family: fontawesome;
        /* content: "\f055"; */
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 1px;
    }
    .footer-container #footer h4.active:after{
        content: "\f106";
    }
    #cmsinfo_block > div + div{
        min-height: initial;
    }
    #copyright{
        height: 120px;
        position:  relative;
    }
    #copyright .container > img{
        margin-left:  15px;
        width: 136px;
    }
    #copyright span{
        margin-top: 25px;
        vertical-align:  top;
        /* line-height: 20px; */
    }
    #copyright span:nth-last-child(1){
        position:  absolute;
        bottom: 35px;
        right: 20px;
    }
    .footer-container #footer{
        padding-bottom: 15px;
    }
    #copyright span:nth-child(2){
        margin-right: 20px;
    }
    #HOOK_PAYMENT .paymentitem-block{
        width: 43.4%;
    }
    .mg-menu {
        height: auto;
    }
    .mg-menu.tallerModelista li {
        width: 49%;
        height: 60px;
        background-position: 0  0px !important;
    }
    #footer #widget_block{display: none;}
    .pb-left-column{width: 100%;}
    #product .pb-left-column{width: 100%;}
    #product .product_attributes {
        width: 50%;
        padding: 0px;
    }
    #product .box-cart-bottom {
        width: 49%;
    }
    #product .box-info-product .exclusive {
        width: 100%;
    }
    #product .buttons_bottom_block{
        padding: 13px 1px 0;
    }
    #wishlist_button_nopop {
        top:-5px !important;
    }
    #mega_menu_plus .mobi a {
        background-color: #d50027 !important;
    }
    #afternav-block .container{padding-right: 0px; padding-left: 0px;}
    #mega_menu_plus .menu-item-link-text{padding-bottom: 10px;}
    #mega_menu_plus .mobi .menu-item-link-text{
        padding-top: 10px;
        color:#fff;
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 2px;
    }
    #mega_sub_menu_plus .mg-menu li{padding-left: 3px; padding-right: 3px; width: auto; border-left: none;}
    #htmlcontent_left{display: none;}
    #afternav-block>.container>#mega_menu_plus .mg-menu li a {width: 95%;}
    .footer-container #footer #social_block ul{float: none; margin-left: auto; margin-right: auto; width: 235px;}
    #lgpie_block{width: 100%; float: none;}
    #lgpie_block .listaPie:nth-child(1){text-align: center;}
    #copyright{height: auto;}
    #copyright .container {text-align: center;}
    #copyright .container > img{margin: 10px auto;}
    #copyright span{
        float: none !important;
        margin: 5px auto !important;
        position: relative !important;
        top:auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        display: block !important;
    }
    .header_user_info a.logout {padding-left: 5px;}
}
@media(max-width: 600px){
    #blog_product_linked .productslinks:nth-child(odd){
    margin-right:  0;
}
    #blog_product_linked .productslinks:nth-child(even){
    margin-left:  0;
}
    #blog_product_linked .productslinks{
        width: calc(50% - 10px);
    }
    #copyright span:nth-child(2){
        margin-top:  15px;
    }
    #copyright span:nth-last-child(1){bottom: 52px;}
    #copyright span:nth-last-child(2){margin-right: 20px;margin-top: 15px;}
    #copyright .container{
        /* padding-bottom:  15px; */
    }
    #blogPortada{width:  100%;height: 165px;}
    #block_contact_infos{width:  100%;}
    #blogPortada h2{
        height: 52px;
        background-size: 100% auto;
        background-repeat:  no-repeat;
    }
}
@media(max-width: 480px){
    #blog_product_linked .productslinks{width: 70%;margin:  0;margin-bottom:  15px;float:  none;display:  inline-block;}
    #blog_article_linked .articleslinks{
        width:  100%;
    }
    #blog_article_linked .articleslinks:nth-child(odd){
        border: none;
        padding-left:  0;
    }
    #blog_product_linked h3{text-align:  left;}
    #blog_product_linked{
        text-align:  center;
    }
    #HOOK_PAYMENT .paymentitem-block{
        width: 95.4%;
    }
    #HOOK_PAYMENT .paymentitem-icon-border > .paymentitem-icon
    {
        width: 50%;
    }
    .shopping_cart > a:first-child {
        padding-left: 0px;
    }
    .shopping_cart > a:first-child::after{
        margin-right: 10px;
    }
    .header_user_info.bordeLateral::before{
        border-right: none;
    }
    .header_user_info.bordeLateral{
        border-right: none;
        border-left: none;
    }
    .header_user_info a {
        padding-left: 0px;
    }
    #languages-block-top {
        width: 30%;
    }
    #titulo_blog_list_home{padding-bottom: 20px;}
    #category ul.product_list.grid > li .product-container, #search ul.product_list.grid > li .product-container{
        height: 445px;
    }
    #product ul.product_list.tab-pane > li > div {
        width: 99%;
        margin-left: 10px;
    }
    #oosHook p {
        max-width: 50%;
        width: 49%;
    }
    #oosHook div {
        max-width: 50%;
        width: 49%;
    }
    #oosHook a {
        width: 90%;
        max-width: 100%;
    }
}

#mailalerts_block_account li .remove {
    float: none;
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    right: 20px;
    font-size: 20px;
}
ul.product_list.grid > li .product-container .button-container {

}
.infoiconfa:before{
    font-family: FontAwesome;
    content: '\f059';
    font-size: 15px;
}

#wishlist_button_nopop{position: relative; top: -135px;}

#HOOK_SHOPPING_CART #loyalty i{ display: none;}

@media(max-width: 360px){
    #shipping_guesser {
        padding-right: 3px;
    }
    #shipping_guesser .main-wrapper::after{
        display: none;
    }
    #languages-block-top div.current::after{
        display: none;
    }
    #wishlist_button::before, #wishlist_button_nopop::before{content:none !important;}
    .buttons_bottom_block #wishlist_button, #wishlist_button_nopop{white-space: nowrap;}
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    color:#d50027 !important;
    background: #FFF!important;
}