@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.6.1");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.container{
    width: 1270px;
    max-width: 1270px;
    /*padding: 0 !important;*/
}
.header_user_info{
    /*float: none;*/
    display: inline-block;
    border: none;
    padding-top: 28px;
}
.header_user_info a.account:after{
    content: url(../img/ico_cab_sesion.png);
    position: absolute;
    right: 0;
    top: 0px;
}
.header_user_info a.logout:after{
    content: "\f00d";
    font-family: fontawesome;
}
.header_user_info a.logout.login{

}
.header_user_info a.logout{
    line-height: 10px;
    width: 98px;
    padding: 0;
}
.header_user_info.nologued a{
    line-height: 40px;
}
.header_user_info a{
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #163a85;
    padding: 0;
    line-height: 25px;
    vertical-align: middle;
    position: relative;
    padding-right: 56px;
}
.header_user_info a.account span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 148px;
    display: block;
}
.blockcart{
    float: right;
    padding-top: 28px;
}
#search_block_top{
    position: relative;
    float: left;
    top: initial;
    right: initial;
    display: inline-block;
    padding-top: 28px;
    margin-left: 37px;
}
header .row #header_logo{
    display: inline-block;
    float: left;
    clear: both;
    /* padding-top: 0; */
}
#index .tab-content{
    clear: both;
}
.wrap_wecallyouback{
    position: relative;
    display: inline-block;
    padding-left: 15px;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
    -moz-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
    box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
    /* border-right: 1px dotted #a9a9a9; */
    /* height: 22px; */
    float: left;
}
.wrap_wecallyouback form{
    display: inline-block;
}
.wrap_wecallyouback #explanation{
    display: inline-block;
}
.wrap_wecallyouback #name input{
    width: 137px;
    font-family: arial;
    font-size: 11px;
    padding-left: 10px;
    font-weight: 400;
    color: #707070;
    border: 0;
    height: 24px;
}
.wrap_wecallyouback #name{
    display: inline-block;
    margin-right: 5px;
}
.wrap_wecallyouback #number input{
    width: 137px;
    font-family: arial;
    font-size: 11px;
    padding-left: 10px;
    font-weight: 400;
    color: #707070;
    border: 0;
    height: 24px;
}
.wrap_wecallyouback #number{
    display: inline-block;
    margin-right: 5px;
}
.wrap_wecallyouback #submit_button input{
    width: 80px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border: 0;
    text-align: center;
    background: #d32927;
    color: white;
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
}
.wrap_wecallyouback #submit_button input:hover{
    color: #d32927 !important;
    background: white !important;
}
.wrap_wecallyouback #submit_button{
    display: inline-block;
    /* padding-right: 15px; */
    /* border-right: 1px dotted #a9a9a9; */
    /* height: 22px; */
}
.fotdownjs #social_block li.facebook span:before{
    content: url(../img/ico_social_face.jpg);
}
#social_block li.twitter span:before{
    content: url(../img/ico_social_twitter.jpg);
}
#social_block li.youtube span:before{
    content: url(../img/ico_social_youtube.jpg);
}
#social_block li.google-plus span:before{
    content: url(../img/ico_social_gplus.jpg);
}
#social_block li.wordpress span:before{
    content: url(../img/ico_social_wp.jpg);
}

#social_block li.instagram span:before{
    content: url(../img/ico_social_insta.jpg);
}
#social_block li.instagram span {
    font-size:0;
}

#social_block li.facebook{
    top: -7px;
    margin-left: 0;
    /* padding-left: 15px; *//* border-left: 1px dotted #a9a9a9; */
}
.fotdownjs #social_block li:hover{
    border: 1px solid white !important;
}
#social_block li.facebook:hover{
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
#header #social_block li:hover{
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
#social_block li{
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 8px;
    border: 1px solid transparent;
    height: 31px;
}
#social_block li a span:hover:before{
    filter: grayscale(100%);
    transition: all 0.2s ease;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.2s ease;
    opacity: 0.4;
}
.icon-phone:before{
    content: url(../img/cab_phone.png);
}
.shop-phone i{
    display: inline-block;
    border-right: 1px dotted #a9a9a9;
    vertical-align: top;
}
.shop-phone span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #163a85;
    line-height: 13px;
    display: block;
    margin-top: -16px;
    padding-bottom: 3px;
}
.shop-phone strong{
    font-family: arial;
    font-weight: 900;
    font-size: 15px;
    color: #2581e8;
    line-height: 20px;
    display: block;
    text-align: left;
}
header .nav{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#253340+0,253340+50,1d2935+51,1d2935+100 */
    background: #253340; /* Old browsers */
    background: -moz-linear-gradient(top,  #253340 0%, #253340 50%, #1d2935 51%, #1d2935 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #253340 0%,#253340 50%,#1d2935 51%,#1d2935 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #253340 0%,#253340 50%,#1d2935 51%,#1d2935 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#253340', endColorstr='#1d2935',GradientType=0 ); /* IE6-9 */
    height: 38px;
}
.shop-phone{
    padding: 6px;
    background: #f4f4f4;
    /* max-height: 50px; */
    width: 160px;
    text-align: center;
    /* background: red; */
}
.shop-phone>div{
    display: inline-block;
    padding-left: 6px;
    padding-top: 5px;
    vertical-align: top;
}
.shop-phone:before{
    content: url(../img/sombra_cuadro_phone.png);
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0px;
    background: url(../img/sombra_cuadro_phone.png);
    width: 240px;
    height: 11px;
    display: block;
    width: 160px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#explanation{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #ffffff !important;
    text-transform: uppercase;
    line-height: 38px;
    padding-right: 10px;
}
#explanation:before{
    content: url(../img/ico_clicktocall.png);
    position: relative;
    top: 5px;
}
#contact-link a:before{
    content: url(../img/ico_cab_sobre.png);
    position: relative;
    top: 2px;
    left: -6px;
}
#contact-link a{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    line-height: 24px;
    padding: 0 13px;
    border-left: 1px dotted;
    border-right: 1px dotted;
    position: relative;
    top: 7px;
    text-shadow: none;
}
#contact-link a:hover{
    text-decoration: underline;
}
#contact-link{
    border: none;
    margin: 0 15px;
}
#header{
    background: #eeeeee;
    padding: 0;
}
#search_block_top .button:hover{
    transform: rotate(180deg);
    transition: all 0.2s ease;
    top: 21px;
    right: -5px;
}
#search_block_top .button{
    position: absolute;
    right: 7px;
    font-size: 0;
    background: url(../img/ico_lupa_buscador.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    top: 32px;
    transition: all 0.2s ease;
}
#search_block_top #search_query_top{
    border: 1px solid #a8dbef;
    border-right: 1px solid #a8dbef !important;
    width: 506px;
    height: 38px;
    padding-left: 15px;
    padding-right: 0;
}
#search_block_top form:after{
    content: url(../img/sombra_buscador.png);
    position: absolute;
    bottom: -14px;
    left: 0;
}
form#searchbox{
    padding: 0;
    display: block;
}
#header .shopping_cart{
    width: 188px;
    padding-top: 0;
    border-left: 1px dotted #858585;
    border-bottom: 1px dotted transparent;
    cursor: pointer;
}
.shopping_cart > a:first-child{
    background: transparent;
    padding: 0;
    /* padding-left: 73px; */
    text-align: center;
    width: 90px;
    float: right;
}
.shopping_cart > a:first-child b{
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #163a85;
    text-transform: uppercase;
    text-shadow: none;
}
.shopping_cart > a:first-child:before{
    content:'';
    padding-right: 0;
}
.lleno .shopping_cart::before {
    content: url(../img/ico_cab_cesta_llena.png);
}
.shopping_cart:before{
    content: url(../img/ico_cab_cesta.png);
    position: absolute;
    left: 17px;
}
.shopping_cart > a span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #77a9d2;
    text-transform: uppercase;
    text-shadow: none;
    text-align: right;
}
#header .shopping_cart > a:first-child:after{
    content:'' !important;;
}
.header_user_info a:hover, .header_user_info a.active{
    background: transparent;
}
#uprichmenu>ul>li>a span.outlet:before{
    content: "";
    background: url(../img/cab_banderita_outlet.png);
    width: 67px;
    height: 56px;
    display: block;
    position: absolute;
    left: -14px;
    top: -24px;
    z-index: -1;
}
#uprichmenu>ul>li>a span{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#uprichmenu>ul>li:nth-last-child(1){
    border: none;
}

#urm-nav{
    background: #163a85;
    height: 54px;
}
#urm-nav .bottom-arrow{
    display: none !important;
}
#uprichmenu{
    padding-top: 21px;
    z-index: 5 !important;
}
.footer-container{
    background: #163a85;
}
#fotjs{
    display: block;
    width: 100%;
    height: 175px;
    background: #e8e8e8;
    padding-top: 18px;
}
#htmlcontent_footer{
    width: 1270px;
    max-width: 1270px;
    float: none;
    margin: 0 auto;
}
#htmlcontent_home ul li.htmlcontent-item-5{
    width: 33.33333%;
}
.titlefotjs-1{
    display: block;
    text-align: center;
    font-family: oswald;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    border-bottom: 1px solid #dadada;
    line-height: 32px;
    width: 268px;
}
.divfotjs-1 span:nth-child(1){
    font-family: oswald;
    font-weight: 400;
    font-size: 13px;
    color: #6b6b6b;
}
.divfotjs-1 span:nth-child(3){
    font-family: oswald;
    font-weight: 400;
    font-size: 17px;
    color: #163a85;
}
.divfotjs-1{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -36px;
    padding-left: 25px;
}
.divfotjs-2{
    background: url(../img/img_mercurio.png);
    width: 40px;
    height: 98px;
    display: inline-block;
}
#fotjs .htmlcontent-home>li{
    background: white;
    border: 1px solid #dadada;
    padding: 0;
    width: auto;
    height: 138px;
    margin-right: 14px;
}
.fotdownjs{
    background: #0a1d44;
    height: 170px;
}
.footer-container #footer h4{
    font-family: oswald;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 9px;
}
.footer-container #footer ul li a{
    font-family: arial;
    font-weight: 400;
    font-size: 14px;
    text-shadow: none;
    color: white;
}
.footer-container #footer ul li{
    padding: 0;
}
#footer #newsletter_block_left .block_content{
    text-align: right;
}
#footer #newsletter_block_left .form-group .form-control{
    float: right;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    background: white;
    border: 1px solid #707070;
    height: 30px;
    width: 348px;
    max-width: 348px !important;
    margin: 10px 0;
    padding: 0 15px;
}
.newslh4{
    font-family: oswald;
    font-weight: bold;
    font-size: 20px;
    color: white;
    display: block;
}
.newslh5{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: white;
}
.newslh6{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: white;
}
#footer #newsletter_block_left{
    padding-top: 30px;
    background: url(../img/bg_movil_pie.png);
    background-repeat: no-repeat;
    background-position: 31px 36px;
    padding-bottom: 35px;
}
.newsletter-aceptar{
    width: 217px;
    float: right;
}
.newsletter-aceptar .text-link a{
    font-family: arial;
    font-weight: 400;
    font-size: 13px;
    color: white !important;
}
.newsletter-aceptar .text-link{
    display: inline-block;
    font-family: arial;
    font-weight: 400;
    font-size: 13px;
    color: white;
}
.newsletter-aceptar .checker{
    display: inline-block;
}
#footer #newsletter_block_left .form-group .button-small:hover{
    color: #d32927 !important;
    background: white !important;
}
#newsletter_block_left #submitNewsletter2{
    float: right;
    clear: both;
    margin: 0 !important;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: white !important;
    text-transform: uppercase;
    text-shadow: none;
    background: #d32927 !important;
    padding: 7.5px 30px !important;
    margin-left: 42px !important;
}
#footer .footer-block{
    margin-top: 30px !important;
}
.footer-container #footer{
    padding-bottom: 10px;
}
#block_contact_infos ul li{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: white;
    line-height: 16px;
    margin-top: 50px;
}
.fotdownjs #social_block li{
    top: initial;
}
.fotdownjs #social_block h4{
    font-family: oswald;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    text-shadow: none;
    margin-bottom: 15px;
}
.fotdownjs #social_block{
    float: none !important;
    display: inline-block;
    margin-top: 38px;
}
.columns-container{
    background: #eee;
}
.breadcrumb a:before{
    border: none;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
.breadcrumb a{
    background: transparent;
}
.breadcrumb{
    border: none;
    background: transparent;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #d32927;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #c5c5c5;
    line-height: 45px;
}
.breadcrumb a.home{
    background: transparent;
    width: initial;
    display: inline-block;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #404040;
    text-transform: uppercase;
}
.breadcrumb a.home:after{
    right: 0;
}
.breadcrumb a:after{
    content: "\f105";
    padding: 0;
    z-index: 555555555;
    background: transparent;
    border: none;
    right: -6px;
    color: #404040;
    display: inline;
    font-family: fontawesome;
    position: relative;
    top: 0px;
}
.breadcrumb .navigation-pipe{
    width: 0px;
}
#subcategories{
    clear: both;
    border: none;
}
.category-name{
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #163a85;
    margin-bottom: 15px;
    display: block;
    margin-top: 0;
}
.content_scene_cat{
    border: none;
    display: inline-block;
}
.content_scene_cat .cat_desc p{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #474747;
    line-height: 18px;
    margin-bottom: 20px;
}
.content_scene_cat .content_scene_cat_bg{
    display: initial;
    padding: 0;
    position: relative;
    background-size: 100% !important;
    min-height: 249px !important;
    width: 456px;
    margin-right: 15px;
    background-size: 454px !important;
    background-color: transparent !important;
    background-position: 0 0 !important;
}
.content_scene_cat a.lnk_more:hover{
    text-decoration:none !important;
    background: #434343 !important;
}
.content_scene_cat .lnk_more{
    font-family: oswald;
    font-weight: 400;
    font-size: 14px;
    color: white;
    background: #d32927;
    padding: 6.5px 19px;
    text-transform: uppercase;
}
#subcategories ul li .subcategory-image a img{
    width: 100%;
    height: 110px;
}
#subcategories ul li:hover h5 a{
    color: #163a85 !important;
}
#subcategories ul li:hover .subcategory-image a{
    border: 1px solid #163a85 !important;
}
#subcategories ul li:nth-child(1),
#subcategories ul li:nth-child(4n+1){margin: 0;}
#subcategories ul li{
    width: 212px;
    margin-left: 32px;
    height: 195px;
    margin-bottom: 0;
}
#subcategories p.subcategory-heading{
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    color: #163a85;
    text-transform: uppercase;
    margin-top: 30px;
}
#subcategories ul li .subcategory-image a{
    padding: 5px;
    background: white;
    border: 1px solid #d2d2d2;
}
#subcategories ul li:hover .subcategory-image a{
    border: 1px solid #d2d2d2;
}
#subcategories ul li h2{
    margin: 0;
}
#subcategories ul li .subcategory-name{
    font-family: oswald;
    font-weight: bold;
    font-size: 14px;
    color: #707070;
}
.content_sortPagiBar .sortPagiBar{
    border: 1px solid #c5c5c5;
    padding: 6px 12px;
}
.content_sortPagiBar .sortPagiBar label, .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span, .content_sortPagiBar .display li.display-title{
    font-family: arial;
    font-weight: 400;
    color: #202020;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 5px;
}
.content_sortPagiBar .display{
    margin: 0;
}
.content_sortPagiBar .sortPagiBar #productsSortForm{
    margin-bottom: 0;
    margin-top: 6px;
}
.content_sortPagiBar .display li.display-title{
    padding-top: 10px;
}
.content_sortPagiBar .display li#grid, .content_sortPagiBar .display li#list{
    border: 1px solid #c5c5c5;
    padding: 7px;
    margin-left: 5px;
    max-height: 36px;
}
.content_sortPagiBar .display li a{
    font-size: 0;
}
.content_sortPagiBar .display li a i{
    font-size: 20px;
}
.content_sortPagiBar .sortPagiBar .nbrItemPage{
    margin-top: 6px;
    margin-left: 73px;
}
.top-pagination-content{
    border-bottom: 1px solid #c5c5c5;
    padding-left: 15px;
    margin-bottom: 15px;
    padding-top: 14px;
    padding-bottom: 10px;
}
.top-pagination-content .product-count, .bottom-pagination-content .product-count{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #474747;
    padding: 0;
    padding-top: 3px;
}
.top-pagination-content ul.pagination li.pagination_previous span b, .top-pagination-content ul.pagination li.pagination_next span b,
.top-pagination-content ul.pagination li.pagination_previous a b, .top-pagination-content ul.pagination li.pagination_next a b,
#pagination_previous_bottom b, #pagination_next_bottom b{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #707070 !important;
}
#pagination_previous_bottom.disabled b:hover, #pagination_next_bottom.disabled b:hover,
.top-pagination-content ul.pagination li.pagination_previous.disabled a b:hover, .top-pagination-content ul.pagination li.pagination_next.disabled a b:hover{
    text-decoration:none;
}
#pagination_previous_bottom b:hover, #pagination_next_bottom b:hover,
.top-pagination-content ul.pagination li.pagination_previous a b:hover, .top-pagination-content ul.pagination li.pagination_next a b:hover{
    text-decoration: underline;
}
.pagination i{background: white;border-radius: 8px;position: relative;top: 2px;}
.pagination .icon-chevron-right:before{
    content: "\f105";
    width: 15px;
    display: block;
    height: 15px;
    font-size: 16px;
    top: -1px;
    position: relative;
    left: 1px;
}
.pagination .icon-chevron-left:before{
    content: "\f104";
    background: white;
    width: 15px;
    display: block;
    border-radius: 15px;
    height: 15px;
    font-size: 16px;
    top: -1px;
    position: relative;
    right: 1px;
}
.top-pagination-content ul.pagination li > a span, .bottom-pagination-content ul.pagination li > a span{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #404040;
    background: white;
    border: 1px solid #c7c7c7;
    padding: 2px 7px;
}
.top-pagination-content ul.pagination li > a, .top-pagination-content ul.pagination li.active > span, .bottom-pagination-content ul.pagination li > a,  .bottom-pagination-content ul.pagination li.active > span{
    border: none;
}
.pagination > li > a:hover span{
    background: #163a85 !important;
    color:white !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{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
}
.top-pagination-content ul.pagination li:nth-last-child(2), .bottom-pagination-content ul.pagination li:nth-last-child(2){
    margin-right: 0;
}
.top-pagination-content ul.pagination li, .bottom-pagination-content ul.pagination li{
    margin-right: 5px;
}
.top-pagination-content ul.pagination li.truncate span span, .bottom-pagination-content ul.pagination li.truncate span span{
    padding: 1px 4px;
}
.top-pagination-content ul.pagination li.active > span span, .bottom-pagination-content ul.pagination li.active > span span
{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: white;
    background: #163a85;
    border: 1px solid #163a85;
    padding: 1.5px 7px;
}
.top-pagination-content .compare-form .button.button-medium span, .bottom-pagination-content .compare-form .button.button-medium span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #202020;
    text-transform: uppercase;
    padding: 0.5px 17px;
    border-color: #bbbbbb;
    border-radius: 2px;
}
.top-pagination-content .compare-form .button.button-medium span strong,.bottom-pagination-content .compare-form .button.button-medium span strong{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #202020;
}

.top-pagination-content .compare-form .button.button-medium span i.right{
    display: none;
}
.bottom-pagination-content .compare-form:hover button.disabled span, .bottom-pagination-content .compare-form:hover button.disabled span strong{
    color: #888!important;
}
.bottom-pagination-content .compare-form:hover button.disabled{
    background: white !important;
}
.bottom-pagination-content .compare-form:hover button span, .bottom-pagination-content .compare-form:hover button span strong{
    color: white !important;
}
.bottom-pagination-content .compare-form:hover button{
    background: #163a85 !important;
}
.top-pagination-content .compare-form .button.button-medium, .bottom-pagination-content .compare-form .button.button-medium{
    background: white;
    border: none;
}
.bottom-pagination-content .compare-form .button.button-medium span i.right{
    margin-left: 0;
}
.bottom-pagination-content .compare-form .button.button-medium .icon-chevron-right:before{
    content:'';
}
.top-pagination-content .compare-form, .bottom-pagination-content .compare-form{
    background: white;
}
.top-pagination-content div.pagination, .bottom-pagination-content div.pagination{
    margin: 0 auto;
    float: none;
    max-height: 0px;
    padding-top: 0px;
}
.top-pagination-content ul.pagination, .bottom-pagination-content ul.pagination{
    margin: 0;
}
.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: 0;
    padding-top: 2px;
}
.new-box{left: -7px;/* right: 0; *//* width: 54px; *//* height: 32px; */top: 0;}
.new-label{
    transform: initial;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2153ba+0,2153ba+50,163a85+51,163a85+100 */
    background: #2153ba; /* Old browsers */
    background: -moz-linear-gradient(top,  #2153ba 0%, #2153ba 50%, #163a85 51%, #163a85 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2153ba 0%,#2153ba 50%,#163a85 51%,#163a85 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2153ba 0%,#2153ba 50%,#163a85 51%,#163a85 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2153ba', endColorstr='#163a85',GradientType=0 ); /* IE6-9 */
    font-family: oswald;
    font-weight: bold;
    font-size: 13px;
    padding: 9px 0px;
    text-shadow: none;
    width: 54px;
    height: 32px;
    left: 0px;
    top: 7px;
}
.new-label:before{border: none;}
.new-label:after{
    border: none;
    background: url(../img/pico_label_nuevo.png);
    position: absolute;
    width: 10px;
    height: 10px;
    transform: initial;
    content: '';
    top: 32px;
    left: 0;
    background-repeat: no-repeat;
}
.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span{
    text-transform: initial;
}
ul.product_list.grid > li .product-container .product-image-container{
    border: none;
    margin: 0;
    padding-top: 13px;
    padding-bottom: 13px;
}
ul.product_list.grid > li .product-container{
    border: 1px solid #cccccc;
    cursor: pointer;
}
ul.product_list .product-name{
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #404040;
    line-height: 14px;
    height: 28px;
}
ul.product_list.list > li .product-image-container .content_price{
    display: block !important;
}
ul.product_list .codigo{
    font-family: arial;
    font-weight: 400;
    font-size: 10px;
    color: grey !important;
    line-height: 14px;
    display: block;
    text-align: center;
    border: none;
    text-transform: uppercase;
}
.price-percent-reduction{
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d32927+0,d32927+50,c91613+51,c91613+100 */
    background: #d32927; /* Old browsers */
    background: -moz-linear-gradient(top,  #d32927 0%, #d32927 50%, #c91613 51%, #c91613 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32927', endColorstr='#c91613',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 7px;
    font-family: oswald;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 10.5px;
    line-height: 14px;
    right: -7px;
}
.price-percent-reduction:after{
    content:'';
    background: url(../img/pico_label_oferta.png);
    width: 15px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    top: 31px;
    right: -8px;
}
input {
    /*-webkit-appearance: none;*/
}
input {
    -webkit-border-radius:0;
    border-radius:0;
}
ul.grid .product-container:hover .functional-buttons{
    display: block !important;
    position: absolute;
    z-index: 5;
    background: white !important;
}

ul.product_list .product-image-container img{
    width: 160px;
    /* border: 1px solid #d6d4d4; */
}
ul.product_list.grid > li .product-container h3{
    margin-top: 0;
    margin-bottom: 0;
    min-height: 5px;
    /*height: 14px;*/
    padding: 0 7px 0px 7px;
    margin-bottom: 6px;
    /* overflow: hidden; */
}
.preciosiniva{
    font-family: arial;
    font-weight: bold;
    font-size: 22px;
    color: #0c8935;
    display: inline-block;
    margin-bottom: 13px;
}
.content_price .old-price.product-price{
    display: inline-block !important;
}
.content_price .product-price h3{
    font-family: arial;
    font-weight: 400;
    font-size: 10px;
    color: #aaa;
    line-height: 9px;
    position: relative;
    top: -3px;
    display: block !important;
    margin-bottom: 1px !important;
    margin-top: 0;
}
.content_price .product-price p{
    font-family: arial;
    font-weight: 400;
    font-size: 10px;
    color: #aaa;
    line-height: 9px;
    position: relative;
    top: -3px;
    display: block !important;
    margin-bottom: 1px !important;
    margin: 0;
}
.content_price .product-price h4{
    font-family: arial;
    font-weight: 400;
    font-size: 10px;
    color: #aaa;
    line-height: 9px;
    position: relative;
    top: -3px;
    display: block !important;
    margin-bottom: 1px !important;
    margin: 0;
}
.content_price .product-price{
    font-family: arial;
    font-weight: 400;
    font-size: 13px;
    color: #aaa;
    line-height: 9px;
    position: relative;
    top: -3px;
    display: block !important;
    margin-bottom: 1px !important;
}
ul.product_list .availability span.label-danger{
    color: #d32927;
}
ul.product_list .availability span{
    border: none;
    background: transparent;
    color: #0bc261;
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding: 0;
}
.ofporcant >div>span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #d32927;
    text-transform: uppercase;
}
.cantex{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #707070;
    margin-right: 5px;
}
.btn.button-plus, .btn.button-minus{
    text-shadow: none;
    border: 1px solid #aaaaaa;
}
.btn.button-plus span, .btn.button-minus span{
    background: transparent;
    padding: 0;
    width: 18px;
    height: 18px;
}
.icon-minus:before{
    /* content: "-"; */
    font-size: 12px;
    line-height: 19px;
    position: relative;
    top: 0px;
    color: #707070;
}
.icon-plus:before{
    /* content: "+"; */
    font-size: 11px;
    color: #707070;
    line-height: 15px;
}
.button-container .cantproductlist{
    width: 40px;
    text-align: center;
    height: 20px;
    border: 1px solid #aaa;
    display: inline;
    vertical-align: top;
    margin: 0px 3px;
}
.button.ajax_add_to_cart_button{
    border: none;
    text-shadow: none;
    background: transparent;
    margin: 0 !important;
}
.button.ajax_add_to_cart_button span{
    border: none;
    padding: 0 35px !important;
    background: #434343;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 400;
    font-size: 11px !important;
    margin-top: 5px;
    margin-bottom: 11px;
    line-height: 30px !important;
}
#center_column ul.product_list > li .product-container .product-image-container > .content_price .price,
#center_column ul.product_list > li .product-container .product-image-container > .content_price .old-price{
    display: none !important;
}
#center_column ul.product_list.grid > li .product-container .content_price{
    padding-bottom: 2px;
    padding: 0;
    display: block;
    position: initial;
    background: white;
}
#center_column ul.product_list > li .product-container .product-image-container > .content_price .discount:after{
    content: '';
    background: url(../img/pico_label_oferta.png);
    width: 15px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    top: 32px;
    right: -8px;
}
#center_column ul.product_list > li .product-container .product-image-container > .content_price .discount{
    display: block !important;
    border: none;
    background: #d32927;
    background: -moz-linear-gradient(top, #d32927 0%, #d32927 50%, #c91613 51%, #c91613 100%);
    background: -webkit-linear-gradient(top, #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%);
    background: linear-gradient(to bottom, #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32927', endColorstr='#c91613',GradientType=0 );
    position: absolute;
    top: 7px;
    font-family: oswald;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 10.5px;
    line-height: 14px;
    right: -7px;
    color: white;
}
ul.product_list.grid > li .product-container .button-container{margin-bottom: 0px;}
.functional-buttons .wishlist{
    width: 100% !important;
    line-height: 38px;
    padding: 0 !important;
    border-right: 0 !important;
}
.functional-buttons .compare{
    width: 90% !important;
    border-bottom: 1px solid #dbdbdb;
    margin: 0 auto;
    float: none !important;
    display: inline-block;
    padding: 0 !important;
    line-height: 37px;
}
ul.product_list.grid > li .product-container .functional-buttons{
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0;
    border-left: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    width: calc(100% + 2px);
    left: -1px;
}
ul.product_list .functional-buttons div.compare a:before{
    content: "\f079";
    font-size: 14px;
}
ul.product_list .functional-buttons div a, ul.product_list .functional-buttons div label{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #202020;
    text-transform: uppercase;
}
ul.product_list .functional-buttons div.wishlist a:before{
    background: #202020;
    content: "\f004";
    color: white;
    border-radius: 14px;
    height: 14px;
    width: 14px;
    font-size: 8px;
    padding-top: 0px;
    line-height: 14px;
}
ul.product_list .color-list-container{
    margin: 0;
}
ul.product_list.grid > li{
    padding-bottom: 28px;
}
.functional-buttons .compare:hover a{
    color: #d32927;
}
.functional-buttons .wishlist:hover a{
    color: #d32927;
}
ul.product_list .functional-buttons div a:hover, ul.product_list .functional-buttons div label:hover{
    color: #d32927;
}
.functional-buttons .wishlist:hover a:before{
    background: #d32927 !important;
}

.ac_results{
    /*display: block !important;*/
    width: 506px !important;
    max-width: 506px;
    top: 120px !important;
    overflow: visible;
    height: auto;
    border: 1px solid #a8dbef !important;
    right: 148px !important;
    display: block !important;
    margin: 0 auto;
    left: 0 !important;
}
.ac_results:before{
    background: url(../img/ico_lupa_buscador.png);
    width: 42px;
    height: 42px;
    position: absolute;
    display: block;
    right: 2px;
    top: -34px;
}
.ac_results ul{
    max-height: 392px;
    overflow: auto;
}
.belvg_search_container_left img{
    width: 78px !important;
    border: 1px solid #bfbfbf;
    height: 78px;
}
.belvg_search_container_left{
    width: 98px;
    padding: 10px;
}
.ac_results li{
    padding: 0;
    border: none !important;
}
.belvg_search_container_right{
    width: 389px;
    margin: 0;
    padding-top: 10px;
}
.belvg_search_container_right p.category_name{
    display: none;
}
.belvg_search_container_right p.product_description, .belvg_search_container_right p.product_description strong{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
}
.belvg_search_container_right p.product_name strong{
    font-weight: bold;
}
.belvg_search_container_right p.product_name{
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 13px;
    color: #707070;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
}
.belvg_search_container_right p strong{
    font-weight: 400;
}
.belvg_search_container_right p{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #707070;
    line-height: 13px;
    margin-top: 3px;
    max-height: 28px;
    padding-bottom: 0 !important;
    margin-bottom: 3px;
    clear: both;
    display: block;
    overflow: hidden;
}
.belvg_search_container_right p.product_price{
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    color: #0c8935;
    margin-top: 10px;
    clear: both;
}
.ac_results li.ac_even{background: #f0f0f0;}
.ac_results li.ac_odd{

}
.ac_results li:hover{
    background: #E2E2E2 !important;
}
#search_block_top form:before{
    content: '';
}
#header .cart_block{
    /*display: block !important;*/
    top: 43px;
    width: 274px;
    background: white;
    border: 1px solid #a8dbef;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
    -moz-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
    box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
}
.cart_block .cart-images img{
    width: 78px;
    height: 78px;
    border: 1px solid #dcdcdc;
}
.cart_block .cart-images{
    width: 78px;
    height: 78px;
    margin-right: 10px;
}
.cart_block .cart-info .product-name{
    margin-top: 0;
}
#header .cart_block .price{
    font-family: arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #d32927;
}
.cart_block .cart_block_list .remove_link{right: 7px;top: 7px;}
.cart_block .cart-info .product-name a{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #707070 !important;
    text-transform: uppercase;
}

#header .cart_block dt{
    padding: 7px;
    border-bottom: 1px solid #dcdcdc;
    background: white;
}
.cart_block .cart-info .quantity-formated{
    display: none;
}
.cart_block .block_content .cart_block_list .products{
    margin-bottom: 0;
    max-height: 279px;
    overflow: auto;
}
#header .cart_block .cart_block_list .remove_link a,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link{
    width: 24px;
    height: 24px;
}
.cart_block .cart_block_list .remove_link a:before,
.cart_block .cart_block_list .ajax_cart_block_remove_link:before{
    content: "\f00d";
    font-size: 12px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #d32927;
}
#header .cart_block .cart-prices{
    background: white;
    padding: 0;
}
#header .cart_block .cart-buttons{background: white;border-top: 1px solid gainsboro;padding: 7px;}
.cart_block .cart-prices .cart-prices-line{
    border-bottom: 1px solid gainsboro;
    padding: 0;
    line-height: 41px;
}
.cart_block .cart-prices .cart-prices-line.last-line span{
    font-weight: bold;
    font-size: 16px;
    line-height: 41px;
}
.cart_block .cart-buttons a#button_order_cart{
    margin-bottom: 0;
}
.cart_block .cart-buttons a#button_order_cart:hover span{
    border: none;
    background: #d32927;
}
.cart_block .cart-buttons a#button_order_cart span{
    background: #1b1b1b;
    border: none;
    font-family: arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    text-shadow: none;
}
.cart_block .cart-prices .cart-prices-line span{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #404040;
    text-transform: uppercase;
    text-shadow: none;
    padding-left: 9px;
}
#header .cart_block .cart_block_total{font-size: 18px !important;line-height: 41px;padding: 0 9px 0px 0;}
#header .cart_block .cart_block_shipping_cost{
    line-height: 41px !important;
    font-size: 12px;
    padding: 0 9px 0px 0;
}
.cart_block .cart-buttons a#button_order_cart span i.right.icon-chevron-right:before{
    content:'';
}
#index ul.product_list.tab-pane > li{
    width: 214px;
    padding-bottom: 30px;
}
#home-page-tabs:before{
    content: url(../img/sombra_pestagna_boqueflash.png);
    position: absolute;
    bottom: 5px;
    width: 100%;
    background-size: 100%;
}
#home-page-tabs-mobile{
    display: none;
}
#home-page-tabs{
    margin: 0;
    margin-top: 15px;
    text-align: center;
    background: transparent;
}
#index .tab-content{
    padding: 0;
    margin-top: 15px;
}
#index ul.product_list.tab-pane > li .availability{
    display: block;
}
#tmhtmlcontent_home{
    width: 50%;
    float: right;
}
#tmhtmlcontent_home>ul>li{
    width: calc(50% - 7.5px);
    float: right;
}
.block_products_block_home .block_content{
    background: white;
}
#manufacturers_block_home{
    clear: both;
}
#tmhtmlcontent_left>ul>li>div .banhtmlcon:hover {
    border-color: #2153ba !important;
    cursor: pointer;
}
#tmhtmlcontent_left>ul>li>div .banhtmlcon:hover .banhtmlconmas a {
    background: #2153ba !important;
    color: white !important;
}
.banhtmlcon{
    background: white;
    border: 1px solid #dadada;
}
.banhtmlconimg img{
    margin: 0 auto;
    float: none;
    display: block;
    margin-top: 10px;
}
.banhtmlcontxt{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #404040;
    padding: 0 15px;
    text-align: center;
    line-height: 16px;
    padding-top: 9px;
    margin-top: 2px;
    margin-bottom: 0px;
}
.banhtmlconmas a{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #2c2c2c;
    background: #d2d2d2;
    padding: 8px 77px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.banhtmlconmas{
    text-align: center;
    display: block;
}
#htmlcontent_home .htmlcontent-home>li>div>div a span:before{
    content: '+';
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7c7c7+0,c7c7c7+50,d4d4d4+51,d4d4d4+100 */
    background: #c7c7c7; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #c7c7c7 0%, #c7c7c7 50%, #d4d4d4 51%, #d4d4d4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #c7c7c7 0%,#c7c7c7 50%,#d4d4d4 51%,#d4d4d4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #c7c7c7 0%,#c7c7c7 50%,#d4d4d4 51%,#d4d4d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#d4d4d4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-size: 40px;
    padding-top: 13px;
    text-align: center;
}
#htmlcontent_left .htmlcontent-home>li>div>div span.confspan{
    padding-top: 0;
}
#htmlcontent_left .htmlcontent-home>li>div>div span{
    padding-top: 7px;
    padding-right: 7px;
}
#htmlcontent_home .htmlcontent-home>li>div>div h2, #htmlcontent_home .htmlcontent-home>li>div>div ul li span{
    float: right;
    padding-right: 16px;
    padding-top: 10px;
    font-family: oswald;
    font-weight: bold;
    font-size: 20px;
    color: #d32927;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 25px;
    padding: 0;
    display: block;
    top: -2px;
    position: relative;
    margin: 0;
    right: 12px;
}
#htmlcontent_home .htmlcontent-home>li>div>div a span{
    display: inline-block;
    float: right;
    padding-right: 13px;
    padding-top: 10px;
}
#htmlcontent_left .htmlcontent-home>li>div>div span{
    display: inline-block;
    float: right;
    padding-right: 7px;
    padding-top: 8px;
}
#htmlcontent_home .htmlcontent-home>li>div>div ul>li{
    font-family: oswald;
    font-weight: bold;
    font-size: 20px;
    color: #d32927;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 10px;
    padding: 0;
    display: block;
    top: -2px;
    position: relative;
}
#htmlcontent_home .htmlcontent-home>li>div>div ul{
    display: inline-block;
    float: right;
    padding-top: 10px;
}
#htmlcontent_left .htmlcontent-home>li>div>div img{
    margin: 0 auto;
    display: block;
    margin-top: 9px;
    width: 278px;
    height: auto;
}
#htmlcontent_home .htmlcontent-home>li:nth-child(3n-1)>div>div img{
    width: 370px;
    margin-bottom: 6px;
}
#htmlcontent_home .htmlcontent-home>li>div>div img{
    margin: 0 auto;
    display: block;
    margin-top: 16px;
}
#htmlcontent_left .htmlcontent-home>li>div>div:hover .cruzclic:before {
    background: rgba(201,20,20,1);
    background: -moz-linear-gradient(45deg, rgba(201,20,20,1) 0%, rgba(201,20,20,1) 50%, rgba(211,42,39,1) 51%, rgba(211,42,39,1) 100%)!important;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(201,20,20,1)), color-stop(50%, rgba(201,20,20,1)), color-stop(51%, rgba(211,42,39,1)), color-stop(100%, rgba(211,42,39,1)))!important;
    background: -webkit-linear-gradient(45deg, rgba(201,20,20,1) 0%, rgba(201,20,20,1) 50%, rgba(211,42,39,1) 51%, rgba(211,42,39,1) 100%)!important;
    background: -o-linear-gradient(45deg, rgba(201,20,20,1) 0%, rgba(201,20,20,1) 50%, rgba(211,42,39,1) 51%, rgba(211,42,39,1) 100%)!important;
    background: -ms-linear-gradient(45deg, rgba(201,20,20,1) 0%, rgba(201,20,20,1) 50%, rgba(211,42,39,1) 51%, rgba(211,42,39,1) 100%)!important;
    background: linear-gradient(45deg, rgba(201,20,20,1) 0%, rgba(201,20,20,1) 50%, rgba(211,42,39,1) 51%, rgba(211,42,39,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91414', endColorstr='#d32a27', GradientType=1 ) !important;
    color: white !important;
}
#htmlcontent_left .htmlcontent-home>li>div>div .cruzclic:before {
    content: '+';
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    background: #c7c7c7;
    background: -moz-linear-gradient(45deg, #c7c7c7 0%, #c7c7c7 50%, #d4d4d4 51%, #d4d4d4 100%);
    background: -webkit-linear-gradient(45deg, #c7c7c7 0%,#c7c7c7 50%,#d4d4d4 51%,#d4d4d4 100%);
    background: linear-gradient(45deg, #c7c7c7 0%,#c7c7c7 50%,#d4d4d4 51%,#d4d4d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#d4d4d4',GradientType=1 );
    font-size: 40px;
    padding-top: 13px;
    text-align: center;
}
#htmlcontent_left .htmlcontent-home>li>div>div:hover {
    border-color: #d32927 !important;
    cursor: pointer;
}
#htmlcontent_left  .htmlcontent-home>li>div>div{
    background: white;
    border: 1px solid #dadada;
    height: 212px;
}
#htmlcontent_home .htmlcontent-home>li>div>div{
    background: white;
    border: 1px solid #dadada;
    height: 279px;
}
#htmlcontent_left .htmlcontent-home>li>div>div ul>li {
    font-family: oswald;
    font-weight: bold;
    font-size: 17px;
    color: #d32927;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 22px;
    padding: 0;
    display: block;
    top: 0px;
    position: relative;
}
.divfotjslogos{
    background: url(../img/logos_pago.jpg);
    width: 193px;
    height: 73px;
    display: inline-block;
    background-repeat: no-repeat;
    /* background-size: cover; */
    margin: 0 auto;
    float: none;
    display: block;
    margin-top: 11px;
}
.divfotjsenvio{
    background: url(../img/logos_envio.jpg);
    width: 140px;
    height: 73px;
    background-repeat: no-repeat;
    margin: 0 auto;
    float: none;
    display: block;
    margin-top: 11px;
}
.titlefotjs-2{
    display: block;
    text-align: center;
    font-family: oswald;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    border-bottom: 1px solid #dadada;
    line-height: 32px;
    width: 232px;
}
.titlefotjs-3{
    display: block;
    text-align: center;
    font-family: oswald;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    border-bottom: 1px solid #dadada;
    line-height: 32px;
    width: 178px;
}
.divfotjsventajas{
    background: url(../img/logos_ventajas.jpg);
    width: 517px;
    height: 84px;
    background-repeat: no-repeat;
    margin: 0 auto;
    float: none;
    display: block;
    margin-top: 7px;
}
.titlefotjs-4{
    display: block;
    text-align: center;
    font-family: oswald;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    border-bottom: 1px solid #dadada;
    line-height: 32px;
    width: 542px;
}
#fotjs .htmlcontent-home>li:nth-last-child(1){
    margin-right: 0;
}
#manufacturers_block_home .title_block {
    border-top: 0;
    text-align: center;
    background: transparent;
}
#manufacturers_block_home .title_block a:after{
    content:url(../img/sombra_marcas.png);
    position: absolute;
    bottom: -11px;
    left: 0;
    display: block;
}
#manufacturers_block_home .title_block a{
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    color: #545759;
    padding: 8.5px 25px;
    background: #f4f4f4;
    position: relative;
}
#manufacturers_block_home.block .list-block li {
    display: inline-block;
    border: 0;
    padding: 0;
    width: 137px !important;
    background: white;
    margin-right: 5px !important;
    border: 1px solid #dadada;
    padding: 7px;
}
#manufacturers_block_home .bx-wrapper {
    max-width: 1135px !important;
    margin: 0 auto !important;
}
#manufacturers_block_home.block .list-block li a:before {
    content: '';
    padding: 0;
}
#manufacturers_block_home img {
    filter: grayscale(100%);
    transition: all 0.4s ease;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.4s ease;
    opacity: 0.4;
    margin: 0 auto;
}
#manufacturers_block_home img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
#manufacturers_block_home .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background: #434343 !important;
}
#manufacturers_block_home .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -46px;
    top: 60px;
    height: 30px;
    border-radius: 4px;
    background: #a6a6a6;
    width: 30px;
}
#manufacturers_block_home .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\f104";
    height: 30px;
    display: block;
    width: 30px;
    font-size: 20px !important;
    color: white !important;
    background: transparent;
    left: 8px;
    top: 3px;
    position: relative;
    border-radius: 0;
    border: none;
}
#manufacturers_block_home .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background: #434343 !important;
}
#manufacturers_block_home .bx-wrapper .bx-controls-direction a.bx-next {
    right: -47px;
    top: 60px;
    height: 30px;
    border-radius: 4px;
    background: #a6a6a6;
    width: 30px;
}
#manufacturers_block_home .bx-wrapper .bx-controls-direction a.bx-next:before {
    content: '';
    content: "\f105";
    height: 30px;
    display: block;
    width: 30px;
    font-size: 20px !important;
    color: white !important;
    background: transparent;
    left: 10px;
    top: 3px;
    position: relative;
    border-radius: 30px;
    border: none;
}
#home-page-tabs > li{
    float: none;
    display: inline-block;
    border: none;
}
#home-page-tabs > li a{
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    color: #404040 !important;
    background: #e2e2e2;
    padding: 9px 14px !important;
}
#home-page-tabs > li.active a:after{
    content: url(../img/tri_azul.png);
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;}
#home-page-tabs > li.active a, #home-page-tabs > li a:hover{
    background: #163a85;
    color: white !important;
    margin: 0;
}
.spanflash{
    display: inline-block;
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background: #d32927;
    margin: 0 auto;
    padding: 12px 15px;
    text-transform: uppercase;
}
.divspanflash:after{
    content: url(../img/tri_rojo.png);
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    bottom: -15px;}
/*.divspanflash:before{*/
/*content: url(../img/sombra_pestagna_boqueflash.png);*/
/*position: absolute;*/
/*bottom: -5px;*/
/*width: 100%;*/
/*background-size: 100%;*/
/*left: 0;*/
/*}*/
.divspanflash{
    display: block;
    text-align: center;
    position: relative;
    width: 50%;
    float: right;
    margin-top: -52px;
    background: url(../img/sombra_pestagna_boqueflash.png);
    background-repeat: no-repeat;
    background-position: 0 28px;
}
.block_products_block_home#venta_flash{
    width: calc(50% - 15.5px) !important;
    margin-top: 15px;
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    z-index: 555;
    height: 376px;
    background: #eeeeee;
    float: right;
}
.block_products_block_home#venta_flash > img{
    height: 376px;
}
#venta_flash.block_products_block_home .time>div span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #aaaaaa;
    line-height: 24px;
}
#venta_flash.block_products_block_home .time>div{
    display: inline-block;
    border: 1px solid #e3e3e3;
    font-family: arial;
    font-weight: 400;
    font-size: 20px;
    color: #404040;
    padding: 0.5px 25.8px;
    margin-right: 6px;
    padding-top: 10px;
    line-height: 12px;
    width: 77px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center;
}
#venta_flash.block_products_block_home .time{
    display: inline-block;
    padding: 0;
    background: transparent;
    float: left;
    left: 0;
    max-width: 335px;
}
#venta_flash.block_products_block_home .cuenta{
    margin-top: 0;
    width: 457px;
    float: right;
    margin-right: 35px;
    z-index: 555;
}
#venta_flash.block_products_block_home .desc_flash p{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    margin-bottom: 25px;
    margin-top: 20px;
}
#venta_flash.block_products_block_home .nombre_flash{
    padding-top: 0;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    color: #404040;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    margin-top: 58px;
}
#venta_flash.block_products_block_home .timer_label {
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #aaaaaa;
}
#venta_flash.block_products_block_home .ajax_add_to_cart_button span{
    font-family: arial;
    font-weight: 400;
    font-size: 14px !important;
    padding: 9px 24.5px !important;
    margin-top: 8px;
}
#venta_flash.block_products_block_home .ajax_add_to_cart_button {
    top: 0px;
    position: relative;
    display: inline-block;
}
#venta_flash.block_products_block_home div.slider li {
    height: auto;
}
#venta_flash.block_products_block_home .text_cuenta {
    font-family: arial;
    font-weight: 400;
    color: #707070;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid #c9c9c9;
    margin-top: 30px;
}
.nombreflash{
    padding-left: 65px;
}
.precio_antes_flash{
    display: inline-block;
    float: left;
    font-family: arial;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    text-decoration: line-through;
    line-height: 24px;
}
.precio_nuevo_flash{
    display: inline-block;
    font-family: arial !important;
    font-weight: bold !important;
    font-size: 32px !important;
    color: #0c8935 !important;
    margin-left: 10px;
    line-height: 24px;
}
#venta_flash.block_products_block_home .tiempoflash{
    position: initial;
    padding-bottom: 8px;
}
#venta_flash.block_products_block_home .precio_descuento{
    display: inline-block;
    float: right;
    font-family: oswald;
    font-weight: bold;
    font-size: 24px;
    background: url(../img/label_oferta_flash.png);
    width: 121px;
    height: 121px;
    position: absolute !important;
    bottom: 6px;
    right: 6px;
    color: white;
    z-index: 5555;
}
.precio_descuento span{
    position: absolute;
    bottom: 23px;
    right: 9px;
}
#venta_flash.block_products_block_home div.slider li:before{
    content: url(../img/label_clock_flash.png);
    top: 5px;
    left: 5px;
    position: absolute;
    z-index: 5555;
}
#venta_flash #nextBtn{
    right: 12px;
    top: 179px;
    z-index: 666;
}
#venta_flash #prevBtn{
    left: 12px;
    top: 179px;
    right: initial;
    z-index: 5555;
}
#index #venta_flash #prevBtn a{
    height: 30px;
    border-radius: 4px;
    background: #aaaaaa;
    width: 30px;
    display: block;
}
#index #venta_flash #prevBtn a:before{
    color: white;
    position: relative;
    top: 6px;
    left: 9px;
}
#index #venta_flash #nextBtn a{
    height: 30px;
    border-radius: 4px;
    background: #aaaaaa;
    width: 30px;
    display: block;
}
#index #venta_flash #nextBtn a:before{
    color: white;
    left: 11px;
    position: relative;
    top: 6px;
}

#index #venta_flash #slider:after {
    content: '';
    background: -moz-linear-gradient(right, #FFFFFF 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(right, #FFFFFF 0%,rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, #FFFFFF 0%,rgba(255, 255, 255, 0) 100%);
    width: 38px;
    height: 371px;
    display: block;
    position: absolute;
    z-index: 555;
    right: 0px;
}
#index #venta_flash #slider:before {
    content: '';
    background: -moz-linear-gradient(left, #FFFFFF 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(left, #FFFFFF 0%,rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #FFFFFF 0%,rgba(255, 255, 255, 0) 100%);
    width: 52px;
    height: 371px;
    display: block;
    position: absolute;
    z-index: 5555;
    top: 0px;
}
#tmhtmlcontent_left .tmhtmlcontent-left{
    margin-bottom: 0;
}
#tmhtmlcontent_left>ul>li{
    margin-bottom: 15px;
}
#htmlcontent_left >ul >li{
    margin-bottom: 15px;
}
.block_products_block_left{
    height: 520px !important;
    border: none !important;
    padding: 0;
}
.block_products_block_left#venta_flash div.slider li{
    height: 478px;
    z-index: 5;
}

#search .oxc .ofertasporcantidad{
    top: 26px;
}
#category .oxc .ofertasporcantidad{
    left: -50px;
}
.ofporcant .oxc{
    position: relative;
}
.oxc .ofertasporcantidad{
    display: none;
    position: absolute;
    background: white;
    z-index: 55;
    width: 310px;
    left: -46px;
    top: 26px;
}
.ofertasporcantidad li span{
    display: inline-block;
    padding: 0;
    /* float: left; */
    /*margin-right: 5px;*/
}
.ofertasporcantidad .oxcspan{
    background: #d32927;
    color: white;
    display: block;
    font-family: oswald;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
}
.ofertasporcantidadul{
    border: 1px solid #dadada;
    border-top: 0;
    background: white;
}
.ofertasporcantidadul li:nth-child(1) span{
    font-size: 12px !important;
    font-weight: bold !important;
}
.ofertasporcantidadul li:nth-last-child(1){
    margin-bottom: 6px;
}
.ofertasporcantidadul li{
    display: inline-block;
    width: 284px;
    line-height: 31px;
    margin-bottom: -5px;
}
.ofertasporcantidad li span.oxcspanunit{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #404040;
    width: 31.5%;
}
.ofertasporcantidad li span.oxcspanofer.numresto{
    /*color: #404040;*/
}
.ofertasporcantidad li span.oxcspanofer{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #0c8935;
    width: 31.5%;
}
.ofertasporcantidad li span.num{
    width: 37% !important;
}
.ofertasporcantidad li span.oxcspaniva{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #404040;
    width: 37%;
}
.ofertasporcantidadul li:nth-child(2n+1){
    background: #eeeeee;
}
.ofertasporcantidadul li:nth-child(1){
    background: transparent;
    border-bottom: 1px solid #dcdcdc;
    line-height: 31px;
    margin-top: 3px;
}
.ofertasporcantidad:before{
    content: url(../img/tri_rojo.png);
    position: absolute;
    top: -14px;
    transform: rotate(180deg);
    left: 0;
    right: 0;
}
.ofporcant{
    height: 18px;
    margin-bottom: 4px;
}
#subcategories ul{
    margin: 0;
}
.block_products_block_left .block_content>span{
    display: block;
    text-align: center;
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    background: #d32927;
    color: white;
    line-height: 42px;
}
.block_products_block_left .block_content #slider{
    border: 1px solid #dadada;
    width: 295px !important;
    height: 478px;
}
.block_products_block_left#venta_flash div.slider li:before{
    content: url(../img/label_clock_flash.png);
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 55;
}
.block_products_block_left#venta_flash .bloque-imagen a img{
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}
.block_products_block_left#venta_flash .bloque-imagen a{
    display: block;
}
.block_products_block_left#venta_flash .nombre_flash{
    max-width: 204px;
    display: block;
    margin: 0 auto;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    color: #404040;
    text-transform: uppercase;
    margin-top: 17px;
}
.block_products_block_left#venta_flash .precio_antes_flash {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 7px;
}
.block_products_block_left#venta_flash .precio_nuevo_flash {
    margin: 0;
    text-align: center;
    display: block;
    margin-bottom: 4px;
    clear: both;
}
.block_products_block_left#venta_flash .cuenta .text_cuenta {
    font-family: arial;
    font-weight: 400;
    font-size: 9px;
    color: #707070;
    border-bottom: 1px solid #c9c9c9;
}
.block_products_block_left#venta_flash .cuenta{
    width: 160px;
    margin: 0 auto;
}
.block_products_block_left#venta_flash .cuenta .time>div{
    display: inline-block;
    border: 1px solid #e3e3e3;
    font-family: arial;
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    text-align: center;
    padding-top: 5px;
    line-height: 12px;
    margin-right: 6px;
    height: 33px;
    width: 35px;
}
.block_products_block_left#venta_flash .cuenta .time>div span{
    font-size: 9px;
    color: #aaaaaa;
    line-height: 12px;
}
.block_products_block_left#venta_flash .cuenta .time{
    text-align: center;
    margin-top: 5px;
}
.block_products_block_left#venta_flash .cuenta .time>div:nth-last-child(1){
    margin-right: 0;
}
.block_products_block_left#venta_flash .ajax_add_to_cart_button span{
    height: 42px;
    line-height: 34px;
    font-size: 12px;
}
.block_products_block_left#venta_flash .ajax_add_to_cart_button{
    width: 160px;
    margin: 0 auto !important;
    display: block;
    text-align: center;
    height: 42px;
}
.block_products_block_left#venta_flash div.slider li:after{
    content: '';
    position: absolute;
    bottom: 1px;
    right: 5px;
    z-index: 1;
    /* background: url(../img/label_oferta_flash.png); */
    width: 121px;
    height: 121px;
}
.block_products_block_left#venta_flash .precio_descuento{
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    z-index: 555555;
    background: url(../img/label_oferta_flash.png);
    height: 121px;
    width: 121px;
    background-repeat: no-repeat;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    bottom: 0;
    position: absolute;
    padding-top: 83px;
    padding-right: 10px;
    color: white;
    right: 0;
}
.block_products_block_left#venta_flash #nextBtn {
    right: 6px;
    top: 260px;
    z-index: 666;
}
.block_products_block_left#venta_flash #nextBtn a {
    height: 30px;
    border-radius: 4px;
    background: #aaaaaa;
    width: 30px;
    display: block;
}
.block_products_block_left#venta_flash #nextBtn a:before {
    color: white;
    left: 11px;
    position: relative;
    top: 6px;
}
.block_products_block_left#venta_flash #prevBtn {
    left: 6px;
    top: 260px;
    right: initial;
    z-index: 5555;
}
.block_products_block_left#venta_flash #prevBtn a {
    height: 30px;
    border-radius: 4px;
    background: #aaaaaa;
    width: 30px;
    display: block;
}
.block_products_block_left#venta_flash #prevBtn a:before {
    color: white;
    position: relative;
    top: 6px;
    left: 9px;
}
.pb-left-column #image-block{
    width: 405px;
    display: inline-block;
    float: left;
}
.pb-left-column #views_block{
    width: 80px;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    margin-top: 0;
}
#thumbs_list_vert{
    width: 80px;
    height: 368px;
}
#thumbs_list_vert ul#thumbs_list_vert_frame{width: 106px !important;height: auto;margin-bottom: 12px;}
span.view_scroll_spacer{
    margin-top: 0;
    /* display: block; */
    float: none;
    padding: 0;
    margin: 0 auto;
    width: 42px;
}
#thumbs_list_vert li{
    width: 80px;
    height: 80px;
    margin-right: 0;
    margin-bottom: 15px;
}
#thumbs_list_vert li a{
    border: 0px;
}
.pb-center-column{
    /* width: 405px; */
    height: 423px;
}
.pb-left-column{
    /* width: 565px; */
    margin-bottom: 23px;
}
.pb-right-column{
    /* width: 330px; */
}
ul.idTabs li {
    display: inline-block;
    margin-right: 4px;
}
#view_scroll_right{
    margin: 0 auto;
    width: 42px;
    float: none;
}
#view_scroll_right:before{
    content: url(../img/slide_down.png);
}

#view_scroll_left:before{
    content: url(../img/slide_up.png);
}
#view_scroll_left {
    width: 42px;
}

#my-thumbs-list{
    overflow: auto;
    width: 80px;
    height: 376px;
    margin-top: 24px;
}
#mTS_1_buttonUp{
    position: absolute;
    padding: 0;
    width: 42px;
    height: 18px;
    color: transparent;
    background: url(../img/slide_up.png) transparent;
    margin-top: 1px;
    margin-left: 0;
    left: 33px;
}
#mTS_1_buttonDown{
    position: relative;
    background: url(../img/slide_down.png) transparent;
    padding: 0;
    width: 42px;
    height: 18px;
    color: transparent;
    top: -10px;
    margin-left: 0;
    left: 19px;
}
#mTS_1_buttonDown:hover{
    background: url(../img/slide_down_hover.png) transparent;
}
#mTS_1_buttonUp:hover{
    background: url(../img/slide_up_hover.png) transparent;
}
.mTSButtonIconContainer {
    display: none;
}
.mTSThumb, ul.mTSContainer > li{
    /* margin-bottom: 8px; */
    height: 94px;
    /* margin-top: 8px; */
}
.mTSThumb, ul.mTSContainer > li img{
    border: 1px solid #d2d2d2;
    height: auto;
}
#product .primary_block{
    background: white;
    /* margin-bottom: 0; */
    padding-top: 10px;
}
.page-product-box.blockproductscategory{
    float: left;
    padding-left: 0;
    padding-right: 0;
}
#product #more_info_block{
    background: white;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.pb-center-column h1{
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    color: #163a85;
    padding-bottom: 0;
    text-transform: uppercase;
}
#product_reference label, #product_reference span, .lgean{
    font-family: arial;
    font-weight: 400;
    font-size: 13px;
    color: #707070;
    margin: 0;
}
#product_reference{
    margin: 0 !important;
}
.pb-center-column #short_description_block{
    margin-top: 26px;
}
.pb-center-column #short_description_content p{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    margin-bottom: 20px;
}
.pb-center-column #short_description_block .buttons_bottom_block{
    display: block;
    padding: 0;
}
#short_description_block .buttons_bottom_block{

}
#short_description_block .buttons_bottom_block .button:hover{
    color: #163a85;
}
#short_description_block .buttons_bottom_block .button{
    border: 0;
    background: transparent;
    padding: 0;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #d32927;
    text-decoration: underline;
}
.pb-center-column #short_description_block #short_description_content{
    padding-bottom: 0;
}
.socialsharing_product button{
    font-family: arial;
    font-size: 13px;
    color: #6f6f6f;
    font-weight: 400;
    padding: 3.5px 10.5px;
    border: 1px solid #c8c8c8;
}
.icon-google-plus:before{
    content: "\f0d5";
}
#usefull_link_block li{
    padding: 0;
}
#usefull_link_block li a{
    font-weight: 400;
    font-family: arial;
    font-size: 13px;
    color: #707070;
}
#usefull_link_block li a:before{
    color: #707070;
}
#wishlist_button:before, #wishlist_button_nopop:before{content: "\f004";background: transparent;width: initial !important;}

#my-thumbs-list-mobile, .mTSButtonLeft, .mTSButtonRight{
    display: none;
}
.content-ficha{
    display: inline-block;
    width: 400px;
    float: right;
}
.pb-center-column #views_block{
    display: inline-block;
}
.lgCustomComments div img{
    width: 76px;
    display: block;
}
.lgCustomComments div span{
    font-family: arial;
    font-weight: 400;
    font-size: 13px;
    color: #707070;
    line-height: 25px;
}
.lgCustomComments div div{
    float: left;
}
#old_price {
    text-decoration: none;
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: top;
    padding: 0;
}
#old_price .price{
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 12px;
}
.our_price_display .price{
    font-family: arial;
    font-weight: bold;
    font-size: 46px;
    color: #0bc261;
    letter-spacing: -1px;
    text-align: right;
}
.ivaincl{
    font-family: arial;
    font-weight: 400;
    font-size: 10px;
    color: #aaaaaa;
    display: block;
    text-align: right;
}
.our_price_display{
    display: inline-block;
    float: right;
    min-width: 170px;
}
.box-info-product .stock:before{
    content: "\f00c";
    position: relative;
    font-family: fontawesome;
}
.box-info-product .stock{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #0bc261;
    text-transform: uppercase;
    clear: both;
    display: inline-block;
}
#attributes fieldset label{
    display: inline-block;
    line-height: 27px;
    font-family: arial;
    font-weight: 400;
    font-size: 13px;
    color: #6f6f6f;
}
#attributes .attribute_list div.selector{
    width: 100px !important;
}
#attributes .attribute_list{
    display: inline-block;
    width: initial;
}
#attributes .attribute_list #color_to_pick_list li.selected{

}
.box-info-product{background: transparent;border: none;}
.product_attributes, .box-cart-bottom{
    box-shadow: none;
    padding: 0;
}
.box-info-product #product_payment_logos{
    clear: both;
    margin-top: 30px;
}
#quantity_wanted_p input{
    width: 50px;
    height: 26.5px;
    border: 1px solid #bebebe;
    text-align: center;
    display: inline-block;
    float: none;
    margin-top: 0px;
    margin-right: 4px;
    top: 1px;
    position: relative;
}
#quantity_wanted_p .btn span .icon-plus:before{
    color: white;
    top: 4px;
    position: relative;
}
#quantity_wanted_p .btn span .icon-minus:before{
    color: white;
    top: 4px;
}
#quantity_wanted_p .btn span:hover{
    background: #434343;
}
#quantity_wanted_p .btn span{
    width: 26px;
    height: 26px;
    background: #888888;
    border: 0px solid #888888;
}
#quantity_wanted_p .btn{
    margin: 0 2px;
    border: none;
    display: inline-block;
    float: none;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Removes leftover margin */
}
.box-cart-bottom{
    display: inline-block;
    float: right;
}
.box-info-product p{
    padding: 0;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}
.box-info-product .sinstock{
    display: block;
    width: 100%;
}
.box-info-product .sinstock .exclusive span{
    text-align: center;
}
.box-info-product .sinstock .exclusive{
    display: block;
    width: 100%;
    background: #404040;
}
.box-info-product .exclusive{
    border: none;
    border-radius: 0;
    background: #d32927;
}
.box-info-product .exclusive:before, .box-info-product .exclusive:after{
    content: '';
    display: none;
}
.preciocero a:hover{
    background: #404040;
}
.contact-form-box .button.button-medium:hover {
    border: 1px solid #173b85;
    background: transparent;
    color: #173b85;
}
.contact-form-box .button.button-medium span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 4px 12px;
}
.contact-form-box .button.button-medium{
    border: none;
    border-radius: 0;
    background: #173b85;
    margin-right: 15px;
    border: 1px solid transparent;
}
.preciocero a{
    line-height: 30px;
    text-decoration: none;
    padding: 10.5px 42px;
    border-radius: 0;
    border: none;
    font-family: oswald;
    font-weight: bold;
    font-size: 20.43px;
    text-shadow: none;
    text-transform: uppercase;
    background: #d32927;
    display: block;
    margin-bottom: 15px;
    color: white;
}
.preciocero{
    display: block;
    /* background: grey; */
    width: 100%;
    text-align: center;
}
.box-info-product .exclusive span:hover{
    background: #434343;
    -moz-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    -webkit-transition: all 0.0s ease;
    transition: all 0.0s ease;
}
.box-info-product .exclusive span{
    padding: 11.5px 41px;
    border-radius: 0;
    border: none;
    font-family: oswald;
    font-weight: bold;
    font-size: 20.43px;
    text-shadow: none;
    text-transform: uppercase;
}
#quantity_wanted_p label{
    margin: 0;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #6f6f6f;
}
.product_attributes #attributes{
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 15px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}
#quantity_wanted_p{
    /*margin-right: 2px;*/
}
#product_payment_logos .box-security{
    padding: 0;
    padding-top: 20px;
    background: transparent;
    border-top: 1px solid #a0a0a0;
}
.logosenvio div span.hora{
    text-transform: capitalize;
    display: block;
    border: 1px solid #6f6f6f;
    font-style: normal;
    text-align: center;
    color: #6f6f6f;
}
.logosenvio img{
    display: inline-block;
    width: auto;
    float: right;
    position: relative;
    margin-bottom: 15px;
}
.logosenvio div span{
    font-family: arial;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    color: #404040;
    font-style: italic;
}
.logosenvio div{
    display: inline-block;
    margin-top: 8px;
    float: left;
}
.logosenvio{
    text-align: center;
    display: block;
    border-top: 1px solid #a0a0a0;
    padding-top: 15px;
    clear: both;
}
/*.rowlg:before, .rowlg:after{*/
/*content: " ";*/
/*display: table;*/
/*}*/
.rowlg{margin: 0;}
.product_attributes div.selector span{
    width: 89px !important;
}
#pQuantityAvailable #quantityAvailable{
    font-family: oswald;
    font-weight: bold;
    font-size: 22px;
    color: #163a85;
    line-height: 22px;
}
#pQuantityAvailable #quantityAvailableTxtMultiple, #pQuantityAvailable #quantityAvailableTxt{
    font-family: oswald;
    font-weight: 400;
    color: #163a85;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 10px;
}
#pQuantityAvailable{
    text-align: center;
    margin: 0 auto !important;
    top: 5px;
    position: relative;
    float: left;
    left: 26px;
}
.cantidades .warning_inline:before{
    content:'';
    padding: 9px;
    position: absolute;
    left: -9px;
    top: 14px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #d32927;
    background: -moz-linear-gradient(-45deg, #d32927 0%, #d32927 50%, #c91614 51%, #c91614 100%);
    background: -webkit-linear-gradient(-45deg, #d32927 0%,#d32927 50%,#c91614 51%,#c91614 100%);
    background: linear-gradient(135deg, #d32927 0%,#d32927 50%,#c91614 51%,#c91614 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32927', endColorstr='#c91614',GradientType=1 );
}
.cantidades .warning_inline > span{
    display: block;
    font-family: oswald;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.cantidades{
    border: 1px solid #c91514;
    display: inline-block;
    text-align: center;
    /*width: 269px;*/
}
#last_quantities{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d32927+0,d32927+50,c91614+51,c91614+100 */
    background: #d32927; /* Old browsers */
    background: -moz-linear-gradient(top,  #d32927 0%, #d32927 50%, #c91614 51%, #c91614 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d32927 0%,#d32927 50%,#c91614 51%,#c91614 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d32927 0%,#d32927 50%,#c91614 51%,#c91614 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32927', endColorstr='#c91614',GradientType=0 ); /* IE6-9 */
    margin: 0;
    border: 0;
    top: 0;
    vertical-align: top;
    text-align: center;
    float: right;
    margin-right: 2px;
    position: relative;
    top: 0px;
    padding: 6.5px 36.5px;
    margin: 2px;
    margin-left: 57px;
}
#last_quantities span
#attributes .attribute_list #color_to_pick_list {
    margin-bottom: 0;
}
.content_prices{
    padding: 13px 0;
    padding-bottom: 0;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 13px;
}
#more_info_block #more_info_tabs li a.selected, #more_info_block #more_info_tabs li a:hover{
    background: #173b85 !important;
    color: white !important;
}
#more_info_block #more_info_tabs li a{
    font-family: arial;
    font-weight: 400;
    font-size: 13px;
    color: #8d8d8d;
    text-transform: uppercase;
    background: #d2d2d2;
    padding: 12.5px 22px;
    line-height: 22px;
}
#more_info_sheets *{
    border-color: #d2d2d2;
    background: white;
    font-family: arial;
    font-weight: 400;
    color: #404040;
}
#more_info_sheets #idTab1 p{
    margin-bottom: 0;
}
#more_info_sheets .productComment img{
    width: initial;
}
#more_info_sheets #idTab1{
    border: 1px solid #d2d2d2;
    padding: 15px !important;
}
#more_info_sheets > div{
    padding: 0 !important;
}
table.table-product-discounts{
    width: 100%;
}
.table-data-sheet{
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
#idTab798 table:nth-last-child(1){
    border-bottom: none;
}
#idTab798 table{
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    /* border-left: 1px solid #d2d2d2; */
    /* border-right: 1px solid #d2d2d2; */
}
#product h3.page-product-heading span{
    background: #eee;
    padding:0 10px;
    color: #173b85;
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
}
#product h3.page-product-heading{
    border: none;
    background: transparent;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #707070;
    line-height: 0.1em;
    margin: 32px 0 40px;
    padding: 0;
}
#product #reduction_amount span#reduction_amount_display{
    border: none;
    background: #d32927;
    background: -moz-linear-gradient(top, #d32927 0%, #d32927 50%, #c91613 51%, #c91613 100%);
    background: -webkit-linear-gradient(top, #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%);
    background: linear-gradient(to bottom, #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32927', endColorstr='#c91613',GradientType=0 );
    position: absolute;
    top: 7px;
    font-family: oswald;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 7px;
    line-height: 14px;
    right: -7px;
    white-space: nowrap;
}
#product #reduction_amount:after{
    content: '';
    background: url(../img/pico_label_oferta.png);
    width: 15px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    top: 38px;
    right: -15px;
}
#product .discount:after{
    content: '';
    background: url(../img/pico_label_oferta.png);
    width: 15px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    top: 32px;
    right: -8px;
}
#product .discount{
    display: block !important;
    border: none;
    background: #d32927;
    background: -moz-linear-gradient(top, #d32927 0%, #d32927 50%, #c91613 51%, #c91613 100%);
    background: -webkit-linear-gradient(top, #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%);
    background: linear-gradient(to bottom, #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32927', endColorstr='#c91613',GradientType=0 );
    position: absolute;
    top: 7px;
    font-family: oswald;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 10.5px;
    line-height: 14px;
    right: -7px;
    color: white;
}
#product #reduction_amount{
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    margin: 0;
}
#idTab798 section.table .nocomment{
    padding: 15px;
    display: block;
}
#crossselling{
    float: left;
    padding-left: 0;
    padding-right: 0;
}
#idTab798 section.table table:nth-child(1){
    margin-top: 10px;
}
#idTab798 section.table{
    border: 1px solid #d2d2d2;
}
#product #crossselling li:nth-last-child(1){
    margin-right: 0px !important;
}
#product #crossselling #crossselling_list_car > li{
    background: white;
    border: 1px solid #cccccc;
    position: relative;
    text-align: center;
    margin-right: 33px;
    width: 184px;
}
#reduction_amount_display{
    border: none;
    background: #d32927;
    background: -moz-linear-gradient(top, #d32927 0%, #d32927 50%, #c91613 51%, #c91613 100%);
    background: -webkit-linear-gradient(top, #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%);
    background: linear-gradient(to bottom, #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32927', endColorstr='#c91613',GradientType=0 );
    position: absolute;
    top: 7px;
    font-family: oswald;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 10.5px;
    line-height: 14px;
    right: -7px;
    color: white;
}
#reduction_amount_display:after {
    content: '';
    background: url(../img/pico_label_oferta.png);
    width: 15px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    top: 31px;
    right: -8px;
}
#product .oxc{
    position: relative;
}
.product-box .product-image img{
    width: 160px;
    margin: 0 auto;
}
.product-box .product-image{
    border: none;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
#crossselling_list .product-name a{
    color: #404040;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
#crossselling_list .product-name{
    line-height: 0px;
    text-align: center;
    padding: 0 5px;
    margin-top: 0;
    max-height: 28px;
    overflow: hidden;
    height: 28px;
}
.preciodescontado{
    border: none;
    background: #d32927;
    background: -moz-linear-gradient(top, #d32927 0%, #d32927 50%, #c91613 51%, #c91613 100%);
    background: -webkit-linear-gradient(top, #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%);
    background: linear-gradient(to bottom, #d32927 0%,#d32927 50%,#c91613 51%,#c91613 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32927', endColorstr='#c91613',GradientType=0 );
    position: absolute;
    top: 7px;
    font-family: oswald;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 10.5px;
    line-height: 14px;
    right: -7px;
    color: white;
}
#crossselling_list_car .s_title_block{
    position: relative;
    margin-bottom: 10px;
}
#crossselling_list_car .price_without_reduction{
    font-family: arial;
    font-weight: 400;
    font-size: 14px;
    text-decoration: line-through;
    color: #707070;
}
#crossselling_list_car .price_no_tax{
    font-family: arial;
    font-weight: bold;
    font-size: 22px;
    color: #0c8935;
}
#crossselling_list_car .price_display{
    text-align: center;
    margin-bottom: 5px;
}
#crossselling_list_car .price{
    font-family: arial;
    font-weight: 400;
    font-size: 10px;
    color: #aaaaaa;
    display: block;
}
#crossselling_list_car .stk:before{
    content: "\f00c";
    font-family: fontawesome;
    position: relative;
    left: -4px;
}
#crossselling_list_car .cantproductlist{
    width: 40px;
    text-align: center;
    height: 20px;
    border: 1px solid #aaa;
    display: inline;
    vertical-align: top;
    margin: 0px 3px;
}
#crossselling_list_car .stk{
    display: block;
    text-align: center;
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #0bc261;
    text-transform: uppercase;
}
#crossselling_list_car .nostk:before{
    /*content: "\f00d";*/
    /*font-family: fontawesome;*/
}
#crossselling_list_car .nostk{
    display: block;
    text-align: center;
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #d32927;
    text-transform: uppercase;
}
.button.ajax_add_to_cart_button.botonnostk span{
    background: #6b6b6b;
    color: #752525;
}
.ofxcant{
    height: 18px;
    margin-bottom: 4px;
}
.preciodescontado:after{
    content: '';
    background: url(../img/pico_label_oferta.png);
    width: 15px;
    height: 15px;
    position: absolute;
    background-repeat: no-repeat;
    top: 31px;
    right: -8px;
}
#crossselling_list_car .ofertasporcantidad{
    bottom: -179px;
}

#productscategory_list #bxslider1 >li:nth-last-child(1){
    margin-right: 0px;
}
#productscategory_list #bxslider1 >li{
    position: relative;
    width: 184px;
    margin-right: 33px;
    border: 1px solid #cccccc;
    background: white;
    text-align: center;
}
#productscategory_list .product-name{
    font-size: 0;
    height: 26px !important;
    line-height: 0px;
    text-align: center;
    padding: 0 5px;
    margin-top: 0;
    max-height: 28px;
    overflow: hidden;
}
#productscategory_list .product-name a{
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #404040;
    text-transform: uppercase;
    line-height: 13px;
}
#productscategory_list .price{
    font-family: arial;
    font-weight: 400;
    font-size: 10px;
    color: #aaaaaa;
    display: block;
}
#productscategory_list .price_display .price_no_tax{
    font-family: arial;
    font-weight: bold;
    font-size: 22px;
    color: #0c8935;
}
#productscategory_list .price_display .price{
    font-family: arial;
    font-weight: 400;
    font-size: 10px;
    color: #aaaaaa;
    display: block;
}

#productscategory_list .price_display .old-price{
    font-family: arial;
    font-weight: 400;
    font-size: 14px;
    text-decoration: line-through;
    color: #707070;
}

#productscategory_list .price_display{
    text-align: center;
}
#productscategory_list .cantproductlist{
    width: 40px;
    text-align: center;
    height: 20px;
    border: 1px solid #aaa;
    display: inline;
    vertical-align: top;
    margin: 0px 3px;
}
.botonnostk span{
    border: none;
    padding: 0px 35px !important;
    background: #434343;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 400;
    font-size: 11px !important;
    margin-top: 5px;
    margin-bottom: 11px;
    display: block;
    color: #888;
    opacity: 0.3;
    line-height: 30px !important;
}
.botonnostk{
    border: none !important;
    text-shadow: none;
    background: transparent !important;
    margin: 0 !important;
    color: #fff !important;
    padding: 0 !important;
    text-align: center !important;
}
#productscategory_list .stk {
    display: block;
    text-align: center;
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #0bc261;
    text-transform: uppercase;
}
#productscategory_list .stk:before {
    content: "\f00c";
    font-family: fontawesome;
    position: relative;
    left: -4px;
}
#productscategory_list .nostk {
    display: block;
    text-align: center;
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #d32927;
    text-transform: uppercase;
}
#productscategory_list .nostk:before{
    /*content: "\f00d";*/
    /*font-family: fontawesome;*/
}
#productscategory_list .ofertasporcantidad {
    bottom: -179px;
}

#uprichmenu>ul>li{
    background: #163a85;
    padding: 0;
    max-width: 101.75px;
    height: 54px;
    text-align: center;
    margin-top: 0px;
    border-right: none;
    min-width: 63px;
}
#uprichmenu>ul>li:hover{
    background: #d32927 !important;
}

#uprichmenu>ul>li:last-child >a {
    border-right: 0;
}
#uprichmenu>ul>li>a {
    font-family: oswald;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
    height: 34px;
    margin-top: 10px;
    border-right: 1px dotted #a9a9a9;
    padding: 0 9px;
    border-bottom: 1px solid transparent;
}
.navbar span.top-arrow.oculto{
    display: none !important;
}
.navbar span.top-arrow{
    border-bottom-color: #d32927 !important;
    transform: rotate(180deg);
    border-left: 20px solid transparent;
    border-bottom: 20px solid;
    border-right: 20px solid transparent;
    bottom: -14px;
    position: relative;
    z-index: 555;
    /*display: block !important;*/
    /*display: none !important;*/
}
#urm-nav .rich-menu-wrapper table{
    width: 1210px !important;
    margin: 0;
    /* top: 30px; */
    position: relative;
}
/*#urm-nav .rich-menu-wrapper:before{*/
/*content:'';*/
/*border-bottom-color: #d32927 !important;*/
/*transform: rotate(180deg);*/
/*border-left: 20px solid transparent;*/
/*border-bottom: 20px solid;*/
/*border-right: 20px solid transparent;*/
/*bottom: -14px;*/
/*position: relative;*/
/*/!*z-index: 555;*!/*/
/*}*/
#urm-nav .rich-menu-wrapper{
    /*display: block !important;*/
    padding: 0 !important;
    border: none !important;
    left: 0 !important;
    width: 100% !important;
    background: white;
}
#urm-nav .rich-menu-wrapper table tbody tr{
    /* padding: 30px !important; */
    /* display: block; */
}
#urm-nav .rich-menu-wrapper table tbody{
    /* padding: 30px !important; */
    /* display: block; */
}
#urm-nav .rich-menu-wrapper table tbody >tr>td ul li a:before{
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    left: 8px;
    top: 0px;
    /* padding-left: 10px; */
}
#urm-nav .rich-menu-wrapper table tbody >tr>td ul li a:hover:before{
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    left: 8px;
    top: 0px;
    background: #d32927 !important;
    color: white !important;
    padding-left: 0;
}
#urm-nav .rich-menu-wrapper table tbody >tr>td>ul>li>a:hover{
    background: #d32927 !important;
    color: white !important;
}

#urm-nav .rich-menu-wrapper table tbody >tr>td ul li a{
    font-family: oswald;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 21px;
    /*line-height: 30px;*/
    text-transform: uppercase;
    color: #404040 !important;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    padding-left: 24px;
}
#urm-nav .rich-menu-wrapper table tbody > tr > td ul li br{
    display: none !important;
}
#urm-nav .rich-menu-wrapper table tbody >tr>td{
    padding: 0 !important;
    padding-top: 23px !important;
    padding-bottom: 30px !important;
}
#urm-nav .rich-menu-wrapper table tbody >tr>td ul li{
    height: initial !important;
    line-height: 30px;
    /*width: auto !important;*/
}

.upimg a:before{
    content:"" !important;
}
.upimg{
    border: none !important;
    display: inline-block !important;
    vertical-align: top;
    margin-bottom: 35px;
}
.upimg a img{
    border: 1px solid #c6c6c6;
    width: 179px !important;
}
.ls-ct-center{
    display: none;
}
.upimg a{
    padding: 0 !important;}
.textupriimg{
    display: inline-block !important;
    border: none !important;
    max-width: 137px;
    margin-left: 7px;
    float: right;
}
.textupriimg a:before{
    content:"" !important;
}
.textupriimg a span:nth-child(1){
    font-family: oswald;
    font-weight: bold;
    color: #163a85;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 20px;
}
.textupriimg a span:nth-child(3):hover{
    background: #d32927 !important;
}
.textupriimg a span:nth-child(3){
    font-family: oswald;
    font-weight: 400;
    font-size: 13px !important;
    text-transform: uppercase;
    background: #222222;
    color: white;
    padding: 0px 23px;
    line-height: 29px !important;
    position: absolute;
    bottom: 0;
    left: 0;
}
.textupriimg a span:nth-child(2){
    font-family: oswald;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 14px;
    color: #656565;
}
.textupriimg a{
    padding: 0 !important;
    text-transform: initial !important;
    height: 114px !important;
}
#urm-nav .rich-menu-wrapper table tbody >tr>td:nth-child(1){padding-left: 30px !important;}
#urm-nav .rich-menu-wrapper table tbody >tr>td:nth-last-child(1){
    padding-right: 15px !important;
}
#cart_title{
    font-family: oswald;
    font-weight: bold;
    font-size: 22px;
    color: #173b85;
}
#order .table td ul{
    position: relative;
    text-align: center;
}
ul.step li.step_current{
    font-family: oswald;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    background: #173b85;
    border-radius: 0 !important;
    border: none;
    position: relative;
}
ul.step li.step_current span{
    text-shadow: none;
    border-radius: 0 !important;
    border: none;
    text-align: center;
}
ul.step{
    border-radius: 0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.step li.step_current span:after{
    width: 42px;
    height: 56px;
    position: absolute;
    top: -2px;
    right: -35px;
}
ul.step li.step_todo{
    border: none;
    background: #e5e5e5;
    border-radius: 0;
}
ul.step li.step_todo span{
    font-family: oswald;
    font-weight: bold;
    font-size: 15px;
    color: #a9a9a9;
    text-transform: uppercase;
    border: 0;
    text-shadow: none;
    text-align: center;
}
#cart_summary *{
    /*background: white ;*/
    border-color: #cccccc !important;
}
.table tfoot tr {
    background: #fff;
}
#cart_summary thead th{
    font-family: roboto;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #282828;
    text-align: center;
}
#cart_summary tbody td.cart_product img{
    border: none;
}
#cart_summary .product-name a{
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    color: #163a85;
    text-transform: uppercase;
    line-height: 18px;
    display: block;
}
#cart_summary tbody td.cart_description small{
    font-family: arial;
    font-weight: 400;
    font-size: 13px;
    color: #474747;
    padding-top: 0;
}
/*#cart_summary tbody td.cart_avail span.label-success{*/

/*}*/
#cart_summary tbody td.cart_avail span.label-danger{
    background: #d32a25 !important;
}
#cart_summary tbody td.cart_avail span.label-success{
    background: #51c977 !important;
}
#cart_summary tbody td.cart_avail span{
    font-family: oswald;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    white-space: inherit;
    line-height: 16px;
    background: transparent;
    color: white;
}
#cart_summary tbody td.cart_avail span.label:before{
    content: "\f00c";
    font-family: fontawesome;
    position: relative;
    left: -3px;
}
#cart_summary tbody td.cart_unit{

}
#order .table td ul .price-percent-reduction.small, #order .table td ul .old-price{
    display: none;
}
#order .table td ul .price{
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    color: #707070;
}
.table tbody > tr > td.cart_quantity{
    width: 121px;
}
.cart_quantity .cart_quantity_input{
    display: inline-block;
    height: 23px;
    width: 55px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button{
    text-align: center;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a{
    float: none;
    /* border: none; */
    margin-right: 1px;
}
.cart_quantity_button .btn.button-plus span, .cart_quantity_button .btn.button-minus span{
    height: 23px;
    width: 23px;
    border: none;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a .icon-minus:before{
    top: 3px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a .icon-plus:before{
    top: 3px;
    position: relative;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a:nth-child(1){
    margin-left: 0px;
}
#cart_summary .cart_total .price{
    font-family: roboto;
    font-weight: bold;
    font-size: 16px;
    color: #707070;
}
#cart_summary tfoot .cart_total_price td.text-right span{
    font-family: roboto;
    font-weight: bold;
    font-size: 18px;
    color: #d32a25;
}
#cart_summary tfoot td#total_price_container{
    font-family: roboto;
    font-weight: bold;
    font-size: 18px;
    color: #d32a25;
}
#cart_summary tfoot td.text-right{
    font-family: arial;
    font-weight: 400;
    font-size: 16px;
    color: #282828;
}
#cart_summary tfoot td.price{
    font-family: roboto;
    font-weight: 400;
    font-size: 15px;
    color: #282828;
}
.order_delivery > div *{
    background: white !important;
}
.cart_navigation .button-exclusive .icon-chevron-left:before{
    color: #173b85;
    font-size: 10px;
    position: absolute;
    top: -9px;
    left: -5px;
}
.cart_navigation .button-exclusive{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #173b85;
    text-transform: uppercase;
    border: 1px solid #173b85;
    padding: 8px 30px;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: 0;
}
#order-detail-content{
    padding: 0 15px;
}
.order_delivery{
    padding: 0 15px;
}
.cart_navigation .button-medium span .icon-chevron-right:before{
    font-size: 12px;
    position: absolute;
    top: -20px;
    right: -4px;
}
.cart_navigation .button-medium span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 4px 12px;
}
#password .button.button-medium span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 4px 12px;
}
#password .button.button-medium{
    border: none;
    border-radius: 0;
    background: #173b85;
    margin-right: 15px;
    border: 1px solid transparent;
}
.cart_navigation .button-medium{
    border: none;
    border-radius: 0;
    background: #173b85;
    margin-right: 15px;
    border: 1px solid transparent;
}
ul.step li.step_done{
    border: none;
    border-radius: 0;
}
ul.step li.step_done:nth-child(1) a:after{
    right: 58px;
}
ul.step li.step_done:nth-child(2) a:after{
    right: 26px;
}
ul.step li.step_done:nth-child(3) a:after{
    right: 40px;
}
ul.step li.step_done:nth-child(4) a:after{
    right: 33px;
}

ul.step li.step_done a:after{
    background: url(../img/order-step-done_2.png) !important;
    position: absolute;
    width: 22px;
    height: 22px;
    display: block;
    top: 13px;
}
ul.step li.step_done a{
    font-family: oswald;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    background: #173b85;
}
.page-heading{
    font-family: oswald;
    font-weight: bold;
    color: #173b85;
    margin-bottom: 0;
    border: none;
}
#txtaviso.txt_aviso span{
    font-size: 11px !important;
}
#txtaviso.txt_aviso span:nth-child(1){
    background: #d32a25 !important;
    color: white;
}
#txtaviso.txt_aviso span:nth-child(2){
    white-space: initial !important;
    background: #d32a25 !important;
    color: white;
}
#product #txtaviso.txt_aviso span{
    padding: 0 5px;
    font-family: oswald;
    font-size: 10px !important;
    line-height: 13px !important;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}
#product #txtaviso.txt_aviso{
    display: inline-block;
    text-align: center;
}
#txtaviso.txt_aviso{
    background: #d32a25 !important;
    margin-top: 5px;
    padding: 5px;
}
#cart_summary tbody td.cart_avail {
    width: 140px;
    max-width: 140px;
}
#authentication .box{
    background: white;
}
.paddinglg .page-subheading{
    font-family: oswald;
    font-weight: bold;
    color: #173b85;
    margin-bottom: 0;
    border: none;
    font-size: 20px;
}
.paddinglg{
    padding: 15px;
    clear: both;
}
#create-account_form p{
    font-family: roboto;
    color: #282828;
    border-bottom: 1px solid #d6d4d4;
}
#create-account_form .form-group label{
    font-family: roboto;
}
.button.button-medium.exclusive{
    border: none;
    background: white;
}
.button.button-medium.exclusive span:hover{
    background: white !important;
    color: #173b85 !important;
    border: 1px solid #173b85 !important;
}
.button.button-medium.exclusive span{
    border: none;
    background: #173b85;
    padding: 6px 18px;
    font-family: roboto;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid transparent;
}
/*.icon-user:before{*/
/*content:"";*/
/*}*/
/*.myaccount-link-list .icon-user:before{*/
/*content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡";*/
/*}*/
.button.button-medium span i.left{
    display: none;
}
#login_form .form-group label{
    font-family: roboto;
    color: #282828;
}
#login_form .button.button-medium{
    border: none;
    background: white;
}
#login_form .button.button-medium span:hover{
    background: white !important;
    color: #173b85 !important;
    border: 1px solid #173b85 !important;
}
#login_form .button.button-medium span{
    border: none;
    background: #173b85;
    font-family: roboto;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    padding: 6.5px 12px;
    border: 1px solid transparent;
}
#create-account_form .submit{
    display: inline-block;
    vertical-align: top;
}
.txt_create_acc span:before{
    content: "\f105";
    font-family: fontawesome;
    position: relative;
    left: -4px;
}
.txt_create_acc span{
    display: block;
    font-family: roboto;
    color: #282828;
}
.txt_create_acc{
    display: inline-block;
    margin-left: 15px;
}
.txt_login_acc{
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;
}
.txt_login_acc span{
    display: block;
    font-family: roboto;
    color: #282828;
    line-height: 25px;
}
.txt_login_acc span:before{
    content: "\f105";
    font-family: fontawesome;
    position: relative;
    left: -4px;
}
#login_form .submit{
    display: inline-block;
    float: left;
    clear: left;
}
#login_form .form-group.lost_password{
    display: inline-block;
    float: left;
}
.addresses .address .box{
    margin-bottom: 0;
}
.addresses .address {
    background: white;
    padding: 15px;
}
.addresses>div{
    padding: 15px;
}
.address li.address_update a span .icon-chevron-right:before{
    content:'';
}
.address_add .button.button-small span:hover, .address li.address_update a span:hover{
    background: white !important;
    color: #173b85 !important;
    border: 1px solid #173b85 !important;
}
.address_add .button.button-small span, .address li.address_update a span{
    border: none;
    background: #173b85;
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 6.5px 12px;
    border: 1px solid transparent;
    text-shadow: none;
    padding-right: 21px;
}
.address_add .button.button-small, .address li.address_update a{
    border: none;
    background: white;
}
.footer_links .button.button-small span{
    border: none;
    background: #173b85;
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 6.5px 12px;
    border: 1px solid transparent;
    text-shadow: none;
}
.footer_links .button.button-small span:hover{
    background: transparent !important;
    color: #173b85 !important;
    border: 1px solid #173b85 !important;
}
.footer_links .button.button-small {
    border: none;
    background: transparent;
}
.address li.address_update a:hover:after{
    content: "\f0e2";
    color: #173b85;
    top: 8px;
}
.address_add .icon-chevron-right:before{
    content: "\f067";
    position: relative;
    right: -6px;
}
.address li.address_update a:after{
    content: "\f040";
    font-family: fontawesome;
    position: absolute;
    right: 9px;
    top: 7px;
    text-shadow: none;
}
.address .page-subheading{
    font-family: oswald;
    font-weight: 400;
    color: #404040;
    margin-bottom: 0;
    border: none;
}
.order_carrier_content{
    border: none;
    background: white;
}
#carrier_area .box{
    background: white;
    margin-bottom: 5px;
}
.table tbody > tr > td strong{
    font-family: roboto;
    font-weight: bold;
    color: #282828;
    text-transform: uppercase;
    font-size: 18px;
}
#order .delivery_option > div > table.resume *{
    border-color: #cccccc !important;
}
#order .delivery_option > div > table.resume{
    height: 98px;
}
p.payment_module a.lgrecibodomiciliado:hover .img {
    background: transparent url(../img/pago06_on.jpg);
    height: 112px;
    background-size: 200px 100px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 212px;
    float: left;
}
.payment_module .lgrecibodomiciliado .img {
    background: transparent url(../img/pago06_off.jpg);
    height: 112px;
    background-size: 200px 100px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 212px;
    float: left;
}
p.payment_module a.lgrecibodomiciliado {
    background: white;
    padding: 0;
    text-align: center;
    border-radius: 0;
    border-color: #ccc;
    height: 114px;
}
p.payment_module a.bankwiretrans {
    background: white;
    padding: 0;
    text-align: center;
    border-radius: 0;
    border-color: #ccc;
    height: 114px;
}
p.payment_module a.bankwire {
    background: none;
    padding: 0;
    text-align: center;
    border-radius: 0;
    border-color: #ccc;
    display: block;
    height: 114px;
}
p.payment_module a > span:nth-child(1) {
    border-right: 1px solid #CCCCCC;
}
p.payment_module a > span {
    padding: 8px;
    position: relative;
    display: block;
}
p.payment_module a > span {
    padding: 8px;
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 30px;
}
p.payment_module a > span > span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    color: #757575;
    font-family: 'oswald', sans-serif;
    padding-top: 0;
    text-transform: uppercase;
    line-height: 94px;
}
p.payment_module.paypal a {
    padding: 0 !important;
    text-align: center;
    border-radius: 0;
    border-color: #ccc;
    display: block;
    height: 114px;
}
p.payment_module a:hover span > span, p.payment_module a:hover:after {
    /* background: #e9ebf3; */
    /*color: #173b85;*/
}

p.payment_module a > span:nth-last-child(1):after{
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    position: absolute;
    color: #e5e5e5;
    top: 46px;
    right: -28px;
}
p.payment_module a.bankwiretrans:after,p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after, p.payment_module a.redsys:after, p.payment_module.paypal a:after {
    /*top: initial;*/
    /*margin-top: -50px;*/
    /*right: 25px;*/
    /*color: #e2e2e2;*/
    /*content: "\f054";*/
    /*display: block;*/
    /*font-family: "FontAwesome";*/
    /*font-size: 25px;*/
    /*height: 22px;*/
    /*width: 14px;*/
    /*position: absolute;*/
    content:'';
}

p.payment_module a.cash {
    background: none;
    padding: 0;
    text-align: center;
    border-radius: 0;
    border-color: #ccc;
}
.payment_module .bankwiretrans .img{
    background: transparent url(../img/pic_transfe.jpg);
    height: 112px;
    background-size: 200px 100px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 212px;
    float: left;
}
p.payment_module a:hover{
    background: white !important;
    border: 1px solid #173b85 !important;
}
p.payment_module a.facturarecep{
    background: white;
    padding: 0;
    text-align: center;
    border-radius: 0;
    border-color: #ccc;
    height: 114px;
}
p.payment_module a.bankwiretrans:hover .img{
    background: transparent url(../img/pic_transfe-on.jpg);
    height: 112px;
    background-size: 200px 100px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 212px;
    float: left;
}
.payment_module .bankwire .img {
    background: transparent url(../img/pic_tarjeta.jpg);
    height: 112px;
    background-size: 200px 100px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 212px;
    float: left;
}
p.payment_module a.bankwire:hover .img{
    background: transparent url(../img/pic_tarjeta-on.jpg);
    height: 112px;
    background-size: 200px 100px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 212px;
    float: left;
}


.payment_module .facturarecep .img {
    background: transparent url(../img/pagorecfactura_off.jpg);
    height: 112px;
    background-size: 200px 100px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 212px;
    float: left;
}
p.payment_module a.facturarecep:hover .img{
    background: transparent url(../img/pagorecfactura_on.jpg);
    height: 112px;
    background-size: 200px 100px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 212px;
    float: left;
}



.payment_module .cash .img {
    background: transparent url(../img/pic_contrareembolso.jpg);
    height: 150px;
    background-size: 270px 136px;
    background-position: 8px 7px;
    background-repeat: no-repeat;
}
p.payment_module a.cash:hover .img{
    background: transparent url(../img/pic_contrareembolso-on.jpg);
    background-size: 270px 136px;
    background-position: 8px 7px;
    background-repeat: no-repeat;
}
.payment_module .paypal .img {
    background: transparent url(../img/pic_paypal.jpg);
    height: 112px;
    background-size: 200px 100px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 212px;
    float: left;
}
p.payment_module a.paypal:hover .img{
    background: transparent url(../img/pic_paypal-on.jpg);
    height: 112px;
    background-size: 200px 100px;
    background-position: 6px 6px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 212px;
    float: left;
}
#step_end.step_current.last:after{
    content: url(../img/order-step-a.png);
    /* background: url(../img/order-step-a.png) right 0 no-repeat; */
    position: absolute;
    top: -4px;
    right: -37px;
}
ul.step li#step_end.step_current.last{
    width: 17%;
}
#order .heading-counter{
    font-family: oswald;
    color: #173b85;
    position: relative;
    line-height: 28px;
}
#order .heading-counter:before{
    background: url(../img/ico_cesta.png);
    position: absolute;
    bottom: 6px;
    left: -33px;
    content: '';
    width: 25px;
    height: 22px;
}
.comprafast{
    border: 1px solid #cdcdcd;
    display: inline-block;
    margin: 0 15px;
    padding: 15px;
    width: 1240px;
}
.comprafast #comprasinreg:hover{
    color: white !important;
    background: #173b85 !important;
    /*border: 1px solid #173b85 !important;*/
}
.comprafast #comprasinreg{
    display: inline-block;
    font-family: roboto;
    text-transform: uppercase;
    color: #173b85;
    border: 1px solid #173b85;
    padding: 6px 30px;
    font-size: 10px;
    margin-top: 5px;
    cursor: pointer;
}
.comprafast .txt1comprafast{
    font-family: oswald;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #173b85;

}
.comprafast .txt2comprafast{
    font-family: roboto;
    display: block;
    color: #163a85;
    font-weight: bold;
}
.comprafast .txt3comprafast:before{
    content: "\f105";
    font-family: fontawesome;
}
.comprafast .txt3comprafast{
    display: block;
    font-family: roboto;
    color: #282828;
}
.comprafast .txt4comprafast:before{
    content: "\f105";
    font-family: fontawesome;
}
.comprafast .txt4comprafast{
    display: block;
    font-family: roboto;
    color: #282828;
}
.manodedos:before{
    content: "\f209";
    font-family: fontawesome;
    position: absolute;
    left: -39px;
    font-size: 60px;
    top: 20px;
    color: #173b85;
}
#new_account_form #uniform-id_country span{
    width: 90px !important;
}
#new_account_form #uniform-id_country {
    width: 106px !important;
}
#new_account_form .date-select #uniform-years{
    width: 45px !important;
}
#category .heading-counter{
    clear: both;
    display: block;
    /*padding-top: 15px;*/
    font-family: oswald;
    color: #163a85;
}
.product_list.list li .right-block{
    display: inline-block;
    float: right;
    width: 179px;
    text-align: center;
    padding-top: 12px;
}
.product_list.list li .center-block{
    display: inline-block;
    vertical-align: top;
    width: 580px;
    padding-left: 35px;
    height: 162px;
    position: relative;
    margin-right: 20px;
    border-right: 1px solid #c5c5c5;
}
.product_list.list li .left-block{
    display: inline-block;
    width: 162px;
    text-align: center;
    position: relative;
}
ul.product_list.list > li .right-block .right-block-content{
    border: none;
    padding-bottom: 0;
}
ul.product_list.list > li .product-container{
    border: none;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 15px;
}
ul.product_list.list > li .right-block .right-block-content .button-container .btn{
    float: none !important;
}
ul.product_list.list > li h5{
    display: inline-block;
}
ul.product_list.list > li .right-block .right-block-content .button-container{padding-bottom: 0;}
ul.product_list.list .button.ajax_add_to_cart_button{
    /*display: block;*/
}
ul.product_list.list > li:hover .product-image-container .quick-view{
    display: none;
}
ul.product_list.list > li .product-image-container{
    padding: 0;
    border: none;
}
ul.product_list.list > li .product-image-container:hover{
    border-color: #163a85;
}
ul.product_list.list .product-name{
    font-size: 17px;
}
ul.product_list.list .product-name:hover {
    text-decoration: underline;
}
.content_sortPagiBar{
    clear: both;
}
ul.product_list.list > li .center-block p{
    font-family: arial;
    font-weight: 400;
    font-size: 13px;
    color: #707070;
}
ul.product_list.list > li .functional-buttons{
    position: absolute;
    bottom: 0;
    right: 20px;
    width: initial;
}
ul.product_list.list > li .functional-buttons .compare{
    display: inline-block;
    width: initial !important;
    border: none;
    line-height: 30px;
}

ul.product_list.list > li .functional-buttons div.wishlist{
    display: inline-block;
    width: initial !important;
    line-height: 30px;
}
ul.product_list.list > li .functional-buttons .compare a{
    background: #cccccc;
    padding: 9px 15px;
}
ul.product_list.list > li .functional-buttons div.wishlist a{
    background: #cccccc;
    padding: 9px 17px;
}
ul.product_list.list .functional-buttons div.wishlist a:before{
    color: #ccc;
}
ul.product_list.list .product-flags {
    display: none;
}
.product_list.list li .right-block .button.ajax_add_to_cart_button span{
    margin-bottom: 0;
    margin-top: 9px;
}
.product_list.list li .right-block .content_price{
    padding-bottom: 0 !important;
}
#category .product_list.list .oxc .ofertasporcantidad{
    left: initial;
    right: -68px;
    bottom: -75px;
}
.pb-left-column #image-block #view_full_size .span_link{
    font-size: 0;
    box-shadow: none;
    left: 0;
    width: initial;
    margin: 0;
    bottom: 0;
    padding: 0;
}
#image-block #flash_product{
    bottom: 11px;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#blocknewproducts.list, #homefeatured.list, #blockbestsellers.list{
    display: none !important;
}
.pb-left-column #image-block #view_full_size .span_link:after{
    content: url(../img/ico_lupa.png);
    margin: 0;
    position: relative;
    display: block;
}
#image-block #flash_product #timerBlock .time>div{
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    font-size: 18px;
    color: #404040;
    border: 1px solid #a0a0a0;
    margin: 0 3.5px;
    padding: 0px 6px;
    padding-top: 5px;
    background: white;
    -webkit-box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.53);
    -moz-box-shadow:    0px 4px 11px 0px rgba(50, 50, 50, 0.53);
    box-shadow:         0px 4px 11px 0px rgba(50, 50, 50, 0.53);
}
#image-block #flash_product #timerBlock .time>div span{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    color: #aaaaaa;
    margin-top: -3px;
    display: block;
}
.product_list.grid li .flashlist{
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 7px;
}
.product_list li .flashlist .time>div{
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    color: #404040;
    border: 2px solid #a0a0a0;
    margin: 0 3.5px;
    padding: 0px 2px;
    padding-top: 3px;
    background: white;
    line-height: 15px;
    -webkit-box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.53);
    -moz-box-shadow:    0px 4px 11px 0px rgba(50, 50, 50, 0.53);
    box-shadow:         0px 4px 11px 0px rgba(50, 50, 50, 0.53);
}
.product_list li .flashlist .time>div span{
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 400;
    color: #aaaaaa;
    margin-top: -2px;
    display: block;
    line-height: 10px;
}
.product_list.grid .left-block{
    position: relative;
}
.product_list.list .flashlist{
    bottom: 4px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
#layer_cart{

}
#layer_cart .layer_cart_product .title .icon-check:before{
    background: green;
    color: white;
    border-radius: 20px;
    font-size: 12px;
    padding-left: 5px;
    position: absolute;
    height: 22px;
    line-height: 22px;
    width: 22px;
    left: -25px;
    bottom: -24px;
}
#layer_cart .layer_cart_product .title{
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #404040;
    padding-left: 26px;
}
#layer_cart .layer_cart_product{

}
#layer_cart .layer_cart_cart{
    background: white;
    padding: 30px 30px 30px 30px;
}
#layer_cart .layer_cart_product .layer_cart_product_info{
    padding-top: 0;
}
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title{
    font-family: arial;
    font-weight: bold;
    font-size: 15px;
    color: #404040;
    line-height: 17px;
}
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_attributes {
    display: none;
}
#layer_cart .layer_cart_product .layer_cart_product_info > div{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    text-transform: uppercase;

}
#layer_cart .layer_cart_product .layer_cart_product_info > div strong{

}
#layer_cart .layer_cart_product .layer_cart_product_info > div span{

}
#layer_cart .layer_cart_cart .layer_cart_row{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #707070;
    /*text-transform: uppercase;*/
    padding: 0;

}
#layer_cart .layer_cart_cart .layer_cart_row strong{
    font-weight: 400;
    color: #707070;
}
#layer_cart .layer_cart_cart .title{
    font-family: oswald;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
}
#layer_cart .layer_cart_cart .layer_cart_row.tot strong, #layer_cart .layer_cart_cart .layer_cart_row.tot{
    color: #d32927 !important;
    font-weight: bold;
}
#layer_cart .layer_cart_cart .button-container span.exclusive-medium span{
    border: none;
    background: #d2d2d2;
    text-shadow: none;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #2c2c2c;
    text-transform: uppercase;
    padding: 8.5px 15.5px;
    border: 1px solid transparent;
}
#layer_cart .layer_cart_cart .button-container span.exclusive-medium{
    border: none;
}
#layer_cart .layer_cart_cart .button-container a.btn{
    border: none;
}
#layer_cart .layer_cart_cart .button-container a.btn span{
    border: none;
    background: #1b1b1b;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8.5px 19px;
    border: 1px solid transparent;
}
#layer_cart .cross{
    color: #aaa;
}
#layer_cart .crossseling-content{
    padding: 10px !important;
    padding-bottom: 30px !important;
}
#layer_cart .crossseling h2{
    margin: 0;
    display: block;
    background: #163a85;
    color: white;
    text-align: center;
    font-family: oswald;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 40px;
}
#layer_cart .crossseling #blockcart_list ul li .product-name{
    line-height: 14px;
    padding: 0 10px;
    margin-bottom: 8px;
}
#layer_cart .crossseling #blockcart_list ul li .product-name a{
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
}
#layer_cart .crossseling #blockcart_list ul li .price_display{
    display: block;
    text-align: center;
}

#layer_cart .crossseling #blockcart_list ul li .price_display .price{
    font-family: arial;
    font-weight: bold;
    font-size: 22px;
    color: #0c8935;
}
#layer_cart .crossseling #blockcart_list ul li .product-image-container img{

}
#layer_cart .crossseling #blockcart_list ul li .product-image-container{
    padding:0px !important;
    margin-bottom: 5px;
}
#layer_cart .crossseling #blockcart_list a.bx-next{
    right: -47px;
    top: 118px;
    height: 30px;
    border-radius: 4px;
    background: #a6a6a6;
    width: 30px;
}
#layer_cart .crossseling #blockcart_list a.bx-prev{
    left: -46px;
    top: 118px;
    height: 30px;
    border-radius: 4px;
    background: #a6a6a6;
    width: 30px;
}
#layer_cart .crossseling #blockcart_list a.bx-prev.disabled, #layer_cart .crossseling #blockcart_list a.bx-next.disabled{

}
#layer_cart .crossseling #blockcart_list{
    overflow: visible !important;
}
#layer_cart .crossseling #blockcart_list a.bx-next:after {
    content: "\f105";
    height: 30px;
    display: block;
    width: 30px;
    font-size: 20px !important;
    color: white !important;
    background: transparent;
    left: 12px;
    top: -18px;
    position: relative;
    border-radius: 30px;
    border: none;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:after{
    content: "\f104";
    height: 30px;
    display: block;
    width: 30px;
    font-size: 20px !important;
    color: white !important;
    background: transparent;
    left: 10px;
    top: -18px;
    position: relative;
    border-radius: 0;
    border: none;
}
.cmstit{
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    color: #474747;
    padding-bottom: 30px !important;
    display: block;
    /*padding-top: 40px;*/
}
.sobnos p{
    font-family: arial;
    font-weight: 400;
    font-size: 15px;
    color: #474747;
}
.sobnos img{
    padding: 9px;
    border: 1px solid #d2d2d2;
    width: 100%;
    margin-top: 0 !important;
}
.sobnosimgnobord img{
    border: none;
    margin: 27px auto !important;
    padding: 0;
    display: block;
    width: auto;
}
.sobnos em{
    font-family: arial;
    font-size: 15px;
    color: #404040;
}
.contact-form-box, .contact-form-box fieldset{
    background: none;
}
.cmstit2{
    margin-top: 15px;
}
.ls-v5 .ls-nav-prev:before{
    content: "\f104";
    font-family: fontawesome;
    font-size: 53px;
    color: #505050;
}
.ls-v5 .ls-nav-prev{
    background-image: none !important;
}
.ls-v5 .ls-nav-next:before{
    content: "\f105";
    font-family: fontawesome;
    font-size: 53px;
    color: #505050;
}
.ls-v5 .ls-nav-next{
    background-image: none !important;
    right: -7px !important;
}
.polpriv img{
    padding: 9px;
    border: 1px solid #d2d2d2;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}
.usuregsp:before{
    content: "\f101";
    font-family: fontawesome;
    position: relative;
    left: -3px;
}
.usuregsp{
    display: block;
    padding-top: 15px;
    padding-left: 30px;
}
.polprivmail{
    color: #d32927;
}
.polpriv p{
    font-family: arial;
    font-weight: 400;
    font-size: 15px;
    color: #474747;
}
.border-block-faq .title h1{
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #163a85;
    margin-bottom: 15px;
    display: block;
}
.main-text-box{
    border: none;
}
.main-text-box .faqItem{
    border-top: 0;
    border-bottom: 1px dotted #858585 !important;
    padding: 10px 0;
    border-right: 2px dotted transparent !important;
}
.main-text-box .faqItem:after{
    content: '+';
    position: absolute;
    right: 25px;
    font-size: 25px;
    background: #707070;
    color: #eeeeee;
    border-radius: 3px;
    line-height: 18px;
    width: 18px;
    padding-left: 2px;
}
.main-text-box .faqItem.open:after{
    content: '-';
    padding: 0px 0px 0px 4px;
    line-height: 14px;
    height: 18px;
}
.main-text-box .faqItem strong{
    font-family: oswald;
    font-weight: 400;
    font-size: 15px;
    color: #707070 !important;
}
.faqAnsw{
    margin-top: 30px;
}

.faqAnsw p{
    font-family: arial;
    font-weight: 400;
    font-size: 14px;
    color: #404040;
    padding: 15px 0;
}
.border-block-faq .tabfaq{
    text-align: center;
}
.border-block-faq .tabfaq table{
    border: 1px solid #b5bdce;
    display: inline-block;
}
.border-block-faq .tabfaq tr:nth-last-child(1){
    border-bottom: 0;
}
.border-block-faq .tabfaq tr:nth-child(1) td:nth-child(1){
    background: #163a85 !important;
}
.border-block-faq .tabfaq tr td:nth-child(1){
    background: #e7ebf3;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: #404040;
    padding: 8px 52px;
    max-width: 171px;
}
.border-block-faq .tabfaq tr:nth-child(1) td{
    text-align: center;
    font-family: arial;
    font-weight: 400;
    font-size: 14px;
    color: white;
    padding: 12px 0px;
    width: 171px;
    background: #163a85;
}
.border-block-faq .tabfaq tr:nth-child(1){
    background: #163a85 !important;
    color: white;
}
.border-block-faq .tabfaq tr{
    border-bottom: 1px solid #b5bdce;
}
.border-block-faq .tabfaq tr td:nth-last-child(1){
    border-right:0;
}
.border-block-faq .tabfaq tr td{
    border-right: 1px solid #b5bdce;
    text-align: center;
    font-family: arial;
    font-weight: 400;
    font-size: 13px;
    color: #404040;
    background: white;
}
.faqAnsw{
    padding: 0 30px;
}
#cajamobile{
    display: none;
}
.forpag>div{
    clear: both;
}
.forpag div div{
    margin: 30px 0;
}
.forpag div img{
    border-radius: 8px;
    height: 106px !important;
    width: 295px;
    padding: 10px 53px;
    margin-bottom: 0 !important;
}
.forpag img{
    padding: 9px;
    border: 1px solid #d2d2d2;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
.forpag p{
    font-family: arial;
    font-weight: 400;
    font-size: 15px;
    color: #474747;
}
.forpag .cmstit{
    padding-top: 0;
    padding-bottom: 15px !important;
}
.envianos{
    display: none;
}
#layered_block_left>.block_content{
    display: block !important;
}
#filtros_left{
    display: none;
}
#layered_block_left.block .title_block{
    font-family: oswald;
    font-weight: bold;
    font-size: 18px;
    background: #163a85;
    color: white;
    text-align: center;
    border: none;
    padding: 0;
    line-height: 40px;
}
#layered_block_left>.block_content{
    background: white;
    padding: 15px;
}
#layered_block_left .layered_subtitle{
    font-family: arial;
    font-weight: bold;
    font-size: 11px;
    color: #505050;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    background: #f2f4f8;
    padding-left: 9px;
}
#layered_block_left .nomargin a{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #707070;
    text-transform: uppercase;
}
.layered_filter{
    border: none;
    margin: 0 !important;
}
#layered_form div.checker{
    position: relative;
    top: 2px;
}
.layered_filter div.selector, .layered_filter div.selector span, #layered_form .select{
    width: 100%;
}
#layered_block_left #enabled_filters, #layered_url_filter_block{
    background: #f2f4f8;
}
#layered_block_left #enabled_filters ul li{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #505050;
    padding-left: 9px;
}
#enabled_filters li a i:before{
    width: 15px;
    height: 15px;
    background: white;
    color: #505050;
    border-radius: 13px;
    display: block;
    position: relative;
    padding-left: 3px;
    padding-top: 2px;
}
.layered_price ul label, .layered_price ul span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #707070;
    text-transform: uppercase;
}
#layered_form div div ul{
    /*overflow-x: initial;*/
}
.copyfot{
    width: 634px;
    display: inline-block;
    padding: 0 15px;
    text-align: right;
}
.copyfot>div>span:nth-child(1){
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: white;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px dotted white;
    border-bottom: 3px dotted transparent;
}
.copyfot>div>span:nth-child(2){
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: white;
}
.copyfot>div>span:nth-child(3){
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: white;
}
.copyfot>span{
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    color: white;
    display: inline-block;
    line-height: 24px;
}
.copyfot>img{
    display: inline-block;
    margin: 2px 0;
    vertical-align: top;
}
#block_contact_infos{
    padding-left: 0;
}
ul.product_list.grid > li .product-container .button-container{
    display: block;
}
#views_block_hor{
    display: none;
}
.pb-left-column h1{
    display: none;
}
#attributes .attribute_list #color_to_pick_list li{
    border: none;
}
img.transparent{
    display: none;
}
.button.ajax_add_to_cart_button:hover span{
    background: #d32927 !important;
}
#index #venta_flash span a:hover{
    background: #434343 !important;
}
#tmhtmlcontent_home>ul>li>div .banhtmlcon:hover{
    border-color: #2153ba !important;
    cursor: pointer;
}
#tmhtmlcontent_left>ul>li>div .banhtmlcon .banhtmlconmas a:nth-child(1), #tmhtmlcontent_home>ul>li>div .banhtmlcon .banhtmlconmas a:nth-child(1){
    display: none;
}
#tmhtmlcontent_home>ul>li>div .banhtmlcon:hover .banhtmlconmas a{
    background: #2153ba !important;
    color:white !important;
}
#htmlcontent_home .htmlcontent-home>li>div>div:hover{
    border-color: #d32927 !important;
    cursor: pointer;
}
#htmlcontent_home .htmlcontent-home>li>div>div:hover .cruzclic:before{
    background: rgba(201,20,20,1);
    background: -moz-linear-gradient(45deg, rgba(201,20,20,1) 0%, rgba(201,20,20,1) 50%, rgba(211,42,39,1) 51%, rgba(211,42,39,1) 100%)!important;
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(201,20,20,1)), color-stop(50%, rgba(201,20,20,1)), color-stop(51%, rgba(211,42,39,1)), color-stop(100%, rgba(211,42,39,1)))!important;
    background: -webkit-linear-gradient(45deg, rgba(201,20,20,1) 0%, rgba(201,20,20,1) 50%, rgba(211,42,39,1) 51%, rgba(211,42,39,1) 100%)!important;
    background: -o-linear-gradient(45deg, rgba(201,20,20,1) 0%, rgba(201,20,20,1) 50%, rgba(211,42,39,1) 51%, rgba(211,42,39,1) 100%)!important;
    background: -ms-linear-gradient(45deg, rgba(201,20,20,1) 0%, rgba(201,20,20,1) 50%, rgba(211,42,39,1) 51%, rgba(211,42,39,1) 100%)!important;
    background: linear-gradient(45deg, rgba(201,20,20,1) 0%, rgba(201,20,20,1) 50%, rgba(211,42,39,1) 51%, rgba(211,42,39,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91414', endColorstr='#d32a27', GradientType=1 ) !important;
    color: white !important;
}
.header_user_info:hover a.account:after{
    content: url(../img/ico_cab_sesion_hover.png) !important;
}
.shopping_cart:hover:before{
    content: url(../img/ico_cab_cesta_hover.png) !important;
}
#header_logo h1{
    margin: 0 !important;
}
#layer_cart .crossseling #blockcart_list a.bx-prev:hover:after, #layer_cart .crossseling #blockcart_list a.bx-next:hover:after{
    color: #a6a6a6 !important;
}
#layer_cart .crossseling #blockcart_list a.bx-prev:hover, #layer_cart .crossseling #blockcart_list a.bx-next:hover{
    border: 1px solid #a6a6a6 !important;
    background: white;
}
#layer_cart .layer_cart_cart .button-container a.btn span:hover{
    border: 1px solid #1b1b1b;
    color: #1b1b1b;
    background: white !important;
}
#layer_cart .layer_cart_cart .button-container span.exclusive-medium span:hover{
    border: 1px solid #d2d2d2;
    /*color: #d2d2d2;*/
    background: white !important;
}
.cart_navigation .button-exclusive:hover .icon-chevron-left:before{
    color: white;
}
.cart_navigation .button-exclusive:hover{
    background: #173b85 !important;
    color: white;
}
.cart_navigation .button-medium:hover{
    border: 1px solid #173b85;
    background: transparent;
    color: #173b85;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a i{
    background: transparent !important;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a:hover span {
    background: #e0e0e0 !important;
}
.pnp-ui-widget-overlay{
    z-index: 5555 !important;
    width: 100% !important;
    background: #434343;
    opacity: 0.8;
}
#promonewsletterpopup {
    z-index: 5555 !important;
    width: 720px !important;
    height: 379px !important;
}
#promonewsletterpopup_controls{
    top: 184px !important;
    left: 61px !important;
    width: 360px;
}
#promonewsletterpopup_controls #txt_email_subscriber{
    width: 270px;
    height: 30px;
    border: 1px solid #a0a0a0;
}
#promonewsletterpopup_controls span:nth-child(1){
    font-family: oswald;
    font-weight: bold;
    font-size: 22px;
    color: #202020;
    display: block;
}
#promonewsletterpopup_controls span:nth-child(2){
    font-family: oswald;
    font-weight: 400;
    font-size: 14px;
    color: white;
    line-height: 27px;
}
#promonewsletterpopup_controls #btn_sent{
    float: none;
    background: #d32927;
    height: 28px;
    position: relative;
    top: 1px;
    border: 1px solid transparent;
    font-family: oswald;
    font-weight: 400;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}
#promonewsletterpopup_controls #btn_sent:hover{
    border: 1px solid #d32927 !important;
    color: #d32927 !important;
    background: white !important;
}
#module-lgpayafterreceive-payment #cart_summary{
    border-color: #cccccc;
}
#module-lgpayafterreceive-payment #cart_summary thead tr th{
    border-bottom: 1px solid #cccccc !important;
}
#module-lgpayafterreceive-payment #cart_summary tfoot tr td:nth-last-child(1){
    border-right: 0 !important;
}
#module-lgpayafterreceive-payment #cart_summary .total_price_container p{
    display: inline-block;
}
h3.par{

}
#columns {
    padding-top: 0;
    padding-bottom: 9px;
}
.footer-container #footer ul li a:hover{
    text-decoration: underline;
}
.main-page-indent .button.button-medium:hover, #my-account .button.button-small:hover{
    background: #163a85;
    color: white;
}
.main-page-indent .button.button-medium span:hover, #my-account .button.button-small span:hover{
    background: transparent !important;
    border: none !important;
}
.main-page-indent .button.button-medium, #my-account .button.button-small{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #173b85;
    text-transform: uppercase;
    border: 1px solid #173b85;
    padding: 8px 30px;
    /* margin-left: 15px; */
    margin-bottom: 20px;
    margin-top: 0;
    background: transparent;
}
.main-page-indent .button.button-medium span, #my-account .button.button-small span{
    padding: 0;
    border: 0;
    text-shadow: none;
    background: transparent;
}
#module-blockwishlist-mywishlist .button.button-medium:hover span, #identity .button.button-medium:hover span{
    padding: 0;
    border: 0;
    text-shadow: none;
    background: transparent;
}
#module-blockwishlist-mywishlist .button.button-medium:hover, #identity .button.button-medium:hover{
    background: #163a85;
    color: white;
}
#module-blockwishlist-mywishlist .button.button-medium span, #identity .button.button-medium span{
    padding: 0;
    border: 0;
    text-shadow: none;
    background: transparent;
}
#module-blockwishlist-mywishlist .button.button-medium, #identity .button.button-medium{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #173b85;
    text-transform: uppercase;
    border: 1px solid #173b85;
    padding: 8px 30px;
    margin-top: 15px;
    margin-bottom: 20px;
    /* margin-top: 0; */
    background: transparent;
}
#htmlcontent_home ul li:nth-child(3n+1){
    padding-left: 0;
}
#htmlcontent_home ul li:nth-child(3n){
    padding-right: 0;
}
#htmlcontent_home ul li{
    padding: 0 15px 10px;
}
.solicita:hover{
    background: #d32927 !important;
}
.solicita{
    border: none !important;
    padding: 6.5px 35px !important;
    background: #434343 !important;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 400 !important;
    font-size: 11px !important;
    margin-top: 5px;
    margin-bottom: 11px;
    color: white !important;
}
/*#search .product_list{
    max-width: 992px;
    margin: 0 auto;
}*/
#pagenotfound .button.button-medium:hover{
    border: 1px solid #173b85;
    background: transparent;
    color: #173b85;
}
#pagenotfound .button.button-medium{
    border: none;
    border-radius: 0;
    background: #173b85;
    margin-right: 15px;
    border: 1px solid transparent;
}
#pagenotfound .button.button-medium span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 4px 12px;
}
#pagenotfound .button.button-small:hover{
    background: #173b85;
    color: white;
}
#pagenotfound .button.button-small{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    color: #173b85;
    text-transform: uppercase;
    border: 1px solid #173b85;
    padding: 0;
    background: white;
    text-shadow: none;
}
#pagenotfound .button.button-small span{
    border: none;
}
#pagenotfound .button.button-small span:hover{
    background: #173b85;
}
#account-creation_form .button.button-medium span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 4px 12px;
}
#account-creation_form .button.button-medium:hover{
    border: 1px solid #173b85;
    background: transparent;
    color: #173b85;
}
#account-creation_form .button.button-medium{
    border: none;
    border-radius: 0;
    background: #173b85;
    margin-right: 15px;
    border: 1px solid transparent;
}
#formwecallyouback #conf{
    position: absolute;
}
#address .button.button-medium:hover{
    border: 1px solid #173b85;
    background: transparent;
    color: #173b85;
}

#address .button.button-medium span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 4px 12px;
}
#address .button.button-medium{
    border: none;
    border-radius: 0;
    background: #173b85;
    margin-right: 15px;
    border: 1px solid transparent;
    margin-top: 15px;
}
#txt_envio.txt_envio{
    color: #d32a25;
    position: absolute;
    bottom: 15px;
}
#cart_voucher.cart_voucher{
    position: relative;
}
.cart_voucher #voucher{
    /*margin-top: -11px;*/
}
#voucher .button.button-small span{
    font-family: arial;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 4.5px 12px;
    background: transparent;
    text-shadow: none;
    border: none;
}
#voucher .button.button-small:hover{
    border-color: #173b85 !important;
    background: transparent;
    color: #173b85;
}
#voucher .button.button-small{
    border-radius: 0;
    background: #173b85;
    margin-right: 15px;
    border: 1px solid transparent;
    border: 1px solid #173b85;
}
#cart_summary tbody td.cart_description{
    position: relative;
}
.portes_fijos{
    position: absolute;
    bottom: 10px;
    color: #d32a25 ;
}
.bankwire_contact{
    text-decoration: underline;
}
#order .delivery_option > div > table.resume tbody tr td.carrier_desc{
    /*font-size: 0;*/
}
.product_list .button-minus span{
    border: 0;
}
.product_list .button-minus span .icon-minus:before{
    content: url(../img/pb_menos_reposo.jpg);
    line-height: initial;
}
.product_list .button-minus span.disabled .icon-minus:before{
    content: url(../img/pb_menos_off.jpg);
    line-height: initial;
}
.product_list .button-minus span.disabled:hover .icon-minus:before{
    content: url(../img/pb_menos_off.jpg);
    line-height: initial;
}
.product_list .button-minus span:hover .icon-minus:before{
    content: url(../img/pb_menos_hover.jpg);
    line-height: initial;
}
.product_list .button-plus span{
    border: 0;
}
.product_list .button-plus span .icon-plus:before{
    content: url(../img/pb_mas_reposo.jpg);
    line-height: initial;
}
.product_list .button-plus span.disabled .icon-plus:before{
    content: url(../img/pb_mas_off.jpg);
    line-height: initial;
}
.product_list .button-plus span.disabled:hover .icon-plus:before{
    content: url(../img/pb_mas_off.jpg);
    line-height: initial;
}
.product_list .button-plus span:hover .icon-plus:before{
    content: url(../img/pb_mas_hover.jpg);
    line-height: initial;
}



#crossselling_list_car .button-minus span{
    border: 0;
}
#crossselling_list_car .button-minus span .icon-minus:before{
    content: url(../img/pb_menos_reposo.jpg);
    line-height: initial;
}
#crossselling_list_car.button-minus span.disabled .icon-minus:before{
    content: url(../img/pb_menos_off.jpg);
    line-height: initial;
}
#crossselling_list_car .button-minus span.disabled:hover .icon-minus:before{
    content: url(../img/pb_menos_off.jpg);
    line-height: initial;
}
#crossselling_list_car .button-minus span:hover .icon-minus:before{
    content: url(../img/pb_menos_hover.jpg);
    line-height: initial;
}
#crossselling_list_car .button-plus span{
    border: 0;
}
#crossselling_list_car .button-plus span .icon-plus:before{
    content: url(../img/pb_mas_reposo.jpg);
    line-height: initial;
}
#crossselling_list_car .button-plus span.disabled .icon-plus:before{
    content: url(../img/pb_mas_off.jpg);
    line-height: initial;
}
#crossselling_list_car .button-plus span.disabled:hover .icon-plus:before{
    content: url(../img/pb_mas_off.jpg);
    line-height: initial;
}
#crossselling_list_car .button-plus span:hover .icon-plus:before{
    content: url(../img/pb_mas_hover.jpg);
    line-height: initial;
}

#productscategory_list .button-minus span{
    border: 0;
}
#productscategory_list .button-minus span .icon-minus:before{
    content: url(../img/pb_menos_reposo.jpg);
    line-height: initial;
}
#productscategory_list.button-minus span.disabled .icon-minus:before{
    content: url(../img/pb_menos_off.jpg);
    line-height: initial;
}
#productscategory_list .button-minus span.disabled:hover .icon-minus:before{
    content: url(../img/pb_menos_off.jpg);
    line-height: initial;
}
#productscategory_list .button-minus span:hover .icon-minus:before{
    content: url(../img/pb_menos_hover.jpg);
    line-height: initial;
}
#productscategory_list .button-plus span{
    border: 0;
}
#productscategory_list .button-plus span .icon-plus:before{
    content: url(../img/pb_mas_reposo.jpg);
    line-height: initial;
}
#productscategory_list .button-plus span.disabled .icon-plus:before{
    content: url(../img/pb_mas_off.jpg);
    line-height: initial;
}
#productscategory_list .button-plus span.disabled:hover .icon-plus:before{
    content: url(../img/pb_mas_off.jpg);
    line-height: initial;
}
#productscategory_list .button-plus span:hover .icon-plus:before{
    content: url(../img/pb_mas_hover.jpg);
    line-height: initial;
}

#quantity_wanted_p .button-plus span .icon-plus:before{
    content: url(../img/ficha_mas_reposo.jpg);
    top: initial;
}
#quantity_wanted_p .button-minus span .icon-minus:before{
    content: url(../img/ficha_menos_reposo.jpg);
    top: initial;
}


#quantity_wanted_p .button-plus span:hover .icon-plus:before{
    content: url(../img/ficha_mas_hover.jpg);
    top: initial;
}
#quantity_wanted_p .button-minus span:hover .icon-minus:before{
    content: url(../img/ficha_menos_hover.jpg);
    top: initial;
}
#layered_block_left ul li label {
    width: 85%;
    vertical-align: top;
}
#product_cod label{
    color: #707070;
    font-weight: 400;
}
#product_cod{
    margin-bottom: 0;
}
#product_reference{
    margin-bottom: 10px !important;
}
.cart_ref{
    margin-top: 5px;
}
.cart_description label, .cart_description .editable{
    color: #474747;
    font-weight: 400;
}
#product_ean{
    margin-bottom: 0;
}
#product_ean label{
    color: #777;
    font-weight: 400;
}
.lgcookieslaw_banner{
    opacity: 1;
}
#promonewsletterpopup_check_conditions div.checker{
    display: inline-block;
    float: left;
    vertical-align: top;
}
.ls-bottom-nav-wrapper {
    position: absolute !important;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.ls-v5 .ls-nav-start{
    top:0 !important;
}
.ls-bottom-slidebuttons{
    top: 0 !important;
}
@media  (max-width: 1299px){
    .ls-wp-container, .ls-wp-container .ls-inner, .ls-wp-container .ls-inner .ls-slide{
        width: 100% !important;
    }
    .comprafast{
        width: 910px;
    }
    .solicita{
        padding: 2.5px 23px !important;
        font-size: 9px !important;
    }
    .nombreflash {
        padding-right: 0;
    }
    ul.product_list .product-name{
        height: 32px;
        line-height: 16px;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div h2, #htmlcontent_home .htmlcontent-home>li>div>div span{
        font-size: 16px !important;
        line-height: 20px;
        top: 4px;
    }
    .box-cart-bottom{
        float: none;
    }
    .our_price_display{
        min-width: initial;
    }
    #htmlcontent_home .htmlcontent-home>li:nth-child(3n-1)>div>div img{
        width: 270px;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div img{
        width: 282px;
    }
    .ac_results{
        top: 77px !important;
        right: -433px !important;
    }
    .container.ocul{
        /*display: none;*/
    }
    ul.step li#step_end.step_current.last{
        width: 16%;
    }
    ul.step li.step_done a:after{
        right: -3px !important;
    }
    ul.step li.step_done:nth-child(1) a:after {
        right: 19px !important;
    }
    #old_price{
        font-size: 11px;
    }
    #old_price .price{
        font-size: 11px;
    }
    .our_price_display .price{
        font-size: 43px;
    }
    .logosenvio div{
        margin-top: 3px;
    }
    .logosenvio img{
        width: 70%;
    }
    .content_sortPagiBar .sortPagiBar .nbrItemPage{
        margin-left: 28px;
    }
    .product_list.list li .center-block{
        width: 366px;
    }
    ul.product_list.list > li h5{
        margin-bottom: 0;
    }
    ul.product_list.list > li .center-block p{
        font-size: 10px;
    }
    .copyfot{
        width: 414px;
    }
    .copyfot>div>span:nth-child(1){
        padding-right: 5px;
        margin-right: 5px;
        font-size: 10px;
    }
    .copyfot>div>span:nth-child(2){
        font-size: 10px;
    }
    .copyfot>div>span:nth-child(3){
        font-size: 10px;
    }
    .copyfot>span{
        font-size: 10px;
    }
    .copyfot>img{
        height: 15px;
    }
    .container {
        max-width: 970px;
        clear: both;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #social_block, #uprichmenu, .shop-phone span, .blockcart, #header .nav,
    ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile{
        display: none;
    }
    #cajamobile{
        display: block;
        border-top: 1px solid #bababa;
        width: 100%;
        height: 54px;
        position: relative;
        float: left;
        /* top: 113px; */
        /* margin-bottom: 165px; */
        -webkit-box-shadow: inset 0px -10px 12px -10px rgba(0,0,0,0.32);
        -moz-box-shadow: inset 0px -10px 12px -10px rgba(0,0,0,0.32);
        box-shadow: inset 0px -10px 12px -10px rgba(0,0,0,0.32);
    }
    #cajamobile .menumob{
        width: 55px;
        height: 53px;
        display: block;
        padding-top: 0;
        padding-left: 0;
        font-size: 30px;
        left: 0;
        position: relative;
        top: 0;
        float: left;
        border-right: 1px solid #bababa;
        text-align: center;
    }
    .menumob:before {
        content: "\f0c9";
        font-family: fontawesome;
        font-size: 26px;
        position: relative;
        top: 0;
        line-height: 54px;
        color: #202020;
    }
    .menumob.selected:before{
        color: #d12928;
    }
    .shop-phone{
        background: transparent;
        width: 183px;
        padding: 0;
        display: block !important;
    }
    .telef{
        /* width: 40px; */
        height: 54px;
        display: block;
        padding-top: 0;
        padding-left: 0;
        font-size: 30px;
        right: 0;
        position: relative;
        top: 0px;
        float: right;
    }
    /*.telef:before{*/
    /*content: "\f142";*/
    /*font-family: fontawesome;*/
    /*}*/
    .carrito{
        float: right;
        width: 57px;
        height: 53px;
        border-left: 1px solid #bababa;
        display: block;
        text-align: center;
    }
    .carrito:before {
        content: "\f291";
        font-family: fontawesome;
        position: relative;
        line-height: 54px;
        color: #202020;
        font-size: 20px;
    }
    .carrito.selected:before{
        color:#d32927;
    }
    .shop-phone:before{
        content:'';
        background: none;
    }
    .shop-phone i{
        line-height: 54px;
        border: none;
    }
    .shop-phone strong{
        line-height: 54px;
    }
    .shop-phone>div{
        line-height: 54px;
        position: relative;
        top: -2px;
        padding-top: 1px;
    }
    .shop-phone>div br{
        display: none;
    }
    .icon-phone:before{
        position: relative;
        top: 5px;
    }
    .telef2{
        float: right;
        position: relative;
    }
    .wrap_wecallyouback{
        position: absolute;
        left: -175px;
        background: white;
        top: 53px;
        z-index: 5;
        padding: 15px;
        width: 280px;
    }
    #explanation{
        color: #163a85 !important;
        font-size: 18px;
        padding: 0;
        font-weight: bold;
        font-family: oswald;
        display: block !important;
        text-align: center;
    }
    #explanation:before{
        content:'';
    }
    .envianos{
        display: block;
        font-family: arial;
        font-weight: 400;
        font-size: 12px;
        color: #707070;
    }
    .wrap_wecallyouback #name, .wrap_wecallyouback #number{
        display: block;
        border: 1px solid #dedede;
        margin: 10px 0;
    }
    .wrap_wecallyouback input{

    }
    .wrap_wecallyouback #name input, .wrap_wecallyouback #number input{
        width: 100%;
    }
    .wrap_wecallyouback #submit_button input{
        background: #163a85;
        font-size: 12px;
        width: initial;
        height: initial;
        padding: 5px 20px !important;
        display: inline-block;
    }
    .menud{
        float: right;
        width: 49px;
        height: 53px;
        border-left: 1px solid #bababa;
        text-align: center;
    }
    .menud:before{
        content: "\f142";
        font-family: fontawesome;
        color: #202020;
        font-size: 28px;
        position: relative;
        line-height: 54px;
    }
    #header_logo{
        margin-left: 30px;
        position: relative !important;
        display: inline-block !important;
        margin: 0;
        margin-top: 29px;
        margin-bottom: 13px;
        padding-top: 0 !important;
    }
    #search_block_top{
        /*top: -207px;*/
        right: 0;
        float: right;
        margin-right: 15px;
        margin-top: 12px;
    }
    #index header .row{
        height: initial;
    }
    header .row{
        position: inherit;
        /*height: 0;*/
    }
    .telef2 .wrap_wecallyouback:before{
        content:'';
        width: 16px;
        height: 16px;
        background: white;
        display: block;
        position: absolute;
        top: -8px;
        transform: rotate(45deg);
        right: 121px;
    }
    .telef.selected:before{
        color: #d12928;
        content: "\f139";
    }
    .telef:before{
        content: "\f13a";
        font-family:fontawesome;
        position: relative;
        color: #2581e8;
        font-size: 18px;
        line-height: 54px;
        right: 16px;
    }
    #uprichmenu-responsive {
        /* display: block; */
        position: absolute;
        top: 53px;
        left: -8px;
        padding: 0;
        -webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
        -moz-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
        box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
        z-index: 55555;
    }
    #urm-nav-responsive {
        width: 280px;
    }
    #urm-nav-responsive>li {
        height: initial;
        max-height: initial;
        line-height: initial;
        max-width: 320px;
        background: white;
        width: 100%;
        padding: 0 20px !important;
    }
    #urm-nav-responsive>li:nth-child(1)>a {
        margin-top: 15px;
    }
    #urm-nav-responsive>li>a {
        margin-top: 30px;
        display: block;
        text-align: left;
        padding-left: 4px;
    }
    #urm-nav-responsive li .rich-menu-wrapper {
        position: relative !important;
        display: block !important;
        border: none !important;
        padding: 0 !important;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        margin-top: 5px;
    }
    #urm-nav-responsive>li a span {
        margin-left: 0 !important;
        font-family: oswald;
        font-weight: bold;
        font-size: 18px;
        color: #163a85;
        text-transform: uppercase;
        line-height: 27px;
    }
    #urm-nav-responsive li .rich-menu-wrapper td {
        padding: 0 !important;
        float: left;
        clear: both;
        width: 230px !important;
    }
    #urm-nav-responsive li .rich-menu-wrapper td li {
        /* border-bottom: 1px dotted #cfcfcf; */
        height: initial !important;
        line-height: 30px;
    }
    #urm-nav-responsive li .rich-menu-wrapper td li a {
        font-size: 13px !important;
        font-family: oswald;
        font-weight: 400;
        line-height: 30px;
        text-transform: uppercase;
        color: #404040 !important;
        padding-right: 10px;
        position: relative;
        display: inline-block;
        padding-left: 18px;
        width: 100%;
        border-bottom: 1px dotted #cfcfcf;
    }
    .navbar span.right-arrow{
        display: none !important;
    }
    #urm-nav-responsive li .rich-menu-wrapper table{
        width: 145px !important;
    }
    #urm-nav-responsive li .rich-menu-wrapper td li a:before{
        content: "\f101";
        font-family: fontawesome;
        position: absolute;
        left: 5px;
    }
    .upimg, .textupriimg{
        display: none !important;
    }
    #urm-nav-responsive li .rich-menu-wrapper td li br{
        display: none;
    }
    #uprichmenu-responsive:before{
        content: '';
        width: 16px;
        height: 16px;
        background: white;
        display: block;
        position: absolute;
        top: -8px;
        transform: rotate(45deg);
        left: 28px;
    }
    #header .cart_block{
        top: 52px;
    }
    .menudiv{
        background: white !important;
        width: 278px;
        position: relative;
        right: 230px;
        padding: 15px;
        height: 90px;
        top: -1px;
        z-index: 5;
        -webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
        -moz-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
        box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.43);
        position: absolute;
        right: 0;
        top: 54px;
    }
    .menudiv .header_user_info{
        display: block;
        padding: 0;
        width: 100%;
    }
    .menudiv #contact-link{
        display: inline-block;
        margin: 0;
        width: 100%;
        line-height: 30px;
    }
    #contact-link a{
        color: #707070;
        border: none;
        text-align: left;
        padding: 0;
        padding-left: 7px;
        line-height: 30px;
        top: 0;
    }
    .header_user_info a.account:before{
        content:url(../img/ico_acceso.png);
        position: relative;
        left: -2px;
        top: 6px;
    }
    .header_user_info a.account:after{
        content: '' !important;
    }
    .header_user_info a.account span{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 127px;
        display: inline-block;
        ne; */
    float: none;
        position: relative;
        top: 11px;
    }
    .header_user_info a{
        display: block;
        padding: 0;
        text-align: left;
        color: #707070;
        font-weight: 400;
        width: 100%;
        margin: 0 auto;
        line-height: 30px !important;
        border-bottom: 1px dotted #cfcfcf;
        padding-left: 4px;
    }
    .menud.selected:before{
        color: #d32927;
    }
    #contact-link a:before{
        content: url(../img/ico_contactar.png) !important;
        position: relative;
        top: 6px;
    }
    #contact-link a:hover, #contact-link a.active{
        background: none;
    }
    .ls-wp-container{
        /* margin-top: -108px !important; */
    }
    .header_user_info.logued{
        border-bottom: 1px dotted #cfcfcf;
        text-align: left;
    }
    .header_user_info.logued a{
        display: inline;
        border: none;
    }
    #index ul.product_list.tab-pane > li{
        width: 158px;
        padding-right: 5px;
        padding-left: 5px;
    }
    #home-page-tabs{
        left: -18px;
    }
    #subcategories ul li{
        width: 150px;
        height: 150px;
    }
    .content_scene_cat .content_scene_cat_bg{
        width: 50%;
        margin: 0;
        background-size: 100% !important;
        min-height: 191px !important;
    }
    #subcategories ul li .subcategory-image a img{
        height: auto;
    }
    .banhtmlconimg img{
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .banhtmlcon{
        padding: 10px;
    }
    .banhtmlcontxt{
        font-size: 9px;
        padding: 0;
        margin-top: 26px;
        margin-bottom: 18px;
        padding: 0 15px;
        height: 64px;
    }
    .banhtmlconmas a{
        padding: 0;
        width: 100%;
        line-height: 30px;
        margin: 0;
    }

    #htmlcontent_left .htmlcontent-home>li>div>div{
        padding: 10px;
        height: 172px;
    }
    #htmlcontent_left .htmlcontent-home>li>div>div img{
        width: 100%;
        margin: 0;
    }
    #htmlcontent_left .htmlcontent-home>li>div>div span{
        padding-right: 5px;
        font-size: 10px;
    }
    #htmlcontent_left .htmlcontent-home>li>div>div ul>li{

    }
    .cantex{
        font-size: 9px;
    }
    .button-container .cantproductlist{
        margin: 0px 0px;
        width: 30px;
    }
    .button.ajax_add_to_cart_button span{
        padding: 0px 20px !important;
        line-height: 23px;
    }
    .oxc .ofertasporcantidad{
        left: -80px !important;
        /*bottom: -210px;*/
    }
    #search .oxc .ofertasporcantidad{
        /*bottom: -149px;*/
        left: -79px !important;
    }
    ul.product_list.grid > li .product-container .functional-buttons{
        /*width: 101.5%;*/
    }
    ul.product_list .functional-buttons div a, ul.product_list .functional-buttons div label{
        font-size: 9px;
    }
    ul.product_list.grid > li .product-container .functional-buttons {
        display: none;
    }
    #venta_flash.block_products_block_home .time{
        width: 67%;
        height: auto;
        text-align: right;
        top: 25px;
    }
    #venta_flash.block_products_block_home .time>div{
        padding: 0px 9px;
        padding-top: 13px;
        width: 44px;
    }
    #venta_flash.block_products_block_home .ajax_add_to_cart_button span{
        margin-top: 25px;
        padding: 10px 13.5px !important;
    }
    #venta_flash.block_products_block_home .nombre_flash{
        margin-top: 18px;
    }
    .precio_nuevo_flash{
        font-size: 25px !important;
    }
    .block_products_block_home#venta_flash{
        height: 337px;
        margin-bottom: 31px;
    }
    #venta_flash.block_products_block_home .precio_descuento{
        bottom: 12px;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div{
        height: 227px;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div ul>li{
        font-size: 16px;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div span{
        padding-right: 9px !important;
    }
    #fotjs{
        /*height: auto;*/
    }
    #fotjs .htmlcontent-home>li:nth-last-child(1){
        /*clear: both;*/
    }
    #fotjs .htmlcontent-home>li{
        margin: 0 6.4px;
    }
    .divfotjs-1 span:nth-child(1){
        font-size: 9px;
    }
    .divfotjs-1 span:nth-child(3){
        font-size: 14px;
    }
    .divfotjs-1{
        padding-left: 15px;
    }
    .divfotjs-2{

    }
    .titlefotjs-1{
        width: 205px;
    }
    .titlefotjs-2{
        width: 178px;
    }
    .divfotjslogos{
        width: 150px;
        background-size: 100%;
        margin-top: 25px;
    }
    .titlefotjs-3{
        width: 140px;
    }
    .divfotjsenvio{
        width: 100px;
        background-size: 100%;
        margin-top: 25px;
    }
    .titlefotjs-4{
        width: 370px;
    }
    .divfotjsventajas{
        width: 350px;
        background-size: 100%;
        margin-top: 20px;
    }
    #htmlcontent_footer{
        width: 962px;
        margin: 0 auto;
    }
    .pb-left-column #image-block{
        width: 100%;
    }
    #my-thumbs-list{
        width: 60px;
        height: 256px;
        margin-top: 15px;
    }
    .mTSThumb, ul.mTSContainer > li{
        height: 64px;
    }
    #mTS_1_buttonUp{
        bottom: 0;
        top: -4px;
        left: 25px;
    }
    #mTS_1_buttonDown{
        top: -3px;
        left: 10px;
    }
    .content-ficha{
        width: 285px;
    }
    #product #crossselling #crossselling_list_car > li{
        width: 129px;
    }
    #product .ofporcant >div>span{
        font-size: 9px;
    }
    #crossselling_list_car .cantproductlist{
        width: 20px;
        margin: 0px 0px;
    }
    #crossselling_list_car .price_without_reduction{
        font-size: 12px;
    }
    #crossselling_list_car .price_no_tax{
        font-size: 17px;
    }
    .button.ajax_add_to_cart_button span{
        font-size: 9px !important;
    }
    .botonnostk span{
        font-size: 9px !important;
        padding: 1px 20px !important;
    }
    #productscategory_list #bxslider1 >li{
        width: 129px;
    }
    #productscategory_list .price_display .old-price{
        font-size: 12px;
    }
    #productscategory_list .price_display .price_no_tax{
        font-size: 17px;
    }
    #productscategory_list .cantproductlist{
        width: 20px;
        margin: 0px 0px;
    }
    #venta_flash.block_products_block_home .text_cuenta{
        display: block;
    }
    #venta_flash.block_products_block_home .cuenta{
        width: 300px;
    }
    #venta_flash.block_products_block_home .tiempoflash img{
        width: 197px;
    }
    #manufacturers_block_home .bx-wrapper{
        max-width: 850px !important;
    }
}
@media  (max-width: 991px){

    #layer_cart .layer_cart_cart .button-container{
        position: relative;
        padding: 0;
    }
    .comprafast {
        width: 690px;
    }
    #tmhtmlcontent_home>ul>li {
        width: 50%;
    }
    .block_products_block_home#venta_flash{
        width: 100% !important;
    }
    .solicita{
        font-size: 11px !important;
        padding: 6.5px 35px !important;
    }
    .nombreflash {
        padding-left: 95px;
    }
    .table-data-sheet tr td{
        font-size: 12px;
        color: #404040 !important;
        font-weight: 400 !important;
    }
    #usefull_link_block li a:before{
        font-size: 15px;
    }
    #usefull_link_block li {
        margin-bottom: 0px !important;
        margin-top: 10px !important;
    }
    .pb-center-column p{
        /*margin-bottom: 0;*/
    }
    #short_description_content p{
        border: none !important;
    }
    .content-ficha {
        width: 100%;
    }
    #category_description_short p{
        border: none !important;
    }
    .content_scene_cat .content_scene_cat_bg{
        display: inline;
        margin-right: 15px !important;
        width: calc(50% - 15px);
    }
    #layered_form .layered_price ul {
        margin-bottom: 23px;
    }
    #layered_form div div ul {
        margin-bottom: 0;
    }
    #layered_block_left #enabled_filters{
        border-bottom: none;
        margin-bottom: 10px;
    }
    #center_column{
        clear: both;
    }
    #manufacturers_block_home .title_block{
        padding-top: 23px;
    }
    #index .tab-content{
        margin-bottom: 0;
    }
    #home-page-tabs{
        left: 0;
    }
    #cajamobile{
        margin-top: 12px;
    }
    header .row #header_logo {
        padding-left: 6px;
    }
    .table-data-sheet, .table-data-sheet tr.even{
        background: transparent;
    }
    #page .rte p{
        border: 1px solid #d2d2d2;
    }
    #htmlcontent_home ul li{
        padding-left: 5px !important;
        padding-right: 4px !important;
    }
    #venta_flash.block_products_block_home .ajax_add_to_cart_button{
        float: right;
    }
    #venta_flash.block_products_block_home .time{
        top: 5px;
        text-align: center;
        width: auto;
    }
    .cantex {
        font-size: 12px;
    }
    .belvg_search_container_right {
        width: 369px;
    }
    .ac_results{
        right: -255px !important;
        width: 484px !important;
        top: 82px !important;
    }
    .oxc .ofertasporcantidad{
        bottom: -29px;
        left: -46px !important;
    }
    #search  .oxc .ofertasporcantidad{
        bottom: -29px;
        left: -46px !important;
    }
    ul.grid .product-container:hover .functional-buttons{
        position: relative !important;
    }
    ul.product_list.grid > li .product-container .functional-buttons{
        display: block;
        width: 100%;
        background: transparent;
        border: none !important;
        left: 0;
    }
    .box-info-product .exclusive span{
        padding: 10.5px 33px
    }
    .tabResponsive>div p{
        padding: 15px;
    }
    .tabResponsive>div{
        padding:0 !important;
        background: transparent !important;
    }
    .container {
        max-width: 750px;
    }
    #search_block_top{
        margin-left: 0;
        margin-right: 6px;
        margin-top: 15px;
    }
    #search_block_top #search_query_top{
        width: 484px;
        height: 40px;
    }
    #header_logo img{
        width: 226px;
    }
    #search_block_top form:after{
        content: '';
        background: url(../img/sombra_buscador.png);
        width: 483px;
        height: 10px;
        background-size: 100%;
        bottom: -9px;
        background-repeat: no-repeat;
    }
    .shop-phone.is_logged{
        display: block;
    }
    #index ul.product_list.tab-pane > li{
        width: 250px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 10px;
    }
    ul.product_list.grid > li .product-container .old-price{
        font-size: 14px;
    }
    ul.product_list.grid > li .product-container .preciosiniva{

    }
    .button-container .cantproductlist{
        width: 40px;
    }
    .button.ajax_add_to_cart_button span{
        font-size: 11px !important;
        padding: 0px 35px !important;
        line-height: 30px;
    }
    #home-page-tabs > li{
        margin-right: 10px;
    }
    .divspanflash{
        width: 70%;
        float: none;
        margin: 0 auto;
        background-size: 100%;
        background-position: 0px 32px;
        margin-top: 0px;
        margin-bottom: 23px;
    }
    #venta_flash.block_products_block_home .cuenta{
        width: 459px;
        margin: 0 auto;
        float: none;
    }
    #venta_flash.block_products_block_home .time>div{
        padding: 0px 26px;
        padding-top: 13px;
        width: 77px;
    }
    #venta_flash.block_products_block_home .ajax_add_to_cart_button span{
        padding: 11px 25px !important;
        margin-top: 5px;
        margin-bottom: 29px;
    }
    #venta_flash.block_products_block_home .tiempoflash img{
        width: 196px;
    }
    #venta_flash.block_products_block_home .precio_descuento{
        bottom: 8px;
    }
    #venta_flash.block_products_block_home .tiempoflash a{
        float: right;
        margin-right: 91px;
    }
    #tmhtmlcontent_home{
        width: 100%;
    }
    .banhtmlcontxt{
        font-size: 13px;
        margin-top: 15px;
    }
    .banhtmlconmas a{
        font-size: 13px;
    }
    #manufacturers_block_home .bx-wrapper{
        max-width: 567px !important;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div ul>li{
        font-size: 17px;
        line-height: 20px;
        width: 100%;
        padding-right: 10px;
    }
    .htmlcontent-home>li>div>div span a:before{
        width: 38px;
        height: 38px;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div span{
        padding-right: 10px;
        padding-top: 0 !important;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div ul{
        display: block;
        /* width: 86%; */
        padding: 0;
    }
    #htmlcontent_home ul li, #htmlcontent_home ul li.htmlcontent-item-5{
        width: 50%;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div{
        height: 246px;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div img{
        margin: 0 !important;
        padding: 10px;
        width: 100% !important;
    }
    #htmlcontent_footer{
        width: 720px;
    }
    #fotjs .htmlcontent-home>li.htmlcontent-item-3{
        margin-right: 0;
    }
    #fotjs .htmlcontent-home>li{
        margin: 0;
        margin-right: 12px;
    }
    .titlefotjs-1{
        width: 298px;
    }
    .divfotjs-1{
        padding-left: 40px;
    }
    .divfotjs-2{
        margin-left: 15px !important;
    }
    .divfotjs-1 span:nth-child(1){
        font-size: 13px;
    }
    .divfotjs-1 span:nth-child(3){
        font-size: 17px;
    }
    .titlefotjs-2{
        width: 232px;
    }
    .divfotjslogos{
        width: 193px;
        margin-top: 13px;
    }
    .titlefotjs-3{
        width: 160px;
    }
    .divfotjsenvio{
        width: 140px;
        margin-top: 14px;
    }
    #fotjs {
        height: auto;
        padding-bottom: 9px;
    }
    #fotjs .htmlcontent-home>li.htmlcontent-item-4{
        width: 100%;
        margin-top: 10px;
    }
    .titlefotjs-4{
        width: 100%;
    }
    .divfotjsventajas{
        width: 82%;
        background-size: 100%;
        margin-top: 0;
        height: 96px;
        background-repeat: no-repeat;
    }
    .footer-container #footer .footer-block{
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .footer-container #footer .footer-block ul{
        /*display: none;*/
    }
    .footer-container #footer h4{
        margin: 0;
        line-height: 30px;
        border-bottom: 1px dotted #3867c7;
        border-right: 2px dotted transparent;
        padding-bottom: 0;
    }
    .footer-container #footer .footer-block{
        margin-top: 0 !important;
    }
    .footer-container #footer{
        padding-top: 15px !important;
    }
    .footer-container #footer h4.active{
        border: none !important;
    }
    .footer-container #footer h4:after{
        content:'+';
        position: absolute;
        right: 21px;
        font-size: 44px;
        font-weight: 300;
        top: -7px;
    }
    .footer-container #footer h4.active:after{
        content:'-' !important;
        right: 22px;
    }
    .footer-container #footer .footer-block ul{
        border-bottom: 1px dotted #3867c7;
        border-right: 2px dotted transparent;
    }
    #footer #newsletter_block_left{
        width: 100%;
        background-position: 473px 36px;
        padding-left: 0;
    }
    #footer #newsletter_block_left .block_content{
        text-align: left;
    }
    #footer #newsletter_block_left .form-group .form-control{
        float: left;
    }
    #newsletter_block_left #submitNewsletter2{
        margin-right: 357px !important;
        margin-left: 0 !important;
    }
    .newsletter-aceptar{
        float: left;
    }
    .fotdownjs #block_contact_infos{
        width: 100%;
        padding-left: 0;
    }
    .fotdownjs {
        height: auto;
        padding-bottom: 30px;
    }
    #block_contact_infos ul li{
        margin-top: 30px;
    }
    .fotdownjs #social_block{
        margin-top: 0;
    }
    .copyfot{
        width: 36%;
        text-align: left;
        padding-left: 0;
        display: block;
    }
    .copyfot>div>span:nth-child(1){border: none;}
    .copyfot>div>span{
        display: block;
        font-size: 12px !important;
    }
    .copyfot>div>span:nth-child(2){

    }
    .copyfot>span{
        font-size: 12px;
    }
    .copyfot>img{
        height: auto;
    }
    #left_column{
        width: 100%;
    }
    #tmhtmlcontent_left, #htmlcontent_left{
        display: none;
    }
    .layered_filter div.selector{
        width: 258px !important;
    }
    .layered_filter div.selector span, #layered_form .select{
        width: 244px !important;
    }
    .content_scene_cat .cat_desc{
        padding-left: 15px;
        padding-right: 0;
        padding-right: 0;
    }
    #subcategories{
        display: none;
    }
    .content_sortPagiBar .display{
        display: none !important;
    }
    #filtros_left.open:after{
        content: "\f068";
    }
    #filtros_left:after{
        content: "\f067";
        font-family: fontawesome;
        position: absolute;
        right: 18px;
        top: 2px;
    }
    #filtros_left{
        font-family: oswald;
        font-weight: bold;
        font-size: 18px;
        background: #163a85;
        color: white;
        border: none;
        width: 720px;
        line-height: 40px;
        display: block;
        margin: 0 auto;
        position: relative;
        padding-left: 15px;
    }
    #layered_block_left.block .title_block{
        display: none;
    }
    .category-name{
        margin-top: 30px;
    }
    .content_sortPagiBar .sortPagiBar .nbrItemPage{
        float: right;
    }
    .top-pagination-content div.pagination, .bottom-pagination-content div.pagination{
        top: -14px;
        position: relative;
    }
    #views_block{
        display: none !important;
    }
    #views_block_hor{
        display: block;
    }
    .pb-left-column #image-block{
        width: 430px;
        margin: 0 auto;
        float: none;
        display: block;
    }
    #views_block_hor{position: relative;}
    #thumbs_list{
        width: 370px;
        margin: 0 auto;
        margin-top: 15px;
        float: none;
    }
    #thumbs_list li{
        width: 90px;
        border: none;
    }
    #thumbs_list li a{
        border: none;
    }
    #thumbs_list li img{
        width: 80px;
        height: 80px;
        max-width: 80px;
        border: 1px solid #d2d2d2;
    }
    #views_block_hor #view_scroll_right{
        transform: rotate(-90deg);
        position: absolute;
        right: 120px;
        top: 47px;
    }
    #views_block_hor #view_scroll_left{
        transform: rotate(-90deg);
        position: absolute;
        top: 47px;
        left: 122px;
    }

    .pb-center-column h1{
        display: none;
    }
    .pb-left-column h1{
        display: block !important;
        font-family: oswald;
        font-weight: bold;
        font-size: 18px;
        color: #163a85;
        padding-bottom: 0;
        text-transform: uppercase;
        text-align: center;
    }
    ul.idTabs li{
        display: block;
        line-height: 40px;
        margin-bottom: 7px;
    }
    #more_info_block #more_info_tabs li a:after{
        content: "\f067";
        font-family: fontawesome;
        position: absolute;
        right: 17px;
        top: 13px;
        font-size: 18px;
    }
    #more_info_block #more_info_tabs li a.selected:after{
        content: "\f068";
    }
    #more_info_block #more_info_tabs li a{
        display: block;
        position: relative;
    }
    #product #more_info_block {
        background: #eeeeee !important;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    #product #crossselling #crossselling_list_car > li:nth-child(3){
        margin-right: 0;
    }
    #product #crossselling #crossselling_list_car > li{
        width: 218px;
        margin-bottom: 30px;
    }
    #crossselling_list_car > li:nth-child(1), #crossselling_list_car > li:nth-child(2), #crossselling_list_car > li:nth-child(3){
        display: block;
    }
    #crossselling_list_car > li{
        display: none;
    }
    #crossselling_list_car{
        height: 375px;
        /*overflow: hidden;*/
    }
    #crossselling_list_car .cantproductlist{
        width: 40px;
    }
    #crossselling_list_car .price_no_tax{
        font-size: 22px;
    }
    .botonnostk span{
        padding: 4.5px 35px !important;
        font-size: 11px !important;
    }
    #productscategory_list #bxslider1 >li:nth-child(3){
        margin-right: 0;
    }
    #productscategory_list #bxslider1 >li{
        width: 218px;
        margin-bottom: 30px;
    }
    #productscategory_list #bxslider1 > li:nth-child(1), #productscategory_list #bxslider1 > li:nth-child(2), #productscategory_list #bxslider1 > li:nth-child(3){
        display: block;
    }
    #productscategory_list #bxslider1 > li{
        display: none;
    }
    #productscategory_list #bxslider1{
        height: 375px;
    }
    #productscategory_list .price_display .price_no_tax{
        font-size: 22px;
    }
    #productscategory_list .cantproductlist{
        width: 40px;
    }
    #product .ofporcant >div>span{
        font-size: 11px;
    }

}
@media  (max-width: 767px){
    #layer_cart {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    #promonewsletterpopup_controls #btn_sent{

    }
    #promonewsletterpopup_check_conditions, #promonewsletterpopup_check_conditions a, #promonewsletterpopup_check_conditions input{

    }
    #promonewsletterpopup_controls #txt_email_subscriber{width: 290px;}
    #promonewsletterpopup_controls span:nth-child(2){font-size: 14px;}
    #promonewsletterpopup_controls span:nth-child(1){font-size: 21px;}
    #promonewsletterpopup_controls{top: 145px !important;left: 30px !important;}
    #promonewsletterpopup{width: 405px !important;height: 683px !important;position: absolute;margin-left: auto;margin-right: auto;left: 0 !important;right: 0 !important;top: 0 !important;}
    #promonewsletterpopup_content{
        background: url(../img/background.jpg) !important;
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 638px !important;
    }
    #footer #newsletter_block_left .form-group .form-control{
        width: 450px;
        max-width: 450px !important;
    }
    #order .delivery_option > div > table.resume tbody tr td.carrier_desc{
        padding: 7px;
    }
    #order .delivery_option > div > table.resume{
        width: 100%;
        display: block;
        border: none;
    }
    #order .delivery_option > div > table.resume td.delivery_option_price, #order-opc .delivery_option > div > table.resume td.delivery_option_price{
        padding: 6px;
    }
    .manodedos:before{
        content: '';
    }
    .comprafast #comprasinreg{
        padding: 6px 25px;
    }
    .comprafast {
        width: 260px;
    }
    .table tbody > tr > td.cart_quantity .cart_quantity_button a.cart_quantity_up{
        float: right !important;
    }
    .table tbody > tr > td.cart_quantity .cart_quantity_button a.cart_quantity_down{
        float: left !important;
    }
    #order-detail-content #cart_summary td.cart_quantity{
        padding: 0;
    }
    #order-detail-content #cart_summary td.cart_quantity div{
        width: 54px;
        margin: 0 auto;
        margin-top: 5px;
    }
    #order-detail-content #cart_summary tr{
        border-bottom: 0;
    }
    .table-responsive{
        overflow-y: initial;
        overflow-x: initial;
    }
    #order-detail-content #cart_summary tbody td.cart_description {
        width: 100%;
    }
    #cart_summary .product-name a{
        line-height: 22px;
    }
    .table-responsive > .table-bordered{
        /*display: block;*/
    }
    ul.step{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #search .oxc .ofertasporcantidad {
        bottom: -136px;
        left: -68px !important;
    }
    #last_quantities{
        margin-left: 47px;
    }
    .breadcrumb{
        max-height: 45px;
        margin-bottom: 15px !important;
    }
    .solicita {
        padding: 6.5px 29px !important;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div img{
        margin-bottom: 0 !important;
    }

    .page-product-box.blockproductscategory{
        float: none;
        margin-top: 14px;
        /* clear: both; */
        /* display: block; */
        /* position: relative; */
    }
    #product #more_info_block{
        margin-bottom: 0;
    }
    .comment_column img{
        width: 80px !important;
    }
    .comment_column{
        width: 85px !important;
    }
    #page .rte p{
        border: 1px solid #d2d2d2;
        font-size: 12px;
        line-height: 24px;
    }
    .table-data-sheet tr td{
        font-size: 12px;
    }

    #more_info_block #more_info_tabs li a:after{
        top: 10px;
    }
    #usefull_link_block li a{
        padding-left: 20px;
    }
    #usefull_link_block li a:before{
        font-size: 15px;
    }
    #usefull_link_block li.print a:before{
        font-size: 15px;
    }
    #usefull_link_block li.sendtofriend a:before{
        font-size: 15px;
    }
    #search_block_top .button:hover {
        transform: rotate(180deg);
        transition: all 0.2s ease;
        top: -6px;
        right: 0px;
    }
    #footer #newsletter_block_left{
        padding-bottom: 0;
    }
    #htmlcontent_home ul li{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .banhtmlcontxt {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 13px;
    }
    #venta_flash #prevBtn, #venta_flash #nextBtn{
        top: 223px;
    }
    #search_block_top .button{
        top: 0;
    }
    #header_logo img {
        width: 160px;
    }
    .shop-phone strong{
        font-size: 12px;
        text-align: center;
        position: relative;
        left: -8px;
    }
    .belvg_search_container_right p{
        max-height: 25px;
        font-size: 11px;
    }
    .belvg_search_container_right p.product_name{
        font-size: 13px;
    }
    .belvg_search_container_right{
        width: 365px !important;
    }
    .ac_results{
        width: 480px !important;
        top: 124px !important;
        right: 0px !important;
    }
    .cart_navigation .button-medium span{
        font-size: 10px;
    }
    .cart_navigation .button-exclusive{
        padding: 10px 8px;
        font-size: 9px;
    }
    ul.step li#step_end.step_current.last{
        width: 87% !important;
    }
    p.payment_module a > span:nth-last-child(1):after{
        top: 25px;
    }
    p.payment_module a > span {
        /* display: inline-block; */
        float: none;
        padding: 0;
    }
    p.payment_module a > span > span{
        line-height: 68px;
        width: 100% !important;
    }
    p.payment_module a .img{
        height: 130px !important;
        width: 100% !important;
        background-size: 246px !important;
        border-right: 0 !important;
    }
    p.payment_module a{
        height: 200px !important;
    }
    .ofertasporcantidad.visible{
        display: block !important;
    }
    /*.oxc .oxcspan:focus + .ofertasporcantidad{*/
    /*display: block;*/
    /*}*/
    .oxc:hover .ofertasporcantidad{
        display: none;
    }
    .ofertasporcantidad li span.oxcspanunit{
        width: 29.5%;
    }
    .ofertasporcantidad li span.oxcspanofer{
        width: 29.5%;
    }
    .ofertasporcantidad li span.oxcspaniva{
        width: 37.5%;
    }
    .oxc .ofertasporcantidad{
        bottom: -191px;
        left: -67px !important;
    }
    ul.product_list.grid > li .product-container .functional-buttons{
        display: none !important;
    }
    .footer-container #footer h4.active:after{
        right: 12px;
        top: -2px;
    }
    .container{
        max-width: 480px;
    }
    #index ul.product_list.tab-pane > li{
        width: 240px;
    }
    .ls-wp-container{
        display: none;
    }
    .shop-phone{
        width: 143px;
    }
    .shop-phone i{
        padding: 0;
        left: 4px;
        position: relative;
    }
    .shop-phone>div{
        width: 106px;
    }
    header .row #header_logo{
        float: none;
        display: block !important;
    }
    #search_block_top{
        float: none;
        margin: 0 auto;
        display: block;
        padding-bottom: 15px;
        padding-top: 0;
    }
    #search_block_top #search_query_top{
        width: 480px;
        margin: 0 auto;
        float: none;
        display: block;
    }
    #search_block_top form:after{
        bottom: -1px;
        height: 16px;
        width: 468px;
        left: 8px;
        background-size: 100% !important;
        background-repeat: no-repeat;
        background:  url(../img/tel_sombra_buscador.png) no-repeat;
    }
    #uprichmenu-responsive .navbar li{
        height: auto;
    }
    #home-page-tabs > li{
        /*display: none;*/
    }
    #home-page-tabs > li:after{
        content: "\f054";
        font-family: fontawesome;
        position: absolute;
        right: 12px;
        top: 12px;
        color: #404040;
    }
    #home-page-tabs > li.active:hover:after{
        color: white;
    }
    #home-page-tabs > li:hover:after{
        color: white !important;
    }
    #home-page-tabs > li.active.clicked:after{
        content: "\f139";
    }
    #home-page-tabs > li.active:after{
        content: "\f13a";
        font-family: fontawesome;
        position: absolute;
        top: 12px;
        right: 10px;
        font-size: 21px;
        color: white;
    }
    #home-page-tabs > li.active{
        display: block !important;
        margin: 0;
        position: absolute;
        width: 440px;
        /* padding: 0 20px; */
        text-align: left;
    }
    #home-page-tabs:before{
        content:'';
    }
    #home-page-tabs > li.active a:after{
        content:'';
    }
    #home-page-tabs{
        margin: 0;
        padding: 0;
        margin-bottom: 59px;
        position: absolute;
        top: -88px;
        z-index: 55;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 440px;
    }
    #home-page-tabs > li.active{
        position: absolute;
        top: 0;
    }
    #home-page-tabs > li:nth-last-child(1),#home-page-tabs > li:nth-last-child(2){
        border-top: 2px solid #eeeeee;
    }
    #home-page-tabs > li{
        position: relative;
        top: 42px;
        margin: 0;
        text-align: left;
        display: block;
        width: 440px;
    }
    #index .tab-content{
        margin-top: 100px;
    }
    #home-page-tabs > li.abs:nth-child(2){
        position: absolute;
        top: 84px;
        z-index: 555;
        width: 290px;
    }
    #home-page-tabs > li.abs:nth-child(1){
        position: absolute;
        z-index: 555;
        width: 290px;
    }
    #home-page-tabs-mobile{
        position: absolute;
        top: 42px;
        width: 290px;
        background: #eeeeee;
        z-index: 55;
    }
    #home-page-tabs-mobile li a{
        font-family: oswald;
        font-weight: bold;
        color: #404040;
        font-size: 18px;
        padding: 9px 0px !important;
        display: block;
        text-transform: uppercase;
        background: #e2e2e2;
        padding: 9px 14px !important;
        margin-top: 2px;
        line-height: 24px;
    }
    #home-page-tabs-mobile li{
        list-style: none;
    }
    #home-page-tabs-mobile li.active{
        display: none !important;
    }
    #index ul.product_list.tab-pane > li{
        margin: 0 auto;
        float: left;
    }
    .block_products_block_home#venta_flash{
        display: block;
        margin: 0 auto;
        height: 480px;
    }
    #venta_flash{
        background: white;
    }
    .divspanflash{
        width: 100%;
        display: block;
        background: none;
        margin-bottom: 0;
    }
    .spanflash{
        display: block;
    }
    .divspanflash:after{
        content:'';
    }
    #venta_flash.block_products_block_home .bloque-acciones{
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
    }
    #venta_flash.block_products_block_home .tiempoflash .bloque-imagen{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    #venta_flash.block_products_block_home div.slider li{
        height: 480px;
    }
    #venta_flash.block_products_block_home div.slider li .nombreflash{
        top: 207px;
        position: relative;
        padding: 0px 38px;
        text-align: center;
        z-index: 5;
        background: white;
    }
    #venta_flash.block_products_block_home .desc_flash{
        display: none;
    }
    #venta_flash.block_products_block_home .precio_descuento{
        position: absolute;
        bottom: 8px;
        right: 6px;
        width: 93px;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 90px;
    }
    #venta_flash.block_products_block_home .tiempoflash img{
        margin: 0 auto;
        float: none;
        display: block;
        width: 216px;
    }
    #venta_flash.block_products_block_home .tiempoflash a {
        float: none;
        margin-right: 0px;
    }
    .precio_descuento span {
        bottom: 16px;
        right: 7px;
        font-size: 18px;
        background-size: 100%;
    }
    #venta_flash.block_products_block_home div.slider li:before{
        background: url(../img/label_clock_flash.png);
        background-repeat: no-repeat;
        width: 93px;
        height: 90px;
        background-size: 100%;
        content: '';
    }
    #venta_flash.block_products_block_home .precio_antes_flash{
        float: none;
        display: block;
    }
    #venta_flash.block_products_block_home .precio_nuevo_flash{
        float: none;
        font-size: 32px !important;
    }
    #venta_flash.block_products_block_home .nombre_flash{
        margin-bottom: 11px;
        max-height: 30px;
        overflow: hidden;
    }
    #venta_flash.block_products_block_home .cuenta{
        width: 160px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    #venta_flash.block_products_block_home .time{
        margin-top: 5px;
        width: 100%;
        top: 0;
        margin-bottom: 6px;
    }
    #venta_flash.block_products_block_home .time>div{
        font-size: 16px;
        padding: 0px 6.5px;
        margin-right: 7px;
        padding-top: 4px;
        text-align: center;
        width: 34px;
    }
    #venta_flash.block_products_block_home .time>div span{
        font-size: 9px;
        line-height: 13px;
    }
    #venta_flash.block_products_block_home .text_cuenta{
        font-size: 9px;
    }
    #venta_flash.block_products_block_home .time>div:nth-last-child(1){
        margin-right: 0;
    }
    #venta_flash.block_products_block_home .ajax_add_to_cart_button{
        display: block;
        top: 0;
        clear: both;
        text-align: center;
        float: none;
    }
    #venta_flash.block_products_block_home .ajax_add_to_cart_button span{
        padding: 11px 0px !important;
    }
    #tmhtmlcontent_home>ul>li{
        width: 100%;
        margin-top: 15px;
    }
    #manufacturers_block_home{
        display: none;
    }
    #htmlcontent_home ul li, #htmlcontent_home ul li.htmlcontent-item-5{
        width: 100%;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div{
        height: 297px;
    }
    #fotjs{
        display: none;
    }
    .footer-container #footer h4:after{
        font-size: 24px;
        top: 0;
        right: 7px;
    }
    #footer #newsletter_block_left .block_content{
        padding-right: 0;
        margin-bottom: 6px;
    }
    .newslh4{
        font-size: 18px;
    }
    #newsletter_block_left #submitNewsletter2{
        margin: 0 !important;
    }
    .newsletter-aceptar .text-link a{
        white-space: nowrap;
        overflow: hidden;
        max-width: 69px;
        display: inline-block;
        line-height: 12px;
        top: 2px;
        position: relative;
    }
    .newsletter-aceptar{
        width: 157px;
        float: none;
    }
    .newsletter-aceptar .text-link{
        float: right;
    }
    .copyfot{
        width: 100%;
    }
    #filtros_left{
        width: 290px;
    }
    .content_sortPagiBar .sortPagiBar{
        border: none;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .content_sortPagiBar .sortPagiBar .nbrItemPage{
        display: none;
    }
    .top-pagination-content{
        padding-left: 0;
    }
    .top-pagination-content .compare-form{
        width: 100%;
        padding: 0;
        margin-top: 28px;
        background: transparent;
        text-align: center;
    }
    .top-pagination-content .product-count{
        display: none;
    }
    .top-pagination-content div.pagination{
        position: absolute;
        width: 100%;
        top: 6px;
        left: 0;
        right: 0;
    }
    .top-pagination-content ul.pagination, .bottom-pagination-content ul.pagination{
        float: none;
    }
    .top-pagination-content ul.pagination li.pagination_previous > span b, .top-pagination-content ul.pagination li.pagination_next a b,
    #pagination_previous_bottom b, #pagination_next_bottom b, #pagination_next_bottom b{
        display: inline-block;
        font-size: 0;
    }
    ul.product_list.grid > li{
        width: 240px;
        margin: 0 auto !important;
        float: left;
    }
    ul.product_list.grid > li.first-item-of-tablet-line{
        clear: none;
    }
    .bottom-pagination-content .compare-form, .bottom-pagination-content .product-count{
        display: none;
    }
    .bottom-pagination-content div.pagination{
        top: 0;
    }
    .content_sortPagiBar{
        border-top: 1px solid #c5c5c5;
    }
    #product .primary_block{
        background: transparent;
    }
    .pb-left-column #image-block{
        width: 100%;
        background: transparent;
    }
    .pb-left-column #image-block #view_full_size .span_link:after{
        content:'';
    }
    #thumbs_list{
        width: 183px;
    }
    #thumbs_list li a{
        background: transparent;
    }
    #views_block_hor #view_scroll_right{
        right: -13px;
    }
    #views_block_hor #view_scroll_left{
        left: -13px;
    }
    .socialsharing_product button{
        background: transparent;
        padding: 3.5px 9px;
    }
    .content-ficha {
        width: 100%;
    }
    .pb-center-column{
        height: auto;
    }
    .pb-right-column{
        clear: both;
        padding-top: 15px !important;
    }
    .box-cart-bottom{

    }
    .box-info-product .exclusive span{
        padding: 10.5px 28px;
    }
    .logosenvio div span.hora{
        background: white;
    }
    #product h3.page-product-heading{
        border: none;
        line-height: initial;
        margin-top: 0;
        margin-bottom: 15px;
    }
    #product h3.page-product-heading span{
        padding: 0;
    }
    #product #crossselling #crossselling_list_car > li{
        margin: 0 auto !important;
        float: none;
        margin-bottom: 30px !important;
    }
    #crossselling_list_car{
        height: auto;
    }
    #product #crossselling #crossselling_list_car > li:nth-child(3){
        /*margin: 0 auto;*/
        /*margin-bottom: 30px;*/
    }
    #productscategory_list #bxslider1 >li{
        margin: 0 auto !important;
        float: none;
        margin-bottom: 30px !important;
    }
    #productscategory_list #bxslider1{
        height: auto;
    }
    .breadcrumb>span{
        font-size: 0;
    }
    .breadcrumb>span a>span{
        font-size: 12px;
        color: #d32927;
    }
    img.col{
        display: none;
    }
    img.transparent{
        display: block;
    }
    #more_info_block #more_info_tabs li a{
        padding: 9px 22px;
    }
    .pb-left-column h1{
        margin-top: 0;
    }
    .breadcrumb{
        margin-bottom: 0;
    }
    .content_sortPagiBar .sortPagiBar #productsSortForm{
        margin: 0;
        display: inline-block;
        float: none;
    }
    #order .delivery_option > div > table.resume {
        height: initial;
    }
}
@media(max-width: 479px){
    #layer_cart .layer_cart_cart .button-container a.btn, #layer_cart .layer_cart_cart .button-container span.exclusive-medium{
        display: block;
        text-align: right;
        margin-right: 0;
    }

    #footer #newsletter_block_left .form-group .button-small{
        padding: 7.5px 23px !important;
    }
    #home-page-tabs > li{
        width: 271px;
    }
    #home-page-tabs > li.active{
        width: 271px;
    }
    #home-page-tabs{width: 271px;}
    #htmlcontent_home .htmlcontent-home>li>div>div h2, #htmlcontent_home .htmlcontent-home>li>div>div span{
        top: 12px !important;
        font-size: 13px !important;
        line-height: 16px !important;
    }
    #htmlcontent_home .htmlcontent-home>li>div>div{
        height: 198px;
    }
    .belvg_search_container_right {
        width: 157px !important;
    }
    .ac_results{
        width: 272px !important;
    }
    .cart_voucher fieldset #discount_name{
        width: 192px;
    }
    #index ul.product_list.tab-pane > li {
        float: none;
    }
    .container {
        max-width: 290px;
    }
    #search_block_top #search_query_top{
        width: 272px;
    }
    #search_block_top form:after{
        width: 267px;
    }
    .comprafast {
        width: 230px;
    }
    .comprafast #comprasinreg {
        padding: 6px 11px;
    }
    #order .delivery_option > div > table.resume tbody tr td.carrier_desc strong{
        font-size: 11px;
    }
    #order .delivery_option > div > table.resume tbody tr td.carrier_desc{
        /* display: block; */
        /* width: 100px; */
        font-size: 9px;
        padding: 10px;
    }
    #id_address_invoice.form-control, #id_address_delivery.form-control {
        width: 229px;
    }
    .cart_navigation .button-medium span {
        font-size: 10px;
        padding: 4px 7px;
    }
    ul.product_list.grid > li{
        float: none;
    }
}
@media  (max-width: 1199px){
    ul.step li#step_end.step_current.last{
        width: 15%;
    }
    .block_products_block_home#venta_flash {
        margin-bottom: 43px;
    }

}
ul.product_list .right-block h2{
    margin: 0;
    padding: 0 5px;
    height: 23.5px;
    margin-bottom: 6px;
    margin-top: -6px;
}
@media(min-width: 992px){
    .oxc:hover .ofertasporcantidad{
        display: block;
        z-index: 999;
    }
}

#footer #social_block li.facebook {
    top:0;
}
.footer-container #footer #social_block h4 {
    float: left;
}
.footer-container #footer #social_block ul li.wordpress a:before {
    content: "\f19a";
    font-family:FontAwesome;
}
.footer-container #footer #social_block {
    max-width:430px;
}