/*
Amarillo: #ffcc33
Gris oscuro: #4d4d4d
Gris claro: #808080
*/

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,500italic);
/* font-family: 'Ubuntu', sans-serif; */

body{
    font-family: 'Ubuntu', sans-serif;
}

.img-thumbnail, .thumbnail{
    border: 0px;
    background-color: transparent;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Ubuntu', sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    font-family: 'Ubuntu', sans-serif;
}

a:hover, a:focus, a:active{
    text-decoration: none;
}


.np {
    padding: 0 !important;
}

.nm {
    margin: 0 !important;
}

.nml{
    margin-left:-15px;
}

.npl{
    padding-left:0 !important;
}

.npr{
    padding-right:0 !important;
}

.nml{
    margin-right:-15px;
}

.cnp{
    padding-left:0;
    padding-right:0;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/******************/
/***** HEADER *****/
/******************/

.header-container, .columns-container, #header{
    background-image: none;
    background-color: #efefef;
}

#header{
    background: url("../img/bg_header.png") repeat-x left top #4d4d4d;
    -webkit-box-shadow: 1px 10px 20px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 1px 10px 20px 0px rgba(0,0,0,0.20);
    -o-box-shadow:  1px 10px 20px 0px rgba(0,0,0,0.20);
    box-shadow: 1px 10px 20px 0px rgba(0,0,0,0.20);
}

#search_block_top, #header .shopping_cart{
    padding-top: 0px;
}

.nav{
/*     display: none; */
}

header .row #header_logo{
    width: 40%;
}

#header_logo .contentLogo{
    float: left;
}

.contentLeyenda{
    float: left;
    padding-top: 55px;
    padding-left: 10px;
}

.leyenda{
    font-size: 13px;
    color: #000;
    font-style: italic;
    text-align: left;
    display: block;
}

.contentInfo{
    width: 150px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.contentInfoTop{
    display: block;
    width: 100%;
}

.form-control:focus{
    border-color: #b3b3b3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 204, 0, 0.6);
}

#header #newsletter_block_left{
    position: absolute;
    right: 300px;
    width: 300px;
    float: left;
    margin-top:5px;
}

#header #newsletter_block_left .novedades{
    float: left;
    line-height: 25px;
    font-size: 14px;
    color: #ffcc33;
    font-weight: bold;
    padding-right: 8px;
    margin-top: 5px;
}

#header #newsletter_block_left h4{
    display: none;
}

#header #newsletter_block_left .button{
    float: right;
    background: url("../img/bt_enviar.png") no-repeat left center transparent;
    width: 75px;
    height: 39px;
    border: 0px;
}

#header #newsletter_block_left .button:hover{
    float: right;
    background: url("../img/bt_enviar.png") no-repeat right center transparent;
}

#header #newsletter_block_left .button span{
    display: none;
}

#header #newsletter_block_left .form-group{
    margin-bottom: 0px;
}

#header #newsletter-input, #header #search_block_top #search_query_top{
    float: left;
    background-color: #f2f2f2;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.20);
    -o-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.20);
    box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.20);
}

#header #newsletter-input{
    margin-top: 5px;
    width: 135px;
}

#header #search_block_top #search_query_top{
    width: 200px;
}

.contentInfo .telefono{
    color: #b3b3b3;
    font-size: 13px;
    text-align: right;
    float: right;
}

.icon-whatsapp::before {
  content: "\f232";
}

ul#header_links{
    padding-top: 80px;
    padding-right: 10px;
}

#header_links li{
    border-left: 2px solid #ffcc33;
}

#header_links a{
    color: #808080;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

#header_links a:hover{
    text-decoration: none;
    color: #ffcc00;
}

.header_user_info{
    border: 0px;
    float: left;
}

.header_user_info a{
    padding: 8px 9px 9px 8px;
}

.header_user_info a:hover{
    background-color: #ffcc00;
}

.header_user_info.sesion{
    padding-left: 20px;
}

.moduloUserInfo{
    float: left;
    right: 260px;
    position: absolute;
    top: 120px;
    z-index: 5;
    color: #fff;
    font-family: "Ubuntu",sans-serif;
    font-weight: bold;
}

.moduloUserInfo .bt_user{
    cursor: pointer;
    line-height: 26px;
    padding-top: 7px;
}

.moduloUserInfo .bt_user span{
    font: 600 16px/20px "Open Sans",sans-serif;
    padding-left: 3px;
}

.moduloUserInfo .dropdown-menu{
    margin-top: 0;
}

.moduloUserInfo .dropdown-menu > li > a{
    text-align: left;
}

.moduloUserInfo .dropdown-menu > li > a:hover,
.moduloUserInfo .dropdown-menu > li > a:focus{
    background-color: #ffcc33;
}

#search_block_top{
    float: left;
    left: 0;
    position: absolute;
    top: 120px;
    z-index: 5;
}

.moduloCarrito{
    float: left;
    right: 0;
    position: absolute;
    top: 120px;
    z-index: 10;
}

.col-sm-4.moduloCarrito{
    width: 30%;
}


#block_top_menu{
    padding-top: 54px;
    padding-bottom: 20px;
}

#header .sf-menu{
    background-color: transparent;
    border: 0px;
}

#header .sf-menu > li{
    border: 0px;
    padding: 0 10px;
    position: relative;
}

#header .sf-menu > li:after{ 
    z-index:-1; 
    content:""; 
    position:absolute; 
    -webkit-box-shadow:0 0 40px rgba(102,102,102,0.6);
    -moz-box-shadow: 0 0 40px rgba(102,102,102,0.6);
    box-shadow:0 0 10px rgba(102,102,102,0.6);
    height:20%;
    left:18%;
    right:10%;
    width:65%;
    bottom:5px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%; 
    border-radius:100%;
}

#header .sf-menu > li > a{
    color: #4d4d4d;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px 5px 15px;
    margin: 5px;
    border: 0px;
    font-weight: bold;
    background: url("../img/bg_textomenu.png") repeat-x left top transparent;
    font-family: 'Ubuntu', sans-serif;
}

.moduloCarrito .shopping_cart > a:first-child{
    background-color: #000;
    padding: 7px 10px 1px 16px;
}

#header .sf-menu > li.sfHover > a, #header .sf-menu > li > a:hover, #header .sf-menu > li.sfHoverForce > a{
    background: url("../img/bg_textomenu.png") repeat-x left top transparent;
    color: white;
}

.sf-menu li ul{
    top: 56px;
    width: 300px;
}

.sf-menu > li > ul{
    padding: 26px 0px 31px;
}

.sf-menu > li > ul > li{
    padding-right: 0px;
}

.sf-menu > li > ul > li{
    float: left;
    width: 100%;
}

.sf-menu > li > ul > li > a, .sf-menu li ul li a{
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    display: block;
    padding: 5px 30px;
}

.sf-menu > li > ul > li > a:hover{
    background-color: #FFCC33;
    color: white;
}

.sf-menu > li > ul > li > ul{
/*     display: none !important; */
    position: absolute;
    top: 0;
    left: 240px !important;
    background: #fff;
}

.sf-menu > li > ul > li > ul > li > ul{
}


.moduloCarrito .shopping_cart a:hover .cart_block{
    display: block;
}

#header .cart_block{
    top: 35px;
}

.footer-container #footer #social_block ul li.facebook a:before{
}

#social_block{
    width: 150px;
    position: absolute;
    top: 10px;
    right: 120px;
}

#social_block li{
    width: 34px;
    height: 21px;    
    float: left;
    margin-right: 5px;
}

#social_block li a{
    width: 34px;
    height: 21px;
    display: block;
}

#social_block li span{
    display: none;
}

#social_block .twitter a{
    background: url("../img/redes_sociales.png") no-repeat left top transparent;
}

#social_block .twitter a:hover{
    background: url("../img/redes_sociales.png") no-repeat left bottom transparent;
}

#social_block .facebook a{
    background: url("../img/redes_sociales.png") no-repeat -76px top transparent;
}

#social_block .facebook a:hover{
    background: url("../img/redes_sociales.png") no-repeat -76px bottom transparent;
}

#social_block .youtube a{
    background: url("../img/redes_sociales.png") no-repeat -38px top transparent;
}

#social_block .youtube a:hover{
    background: url("../img/redes_sociales.png") no-repeat -38px bottom transparent;
}

#social_block .rss, #social_block .google-plus, #social_block h4{
    display: none;
}

.cat-title::after,
.cat-title.active::after {
    content: "\f0c9";
    right: auto !important;
}


/*** SLIDER HOME ****/

.index .se-wrapper{
}

.index .se-wrapper .homeslider-description{
    right: 0px;
    padding: 0px 70px 37px 0 !important;
    left: auto !important;
    width: 42%;
}

.index .se-wrapper h2{
    font-size: 30px !important;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 10px;
}

.index .se-wrapper .parrafo{
    font-size: 12px !important;
    font-weight: light;
    font-family: 'Ubuntu', sans-serif;
    display: block;
    margin-bottom: 9px;
}

.index .SEslider{
    max-width: 100% !important;
    float: left;
    overflow: hidden;
    margin: 0 15px !important;
}

.index .SEslider li{
    position: relative;
/*     background: url("../img/bg_imagenslider.png") no-repeat left center transparent; */
    float: left;
    padding: 38px 0 !important;
}

.index .SEslider li img{
    width: 583px;
    float: left;
    width: auto;
    
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
}

.index .SEslider .capasombra:after{
    border-radius: 30%;
    content: "";
    height: 90%;
    left: -30px;
    position: absolute;
    width: 20px;
    z-index: 1;
    top: 3%;
    
    max-height: 300px;
    
    -moz-box-shadow: 20px 10px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 20px 10px 10px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 20px 10px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 20px 10px 10px rgba(0, 0, 0, 0.6);
}

.index .SEslider .capaContenido{
    width: 45%;
    padding-right: 50px; 
    float: left;
    padding-left: 40px;
}

.se-controls{
    position: absolute;
    top: 260px;
    left: 20%;
}

.se-pager{
    position: relative;
}

.index .SEslider h2{
    display: block;
    position: relative;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
}


.index .SEslider .slide_description{
    overflow: visible !important;
    float: left;
    position: relative;
    height: auto;
    padding: 0 10px 10px 0!important;
}

.index .SEslider .mas_info{
    background: url("../img/bt_masinfo.png") no-repeat left top transparent;
    border: 0px;
    color: #4d4d4d;
    height: 37px;
    line-height: 27px;
    padding: 0 0 10px;
    width: 117px;
}

.index .SEslider .mas_info:hover{
    background: url("../img/bt_masinfo.png") no-repeat right top transparent;
    color: #ffcc33;
}

.se-pager-item, .se-pager-item:hover .se-pager-link, .se-pager-link.active, .se-pager-item:hover .se-pager-link, .se-pager a, .se-pager-link.active{
    height: 11px;
    width: 11px;
    margin: 0px;
}

.SEslider.inicio .se-pager-item{
    margin-right: 10px;
}

/*** Fin SLIDER ***/

#search_block_top{
    padding-top: 5px;
}

#search_block_top #searchbox{
    width: 250px;
}

#search_block_top #search_query_top{
    height: 25px;
    line-height: 25px;
}

#search_block_top .btn.button-search{
    width: 40px;
    padding: 0 0 1px;
    background-color: white !important;
}

#search_block_top .btn.button-search:before{
    color: #ccc;
}

#header #search_block_top .btn.button-search{
    text-shadow: none;
    
    -webkit-border-radius: 15px 5px;
    -moz-border-radius: 15px 5px;
    -o-border-radius: 15px 5px;
    border-radius: 15px 5px;
}

#header #search_block_top .btn.button-search:hover{
    text-shadow: none;
    background-color: #ffcc00 !important;
}

#search_block_top .btn.button-search:hover:before{
    color: white;
}

/******************/
/***** PAGINA *****/
/******************/

#home-page-tabs{
    font-family: 'Ubuntu', sans-serif;
}

#home-page-tabs > li a{
    color: #ffcc00;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px 20px;
}

#home-page-tabs > li.active a, #home-page-tabs > li a:hover{
    background-color: #4d4d4d;
    margin: 0;
    padding: 10px 20px;
    
    -webkit-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    border-radius: 20px 5px;
}

#home-page-tabs > li a:hover{
    background-color: #ffcc00;
    color: white;
    padding: 10px 20px;
}

.button.button-small{
    background: transparent;
    border: 0px;
    width: 100%;
    text-shadow: none;
}

#voucher .button.button-small{
    width: 80px;
}

.pagenotfound .std .button.button-small{
    width: 10%;
}

.button.button-small span{
    background-color: white;
    color: #ffcc00;
    display: block;
    font-family: "Ubuntu",sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    width: 100%;
    
    border: 0;
    text-shadow: 0px;
    padding: 0;
    
    -webkit-border-radius: 15px 5px;
    -o-border-radius: 15px 5px;
    -moz-border-radius: 15px 5px;
    border-radius: 15px 5px;
}

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

.products_block .button.button-small span{
    font-size: 14px;
}

.address li.address_update a{
    margin-bottom: 15px;
}

.addresses .button.button-small span i.icon-remove{
    vertical-align: -1px;
}

.pagenotfound .std .button.button-small span{
    background-color: #fc0;
    color: #4d4d4d;
}

.pagenotfound .std .button.button-small:hover span{
    color: #fff;
}

#submitNewMessage span{
    background: #808080;
    color: white;
}

#submitNewMessage:hover span, .closefb:hover{
    background-color: #ffcc00;
}

#new_comment_tab_btn span{
    background-color: #4d4d4d;
}

.closefb{
    background-color: #808080;
    color: white;
    display: block;
    font-family: "Ubuntu",sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    width: 100%;
    
    border: 0;
    text-shadow: 0px;
    padding: 0;
    
    -webkit-border-radius: 15px 5px;
    -o-border-radius: 15px 5px;
    -moz-border-radius: 15px 5px;
    border-radius: 15px 5px;
}

.cart_block .cart-buttons a#button_order_cart span{
    background-color: #ffcc00;
    border: 0px;
    text-shadow: none;
    color: white;
}

.cart_block .cart-buttons a#button_order_cart span:hover{
    background-color: white;
    color: #808080;
    border: 0px;
}

.order_delivery .first_item, .order_delivery .last_item{
    background: white;
}

#columns{
    padding-bottom: 0px;
}

.box-cart-bottom #add_to_cart{
    padding: 0 19px 12px 19px;
    margin-bottom: 0px;
}

.box-info-product .exclusive span{
    background-color: #ffcc33;
    color: #5d5d5d;
    display: block;
    font-family: "Ubuntu",sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    width: 100%;
    text-shadow: none;
    border: 0;
    text-shadow: 0px;
    padding: 8px 5px 8px 5px !important;
    
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
    
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}

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

.box-info-product .exclusive{
    background-color: transparent;
    background-image: none;
    border: 0px;
    border-radius: 15px 5px;
    width: 100%;
}

.box-info-product .exclusive:hover{
    background-image: none;
}

.box-info-product .exclusive:hover span{
    background-color: #808080;
    color: white;
}

.fichaproducto .titulo{
    font-family: "Ubuntu",sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #5d5d5d;
}

.pb-center-column h1{
    color: #4d4d4d;
    font-family: "Ubuntu",sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding-bottom: 0;
    border-bottom: 4px solid #fc3;
}

.pb-left-column #image-block{
    border: 0px;
}

.box-security img{
    margin: 0 auto;
}

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


.content_prices{
    padding-bottom: 0px;
}

.content_prices #old_price{
    padding: 20px 5px 0 0;
}

.content_prices #reduction_percent{
    width: 50%;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    padding: 5px 0px;
    background-color: #000;
    color: white;
    border: 0px;
    text-align: center;
    margin-right: 0px;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

.product_attributes{
    padding: 0 19px;
}


.fichaproducto{
    padding-left: 30px !important;
    background: url("../img/sombra_producto.png") no-repeat -20px top transparent;
}

.top-hr{
    display: none;
}

.sinpadding{
    padding: 0 0 0 15px;
}

.descripcion{
    font: 14px/22px "Ubuntu",sans-serif;
    color: #5d5d5d;
    font-weight: bold;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ffcc33;
    margin-bottom: 5px;
}

.btn-default{
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
}

.btn:active, .btn.active{
    box-shadow: none;
}

.our_price_display{
    display: none;
}

#our_price_display{
    font-family: "Ubuntu",sans-serif;
    font-size: 35px;
    line-height: 36px;
    font-weight: bold;
    float: right;
    background-color: #4d4d4d;
    color: #fff;
    padding: 0 12px 2px 30px;
    
    -webkit-border-radius: 25px 5px;
    -moz-border-radius: 25px 5px;
    -o-border-radius: 25px 5px;
    border-radius: 25px 5px;
}

.textoprecio{
    font-family: "Ubuntu",sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #5d5d5d;
    font-weight: bold;
    padding-right: 50px;
    text-align: right;
    width: 100%;
    float: right;
}

.product_attributes, .box-cart-bottom{
    box-shadow: none;
}

.box-info-product{
    background: url("../img/bg_cajaprecio.png") no-repeat right bottom transparent;
    border: 0px;
    padding: 0 10px 10px 0;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product{
    background: none;
}

.box-security{
    background: transparent;
    border: 0px;
    margin-left: 60px;
    padding: 19px 10px 6px;
}

#quantity_wanted_p{
    float: right;
}

#quantity_wanted_p .btn{
    margin: 0;
    background-color: #f2f2f2;
}

#quantity_wanted_p .btn:hover{
    background-color: #5d5d5d;
}

#quantity_wanted_p .btn:hover .icon-plus, #quantity_wanted_p .btn:hover .icon-minus{
    color: #f2f2f2;
}

#quantity_wanted_p .btn.button-minus, .btn.button-minus{
    border: 0px;
    border-right: 1px solid #b3b3b3;
    
    -webkit-border-radius: 15px 0 0 5px;
    -moz-border-radius: 15px 0 0 5px;
    -o-border-radius: 15px 0 0 5px;
    border-radius: 15px 0 0 5px;
    
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}

#quantity_wanted_p .btn.button-plus, .btn.button-plus{
    border: 0px;
    border-left: 1px solid #5d5d5d;
    
    -webkit-border-radius: 0 5px 15px 0;
    -moz-border-radius: 0 5px 15px 0;
    -o-border-radius: 0 5px 15px 0;
    border-radius: 0 5px 15px 0;
    
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}

.cart_quantity_button .btn.button-minus, .cart_quantity_button .btn.button-plus{
    background-color: #f2f2f2;
    margin-bottom: 5px;
    border: 0px;
    
    -webkit-border-radius: 10px 5px 10px 5px;
    -moz-border-radius: 15px 0 0 5px;
    -o-border-radius: 15px 0 0 5px;
    border-radius: 15px 5px 15px 5px;
}

#quantity_wanted_p input{
    margin-right: 6px;
    width: 58px;
    text-align: center;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
}

.btn.button-plus, .btn.button-minus{
    text-shadow: none;
}

.btn.button-plus span, .btn.button-minus span{
    background: none;
    border: 0px;
    width: 40px;
    padding-top: 6px;
}

.btn.button-plus:hover span, .btn.button-minus:hover span{
    background: none;
}

#wishlist_button{
    margin-left: 30px;
    background: transparent;
    border: 0;
}

h3.page-product-heading{
    border: 0px;
    background: transparent;
    text-transform: none;
    color: #ffcc00;
    padding-left: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffcc00;
    font-size: 24px;
    font-weight: bold;
    margin: 0 20px 20px 20px;
}

#idTab5{
    padding: 0 20px;
}

.box-info-product #wishlist_button:before{
    float: left;
    background: none;
    font: 700 15px/31px "FontAwesome";
    color: #4d4d4d;
    height: auto;
    content: "\f004";
}

.box-info-product #wishlist_button:hover:before{
    content: "\f08a";
}

.box-info-product #wishlist_button{
    float: right;
    color: #4d4d4d;
    padding-right: 10px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 30px;
    margin: 0 25px 0 0;
}

#buy_block .box-info-product #wishlist_button{
    margin: 0;
}

#buy_block .enviogratuito{
    color: #4d4d4d;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    display: none;
}

#buy_block .enviogratuito span{
    padding-left: 5px;
}

#buy_block .enviogratuito i{
    font-size: 16px;
}

.pb-left-column #image-block #view_full_size .span_link{
    width: 50px;
    margin-left: -18px;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
}

.pb-left-column #image-block #view_full_size .span_link:after{
    color: #999;
    font-size: 25px;
}

.pb-left-column #image-block{
    margin-bottom: 15px;
}

.breadcrumb{
    margin-top: 10px;
    border: 0px;
    background: #ffcc00;
    line-height: 22px;
}

.breadcrumb a{
    background: #999;
    color: #4d4d4d;
    height: 27px;
    margin-left: -23px;
}

.breadcrumb a:hover{
    color: white;
}

.breadcrumb span{
    border-top: 0px;
}

.breadcrumb .navigation_page{
    padding-top: 3px;
    line-height: 26px;
}

.breadcrumb a.home{
    font-family: "Ubuntu",sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    height: 27px;
    margin-left: -11px;
    width: 50px;
    line-height: 26px;
}

.breadcrumb span > a.home{
    width: auto;
    font-size: 12px;
    margin-left: -26px;
}

.breadcrumb a.home:hover{
    color: white;
}

.breadcrumb a:before, .breadcrumb a:after{
    top: -8px;
    height: 34px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
    border-top: 0px;
    font-family: "Ubuntu",sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    background: #999;
}

.breadcrumb a:before{
    left: 0px;
    width: 5px;
    top: -4px;
}

.container .row .breadcrumb{
    margin-top: 25px;
    margin-left: 15px;
    line-height: 26px;
}

.container .row .breadcrumb a{
    margin-left: -17px;
}

.container .row .breadcrumb span a{
    padding-left: 25px;
}

.container .row .breadcrumb span a.home{
    padding-left: 0px;
    margin-left: -26px;
}

.container .row .breadcrumb span.bcn span span{
    padding-left: 5px;
}

#thumbs_list li{
    border: 0px;
}

#thumbs_list li a:hover, #thumbs_list li a.shown{
    border: 0px;
}

#thumbs_list li img{
    opacity: 0.6;
}

#thumbs_list li a{
    border: 0px;
}

#thumbs_list li a.shown img{
    opacity: 1;
}




.product_list.grid .right-block{
    display: none;
}

ul.product_list.grid > li .product-container .product-image-container{
    border: 0px;
    background: url("../img/bg_cajaprecio.png") no-repeat scroll right bottom transparent;
    float: left;
}

.producto_izq{
    float: left;
}

.product_list.list .producto_izq{
    width: 150px;
}

ul.product_list.grid .producto_izq{
    max-width: 43%;
}

.producto_drcha{
    float: right;
    width: 56%;
    margin-left: 1%;
    margin-bottom: 10px;
}

.product_list.list .producto_drcha{
    float: left;
    margin-left: 10px;
    width: 650px;
    position: relative;
}

.product_list.grid .producto_izq a img{
    max-height: 135px;
    width: auto;
    max-width: 95%;
}

.product_list.list .producto_izq a img{
    max-height: auto;
    width: auto;
}

ul.product_list .product-name{
    font-size: 12px;
    line-height: 14px;
    color: #5d5d5d;
    text-align: left;
}

ul.product_list.grid > li.hovered .product-container{
    z-index: 10;
}

ul.product_list.grid > li .product-container h5{
    float: left;
    padding: 0 0 7px;
    min-height: 30px;
    width: 100%;
    margin-top: 0;
}

ul.product_list.grid > li .left-block{
    float: left;
    position:relative;
    width: 100%;
}

.contenedorProducto{
    border: 0px;
    float: left;
    margin-bottom: 13px;
    padding: 20px 15px;
    position: relative;
    background: white;
    z-index: 2;
    height: 310px;
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.product_list.grid .contenedorProducto{
    width: 270px;
}

.product_list.list .contenedorProducto{
    width: 100%;
}

ul.product_list.grid > li .left-block:before, .product_list.list li .product-container:before{
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 25px;
  right: 5px;
  width: 80%;
  top: 80%;
  max-width:300px;
  background: rgba(153,153,153,0.6);
  
  -webkit-box-shadow: 3px 12px 10px rgba(153,153,153,0.6);
  -moz-box-shadow: 3px 12px 10px rgba(153,153,153,0.6);
  box-shadow: 3px 12px 10px rgba(153,153,153,0.6);
  
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  
    -webkit-border-radius: 0 0 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 0 40px 20px 0;
}

ul.product_list.grid > li .left-block:after, .product_list.list li .product-container:after{
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 30px;
  right: 4px;
  width: 50%;
  height: 180px;
  max-width:10px;
  background: rgba(153,153,153,0.6);
  
  -webkit-box-shadow: 3px 12px 10px rgba(153,153,153,0.6);
  -moz-box-shadow: 3px 12px 10px rgba(153,153,153,0.6);
  box-shadow: 3px 12px 10px rgba(153,153,153,0.6);
  
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);

    -webkit-border-radius: 0 0 20px;
    -moz-border-radius: 0 0 20px;
    -o-border-radius: 0 0 20px;
    border-radius: 0 0 20px;
}

.product_list.list li .product-container:before{
    max-width:600px;
  -webkit-box-shadow: 3px 16px 10px rgba(153,153,153,0.6);
  -moz-box-shadow: 3px 16px 10px rgba(153,153,153,0.6);
  box-shadow: 3px 16px 10px rgba(153,153,153,0.6);
  
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

.product_list.list li .product-container:after{
  -webkit-box-shadow: 3px 16px 10px rgba(153,153,153,0.6);
  -moz-box-shadow: 3px 16px 10px rgba(153,153,153,0.6);
  box-shadow: 3px 16px 10px rgba(153,153,153,0.6); 
}

ul.product_list.list > li .product-container{
    position: relative;
    border: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.product_list.list li .product-container .row{
    background: white;
    position: relative;
    margin-right: 0px;
    z-index: 2;
    
    -webkit-border-radius: 0 0 20px;
    -moz-border-radius: 0 0 20px;
    -o-border-radius: 0 0 20px;
    border-radius: 0 0 20px;
}

.contenedorProducto:hover{
    background: rgba(218,218,218,1);
    background: -moz-linear-gradient(top, rgba(218,218,218,1) 0%, rgba(255,255,255,1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(218,218,218,1)), color-stop(70%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(218,218,218,1) 0%, rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(top, rgba(218,218,218,1) 0%, rgba(255,255,255,1) 70%);
    background: -ms-linear-gradient(top, rgba(218,218,218,1) 0%, rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(218,218,218,1) 0%, rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ffffff', GradientType=0 );
}

ul.product_list.grid > li .contenedorPrecio,
ul.product_list.grid > li .contenedorDescuento{
    position: absolute;
    right: 20px;
    bottom: 75px;
    padding: 5px 0px;
    float: left;
    text-align: center;
}

ul.product_list.grid > li .subirContenedor{
    bottom: 105px;
}

.price,
.price.product-price{
    font: 20px/22px "Ubuntu",sans-serif;
    padding-left: 5px;
    float: right;
}

#left_column .price,
#left_column .price.product-price,
#productscategory_list .price,
#productscategory_list .price.product-price{
    font: 22px/24px "Ubuntu",sans-serif;
    float: none;
}

#order-detail-content .price{
    float: none;
}

#order-detail-content tfoot .price,
#order-detail-content tfoot .price-shipping{
    float: right;
}

#productscategory_list .bx-controls-direction a,
#productscategory_list .product-name a{
    text-decoration: none;
}

#left_column .old-price{
    display: block;
    text-align: center;
}

.old-price.product-price{
    font: 14px/16px "Ubuntu",sans-serif;
    color: #b3b3b3;
    padding: 5px 0;
    float: right;
}

.price-percent-reduction{
    font: 17px/19px "Ubuntu",sans-serif;
    padding: 3px 7px;
    background-color: #B3B3B3;
    border: 0px;
    text-align: center;
    float: right;
}

ul.product_list.grid .botonCarrito{
    width: 100%;
    float: left;
    margin: 5px 0;
    position: absolute;
    bottom: 35px;
    left: 0;
}

ul.product_list.list .botonCarrito{
    width: 100%;
    float: left;
    margin: 5px 0;
    position: absolute;
    bottom: 45px;
    right: 20px;
}

.contenedorProducto .button.ajax_add_to_cart_button{
    border: 0px;
    text-shadow: none;
    background: transparent;
    display: block;
    margin: 0 auto !important;
    width: 85%;
}

.product_list.row .contenedorProducto .button.ajax_add_to_cart_button{
    width: 100%;
}

.contenedorProducto .button.ajax_add_to_cart_button span{
    background-color: #ffcc33;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 16px;
    border: 0px;
    margin: 0 20px 5px 20px;
    padding: 5px 0;
    text-align: center;
    font-weight: lighter;
    text-shadow: none;
    
    -webkit-border-radius: 15px 5px;
    -moz-border-radius: 15px 5px;
    -o-border-radius: 15px 5px;
    border-radius: 15px 5px;
}

.product_list.list .contenedorProducto .button.ajax_add_to_cart_button span{
    float: right;
    margin: 5px 0;
}

.contenedorProducto .button.ajax_add_to_cart_button:hover span{
    background: #808080;
    color: white;
}

.contenedorProducto .button.lnk_view{
    background: transparent;
    border: 0px;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    float: left;
}

.product_list.list .contenedorProducto .button.lnk_view{
    float: none;
}

.product_list.grid .contenedorProducto .producto_drcha .button.lnk_view{
    display: none;
}

.contenedorProducto .button.lnk_view span, .contenedorProducto .quick-view span{
    border: 0px;
    font-size: 14px;
    line-height: 16px;
    text-shadow: none;
    margin: 0 !important;
    text-transform: lowercase;
    padding: 5px 0px;
    text-shadow: 0px;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: lighter;
    
    -webkit-border-radius: 15px 5px;
    -moz-border-radius: 15px 5px;
    -o-border-radius: 15px 5px;
    border-radius: 15px 5px;
/*    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
*/
}

.contenedorProducto .button.lnk_view span{
    background: #ffcc33;
    color: #4d4d4d;
}

.contenedorProducto .button.lnk_view:hover span{
    background: #808080;
    color: white;
    text-shadow: 0px;
    text-shadow: none;
}

.quick-view-wrapper-mobile{
    display: none;
}

#center_column ul.product_list.grid > li{
    min-height: 320px;
}

#center_column ul.product_list.list > li{
    width: 100%;
}

ul.product_list.grid > li .product-container{
    background: transparent !important;
}

.contenedorProducto .quick-view span{
    background-color: white;
    color: #4d4d4d;
    float: right;
    width: 50%;
}

.contenedorProducto .quick-view:hover span{
    background-color: #ffcc00;
    color: white;
}

.contenedorProducto .quick-view span{
    text-align: center;
    display: block;
}

ul.product_list.grid > li.hovered .product-container{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

ul.product_list.grid > li .product-container .button-container{
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

ul.product_list.grid > li .product-container .functional-buttons{
    background: none !important;
    padding: 0;
}

ul.product_list.grid > li .product-container .functional-buttons .quick-view,  ul.product_list.grid > li .product-container .functional-buttons .lnk_view{
/*     display: none; */
}

ul.product_list.grid > li > .product-container > .functional-buttons{
    display: none !important;
}

.contenedorProducto .functional-buttons{
    display:none !important;
}

.contenedorProducto:hover .functional-buttons{
    display: block !important;
}

ul.product_list.grid > li .contenedorProducto:hover .functional-buttons.lateral{
    z-index: 10;
}

#index ul.product_list.tab-pane > li, #index ul.product_list.tab-pane > li:hover{
    padding-bottom: 55px !important;
}


ul.product_list.grid > li .product-container .functional-buttons{
    display: block !important;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.product_list.grid .ocultarGrid{
    display: none;
}

.button-container.lateral a{
    margin: 0px;
}

.button-container.lateral .ajax_add_to_cart_button span{
    width: 63px;
    height: 48px;
    background-color: #ffcc33;
    color: white;
    font-size: 23px;
    line-height: 25px;
    padding-top: 12px;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 0 5px 30px 0;
    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    
    display: none;
}

.button-container.lateral .ajax_add_to_cart_button span:before {
    color: white;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 23px;
    line-height: 23px;
    padding-right: 15px;
    padding-top: 0px;
    float: right;
}

.button-container.lateral #wishlist_button{
}

.button-container.lateral .wishlist{
    border: 0px !important;
    padding: 0px 8px 0 0 !important;
    color: white;
    width: 195px !important;
    margin-bottom: 5px;
    float: none !important;
    margin: 0 auto;
}

.button-container.lateral .wishlist a{
    color: #4d4d4d !important;
    display: block;
    font-size: 13px;
    padding: 0 0 0 5px;
    font-weight: normal;

}

.button-container.lateral .addToWishlist:before {
    color: #4d4d4d;
    content: "\f004" !important;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 20px;
    padding-top: 6px;
    float: left;
    padding-right: 0 !important;
}

.button-container.lateral .addToWishlist:hover:before {
    content: "" !important;
}

.button-container.lateral .quick-view{
    width: 63px;
    height: 48px;
    background: #808080;
    padding-left: 2px;
    
    -webkit-border-radius: 0 5px 30px 0;
    -moz-border-radius: 0 5px 30px 0;
    -o-border-radius: 0 5px 30px 0;
    border-radius: 0 5px 30px 0;
}

.button-container.lateral .quick-view .icon-eye-open{
    font-size: 26px;
    color: white;
}

.button-container.lateral .quick-view span{
    font-size: 22px;
    color: white;
    font-weight: bold;
    padding-right: 3px;
}

ul.product_list .functional-buttons div a, ul.product_list .functional-buttons div label{
}

.contenedorProducto .producto_izq .availability{
    float: left;
    width: 100%;
    padding-top: 5px;
    margin-bottom: 10px;
    
/*     display: none; */
}

ul.product_list .availability span.available-now,
ul.product_list .availability span.out-of-stock{
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    background: transparent;
    border: 0px;
    color: #eea200;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

/* ul.product_list .availability span.out-of-stock */

.contentAgotado{
    margin: 15px 0 10px;
}
    
.contentAgotado span{
    background-color: #f00;
    color: white;
    text-transform: uppercase;
    float: left;
    padding: 3px 10px;
}

ul.product_list .availability span.articuloagotado{
    color: #fff;
    background-color: #f00;
    font-weight: normal;
    line-height: 13px;
    text-transform: uppercase;
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

span.articuloproximo{
    color: #f00 !important;
    margin: 0;
    font-weight: normal;
    padding: 3px 0;
}


.content_prices{
    padding-bottom: 20px;
}

.content_prices #old_price{
    color: #b3b3b3;
    float: right;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: right;
    width: 100%
}

.content_prices #reduction_percent,
.content_prices #reduction_amount{
    width: 50%;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    padding: 5px 0px;
    background-color: #000;
    color: white;
    border: 0px;
    text-align: center;
    margin-right: 0px;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

#quantity_wanted_p label{
    margin-bottom: 1px;
}

.product_attributes{
    padding: 0 19px;
}

#availability_statut{
    margin-top: 20px;
}

#availability_statut #availability_value.warning_inline,
#last_quantities{
    background: none;
    border: 0px;
    color: red;
    font-size: 14px;
    line-height: 16px;
    text-shadow: none;
    padding: 5px 0;
    text-shadow: 0px;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: lighter;
}

#availability_value, #last_quantities{
    background: none;
    border: 0;
    color: #777676;
    padding-left: 0;
    margin-left: 0;
}

#availability_value .fa-paper-plane::before{
    margin-right: 3px;
}

#availability_statut span#availability_label, #availability_date_label{
    width: auto;
    color: #333;
}

#last_quantities{
    text-align: left;
    margin: 20px 0 10px;
}

#oosHook{
    padding-bottom: 20px;
    float:left;
    width: 90%;
}

.socialsharing_product{
    padding-top: 20px;
}

#mailalert_link{
    background: #808080;
    border: 0px;
    color: white;
    font-size: 14px;
    line-height: 16px;
    text-shadow: none;
    margin: 0 !important;
    text-transform: lowercase;
    padding: 5px 0px;
    text-shadow: 0px;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: light;
    border: 1px solid #808080;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

#mailalert_link:hover{
    border: 1px solid #808080;
    background: white;
    color: #000;
}

#layer_cart .layer_cart_product .blockcart_h2{
    color: #ffcc00;
    font: 400 23px/29px Arial,Helvetica,sans-serif;
    margin-bottom: 22px;
    display: block;
}

#layer_cart .layer_cart_product .blockcart_h2 i {
    float: left;
    font-size: 30px;
    line-height: 30px;
    padding-right: 8px;
}

.layer_cart_cart .ajax_cart_product_txt_s,
.layer_cart_cart .ajax_cart_product_txt{
    color: #333333;
    font: 400 23px/29px Arial,Helvetica,sans-serif;
    display: block;
    padding: 10px 0 20px;
}

.button.exclusive-medium span{
    width: 100%;
    padding: 5px 15px !important;
    margin-bottom: 10px;
    float: left;
    background: white;
    border: 0px;
    text-shadow: none;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

.button.exclusive-medium{
    border: 0px;
    background: none;
    float: left;
    margin-right: 10px;
}

.button.exclusive-medium:hover span{
    background: #808080;
    color: white;
}

.button.button-medium{
    background: #ffcc33 !important;
    color: #4d4d4d;
    border: 0px;
    margin: 0 0 5px 0;
    text-transform: lowercase;
    padding: 0;
    text-align: center;
    font-weight: light;
    text-shadow: none;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2); 
}

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

.button.button-medium span{
    border: 0 none;
    font-size: 17px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}

#layer_cart .layer_cart_product{
    padding: 15px 30px 30px 30px;
}

#layer_cart .layer_cart_cart{
    padding: 30px 30px 170px;
}

input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled{
    background: none;
}

.top-pagination-content .compare-form,
.bottom-pagination-content .compare-form{
    display: none;
}

.compare-form .button.button-medium{
    margin-top: 7px;
}

.alert-info{
    background-color: #ffcc33;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 18px;
    border: 0px;
    margin: 0 0 5px 0;
    text-transform: lowercase;
    padding: 10px 0;
    text-align: center;
    font-weight: light;
    text-shadow: none;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2); 
}


.block .title_block, .block h4{
    margin-top: 0;
    margin-bottom: 0px;
    border-top: 15px solid #000;
    padding: 10px 5px 10px 20px;
    
background: #ffe598; /* Old browsers */
background: -moz-linear-gradient(top,  #ffe598 0%, #ffcc33 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe598), color-stop(100%,#ffcc33)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffe598 0%,#ffcc33 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffe598 0%,#ffcc33 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffe598 0%,#ffcc33 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffe598 0%,#ffcc33 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe598', endColorstr='#ffcc33',GradientType=0 ); /* IE6-9 */

}

.block .products-block li .products-block-image{
    border: 0px;
}

.block .list-block .form-group{
    border: 0px;
}

#left_column{
    padding-bottom: 50px;
}

#left_column .block_content{
    background: #FFCC33;
    padding: 10px 20px;
}

#left_column .block_content ul{
    padding: 0;
}

#categories_block_left li span.grower{
    background-color: transparent;
}

.block{
    margin-bottom: 0px;
}

#categories_block_left .block_content > ul{
    border: 0px;
}

.block .list-block li, #categories_block_left li a, #categories_block_left li li a{
    border: 0px;
    font-weight: lighter;
    color: #4d4d4d;
    padding: 5px 0;
}

#categories_block_left li li a::before{
    line-height: 17px;
}

#categories_block_left li span.grower.CLOSE:before{
    color: #4d4d4d;
    line-height: 26px;
}

#categories_block_left li span.grower:hover + a, #categories_block_left li a:hover, #categories_block_left li a.selected{
    background: #ffcc33;
    font-weight: bold;
}

#categories_block_left li a{
    line-height: 15px;
}

#categories_block_left li{
    padding-bottom: 5px;
}

#categories_block_left ul li li{
    padding-bottom: 0px;
}

#categories_block_left ul li li ul{
    padding-left: 20px;
}

#categories_block_left li span.grower.OPEN::before, #categories_block_left li span.grower.CLOSE::before{
    width: 15px;
}

.layered_filter{
    margin-top: 0px;
    border: 0px;
}

.block .products-block li{
    border: 0px;
}

.block .products-block .product-description{
    display: none;
}

#left_column .price-box{
    width: 95%;
    padding: 2px 0px;
    margin: 5px 0 10px 0;
    float: left;
    background: white;
    text-align: center;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

.block .products-block li .products-block-image{
    margin-right: 10px;
}

#left_column .price-percent-reduction{
    width: 95%;
}

#left_column .button.button-small:hover span{
    background: #808080;
}

#left_column .block .products-block .product-name{
    font-size: 14px;
    line-height: 16px;
}

.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,
.top-pagination-content ul.pagination li > a, .top-pagination-content ul.pagination li > span, .bottom-pagination-content ul.pagination li > a, .bottom-pagination-content ul.pagination li > span
{
    background: white;
    
    -webkit-border-radius: 10px 5px;
    -moz-border-radius: 10px 5px;
    -o-border-radius: 10px 5px;
    border-radius: 10px 5px;
}

.top-pagination-content ul.pagination li.active > span, .bottom-pagination-content ul.pagination li.active > span{
    background: transparent;
}

.top-pagination-content ul.pagination li.active > span span, .bottom-pagination-content ul.pagination li.active > span span{
    background: #ffcc00;
}

.top-pagination-content ul.pagination li > a:hover span, .bottom-pagination-content ul.pagination li > a:hover span{
    background: #f6f6f6;
}

.sale-label, .new-label{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    
    width: 100px;
    text-shadow: none;
    left: 0px;
}

.new-box, .sale-box{
    width: 120px;
}

.new-box{
    right: -5px;
    top: 0px;
    left: auto;
}

.sale-box{
    top: 4px;
}

.pb-left-column .sale-box{
    top: 0;
    left: 15px;
}

.new-label{
    background: #000;
    color: white;
}

.sale-label{
    background: #ffcc00;
    color: #5d5d5d;
}

.new-label:after, .new-label:before, .sale-label:after, .sale-label:before{
    display: none;
}

.producto_izq .new-box{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    float: left;
    width: 100%;
    overflow: inherit;
}

.producto_izq .new-label{
    padding: 3px 7px;
    font-size: 13px;
    width: 100%;
}

.blockproductscategory ul{
    padding-left: 10px;
}

.blockproductscategory .price_display{
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 10px;
    float: left;
    background: white;
    text-align: center;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

.blockproductscategory li{
    background: url("../img/bg_cajaprecio.png") no-repeat right bottom transparent;
    border: 0px;
    padding: 0 20px 10px 0;
}

.comments_advices{
    margin-bottom: 0px;
}

.product-container .center-block{
    padding-top: 20px;
    display: none;
}

.center-block h5{
    display: none;
}

.product_list.list .contenedorProducto:hover{
    background: none;
}

.product_list.list .contenedorProducto .availability{
}

.product_list.list ul.product_list .availability span.available-now, .product_list.list ul.product_list .availability span.out-of-stock{
    width: 100px;
}

.product_list.list .contenedorProducto .button.lnk_view span{
    width: auto;
    margin-bottom: 10px !important;
    background: none;
    color: #ffcc33;
}

.product_list.list .contenedorProducto .button.lnk_view:hover span{
    background: none;
    color: #4d4d4d;
}

ul.product_list.list > li h5{
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 30px;
    max-width: 80%;
}

.ajax_block_product .contenedorProducto .product_img_link{
    padding-bottom: 5px;
}    

ul.product_list.list .product-name{
    font-size: 19px;
    line-height: 17px;
}

.product_list.list .left-block.col-md-4{
    width: 50%;
}

ul.product_list.list > li .content_price1{
    position: absolute;
    right: 0;
    top: 0;
}

ul.product_list.grid > li .content_price1 .contenedorDatos{
    display: none;
}

ul.product_list.list > li .price-percent-reduction{
    width: 50px;
}

ul.product_list.list > li .old-price.product-price{
    text-align: right;
    width: 100%;
}

ul.product_list.list > li .center-block .availability{
    display: none;
}

ul.product_list.list > li .button-container.lateral{
    position: absolute;
    display: block !important;
    width: 100% !important;
    right: 20px;
    bottom: 20px;
}

ul.product_list.list > li .button-container.lateral .wishlist{
    width: 100% !important;
}

ul.product_list.list > li .button-container.lateral .wishlist a{
    width: 190px !important;
    float: right;
    
}

ul.product_list.list > li .button-container.lateral .button.ajax_add_to_cart_button{
    float: left;
}

ul.product_list.list > li .button-container.lateral .button.ajax_add_to_cart_button span{
    width: 65px !important;
    padding-left: 5px;
    -webkit-border-radius: 30px 5px 30px 5px;
    -moz-border-radius: 30px 5px 30px 5px;
    -o-border-radius: 30px 5px 30px 5px;
    border-radius: 30px 5px 30px 5px;
}

ul.product_list.list > li .button-container.lateral .wishlist{
    float: right;
}

ul.product_list.list > li .right-block{
    display: none;
}

ul.product_list.list > li .contenedorPrecio{
    position: relative;
    width: 100%;
    float: right;
    padding-bottom: 10px;
}

ul.product_list.list > li .contenedorDescuento{
    position: relative;
    width: 100%;
    float: right;
}

ul.product_list.list > li .contenedorProducto .button.ajax_add_to_cart_button span{
    width: 200px;
}

.page-heading .cat-name{
    color: #000;
    font-size: 32px;
}

ul.product_list.list > li .contenedorProducto .functional-buttons{
    display: block !important;
}

ul.product_list.list > li .contenedorProducto .functional-buttons .lnk_view{
    display: none;
}

.page-heading{
    font-family: 'Ubuntu', sans-serif;
    color: #4d4d4d;
    font-size: 25px;
    border-bottom: 3px solid #ffcc33 !important;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 10px;
}

.contact-form-box{
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding-top: 20px;
}

.contacto-izq{
    float: left;
}

.contacto-drcha{
    float: right;
    margin-bottom: 50px;
    margin-top: 45px;
}

.contact-form-box fieldset{
    background: none;
}

.contact-form-box input.form-control{
    background: #fbfbfb;
}

.telefono{
    font-size: 14px;
}

.telefono a:hover{
    color: #ffcc33;
}

div.uploader{
    height: auto;
}

div.uploader span.filename{
    width: 185px;
}

.form-control, .contact-form-box select.form-control, div.uploader span.filename{
    background: #fbfbfb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;    
}

div.uploader span.action{
    background: #000;
    border: 0px;
    color: white;
    font-size: 14px;
    line-height: 16px;
    text-shadow: none;
    margin: 10px 0 0 0 !important;
    text-transform: lowercase;
    padding: 5px 10px;
    text-shadow: 0px;
    text-align: center;
    float: left;
    font-weight: lighter;
    width: auto;
    
    -webkit-border-radius: 15px 5px;
    -moz-border-radius: 15px 5px;
    -o-border-radius: 15px 5px;
    border-radius: 15px 5px;
}

div.uploader.hover{
     cursor: wait !important;
}

div.uploader.hover span.action{
    background: #ffcc33;
    color: #4d4d4d;
}

.contact-form-box .button.button-medium span{
    font-weight:lighter;
}

.contact-form-box .button.button-medium:hover{
    background: #4d4d4d;
    color: white;
}

.contact-form-box .button.button-medium .icon-chevron-right{
    display: none;
}

.icon-chevron-right, .icon-chevron-left{
    font-size: 21px !important;
    line-height: 25px !important;
    vertical-align: -2px;
}

.cart_navigation .button-medium i.right{
    
}

.form-group.form-ok input, .form-group.form-ok textarea, .form-control:focus{
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);    
}

.imagencontacto{
    background: url("../img/contacto.png") no-repeat left top transparent;
    width: 101px;
    display: block;
    height: 110px;
    float: left;
    margin-top: 10px;
}

.contact-form-box .submit{
    margin-left: 18px;
    float: right;
}

.contact-form-box .submit .button.button-medium{
    padding: 0 20px;
}

.contact-form-box .page-subheading{
    display: none;
}

.fichaproducto .form-control{
    width: auto;
    background-color: white;
}

.order .page-heading{
    padding-bottom: 0px;
    text-transform: none;
    line-height: 27px;
}

.page-heading span.heading-counter{
    margin-bottom: 0px;
    font-weight: lighter;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
}

.page-heading #summary_products_quantity{
    color: #ffcc00;
}

#order_step{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    
    -moz-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);   
}

ul.step li.first span, ul.step li.first a{
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

ul.step li.last span{
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}

ul.step li.last {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}


ul.step li{
    border-color: #4d4d4d;
}

ul.step li.first{
}

ul.step li.step_todo{
    background: white;
}

ul.step li a, ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span{
    font-weight: lighter;
    padding: 11px 10px 11px 13px;
}

ul.step li.step_todo span:after{
/*     background: url("../img/order-step-current.png") no-repeat scroll right 0 rgba(0, 0, 0, 0); */
}

ul.step li a:after, ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after{
    margin-top: -1px;
    height: 45px;
    width: 38px;
}

ul.step li.step_current{
    border-color: #4d4d4d;
    color: #4d4d4d;
}

ul.step li.step_current.first{
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

ul.step li.step_current span{
    background: #FFCC33;
    border-color: #FFCC33;
    text-shadow: none;
    color: #4d4d4d;
}

ul.step li.step_todo span{
    color: #4d4d4d;
}

ul.step li a::after{
    right: -5px;
}

ul.step li.step_done a{
    border: 1px solid #6d6c6c;
    background-color: #6d6c6c;
}


.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td{
    border: 2px solid #ffcc33;
}

.table > thead > tr > th{
    background-color: #ffcc33;
    color: #4d4d4d;
    text-align: center;
}

.label-success{
    border: 0px;
    font-size: 14px;
    line-height: 16px;
    text-shadow: none;
    margin: 0 !important;
    text-transform: lowercase;
    padding: 5px 0px;
    text-shadow: 0px;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: lighter;
    background: white;
    color: #4d4d4d;
    
    -webkit-border-radius: 15px 5px;
    -moz-border-radius: 15px 5px;
    -o-border-radius: 15px 5px;
    border-radius: 15px 5px;
    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

#order-detail-content .table-bordered{
    border: 0px;
}

#cart_summary thead .cart_total{
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    -o-border-radius: 0 20px 0 0;
    border-radius: 0 20px 0 0;
}

#cart_summary td{
    background: white;
}

#cart_summary tfoot td.price{
    float: none;
}

#cart_summary ul.price{
    margin-bottom: 0px;
}

#cart_voucher{
    background-color: #efefef !important;
}

.cart_total_price #total_product{
    float: none;
}

#order-detail-content{
    border-radius: 0 10px 10px 0;
}

thead .cart_total{
    border-radius: 0 10px 0 0;
    border-right: 0px !important;
}

.table tfoot tr{
    background: transparent;
}

tfoot tr #cart_voucher{
    border-left: 0px;
}

.cart_total_price .text-right{
    color: #4d4d4d;
    font-size: 16px;
    font-weight: bold;
}

.total_price_container span{
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.cart_navigation .button-exclusive,
.disponibilidad a{
    border: 0px;
    font-size: 17px;
    line-height: 21px;
    text-shadow: none;
    margin: 0 !important;
    text-transform: lowercase;
    padding: 5px 10px;
    text-shadow: 0px;
    text-align: center;
    float: left;
    font-weight: lighter;
    background: white;
    color: #4d4d4d;
    font-weight: bold;
    
    border: 0 none;
    font-size: 17px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    
    -webkit-border-radius: 20px 5px;
    -moz-border-radius: 20px 5px;
    -o-border-radius: 20px 5px;
    border-radius: 20px 5px;
    
    -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

.cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:hover .icon-chevron-left{
    background-color: #808080;
    color: white;
}

.box{
    background: transparent;
    border: 2px solid #ffcc33;
    padding: 0 0 10px 0;
}

.box li{
    padding: 0 30px;
}

.box li:first-child{
/*     padding: 0px; */
}

.order_delivery .address li:first-child,
#address_delivery li:first-child,
#address_invoice li:first-child{
    padding: 0px;
}

#module-bankwire-payment .box,
#order-confirmation .box,
#identity .box{
    border: 0;
}

.info-order.box{
    padding: 9px 10px 9px 20px;
}

#module-bankwire-payment .price,
#order-confirmation .price{
    float: none;
}

.page-subheading{
    background: #ffcc33;
    color: #4d4d4d;
    padding-left: 20px;
    padding-top: 10px;
    text-transform: none;
    margin: 0;
    border: 0px;
}

#order-detail-content{
    position: relative;
}

.capasombra::after {
    border-radius: 20%;
    bottom: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    content: "";
    height: 75%;
    left: 0;
    position: absolute;
    right: 10%;
    top: 30px;
    width: 10%;
/*     z-index: -1; */
}
.capasombra {
    background: none repeat scroll 0 0 #efefef;
    border-radius: 2px;
    height: 100%;
    width: 97%;
    float: right;
}
.css3-shadow{
    position: relative;
}


#order-detail-content .table{
    padding-left: 30px;
    padding-top: 50px;
    width: 100%;
    
    border-collapse: separate;
    border-spacing: 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
}

#block-order-detail #order-detail-content .table{
    padding: 0;
    width: 100%;
}

#cart_summary tbody td.cart_product img{
    border: 0;
}

tfoot tr #cart_voucher{
    border-bottom: 0px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td{
    border: 1px solid #ffcc33;
}

#total_price_container{
    border-radius: 0 0 20px 0;
}

.cart_quantity .cart_quantity_input{
    border: 0px;
    background-color: transparent;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    color: #ffcc33;
    font-weight: bold;
    margin: 5px 0;
    width: 100%;
}

.table tbody > tr > td.cart_quantity .cart_quantity_button a{
    float: none;
}

#cart_summary .contentPrecio{
    background: none repeat scroll 0 0 white;
    border: 0 none;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: lighter;
    line-height: 16px;
/*     margin-bottom: 10px; */
    padding: 5px 0;
    text-align: center;
    text-shadow: none;
    text-transform: lowercase;
    width: 100%;
    
    -webkit-border-radius: 15px 5px;
    -moz-border-radius: 15px 5px;
    -o-border-radius: 15px 5px;
    border-radius: 15px 5px;
}

#cart_summary .old-price{
    font-weight: lighter;
}

#cart_summary .price-percent-reduction{
    padding: 3px 6px;
    margin-top: 10px;
}



#cart_summary{
    padding-right: 20px;
    padding-bottom: 20px;
    background: #efefef;
    z-index: 10;
    position: relative;
}

#order-detail-content:before{
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 1px;
  width: 100%;
  top: 80%;
  max-width:1000px;
  background: rgba(153,153,153,0.6);
  
  -webkit-box-shadow: 3px 12px 10px rgba(153,153,153,0.6);
  -moz-box-shadow: 3px 12px 10px rgba(153,153,153,0.6);
  box-shadow: 3px 12px 10px rgba(153,153,153,0.6);
  
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
  
    -webkit-border-radius: 0 0 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 0 40px 20px 0;
}

#order-detail-content:after{
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 3px;
  width: 50%;
  height: 75%;
  max-width:10px;
  background: rgba(153,153,153,0.6);
  
  -webkit-box-shadow: 6px 12px 10px rgba(153,153,153,0.6);
  -moz-box-shadow: 6px 12px 10px rgba(153,153,153,0.6);
  box-shadow: 6px 12px 10px rgba(153,153,153,0.6);
  
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);

    -webkit-border-radius: 0 0 20px;
    -moz-border-radius: 0 0 20px;
    -o-border-radius: 0 0 20px;
    border-radius: 0 0 20px;
}

#block-order-detail #order-detail-content::before,
#block-order-detail #order-detail-content:after{
    display: none;
}


#order-detail-content{
    position: relative;
}

.order_delivery, #center_column .cart_navigation{
    padding: 0 20px;
}

#center_column .cart_navigation{
    padding-left: 40px;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 40px;
}

#create-account_form, #login_form, #address_delivery, #address_invoice{
    margin: 0 20px;
    margin-bottom: 50px;
    background: white;
    overflow: hidden;
    
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}

.order_delivery ul, #create-account_form, #login_form{
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.order_delivery ul{
    margin-left: 45px;
}

#account-creation_form, .address .box{
    margin: 0 20px 50px 20px;
    border: 0px;
}

#account-creation_form h3, .address #center_column .page-subheading, .my-account .page-heading{
    border-bottom: 2px solid #ffcc33;
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 30px;
    background: none;
    text-transform: none;
}

#account-creation_form .submit{
    padding-right: 30px;
}

.lnk a{
    color: white;
}

.address .submit2{
    margin-top: 20px;
}

.addresses .button.button-small span, .address .footer_links .button.button-small span, .my-account .button.button-small span{
    background-color: #4d4d4d;
    color: white;
    padding: 3px;
}

.addresses .address_update a:hover span, .addresses .button.button-small:hover span, .address .footer_links .button.button-small:hover span, .my-account .button.button-small:hover span{
    background-color: #ffcc33;
}

.address .footer_links .button.button-small span, .my-account .button.button-small span{
    padding: 3px 15px;
}

.addresses .button.button-small span i, .address .footer_links .button.button-small span, .my-account .button.button-small span{
    vertical-align: -3px;
}

.address #center_column .info-title{
    padding-left: 30px;
}

#my-account ul.myaccount-link-list li a{
    background: transparent;
    border: 0px;
    text-shadow: 0px;
    padding: 0 15px 15px 0;
}

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

#my-account ul.myaccount-link-list li a i{
    border: 0px;
}

#my-account ul.myaccount-link-list li a span{
    background-color: #ffcc33;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #4d4d4d;
    text-transform: uppercase;
    padding: 8px 15px 8px 20px;
    border: 0px;
    text-shadow: none;
    
    -webkit-border-radius: 0 5px 20px 0;
    -moz-border-radius: 0 5px 20px 0;
    -o-border-radius: 0 5px 20px 0;
    border-radius: 0 5px 20px 0;
    
    -webkit-box-shadow: 2px 6px 10px rgba(153,153,153,0.6);
    -moz-box-shadow: 2px 6px 10px rgba(153,153,153,0.6);
    box-shadow: 2px 6px 10px rgba(153,153,153,0.6);
}

#my-account ul.myaccount-link-list li a:hover span{
    color: white;
}

#my-account ul.myaccount-link-list li a i{
    color: #4d4d4d;
}

p.info-account{
    padding-left: 20px;
    font-size: 18px;
}

.order_carrier_content.box{
    border: 0px;
}

#HOOK_PAYMENT{
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

p.payment_module{
    margin-left: 25px;
    margin-right: 25px;
}

#address p.required{
    padding-left: 30px;
}

#address p.inline-infos.required{
    padding-left: 0;
}

#form_wishlist{
    border: 0;
}






#layered_block_left ul li{
    width: 100%;
}

#layered_block_left .layered_filter label{
    display: block !important;
}

#layered_form div.checker{
    float: left;
}

div.checker span{
    top: 1px;
}

#create-account_form,  #login_form{
    background-color: white;
}

#create-account_form .form_content, #login_form .form_content{
    padding: 20px;
}

.contentTextoFicha{
    padding-bottom: 5px;
}

 
.negrita{
    font-weight: bold;
    color: #000;
}

.proximo-lanzamiento{
    margin: 15px 0 10px;
}

.proximo-lanzamiento span{
    text-transform: uppercase;
    font-size: 15px;
}

.autor a{
    font-weight: lighter;
}

.pb-center-column #short_description_block{
    padding-bottom: 5px;
}

.impuestos{
    color: #5d5d5d;
    float: right;
    font-family: "Ubuntu",sans-serif;
    font-size: 10px;
    line-height: 15px;
    text-align: right;
    width: 100%;
}

.alert-warning{
    background-color: transparent;
    color: #ff0000;
    padding: 10px 15px;
    border-color: #ff0000;
    margin-top: 15px;
}

.form-group.form-ok input,
.form-group.form-ok textarea,
.form-group.form-error input,
.form-group.form-error textarea{
    background-color: transparent;
}

#mymodule_block_home h4{
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffe598 0%, #ffcc33 20%) repeat scroll 0 0;
}

#mymodule_block_home .block_content{
    display: block !important;
}

#mymodule_block_home .bx-wrapper .bx-viewport{
    box-shadow: 0;
    border: 0;
}

#mymodule_block_home .bx-wrapper .bx-viewport,
#mymodule_block_home .block_content .bxslider li{
    height: 350px;
}

#mymodule_block_home .block_content .bxslider li{
    padding: 10px;
    position: relative;
}

#mymodule_block_home .block_content .bxslider li img{
    margin: 0 auto;
}

#mymodule_block_home h3{
    margin-top: 0;
    margin-bottom: 20px;
    color: #5d5d5d;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}

#mymodule_block_home .contenido{
    padding-top: 10px;
}

#mymodule_block_home .descuento{
    color: #fff;
    background-color: #ffcc33;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 16px;
    margin: 5px 0;
    display: block;
    float: left;
}

#mymodule_block_home .texto{
    display: block;
}

#mymodule_block_home .bx-wrapper .bx-controls-direction a{
    z-index: 99;
}

#mymodule_block_home .bx-pager.bx-default-pager{
    display: none;
}

#mymodule_block_home .bx-wrapper .bx-prev{
    background: url('../img/controls2.png') no-repeat 0 -32px;
    left: 0;
}

#mymodule_block_home .bx-wrapper .bx-next{
    background: url('../img/controls2.png') no-repeat scroll -43px -32px;
}

#mymodule_block_home .bx-wrapper .bx-prev:hover{
    background: url('../img/controls2.png') no-repeat 0 0;
    left: 0;
}

#mymodule_block_home .bx-wrapper .bx-next:hover{
    background: url('../img/controls2.png') no-repeat scroll -43px -0;
}

#cms .rte{
    padding-bottom: 50px;
    font-size: 14px;
}

.leyrgpd{
    padding: 0 20px 20px 20px;
}


/*******************/
/***** SIDEBAR *****/
/*******************/

div.selector select{
    background-color: white;
}








/******************/
/***** FOOTER *****/
/******************/

.footer-container #rss_block_center, .footer-container #conocenos, .footer-container #destacar, .footer-container #best-sellers_block_right{
    display: none;
}

.contentSubsecciones{
    background-image: none;
    background-color: #4d4d4d;
    padding-top: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    padding-bottom: 30px;
-webkit-box-shadow: inset 1px 6px 40px 0px rgba(51,51,51,0.5);
-moz-box-shadow: inset 1px 6px 40px 0px rgba(51,51,51,0.5);
-o-box-shadow: inset 1px 6px 40px 0px rgba(51,51,51,0.5);
box-shadow: inset 1px 6px 40px 0px rgba(51,51,51,0.5);
}

.contentSubsecciones h2, .contentSubsecciones h4.title_block{
    margin-bottom: 20px;
    margin-top: 18px;
}

.contentSubsecciones h2 a, .contentSubsecciones h4.title_block a, .contentSubsecciones h4.title_block{
    color: #ffcc00;
    font-size: 21px;
    font-weight: bold;
    text-transform: normal;
}

.contentSubsecciones h4.title_block{
    background: transparent;
    border: 0px;
    padding: 0;
}

.contentSubsecciones .product-name, .contentSubsecciones .product-description{
    color: white;
}

.contentSubsecciones .product-name:hover{
    color: #ffcc00;
}

.contentSubsecciones .price{
    color: #ffcc00;
    font-weight: bold;
}

.contentSubsecciones .blog_item a{
    position: relative;
}

.contentSubsecciones .blog_item .capaimagenpeq:after{
    box-shadow: 25px 10px 10px rgba(0, 0, 0, 0.6);
    content: "";
    height: 75%;
    right: 12px;
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 10%;
    
    -webkit-border-radius: 30%
    -moz-border-radius: 30%;
    -o-border-radius: 30%;
    border-radius: 30%;
}
/*
.contentSubsecciones .blog_item .capaimagenpeq{
    position: absolute;
    right: 0;
    top: -5px;
    background: url("../img/bg_minifoto.png") no-repeat right center transparent;
    width: 19px;
    height: 97px;
}
*/
.contentSubsecciones .blog_item h4{
    padding-top: 7px;
    margin-bottom: 3px;
    line-height: 17px;
}
 
.contentSubsecciones #rss_block_center .blog_item{
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.contentSubsecciones #rss_block_center .blog_item .izquierda{
    float: left;
    padding-right: 15px;
}

.contentSubsecciones #rss_block_center .blog_item .derecha{
/*     float: right; */
}

.contentSubsecciones #rss_block_center .imagen{
    float: left;
}

.contentSubsecciones #rss_block_center .imagen .product_img{
    overflow: hidden;
    padding: 15px 0;
    display: block;
}

.contentSubsecciones #rss_block_center .imagen img{
    width: 60px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.contentSubsecciones #rss_block_center .blog_item h4 a{
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: white;
}

.contentSubsecciones #rss_block_center .blog_item h4 a:hover{
    color: #ffcc00;
}

.contentSubsecciones #rss_block_center .blog_item .fecha{
    font-size: 13px;
    color: #b3b3b3;
    float: left;
}

.contentSubsecciones #conocenos a.thumbnail,
.contentSubsecciones #destacar a,
.contentSubsecciones #estudiantes a{
    position: relative;
    margin-bottom: 30px;
}

.contentSubsecciones #conocenos a img,
.contentSubsecciones #destacar a img,
.contentSubsecciones #estudiantes a img{
    width: 100%;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;    
    -o-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    
-webkit-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.6);
-moz-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.6);
-o-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.6);
box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.6);

}
/*
.contentSubsecciones .capafoto:after{
    border-radius: 30%;
    box-shadow: 20px 10px 10px rgba(0, 0, 0, 0.6);
    content: "";
    height: 90%;
    left: -30px;
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 3%;
}
*/

.contentSubsecciones .capafoto{
    position: absolute;
    background: url("../img/capaimagen.png") no-repeat left center transparent;
    z-index:10;
    left: 0;
    width: 21px;
    height: 173px;
    top: -10px;
}


.contentSubsecciones .solapa{
    position: absolute;
    left: 0;
    bottom: 17px;
    width: 160px;
    height: 40px;
    background-color: #ffcc33;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #4d4d4d;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 6px;
    
    -webkit-border-radius: 0 5px 20px 0;
    -moz-border-radius: 0 5px 20px 0;
    -o-border-radius: 0 5px 20px 0;
    border-radius: 0 5px 20px 0;
}

.contentSubsecciones a:hover .solapa{
    color: white;
}

.contentSubsecciones .texto{
    padding-top: 10px;
    border-top: 1px solid white;
    width: 100%;
    color: white;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: light;
}

.contentSubsecciones .leermas{
    width: 100%;
    display: block;
    background-color: white;
    color: #808080;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    
    -webkit-border-radius: 15px 5px;
    -moz-border-radius: 15px 5px;
    -o-border-radius: 15px 5px;
    border-radius: 15px 5px;
    margin-top: 40px;
}

.contentSubsecciones .leermas:hover{
    background-color: #ffcc00;
    color: white;
}



.footer-container{
    background-image: none;
    background-color: #ccc;
    padding-top: 20px;
-webkit-box-shadow: inset 1px 6px 40px 0px rgba(51,51,51,0.5);
-moz-box-shadow: inset 1px 6px 40px 0px rgba(51,51,51,0.5);
-o-box-shadow: inset 1px 6px 40px 0px rgba(51,51,51,0.5);
box-shadow: inset 1px 6px 40px 0px rgba(51,51,51,0.5);
}

#footer a:hover, .footer-container #footer a:hover{
/*     color: #eea200 !important; */
    color: #4d4d4d !important;
    text-decoration: underline !important;
}

.footer-container #footer h4, .footer-container #footer h4 a{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #4d4d4d;
    margin: 0 0 8px;
}

.footer-container #footer ul li a{
    text-shadow: none;
    font-weight: normal;
    color: #4d4d4d;
}

#footer #block_top_menu{
    padding: 0 0 20px 0;
    border-bottom: 1px solid #515151;
    margin: 0 15px;
    max-width: 1170px;
}

#footer #block_top_menu .sf-menu{
    background: transparent;
    border-bottom: 0px;
}

#footer #block_top_menu .sf-menu .submenu-container{
    display: none !important;
}

#footer #block_top_menu .sf-menu > li{
    border-right: 0px;
}

#footer #block_top_menu .sf-menu > li > a{
    border-bottom: 0px;
    padding: 1px 8px;
    text-transform: capitalize;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: 12px;
    border-right: 1px solid white;
}  

#footer #block_top_menu .sf-menu > li:first-child > a{
    padding-left: 0px;
}

#footer #block_top_menu .sf-menu > li:last-child > a{
    border: 0px;
}
    
#footer #block_top_menu .sf-menu > li.sfHover > a, #footer #block_top_menu .sf-menu > li > a:hover, #footer #block_top_menu .sf-menu > li.sfHoverForce > a{
    background-color: transparent;
}

.footer-container #footer .footer-block{
    margin-top: 5px;
}

.bottom-footer{
    color: white;
}

.content_sortPagiBar{
    padding-top: 30px;
}

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

.iconosFooter{
    padding: 20px 0;
    background-color: #4d4d4d;
}

.iconosFooter a img{
    background-color: #fff;
    float: left;
    margin-right: 5px;
}

.iconosFooter h5{
    font: 14px/14px "Ubuntu",sans-serif;
    color: #fff;
    text-align: left;
    margin: 0;
}

.iconosFooter span{
    font: 12px/14px "Ubuntu",sans-serif;
    color: #fff;
    text-align: left;
}

.iconosFooter a:hover h5,
.iconosFooter a:hover span{
    color: #fc0;
}

.iconosFooter a:hover img{
    background-color: #fc0;
}

.iconosFooter .gastosenvio a img{
    height: 25px;
}

.iconosFooter .atencion a img{
    height: 28px;
}

.iconosFooter .descuento a img{
    height: 32px;
}

.iconosFooter .pagoseguro a img{
    height: 33px;
}

.footer_links .button.button-small span{
    padding-left: 15px;
    padding-right: 15px;
}

.footer_links .button.button-small span{
    background-color: #4d4d4d;
    color: #fff;
    padding: 3px 15px;
}

.footer_links .button.button-small span:hover{
    background-color: #ffcc00;
}

.category_footer ul{
    padding-left: 0;
}

.category_footer ul li{
    margin-left: 0;
    padding-left: 0;
    border: 0;
    padding-top: 0;
}



/******************/
/*** FIN FOOTER ***/
/*****************/

#cookieNotice .texto {
    font-size: 13px;
    padding: 5px 100px;
    text-align: left;
    color: #333;
}

#cookieNotice .boton {
    bottom: 3px;
    position: absolute;
    right: 10px;
    text-align: right;
    vertical-align: middle;
}

.disponibilidad{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    padding: 20px 0 40px;
    text-align: center;
}

.disponibilidad a{
    float: none;
    margin: 0 auto !important;
    padding: 10px 20px;
    width: 250px;
    text-transform: none;
}

.disponibilidad a:hover{
    background-color: #ffcc00; 
}

.disponibilidad a .fa{
    margin-right: 8px;
    font-size: 20px;
}

#order .order_delivery h3.page-subheading{
    background: #777676;
    color: #fff;
}

#order .address.box{
    border: 1px solid #777676;
}

#cms h2{
    border-bottom: 3px solid #ffcc33 !important;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#cms ul li{
    padding-bottom: 5px;
}

.delivery_option .best_grade{
    display: none;
}

#index h1{
    font-size: 31px;
    text-align: center;
    padding-bottom: 30px;
}

#HOOK_PAYMENT .col-md-6{
    width: 100%;
}

#HOOK_PAYMENT .contrar span{
    padding-left: 5px;
}

#module-megareembolso-validation .box{
    border: 0 !important;
}

.g-recaptcha > div{
    float: right;
}


/**********************/
/***** Cambios Politicas *****/
/**********************/
.titulo-gris{
    background-color: #ccc;
    padding: 5px 0px;
    text-align:center;
    font-weight:800;
}
table, th, td {
  border:1px solid black;
}
th{
    background-color:#bae6ff;
}

.cms-terminos-y-condiciones-de-uso h3{
    margin-top:20px!important;
}

/*.pdcc-btn-slider{
    display:none!important;
}*/
.cms-6 .pdcc-btn-slider{
    display:block!important;
}
.checked{
    background:#e9c500!important;
}
.checker span{
    border: 1px solid gray;   
}

/**********************/
/***** RESPONSIVO *****/
/**********************/


@media (min-width:1200px) {
    #cart_summary td.cart_description{
        min-width: 500px;
    }
    .paiement_block #cart_summary td.cart_description{
        min-width: 600px;
    }
    
}

@media (max-width:1199px) {
    div.uploader span.action{
        margin-top: 0 !important;
    }
    .product_list.list .producto_drcha{
        width: 450px;
    }
    ul.product_list.list .botonCarrito{
        left: auto !important;
        bottom: 20px !important;
    }
    ul.product_list.list > li .button-container.lateral{
        right: 0 !important;
        bottom: 0 !important;
    }
    #mymodule_block_home h4{
        font-size: 22px;
    }
    #header .sf-menu > li{
        padding: 0 2px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    header .row #header_logo{
        width: 50%;
    }
    .index .SEslider .capaContenido{
        float: left;
        padding-left: 50px;
        padding-right: 0;
        width: 35%;
    }
    .contentSubsecciones .capafoto{
        height: 137px;
    }
    .moduloUserInfo{
        right: 280px;
    }
    ul.product_list.list > li .contenedorProducto .botonCarrito{
        left: 20px;
        bottom: -20px;
    }
    .product_list.list .contenedorProducto{
        margin-bottom: 20px;
    }
    ul.product_list.list > li .button-container.lateral{
        right: -350px;
        bottom: -15px;
    }
    .block .products-block li .product-content{
        float: left;
        padding-top: 10px;
    }
    ul.product_list .functional-buttons div.wishlist a:before{
        display: block;
    }
    ul.product_list.grid > li:hover .product-container{
        z-index: 10;
    }
    #header .sf-menu > li > a{
        padding: 10px 7px 5px;
    }
    .product_list.grid .contenedorProducto{
        width: 100%;
    }
    #index ul.product_list.tab-pane > li, #index ul.product_list.tab-pane > li:hover{
        padding-bottom: 0 !important;
    }
    ul.product_list.grid > li.first-in-line{
        clear: none;
    }
}

@media (max-width:991px) {
    #header{
        background: url("../img/bg_header_resp.png") repeat-x left top #4d4d4d;
        padding-bottom: 0;
    }
    #header .sf-menu > li > a{
        background: url("../img/bg_textomenu_resp.png") repeat-x left top #ffcc33;
    }
    #header .sf-menu > li.sfHover > a, #header .sf-menu > li > a:hover, #header .sf-menu > li.sfHoverForce > a{
        background: url("../img/bg_textomenu_resp.png") repeat-x left top #ffcc33;
        color: white;
    }
    #header #newsletter_block_left{
        right: 0px;
        top: 30px;
    }
    .contentInfo{
        right: 10px;
    }
    header .row #header_logo{
        padding-top: 15px;
    }
    .contentLeyenda{
        padding-top: 5px;
    }
    #search_block_top, .moduloUserInfo, .moduloCarrito{
        top: 155px;
    }
    #block_top_menu{
        padding-top: 48px;
    }
    .index .SEslider .capasombra:after{
        height: 280px;
    }
    .index .SEslider .capaContenido{
        width: 90%;
        padding-top: 30px;
    }
    .se-controls{
        left: 40%;
    }
    .se-pager{
        bottom: 10px;
    }
    #index ul.product_list.tab-pane > li{
        padding-bottom: 16px;
    }
    #index ul.product_list.tab-pane > li:hover{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #index ul.product_list.tab-pane > li:hover .functional-buttons{
        
    }
    ul.product_list.grid > li:hover .product-container .functional-buttons{
        display: block !important;
    }
    ul.product_list.grid > li .contenedorProducto:hover .functional-buttons.lateral{
        z-index: 10;
    }
    ul.product_list.grid > li:hover .product-container{
        z-index: 10;
    }
    .product_list.list .contenedorProducto{
        margin-bottom: 20px;
    }
    .product_list.list .left-block.col-xs-5{
        width: 50%;
    }
    .product_list.list .center-block.col-xs-7{
        width: 50%;
    }
    ul.product_list.list > li .contenedorProducto .botonCarrito{
        right: 0;
        left: 20px;
        bottom: -20px;
    }
    ul.product_list.list > li .button-container.lateral{
        right: -270px;
        bottom: -15px;
    }
    #header #newsletter_block_left{
        top: 50px;
    }
    ul#header_links{
        padding-top: 100px;
    }
    .product_list.grid .contenedorProducto{
        width: 100%;
    }
    #index ul.product_list.tab-pane > li, #index ul.product_list.tab-pane > li:hover{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .iconosFooter .gastosenvio,.iconosFooter .descuento,.iconosFooter .atencion{
        padding-bottom: 20px;
    }
    .moduloUserInfo .header_user_info{
        float: none;
    }
    .moduloUserInfo{
        right: 300px;
    }
    #block_top_menu{
        margin-bottom: 0;
    }
    #header .sf-menu > li{
        margin-bottom: 15px;
    }
    #order-detail-content .table{
        padding: 0;
    }
    .capasombra::after{
        box-shadow: 0;
    }
    .capasombra{
        float: left;
    }
    #cart_summary thead th{
        padding: 7px 0 9px;
    }
    .order_delivery ul{
        margin: 0 0 20px 0;
    }
    .product_list.list .contenedorProducto{
        padding-left: 0;
    }
    .product_list.list .producto_drcha{
        width: 330px;
    }
    #cookieNotice .texto {
        padding: 5px 100px 5px 20px;
    }
}

@media (max-width:767px) {
    .footer-container #footer h4, .footer-container #footer h4 a{
        margin-bottom: 0px;
    }
    ul.product_list.grid > li{
/*         width: 45%; */
    }
    ul#header_links{
        margin-top: 0px;
    }
    header .row #header_logo{
        width: 50%;
    }
    .index .SEslider .capaContenido{
        width: 100%;
        padding: 30px 20px 0 20px;
    }
    .se-pager{
        padding-left: 20px;
    }
    ul.product_list .functional-buttons div.wishlist a::before{
        display: block;
    }
    ul.product_list.list > li .contenedorProducto .botonCarrito{
        left: 20px;
    }
    ul#header_links{
        display: none;
    }
    #block_top_menu{
        padding: 97px 0 0 0;
        background-color: transparent;
    }
    .cat-title::after,
    .cat-title.active::after {
        left: 15px;
        top: 11px;
    }
    .cat-title{
        padding: 10px 20px 10px 50px;
        border-bottom: 2px solid #4d4d4d;
        background-color: #fff;
    }
    .cat-title:hover{
        background-color: #fff;
        color: #484848;
    }
    #header{
        background: url("../img/bg_header_resp2.png") repeat-x left top #4d4d4d;
    }
    #header .sf-menu {
        background-color: #fff;
    }
    #header .sf-menu > li{
        padding: 0;
        margin: 0;
    }
    #header .sf-menu > li > a,
    #header .sf-menu > li.sfHover > a,
    #header .sf-menu > li > a:hover,
    #header .sf-menu > li.sfHoverForce > a{
        margin: 0;
        padding: 8px 35px 8px 50px;
        border-bottom: 2px solid #4d4d4d;
    }
    #header .sf-menu > li > a{
        background: url("../img/bg_textomenu.png") repeat-x left top #ffcc33;
    }    
    .sf-menu > li span::after,
    .block .title_block::after,
    .block h4::after{
        content: "\f0da";
        line-height: 30px;
    }
    .block .title_block::after, .block h4::after{
        top: 7px;
    }
    .sf-menu > li span.active::after,
    .block .title_block.active::after,
    .block h4.active::after{
        content: "\f0d7";
    }
    .sf-menu > li span{
        top: 0;
    }
    .sf-menu li ul{
        top: 0;
    }
    #search_block_top{
        width: 100%;
        background-color: #4d4d4d;
        padding: 15px 15px;
        top: 190px;
    }
    #search_block_top #searchbox{
        width: 100%;
    }
    #header #search_block_top #search_query_top{
        width: 90% !important;
    }
    .moduloUserInfo{
        left: 15px;
        z-index: 10;
        right: 60%;
    }
    .moduloUserInfo .fa{
        font-size: 20px;
    }
    .col-sm-4.moduloCarrito{
        width: 60%;
    }
    .moduloCarrito .ajax_cart_product_txt_s,
    .moduloCarrito .ajax_cart_product_txt,
    .moduloCarrito .ajax_cart_no_product{
        display: none !important;
    }
    .moduloCarrito .shopping_cart > a:first-child{
        width: 170px;
        color: #fff;
        font-size: 20px;
        float: right;
    }
    #order_step,
    ul.step li.first span, ul.step li.first a,
    ul.step li.last span,
    ul.step li.step_current.first,
    ul.step li.last,
    #order-detail-content .table{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
    ul.step li.step_current{
    }
    
    #order-detail-content::before,
    #order-detail-content::after,
    .capasombra::after{
        display: none;
    }
    .order_delivery, #center_column .cart_navigation{
        float: left;
        width: 100%;
    }
    #center_column .cart_navigation{
        padding: 0;
    }
    #order-detail-content .table{
        width: 100%;
    }
    #cart_summary,
    #order-detail-content #cart_summary td{
        background-color: #fff !important;
    }
    .capasombra,
    .cart_quantity .cart_quantity_input{
        width: 100%;
    }
    .contentPrecio .price{
        float: none;
    }
    #order-detail-content #cart_summary td.cart_unit{
        text-align: center;
    }
    #center_column .order_delivery{
        padding: 0;
        margin: 0;
    }
    #footer #block_top_menu{
        display: none;
    }
    .index .SEslider{
        max-width: none !important;
        width: auto !important;
    }
    .index .SEslider li img{
        width: 100% !important;
    }
    
    .sf-menu > li > ul{
        padding-top: 10px;
        width: 100%;
    }
    .sf-menu li ul li ul{
        display: none;
    }
    .sf-menu > li > ul > li{
        position: relative;
        padding-bottom: 0;
        visibility: inherit !important;
    }
    .sf-menu > li > ul > li > a,
    .sf-menu li ul li a{
        padding: 5px 30px 5px 70px;
    }
    .sf-menu > li > ul > li > ul{
        position: relative;
        width: 100%;
        padding-left: 30px;
        padding-top: 5px;
        left: 0 !important;
    }
    .sf-menu > li > ul > li span::after{
        
    }
    #mymodule_block_home .block_content .bxslider li{
        text-align: center;
    }
    .product_list.list li .product-container .row{
        margin-left: 0;
    }
    .product_list.list .producto_drcha{
        width: 60%;
    }
    ul.product_list.list > li h5{
        padding-bottom: 0;
    }
    .pb-center-column h1{
        font-size: 17px;
        line-height: 21px;
    }
}

@media (max-width:479px) {
    #oosHook,
    .socialsharing_product,
    #usefull_link_block{
        display: none;
    }
    ul.product_list.grid > li{
        width: 85%;
        float: left;
    }
    .block .block_content{
        margin-bottom: 0px;
    }
    ul.product_list.grid > li .product-container .functional-buttons{
        display: block !important;
    }
    #header .cart_block{
        width: 160%;
    }
    #newsletter_block_left,
    #social_block{
        display: none;
    }
    .contentInfo{
        width: 95%;
    }
    .contentInfo .telefono{
        float: left;
        font-size: 15px;
    }
    .contentInfo .whatsapp{
        float: right;
    }
    header .row #header_logo{
        padding-top: 35px;
        width: 100%;
    }
    #header_logo .contentLogo{
        float: none;
    }
    #header #search_block_top #search_query_top {
        width: 85% !important;
    }
    #block_top_menu{
        padding-top: 117px;
    }
    .button.button-medium,
    .cart_navigation .button-exclusive,
    .button.exclusive-medium{
        width: 100%;
        margin-bottom: 15px !important;
        text-align: center;
    }
    #order-detail-content #cart_summary td{
        padding: 7px 5px;
        width: auto;
    }
    #order-detail-content #cart_summary td.cart_delete{
        right: 10px;
    }
    #order-detail-content #cart_summary tbody td.cart_description{
        width: 50%;
    }
    .contentLeyenda{
        display: none;
    }
    #cart_summary tbody td.cart_unit .price span{
        display: block;
    }
    ul.product_list.grid > li{
        width: 100%;
    }
    #layer_cart .layer_cart_product .product-image-container{
        width: 100%;
        border: 0;
        margin: 0 auto;
    }
    .product-name a{
        line-height: 20px;
    }
    
    .SEslider.inicio{
        display: none;
    }
    .content_sortPagiBar .sortPagiBar .nbrItemPage{
        display: none;
    }
    .product_list.list .producto_drcha{
        width: 50%;
    }
    ul.product_list.list > li h5{
        width: 100%;
        max-width: 100%;
    }
    ul.product_list.list .product-name{
        font-size: 12px;
        line-height: 14px;
    }
    .contenedorDatos .ocultarGrid{
        display: none;
    }
    ul.product_list > li .content_price1{
        position: relative !important;
        bottom: 0;
        float: left;
        width: 100%;
    }
    ul.product_list.list > li .contenedorPrecio,
    ul.product_list.list > li .contenedorPrecio .price,
    ul.product_list.list > li .contenedorDescuento,
    ul.product_list.list > li .contenedorDescuento .price-percent-reduction,
    ul.product_list.list > li .contenedorDescuento .old-price{
        float: left !important;
    }
    ul.product_list.list > li .contenedorDescuento .old-price{
        text-align: left;
    }
    ul.product_list.list > li .contenedorPrecio{
        margin-top: 5px;
    }
    ul.product_list.grid .producto_izq,
    .product_list.list .producto_izq{
        float: left !important;
        width: 45% !important;
        max-width: none !important;
    }
    ul.product_list.grid .producto_drcha,
    .product_list.list .producto_drcha{
        float: right !important;
        width: 45% !important;
        max-width: none !important;
    }
    .product_list.grid .producto_izq a img,
    .product_list.list .producto_drcha a img{
        margin: 0 auto;
    }
    .contenedorDatos{
        text-align: left;
        float: left;
    }
    ul.product_list.grid > li .contenedorPrecio, ul.product_list.grid > li .contenedorDescuento{
        position: relative;
        bottom: auto;
        text-align: right;
        right: auto;
    }
    .contenedorDatos .new-box{
        height: 35px;
        clear: both;
    }
    .contenedorDatos .content_price1{
        display: block;
        float: left;
    }
    .new-box, .sale-box{
        height: auto;
    }
    .product_list .contenedorProducto .button.ajax_add_to_cart_button{
        width: 100% !important;
    }
    .product_list.list .contenedorProducto{
        margin-bottom: 0;
        padding: 20px 0;
    }
    ul.product_list.list > li .contenedorProducto .botonCarrito,
    ul.product_list.list > li .button-container.lateral,
    ul.product_list.grid > li .product-container .functional-buttons,
    .producto_drcha{
/*         position: static; */
    }
    ul.product_list.list > li .contenedorProducto .button.ajax_add_to_cart_button span{
        width: 100% !important;
    }
    .contenedorProducto{
        height: 310px;
        margin-bottom: 0;
    }
    ul.product_list.list > li .button-container.lateral .wishlist{
        float: left !important;
    }
    ul.product_list.list > li .button-container.lateral .wishlist a{
        float: none;
        margin: 0 auto;
    }
    .product_list.list .contenedorProducto .button.lnk_view{
        float: left;
        width: 100%;
        display: block;
    }
    .top-pagination-content div.pagination .showall, .bottom-pagination-content div.pagination .showall{
        display: none;
    }
    .top-pagination-content div.pagination, .bottom-pagination-content div.pagination{
        float: none;
    }
    .top-pagination-content ul.pagination, .bottom-pagination-content ul.pagination{
        margin: 0;
    }
    #mymodule_block_home h4::after{
        display: none;
    }
    .fichaproducto{
        margin-bottom: 0;
    }
}

