html, body {
    overflow-x: hidden;
}


.carousel-control.left {
    background-image: none;
    filter: none;
}

.carousel-control.right {
    background-image: none;
    filter: none;
}

.carrousel_product{
    height: auto !important;
}

.controls-slider {
    position: absolute;
    width: 110%;
    top: 29%;
    z-index: 35;
    margin-left: -5% !important;
    margin-right: -5% !important;
    height: 0;
}

.controls-slider a {
    width: 60px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    padding: 0px;
    display: block;
}
.controls-slider a:hover,
.controls-slider a:focus,
.controls-slider a:active{
   text-decoration:none;
}
/* ENCABEZADOS****************/
/*Generales comunes
*****************************************************/

body{
	font-weight: 500;
	font-size:14px !important;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	background:
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Droid Serif',Georgia,serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,.h1 {
  font-size: 2.5em;
}
h2,.h2 {
  font-size: 2em;
}
h3,.h3 {
  font-size: 1.5em;
}
h4,.h4 {
  font-size: 1.28em;
}
h5,.h5 {
  font-size: 1em;
}
h6,.h6 {
  font-size: 0.85em;
}
p {
  margin: 0 0 10px;
}
ul, ol{
	list-style:none;
	margin:0;
	padding:0
}
.breadcrumb{
	list-style:none;
	margin:0;
	padding:0
}
.rte ul, .rte ol{
	list-style:inherit;
	margin:auto auto auto 20px;
	padding:auto;
}
.rte ol{
	list-style-type: decimal;
}
.rte ol[type="A"] {
  list-style-type: upper-alpha;
}
.rte ol[type="a"] {
  list-style-type: lower-alpha;
}

.navbar-default {
	border:0
}
/*h1.page-subheading{
	font-weight:400
}*/
p.info-title{
	margin-bottom:30px
}
label{
	margin-right: 10px;
}


#product_reference label{
	margin-right: 2px
}


label.control-label{
	margin-right: 0;
	text-align:left
}
h2{
	/*text-align:center;*/
	display:block;
	position:relative;
	line-height: 65px;
	margin-bottom:20px
}

h2:before{
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 50px;
}
.main-content.home h2{
	text-align:center;
}


.main-content.home h2:before{
    left: 50%;
    margin-left: -25px;
}

.tab-pane h1, .tab-pane h2, .tab-pane h3, .tab-pane h4 {
    line-height: initial;
    margin-top: 20px;
    margin-bottom: 20px;
} 
.tab-pane h1::before, .tab-pane h2::before, .tab-pane h3::before, .tab-pane h4::before {
    display: none;
}

.rte h2{
	text-align:left;
}
.rte h2:before{
    left: 0;
    margin-left: 0;
}
.btn-default{
	border: 0;
}
.btn-addtocart span{
    font-weight:700;
}

.btn-addtocart.disabled, .btn-addtocart.disabled:hover, .btn-addtocart.disabled:focus, .btn-addtocart.disabled:active {
    background-color: #509DE5;
    border-color: #509DE5;
    color: #FFF !important;
    opacity: 0.3;
}


.form-control {
    transition: border-color 0.35s ease-in-out 0s, box-shadow 0.35s ease-in-out 0s;
}
.form-control:focus {
    border-color: #509DE5;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #509DE5;
}
#contact .block.destacado{
 	background-color: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding: 15px;
}

input[type="checkbox"], input[type="radio"] {
   cursor: pointer
}

.line{
	height: 1px;
	border-bottom:1px solid #DDD;
	margin: 5px ;
	display: block
}


/* FIXES BOOTSTRAP 
**********************************************************/
.breadcrumb > li + li::before {
    content: "";
    padding: 0px;
}
.center-row {
    display:table;
}
.center-vert {
    display:table-cell;
    vertical-align:middle;
    float:none;
}

.center-vert .img-responsive {
    max-width: 100%;
    width: 100%;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

}
.navbar-toggle {
  position: relative;
  padding: 9px 0 9px 10px;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}

@media (min-width: 768px) {
 /* .navbar-toggle {
    display: none;
  }*/
}
.top-menu .navbar-default .navbar-toggle {
    font-size: 14px !important;
	border:1px solid #666666;
    color: #ffffff;
    padding: 0px 8px;
    height: 35px;
    line-height: 18px;
	text-transform:uppercase;
	background-color: #76b4eb;
    border-color: #76b4eb;
}
.top-menu .navbar-default .navbar-toggle:hover,
.top-menu .navbar-default .navbar-toggle:focus {
  /* background-color: #FAFAFA;
    border-color: #FAFAFA;
    color: #333333;*/
	background-color: #76b4eb;
    border-color: #76b4eb;
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color:#509DE5 
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #509DE5 !important;
	background-color: transparent !important;
}



/* CATEGORIAS
**********************************************************/
#categories_block_left li a {
    border-bottom: 1px dotted #333333 !important;
    color: #333333 !important;
}
#categories_block_left li span.grower.OPEN::before, #categories_block_left li span.grower.CLOSE::before {
     color: #333333 !important;
}

.btn.btn-info.toggle-layered, .toggle-layered.btn.btn-default{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:  4px;
	text-transform: uppercase;
	font-size:12px;
	color: #ffffff;
	border: 0;
	max-width: 100%;
	white-space: normal;

}


/* ICONOS REDES SOCIALES
**********************************************************/

.besocial {}
a.twitter { color: #00aeef;}
a.facebook { color:#1c75bc;}
a.gplus, a.youtube {color:#cc181e;}

/* YAMM MEGA MENU 
 **********************************************************/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;

}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
    left: 15px;
    padding: 0px;
    margin: auto;
}
.yamm .yamm-content {
  padding: 0 30px 20px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* ESTILO MEGAMENÚ 
**********************************************************/
.yamm-content .category-title{
	font-size:1.7em;
	border-bottom:1px solid #E1E1E1;
}
.yamm-content p.title a{
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none
}
.yamm-content p.title a:after{
	content:"\f105";
	font-family: FontAwesome;
	padding: 0 0 0 10px !important;
	margin: 0 !important;
	font-weight:400;
}
.yamm-content .block {
    margin-bottom: 0px !important;
    padding: 10px;
}

.producto-megamenu {
  background-color: #FFF;
  padding: 10px;
  border: 1px solid #cacaca;
  z-index: 55;
  border-radius: 6px;
}
.producto-megamenu .claim-desc {
  font-size: 12px;
  margin: 0; padding:0; 
}

.dropdown-menu {
    top: auto !important;
}

/* PARA FIJAR LA MISMA ALTURA DE LOS LISTING USAR LA CLASE is-table-row 
**********************************************************/

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


	
/* ESTILOS GENERALES FIXES LAYOUT/BOOTSTRAP 
**********************************************************/

.navbar {
	min-height: 0px;
}


@media (min-width: 767px) {	
    .fixed {
        position:fixed;
        top:0;
        left:0;
        z-index:145;
        width:100%;
        margin-top:0px !important;
        padding-top:10px 
    }
    .fixed .navbar {
        float:none;
        text-align:center;
        width:1170px;
        margin:0 auto;
    }
    .main-menu{
        min-height:44px; /* para evitar el salto al hacer scroll*/
    }
}

.title-center {
   text-align:center;
   padding:30px auto;
   margin-bottom:30px;
   position:relative;
}
.title-center:before {
    background: #333333 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

h3.page-subheading {
	font-size: 20px;
}
h3.page-subheading i{
	font-size: 20px;
}
/* TOP MENU && HEADER
 * **********************************************************/
#close-top-note {
    cursor: pointer;
}
.scroll-to-top {
    position: fixed;
    bottom: 80px;
    right: 10px;
    line-height: 20px;
    font-size: 39px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    cursor: pointer;
    background-color: #509DE5;
    color: #FFF;
    opacity: 0.7;
    z-index:9999;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    border-radius: 30px;
}
.scroll-to-top:hover {
  background-color: #333333;
  opacity: .8;
}


@media (max-width: 767px) {
	/*#product .scroll-to-top {
    	bottom: 123px;
	}*/
	.top-menu .navbar-default {
	   /* background-color: #333333;
	    border-color: #333333;*/
		border-bottom:1px solid #666;
	    border-style: none;
	}
	.navbar-default .navbar-collapse{
		background-color:#FAFAFA
	}
    .top-menu .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        height: 350px;
		width:100%;
        overflow: auto;
        -webkit-box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 5px 12px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 5px 12px 0px rgba(50, 50, 50, 0.75);


    }
}
.top-menu .navbar-default .navbar-nav > .active > a,
.top-menu .navbar-default .navbar-nav > .active > a:hover,
.top-menu .navbar-default .navbar-nav > .active > a:focus,
.top-menu .navbar-default .navbar-nav > li > a:hover {
    color: #509DE5
}
.top-menu .navbar-default > .navbar-nav > li a {
    color: #509DE5;
	text-transform:uppercase;
	padding: 15px 10px !important;
	border:1px solid red
}
.top-menu .navbar-default .navbar-nav > li > a:hover,
.top-menu .navbar-default .navbar-nav > li > a:focus,
.top-menu .navbar-default .navbar-nav > li > a:active
{
	color: #FFFFFF !important;
	background-color: #509DE5 !important;
}
.top-menu .navbar-default .navbar-nav > li > a.desktop-click.dropdown-toggle:after{
	content:"\f107";
	font-family: FontAwesome;
	padding: 0 0 0 5px !important;
	margin: 0 !important;
	font-weight:400;
}

.form-buscador input.form-control {
    background-color: #fff;
    border: 1px solid #C7C7C7;
    border-radius: 0px;
    box-shadow: 0;
    display: block;
    font-size: 13px;
    height: 34px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	box-shadow: none;
}
#searchbox .form-group {
    margin-bottom: 0 !important
}
.input-buscador {
    width: 65%;
    display: inline-block !important;
    vertical-align: middle;
    border: 1px solid #C7C7C7;
}
.form-buscador .btn{
	border-radius: 0 !important;
}
@media (max-width: 999px) {
    .form-buscador {
        width: 100% !important;
    }
    .input-buscador {
        width: 99%
    }
    .btn-buscador {
        margin-left: -43px;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-brand {
        color: #777;
        padding: 2px 5px 0px 0px;
    }
    .navbar-brand img { width: 120px;}
    .input-buscador {
        width: 99%
    }
}
@media (max-width: 415px) {
    .form-buscador {
        width: 100% !important;
    }
    .input-buscador {
        width: 98% !important;
    }
    .btn-buscador {
        margin-left: -42px;
    }
}
@media (max-width: 315px) {
    .navbar-brand img, .telefonos { display:none;}
} 
#results {
    display: block;
    position: absolute;
    z-index: 200;
    width: 95%;
}
.quick-list {
    margin: 2px auto;
    width: 100%;
    background-color: #F8F8F8;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 1px 1px 8px #888;
}
.quick-list ul {
    padding: 0;
    margin: 0;
}
.quick-list li {
    height: 50px;
    text-align: left;
    padding: 5px 0;
    margin: 5px 0;
    list-style: none;
    border-bottom: 1px solid #CCC;
    font-size: 12px;
}
.quick-list li:last-child {
    border: none;
}
.quick-list li a:hover {
    color: #94c11f;
}
.quick-list li .price {
    display: block;
    font-size: 15px;
}
.quick-list li img {
    height: 40px;
    float: left;
}


.dest0 {
    background-color: #F2FFAF;
}
.dest1 {
    background-color: #FFDFC1;
}


/** FIN HEADER
 ***********************************************************/

.addtocart label {
    padding-top: 5px;
}
.box-images img {
    border: 1px solid #E1E1E1;
    margin-bottom: 30px;
}

.box-gallery img {
    margin-bottom: 15px;
}
.box-gallery ul img {
   border: 1px solid #E1E1E1;
}
.addtocart {
    margin: 30px 0;
}
.price-box {
    color: #333333;
}
.price {
    color: #333333;
    font-weight: 600;
    font-size: 1.1em;
}
.price .price-percent-reduction {
    color: #d9534f !important;
    font-style: normal;
	font-size:12px;
	padding:6px 0 0 10px
}
.product_list .acciones .price {
	display: inline-block;
}
.cart_block .price {
  /*  font-weight: 200;*/
	font-style:italic;
}
.price-box .price {
    font-size:30px;
	font-weight:700;
    letter-spacing: -2px;
    line-height: 38px;
}
.isaprice {
    color: #509DE5;
}
.block-con-cat-img {
    height: 200px;
    width: 200px;
    border: 8px solid rgb(168, 191, 51);
    border-radius: 100px;
    z-index: 6;
    float: left;
    margin-right: 40px;
}
.block-con-cat-img img {
    padding-top: 20px;
    max-height: 150px;
    max-width: 150px;
    margin:auto;
    display: block;
}
.block {
    padding: 15px;
    border: 1px solid #E1E1E1;
    margin-bottom: 30px;
    background-color: #fff;
}

.form-block {
    padding: 25px;
    border: 1px solid #E1E1E1;
    margin-bottom: 30px;
    background-color: #fff;
}

.box-product-promo {
    padding: 15px;
    border: 1px solid #E1E1E1;
    margin-bottom: 30px;
    font-size: 18px;
    color: #94c11f;
    background-color: #fff;
}
.box-product-promo img {
    border: 1px solid #E1E1E1;
}
#carousel-box-1x1-left, #carousel-box-specials {
    padding-top: 15px;
}

.box-product-promo h4 a {
    font-size: 22px;
}
.box-product-promo .price {
    font-size: 24px;
}


.product-tab a {
    color: #333333;
    text-decoration: underline;
}
.product-tab a:hover {
    text-decoration: none;
}

.product-tab {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-top: none;
}


.garantia {
    color: #EE831A;
}

video {
    width: 100% !important;
    height: auto !important;
}

.separarow {
    margin: 30px 0;
}
.separatop {
    margin-top: 25px;
}


@media (max-width: 501px) {
    .sub-menu .mini-cart-box {
        width: 100%;
        background-image: none;
    }
    .sub-menu .mini-cart-box .col-xs-6 {
        width: 100% !important;
    }
}
.mini_cart_summary .badge {
    background-color: #99CC00;
}
.despliega-cesta {
    display: block !important;
}

@media (max-width:767px) {
    .cesta-responsive, .user-responsive { 
        display: block;
        float: right;

    }
    .cesta-responsive .mini-cart {
        width: 35px;
        height: 35px;
        text-align: center;
        font-size: 23px;
        border-radius: 4px;
        display: block;
        text-decoration: none;
        margin-right: 10px;
        line-height: 35px;
    }
    .user-responsive .mini-user {
        font-size: 23px;
        border-radius: 4px;
        display: block;
        text-decoration: none;
        margin-right: 10px;
        line-height: 35px;
        width: 35px;
        height: 35px;
        text-align: center;
    }
    .cesta-responsive .mini-cart-box {
        padding: 15px !important;
        margin: 0 !important;
         z-index: 555 !important;
    }
    .mini-user-box {
        width: 100% !important;
        position: absolute !important;
        right: 0 !important;
        left: 0 !important;
        padding: 15px !important;
        margin: 0 !important;
        z-index: 555 !important;

    }
}

.box-product-menu {border-left: 1px solid #ddd; padding-left: 30px;}


/* ARGUMENTOS DE VENTA
 **********************************************************/
.home-arguments, footer .arguments{
	margin-top: 0;
	padding-bottom:0;
	margin-bottom:0;
	display:block;
	text-transform: uppercase;
    font-size: 0.95em;
}
.argument {
    text-decoration: none;
	vertical-align:middle;
}

@media (max-width: 768px) {
	.argument{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		text-align: center
	}
	.argument p,.block-arguments li.item-argument{
		margin: 0 0 5px 0 !important;
		word-wrap: break-word;
		font-size: 0.9em;
	}
	.argument i{
		font-size: 1em;
		margin-right: 10px
	}
	.block-arguments .flex-container,.block-arguments{
		display: block !important;
		float: left;
	}
	.block-arguments{
		width: 100%	}
	.block-arguments.mt30{
		margin-top: 0
	}
	
	.space-between .item-argument i{
		display:inline-block  !important;
	    text-align: left !important;
	    font-size: 1em !important;
	    margin-right: 10px !important;
	    height: auto !important;
	    width: auto !important;
	}
	.block-arguments li.flex-item.item-argument{
		width:50% !important;
	}
	
	.item-argument {
    border-bottom:0 !important;
    padding: 0 5px
	}
}


/* PRODUCT BLOCK PARA PARA LISTADOS/ CARRUSELES, CATEGORIAS/ BUSCADOR... 
 **********************************************************/
.product-block h3 {
    font-size: 20px;
    line-height: 20px;
    height: 42px;
    display: block;
    overflow: hidden;
    font-weight: 400 !important;
}
.product-block h3 a{
    color: #333;
 
}
.product-block img {
    border: 1px solid #E1E1E1;
}
.product-block .mini-description {
    font-size: 13px;
    line-height: 14px;
    display: block;
    overflow: hidden;
    height: 30px;
}
.carousel-conasi {
    margin-bottom: 40px;
}
.grupo-destacado h2, .grupo-destacado .btn {
    color: #94c11f;
}

.bigiconos {padding: 25px !important;}


.main-block {
    padding: 50px;
    margin-bottom: 30px;
}
.column-right .main-block {
    text-align:center;
}
.flat-block {
    border: 1px solid #E1E1E1;
    background-color: #fff;
    margin-bottom: 30px;
}
.notafija {
    position: absolute;
    height: 150px;
    width: 250px;
    overflow: hidden;
    right: 15px;
    top: 0px;
}
.notafija span {
    background-color: #94c11f;
    display: block;
    color: #FFF;
    font-size: 11px;
    transform: rotate(-331deg);

    padding: 3px 50px;
    margin-right: -50px;
    margin-top: 50px;
    text-transform: uppercase;
    z-index: 24;
}
.content-pseudo-slider {
    padding: 20px;
    text-shadow: 2px 1px 5px #000;
    color: #FFF; 
}

footer .logo {
    max-width: 150px;
} 
.sello {
    position: absolute;
    padding:0 5px;
}
.img-sello {
    max-width: 80px;
}
.sello img {border: none;}
@media (max-width: 767px) { 
    .sello img {width: 35px;}
}
.content-pseudo-slider a {text-shadow: none;}
#home-block1 .content-pseudo-slider{max-width: 500px;}
@media (min-width: 767px) {
    .home-block2 {
    }
    .home-block3 {
    }
    #home-block1 .content-pseudo-slider, .home-block3 .content-pseudo-slider {
        position: absolute;
        bottom: 25px;
        left: 25px;
    }

    .home-block2 .content-pseudo-slider {
        position: absolute;
        bottom: 25px;
        right: 25px;
        text-align: right;
}
}

/* LISTADO DE PRODUCTOS 
 **********************************************************/
#product_list {
    padding: 0;
}
#product_list li {
    list-style: none !important;
    display: block;
}
.product-list  {
     background-color: #fff;
     /*margin-bottom: 15px;*/
     padding: 15px;
}

a.product_img_link{
	max-width:100%;
	display:block;
	clear:both;
}
a.product_img_link img{
	max-width:100%;
	margin: 0 auto;
}
.is-flex h3, .item-product h3 {
    font-size: 20px;
    padding: 0px;
    font-weight: 400;
    line-height: 22px;
	color:#333333
}

.is-flex h3 a, .item-product h3 a {
   /* color: #333333;*/
    display: block;
    height: 50px;
    overflow: hidden;
}
.product-list .product-short {
    font-size: 13px;
    padding: 0px;
    margin: 0px 0px 10px;
    height: 36px;
    overflow: hidden;
}
.item-product .sello {
    position: absolute;
    padding: 25px 0 0 1px
}

.item-product .note {
    position: absolute;
    right: 30px;
    top: 15px;
}
.agotado {
    opacity: 0.5;
}
.product-list-text {margin-bottom: 30px;}
.acciones {
    margin-top: 10px;
    margin-bottom: 30px;

}
.img-producto {max-width: 100%; margin:auto; display: block;}

.functional-buttons .compare a.btn{
	padding: 3px 6px;
}

ul#product_list .btn-group-sm > .btn, .btn-sm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 18px;
}



/* PRODUCTOS
 *********************************************************/

body.product  #center_column {
	margin-top: 30px;
}

.mini-block-reviews i{
	font-size:20px
}

.mini-block-reviews a{
	color:#333333 !important
}
#product_comments_block_tab .comment_author_infos {
    clear: none !important;
    padding-top: 0 !important;
	float:left;
}
#product_comments_block_tab .comment_author_infos em{
    border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	padding:0 10px;
}
#product_comments_block_tab .star_content{
	float:left;
	clear:none;
	padding-left:10px
}
#product_comments_block_tab .comment_author_infos strong {
    display: inline-block !important;
	padding-right:10px
}
.comment_details p{
	clear:both;
	padding-top:15px
}

#reduction_percent_display{
	display: block;
	padding: 1px 4px;
	font-size:12px;
	margin: 0 0 3px;
	width: 70px;
	text-align: center
}
.product_3 #reduction_percent_display{
	margin:0 auto !important
}


.button-minus, .button-plus{
	background-color: #ffffff;
	border: #E9E9E9
}

/* BOX CATEGORIAS */
.categories {
    padding: 0px 0px 0px 8px;
    margin: 0;
    margin-bottom: 30px; 
}
.categories li {
    padding: 0;
    margin: 0;
    list-style: none;
}
@media (max-width:767px) { 
    .block-categories {
        height: 80px;
        overflow: hidden;
    }
}

.navigation-pipe {display: none;}

.btn-block-left {
    display: block;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    text-align: left;

}


.pagination .fa-chevron-left,
.pagination .fa-chevron-right {
  font-size: 12px;
}
.pagination li a {
  color: #333333;
}
.pagination li:hover a {
  color: #333333;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #FFF;
  background-color: #333333;
  border-color: #333333;
}
.pagination>li>a,
.pagination>li>span {
  padding: 9px 14px;
  border-color: #E1E1E1;

}

.pagination>li>span {
  color: #333;
}


.bottom-pagination {
  text-align: center;
}

.pagination {
	margin: 7px 0 0;
	float:left
}
.product-count{
	float: left;
    padding: 23px 14px;
}

.bottom-pagination-content{
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1
}
.bottom-pagination-content form.clearfix,.bottom-pagination-content form.nbrItemPage .clearfix{
	margin-top:15px
}
.title-block5 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.title-block6 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.separa10 {margin-top: 10px;}

.unvisible{display:none;}

.cart_product {
    width: 80px;
}

.cart_quantity_button {margin-top: 10px;}

.cart_quantity_input {
    width: 100%;
    max-width: 120px;
    margin: auto;
    text-align: center
}
@media (max-width: 600px) {
  /*  .cart_product {
        width: 50px;
    }
    .cart_product img {
    width: 40px;
    }*/
    .cart_total .price {font-size: 14px !important;}
}

@media (max-width: 400px) {
    .cart_product {
        width: 30px !important;
    }
    .cart_product img {
    width: 30px;
    }
}

.rte a {
    text-decoration: underline;
}
.rte h1, .rte h2, .rte h3 {
  /*  margin-top: 0px;*/
    margin-bottom: 15px;
}

.datagrid table {border-collapse: collapse; text-align: left; width: 100%; }
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #333333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table td, .datagrid table th { padding: 3px 10px; }
.datagrid table tbody td { color: #333333; border-left: 1px solid #333333;font-size: 12px;font-weight: normal; }
.datagrid table tbody tr:nth-child(odd) td { background: #E9F4FF; color: #333333; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid table th { background: #333333; color: #fff;  border-bottom: 1px solid #333333;}
.datagrid table th em {color: #fff;}

#cart_summary th, #cart_summary td, .subtotales th, .subtotales td {
	padding: 10px;
	}
#cart_summary th {
	background-color:#ededed;
	}
	

td#total_price_container{
	font-weight: bold;
	font-size: 1.5em
}
.btn-cesta {}

.btn-checkout {
    padding: 7px 20px;
    font-size: 15px;
    line-height: 1.33333;
    border-radius: 6px;
}

@media (max-width: 768px) {
  .btn-checkout {
    display: block;
    width: 100%;
  }
}
.step {
    padding: 0;
    margin-top: 15px 0;
}

.step li {
    padding: 0;
    margin-left: 50px;
    list-style: none;
    float: left; 
    text-align: center;
}
/*
.step li, .step li a {
    color: #666666;
}*/

.step li em {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 0;
    font-size: 16px;
   /* background-color: #666666;
    color:#fff;*/
    text-transform: none;
    font-weight: 700;
    font-style: normal;
}

/*
.step .step_current {
    color: #666666; 
}

.step .step_current em {
    background-color: #333333; 
}*/

.step_todo {
    opacity: 0.3;
}

.page-subheading {
	margin-top: 0px; padding-top: 0px;
}


.payment_module {
   margin-bottom: 40px;
}
/*.payment_module a {color: #509DE5;}*/

 .page-heading{
    margin-top: 0px;
    margin-bottom: 15px;
    color: #333333;
}

.order-number{ font-weight: 300; margin-right: 10px; line-height: 32px; display: inline-block;}
.order-number b {height: 36px; width: 36px; border-radius: 0; display: inline-block; text-align: center;}

.cesta-responsive .dropdown-backdrop {display: none;} /* BUG QUE IMPIDE INTERACTUAR CON MINICAR */

/* FIXES  IMG NO CROP  */

.item-product {
	margin-bottom:40px
}



.m-inicio a {padding-top:7px !important; padding-bottom: 6px !important;}

.recommend-product {
    font-weight: lighter;
    text-transform: uppercase;
    color: #94c11f;
    display: block;
    margin-bottom: 10px;
}

#order label {
    display: inline;
}

.lineSep {
    border-bottom: 1px solid #DDD !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.lineSep:last-child {
    border-style: none !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}



.price s, .old-price {font-size: 12px !important; text-transform: none; font-style: normal; font-weight: normal;}

.destacado {
    color: #333333;
   
}

.block-deco:before {
    display:block;
    content: " ";
    background-image: url("../img/deco1.png");
    background-repeat: no-repeat;
    background-position: center top; 
    padding-top:40px;
}
.contact-form-box input[type="file"] {
    display: block;
    height: auto;
}

.alert-danger-cesta {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.slider-text-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0px;
}

.flexbox-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.slider-caption-item h2::before {
    display: none;
}
.slider-caption-item h2 {
    margin: 0;
    line-height: normal;
    text-align: initial;
}
.slider-caption-item p {
    margin-bottom: 0;
}
.slider-caption-item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 0 15%;
}

.home-slider {
    padding: 0;
}

.home-slider .carousel-caption h2{
	font-size:45px;
}
.home-slider .carousel-caption p{
	font-size:18px;
	max-width: 75%;
	margin: 0 auto
}
.newsletters-box {
    display: block;
}

.stockalert p { margin-bottom: 6px; }
.stockalert .alertexplanation { font-size: 0.8em;  } 

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #D80C25;
    margin: 1px;
    margin-right: 10px;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.3) inset;
    border-style: none;
    background-color: #fff;
    margin-right: 10px;
}
.carousel-indicators li:hover {
     background-color: #D80C25;
}


.infocookies {
    padding: 10px;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    border-top: 4px solid #333333;
    width: 100%;
    z-index: 100;
    font-size:11px;
    line-height: 110%;
    text-align: left;
    background-color: #464646;
    color:#eee;
    border:0 !important
}

.text-cookies{
	float: left;
	width: 90%;
	text-align: center;
	font-size: 1.2em
}
.infocookies .btn{
	/*position: absolute;
    right: 0;
    top: 9px;*/
    float: right;
    padding: 0;
     background-color: #464646;
}
.infocookies .btn i{
	font-size: 25px
}
/*
@media (max-width:768px){
	body#product .infocookies {
	    bottom:68px;
	}
}*/

.bold {
    padding-left:5px;
    padding-right: 5px;
    font-weight: bold;
}

.table-product-discounts {
    margin-bottom: 15px;
}

.cart_unit .price-percent-reduction {display: none;}
.cart_unit .old-price {text-decoration: line-through;}



span.availability {
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}


.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.space-between { 
  -webkit-justify-content: space-between; 
  justify-content: space-between; 
}  

.flex-item {
  text-align: center;
}



@media (min-width: 767px) {
    .vertical-align-container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
}




#enabled_filters {
  margin: 0 0 10px 0;
  background: #dadada;
  padding: 5px; }

#enabled_filters .layered_subtitle {
  font-weight: bold;
  font-size: 12px; }

#enabled_filters ul li {
  padding: 2px 0; }

#enabled_filters li a {
  float: right;
  color: #333;
  cursor: pointer; }

#layered_block_left .layered_close {
  float: right;
  padding-right: 5px; }


#layered_block_left .layered_subtitle {
  display: inline-block;
  font-weight: bold;
  font-size: 12px; 
  text-transform: uppercase;
}

#layered_block_left ul {
  clear: both;
  padding: 5px 0; }

#layered_block_left ul li {
  padding: 2px 0; }

#layered_block_left ul li label {
  cursor: pointer;
  font-weight: normal;
}

#layered_block_left ul {
  padding-left: 0; }

#layered_block_left ul li {
  list-style-type: none; 
}

#layered_block_left div > form > div > div {
  margin-top: 5px;
}

#layered_block_left div > form > div > #enabled_filters {
    display: block;
}


#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit; }

#layered_block_left ul li input.checkbox {
    vertical-align: middle;
    margin-left: 2px;
    float: left !important;
    margin-right: 8px;
    margin-top: 5px;
}

#layered_block_left ul li .disabled {
  color: #666; }

#layered_block_left .color-option {
  border: 1px solid #666666;
  height: 16px;
  margin-left: 0;
  padding: 0;
  width: 16px; }

#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

#layered_block_left .nomargin a {
  display: inline; font-size: 14px;}

#layered_form .select {
  width: 165px; }

#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #666; }


#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle; }

.layered_price_range {
  margin-left: 7px; }

.layered_price_range_unit {
  margin-right: 7px; }

.layered_slider_container {
  margin: 6px 0 6px 10px;
  width: 91%; }

.layered_slider {
  margin-top: 5px; }

.layered_input_range_min {
  width: 30px; }

.layered_input_range_max {
  width: 40px; }

.layered_list_selected {
  font-weight: bold; }

.layered_list {
  display: block;
  cursor: pointer; }

.layered_list:hover {
  font-weight: bold; }

.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center; }

.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer; }

.hide-action:hover {
  font-weight: bold; }

#layered_form div div ul {
  max-height: 300px;
  overflow-x: auto; }

.layered_filter {
  border-bottom: 1px solid #eee; }
  .layered_filter label {
    font-weight: normal; display: inline; }



/* LAYERED INLIST SÓLO PARA > 997
 **********************************************************/
@media(min-width: 997px) {
  .layer-inlist #layered_block_left div > form > div > div {
    display: inline-block;
  }
  .layer-inlist .layered_subtitle, .layer-inlist .layered_price {
    display: inline-block;
    border-bottom: none;

  }
  .layer-inlist .layered_subtitle::after {
    content: " \f107 " ;
    font-family: FontAwesome;
    margin-right: 10px;
  }

   
  .layer-inlist .layered_subtitle::after:hover, .layer-inlist .layered_subtitle:hover::after {
    content: " \f106 " ;
    font-family: FontAwesome;
  }





  .layer-inlist .layered_subtitle_heading {
    display: inline;
  }
  .layer-inlist #layered_block_left ul li {
    padding: 5px !important;
  }
  .layer-inlist #layered_block_left div > form > div > div:hover ul, 
  .layer-inlist .layered_filter:hover ul, .layer-inlist .layered_price:hover ul  {
    display: block;
    position: absolute;
    max-width: 350px;
    z-index: 555;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 10px;

  }
  .layer-inlist ul {
    display: none;
  }

  .layer-inlist #enabled_filters ul,
  .layer-inlist #layered_block_left div > form > div > #enabled_filters:hover ul
  {
    display: block;
    position: relative;
    border: none;
    padding: 0px;
    background-color: transparent;
    max-width: none;
  }

  .layer-inlist #layered_block_left div > form > div > #enabled_filters:hover ul li, .layer-inlist #enabled_filters ul li
  {
    display: inline-block;
    padding: 4px !important;
  }

  .layer-inlist #enabled_filters ul li a {
    margin-left: 5px;
    margin-right: 10px;
  }
  .layer-inlist #enabled_filters .layered_subtitle {
    display: none;
  }
}


/* LISTADOS 
 ***********************************************************/

#layered_block_left.show-layered-fixed {
    display: block !important;
    position: fixed;
    top: 0px;
    z-index: 50000;
    right: 0;
    width: 100%;
    max-width: 350px;
    height: 100vh;
    overflow-y: scroll;
}

.listing_6 .product-container .functional-buttons {
    display: none;
}

.listing_6:hover .product-container:hover .functional-buttons {
    display: block;
    position: absolute;
    width: 100%;
    margin-left: -30px;
    padding: 8px;
    z-index: 10;
}

.listing_6:hover .product-container:hover .functional-buttons p {
    margin: -10px 8px 10px 6px;
    padding: 5px 5px 15px 5px;
}


.listing_5 .product-list .functional-buttons, .listing_3 .product-list .functional-buttons, .listing_1 .product-list .functional-buttons, .listing_2 .product-list .functional-buttons {
    position: absolute;
    top: 26%;
    text-align: center;
    width: 100%;
    opacity: 0;
    margin-left: -45px;
    
}
.listing_3 #product_list {
    padding: 15px;
}

.listing_3 .product-list {
    border: 1px solid #dadada;
}
.listing_3 .product-list:hover {
    box-shadow: inset  0px 0px 10px rgba(0, 0, 0, 0.20);
}

.listing_3 .item-product {
    margin: -1px 0 0 -1px;
    padding: 0;
}
.listing_3 .product-list {
    margin: 0;
}

.listing_2 .mini-product .price {
    height: 48px;
    overflow: hidden;
}

@media (min-width: 997px) { 
    .listing_5 .product-list:hover .functional-buttons, .listing_1 .product-list:hover .functional-buttons, .listing_2 .product-list:hover .functional-buttons, .listing_3 .product-list:hover .functional-buttons {
        opacity: 1;
        transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    }
}

/* EN LISTADOS 
 **********************************************************/




/* VARS TO RESTEST
 **********************************************************/
.m0 {margin:0;}
.mb0 {margin-bottom: 0;}
.mt0 {margin-top:0;}

.m10 {margin:10px;}
.mt10 {margin-top: 10px;}
.mr10 {margin-right: 10px;}
.ml10 {margin-left: 10px;}
.mb10 {margin-bottom: 10px;}

.m20 {margin:20px;}
.mt20 {margin-top: 20px;}
.mr20 {margin-right: 20px;}
.ml20 {margin-left: 20px;}
.mb20 {margin-bottom: 20px;}

.m30 {margin:30px;}
.mt30 {margin-top: 30px;}
.mr30 {margin-right: 30px;}
.ml30 {margin-left: 30px;}
.mb30 {margin-bottom: 30px;}

.m40 {margin:40px;}
.mt40 {margin-top: 40px;}
.mr40 {margin-right: 40px;}
.ml40 {margin-left: 40px;}
.mb40 {margin-bottom: 40px;}


.m50 {margin:50px;}
.mt50 {margin-top: 50px;}
.mr50 {margin-right: 50px;}
.ml50 {margin-left: 50px;}
.mb50 {margin-bottom: 50px;}

.m60 {margin:60px;}
.mt60 {margin-top: 60px;}
.mr60 {margin-right: 60px;}
.ml60 {margin-left: 60px;}
.mb60 {margin-bottom: 60px;}



.p0 {padding: 0;}
.p10  {padding: 10px;}
.pt10 {padding-top: 10px;}
.pr10 {padding-right: 10px;}
.pl10 {padding-left: 10px;}
.pb10 {padding-bottom: 10px;}

.p20  {padding: 20px;}
.pt20 {padding-top: 20px;}
.pr20 {padding-right: 20px;}
.pl20 {padding-left: 20px;}
.pb20 {padding-bottom: 20px;}

.p30  {padding: 30px;}
.pt30 {padding-top: 30px;}
.pr30 {padding-right: 30px;}
.pl30 {padding-left: 30px;}
.pb30 {padding-bottom: 30px;}

.p40  {padding: 40px;}
.pt40 {padding-top: 40px;}
.pr40 {padding-right: 40px;}
.pl40 {padding-left: 40px;}
.pb40 {padding-bottom: 40px;}

.p50  {padding: 50px;}
.pt50 {padding-top: 50px;}
.pr50 {padding-right: 50px;}
.pl50 {padding-left: 50px;}
.pb50 {padding-bottom: 50px;}

.p60  {padding: 60px;}
.pt60 {padding-top: 60px;}
.pr60 {padding-right: 60px;}
.pl60 {padding-left: 60px;}
.pb60 {padding-bottom: 60px;}

.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}


/* FORMULARIOS 
 **********************************************************/

.form-error input.validate {
    border-color: #ff0a0a;
}

.form-ok input.validate {
    border-color: green;
}

#voucher .btn {
    padding: 4px 8px;
    margin-top: 3px;
 }

#voucher input.discount_name {
    float: left
 }

@media (min-width: 997px) { 
    #account-creation_form .form-group, #address .form-group, #identity .form-group {
        padding: 3px;
    }


    #account-creation_form .form-group label,  #address .form-group label, #identity .form-group label  {
        display: inline-block;
        width: 23%;
        font-weight: normal;
        margin-right: 5px;
    }

    #identity .form-newslleters label {
        font-weight: normal;
    }

    #address .form-group input, #address .form-group select,
    #identity .form-group input, #identity .form-group .birthday,
    #account-creation_form .form-group input, #account-creation_form .form-group .birthday
    {
        display: inline-block;
        width: 76%;
    }

    #identity input[type="radio"] {
        margin-left: -30px;
    }

    .form-group .form_info {
        display: block;
        width: 100%;
        clear: both;
    }
}

input[type="checkbox"], input[type="radio"] {
    margin: 4px 0px 0px;
    line-height: normal;
}


/* TREVENQUE MENU 
 *********************************************************/
ul.main{
  list-style: none;
  position: relative;
  text-align: left;
  -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .35s;
         -o-transition-duration: .35s;
            transition-duration: .35s;
    -webkit-transition-property: width, opacity, visibility;
         -o-transition-property: width, opacity, visibility;
            transition-property: width, opacity, visibility;
}
ul.main > li {
  float:left;
  box-sizing: border-box;
  display: block;
  min-height: 1px;
  padding:0 15px;
}
ul.sub{
  position:absolute;
  z-index:1000;
  left:0px;
  text-align: left;
  display:none;
  height:100%;
}
div.drop-container {
  clear:left;
  /*background: white;*/
  width: 1170px;
  padding:10px 15px;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:3px 3px 3px 3px rgba(0, 0, 0, 0.55);
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.55);
}
div.drop-container:before,
div.drop-container:after{

    display: table;
    content: " ";
}
div.drop-container:after{
    clear: both;
}
div.drop-container .a2{
  width:16.6666%;
}
div.drop-container .a3{
  width:25%;
}
div.drop-container .a4{
  width:33.3333%;
}
div.drop-container .a5{
  width:41.6666%;
}
div.drop-container .a6{
  width:50%;
}
div.drop-container .a7{
  width:58.3333%;
}
div.drop-container .a8{
  width:66%;
}
div.drop-container .a9{
  width:75%;
}
div.drop-container .a10{
  width:83.3333%;
}
div.drop-container .a10{
  width:91.6666%;
}
div.drop-container .a12{
  width:100%;
}
div.drop-container .a2,
div.drop-container .a3, 
div.drop-container .a4, 
div.drop-container .a5, 
div.drop-container .a6, 
div.drop-container .a7, 
div.drop-container .a8, 
div.drop-container .a9, 
div.drop-container .a10, 
div.drop-container .a11, 
div.drop-container .a12{
    position: relative;
    min-height: 1px;
    padding:5px 10px;
    float:left;

}
div.drop-container .a2:before,  div.drop-container .a2:after,  div.drop-container .a3:before,  div.drop-container .a3:after,  div.drop-container .a4:before,  div.drop-container .a4:after,  div.drop-container .a5:before,  div.drop-container .a5:after,  div.drop-container .a6:before,  div.drop-container .a6:after,  div.drop-container .a7:before,  div.drop-container .a7:after,  div.drop-container .a8:before,  div.drop-container .a8:after,  div.drop-container .a9:before,  div.drop-container .a9:after,  div.drop-container .a10:before,  div.drop-container .a10:after,  div.drop-container .a11:before,  div.drop-container .a11:after,  div.drop-container .a12:before,  div.drop-container .a12:after{      
    display: table;
    content: " ";

}
div.drop-container .a2:after, div.drop-container .a3:after, div.drop-container .a4:after, div.drop-container .a5:after, div.drop-container .a6:after, div.drop-container .a7:after, div.drop-container .a8:after, div.drop-container .a9:after, div.drop-container .a10:after, div.drop-container .a11:after, div.drop-container .a12:after{
  clear:both;
}
.dropdown-open{
  display:none;
}
ul.main .toggle{
  display:none;
}

ul.sub .category-title{
    font-weight: bold;
    text-transform:uppercase;
}
.offcanvas{
    position:fixed;
    z-index:1001;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background: rgba(0,0,0, 0.4);
    display: none;
}
 body.menu-collapsed .offcanvas{
    display:none;
  }





/*969px*
 *********************************************************/

@media (max-width: 768px) {
    .navbar-toggle {
         display: block;
         float:left;
    }   
    ul.main .toggle{
        display:block; 
    } 

    ul.main{
        /*background-color:#DADADA  !important;*/
        -webkit-box-shadow: 9px 1px 11px -8px rgba(0,0,0,0.75);
        -moz-box-shadow: 9px 1px 11px -8px rgba(0,0,0,0.75);
        box-shadow: 9px 1px 11px -8px rgba(0,0,0,0.75);
      }
  ul.main li.toggle{
    /*background-color:#333333 !important;*/
    /*border-bottom:1px solid #FFFFFF*/
  }
  div.drop-container {
      width: 300px;
      overflow-y:auto;
      height:100%; 
    -webkit-box-shadow: -7px 0px 10px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: -7px 0px 10px -7px rgba(0,0,0,0.75);
    box-shadow: -7px 0px 10px -7px rgba(0,0,0,0.75);
  }
  div.drop-container .a2,
  div.drop-container .a3, 
  div.drop-container .a4, 
  div.drop-container .a5, 
  div.drop-container .a6, 
  div.drop-container .a7, 
  div.drop-container .a8, 
  div.drop-container .a9, 
  div.drop-container .a10, 
  div.drop-container .a11, 
  div.drop-container .a12{
      padding:5px 5px;
      float:none;
      width:100%;
  }

  ul.main{
    position: fixed;
    left:0px;
    top:0px;
    bottom:0px;
    width:350px;
    z-index:1002;
   /* background:gray;*/
    
  }
  ul.main.collapsed{
    width:0px;
    overflow:hidden;
  }
  ul.main > li{
    float:none;
    display: block;
    min-height: 1px;
    padding: 10px 15px;

  }
  ul.sub{
    z-index:1001;
    left:50px;
    top:0
   
  }
  .offcanvas{
  //  display:block;
    
  }
 
  .dropdown-open{
      display:block;
  }
  div.drop-container .a2,
  div.drop-container .a3, 
  div.drop-container .a4, 
  div.drop-container .a5, 
  div.drop-container .a6, 
  div.drop-container .a7, 
  div.drop-container .a8, 
  div.drop-container .a9, 
  div.drop-container .a10, 
  div.drop-container .a11, 
  div.drop-container .a12{
      padding:5px 0;
  }
}

/*767px
 **********************************************************/
@media (max-width: 768px) {
	/* Banners home **/
	.col-sm-4.trv_banner{
	    width: 33.33333333% !important;
	   float: left
	}
	.col-sm-6.trv_banner{
	    width: 50% !important;
	    float: left
	}
	.col-sm-8.trv_banner{
		width: 66.66666667% !important;
		float: left
	}
	.trv_banners .trv_banner figure figcaption {
    	font-size: 15px;
   }
	   .trv_banners .trv_banner {
	    padding: 10px 8px !important;
	}
	td a.btn{
		/*width:100% !important;*/
		margin: 0;
	}
	.table td.history_detail a + a {
	    margin-left: 0 !important;
	}
	
	.cart_quantity_input {
	    max-width: 56% !important;
	    margin: 0 auto;
	    text-align: center;
	     height: 36px !important;
	     float: left
	}
	.cart_quantity_button{
		float: left;
		margin: 0 0 0 10px
	}
	.description-xs{
		border-top:6px solid #EDEDED
	}
	
	.description-xs .label {
    font-size: 65%;
    }
	
	table#cart_summary .description-xs:first-child{
		border-top:0
	}
	#cart_summary td{
		border-top:0;
		text-align: center;
	}
	table#cart_summary.table {
    	border:0
    }
    .cart_product {
	    width: auto !important
	}
	.cart_product img{
	    max-width:50px !important
	}

	#voucher .form-control {
	    display: inline-block;
	    width: 99% !important
   }

}


@media (max-width: 550px) {
	a.cart_quantity_down,a.cart_quantity_up{
		display: none
	}
	.cart_quantity_input {
	    max-width: 56% !important;
	    float:left;
	}
	.cart_quantity_button {
	    margin-top:0;
	    float: left;
	}
	.cart_delete{
		float:left;
		margin-left: 10px
	}
}

/*480px
 **********************************************************/
@media (max-width: 480px) {
	.col-sm-4.trv_banner, .col-sm-6.trv_banner,.col-sm-8.trv_banner{
	    width: 100% !important;
	   float: none
	}
	.col-sm-4.trv_banner img, .col-sm-6.trv_banner img,.col-sm-8.trv_banner img{
	   width: 100% !important;
	}
	   .trv_banners .trv_banner {
	    padding: 5px !important;
	}


	#cart_summary thead {
	    display: none;
	}
	.table.subtotales .cart_total_price td.text-right,
	.table.subtotales .cart_total_delivery td.text-right,
	.table.subtotales .cart_total_voucher td.text-right,
	.table.subtotales .cart_total_tax td.text-right,
	.table.subtotales .cart_total_price td.text-right,
	.table.subtotales .cart_total_delivery,
	.table.subtotales .cart_total_price .price,
	.table.subtotales .cart_total_price .price{
		width: 65% !important;
		background-color: #F8F8F8;
		text-align: right;
	}
	
	#voucher .btn-info.btn-buscador {
    height: 37px;
    margin-top: 1px;
}
	

}
/* FIXES PARA LOS DROPDOWN EN DESKTOP 
**********************************************************/
@media (min-width: 767px){
    .menu-layout-1 ul.trevenque-menu-big div.drop-container, .menu-layout-2 ul.trevenque-menu-big div.drop-container, .menu-layout-3 ul.trevenque-menu-big div.drop-container, .menu-layout-5 ul.trevenque-menu-big div.drop-container {
    position: relative !important;
    width: calc(100% - 10px) !important;
    }
    .trevenque-menu-big{
        width: 100%;
    }
}

@media(min-width: 992px) {
  .menu-layout-1 ul.trevenque-menu-big,
  .menu-layout-2 ul.trevenque-menu-big,
  .menu-layout-3 ul.trevenque-menu-big,
  .menu-layout-5 ul.trevenque-menu-big {
   
  }
  .menu-layout-1 ul.sub div.drop-container, 
  .menu-layout-2 ul.sub div.drop-container,
  .menu-layout-3 ul.sub div.drop-container,
  .menu-layout-5 ul.sub div.drop-container {
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
  }

  .menu-layout-1 ul.trevenque-menu-big div.drop-container, 
  .menu-layout-2 ul.trevenque-menu-big div.drop-container,
  .menu-layout-3 ul.trevenque-menu-big div.drop-container,
  .menu-layout-5 ul.trevenque-menu-big div.drop-container {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 1140px;
    left: 0;
    right: 0;
  }

  .menu-layout-1 ul.trevenque-menu-size-1 div.drop-container, 
  .menu-layout-2 ul.trevenque-menu-size-1 div.drop-container,
  .menu-layout-3 ul.trevenque-menu-size-1 div.drop-container,
  .menu-layout-5 ul.trevenque-menu-size-1 div.drop-container {
    width: 250px;
  }

  .menu-layout-1 ul.trevenque-menu-size-2 div.drop-container, 
  .menu-layout-2 ul.trevenque-menu-size-2 div.drop-container,
  .menu-layout-3 ul.trevenque-menu-size-2 div.drop-container,
  .menu-layout-5 ul.trevenque-menu-size-2 div.drop-container {
    width: 500px;
  }

  #tmegamenu div.drop-container div:last-child div.category-line {
    border-right:none !important;
  }

  .menu-layout-1 ul.trevenque-menu-size-1, 
  .menu-layout-2 ul.trevenque-menu-size-1,
  .menu-layout-3 ul.trevenque-menu-size-1,
  .menu-layout-5 ul.trevenque-menu-size-1,
  .menu-layout-1 ul.trevenque-menu-size-2, 
  .menu-layout-2 ul.trevenque-menu-size-2,
  .menu-layout-3 ul.trevenque-menu-size-2,
  .menu-layout-5 ul.trevenque-menu-size-2
  {
    position: absolute;
    z-index: 1000;
    left: auto !important;
    text-align: left;
    margin-left: -15px !important;
  }

}

/* END TREVENQUE MENU **********************************************************/

#reduction_percent_display:empty, #old_price_display:empty, #old_price:empty {
	display: none;
}

/* PROCESO DE COMPRA
**********************************************************/
.table_block {
    padding: 0 !important
}

.list-unstyled.ul_3 .li_3, .list-unstyled.ul_3 .li_5{
	font-size: 0.85em
}

#order-detail-content ul{
	padding: 15px
}
#order-detail-content ul li{
	padding: 5px 0
}

/* FACEBOOK CONECT ***********************************************************/

#authenticationAlign{
	border:1px solid #E9E9E9 !important;
	padding-top:20px;
}


#authenticationAlign a:visited .title,
#authenticationAlign .title{
	color:#FFFFFF !important
} 


/* AUTENTIFICACIÓN ********************************************************/
#authentication #order_step{
	display: none
}


/* HISTOTIAL PEDIDOS********************************************************/
table.table-responsive-custom td.history_state span.label{
	 white-space: normal !important;
	 display: inline-block !important;
	 text-align: left !important;
}

/* TABLAS RESPONSIVE******************************************************************/

@media (max-width: 850px) {
	
	
	table.table-responsive-custom {
           width:100% !important;
       }
     table.table-responsive-custom, table.table-responsive-custom thead, table.table-responsive-custom tbody,
     table.table-responsive-custom th, table.table-responsive-custom td, table.table-responsive-custom tr {
        display: block !important;
    }
    table.table-responsive-custom thead tr {
        border:0 !important;
    }
    table.table-responsive-custom tr th {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
        display:none !important;
        border:0 !important;
    }
    table.table-responsive-custom tr { 
    	border: 1px solid #ededed !important
    }
    table.table-responsive-custom td {
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative !important;
        padding-left: 35% !important
    }
    table.table-responsive-custom td:before {
        position: absolute !important;
        top: 6px !important;
        left: 6px !important;
        width: 45% !important;
        font-weight:900 !important;
        padding-right: 10px !important;
        
    }
    /*THEAD RESPONSIVE HISTORIAL PEDIDOS */

   	table.table-responsive-custom td:nth-of-type(1):before { content: "Nº Pedido:"; text-transform:uppercase; font-size:12px; color:#666}
   	table.table-responsive-custom td:nth-of-type(2):before { content: "Ref. Pedido:"; text-transform:uppercase; font-size:12px; color:#666}
    table.table-responsive-custom td:nth-of-type(3):before { content: "Fecha:"; text-transform:uppercase; font-size:12px; color:#666}
    table.table-responsive-custom td:nth-of-type(4):before { content: "Precio Total:"; text-transform:uppercase; font-size:12px; color:#666}
    table.table-responsive-custom td:nth-of-type(5):before { content: "Estado:"; text-transform:uppercase; font-size:12px; color:#666}
    
     table.table-responsive-custom td.history_detail a.btn.btn-info {
	    width: 45 !important;
	    margin: 2px 0 !important;
	}
	 table.table-responsive-custom td.history_detail{
	 	border-bottom: 10px solid #ededed !important;
	 	padding:15px auto !important;
	 }
	 
}


/* VARIOS RESPONSIVE******************************************************************/

@media (max-width: 768px) {
}




/*  PROCESO COMPRA******************************************************************/


dl.ckeckout dt{
	margin-top: 15px !important
}
dl.ckeckout dt:first-child{
	margin-top: 0 !important
}
@media (max-width:768px){

	.block.block-order-steps, .block-order-steps{
		padding: 0 px !important;
		display:block !important;
		clear:both !important;
		overflow:hidden !important;
		border: 1px solid red !important;
 	}
	
}

/*
 * /*
 * Packs de productos
 ************************************************************************/

#blockpack {
	padding: 0 20px !important
}
.pack_price{
	border: 1px solid #000;
	font-size: 1.2em;
	padding:3px 10px;
	width:auto;
	display:inline-block
}
#blockpack #product_list li{
	display: block;
	clear: both;
	overflow:hidden;
	float: left !important;
	width:100% !important;
	border: 0;
	border-bottom:1px solid #eee;
	padding:0 0 5px 0 !important;
	margin-bottom: 5px !important;
}
#blockpack #product_list li:hover {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#blockpack .product-list,
.listing_3 #blockpack a.product_img_link {
	max-width: 15% !important;
	height: auto;
	float: left !important;
	margin: 0 10px 0 0 !important;
	padding: 0 !important
}
#blockpack #product_list .product-container{
    padding:0;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
    border: 0;
    background: transparent !important;
}
.pack_number{
	font-weight: 900;
    font-size: 14px;
    float: left;
    border: 1px solid #333;
    padding: 0px 6px;
    border-radius: 7px;
    line-height: 126%;
    margin-right: 8px; 
}
.listing_1 #blockpack #product_list .info_text_product,
.listing_2 #blockpack #product_list .info_text_product,
.listing_3 #blockpack #product_list .info_text_product,
.listing_5 #blockpack #product_list .info_text_product,
.listing_6 #blockpack #product_list .info_text_product{
	float: left !important;
	display:inline-block !important;
	margin: 0 !important
}
.listing_2 #blockpack #product_list .info_text_product,
.listing_3 #blockpack #product_list .info_text_product,
.listing_4 #blockpack #product_list .info_text_product,
.listing_5 #blockpack #product_list .info_text_product,
.listing_6 #blockpack #product_list .info_text_product{
	width: 80% !important;
	max-width: 80% !important;
}

.listing_1 #blockpack h3,
.listing_3 #blockpack h3,
.listing_4 #blockpack h3,
.listing_5 #blockpack h3,
.listing_6 #blockpack h3,
.listing_1 #blockpack .row.actions,
.listing_4 #blockpack .row.actions{
	width: auto !important;
	max-width: auto !important;
	margin:0 !important;
	text-align: left !important;
}
.listing_4 #blockpack .row.actions{
	float: left
}
.listing_1 #blockpack .row.actions .text-center,
.listing_3 #blockpack .text-center,
.listing_5 #blockpack .price.text-right,
.listing_6 #blockpack .price.text-center{
	text-align: left !important;
}
.listing_1 #blockpack .item-product h3 a{
	margin: 0;
	height:auto;
}

.listing_4 #blockpack .product-short{
	display: none
}

.listing_3 #blockpack .product-list {
   	width: 100% !important;
   	max-width: 100% !important;
    height: auto;
    float: left !important;
    margin: 0!important;
    padding: 0 !important;
    border: 0;
    background: transparent !important
}


.logo-ayudas img{
	text-align:center !important;
	margin: 20px auto
}

@media (max-width:768px){
	.listing_2 #blockpack #product_list .info_text_product .text-right{
		text-align: left !important
	}
	.listing_2 #blockpack h3 a {
	    height:auto !important;
	}
	
	#homefeature li:nth-child(2n), #product_list li:nth-child(2n) {
	    width: 48% !important;
	    margin-left: 3px !important;
	}
	.btn-addtocart span {
	   white-space: normal !important
	}
	
}


#brands_product{
    height: auto !important;
}



