body {
  font-family: 'tradegothicltstd';
  color: #25282a;
  font-size: 24px;
  font-weight: normal;
  background: #fff;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
html {
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  color: #022A76;
  line-height: 100%;
  font-weight: normal;
}
h1, .h1 {
  font-family: 'AugustScriptBoldFree';
  font-size: 74px;
  color: #203438;
  margin: 0 0 60px 0;
}
h2, .h2 {
  font-family: 'AugustScriptBoldFree';
  font-size: 70px;
  color: #203438;
  margin: 0 0 60px 0;
	line-height: 120%;
}
h3, .h3 {
  font-family: 'AugustScriptBoldFree';
  font-size: 40px;
  margin-bottom: 20px;
}
h4, .h4 {
  font-size: 20px;
}
h5, .h5 {
	font-family: 'tradegothicltstd';
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 1px solid #000000;
	display: inline-block;
}
h6, .h6 {

}
ul li,
ol li,
p {
  font-size: 16px;
  color: #000000;
  line-height: 140%;
  margin-bottom: 20px;
}
ul li { 
  padding-left: 10px;
  position: relative; 
  margin-bottom: 5px;
}
a {
  color: #3b3b3b;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
.lowercase {
  text-transform: none !important;
}
ul {
  margin: 0 0 10px 0;
  padding: 0;
}
ul li {
  list-style: none;
}
/*
ul li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
ul li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: black;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}
*/
.c-white { color: white !important; }
b, strong {

}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
img.center,
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #E1DFDF;
}
.oh {
  overflow: hidden;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.txt-right {
  text-align: right;
} 
.right {
  float: right;
}
.left {
  float: left;
}
img.br100 {
  border-radius: 100%;
}
.cover {
  background-position: center;
  -webkit-background-size: cover!important;
     -moz-background-size: cover!important;
       -o-background-size: cover!important;
          background-size: cover!important;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background-color: transparent !important;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.hide-md { display: block !important; }
.show-md { display: none !important;  }
.img-cover {
  position: relative;
  height: 100%;
}
.img-cover > img {
  object-fit: cover;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
/*///////////////////////
///       Layout      ///
///////////// /////////*/
.mt40 { margin-top: 40px; }
.pr5 { padding-right: 5px; }
.pl5 { padding-left: 5px;}
.h5px  { height: 5px;  }
.h10px { height: 10px; }
.h15px { height: 15px; }
.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h70px { height: 70px; }
.h80px { height: 80px; }
.p0    { padding: 0; }
.m0    { margin: 0; }
.pt5   { padding-top: 5px;  }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt120 { padding-top: 120px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }
.pt180 { padding-top: 180px; }
.pt200 { padding-top: 200px; }
.pb10  { padding-bottom: 10px; }
.pb15  { padding-bottom: 15px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }
.pb180 { padding-bottom: 180px; }
.pb190 { padding-bottom: 190px; }
.pb200 { padding-bottom: 200px; }
.mb0   { margin-bottom: 0;    }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
.btn {
  font-size: 20px;
  color: white;
  background: #022D79;
  font-weight: 600;
  border-radius: 60px;
  text-transform: uppercase;
  padding: 9px 50px !important;
}
.btn:hover {
  color: white;
  background: #0083CE;
}
/*////////////////////////
///       Header      ////
////////////////////////*/
header {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100px;
  padding: 50px 0 0 0;
  top: 0;
  left: 0;
  z-index: 999; 
}
header .cntnt {
  padding-top: 0;
  padding-bottom: 15px;
}
header.smaller,
header.single.smaller {
  animation: 0.5s ease 0s normal none 1 running fadeInDown;
  position: fixed;
  -webkit-backdrop-filter: blur(5.5px);
  backdrop-filter: blur(5.5px);
  top: 0;
  padding: 13px 0;
  background: transparent;
  height: 80px;
}
header.single {
	background: #d8d9d7;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-75px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*////////////////////////
///       Footer      ////
////////////////////////*/
footer {
  background: #009578;
  padding-bottom: 30px;
}
footer .last-col {
  padding-top: 55px;
}
footer .ft-nav {
  padding-top: 70px;
}
footer .ft-nav ul li a {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
}
footer .ft-nav ul li a:hover {
  color: white;
  text-decoration: underline;
}
.copyright p {
  color: white;
  font-size: 16px;
  text-align: right;
}
footer ul.social { 
  float: right; 
  margin-bottom: 30px;
}
footer ul.social li {
  display: inline-block;
  margin-right: 15px;
}
footer ul.social li:last-child { margin-right: 0; }
footer ul.social li a {
  color: #009578;
}
footer ul.social li a:hover {
  color: black;
}
footer .ft-logo {
	max-width: 228px;
	width: auto;
	height: auto;
}
.float-cart {
	position: fixed;
	right: 10px;
	bottom: 20px;
}
.float-cart i {
	background-color: #ffffff;
	color: #000000;
	box-shadow: 0 1px 4px 0;
	border-radius: 50%;
	display: flex;
	width: 60px;
	height: 60px;
	align-items: center;
	justify-content: center;
}
.float-cart span {
	top: -12px;
	left: -12px;
	position: absolute;
	font-size: 13px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
	background-color: #000000;
	color: #ffffff;
	border-radius: 60px;
}
/*///////////////////////
///        Menu       ///
///////////// /////////*/
nav ul {
  margin-top: 0;
}
nav ul li {
  margin-right: 20px;
  margin-bottom: 0;
  float: left;
  padding-left: 0;
}
nav ul li:before {
  content: none;
}
nav ul li:last-child {
  margin-right: 0px;
}
nav ul li a {
  font-family: 'tradegothicltstd';
  font-size: 18px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 110%;
  padding: 20px 0 20px 0;
  display: block;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-bottom: 1px solid transparent;
}
nav ul li a.back-to { color: black; }
nav ul li a:hover,
nav > ul > li:hover > a,
nav ul li.current-menu-item a {
  color: #EA212E;
}
nav ul li ul {
  display: none;
  position: absolute;
  left: -25px;
  width: 210px;
  margin: 0;
  padding-top: 20px;
}
nav ul li ul li {
  background: #E7E7E7;
  width: 100%;
}
nav ul li ul li,
nav ul li ul li:last-child {
  margin-right: 0;
}
nav ul li ul li a,
nav ul li ul li:last-child a {
  display: block;
  font-size: 21px;
  color: #353F47;
  padding: 10px;
  width: 100%;
  height: auto;
  border: none;
}
nav ul li ul li:last-child a {
  padding: 10px;
}
nav ul li ul li a:hover,
nav ul li ul li:last-child a:hover,
nav ul li ul li.current-menu-item a {
  color: #FF6A13 !important;
  background: transparent;
}
nav ul li ul li:hover a,
nav ul li ul li.current-menu-item a {
  color: white;
}
nav ul li:hover ul {
  display: block;
}
.navbar-nav {
/*  margin-top: 5px; */
} 
.navbar {
  padding: 0; 
  float: right;
}
.navbar-expand-md .navbar-nav .nav-item {
  margin-bottom: 0;
  padding-left: 0;  
}
.navbar-expand-md .navbar-nav .nav-item:before {
  content: none;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-top: 14px !important;
  padding: 0;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {

}
.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}
.navbar-expand-md .navbar-nav .nav-link:hover {
  color: white;
  border-color: white;
}
.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: white;
  border-color: white;
}
.navbar-expand-md .navbar-toggler {
	background: transparent;
	border: 1px solid white;
  cursor: pointer;
  float: right;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 2px;
  right: 0;
  padding: 12px 10px;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
          transition: 0.3s;  
}
.navbar-expand-md .navbar-toggler i {
  color: white;
}
.navbar-expand-md .navbar-toggler:hover {
  opacity: .8;
}
.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}
/*////////////////////////
///     Navigation    ////
////////////////////////*/
nav.navigation{
	position: fixed;
	 top: 50%;
    transform: translateY(-50%);
	bottom: auto;
	z-index: 10;
	padding-left: 40px;
}
nav.navigation ul{
	list-style: none;
	padding: 0;
}
nav.navigation li {
	padding: 0;
    margin-right: 0;
    float: none;
    margin-bottom: 0px;
	height: 17px;
}
nav.navigation span{
	display: inline-block;
	position:relative;
}
nav.navigation a{
	display: inline-block;
	color: #272727;
	text-decoration: none;
	font-size: 1em;
	padding: 0;
}
nav.navigation .circle{
	height: 10px;
	width: 10px;
	left: -10px;
	border-radius: 50%;
	border: 1px solid white;
}
nav.navigation .rect{
	height: 3px;
	width: 0px;
	left: 0;
	bottom: 4px;
	background-color: #272727;
	-webkit-transition: -webkit-transform 0.6s, width 1s;
	-moz-transition: -webkit-transform 0.6s, width 1s;
	transition: transform 0.6s, width 1s;
}
nav.navigation a:hover, 
nav.navigation .active-section{
	color: #9b59b6;
}
nav.navigation a:hover span,
nav.navigation .active-section span {
	background-color: white;
}
nav.navigation span.title {
	opacity: 0;
    color: white;
    background: transparent;
    position: relative;
    top: -1px; 
	transition: all 300ms;
}
nav.navigation .active-section span.title { opacity: 1; } 
nav.navigation a:hover span.title {
	background: none;
}
/*
nav.navigation .active-section .rect{
	width: 40px;
}
*/
/*////////////////////////
///      Sections     ////
////////////////////////*/
.avwp-av { background: #20373B !important; }
.avwp-av h2 {
	font-family: 'tradegothicltstd';
	font-size: 24px !important;
	color: white;
	border-bottom: 1px solid white !important;
	clear: both;
	padding-bottom: 0 !important;
	display: inline-block;
	margin-bottom: 20px !important;
}
.avwp-av img {
	display: block;
	margin: 0 auto 25px auto !important;
	max-width: 300px !important;
}
.avwp-av {
	width: 500px !important;
}
.avwp-av p { color: white !important; }
.avwp-av button {
	border: 1px solid white !important;
	font-weight: normal !important;
	border-radius: 0 !important;
	font-family: 'Open Sans', sans-serif;
	background: transparent !important;
}
ul.social { margin-bottom: 0; }
ul.social li a {
  font-size: 16px;
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social li a:hover {
  color: #009578;
}
ul.social li {
  padding-left: 0;
}
.subtitle {
  font-size: 24px;
  color: white;
  border-bottom: 1px solid white;
  display: inline;
}
.bg-gray { background: #b5b5b5; }
.bg-light-gray { background: #D8D8D8; }
.bg-blue { background: #009578; }
.bg-green { background-color: #20363B }
.bg-texture { 
  background-image: url(../img/texture.png); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-wood {
  background-image: url(../img/bg-wood.jpg); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
}
.bg-agabe {
  background-image: url(../img/bg-agabe.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-dark-gray { background: #D8D9D7; }
.bg-agabe-isotipo {
  background-image: url(../img/agabe.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 180px;
}
.left-symbol {
	background: url(../img/left-symbol.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
}
.right-symbol {
	background: url(../img/right-symbol.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;	
}
#about h1,
#about p { color: white; }
.play {
  font-size: 20px;
  color: white;
  position: relative;
  padding: 10px 0 10px 60px;
  background: url(../img/play.png) no-repeat left center;
  background-size: 40px;
}
.play:hover { color: white; }
.play span { border-bottom: 1px solid white; }
.img-about .txt-about {
  position: absolute;
  left: 26px;
  bottom: 35px;
}
.img-about .txt-about p {
  font-size: 30px;
  text-transform: uppercase;
  display: inline;
  border-bottom: 1px solid white;
  line-height: 120%;
}
#tequila .globe {
  margin-top: -130px;
}
#tequila .img-origins {
  margin-top: 140px;
}
#tequila .img-origins .txt-origins {
  border: 1px solid black;
  background: white;
  font-size: 20px;
  color: black;
  padding: 8px 25px 2px 25px;
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
  bottom: 25px;
  left: -180px;
}
.gallery-item {
  height: 330px;
  overflow: hidden;
  position: relative;
}
.item-1 .gallery-item {
  height: 660px;
}
.gallery-item .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
  padding: 20px;
}
.gallery-item .caption h3 {
  color: white;
}
.gallery-item img {
  transition: transform .5s, filter .5s ease-in-out;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.more {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid transparent
}
.more:hover {
  border-color: white;
}
.more.black {
	color: black;
	text-decoration: underline;
	border: none;
}
.more.black:hover {
	color: white;
	border: none;
}
.more.pls {
	border: 1px solid transparent;
	padding: 8px 15px 2px 15px;
	color: white;
}
.more.pls i {
	font-style: normal;
	font-size: 20px;
}
.more.pls:hover {
	border: 1px solid white;
}
.orp h2 { color:	white; }
.price {
	font-size: 18px;
}
.carrusel .slick-slide img {
  margin: 0 auto;
}
.hashtag {
  display: inline-block;
  border-bottom: 1px solid;
}
.mdl {
	max-width: 1100px;
}
.mdl .img-cover {
	height: 660px;
}
.mdl .mdl-txt {
	padding: 40px 65px 40px 40px;
	display: flex;
    flex-flow: column;
    justify-content: center;
}
#contact h2,
#contact p,
#contact a { color: white; }
#contact i {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  display: inline;
  font-style: initial;
}
#contact input[type=text], 
#contact input[type=email], 
#contact input[type=tel], 
#contact textarea {
	border: 1px solid white;
}
#contact ::-webkit-input-placeholder { 
	color: white; 
}
#contact :-moz-placeholder { 
	color: white;  
}
#contact ::-moz-placeholder { 
	color: white; 
}
#contact :-ms-input-placeholder { 
	color: white;  
}
#contact h2 {
	font-size: 60px;
}
.symbol-white {
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/symbol-white.png) no-repeat center;
  background-size: contain;
  margin: -40px auto 40px auto;
}
.woocommerce form .form-row textarea {
	height: 200px !important;
}
.woocommerce ul.products li.product {
	background: url(../img/bg-item.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 40px 20px 40px !important;
	text-align: center;
	border: 1px solid #000000;
	transition: transform .5s, filter .5s ease-in-out;
}
.woocommerce ul.products li.product:hover {
	transform: scale(1.1);
}
.woocommerce ul.products li.product h2 {
	font-family: 'tradegothicltstd';
	font-size: 16px !important;
	color: black !important;
	display: inline-block;
	border-bottom: 1px solid;
	padding: 0 !important;
	margin-bottom: 10px;
}
.woocommerce ul.products li.product .price {
	display: block;
	font-weight: normal;
	font-family: 'tradegothicltstd';
	font-size: 16px !important;
	color: black !important;
	padding-top: 15px;
}
/*
.woocommerce ul.products li.product .button {
	border: 1px solid #000000 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	color: #000000 !important;
	text-transform: uppercase;
	font-weight: normal !important;
	background-image: url(../img/cart.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position-x: calc(100% - 15px);
	background-position-y: center;
	padding: 13px 60px 9px 15px !important;
	height: 40px;
	position: relative;
}
*/
.woocommerce ul.products li.product .button {
	border: 1px solid #000000 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	color: #000000 !important;
	text-transform: uppercase;
	font-weight: normal !important;
	padding: 13px 15px 9px 15px !important;
	display: block !important;
	width: 140px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
/*
.woocommerce ul.products li.product .button:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 39px;
	background: black;
	right: 45px;
	top: 0;
}
*/
.woocommerce ul.products li.product .button:hover {
	background-color: white !important;
}
h1.woocommerce,
.woocommerce h2, 
.woocommerce h3 {
	font-family: 'tradegothicltstd';
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.woocommerce table.shop_table {
	background: white;
	border-radius: 0 !important;
	box-shadow: 0 3px 25px rgb(0,0,0,.16);
	font-size: 17px;
  color: black;
  padding: 10px;
}
.woocommerce table.shop_table th {
	font-size: 20px !important;
	font-weight: normal !important;
}
.woocommerce-cart table.cart .product-thumbnail a {
	background: #C5C6C8;
	border: 1px solid black;
	padding: 15px 10px;
	display: inline-block;
}
#coupon_code {
	height: 40px;
	width: 155px;
	border: 1px solid black;
	border-radius: 10px;
	color: #20373B;
	padding: 6px 10px 2px 10px;
	margin-right: 15px;
}
.coupon button.button {
	background: #20373B !important;
	color: white !important;
	text-transform: uppercase !important;
	font-weight: normal !important;
	border-radius: 0 !important;
	border: 0 !important;
	padding: 13px 20px 10px 20px !important;
	height: 40px !important;
}
.coupon button.button:hover {
	background: black !important;
}
#top > section > div > div > div > div > form > table > tbody > tr:nth-child(2) > td > button {
	border: 1px solid #20373B;
	height: 40px;
	background: transparent;
	color: #20373B;
	font-weight: normal;
	border-radius: 0;
	text-transform: uppercase;
	padding-top: 12px;
}
.woocommerce-page table.cart td.actions {
	padding-top: 20px !important;
}
.cart-collaterals { padding-top: 40px;}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 20px !important;
	border: none !important;
	border-radius: 0 !important;
	background-color: #20373B !important;
	color: white !important;
	text-transform: uppercase;
	font-weight: normal !important;
	background-image: url(../img/arrow-r.svg) !important;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position-x: calc(100% - 15px);
	background-position-y: center;
	padding: 13px 60px 9px 15px !important;
	height: 50px;
	position: relative;
	padding-top: 17px !important;
	width: 315px;
	float: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 49px;
	background: white;
	right: 45px;
	top: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: black !important;
}
#customer_details .col-1,
#customer_details .col-2 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
span.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.item img {
	max-width: 120px;
	display: block;
	margin: 0 auto;
}
.item h5 {
	margin-bottom: 15px;
}
.item .more {
	color: #000000;
}
.item .more:hover {
	border-color: #000000;
}
.intro p { font-size: 18px; }
.single-recipe {
	background: url(../img/bg-single.jpg) no-repeat center;
	background-size: cover
}
.single-recipe h1 {
	font-family: 'tradegothicltstd';	
	font-size: 40px;
	color: #000000;
	display: inline;
	line-height: 130%;
	border-bottom: 1px solid #000000;
}
.single-recipe h2 {
	font-family: 'tradegothicltstd';
	font-size: 20px;
	color: #000000;
	display: inline;
	line-height: 130%;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}
.details h2 { display: inline-block; }
.single-product h1 {
	font-family: 'tradegothicltstd';
	font-size: 40px;
	display: inline-block;
	margin-bottom:30px;
	line-height: 120%;
}
.single-product h2 {
	font-family: 'tradegothicltstd';
	font-size: 25px;
	line-height: 120%;
	margin-bottom: 20px;
}
.single-img img {
	width: 100%;
	max-width: 240px;
  margin: 0 auto;
  display: block;
}
/*
.single-product .single-product-image {
	display: block;
	margin: 0 auto;
	max-width: 70%;
	height: auto;
}
*/
.single-gallery-grid { text-align: center; }
.single-gallery-grid img {
	width: 16%;
	margin: 15px;
	border: 1px solid #000000;
}
.bg-single-recipe {
	background: url(../img/bg-single-recipe.jpg) no-repeat center;
	background-size: cover;
	height: 500px;
}
.single-gallery header { background: transparent; }
.desc-single-recipe h1 { color: white; }
.desc-single-float {
	margin-top: -400px;
}
.desc-single-recipe h2 {
  font-family: 'tradegothicltstd';
  font-size: 20px;
  color: #000000;
  display: inline-block;
  line-height: 130%;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}
body.single-gallery {
	background: #D8D9D7;
}
#coming-soon h2 { color: white; }
body.single-product .bg-single-product {
	background: #D8D9D7;
}
body.single-product .bg-single-product h1 {
	font-family: 'tradegothicltstd';
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;
}
body.single-product .bg-single-product .wp-post-image {
	background: url(../img/bg-item.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 40px 0 40px;
}
.woocommerce-product-gallery__wrapper {
	border: 1px solid #000000;
}
#breadcrumb,
#breadcrumb span,
#breadcrumb a {
	font-size: 12px;
	color: #868686;
}
.related.products { 
	clear: both; 
	background: white;
	position: relative;
	padding-top: 60px;
}
.related.products h2 {
	font-family: 'tradegothicltstd';
  font-size: 24px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.related.products:after,
.related.products:before {
	position: absolute;
	content: '';
	top: 0px;
	height: 100%;
	z-index: 0;
	width: 50000px;
	background-color: white;
}
.related.products:after {
	right: -49980px;
}
.related.products:before {
	left: -49980px;
}
.related.products ul.products {
	display: flex;
  justify-content: center;
}
.related.products ul.products li.product {
	width: 30.05%;
}
.summary.entry-summary .price { color:black !important;}
.summary.entry-summary ul li {
	position: relative;
	padding-left: 15px;
}
.summary.entry-summary ul li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 40px;
	background: black;
	position: absolute;
	left: 0;
	top: 6px;
}
.woocommerce-product-details__short-description {
	margin-bottom: 40px;
}
.woocommerce .quantity .qty {
	width: 90px !important;
	font-size: 20px;
	height: 40px;
	border: 1px solid black;
	border-radius: 30px;
	text-align: center;
	font-family: revert;
	margin-bottom: 10px;
}
.related.products ul.products li.product {
	width: 35.05% !important;
}
.woocommerce div.product form.cart .button {
	font-size: 20px;
	border: none !important;
	border-radius: 0 !important;
	background-color: #20373B !important;
	color: white !important;
	text-transform: uppercase;
	font-weight: normal !important;
	background-image: url(../img/cart-white.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position-x: calc(100% - 15px);
	background-position-y: center;
	padding: 13px 60px 9px 15px !important;
	height: 40px;
	position: relative;
}
.woocommerce div.product form.cart .button:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 39px;
	background: white;
	right: 45px;
	top: 0;
}
.woocommerce div.product form.cart .button:hover {
	background-color: black !important;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0 20px 0 0 !important;
}
.product_meta span.sku_wrapper {
	display: block;
	font-size: 17px;
	color: black;
}
.product_meta span.posted_in { display: none; }
.woocommerce div.product div.summary {
  margin-bottom: 80px !important;
  background: white;
  padding: 40px 20px 20px 10px;
  height: 493px;
  position: relative;
  border: 1px solid black;
  border-left: 0;
}
.woocommerce div.product div.summary:before {
	left: -43px;
	position: absolute;
	content: '';
	top: -1px;
	bottom: 1px;
	height: 493px;
	width: 45px;
	background-color: white;
	z-index: 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #BDBDBD !important;
}
.woocommerce-billing-fields__field-wrapper label {
	color: black;
	line-height: 120% !important;	
	margin-bottom: 4px;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #20373B !important;
	height: 40px !important;
	border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: black !important;
	line-height: 41px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px !important;
}
#customer_details { margin-bottom: 30px; }
#order_review table.shop_table {
	box-shadow: none !important;
	border: 1px solid #707070 !important;
}
.woocommerce-info,
.woocommerce-message {
	font-size: 15px !important;
}
.cart-link {
	padding: 12px 0 0 0;
}
.cart-link span { font-size: 12px; }
.cart-link:hover { color: #009578; }
.values {
	border-bottom: 1px solid;
	border-color: white;	
}
.value-item {
	padding-top: 50px;
	padding-bottom: 35px;	
}
.value-item.blw {
	border-left: 1px solid white;
	padding-left: 30px;
}
.value-item h2 {
	font-family: 'tradegothicltstd';
	color: white;
	font-size: 80px;
	margin-bottom: 0;
}
.outer {
  overflow: hidden;
}
.inner {
  border: 1px solid white;
}
.inner i {
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50%;
  background-color: #20363c;
}
.inner .top {
  margin-top: -20px;
}
.inner .bottom {
  margin-top: -20px;
  margin-bottom: -22px;
}
.inner .left {
  float: left;
  margin-left: -20px;
}
.inner .right {
  float: right;
  margin-right: -20px;
}
.outer-container {
  padding: 30px;
  text-align: center;
}
.outer-container p {
	font-size: 25px;
	line-height: 95%;
	color: white;
	padding: 7px 60px 0 60px;
	margin-bottom: 0;
	display: inline-block;
	background-image: url(../img/a-left.svg), url(../img/a-right.svg);
  background-position: left center, center right;
  background-repeat: no-repeat, no-repeat;
  background-size: 17px;
  margin: 0 30px;
}
.journey h1 { color: white; }
#sky p { color: white; }
#sky .txt-full p {
	font-size: 5.2vw;
	margin-bottom: 0;
}
.oo h2,
.oo p { color: white; }
.oo .txt-1 {

}
.oo .txt-1 p {
	display: inline;
}
.oo .txt-2 {
/*
	margin-top: 160px;
	position: relative;
	z-index: 2;
*/
}
.oo .img-map {
/*
	margin-top: -140px;
	margin-bottom: -60px;
  position: relative;
  z-index: 1;
	margin-right: auto;
	margin-left: auto;
*/
}
.txt-white p,
.txt-white h2 {
	color: white;
}
.underline p {
	display: inline;
}
table.hdr {
    background: transparent;
    border: 1px solid #ffffff;
    font-size: 18px;
    width: auto;
    text-align: center;
    margin-bottom: 20px;
}
table.hdr span {
	font-size: 14px;
}
table.hdr td { padding: 8px 1px 4px 30px; }
.fs25 p { font-size: 22px; }
.process-box {
	position: relative;
	width: 100%;
}
.bx-title {
	border: 1px solid #ffffff;
    font-size: 18px;
	padding: 10px 40px 5px 40px;
	margin-bottom: 20px;
	color: white;
	display: inline-block;
}
.box-white { 
	padding: 40px;
	background: white; 
}
.process-box .box-white ul li {
	margin-bottom: 15px;
	color: white;
}
.process-box .box-white ul li em {
	font-size: 11px;
	font-style: normal;
}
.box-white.ctr {
	text-align: center;
	background: transparent;
}
/*
.process-box .box-white ul li:before {
    content: '';
	background: url(../img/bullet.svg);
	width: 30px;
	height: 15px;
	display: block;
	position: absolute;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
*/
.prcss { height: auto; }
.tqls { height: auto; }
.tqls a {
	position: relative;
}
.fancybox-type-inline .fancybox-skin {
	background: #20363B !important;
	padding: 0 !important;
}
.fancybox-type-inline .fancybox-skin hr {
	margin-bottom: 20px;
	width: 100%;
}
.fancybox-type-inline .fancybox-skin .title {
    display: inline-block;
    font-size: 20px;
	text-transform: uppercase;
}
.fancybox-type-inline .fancybox-skin .col-md-6 p {
	margin-bottom: 5px;
}
.fancybox-inner p {
	color: white;
}
.fancybox-item.fancybox-close {
	display: block;
	width: 40px;
	height: 40px;
	background: url(/wp-content/uploads/2025/04/close.png);
	background-size: cover;
}
.fancybox-nav.fancybox-prev span,
.fancybox-nav.fancybox-next span {
	display: block;
	width: 30px;
	height: 30px;
	background-size: cover !important;
	visibility: visible;
}
.fancybox-nav.fancybox-prev span {
	background: url(/wp-content/uploads/2025/04/prev.png);
}
.fancybox-nav.fancybox-next span {
	background: url(/wp-content/uploads/2025/04/next1.png);
}
/*///////////////////////
///     Accordeon     ///
///////////////////////*/
.item {
  width: 175px;
  height: 454px;
  float: left;
  cursor: pointer;
  text-align: center;
}
.item-product img.icono {
	width: 20px;
	height: 20px;
	margin-top: -20px;
  margin-bottom: 20px;
}
.active {

}
.info {
  width: 0;
  float: left;
  height: 454px;
  display: none;
  overflow: hidden;
}
.item-product > img {
	max-width: 160px;
	height: 370px;
}
.originls video {
	width: 100%;
}
.boxbrd {
	border: 1px solid white;
	padding: 80px 80px 45px 80px;
	position: relative;
}
.boxbrd .corner {
	display: block;
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
}
.boxbrd .corner.one {
	background-image: url(/wp-content/uploads/2025/03/1.png);
	top: -1px;
	left: -1px;
}
.boxbrd .corner.two {
	background-image: url(/wp-content/uploads/2025/03/2.png);
	top: -1px;
	right: -1px;
}
.boxbrd .corner.three {
	background-image: url(/wp-content/uploads/2025/03/3.png);
	bottom: -1px;
	right: -1px;
}
.boxbrd .corner.four {
	background-image: url(/wp-content/uploads/2025/03/4.png);
	bottom: -1px;
	left: -1px;
}
/*///////////////////////
///       Slick       ///
///////////////////////*/
.stage { 
  height: calc(100vh + 10px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.stage.hm {
	align-items: flex-end;
	text-align: center;
	padding-bottom: 120px;
}
.stage.med {
	height: 600px;
}
.stage p {
  font-size: 22px;
  color: white;
  display: inline;
}
.stage video {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  bottom: 0;
  right: 0;
  top: 50%;
  left: 50%;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}
.a-bottom {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/arrow-bottom.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
ul.social.fix {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
ul.social.fix li {
  margin-bottom: 17px;
}
.stage.our {
	height: auto;
}
.stage.our p {
	font-size: 16px;
	border: none;
	display: block;
}
/*.stage { 
  height: 100vh;
  display: flex;
  align-items: center;
}
.stage p {
  font-size: 22px;
  color: white;
  margin-bottom: 25px;
}*/
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
}
.slick-prev, 
.slick-next {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slick-prev {
  background-image: url(../img/a-left.png);
}
.slick-next {
  background-image: url(../img/a-right.png);
}
.slick-prev:before,
.slick-next:before {
  content: none;
}
.slider-for .slick-slide { position: relative; }
.slider-for .caption {
	z-index: 1;
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	bottom: 40px;
} 
.slider-for .txt-a,
.slider-for .txt-b {
	transition: 2s;
}
.slider-for .caption h2,
.slider-for .caption p { color: white; }
.slider-for .slick-active .txt-a,
.slider-for .slick-active .txt-b {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slider-for .slick-active .txt-b {
	padding-top: 150px;
}
.slider-for .slick-active .txt-b {
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
}
.slider-nav .slick-prev {
  background-image: url(../img/a-l.png);
}
.slider-nav .slick-next {
  background-image: url(../img/a-r.png);
}
.slider-nav .slick-prev,
.slider-nav .slick-next {
	top: initial;
	bottom: -10px;
}
.slider-nav .slick-prev {
	left: 50px;
}
.slider-nav .slick-next {
	right: 50px;
}
.slider-nav {
	position: relative;
  top: -90px;
  margin-bottom: -69px;
}
.slider-nav .slick-slide {
	text-align: center;
}
.slider-nav .slick-slide h5 {
	color: white;
	border-bottom: none;
	transition: all 300ms;
	opacity: 50%;
}
.slider-nav .slick-slide .icono {
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto 10px auto;
	transition: all 300ms;
	opacity: 50%;
} 
.slider-nav .slick-slide.slick-current h5,
.slider-nav .slick-slide.slick-current .icono {
	opacity: 1;
}
.slider-nav .slick-slide.slick-current h5 {
	font-size: 25px;
}
.slider-for .slick-slide:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 200px;
    background: linear-gradient(0deg, rgb(0 0 0 / 52%) 50%, rgb(0 0 0 / 0%) 100%);
	z-index: 1;
}
.fancybox-nav {
	width: 40px !important;
}
/*////////////////////////
///        Forms       ///
////////////// /////////*/
.contact-form p {
  margin-bottom: 0;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  font-size: 18px;
  color: white;
  border: 1px solid #20373B;
  border-radius: 0px;
  background: transparent;
  width: 100%;
  height: 40px;
  padding: 6px 10px 0 15px;
  margin-bottom: 10px !important;
}
textarea {
  height: 100px;
  padding-top: 15px;
  margin-bottom: 10px;
  border-radius: 0px;
	color: white !important;	
}
input[type="file"] {
  border: 1px solid white;
  background: none;
  font-size: 11px;
  color: white;
  height: 34px;
  margin-bottom: 30px;
}
input[type=submit] {
  font-size: 20px;
  color: white;
  border: none;
  width: 110px;
  height: 50px;
  background: transparent;
  display: block;
  border-radius: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  text-transform: uppercase;
  float: right;
  background-image: url(../img/btn.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  padding-top: 7px;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
}
input[type=submit]:hover {
  background-color: #009578;
  color: white;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #64cbc9;
}
.wpcf7-captchar {
	width: 100px;
    display: block;
}
::-webkit-input-placeholder { 
  font-size: 18px;
  color: black;
  text-transform: uppercase;  
}
:-moz-placeholder { 
  font-size: 18px;
  color: black;
  text-transform: uppercase;  
}
::-moz-placeholder { 
  font-size: 18px;
  color: black;
  text-transform: uppercase; 
}
:-ms-input-placeholder { 
  font-size: 18px;
  color: black;
  text-transform: uppercase;  
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: relative;
  color: white !important;
  top: -7px;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  font-size: 12px !important;
  text-align: center;
  border: 2px solid #63bb3d !important;
  color: black !important;
}
#contact-box {
  border-top: 5px solid #99BC45;
  background: white;
  padding: 30px;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: white !important;
    font-size: 13px;
    color: white;
    line-height: 176%;
}
.wpcf7-form-control.wpcf7-captchar {
	width: 100px;
}
/*////////////////////////
///       Fonts        ///
////////////////////////*/
@font-face {
  font-family: 'tradegothicltstd';
  src: url('../fonts/tradegothicltstd.eot');
  src: url('../fonts/tradegothicltstd.eot') format('embedded-opentype'),
       url('../fonts/tradegothicltstd.woff2') format('woff2'),
       url('../fonts/tradegothicltstd.woff') format('woff'),
       url('../fonts/tradegothicltstd.ttf') format('truetype'),
       url('../fonts/tradegothicltstd.svg#tradegothicltstd') format('svg');
}
@font-face {
  font-family: 'AugustScriptBoldFree';
  src: url('../fonts/AugustScriptBoldFree.eot');
  src: url('../fonts/AugustScriptBoldFree.eot') format('embedded-opentype'),
       url('../fonts/AugustScriptBoldFree.woff2') format('woff2'),
       url('../fonts/AugustScriptBoldFree.woff') format('woff'),
       url('../fonts/AugustScriptBoldFree.ttf') format('truetype'),
       url('../fonts/AugustScriptBoldFree.svg#AugustScriptBoldFree') format('svg');
}
@font-face {
  font-family: "olf";
  src:url("../fonts/olf.eot");
  src:url("../fonts/olf.eot?#iefix") format("embedded-opentype"),
      url("../fonts/olf.woff") format("woff"),
      url("../fonts/olf.ttf") format("truetype"),
      url("../fonts/olf.svg#olf") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "olf" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "olf" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-left-arrow:before {
  content: "\61";
}
.icon-right-arrow:before {
  content: "\62";
}
.icon-cancel:before {
  content: "\65";
}
.icon-facebook:before {
  content: "\64";
}
.icon-linkedin:before {
  content: "\66";
}
.icon-social-twitter:before {
  content: "\67";
}
.icon-menu:before {
  content: "\68";
}
.icon-x:before {
  content: "\6a";
}
.icon-instagram:before {
  content: "\69";
}
.icon-cart:before {
  content: "\63";
}
/*////////////////////////
///   Media Queries    ///
////////////////////////*/
@media (min-width: 1200px) {  }
@media (min-width: 1199px) { }
@media screen and (max-width: 1199px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 991px) { 
	nav ul li { margin-right: 12px; }
/* 	.woocommerce ul.products li.product .button { padding: 13px 60px 9px 6px !important; } */
	.woocommerce ul.products li.product {	padding: 40px 20px 20px 20px !important; }
	.value-item { text-align: center; }
	.value-item.blw {
		border-left: none;
		border-top: 1px solid white;
		padding-left: 15px;
	}
	.values .container { max-width: 100%; }
	.item { height: 300px; }
	.item, .info { 
		float: none; 
		margin: 0 auto;
	}
	.info { 
		width: 100% !important;
		height: auto;	
		display: block;
	}
	.item-product > img {
    max-width: 100px;
    height: auto;
	}
  .slider-for .caption p { display:none; }
  .slider-for .caption h2 { font-size:22px; margin-bottom:10px; }
  .slider-for .slick-active .txt-b { padding-top: 10px; }
  .slider-nav {         
    top: -61px;
    margin-bottom: -120px; 
  }
  .slider-for .caption { 
	  top: 0;
	  padding-top: 20px; 
	  z-index: 10;
  }
  .slider-nav .slick-slide h5 { 
	  font-size:18px !important; 
	  margin-bottom: 15px;
	}
}
@media screen and (max-width: 768px) {
  h1, .h1 { font-size: 55px; }
  h2, .h2 { font-size: 55px; text-align: center; }
  h3, .h3 { font-size: 35px; }
  h4, .h4 { }
  .navbar-expand-md .navbar-nav .nav-item { margin-bottom: 15px; }
  .navbar-collapse {
    background: #aaaaaa;
    margin-top: 62px;
    padding: 0 10px;
  }
  .navbar-collapse ul { margin: 15px 0 5px 0; }
  .navbar-collapse ul li { margin-bottom: 10px; background: none; }
  .navbar-collapse ul li a,
  .navbar-collapse ul li ul li a { 
    color: white !important; 
    padding: 0; 
    height: auto;
    font-size: 18px;
  }
  .navbar-collapse ul li a:hover,
  .navbar-collapse ul li a.active,
  .navbar-collapse ul li.current-menu-item a,
  .navbar-collapse ul li:last-child a:hover  {

  }
  .navbar-collapse ul li ul { 
    display: block; 
    left: 0;
    padding: 0 0 0 15px;
    position: inherit;
  }
  .navbar-collapse ul li ul li:hover,
  .navbar-collapse ul li ul li.current-menu-item, {
    background: none;
  }
  .navbar-collapse ul li ul li a {
    font-size: 20px;
    padding: 0 5px !important;
  }
  .hide-md { display: none !important; }
  .show-md {display: block !important; }	
  #tequila .globe { margin-top: 0; }
  #tequila .img-origins { margin-top: 40px; }
  #tequila .img-origins .txt-origins { left: 0; }
  .single-gallery-grid img { width: 40%; }
  #customer_details .col-1, #customer_details .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.woocommerce ul.products li.product { width: 100% !Important; }
	.woocommerce div.product div.summary:before { content: none; }
	.woocommerce div.product div.summary { 
		padding: 15px;
		border-left: 1px solid black;
	}
	.related.products ul.products { display: block !important; }
	.related.products ul.products li.product { width: 98% !important; }
	.value-item h2 { font-size: 60px; }
}  
@media screen and (max-width: 767px) { 
	.item-1 .gallery-item { height: 330px; }
	#contact { padding-bottom: 160px; }
	footer { text-align: center; }
	footer ul.social { float: none; }
	.avwp-av { width: 100% !important; }
	.tqls {
		height: 400px;
	}
	.oo .img-map { margin-top: 0; }
	.mdl .img-cover { height: 200px; }
	.mdl {
		max-width: 1100px;
		height: 600px;
		overflow-y: scroll;
		overflow-x: hidden;
		width: auto !important;
	}
	.slider-for .slick-slide div div {
		height: 680px;
	}
	.slider-for .slick-slide div div img{
		object-fit: cover;
		position: absolute;
		bottom: 0;
		top: 0;
		height: 100%;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 0;
	}
	.slider-for .caption h2 {
        font-size: 40px;
		text-align: center !important;
	}
	.slider-nav .slick-prev, 
	.slider-nav .slick-next {
		bottom: 200px;
	}
	.slider-nav .slick-prev {
    	left: 15px;
	}
	.slider-nav .slick-next {
    	right: 15px;
	}
	.slider-nav {
		top: -140px;
	}
	.mdl .mdl-txt {
		padding: 40px 65px;
	}
	#contact h2 { text-align: center; }
	.stage video {
		position: absolute;
		z-index: 0;
		object-fit: cover;
		width:100%;
		height:100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#sky,
	#about { margin-top: -1px;}
	.slider-nav .more.pls.show-md {
		position: initial;
		bottom: 15px;
		border-color: white;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		width: 220px;
		text-align: center;
		z-index: 10;
	}
	.slider-for .txt-a {
		 animation-name: none !important;
	}
	.oo, .oo p { text-align: center !important;}
	.our-emblem,
	.our-emblem p, 
	.our-emblem .txt-right { text-align: center !important; }
}
@media screen and (max-width: 414px) {  }
@media screen and (max-width: 400px) {  }
@media screen and (max-width: 375px) {  }
@media screen and (max-width: 320px) {  }
