html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
::before,
::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	margin: 0;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: inherit;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	width: 100%;
	font-size: 0;
	line-height: 0;
}
button {
	font-family: inherit;
	font-size: inherit;
	border: 0;
	padding: 0;
	background-color: transparent;
}
@font-face {
	font-family: "MontserratExtraBold800";
	src: url("../fonts/MontserratExtraBold800.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "MontserratMedium500";
	src: url("../fonts/MontserratMedium500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "MontserratBlack900";
	src: url("../fonts/MontserratBlack900.woff2") format("woff2");
	font-style: normal;
	font-weight: 900;
}
/* @font-face {
	font-family: "MontserratExtraBold800";
	src: url("../fonts/MontserratExtraBold800.woff") format("woff"),
		url("../fonts/MontserratExtraBold800.woff2") format("woff2"),
		url("../fonts/MontserratExtraBold800.ttf") format("truetype");
	font-style: normal;
	font-weight: 800;
} */
html {
	font-size: 62.5%;
}
html body {
	font-weight: 500;
	font-family: "MontserratMedium500", sans-serif;
	font-size: 1.6rem;
	line-height: 1.3;
}
body {
	background-color: #000;
}
body:not(#home) {
	background-image: url("../images/bg-desktop.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
	body:not(#home) {
		background-image: url("../images/bg-mobile.jpg");
	}
}
.container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.hide {
	display: none !important;
}
.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.sr-only-focusable:focus,
.sr-only-focusable:active {
	clip: auto !important;
	-webkit-clip-path: none !important;
	clip-path: none !important;
	height: auto !important;
	margin: auto !important;
	overflow: visible !important;
	width: auto !important;
	white-space: normal !important;
}
.h2 {
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
	.h2 {
		font-size: 3.8rem;
		padding-bottom: 10px;
	}
}
.h3 {
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.h3 {
		font-size: 2.4rem;
	}
}
a {
	text-decoration: underline;
}
a.btn {
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	width: 250px;
	padding-top: 18px;
	padding-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	a.btn {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 768px) {
	a.btn {
		width: 250px;
		height: 54px;
	}
}
a.btn__light {
	background: url("../images/ltbtnbg.png") no-repeat;
	background-size: 100% 100%;
	color: #000;
	position: relative;
	text-align: center;
}
a.btn__light::before {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}
a.btn__light:hover::before,
a.btn__light:focus::before {
	background-color: rgba(0, 0, 0, 0.15);
}
a.btn__dark {
	background: #000 url("../images/CTA-Button3.png") no-repeat;
	background-size: cover;
	color: #c8c8c8;
}
a.btn__outline--light {
	background-color: transparent;
	color: #fff;
}
button {
	background: none;
	border: 0px;
}
button.btn {
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	width: 250px;
	padding-top: 18px;
	padding-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	button.btn {
		font-size: 1.2rem;
	}
}
button.btn__light {
	background: url("../images/ltbtnbg.png") no-repeat;
	background-size: cover;
	color: #000;
	position: relative;
}
button.btn__light::before {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}
button.btn__light:hover::before,
button.btn__light:focus::before {
	background-color: rgba(0, 0, 0, 0.15);
}
button.btn__dark {
	background: #000 url("../images/CTA-Button3.png") no-repeat;
	background-size: cover;
	color: #c8c8c8;
}
button.btn__outline--light {
	background-color: transparent;
	color: #fff;
}
#mainNav {
	color: #fff;
	background-color: transparent;
	z-index: 5;
}
@media screen and (min-width: 768px) {
	#mainNav .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (min-width: 768px) {
	#mainNav {
		margin: auto;
		width: 100%;
	}
}
#mainNav .mainNav__navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#mainNav .mainNav__navbar .mainNav__logo img {
	display: block;
	width: 70px;
	height: auto;
}
@media screen and (min-width: 768px) {
	#mainNav .mainNav__navbar .mainNav__logo img {
		width: 120px;
	}
}
#mainNav .mainNav__navbar #mainNav__buyNow--toggle {
	margin-right: 5%;
	margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
	#mainNav .mainNav__navbar #mainNav__buyNow--toggle {
		display: none;
	}
}
#mainNav .mainNav__navbar #mainNav__menu--toggle {
	width: 40px;
	height: 28px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	#mainNav .mainNav__navbar #mainNav__menu--toggle {
		display: none;
	}
}
#mainNav .mainNav__navbar #mainNav__menu--toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
#mainNav .mainNav__navbar #mainNav__menu--toggle span:first-child {
	top: 0px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
#mainNav .mainNav__navbar #mainNav__menu--toggle span:nth-child(2) {
	top: 12px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
#mainNav .mainNav__navbar #mainNav__menu--toggle span:last-child {
	top: 24px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
#mainNav .mainNav__navbar #mainNav__menu--toggle.open span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}
#mainNav .mainNav__navbar #mainNav__menu--toggle.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#mainNav .mainNav__navbar #mainNav__menu--toggle.open span:last-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 29px;
	left: 8px;
}
@media screen and (min-width: 768px) {
	#mainNav .mainNav__navbar {
		width: 20%;
	}
}
#mainNav #mainNav__menu--mobile {
	padding-top: 60px;
	display: none;
}
#mainNav #mainNav__menu--mobile.open {
	display: block;
	height: calc(100vh - 60px);
}
#mainNav #mainNav__menu--mobile nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#mainNav #mainNav__menu--mobile nav ul a {
	font-weight: 900;
	font-family: "MontserratBlack900", sans-serif;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
	padding: 20px;
}
#mainNav #mainNav__menu--mobile .divider-container {
	width: 90px;
	margin: 0 auto 30px;
}
#mainNav #mainNav__menu--mobile .mainNav__social--list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#mainNav #mainNav__menu--mobile .mainNav__social--list li {
	margin: 0 8px;
}
#mainNav #mainNav__menu--mobile .mainNav__social--list li a {
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#mainNav #mainNav__menu--mobile .mainNav__social--list li a img {
	height: 16px;
}
#mainNav #mainNav__menu--desktop {
	display: none;
}
@media screen and (min-width: 768px) {
	#mainNav #mainNav__menu--desktop {
		display: block;
	}
}
#mainNav #mainNav__menu--desktop .mainNav__list--links {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#mainNav #mainNav__menu--desktop .mainNav__list--links > li {
	text-align: center;
	margin-right: 30px;
}
#mainNav #mainNav__menu--desktop .mainNav__list--links > li:nth-child(4) {
	margin-right: 0;
}
#mainNav
	#mainNav__menu--desktop
	.mainNav__list--links
	> li:nth-child(4)
	> button {
	width: 100%;
	font-size: 1.2rem;
	padding-left: 15px;
	padding-right: 15px;
}
#mainNav #mainNav__menu--desktop .mainNav__list--links > li > a {
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	font-size: 1.2rem;
	line-height: 1.05;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
#mainNav #mainNav__menu--desktop .mainNav__list--links > li > a:hover,
#mainNav #mainNav__menu--desktop .mainNav__list--links > li > a:focus {
	text-decoration: underline;
}
#mainNav
	#mainNav__menu--desktop
	.mainNav__list--links
	> li
	.mainNav__social--list {
	list-style-type: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
#mainNav
	#mainNav__menu--desktop
	.mainNav__list--links
	> li
	.mainNav__social--list
	li {
	margin-left: 15px;
}
#mainNav
	#mainNav__menu--desktop
	.mainNav__list--links
	> li
	.mainNav__social--list
	li:last-child {
	margin-right: 0;
}
#mainNav
	#mainNav__menu--desktop
	.mainNav__list--links
	> li
	.mainNav__social--list
	li
	a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: relative;
}
#mainNav
	#mainNav__menu--desktop
	.mainNav__list--links
	> li
	.mainNav__social--list
	li
	a
	img {
	display: block;
	height: 13px;
}
#mainNav #mainNav__menu--desktop2 {
	display: none;
}
@media screen and (min-width: 768px) {
	#mainNav #mainNav__menu--desktop2 {
		display: block;
		width: 20%;
	}
	#mainNav #mainNav__menu--desktop2 .mainNav__list--links {
		list-style-type: none;
	}
	#mainNav #mainNav__menu--desktop2 button.btn {
		width: 100%;
		padding: 0 10px;
	}
}
#footer {
	background: url("../images/bg-ripped-paper.png") no-repeat;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}
#footer .divider-container {
	max-width: 600px;
	margin: 0 auto 30px;
}
#footer .footer__text {
	font-weight: 900;
	font-family: "MontserratBlack900", sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#footer .footer__disclaimer {
	font-size: 1rem;
	line-height: 1.1;
	margin-bottom: 20px;
}
#footer .footer__links--legal {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .footer__links--legal li {
	margin: 0 5px;
}
#footer .footer__links--legal a {
	font-size: 0.9rem;
	line-height: 1.1;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	#footer {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	#footer .footer__links--legal li {
		margin: 0 15px;
	}
}
#buyNow {
	background-color: #000;
	color: white;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
	background-image: url("../images/bg-desktop.jpg");
	background-size: contain;
	background-repeat: repeat;
}
@media screen and (max-width: 767px) {
	#buyNow {
		background-image: url("../images/bg-mobile.jpg");
	}
}
#buyNow.open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#buyNow .buyNow__header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#buyNow .buyNow__header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#buyNow .buyNow__header .buyNow__logo img {
	display: block;
	width: 60px;
	height: auto;
}
#buyNow .h2 {
	margin-bottom: 15px;
	font-weight: 100;
}
#buyNow .divider-container {
	max-width: 60px;
	margin: 30px auto 35px;
}
#buyNow .buyNow__list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#buyNow .buyNow__list li {
	margin-bottom: 20px;
}
#buyNow .buyNow__list li:last-child {
	margin-bottom: 0;
}
.buyitnowbuttom {
	width: 167px !important;
}
.hero {
	margin-top: -70px;
	height: 82vh;
	color: #fff;
	z-index: -1;
	padding-top: 60px;
}
@media screen and (min-width: 768px) {
	.hero {
		height: 100vh;
	}
}
.hero .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hero img {
	display: block;
	max-width: 215px;
}
@media screen and (min-width: 768px) {
	.hero img {
		max-width: 450px;
	}
}
.hero #hero__button--scroll {
	position: absolute;
	bottom: 12%;
}
@media screen and (min-width: 768px) {
	.hero #hero__button--scroll {
		bottom: 8%;
	}
}
@media screen and (min-width: 768px) {
	.hero {
		margin-top: -25px;
	}
}
.section__carousel {
	padding-top: 70px;
}
.section__carousel.tequila .h3 {
	line-height: 1.3;
}
.section__carousel .carousel__title {
	text-align: center;
}
.section__carousel .carousel__title .h2 {
	color: #fff;
	line-height: 1;
}
.section__carousel .carousel__title .divider-container {
	max-width: 60px;
	margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
	.section__carousel .carousel__title .divider-container {
		max-width: 100px;
		margin: 0 auto 50px;
	}
}
.section__carousel .owl-carousel > div {
	text-align: center;
}
.section__carousel .owl-carousel > div .carousel__detail {
	font-size: 1rem;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #fff;
}
.section__carousel .home__slider--links p {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	width: 80%;
	height: 60px;
	margin: 0 auto;
}
.section__carousel .home__slider--links a {
	margin: 0 auto;
	text-align: center;
}
.accordion__frame * {
	margin: 0;
	padding: 0;
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
}
.accordion__frame h2 {
	font-weight: 800;
	font-family: "MontserratExtraBold800" !important;
}
.accordion__frame .accordion_area {
	padding: 50px 0;
}
.accordion__frame .accordion_wrapper {
	max-width: 98%;
	margin: auto;
}
.accordion__frame .accordion_footer {
	height: 85px;
	width: auto;
	background-size: cover;
	position: relative;
}
.accordion__frame .accordion_item {
	margin-bottom: 5px;
}
.accordion__frame .accordion_title {
	background-color: #182846;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	font-size: 3rem;
	color: #fff;
	width: 100%;
	height: 150px;
	cursor: pointer;
	position: relative;
	background-position: center;
	-webkit-transition: height 0.5s ease;
	transition: height 0.5s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 768px) {
	.accordion__frame .accordion_title {
		font-size: 3rem;
		font-weight: 800;
	}
}
.accordion__frame .roots {
	background: url("../images/ourStory/roots.png") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.accordion__frame .lifestyle {
	background: url("../images/ourStory/lifestyle.png") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.accordion__frame .partners {
	background: url("../images/ourStory/partners.png") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.accordion__frame .process {
	background: url("../images/ourStory/process.png") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.accordion__frame .accordion_title.active {
	height: 450px;
}
.accordion__frame .caborita {
	background: url("../images/drinks/caborita.png") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.accordion__frame .beerita {
	background: url("../images/drinks/beerita.png") no-repeat;
	background-position-y: 90%;
	background-size: cover;
	position: relative;
}
.accordion__frame .blt-shot {
	background: url("../images/drinks/bltShot.png") no-repeat;
	background-position-y: 90%;
	background-size: cover;
	position: relative;
}
.accordion__frame .reporita {
	background: url("../images/drinks/baconReporita.png") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.accordion__frame .anejo {
	background: url("../images/drinks/anejo.png") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.accordion__frame .accordion_title span.arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	width: 30px;
	height: 30px;
	background-size: contain;
	position: absolute;
	right: 10%;
	color: #fff;
	top: 0;
	margin: auto;
	bottom: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.accordion__frame .accordion_title.active span.arrow {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.accordion__frame .accordion_details {
	font-size: 2rem;
	padding: 35px;
	background: url("../images/bg-ripped-paper.png");
	background-position: 50% 50%;
	background-size: 100% 110%;
	background-repeat: no-repeat;
	font-family: kzidGroCFFBolEx;
	font-weight: 400;
	position: relative;
	display: none;
	color: #000;
}
.accordion__frame .accordion_details > * {
	max-width: 700px;
	margin: auto;
}
.accordion__frame .accordion_details p {
	text-align: center;
	line-height: 2.7rem;
	margin: auto;
	font-weight: 500;
	font-family: "MontserratMedium500", sans-serif;
}
.accordion__frame .accordion_details .left {
	text-align: left !important;
	font-weight: 500;
	font-family: "MontserratMedium500", sans-serif;
	line-height: 1.8;
	max-width: 700px;
}
@media screen and (min-width: 768px) {
	.accordion__frame .accordion_details .left {
		margin: auto;
	}
}
.accordion__frame .accordion_details h3 {
	font-size: 2.5rem;
}
.accordion__frame .accordion_details span {
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.accordion__frame .accordion_details {
		padding: 100px;
	}
	.accordion__frame .accordion_details .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: auto;
	}
	.accordion__frame .accordion_details .flex-row > div {
		width: 50%;
	}
	.accordion__frame .accordion_details .flex-row .left {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.accordion__frame .accordion_details p {
		font-size: 1.5rem;
	}
	.accordion__frame .accordion_details h3 {
		font-size: 1.8rem;
	}
	.accordion__frame .accordion_details span {
		font-size: 2rem;
	}
}
.accordion__frame .accordion_details h2 {
	text-align: center;
}
.accordion__frame .accordion_details h3 {
	font-family: "MontserratExtraBold800" !important;
	font-weight: 800;
	font-size: 2.2rem;
	padding-top: 20px;
}
.accordion__frame .accordion_details .pt-2 {
	padding-top: 2rem;
}
.accordion__frame .accordion_details .pt-4 {
	padding-top: 4rem;
}
.accordion__frame .accordion_details .divider-dark {
	width: 15%;
	height: 3px;
}
.accordion__frame .accordion_details .button-dark {
	background: url("../images/CTA-Button3.png");
	color: #fff;
	margin: 40px auto 0 auto;
	cursor: pointer;
	text-align: center;
	padding: 15px;
	background-position: 50% 50%;
	background-size: cover;
	width: 300px;
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	font-size: 1.2rem;
	line-height: 0.9;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.accordion__frame #process .process-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(0, 1fr) minmax(0, 2fr);
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	margin: 32px auto;
}
.accordion__frame #process .process-image-wrapper {
	position: relative;
}
.accordion__frame #process .process-image-wrapper .process-image-line {
	position: absolute;
	left: 50%;
	width: 2px;
	height: 10px;
	background-color: black;
}
@media screen and (min-width: 768px) {
	.accordion__frame #process .process-image-wrapper .process-image-line {
		width: 3px;
	}
}
.accordion__frame #process .process-description {
	margin-top: 10px;
}
@media (min-width: 768px) {
	#home #mainNav {
		position: absolute;
		top: 0;
		margin: auto;
		width: 100%;
	}
}
#home .hero {
	background: url("../images/Desktop-Hero-Photo-new.jpg") no-repeat;
	background-position: 50%;
	background-size: cover;
	position: relative;
}
#home #home__bg {
	background-image: url("../images/bg-desktop.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
	#home #home__bg {
		background-image: url("../images/bg-mobile.jpg");
	}
}
@media screen and (min-width: 768px) {
	#home .section__carousel {
		padding-top: 140px;
	}
}
#home #home__slider--tequila,
#home #home__slider--drinks,
#home #home__slider--ourStory {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#home #home__slider--tequila .img-container.mobile,
#home #home__slider--drinks .img-container.mobile,
#home #home__slider--ourStory .img-container.mobile {
	display: block;
}
@media (min-width: 769px) {
	#home #home__slider--tequila .img-container.mobile,
	#home #home__slider--drinks .img-container.mobile,
	#home #home__slider--ourStory .img-container.mobile {
		display: none;
	}
}
#home #home__slider--tequila .img-container.desktop,
#home #home__slider--drinks .img-container.desktop,
#home #home__slider--ourStory .img-container.desktop {
	display: none;
}
@media (min-width: 769px) {
	#home #home__slider--tequila .img-container.desktop,
	#home #home__slider--drinks .img-container.desktop,
	#home #home__slider--ourStory .img-container.desktop {
		display: block;
	}
}
#home #home__slider--tequila .owl-item,
#home #home__slider--drinks .owl-item,
#home #home__slider--ourStory .owl-item {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#home #home__slider--tequila .owl-item.active.center,
#home #home__slider--drinks .owl-item.active.center,
#home #home__slider--ourStory .owl-item.active.center {
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 10;
}
#home #home__slider--tequila .owl-item,
#home #home__slider--drinks .owl-item,
#home #home__slider--ourStory .owl-item {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	z-index: 10;
}
#home #home__slider--tequila .owl-dots,
#home #home__slider--drinks .owl-dots,
#home #home__slider--ourStory .owl-dots {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 50px auto 20px;
}
#home #home__slider--tequila .owl-dot,
#home #home__slider--drinks .owl-dot,
#home #home__slider--ourStory .owl-dot {
	margin-right: 10px;
}
#home #home__slider--tequila .owl-dot span,
#home #home__slider--drinks .owl-dot span,
#home #home__slider--ourStory .owl-dot span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #444;
}
#home #home__slider--tequila .owl-dot.active span,
#home #home__slider--drinks .owl-dot.active span,
#home #home__slider--ourStory .owl-dot.active span {
	background-color: #fff;
}
#home .storeSocial {
	padding-top: 30px;
	padding-bottom: 40px;
}
#home .storeSocial #storeSocial__buyNow--toggle {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#home .storeSocial #storeSocial__buyNow--toggle .img-container {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}
#home .storeSocial #storeSocial__buyNow--toggle span {
	display: block;
	margin-top: 16px;
	margin-bottom: 2px;
}
#home .storeSocial .h3 {
	color: #fff;
	text-align: center;
}
#home .storeSocial .divider-container {
	max-width: 60px;
	margin: 0 auto 20px;
}
#home .storeSocial .storeSocial__social--list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#home .storeSocial .storeSocial__social--list li {
	margin: 0 8px;
}
#home .storeSocial .storeSocial__social--list li a {
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#home .storeSocial .storeSocial__social--list li a img {
	height: 16px;
}
#product .product-title {
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
	padding: 40px 0 25px 0;
}
#product h1 {
	font-weight: 900;
	font-family: "MontserratBlack900", sans-serif;
	font-size: 3rem;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
#product h2 {
	font-weight: 900;
	font-family: "MontserratBlack900", sans-serif;
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
#product .product-details {
	color: #fff;
	width: 100%;
	padding: 10px 0 10px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
#product .product-details .center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#product .product-details .divider {
	height: 3px;
	width: 150px;
}
#product .product-details span {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}
#product .product-details center {
	padding: 10px 0;
}
#product .product-details .button-light {
	background: url("../images/ltbtnbg.png");
	color: #000;
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	font-size: 1.5rem;
	margin: 40px auto;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	background-position: 65% 10%;
	background-size: cover;
	width: 300px;
}
#product .product-details .button-light a {
	cursor: pointer;
	text-decoration: none;
}
#product .product-details .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#product .mt-4 {
	margin-top: 4rem;
}
#product .hero {
	margin-top: -40px;
	height: 85vh;
	font-size: 2.2rem;
	background-size: cover;
	position: relative;
	color: #fff;
	z-index: -1;
	padding: 60px 0 20px 0;
}
#product .hero .container {
	margin-top: 60px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#product .hero .container img {
	width: auto;
}
#product .hero .container .hero-text-top {
	text-transform: uppercase;
	font-size: 4rem;
	position: relative;
	z-index: 10;
	margin-top: 12px;
}
#product .hero img {
	display: block;
	max-height: 600px;
}
#ourStory h1 {
	font-family: "kzidGroCFFBolEx", sans-serif;
	font-size: 3rem;
	padding-bottom: 20px;
}
#ourStory .mt-4 {
	margin-top: 4rem;
}
#ourStory .hero {
	margin-top: -60px;
	height: 55vh;
	font-size: 2.2rem;
	background-size: cover;
	position: relative;
	color: #fff;
	z-index: -1;
	padding-top: 60px;
}
#ourStory .hero .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#ourStory .hero .container .hero-text-top {
	text-transform: uppercase;
	font-size: 4rem;
	position: relative;
	z-index: 10;
	margin-top: 12px;
}
#ourStory .hero img {
	display: block;
	max-width: 450px;
	margin-bottom: 16px;
}
#standard .copy .container {
	padding: 50px;
}
#standard .copy .container .center {
	text-align: center;
}
#standard .copy .container p {
	color: #fff;
	line-height: 2rem;
	padding: 15px;
}
@media screen and (min-width: 768px) {
	#standard .copy .container {
		margin-top: 64px;
	}
}
#tequila .h3 {
	line-height: 1.3;
	padding-bottom: 10px;
}
#home__teq--name {
	line-height: 1.3;
	padding-top: 40px;
}
#tequilas h1,
#drinks h1 {
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	font-size: 3rem;
	padding-bottom: 20px;
}
#tequilas .mt-4,
#drinks .mt-4 {
	margin-top: 4rem;
	text-align: center;
	max-width: 500px;
}
#tequilas .hero,
#drinks .hero {
	margin-top: 16px;
	height: auto !important;
	padding: 32px;
	font-size: 2.2rem;
	background-size: cover;
	position: relative;
	color: #fff;
	z-index: -1;
	padding-top: 60px;
}
@media screen and (min-width: 768px) {
	#tequilas .hero,
	#drinks .hero {
		height: 70vh;
		padding: 64px;
		margin-top: 64px;
	}
}
#tequilas .hero .container,
#drinks .hero .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: unset;
}
#tequilas .hero .container .hero-text-top,
#drinks .hero .container .hero-text-top {
	text-transform: uppercase;
	font-size: 4rem;
	position: relative;
	z-index: 10;
	margin-top: 12px;
}
#tequilas .hero img,
#drinks .hero img {
	display: block;
	max-width: 800px;
}
#tequilas #tequila-slider__buy-now,
#drinks #tequila-slider__buy-now {
	margin: 16px auto 0 auto;
}
#tequilas .tequila .container:not(.cardcta) {
	padding-top: 30px;
}
#tequilas #tequilas__slider--tequila {
	margin-bottom: 30px;
}
#tequilas #tequilas__slider--tequila .img-container.mobile {
	display: block;
}
@media (min-width: 769px) {
	#tequilas #tequilas__slider--tequila .img-container.mobile {
		display: none;
	}
}
#tequilas #tequilas__slider--tequila .img-container.desktop {
	display: none;
}
@media (min-width: 769px) {
	#tequilas #tequilas__slider--tequila .img-container.desktop {
		display: block;
	}
}
#tequilas #tequilas__slider--tequila .owl-item {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#tequilas #tequilas__slider--tequila .owl-item h3 {
	font-weight: 900;
	font-family: "MontserratBlack900", sans-serif;
	font-size: 1.2rem;
	color: #fff;
	margin-top: 15px;
}
#tequilas #tequilas__slider--tequila .owl-item.active.center {
	z-index: 10;
}
#tequilas #tequilas__slider--tequila .owl-dots {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 30px auto;
}
#tequilas #tequilas__slider--tequila .owl-dot {
	margin-right: 10px;
}
#tequilas #tequilas__slider--tequila .owl-dot span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #444;
}
#tequilas #tequilas__slider--tequila .owl-dot.active span {
	background-color: #fff;
}
.page-age-gate .container {
	color: #fff;
	width: 90%;
	margin: calc(80px) auto;
}
.page-age-gate .container h2 {
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	font-size: 3rem;
	line-height: 1.025;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
.page-age-gate .container p {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 25px;
}
.page-age-gate .container button.btn {
	max-width: 250px;
	width: 100%;
}
.page-age-gate .container .img-container {
	width: 100%;
	margin-bottom: 30px;
	width: 45%;
	max-width: 45%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.page-age-gate .container .img-container {
		max-width: 30%;
	}
}
.page-age-gate .container .img-container img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.page-age-gate .container .divider-container {
	width: 100%;
	max-width: 120px;
	margin-bottom: 30px;
}
.page-age-gate .container #age-gate-content {
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
}
.page-age-gate .container #age-gate-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
.page-age-gate .container #age-gate-content ul li {
	width: calc(33.333% - 10px);
}
.page-age-gate .container #age-gate-content select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #fff;
	border-radius: 0;
	background-color: #000;
	color: #fff;
	width: 100%;
	padding: 10px 5px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
}
.page-age-gate .container #age-gate-content .country {
	margin-bottom: 15px;
}
.page-age-gate .container #age-gate-content #submit {
	margin: 0 auto;
}
@media screen and (max-width: 360px) {
	.page-age-gate .container {
		margin: calc(10vw) auto;
	}
	.page-age-gate .container p {
		margin: 0 0 5px 0;
	}
	.page-age-gate .container .img-container {
		margin-bottom: 0;
		margin: 0 auto;
		max-width: 25%;
	}
	.page-age-gate .container .divider-container {
		margin-bottom: 5px;
	}
}
@media (min-width: 767px) {
	.hidden-mobile {
		display: none;
	}
}
.globalTitle {
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
}
.clipBgHero {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 30px;
	left: 0;
	max-width: none !important;
}
@media screen and (min-width: 768px) {
	.mainnavabsolute {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
}
.section__carousel .home__slider--links p {
	font-size: 1.3rem;
	line-height: 1.6;
}
@media screen and (min-width: 767px) {
	.section__carousel .home__slider--links p {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 0;
	}
}
.clipBgHero {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 30px;
	left: 0;
	max-width: none !important;
}
#home__teq--text {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	margin: 0 auto !important;
}
.hidemedesktop {
	display: block;
}
.showmedesktop {
	height: 15px;
}
@media screen and (min-width: 768px) {
	.hidemedesktop {
		display: none;
	}
	.showmedesktop {
		height: 35px;
	}
}
.bodycopy {
	font-size: 1.3rem;
	line-height: 1.6;
}
@media screen and (min-width: 767px) {
	.bodycopy {
		font-size: 1.7rem;
		font-weight: 500;
		font-family: "MontserratMedium500", sans-serif;
	}
}
.btnbglight {
	background: url(../images/ltbtnbg.png) no-repeat;
	background-size: contain;
	color: black !important;
	position: relative;
}
.thickcutimghero {
	height: auto;
	width: 160px;
}
@media screen and (min-width: 767px) {
	.thickcutimghero {
		height: auto;
		width: 248px;
	}
}
.newboldlookhero {
	position: absolute;
	top: 9%;
}
@media screen and (min-width: 767px) {
	.newboldlookhero {
		position: absolute;
		top: 20%;
	}
}
.followusbottoncontainer {
	height: 300px;
}
@media screen and (min-width: 767px) {
	.followusbottoncontainer {
		height: 400px;
	}
}
.followusbottomcontainerinner {
	text-align: center;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
@media screen and (min-width: 767px) {
	.followusbottomcontainerinner {
		text-align: center;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
}
.margbottomspacing {
	margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
	.margbottomspacing {
		margin-bottom: 0px;
	}
}
.cards {
	display: none;
}
@media screen and (min-width: 767px) {
	.cards {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(0, 1fr));
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-auto-rows: auto;
		grid-gap: 5rem;
		max-width: 80vw;
		margin: auto;
	}
	.card {
		padding: 0.5rem;
		position: relative;
	}
	.card__content {
		margin-top: 40px;
		color: white;
		text-align: center;
	}
	.card__content p {
		margin: 20px 0;
	}
	.cardcta {
		position: absolute;
		bottom: 0;
	}
	.card__image {
		width: 80%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: auto;
	}
}
@media screen and (min-width: 767px) {
	#home #home__slider--tequila {
		display: none;
	}
	#home__slider--tequila {
		display: none;
	}
}
.herobodycontainer {
	width: 80vw;
}
@media screen and (min-width: 767px) {
	.herobodycontainer {
		width: 50vw;
	}
}
.mwdivider {
	max-width: 60px;
	margin: 0 auto 25px;
}
@media screen and (min-width: 767px) {
	.mwdivider {
		max-width: 100px;
		margin: 0 auto 50px;
	}
}
.h7 {
	font-weight: 800;
	font-family: "MontserratExtraBold800", sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
	.h7 {
		font-size: 3rem;
		padding-bottom: 10px;
	}
}
.drinksherobg {
	background: url(../images/bgindvdrinks.png) no-repeat;
	background-size: cover;
}
@media screen and (min-width: 767px) {
	.drinksherobg {
		background: url(../images/bgindvdrinks.png) no-repeat;
		background-size: cover;
	}
}
.proddetails {
	color: white;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.proddetailsbtncontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tooltip {
	position: relative;
}
.tooltip span {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	text-align: center;
	border-radius: 6px;
	padding: 5px 4px;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -60px;
}
.tooltip:hover span {
	visibility: visible;
	opacity: 1;
	display: block;
	position: fixed;
	overflow: hidden;
	z-index: 99999;
	background-color: #00000078;
	color: white;
}
.tooltip:hover span p {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
}
.owl-carousel {
	position: relative;
	cursor: move;
}
.owl-carousel a {
	cursor: pointer;
}
.owl-prev,
.owl-next {
	position: absolute;
	width: 50px !important;
	font-size: 80px !important;
	color: white !important;
	top: 0;
	background: rgba(0, 0, 0, 0.5) !important;
	z-index: 11;
	height: 95%;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}

.logo-container {
	display: flex;
	justify-content: center;
	margin: top -5vh;
}

@media screen and (min-width: 768px) {
	.logo-container img {
		position: relative;
		top: -5vh;
	}
}

.logo-image {
	max-width: 90%;
	height: auto;
}
/*# sourceMappingURL=main.css.map */
