@charset "UTF-8";
/* CSS Document */
/* latin */
/* @import url('https://fonts.googleapis.com/css?family=Libre+Franklin:600'); */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600'); */
@import url('https://fonts.googleapis.com/css?family=Cookie|Open+Sans:400,600');
@font-face {
  font-family: 'Cookie';
  font-style: normal;
  font-weight: 400;
  src: local('Cookie-Regular'), url(https://fonts.gstatic.com/s/cookie/v8/syky-y18lb0tSbf9kgqS.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
@font-face {
    font-family: 'libre_franklinregular';
    src: url('/fonts/librefranklin-regular-webfont.woff2') format('woff2'),
         url('/fonts/librefranklin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'libre_franklinsemibold';
    src: url('/fonts/librefranklin-semibold-webfont.woff2') format('woff2'),
         url('/fonts/librefranklin-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/


* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	margin:0;
	/* font-family: 'libre_franklinregular', sans-serif; */
	font-family: 'Open Sans', sans-serif;
}
body {
	padding-top: 137px;
	color:#515151;
	font-size:15px;
}
 /* CLASES */
strong {
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	/* font-family: 'Libre Franklin', sans-serif; */
	font-weight:600;
}
.primary {
	color:#fb704a;
}
.blanco {
	color:#fff;
}
.maxweez {
	max-width:100%;
	height:auto;
}
.let_spa2 {
	letter-spacing:2px;
}
.let_spa3 {
	letter-spacing:3px;
}
.let_spa8 {
	letter-spacing:8px;
}
.relativo {
	position:relative;
}
.f14p {
	font-size:14px;
}
.f17p {
	font-size:17px;
}
button { cursor:pointer; outline:0;}
a, a:hover, a:focus, a:active {
	cursor:pointer;
	text-decoration:none;
}
a.orange,
.orange {
	color:#ec6039;
}
/* ---------------- */

/* HEADER THE COOKSTERS */
.logo {
	position:absolute;
	background:#222;
	padding:15px 40px;
	z-index:2;
	top:0;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
		text-align:center;
}
.navbar-brand { margin:0;}
.navbar-brand { max-width:100%; height:auto;}
/* ---------------- */
.navbar.fixed-top {
	background: #fff;
	z-index: 9999;
}
#sticky_header.navbar.fixed-top.sticky_on {
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}
/* HEADER TOP */
/* -------- */
.header_top {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 45px;
	width:100%;
	font-size:14px;
	z-index:1;
	border-bottom:1px solid #dddddd;
}
.header_top,
.headTop_left a,
.headTop_right a,
.headTop_right .head_micarrito,
.headTop_right .head_micuenta {
	color:#777777;
	cursor:pointer;
}
.headTop_right a i.fa-user,
.headTop_right i.fa-user {
	color:#fb704a;
}
.headTop_left {
	float:left;
	padding:5px 0;
}
.headTop_right {
	float:right;
}
.headTop_left i {
	font-size:18px;
	vertical-align:text-bottom;
	padding-right:5px;
}
.headTop_right a i,
.headTop_right i {
	font-size:24px;
	/* vertical-align:middle; */
	vertical-align:bottom;
}
.head_micuenta a i,
.head_micuenta i {
	padding-right:5px;
}
.head_micarrito,
.head_mail {
	padding-left:25px;
}
.head_micarrito span.circle_cart {
	text-align: center;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	font-weight:600;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	line-height: 24px;
	width: 24px;
	background: #fb704a;
	border-radius: 50%;
	margin-left: 5px;
}
.head_micarrito:hover span.circle_cart:before {
	background:#777;
}
.confianzaHead {
    position: absolute;
    right: 40px;
		top:45px;
		z-index:1;
}
.search_headBox {
	padding-top:70px;
	width:23%;
}
#menu_responsive {
	width:100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.search_headBox input[type="text"] {
	font-size:14px;
	font-style:italic;
	border:0;
	border-bottom:1px solid #787878;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	/* padding:6px 12px 5px 0; */
	padding:17px 12px 5px 0;
	width:100%;
	color:#777777;
	background:none;
}
button.header_search {
    border: 0;
    background: none;
    margin-left: -30px;
    outline: 0;
		cursor:pointer;
}
button.header_search i {
	color:#fb704a;
}

/* CERRAR SESIÓN LAYER */
.headTop_right .head_micuenta {
	position:relative;
	padding:5px 0 8px;
}
.headTop_right .head_micuenta:hover #close_session {
	display:block;
}
#close_session {
	/* font-family:'libre_franklinsemibold'; */
	position:absolute;
	top:100%;
	left:-12px;
	background:#f4f4f4;
	padding:12px 10px;
	min-width:135px;
	text-align:center;
	font-size:11px;
	display:none;
}
#close_session a.delete_product span {
	color:#222;
	text-transform:uppercase;
}
#close_session a.delete_product i {
    color: #fb704a;
    font-size: 12px;
		vertical-align:baseline;
}
#close_session:hover {
	background:#fb704a;
}
#close_session:hover a span,
#close_session:hover a i {
	color:#fff;
}

/* CAPA CABECERA CESTA DE LA COMPRA */
/* CART DROPDOWN */
.head_micarrito {
	position:relative;
	padding:5px 0 5px 30px;
}
.head_micarrito:hover #cart-dropdown {
	display:block;
}
#cart-dropdown {
	display:none;
	position:absolute;
	top:100%;
	right:0;
	z-index:99999;
	min-width:320px;
	box-shadow:0 5px 5px rgba(0,0,0,0.15);
	line-height: normal;
	background:#fff;
	border-left: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	cursor:initial;
}
#cart-dropdown ul {
	list-style:none;
	margin:0;
	padding:0;
}
#cart-dropdown ul li {
	background:#fff;
	letter-spacing:0;
	border-bottom: solid 1px #e8e8e8;
	background:#fff;
	position:relative;
	padding:0 10px;
}
#cart-dropdown ul li:hover {
	background:#f9f9f9;
}
#cart-dropdown ul li:after {
	content:'';
	clear:both;
	display:table;
}
#cart-dropdown ul li .img_cd {
	float: left;
	width: 23%;
	background:#fbfbfb;
}
#cart-dropdown ul li .img_cd img {
	mix-blend-mode:darken;
}
/*
#cart-dropdown ul li:hover .img_cd {
	background:#fff;
}
*/

#cart-dropdown ul li .img_cd:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#cart-dropdown ul li .info_cd {
	float:right;
	width:calc(100% - 23%);
	position:relative;
	min-height:73px;
	padding-left: 15px;
	/* background:#fff; */
}
#cart-dropdown ul li .name_cd {
	margin: 0;
	padding:10px 0 0 0;
	font-size: 12px;
	font-weight:400;
	display:block;
	color: #777;
	text-decoration:none;
	cursor:pointer;
}
#cart-dropdown ul li .img_cd span.delete_cd {
	position:absolute;
	z-index:9;
	top:7px;
	right:7px;
	color:#fb704a;
	cursor:pointer;
	display:none;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity ease-in-out .3s;
}
#cart-dropdown ul li .img_cd span.delete_cd i {
	font-size:12px;
}
#cart-dropdown ul li:hover span.delete_cd {
	display:block;
	opacity:1;
	filter: alpha(opacity=100);
}
#cart-dropdown ul li span.delete_cd:hover i {
	color:#222;
}
#cart-dropdown ul li .name_cd:hover {
	color:#333;
	text-decoration:underline;
}
#cart-dropdown ul li .qty_cd {
	font-size: 11px;
	/* margin-bottom: 10px; */
	display:block;
	font-weight:400;
}
#cart-dropdown ul li .qty_cd,
#cart-dropdown ul li .price_cd {
	position:absolute;
	bottom:10px;
}
#cart-dropdown ul li .price_cd {
	font-size: 14px;
	color: #333;
	/* margin-top: 15px; */
	right:10px;
	font-weight:600;
}
#cart-dropdown .total {
	padding: 15px 20px 5px;
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	font-weight: 900;
}
#cart-dropdown .total,
#cart-dropdown .buttons {
	/* background:#f9f9f9; */
}
#cart-dropdown .buttons {
	padding:8px 18px 19px;
	text-align:right;
}
#cart-dropdown .total b {
	float: right;
	font-size: 14px;
	line-height: 16px;
	color:#fb704a;
}
.buttons_cd.lefting {
	text-align:left;
}
.buttons_cd.righting {
	text-align:right;
}
.buttons_cd {
	float:left;
	width:50%;
}
#cart-dropdown .btn_buy_cd {
	margin-left:15px;
}
#cart-dropdown a.btn_see_cd,
#cart-dropdown a.btn_buy_cd,
#cart-dropdown .btn_see_cd,
#cart-dropdown .btn_buy_cd {
	color:#fff;
	font-weight:400;
	letter-spacing:0;
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
	padding:7px 17px;
	display:inline-block;
	min-width:129px;
	border:0;
	outline:0;
    border: 1px solid transparent;
}
#cart-dropdown a.btn_see_cd,
#cart-dropdown .btn_see_cd {
	background:#333;
}
#cart-dropdown a.btn_buy_cd,
#cart-dropdown .btn_buy_cd {
	background:#fb704a;
}
#cart-dropdown a.btn_see_cd:hover,
#cart-dropdown a.btn_buy_cd:hover,
#cart-dropdown .btn_see_cd:hover,
#cart-dropdown .btn_buy_cd:hover {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ecebeb;
}

#cart-dropdown .portes_gratis {
    font-size: 12px;
    display: block;
    text-align: -webkit-right;
    margin: 5px 20px 0 0;
    color: #fb704a;
}

/* MENU */
ul.nav-menu li .submenu,
ul.nav-menu li:hover .submenu .submenu.sub_submenu,
.submenu.sub_submenu {
	display:none;
}
#menu_responsive {
	position:relative;
}
ul.nav-menu {
	margin:0 auto 0 0;
	padding:90px 0 0;
	list-style:none;
}
ul.nav-menu li {
	position:relative;
	display:inline-block;
	padding-right:10px;
	transition: all ease-in-out .1s;
}
ul.nav-menu li a {
	font-size: 13px;
	font-weight: 600;
	color: #515151;
	transition: all ease-in-out .1s;
}
ul.nav-menu li:hover,
ul.nav-menu li.active {
    color: #fff;
    background: #f66440;
}
ul.nav-menu li:hover a,
ul.nav-menu li.active a {
	color: #fff;
}
ul.nav-menu li:hover .submenu li i.fa {
	color: #515151;
}
ul.nav-menu li a span {
	padding: 13px 3px 13px 13px;
	display: inline-block;
	text-transform: uppercase;
}
ul.nav-menu li i.fa {
	vertical-align:text-top;
	cursor:pointer;
}
.submenu {
	position:absolute;
	background:#fff;
	min-width:200px;
	padding:.5rem 0;
}
.submenu ul {
	margin:0;
	padding:0;
}
.submenu ul li {
	display:block;
	padding:0;
}
ul.nav-menu li:hover .submenu ul li a,
.submenu ul li a,
.submenu.sub_submenu li a,
ul.nav-menu li:hover .submenu.sub_submenu ul li a,
.submenu ul li:hover .submenu.sub_submenu ul li a {
	font-size:13px;
	color:#212529 !important;
	font-weight:400;
}
.submenu ul li a span {
	text-transform:none;
	padding:6px 25px;
}
ul.nav-menu li .submenu ul li:hover a,
.submenu li:hover i.fa,
ul.nav-menu li .submenu ul li .submenu.sub_submenu li:hover a {
	color:#fff !important;
}
.submenu.sub_submenu {
	left:100%;
	top:-8px;
}
ul.nav-menu li .submenu li i.fa {
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	position:absolute;
	right:15px;
	top:7px;
}



/* HOME */
/* INTRO */
#intro_home {
	background:#fff;
	padding:3px 0 0;
}
.bgIntro_home {
	background:url(../../images/contenido_home/1.jpg) no-repeat right bottom;
	padding:50px 60px 120px;
	min-height:215px;
}
.bgEnvios_home {
	background:url(../../images/contenido_home/2_0.jpg) no-repeat center bottom;
	/* padding:30px 30px 150px; */
	text-align:center;
	height:261px;
}
.bgEnvios_home.category_banner {
	background:url(../../images/contenido_home/7_0.jpg) no-repeat center center;
	max-height:190px;
}

.bgIntro_home h1 {
	text-shadow: 0 3px 7px #333;
	color:#fff;
}

.bgIntro_home h1,
.bgEnvios_home h2 {
	font-size:48px;
}
.bgEnvios_home h2 strong {
	/* font-family:'libre_franklinsemibold'; */
	font-size:30px;
	line-height:36px;
}
.highOrange {
	/* background:#f88160; */
	background:#fb704a;
	color:#fff;
	padding:10px 15px;
	font-size:11px;
	letter-spacing:8px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	display:table;

	text-shadow:none;
}
/* CATEGORIAS  HOME */
#categorias_home {
	background:#fff;
	padding:20px 0;
}
.box_category {
	/* min-height:220px; */
	min-height:150px;
	background-color:#fff;
	text-align:center;
	position:relative;
}
.box_category h3 {
	color:#3c3b3b;
	font-size:14px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	letter-spacing:3px;
	text-transform:uppercase;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
}
.box_category:hover {
  background-color: #f3f3f3;
  background-blend-mode: multiply;
}
.box_category img {
	mix-blend-mode:darken;
	margin-top:10px;
}
/* NOVEDADES */
#novedades .col-lg-4 {
	background:url(../../images/contenido_home/3.jpg) no-repeat left 15px top;
	background-size:cover;
}
.box_novedadesH {
	/* background:url(../../images/contenido_home/3.jpg) no-repeat left top;
	background-size:cover; */
	color:#fff;
	padding:90px 50px 60px;
	height:100%;
	/* min-height:634px; */
	min-height:566px;
}
.box_novedadesH h3 {
	font-family: 'Cookie', cursive;
	font-size:48px;
	line-height:30px;
	color:#fff;
	margin:20px auto 80px;
}
.box_novedadesH h3 strong {
	color:#fba48c;
	font-size:36px;
	font-weight:400;
	font-family: 'Cookie', cursive;
}
h3.badge_novedades:before {
	content:'';
	/*background:url(../../img/badge_novedadesH.png) no-repeat center center;*/
	background-size:222px 223px;
	width:222px;
	height:223px;
	position:absolute;
	top:-90px;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
		z-index:-1;
}
.box_novedadesH p,
.box_novedadesH h3 {
	z-index:9;
	position:relative;
}
.box_novedadesH p {
	line-height:22px;
	margin-bottom:25px;
}
.bg_novProd {
	background:#f4f3f2;
	padding-left:15px;
}
.box_product {
	background:#fff;
	padding:10px 25px;
	position:relative;
	overflow:hidden;
	/* margin:15px 0 0 15px; */
}
.box_product img {
	/* margin:-20px auto -10px; */
	margin:10px auto;
	transition:all ease-in-out .3s;
	z-index:-1;
}
.home_novedades .box_product img {
	max-width:240px;
	margin: -15px auto -10px;
}
.box_product a {
	color:#3c3b3b;
	font-size:15px;
	display:block;
}
.home_novedades .box_product span.price {
	font-size:20px;
  text-align:right;
}
.home_novedades .box_product span.price small {
	display:block;
  color: #a9a9a9;
  font-size:9px;
  margin-top:-5px;
  /* font-family:'libre_franklinsemibold'; */
}
span.price {
	color:#fb704a;
	font-size:18px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	position:absolute;
	right:25px;
	top:25px;
	/* bottom:25px; */
	z-index:9;
}
/*
.cartReview span.price {
  top:0;
}
*/
.box_product p {
	z-index:9;
	position:relative;
}
.box_product a {
	transition:all ease-in-out .3s;
}
/*
.box_product a:hover img {
	transform: scale(1.05);
}
*/
ul.home_novedades {
	margin: 0;
	padding: 15px 0 0 15px;
	list-style:none;
	font-size:0;
}
ul.home_novedades li {
	display:inline-block;
	padding: 0 15px 15px 0;
	width: 50%;
}



.bg_novProd .arrows_carousel {
  position: absolute;
  top: 50%;
  /* bottom: 0; */
	width:100%;
	z-index:1;
}
.bg_novProd .arrows_carousel .carousel-control-next,
.bg_novProd .arrows_carousel .carousel-control-prev {
	color:#fb704a;
	width:auto;
	font-size:40px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.bg_novProd .arrows_carousel .carousel-control-next:hover,
.bg_novProd .arrows_carousel .carousel-control-prev:hover {
	color:#333;
}
.bg_novProd .arrows_carousel .carousel-control-next{
	right:40px;
}
.bg_novProd .arrows_carousel .carousel-control-prev {
	left:10px;
}

/* CTA 1 PRODUCTOS FRESCOS */
#ctaHome1 {
	/* padding:60px 0 30px; */
	padding:0;
	background: #ffffff;
	border-bottom:1px solid #dcdcdc;
	/* background:url(../../img/bg_tramaIcons.png) repeat left top; */
	/* background: -moz-linear-gradient(45deg, #ffffff 0%, #fff9f8 26%, #ffffff 100%);
	background: -webkit-linear-gradient(45deg, #ffffff 0%,#fff9f8 26%,#ffffff 100%);
	background: linear-gradient(45deg, #ffffff 0%,#fff9f8 26%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); */
}
/* CTA NAVIDAD - PULPO PROMO */

#ctaHome1 .box_ctaCol1 {
	/* background:#f8f8f8;
	background:#fbe7e1; */
	background:#dcdcdc;
	padding:20% 30px;
	height:100%;
}
#ctaHome1 .box_ctaCol2 {
	padding:60px 0;
	background:#fff;
}
#ctaHome1 .box_ctaCol1 h5 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #777;
}
/*
.cta_xmas {
	position:relative;
	display: inline-block;
	margin: 20px auto;
}
.xmas_ctaIc {
	position:absolute;
	z-index:99;
	right:205px;
	top:-15px;
}
*/
#ctaHome1 h3 {
	font-size:20px;
	line-height:28px;
	letter-spacing:3px;
	color:#262727;
	text-transform:uppercase;
}
#ctaHome1 h3 strong {
	font-size:30px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	color:#fff;
	background:#333;
	padding:10px 20px;
	display:table;
	margin:15px auto;
}
span.orangeCircle {
	background:#fb704a;
	border-radius:50%;
	color:#fff;
	font-size:19px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	text-align:center;
	line-height: 30px;
	width:30px;
	margin:20px auto 30px;
	display:inline-block;
}
#txtseo {
	/* background:url(../../img/bg_txtSEO2.jpg) no-repeat left center; */
	background-size:cover;
	/* background:#f4f3f2 url(../../images/contenido_home/5.png) no-repeat left 40px bottom -20px; */
	/* background-size:contain; */
	padding:50px 0;
	font-size:14px;
}
#txtseo #home_seo { margin-top:40px !important;}
#txtseo #home_seo h2 strong,
#txtseo #home_seo h3 strong {
	font-family: 'Cookie', cursive;
	font-weight:normal;
	color: #222222;
	margin-bottom:25px;
}
#cta_help {
	padding:40px 0 60px;
	background:url(../../img/bg_ctaTrama.png) repeat left top;
}
#cta_help h3 {
	font-family: 'Cookie', cursive;
	color:#fff;
	font-size:48px;
	line-height:40px;
	margin-bottom:17px;
}
#cta_help h4 {
	color:#134c5d;
	font-size:19px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	letter-spacing:3px;
	text-transform:uppercase;
}
#cta_help .btn_white {
	/* color: #fb704a; */
	color:#fff;
	background:none;
	border: 1px solid #fff !important;
}
#cta_help .btn_white:hover {
	background: #fb704a;
	color:#fff;
}

#posts_home {
	padding:50px 0;
}
#posts_home h3 {
	font-family: 'Cookie', cursive;
	font-size:48px;
	font-weight:400;
	color:#222;
	margin-bottom:45px;
}
.post_list .card {
	cursor:pointer;
		z-index:99;
}
.post_list .card-body {
	padding:20px 25px 40px;
}
.post_list .date {
	color:#797979;
	border-bottom:1px solid #d9d9d9;
	position:relative;
	padding-bottom:5px;
	margin-bottom:20px;
}
.post_list .date,
a.post_category {
	font-size:13px;
}
a.post_category {
	position:absolute;
	right:0;
	top:0;
	padding-right:14px;
}
a.post_category:hover {
	color:#aaa;
}
a.post_category:after {
	font-family:'fontawesome';
	content:"\f054";
	font-size:10px;
	position:absolute;
	right:0;
	top:50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}
.post_list h4.card-title {
	font-size:16px;
	line-height:20px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	/* text-transform:uppercase; */
	color:#333;
}
.post_list .card-text {
	font-size:14px;
	line-height:23px;
	color:#797979;
}
.post_list .card {
	transition:all ease-in-out .3s;
}
.post_list .card:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#sellos_q {
	padding:30px 0 20px;
	background:#f2f2f2;
	overflow:hidden;
}
#sellos_q .media {
	padding-right:40px;
}
#sellos_q h5	 {
	color:#848484;
	font-size:20px;
	line-height:24px;
}
#sellos_q .bg_sello4 {
	overflow:visible;
}
#sellos_q .bg_sello4 h5 {
	color:#fff;
}
#sellos_q .bg_sello4:before,
#sellos_q .col-lg-3.bg_sello4:hover:before {
	content:'';
	background:#fb704a;
	position:absolute;
	top:-30px;
	left:-10px;
	width:1000%;
	height:200px;
	z-index:1;
}
#sellos_q .bg_sello4 .media {
	position:relative;
	z-index:9;
}

/* HOVER EN SELLOS */
#sellos_q .col-lg-3 {
	position:relative;
	transition: all ease-in-out .5s;
}
#sellos_q .col-lg-3:hover:before {
	    content: '';
    background: #c5c5c5;
		/* background: #fb704a; */
    position: absolute;
    top: -30px;
    left: -35px;
    width: 109%;
    height: 200px;
    z-index: 1;
}
#sellos_q h5,
#sellos_q .media img {
	position: relative;
	z-index:10;
}
#sellos_q .col-lg-3:hover h5 { color:#fff;}
/* #sellos_q .col-lg-3.bg_sello4:hover:before {
	display:none;
}
*/


.img-thumbnail { transition:none; border-radius:0;}
/* FOOTER */
footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+0,262626+100 */
background: #222222; /* Old browsers */
background: -moz-linear-gradient(top, #222222 0%, #363636 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #222222 0%,#363636 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #222222 0%,#363636 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#363636',GradientType=0 ); /* IE6-9 */
	padding:30px 0 55px;
}
.logo_footer {
	position:relative;
	display:inline-block;
	margin:0 auto;
	background:none;
}
footer .col_footer1 {
	font-size:14px;
	color:#fff;
}
footer h4 {
	font-size:16px;
	margin-bottom:20px;
}
footer a {
	color:#fff;
}
footer ul.footer_links li a:hover,
footer .col_footer1 a:hover,
ul.social_footer li a:hover span {
	color:#fb704a;
}
footer .col_footer1 strong {
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:10px;
	display:block;
}
footer .col_footer1 span {
	display:block;
}
footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul.info_footer li {
	margin-bottom:5px;
}
ul.info_footer li i {
	padding-right:5px;
}
ul.footer_links li {
	font-size:11px;
	letter-spacing:3px;
	margin-bottom:10px;
	text-transform:uppercase;
	border-bottom:1px solid #444;
	padding-bottom:10px;
}
ul.footer_links li a {
	color:#cdcdcd;
}
ul.social_footer li,
ul.logos_footer li {
	display:inline-block;
	padding:0 10px;
	position:relative;
	z-index:99;
}
ul.social_footer li {
	padding:0 7px;
}
ul.social_footer li a {
	display: block;
	background: #FFF;
	width: 25px;
	height: 25px;
	position: relative;
	border-radius:50%;
}
ul.social_footer li i,
ul.logos_footer li i {
	font-size: 20px;
	vertical-align:sub;
	z-index:9999;
	position:relative;
}
ul.social_footer li i {
	font-size:16px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index:999;
	transition:margin ease-in-out .2s;
}
ul.social_footer li a i {
	color:#333;
}
ul.social_footer li span {
	position:absolute;
	right:-35px;
}
ul.social_footer li a:hover {
	color:#fff;
	background:#fb704a;
}
ul.social_footer li a:hover i {
	margin-top:-10px;
	color:#fff;
}

/* --------------------------------------------- */
/* PÁGINA DE CATEGORIA */
/* --------------------------------------------- */
.categoria {
	background:#fff3ee;
	/* padding:50px 0 30px; */
	padding:35px 0 30px;
	position:relative;
	border-top:1px solid #fbe2dc;
	border-bottom:1px solid #fbe2dc;
	font-size:14px;
}
.categoria em,
.categoria u {
	font-style:normal;
	text-decoration:none;
}

.categoria .colHeightMin {
	/* min-height:265px; */
	min-height:180px;
}
.categoria .col_intro {
    overflow: hidden;
    background-size: cover !important;
    /* max-height: 186px; */
    max-height: 261px;
}

.categoria .img_cat {
	max-width:100%;
}
.categoria img.bg_categoria {
	mix-blend-mode: multiply;
	max-height:120px;
	display:none;
}
.bgCat_bann1 {
    background: url(../../images/contenido_home/1.jpg) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
}
.bgCat_bann1 .title_banner {
	text-align:center;
	font-size:36px;
	color:#222;
	font-family: 'Cookie', cursive;
	position:absolute;
	top:10px;
	left:50%;
	width:calc(100% - 50px);
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
}
.bgCat_bann1 .title_banner .highOrange {
	display:block;
	letter-spacing:5px;
	margin-top:-5px;
}
.bgEnvios_cat {
  background:url(../../img/envios_cat.jpg) no-repeat center top;
	position: absolute;
  height: 100%;
  width: calc(100% - 30px);
}

.categoria h1 {
	color:#222;
	line-height:36px;
}
/*
.categoria img {
	border: 2px solid #ffffff;
}
*/

.catalogo {
	padding:0 0 25px;
}

ul.productos_lista {
    margin: 0 0 -6px -6px;
    position: relative;
    padding: 0;
    list-style: none;
    font-size: 0;
}
ul.productos_lista li {
    display: inline-block;
    /* width: 24.33333%; */
    width: 24.3%;
    vertical-align: top;
    border: 2px solid #e2e2e2;
    margin: 0 0 6px 6px;
}
ul.productos_lista .box_product {
	padding:5px 7px;
}
ul.productos_lista .box_product a {
	text-align:center;
	overflow:hidden;
	min-height: 123px;
	/* min-height: 107px; */
	display:block;
	/* width:150px; */
	margin:0 auto;
}
ul.productos_lista .box_product img.imgProduct {
	margin:-5px auto -12px;
	/* margin: -20px auto -10px; */ /* En previsión de imágenes con aire vertical */
	/* max-height: 130px;
	width: auto; */
	z-index:1;
	/* width:100%;
	height:auto;
	object-fit:none;
	width:150px;
	max-width:186px; */
}
ul.productos_lista .price {
	font-size:14px;
	/* float:right;
	position:relative; */
	position:absolute;
	right:15px;
	/* top:15px; */
	top:5px;
	width:80px;
	color: #fb704a;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	z-index: 99;

	text-align:right;
	padding-left:10px;
}
ul.productos_lista .price.unidad span {
	font-size: 9px;
	line-height:9px;
	/* font-family:'libre_franklinsemibold'; */
	color: #a9a9a9;
	display: block;
}
/*
ul.productos_lista .price:after {
	content: 'PVP Unidad';
	font-size: 9px;
	line-height:9px;
	font-weight: 400;
	color: #a9a9a9;
	display: block;
}
ul.productos_lista .price.unidad:after {
	content: 'PVP Unidad';
}
ul.productos_lista .price.bolsa:after {
	content: 'PVP Bolsa';
}
*/
ul.productos_lista p {
	/* width:calc(100% - 80px); */
	/* width:calc(100% - 60px); */
}
ul.productos_lista .box_product p { font-size:12px; /* font-family: 'libre_franklinsemibold', sans-serif; */ font-weight:600; line-height:14px; margin:5px 0 0 ;}
ul.productos_lista li .box_product { overflow:visible;}
ul.ic_listProduct {
	margin:2px -1% 0;
	padding:0;
	font-size:0;
	text-align:left;
	/* min-height:29px; */
}
ul.productos_lista li ul.ic_listProduct li,
section.producto_item ul.ic_listProduct li {
	margin:0 1% 2px;
	list-style:none;
	display:inline-block;
	/*width:12%; */
	width:30px;
	border:0;
}
ul.productos_lista li ul.ic_listProduct li img,
section.producto_item ul.ic_listProduct li img {
	margin:0;
	opacity: 0.75;
	filter: alpha(opacity=75);
	transition:opacity ease-in-out .2s;
	object-fit:none;
}
ul.productos_lista li ul.ic_listProduct li:hover img,
section.producto_item ul.ic_listProduct li:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.comprar_listaProd {
	display:none;
	position:absolute;
	/* bottom:-20px; */
	top:99%;
	left:0;
	width:100%;
	padding: 2px 7px 35px;
	background:#FFF;
	box-shadow:0 7px 10px rgba(0,0,0,0.1);
	z-index:999;
	transition:all ease-in-out .2s;
}
.comprar_listaProd:before {
	content:'';
	width:calc(100% + 6px);
	height:102%;
	position:absolute;
	top:0;
	left:-3px;
	border-left: 3px solid #f0f0f0;
	border-bottom: 8px solid #e4e4e4;
	border-right: 3px solid #f0f0f0;
}
.box_product:hover .comprar_listaProd {display:block;}
ul.productos_lista li:hover {
	box-shadow:0 7px 10px rgba(0,0,0,0.1);
	border: 2px solid #efefef;
}
ul.productos_lista li:hover ul.ic_listProduct li {
	box-shadow:none;
}
ul.productos_lista .box_product.oferta:before,
ul.productos_lista .box_product.novedad:after {
	position:absolute;
	top:5px;
	font-size:8px;
	letter-spacing:1.5px;
	z-index:9;
	text-align:center;
	text-transform:uppercase;
}
ul.productos_lista .box_product.oferta:before {
	content:'Oferta';
	right:5px;
	color:#999;
}
ul.productos_lista .box_product.novedad:after {
	content:'Novedad';
	left:5px;
	color:#111;
}
#cta_help.cta_categoria {
    padding: 70px 0;
    /* background: url(../../img/bg_ctaCat.jpg) no-repeat center top; */
	background:#fbfbfb;
		background-size:cover;
		background-attachment:fixed;
		border-top:1px solid #f0f0f0;
		border-bottom:1px solid #f0f0f0;
}
#cta_help.cta_categoria h3 {
    color: #222;
}
.txtseoCat {
	/* background:#fff; */
	padding:50px 0;
	font-size:13px;

	background: #fbfbfb;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.txtseoCat em,
.txtseoCat u {
	font-style:normal;
	text-decoration:none;
}
.txtseoCat h2,
.txtseoCat h2 strong,
.txtseoCat h3 strong,
.txtseoCat h3 {
	font-family: 'Cookie', cursive;
	font-weight:normal;
	color:#222;
	    font-size: 28px;
    line-height: 26px;
	text-align:left !important;
}
.txtseoCat p {
	text-align:left !important;
}
.txtseoCat .col-lg-12 {
-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-width: 25em;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.txtseoCat h3 {
	/* font-size: 26px;
	line-height: 25px; */
	margin-top:25px;
}
.col2_fluid {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
	column-width: 25em;
	-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.subcategorias {
	padding: 30px 0 0;
	/* padding:30px 0; */
}
.subcategorias .vic-categories {  padding:0; margin:0 -0.9%; font-size:0;}
.catNoProducts {
	background:url(../../img/bg_noProducts3.jpg) no-repeat left -45px top;
	background-size:cover;
	padding:180px 0;
}
.catNoProducts h4.blanco {
    max-width: 400px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 auto;
		color:#515151;
}


/* PÁGINA DE PRODUCTO */
/* ------------------------------- */
section.producto_item {
	padding:30px 0 50px;
}
ul.thumbnails_prods {
	margin:10px 0 20px;
	padding:0;
	list-style:none;
}
ul.thumbnails_prods li {
	display:inline-block;
	width:17%;
	margin-right:1%;
}
/* PRODUCTO INFO Y DETALLE */
.marca_prod {
	font-size:11px;
	text-transform:uppercase;
	color:#8a8a8a;
}
.col_info_prod {
    padding: 30px 35px;
    background: #f5f5f5;
}
section.producto_item h1.nombre_prod {
	font-size:18px;
	/* font-family:'libre_franklinsemibold'; */
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:7px;
	color:#515151;
}
.slogan_prod {
	color:#8a8a8a;
	font-size:11px;
}
.precio_prod,
.pvp_product
/* .precio_prod.unidad b:before */ {
	color:#a9a9a9;
	font-size:11px;
	/* font-family:'libre_franklinsemibold'; */
}
.precio_prod b {
	color:#222;
	font-size:24px;
	line-height:26px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	margin-right:3px;
	position:relative;
}
/* .precio_prod.unidad b:before, */
.pvp_product {
	content:'PVP Unidad';
	position:absolute;
	bottom:-15px;
	margin-bottom:0
}
ul.stars_rating {
	margin:0;
	padding:0;
	font-size:0;
	text-align:right;
}
ul.stars_rating li {
	display:inline-block;
	font-size:11px;
	width:14px;
}
ul.stars_rating li a {
	color:#999999;
}
ul.stars_rating li a.active,
ul.stars_rating li a:hover {
	color:#fb704a;
}
.detalle_prod {
	font-size:12px;
	line-height:19px;
	padding-top:10px;
	padding-right:20px;
	/* padding-top:25px; */
}

.boxUnid_prod {
	padding-left:0;
}
.boxInfo_prod {
	background:#fff;
	padding:25px 15px;
	margin-top:15px;
}
.boxInfo_prod p {
	margin-bottom:0;
	line-height:28px;
}
.boxInfo_prod .left,
.boxInfo_prod .right {
	/* width:48%;*/
	float:left;
}
.boxInfo_prod .left,
.boxInfo_prod .right {

}
.boxInfo_prod .left {
	text-align:right;
	font-size:11px;
	color:#8a8a8a;
	margin-right:4%;
	width:50%;
	/* width:54%; */
}
.boxInfo_prod .right {
	font-size:13px;
	color:#333333;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	width:42%;
}
section.producto_item ul.ic_listProduct li {
	width:9%;
	display:inline-block;
}
.quantity-buttons {
    font-size: 0;
}
.quantity-buttons strong {
	color:#222;
	font-size:15px;
	margin-bottom:5px;
	display:block;
}
.quantity-buttons input[type='button'] {
    background: #ececec;
    border: solid 1px #ddd;
    padding: 5px 10px;
    width: 50px;
    font-size: 16px;
    color: #333;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
    text-align: center;
    cursor: pointer;
}
.quantity-buttons input[type='button']:hover {
	background:#f8f8f8;
}
.quantity-buttons input[type='text'] {
    background: #fff;
    border: solid 1px #dddddd;
    width: calc(100% - 110px);
    padding: 5px 10px;
    font-size: 16px;
    color: #686868;
    text-align: center;
	margin:0 5px;
}
.quantity-buttons input[type='button'],
.quantity-buttons input[type='text'] {
	height:45px;
}
ul.ic_qualityProd {
	margin:20px -2% 10px;
	font-size:0;
	padding:0;
}
ul.ic_qualityProd li {
	width:29.3333%;
	margin:0 2%;
	display:inline-flex;
	font-size:11px;
	color:#757575;
}
ul.ic_qualityProd li img {
	margin-right:7px;
}
.formOutStock .form-group {
	width:50%;
	margin-bottom:0;
}
.formOutStock input[type="email"] {
	width:100%;
}
.formOutStock .btn_avisoProd {
	width:50%;
	/* background: #555; */
	background:#ababab;
	color: #fff;
	/* font-family:'libre_franklinsemibold'; */
	height:46px;
}
.formOutStock .btn_avisoProd:hover {
	background:#444;
	/* background:#fff;
	color:#fb704a;
	border:1px solid #fb704a;
	margin-left: -1px;
	 */
}
#contenedorFormvisame p {
	font-size:12px;
	padding-left:20px;
	margin-top:10px;
	border-top:1px solid #ccc;
	position:relative;
	padding-top:10px;
	color:#777;
}
#contenedorFormvisame p:before {
	content: "\f164";
	font-family:'fontawesome';
	font-size:13px;
	position:absolute;
	top:10px;
	left:0;
}

/* --------- TABS ---------- */
/* CARACTERISTICAS Y FICHA DE PRODUCTO */
section.tabs_producto {
    background: #f6f6f6; /* #f9f9f9; */  /*#efefef; */
	padding:50px 0 70px;
}
.bg_blanco {
	background:#fff;
	box-shadow:0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.tabs_container {

}
/*
section.tabs_producto #ficha {
 -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
*/
.info_nutri {
	padding-left:5%;
}
section.tabs_producto .tabs_container .info_nutri strong { display:inline-block; margin-right:3px;}

.nav-tabs .nav-link {
	border-radius:0;
	border:0;
	padding:50px 40px 30px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	font-size:22px;
	color:#818286;
	position:relative;
	/* color:#929daf; */
}
.nav-tabs .nav-link:hover {
	color:#bec5cf;
}
#tabs_pills {
	border:0;
}
.nav-tabs .nav-link.active {
	color:#fb704a;
}
.nav-tabs .nav-link:before {
	content:'';
	position:absolute;
	bottom:20px;
	left:-50px;
	width:30%;
	height:4px;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
	transition:left ease-in-out .4s;
}
.nav-tabs .nav-link.active:before {
	background:#fb704a;
	left:50%;
}
.nav-tabs .nav-link i {
	font-size:17px;
	height:21px;
	vertical-align:middle;
	padding-right:3px;
}
.nav-tabs .nav-link i.fa-file-text { font-size:15px; height:20px;}
.nav-tabs .nav-link i.fa-comments {
 -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
section.tabs_producto .tab-content {
	padding:30px 50px 70px;
	background:#fff;
	color:#7a7c7f;
	font-size:14px;
}
section.tabs_producto .tab-content h3 {
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	font-size:18px;
	color:#333;
	margin:25px 0 10px;
}
section.tabs_producto .tab-content h3:first-child {
	margin-top:0;
}
section.tabs_producto .tabs_container  strong {
	display:block;
	margin-top:7px;
}
ul.videos_tab {
	margin:0 -2%;
	padding:0;
	list-style:none;
	font-size:0;
}
ul.videos_tab li {
	width:29.333%;
	margin:0 2% 30px;
	display:inline-block;
	font-size:15px;
}
section.tabs_producto blockquote {
    margin: 0 40px 10px;
	font-style:italic;
	position:relative;
	font-size:14px;
	line-height:23px;
}
section.tabs_producto blockquote:before,
section.tabs_producto blockquote:after {
	font-size:16px;
	color:#cacaca;
	position:absolute;
	font-family:'fontawesome';
}
section.tabs_producto blockquote:before {
	content:"\f10d";
	left:-30px;
}
section.tabs_producto blockquote:after {
	content:"\f10e";
	right:-30px;
}
section.tabs_producto #opiniones strong {
	margin-bottom:25px;
	color:#515151;
}
.prod_related {
	background:#fafafa;
	padding:50px 0 70px;
}
.prod_related h2 {
	margin-bottom:30px;
}

/* CTA "SOLO PARA PROFESIONALES" */
.cta_profesionales {
	background:url(../../img/cta_profesionales.jpg) no-repeat center top;
	background-attachment:fixed;
	font-size:30px;
	line-height:30px;
	padding:30px 0;
	color:#fff;
	text-align:center;
	font-family: 'Cookie', cursive;
}
.cta_profesionales strong {
	color:#fb704a;
}


/* CARRITO DE COMPRA */
/* REGISTRO DE NUEVOS USUARIOS */
/* LOGIN */

.carrito_section {
	padding:35px 0 85px;
}
.tits_cart {
    font-family: 'Cookie', cursive;
    font-size: 28px;
	/* font-family: 'libre_franklinsemibold', sans-serif;
	font-size: 14px; */
	margin-bottom:10px;
	color:#222;
}
.tits_cart i {
	font-size:18px;
	color:#fb704a;
	margin-right:2px;
}
.tits_cart.tits_cartLast {
	padding-left:20px;
}
.col_formCart {
	font-size:13px;
}
.col_formCart a,
.recargoInfo {
	color:#fb704a;
	border-bottom:1px solid transparent;
}
.col_formCart a:hover,
.recargoInfo:hover {
	color:#666;
	border-bottom:1px solid #666;
}
#toggler_register {
	margin-top:30px;
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #ccc;
}
#toggler_register .btn_submit {
}
.modal.show .modal-dialog {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.carrito_section input.form-control,
.carrito_section select.form-control,
input.form-control,
select.form-control {
    border-radius: 0;
    padding: 12px;
    height: 44px !important;
		/* height: 46px !important; */
    font-size: 14px;
    color: #868e96;
}
select.form-control {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../img/search-select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.checkDisplay {
	font-size:12px;
	cursor:pointer;
}
.carrito_section input.form-check-input { position:absolute;}
/*
.checkDisplay.senda {
	margin-top:25px;
	border-top:1px solid #ccc;
	padding-top:20px;
}
*/
.recargoeq {
	margin-top:25px;
	border-top:1px solid #ccc;
	padding-top:20px;
}
.recargoeq strong {
	text-transform:uppercase;
	color:#333;
	cursor:pointer;
}
.recargoeq strong:hover {
	color:#ec6039;
}
.recargoInfo {
	/* color:#333;
	border-bottom:1px solid #999;
	font-size:11px; */
	margin:10px 0;
	cursor:pointer;
	display:inline-block;
}
/* .recargoInfo:hover { color:#ec6039; border-bottom:1px solid transparent;} */
#toggler_recargo {
	background:#f4f4f4;
	padding:18px 25px;
	color:#777;
	font-size:12px;
	line-height:19px;
	text-align:justify;
}

/* REVISIÓN DEL PEDIDO ----- CART ----- CARRITO */
.cartReviewCol {
    background: #f5f5f5;
    padding: 20px 30px 50px;
		/* box-shadow:0 0 10px rgba(60,60,60,0.1); */
}
ul.cartReview {
	margin:0;
	padding:0;
	list-style:none;
}
ul.cartReview li:last-child {
    border-bottom: 0;
}
ul.cartReview li {
	position: relative;
	/* padding:10px 0 25px 10px;
	margin: 0 0 15px; */
	padding:5px 0 15px 10px;
	margin: 10px 0 0;
	border-bottom: solid 1px #e0dede;

}
ul.cartReview .delete_product {
	position:absolute;
	top:20px;
	left:-10px;
	color:#fb704a;
	font-size:12px;
	cursor:pointer;
}
ul.cartReview .delete_product:hover {
	color:#222;
}
ul.cartReview li img {
	float: left;
	width: 15%;
	height: auto;
	margin-right: 3%;
	border: solid 1px #e0dede;
}
ul.cartReview .info {
	float: left;
	/* width: 58%; */
	width: 68%;
	padding-right: 19px;
	border-right: solid 1px #e0dede;
}
ul.cartReview .quantity-buttons {
	float: right;
	margin: 0;
	font-size:11px;
	text-align:center;
}
ul.cartReview .quantity-buttons input[type='button'] {
	width:25px;
	height:28px;
	padding:0;
	vertical-align: top;
	font-size:18px;
}
ul.cartReview .quantity-buttons input[type='text'] {
	margin:0;
	height: 28px;
	width: 44px;
	font-size:12px;
	padding:0;
}
ul.cartReview h4 {
	/* margin: 0 0 15px 0; */
	/* margin: 2px 0 5px; */
	margin: 2px 0 0;
	font-size: 13px;
	line-height:17px;
	color: #515151;
	/* font-family:'libre_franklinsemibold'; */
}
.col_formCart p {
	margin-bottom: 30px;
}
span#sizeCart {
    display: block;
    /* margin-top: 5px; */
    font-size: 12px;
		margin-bottom:10px;
}
span#sizeCart b,
#cart-dropdown ul li .qty_cd b {
    font-size: 14px;
		color:#222;
		margin-left:2px;
}

ul.cartReview .info span.price,
.cartReviewCol .priceDiscount,
.cartReviewCol .subtotal,
.cartReviewCol .recargo,
.cartReviewCol .other,
.cartReviewCol .discount_apply,
.cartReviewCol .code_discount,
.cartReviewCol .total {
	color:#515151;
	font-size:13px;
}

ul.cartReview .info span.price {
	font-size: 14px;
	margin-top:25px;
	display:inline-block;
	position: relative;
	bottom: auto;
	right:auto;
	top:0;
}
ul.cartReview .actions {
	/* float: right;
	margin-top:5px; */
	/* width:32%;
	position:absolute;*/
	position:initial;
	text-align: right;
	/* bottom:23px;
	right:0; */
}
ul.cartReview .actions .price {
	/* position: absolute;
	bottom: 30px;
	right: 0;
	display: block; */
	position:relative;
	display:inline-block;
	right:auto;
	bottom:auto;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
}
.cartReviewCol .priceDiscount {
	text-decoration:line-through;
	font-size:12px;
	/* position:absolute;
	right:0; */
}

.cartReviewCol .subtotal,
.cartReviewCol .other,
.cartReviewCol .total,
.cartReviewCol .recargo,
.cartReviewCol .code_discount,
.cartReviewCol .puntos {
	padding:12px 0;
}
.cartReviewCol .total {
	border-top: solid 1px #e0e0e0;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	color:#222;
}
.cartReviewCol .subtotal {
	/* margin-bottom: 10px;
	padding: 10px 0; */
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	font-size: 14px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
}
.cartReviewCol .other {
	font-size: 13px;
	/* color: #32373d; */
	/* font-family:'libre_franklinsemibold'; */
	/* margin-bottom: 5px; */
}
.cartReviewCol span.imp {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
.cartReviewCol .subtotal b,
.cartReviewCol .code_discount b,
.cartReviewCol .recargo b {
	float: right;
	font-size: 15px;
	/* line-height: 18px; */
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
}
.cartReviewCol .discount_apply {
	position:relative;
}
.cartReviewCol .other b {
	float: right;
	font-size: 14px;
	/* color: #666; */
	/* font-family:'libre_franklinsemibold'; */
}
.cartReviewCol .total b {
    float: right;
    font-size: 22px;
		/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
		/*color:#fb704a;*/
		color:#333;
}
.cartReviewCol .discount_apply {
	padding:15px 0 20px;
	font-size:12px;
}
.col_formCart p.tit_discountApply {
	letter-spacing:1px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:5px !important;
}
.cartReviewCol input#inputCode1 {
	width:100%;
	background:#fff;
	border:1px solid #dddddd
}
.discount_apply .form-group {
	max-width:160px;
}
.cartReviewCol .code_discount {
	font-size:13px;
}
.cartReviewCol .codePromo {
	margin-top:-10px;
	margin-bottom:25px;
	padding: 5px;
	background: #fff;
	border: 1px dotted #ccc;
	text-align: center;
	font-size:12px;
	color:#222;
}
.cartReviewCol .codePromo a.delete_product {
	margin-right:5px;
	border:0;
}
.cartReviewCol .codePromo a.delete_product:hover {
	border:0;
}

section.cartWider.carrito_section {
	background:url(../../img/bg_cartWider.jpg) no-repeat center left;
	background-size:cover;
	background-attachment:fixed;
}
section.cartWider.carrito_section .cartReviewCol {
	width:58%;
}

.cartReviewCol .portes_gratis{
  color: #fb704a;
}
.subtotal small,
.cartReviewCol .portes_gratis {
	display:block;
}

/* CHECKOUT */
/* ----------------------- */
/* LISTA DE DIRECCIONES FACTURACIÓN */
hr.sep_misdatos {
	border-bottom:solid 1px #e0e0e0;
	border-top:0;
	margin-bottom:25px;
}
ul.lista_direcciones {
	margin:0 -1%;
	padding:0;
	list-style:none;
	font-size:0;
}
ul.lista_direcciones li {
	background:#fff;
	font-size:12px;
	line-height:16px;
	/* max-width:24%; */
	max-width:31%;
	display:inline-block;
	margin:0 1% 20px;
	border:1px solid #eaeaea;
	transition:all ease-in-out .3s;
	position:relative;
	vertical-align:top;
}
ul.lista_direcciones li.active,
ul.payment li.active,
ul.payment li.active:hover,
ul.lista_direcciones li.active:hover  {
	background:#f5f5f5;
	border:1px solid #f5f5f5;
}
ul.lista_direcciones li.active,
.logoEnvio.active,
.pagoMethod.active {
	box-shadow:0 5px 5px rgba(0,0,0,0.15);
	border:1px solid transparent;
}
ul.lista_direcciones li a {
	display:block;
	padding:26px 12px 20px;
	color:#515151;
	height:100%;
	cursor:pointer;
}
ul.lista_direcciones li.active strong,
ul.lista_direcciones li:hover strong {
	color:#222;
}
ul.lista_direcciones li strong {
	color:#333;
	display:block;
	font-size:13px;
	line-height:18px;
	margin-bottom:7px;
}
/* ICONOS EDITAR, ZOOM, DELETE... */
ul.lista_direcciones li a.delete_add,
ul.lista_direcciones li a.edit_add,
ul.lista_direcciones.direcc_perfil li a.fav_add,
ul.lista_direcciones li span.delete_add,
ul.lista_direcciones li span.edit_add,
ul.lista_direcciones.direcc_perfil li span.send_add,
ul.lista_direcciones.direcc_perfil li span.bill_add,
ul.lista_direcciones li span.send_add,
ul.lista_direcciones li span.bill_add,
ul.orders_ul li.orderInfo .orderEnvio span,
ul.orders_ul li.orderInfo .orderFactura span {
	position: absolute;
    top: 4px;
    color: #fb704a;
    font-size: 11px;
	display:none;
	cursor:pointer;
	opacity:0;
	padding:0;
	height:auto;
	transition:all ease-in-out .1s;
}
ul.lista_direcciones li span.bill_add {
	opacity:0;
}
ul.lista_direcciones li:hover span.bill_add,
ul.lista_direcciones li.active span.bill_add,
ul.lista_direcciones li.active:hover span.bill_add {
	opacity:1;
	color:#222;
}
ul.lista_direcciones.direcc_perfil li span.send_add,
ul.lista_direcciones li span.bill_add {
	left:10px;
}
ul.lista_direcciones.direcc_perfil li span.bill_add {
	left:30px;
}
ul.lista_direcciones li a.edit_add,
ul.lista_direcciones li span.edit_add,
ul.orders_ul li.orderInfo .orderEnvio span.zoom_add,
ul.orders_ul li.orderInfo .orderFactura span.zoom_add {
	right: 30px;
}
ul.lista_direcciones li a.delete_add,
ul.lista_direcciones li span.delete_add,
ul.orders_ul li.orderInfo .orderEnvio span.bill_add,
ul.orders_ul li.orderInfo .orderFactura span.bill_add {
	right: 10px;
}
ul.lista_direcciones li:hover a.delete_add,
ul.lista_direcciones li:hover a.edit_add,
ul.lista_direcciones.direcc_perfil li:hover a.fav_add,
ul.lista_direcciones li:hover span.delete_add,
ul.lista_direcciones li:hover span.edit_add,
ul.lista_direcciones.direcc_perfil li:hover span.send_add,
ul.lista_direcciones.direcc_perfil li:hover span.bill_add,
ul.lista_direcciones li span.delete_add.active,
ul.lista_direcciones li span.edit_add.active,
ul.lista_direcciones li span.bill_add.active,
ul.lista_direcciones li span.send_add.active,
ul.lista_direcciones li:hover span.send_add,
ul.orders_ul li.orderInfo .orderEnvio:hover span,
ul.orders_ul li.orderInfo .orderFactura:hover span,
ul.orders_ul li.orderInfo .orderEnvio span.active,
ul.orders_ul li.orderInfo .orderFactura span.active {
	opacity:1;
	display:block;
}
ul.lista_direcciones li a.delete_add:hover,
ul.lista_direcciones li a.edit_add:hover,
ul.lista_direcciones.direcc_perfil li a.fav_add:hover,
ul.lista_direcciones li span.delete_add:hover,
ul.lista_direcciones li span.edit_add:hover,
ul.lista_direcciones li span.fav_add:hover,
ul.lista_direcciones li span.bill_add:hover,
ul.lista_direcciones li span.send_add:hover,
ul.lista_direcciones li span.delete_add.active,
ul.lista_direcciones li span.edit_add.active,
ul.lista_direcciones li span.bill_add.active,
ul.lista_direcciones li span.send_add.active,
ul.orders_ul li.orderInfo .orderEnvio span.active,
ul.orders_ul li.orderInfo .orderFactura span.active {
	color:#222;
}
.col_formCart ul.lista_direcciones a { border:0;}
.col_formCart ul.lista_direcciones .box_lista_direc {
	display:block;
	padding:25px 12px 20px;
	/* color:#515151; */
	/* height:100%; */
	min-height:130px;
	cursor:pointer;
}
button.link_senda {
	border:0;
	background:none;
	/* font-family:'libre_franklinsemibold'; */
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	border:1px solid #fb704a;
	padding:5px 15px;
	color:#fb704a;
	float:right;
	margin-right:20px;
}
button.link_senda:hover {
	background:#f0f0f0;
	border:1px solid #999;
	color:#222;
}
button.close_form {
	border:0;
	background:none;
}
.checkDisplay.senda.sendaddre {
	font-size:14px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #fbfbfb;
	padding: 20px 20px 10px;
}
.checkDisplay.senda.sendaddre a.active.linkUnderL,
.checkDisplay.senda.sendaddre a.active.linkUnderL:hover {
	display:block;
	border:0;
}
#toggler_address {
	background: #f8f8f8;
	padding:10px 10px 0;
}
.checkDisplay.senda.sendaddre label {
	cursor:pointer;
}

/* MÉTODO DE PAGO */
ul.payment {
	margin:0 -1% 20px;
	border:0;
	padding: 0 0 25px;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}
ul.payment li {
	width:32%;
	margin:0 1%;
	cursor:pointer;
	font-size: 12px;
    line-height: 16px;
		border: 1px solid #eaeaea;
    transition: all ease-in-out .3s;
    position: relative;
}
ul.payment li.active {
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    border: 1px solid transparent;
}
ul.payment li a {
    display: block;
    padding: 26px 12px 20px;
    color: #515151;
    height: 100%;
    cursor: pointer;
		border:0 !important;
}
ul.payment img { display:block; margin:10px auto 0;}
ul.payment input {
    display: none;
}
ul.payment li strong { display:inline-block; text-transform:uppercase; margin-bottom:0;}
ul.payment .form-check-label {
	padding:0;
	cursor:pointer;
}
ul.payment li small {
	display:block;
	font-size:10px;
}
ul.payment li img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all ease-in-out .2s;
}
ul.payment li:hover img {
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.tits_cart.payment_box {
	margin-top: 25px;
}

/* PÁGINA DE CONTACTO */
.contact_page {
	background:#f8f8f8;
}
.contacto {
	padding:65px 0;
}
.row_borderTop {
	padding-top:20px;
	border-top:1px solid #e0e0e0;
}
.row_borderBott {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #e0e0e0;
}
.contacto textarea {
    border-radius: 0;
    padding: 12px;
    font-size: 14px;
    color: #868e96;
    resize: none;
}
.contacto input#attachFile {
	 border-radius: 0;
	font-size: 14px;
	color: #868e96;
}
section.contacto_mapa {
    margin-bottom: 70px;
}
.embed-container.mapas {
	height:350px;
	padding-bottom:initial;
}
.info_maps .tits_cart,
.info_maps p.p_infoMaps {
	padding-left:20px;
}
.box_infoMaps {
	padding:30px;
	background:#fff;
	font-size:12px;
}
ul.info_mapaTxt {
	margin:0;
	padding:0;
	list-style:none;
}
ul.info_mapaTxt a {
	color:#fb704a;
}
/*
ul.info_mapaTxt li {
	margin-bottom:10px;
}
*/
ul.info_mapaTxt li i {
	margin-right:5px;
}



/* MI CUENTA */
/* LOGIN */
/* REGISTRO DE USUARIOS */
/* BARRA ADMIN DE MI CUENTA */
.perfil_bar {
	padding:10px 0;
	background:#333;
	/* position:fixed; */
	width:100%;
	z-index:99;
}
ul.perfil_admin,
ul.pedidos_admin {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0;
}
ul.perfil_admin {
	float:left;
}
ul.pedidos_admin {
	float:right
}
ul.perfil_admin li,
ul.pedidos_admin li {
	display:inline-block;
	position:relative;
}
ul.perfil_admin li {
	padding-right:15px;
	margin-right:15px;
}
ul.perfil_admin li:after,
ul.pedidos_admin li:after {
    content: '|';
    font-size: 11px;
    position: absolute;
    right: 0;
    color: #fff;
}
ul.perfil_admin li:last-child:after,
ul.pedidos_admin li:last-child:after {
	display:none;
}
ul.pedidos_admin li:last-child {
	padding-right:0;
}
ul.perfil_admin li a {
	color:#ccc;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:11px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
}
ul.perfil_admin li a.active,
ul.perfil_admin li a:hover {
	color:#fff;
}
ul.pedidos_admin li {
	padding:0 10px;
	margin: 0 11px;
}
ul.pedidos_admin li:first-child {
	margin: 0 11px 0 0;
}
ul.pedidos_admin li a,
ul.pedidos_admin li {
	color:#ccc;
	font-size: 12px;
	line-height:13px;
	cursor:pointer;
	/* letter-spacing: 1px;
	text-transform: uppercase; */
}
ul.pedidos_admin li:after {
	color:#ccc;
}
ul.pedidos_admin li:hover {
	color:#fff;
}
ul.pedidos_admin li span {
	font-size:15px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	position:absolute;
	left:-33px;
	top:50%;
	width:40px;
	text-align:right;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}
.micuenta_section {
	padding:20px 0 90px;
}
.direcc_perfilCont {
    margin-top: 30px;
}
ul.lista_direcciones.direcc_perfil {
	padding:0 0 15px;
	border:0;
	margin:0 -1% 0;
}
ul.lista_direcciones.direcc_perfil li a.edit_add {
	right: 30px;
	left:auto;
}
ul.lista_direcciones.direcc_perfil li a.fav_add {
	left:10px;
}
ul.lista_direcciones.direcc_perfil li a.fav_add.active {
	display:block;
	opacity:1;
	color:#333;
}

/* MIS PEDIDOS */
.ordernav {
	position:relative;
	padding:15px 150px 15px 20px;
	font-size:12px;
	background:#f2f2f2;
	color:#222;
	margin-top:15px;
}
.ordernav .data:after,
ul.orders_ul .data:after,
ul.orders_ul li span.total_order:before {
	content: "";
	background: #c5c5c5;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 15px;
	margin: 0 10px;
}
.ordernav .data.last:after,
ul.orders_ul .data.last:after {
	display:none;
}
.ordernav .data.last { margin-right:10px;}
.ordernav .order_price {
	/* float:right;
	margin-right:30px; */
	position:absolute;
	right:170px;
	font-size:16px;
	line-height:16px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
}
button.btn_viewOrder i {margin-right:5px;}
button.btn_viewOrder {
	/* float:right;
	height: 49px; */
	position:absolute;
	right:0;
	top:0;
	height:100%;
	color: #fb704a;
	font-size: 12px;
	border-left: 1px solid #e8e8e8;
	/* margin-top:-15px; */
	background: #f9f9f9;
  /* font-family:'libre_franklinsemibold'; */
	transition: all ease-in-out .2s;
}
button.btn_viewOrder:hover {
	background:#fb704a;
	color:#fff;
}
ul.orders_ul {
	font-size:0;
	padding:0;
	margin:0;
	list-style:none;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	/* background: #f9f9f9; */
}
ul.orders_ul li:last-child {
    border-bottom: 0;
}
ul.orders_ul li {
	position: relative;
	padding: 10px 20px;
	border-bottom: solid 1px #ececec;
	font-size:12px;
}
ul.orders_ul li:after {
    content: '';
    clear: both;
    display: table;
}
ul.orders_ul li .data  {
	vertical-align:middle;
}
ul.orders_ul li img {
	max-width:60px;
	float:none;
	margin-right: 15px;
}
ul.orders_ul li.orderInfo {
	background:#f2f2f2;
}
ul.orders_ul li.orderInfo .orderEnvio,
ul.orders_ul li.orderInfo .orderFactura {
	padding:7px 40px 7px 7px;
	position:relative;
	background:#fff;
	border:1px dotted #dadada;
}
ul.orders_ul li.orderInfo .orderEnvio:hover,
ul.orders_ul li.orderInfo .orderFactura:hover {
	background:#f6f6f6;
}
ul.orders_ul li.orderInfo .orderEnvio,
ul.orders_ul li.orderInfo .orderFactura {
	display:inline-block;
	width:39%;
	vertical-align:top;
	min-height:50px;
	overflow:hidden;
}
ul.orders_ul .links_order {
	width:19%;
	position:absolute;
	bottom:25px;
	right:15px;
	text-align:right;
	/*display:inline-block;
	width:19%;
	vertical-align:top;
	text-align:right;
	height:50px; */
}
ul.orders_ul li.orderInfo .orderEnvio,
ul.orders_ul li.orderInfo .orderFactura {
	margin-right:1%;
}
ul.orders_ul li.orderInfo .orderEnvio strong,
ul.orders_ul li.orderInfo .orderFactura strong {
	display:block;
}
.ordernav .data.orderPay {
	text-transform:uppercase;
	font-size:11px;
}
.ordernav .data.orderState {
	text-transform:uppercase;
	color:#a7a7a7;
	letter-spacing:1px;
	font-size:11px;
}
ul.orders_ul li span.total_order {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
    /* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
		color:#222;
}
ul.orders_ul li span.total_order:before {
	vertical-align: sub;
}
ul.orders_ul li.orderCostes {
	text-align:right;
	font-size:11px;
	color:#717171;
	background:#f9f9f9;
	padding:5px 20px;
}
ul.orders_ul li.orderCostes .envio_order,
ul.orders_ul li.orderCostes .iva_order,
ul.orders_ul li.orderCostes .recargo_order {
	/* display:block; */
	padding-left:15px;
}
ul.orders_ul li.orderCostes .envio_order b,
ul.orders_ul li.orderCostes .iva_order b,
ul.orders_ul li.orderCostes .recargo_order b {
	margin-left:3px;
	color:#515151;
}


button.btn_doOrder {
	color: #fb704a;
	font-size:11px;
	padding:5px 15px;
	background:#fff;
	border:1px solid #fb704a;
	height:100%;
	/* font-family:'libre_franklinsemibold'; */
	margin-left:10px;
}
button.btn_doOrder:hover {
	color: #fff;
	background:#fb704a;
	border:1px solid #fb704a;
}




/* ACCESO A NUEVOS USUARIOS - LOGIN */
.col_formRegis {
    padding-left: 3%;
}
.carrito_section #toggler_reminder {
	border-top:1px solid #ccc;
	margin-top:25px;
	padding-top:15px;
}

/* TOOLTIP */
/* ------------------------------- */
.tooltip > .tooltip-inner {background-color: #fb704a; font-size:10px; padding:3px 10px;}
.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before { border-top-color: #fb704a;}

/* --------------------------------------------- */
/*  SIDEBAR */
/* --------------------------------------------- */
.bg_mainSidebar {
    padding: 30px 15px;
		/* padding:0 15px 30px; */
}
.content_left {
    z-index: 99;
    float: left;
    width: 230px;
	margin-bottom:20px;
    overflow: hidden;
    padding: 10px;
		background:#f9f9f9;
}
.content_right {
    width: calc(100% - 230px);
    float: left;
    padding-left: 30px;
}
.sidebar_seo {
	font-size:12px;
	color:#333;
	position:relative;
	padding:5px;
}
.sidebar_seo p {
	margin-bottom:0;
}
/* ORDEN SIDEBAR - ORDER */
.order_box {
	padding:10px 4px 10px 6px;
	position:relative;
}
.order_box:before {
    content: '';
    background: #e4e4e4;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}
.order_box:after {
	content:'';
	display:table;
	clear:both;
}
.order_box span{
	display: inline-block;
	font-size:12px;
}
.order_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../img/search-select-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 2px 5px;
    color: #515151;
		width:calc(100% - 45px);
	font-size:11px;
		float:right;
}
button.button-filters {
	/* color: #fb704a;
	background: #fff;
	border: 1px solid #fb704a; */
	background:#777;
	color:#fff;
	border:0;
	font-size: 11px;
	/*padding: 5px 10px;*/
	padding: 2px 7px;
	/* font-family:'libre_franklinsemibold'; */
	margin-right: 10px;
	float:right;
}
button.button-filters:hover {
    /* color: #fff;
    background: #fb704a;
    border: 1px solid #fb704a; */
		background:#fb704a;
}
button.button-filters:after {
	content:'';
	display:table;
	clear:both;
}

.sidebar_seo button.button-filters {
	position:absolute;
	right:0;
	top:0;
}

.sidebar_seo h2 {
	font-size:14px;
	/* font-family:'libre_franklinsemibold'; */
	line-height:18px;
}
.sidebar input#price-max {
   width:100%;
	 margin-top:-20px;
}
.sidebar input#price-min {
   width:100%;
}
.sidebar ul.options_sidebar {
	padding:0px 5px;
}
ul.options_sidebar input[type=checkbox].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}
ul.options_sidebar input[type=checkbox].css-checkbox + label.css-label {
	padding-left:15px;
	height:10px;
	display:inline-block;
	line-height:10px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:10px;
	vertical-align:middle;
	cursor:pointer;
	font-size:12px;
	width:100%;
	color:#515151;
}
ul.options_sidebar input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -10px;
}
ul.options_sidebar label.css-label {
	background-image:url(../../img/sdb_checkDark2.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul.options_sidebar li {
	margin-bottom:5px;
}
ul.options_sidebar li a {
	padding:0;
}
.sidebar .navbar-collapse {
	padding:10px 5px;
}
#togglerFilter1 {
	position:relative;
	margin-bottom:10px;
}
#togglerFilter1:before {
	bottom:0;
	top:auto !important;
}
.category-toogler:before,
#togglerFilter1:before {
	content:'';
	background:#e4e4e4;
	border-bottom:1px solid #fff;
	width:100%;
	height:2px;
	position:absolute;
	top:0;
	left:0;
}
.category-toogler {
	background:none;
	font-size:15px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	color:#333;
	border:0;
	position:relative;
	display:block;
	width:100%;
	text-align:left;
	/* border-top:1px solid #e4e4e4; */
	padding-top:10px;
	padding-bottom:7px;
}
.category-toogler:after {
    position: absolute;
    right: 15px;
    color: #fb704a;
    font-family: 'fontawesome';
    font-size: 10px;
}
.category-toogler:after {
    content: "\f107";
}
.category-toogler.category_on:after {
	content: "\f106";
}
.category-toogler.price_toogler {
    padding: 10px 6px 7px;
	cursor:pointer;>
}
.range_price {
    border: 0;
    color: #fb704a;
    /* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
    width: calc(100% - 80px);
    margin-left: 5px;
    background: transparent;
    cursor: pointer;
}
.content_left .rangeslider {
    padding: 0 7px 5px;
}
.ui-slider-handle { cursor:pointer !important;}
.rangeslider .ui-state-active,
.rangeslider .ui-widget-content .ui-state-active,
.rangeslider .ui-widget-header .ui-state-active,
.rangeslider a.ui-button:active,
.rangeslider .ui-button:active,
.rangeslider .ui-button.ui-state-active:hover {
	border: 1px solid #fb704a;
	background: #fb704a;
}

.ui-slider-handle {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius:0 !important;
}

.rangeslider .ui-icon-background,
.rangeslider .ui-state-active .ui-icon-background {
	border: #fb704a;
}
.rangeslider .ui-state-hover,
.rangeslider .ui-widget-content .ui-state-hover,
.rangeslider .ui-widget-header .ui-state-hover,
.rangeslider .ui-state-focus,
.rangeslider .ui-widget-content .ui-state-focus,
.rangeslider .ui-widget-header .ui-state-focus,
.rangeslider .ui-button:hover,
.rangeslider .ui-button:focus {

}

/* PÁGINA DE RESULTADOS DE BÚSQUEDA - SEARCH RESULTS */
ul.productos_lista.search_results {

}
ul.productos_lista.search_results li {
    width: 19.44%;
	transition: all ease-in-out .15s;
}
ul.productos_lista.search_results li:hover {
    box-shadow: 0 0px 15px rgba(0,0,0,0.15);
}
ul.productos_lista.search_results li p {
	text-align:left;
}

.search_title {
	font-size:26px;
	color:#aaa;
}
.search_title span {
	color:#515151;
	font-size:48px;
	vertical-align:middle;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
}
.search_title strong {
	color:#515151;
}



/* BREADCRUMBS */
.breadcrumb {
	background:none;
	padding:0;
	border-radius: 0;
	/* margin:0; */
	font-size:11px;
	z-index:9;
	/* margin:10px 0 0 13px; */
	margin:5px 0 10px 13px;
}

/*
.breadcrumb {
	background:none;
	padding:0;
	border-radius: 0;
	margin:0;
	font-size:11px;
	z-index:9;
	position:absolute;
	margin-top:30px;
}
*/
.breadcrumb-item+.breadcrumb-item::before {
	content:"\f105";
	font-family:'fontawesome';
}
.breadcrumb a {
	color:#222;
}
.breadcrumb a:hover {
	color:#fb704a;
	border-bottom:1px solid #fb704a;
}
.breadcrumb.relatived {
	position:relative;
}

/* VIDEOS EMBED RESPONSIVE */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* BOTONES */

.btn {
	border-radius: 0;
	cursor:pointer;
	border:0;
	outline:0;
	text-align:center;
	font-size:15px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	padding:15px 25px;
	text-transform:uppercase;
}
.btn_ctaHelp {
	background:#fb704a;
	color:#fff;
	font-size:16px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	letter-spacing:3px;
	color:#fff;
	text-transform:uppercase;
	margin:20px auto 0;
	/* box-shadow:0 0 20px rgba(0,0,0,0.2); */
}
a.masInfo {
	color:#666;
	font-size:14px;
	margin-bottom:20px;
	display:inline-block;
}
a.masInfo span {
	border-bottom:1px solid #666;
}
a.masInfo:hover {
	color:#fb704a;
}
a.masInfo:hover span {
	border:0;
}
button.btn_comprar {
	background: #aaa;
	color: #fff;
	font-size: 11px;
	padding: 8px;
	display: block;
	width: 100%;
	position:relative;
	overflow:hidden;
	transition:background ease-in-out .4s;
}
button.btn_comprar:hover {
	background:#fb704a;
}
button.btn_comprar:after {
	content:"\f07a";
	font-family:'fontawesome';
	font-size:12px;
	margin-left:8px;
}
button.btn_loadMore {
	background: none;
	font-size: 16px;
	/* font-family:'libre_franklinsemibold'; */
	color: #999;
	display: block;
	padding: 20px;
	width: 100%;
	border:0;
}
button.btn_loadMore:hover {
	background:#bbb;
	color:#fff;
}
a.btn_buyProd {
	display:block;
	text-transform:uppercase;
	/* background:#f88161; */
	background:#fb704a;
	color:#fff;
	font-size:14px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	padding:20px;
	text-align:center;
}
a.btn_buyProd i {
	margin-right:10px;
}
a.btn_buyProd:hover,
.btn_finalizar:hover {
	background:#222;
}
button.btn_buyProd {
  width: 100%;
	display:block;
	text-transform:uppercase;
	/* background:#f88161; */
	background:#fb704a;
	color:#fff;
	font-size:14px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
	padding:20px;
	text-align:center;
}
button.btn_buyProd i {
	margin-right:10px;
}
button.btn_buyProd:hover,
.btn_finalizar:hover {
	background:#222;
}
.btn_submit {
	background:#333;
	color:#fff;
	font-size:13px;
	border:1px solid #333;
}
.btn_submit:hover {
	background:#f5f5f5;
	color:#333;
	border:1px solid #ecebeb;
}
a.btn_accForm {
	color: #555;
	font-size:12px;
	padding: 15px 20px;
	border:1px solid #e8e8e8;
	background:#fff;
	display:block;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:15px;
	transition:all ease-in-out .2s;
}
a.btn_accForm:hover {
	color:#222;
	background:#f7f7f7;
	border:1px solid transparent;
	letter-spacing:0.7px;
}
.btn_codeApply {
	color: #555;
	font-size: 12px;
	padding: 12px 20px;
	height:46px;
	border: 1px solid #e8e8e8;
	background: #eaeaea;
	margin-left:-1px;
	width:calc(100% - 160px);
	text-transform: uppercase;
	/* font-family:'libre_franklinsemibold'; */
	transition: all ease-in-out .2s;
}
.btn_codeApply:hover {
	background:#fff;
}
.btn_finalizar {
	display: block;
	width:100%;
	background:transparent;
    text-transform: uppercase;
    background: #fb704a;
    color: #fff;
    font-size: 14px;
    /* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
    padding: 20px;
    text-align: center;
}



/* TíTULOS H1, H2, H3.. */
h1, h2 {
	font-family: 'Cookie', cursive;
	color:#222222;
}
h2 { line-height:30px;}


#categoria_home a:hover .card img,
#posts_home a:hover .card img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

ul.productos_lista li.listEmpty,
ul.productos_lista li.listEmpty:hover {
	font-size:20px;
	/* font-family:'libre_franklinsemibold'; */
	width:100%;
	border:0;
	padding:15px 40px 40px;
	box-shadow:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}


/*VIC*/
/*Categories*/

.mascategor h3 {
    font-size: 20px;
    margin: 7px 0 0 12px;
}
.subcategorias ul.vic-categories {
    margin: 0 -5px -5px 0;
	  /* -ms-flex-pack: justify;
    justify-content: space-between;
	    display: -ms-flexbox;
    display: flex; */
}

.vic-categories li {
  list-style: none;
  display: inline-block;
  margin:0 5px 5px 0;
  transition: background ease-out .4s;
	border:1px solid #fb704a;
}
.vic-categories li:hover {
	background:#fb704a;
}
.vic-categories li a {
	text-decoration: none;
	color:#fb704a;
	height:100%;
	display: block;
	padding: 7px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
}
.vic-categories li.active {
  background:#fb704a;
}
.vic-categories li span {
	text-decoration: none;
  background:#fb704a;
	/* color: #2A2A2A; */
	color:#fff;
	height:100%;
	/* color: #fb704a;
	border: 1px solid #fb704a; */
	display: block;
	padding: 7px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	/* font-family: 'libre_franklinsemibold', sans-serif; */
	font-weight:600;
}
.vic-categories li a:hover {color:#fff;
}
/*
.vic-categories li a:before {
	content: "\f054";
	font-family:'fontawesome';
	font-size:10px;
	margin-right:2px;
}
*/

/*DropMenu*/

a.dropdown-item {font-size:12px;}
a.dropdown-item:hover {
	background:#fb704a;
	color:#fff;
	}

/*END VIC*/

/* JUANJO STYLES */
/* CARRUSEL NOVEDADES HOME */


.contenedorNovedades{
	padding:6px;
	margin:0;
}
.home_novedades{
	float: left;
	max-width: 400px;
	padding:0 !important;
}
.home_novedades li{
	width: 100% !important;
}
.home_novedades li:first-child{
	padding: 0 0 10px 0;
}
.home_novedades li:last-child{
	padding: 0;
}
/*
.home_novedades .box_product p {
	min-height: 44px;
}
*/
.box_product p {
	/* max-width:260px;
	text-overflow:ellipsis;
	white-space: nowrap; */
	/* overflow:hidden; */
	font-size:14px;
}
.owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 1;
}
.owl-prev, .owl-next {
	color: #f66440;
	width: auto;
	font-size: 40px;
	opacity: 1;
	position:absolute;
}
.owl-prev {
	left: 0px;
	top: 0;
}
.owl-next {
	right: 12px;
	top: 0;
}
.owl-prev i:hover,
.owl-next i:hover {
	color:#777;
}

/* CAPA DE CONFIRMACIÓN */
#toast-container.toast-top-center {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
}
#toast-container  .toast.toast-warning {
	position: fixed;
    top: 50%;
    left: 50%;
    width: 100% !important;
    max-width: 500px;
		width:100%;
    max-height: 90%;
		text-align:center;
    overflow: auto;
    transform: translate(-50%,-100%);
    transition: transform 0.3s ease-out;
    background: #e8e8e8;
		color:#555;
		padding:40px;
		border-radius:0;
}
#toast-container .toast.toast-warning,
#toast-container>div.toast.toast-warning,
#toast-container>.toast.toast-warning {
		background-image:none !important;
}
#toast-container>div:hover {
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
#toast-container .toast-warning button.btn.btn-success {
	margin-top:30px;
	background:#fb704a;
}
#toast-container .toast-warning button.btn.btn-success:hover {
	background:#222;
}
button.toast-close-button { color:#222;}
#toast-container .toast-warning button.btn.btn-info {
   margin-top: 30px;
   background: #333;
}
#toast-container .toast-warning button.btn.btn-info:hover {
   background: #111;
}

/* PÁGINA DE GRACIAS */
.section_flat {
	padding:75px 0 65px;
	background:#fbfbfb;
}
.section_flat.search_section {
	padding: 50px 0 65px;
	background:#fafafa;
}

	/*------ */

/* 404 ERROR PAGE */
.error404 {
	background:url(../../img/404.jpg) no-repeat right top;
	background-size:cover;
	padding:60px 0 80px;
	min-height:calc(100vh - 137px)
}
.error404 h1 {
	font-family: 'Cookie', cursive;
	font-size:40px;
	color:#333;
	margin-top:40px;
	line-height:42px;
}
.error404 h1 span {
	display:block;
	color:#fb704a;
	font-size:72px;
	line-height:70px;
}
.error404 h2 {
	/* font-family:'libre_franklinsemibold'; */
	margin-top:60px;
}
/*
.col_error {
	position:absolute;
	top:50%;
	transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}
*/




/* --------------------------------- */
/* RESPONSIVE */
/* --------------------------------- */
@media only screen and (min-width: 1200px){
	.container{max-width:1200px;}
	/* .box_product {min-height: 247px;} */
	.home_novedades .box_product { /* min-height: 305px; */ min-height:270px;}
	ul.productos_lista li .box_product { /* min-height: 250px;*/ /* min-height:221px; */ min-height:203px; }
}
@media only screen and (min-width: 992px){

	ul.nav-menu li:hover .submenu,
	ul.nav-menu li .submenu ul li:hover .submenu.sub_submenu {
		display:block;
	}
	.col_catHome {
		padding:0;
	}
	.col_catHome:first-child {
		padding-left:15px;
	}
	.col_catHome:last-child {
		padding-right:15px;
	}
	.confiHeadOff,
	img.ban_fw {
		display:none;
	}
	.confiHeadOn { display:block;}
	.bg_novProd{ padding:0;}
	/* header ul.navbar-nav>li:hover.dropdown { overflow:visible;}
	header ul.navbar-nav>li.dropdown:hover .dropdown-menu,
	li.trigger_submenu:hover .dropdown_submenu {
		display:block;
		opacity:1;
		visibility:visible;
	}
	*/
	/* Hover Checkout Preferencias Envío - Desabilitado */
	ul.lista_direcciones li:hover,
	ul.payment li:hover {
		background:#fcfcfc;
		border:1px solid #f5f5f5;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1200px){
	.discount_apply .form-group,
	.btn_codeApply {
		max-width: 100%;
    width: 100%;
	}
	/* CHECKOUT BOX */
	.cartReviewCol.cartPage ul.cartReview {
		margin-bottom:15px;
	}
	.cartReviewCol.cartPage ul.cartReview li {
		padding: 0;
    border: solid 1px #e0dede;
	}
	.cartReviewCol.cartPage ul.cartReview li img {
		margin:10px;
    width: 60px;
	}
	.cartReviewCol.cartPage ul.cartReview h4 {
		float:left;
		width:calc(100% - 80px);
		margin:10px 0;
		padding-right:10px;
		font-size:11px;
		line-height:14px;
	}
	.cartReviewCol.cartPage ul.cartReview .info {
    float: left;
    width: 100%;
    padding: 5px 10px;
    border-right: 0;
		background:#fbfbfb;
		position:relative;
		text-align:right;
	}
	.cartReviewCol.cartPage ul.cartReview .quantity-buttons {
    font-size: 0;
		position:absolute;
		right:10px;
		bottom:100%;
		margin-bottom:10px;
	}
	.cartReviewCol.cartPage ul.cartReview .actions {
		position:relative;
		text-align:left;
	}
	.cartReviewCol.cartPage ul.cartReview .delete_product {
		top:auto;
		left:10px;
		bottom:6px;
		z-index:9;
	}
	.cartReviewCol.cartPage ul.cartReview .actions .price {
    top: 50px;
    left: 80px;
    position: absolute;
		font-size:13px;
	}
	.cartReviewCol.cartPage ul.cartReview .info span.price {
		margin-top:0;
	}
	.cartReviewCol.cartPage ul.cartReview .quantity-buttons input[type='button'],
	.cartReviewCol.cartPage ul.cartReview .quantity-buttons input[type='text'] {
		height:22px;
		line-height:20px;
		width:25px;
	}
	.cartReviewCol.cartPage ul.cartReview .quantity-buttons input[type='text'] {
		font-size:12px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1024px){
	.dropdown_submenu { left:auto;right:160px;}
	li.trigger_submenu:after {
	left:10px;
	right:auto;
	content: "\f104";
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
	ul.productos_lista li { width:24.1%;}
	.box_product { min-height:226px; /* min-height:237px; */ /* min-height: 275px; */}
	.prod_related .box_product { min-height:252px;}
	.logo { padding:14px 30px;}
	.detalle_prod { margin-bottom:20px;}
	.detalle_prod,
	.boxUnid_prod {
		   -ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.box_product { padding:10px 15px;}
	span.price { right:15px;}
	#ctaHome1 .box_ctaCol1,
	#ctaHome1 .box_ctaCol2 { padding:40px 30px;}
	.bgIntro_home { min-height:202px; padding:35px 60px 75px;}
	#intro_home .bgEnvios_home { background-size:cover; height:202px; }
	.categoria .bgEnvios_home { background-size:cover; background: url(../../images/contenido_home/7_1.jpg) no-repeat center center;/* height:202px; */ }
	.categoria .col_intro { max-height:190px;}
}

@media only screen and (min-width: 577px) and (max-width: 991px){
	.highOrange { letter-spacing:2px;}
	.bgIntro_home h1, .bgEnvios_home h2 {  font-size: 34px;}
}

@media only screen and (min-width: 577px) and (max-width: 800px){
	#cart-dropdown { left:-40px; /* margin-top:3px; */}
}


@media only screen and (max-width: 1200px){
	.bgEnvios_home h2 strong { font-size:22px;}
	#sellos_q .col-lg-3:hover:first-child:before { width:200%;left:-100%}
	#sellos_q .col-lg-3:hover:before {
    left: 0px;
    width: 100%;
		/* background:#585858; */
	}
	#sellos_q .media {
		display:block;
		text-align:center;
		padding:0;
	}
	#sellos_q .media img {
		margin:0 auto 20px !important;
	}
	#sellos_q .media img,
	#sellos_q .media .media-body {
		display:block !important;
		text-align:center;
	}
	ul.productos_lista .box_product img.imgProduct { margin:0 0 -5px;}
	.categoria .img_cat {
	/* max-width:initial;
	max-height: 202px;
	position: absolute;
	right: -20px; */
	    height: 100%;
			max-width:initial;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
}
}



@media only screen and (max-width: 991px){
		/* body { padding-top: 90px;} */
		body { padding-top: 69px;}
	.header_top { position:relative; border:0;}
	.categoria .col_intro { display:none;}
	#novedades .col-lg-4.col-xs-12.pr-0 { padding-right:15px !important;}
	.box_novedadesH { min-height:auto;}
	.perfil_bar { margin-top: 10px;}
	#intro_home { padding:30px 0 0;}
	.categoria .colHeightMin { min-height:auto;}
	.bgCat_bann1 .title_banner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
		margin:15px auto 10px;
		font-size:25px;
	}
	.bgCat_bann1 .title_banner .highOrange { display:table; margin:0 auto;}
	.confiHeadOff { display:block;}
	.confiHeadOn { display:none;}
	.confianzaHead { /* right:27%; */ right:200px; top: 15px;}
	.head_mail,
	.head_micarrito { display:block !important; padding:7px 0 0;}

	/* MENÚ */
	button.navbar-toggler {
		background:#ec643e;
		color:#fff;
		border-radius:0;
		z-index:9999999;
		padding:6px 12px;
		transition: all ease-in-out .05s;
		position: absolute;
		top: 15px;
		left:220px;
	}
	button.navbar-toggler:hover {
		background:#fb704a;
	}
	button.navbar-toggler small {
		display:block;
		font-size:11px;
		/* font-family: 'libre_franklinsemibold', sans-serif; */
		font-weight:600;
	}
	.search_headBox {
    padding: 0 15px 0;
		width:100%;
		margin:0;
    position: absolute;
		top: 15px;
		display:flex !important;
	}
	.search_headBox input[type="text"] { height: 32px !important;}
	/* NEW MENU */
	#menu_responsive {
		padding-top:60px;
		padding-bottom:20px;
		max-height: calc(100vh - 190px);
		overflow:auto;
		display:block;
		display:none;
	}
	#menu_responsive::-webkit-scrollbar {
		width:5px;
	}
	#menu_responsive::-webkit-scrollbar-thumb {
			border-radius: 10px;
			-webkit-box-shadow: inset 0 0 6px rgba(87,98,38,.3);
			background-color: #fb704a;
	}
	#menu_responsive::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 6px rgba(87,98,38,0.3);
			border-radius: 10px;
			background-color: #F5F5F5;
	}

	ul.nav-menu { margin:0; padding:0; width:100%;}
	ul.nav-menu li { display:block; padding:0;}
	ul.nav-menu li a span { padding:8px 15px;}
	ul.nav-menu li i.fa {
	position: absolute;
    right: 20px;
    top: 8px;
	}
	.submenu {
    position: relative;
		padding:5px 0;
}
	ul.nav-menu li .submenu ul li a span {
    padding: 3px 25px;
	}
	ul.nav-menu li .submenu ul li a { color:#555; display:block;}
	ul.nav-menu li .submenu ul li:hover {
		background:#f2f2f2;
	}
	ul.nav-menu li .submenu ul li:hover a,
	ul.nav-menu li .submenu ul li .submenu.sub_submenu ul li:hover a { color:#212529 !important;}
	ul.nav-menu li .submenu li i.fa {
	transform: none;
    -webkit-transform: none;
		top:0;
		right:20px;
	}
	ul.nav-menu li .submenu li i.fa,
	ul.nav-menu li .submenu li:hover i.fa {
		color:#555 !important;
	}
	.submenu.sub_submenu {
    left:auto;
    top: auto;
		position:relative;
	}
	ul.nav-menu li .submenu ul li .submenu.sub_submenu ul li a span { padding:3px 25px 3px 35px;}
	ul.nav-menu li .submenu ul li .submenu.sub_submenu ul li:hover {
		background:#f7f7f7;
	}
	.header_top { padding:5px 0;}
	.bgIntro_home h1, .bgEnvios_home h2 {
    max-width: 300px;
    margin: 0 auto;}
		.bgEnvios_home h2 strong { font-size: 26px;}
		.col_intro { margin-bottom:10px;}
		.bgIntro_home,
		.bgEnvios_home { padding:20px; background-size:cover;}
		.bgEnvios_home { background: url(../../images/contenido_home/2_0.jpg) no-repeat center bottom; height:215px; background-size:contain;}
		.box_category {min-height: 120px; /*top:40px; position:initial; */}
		.box_category h3 { background: #f9f9f9; padding: 2px 10px; bottom:10px; /* bottom:50px; */}
		.bg_novProd { background:#fff;}
		/* .box_product { min-height: 150px;} */
		.box_product img { /* margin:-25px auto -10px; */ /* margin:-10px auto 0;*/}
		ul.home_novedades .box_product p { font-size:13px;}
		ul.home_novedades .box_product span.price { font-size:15px;}
		.box_product span.price { position:relative; right:auto; bottom:auto; top:auto;}
		.box_product p { font-size:14px; margin-bottom:0;}
		#sellos_q .bg_sello4 { overflow: hidden;}
		#sellos_q .col-lg-3 { padding:20px 20px;}
		#txtseo {background: #f4f3f2}
		.categoria .mb_negative { margin-bottom: 0; text-align:center;}
		.nav-tabs .nav-link {
			padding: 10px;
			font-size: 14px;
		}
		.nav-tabs .nav-link:before { bottom:5px; height:3px;}
		.nav-tabs .nav-link i,
		.nav-tabs .nav-link i.fa-file-text {
			font-size: 13px;
			height: 15px;
		}
		.tabs_container { padding-top: 25px;}
		ul.videos_tab li {
			width:100%;
			display:block;
			margin:0 0 25px;
		}
		.nav-tabs .nav-item {
			overflow: hidden;
		}
		.nav-tabs .nav-link:before {transition: left ease-in-out .2s;}
		.bg_mainSidebar { padding:0 0 30px; margin-top:25px;}
		ul.productos_lista li {width: 48.6%;}
		ul.home_novedades { float:none; max-width:100%; text-align:center;}
		ul.home_novedades p { max-width:100%;}
		img.ban_fw { display:block; margin: 0 auto;}
		.bgEnvios_cat,
		.categoria img.bg_categoria { display:none;}
		.bgCat_bann1 {
			position:relative;
			max-height:140px;
			max-width:584px;
			width:100%;
			margin: 0 auto;
		}
		.discount_apply .form-group { margin-bottom:0;}
		.col_formCart { margin-bottom:20px; border-bottom:1px solid #eee; padding-bottom:20px;}
		ul.payment { margin:0 -1% 10px;}
		.col_formCart:last-child { margin-bottom:0; border-bottom:0; padding-bottom:0;}
		#sellos_q h5 { font-size:16px;}
		#sellos_q .media img { max-width:40px;}
		section.cartWider.carrito_section .cartReviewCol { width: 100%;}
		.carrito_section { padding: 20px 0 40px;}
		.ordernav .order_price {
			float:none;
			position:relative;
			right:initial;
			}
	.ordernav .order_price,
	.ordernav .data.orderState { float:none; display:inline-block;}
	section.producto_item .imagen-principal { margin:0 auto; display:block;}
	#sellos_q .col-lg-3:hover:before,
	#sellos_q .col-lg-3:hover:first-child:before {
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0;
	}
	.home_novedades .box_product p {
    min-height: auto;
	}
	ul.productos_lista li .box_product { min-height:218px;}
	.bgEnvios_home.category_banner { height:160px; background-size:contain !important;background: url(../../images/contenido_home/7_2.jpg) no-repeat center center;}
}





@media only screen and (max-width: 800px){
	.header_top { text-align:center;}
	.navbar-brand { margin:0;}
	.logo { position:relative; padding:5px 10px;}
	.headTop_left { border-bottom:1px solid #efefef;}
	.headTop_left,
	.headTop_right { float:none; font-size:12px;}
	.headTop_right .head_micuenta { padding:0;}
	.headTop_left i, .headTop_right i { font-size:16px !important;}
	.head_mail, .head_micarrito { display: inline-block !important; margin-left:15px;}
	.headTop_right a i, .headTop_right i { vertical-align:text-bottom;}
	.head_mail { margin-left:10px;}
	button.navbar-toggler { left:20px; /* top: 8px; */}
	.confianzaHead { right: 20px; top: 8px;}
	.highOrange { line-height:13px;}
	.bgIntro_home h1 { line-height:30px;}
	body { padding-top:130px;}
	#ctaHome1 .box_ctaCol1 { padding:40px 20px; background:#fff4f0;}
	#ctaHome1 h3 { padding:0 10%;}
	#ctaHome1 .box_ctaCol2 { padding:20px 35px;}
	.box_ctaCol1 .btn_submit.mt-5 { margin-top:20px !important;}
	#cart-dropdown .total { text-align: left;}
	.cta_profesionales { margin-top:14px; padding:20px 0;}
}

@media only screen and (max-width: 764px){
	.content_left,
	.content_right	{ float:none; width:100%;}
	.content_right { padding:0;}
	.subcategorias ul.vic-categories {
		display:block;
	}
	.subcategorias ul.vic-categories li {
		display:inline-block;
		max-width:100%;
	}
	header ul.navbar-nav>li.dropdown i.caretLv1 { right: 25px;}
	ul.orders_ul .links_order {
			position: relative;
			display: inline-block;
			top: auto;
			right: auto;
			transform: none;
			margin-left:0;
			margin-top:10px;
			margin-bottom:5px;
		}
		ul.orders_ul li .data.last { margin-right:10px;}
		button.btn_doOrder { margin-right:2px;}
		ul.orders_ul li img { float:left;}
		button.btn_viewOrder {
    	float: none;
  	  margin: 20px;
			border:0;
			height:auto;
			padding:5px;
			font-size:11px;
			background:#fff;
			border:1px solid #fb704a
	}
	.detalle_prod,
	.boxUnid_prod {
		width:100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.boxInfo_prod .left { width:auto;}
	.boxInfo_prod { padding: 15px;}
	.col_formCart ul.lista_direcciones .box_lista_direc { word-wrap: break-word;}
	.catNoProducts { padding:60px 0;}
	.txtseoCat .col-lg-12 {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-width: 0;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
	}
	.info_nutri { padding-left:15px; margin-top:25px;}
	.bgEnvios_home.category_banner { height:120px; padding:0;}
}

@media only screen and (max-width: 576px){
	body { font-size:14px;}
	ul.productos_lista { margin:0;}
	ul.productos_lista .box_product img.imgProduct { margin:-5px auto -4px;}
	ul.productos_lista .box_product { min-height:230px;}
	#posts_home h3 { font-size:24px; margin-bottom:15px;}
	.box_product { text-align:center; /* margin-bottom:10px; min-height:auto; */}
	ul.home_novedades li {border-bottom:1px solid #f0f0f0;}
	ul.home_novedades li:last-child { border-bottom:0;}
	#sellos_q { padding:30px 0 0;}
	.bgEnvios_home {
    background: url(../../images/contenido_home/2_2.jpg) no-repeat center center;
		height:160px;
	background-size:contain;
	}
	.boxInfo_prod { margin-top:25px;}
	/* ul.ic_listProduct { margin: 15px -1% 25px;} */
	section.producto_item { padding-bottom:0;}
	section.tabs_producto { padding:0;}
	.prod_related .col-lg-12.px-1 { padding:0 15px !important;}
	/* 	.bg_listProducts { padding:0 10px;} */
	section.tabs_producto #ficha {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
	}
	section.tabs_producto .tab-content { padding:20px 20px 40px;}
	section.catalogo .px-1 { padding:0 10px !important;}
	.bg_blanco {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.05);
	}
	ul.perfil_admin li,
	ul.pedidos_admin li {
		display:block;
	}
	ul.perfil_admin li:after,
	ul.pedidos_admin li:after {
		display:none;
	}
	ul.pedidos_admin li {
		text-align:right;
		padding:0;
		margin:0;
	}
	ul.pedidos_admin li:first-child {
		margin:0;
	}
	ul.pedidos_admin li:first-child,
	ul.perfil_admin li:first-child {
		padding-bottom:5px;
	}
	ul.pedidos_admin li span {
		position:relative;
		left:auto;
	}
	#cart-dropdown { width:100%; min-width:initial;}
	.head_micarrito {
    position: initial;
	}
	#cart-dropdown ul li .img_cd {width:70px;}
	#cart-dropdown ul li .info_cd { width:calc(100% - 70px);}
	.navbar.fixed-top { padding:0;}
	#sellos_q .col-lg-3:hover:first-child:before {
    top: -35px;
    height: 124%;
}
}

@media only screen and (max-width: 495px){
		ul.lista_direcciones li { width:100%; max-width:100%; display:block;}
		.col_formCart ul.lista_direcciones .box_lista_direc { min-height:auto; padding:15px;}
		ul.lista_direcciones.direcc_perfil li span.bill_add { left:auto; right: 30px;}
		ul.lista_direcciones.direcc_perfil li span.send_add,
		ul.lista_direcciones li span.bill_add { left:auto; right:30px;}
	header ul.navbar-nav>li.dropdown i.caretLv1 { right: 15px;}
	/*
	button.btn_viewOrder { margin:5px 0; display:block;}
	.ordernav .order_price {
    position: absolute;
    right: 20px;
    top: 15px;
		margin:0;
	}
	.ordernav {
    padding-right: 80px;
	}
	*/
	.ordernav .data:after,
	ul.orders_ul .data:after {
		margin:0 5px;
	}
	ul.lista_direcciones.payment,
	ul.lista_direcciones,
	ul.payment { display:block; margin:0;}
	ul.lista_direcciones.payment li,
	ul.lista_direcciones li,
	ul.payment li { width:100%; margin:0 0 15px;}
	.formOutStock .form-group,
	.formOutStock .btn_avisoProd { width:100%; display:block;}
	.formOutStock .btn_avisoProd { margin-top:5px;}
	.ordernav .order_price { display:block;}
	ul.orders_ul li.orderInfo .orderEnvio,
	ul.orders_ul li.orderInfo .orderFactura {
		width:100%;
		display:block;
	}
	/* CHECKOUT BOX */
	ul.cartReview {
    margin-bottom: 15px;
	}
	ul.cartReview li {
		padding: 0;
    border: solid 1px #e0dede;
	}
	 ul.cartReview li img {
		margin:10px;
    width: 60px;
	}
	ul.cartReview h4 {
		float:left;
		width:calc(100% - 80px);
		margin:10px 0;
		padding-right:10px;
	}
	ul.cartReview .info {
    float: left;
    width: 100%;
    padding: 5px 10px;
    border-right: 0;
		background:#fbfbfb;
		position:relative;
		text-align:right;
	}
	ul.cartReview .quantity-buttons {
    font-size: 0;
		position:absolute;
		right:10px;
		bottom:100%;
		margin-bottom:10px;
	}
	ul.cartReview .actions {
		position:relative;
		text-align:left;
	}
	 ul.cartReview .delete_product {
		top:auto;
		left:10px;
		bottom:6px;
		z-index:9;
	}
	ul.cartReview .actions .price {
    top: 50px;
    left: 80px;
    position: absolute;
	}
	ul.cartReview .info span.price {
		margin-top:0;
	}
	ul.cartReview .quantity-buttons input[type='button'],
	ul.cartReview .quantity-buttons input[type='text'] {
		height:22px;
		line-height:20px;
		width:25px;
	}
	ul.cartReview .quantity-buttons input[type='text'] {
		font-size:12px;
	}

}

@media only screen and (max-width: 470px){
	ul.productos_lista li {
		width: 100%;
		display:block;
		margin: 0 0 5px;
	}
	ul.productos_lista li .box_product { min-height:200px; /* min-height:auto; */}
	ul.ic_listProduct { margin:5px -1% 0;}
	ul.orders_ul li.orderCostes .envio_order,
	ul.orders_ul li.orderCostes .recargo_order {
		display:block;
		padding:0;
	}
}

@media only screen and (max-width: 420px){
	.logo {
		padding:5px;
	}
	.logo .navbar-brand img {
		max-width:80%;
	}
	.perfil_bar { margin-top: 6px;}
	.discount_apply .form-group,
	.btn_codeApply {
		max-width: 100%;
    width: 100%;
	}
	.bgCat_bann1,
	img.ban_fw,
	.col_intro { display:none;}
	button.link_senda { float:none; display:block;}
	.box_product { padding:10px;}
	/* ul.cartReview li { padding:10px 0 10px 10px; border-bottom: solid 1px #cccccc;}
	ul.cartReview li:last-child { margin:0;}
	ul.cartReview .actions { position:relative; width:100%; bottom:auto; margin-top:10px; border-top:2px dotted #e0e0e0; padding-top:10px; }
	ul.cartReview .actions .price {display:inline-block; padding-left:15px;}
	ul.cartReview .info { float:none; width:100%; padding-right:0; border:0; text-align:right; margin-top:10px;}
	ul.cartReview .quantity-buttons { float:left;} */
	.cta_profesionales { font-size:24px; line-height:26px; padding:20px 0; margin-top:0}
	.cta_profesionales strong { font-size:18px;}
	#intro_home { display:none;}
}

@media only screen and (max-width: 380px){
	button.navbar-toggler { left:10px;}
	.bgEnvios_home.category_banner { height:80px;}
/*
.owl-item.active {
    width: 165px !important;
}
*/
}

@media only screen and (max-width: 325px){
button.navbar-toggler {
    left: 10px;
}
/* body {
    padding-top: 147px;
} */
.cartReviewCol.cartPage ul.cartReview h4 {
    float: left;
    width: calc(100% - 80px);
    margin: 10px 0;
    padding-right: 10px;
    font-size: 11px;
    line-height: 14px;
}
.cartReviewCol.cartPage ul.cartReview .actions .price { font-size:13px;}

/*.owl-item.active {
    width: 135px !important;
} */
}

.footer_links div{
  cursor:pointer;
  color: #cdcdcd;
}
.footer_links div:hover{
  color: #fb704a;
}
