@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body {
	font-family: 'PapaSansRegular';
	background-color: #ffffff;
	/* background-color: #F7E6D9; */
	color: var(--color-green);
}

:root {
	--font-pb: 'PapaSansBold';
	--font-ph: 'PapaSansHeavy';
	--font-pi: 'PapaSansItalic';
	--font-pm: 'PapaSansMediumCondensed';
	--font-pr: 'PapaSansRegular';
	--color-green: #2d5d2a;
	--color-white: #ffffff;
	--color-black: #000000;
	--color-red: #ff0000;
	--color-lightgreen: #65a176;
	/* --color-green: #185F30;
	--color-white: #ffffff;
	--color-black: #000000;
	--color-red: #ED2024; */
}

figure {
	margin: 0;
}

.color-green {
	color: var(--color-green) !important;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid {
	padding-left: 25px;
	padding-right: 25px;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: 18px;
	line-height: 1.2;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: none;
	color: #BBEADD;
}

ul li,
ol li {
	font-size: 24px;
	color: #2d5d2a;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: none;
	color: #BBEADD;
}

h1 {
	font-size: 74px;
	line-height: 112px;
	font-weight: 600;
	font-family:var(--font-ph);
}

h2 {
	font-size: 74px;
	line-height: 88px;
	font-weight: 500;
}

h3 {
	font-size: 56px;
	line-height: 84px;
	font-weight: 600;
}

h4 {
	font-size: 48px;
	line-height: 72px;
	font-weight: 600;
}

h5 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 500;
}

h6 {
	font-size: 21px;
	line-height: 40px;
	font-weight: 400;
}

a:hover {
	color: var(--color-red);
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-control:focus {
	box-shadow: none;
	border-color: transparent;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

textarea {
	resize: none;
}



.section-title {
	font-family: var(--font-ph);
	font-size: 63px;
	line-height: 70px;
}

.section-title * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	margin-bottom: 60px;
}

.block-title {
	font-family: var(--font-ph);
	font-size: 41px;
	line-height: 45px;
}

.block-title * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	margin: 0;
}

.block-detail {
	font-family: var(--font-ph);
	font-size: 35px;
	line-height: 40px;
}

.block-detail * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	margin: 0;
}

.common-title {
	font-family: var(--font-ph);
	font-size: 23px;
	line-height: 26px;
}

.common-title * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	margin: 0;
}

.detail {
	font-family: var(--font-pr);
	font-size: 15px;
	line-height: 18px;
}

.detail * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	margin: 0;
}

.font-bold {
	font-family: var(--font-pb);
}

.font-medium {
	font-family: var(--font-pm);
}

.font-regular {
	font-family: var(--font-pr);
}

.font-italic {
	font-family: var(--font-pi);
}

.font-heavy {
	font-family: var(--font-ph);
}

.color-fff {
	color: #fff !important;
}

/* buttons */

.btn {
	font-family: var(--font-pb);
	font-size: 15px;
	line-height: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.btn-green {
	background-color: var(--color-green);
	color: var(--color-white);
	padding: 20px 33px;
}

.btn-green:hover {
	background-color: var(--color-red);
	color: var(--color-white);
}

.btn-red {
	background-color: var(--color-red);
	color: var(--color-white) !important;
}

.btn-red:hover {
	background-color: var(--color-green);
	color: var(--color-white);
}

.btn-lightgreen {
	/* background-color: #CDDC29; */
	background-color: #cfeb0c;
	color: var(--color-black);
}

.btn-lightgreen:hover {
	background-color: var(--color-red);
	color: var(--color-white);
}

/* buttons */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.navbar-brand {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.header-top {
	padding: 18px 25px 25px;
	border-bottom: 1px solid #f5e8dc;
}

.header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.buy-option {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 33px;
}

.cart {
	font-family: var(--font-pb);
	font-size: 15px;
	line-height: 18px;
	color: var(--color-green);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.cart::before {
	content: '';
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	width: 1px;
	height: 35px;
	border-right: 1px solid #f5e8dc;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.login {
	font-family: var(--font-pb);
	font-size: 15px;
	line-height: 18px;
	color: var(--color-green);
	position: relative;
	top: 6px;
}

.cart svg {
	max-width: 40px;
	width: 100%;
	margin: 0 0 0 10px;
}

.cart svg path {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.cart:hover svg path {
	fill: #ED2024;
}

.header-right .btn {
	/* margin: 0 55px 0 0; */
	font-family: var(--font-ph);
	font-size: 18px;
	line-height: 20px;
	padding: 13px 15px;
	white-space: nowrap;
}

.navbar-nav .nav-item .nav-link {
	font-family: var(--font-ph);
	font-size: 24px;
	line-height: 28px;
	color: var(--color-green);
	padding: 0;
}

.navbar-nav .nav-item .nav-link.active {
	color: var(--color-red);
}

.navbar-nav .nav-item:not(:last-child) {
	margin-right: 75px;
}

.navbar-nav .nav-item .nav-link:hover {
	color: var(--color-red);
}

.navbar {
	padding: 18px 0 27px;
}

.cart span {
	position: relative;
	top: 6px;
	display: inline-block;
}

.mobile-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}



.header-list {
	background-color: #f5e8dc;
}

.header-list .navbar-nav {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	padding: 25px 0 20px;
}

.header-list .navbar-nav .nav-link {
	font-family: var(--font-pb);
}

.header-pages .navbar {
	padding: 15px 0 10px;
}


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/* Banner Start */

.banner-img * {
	width: 100%;
	height: 100%;
}

/* Banner End */

/* Location Start */

.location-wrp {
	padding-top: 30px;
	padding-bottom: 30px;
}

.location-main {
	max-width: 1141px;
	width: 100%;
	margin: 0 auto;
	background-color: #f5e8dc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 17px 77px 50px 70px;
}

.location-top {
	width: 85%;
}

.location-top .block-title {
	padding: 0 0 28px;
}

.location-top .detail {
	padding: 0 0 28px 0;
}

.location-img {
	max-width: 250px;
	width: 100%;
}

.location-img * {
	width: 100%;
	height: 100%;
}

.location-bottom .form-group-index {
	max-width: 771px;
	width: 100%;
	position: relative;
}

.location-bottom .form-group-index::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
	background-image: url(../images/location.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20px;
	height: 32px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 1;
}

.location-bottom .form-control {
	width: 100%;
	border: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding: 17.5px 50px;
}

.location-bottom .form-control::placeholder {
	color: #65A07A;
}

.location-bottom .btn {
	font-family: var(--font-ph);
	font-size: 25px;
	line-height: 25px;
	padding: 16px 37px;
}

/* Location End */

/* Pizz items Start */

.pizz-items-block .pizz-items-detail {
	background-color: var(--color-green);
	padding: 10px 24px 25px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	min-height: 197px;
}

.pizz-items-block .pizz-items-detail .common-title {
	color: var(--color-white);
}

.pizz-items-block .pizz-items-detail .detail {
	color: var(--color-white);
	font-size: 14px;
	line-height: 20px;
	padding: 11px 0 10px 0;
}

.pizz-items-block .btn {
	font-family: var(--font-pb);
	padding: 7.5px 26px;
}

.pizz-items-main {
	padding: 70px 0 105px;
	max-width: 1141px;
	width: 100%;
	margin: 0 auto;
}

.pizz-items-main .row {
	margin: 0 -15.5px;
}

.pizz-items-main .row>* {
	padding: 0 15.5px;
	margin-bottom: 30px;
}

.pizz-items-block {
	height: 100%;
}

.pizz-items-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pizz-items-img {
	height: 290px;
	background-color: #F7E6D9;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.pizz-items-block:hover .pizz-items-img {
	box-shadow: 0px -2px 10px #00000075;
}

/* Pizz items End */

/* nuestra-application */

.nuestra-application-content .section-title {
	color: var(--color-white);
}

.nuestra-application-content .common-title {
	font-family: var(--font-pb);
	color: var(--color-white);
	padding: 35px 0 0 0;
}

.nuestra-application-wrp {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nuestra-application-main {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nuestra-application-img {
	margin: 40px 0 -240px 0;
	max-width: 320px;
	width: 100%;
}

.nuestra-application-img * {
	width: 100%;
	height: 100%;
}

.nuestra-application-main {
	padding: 90px 0 0 40px;
}

.nuestra-application-content {
	max-width: 543px;
	width: 100%;
	margin: 0 0 0 20px;
}

.applications .aps a {
	display: block;
	max-width: 206px;
	width: 100%;
}

.applications .aps a:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.applications .aps {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 55px 0 0 190px;
	column-gap: 27px;
}

.applications .aps a * {
	width: 100%;
	height: 100%;
}

/* nuestra-application */

/* know-more */

.know-more-wrp {
	padding: 160px 0 35px;
}

.know-more-section {
	padding: 40px 0 0;
}

.know-more-img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.know-more-content {
	padding: 20px 0 0;
}

.know-more-content .detail {
	padding: 15px 0 43px;
	min-height: 112px;
}

.know-more-content .btn {
	font-family: var(--font-pb);
	margin: 0 auto;
	padding: 8px 20px;
}

.know-more-main {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.know-more-section .row {
	margin: 0 -9px;
	row-gap: 30px;
}

.know-more-section .row>* {
	padding: 0 9px;
}

.know-more-content .common-title {
	min-height: 52px;
}

.section-title.font-47 {
	font-size: 47px;
	line-height: 53px;
}

/* know-more */

/* opinion-into-account */

.opinion-into-account-img {
	flex: 0 0 478px;
	width: 100%;
	height: 100%;
}

.opinion-into-account-img * {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.opinion-into-account-wrp {
	padding: 37px 0 70px;
}

.opinion-into-account-content {
	/* background-color: #7A1315; */
	background-color: #710500;
	padding: 25px 30px 25px 38px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.opinion-into-account-main {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	column-gap: 13.45px;
	max-width: 1125px;
	width: 100%;
	margin: 0 auto;
}

.opinion-into-account-content .common-title {
	font-family: var(--font-pr);
	font-size: 21px;
	line-height: 25px;
	padding: 26px 0 45px;
}

.opinion-into-account-content .common-title *:not(:last-child) {
	margin: 0 0 25px;
}

.opinion-into-account-content .btn {
	font-family: var(--font-pb);
	font-size: 12px;
	line-height: 15px;
}

.visit-us-main .row {
	margin: 0 -40px;
	row-gap: 30px;
}

.visit-us-main .row>* {
	padding: 0 40px;
}

.visit-us-wrp {
	padding: 45px 0 100px;
}

.visit-us-block .block-detail {
	font-size: 30px;
	line-height: 35px;
	padding: 0 0 30px 0;
}

.visit-us-block .detail span {
	font-family: var(--font-pb);
}

.visit-us-block .detail {
	font-size: 18px;
	line-height: 22px;
}

/* opinion-into-account */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/
/* --------- reward page ------------- */
.reward-page-visit.visit-us-wrp {
	padding: 260px 0 120px;
}

.success-wrapper {
	background-color: #f5e8dc;
}

.our-history-main .block-title,
.success-main .block-title {
	font-size: 43px;
	line-height: 48px;
	padding: 0 0 80px;
}

.our-history-main .block-title {
	padding: 0;
}

.success-main {
	padding: 80px 0 95px;
	max-width: 1160px;
	width: 100%;
}

.success-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.success-img {
	max-width: 350px;
	width: 100%;
	height: 280.19px;
}

.success-content {
	padding: 55px 0 0 0;
	max-width: 326px;
	width: 100%;
}

.success-content .common-title {
	padding: 0 0 25px;
}

.our-history-img {
	max-width: 543px;
	width: 100%;
}

.our-history-img * {
	width: 100%;
	height: 100%;
}

.our-history-block .block-detail {
	font-size: 31px;
	line-height: 35px;
}

.our-history-block .detail {
	font-size: 20px;
	line-height: 25px;
	padding: 24px 0 0;
}

.our-history-section {
	padding: 60px 0 0 0;
}

.our-history-block .detail *:not(:last-child) {
	margin: 0 0 20px;
}

.our-history-main {
	max-width: 1137px;
	width: 100%;
	margin: 0 auto;
	padding: 108px 0 112px;
}

.our-history-block .btn {
	font-family: var(--font-pb);
	font-size: 19px;
	padding: 8px 20px;
	margin: 40px 0 0;
}

.our-history-section .row {
	padding: 0 0 72px;
}

.our-history-section .row:nth-child(even) {
	flex-direction: row-reverse;
}

/* --------- reward page ------------- */


/* come-pizza */

.come-pizza .our-history-main {
	max-width: 1190px;
	width: 100%;
	margin: 0 auto;
}

.come-pizza .our-history-section {
	padding: 104px 0 0 0;
}

.come-pizza .our-history-img {
	max-width: 570px;
	width: 100%;
	margin: 0 0 0 auto;
}

.come-pizza .section-title {
	padding: 0 0 0 10px;
}

.visit-us-wrp.come-pizza {
	padding-top: 248px;
	padding-bottom: 131px;
}

.opinion-into-account-wrp.rewards-page {
	padding: 104px 0 150px;
}

/* come-pizza */

/* divyesh */
/* --------- promociones page ------------- */

/* header-list */
.promocions-list {
	background-color: #f5e8dc;
	/* position: sticky;
	top: 0;
	right: 0;
	left: 0;
	position: -webkit-sticky; */
}

.promocions-list.active {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	right: 0;
}

.promocions-list .navbar-nav {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	row-gap: 5px;
	align-items: flex-start;
	flex-direction: row;
	padding: 25px 0 20px;
}

.promocions-list .navbar-nav .nav-link {
	font-family: var(--font-pb);
}

.header-pages .navbar {
	padding: 15px 0 10px;
}

/* header-list */

.promociones-wrap {
	position: relative;
	padding-bottom: 50px;
}

.promociones-common-block .container-fluid {
	padding-left: 50px;
	padding-right: 30px;
}

.promociones-common-block {
	padding: 48px 0 0px;
}

.promociones-main-contain .section-title {
	font-family: var(--font-ph);
	font-size: 49px;
	line-height: 59px;
	margin-bottom: 53px;
}

.promociones-detail {
	padding-top: 25px;
}

.promociones-detail .promociones-detail-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.promociones-contain-wrap {
	margin-right: 35px;
}

.promociones-main-contain {
	padding-bottom: 20px;
}

.promociones-main-contain::after {
	content: "";
	display: inline-block;
	height: 4px;
	width: 100%;
	background: #f5e8dc;
	position: absolute;
	left: 0;
	right: 0;
}

.promociones-block {
	margin-bottom: 50px;
	height: calc(100% - 50px);
}

.promociones-detail .cart-title {
	font-family: var(--font-ph);
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0;
	color: var(--color-green);
}

.extras-img {
	height: 275px;
	text-align: center;
}

.Pizzas-img {
	height: 275px;
}

.Pizzas-img * {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.especialidade-img {
	height: 275px;
	text-align: center;
}

.especialidade-img * {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.extras-img * {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.bebidas-img {
	height: 233px;
}

.bebidas-img * {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cart-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.promociones-detail .prices-small {
	font-family: var(--font-pb);
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0;
}

.prices-large {
	font-family: var(--font-ph);
	font-size: 23px;
	line-height: 100%;
	color: var(--color-red);
}

.promociones-detail .prices-small * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.promociones-common-block .row {
	margin-right: -14px;
	margin-left: -14px;
}

.promociones-common-block .row>* {
	padding: 0 14px;
}

/* .promociones-contain-wrap{
	display: flex;
	justify-content: space-between;
} */

.rewards-form {
	margin-top: 107px;
	flex: 0 0 auto;
}

/* .promociones-img{
	height: 285px;
} */


.promociones-img * {
	border-radius: 8px;
	/* height: 100%;
	width: 100%; */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.promociones-img.coock-img {
	height: 310px;
	margin-top: -24px;
}


.rewards-form-block::-webkit-scrollbar {
	display: none;
}

.rewards-form-block {
	position: sticky;
	top: 80px;
	width: 400px;
	height: calc(100vh - 80px);
	z-index: 1;
}

.rewards-form-block .rewars-form-contain {

	/* height: 840px; */
	border-radius: 14px;
	padding: 25px 34px 20px 34px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
}

.pizzas-signature-img {
	height: 132px;
}

.pizzas-signature-img * {
	height: 100%;
}

.rewards-form-img {
	height: 102px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
}

.rewards-form-img * {
	height: 100%;
	width: 100%;
}

.rewards-form .form-title {
	font-family: var(--font-pb);
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
}

.rewards-form .form-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.rewards-form .form-group {
	margin-bottom: 24px;
}

.rewards-form .form-group .form-control {
	font-size: 21px;
	padding: 10px 10px;
	line-height: 100%;
	border: 1px solid rgba(24, 95, 48, 0.15);
	background: rgba(24, 95, 48, 0.25);
	color: var(--color-green);
}

.rewards-form .form-group .form-control::placeholder {
	font-size: 21px;
	line-height: 100%;
	color: var(--color-green);
}

.rewards-form form {
	margin-bottom: 20px;
}

.rewards-form-block .btn {
	font-family: var(--font-pb);
	font-size: 21px;
	line-height: 100%;
	width: 100%;
	padding: 12px 12px;
	margin-bottom: 22px;
}

.promociones-common-block {
	display: flex;
	justify-content: space-between;
}

.total-amount {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.cart-large-title {
	font-family: var(--font-ph);
	font-size: 23px;
	line-height: 100%;
	margin-bottom: 12px;
	max-width: 230px;
}

.cart-large-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.form-title.light {
	font-family: var(--font-pr);
}

.postres-img {
	height: 275px;
}

.postres-img * {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.complementos-img {
	height: 275px;
}

.complementos-img * {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pizzas-signature {
	height: 275px;
}

.pizzas-signature * {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* --------- promociones page ------------- */
/* divyesh */

/* --------- typography page ------------- */


.typography-main .alignleft {
	float: left;
	margin: 21px 20px 21px 0;
}

.typography-main .alignright {
	float: right;
	margin: 21px 0 21px 20px;
}

.typography-main img {
	width: 100%;
	max-width: 300px;
}

.typography-main .aligncenter {
	display: block;
	margin: 9px auto 20px;
}

.typography-main {
	padding: 80px 0;
}

.typography-main h1 {
	font-family: var(--font-pm);
	font-size: 75px;
	line-height: 130%;
	color: var(--color-green);
	margin: 0 0 9px 0;
}

.typography-main h2 {
	font-family: var(--font-pm);
	font-size: 68px;
	line-height: 120%;
	color: var(--color-green);
	margin: 0 0 9px 0;
}

.typography-main h3 {
	font-family: var(--font-pb);
	font-size: 54px;
	line-height: 120%;
	color: var(--color-green);
	margin: 0 0 9px 0;
}

.typography-main h4 {
	font-family: var(--font-pr);
	font-size: 46px;
	line-height: 110%;
	color: var(--color-green);
	margin: 0 0 9px 0;
}

.typography-main h5 {
	font-family: var(--font-pr);
	font-size: 38px;
	line-height: 110%;
	color: var(--color-green);
	margin: 0 0 9px 0;
}

.typography-main h6 {
	font-family: var(--font-pr);
	font-size: 30px;
	line-height: 110%;
	color: var(--color-green);
	margin: 0 0 15px 0;
}

.typography-main p {
	font-family: var(--font-pr);
	font-size: 18px;
	line-height: 100%;
	color: var(--color-green);
	margin: 0 0 15px 0;
}

.typography-main strong {
	font-family: var(--font-pr);
	font-size: 18px;
	color: var(--color-green);
	font-style: italic;
}

.typography-main img {
	width: 100%;
	max-width: 300px;
}

.typography-main .alignleft {
	float: left;
	margin: 21px 20px 21px 0;
}

.typography-main .alignright {
	float: right;
	margin: 21px 0 21px 20px;
}

.typography-main .aligncenter {
	display: block;
	margin: 9px auto 20px;
}

.typography p span {
	font-family: var(--font-pb);
	font-size: 18px;
	color: var(--color-green);
}

.typography-main blockquote {
	padding-left: 19px;
	border-left: 8px solid #2d5d2a;
	margin: 0;
	margin-bottom: 11px;
	font-family: var(--font-pr);
	font-size: 18px;
	color: var(--color-green);
}

.typography-main ul,
ol {
	margin: 0 0 9px 0;
}

.typography-main ul li {
	font-family: var(--font-pr);
	font-size: 18px;
	color: var(--color-green);
}

.typography-main ol li {
	font-family: var(--font-pr);
	font-size: 18px;
	color: var(--color-green);
}

.typography-main a {
	font-size: 18px;
	color: var(--color-green);
	text-decoration-line: underline;
}


.typography-main a:hover {
	color: var(--color-red);
}

.back-home-button .btn {
	text-decoration: none;
	color: var(--color-white);
	padding: 16px 45px;
}

.back-home-button .btn:hover {
	color: var(--color-white);
}

.typography-main .main-title {
	font-family: var(--font-pr);
	font-size: 82px;
	line-height: 120%;
	color: var(--color-green);
}

.typography-main .main-title * {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

/* --------- typography page ------------- */


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer {
	background-color: var(--color-green);
}

.footer-block .common-title {
	color: var(--color-white);
	padding: 0 0 20px;
}

.footer-block ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footer-block ul li {
	font-family: var(--font-pr);
	font-size: 14px;
	line-height: 15px;
	color: var(--color-white);
}

.footer-block ul li a:hover {
	color: var(--color-red);
}

.footer-block ul li:not(:last-child) {
	margin: 0 0 18px;
}

.footer-wrp {
	padding: 65px 0 50px 53px;
}

.footer-top {
	padding: 0 0 80px 0;
}

.footer-top .row>*:nth-child(2) .footer-block {
	padding: 0 0 0 30px;
}

.footer-top .row>*:nth-child(3) .footer-block {
	padding: 0 0 0 75px;
}

.footer-top .row>*:nth-child(4) .footer-block {
	padding: 0 0 0 64px;
}

.footer-logo {
	display: inline-block;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom .block-detail {
	color: var(--color-white);
	font-size: 33px;
	line-height: 35px;
}

.footer-bottom .footer-logo {
	max-width: 164px;
	width: 100%;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


.visit-us-wrp.about-visit-wrp {
	padding: 255px 0 100px;
}

.about-into-acc .opinion-into-account-main {
	max-width: 100%;
}

.about-into-acc .opinion-into-account-main .row {
	margin: 0;
	width: 100%;
}

.about-into-acc .opinion-into-account-main .row>* {
	padding: 0;
}

.about-into-acc .opinion-into-account-content .block-detail {
	font-family: var(--font-pb);
	font-size: 28px;
	line-height: 33px;
}

.opinion-into-account-content .section-title {
	font-size: 57px;
	line-height: 60px;
	padding: 0 0 36px;
}

.about-into-acc .opinion-into-account-content {
	position: relative;
	max-width: 551px;
	margin: 0 19px 0 auto;
	padding-left: 0;
	height: 100%;
	padding-top: 54px;
	padding-bottom: 50px;
}

.about-into-acc .opinion-into-account-content::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 6000px;
	height: 100%;
	background-color: #710500;
	z-index: -1;
	border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	-ms-border-radius: 0 15px 15px 0;
	-o-border-radius: 0 15px 15px 0;
}

.about-into-acc .opinion-into-account-content .common-title {
	font-size: 19px;
	line-height: 23px;
}

.about-into-acc .opinion-into-account-content .btn {
	font-family: var(--font-pb);
	font-size: 22px;
	line-height: 25px;
	padding: 10px 30px;
}

.about-into-acc .opinion-into-account-content .common-title *:not(:last-child) {
	margin: 0 0 15px;
}

.about-into-acc .opinion-into-account-img * {
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-ms-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
}

/* Imported from previous styles */

/* .search-geocomplete {
	background: #f6f7f9;
	border-radius: .45rem;
} */

.map-lg-large {
	height: 360px;
	width: 100%;
}

.table {
	font-size: 12px !important;
}

.map-buttons-wrap {
	bottom: 20px;
	z-index: 99;
	right: 15px;
}

.btn-white {
	background: #fff;
	color: #2d5d2a;
	padding: 16px 20px !important;
}

.container-location-message {
	background: var(--color-highlight-light);
	border-radius: 12px;
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

.common-title-rest {
	font-family: var(--font-ph);
	font-size: 23px;
	line-height: 26px;
}

.common-title-res * {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	margin: 0;
	color: var(--color-green);
}

.rounded-pill {
	padding: 0px 0 !important;
}

.opinion-into-account-wrp-rest {
	padding: 37px 0 70px;
}

.common-title .text-truncate {
	color: var(--color-green);
}

.info-items-dot-separator {
	background-color: #767676;
	border-radius: 50%;
	height: 2px;
	margin-left: 8px;
	margin-right: 8px;
	width: 2px;
	display: inline-block;
	vertical-align: middle;
}

.merchant-top-header ul li {
	display: inline;
	font-size: 12px;
}

.btn-group.btn-group-rounded {
	background: #f6f7f9;
	border-radius: 50px !important;
	min-height: 45px;
}

.btn-group .btn.active {
	background: var(--color-green);
	color: var(--color-white);
	border-color: transparent;
}

.btn-group.btn-group-rounded .btn {
	border-radius: 50px !important;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.merchant-top-header .fav-wrap {
	position: absolute;
	top: 10px;
	right: 20px;
}

.el-breadcrumb__inner a {
	color: var(--color-green);
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner {
	color: var(--color-green);
}

.promociones-detail .detail {
	font-family: var(--font-pr);
	font-size: 15px;
	line-height: 18px;
	color: var(--color-green);
}

.bg-beige {
	background-color: #f5e8dc;
}

.ml2 {
	margin-left: 10px;
}

/* aqui */

p,
.card,
.dataTables_info,
table,
.a-12,
.cart-summary {
	font-size: 14px;
}

ul.top-menu a,
.list-inline a,
.siderbar-menu a,
.menu-carousel a,
.drawer-preview-cart a {
	color: var(--color-green);
	font-weight: 600;
	font-size: 14px;
	padding: 8px 20px;
	font-family: 'PapaSansBold';
}

.cart-handle img {
	height: 23px;
	width: 23px;
}

a.cart-handle {
	position: relative;
	padding: 0 !important;
}

.cart-handle span.badge {
	position: absolute;
	right: 0;
	bottom: -8px;
}

.section-cart p {}

.section-cart .items,
.divider {
	border-bottom: 1px solid #2d5d2a;
	padding-top: 10px;
	padding-bottom: 5px;
}

.cart-min-info,
.display-none {
	display: none;
}

.sticky-wrapper.is-sticky .cart-min-info {
	display: block;
}

.quantity-add-cart-view .total-price {
	position: absolute;
	right: 10px;
}

.floating-cart button {
	border-radius: 500px !important;
}

.floating-cart p {
	font-size: 10px !important;
	letter-spacing: 1px;
}

.floating-cart h5 {
	font-size: 12px;
	letter-spacing: 1px;
}

.floating-cart count {
	position: absolute;
	right: 6%;
	top: 25%;
	font-weight: bold;
}

.zmdi {
	/* font-size: 15px !important; */
	/* color: red !important; */
}

.zmdi {
	font-family: 'Material-Design-Iconic-Font' !important;
}

/* .qty-btn {
    background-color: #2d5d2a;
    font-size: 16px;
} */




.quantity a.rounded-pill,
a.circle-button {
	width: 25px;
	height: 25px;
	display: block;
	background: #b2b2b2;
	color:#ffffff ;
	line-height: 25px;
	text-align: center;
	padding: 0;
	background-color:  #b2b2b2;


}

/*Modal RSB*/


.modal-body {
	scroll-behavior: smooth;
}

/*.modal-body {
max-height: calc(100vh - 180px);
overflow-y: auto; 
}
*/

.modal-header img {
	width: 100%;
	height: 100%;
}

.change-address-modal .modal-body {
	max-height: inherit !important;
}

.modal-content.opened {
	height: 470px;
}

.change-address-modal .typeahead__container.clear-custom .typeahead__cancel-button {
	right: 0;
	left: auto;
}

.modal-loadingbox {
	max-width: 200px;
	margin: auto;
}

.modal-full {
	min-width: 100%;
	margin: 0;
}

.modal-full .modal-content {
	min-height: 100vh;
	border: none;
	border-radius: 0%;
}

.modal-full .modal-body {
	padding: 10px;
}

.modal-content.modal-mobile {
	border: 1px solid red;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	border: none;
	border-radius: 0%;
}

.el-dialog.modal-allergens {
	border-radius: 5px !important;
}

.el-dialog.modal-allergens .el-dialog__title {
	font-weight: bold;
}

.el-dialog.modal-allergens ul {
	padding-left: inherit;
}

.el-dialog.modal-allergens ul li {
	font-size: 13px;
}
.form-label-group label {
  pointer-events: auto;
}