*{
    margin: 0;
    padding: 0;
	outline: 0;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	list-style: none;
}

:root {
    --font-color: #212121;
    --bg-color: #ffffff;
}

[data-theme="dark"] {
    --font-color: #212121;
    --bg-color: #ffffff;
}

@media(prefers-color-scheme: dark) {
	body {
		--font-color: #212121;
		--bg-color: #ffffff;
	}

	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="text"],
	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="tel"],
	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="date"],
	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="datetime"],
	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="email"],
	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="number"],
	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="search"],
	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="time"],
	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="url"],
	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="password"],
	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK textarea,
	.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK select 
	{
		--font-color: #212121;
		--bg-color: #ffffff;
	}
}

html{
	/*scroll-behavior: smooth;*/
	background:#ffffff !important;
}

body {
	font: 12px "Roboto Condensed", 'Open Sans';
    margin:0;
	padding:0;
	border:0;
	background-color:#ffffff;
    color:#212121;
    font-weight:300;
    width:100%;
    height:100%;

	color:var(--font-color);
    background-color:var(--bg-color);
}

.ENTREPANES ol, 
.ENTREPANES ul {
	list-style: none;
}

.ENTREPANES{
    width:100%;
	height:100%;
}

.ENTREPANES a{
    color:#fff;
    outline: none !important;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.ENTREPANES .center{
	text-align: center;
}

.ENTREPANES a:hover{
    text-decoration: none;
}

/*.ENTREPANES .container {
	width: 100%;
	max-width: 2000px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	padding: 0;
	margin: 0;
	margin-left: auto; 
	margin-right: auto; 
}*/

/* FONT ICONS */
.ENTREPANES .fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    line-height: 2.6em;

}
/* -- FONT ICONS */

.ENTREPANES .container header {
	display: block;
	position: relative;
	color:#fff;
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #ffffff;
	width: 100%;
	height: 380px;
	background-image: url("https://www.entrepanes.es/img/bg/slider-bkg.jpg");
	background-repeat: repeat;
}

.ENTREPANES .container header.headerx {
	display: block;
	position: relative;
	color:#fff;
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #ffffff;
	width: 100%;
	height: 250px;
	background-image: url("https://www.entrepanes.es/img/bg/slider-bkg.jpg");
	background-repeat: repeat;
}

.ENTREPANES .container header.header-index{
	width: 100%;
	height: 100vh;
	background: url(https://www.entrepanes.es/img/bg/bgstop.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.ENTREPANES .container header .inner{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	/*position: absolute;
	bottom:0;
	top:0;
	left:0;
	right:0;*/
}

/* ======================= INDEX ======================== */

.ENTREPANES .container header .inner .inf-title-index{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container header .inner .inf-title-index .ptr{
	width: 312px;
	overflow: hidden;
	margin: 10px auto;
}

.ENTREPANES .container header .inner .inf-title-index .ptr img{
	width: 280px;
}

.ENTREPANES .container header .inner .inf-title-index h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0;
	letter-spacing: 1px;
	line-height: 100%;
	color: #ffffff;
	text-shadow: 0px 0px 4px #4d4d4d;
}

.ENTREPANES .container header .inner .inf-title-index h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 20px;
	padding: 0 10px 0 10px;
	text-shadow: 0px 0px 4px #4d4d4d;
}

.ENTREPANES .container header .inner .inf-title-index .btn{
	position: relative;
	display: inline-block;
	padding: 0.5em 3em;
	cursor: pointer;
	overflow: hidden;
	border:2px solid #ffffff;
	margin:0;
}

.ENTREPANES .container header .inner .inf-title-index .btn .blink {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 2px;
	text-shadow: 0px 0px 5px #4d4d4d;
}

.ENTREPANES .container header .inner .inf-title-index .btn:active {
	transform: translateY(1px);
}



/* ======================= ## PAG RESTO ======================== */


.ENTREPANES .container header .inner .inf-title{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	line-height: 2em;
}

.ENTREPANES .container header .inner .inf-title h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0;
	letter-spacing: 1px;
	line-height: 100%;
	color: #ffffff;
}

.ENTREPANES .container header .inner .inf-title h1.fancy {
	line-height: 1;
	text-align: center;
}

.ENTREPANES .container header .inner .inf-title h1.fancy span {
	display: inline-block;
	position: relative;  
}

.ENTREPANES .container header .inner .inf-title h1.fancy span:before,
.ENTREPANES .container header .inner .inf-title h1.fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	top: 20px;
	width: 130px;
}

.ENTREPANES .container header .inner .inf-title h1.fancy span:before {
	right: 100%;
	margin-right: 15px;
}

.ENTREPANES .container header .inner .inf-title h1.fancy span:after {
	left: 100%;
	margin-left: 15px;
}

.ENTREPANES .container header .inner .inf-title h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 10px;
	padding: 0;
}
  
/* ======================= ## PAG RESTO ======================== */

.ENTREPANES .container header .inner{
	height: 100%;
}
.ENTREPANES .container header .inner .inf-sub{
	display: block;
	position: absolute;
	width: 100%;
	padding: 0;
	text-align: center;
	overflow: hidden;
	line-height: 2em;
	bottom: 55px;
	background-color: hsla(0, 0%, 0%, 0.624);
	height: 60px; 
}

.ENTREPANES .container header .inner marquee {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: white;
	font-weight: bold;
	position: relative;
	width: 100%;
	font-size: 25px;
	line-height: 2.3em;
  }

/* ====================== SECTION ============================ */

.ENTREPANES .container .section {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 100%;
}

.ENTREPANES .container .section .inner h3 {
	display: block;
	position: relative;
	font-family: 'Oswald', 'Roboto Condensed', 'Open Sans';
	font-weight: 200;
	font-size: 40px;
	text-align: center;
	width: 100%;
	top: 0;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #212121;
	letter-spacing: 10px;
	height: 100px;
	margin-bottom: 20px;
}

.ENTREPANES .container .section .inner h3::after {
	display: block;
    content:"";
    text-align: center;
    width: 100%;
    height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #25aae1, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #25aae1, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #25aae1, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #25aae1, #f0f0f0);
	margin: 10px 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.ENTREPANES .container .section .inner h4 {
	display: block;
	position: relative;
	font-family: 'Roboto Condensed', 'Open Sans';
	font-weight: 600;
	margin: 30px 0 20px 0;
	font-size: 40px;
	text-align: center;
	width: 100%;
	bottom:0;
    text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: 10px;
	border-bottom: 1px solid #222;
	color: #212121;
}

.ENTREPANES .container .section .inner h5 {
	display: block;
	position: relative;
	font-family: 'Roboto Condensed', 'Open Sans';
	font-weight: 100;
	margin: 0 0 15px 0;
	font-size: 35px;
	text-align: center;
	width: 100%;
	bottom:0;
    text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: 10px;
	height: 50px;
}

.ENTREPANES .container .section p {
	font-family: 'Droid Serif', 'Roboto Condensed', 'Open Sans';
	font-size: 18px;
	margin: 0;
	text-align: justify;
}

.ENTREPANES .container .section .separate {
	height: 100px;
}

.ENTREPANES .container .section .inner {
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.ENTREPANES .container .section .inner.hivimenu,
.ENTREPANES .container #GOUPC,
.ENTREPANES .container #cmenu{
	display: none;
}

.ENTREPANES .container .section .c_a_pizzas{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background-image:url('https://www.entrepanes.es/img/bg-menu/pizzas-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	overflow: hidden;
}

.ENTREPANES .container .section .c_a_ensaladas{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background-image:url('https://www.entrepanes.es/img/bg-menu/ensaladas-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	overflow: hidden;
}

.ENTREPANES .container .section .c_a_entrantes{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background-image:url('https://www.entrepanes.es/img/bg-menu/entrantes-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	overflow: hidden;
}

.ENTREPANES .container .section .c_a_porciones_pizza{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background-image:url('https://www.entrepanes.es/img/bg-menu/porciones-pizza-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	overflow: hidden;
}

.ENTREPANES .container .section .c_a_perritos_rellenos{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background-image:url('https://www.entrepanes.es/img/bg-menu/perritos-rellenos-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	overflow: hidden;
}

.ENTREPANES .container .section .c_a_hamburguesas{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background-image:url('https://www.entrepanes.es/img/bg-menu/hamburguesas-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	overflow: hidden;
}

.ENTREPANES .container .section .c_a_baguettes_frias{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background-image:url('https://www.entrepanes.es/img/bg-menu/baguettes-frias-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	overflow: hidden;
}

.ENTREPANES .container .section .c_a_baguettes_calientes{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background-image:url('https://www.entrepanes.es/img/bg-menu/baguettes-calientes-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	overflow: hidden;
}

.ENTREPANES .container .section .c_a_mejicanos{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background-image:url('https://www.entrepanes.es/img/bg-menu/mejicanos-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	overflow: hidden;
}

.ENTREPANES .container .section .c_a_postres{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	/*background-image:url('https://www.entrepanes.es/img/bg-menu/postres-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;*/
	overflow: hidden;
}

.ENTREPANES .container .section .c_a_desayunos{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	/*background-image:url('https://www.entrepanes.es/img/bg-menu/desayunos-top.jpg'); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;*/
	overflow: hidden;
}

.ENTREPANES .container .section .listbox{
	padding:20px;
	text-align: left;
}

/*.ENTREPANES .container .section .listboxTitle{
	padding: 20px 20px 0 20px;
}

.ENTREPANES .container .section .listboxTitle .headerletter{
	position: relative; 
	width: 100%; 
	height: 20px;
	margin-bottom: 5px;
	display: table; 
	font-weight: bold;
}

.ENTREPANES .container .section .listboxTitle .headerlettertitle{
	float: left; 
	width: 99%; 
	height:20px; 
	display: table-cell;
}

.ENTREPANES .container .section .listboxTitle .headerletterColumn{
	display: table-cell; 
	width: 11%;
	height:20px;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	padding-right: 15px;
}*/

.ENTREPANES .container .section .letter{
	display: block;
	position: relative;
	width: 100%;
	min-height: 300px;
}

.ENTREPANES .container .section .letter .inf-product {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ENTREPANES .container .section .letter .inf-product .products-description{
    display: block;
    width: 100%;
	overflow: hidden;
	border:0;
}

.ENTREPANES .container .section .letter .inf-product .products-description .inf-prod{
	display: block;
	position: relative;
	width:100%;
	height: 100% !important;
	overflow: hidden;
	padding-bottom:20px;
	border:0;
}

.ENTREPANES .container .section .letter .inf-product .products-description .inf-prod p{
	display: block;
	text-align: left; 
	font-weight:300;
	line-height:1.2em;
	padding: 5px 15px 2px 10px;
}

.ENTREPANES .container .section .letter .inf-product .products-description .inf-prod .ale{
	font-weight: 500;
	font-size: 15px;
	color: #588dd3 !important;
}

.ENTREPANES .container .section .letter .inf-product .products-description .inf-prod .lettertitle h6{
	display: block;
	text-align: left; 
	font-family: 'Roboto Condensed', 'Open Sans' !important;
	font-weight: 600 !important;
	color: #212121 !important;
	padding: 10px 15px 2px 9px;
	/*letter-spacing: .1em;*/
	text-transform: uppercase;
	font-size: 20px;
}

/*.ENTREPANES .container .section .letter .inf-product .products-description .inf-prod .lettertitle span.new{
	"NUEVO" 
	background-color: #2aad35; 
	color: #ffffff; 
	font-size:14px; 
	padding:2px 15px 2px 15px; 
	margin-right: 10px;
	line-height:1.5;
	font-weight: bold; 
}*/

/*.ENTREPANES .container .section .letter .inf-product .products-description .inf-prod .lettertitle span.sellout{
	 "AGOTADO" 
	background-color: #ff0000; 
	color: #ffffff; 
	font-size:14px; 
	padding:2px 15px 2px 15px; 
	line-height:1.5;
	font-weight: bold; 
}*/

.ENTREPANES .container .section .letter .letterColumn{
	display: block;
	width: 100%; 
	height: 100px;
	border:0;
	overflow: hidden;
}

.ENTREPANES .container .section .letter .letterColumn .price_product{
	display: block;
	position: absolute;
	width: 100%;
	font-size: 18px;
	font-weight: bold; 
	text-align: center;
	overflow: hidden;
	bottom: 10px;
	padding-top: 10px;
}

.ENTREPANES .container .section .letter .letterColumn .price_product .price {
    display: block;
    font-family: 'Roboto Condensed', 'Open Sans';
	font-size: 35px;
    padding: 10px 0 10px 0;
    border: 0;
	font-weight: 600;
	color: #22a716 !important;
}

.ENTREPANES .container .section .letter .letterColumn .price_product span{
	font-size:16px; 
	vertical-align: baseline; 
}

.ENTREPANES .container .section .letter .letterColumn .price_product .cd-add-to-cart {
    display: inline-block;
	background-color: #222;
    text-transform: uppercase;
    color: #ffffff;
    width: 80% !important;
    height: 38px;
    padding:0;
    margin:5px;
	cursor: pointer;
	line-height: 2em;
	border:0;
}

.ENTREPANES .container .section .letter .letterColumn .price_product .cd-add-to-cart:hover {
	background-color: #222222;
}

.ENTREPANES .container .section .letter .letterColumn .price_product .cd-add-to-cart:active {
	background-color: #222222;
	transform: translateY(1px);
}

.ENTREPANES .container .section .letter .letterColumn .price_product .cd-add-to-cart:focus {
    outline:0;
}

.ENTREPANES .container .section .letter .letterColumn .price_product .cd-add-to-cart .pedir {
    display: block;
	font-family: 'Roboto Condensed', 'Open Sans';
    padding: 2px 0 0 0;
    border:0;
	font-weight: 500;
}

/* ========================= ## SECTION ========================================= */


/* ========================== SECTION R ========================================= */

.ENTREPANES .container .section-r {
	width: 100%;
	/*max-width: 1600px;
	min-width: 960px;*/
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	padding-top: 60px;
	height: 100%;
}

.ENTREPANES .container .section-r .inner{
	display: block;
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.ENTREPANES .container .section-r .inner h3 {
	display: block;
	position: relative;
	font-family: 'Oswald', 'Roboto Condensed', 'Open Sans';
	font-weight: 200;
	font-size: 40px;
	text-align: center;
	width: 100%;
	top:0;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #212121;
	letter-spacing: 10px;
	height: 100px;
	margin-bottom: 30px;
}

.ENTREPANES .container .section-r .inner h3::after {
	display: block;
    content:"";
    text-align: center;
    width: 100%;
    height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #25aae1, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #25aae1, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #25aae1, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #25aae1, #f0f0f0);
	margin: 10px 0;
	overflow: hidden;
}

.ENTREPANES .container .section-r .inner h4 {
	display: block;
	position: relative;
	font-family: 'Roboto Condensed', 'Open Sans';
	font-weight: 400;
	margin: 0 0 15px 0;
	font-size: 30px;
	text-align: center;
	width: 100%;
	bottom:0;
    text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: 5px;
	height: 50px;
}

.ENTREPANES .container .section-r .inner h5 {
	display: block;
	position: relative;
	font-family: 'Roboto Condensed', 'Open Sans';
	font-weight: 100;
	margin: 0 0 15px 0;
	font-size: 30px;
	text-align: center;
	width: 100%;
	bottom:0;
    text-transform: uppercase;
	padding-bottom: 10px;
	letter-spacing: 10px;
	height: 50px;
}

.ENTREPANES .container .section-r .inner .t-aler{
	width: 100%;
	display: block;
	border: 1px solid #c0c0c0;
	padding: 20px;
}

.ENTREPANES .container .section-r .inner .t-aler li{
	width: 100%;
	display: block;
	margin: 0 0 28px 0;
}

.ENTREPANES .container .section-r .inner .t-aler li h6{
	display: block;
	margin: 0 0 5px 0;
	text-align: left;
	width: 100%;
    text-transform: uppercase;
	font-family: 'Roboto Condensed', 'Open Sans';
	font-size: 20px;
	font-weight: 500;
	color: #212121;
}

.ENTREPANES .container .section-r .inner .t-aler li p{
	display: block;
	margin: 0;
}

.ENTREPANES .container .section-r p {
	font-family: 'Droid Serif', 'Roboto Condensed', 'Open Sans';
	font-size: 18px;
	margin: 0;
	text-align: justify;
	margin: 0 0 60px 0;
}

/* ========================== ## SECTION R ========================================= */


/* =========================== INDEX ==================================*/

.ENTREPANES .section.s1{
	padding: 0;
	margin: 80px 0 50px 0;
	background-color:#000000;
}

.ENTREPANES .section.s1 .new-products-container{
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	overflow: hidden;
}

.ENTREPANES .section.s1 .new-products-container:before{
    display: block;
    content: "";
    width: 100%;
	padding-top: 50%;
}

.ENTREPANES .section.s1 .new-products-container:after{
    content: "";
    display: table;
    clear: both;
}

.ENTREPANES .section.s1 .new-products-container .col-new-products--left .item-new-products,
.ENTREPANES .section.s1 .new-products-container .col-new-products--right .item-new-products{
    -ms-flex-order: 1;
    order: 1;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

.ENTREPANES .section.s1 .new-products-container .col-new-products--left{
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 50%;
}

.ENTREPANES .section.s1 .new-products-container .col-new-products--right{
	display: block;
    position: absolute;    
    top: 0;
    height: 100%;
    width: 50%;
	right: 0;
	background-color: #000000;
	overflow: hidden;
}

.ENTREPANES .section.s1 .new-products-container .col-new-products--right .start-page-grid__title_1{
	display: block;
	position: relative;
	background: transparent;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin:0;
	overflow: hidden;
}

.ENTREPANES .section.s1 .new-products-container .col-new-products--right .start-page-grid__title_1 p{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.ENTREPANES .section.s1 .new-products-container .col-new-products--right .start-page-grid__title_1 .tx-1{
	display: block;
	width: 100%;
	font-family: 'Lora', sans-serif;
	font-size: 60px;
	font-weight: 500;
	letter-spacing: .035em;
	color: rgb(255, 255, 255);
	text-align: center;
}

.ENTREPANES .section.s1 .new-products-container .col-new-products--right .start-page-grid__title_1 .tx-2{
	display: block;
	width: 100%;
	font-family: 'Dancing Script', sans-serif;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: .035em;
	color: #ffffff;
	line-height: 0.8em;
	text-align: center;
}

.ENTREPANES .section.s1 .new-products-container .col-new-products--right .start-page-grid__title_1 .tx-3{
	display: block;
	width: 100%;
	font-family: 'Dancing Script', sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: .035em;
	color: #ffffff;
	line-height: 1.5em;
	text-align: center;
}

.ENTREPANES .section.s1 .new-products-container .col-new-products--right .start-page-grid__title_1 .tx-4{
	display: block;
	width: 100%;
	font-family: 'Lobster', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .035em;
	text-align: center;
	margin-top: 30px;
	color: #ffde98;
}



/* ==================================================== PRODUCTOS ================================================= */
.ENTREPANES .section.sp1{
	padding: 0;
	margin: 50px 0;
	background-color:#ffffff;
	color: #000000;
}

.ENTREPANES .section.sp1 .products-container{
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	overflow: hidden;
}

.ENTREPANES .section.sp1 .products-container:before{
    display: block;
    content: "";
    width: 100%;
	padding-top: 50%;
}

.ENTREPANES .section.sp1 .products-container:after{
    content: "";
    display: table;
    clear: both;
}

.ENTREPANES .section.sp1 .products-container .col-products--left .item-products,
.ENTREPANES .section.sp1 .products-container .col-products--right .item-products{
    -ms-flex-order: 1;
    order: 1;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

.ENTREPANES .section.sp1 .products-container .col-products--left{
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 50%;
}

.ENTREPANES .section.sp1 .products-container .col-products--right{
	display: block;
    position: absolute;    
    top: 0;
    height: 100%;
    width: 50%;
	right: 0;
	overflow: hidden;
	padding: 0 0 0 30px;
}

.ENTREPANES .section.sp1 .products-container .col-products--right .start-page-grid__title_1{
	display: block;
	position: relative;
	background: transparent;
	overflow: hidden;
	width: 100%;
	margin:0;
	overflow: hidden;
	padding:0 0 10px 0;
}

.ENTREPANES .section.sp1 .products-container .col-products--right .start-page-grid__title_1.b-itm-prod{
	border-bottom: 1px solid #ddd;
}

.ENTREPANES .section.sp1 .products-container .col-products--right .start-page-grid__title_1 h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 45px;
	padding: 0;
}

.ENTREPANES .section.sp1 .products-container .col-products--right .start-page-grid__title_1 p{
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 2px;
}

/*.ENTREPANES .section.sp1 .products-container .col-products--right .start-page-grid__title_1 .tx-1{
	display: block;
	width: 100%;
	font-family: 'Lora', sans-serif;
	font-size: 80px;
	font-weight: 500;
	letter-spacing: .035em;
	color: rgb(255, 255, 255);
	text-align: center;
}

.ENTREPANES .section.sp1 .products-container .col-products--right .start-page-grid__title_1 .tx-2{
	display: block;
	width: 100%;
	font-family: 'Dancing Script', sans-serif;
	font-size: 45px;
	font-weight: 400;
	letter-spacing: .035em;
	color: #ffffff;
	line-height: 0.8em;
	text-align: center;
}

.ENTREPANES .section.sp1 .products-container .col-products--right .start-page-grid__title_1 .tx-3{
	display: block;
	width: 100%;
	font-family: 'Dancing Script', sans-serif;
	font-size: 45px;
	font-weight: 400;
	letter-spacing: .035em;
	color: #ffffff;
	line-height: 1.5em;
	text-align: center;
}

.ENTREPANES .section.sp1 .products-container .col-products--right .start-page-grid__title_1 .tx-4{
	display: block;
	width: 100%;
	font-family: 'Lobster', sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: .035em;
	text-align: center;
	margin-top: 40px;
	color: #ffde98;
}*/

/* ======================================================================================================================= */










.ENTREPANES .container .s2 {
	background:#ffffff;
	color:#222222;
}

.ENTREPANES .container .s2 a {
	color: #222;
}

.ENTREPANES .container .s2 .bg-fd{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #0000007a !important;
	z-index: 0;
}

.ENTREPANES .container .s2 .inner{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.ENTREPANES .container .s2 .inner .sepdobline{	
	/*line-height: 1em;*/
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 6em;
	/*opacity: .6;*/
	margin: 30px auto 50px auto;
}

.ENTREPANES .container .s2 .inner .sepdobline:before {
	content: '';
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 45%;
	width: 100%;
	height: 1px;
}

.ENTREPANES .container .s2 .inner .sepdobline:after {
	/*content: attr(data-content);*/
	content: url(https://www.entrepanes.es/img/Logotipo/ms-icon-70x70.png);
	position: relative;
	display: inline-block;
	color: black;
	padding: 1em;
	/*line-height: 2em;*/
	color: #818078;
	background-color: #ffffff;
	/*font-size: 14px;*/
	overflow: hidden;
}

.ENTREPANES .container .s2 .bg-t-hamburguesa{
	display: inline-block;
	position: absolute;
	background-image: url("https://www.entrepanes.es/img/background/hamburguesa.png");
	background-repeat: no-repeat;
	background-color: transparent;
	top: 10px;
	left: 25px;
	height: 300px;
	width: 300px;
	background-size: 300px;
}

.ENTREPANES .container .s2 .inner .s2-content{
	display: inline-block;
	position: absolute;
  	top: 45%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	left: 0;
	right: 0;
	padding: 20px !important;
}

.ENTREPANES .container .s2 .inner .s2-content h5{
	font-family: 'Rubik', 'Roboto Condensed', serif;
	font-weight: 300;
	margin: 0;
	letter-spacing: 1px;
	line-height: 100%;
	color: #ffca3c;
}

.ENTREPANES .container .s2 .inner .s2-content h5.fancy {
	text-align: center;
}

.ENTREPANES .container .s2 .inner .s2-content h5.fancy span {
	display: inline-block;
	position: relative;  
}

.ENTREPANES .container .s2 .inner .s2-content h5.fancy span:before,
.ENTREPANES .container .s2 .inner .s2-content h5.fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid #ffca3c;
	border-top: 1px solid #ffca3c;
	width: 130px;
	top: 20px;
}

.ENTREPANES .container .s2 .inner .s2-content h5.fancy span:before {
	right: 100%;
	margin-right: 15px;
}

.ENTREPANES .container .s2 .inner .s2-content h5.fancy span:after {
	left: 100%;
	margin-left: 15px;
}


.ENTREPANES .container .s2 .bg-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 250px;
	background-image: url("https://www.entrepanes.es/img/background/fondonegro.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top 30% center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}



/*.ENTREPANES .container .s2 .pizzas-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-pizzas.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top 30% center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}*/


/*.ENTREPANES .container .s2 .perritos-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-perrito-rellenos.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top 35% center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container .s2 .baguettes-frias-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-baguettes-frias.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom 30% center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container .s2 .baguettes-calientes-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-baguettes-calientes.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom 40% center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container .s2 .sandwiches-calientes-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-sandwiches-calientes.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top 30% center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container .s2 .mejicanos-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-burritos.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom 25% center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container .s2 .entrantes-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-entrantes.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container .s2 .kebabs-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-kebabs.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container .s2 .durums-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-durums.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container .s2 .hamburguesas-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-hamburguesas.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container .s2 .bebidas-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-bebidas.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top 20% center;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container .s2 .postres-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-postres.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom 30% center;
  	background-color: #f3f3f3;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}*/

.ENTREPANES .container .s3 {
	background:#ffffff;
	color:#222222;
}

.ENTREPANES .container .s4 {
	background:#ffffff;
	color:#222222;
}

.ENTREPANES .section.s5 {
	background: #bce1f1;
	color: #3d3d3d;
}

.ENTREPANES .container .c1 {
	background:#ffffff;
	color:#222222;
}

.ENTREPANES .section.sC {
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	background:#212121;
	padding: 20px 0;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .section.sC .set-carousel{
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.ENTREPANES .section.sC .set-carousel::after {
    content: "";
    display: table;
    clear: both;
}

.ENTREPANES .section.sC .set-carousel .item-carousel{
	display: inline-block;
	position: relative;
	margin: 10px;
	overflow: hidden;
	cursor: pointer;
}

.ENTREPANES .section.sC .set-carousel .item-carousel img{
	display: block;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	padding:0;
	margin:0;
	width: 400px;
}

.ENTREPANES .section.sC .set-carousel .item-carousel h1{
	display: block;
	position: absolute;
	bottom: 30px;
	left: 20px;
	padding: 5px 20px;
	background: rgba(0, 0, 0, 0.514);
	color: #fff;
	font-size: 20px;
	letter-spacing: .025em;
	font-weight: 400;
	border: none;
	transition: opacity .35s,bottom .35s,transform .35s;
	text-align: left;
	text-transform: none;
	font-family: 'Roboto Condensed';
	
}

.ENTREPANES .section.sC .set-carousel .item-carousel:hover .start-page-grid__title {
    opacity:0;
    -ms-transform:translate(0,-15px);
    transform:translate(0,-15px); 
}

.ENTREPANES .section.sC .set-carousel .item-carousel:hover .start-page-grid__overlay{
    opacity: 1;
}

.ENTREPANES .section.sC .set-carousel .item-carousel .start-page-grid__overlay{
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.4);
    color: #fff;
    width: 100%;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.ENTREPANES .section.sC .set-carousel .item-carousel .start-page-grid__overlay .start-page-grid__overlay__inner{
    max-width: 100%;
    width: auto;
    position: absolute;
    top: 50%;
	left: 20px;
	right: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
	text-align: left;
	color:#fff;
    -ms-transform: translate(0,-47%);
    transform: translate(0,-47%);
    transition: transform .25s ease-in-out;
}

.ENTREPANES .section.sC .set-carousel .item-carousel .start-page-grid__overlay .start-page-grid__overlay__heading{
    display: block;
    position: relative;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}

.ENTREPANES .section.sC .set-carousel .item-carousel .start-page-grid__overlay .start-page-grid__overlay__text{
    font-weight: 100;
    margin-bottom: 10px;
    font-size: 14px;
}

/*.ENTREPANES .container .Grip-Productos .new-products-container .item-new-products .start-page-grid__title_2{
	display: inline-block;
	position: absolute;
	font-size: 40px;
    letter-spacing: .035em;
	font-family: 'Big Shoulders Display', sans-serif;
	color:#ffffff;
	left: 2em;
	top: 2.5em;
    color:#fff;
	font-weight: 600;
    background: transparent;
	z-index: 2;
}*/

/* =========================== ## INDEX ==================================*/

/* =========================== COMBOS ==================================*/
.ENTREPANES .container .s5 ul.item-combo {
	display: block;
    padding:0;
	list-style: none;
	width: 100%;
}


/* ============================## COMBOS ===============================*/

/* ============================= PROMOCIONES ============================= */

.ENTREPANES .container .s5 {
    padding: 0;
	margin: 0 0 50px 0;
	background-color:#ffffff;
}

.ENTREPANES .container .s5 .inner{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.ENTREPANES .container .s5 ul.item-promocion {
	display: block;
    padding:0;
	list-style: none;
	width: 100%;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li {
	display: block;
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	min-height: 780px;
	height: 780px;
}

/*.ENTREPANES .container .s5 .inner ul.item-promocion li img {
	width: 100%;
}*/

.ENTREPANES .container .s5 .inner ul.item-promocion li .promo-s2 {
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
  	background-color: #f8b117;
	color: #1a1a1a;
	text-align: center;
	overflow: hidden;
	border: 10px solid #fac147;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .promo-s3 {
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
  	background-color: #196419;
	color: #1a1a1a;
	text-align: center;
	overflow: hidden;
	border: 10px solid #367e36;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content{
	display: block;
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .fancy {
	line-height: 1;
	text-align: center;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .fancy span {
	display: inline-block;
	position: relative;  
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .fancy span:before,
.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .fancy span:after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: white;
	top: 20px;
	width: 110px;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .fancy span:before {
	right: 100%;
	margin-right: 15px;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .fancy span:after {
	left: 100%;
	margin-left: 15px;
}



.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content h1{
	font-family: "Yanone Kaffeesatz";
	color: rgb(255, 255, 255);
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 5px 0 5px;
	font-size: 75px;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content h2{
	display: block;
	font-family: "Yanone Kaffeesatz";
	color: rgb(255, 255, 255);
	padding: 15px;
	font-weight: 200;
	margin: 20px 10px 0 10px;
	font-size: 40px;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .promo-descr1{
	font-size: 20px;
	color: #ffffff;
	padding: 15px;
	font-weight: 400;
	text-align: center;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .promo-descr2{
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .cols-promo{
	display: inline-block;
	position: relative;
	min-height: 250px;
	height: 100%;
	width: 80%;
	background-color: rgb(27, 17, 8);
	overflow: hidden;

	-webkit-box-shadow: 1px 0px 10px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 0px 10px -2px rgba(0,0,0,0.75);
	box-shadow: 1px 0px 10px -2px rgba(0,0,0,0.75);
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .cols-promo .cols-promo-inner{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .cols-promo .p-dsc{
	display: block;
	font-family: "Yanone Kaffeesatz";
	color: #ffffff;
	font-weight: 700;
	padding: 5px;
	margin: 0 0 20px 0;
	text-align: center;
	height: auto;
	background-color: #ce0e0e;
	letter-spacing: 10px;
	font-size: 20px;
	margin-top: 20px;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .col-left{
	display: block;
	height: 100%;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	background-color: #222222;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .col-left p#id2x1{
	font-family: "Yanone Kaffeesatz";
	font-size: 120px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	line-height: 180px;
	background: rgb(255, 0, 0);
	border: 10px solid #ffc402;
	margin: 0 auto;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .col-left p#iddesc{
	font-family: "Yanone Kaffeesatz";
	font-size: 100px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	line-height: 180px;
	background: rgb(255, 0, 0);
	border: 10px solid #ffc402;
	margin: 0 auto;
	
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .col-right{
	display: table;
	position: relative;
	overflow: hidden;
	height: 100%;
	line-height: 30px;
	width: 100%;
}

.ENTREPANES .container .s5 .inner ul.item-promocion li .s5-promo-content .col-right .t-r-p-1 {
	display: table-cell;
    vertical-align: middle;
	color: rgb(230, 230, 230);
	font-weight: 800;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 100% !important;
	letter-spacing: 2px;
	vertical-align: middle;
	min-height: 90px;
	padding: 10px 0;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}


/* ============================= ## PROMOCIONES ========================== */



.ENTREPANES .container .s2 .promo2-s2{
	display: block;
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 700px;
	background-image: url("https://www.entrepanes.es/img/bg-menu/bg-smoothies.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  	background-color: #ffffff;
	color: #000000;
	text-align: center;
	overflow: hidden;
	margin: 0 0 150px 0;
}


/* =========================== RESUMEN PEDIDO ============================== */
.ENTREPANES .section.sM1{
	padding: 0;
	margin: 0 0 50px 0;
	background-color:#ffffff;
}

/* ======================== ## RESUMEN PEDIDO ============================== */

/* =========================== CLOCK ================================= */
.ENTREPANES #clock {
	display: block;
	width: 100%;
	font-family: 'Share Tech Mono', monospace;
	color: #000;
}

.ENTREPANES #clock .time {
	display: block;
	width: 100%;
	letter-spacing: 0.05em;
	font-size: 40px;
	padding: 5px 0; 
	text-align: center;
}

.ENTREPANES #clock .date {
	display: block;
	width: 100%;
	letter-spacing: 0.1em;
	font-size: 24px;
	text-align: center;
}

.ENTREPANES #clock .weekday {
	display: block;
	width: 100%;
	letter-spacing: 0.1em;
	font-size: 18px;
	text-align: center;
}

/* =================================================================== */

/*  ================= FORM ADDRESS LOOKUP ===========================*/

.ENTREPANES .container .a-lg {
    display:block;
    width: 100%;
    height: auto;
	margin: 50px 0 30px 0;
	overflow: hidden;
}

.ENTREPANES .container .a-lg .b-lg {
    display: block;
    width: 90%;
    height: 100%;
    margin: 0 auto;
	overflow: hidden;
}

.ENTREPANES .container .a-lg .b-lg .SubTitle-AddLook{
	display: block;
	width: 100%;
    font-family: 'Droid Serif', 'Roboto Condensed', 'Open Sans';
	font-size: 17px;
	text-align: center;
	font-weight: 400;
	margin: 5px 0 60px 0;
}

.ENTREPANES .container .a-lg .b-lg .Title-AddressLookup{
    border-bottom: 1px double #ddd;
	font-weight: 700;
	text-align: center;
    font-size: 24px;
}

.ENTREPANES .container .a-lg .b-lg h2 {
    display: block;
    font-size: 25px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.ENTREPANES .container .a-lg .b-lg .AddressLookup{
	display: block;
	border: 1px solid #c0c0c0;
	padding: 25px 20px 5px 20px;
	-webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.53);
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.53);
	margin:10px;
}

.ENTREPANES .container .a-lg .b-lg h5{
	display: block;
	text-align: center; 
    width: 100%;
    top:0;
    position: relative;
    /*font-family: 'montserratsemi_bold';*/
    font-size: 40px;
    letter-spacing: 1.30px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 30px;
    color: #313131;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.ENTREPANES .container .a-lg .b-lg h5::before {
    content:"";
    text-align: center;
    position: absolute;
    left:0;
    right:0;
    background-color: #dddddd;
    width: 100%;
    height: 2px;
    bottom:0;
}

.ENTREPANES .container .a-lg .b-lg h5::after {
    content:"";
    text-align: center;
    position: absolute;
    margin-left:-150px;
    left:calc(50% - 27.5px);
    background-color: #91c9fd;
    width: 358px;
	height: 2px;
	bottom:0;
}

.ENTREPANES .container .a-lg .b-lg .SbT-AddressLookup{
	display: block;
	width: 100%;
    font-family: 'Droid Serif', 'Roboto Condensed', 'Open Sans';
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 5px;
	text-transform: uppercase;
	overflow: hidden;
	border: 0;
}

/*.ENTREPANES .container .a-lg .b-lg .AddressLookup .SubTitle-AddressLookup{
	border-bottom: 1px solid #ddd;

}*/

.ENTREPANES .container .a-lg .b-lg .btneditaddresssend{
	display: inline-block;
	color: white;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	margin:0;
	cursor: pointer;
	border:0;
	font-family: 'Roboto Condensed', 'Open Sans';
	color:#168dff;
	background-color:#ffffff;
}

.ENTREPANES .container .a-lg .b-lg .btneditaddresssend:focus {
    outline:0;
}

/*.ENTREPANES .container .a-lg .b-lg .title-menu{
	font-size: 60px;
	width: 100%;
	border-bottom: 1px double #222;
	border-width: 100%;  
    border-bottom-style:double;
}*/

.ENTREPANES .container .a-lg .b-lg .AddressLookup .SubTitle-AddressLookup p{
	font-family: 'Droid Serif', 'Roboto Condensed', 'Open Sans';
	font-size: 18px;
	margin: 0;
	text-align: center;
	font-weight: 400;
	color: #3d3d3d;

}

.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup{
	display: block;
	overflow: hidden;
	padding: 20px;
	height: 130px;
}

.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK{
	display: block;
	position: relative;
	overflow: hidden;
	height: 45px;
	width: 100%;
}

.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="text"],
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="tel"],
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="date"],
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="datetime"],
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="email"],
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="number"],
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="search"],
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="time"],
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="url"],
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK input[type="password"],
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK textarea,
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 3px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent !important;
    margin-bottom: 10px;
    font: 13px Arial, Helvetica, sans-serif;
	height: 30px;
	color: 212121;
	color:var(--font-color);
    background-color:var(--bg-color);
}

.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK ::placeholder { 
	/* Firefox, Chrome, Opera */ 
    color: #919191; 
} 
  
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK :-ms-input-placeholder { 
	/* Internet Explorer 10-11 */ 
    color: #919191; 
} 
  
.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .F-BK ::-ms-input-placeholder { 
	/* Microsoft Edge */ 
    color: #919191;  
}

.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .Ftr {
	display: block;
	position: relative;
	overflow: hidden;
	height: 45px;
	width: 80%;
	margin: 8px auto;
	padding: 0;
}

.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .Ftr .btn-AddressLookup {
	display: inline-block;
    background-color: #222222;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
    padding: 0; 
    text-decoration: none;
    text-transform: uppercase;
	/*position: absolute;*/
	width: 100%;
	height: 40px;
	border:0;
}

.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .Ftr .btn-AddressLookup:hover {
    background-color: #222222;
}

.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .Ftr .btn-AddressLookup:active {
	background-color: #222222;
	transform: translateY(1px);
}

.ENTREPANES .container .a-lg .b-lg .AddressLookup .InpWapAddLookup .Ftr .btn-AddressLookup:focus {
    outline:0;
}

.ENTREPANES .container .a-lg .b-lg .infterms{
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
}

.ENTREPANES .container .a-lg .b-lg .infterms h2{
	display: block;
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
	text-transform: uppercase;
	margin-bottom:10px;
}

.ENTREPANES .container .a-lg .b-lg .st-ped{
    display: block;
    position: relative;
    overflow: hidden;
    height: auto;
	padding: 0 10px;
}

.ENTREPANES .container .a-lg .b-lg .st-ped h2{
    border-bottom:1px solid #a0a0a0;
	padding-bottom:10px;
	font-size: 800px;
    font-weight: 700;
}

.ENTREPANES .container .a-lg .b-lg .st-dist{
	margin-top: 10px;
    display:block;
    position: relative;
    overflow: hidden;
    height:auto;
	padding:0 10px 0 10px;
	text-align: center;
}

.ENTREPANES .container .a-lg .b-lg .st-dist p{
	display: block;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	color: #636363;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial;
}



.ENTREPANES .container .a-lg .b-lg .st-dist svg{
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: 110px;
}

.ENTREPANES .container .a-lg .b-lg .st-dist circle {
	stroke: #168dff;
	stroke-width: 10px;
	stroke-opacity: 1;
}

.ENTREPANES .container .a-lg .b-lg .st-dist .pulse {
	fill-opacity: 0;
	transform-origin: 4% 4%;
	animation-duration: 2s;
	animation-name: pulse;
	animation-iteration-count: infinite;
}

.ENTREPANES .container .a-lg .b-lg .st-dist .OSkewAndScale{
	/*transform: skewY(-20deg);*/
	transform: translate(10px,10px)
    rotate3d(10,0,0,-60deg);
}

.ENTREPANES .container .a-lg .b-lg .st-dist .DSkewAndScale{
	/*transform: skewY(-20deg);*/
	transform: translate(380px,10px)
    rotate3d(10,0,0,-60deg);
}

@keyframes pulse {
	from {
		stroke-width: 20px;
		stroke-opacity: 0.7;
		transform: scale(0.3);
	}
	to {
		stroke-width: 0;
		stroke-opacity: 0;
		transform: scale(2);
	}
}

.ENTREPANES .container .a-lg .b-lg .st-distx{
    display: block;
    position: relative;
    height:auto;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.ENTREPANES .container .a-lg .b-lg .st-distx p{
	display: block;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	color: #636363;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
}

.ENTREPANES .container .a-lg .b-lg .st-dist tspan,
.ENTREPANES .container .a-lg .b-lg .st-distx tspan{
	font-weight: bold; 
	color: #212121;
}

.ENTREPANES .container .a-lg .b-lg .st-dist .atis{
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}

/*  ================= FORM OPTIONS CART ===========================*/




/* ============================    CART ================================= */
.ENTREPANES .container .cd-cart-container{
	margin-bottom: 30px;
}

.ENTREPANES .container .cd-cart-container .cd-cart{
    display: block;
    /*position: fixed;
    top: 35px;
    right: 14.15%;
    width: 400px;
    height: 400px;*/
    overflow: hidden;
    /*opacity: 0;*/
    height: 100%;
	width: 100%;
}

.ENTREPANES .container .cd-cart-container .cd-cart h2 {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
    padding: 5px;
	border-bottom:1px solid #eee;
	color: black;
}

.ENTREPANES .container .cd-cart-container .CartComPed {
    display: block;
	border-bottom:1px solid #eee;
	text-align: left;
	padding-bottom: 10px;
}

.ENTREPANES .container .cd-cart-container .CartComPed textarea{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: .5em;
	border: 1px solid #dadada;
}

.ENTREPANES .container .cd-cart-container .CartComPed label{
	display: block;
	width: 100%;
	font-size: 1em;
	margin-bottom: 10px;
	letter-spacing: -.025em;
	font-weight: 500;
	padding-left: 5px;
}	

.ENTREPANES .container .cd-cart-container .cd-cart span {
    display: block;
	color: black;
}

.ENTREPANES .container .cd-cart-container .cd-cart footer { /* === ???????????????????????? ==============================  */
    bottom: 0;
    background: #ffffff;
    position: absolute;
    width: 100%;
}

.ENTREPANES .container .cd-cart-container .cd-cart .checkout {
    display: block;
    height: 60px;
    line-height: 59px;
    background-color: #222222;
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}

.ENTREPANES .container .cd-cart-container .cd-cart .checkout em {
    position: relative;
    display: inline-block;
}

.ENTREPANES .container .cd-cart-container .cd-cart .checkout:hover {
    background-color: #222222;
}


.ENTREPANES .container .cd-cart-container .cd-cart .cf {
	*zoom: 1;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .cf:before {
	content: " ";
	display: table;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .cf:after {
	clear: both;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .wrap {
	width: 75%;
	max-width: 960px;
	margin: 0 auto;
	padding: 5% 0;
	margin-bottom: 5em;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .projTitle {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 2em;
	padding: 1em 0;
	border-bottom: 1px solid #dadada;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.ENTREPANES .container .cd-cart-container .cd-cart .projTitle span {
	font-family: "Droid Serif", serif;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	color: #777;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .heading {
	padding: 1em 0;
	border-bottom: 1px solid #D0D0D0;
}

.ENTREPANES .container .cd-cart-container .cd-cart .heading h1 {
	font-family: "Droid Serif", serif;
	font-size: 2em;
	float: left;
}

.ENTREPANES .container .cd-cart-container .cd-cart .heading a.continue:link, 
.ENTREPANES .container .cd-cart-container .cd-cart .heading a.continue:visited {
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	letter-spacing: -.015em;
	font-size: .75em;
	padding: 1em;
	color: #fff;
	background: #82ca9c;
	font-weight: bold;
	border-radius: 50px;
	float: right;
	text-align: right;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.ENTREPANES .container .cd-cart-container .cd-cart .heading a.continue:after {
	content: "\276f";
	padding: .5em;
	position: relative;
	right: 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.ENTREPANES .container .cd-cart-container .cd-cart .heading a.continue:hover,
.ENTREPANES .container .cd-cart-container .cd-cart .heading a.continue:focus, 
.ENTREPANES .container .cd-cart-container .cd-cart .heading a.continue:active {
	background: #444444;
}

.ENTREPANES .container .cd-cart-container .cd-cart .heading a.continue:hover:after, 
.ENTREPANES .container .cd-cart-container .cd-cart .heading a.continue:focus:after, 
.ENTREPANES .container .cd-cart-container .cd-cart .heading a.continue:active:after {
	right: -10px;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .tableHead {
	display: table;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	font-size: .75em;
}

.ENTREPANES .container .cd-cart-container .cd-cart .tableHead li {
	display: table-cell;
	padding: 1em 0;
	text-align: center;
}

.ENTREPANES .container .cd-cart-container .cd-cart .tableHead li.prodHeader {
	text-align: left;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart {
	padding: 1em 0;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .listCart,
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .listdiscount{
	margin-bottom: 50px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .listdiscount .T-ulCartDisc{
	display: none;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .listdiscount .T-ulCartDisc h6{
	display: block;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
    padding: 5px;
	border-bottom:1px solid #eee;
	color: black;
	text-align: left;
	margin-bottom: 2rem;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items {
	display: block;
	width: 100%;
	padding: 1.5em;
	border-bottom: 1px solid #dddddd;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items.even {
	background: #fafafa;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .infoWrap {
	display: table;
	width: 100%;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection {
	display: table-cell;
	vertical-align: middle;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection.sa{
	width: 680px;
	text-align: left;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection.sb{
	width: 150px;
	text-align: center;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection.sc{
	width: 80px;
	text-align:right;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection.sd{
	width: 50px;
	text-align:right;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection h6 {
	text-transform: uppercase;
	font-size: 15px;
	color: #212121;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection p {
	display: inline-block;
	font-size: .85em;
	color: #000000;
}



.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;

}
  
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection input[type=number]::-webkit-inner-spin-button,
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection .number-input {
	border: 1px solid #ddd;
	display: inline-flex;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection .number-input,
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection .number-input * {
	box-sizing: border-box;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection .number-input button.minus {
	outline:none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 2rem;
	cursor: pointer;
	margin: 0;
	position: relative;
	color: #212121;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection .number-input button.minus:before{
	font-family: 'FontAwesome';
	content: "\f068";
	font-size: 15px;
	font-weight: normal;
}



.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection .number-input button.plus{
	outline:none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 2rem;
	cursor: pointer;
	margin: 0;
	position: relative;
	color: #212121;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection .number-input button.plus:before{
	font-family: 'FontAwesome';
	content: "\f067";
	font-size: 15px;
	font-weight: normal;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection .number-input button.plus:hover,
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection .number-input button.minus:hover{
	color: #ffffff;
	background-color: #222222;
}
  
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection .number-input input[type=number] {
	font-family: sans-serif;
	max-width: 3rem;
	padding: .5rem;
	border: solid #ddd;
	border-width: 0 2px;
	font-size: 1rem;
	height: 2rem;
	font-weight: bold;
	text-align: center;
}


.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection.qtyWrap, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection.prodTotal {
	text-align: center;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection.qtyWrap p, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection.prodTotal p {
	font-size: 1em;
	font-weight: bold;
	color: #212121;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .cartSection input.qty {
	width: 2em;
	text-align: center;
	font-size: 1em;
	padding: .25em;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .infoWrap .sty-ing{
	text-align: left;
	font-size: 1em;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .infoWrap .btndel{
	display: inline-block;
	font-style: normal;
	text-align: center;
	background:#cccccc;
	color:#808080;
	border: 1px solid #dadada;
	padding: .50em 1em;
	cursor: pointer; 
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .infoWrap .btndel:before {
	font-family: 'FontAwesome';
	content: "\f1f8";
	font-size: 17px;
	font-weight: normal;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .cartWrap .items .infoWrap .btndel:hover {	
	background: #ff0000;
	border: 1px solid #ff3434;	
	color: #ffffff;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .remove {
	height: 25px;
	width: 25px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap{
	display: block;
	overflow: hidden;
	margin-bottom: 50px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode {
	border: 2px solid #efefef;
	float: left;
	width: 50%;
	padding: 2%;
	margin-top:10px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode label {
	display: block;
	width: 100%;
	font-size: 1em;
	margin-bottom: .5em;
	letter-spacing: -.025em;
	font-weight: 500;
	text-align: left;
	padding-left: 5px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode input {
	width: 85%;
	font-size: 1em;
	padding: .5em;
	float: left;
	border: 1px solid #dadada;
	height: 40px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode input:active, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode input:focus {
	outline: 0;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode .btnPromo {
	float: left;
	width: 15%;
	padding: .50em 0;
	border-radius: 0 .5em .5em 0;
	text-align: center;
	border: 0;
	height: 40px;
	margin-bottom: 10px;

	font-family: "Montserrat", sans-serif;
	letter-spacing: -.015em;
	font-size: 1em;
	color: #fff;
	background-color: #222222;
	font-weight: bold;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	cursor: pointer;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode .btnPromo::after {
	content: "\276f";
	padding: .5em;
	position: relative;
	right: 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode .btnPromo:hover, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode .btnPromo:focus, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .btnPromo:active {
	border: 0;
	background-color: #222222;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode .btnPromo:hover:after, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode .btnPromo:focus:after, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPromoCodeWrap .promoCode .btnPromo:active:after {
	right: -10px;
}


.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartTotalWrap{
	display: block;
	overflow: hidden;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf{
	display: block;
	padding: 10px;
	overflow: hidden;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .infdtpay form{
	display:block;
	width:100%;
	overflow:hidden;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-INP{
	display: block;
	padding: 40px;
	border: 1px solid #ddd;
	overflow: hidden;
	text-align: left;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-STRG strong{
	display: inline-block;
	padding-right: 5px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-STRG span{
	display: inline-block;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK{
	display: block;
    width: 100%;
	overflow: hidden;
	
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .B-MR{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .B-TP{
	margin-top: 2rem;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .L-Itms li{
    position: relative;
    display: block;
    padding: .4em;
    margin: 1.5em 0;
    text-decoration: none;
	font-size: 15px;
	text-align: justify;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK #dmdireccion{
	text-transform:uppercase;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK input[type="text"],
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK input[type="tel"],
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK input[type="date"],
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK input[type="datetime"],
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK input[type="email"],
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK input[type="number"],
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK input[type="search"],
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK input[type="time"],
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK input[type="url"],
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK input[type="password"],
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK textarea,
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 3px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent !important;
    margin-bottom: 10px;
    font: 13px Arial, Helvetica, sans-serif;
	height: 30px;
	color:#212121 !important;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK ::placeholder { 
	/* Firefox, Chrome, Opera */ 
    color: #919191; 
} 
  
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK :-ms-input-placeholder { 
	/* Internet Explorer 10-11 */ 
    color: #919191; 
} 
  
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK ::-ms-input-placeholder { 
	/* Microsoft Edge */ 
    color: #919191;  
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .T-PersInf h6{
	display: block;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .01em;
    padding: 5px;
	border-bottom:1px solid #eee;
	color: black;
	text-align: left;
	margin-bottom: 2rem;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .T-PersInf.T-BorPerInf{
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
	margin-top: 50px
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig{
	float: right;
	width: 300px;
	overflow: hidden;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig::after{
	clear: both;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPayAddr {
	width: 300px;
	border: 0;
	font-family: "Montserrat", sans-serif;
	letter-spacing: -.015em;
	font-size: 1em;
	padding: .8em 1.5em;
	color: #fff;
	background-color: #222222;
	font-weight: bold;
	text-align: right;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
  	cursor: pointer;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPayAddr::after {
	content: "\276f";
	padding: .5em;
	position: relative;
	right: 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPayAddr:hover {
	border: 0;
	background-color: #222222;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPayAddr:hover, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPayAddr:focus, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPayAddr:active {
	background-color: #222222;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPayAddr:hover:after, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPayAddr:focus:after, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPayAddr:active:after {
	right: -10px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPayAddr.margPay{
	margin-bottom: 10px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPayAddr:disabled {
    background: #c0c0c0;
    color: #858585;
    cursor: default;
}



.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay {
	width: 300px;
	border: 0;
	font-family: "Montserrat", sans-serif;
	letter-spacing: -.015em;
	font-size: 1em;
	padding: .8em 1.5em;
	color: #fff;
	background-color: #222222;
	font-weight: bold;
	text-align: right;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
  	cursor: pointer;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay::after {
	content: "\276f";
	padding: .5em;
	position: relative;
	right: 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay:hover {
	border: 0;
	background-color: #222222;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay:hover, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay:focus, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay:active {
	background-color: #222222;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay:hover:after, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay:focus:after, 
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay:active:after {
	right: -10px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay.margPay{
	margin-bottom: 10px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay:disabled {
    background: #c0c0c0;
    color: #858585;
    cursor: default;
}

/*.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .stPay{
	width: 220px;
	border: 0;
	font-family: "Montserrat", sans-serif;
	letter-spacing: -.015em;
	font-size: 0.7em;
	padding: 0.2em 1.5em 0.3em 1.5em;
	background: #bebebe;
	float: right;
	text-align: center;
	color: #ffffff;
	font-weight: normal;
}*/

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay.notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartPersInf .F-BK.Rig .btnPay.notransition::after {
	content: '';
}


  
  /* TOTAL AND CHECKOUT  */
.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartTotalWrap .subtotal {
	padding-bottom:20px;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartTotalWrap .subtotal .totalRow {
	padding: .5em;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartTotalWrap .subtotal .totalRow.final {
	font-size: 1.25em;
	font-weight: bold;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartTotalWrap .subtotal .totalRow span {
	display: inline-block;
	padding: 0 0 0 1em;
	text-align: right;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartTotalWrap .subtotal .totalRow .label {
	font-family: "Montserrat", sans-serif;
	font-size: .85em;
	text-transform: uppercase;
	color: #777;
}

.ENTREPANES .container .cd-cart-container .cd-cart .body-cart .CartTotalWrap .subtotal .totalRow .value {
	letter-spacing: -.025em;
	width: 35%;
}
  
  /*@media only screen and (max-width: 39.375em) {
	.wrap {
	  width: 98%;
	  padding: 2% 0;
	}
  
	.projTitle {
	  font-size: 1.5em;
	  padding: 10% 5%;
	}
  
	.heading {
	  padding: 1em;
	  font-size: 90%;
	}
  
	.cart .items .cartSection {
	  width: 90%;
	  display: block;
	  float: left;
	}
	.cart .items .cartSection.qtyWrap {
	  width: 10%;
	  text-align: center;
	  padding: .5em 0;
	  float: right;
	}
	.cart .items .cartSection.qtyWrap:before {
	  content: "QTY";
	  display: block;
	  font-family: "Montserrat", sans-serif;
	  padding: .25em;
	  font-size: .75em;
	}
	.cart .items .cartSection.prodTotal, .cart .items .cartSection.removeWrap {
	  display: none;
	}
	.cart .items .cartSection .itemImg {
	  width: 25%;
	}
  
	.promoCode, .subtotal {
	  width: 100%;
	}
  
  }*/
  


/* ============================ ## CART ================================= */


/* ========================== Footer ======================*/
.ENTREPANES .container .s6 {
	display: block;
	min-height: 400px;
	padding: 0;
	margin: 0;
	background: black;
	overflow: hidden;
}

.ENTREPANES .container .s6 .grid-footer {
	display: block;
	position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
	font-size: 13px;
	text-align: center;
}

.ENTREPANES .container .s6 .grid-footer::after {
	display: block;
	content:"";
    text-align: center;
    width: 100%;
    height: 1px;
	background-image: -webkit-linear-gradient(left, #212121, #25aae1, #212121);
	background-image: -moz-linear-gradient(left, #212121, #25aae1, #212121);
	background-image: -ms-linear-gradient(left, #212121, #25aae1, #212121);
	background-image: -o-linear-gradient(left, #212121, #25aae1, #212121); 

	margin-bottom: 30px;
}

.ENTREPANES .container .s6 .grid-footer .f-x{
	display: inline-block;
	color: #ffffff;
	text-align: center;
	width: 100%;
	margin: 0 0 35px 0;
}

.ENTREPANES .container .s6 .grid-footer .f-x p{
	margin: 10px 0;
	text-align: center;
}

.ENTREPANES .container .s6 .f-x1{
	display: inline-block;
	color: #dadada;
	width: 100%;
	margin: 0 0 35px 0;
	text-align: center;
	
}

.ENTREPANES .container .s6 .f-x1 p{
	margin: 0 0 25px 0;
	text-align: center;
	font-size: 16px;
}

.ENTREPANES .container .s6 .grid-footer .footer-logo-entrepanes {
	margin:0;
	padding:0;
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons {
    width: 350px;
    display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons .title-social {
	font-size: 1.5em;
	color: #c4c4c4;
	font-family: 'Roboto Condensed', 'Open Sans';
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons ul {
    padding:0;
    list-style: none;
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons .social-icon {
    color: #fff;
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons ul.social-icons {
    margin-top: 10px;
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons .social-icons li {
    vertical-align: top;
    display: inline;
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons .social-icons a {
    color: #fff;
    text-decoration: none;
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons .fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;

}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons .fa.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	background-color: #322f30;
	margin-right: 5px;
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons .fa.fa-facebook:before{
    content:"\f09a";
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons .fa.fa-facebook:hover {
    background-color: #575757;
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons .fa.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
	background-color: #322f30;
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons .fa.fa-twitter:before{
    content:"\f099";
}

.ENTREPANES .container .s6 .f-x1 .footer-social-icons .fa.fa-twitter:hover {
    background-color: #575757;
}



/* ================ Entrepanes ======================== */
/*.ENTREPANES .container .Grip-Productos {
	border: 1px solid red;
}
.ENTREPANES .container .Grip-Productos .g-1 {
	display: block;
	position: relative;
	text-align: center;
	width: 450px;
	height: 600px;
	overflow: hidden;
	float:left;
	margin-right: 20px;
}

.ENTREPANES .container .Grip-Productos .g-1::after {
	clear: both;
}

.ENTREPANES .container .Grip-Productos .g-1 .bkgent,
.ENTREPANES .container .Grip-Productos .g-2 .bkgent{
	display: block;
	position: absolute;
	background: #0000006e;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.ENTREPANES .container .Grip-Productos .g-1 .food-name{
	display: block;
	position: absolute;
	font-size: 60px;
	font-family: 'Big Shoulders Display', sans-serif;
	color:#ffffff;
	font-weight: 600;
	background: transparent;
	left: 3em;
	top: 4.5em;
	z-index: 2;
	text-shadow: 1px 1px #3b3b3b;
}

.ENTREPANES .container .Grip-Productos .g-1 img,
.ENTREPANES .container .Grip-Productos .g-2 img,
.ENTREPANES .container .Grip-Productos .g-3 img
.ENTREPANES .container .Grip-Productos .g-4 img
.ENTREPANES .container .Grip-Productos .g-5 img
.ENTREPANES .container .Grip-Productos .g-6 img
.ENTREPANES .container .Grip-Productos .g-7 img
.ENTREPANES .container .Grip-Productos .g-8 img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform .5s ease;
}

.ENTREPANES .container .Grip-Productos .g-1:hover img,
.ENTREPANES .container .Grip-Productos .g-2:hover img,
.ENTREPANES .container .Grip-Productos .g-3:hover img,
.ENTREPANES .container .Grip-Productos .g-4:hover img,
.ENTREPANES .container .Grip-Productos .g-5:hover img,
.ENTREPANES .container .Grip-Productos .g-6:hover img,
.ENTREPANES .container .Grip-Productos .g-7:hover img,
.ENTREPANES .container .Grip-Productos .g-8:hover img {
	transform: scale(1.05);
}


.ENTREPANES .container .Grip-Productos .g-2 {
	display: block;
	position: relative;
	text-align: center;
	width: 300px;
	height: 250px;
	overflow: hidden;
	float:left;
	margin-right: 20px;
}

.ENTREPANES .container .Grip-Productos .g-2::after {
	clear: both;
}

.ENTREPANES .container .Grip-Productos .g-2 .food-name{
	display: block;
	position: absolute;
	font-size: 50px;
	font-family: 'Big Shoulders Display', sans-serif;
	color:#ffffff;
	font-weight: 600;
	background: transparent;
	left: 2em;
	top: 2em;
	z-index: 2;
	text-shadow: 1px 1px #3b3b3b;
}




.ENTREPANES .container .Grip-Productos .g-3 {
	display: block;
	position: relative;
	text-align: center;
	width: 300px;
	height: 250px;
	overflow: hidden;
	float:left;
	margin-right: 20px;
}

.ENTREPANES .container .Grip-Productos .g-3::after {
	clear: both;
}

.ENTREPANES .container .Grip-Productos .g-3 .food-name{
	display: block;
	position: absolute;
	font-size: 50px;
	font-family: 'Big Shoulders Display', sans-serif;
	color:#ffffff;
	font-weight: 600;
	background: transparent;
	left: 2em;
	top: 2em;
	z-index: 2;
	text-shadow: 1px 1px #3b3b3b;
}*/


/*
.ENTREPANES .container .Grip-Productos .g-3 .bkgent,
.ENTREPANES .container .Grip-Productos .g-4 .bkgent,
.ENTREPANES .container .Grip-Productos .g-5 .bkgent,
.ENTREPANES .container .Grip-Productos .g-6 .bkgent,
.ENTREPANES .container .Grip-Productos .g-7 .bkgent,
.ENTREPANES .container .Grip-Productos .g-8 .bkgent,
.ENTREPANES .container .Grip-Productos .g-9 .bkgent*/





/*.ENTREPANES .container.bkk{
	background-image: url('https://www.entrepanes.es/img/black_grunge_stones_textures_1920x1080.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}*/


.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container{
	display: block;
    position: relative;
    padding: 0;
    margin: 0;
    color: #fff;
    width: 100%;
	height: 600px;
	overflow: hidden;
	margin-bottom: 100px;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container:before{
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container:after{
    content: "";
    display: table;
    clear: both;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .bkgent{
	display: block;
	position: absolute;
	background: #0000006e;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes {
    -ms-flex-order: 1;
    order: 1;
    display: block;
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
	cursor: pointer;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: transform .5s ease;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes:hover img {
	transform: scale(1.05);
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .block-left,
.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .block-right{
    width:50%;
	height:100%;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .block-left{
    float:left
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .block-right{
    float:right
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes .start-page-grid__title_1{
	display: inline-block;
	position: absolute;
	font-size: 60px;
    letter-spacing: .035em;
	font-family: 'Big Shoulders Display', sans-serif;
	color:#ffffff;
	left: 2.6em;
	top: 4.5em;
    color:#fff;
	font-weight: 600;
    background: transparent;
	z-index: 2;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes .start-page-grid__title_2{
	display: inline-block;
	position: absolute;
	font-size: 40px;
    letter-spacing: .035em;
	font-family: 'Big Shoulders Display', sans-serif;
	color:#ffffff;
	left: 2em;
	top: 2.5em;
    color:#fff;
	font-weight: 600;
    background: transparent;
	z-index: 2;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes .start-page-grid__title_3{
	display: inline-block;
	position: absolute;
	font-size: 40px;
    letter-spacing: .035em;
	font-family: 'Big Shoulders Display', sans-serif;
	color:#ffffff;
	left: 2em;
	top: 4em;
    color:#fff;
	font-weight: 600;
    background: transparent;
	z-index: 2;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes .start-page-grid__title_4{
	display: inline-block;
	position: absolute;
	font-size: 40px;
    letter-spacing: .035em;
	font-family: 'Big Shoulders Display', sans-serif;
	color:#ffffff;
	left: 1.8em;
	top: 4em;
    color:#fff;
	font-weight: 600;
    background: transparent;
	z-index: 2;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes .start-page-grid__title_5{
	display: inline-block;
	position: absolute;
	font-size: 40px;
    letter-spacing: .035em;
	font-family: 'Big Shoulders Display', sans-serif;
	color:#ffffff;
	left: 2em;
	top: 2.5em;
    color:#fff;
	font-weight: 600;
    background: transparent;
	z-index: 2;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .start-page-grid__item--sm {
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    height: 100px;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .show-sm {
    float: right;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .col-Entrepanes--left{
	display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 45%;
	margin-top: 0;
	overflow: hidden;
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .col-Entrepanes--right{
    position: absolute;    
    top: 0;
    height: 100%;
    width: 55%;
    left: 45%
}


.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes{
    -ms-flex-order:1;
    order:1;
    display:block;
    width:100%;
    overflow:hidden;
    position:relative;
    background-color:#999;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    height:100%;
    margin:3px
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container > .item-Entrepanes.bg-r{
    background-position:center center
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes.item-01{
    margin:0;
    width:calc(100% - 3px);
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .item-Entrepanes.item-02{
    margin-left:3px;
    margin-right:3px;
    margin-top:0;
    margin-bottom:6px;
    -ms-flex-preferred-size:calc(40% - 6px);
    flex-basis:calc(40% - 6px);
    height:calc(40% - 6px);
    width:calc(100% - 6px)
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .block-left{
    float: left
}

.ENTREPANES .container .Grip-Entrepanes .Entrepanes-container .block-right{
    float: right
}




/* ================ ## Entrepanes ======================== */



/* ================ Boton de la carta ===================== */

.ENTREPANES .container .section-r .inner .btn-carta {
	display: block;
	padding: 5px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.ENTREPANES .container .section-r .inner .btn-carta .btn{
	position: relative;
	display: inline-block;
	padding: 0.5em 2em;
	cursor: pointer;
	overflow: hidden;
	color:#212121;
	border: 2px solid #222222;
}

.ENTREPANES .container .section-r .inner .btn-carta .btn:active {
	transform: translateY(1px);
}

/*.ENTREPANES .container .section-r .inner .btn-carta .btn:before, 
.ENTREPANES .container .section-r .inner .btn-carta .btn:after {
	content: "";
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #212121;
}

.ENTREPANES .container .section-r .inner .btn-carta .btn:before {
	top: 0;
}

.ENTREPANES .container .section-r .inner .btn-carta .btn:after {
	bottom: 0;
}

.ENTREPANES .container .section-r .inner .btn-carta .btn:hover > * > *:before, 
.ENTREPANES .container .section-r .inner .btn-carta .btn:hover > * > *:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ENTREPANES .container .section-r .inner .btn-carta .btn:hover > * > * > *:before, 
.ENTREPANES .container .section-r .inner .btn-carta .btn:hover > * > * > *:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.ENTREPANES .container .section-r .inner .btn-carta .btn > *:before, 
.ENTREPANES .container .section-r .inner .btn-carta .btn > *:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #212121;
}

.ENTREPANES .container .section-r .inner .btn-carta .btn > *:before {
	left: 0;
}


.ENTREPANES .container .section-r .inner .btn-carta .btn > *:after {
	right: 0;
}*/

/*.ENTREPANES .container .section-r .inner .btn-carta .btn > * > *:before,
.ENTREPANES .container .section-r .inner .btn-carta .btn > * > *:after {
	content: "";
	position: absolute;
	left: 0;
	z-index: 9;
	height: 2px;
	width: 100%;
	background-color: #168dff;
}*/

/*.ENTREPANES .container .section-r .inner .btn-carta .btn > * > *:before {
	top: 0;
	-webkit-transform: translate3d(-105%, 0, 0);
	transform: translate3d(-105%, 0, 0);
	transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}*/

/*.ENTREPANES .container .section-r .inner .btn-carta .btn > * > *:after {
	bottom: 0;
	-webkit-transform: translate3d(105%, 0, 0);
	transform: translate3d(105%, 0, 0);
	transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}*/

/*.ENTREPANES .container .section-r .inner .btn-carta .btn > * > * > *:before, 
.ENTREPANES .container .section-r .inner .btn-carta .btn > * > * > *:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 9;
	height: 100%;
	width: 2px;
	background-color: #168dff;
}*/

/*.ENTREPANES .container .section-r .inner .btn-carta .btn > * > * > *:before {
	left: 0;
	-webkit-transform: translate3d(0, 105%, 0);
	transform: translate3d(0, 105%, 0);
	transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}*/

/*.ENTREPANES .container .section-r .inner .btn-carta .btn > * > * > *:after {
	right: 0;
	-webkit-transform: translate3d(0, -105%, 0);
	transform: translate3d(0, -105%, 0);
	transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}*/

.ENTREPANES .container .section-r .inner .btn-carta .btn > * > * > *{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing:2px;
}

/* ================ ## Boton de la carta =================== */


/* ============================ Franquicias ========================== */

.ENTREPANES .container .section-r .inner .rounded-list {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 4em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.ENTREPANES .container .section-r .rounded-list li{
    position: relative;
    display: block;
    padding: .6em .6em .6em 3em;
    *padding: .4em;
    margin: 1.5em 0;
    background: #ddd;
    color: #ffffff;
    text-decoration: none;
    border-radius: 1em;
	transition: all 1s ease-out; 
	font-size: 15px;
	text-align: justify;
}

.ENTREPANES .container .section-r .rounded-list li p{
	margin: 0;
	color: #666565;
	padding: .6em .6em .6em 0;
}

.ENTREPANES .container .section-r .inner .rounded-list li span{
	display: block;
	color:#212121;
	font-weight: 600px;
	font-size: 18px;
	margin-bottom: 2px;
	width: 100%;
}

.ENTREPANES .container .section-r .rounded-list li:hover{
	cursor: pointer;
}

.ENTREPANES .container .section-r .rounded-list li:hover:before{
    transform: rotate(360deg);  
}

.ENTREPANES .container .section-r .rounded-list li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #168dff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .2em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
	transition: all .3s ease-out;
	font-size: 30px;
}

/* ============================ ## Franquicias ======================== */

/* ============================= ANDROID ============================= */
.ENTREPANES .container .s6 .grid-footer .f-x .dapp {
	display:block;
	text-align:center;
	Font-size:16px; 
	height:90px;
	margin: 50px 0 0 0;

}

.ENTREPANES .container .s6 .grid-footer .f-x .dapp span{
	width:100%; 
	margin:0 0 10px 0; 
}

.ENTREPANES .container .s6 .grid-footer .f-x .dapp img{
	margin: 10px 0 0 0;
	width:200px;
}

/* ============================= ## ANDROID =========================== */


/* ============================= NOVEDADES ============================= */
.ENTREPANES .container .section-nv {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	height: 100%;
}

.ENTREPANES .container .section-nv .inner {
	margin: 0 auto;
	position: relative;
	min-height: 50px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.ENTREPANES .container .section-nv .novedades {
	display: block;
    padding: 0;
	margin: 50px 0 50px 0;
	width: 100%;
}

.ENTREPANES .container .section-nv .novedades img{
    display: block;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
	width: 100%;
	margin-bottom: 35px;
}

.ENTREPANES .container .section-nv .novedades h4 {
	display: block;
	position: relative;
	font-family: 'Roboto Condensed', 'Open Sans';
	font-weight: 500;
	margin: 20px 0 30px 0;
	font-size: 35px;
	width: 100%;
	padding-bottom: 10px;
	text-align: left;
	letter-spacing: 0.5px;
	border: 0;
	border-bottom: 2px solid #e74c3c;
}

.ENTREPANES .container .section-nv .novedades .post-date{
    margin: 10px 0;
    font-size: 12px;
}

.ENTREPANES .container .section-nv .novedades .description {
    text-align: justify;
}

.ENTREPANES .container .section-nv .novedades .description p {
	font-family: 'Droid Serif', 'Roboto Condensed', 'Open Sans';
	font-size: 18px;
	margin: 0;
	margin: 0 0 60px 0;
}

.ENTREPANES .container .section-nv .novedades .novedades-share{
    display: block;
    margin-top: 60px;
    border: 1px solid #eee;
    padding:30px;
    margin-bottom: 0;
}

.ENTREPANES .container .section-nv .novedades .novedades-share h5{
    text-align: center; 
    width: 100%;
	top: 0;
	font-family: 'Roboto Condensed', 'Open Sans';
	font-weight: 600;
    position: relative;
    font-size: 20px;
	letter-spacing: 1.30px;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 30px;
    color: #313131;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.ENTREPANES .container .section-nv .novedades .novedades-share h5::before {
    content:"";
    text-align: center;
    position: absolute;
    left:0;
    right:0;
    background-color: #dddddd;
    width: 100%;
    height: 4px;
	bottom:0;
}

.ENTREPANES .container .section-nv .novedades .novedades-share h5::after {
    content:"";
    text-align: center;
    position: absolute;
    margin-left:-50px;
    left:calc(50% - 27.5px);
    background-color: #e74c3c;
    width: 150px;
	height: 4px;
	bottom:0;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing {
    text-align: center;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details{
    padding-top: 15px;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon .mec-fa-facebook{
    color: #ffffff;
    font-style: normal;
	line-height: 24px;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon .mec-fa-facebook:before {
    font-family: 'FontAwesome';
    content:"\f09a";
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon .mec-fa-google-plus{
    color: #ffffff;
    font-style: normal;
    line-height: 24px;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon .mec-fa-google-plus:before { 
    font-family: 'FontAwesome';
    content:"\f0d5";
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon .mec-fa-twitter{
    color: #ffffff;
    font-style: normal;
    line-height: 24px;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon .mec-fa-twitter:before {
    font-family: 'FontAwesome';
    content:"\f099";
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon .mec-fa-linkedin{
    color: #ffffff;
    font-style: normal;
    line-height: 24px;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon .mec-fa-linkedin:before {
    font-family: 'FontAwesome';
    content: "\f0e1";
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-fa-envelope {
    color: #ffffff;
    font-style: normal;
    line-height: 24px;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-fa-envelope:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details ul {
    list-style: none outside none;
    margin:0; 
    padding: 0; 
    text-align: center;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details li {
    display: inline; 
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details li.mec-novedades-social-icon a {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 9px;
    font-size: 16px;
    margin-right: 5px;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon a.facebook {
    background: #3b5996;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon a.google {
    background: #e74c3c;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon a.twitter {
    background: #00aced;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon a.linkedin {
    background: #0e76a8;
}

.ENTREPANES .container .section-nv .novedades .novedades-share .mec-novedades-sharing .mec-links-details .mec-novedades-social-icon a.email{
    background: #e74c3c;
}



.ENTREPANES .container .section.n1 .item-novedades .novedades-list-content{
	display: block;
	border: 1px solid #e6e6e6;
	max-width: 100%;
	height: 230px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
	/*ATENCION NO PONGA overflow hidden*/
}

.ENTREPANES .container .section.n1 .item-novedades .novedades-list-content .novedades-col-2{
	display: block;
	border: 0;
	width: 33%;
	overflow: hidden;
	float: left;
}

.ENTREPANES .container .section.n1 .item-novedades .novedades-list-content .novedades-col-2 img{
	display: block;
	border: 0;
	height: 230px;
	overflow: hidden;
	text-align: center;
}

.ENTREPANES .container .section.n1 .item-novedades .novedades-list-content .novedades-col-3{
	display: block;
	position: relative;
	border: 0;
	width: 67%;
	height: 100%;
	overflow: hidden;
	float: left;
	padding: 15px 20px;
}

.ENTREPANES .container .section.n1 .item-novedades .novedades-list-content .novedades-col-3::after{
	clear: both;
}

.ENTREPANES .container .section.n1 .item-novedades .novedades-list-content .novedades-col-3 span{
	position: absolute;
	font-size: 12px;
	text-align: left;
	margin-bottom: 3px;
	overflow: hidden;
	color: #333333;
	bottom: 13px;
}

.ENTREPANES .container .section.n1 .item-novedades .novedades-list-content .novedades-col-3 h6{
	display:block;
	position: relative;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 15px;
	height: 40px;
	max-width: 100%;
	width: 100%;
	border: 0;
}

.ENTREPANES .container .section.n1 .item-novedades .novedades-list-content .novedades-col-3 h6::after {
	content: "";
	position: absolute;
	background-color: #272727;
	width: 75px;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}

.ENTREPANES .container .section.n1 .item-novedades .novedades-list-content .novedades-col-3 p{
	font-size: 15px;
	letter-spacing: 0.5px;
	height: 108px;
	max-width: 100%;
	margin-bottom: 20px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	color: #202020;
}

.ENTREPANES .container .section.n1 .item-novedades .show_more_h{
	display: block;
	width: 100%;
	height: 49px;
	margin-top: 50px;
}

.ENTREPANES .container .section.n1 .item-novedades a.show_more {
	display: inline-block;
	border: 1px solid #64b554;
	padding: 14px 30px;
	color: #64b554;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 10px;
}

.ENTREPANES .container .section.n1 .item-novedades a.show_more:hover {
	background-color: #64b554;
	color: #ffffff;
}

.ENTREPANES .container .section.n1 .item-novedades #cargar{
	display: inline-block;
	padding: 14px 30px;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 10px;
	border:2px solid #ffffff;
}


/* =================================== ## Novedades ============================= */

/* ================================== Marcador ==============================*/
.ENTREPANES .container .section .ms-grid-cart{
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns:1fr 1fr;
    grid-gap: 15px;
    align-items: stretch;
    justify-items: center;
    max-width:100%;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #272727;
	overflow: hidden;
	margin: 30px 0 100px 0;
}

.ENTREPANES .container .section .ms-grid-cart .ms-grid-item-cart{
	display: block;
	min-height: 1px;
    width: 400px;
    height: 40px;
    border: 0;
    /*cursor: pointer;*/
	overflow: hidden;
	border: 1px solid #adadad;
	padding-bottom: 10px;
}

.ENTREPANES .container .section .ms-grid-cart .ms-grid-item-cart span.fd{
	display: block;
	background-color: #ffffff; 
	/*padding:5px 20px;*/
	height: 40px;
	font-weight: 600;
	width:100%;
}

/*.ENTREPANES .container .section .ms-grid-cart .ms-grid-item-cart span.fd a{
	display: block;
	color: #000000; 
	font-size: 18px;
	width: 100%;
	height: 100%;
	line-height: 2.1em;
}

*/


.ENTREPANES .container .section .ms-grid-cart .ms-grid-item-cart span.fd .btna {
	display: block;
	flex: 1 1 auto;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
	width: 100%;
	height: 100%;
	line-height: 2.1em;
}

.ENTREPANES .container .section .ms-grid-cart .ms-grid-item-cart span.fd .btna:after {
	position: absolute;
	transition: 0.3s;
	content: "";
	width: 0;
	left: 50%;
	bottom: 0;
	height: 5px;
	background-color: #e4e4e4;
}

.ENTREPANES .container .section .ms-grid-cart .ms-grid-item-cart span.fd .btna:hover {
	cursor: pointer;
}

.ENTREPANES .container .section .ms-grid-cart .ms-grid-item-cart span.fd .btna:hover:after {
	width: 100%;
	left: 0;
}

.ENTREPANES .container .section .ms-grid-cart .ms-grid-item-cart span.fd .btna:active{
	line-height: 2.3em;
}

/* ================================== ## Marcador ==============================*/

/* ================================ Lista de Productos ========================= */

.ENTREPANES .container .section .ms-grid{
    display:-ms-grid;
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-columns:1fr 1fr 1fr;*/
    grid-gap: 15px;
    align-items: stretch;
    justify-items: center;
    max-width:100%;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #272727;
	overflow: hidden;
}

.ENTREPANES .container .section .ms-grid .ms-grid-item{
	min-height: 1px;
    height: auto;
    border: 0;
    /*cursor: pointer;*/
	overflow: hidden;
	border:2px solid #ebebeb;
	padding-bottom: 10px;
}

.ENTREPANES .container .section .ms-grid .ms-grid-item .img-hover-zoom{
	overflow: hidden;
}

.ENTREPANES .container .section .ms-grid .ms-grid-item .img-hover-zoom span.new{
	position: absolute;
	background-color: #2aad35; 
	color: #ffffff; 
	font-size:14px; 
	padding:5px 20px 5px 20px; 
	font-weight: bold; 
	top: 0;
	left: 0;
	z-index: 1;
}

.ENTREPANES .container .section .ms-grid .ms-grid-item .img-hover-zoom span.offer{
	position: absolute;
	background-color: #fffb00; 
	color: #000000; 
	font-size:14px; 
	padding:5px 20px 5px 20px; 
	line-height:1.5;
	font-weight: bold; 
	top: 0;
	right: 0;
	z-index: 1;
}

.ENTREPANES .container .section .ms-grid .ms-grid-item .letterColumn span.sellout{
   	display: inline-block;
	font-family: 'Roboto Condensed', 'Open Sans';
	background-color: #ff0000;
	text-transform: uppercase;
	color: #ffffff;
	width: 80% !important;
	padding: 0;
	margin: 5px;
	font-weight: 500;
	height: 38px;
	line-height: 2.3em;
	border:0;
}

.ENTREPANES .container .section .ms-grid .ms-grid-item .img-hover-zoom .galleries-products {
	transition: transform .5s ease;
}

.ENTREPANES .container .section .ms-grid .ms-grid-item .img-hover-zoom .galleries-products:hover  {
	transform: scale(1.02);
}

.ENTREPANES .container .section .ms-grid .ms-grid-item .img-hover-zoom .galleries-products{
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    float: left;
}

.ENTREPANES .container .section .ms-grid .ms-grid-item .img-hover-zoom .galleries-products:after{
    clear: both;
}


/*
h5{font-family:league-gothic,Oswald,sans-serif;color:#8b0e04;font-size:40px;line-height:1.1}
*/


/*.menu-item-v2__cta-wrap{text-align: left; margin:0 30px}
.menu-item-v2__cta-headline{margin-bottom:10px;color:#8b0e04;font-size:60px;line-height:1.1;}*/
/*.menu-item-v2__cta-headline{margin-bottom:10px;font-size:80px;line-height:1.1;color:#319a8b}*/

/*.menu-item-v2__cta-link{width:100%;margin:0}

a.btn{width:100%;margin-top:10px;max-width:335px}
a.btn{pointer-events:none} --> ojo hay dos botones iguales*/