@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
html,body{
	font-family: 'Quicksand';
	background: #f9fcfb;
}
body.single-product{
	background: #EFEFEF;
}
a:hover{
	text-decoration: none;
	color:#156b28;
}
select{
	background: #fff!important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.bg-gray-footer{
	background: #16191E;
}
.font-small{
	font-size: .9em;
}
.font-medium{
	font-size: 2em;
}
.swiper-pagination-bullet-active{
	background: #156b28;
}
.upsells-slider .swiper-button-next, .upsells-slider .swiper-button-prev{
	top:32%;
}
.destination-slider .swiper-button-next, .destination-slider .swiper-button-prev{
	top:calc(50% - 8px);
}
/* LINE HEIGHT */
.line-height-1
{
	line-height: 40px;
}

/* FONTS */
.quick-medium{
	font-weight: 500;
}
.text-green{
	color:#156b28;
}
.text-blue{
	color: #417ce2;
}
.text-red{
	color:#d63131;
}
.bg-orange{
	background: #e59f54;
}
.text-gray{
	color: #a8a8a8;
}
.hv-50{
	height: 50vh;
}
.bg-green{
	background: #156b28;
}
.text-gray-n{
	color:#1b2432;
}
.text-gray-l{
	color:#444;
}
.bg-gray-n{
	background: #1b2432;
}
.bg-gris-b{
	background: #262626;
}
.bg-gray-b{
	background: #121420;
}
.bg-gris{
	background: #EFEFEF;
}
.bg-gray{
	background: #f2f2f2;
}
a:hover{
	text-decoration: none;
}
.b-bottom-1{
	border-bottom:1px solid #ccc;
}

/* RECAPTCHA */
.grecaptcha-badge {
  display: none !important;
}

/* CULQI PAGE */

.woocommerce ul.order_details,#receipt_page_fullculqi{
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 1px 9px rgba(0,0,0,.2);
	padding:20px;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
	background: #156b28;
}
#receipt_page_fullculqi button,#receipt_page_fullculqi a.cancel{
	font-size: 1.1em;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	padding: 20px;	
}
#receipt_page_fullculqi button{
	width: 300px;
}
#receipt_page_fullculqi a.cancel{
	width: 120px;
	margin-left: 20px;
}
.woocommerce ul.order_details li strong{
	font-size:1.8em!important;
}
/* CIERRE CULQI */
.menu-mobile.d-flex{
	display: none!important;
	position: fixed;
	bottom: 15px;
	z-index: 999999;
	left:0;
	width: 100%;
}
.menu-mobile > div{
	box-shadow: 0px 0px 3px 0px rgba(43,43,43,.3);
	border-radius:100%;
	cursor: pointer;
	background: #fff;
	padding: 10px;
	margin: 0 25px;
}
.menu-mobile > div.warap{
	background: #09d261;
}
/* NAVIGATION */
.home-nav{
	position: absolute;
	z-index: 99;
	width: 100%;
}
.top-head{
	align-self: flex-end;
	width: calc(50% + 100px);
}
.country-selector.weglot-dropdown{
	background: transparent;
	color:#fff;
}
.top-head .country-selector.weglot-dropdown{
	margin-right: 20px;
}
.country-selector.weglot-dropdown .wgcurrent{
	border-radius: 36px;
	border:1px solid #fff;
}
.country-selector.weglot-dropdown .wgcurrent:after{
	content:'\e884';
	font-size: .8em;
	top:10px;
	font-family: 'fontello';
	background: transparent;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);	
}
.country-selector.weglot-dropdown ul{
	border-radius: 12px;
	margin-top: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.main-nav{
	padding: 8px 0;
	width: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.main-nav.fixify{
	position: fixed;
	top:0;
	left:0;
	z-index: 99;
}
.main-nav ul{
	margin-right: 1rem;
	margin-bottom: 0;
}
.nav-ul{
	position: relative;
}
.main-nav div > ul > li:hover > a{
	background: #156b28;
	color:#fff;
}
.main-nav div > ul > li:hover .sub-menu{
	display: block;
}
.sub-menu{
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;	
	display: none;
	background: #fff;
	border:6px solid #156b28;
	padding: 5px;
	position: absolute;
	top:42px;
	z-index: 9;
	left:5%;
	width: 90%;
	margin-right: 0;
	opacity: 0;
	animation: hola .5s .2s forwards;
}
@keyframes hola{
	from{
		opacity: 0;
		top:80px;
	}
	to{
		opacity: 1;
		top:42;
	}
}

.logo a{
	width: 200px;
	height: 76px;
	background-image: url(images/logosvg.svg);
	-webkit-background-size: cover;
	background-size: cover;
}

.main-nav ul li{
	display: inline-block;
}
.main-nav .nav-ul li a{
	font-weight: bold;
	text-transform: uppercase;
}
.main-nav .nav-ul ul li a{
	display: block;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	color:#fff;
}

.home-nav .nav-ul{
	margin-top: 20px;
	width: 100%;
	border-top:1px solid rgba(255,255,255,.4);
	border-bottom: 1px solid rgba(255,255,255,.4);	
}
.main-nav ul.sub-menu li a{
	color:#000;
}
.white-nav{
	padding: 15px 0;
	box-shadow: 0px 1px 5px 0 rgba(0,0,0,.3);
}

.btn-black{
	color:#fff;
	cursor: pointer;
	padding: 10px 20px;
	margin: 10px 0;
	border-radius:4px;
}
/* CLOSE NAVIGATION */
/* LANDING */
.landing{
	background: linear-gradient(rgba(43,43,43,.1),rgba(43,43,43,.9));
	overflow: hidden;
	position: relative;
	height:90vh;
}
.landing .container{
	z-index: 9;
}
.landing h1{
	font-family: 'Fredoka One';
	text-transform: uppercase;
	font-size:5em;
}
.landing.single h1{
	font-size: 3em;
}
.landing p{
	padding: 2px;
	font-weight:bold;
	font-size: 1.2em;
	background: rgba(43,43,43,.5);
}
.btn-landing{
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1px;
	background: #156b28;
	padding: 8px 20px;
	color:#fff;
	border-radius: 6px;
}
.btn-landing:hover{
	text-decoration: none;
	color:#fff;
	opacity: .8;
}
.search{
	position: absolute;
	width: 640px;
	left:calc(50% - 320px);
	bottom: -22px;
}
.aws-container{
	width: 100%;
}
.aws-container .aws-show-clear .aws-search-field{
	background: #fff;
	border-top-right-radius: 35px!important;
	border-bottom-right-radius: 35px!important;
}
.aws-container .aws-search-form{
	height: 50px;
	background: transparent;
}
.aws-container .aws-search-form .aws-form-btn{
	width: 50px;
	border-top-left-radius: 35px!important;
	border-bottom-left-radius: 35px!important;
}
.aws-container .aws-search-form .aws-search-btn_icon{
	width: 100%;
}
/* CIERRE LANDING */
.featured{
	margin-top: 100px;
}
.hotel{
	background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)), url(images/hotel.jpg);
}
.hostel{
	background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1)), url(images/hostal.jpg); 	
}
.card{
	text-transform: uppercase;
	border:none;
	box-shadow: 0px 2px 7px 0 rgba(0,0,0,.6);
	width: 48%;
	color:#fff;
	height: 250px;
	-webkit-background-size: cover;
	background-size: cover;
}
.card h4{
		text-shadow: 0px 0px 20px rgba(0,0,0,1);
	font-size: 1.4em;
}
/* ARCHIVE */
.woocommerce-ordering{
	display: none;
}
/* SINGLE */
.woocommerce .single_add_to_cart_button.button.alt{
	background-color: #39895d;
}
.nf-field-element textarea{
	height: 70px!important;
	border:1px solid #ccc;
	border-radius: 6px;
}
.nf-before-form-content{
	display: none;
}
.caldera-grid .form-control,.nf-field-element input{
	border-radius: 6px!important;
	border:1px solid #ccc;
}
.field-wrap input[type=button]{
	width: 100%!important;
	padding: 10px 0;
	text-align: center;
}
.page-title{
	text-align: center;
	color:#156b28;
}
.woocommerce-result-count{
	width: 100%;
	text-align: center;
	color:#666;
}
/* BLOG */
.blog-slider{
	width: 100%;
	height: 350px;
}
.article{
	border-radius: 6px;
	width: 300px;
	height: 300px;
	background: #000;
	color:#fff;
	position: relative;
	overflow: hidden;
}
.blog-slider .article{
	width: 100%;
}
.blog-wrap .article{
	margin: 10px;
}
.article img{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
}
.info-blog{
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	color:#fff;
	background: linear-gradient(rgba(43,43,43,0),rgba(43,43,43,.8),rgba(43,43,43,.9));
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 20px 20px;
}
.info-blog a.bg-green{
	border-radius: 6px;
	font-size: .9em;
	padding: 9px;
	font-weight: bold;
	box-shadow: 0px 0px 4px rgba(43,43,43,.5);
	color:#fff;
	display: inline-block;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	transition: .5s ease-in;
}
.info-blog a:hover{
	opacity: .7;
}
/* LUGARES */
.picker__nav--prev:before{
	border-right: 0.75em solid #000!important;
}
.picker__nav--next:before{
	border-left: 0.75em solid #000!important;
}
.fs-label-wrap{
	cursor: pointer;
	color:#666;
	font-weight: bold;
	padding-left: 8px;
	background-color: transparent!important;
	border:none;
	border:2px solid  #39895d!important;
	border-radius: 35px;	
	cursor: pointer;
	font-size: 1em;
}
.fs-label-wrap:focus{
	outline: none!important;
}
.facetwp-facet{
	margin-bottom: 0!important;
}
.lugar{
	margin: 10px 0;
	width: 20%;
	border-radius: 6px;
	color:#fff;
	height: 200px;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0,0,0,.9);
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;	
}
.lugar:hover{
	color:#fff;
}
.swiper-container.destination-slider {
    width: 100%;
    height: 250px;
}
.swp-button{
	width: 40px;
	height: 40px;
	box-shadow: 0px 0px 7px rgba(43,43,43,.5);
	border-radius: 100%;
	background:#fff;
}
.arequipa{
	background: linear-gradient(rgba(43,43,43,.2),rgba(43,43,43,.2)) ,url(images/cards/arequipa.jpg);
}
.puno{
	background: linear-gradient(rgba(43,43,43,.2),rgba(43,43,43,.2)) ,url(images/cards/puno.jpg);
}
.lima{
	background: linear-gradient(rgba(43,43,43,.2),rgba(43,43,43,.2)) ,url(images/cards/lima.jpg);
}
.ica{
	background: linear-gradient(rgba(43,43,43,.2),rgba(43,43,43,.2)) ,url(images/cards/ica.jpg);
}
.nazca{
	background: linear-gradient(rgba(43,43,43,.2),rgba(43,43,43,.2)) ,url(images/cards/nazca.jpg);
}
.paracas{
	background: linear-gradient(rgba(43,43,43,.2),rgba(43,43,43,.2)) ,url(images/cards/paracas.jpg);
}
.cuzco{
	background: linear-gradient(rgba(43,43,43,.2),rgba(43,43,43,.2)) ,url(images/cards/cuzco.jpg);
}
/* PRODUCTS */

.horario-wrap select,.variations select{
	border-radius: 6px;
	border:1px solid #ccc;
	padding: 5px;
}
#start_date{
	width: 100%;
	border-radius: 6px;
	padding: 5px;
	border:1px solid #ccc;
}
.cat-prod{
	color:#666;
	font-size: .9em;
}
.swiper-container.upsells-slider {
    width: 100%;
    height: 650px;
}
.reservar-fixed{
	display: none!important;
}
.summary .card-item{
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:10px 0;
}
.summary .card-item ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.summary label{
	font-weight: bold;
}
.variations td{
	display: block;
}

li.product .card-item{
	width: 95%;
	margin: 0 auto;
	padding: 10px;
	color:#000;
	border-bottom: 1px solid #ccc;
}
.desc-card.font-small{
	font-size: .8em;
}
.woocommerce ul.products li.product a.title-info:hover{
	color:#156b28;
}
li.product .card-item:last-child{
	border-bottom: none;
}

.font-small.precio{
	font-size: 1em;
}
.label-offer{
	background: rgba(234, 143, 32,.8);
	font-weight: bold;
	font-size: .9em;
	letter-spacing: 2px;
	transform:rotate(45deg);
	color:#fff;
	top:35px;
	display: inline-block;
	right: -45px;
	position: absolute;
	padding: 5px 65px;
}
.info-wrap .title-info,.info-wrap h4{
	font-size: 1.1em;
}
.woocommerce .products li.product ul{
	margin-bottom: 0;
}
.btn-more-info{
	cursor: pointer;
	color:#fff;
	border-radius:4px;
	padding: 10px 20px;
	font-weight: bold;
}

.btn-more-info:hover{
	color:#fff;
	opacity: .8;
}
.woocommerce ul.products li.product .price{
	font-size: 1em;
	color:#000;
	display: inline;
	font-weight: bold;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 4px 0px rgba(43,43,43,.2);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	margin:0px 10px;
	color:#333;
	font-size: 1.2em;
}
.home .woocommerce ul.products li.product{
	width: 31.6%;
	margin: 10px;
}
.home.upsells .woocommerce ul.products li.product{
	margin: 0;
	width: 100%;
}
.woocommerce ul.products li.product a img{
	margin-bottom: 	0;	
}
.woocommerce ul.products li.product .button,.btn-more{
	width: calc(100% - 20px);
	margin:10px;
	display: block;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border-radius: 6px;
	color:#fff;
	padding: 10px 0;
	text-align: center;
	background: #156b28;
}
.reservar-fixed{
	margin: 0;
	cursor: pointer;
	z-index: 99;
	position: fixed;
	bottom: -100%;
	left:5%;
	width: 90%;
}
.btn-more:hover{
	color:#fff;
	background: #609e7c;
}

.label-lugar{
	position: absolute;
	top:10px;
	padding: 5px 15px;
	left:10px;
	border-radius: 6px;
	background: rgba(43,43,43,.2);
}
.label-lugar a{
	color:#fff;
}

.info-product{
	padding: 10px;
}

/* ABOUT */
.about img{
	width:50%;
	height: auto;
	display: block;
}
.about > div{
	width: 45%;
	margin: 50px 20px;
}

/* CHECKOUT */
#order_review{
	margin-left: 30px;
}
#passenger_card{
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px solid #ccc;
}
.checkout > div{
	width: 45%;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
	width: 100%;
}
.col-2,.col-1{
	max-width: 100%!important;
}
.woocommerce-input-wrapper{
	display: block;
}
.form-row{
	display: block;
}
/* CONTACTO */
.contact h4{
	color:#777;
}
.box{
	box-shadow: 0px 0px 4px 0px rgba(43,43,43,.2);
	border-radius: 8px;
	padding: 25px;
	background: #fff;
}
.box{
	min-height: 440px;
}
.box.bg-green{
	background: #23824d!important;
}
.item-info{
	font-size: 1.1em;
	margin:10px 0;
	color:#777;
}
footer .item-info{
	color:#aaaaaa;
	margin: 0;
	padding: 5px 0;
	font-size: .9em;
}

footer h4{
	font-size: .9em;
	font-weight: bold;
}
footer a{
	padding: 8px 0;
	font-size: .9em;
	color:#ccc;
}
footer img{
	width: 100px;
	height: auto;
}
.box.bg-green .item-info{
	color:#fff;
}
.footer-social{
	width: 100%;
	position: relative;
}
.footer-social:before,.footer-social:after{
	position: absolute;
	top:calc(50% - .5px);
	left:0;
	background: #f2f2f2;
	height: 1px;
	display: block;
	width: 42%;
	content: '';
}
.footer-social:after{
	left:initial;
	right: 0;
}
.item-info.fb a{
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-top: 10px;
	color:#121420;
	background: #ccc;
	padding: 7px;
	border-radius: 100%;
}
.footer-social a{
	width: 40px;
	height: 40px;
	font-size: 1.1em;
	position: relative;
	z-index: 2;
	margin:20px 15px;
	color:#121420;
	background: #ccc;
	padding: 7px;
	border-radius: 100%;
}
.contact-wrap > div{
	width: 45%;
	margin: 10px;
}

.mas{
	width: 1200px;
	margin: 0 auto;
}	


.caldera-grid label{
	color:#777!important;
	font-weight: normal!important;
}
iframe.box{
	padding: 0!important;
	width: 100%;
}
.sku_wrapper{
	display: none;
}
.tabs,.panel{
	vertical-align: top;
	display: inline-block;
}
#tab-description h2:before{
	color:#156b28;
	font-size: 1.7em;
	display:inline-block;
	content:'\e842';
	font-family: 'fontello';
}
#tab-description h2{
	border-bottom: 1px solid #ccc;
	padding-bottom: .5rem;
}
.panel.wc-tab{
	font-size: .9em;
}
.tabs{
	width: auto;
}
.extra-tour-list i{
	font-size: 2.3em;
}
.wc-tab h2{
	font-size: 1.5em;
}
.extra-tour h2{
	margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding-left: 0;
	overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li a::before{
	display: none;
	position: absolute;
	top:15px;
	left:calc(50% - 15px);
	font-size: 1.5em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
	display: block;
	content:'';
	width: 28px;
	transform: rotate(45deg);
	top:calc(50% - 14px);
	right:-14px;
	z-index: 9;
	border-radius:0;
	border:none;
	background: #262626;
	box-shadow: none;
	height: 28px;
	border-top:8px solid #262626;
	border-bottom:8px solid transparent;
	border-right:8px solid #262626;
	border-left:8px solid transparent;
}
.related{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	display: none;
}


/* TAB INCLUYE */
.list-item-tour li{
	list-style: none;
}
.list-item-tour li i{
	display: none;
}
.recomienda ul li:before{
    border-radius:100%;
    display: inline-block;
    content:'';
    width:7px;
    height:7px;
    margin-right:5px;
    margin-bottom:2px;
    border:1px solid #269bd6;
}

#tab-incluye .incluye ul li:before{
    font-family: 'fontello';
    content:'\e80d';
    color:green;
    margin-right: 10px;
}

#tab-incluye .no-incluye ul li:before{
    font-family: 'fontello';
    content:'\e809';
    color:red;
    margin-right: 10px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li{
	width: 150px;
	display: block;
	position: relative;
	background: transparent;
	border:none;
	border-radius:0;
}
.woocommerce .woocommerce-breadcrumb{
	margin:1em 0 1em 0;
}
#sidebar{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #262626;
	color:#fff;
}
.woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover{
	background: #156b28;
}
.woocommerce div.product .product_title{
	font-weight: bold;
	font-size: 1.2em;
}
.woocommerce div.product div.summary{
	width: 30%;
}
.woocommerce div.product .woocommerce-tabs{
	min-height: 300px;
	width: 68%;
}
.woocommerce div.product div.summary,.woocommerce div.product .woocommerce-tabs .panel,.box-w{
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 10px 0 rgba(0,0,0,.1);
}
.box-w{
	padding: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel{
	width: 72%;
	margin-left: 50px;
}
.w-35{
	width: 30%;
}
.woocommerce-page div.product div.images{
	width: 68%;
}
.single_add_to_cart_button{
	display: block;
	width: 100%;
	padding: 20px 0!important;
}
.btn-more-info.bg-orange{
	width: 100%;
	padding: 20px 0;
}
/* WooCommerce 3.0 Gallery */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	display: none!important;
}
.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){
	clear:none;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(10n+1){
	clear:left!important;
}
.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 10%!important;
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}
.toggle-menu{
	display: none;
}
.extra-tour ul{
	list-style: none;
	padding-left: 0;
}
.related.products{
	clear: both;
}


.slider {
    width: 90%;
    margin: 0 auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}
.slick-dots{
	bottom: 0;
	position: relative;
	color:#fff;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick-dots li button:before{
	color:#fff!important;
}
.slick-current {
  opacity: 1;
}
.slick-prev:before, .slick-next:before{
	color:#fff!important;
}

.pic-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.pic-wrapper figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/
  
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}
.pic-1 {
  opacity: 1;
  background: url(images/slider/1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s!important;
  -o-animation-delay: 6s!important;
  -moz-animation-delay: 6s!important;
  -webkit-animation-delay: 6s!important;
  background: url(images/slider/2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s!important;
  -o-animation-delay: 12s!important;
  -moz-animation-delay: 12s!important;
  -webkit-animation-delay: 12s!important;
  background: url(images/slider/3-2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s!important;
  -o-animation-delay: 18s!important;
  -moz-animation-delay: 18s!important;
  -webkit-animation-delay: 18s!important;
  background: url(images/slider/4-1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@keyframes slideShow {  
	0% {
	 opacity: 0;
	 transform:scale(1);
	 -ms-transform:scale(1);
	}
	 5% {
	 opacity: 1
	}
	 25% {
	 opacity: 1;
	}
	 30% {
	 opacity: 0;
	 transform:scale(1.1);
	 -ms-transform:scale(1.1);
	}
	 100% {
	 opacity: 0;
	 transform:scale(1);
	 -ms-transform:scale(1);
	}
}

@-o-keyframes slideShow { 
	 0% {
	 opacity: 0;
	 -o-transform:scale(1);
	}
	 5% {
	 opacity: 1
	}
	 25% {
	 opacity: 1;
	}
	 30% {
	 opacity: 0;
	 -o-transform:scale(1.1);
	}
	 100% {
	 opacity: 0;
	 -o-transform:scale(1);
	}
}

@-moz-keyframes slideShow { 
	 0% {
	 opacity: 0;
	 -moz-transform:scale(1);
	}
	 5% {
	 opacity: 1
	}
	 25% {
	 opacity: 1;
	}
	 30% {
	 opacity: 0;
	 -moz-transform:scale(1.1);
	}
	 100% {
	 opacity: 0;
	 -moz-transform:scale(1);
	}
}

@-webkit-keyframes slideShow {  
	0% {
	 opacity: 0;
	 -webkit-transform:scale(1);
	}
	 5% {
	 opacity: 1
	}
	 25% {
	 opacity: 1;
	}
	 30% {
	 opacity: 0;
	 -webkit-transform:scale(1.1);
	}
	 100% {
	 opacity: 0;
	 -webkit-transform:scale(1);
	}
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	margin-top: 20px;
}
#customer_details{
	margin-bottom: 20px;
}
.woocommerce-billing-fields{
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
	padding: 30px 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,.woocommerce form .form-row select{
	border-radius: 4px;
	padding: 10px!important;
	border:1px solid #ccc;
	background: #f9f7f7;
}

.quantity {
	width: 70px;
	display: block;
	height: 50px;
  	position: relative;
}
.woocommerce .quantity .qty{
	width: 100%;
	padding-right: 10px;
	padding-left: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 70px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.tour-form{
	overflow-y:auto;
	display: none;
	z-index: 9999999;
	border-radius:6px;
	background: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top:0;
	left:0;
}
.caldera-grid{
	width: 100%;
}
.form-wrap{
	z-index: 9999999;
	margin: 0 auto;
	width: 640px;
}
.close-tour{
	font-size: 1.5em;
	position: absolute;
	top:10px;
	left: 10px;
	cursor: pointer;
}


@media only screen and (max-width: 640px){
	.header-catalog{
		margin-left: 15px;
	}
	.top-head{
		width: 100%;
		align-self: flex-start;
	}
	.top-head .country-selector.weglot-dropdown{
		margin-left: 10px;
		margin-right: 10px;
	}	
	.form-wrap{
		margin: 0 auto;
		width:90%;
	}	
	.facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown{
		width: 150px!important;
	}
	.swiper-container.destination-slider,.swiper-container.upsells-slider,.blog-slider{
		width: 90%;
	}
	.slider {
	    width: 80%;
	    margin: 0 auto;
	}
	.w-35{
		width: 100%;
	}
	.extra-tour-list i{
		font-size: 1.6em;
	}
	.woocommerce div.product .product_title{
		font-size: 1.6em;
	}
	.woocommerce div.product .woocommerce-tabs .panel{
		width: 100%;
		margin-left: 0;
	}
	.wc-tab h2{
		font-size: 1.5em;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.itinerario_tab a::before{
		content:'\e83e';
		display: block;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab a::before{
		content:'\e842';
		display: block;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.incluye_tab a::before{
		content:'\e83f';
		display: block;
	}	
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		margin-bottom: 0;
		width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
		display: none;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		display: inline-block;
		padding: 0;
		margin: 0;
		padding-top:40px;
		text-align: center;
		font-size: .9em;
		width: 32%;
	}
	.woocommerce div.product .woocommerce-tabs{
		min-height: 300px;
		width: 100%;

	}
	.woocommerce div.product div.summary{
		width: 100%;
	}
	.woocommerce div.product div.images{
		width: 100%;
	}
	.mas{
		width: 100%;
		margin: 0;
	}
	.menu-mobile.d-flex{
		display: flex!important;
	}
	.reservar-fixed{
		display: block!important;
	}
	/* NAV */
	.logo{
		margin: 0 auto!important;
	}
	.toggle-menu{
		display: block;
	}
	.nav-ul.d-flex{
		z-index: 999;
		margin-top: 0;
		height: 100vh;
		width: 100%;
		position: fixed;
		top:0;
		left:-100%;
		background: #fff;
	}
	.sub-menu{
		animation: none;
		opacity: 1;
		position: relative;
		top:initial;
		left:initial;
		width: 100%;
	}
	.main-nav ul{
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
	}
	.main-nav ul li{
		display: block;
		width: 100%;
	}
	.main-nav .nav-ul ul li a{
		border-bottom: 1px solid #ccc;
		display: block;
		width: 100%;
		color:#000;		
	}

	/* LANDING */
	.woocommerce-breadcrumb{
		margin-left: 15px;
	}
	.up-sells h2{
		font-size: 1.5em;
		margin-left: 15px;
	}
	.landing{
		height: 70vh;
		text-align: center;
	}
	.landing.home-landing{
		height: 100vh;
	}
	.landing h1{
		font-size:2em;
	}
	.search{
		width: 90%;
		left:5%;
	}
	/* PRODUCTS */
	.home .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 100%!important;	
	}	
	.home.upsells .woocommerce ul.products li.product{
		margin: 0;
	}
	/* LUGARES */
	.lugar{
		width: 100%;
		height: 200px;
	}
	/* CARD */
	.card{
		width: 90%;
		height: 200px;
		margin:20px auto;
	}
	/* CONTACT */
	.contact-wrap > div{
		width: 100%;
		margin: 10px 0;
	}
	.about > div{
		width: 100%;
		margin: 30px 0;
	}
	/* CHECKOUT */
	#order_review{
		margin-left: 0px;
	}
	.checkout h3{
		font-size: 1.4em;
	}
	.checkout > div{
		width: 100%;
	}	
	/* FOOTER */
	footer .top-footer > div{
		width: 50%;
	}
	footer img{
		width: 80px;
	}
	footer h4{
		margin-top: 20px;
	}
	.footer-social:before,.footer-social:after{
		width: 20%;
	}
	.msg-card h4{
		line-height: 26px;
		font-size: 1.1em;
	}
	/* single */
	.single.landing h1{
		font-size: 2em;
	}
	.single.landing{
		text-align: left;
	}
	article{
		width: 100%;
	}
	.info-blog{
		text-align: center;
	}
	.info-blog a.bg-green{
		margin:0 auto;
	}
	.info-blog b{
		margin-bottom: 10px;
		width: 100%;
	}

	/* CULQI INTEGRATION */
	.woocommerce ul.order_details li{
		width: 100%;
		display: block;
		margin: 10px 0;
		float: none;
		border-right: none;
	}
	#receipt_page_fullculqi button{
		width: 100%
	}
	#receipt_page_fullculqi a.cancel{
		width: 100%;
		margin-left: 0;
	}
}

@media only screen and (max-width: 480px){
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	font-size: .8em;
}
}