/** Shopify CDN: Minification failed

Line 1192:1 Unexpected "{"

**/
html {
  scroll-behavior: smooth;
}
body {		
	/*font-family: "Barlow Semi Condensed", sans-serif;*/
    font-family: "Barlow", sans-serif;
  	font-weight: 400;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5{/*font-family: 'MangoGrotesqueExtLt';*/ font-family: 'fronds_getturingregular';}
h1 span,h2 span,h3 span,h4 span,h5 span{font-family: 'fronds_getturingregular';}
a,a:hover{
	transition: all ease 0.3s;
	text-decoration: none;
}

@font-face {
    font-family: 'MangoGrotesqueExtLt';
    src: url('/cdn/shop/files/MangoGrotesque-ExtraLight.woff2?v=1749630022') format('woff2'),
         url('/cdn/shop/files/MangoGrotesque-ExtraLight.otf?v=1749630063') format('opentype');
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'MangoGrotesque';
    src: url('/cdn/shop/files/MangoGrotesque-Regular.woff2?v=1749630107') format('woff2'),
         url('/cdn/shop/files/MangoGrotesque-Regular.otf?v=1749630141') format('opentype');
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'fronds_getturingregular';
    src: url('/cdn/shop/files/fronds_getturing-webfont.woff2?v=1749630183') format('woff2'),
         url('/cdn/shop/files/fronds_getturing-webfont.woff?v=1749630206') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*@font-face {
    font-family: 'MangoGrotesqueExtLt';
    src: url('https://cdn.shopify.com/s/files/1/0603/5377/3610/files/MangoGrotesque-ExtraLight.woff2?v=1713338086'),
         url('https://cdn.shopify.com/s/files/1/0603/5377/3610/files/MangoGrotesque-ExtraLight.otf?v=1713338086');
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face { 
    font-family: 'MangoGrotesque';
    src: url('https://cdn.shopify.com/s/files/1/0603/5377/3610/files/MangoGrotesque-Regular.woff2?v=1713338087'),
         url('https://cdn.shopify.com/s/files/1/0603/5377/3610/files/MangoGrotesque-ExtraLight.otf?v=1713338086');
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'fronds_getturingregular';
    src: url('https://cdn.shopify.com/s/files/1/0603/5377/3610/files/fronds_getturing-webfont.woff2?v=1713338087'),
         url('https://cdn.shopify.com/s/files/1/0603/5377/3610/files/fronds_getturing-webfont.woff?v=1713338088');
    font-weight: normal;
    font-style: normal;

}*/
h2 {
	color: #55565a;
	font-size: 170px;
	font-weight: bold;
	line-height: 180px;
	text-align: center;
}
h2 span{
	display: inline-block;
	font-size: 200px;
	font-weight: normal;	
}
p{
	color: #55565a;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.banner-wrap{
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/main-banner.jpg?v=153280620882218627961750846364);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 100vh;
    overflow-x: hidden;
}
.topbar-sec{
	
}
.topbar-sec .left-sec{}
.topbar-sec .left-sec label{
	color: #55565a;
	font-size: 20px;
	line-height: 56px;
	text-align: left;
	display: inline-block;
	font-weight: 600;
	margin-right: 5px;
}
.topbar-sec .left-sec .topsocial{
	display: inline-block;
}
.topbar-sec .left-sec .topsocial i, .topbar-sec .left-sec .topsocial img {
	color: #55565a;
	font-size: 18px;
	line-height: 56px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	transform: scale(1);
	transition: all ease 0.3s;
}
.topbar-sec .left-sec .topsocial i:hover, .topbar-sec .left-sec .topsocial img:hover{
	transform: scale(1.06);
	transition: all ease 0.3s;
}
.topbar-sec .left-sec .topsocial img{
	position: relative;
	top: -3px;
}
.langswitcher-sec{}
.langswitcher-sec ul{
	padding: 0;
	margin: 0;
	text-align: right;
}
.langswitcher-sec ul li{
	list-style-type: none;
	display: inline-block;
	font-weight: 600;
}
.langswitcher-sec ul li:nth-child(2){
	color: #fff;
	font-size: 18px;
	line-height: 56px;
	padding: 0 3px;
}
.langswitcher-sec ul li a{
	color: #fff;
	font-size: 18px;
	line-height: 56px;
	display: block;
	font-weight: 600;	
	transform: scale(1);
	transition: all ease 0.3s;
}
.langswitcher-sec ul li a:hover{
	transform: scale(1.06);
	transition: all ease 0.3s;
}
.navigation-wraper{position: relative;}
.navigation-wraper .left-sec i,.navigation-wraper .right-sec i{
	color: #55565a;
	font-size: 26px;
	line-height: 60px;
	height: 60px;
	width: 60px;
	text-align: center;
	border: 1px solid #55565a;
	border-radius: 50%;
	cursor: pointer;
	margin: 24px 0px;
	margin-left: 6px;
	transform: scale(1);
	transition: all ease 0.3s;
}
.navigation-wraper .left-sec i:hover,.navigation-wraper .right-sec i:hover{
	transform: scale(1.06);
	transition: all ease 0.3s;
}
.navigation-wraper .right-sec{text-align: right;}
.toplogo{
	height: 130px;
	width: 130px;
	text-align: center;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
    top: 5px;
}
.toplogo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.navigation-wrap ul {
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	left: 20px;
}
.navigation-wrap > ul > li {
	list-style-type: none;
	display: block;
	float: left;
    position: relative;
}
.navigation-wrap > ul > li:nth-child(3) {
	margin-right: 98px;
}
.navigation-wrap > ul > li:nth-child(3)::after {
	font-family: FontAwesome;
	content: "\f107";
	color: #fff;
	font-size: 17px;
	line-height: 112px;
	position: absolute;
	right: 0px;
	top: 0;
}
.navigation-wrap > ul > li:nth-child(4) {
	margin-left: 150px;
}
.navigation-wrap ul li a {
	color: #55565a;
	font-size: 17px;
	line-height: 106px;
	font-weight: 600;
	display: block;
	padding: 0 18px;
	position: relative;
	transition: all ease 0.3s;
}
.navigation-wrap ul li a:hover{
	font-weight: 700;
	transition: all ease 0.3s;
}
.navigation-wrap ul li a::before,.navigation-wrap ul li a::after {
	content: '-';
	color: #55565a;
	font-size: 16px;
	line-height: 106px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	transition: all ease 0.3s;
}
.navigation-wrap ul li a::after{right: 0;left: unset;}
.navigation-wrap ul li a:hover::before,.navigation-wrap ul li a:hover::after{
	display: block;
	transition: all ease 0.3s;
}
.navigation-wrap ul li ul.submenu {
	position: absolute;
	z-index: 10;
	background-color: #000;
	width: 180px;
	/*left: -78%;*/
    left: 0px;
	display: none;
	top: 80px;
    transition: all ease 0.3s;
}
.navigation-wrap ul li:hover ul.submenu{display: block;transition: all ease 0.3s;}
.navigation-wrap ul li ul.submenu li {
	display: block;
	float: none;
	border-bottom: 1px solid #333;
    transition: all ease 0.3s;
}
.navigation-wrap ul li ul.submenu li:hover{
    border-bottom: 1px solid #fff;
    transition: all ease 0.3s;
}
/*.navigation-wrap ul li ul.submenu li a {
	font-size: 16px;
	line-height: 55px;
	text-align: center;
	padding: 0 15px;
}*/
.navigation-wrap ul li ul.submenu li a {
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	padding: 0 15px;
	color: #fff;
}
.navigation-wrap ul li ul.submenu li a::before,.navigation-wrap ul li ul.submenu li a::after{display: none !important;}
.banner-content-sec {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	/*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);*/
   /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);*/
    z-index: 5;
    padding-bottom: 15px;
}
.banner-content-sec h1 {
	color: #fff;
	font-size: 170px;
	font-weight: bold;
	line-height: 180px;
}
.banner-content-sec h1 span{
	display: inline-block;
	font-size: 200px;
	font-weight: normal;	
}
.banner-content-sec p{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
.banner-content-sec .cta-btn{
	display: block;
	margin: 30px auto;
}
/*.cta-btn{
	height: 40px;
	width: 152px;
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	font-weight: 600;
	text-align: center;
	border: 2px solid #fff;
	display: block;
	position: relative;
	transition: all ease 0.3s;
}
.cta-btn:hover{
	color: #fff;
	transition: all ease 0.3s;
}*/
.cta-btn{
	height: 50px;
	width: 152px;
	color: #fff;
	font-size: 18px;
	line-height: 43px;
	font-weight: 600;
	text-align: center;
	border: 2px solid #fff;
	display: block;
	position: relative;
	transition: all ease 0.3s;
	text-decoration: none !important;
}
.cta-btn:hover{
	color: #fff !important;
    background: #26dfba !important;
    border: 2px solid #26dfba !important;
	transition: all ease 0.3s;
}
.cta-btn::before{
	height: 4px;
	width: 30px;
	content: '';
	position: absolute;
	z-index: 2;
	left: 20px;
	top: -2px;
	background: #000;
	transition: all ease 0.3s;
}
.cta-btn:hover::before{
	transition: all ease 0.3s;
	animation: Toright 3s linear infinite alternate forwards;
}
.cta-btn::after{
	height: 4px;
	width: 30px;
	content: '';
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: -3px;
	background: #000;
	transition: all ease 0.3s;	
}
.cta-btn:hover::after{
	transition: all ease 0.3s;
	animation: Toleft 3s linear infinite alternate forwards;
}
/*.cta-btn.dark{
	color: #55565a;
	border: 2px solid #55565a;
}*/
.cta-btn.dark{
	color: #ff3133;
	border: 2px solid #ff3133;
}
.cta-btn:hover{
	color: #55565a;
	transition: all ease 0.3s;
}
.cta-btn::before{
	background: #fff;
}
.cta-btn::after{
	background: #fff;
}
@keyframes Toright {
    0%{
        left: 20px;
    }
    50%{
        left: 70px;
    }
    100%{
        left: 120px;
    }
}
@keyframes Toleft {
    0%{
        right: 20px;
    }
    50%{
        right: 70px;
    }
    100%{
        right: 120px;
    }
}
.the-flavours-wrap {
	height: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
.the-flavours-wrap::before {
	content: '';
    background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/bg-flavors.png?v=5247894689394529531750846324);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 1052px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
}
.the-flavours-wrap h2 {
	font-size: 100px;
	line-height: 110px;
}
.the-flavours-wrap h2 span {
	font-size: 110px;
}
.the-flavours-wrap p {
	text-align: center;
	width: 90%;
	display: block;
	margin: 30px auto;
}
.product-listing-sec{}
.product-listing-sec ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
.product-listing-sec ul li {
	list-style-type: none;
	display: block;
    float: left;
	width: 24.7%;
	padding: 0 15px;
}
.product-listing-sec ul li .picholder {
	width: 100%;
	height: 620px;
}
.product-listing-sec ul li .picholder img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	position: relative;
	left: 4%;
	right: 0;
	margin: 0 auto;
}
.the-flavours-wrap .product-listing-sec ul li p{
	margin: 10px 0px 0px;
	width: 100%;
}
.the-flavours-wrap .product-listing-sec ul li p small {
	font-size: 20px;
}
.the-flavours-wrap .product-listing-sec ul li h3 {
	color: #b2b3b2;
	font-size: 30px;
	margin: 10px 0px;
}
.the-flavours-wrap .product-listing-sec ul li h3 a{
	color: #b2b3b2;
	transition: all ease 0.3s;
}
.the-flavours-wrap .product-listing-sec ul li h3 a:hover{
	color: #55565a;
	transition: all ease 0.3s;
}
.the-flavours-wrap .price-item.price-item--sale {
	font-size: 35px !important;
}
.lifestyle-wrap {
	background-color: #e60046;
	height: 477px;
	color: #fff;
	margin-top: 80px;
	margin-bottom: 228px;
}
.lifestyle-wrap h2 {
	color: #fff;
	font-size: 50px;
	text-align: left;
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 0px;
}
.lifestyle-wrap h2 span{
	color: #fff;
	font-size: 50px;
}
.lifestyle-wrap p{
	color: #fff;
}
.lifestyle-wrap p strong {
	display: block;
}
.lifestyle-wrap .cta-btn{
	margin-top: 40px;
}
.lifestyle-wrap .cta-btn::before,.lifestyle-wrap .cta-btn::after{
	background: #e60046;
}
.lifestyle-wrap .content-sec {
	padding-top: 80px;
	padding-bottom: 80px;
}
.lifestyle-wrap .image-sec{
	position: relative;
}
.lifestyle-wrap .image-sec .firstpic {
	height: 342px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -32px;
	z-index: 1;
}
.lifestyle-wrap .image-sec .fourthpic {
	height: 382px;
	width: 100%;
	position: absolute;
	right: -50px;
	top: 319px;
	z-index: 1;
}
.lifestyle-wrap .image-sec .secondpic {
	height: 389px;
	width: 100%;
	position: absolute;
	right: -10px;
	top: -77px;
	z-index: 1;
}
.lifestyle-wrap .image-sec .thirdpic {
	height: 342px;
	width: 100%;
	position: absolute;
	left: 40px;
	top: 319px;
	z-index: 1;
}
.lifestyle-wrap .image-sec img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.infused-taquila-wrap {
	margin-top: 230px;
}


.infused-taquila-wrap h2 {
	font-size: 80px;
	text-align: left;
	line-height: 90px;
	margin-top: 0;
	margin-bottom: 30px;
}
.infused-taquila-wrap h2 span{
	font-size: 100px;
}
.infused-taquila-wrap .cta-btn{
	margin: 30px 0px;
}
.infused-taquila-wrap .contholder {
	margin-top: 110px;
}
.mixology-wrap{
	margin-top: 80px;
}
.mixology-wrap h2{font-size: 80px;line-height: 90px;}
.mixology-wrap h2 span{
	font-size: 100px;
}
.mixology-listing{	
	margin-top: 60px;
}

/*.flip-box {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateX(180deg);
}*/


.flip-box-back {
	position: absolute;
	top: 0;
	left: 100%;
	background: #f5f0ee;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
    display: block;
	transition: all ease 0.8s;
}
.flip-box-front {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.mixology-listing fieldset:hover .flip-box-front{
    opacity: 1;
    z-index: -1;
	width: 100%;
	transition: all ease 0.3s;
}
.mixology-listing fieldset:hover .flip-box-back{
	opacity: 1;
    left: 0px;
	width: 100%;
	transition: all ease 0.3s;
}
.flip-box-back fieldset .picholder {
	width: 40%;
	display: block;
	float: left;
}
.flip-box-back fieldset .contholder {
	width: 60%;
	display: block;
	float: left;
	padding: 10px 15px;
	text-align: left;
}
.flip-box-back fieldset .contholder h4 {
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	color: #55565a;
}
.flip-box-back fieldset .contholder h4 a{
	color: #fff;
}
.flip-box-back fieldset .contholder h4 a:hover{
	color: #fff;
    text-decoration: underline;
}
.flip-box-back fieldset .contholder p{
	text-align: left;
	padding: 0;
	color: #fff;
	text-transform: none;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 27px;
	font-family: 'fronds_getturingregular';
}



.mixology-listing fieldset{position: relative;overflow: hidden;}
.mixology-listing fieldset img{
	max-width: 100%;
	display: block;
	margin: 10px auto;
}
.mixology-listing fieldset h3 {
	color: #242424;
	font-size: 70px;
	line-height: 75px;
	text-align: center;
	margin: 15px 0px;
	text-transform: uppercase;
}
.mixology-listing fieldset p {
	text-align: center;
	padding: 0 15%;
}
.experience-wraper{
	background-color: #ef8903;
	height: 830px;
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
	overflow: hidden;
}
.experience-wraper::before {
	content: '';
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/experience-before.jpg?v=101989282021467739901750846354);
	background-size: contain;
	background-repeat: no-repeat;
	width: 178px;
	height: 374px;
	position: absolute;
	right: -40px;
	top: 0;
}
.experience-wraper::after {
	content: '';
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/experience-after.jpg?v=64535385499534098931750846353);
	background-size: contain;
	background-repeat: no-repeat;
	width: 178px;
	height: 374px;
	position: absolute;
	left: -40px;
	bottom: 0;
}
.pad0{padding: 0px;}
.experience-wraper img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}
.experience-wraper h2{font-size: 120px;line-height: 130px;color: #fff;text-align: left;}
.experience-wraper h2 span{
	font-size: 150px;
	display: block;
}
.experience-wraper p{color: #fff;}
/*.experience-wraper .title-sec {
	padding-left: 10%;
	padding-top: 5%;
}*/
.experience-wraper .title-sec {
	padding-left: 7%;
	padding-top: 2%;
}
.experience-wraper .cont-sec {
	padding-left: 10%;
	padding-top: 5%;
}
.experience-wraper .last-pic {
	position: relative;
	top: -70px;
}
.experience-wraper .cta-btn{
	margin-top: 30px;
}
.experience-wraper .cta-btn::before,.experience-wraper .cta-btn::after{
	background: #ef8903;
}
.insta-wraper{
	/*background-image: url('../images/bg-insta.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;*/
	/*height: 1185px;*/
	height: auto;
	padding-top: 0px;
	padding-bottom: 70px;
	position: relative;
}
.insta-wraper .qr-sec img {
	max-width: 50%;
	margin-top: 20px;
}


.shot-glass-sec {
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Shot-Glass.png?5919);
	background-size: contain;
	background-repeat: no-repeat;
	width: 239px;
	height: 297px;
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 55px;
}
.fillglass {
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Shot-Glass-Level.png?5919);
	background-repeat: repeat;
	background-position: top;
	/*height: 189px;*/
	position: absolute;
	width: 45%;
	/*border-radius: 175px;*/
	left: 23px;
	bottom: 0px;
	animation: Toup 4s linear infinite alternate forwards;
}
@keyframes Toup {
    0%{
        bottom: 0px;
        height: 60px;
    }
    50%{
        bottom: 0px;
        height: 100px;
    }
    100%{
        bottom: 0px;
        height: 230px;
    }
}
.bottles-in-instasec {
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Bottles-in-Instagram.png?v=85227481676882430861750846328);
	background-size: contain;
	background-repeat: no-repeat;
	width: 390px;
	height: 500px;
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 55px;
}

section.container-fluid.maduration-sec {
    text-align: center;
    padding: 90px 10%;
}




.footer-block {
	margin-bottom: 0px;
}
.footer-block .left-sec img {
	width: 100%;
	position: relative;
	margin-top: -110px;
}
.footer-wrap{
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/bg-footer.jpg?v=54272565502979682541750846325);
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 419px;*/
	height: auto;	
	margin-top: 110px;
    padding-bottom: 20px;
}
.footer-wrap .right-sec {
	margin-top: 40px;
}
.footer-wrap h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	line-height: 24px;
	padding-left: 15px;
}
.footer-nav{}
.footer-nav ul{padding: 0; margin: 0;}
.footer-nav ul li{list-style-type: none;display: block;}
.footer-nav ul li a{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	display: block;
	padding: 0 20px;
	font-weight: 600;
	position: relative;
	transition: all ease 0.3s;
}
.footer-nav ul li a


.footer-nav ul li a:hover{
	font-weight: 700;
	transition: all ease 0.3s;
}
.footer-nav ul li a::before,.footer-nav ul li a::after {
	content: '-';
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	transition: all ease 0.3s;
}
.footer-nav ul li a::after{right: 0;left: unset;}
.footer-nav ul li a:hover::before,.footer-nav ul li a:hover::after{
	display: none;
	transition: all ease 0.3s;
}





.newsletter-social-sec h3 {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	margin: 20px 0px 0px;
}
.newsletter-social-sec p{
	color: #fff;
	font-size: 16px;
	line-height: 18px;
    padding-left: 15px;
}
.newsletterform-sec {
	height: 48px;
	width: 100%;
	position: relative;
	margin: 30px 0px;
}
.newsletterform-sec input[type="email"]{
	height: 48px;
	width: 100%;
	background-color: #fff;
	color: #505050;
	font-size: 16px;
	line-height: 48px;
	padding: 0 55px 0 15px;
	border: none;
}
.newsletterform-sec button {
	height: 48px;
	width: auto;
	color: #505050;
	font-size: 30px;
	line-height: 48px;
	background: transparent;
	border: none;
	position: absolute;
	right: 0px;
	z-index: 5;
	padding: 0 10px;
	transition: all ease 0.3s;
}
.newsletterform-sec button:hover{
	background: #333;
	color:#fff; 
	transition: all ease 0.3s;
}
.foot-social-sec {
	margin-top: 20px;
}
.foot-social-sec label {
	color: #fff;
	font-size: 20px;
	line-height: 56px;
	text-align: left;
	display: inline-block;
	font-weight: 600;
	margin-right: 5px;
}
.footer-social i, .footer-social img {
	color: #fff;
	font-size: 22px;
	line-height: 45px;
	height: 45px;
	width: 45px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin-left: 3px;
	text-align: center;
	cursor: pointer;
	transform: scale(1);
	transition: all ease 0.3s;
}
.footer-social img {
	padding: 12px;
	position: relative;
	top: -4px;
}
.footer-social svg {
	height: 45px;
	width: 45px;
	border: 1px solid #fff;
	font-size: 16px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: 12px;
	color: #fff;
	padding: 8px;
	margin-left: 3px;
    transform: scale(1);
	transition: all ease 0.3s;
}
.footer-social i:hover, .footer-social img:hover,.footer-social svg:hover {
	transform: scale(1.06);
	transition: all ease 0.3s;
}
.footer-social{display: inline-block;}














.copyright-text {
	border-top: 1px solid #fff;
	padding: 10px 15px 0px;
	margin-top: 0;
	position: relative;
	top: 10px;
}
.copyright-text p {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}
.nav-btn {
	height: 50px;
	width: 50px;
	background: #333;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 30px;
	display: none;
	transition: all ease 0.3s;
}
.nav-btn:hover{
	border-radius: 50%;
	transition: all ease 0.3s;
}
.nav-btn i {
	color: #fff;
	font-size: 34px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	transition: all ease 0.3s;
}
.nav-btn:hover i,.nav-btn i:hover{
	font-size: 26px;
	transition: all ease 0.3s;
}
.showDesktop{display: block;}
.showMobile{display: none;}
.banner-wrap.inner-banner-wrap {
	height: 550px;
}
.banner-wrap.inner-banner-wrap .banner-content-sec h1 span,.banner-wrap.inner-banner-wrap .banner-content-sec h2 span {
	font-size: 130px;
}
.banner-wrap.inner-banner-wrap .banner-content-sec h1,.banner-wrap.inner-banner-wrap .banner-content-sec h2 {
	font-size: 100px;
	line-height: 110px;
}
.banner-wrap.inner-banner-wrap .banner-content-sec {
	bottom: 0px;
}
#cart-icon-bubble {
	position: relative;
}
.cart-count-bubble {
	font-size: 20px;
	height: 40px;
	width: 40px;
	background: #fff;
	color: #000;
	right: -10px;
	top: -50px;
	left: unset;
	bottom: unset;
	text-align: center;
}
/*.drawer__heading {
	margin: 0 0 1rem;
	font-size: 70px;
	line-height: 80px;
}*/
.drawer__heading {
	margin: 0 0 1rem;
	font-size: 40px;
	line-height: 44px;
}
.bg-where-westarted-wrap{
  background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Harvesting-Picking-Natures-Finest.jpg?v=73734656651684101191750846358);
	background-size: cover;
	background-attachment: fixed;
	height: 480px;
}
.bgblack{background-color: #000;color: #fff;}
.bg-coa-section{
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Cooking-Revealing-Sweet-Secrets.jpg?v=20320673753207128371750846347);
	background-size: cover;
	background-attachment: fixed;
	height: 480px;
}
.bg-pina-sec{
	 background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Extraction-Capturing-Liquid-Gold.jpg?v=146330469843759940661750846354);
	background-size: cover;
	background-attachment: fixed;
	height: 480px;
}
.bg-time-tradition-sec{
	 background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Process_Desktop.jpg?v=9650453614458909071750846373);
	background-size: cover;
	background-attachment: fixed;
	height: 480px;
}
.bg-perfection-sec{
	 background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Distillation-Maturation-Precision-Crafting.jpg?v=16212186680502836681750846353);
	background-size: cover;
	background-attachment: fixed;
	height: 480px;
}
.bg-maduration-sec{
	 background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/MADURATION_Desktop.jpg?v=141939045691601697401750846362);
	background-size: cover;
	background-attachment: fixed;
	height: 480px;
}{
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Distillation-Maturation-Precision-Crafting.jpg?v=16212186680502836681750846353);
	background-size: cover;
	background-attachment: fixed;
	height: 480px;
}
.bg-finaltouch-sec{
	 background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/The-Final-Touch-True-Infusion.jpg?v=117205398609255182241750846394);
	background-size: cover;
	background-attachment: fixed;
	height: 480px;
}
.bgblack h2,.bgblack p{
	color: #fff;
}
.where-westarted-wrap,.coa-section,.pina-sec,.time-tradition-sec,.perfection-sec,.finaltouch-sec {
	text-align: center;
	padding: 90px 10%;
}
.about-page-wraper h2{
	font-size: 90px;
	line-height: 90px;
}
.about-page-wraper h2 span{
	font-size: 80px;
}
.about-page-wraper p i {
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -2px;
	font-weight: ;
}
.policy-page-wrap{ margin-top: 40px;margin-bottom: 40px;}
.policy-page-wrap h2 span{
	font-size: 80px;
}
.policy-page-wrap h2{font-size: 66px;line-height: 80px;}
.policy-page-wrap h3 {
	font-size: 44px;
	line-height: 52px;
}
.policy-page-wrap h4 {
	font-size: 38px;
	line-height: 48px;
}
.policy-page-wrap p {
	text-align: justify;
}
.policy-page-wrap ul {
	padding: 0px 0px 0px 15px;
	margin: 15px 0px;
}
.policy-page-wrap ul li{
	color: #55565a;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
}




.top-slogan-wrap{position: relative;text-align: center;margin-top: 40px;margin-bottom: 40px;}
.top-slogan-wrap::before{
	content: '';
	 background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/slogan-left.png?v=60660898780149789311750846386);
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 360px;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
}
.top-slogan-wrap::after{
	content: '';
    background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/slogan-right.png?v=138712999544573251321750846387);
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 360px;
	position: absolute;
	z-index: -1;
	right: 0px;
	bottom: 0px;
}
.top-slogan-wrap h2{
	font-size: 90px;
	line-height: 90px;
}
.top-slogan-wrap h2 span{
	font-size: 80px;
}
.top-slogan-wrap h2{font-size: 66px;}
.top-slogan-wrap p{
	width: 60%;
	display: block;
	margin: 0 auto 20px;
}

.flavors-listing-wrap{
	margin-top: 50px;
	margin-bottom: 50px;
}
.flavors-listing-wrap fieldset {
	display: block;
	padding: 20px 15px;
	position: relative;
	margin-top: 40px;
	box-shadow: 0 0 14px #cbcbcb;
	border-radius: 15px;
}
/*.flavors-listing-wrap fieldset::after{
	content: '';
	height: 50px;
	background-image: url('images/flavors/pattern.png');
	background-size: contain;
	background-repeat: repeat-x;
	position: absolute;
	z-index: -1;
	left: 0px;
	width: 100%;
	bottom: 0px;
}*/
.flavors-listing-wrap fieldset .picholder{
	height: 500px;
	display: block;
}
.flavors-listing-wrap fieldset .picholder img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
}
.flavors-listing-wrap fieldset .contholder{}
.flavors-listing-wrap fieldset .contholder h3{
	color: #55565a;
 	font-size: 70px;
 	line-height: 75px;
 	text-align: left;
 	margin: 15px 0px;
}
.flavors-listing-wrap fieldset .contholder p{}
.flavors-listing-wrap fieldset .contholder ul{
	margin: 15px 0px;
}
.flavors-listing-wrap fieldset .contholder ul li{
	color: #55565a;
 	font-size: 18px;
 	font-weight: 400;
 	line-height: 35px;
}
/*.flavors-listing-wrap fieldset .contholder .btn-sec{
	margin: 25px 0px;
	display: block;
}
.flavors-listing-wrap fieldset .contholder .btn-sec a{
	display: inline-block;
	margin-right: 10px;
}
.flavors-listing-wrap fieldset .contholder .btn-sec a:first-child{
	background-color: #000;
	color: #fff;
}
.flavors-listing-wrap fieldset .contholder .btn-sec a:first-child:hover{
	background-color: transparent;
	color: #000;
}
.flavors-listing-wrap fieldset .contholder .btn-sec a:last-child::before,.flavors-listing-wrap fieldset .contholder .btn-sec a:last-child::after{display: none;}
*/

#st-wishlist-page h2 {
	font-size: 50px !important;
}
h2.form-status.form-status-list.form__message {
	font-size: 17px;
	line-height: 30px;
	color: #428445;
	font-family: unset;
	font-weight: 600;
	margin: 10px 0px;
}
.product.product--large{width: 100%;}
html[lang="es"] .navigation-wrap ul li a {
	font-size: 15px;
	padding: 0 14px;
}
html[lang="es"] .footer-nav ul li a {
	font-size: 15px;
	padding: 0 15px;
}
.view-all-recipes .cta-btn {
	width: 200px;
	margin: 10px auto 20px;
}
.other_flavours_inner fieldset .blog-pic-holder img {
	max-width: 100%;
	width: auto !important;
	object-fit: contain !important;
	margin: 10px auto;
}
.other_flavours_inner fieldset .blog-content-holder {
	padding: 15px 20px 0;
	text-align: center;
}
.other_flavours_inner fieldset .blog-content-holder h3{text-align: center !important;}
.other_flavours_inner fieldset .blog-content-holder .product-price{
  font-size: 30px;
  line-height: 40px;
}

.faqaccordion-sec {
	margin: 15px 0px;
}
.faqaccordion {
	background-color: #505354;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	font-weight: bold;
	margin-top: 15px;
}
.faqaccordion.active, .faqaccordion:hover {
	background-color: #000;
}
.faqaccordion::after {
	content: '\002B';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-size: 20px;
}
.faqaccordion.active:after {
	content: "\2212";
}
.faqpanel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.jdgm-write-rev-link {
	background-color: #ff3133 !important;
	border-color: #ff3133 !important;
}
.jdgm-write-rev-link:hover{
    background-color: #26dfba !important;
	border-color: #26dfba !important;
}
.jdgm-preview-badge .jdgm-star,.jdgm-histogram .jdgm-star {
	/*color: #ef8903 !important;*/
    color: #ff3133 !important;
}
.jdgm-histogram__bar-content {
	background-color: #ff3133 !important;
}
.jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-review .jdgm-star, .jdgm-gallery-popup .jdgm-star{color: #ff3133 !important;}
.jdgm-prev-badge__text {
	color: #55565a;
	font-size: 18px;
	line-height: 25px !important;
	margin-left: 5px !important;
	font-weight: 500;
	visibility: visible !important;
}
.jdgm-rev-widg__summary-text, .jdgm-histogram__frequency, .jdgm-rev__author, .jdgm-rev__timestamp, .jdgm-rev__location {
	color: #55565a !important;
	font-size: 18px !important;
	line-height: 25px !important;
	margin-left: 5px !important;
	font-weight: 500;
	
}
.jdgm-paginate__page {
	color: #000 !important;
}

/*New Product Details Page CSS Start*/
.how_to_drink_infused_wrapper {
	padding: 0 10%;
	margin-top: 40px;
}
.price-item.price-item--sale, .price-item.price-item--sale {
	color: #55565a !important;
	font-size: 22px !important;
	line-height: 25px;
	font-weight: 500;
}
.price-item.price-item--sale {
	color: #b2b3b2 !important;
}


.prod-usp-sec {
	margin-top: 60px;
}
.prod-usp-sec ul {
	padding: 0 15px;
	margin: 0;
}
.prod-usp-sec ul li {
	list-style-type: none;
	display: block;
	width: 25%;
	float: left;
	position: relative;
	margin-bottom: 60px;
}
.prod-usp-sec ul li .image-holder {
	background-image: url('/cdn/shop/files/usp-bg.png?v=1730789837');
	background-repeat: no-repeat;
	background-size: contain;
	width: 180px;
	height: 290px;
	display: block;
	float: left;
	background-position: center;
	position: relative;
}
.prod-usp-sec ul li .image-holder img {
	height: 85px;
	display: block;
	margin: 0 auto;
	width: 85px;
	object-fit: contain;
	position: absolute;
	left: 0;
	right: 0;
	top: 36%;
	transform: scale(1);
	transition: all ease 0.3s;
}
.prod-usp-sec ul li:hover .image-holder img{
	transform: scale(1.08);
	transition: all ease 0.3s;
}
.prod-usp-sec ul li .cont-holder {
	display: block;
	float: left;
	width: calc(100% - 180px);
	padding-left: 0px;
	margin-top: 70px;
}
.prod-usp-sec ul li .cont-holder h3{
	color: #191919;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	display: block;
}
.prod-usp-sec ul li .cont-holder p strong{
	color: #191919;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
}
.prod-usp-sec ul li .cont-holder hr{
	height: 3px;
	width: 121px;
	background-color: #191919;
	border: none;
	margin: 10px 0px;
	display: block;
	float: none;
}
.drinking-table tbody tr td {
	width: 50%;
	border-color: #191919;
}
.drinking-table thead tr {
	background-color: #cfcfcf;
}
.drinking-table thead tr th{
	color: #191919;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	border: 1px solid #191919 !important;
}
.drinking-loop img {
	display: block;
	width: 90px;
	height: 90px;
	object-fit: contain;
	float: left;
}
.drinking-loop p span{
	color: #ff6a00;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 700;
	font-size: 30px;
	display: inline-block;
}
.drinking-loop p {
	position: relative;
	top: 20px;
}
.drinking-table tbody tr:nth-child(1) td:nth-child(2) p {
	top: 0;
}
.review-live-visitor > div, .review-live-visitor > p {
	display: inline-block;
	margin-right: 15px;
}
.review-live-visitor > div{
	border-right: 3px solid #191919;
	padding-right: 15px;
}
.price-stock {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 25px 0px;
}
.price-stock > div, .price-stock > p {
	display: inline-block;
	margin-right: 15px;
}
.price-stock > p svg {
	display: inline-block;
	margin-right: 7px;
}
.price-stock .inner-offer-price {
	display: block;
	color: #55565a;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.price-item.price-item--sale {
	display: block;
	color: #ff6a00 !important;
	font-size: 50px !important;
	position: relative;
	letter-spacing: 0;
	font-weight: 600;
}
.product.product--large.product--left{
	/*background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/bg-prod-details.jpg?v=14355935985622136261750846326);*/
    background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/bg-prod-details-new.jpg?v=35906077744047205371750846325);
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
.product-form__input.product-form__quantity{
	width: 100%;
	display: block;
	max-width: 100%;
}
.product-form__input.product-form__quantity label {
	display: none;
}
.product-form__input.product-form__quantity .price-per-item__container {
	display: block;
	width: 100%;
}
.price-per-item__container > p {
	display: flex;
	float: left;
	width: 70%;
	font-size: 24px;
}

.price-per-item__container > p span {
	padding: 0 15px;
	color: #ff6a00 !important;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
}
.price-per-item__container > quantity-input {
	display: flex;
	float: left;
	width: 30%;
}
.product-form__input.product-form__quantity {
	width: 100%;
	display: block;
	max-width: 100%;
	padding: 20px 0px 0px;
	margin-bottom: 0px;
}
.abv-section p {
	font-size: 30px;
}
.prod-variation-sec ul{padding: 0;margin: 0;}
.prod-variation-sec ul li {
	display: block;
	float: left;
	width: 65%;
}
.prod-variation-sec ul li:first-child{
	float: right;
	width: 35%;
}
.prod-variation-sec ul li > div.image-holder {
	display: block;
	float: left;
	width: 80px;
    padding-right: 10px;
}
.prod-variation-sec ul li > div.image-holder img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.prod-variation-sec ul li > div.cont-holder {
	display: block;
	float: left;
	width: calc(100% - 80px);
	border: 1px solid #191919;
	padding: 10px;
	position: relative;
}
.prod-variation-sec ul li > div.cont-holder h3 {
	color: #191919;
	font-size: 30px;
	line-height: 34px;
	font-family: "Barlow Semi Condensed", sans-serif;
	margin: 0px;
}
.prod-variation-sec ul li > div.cont-holder p{font-size: 20px;margin: 0;}
.prod-variation-sec ul li.flavor-listing > div.cont-holder h3{color: #ff6a00;}
.prod-variation-sec.tequila-travesuras-infusions-lemon ul li.flavor-listing > div.cont-holder::after{
	content: '';
	background-image: url('/cdn/shop/files/Lemon_819a09d5-b577-49fe-b8db-43e0eafebaf9.png?v=1730974334');
	background-repeat: no-repeat;
	background-size: contain;
	width: 106px;
	height: 77px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
.prod-variation-sec.tequila-travesuras-infusions-spicy-mango ul li.flavor-listing > div.cont-holder::after{
	content: '';
	background-image: url('/cdn/shop/files/spicy-mango-icon.jpg?v=1730789837');
	background-repeat: no-repeat;
	background-size: contain;
	width: 106px;
	height: 77px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
.prod-variation-sec.tequila-travesuras-blanco ul li.flavor-listing > div.cont-holder::after{
	content: '';
	background-image: url('/cdn/shop/files/Blanco.png?v=1730974334');
	background-repeat: no-repeat;
	background-size: contain;
	width: 106px;
	height: 77px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
.prod-variation-sec.tequila-travesuras-infusions-watermelon-spearmint ul li.flavor-listing > div.cont-holder::after{
	content: '';
	background-image: url('/cdn/shop/files/Watermelon-Spearmint.png?v=1730974333');
	background-repeat: no-repeat;
	background-size: contain;
	width: 106px;
	height: 77px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
.product-media-container {
	background: transparent;
}
.product__title h1 span {
	display: block;
	color: #ff6a00;
	font-size: 70px;
	position: relative;
	top: -20px;
}
/*New Product Details Page CSS End*/
.banner-content-sec p {
	display: none;
}
.banner-content-sec .cta-btn,.banner-content-sec .cta-btn:hover {
	display: block;
	margin: 30px auto;
	background: #ff6a00;
	color: #fff;
	border: 1px solid #ff6a00;
}
.langswitcher-sec {
	width: 60px;
	position: absolute;
	top: -48px;
	right: 7%;
	z-index: 10;
}
.product-inner-carousel {
	position: relative;
}
.product-inner-carousel .owl-pagination {
	text-align: center;
	position: absolute;
	top: 460px;
	width: 100%;
}
.product-inner-carousel .owl-page {
	height: 30px;
	width: 30px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	margin: 0 3px;
    cursor: pointer;
}
.product-inner-carousel .owl-page.active{
    background: #e60046;
}
.flavors-listing-wrap h2 {
	font-size: 66px;
	line-height: 76px;
}
.flavors-listing-wrap fieldset .price-item.price-item--sale {
	display: block;
	color: #ff6a00 !important;
	font-size: 30px !important;
	position: relative;
	letter-spacing: 0;
	font-weight: 500;
}
.how_to_drink_infused_wrapper h2{
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  
}
.common_landing_page_img_text img,.image-with-text__media img {
	position: relative !important;
	object-fit: unset !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	top: unset !important;
	left: unset !important;
	margin: 0 auto;
	display: block !important;
    width:100% !important;
}
.article__blog-post-letter p a,.proddescrip-tabination-wrap p a {
	color: #337ab7 !important;
}
.sticky-container a {
    color: white !important;
}
/*.sticky-container {
     background-color: #000000;
    box-shadow: gray -1px 1px;
    position: fixed;
    top: 48%;
    right: -26px;
    height: auto;
    z-index: 9999;
    text-align: center;
    padding: 2px;
    transform: rotate(270deg)
}*/
/* .sticky-container {
	position: fixed;
	top: 48%;
	left: 94%;
	transform: rotate(270deg);
    z-index: 999;
} */
/*.sticky-container .cta-btn{
  width: 91px;
  line-height: 32px;
}*/
.sticky-container_main {
    position: relative;
}
.sticky-container {
	position: fixed;
	top: 48%;
	right: -52px;
	transform: rotate(270deg);
    z-index: 999;
}
.sticky-container .cta-btn.dark {
	background: #ff6a00;
	padding: 0;
	width: 145px;
	border: none;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 500;
}
.sticky-container .cta-btn.dark::before,.sticky-container .cta-btn.dark::after{display:none;}

/*....Responsive Css Start....*/
@media (min-width: 1200px){
.container {
	width: 90%;
}	
}
@media (min-width: 2550px){
.navigation-wrap ul li a {
	padding: 0 70px;
}  
.the-flavours-wrap p {
	width: 50%;
}
.banner-content-sec p {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	width: 50%;
	display: block;
	margin: 0 auto;
}
}
@media (min-width: 1921px) and (max-width: 2000px){
.navigation-wrap ul li a {
	padding: 0 38px;
}
.experience-wraper {
	height: auto;
}
.experience-wraper img {
	width: 100%;
}
.shot-glass-sec {
	right: 70px;
	bottom: 75px;
}
.body{overflow-x: hidden;}
.experience-wraper .last-pic {
	position: relative;
	top: 0px;
}
.footer-block .left-sec img {
	width: 80%;
}
.banner-content-sec {
	width: 80%;
}
}
@media (max-width: 1921px){
/*.navigation-wrap ul li a {
	font-size: 16px;
	padding: 0 17px;
}*/
.navigation-wrap ul li a {
	font-size: 16px;
	padding: 0 40px;
}
.toplogo {
	height: 100px;
	width: 100px;
}
}
@media (min-width: 1450px) and (max-width: 1919px){
.navigation-wrap ul li a {
	padding: 0 18px;
	font-size: 16px;
}  
html[lang="es"] .navigation-wrap ul li a {
	font-size: 14px;
	padding: 0 14px;
}
}
@media (min-width: 1366px) and (max-width: 1449px){
.showDesktop{display: block;}
.showMobile{display: none;}
.nav-btn{display: none;}
.navigation-wrap ul li a {
	font-size: 16px;
	padding: 0 9px;
}
.lifestyle-wrap {
	margin-bottom: 300px;
}
.infused-taquila-wrap {
	margin-top: 340px;
}
.lifestyle-wrap .image-sec .thirdpic {
	height: 429px;
}
.lifestyle-wrap h2 {
	font-size: 72px;
}
.experience-wraper::before,.experience-wraper::after {
	width: 158px;
}
.infused-taquila-wrap .contholder {
    margin-top: 0px;
}
.bottles-in-instasec {
	width: 380px;
	height: 541px;
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: -25px;
}
.footer-nav ul li a {
    padding: 0 15px;
    font-size: 17px;
}
.banner-content-sec h1 {
	font-size: 110px;
}
.newsletter-social-sec h3 {
	font-size: 45px;
}
html[lang="es"] .navigation-wrap ul {
	left: 0;
	text-align: left;
}
html[lang="es"] .navigation-wrap ul li a {
	font-size: 15px;
	padding: 0 15px;
}
html[lang="es"] .navigation-wrap > ul > li:nth-child(3) {
	margin-right: 18px;
}
html[lang="es"] .navigation-wrap > ul > li:nth-child(4) {
	margin-left: 140px;
}
html[lang="es"] .lifestyle-wrap .content-sec {
	padding-top: 40px;
	padding-bottom: 40px;
}
html[lang="es"] .lifestyle-wrap h2 {
	font-size: 50px;
}
html[lang="es"] .experience-wraper .cont-sec {
	padding-top: 3%;
}
.lifestyle-wrap .content-sec {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* .sticky-container {
	position: fixed;
	top: 48%;
	left: 93%;
	transform: rotate(270deg);
} */
.sticky-container {
	position: fixed;
	top: 48%;
	right: -52px;
	transform: rotate(270deg);
}
}
@media (min-width: 1200px) and (max-width: 1360px){
.navigation-wrap > ul > li:nth-child(4) {
	margin-left: 60px;
} 
.navigation-wrap ul li a:hover {
	font-weight: 600;
	transition: all ease 0.3s;
}
html[lang="es"] .navigation-wrap ul {
	left: 0;
	text-align: left;
}
html[lang="es"] .navigation-wrap ul li a {
	font-size: 15px;
	padding: 0 15px;
}
html[lang="es"] .navigation-wrap > ul > li:nth-child(3) {
	margin-right: 18px;
}
html[lang="es"] .navigation-wrap > ul > li:nth-child(4) {
	margin-left: 140px;
}
}
@media (min-width: 999px) and (max-width: 1024px){
.showDesktop{display: block;}
.showMobile{display: none;}
.nav-btn{display: none;}
}
@media (min-width: 481px) and (max-width: 998px){
.showDesktop{display: block;}
.showMobile{display: none;}
.banner-wrap {
	background-image: none;
    height: 475px;
}
.banner-content-sec {
	bottom: 0px;
}
.navigation-wraper .showDesktop {
	display: none;
}
.navigation-wraper .showMobile {
	display: block;
}
  
.toplogo {
	position: relative;
	left: unset;
	right: unset;
	height: 100px;
	width: 100px;
	margin: 10px 0px;
}
.nav-btn{display: block;}
/*.navigation-wraper {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0px;
	width: 100vw;
	margin: 0 auto;
	height: 130px;
}*/
.navigation-wrap ul li a:hover::before, .navigation-wrap ul li a:hover::after {
	display: none;
}
.navigation-wrap ul {
	background: #000;
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
	top: 80px;
	z-index: 10;
}
.navigation-wrap ul li {
	display: block;
	float: none;
	text-align: left;
	border-bottom: 1px solid #1e1e1e;
}
.navigation-wrap ul li:nth-child(3) {
	margin-right: 0px;
}
.navigation-wrap ul li:nth-child(4) {
	margin-left: 0px;
}
.navigation-wrap ul li a {
	font-size: 17px;
	line-height: 56px;
    padding: 0 15px;
    color: #fff;
}
.navigation-wrap ul li ul.submenu {
	left: 0;
	width: 100%;
	position: relative;
	top: unset;
}
.navigation-wrap ul li ul.submenu li{position: relative;}
.navigation-wrap > ul > li:nth-child(3)::after {
	display: none;
}
.navigation-wrap ul li ul.submenu li a {
	font-size: 17px;
	line-height: 56px;
    padding-left: 50px;
    text-align: left;
}
.navigation-wrap ul li ul.submenu li::before {
	font-family: FontAwesome;
	content: "\f105";
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	position: absolute;
	left: 35px;
	top: 17px;
}
.top-user-icons {
	width: 180px;
	position: absolute;
	z-index: 10;
	left: 60px;
	top: 14px;
	right: 0;
	margin: 0 auto;
}
.top-user-icons i {
	color: #191919;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	border: 1px solid #191919;
	border-radius: 50%;
	cursor: pointer;
	margin: 24px 1px;
	transform: scale(1);
	display: inline-block;
	transition: all ease 0.3s;
}
.top-user-icons i:hover {
	transform: scale(1.06);
	transition: all ease 0.3s;
}
.banner-content-sec h1 {
	font-size: 90px;
	line-height: 100px;
}
.banner-content-sec h1 span {
	font-size: 100px;
}
.banner-content-sec p br {
	display: none;
}
.the-flavours-wrap {
	padding-top: 30px;
	padding-bottom: 40px;
}
h2 {
	font-size: 50px;
	line-height: 60px;
}
h2 span {
	font-size: 50px;
}
.the-flavours-wrap h2 {
	font-size: 50px;
	line-height: 60px;
}
.the-flavours-wrap h2 span {
	font-size: 50px;
}
.the-flavours-wrap .product-listing-sec ul li h3 {
	font-size: 23px;
	margin: 10px 0px;
}
.product-listing-sec ul li .picholder {
	height: 380px;
}
.lifestyle-wrap h2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
}
.lifestyle-wrap h2 span {
	font-size: 40px;
}
.lifestyle-wrap p {
	color: #fff;
	font-size: 17px;
	line-height: 23px;
}
.lifestyle-wrap .image-sec .firstpic {
	height: 272px;
	top: -10px;
    width: 85%;
}
.lifestyle-wrap .image-sec .secondpic {
	height: 309px;
	top: -47px;
	width: 100%;
	left: -14px;
}
.lifestyle-wrap .image-sec .thirdpic {
	height: 229px;
	top: 268px;
	width: 85%;
	left: 20px;
}
.lifestyle-wrap .image-sec .fourthpic {
	height: 252px;
	top: 269px;
	width: 87%;
	right: 20px;
}
.experience-wraper .cta-btn {
	margin-top: 15px;
}
.the-flavours-wrap::before {
	height: 100%;
}
.lifestyle-wrap {
	margin-top: 40px;
	margin-bottom: 40px;
}
.infused-taquila-wrap img {
	margin-top: 10px;
}
.infused-taquila-wrap {
	margin-top: 100px;
}
.infused-taquila-wrap .contholder {
	margin-top: 0px;
}
.infused-taquila-wrap h2 {
	font-size: 50px;
	line-height: 60px;
}
.infused-taquila-wrap h2 span {
	font-size: 60px;
}
.mixology-wrap {
	margin-top: 40px;
}
.mixology-wrap h2 {
	font-size: 50px;
	line-height: 60px;
}
.mixology-wrap h2 span {
	font-size: 50px;
}
.mixology-listing fieldset h3 {
	font-size: 30px;
	line-height: 36px;
	margin: 10px 0px;
}
.mixology-listing fieldset p {
	text-align: center;
	padding: 0 5%;
}
.flip-box-back fieldset .contholder p strong {
	display: none;
}
.flip-box-back fieldset .contholder h3 {
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	color: #55565a;
}
.experience-wraper {
	height: 550px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.experience-wraper .title-sec {
	padding-left: 5%;
	padding-top: 9%;
}
.experience-wraper h2 {
	font-size: 40px;
	line-height: 45px;
}
.experience-wraper h2 span {
	font-size: 40px;
	display: inline-block;
}
.experience-wraper .cont-sec {
	padding-left: 4%;
	padding-top: 2%;
}
.experience-wraper p {
	font-size: 16px;
	line-height: 20px;
}
.experience-wraper img {
	height: 310px;
	object-fit: cover;
}
.footer-wrap {
	margin-top: 20px;
}
.footer-block {
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer-wrap .right-sec {
	margin-top: 0px;
}
.footer-nav ul li a {
	font-size: 13px;
	line-height: 30px;
	padding: 0 7px;
}
.footer-nav ul li a:hover::before, .footer-nav ul li a:hover::after {
	display: none;
}
.copyright-text {
	border-top: 1px solid #fff;
	padding: 10px 15px 0;
	margin-top: 0;
	position: relative;
	top: -9px;
}
.newsletter-social-sec h3 {
	font-size: 25px;
	line-height: 30px;
	margin: 20px 0px 0px;
}
.footer-social i, .footer-social img {
	font-size: 15px;
	line-height: 25px;
	height: 25px;
	width: 25px;
}
.footer-social svg {
	height: 25px;
	width: 25px;
	top: 7px;
	padding: 4px;
}
.foot-social-sec label {
	font-size: 17px;
	line-height: 26px;
}
.copyright-text p {
	font-size: 14px;
	line-height: 20px;
}
.shot-glass-sec {
	width: 159px;
	height: 197px;
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 55px;
}
.fillglass {
	width: 37%;
}
@keyframes Toup {
    0%{
        bottom: 0px;
        height: 60px;
    }
    50%{
        bottom: 0px;
        height: 100px;
    }
    100%{
        bottom: 0px;
        height: 180px;
    }
}
.bottles-in-instasec {
	width: 200px;
	height: 250px;
}
.experience-wraper::before,.experience-wraper::after{
    display: none;
}
.lifestyle-wrap .content-sec {
	padding-top: 10px;
	padding-bottom: 20px;
}
.footer-block .left-sec img {
	width: 100%;
	position: relative;
	margin-top: 0;
}
.where-westarted-wrap, .coa-section, .pina-sec, .time-tradition-sec, .maduration-sec, .finaltouch-sec, .finaltouch-sec {
	text-align: center;
	padding: 50px 25px;
}

.bg-where-westarted-wrap,.bg-coa-section,.bg-pina-sec,.bg-time-tradition-sec,.bg-perfection-sec,.bg-finaltouch-sec,.bg-maduration-sec{
	height: 490px;
	background-attachment: unset;
	background-size: contain;
	background-position: center;
}
.prod-usp-sec ul li .image-holder {
	width: 120px;
	height: 290px;
}
.prod-usp-sec ul li .cont-holder {
	width: calc(100% - 120px);
}
.prod-usp-sec ul li .cont-holder h3 {
	font-size: 16px;
	line-height: 25px;
}
.prod-usp-sec ul li .cont-holder p strong {
	font-size: 17px;
	line-height: 20px;
}
.prod-usp-sec ul li .cont-holder hr {
	width: 50px;
}
.product-inner-carousel .owl-pagination {
	top: 200px;
	width: 100%;
}
.price-item.price-item--sale {
	font-size: 28px !important;
}
}
@media screen and (max-width: 480px){
.tequila-for-valentine\'s-cocktail .banner-content-sec h1 {
    font-size: 40px;
}
.showDesktop{display: none;}
.showMobile{display: block;}
.topbar-sec{background: rgba(0,0,0,0.6);height: auto;}
.topbar-sec .left-sec label {
	display: none;	
}
.topbar-sec .left-sec .topsocial i, .topbar-sec .left-sec .topsocial img {
	font-size: 18px;
	line-height: 36px;
}
.langswitcher-sec ul li:nth-child(2) {
	line-height: 36px;
}
.langswitcher-sec ul li a {
	line-height: 36px;
}
.banner-wrap {
	background-image: none;
	height: auto;
	position: relative;
}
.banner-content-sec {
	display: block;
	padding-bottom: 5px;
	z-index: 1;
	bottom: 16%;
}
.banner-content-sec h1 {
	font-size: 60px;
	line-height: 74px;
}
.banner-content-sec h1 span {
	font-size: 60px;
}
.banner-content-sec p {
	display: none;
}
.banner-content-sec .cta-btn {
	display: block;
	margin: 15px auto;
}
.toplogo {
	position: relative;
	left: unset;
	right: unset;
	height: 80px;
	width: 80px;
	margin: 10px 0px;
}
.nav-btn{display: block;}
.navigation-wraper {
	position: relative;
	z-index: 10;
	left: unset;
    top: unset;
	width: 100%;
	margin: 0 auto;
	height: 115px;
	background: transparent;
	border-top: none;
}
.banner-wrap-no-banner .navigation-wraper {
	background: rgba(0,0,0,1);
}
.navigation-wrap ul li a:hover::before, .navigation-wrap ul li a:hover::after {
	display: none;
}
.navigation-wrap ul {
	background: #000;
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
	top: 80px;
	z-index: 10;
}
.navigation-wrap ul li {
	display: block;
	float: none;
	text-align: left;
	border-bottom: 1px solid #1e1e1e;
}
.navigation-wrap ul li:nth-child(3) {
	margin-right: 0px;
}
.navigation-wrap ul li:nth-child(4) {
	margin-left: 0px;
}
.navigation-wrap ul li a {
	font-size: 17px;
	line-height: 56px;
    padding: 0 15px;
    color: #fff;
}
.navigation-wrap > ul > li:nth-child(3)::after {
	display: none;
}
.navigation-wrap ul li ul.submenu {
	left: 0;
	width: 100%;
	position: relative;
	top: unset;
}
.navigation-wrap ul li ul.submenu li{position: relative;}
.navigation-wrap ul li ul.submenu li a {
	font-size: 17px;
	line-height: 56px;
    padding-left: 50px;
    text-align: left;
}
.navigation-wrap ul li ul.submenu li::before {
	font-family: FontAwesome;
	content: "\f105";
	color: #55565a;
	font-size: 17px;
	line-height: 25px;
	position: absolute;
	left: 35px;
	top: 17px;
}
.mobile-banner-wrap img {
	width: 100%;
	height: auto;
}
.top-user-icons {
	width: 180px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 14px;
	right: 0;
	margin: 0 auto;
}
.top-user-icons i {
	color: #55565a;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	border: 1px solid #55565a;
	border-radius: 50%;
	cursor: pointer;
	margin: 24px 1px;
	transform: scale(1);
	display: inline-block;
	transition: all ease 0.3s;
}
.top-user-icons i:hover {
	transform: scale(1.06);
	transition: all ease 0.3s;
}
.topbarwrap {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100vw;
	margin: 0 auto;
}
.the-flavours-wrap {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #f1f1f1;
}
.the-flavours-wrap::before {
	display: none;
}
h2 {
	font-size: 70px;
	line-height: 80px;
}
h2 span {
	font-size: 70px;
}
.the-flavours-wrap p {
	text-align: justify;
	width: 95%;
}
.product-listing-sec ul li {
	width: 50%;
	display: block;
	float: left;
	padding: 0 10px;
	margin-top: 35px;
}
.prodCaro {
	position: relative;
	overflow-x: hidden;
	height: 420px;
}
.prodCaro .owl-pagination {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	height: 20px;
}
.prodCaro .owl-page {
	height: 10px;
	width: 10px;
	background-color: #003733;
	display: inline-block;
	border-radius: 50%;
	margin-right: 5px;
	transition: all ease .3s;
}
.prodCaro .owl-page.active {
	background-color: #24ba0c;
	transition: all ease .3s;
}
.product-listing-sec ul li .picholder {
	width: 100%;
	height: 260px;
}
.product-listing-sec ul li .picholder img {
	object-fit: contain;
    left: 2%;
}
.the-flavours-wrap .product-listing-sec ul li p {
	text-align: center;
	margin: 10px 0px;
}
.the-flavours-wrap .product-listing-sec ul li h3 {
	color: #b2b3b2;
	font-size: 20px;
	margin: 15px 0px;
}
.lifestyle-wrap {
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 40px;
}
.lifestyle-wrap .content-sec {
	padding-top: 40px;
	padding-bottom: 40px;
}
.lifestyle-wrap h2 {
	font-size: 46px;
	line-height: 80px;
	margin-bottom: 0px;
}
.lifestyle-wrap h2 span {
	font-size: 40px;
}
.lifestyle-wrap .image-sec .col-xs-6 {
	padding: 0 3px;
}
.lifestyle-wrap .image-sec .firstpic, .lifestyle-wrap .image-sec .secondpic, .lifestyle-wrap .image-sec .thirdpic, .lifestyle-wrap .image-sec .fourthpic {
	position: relative;
	height: auto;
	max-width: 100%;
	width: 100%;
	display: block;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
	margin: 0 auto 5px;
	height: 180px;
}
.infused-taquila-wrap {
	margin-top: 40px;
}
.infused-taquila-wrap .contholder {
	margin-top: 0px;
	margin-bottom: 40px;
}
.infused-taquila-wrap h2 {
	font-size: 50px;
	line-height: 70px;
}
.infused-taquila-wrap h2 span {
	font-size: 60px;
}
.infused-taquila-wrap p {
	text-align: justify;
}
.mixology-wrap {
	margin-top: 20px;
}
.mixology-wrap h2 {
	font-size: 60px;
}
.mixology-wrap h2 span {
	font-size: 60px;
}
.mixology-listing fieldset{
	width: 100%;
	margin: 0 auto;
}
.mixology-listing fieldset h3 {
	font-size: 40px;
	line-height: 45px;
	margin: 10px 0px;
}
.mixology-listing fieldset p {
	text-align: center;
	padding: 0 1%;
}
.mixology-listing fieldset ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
.mixology-listing fieldset ul li{
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
	margin-top: 5px;
}
.mixology-listing fieldset ul li a{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 10px;
	border-radius: 50px;
	background-color: #ff9900;
	transition: all ease 0.3s;
}
.mixology-listing fieldset ul li a:hover{
	background-color: #000;
	color: #fff;
	transition: all ease 0.3s;
}
#mixologyCaro{position: relative;overflow-x: hidden;height: 850px;}
/*#mixologyCaro .owl-pagination {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0px;
	height: 20px;
}
#mixologyCaro .owl-page {
	height: 10px;
	width: 10px;
	background-color: #003733;
	display: inline-block;
	border-radius: 50%;
	margin-right: 5px;
	transition: all ease 0.3s;
}*/
#mixologyCaro .owl-pagination {
	text-align: center;
	position: absolute;
	right: 4%;
	margin: 0 auto;
	top: 30%;
	height: 20px;
}
#mixologyCaro .owl-page {
	height: 10px;
	width: 10px;
	background-color: #fff;
	display: block;
	border-radius: 50%;
	margin-bottom: 5px;
	transition: all ease .3s;
}
#mixologyCaro .owl-page.active {
	background-color: #24ba0c;
	transition: all ease 0.3s;
}
.experience-wraper {
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.experience-wraper h2 {
	font-size: 40px;
	line-height: 60px;
	margin: 0px 0px 20px;
}
.experience-wraper h2 span {
	font-size: 40px;
	display: inline-block;
}
.experience-wraper .title-sec {
	padding-left: 15px;
	padding-top: 30px;
}
.experience-wraper .cont-sec {
	padding-left: 15px;
	padding-top: 0px;
	margin: 15px 0px;
	text-align: justify;
}
.experience-wraper .last-pic {
	position: relative;
	top: unset;
}
.experience-wraper img {
	height: auto;
	width: 100%;
	object-fit: cover;
}
.insta-wraper {
	height: auto;
	background-size: contain;
	padding-bottom: 100px;
}
.insta-wraper .qr-sec img {
	max-width: 80%;
	display: block;
	margin: 40px auto 0px;
}
.insta-wraper {
	background-position: bottom;
	padding-bottom: 20px;
}
.shot-glass-sec {
	width: 139px;
	height: 117px;
	right: 0;
	bottom: 15px;
}
.fillglass {
	width: 29%;
	left: 9px;
}
@keyframes Toup {
    0%{
        bottom: 0px;
        height: 30px;
    }
    50%{
        bottom: 0px;
        height: 60px;
    }
    100%{
        bottom: 0px;
        height: 100px;
    }
}


.footer-wrap {
	margin-top: 80px;
}
.foot-social-sec {
	margin-top: 0px;
}
.newsletter-social-sec h3 {
	font-size: 40px;
	line-height: 40px;
	text-align: center;
}
.newsletter-social-sec p {
	text-align: center;
}
.newsletterform-sec {
	height: 48px;
	margin: 10px 0px 15px;
}
.footer-block .left-sec img {
	max-width: 50%;
	display: block;
	margin: 20px auto;
}
.footer-wrap .right-sec {
	margin-top: 10px;
}
.footer-nav .accordion {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	padding: 8px 10px;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 20px;
	transition: 0.4s;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 600;
}

.footer-nav .accordion.active, .footer-nav .accordion:hover {
  background-color: #000;
}

.footer-nav .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.footer-nav .accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 15px;
  background: rgba(0,0,0,0.6);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.footer-nav ul li {
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #333;
}
.footer-nav ul li a {
	padding: 0;
	text-align: center;
}
.footer-nav ul li a:hover::before, .footer-nav ul li a:hover::after {
	display: none;
	transition: all ease 0.3s;
}
.foot-social-sec label {
	display: block;
	text-align: center;
    line-height: 46px;
}
.footer-social {
	display: block;
	text-align: center;
}
.copyright-text p {
	font-size: 14px;
	line-height: 20px;
}
.copyright-text p br {
	display: none;
}
.wow {
 visibility: visible !important;
 -webkit-animation: none !important;
 -moz-animation: none !important;
 -o-animation: none !important;
 -ms-animation: none !important;
 animation: none !important;
}
.bottles-in-instasec{display: none;}
.experience-wraper::after {
	display: none;
}
.the-flavours-wrap h2 {
	font-size: 48px;
	line-height: 60px;
}
.the-flavours-wrap h2 span {
	font-size: 60px;
	display: block;
}
.about-page-wraper h2 {
	font-size: 50px;
	line-height: 47px;
}
.about-page-wraper h2 span {
	font-size: 40px;
	display: block;
}
.where-westarted-wrap, .coa-section, .pina-sec, .time-tradition-sec, .perfection-sec, .finaltouch-sec {
	text-align: center;
	padding: 30px 5%;
}
.top-slogan-wrap p {
	width: 95%;
}
.top-slogan-wrap h2 {
	font-size: 38px;
	line-height: 40px;
}
.top-slogan-wrap h2 span {
	font-size: 50px;
}
#cart-icon-bubbles {
	position: relative;
}
.cart-count-bubble {
	font-size: 15px;
	height: 30px;
	width: 30px;
	right: -4px;
	top: -30px;
}
.bg-where-westarted-wrap{
    background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Harvesting-Picking-Natures-Finest-mob.jpg?v=170310386602494323031750846358);
	height: 480px;
	background-attachment: unset;
	background-size: contain;
	background-position: center;
}
.bg-coa-section{
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Cooking-Revealing-Sweet-Secrets-mob.jpg?v=100565308726223042011750846347);
	height: 480px;
	background-attachment: unset;
	background-size: contain;
	background-position: center;
}
.bg-pina-sec{
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Extraction-Capturing-Liquid-Gold-mob.jpg?v=142556376406570657111750846354);	
	height: 480px;
	background-attachment: unset;
	background-size: contain;
	background-position: center;
}
.bg-time-tradition-sec{
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Process_Mobile.jpg?v=91068564357302792251750846374);
	height: 480px;
	background-attachment: unset;
	background-size: contain;
	background-position: center;
}
.bg-perfection-sec{
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/Distillation-Maturation-Precision-Crafting-mob.jpg?v=163772632386149309421750846352);
	height: 480px;
	background-attachment: unset;
	background-size: contain;
	background-position: center;
}
.bg-maduration-sec{
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/MADURATION_Mobile.jpg?v=100450370709892801001750846363);
	height: 480px;
	background-attachment: unset;
	background-size: contain;
	background-position: center;
}
.bg-finaltouch-sec{
	background-image: url(//tequilatravesuras.com/cdn/shop/t/17/assets/The-Final-Touch-True-Infusion-mob.jpg?v=70354305039973659191750846393);
	height: 480px;
	background-attachment: unset;
	background-size: contain;
	background-position: center;
}
.jdgm-rev-widg {
    padding: 16px 15px !important;
}
.how_to_drink_infused_wrapper {
	padding: 27px 15px;
	margin-top: 20px;
	text-align: center;
}
.product__title h1 span {
	font-size: 70px;
}
.price-per-item__container > p {
	display: block;
	float: none;
	width: 100%;
	font-size: 20px;
}
.prod-variation-sec ul li, .prod-variation-sec ul li:first-child {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.review-live-visitor > div {
	border-right: none;
	padding-right: 0px;
}
.price-per-item__container > p span {
	padding: 0 5px;
}
.price-per-item__container > quantity-input {
	width: 50%;
}
.drinking-loop img {
	display: block;
	width: 80px;
	height: 70px;
	object-fit: contain;
	float: none;
	margin: 0 auto;
}
.drinking-loop p {
	position: relative;
	top: 0;
	text-align: center;
}
.prod-usp-sec ul li {
	list-style-type: none;
	display: block;
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
.prod-usp-sec ul li .image-holder {
	width: 130px;
	height: 190px;
}
.prod-usp-sec ul li .cont-holder {
	display: block;
	float: left;
	width: calc(100% - 130px);
	padding-left: 0px;
	margin-top: 20px;
}
.product__title h1 span {
	font-size: 70px;
}
.product-listing-sec .price-item.price-item--sale {
	font-size: 26px !important;
}
.footer-wrap .right-sec {
	margin: 0;
}
.footer-nav .accordion {
	margin: 0;
}
.langswitcher-sec {
	top: 38px;
	right: 18%;
}
.langswitcher-sec ul li a {
	color: #191919;
	font-size: 16px;
}
.langswitcher-sec ul li:nth-child(2) {
	color: #191919;
	font-size: 16px;
	padding: 0 1px;
}
.product-inner-carousel .owl-pagination {
	top: 330px;
}
.recipes-cont-sec .price-item.price-item--sale {
	font-size: 20px !important;
}
.common_landing_page_img_text .image-with-text__text-item.grid__item {
	margin-top: 40px;
}
.common_landing_page_img_text .image-with-text__text-item.grid__item h2,.common_landing_page_rich_text h2.HeadingUnset {
	font-size: 30px;
	line-height: 36px;
}
.other_flavours_inner.owl-carousel {
	overflow-x: hidden;
}
.product-media-container .media {
	height: 600px;
}

}
/*....Responsive Css End....*/
.nearby-location-wrap {
	margin-top: 60px;
	margin-bottom: 60px;
}
.location-form-main {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
	border: 4px solid #ddd;
	padding: 20px 10px;
	border-radius: 15px;
}
.nearby-location-wrap #location-input{
	border: 1px solid #c2c2c2;
	color: #333;
	height: 48px;
	width: 78%;
	border-radius: 25px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 48px;
}
.nearby-location-wrap button {
	background-color: #ff3133;
	border-radius: 25px;
	color: #fff;
	display: table;
	font-size: 15px;
	font-weight: 800;
	height: 48px;
	line-height: 48px;
	padding: 0 40px;
	transition: all ease 0.3s;
	width: auto;
	text-transform: uppercase;
	border: none;
	margin: 0px auto;
}
.nearby-location-wrap button:hover{
    background-color: #26dfba;
}
.banner-wraper{
	position: relative;
}
.cta-btn::before,.cta-btn::after{display: none !important;}
.cart-drawer .cart__checkout-button{background: #ff3133 !important;}
.cart-drawer .cart__checkout-button:hover{background: #26dfba !important;}
#main-cart-items table tr th {
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 600;
}
#upsell-offer {
	background: #F77785;
	padding: 10px;
	border: 2px dashed #ddd;
	margin-bottom: 10px !important;
	display: block;
	color: #fff;
}
#upsell-offer p{color: #fff !important;}
#CartDrawer-Form table tr th {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
}
.cart-drawer__footer .totals p {
	font-size: 17px;
	font-weight: bold;
}
.clearfix {
	margin: 0px !important;
}
#add-one-more-btn {
	background: #26dfba;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 6px;
}
#add-one-more-btn:hover {
	background: #26dfba;
}
.price-item.price-item--regular {
	font-size: 30px !important;
	line-height: 40px;
	letter-spacing: 0;
	color: #8e8e8e;
}

