/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


/*Setas banner*/
.ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next{
    margin-top: 0px !important;
    top: 50% !important;
}


.layout-switcher a.active {
	color: #66676b;
	background-color: #fff;
	border: 1px solid #66676b;
	line-height: 38px;
}

.layout-switcher a i {
	position: relative;
	z-index: 11;
}

.layout-switcher a:hover {
	color: #fff;
	background-color: #66676b;
}


/*----------------------------------- */
/* Half Screen Map
------------------------------------- */
.fs-container {
	height: 100%;
	width: 100%;
}

.fs-container #map-container {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
	margin-bottom: 0px;
}

.fs-content {
	max-height: 100%;
	padding: 0;
}

.fs-container section.search {
	padding: 45px 40px;
	background-color: #fff;
}

.fs-container .fs-listings {
	padding: 0 25px;
	margin: 0;
}

.fs-switcher {
	padding: 0 25px;
	margin: 0;
}


/* Inner Containers */
.fs-inner-container {
	width: 50%;
	float: left;
	display: inline-block;
}

.fs-inner-container.content {
	width: 55%;
	background-color: #f7f7f7;
	z-index: 995;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
	position: relative;
	padding-top: 80px;
}

.fs-inner-container {
	width: 45%;
	background-color: #fff;
	z-index: 10;
}

.fs-container .copyrights { padding: 30px 0; font-size: 15px; }

#header-container.fixed {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
    background-color: #fff;
}

.fs-inner-container.map-fixed { height: 100vh; position: fixed; top: 0; padding-top: 80px }


button.fs-map-btn.button {
	position: relative;
	float: right;
	top: 6px;
	padding: 10px 40px;
	margin: 0;
}

.fs-container .more-search-options-trigger {
	position: relative;
	top: 10px;
}

.showing-results {
	color: #888;
	font-weight: 500;
	margin: 5px 0 25px 0;
}


.listings-container.fs-listings {
	left: 0;
	width: 100%;
	position: relative;
}

.listings-container.fs-listings.grid-layout {
	left: 0;
	width: 100%;
	position: relative;
}

.listings-container.fs-listings.list-layout {
	padding: 0 40px;
}



.listings-container.fs-listings.list-layout .listing-content { flex: 4; }
.listings-container.fs-listings.list-layout .listing-img-container { flex: 0 auto; max-width: 300px; }


/* Grid layout below 1366px screens */
@media (max-width:1365px) {
	.listings-container.fs-listings.grid-layout .listing-item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.listings-container.fs-listings.grid-layout { padding: 0 40px; }

	.listings-container.fs-listings.list-layout .listing-item { display: block; }
	.listings-container.fs-listings.list-layout .details.button.border { display: none; }
	.listings-container.fs-listings.list-layout .listing-img-container { max-width: 100%; }

	.fs-switcher .layout-switcher { display: none; }

}

/* Forms Grid */
.col-fs-12,
.col-fs-11,
.col-fs-10,
.col-fs-9,
.col-fs-8,
.col-fs-7,
.col-fs-6,
.col-fs-5,
.col-fs-4,
.col-fs-3,
.col-fs-2,
.col-fs-1   {
	float: left;
	padding: 0 10px;
}


.col-fs-12  { width: 100% }
.col-fs-11  { width: 91.66666667% }
.col-fs-10  { width: 83.33333333% }
.col-fs-9   { width: 75% }
.col-fs-8   { width: 66.66666667% }
.col-fs-7   { width: 58.33333333% }
.col-fs-6   { width: 50% }
.col-fs-5   { width: 41.66666667% }
.col-fs-4   { width: 33.33333333% }
.col-fs-3   { width: 25% }
.col-fs-2   { width: 16.66666667% }
.col-fs-1   { width: 8.33333333% }

@media (max-width:1599px) {
	.col-fs-12 ,
	.col-fs-11,
	.col-fs-10,
	.col-fs-9,
	.col-fs-8,
	.col-fs-7,
	.col-fs-6   { width: 100% }

	.col-fs-5,
	.col-fs-4,
	.col-fs-3,
	.col-fs-2,
	.col-fs-1   { width: 50% }
}

@media (max-width: 992px) {
	.col-fs-12 ,
	.col-fs-11,
	.col-fs-10,
	.col-fs-9,
	.col-fs-8,
	.col-fs-7,
	.col-fs-6,
	.col-fs-5,
	.col-fs-4,
	.col-fs-3,
	.col-fs-2,
	.col-fs-1   { width: 100% }

	.overflow-hidden { overflow: hidden; }
}


/* Alignment */
.row.with-forms input,
.row.with-forms input[type="text"],
.row.with-forms input[type="password"],
.row.with-forms input[type="email"],
.row.with-forms input[type="number"],
.row.with-forms textarea,
.row.with-forms input,
.row.with-forms select,
.row.with-forms .chosen-container {
	margin-bottom: 18px;
}

.row.with-forms {
	margin-left: -10px;
	margin-right: -10px;
}

.with-forms .col-xs-1, .with-forms .col-sm-1, .with-forms .col-md-1, .with-forms .col-lg-1,
.with-forms .col-xs-2, .with-forms .col-sm-2, .with-forms .col-md-2, .with-forms .col-lg-2,
.with-forms .col-xs-3, .with-forms .col-sm-3, .with-forms .col-md-3, .with-forms .col-lg-3,
.with-forms .col-xs-4, .with-forms .col-sm-4, .with-forms .col-md-4, .with-forms .col-lg-4,
.with-forms .col-xs-5, .with-forms .col-sm-5, .with-forms .col-md-5, .with-forms .col-lg-5,
.with-forms .col-xs-6, .with-forms .col-sm-6, .with-forms .col-md-6, .with-forms .col-lg-6,
.with-forms .col-xs-7, .with-forms .col-sm-7, .with-forms .col-md-7, .with-forms .col-lg-7,
.with-forms .col-xs-8, .with-forms .col-sm-8, .with-forms .col-md-8, .with-forms .col-lg-8,
.with-forms .col-xs-9, .with-forms .col-sm-9, .with-forms .col-md-9, .with-forms .col-lg-9,
.with-forms .col-xs-10, .with-forms .col-sm-10, .with-forms .col-md-10, .with-forms .col-lg-10,
.with-forms .col-xs-11, .with-forms .col-sm-11, .with-forms .col-md-11, .with-forms .col-lg-11,
.with-forms .col-xs-12, .with-forms .col-sm-12, .with-forms .col-md-12, .with-forms .col-lg-12 {
	padding: 0 10px;
}


/* ---------------------------------- */
/* User Profile Page
------------------------------------- */
.comment-by-listing {
	display: inline-block;
	color: #888;
}
.comment-by-listing a { color: #888; }
.comment-by-listing a:hover { color: #66676b; }

/* Verified Icon */
.verified-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 22px;
	color: #19b453;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	position: relative;
	top: 3px;
	margin-left: 2px;
}
.verified-icon:before {
	content: "\f058";
	font-family: "FontAwesome";
	position: relative;
	z-index: 11;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.verified-icon:after {
	position: relative;
	z-index: 9;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: block;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: #fff;
}



/* Verified Badge */
.verified-badge {
	background-color: #19b453;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	padding: 12px 20px;
	font-size: 17px;
	font-weight: 500;
	cursor: help;
	position: relative;
	transition: 0.3s;
	display: block;
}

.verified-badge i {
	font-size: 22px;
	padding: 0 4px 0 0;
	position: relative;
	top: 3px;
}

.verified-badge .tip-content {
	transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	padding: 20px;
	border-radius: 0 0 4px 4px;
	max-width: auto;
	top: auto;
	bottom: 0;
}

.verified-badge:hover { border-radius: 4px 4px 0 0; }

.verified-badge:hover .tip-content {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
}

.verified-badge .tip-content:after {
	font-family: "FontAwesome";
	content:"\f0d8";
	position: absolute;
	top: -3px;
	bottom: auto;
	left: 50%;
	font-size: 22px;
	color: #333;
	transform: translate(-50%,-50%);
}

/* User Profile Titlebar */
.user-profile-titlebar {
	position: relative;
	margin-top: 3px;
	display: inline-block;
}

.user-profile-avatar {
	max-width: 100px;
	height: auto;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -12px;
	image-rendering: -webkit-optimize-contrast;
}

.user-profile-avatar img { width: 100%; }

.user-profile-name {
	position: relative;
	left: 127px;
}

#titlebar .user-profile-name h2 {
	font-size: 28px;
	display: inline-block;
	margin-bottom: -3px;
}

.user-profile-titlebar .star-rating .rating-counter {
    top: 5px;
    font-size: 16px;
}

.browse-all-user-listings { text-align: center; }

.browse-all-user-listings a {
	position: relative;
	font-weight: 600;
	font-size: 15px;
	left: 0;
	z-index: 10;
	text-align: center;
	display: inline-block;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	padding: 8px 25px;
	color: #666;
	background-color: #f2f2f2;
	border-radius: 50px;
	margin: 15px 0 0 0;
}

.browse-all-user-listings a i {
	padding-left: 5px;
	color: #66676b;
	font-size: 16px;
}

.browse-all-user-listings a:hover { color: #333; }


@media (max-width: 768px) {
	body .user-profile-avatar {
		max-width: 60px;
		top: 2px;
	}

	body .user-profile-name {
		position: relative;
		left: 75px;
	}

	#titlebar .user-profile-name h2 { font-size: 22px; }
	#titlebar span.star { font-size: 14px; }

	.user-profile-titlebar .star-rating .rating-counter {
	    top: 5px;
	    font-size: 14px;
	}

	.user-profile-titlebar .star-rating {
	    margin-top: -9px;
	}
}


@media (max-width: 992px) {
	.user-profile-avatar {
		max-width: 90px;
		top: -7px;
	}
	.user-profile-name {
		position: relative;
		left: 115px;
	}
}



/* ---------------------------------- */
/* Coupon Widget
------------------------------------- */
.coupon-widget {
	margin-top: 35px;
	border-radius: 4px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;
	transition: 0.3s;
	display: block;
}

.coupon-widget:hover {
	transform: translateY(-5px)
}

.coupon-widget:before {
	content: "";
	background-color: #222;
	opacity: 0.8;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 4px;
	z-index: 1;
}

.coupon-widget a.coupon-top {
	padding: 32px 30px;
	position: relative;
	z-index: 10;
	text-align: center;
	cursor: default;
	display: block;
	cursor: pointer;
    background: rgba(255,255,255,0.07);
}

.coupon-widget a.coupon-top h3 {
	font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    padding: 0 30px;
    margin: 0;
    font-weight: 600;
    color: #fff;
}

.coupon-scissors-icon {
	position: absolute;
	top: -15px;
	left: 35px;
	z-index: 100;
	font-size: 20px;
}
.coupon-scissors-icon:after {
	content: "\f0c4";
	font-family: "FontAwesome";
}

.coupon-valid-untill {
    background-color: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: 5px 12px;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    color: #333;
}

.coupon-how-to-use {
	padding: 0 20px;
	font-size: 14px;
	line-height: 22px;
	margin-top: 15px;
	color: rgba(255,255,255,0.85);
}

.coupon-how-to-use strong { color: #fff; }

.coupon-widget .coupon-bottom {
	border-top: 2px dashed rgba(255,255,255,0.3);
	padding: 20px;
	margin: 0 0px;
	position: relative;
	z-index: 10;
	text-align: center;
	border-radius: 0 0 4px 4px;
}

.coupon-code {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 2px;
    position: relative;
    z-index: 11;
    text-transform: uppercase;
	transition: 0.4s;
    background-color: rgba(255,255,255,0.09);
    border: 2px dashed rgba(255,255,255,0.29);
}

.code-button:hover,
.code-button {
	text-align: center;
	border-radius: 50px;
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding: 10px;
	line-height: 24px;
	transition: 0.3s;
	background-color: #eee;
	color: #777;
	display: none;
}

.code-button:hover {
	background-color: #f91942;
	color: #fff;
}

.coupon-link-icon {
	position: absolute;
	top: 15px;
	right: 18px;
	font-size: 16px;
}

.coupon-link-icon:before {
	font-family: "FontAwesome";
	content: "\f08e";
	color: #fff;
}

.coupon-widget .coupon-bottom:before,
.coupon-widget .coupon-bottom:after {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: 10;
	left: 0;
	background-color: #fff;
	border-radius: 100%;
	transform: translate(-50%, -50%);
}

.coupon-widget .coupon-bottom:after {
	left: initial;
	right: 0;
	transform: translate(50%, -50%);
}

.coupon-widget:before,
.coupon-bottom {
	background-color: #282828;
}

@media (max-width: 480px) {
	.coupon-widget a.coupon-top { padding-left: 20px; padding-right: 20px; }
}



/* ---------------------------------- */
/* Booking Page
------------------------------------- */
.payment-logo {
	height: 24px;
	position: absolute;
	right: 19px;
	top: 18px;
	image-rendering: -webkit-optimize-contrast;
}

.payment-logo.paypal {
	height: 16px;
	top: 22px;
}

.payment-tab-trigger > input {
	position: absolute;
	visibility: hidden;
}

.payment-tab-trigger {
	padding: 0px 20px;
}

.payment-tab-trigger > label {
	cursor: pointer;
	display: block;
	position: relative;
	top: 0;
	padding: 14px 0;
	top: 1px;
	margin-bottom: 0;
	font-weight: 500;
}

.payment-tab-trigger > label::before {
	transition: 0.2s;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #d0d0d0;
	border-radius: 100%;
	content: "";
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 4px;
	width: 20px;
	height: 20px;
}

.payment-tab-trigger > label::after {
	background: #fff;
	border-radius: 100%;
	content: "";
	display: inline-block;
	position: absolute;
	left: 7px;
	top: 25px;
	width: 6px;
	height: 6px;
	transition: 0.2s;
	transform: scale(0);
}

.payment-tab-trigger > input:checked ~ label::before { border-color: #66676b; }

.payment-tab-trigger > input:checked ~ label::after {
	background-color: #66676b;
	transform: scale(1);
}

.payment {
	border: 2px solid #f2f2f2;
	border-radius: 4px;
	overflow: hidden;
}

.payment-tab {
	background: #f2f2f2;
	box-sizing: border-box;
	max-height: 60px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s 0s ease-in-out;
	width: 100%;
}

.payment-tab:first-of-type { border-radius: 4px 4px 0 0; }
.payment-tab:last-of-type { border-radius: 0 0 4px 4px; }

.payment-tab.payment-tab-active {
	max-height: 400px;
	background: #fff;
}

@media (max-width: 991px) {
	.payment-tab.payment-tab-active { max-height: 800px; }
}

.payment-tab-content {
	padding: 0 20px 20px 20px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease-in-out;
}

.payment-tab.payment-tab-active .payment-tab-content {
	visibility: visible;
	opacity: 1;
}

.card-label > input {
	box-sizing: border-box;
	display: block;
	height: 51px;
	margin: -14px auto 5px;
	padding: 5px 15px 0 15px;
	transition: border-color 0.3s;
	width: 100%;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
}


.card-label > label {
    background-color: #fff;
    display: inline-block;
    margin: 6px auto auto 8px;
    font-size: 13px;
    padding: 0px 7px;
    font-weight: 500;
    color: #909090;
}

.payment-tab p { margin: 10px 0; }


/* Booking Widget */
.opening-hours.summary li { color: #333; }
.boxed-widget.summary { border-radius: 0 0 4px 4px; }
.opening-hours.summary li:hover { color: #66676b; }

.boxed-widget.summary h3 {
    padding: 0 0 25px;
}

.opening-hours.summary li.total-costs {
    font-size: 16px;
    border-top: 1px solid #e8e8e8;
    padding-top: 18px;
    margin-top: 18px;
}

.opening-hours.summary li.total-costs span {
	font-weight: 600;
	color: #66676b;
}

.listing-item-container.compact.order-summary-widget .listing-item {
	border-radius: 4px 4px 0 0;
	cursor: default;
	height: 240px;
}

.listing-item-container.compact.order-summary-widget { margin-bottom: 0; }
.listing-item-container.compact.order-summary-widget:hover { transform: none; }


/* Input With icons */
.input-with-icon.medium-icons i {
	font-size: 21px;
    color: #a0a0a0;
    position: absolute;
    left: -3px;
    bottom: 0px;
    top: auto;
}

.button.booking-confirmation-btn {
	padding: 12px 35px;
	font-size: 16px;
}

/* Booking Confirmation Page */
.booking-confirmation-page {
	text-align: center;
	padding: 40px 0;
}

.booking-confirmation-page i {
	color: #23b35f;
	font-size: 160px;
}

.booking-confirmation-page h2 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin-bottom: 15px;
	display: block;
}

.booking-confirmation-page p {
	font-size: 20px;
	display: block;
}

.booking-confirmation-page a.button:before { display: none; }
.booking-confirmation-page a.button {
	padding: 11px 35px;
	background-color: #eee;
	color: #444;
	font-weight: 600;
	font-size: 16px;
}

.book-now.button { padding: 9px; margin-bottom: -4px; }

@media (max-width: 991px) {
	.booking-confirmation-page i { font-size: 100px; }
	.booking-confirmation-page p { font-size: 18px; }
	.booking-confirmation-page h2 { font-size: 30px; }
}



/* Custom Dropdown for Booking Widget
------------------------------------- */
.booking-select {
	position: relative;
	z-index: 100;
}

input#booking-date, input#booking-time { z-index: 110; }

.booking-select select,
.booking-select .chosen-container-single .chosen-single {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 600;
    height: auto;
    padding: 10px 16px;
    line-height: 30px;
    margin: 0;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #909090;
    transition: color 0.3s
}

.booking-select select { padding: 15px 16px; }

.booking-select .chosen-container-active.chosen-with-drop .chosen-single { border-radius: 5px 5px 0 0; }

.booking-select .chosen-container .chosen-drop {
    border: none;
    background-color: #fff;
	box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.booking-select .chosen-single:after {
    content: "";
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    left: 0;
    height: 10px;
    background: #fff;
    z-index: 112;
    opacity: 1;
    tranition: all 0.3s;
}

.booking-select .chosen-container .chosen-results li {
    padding: 10px;
    line-height: 16px;
    font-size: 16px;
}

.booking-select .chosen-container-single .chosen-single span { transition: 0.2s; }
.booking-select .chosen-container-single .chosen-single:hover span { color: #444; }

.booking-select .chosen-container-single .chosen-single div:after {
    font-size: 20px;
    margin: 9px 0 0 0;
}

/* ---------------------------------- */
/* Single Listing Page
------------------------------------- */


/* Listing Page Sidebar
------------------------------------- */
#titlebar.listing-titlebar span a,
#titlebar.listing-titlebar span {
	font-size: 17px;
	color: #888;
	margin-top: 0;
	display: inline-block;
}

#titlebar.listing-titlebar span a i {
	margin-right: 5px;
}


#titlebar.listing-titlebar span a:hover {
	color:  #666;
}

#titlebar.listing-titlebar h1,
#titlebar.listing-titlebar h2 {
	font-size: 28px;
	line-height: 36px;
	margin: 1px 0;
}

#titlebar.listing-titlebar span.listing-tag {
	margin: 0;
	padding: 8px 16px;
	line-height: 15px;
	letter-spacing: 2.5px;
	border-radius: 50px;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #66676b;
	color: #66676b;
	font-size: 10px;
	font-weight: 500;
	position: relative;
	top: -6px;
	margin-left: 10px;
}

.rating-counter a { color: #909090; }
.star-rating .rating-counter a:hover { color: #66676b; }
.numerical-rating .rating-counter a:hover { color: #888; }

#titlebar.listing-titlebar .numerical-rating {
	display: block;
	margin: 2px 0 0 0;
}

#titlebar.listing-titlebar {
	background: transparent;
	margin: 2px 0 0 0;
}

/* alternative listing page */
.single-listing-page-titlebar {
	position: absolute;
	width: 100%;
	height: 200px;
	background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255,255,255,0.5));
}

/* add review btn */
a.button.add-review-btn {
	min-width: 160px;
	text-align: center;
}

a.button.add-review-btn i {
	font-size: 14px;
	position: relative;
	line-height: 0;
	top: 0;
	margin-right: 0;
	letter-spacing: 0;
}

/* back to listings button */
.back-to-listings {
	height: 60px;
	width: 60px;
	background-color: #eee;
	color: #a6a6a6;
	border-radius: 50%;
	display: inline-block;
	float: left;
	position: relative;
	top: 6px;
	margin: 0 25px 0 0;
	text-align: center;
	transition: all 0.4s;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -5px;
	transform: translate(0,-50%);
}

.back-to-listings:before {
	font-family: "simple-line-icons";
	content: "\e605";
	font-size: 20px;
	line-height: 60px;
	left: -1px;
	position: relative;
}

.back-to-listings:hover {
	color: #a6a6a6;
	transform: translate(-4px,-50%);
}

/* titlebar right content */
.titlebar-right-content {
	position: absolute;
	right: 15px;
	display: inline-block;
	top: 50%;
	transform: translateY(-49%);
	text-align: right;
}

/* Hosted by widget */
.hosted-by-title {
    padding: 0 70px 18px 0;
    margin: -4px 0 25px 0;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.hosted-by-title h4 {
	font-size: 18px;
	transition: 0.2s;
	line-height: 22px;
	font-weight: 500;
	margin: 4px 0 7px 0;
}

.hosted-by-title h4 a:hover { color: #66676b; }

.hosted-by-title h4 span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #888;
	margin-bottom: 2px;
}

.hosted-by-avatar {
	max-width: 56px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -8px;
	image-rendering: -webkit-optimize-contrast;
}


/* Fullwidth Property Slider */
.listing-slider-small .item,
.listing-slider .item {
	position: relative;
	background-size: cover;
	background-position: 50%;
	height: 40vh;
	min-height: 400px;
}

.listing-slider,
.listing-slider .item {
	height: 40vh;
	min-height: 400px;
}

.listing-slider-small .item {
	height: 250px;
	min-height: auto;
}

@media(max-width: 1366px) { .listing-slider-small .item { height: 220px; } }
@media(max-width: 1240px) { .listing-slider-small .item { height: 200px; } }
@media(max-width: 768px) { .listing-slider-small .item { height: 300px; } }

.listing-slider-small .item:last-child { border-radius: 0 4px 4px 0; }

.listing-slider-small {
	border-radius: 4px;
	overflow: hidden;
}

a.mfp-gallery { cursor: zoom-in ;}

.listing-slider { background-color: #fff; }

.listing-slider .slick-next:hover,
.listing-slider .slick-prev:hover,
.listing-slider .slick-next,
.listing-slider .slick-prev {
    background-color: rgba(20,20,20,0.45);
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    transition: 0.4s;
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-prev:hover,
.listing-slider-small .slick-next,
.listing-slider-small .slick-prev {
    background-color: rgba(20,20,20,0.45);
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    transition: 0.4s;
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-next,
.listing-slider .slick-next:hover,
.listing-slider .slick-next {
	right: 15%;
    transform: translate(50px, -50%);
}

.listing-slider-small .slick-prev:hover,
.listing-slider-small .slick-prev,
.listing-slider .slick-prev:hover,
.listing-slider .slick-prev {
	left: 15%;
    transform: translate(-50px, -50%);
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-next {
	right: 50px;
    transform: translate(0, -50%);
}
.listing-slider-small .slick-prev:hover,
.listing-slider-small .slick-prev {
	left: 50px;
    transform: translate(0, -50%);
}

.listing-slider-small:hover .slick-next { transform: translate(15%, -50%);  }
.listing-slider-small:hover .slick-prev { transform: translate(-15%, -50%); }

.listing-slider:hover .slick-next { transform: translate(60px, -50%);  }
.listing-slider:hover .slick-prev { transform: translate(-60px, -50%); }

.listing-slider .slick-next:hover:before,
.listing-slider .slick-prev:hover:before,
.listing-slider .slick-prev::before,
.listing-slider .slick-next::before {
    font-size: 20px;
    line-height: 60px;
    position: relative;
    color: #fff;
}

.listing-slider-small .slick-next:hover:before,
.listing-slider-small .slick-prev:hover:before,
.listing-slider-small .slick-prev::before,
.listing-slider-small .slick-next::before {
    font-size: 18px;
    line-height: 50px;
    position: relative;
    color: #fff;
}

.listing-slider-small .slick-prev::before,
.listing-slider .slick-prev::before { left: -1px; }

.listing-slider-small .slick-next::before,
.listing-slider .slick-next::before { left: 1px; }


/* Hover */
.listing-slider .slick-next:hover{ transform: translate(64px, -50%); }
.listing-slider .slick-prev:hover { transform: translate(-64px, -50%); }

.listing-slider .item.slick-slide:before {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	content: "";
	background: #222;
	z-index: 100;
	visibility: visible;
	opacity: 0.1;
	transition: 0.3s ease-in-out;
}

.listing-slider .item.slick-slide:hover:before,
.listing-slider-small .slick-next,
.listing-slider-small .slick-prev,
.listing-slider .slick-next,
.listing-slider .slick-prev {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.listing-slider-small:hover .slick-next,
.listing-slider-small:hover .slick-prev,
.listing-slider:hover .slick-next,
.listing-slider:hover .slick-prev {
	opacity: 1;
	visibility: visible;
}

.listing-slider-small .slick-next:hover,
.listing-slider-small .slick-prev:hover,
.listing-slider .slick-next:hover,
.listing-slider .slick-prev:hover {
    background-color: #66676b;
    color: #fff;
}


/* Listing Sidebar Details */
.listing-details-sidebar {
	padding: 0;
	list-style: none;
	font-size: 15px;
	margin-bottom: -5px;
	position: relative;
	display: block;
}

.listing-details-sidebar li {
	display: block;
	padding-left: 26px;
	position: relative;
	margin-bottom: 5px;
	line-height: 24px;
}

.listing-details-sidebar li a {
	color: #66676b;
	transition: 0.3s;
}

.listing-details-sidebar li i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 16px;
	color: #888;
}


.listing-details-sidebar.social-profiles { margin-top: 20px; }
.listing-details-sidebar.social-profiles li { line-height: 22px;  padding-left: 23px;  }
.listing-details-sidebar.social-profiles li i { top: 4px;}

.listing-details-sidebar li a.facebook-profile i,
.listing-details-sidebar li a.facebook-profile { color: #3b5998; }

.listing-details-sidebar li a.twitter-profile i,
.listing-details-sidebar li a.twitter-profile { color: #1da1f2; }

.listing-details-sidebar li a.gplus-profile i,
.listing-details-sidebar li a.gplus-profile { color: #dd4b39; }
.listing-details-sidebar li a.gplus-profile { padding-left: 4px; }


/* Boxed Widget */
.boxed-widget {
	background-color: #f9f9f9;
	border-radius: 3px;
	padding: 32px;
	transform: translate3d(0,0,0);
	z-index: 90;
	position: relative;
}

.boxed-widget h3 {
	font-size: 20px;
	padding: 0 0 25px;
	margin: 0 0 25px 0;
	display: block;
	border-bottom: 1px solid #e8e8e8;
}

.boxed-widget h3 i { margin-right: 4px; }
.boxed-widget h3 i.sl-icon-clock { position: relative; top: 1px; }
.boxed-widget h3 i.fa-calendar-check-o { position: relative; top: -1px; }




/* Booking Sticky Footer */
.booking-sticky-footer {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-height: 80px;
	background: #fff;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.1);
    flex-wrap: wrap;
    padding: 12px 15px;
    z-index: 10001;
    box-shadow: none;
    border-top: 1px solid #e0e0e0;
}

.booking-sticky-footer .container {
	display: flex;
}

.booking-sticky-footer h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	padding: 0;
	margin: 0;
}

.booking-sticky-footer .button {
	float: right;
	margin: 0;
	padding: 10px 17px;
	line-height: 21px;
	font-size: 14px;
}

.booking-sticky-footer .star-rating {
	zoom: 0.9;
	letter-spacing: -1.5px;
	margin: -2px 0 0 0;
	padding: 0;
}

.bsf-left,
.bsf-right {
	align-self: center;
}

.bsf-right {
	justify-content: flex-end;
	flex: 1;
}

.bsf-left {
	justify-content: flex-start;
	flex: 1.2;
}

@media (max-width: 992px) {
	.booking-sticky-footer {
		display: flex;
	}
}

@media (max-width: 768px) {
	.booking-sticky-footer .container { padding: 0; margin: 0; width: 100%; }
}

/* Booking Widget
------------------------------------- */
.booking-widget { z-index: 100; }

.booking-widget .panel-dropdown .panel-dropdown-content {
    border: none;
	overflow: visible;
	padding: 20px;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
}

.booking-widget .panel-dropdown { width: 100%; }

.booking-widget .panel-dropdown .panel-dropdown-content:before {
	content: "";
	height: 10px;
	position: absolute;
	width: 100%;
	top: -3px;
	background-color: #fff;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	border-bottom: 1px solid #eee;
}

.booking-widget .panel-dropdown.active .panel-dropdown-content:before {
	opacity: 1;
	visibility: visible;
}

.booking-widget .panel-dropdown a {
	border: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 600;
    height: auto;
    padding: 10px 16px;
    line-height: 30px;
    margin: 0 0 15px 0;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #888;
    display: block;
    width: 100%;

    transition: color 0.3s;
}

.booking-widget .panel-dropdown a:hover {
	color: #444;
}

.booking-widget .panel-dropdown a:after {
    font-size: 20px;
    color: #c0c0c0;
    margin-left: 0;
    position: absolute;
    right: 20px;
}


/* Quantity Buttons for Booking Widget*/
.qtyButtons {
	display: flex;
	margin: 0 0 13px 0;
}

@media (min-width: 992px) and (max-width: 1366px)  {
	.qtyButtons {
		display: block;
	}
}

.panel-dropdown-content .qtyButtons:first-child { margin-top: 8px; }
.panel-dropdown-content .qtyButtons:last-child { margin-bottom: 3px; }

.qtyButtons input {
	font-family: "Open Sans", sans-serif;
	outline: 0;
	font-size: 20px;
	text-align: center;
	width: 50px;
	height: 36px;
	color: #333;
	line-height: 36px;
	margin: 0 !important;
	padding: 0 5px;
	border: none;
	box-shadow: none;
	pointer-events: none;
	display: inline-block;
}

.qtyTitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	padding-right: 15px;
	display: block;
	flex: 1;
}

.qtyInc,
.qtyDec {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background-color: #f2f2f2;
	-webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
	font-family: "FontAwesome";
}

.qtyInc:before { content: "\f067"; }
.qtyDec:before { content: "\f068"; }

.qtyTotal {
	background-color: #66676b;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	line-height: 18px;
	text-align: center;
	position: relative;
	top: -2px;
	left: 2px;
	height: 18px;
	width: 18px;
}

.rotate-x {
	animation-duration: .5s;
	animation-name: rotate-x;
}

@keyframes rotate-x {
	from {
		transform: rotateY(0deg);
	}
	to {
		transform: rotateY(360deg);
	}
}

/* Estimated Cost */
.booking-estimated-cost {
	display: block;
	margin-top: 15px;
	margin-bottom: -5px;
	padding-top: 15px;
	border-top: 1px solid #e8e8e8;
	font-weight: 16px;
}

.booking-estimated-cost strong,
.booking-estimated-cost span {
	display: inline;
	font-weight: 600;
}

.booking-estimated-cost span {
	text-align: right;
	float: right;
	color: #66676b;
	font-size: 16px;
	position: relative;
}

/* Listing Price */
.booking-widget h3 { position: relative; }
h3 .listing-price {
	position: absolute;
	right: 0;
	top: -7px;
	font-size: 16px;
	font-weight: 600;
	background-color: #f0f0f0;
	border-radius: 4px;
	padding: 8px 10px;
}

h3 .listing-price i {
	font-weight: 400;
	color: #888;
	font-style: normal;
	font-size: 13px;
	position: relative;
	top: 1px;
	margin-left: -3px;
	padding: 0;
	margin-right: 0;
}


/* ---------------------------------- */
/* Message Vendor
------------------------------------- */
.message-vendor .fa-envelope-o {
	font-size: 20px;
	line-height: 0;
	top: -1px;
	position: relative;
}

.message-vendor textarea,
.message-vendor textarea:focus,
.message-vendor input:focus,
.message-vendor select,
.message-vendor select:focus,
.message-vendor input {
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    font-weight: 600;
    height: auto;
    padding: 10px 16px;
    line-height: 30px;
    margin: 0 0 15px 0 !important;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #888;
    transition: color 0.3s !important;
}

.message-vendor select,
.message-vendor select:focus {
	height: 48px;
}

/* Prefered Contat Method */
.preferred-contact-method {
	display: block;
	margin: 12px 0;
}

.preferred-contact-method h5 {
	font-size: 14px;
	color: #777;
	font-weight: 600;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.preferred-contact-radios  {
	display: block;
	text-align: center;
	align-items: center;
}

.preferred-contact-radios .radio {
	display: inline-block;
}

.preferred-contact-radios .radio label {
	display: inline-block;
	padding-left: 24px;
	line-height: 23px;
	margin-right: 15px;
}
.preferred-contact-radios .radio:last-child label {
	margin-right: 0;
}

#add-review input:focus,
#add-review textarea:focus,
#add-review select:focus,
#add-review input,
#add-review textarea,
#add-review select {
    border: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}







/* ---------------------------------- */
/* Magnific Popup
------------------------------------- */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: 0.96;
}

.mfp-wrap {
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2001;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
 }

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #aaa;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 504;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

.mfp-s-loading .mfp-arrow {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: 0px;
	top: -40px;
}

/* Close Button */
.og-close,
button.mfp-close {
	position: absolute;
	width: 45px;
	height: 45px;
	top: -20px;
	display: block;
	right: -12px;
	cursor: pointer !important;
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 50%;
	margin: 0px;
	background-color: transparent;
	outline: none;	transform: translate3d(0,0,0);
}

.mfp-iframe-holder .mfp-close {
	top: -50px;
	right: -12px;
	transform: translate3d(0,0,0);
}

.mfp-gallery .mfp-close {
	top: 20px;
	right: 10px;
}

.mfp-gallery  .mfp-content .mfp-close {
	display: none;
}

.mfp-gallery .mfp-close:after,
.mfp-gallery .mfp-close:before {
	font-family: "arial";
	font-size: 29px;
	top: 4px;
	left: 50%;
	position: absolute;
	height: 10px;
	transition: 0.3s;
}
.mfp-gallery .mfp-close:after {
	content: "x"
}

.mfp-gallery .mfp-close:before {
	content: ""
}


.mfp-close::after,
.mfp-close::before {
    top: 0px;
}

.og-close {
	margin: 17px;
	right: 10px;
	background: transparent;
	color: #222;
}

.mfp-close:hover,
.og-close:hover {
	/* transform: rotate(90deg); */

}

.og-close:after,
.og-close:before,
.mfp-close:after,
.mfp-close:before {
	font-family: "FontAwesome";
	font-size: 29px;
	top: 21px;
	left: 50%;
	position: absolute;
	height: 10px;
	transition: 0.3s;
}

.og-close:after,
.og-close:before { top: 7px; font-size: 29px; }

.og-close:after,
.mfp-close:after {
	/* content:"\f106"; */
	-webkit-transform: translate(0,0);
	transform: translate(-50%,60%);
}

.og-close:after {
	-webkit-transform: translate(0,0);
	transform: translate(-50%,60%);
}

.og-close:before,
.mfp-close:before {
	content:"\f107";
	-webkit-transform: translate(0,0);
	transform: translate(-50%,0%);
}

#small-dialog .mfp-close,
#sign-in-dialog, .mfp-close,
.mfp-close:hover {
	color: #fff;
}


/* Popup close button*/
#sign-in-dialog .mfp-close,
#small-dialog .mfp-close {
	color: #666;
	background-color: #e4e4e4;
	border-radius: 50%;
	top: 28px;
	right: 40px;
    width: 40px;
    height: 40px;
}

#sign-in-dialog .mfp-close:hover,
#small-dialog .mfp-close:hover {
	color: #fff;
	transform: rotate(0);
	background-color: #66676b;
}

#sign-in-dialog .mfp-close::after,
#sign-in-dialog .mfp-close::before,
#small-dialog .mfp-close::after,
#small-dialog .mfp-close::before {
	top: 4px;
	height: 9px;
	font-size: 21px;
	transition: 0s;
}

.small-dialog-content input[type=submit] {
	width: 100%;
	margin-top: 26px;
	margin-bottom: 10px;
}

.small-dialog-content .divider {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 0;
}

.small-dialog-header {
	font-size: 22px;
	width: calc(100% + 80px);
	position: relative;
	left: -40px;
	top: 0;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	background-color: #f6f6f6;
	padding: 35px 40px;
	margin-bottom: 40px;
}

.small-dialog-header h3 {
	padding: 0;
	margin: 0;
	font-size: 24px;
}


.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #aaa;
	font-size: 13px;
	line-height: 18px;
}

.mfp-arrow {
	opacity: 1;
	margin: 0 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	width: 60px;
	height: 60px;
	position: absolute;
	display: block;
	z-index: 100;
	overflow: hidden;
	background: rgba(255,255,255,0.15);
	border-radius: 50%;
	outline: none;
	font-size: 40px;
}

.mfp-arrow:hover {
	background: #66676b;
	color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
	/* font-family: "simple-line-icons"; */
	font-size: 20px;
}

.mfp-arrow.mfp-arrow-right { right: 15px; }

.mfp-arrow.mfp-arrow-left:before { content: "<"; left: -1px; top: 0px; position: relative; }
.mfp-arrow.mfp-arrow-right:before { content: ">"; left: 1px; top: 0px; position: relative; }

.mfp-content:hover .mfp-arrow {
	opacity: 1;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1180px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 54%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Popup */
#sign-in-dialog,
#small-dialog {
	background: #fff;
	padding: 40px;
	padding-top: 0;
	text-align: left;
	max-width: 610px;
	margin: 40px auto;
	position: relative;
	box-sizing:border-box;
	border-radius: 4px;
}


#sign-in-dialog {
	max-width: 500px;
}


#sign-in-dialog span.line,
#small-dialog span.line {padding-top: 0;}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}


/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px auto;
	border-radius: 4px;
}

/* The shadow behind the image */
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 18px rgba(11,11,11, 0.6);
}

.mfp-figure {
	line-height: 0;
}

.mfp-bottom-bar {
	margin-top: -30px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 36px;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}


/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
   }

  .mfp-img-mobile img.mfp-img {
	padding: 0
   }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
   }

  .mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
   }

  .mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
   }

  .mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
   }

  .mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
   }

  .mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
   }
}


.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.92;
	background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/* ---------------------------------- */
/* Parallax Background
------------------------------------- */
.parallax {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 99;
}

/* fullscreen setup */
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.centered-content {
    position:relative;
	vertical-align:middle;
	text-align:center;
}


/* Parallax Overlay */
.parallax-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: #333;
	opacity: 0.4;
}

/* Parallax Content */
.parallax-content {
	position: relative;
	z-index: 999;
	padding: 105px 0;
}


/* ---------------------------------- */
/* Slick Carousel
------------------------------------- */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin-top: 100px;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Before slick carousel gets initialised*/
.logo-slick-carousel,
.testimonial-carousel,
.simple-fw-slick-carousel,
.simple-slick-carousel {
	display: none;
}

.slick-initialized.logo-slick-carousel,
.slick-initialized.testimonial-carousel,
.slick-initialized.simple-fw-slick-carousel,
.slick-initialized.simple-slick-carousel {
	display: block;
}

.simple-fw-slick-carousel .fw-carousel-item { padding: 10px 15px 0 15px; }
.simple-fw-slick-carousel {margin: 0 15px; max-width: 100%; box-sizing: border-box; }


/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.logo-slick-carousel .slick-prev,
.logo-slick-carousel .slick-next,
.simple-slick-carousel .slick-prev,
.simple-slick-carousel .slick-next { display: none !important; }

.simple-slick-carousel.arrows-nav .slick-prev,
.simple-slick-carousel.arrows-nav .slick-next { display: block !important; }

.slick-prev:hover,
.slick-next:hover {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #999;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 40px;
	font-weight: 700;
    line-height: 1;
    opacity: 1;
    color: #aaa;
	transition: all 0.3s;
}
	.slick-prev:before { content: "<"; }
	.slick-next:before { content: ">"; }

.white-nav .slick-prev:before,
.white-nav .slick-next:before {
    color: #fff;
}

.slick-prev { left: 3px; transform: translate3d(-90px,-50%,0); }
.slick-next { right: 3px; transform: translate3d(90px,-50%,0); }



/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.no-dots .slick-dots {
    display: none !important;
}

.no-dots .testimonial-carousel .slick-slide { margin-bottom: 0; }

.simple-slick-carousel.slick-dotted.slick-slider { margin-bottom: 0; }
.simple-slick-carousel.slick-dotted.slick-slider.dots-nav { margin-bottom: 30px; }

.simple-slick-carousel .slick-dots { display: none !important; }
.simple-slick-carousel.dots-nav .slick-dots { display: block !important; }

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 3px;
    cursor: pointer;
}

.slick-dots li {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    position: relative;
    outline: none;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	line-height: 0;
	box-shadow: inset 0 0 0 2px #c0c0c0;
	transition: all 0.3s;
}

.slick-dots li.slick-active {
	box-shadow: inset 0 0 0 6px #c0c0c0;
	transition: all 0.3s;
}

.slick-dots li:after {
    display: block;
    height: 13px;
    width: 13px;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.3s;
	opacity: 0;
	background-color: #c0c0c0;
}

.slick-dots li.slick-active:after {
	opacity: 1;
}


.white-nav .slick-dots li { box-shadow: inset 0 0 0 2px #fff; }
.white-nav .slick-dots li.slick-active { box-shadow: inset 0 0 0 8px #fff; }

.slick-dots li button { display: none;}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}


/* Logo Carousel */
.logo-slick-carousel div.item {
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
}

.logo-slick-carousel div.item img { display: inline-block; }

/* Fullwidth Slick Carousel */
.fullwidth-slick-carousel .slick-slide {
	margin: 0 15px 30px 15px;
	opacity: 0.2;
	transition: 0.4s;
	pointer-events: none;
}

.slick-slide { outline: none; }

.testimonial-carousel .slick-slide.slick-active,
.fullwidth-slick-carousel .slick-slide.slick-active {
	opacity: 1;
	filter: none;
	pointer-events: all;
}

.fullwidth-carousel-container {
	overflow: hidden;
	width: 100%;
}

.category-box-container {
	position: relative;
	height: 100%;
}

.category-box-container.half {
	height: calc(50% - 15px);
	margin-bottom: 30px;
}

.category-box {
	background: #ccc;
	border-radius: 4px;
	height: 100%;
	display: block;
	margin-bottom: 20px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	overflow: hidden;
	cursor: pointer;
}

.category-box:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: -webkit-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
}

.fullwidth-slick-carousel.category-carousel .slick-slide {
	height: 400px;
}

.fullwidth-slick-carousel.category-carousel .slick-slide.fw-carousel-review {
	height: auto;
}

.category-box-content {
	position: absolute;
	bottom: 30px;
	left: 34px;
	width: calc(100% - 68px);
	z-index: 50;
	box-sizing: border-box;
}

.category-box-content h3 {
	color: #fff;
	font-size: 24px;
	padding: 5px 0;
	margin: 0;
}

.category-box-content span {
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	color: rgba(255,255,255,0.7);
}

.category-box-btn {
	position: absolute;
	right: 32px;
	bottom: 32px;
	z-index: 111;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 7px 0px;
	text-align: center;
	min-width: 120px;
	border-radius: 50px;
	transition: all 0.3s;
}

body .category-box-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333;
}

.category-box-content span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.12);
    border-radius: 50px;
    font-size: 16px;
    padding: 2px 14px;
    transition: 0.4s;
    margin-top: 5px;
    margin-bottom: 3px;
}

.category-box:hover .category-box-content span {
    color: #fff;
    background-color: #66676b;
}

.fw-carousel-item {
	position: relative;
	height: 100%;
}

.category-box-background {
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
	transform: translate3d(0,0,0) scale(1);
	image-rendering: -webkit-optimize-contrast;
}

.category-box:hover .category-box-background { transform: translate3d(0,0,0) scale(1.08); }


/* Simple Slick Carousel */
.simple-slick-carousel {
	height: auto;
	width: calc(100% + 30px);
	left: -10px;
}

.simple-slick-carousel .category-box-container {
	height: 100%;
	display: block;
}

.simple-slick-carousel .slick-slide {
	padding: 10px 15px;
}



.ls-slide > h1 {
  text-shadow: none;
  margin-top: 280px !important;
}


.ls-slide > h1 span {
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 30px;
}


.ls-slide > h2 {
  text-shadow: none;
}


.ls-slide > h2 span {
    padding: 7px 40px;
    border-radius: 5px;
    font-size: 24px;
}



.ls-slide > h2 .saiba {
    padding: 8px 20px;
    border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
}




@media (max-width: 768px) {
	.ls-slide > h1 {
	text-shadow: none;
	margin-top: 180px !important;
	line-height: 15px;
	}
	.ls-slide > h1 span {
		font-size: 22px !important;
		line-height: 26px !important;
	}


	.ls-slide > h2 {
	text-shadow: none;
	}


	.ls-slide > h2 span {
		padding: 7px 2px !important;
		border-radius: 0px !important;
		font-size: 17px !important;
	}

}

.banner p .continue {
	padding: 5px 10px;
	border-radius: 5px !important;

}






.custom-search-input-2 {
    margin-top: -30px !important;
}

.custom-search-input-2 button[type='submit']{
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #222;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  padding: 0 25px;
  height: 60px;
  cursor: pointer;
  outline: none;
  width: 100%;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  /* background-color: var(--dotLinks); */
  background-color: #cecece;
  margin-right: -1px;
}
@media (max-width: 991px) {
  .custom-search-input-2 button[type='submit'] {
    margin: 0px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}
.custom-search-input-2 button[type='submit']:hover {
  background-color: #a8a8a8;
  color: #222;
}
.hero_single.version_3 .wrapper .main_search .custom-search-input-2 button[type='submit'] {
  margin: 20px 0 0 0;
  border: none;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.custom-search-input-2.inner {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .custom-search-input-2.inner {
    margin: 0 0 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.custom-search-input-2.inner-2 {
  margin: 0 0 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
.custom-search-input-2.inner-2 .form-group {
  margin-bottom: 10px;
}
.custom-search-input-2.inner-2 input {
  border: 1px solid #ededed;
}
.custom-search-input-2.inner-2 input[type='submit'] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}
.custom-search-input-2.inner-2 i {
  padding-right: 10px;
  line-height: 48px;
  height: 48px;
  top: 1px;
}
.custom-search-input-2.inner-2 .nice-select {
  border: 1px solid #ededed;
}

.search_container {
  padding: 0px 0 15px 0;
  margin: 0px -15px 0px -15px;
  border: 0px !important;
}



@media (max-width: 768px) {
	.search_container {
	padding: 0px 0 15px 0;
	margin: 0px 15px 0px 15px;
	border: 0px !important;
	}
}


/* ============================================================================
   TEMPLATE 11 — REDESIGN HOME (bloco HTML personalizado + grids de produtos)
   Escopo: templates/11-template/section.html
   ============================================================================ */

/* ---------- Bloco HTML personalizado ---------- */
.t11-html-block {
	padding: 55px 0;
}
.t11-html-block .secao-html-personalizada {
	border-radius: 24px;
	overflow: hidden;
}
.t11-html-block .secao-html-personalizada img {
	max-width: 100%;
	height: auto;
}

/* ---------- Cabeçalho das seções ---------- */
.t11-section {
	padding: 45px 0;
}
.t11-section--carousel {
	padding-bottom: 55px;
}
.t11-section__head {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 30px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(15, 23, 42, .09);
}
.t11-section__title {
	margin: 0;
	color: var(--dotLinks);
	font-size: 26px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.t11-section__subtitle {
	margin: 0;
	color: #6b7280;
	font-size: 16px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.t11-section {
		padding: 30px 0;
	}
	.t11-section__title {
		font-size: 20px;
	}
	.t11-section__subtitle {
		font-size: 14px;
	}
}

/* ---------- Grid (seções tipo GRID) ---------- */
.t11-grid {
	display: grid;
	gap: 24px;
}
.t11-grid--cols-1 { grid-template-columns: 1fr; }
.t11-grid--cols-2 { grid-template-columns: repeat(2, 1fr); }
.t11-grid--cols-3 { grid-template-columns: repeat(3, 1fr); }
.t11-grid--cols-4 { grid-template-columns: repeat(4, 1fr); }
.t11-grid--cols-5 { grid-template-columns: repeat(5, 1fr); }

@media (max-width: 1200px) {
	.t11-grid--cols-4,
	.t11-grid--cols-5 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 991px) {
	.t11-grid--cols-3,
	.t11-grid--cols-4,
	.t11-grid--cols-5 {
		grid-template-columns: repeat(2, 1fr);
	}
	.t11-grid--cols-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575px) {
	.t11-grid--cols-1,
	.t11-grid--cols-2,
	.t11-grid--cols-3,
	.t11-grid--cols-4,
	.t11-grid--cols-5 {
		grid-template-columns: 1fr;
	}
}

/* ---------- Card de produto (base) ---------- */
.t11-card {
	position: relative;
	display: block;
	height: 100%;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 10px rgba(15, 23, 42, .08);
	text-decoration: none !important;
	transition: transform .35s ease, box-shadow .35s ease;
}
.t11-card:hover,
.t11-card:focus {
	transform: translateY(-4px);
	box-shadow: 0 18px 32px rgba(15, 23, 42, .18);
	text-decoration: none !important;
}
.t11-card__media {
	position: relative;
	overflow: hidden;
	background: #e7ebe6;
}
.t11-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}
.t11-card:hover .t11-card__img {
	transform: scale(1.06);
}

/* ---------- Variante "overlay" (usada nas seções GRID) ---------- */
.t11-card--overlay .t11-card__media {
	aspect-ratio: 3 / 4;
}
.t11-grid--cols-1 .t11-card--overlay .t11-card__media,
.t11-grid--cols-2 .t11-card--overlay .t11-card__media {
	aspect-ratio: 16 / 10;
}
.t11-grid--cols-5 .t11-card--overlay .t11-card__media {
	aspect-ratio: 2 / 3;
}
.t11-card__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(5, 12, 18, .92) 0%, rgba(5, 12, 18, .5) 42%, rgba(5, 12, 18, 0) 75%);
}
.t11-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	color: #fff;
}
.t11-card--overlay .t11-card__title {
	margin: 0 0 10px;
	color: #fff;
	font-size: 19px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .01em;
	line-height: 1.25;
}
.t11-card--overlay .t11-card__price {
	margin-bottom: 12px;
}
.t11-card--overlay .t11-card__price strong {
	color: #fff;
	font-size: 21px;
	font-weight: 800;
}
.t11-card--overlay .t11-card__price span {
	margin-left: 4px;
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
}

/* Carrossel usa o mesmo cartão "overlay" do grid — ajusta proporção da imagem por qtd. de colunas */
.carrossel02 .t11-card--overlay .t11-card__media {
	aspect-ratio: 16 / 10;
}
.carrossel05 .t11-card--overlay .t11-card__media {
	aspect-ratio: 2 / 3;
}

/* Cartão de post do blog (reaproveita o cartão "overlay") */
.t11-card__excerpt {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	line-height: 1.5;
}
.t11-card__readmore {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}
.t11-card__readmore i {
	font-size: 11px;
	transition: transform .25s ease;
}
.t11-card--blog:hover .t11-card__readmore i {
	transform: translateX(4px);
}

/* ---------- Datas ---------- */
.t11-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}
.t11-pill--date {
	background: #fff;
	color: #c1531f;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
}
.t11-pill--date i.fa-calendar-alt {
	color: var(--dotPrimaria);
}
.t11-pill__arrow {
	margin-left: 2px;
	font-size: 10px;
}
.t11-card__date {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--dotPrimaria);
	font-size: 13px;
	font-weight: 700;
}

/* ---------- Carrossel (owl) ---------- */
.t11-owl .item {
	height: 100%;
}
.t11-owl.owl-carousel .owl-stage-outer {
	padding-bottom: 4px;
}
.t11-owl .owl-dots {
	margin-top: 24px;
}
.t11-owl--hero .item {
	height: auto;
}

/* ---------- Card "hero" (seções com 1 coluna): texto de um lado, imagem do outro ---------- */
.t11-hero-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.t11-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	align-items: stretch;
	min-height: 440px;
	border-radius: 28px;
	overflow: hidden;
	background: #0b1a20;
	color: #fff;
	text-decoration: none !important;
}
.t11-hero:hover,
.t11-hero:focus {
	color: #fff;
	text-decoration: none !important;
}
.t11-hero__bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	filter: blur(8px) brightness(.5) saturate(1.05);
	transform: scale(1.15);
	z-index: 0;
}
.t11-hero__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(6, 14, 18, .95) 0%, rgba(6, 14, 18, .82) 45%, rgba(6, 14, 18, .3) 78%, rgba(6, 14, 18, 0) 100%);
	z-index: 1;
}
.t11-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 16px;
	padding: 48px;
}
.t11-hero__badge {
	padding: 7px 16px;
	border-radius: 999px;
	background: var(--dotPrimaria);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}
.t11-hero__title {
	margin: 0;
	color: #fff;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}
.t11-hero__text {
	margin: 0;
	max-width: 46ch;
	color: rgba(255, 255, 255, .82);
	font-size: 16px;
	line-height: 1.6;
}
.t11-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.t11-hero__chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .22);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}
.t11-hero__chip strong {
	color: #fff;
	font-weight: 800;
}
.t11-hero__chip span {
	margin-left: 4px;
	color: rgba(255, 255, 255, .75);
}
.t11-hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 6px;
	padding: 14px 26px;
	width: fit-content;
	border-radius: 999px;
	background: #fff;
	color: #0b1a20;
	font-size: 14px;
	font-weight: 700;
	transition: transform .25s ease;
}
.t11-hero:hover .t11-hero__cta {
	transform: translateX(4px);
}
.t11-hero__figure {
	position: relative;
	z-index: 2;
	margin: 28px 28px 28px 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
}
.t11-hero__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 991px) {
	.t11-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}
	.t11-hero__figure {
		order: -1;
		margin: 0 0 0 0;
		border-radius: 0;
		height: 220px;
		box-shadow: none;
	}
	.t11-hero__content {
		padding: 28px 24px 32px;
	}
	.t11-hero__title {
		font-size: 24px;
	}
}

/* ============================================================================
   TEMPLATE 11 — RODAPÉ
   Escopo: templates/11-template/footer.html
   ============================================================================ */
.t11-footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 48px;
	background: var(--dotRodape);
	color: var(--dotRodapeElementos);
}
.t11-footer__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 32px 24px;
}
.t11-footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.t11-footer__logo {
	display: flex;
	align-items: center;
	gap: 16px;
}
.t11-footer__logo img {
	display: block;
	height: 52px;
	width: auto;
}
.t11-footer__logo-divider {
	display: block;
	flex-shrink: 0;
	width: 1px;
	height: 34px;
	background: rgba(255, 255, 255, .18);
}
.t11-footer__tagline {
	max-width: 260px;
	color: var(--dotRodapeElementos);
	opacity: .7;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}
.t11-footer__info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.t11-footer__info-label {
	color: var(--dotPrimaria);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}
.t11-footer__info-value {
	color: var(--dotRodapeElementos);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .3px;
	white-space: nowrap;
}
.t11-footer__socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
.t11-footer__social-label {
	margin-right: 4px;
	color: var(--dotRodapeElementos);
	opacity: .55;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.t11-footer__social-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .16);
	text-decoration: none !important;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.t11-footer__social-btn i {
	color: var(--dotRodapeElementos);
	font-size: 16px;
	transition: color .2s ease;
}
.t11-footer__social-btn:hover {
	background: var(--dotPrimaria);
	border-color: var(--dotPrimaria);
	transform: translateY(-2px);
}
.t11-footer__social-btn:hover i {
	color: #fff;
}
.t11-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 24px;
	padding-top: 18px;
}
.t11-footer__copy,
.t11-footer__powered,
.t11-footer__terms {
	color: var(--dotRodapeElementos);
	opacity: .55;
	font-size: 11px;
	letter-spacing: .3px;
}
.t11-footer__terms {
	text-decoration: none !important;
	transition: opacity .2s ease, color .2s ease;
}
.t11-footer__terms:hover {
	color: var(--dotRodapeElementosHover);
	opacity: 1;
}
.t11-footer__powered a {
	color: var(--dotRodapeElementos);
	opacity: .85;
	font-weight: 600;
	text-decoration: none !important;
	transition: color .2s ease, opacity .2s ease;
}
.t11-footer__powered a:hover {
	color: var(--dotPrimaria);
	opacity: 1;
}

@media (max-width: 768px) {
	.t11-footer__container {
		padding: 32px 20px 20px;
	}
	.t11-footer__top {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.t11-footer__logo-divider {
		display: none;
	}
	.t11-footer__tagline {
		max-width: 100%;
	}
	.t11-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}

/* ============================================================================
   TEMPLATE 11 — PÁGINA DE DETALHES DO PRODUTO
   Escopo: templates/11-template/detalhes.html
   ============================================================================ */

/* ---------- Título da página ---------- */
.t11-detail-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding: 30px 0 6px;
}
.t11-detail-title__heading {
	margin: 0;
	color: var(--dotLinks);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
}
.t11-detail-title__date {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(15, 23, 42, .05);
	border: 1px solid rgba(15, 23, 42, .08);
	color: var(--dotPrimaria);
	font-size: 13px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.t11-detail-title {
		padding: 20px 0 4px;
	}
	.t11-detail-title__heading {
		font-size: 22px;
	}
}

/* ---------- Cartões de conteúdo ---------- */
.t11-detail-card {
	/* background: #fff; */
	border-radius: 20px;
	/* padding: 28px; */
	margin-bottom: 28px;
	/* box-shadow: 0 2px 14px rgba(15, 23, 42, .06); */
}
@media (max-width: 767px) {
	.t11-detail-card {
		padding: 20px;
		border-radius: 16px;
	}
}

/* ---------- Galeria de fotos ---------- */
.t11-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 130px;
	grid-auto-flow: dense;
	gap: 10px;
}
.t11-gallery figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 14px;
	background: #e7ebe6;
}
.t11-gallery figure:first-child {
	grid-column: span 2;
	grid-row: span 2;
}
.t11-gallery figure:first-child:last-child {
	grid-column: 1 / -1;
}
.t11-gallery figure a {
	display: block;
	width: 100%;
	height: 100%;
}
.t11-gallery figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}
.t11-gallery figure:hover img {
	transform: scale(1.06);
}
@media (max-width: 767px) {
	.t11-gallery {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 110px;
	}
}

/* ---------- Texto descritivo do produto ---------- */
.t11-detail-prose {
	color: #334155;
	font-size: 16px;
	line-height: 1.75;
}
.t11-detail-prose h1,
.t11-detail-prose h2,
.t11-detail-prose h3,
.t11-detail-prose h4 {
	margin: 28px 0 14px;
	color: var(--dotLinks);
	font-weight: 800;
}
.t11-detail-prose h1:first-child,
.t11-detail-prose h2:first-child,
.t11-detail-prose h3:first-child,
.t11-detail-prose h4:first-child {
	margin-top: 0;
}
.t11-detail-prose p {
	margin: 0 0 16px;
}
.t11-detail-prose ul,
.t11-detail-prose ol {
	margin: 0 0 16px;
	padding-left: 22px;
}
.t11-detail-prose li {
	margin-bottom: 6px;
}
.t11-detail-prose img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
	margin: 10px 0;
}
.t11-detail-prose a {
	color: var(--dotLinks);
}
.t11-detail-prose blockquote {
	margin: 20px 0;
	padding: 14px 20px;
	border-left: 4px solid var(--dotPrimaria);
	background: rgba(15, 23, 42, .03);
	border-radius: 0 12px 12px 0;
	font-style: italic;
}
/* Normaliza tabelas coladas de editores externos (cores/backgrounds arbitrários) */
.t11-detail-prose table {
	width: 100%;
	margin: 10px 0 24px;
	border-collapse: collapse;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, .08);
}
.t11-detail-prose table th,
.t11-detail-prose table td {
	padding: 10px 14px;
	border: 1px solid rgba(15, 23, 42, .08);
	background: #fff !important;
	color: #334155 !important;
	font-size: 15px;
}
.t11-detail-prose table th {
	background: rgba(15, 23, 42, .04) !important;
	color: var(--dotLinks) !important;
	font-weight: 700;
}

/* ---------- Cartão de compra/orçamento na barra lateral ---------- */
#sidebar.t11-detail-sidebar .box_detail.booking,
#sidebar.t11-detail-sidebar .box_detail2.booking {
	background: #fff;
	border: none;
	border-radius: 20px;
	padding: 26px 24px 22px;
	box-shadow: 0 2px 14px rgba(15, 23, 42, .06);
}

/* Rótulos de etapa do formulário de datas (evita faixas coloridas "quebradas") */
#sidebar.t11-detail-sidebar .labelDataV2 {
	padding: 0 0 8px !important;
	background: none !important;
	border: none !important;
}
/* O texto do <span> vem fixo do template compartilhado (usado por outros clientes) — não alteramos o template,
   então escondemos só o texto original (font-size:0) e mantemos visível o rótulo gerado via ::after
   em css/customCheckout_V2.css, reaplicando o estilo nesse pseudo-elemento. */
#sidebar.t11-detail-sidebar .labelDataV2 span {
	font-size: 0;
}
#sidebar.t11-detail-sidebar .labelDataV2 span::after {
	display: inline-block;
	color: var(--dotLinks);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
}
/* Caixa de cada etapa (data / horário / quantidade). Classe própria "step-box" adicionada
   em _form-multiplas-data-V3.html para não depender de !important contra CSS globais.
   O passo 3 usava a classe genérica ".panel-dropdown" (compartilhada com o dropdown de
   busca do header e com regras !important de css/customCheckout_V2.css) — foi renomeada
   para ".t11-panel-lotes", exclusiva do template 11, eliminando a colisão de vez. */
#sidebar.t11-detail-sidebar .step-box {
	height: auto;
	background: rgba(15, 23, 42, .03);
	border: 1px solid rgba(15, 23, 42, .07);
	border-radius: 14px;
	padding: 14px 16px;
	margin: 0 0 16px;
}

/* Select nativo (ex.: horário) alinhado ao resto dos campos */
#sidebar.t11-detail-sidebar select {
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(15, 23, 42, .14);
	border-radius: 10px;
	padding: 10px 14px;
	color: #16232b;
}
/* Quando só existe 1 horário, o JS marca o select como disabled — deixa isso visualmente óbvio */
#sidebar.t11-detail-sidebar select:disabled {
	background-color: rgba(15, 23, 42, .06);
	border-color: rgba(15, 23, 42, .1);
	color: #8a94a6;
	opacity: 1;
	cursor: not-allowed;
	-webkit-text-fill-color: #8a94a6;
}

/* Barra de total do carrinho — classe própria "cart-total-box" adicionada no form.
   !important porque css/customCheckout_V2.css (global) também estiliza #total_cart. */
#sidebar.t11-detail-sidebar .cart-total-box {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	height: auto !important;
	background: rgba(15, 23, 42, .04) !important;
	border-radius: 14px !important;
	padding: 16px 18px !important;
	margin: 0 0 16px !important;
}
#sidebar.t11-detail-sidebar .cart-total-box .float-left,
#sidebar.t11-detail-sidebar .cart-total-box .float-right {
	float: none !important;
	display: flex;
	align-items: center;
}

/* Linha "Amanhecer / R$10,00 [- 0 +]" dentro do passo 3: css/customCheckout_V2.css (global)
   aplica padding:20px em .qtyButtons, deixando o passo 3 com padding bem maior que os outros. */
#sidebar.t11-detail-sidebar .qtyButtons {
	padding: 6px 0 !important;
	margin: 0 !important;
	border-bottom: none !important;
}

/* Card da data selecionada (passo 1): o JS usa a classe Bootstrap "alert-info" (azul),
   que destoa da paleta do tema — realinha com as cores do template. */
#sidebar.t11-detail-sidebar #lista-datas .alert-info {
	background: rgba(15, 23, 42, .03);
	border: 1px solid rgba(15, 23, 42, .1);
	color: var(--dotLinks);
}
#sidebar.t11-detail-sidebar #lista-datas .alert-info strong {
	color: var(--dotLinks);
}
#sidebar.t11-detail-sidebar #lista-datas .alert-info i {
	color: var(--dotPrimaria);
}

/* Checkbox de termos: troca o float quebrado por flex e usa a cor do tema */
#sidebar.t11-detail-sidebar .termos {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	float: none;
}
#sidebar.t11-detail-sidebar .termos input {
	float: none;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	accent-color: var(--dotPrimaria);
}
#sidebar.t11-detail-sidebar .termos > div {
	float: none;
	padding: 0 !important;
}

/* ============================================================================
   TEMPLATE 11 — CHECKOUT (data > horário > lote), reestruturado para mobile
   Escopo: templates/11-template/_form-multiplas-data-V3.html + scripts-produto-V3.html
   ============================================================================ */

/* ---------- Indicador de passos ---------- */
#sidebar.t11-detail-sidebar .t11-steps {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 0 4px;
}
#sidebar.t11-detail-sidebar .t11-steps__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	color: #9aa3ad;
}
#sidebar.t11-detail-sidebar .t11-steps__num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(15, 23, 42, .06);
	color: #8a94a6;
	font-size: 13px;
	font-weight: 700;
	transition: background .2s ease, color .2s ease;
}
#sidebar.t11-detail-sidebar .t11-steps__label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .02em;
	white-space: nowrap;
}
#sidebar.t11-detail-sidebar .t11-steps__line {
	flex: 1;
	height: 2px;
	margin: 0 6px 20px;
	background: rgba(15, 23, 42, .08);
}
#sidebar.t11-detail-sidebar .t11-steps__item--active .t11-steps__num {
	background: var(--dotPrimaria);
	color: #fff;
}
#sidebar.t11-detail-sidebar .t11-steps__item--active .t11-steps__label {
	color: var(--dotLinks);
}
#sidebar.t11-detail-sidebar .t11-steps__item--done .t11-steps__num {
	background: rgba(15, 23, 42, .1);
	color: var(--dotLinks);
}
#sidebar.t11-detail-sidebar .t11-steps__item--done .t11-steps__num::after {
	content: "\f00c";
	font-family: "Font Awesome 6 Free", "FontAwesome";
	font-weight: 900;
	font-size: 11px;
}
#sidebar.t11-detail-sidebar .t11-steps__item--done .t11-steps__num {
	font-size: 0;
}

/* ---------- Alvos de toque maiores no mobile ---------- */
@media (max-width: 767px) {
	#sidebar.t11-detail-sidebar #lista-datas .btn {
		padding: 14px 16px;
		font-size: 15px;
	}
	#sidebar.t11-detail-sidebar select#horas {
		min-height: 50px;
		font-size: 16px;
	}
	#sidebar.t11-detail-sidebar .qtyInc,
	#sidebar.t11-detail-sidebar .qtyDec {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#sidebar.t11-detail-sidebar .termos input {
		width: 22px;
		height: 22px;
	}
}

/* ---------- #sidebar.t11-detail-sidebar no mobile ----------
   O theiaStickySidebar (static/js/main.js, global) aplica position/top/width
   via JS diretamente no #sidebar.t11-detail-sidebar para o efeito "sticky" no desktop. No mobile
   isso atrapalha o modal/barra fixa abaixo (que dependem de position:fixed
   relativo à tela). Forçamos "absolute" só no mobile pra neutralizar o plugin
   ali — no desktop ele continua funcionando normalmente. */
@media (max-width: 767px) {
	#sidebar.t11-detail-sidebar {
		position: absolute !important;
	}
}

/* ---------- Caixa de checkout como "modal" no mobile ----------
   Fica encostada embaixo, fora da tela. Ao abrir, sobe como uma folha (bottom
   sheet) até deixar uma faixa no topo visível — essa faixa é o overlay escurecido,
   que serve de "clique pra sair" instintivo. No desktop nada disso é aplicado. */
.t11-sheet-handle {
	display: none;
}
.t11-sheet-overlay {
	display: none;
}
@media (max-width: 767px) {
	#sidebar.t11-detail-sidebar #t11CheckoutPanel {
		display: flex;
		flex-direction: column;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 72px;
		z-index: 1050;
		margin: 0;
		max-height: none;
		border-radius: 20px 20px 0 0;
		box-shadow: 0 -12px 30px rgba(15, 23, 42, .25);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		transform: translateY(105%);
		transition: transform .32s ease;
	}
	#sidebar.t11-detail-sidebar #t11CheckoutPanel.t11-checkout-panel--open {
		transform: translateY(0);
	}

	/* Alça no topo do modal — mesma função do overlay: fechar ao tocar */
	.t11-sheet-handle {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 0 0 10px;
		padding: 10px 0 14px;
		border: none;
		background: transparent;
	}
	.t11-sheet-handle::before {
		content: "";
		width: 40px;
		height: 5px;
		border-radius: 999px;
		background: rgba(15, 23, 42, .18);
	}

	/* Overlay escurecido acima do modal — clicar nele fecha */
	.t11-sheet-overlay {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 1045;
		background: rgba(6, 14, 18, .45);
		opacity: 0;
		visibility: hidden;
		transition: opacity .28s ease, visibility .28s ease;
	}
	.t11-sheet-overlay.t11-sheet-overlay--visible {
		opacity: 1;
		visibility: visible;
	}

	/* Trava o scroll do fundo da página enquanto o modal está aberto */
	body.t11-sheet-lock {
		overflow: hidden;
	}
}

/* ---------- Barra fixa de checkout (mobile) ----------
   Sempre visível no mobile. Estado inicial: só o botão grande, que abre a
   caixa de checkout. Depois que há algo no carrinho (.t11-mobile-bar--has-items),
   passa a mostrar o total também. O clique nunca duplica validação — só
   abre a caixa e rola até o ponto certo (início dela ou o botão de comprar). */
.t11-mobile-bar {
	display: none;
}
@media (max-width: 767px) {
	.t11-mobile-bar {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1030;
		padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
		background: #fff;
		box-shadow: 0 -6px 20px rgba(15, 23, 42, .12);
		cursor: pointer;
	}
	.t11-mobile-bar__info {
		display: none;
		flex-direction: column;
		line-height: 1.2;
		margin-right: auto;
	}
	.t11-mobile-bar--has-items {
		justify-content: space-between;
	}
	.t11-mobile-bar--has-items .t11-mobile-bar__info {
		display: flex;
	}
	.t11-mobile-bar__label {
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: .03em;
		color: #8a94a6;
	}
	.t11-mobile-bar__value {
		font-size: 18px;
		font-weight: 800;
		color: var(--dotLinks);
	}
	.t11-mobile-bar__btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		border: none;
		border-radius: 999px;
		padding: 15px 22px;
		background: var(--dotLinks);
		color: #fff;
		font-size: 15px;
		font-weight: 700;
		white-space: nowrap;
	}
	.t11-mobile-bar--has-items .t11-mobile-bar__btn {
		width: auto;
	}
	/* Texto configurável por conta: sobrescreva só esta regra (ex.: content: "Reservar";) */
	.t11-mobile-bar__btn-text::after {
		content: "Comprar";
	}
	/* Some enquanto o modal de checkout está aberto (ele ocupa o mesmo espaço) */
	.t11-mobile-bar--hidden {
		display: none;
	}
	/* Some quando o rodapé do site entra na tela, pra não cobrir nada dele */
	.t11-mobile-bar--footer-visible {
		display: none;
	}

	/* Evita que a barra fixa esconda o final do formulário */
	#sidebar.t11-detail-sidebar:has(.t11-mobile-bar) {
		padding-bottom: 84px;
	}
}

/* ============================================================================
   TEMPLATE 11 — WIZARD DE PASSOS DO CARRINHO (Dados / Meu pedido / Pagamento)
   Esse bloco (.hero_in.custom_cart / .bs-wizard) vem de templates compartilhados
   com outros templates (carrinho/, accounts/, orcamentos/, leads/ — fora da
   pasta 11-template) e aparece com combinações de classe diferentes conforme a
   página (ex.: com/sem ".tours", ".divPassos"). ".custom_cart" é a única classe
   presente em todas elas, por isso é o gancho usado aqui. Não alteramos esses
   arquivos: como custom.css só é carregado pelo template 11, a reformatação
   abaixo fica isolada só aqui. Usamos !important porque style.css define esse
   componente com seletores de 3 classes (.bs-wizard > .bs-wizard-step > ...),
   mais específicos que os nossos. */
.hero_in.custom_cart {
	height: auto !important;
	min-height: 0 !important;
	padding: 48px 0 42px !important;
	background: var(--dotFundoSite) !important;
	color: inherit !important;
}
.hero_in.custom_cart:before {
	display: none !important;
}
.hero_in.custom_cart .wrapper {
	height: auto !important;
	background: none !important;
}

.hero_in.custom_cart .bs-wizard {
	max-width: 620px;
	margin: 0 auto;
	counter-reset: t11step;
}
.hero_in.custom_cart .bs-wizard-step {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	padding-top: 22px;
}
.hero_in.custom_cart .bs-wizard-step .bs-wizard-stepnum {
	order: 2;
	margin-top: 16px !important;
	color: #8a94a6 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.hero_in.custom_cart .bs-wizard-step.active .bs-wizard-stepnum {
	color: var(--dotLinks) !important;
}

/* Trilho: assumimos o posicionamento por completo (a lógica original de
   larguras 50%/100%/50% + position:relative era pensada pro layout antigo e
   não fechava direito com flex). Cada passo desenha uma linha do seu próprio
   centro até o centro do próximo — o último passo não tem linha (não tem
   próximo). */
.hero_in.custom_cart .bs-wizard-step > .progress {
	position: absolute !important;
	top: 22px !important;
	left: 50% !important;
	width: 100% !important;
	height: 2px !important;
	margin: 0 !important;
	transform: translateY(-50%);
	background: rgba(15, 23, 42, .12) !important;
	box-shadow: none !important;
}
.hero_in.custom_cart .bs-wizard-step:last-child > .progress {
	display: none !important;
}
.hero_in.custom_cart .bs-wizard-step > .progress > .progress-bar {
	background: var(--dotPrimaria) !important;
	box-shadow: none !important;
}

/* Bolinha numerada — o número/check vem só de CSS (counter + ::after) */
.hero_in.custom_cart .bs-wizard-dot {
	position: absolute !important;
	top: 22px !important;
	left: 50% !important;
	margin: 0 !important;
	transform: translate(-50%, -50%);
	width: 36px !important;
	height: 36px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #fff !important;
	border: 2px solid rgba(15, 23, 42, .15) !important;
	border-radius: 50%;
	text-decoration: none !important;
	transition: background .25s ease, border-color .25s ease;
}
.hero_in.custom_cart .bs-wizard-dot:after {
	counter-increment: t11step;
	content: counter(t11step) !important;
	position: static !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	color: #8a94a6 !important;
	opacity: 1 !important;
}

/* Passo atual */
.hero_in.custom_cart .bs-wizard-step.active .bs-wizard-dot {
	background: var(--dotPrimaria) !important;
	border-color: var(--dotPrimaria) !important;
	box-shadow: 0 0 0 5px rgba(15, 23, 42, .06);
}
.hero_in.custom_cart .bs-wizard-step.active .bs-wizard-dot:after {
	color: #fff !important;
}

/* Passo já concluído (sem modificador, vem antes do .active) */
.hero_in.custom_cart .bs-wizard-step:not(.active):not(.disabled) .bs-wizard-dot {
	background: var(--dotPrimaria) !important;
	border-color: var(--dotPrimaria) !important;
}
.hero_in.custom_cart .bs-wizard-step:not(.active):not(.disabled) .bs-wizard-dot:after {
	content: "\f00c" !important;
	font-family: "Font Awesome 6 Free", "FontAwesome" !important;
	font-weight: 900 !important;
	font-size: 13px !important;
	color: #fff !important;
}

/* Passo futuro */
.hero_in.custom_cart .bs-wizard-step.disabled .bs-wizard-dot {
	background: #fff !important;
	border-color: rgba(15, 23, 42, .12) !important;
}
.hero_in.custom_cart .bs-wizard-step.disabled .bs-wizard-stepnum {
	color: #b7bec9 !important;
}

@media (max-width: 767px) {
	.hero_in.custom_cart {
		padding: 32px 0 28px !important;
	}
	.hero_in.custom_cart .bs-wizard-step .bs-wizard-stepnum {
		font-size: 11px !important;
	}
}

/* ============================================================================
   TEMPLATE 11 — CARRINHO / DADOS DO PARTICIPANTE (carrinho/lista.html e o
   restante do funil de checkout — pagamento-iugu.html, _totalizacao.html,
   passo-2.html, passo-3.html etc.). Esses arquivos são compartilhados com
   outros templates e não são alterados: tudo aqui é só CSS, que só carrega
   no template 11. As classes usadas (.box_cart, .box_detail2, .cart_details,
   #total_cart2) já são as mesmas em todas essas páginas.
   ============================================================================ */

/* Cartão do formulário (dados do participante / endereço / senha etc.) */
.box_cart {
	background: #fff;
	border-radius: 20px;
	padding: 28px;
	margin-bottom: 24px;
	box-shadow: 0 2px 14px rgba(15, 23, 42, .06);
}
.form_title h3 {
	color: var(--dotLinks);
}
.form_title h3 strong {
	background-color: var(--dotPrimaria);
}

/* Cartão de resumo do pedido (barra lateral) */
.box_detail2 {
	background: #fff;
	border: none;
	border-radius: 20px;
	padding: 26px 24px 22px;
	margin-bottom: 24px;
	box-shadow: 0 2px 14px rgba(15, 23, 42, .06);
}

ul.cart_details {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}
ul.cart_details li {
	padding: 12px 0;
	border-bottom: 1px solid rgba(15, 23, 42, .07);
}
ul.cart_details li:last-child {
	border-bottom: none;
}
ul.cart_details li h5 {
	margin: 0 0 4px;
	color: var(--dotLinks);
	font-size: 16px;
	font-weight: 700;
}
ul.cart_details li span {
	float: right;
	font-weight: 700;
	color: var(--dotLinks);
}

/* Total do pedido */
#total_cart2 {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	margin: 16px 0 !important;
	padding: 14px 16px;
	border-radius: 14px;
	background: rgba(15, 23, 42, .04);
	font-size: 15px;
	font-weight: 700;
	color: var(--dotLinks);
}
#total_cart2 .float-right {
	float: none;
	font-size: 19px;
	font-weight: 800;
}

/* Cupom de desconto */
.box_detail2 #coupon-code {
	border: 1px solid rgba(15, 23, 42, .14) !important;
	border-radius: 10px !important;
	height: auto !important;
	padding: 12px 74px 12px 14px !important;
	margin-top: 0 !important;
}
.box_detail2 button.btn-secondary {
	background: var(--dotPrimaria) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 0 10px 10px 0 !important;
	font-weight: 700;
}

/* Botão de continuar — mesmo tema, só arredondado como o resto da barra lateral */
.box_detail2 .btn_1.purchase {
	border-radius: 999px;
}

/* ============================================================================
   TEMPLATE 11 — BARRA DE FILTROS DA LISTA DE PRODUTOS
   Escopo: templates/11-template/lista.html + scripts-lista.html
   100% client-side, sobre os produtos já renderizados nesta página.
   ============================================================================ */
.t11-filterbar {
	background: #fff;
	border-radius: 20px;
	padding: 20px 22px;
	margin-bottom: 28px;
	box-shadow: 0 2px 14px rgba(15, 23, 42, .06);
}
.t11-filterbar__top {
	display: flex;
	align-items: center;
	gap: 16px;
}
.t11-filterbar__search {
	position: relative;
	flex: 1;
	min-width: 200px;
}
.t11-filterbar__search i {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	color: #8a94a6;
	font-size: 14px;
}
.t11-filterbar__search input {
	width: 100%;
	border: 1px solid rgba(15, 23, 42, .12);
	border-radius: 999px;
	background: rgba(15, 23, 42, .03);
	padding: 12px 16px 12px 40px;
	font-size: 14px;
	color: #16232b;
}
.t11-filterbar__search input:focus {
	outline: none;
	border-color: var(--dotPrimaria);
	background: #fff;
}
.t11-filterbar__clear {
	flex-shrink: 0;
	border: none;
	background: none;
	color: var(--dotPrimaria);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	text-decoration: underline;
}

/* Botão que abre/fecha a busca avançada */
.t11-filterbar__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	border: 1px solid rgba(15, 23, 42, .14);
	background: #fff;
	border-radius: 999px;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 700;
	color: #46505c;
	white-space: nowrap;
}
.t11-filterbar__toggle i {
	font-size: 11px;
	transition: transform .2s ease;
}
.t11-filterbar__toggle:hover {
	border-color: var(--dotPrimaria);
	color: var(--dotPrimaria);
}
.t11-filterbar__toggle--open {
	background: var(--dotPrimaria);
	border-color: var(--dotPrimaria);
	color: #fff;
}
.t11-filterbar__toggle--open i {
	transform: rotate(180deg);
}

/* Busca avançada: categoria / tags / mês — some por padrão */
.t11-filterbar__advanced {
	display: none;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(15, 23, 42, .08);
}
.t11-filterbar__advanced--open {
	display: block;
}

/* Cada bloco de filtro (categoria / tags / mês) com sua micro-legenda */
.t11-filterbar__section {
	margin-bottom: 18px;
}
.t11-filterbar__section:last-of-type {
	margin-bottom: 0;
}
.t11-filterbar__label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #8a94a6;
}

.t11-filterbar__group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.t11-chip {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(15, 23, 42, .14);
	background: #fff;
	border-radius: 999px;
	padding: 7px 16px;
	font-size: 13px;
	font-weight: 600;
	color: #46505c;
	white-space: nowrap;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.t11-chip:hover {
	border-color: var(--dotPrimaria);
	color: var(--dotPrimaria);
}
.t11-chip--active {
	background: var(--dotPrimaria);
	border-color: var(--dotPrimaria);
	color: #fff;
}

.t11-filterbar__footer {
	display: flex;
	justify-content: flex-end;
	padding-top: 14px;
	margin-top: 4px;
	border-top: 1px solid rgba(15, 23, 42, .08);
}
.t11-filterbar__count {
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 600;
	color: #8a94a6;
	white-space: nowrap;
}

.t11-filterbar__count strong {
	color: var(--dotLinks);
	font-weight: 800;
}

@media (max-width: 575px) {
	.t11-filterbar__top {
		flex-wrap: wrap;
	}
	.t11-filterbar__search {
		flex-basis: 100%;
	}
	.t11-filterbar__count {
		order: 1;
	}
	.t11-filterbar__toggle {
		order: 2;
		margin-left: auto;
	}
}

/* ---------- Nomenclatura configurável por conta/nicho ----------
   Cada texto fixo da lista/filtros fica vazio no HTML e recebe a palavra só
   aqui, via ::after — pra trocar (ex.: "Passeios" -> "Ingressos", "Eventos"...)
   basta sobrescrever a regra abaixo, sem mexer em template nenhum. */
.t11-label-titulo-lista::after { content: "Passeios"; }
.t11-label-subtitulo-lista::after { content: "Confira nossa agenda de eventos."; }
.t11-label-nenhum-produto::after { content: "Nenhum pacote encontrado."; }
.t11-label-nenhum-filtro::after { content: "Nenhum passeio encontrado com esses filtros."; }
.t11-label-todas-categorias::after { content: "Todas as categorias"; }
.t11-label-todos-meses::after { content: "Todos os meses"; }
.t11-label-busca-avancada::after { content: "Busca avançada"; }
.t11-label-limpar-filtros::after { content: "Limpar filtros"; }
.t11-label-categoria::after { content: "Categoria"; }
.t11-label-tags::after { content: "Tags"; }
.t11-label-mes::after { content: "Mês"; }
.t11-label-encontrado-singular::after { content: "passeio encontrado"; }
.t11-label-encontrado-plural::after { content: "passeios encontrados"; }

/* ============================================================================
   TEMPLATE 11 — FORMULÁRIOS DE DADOS DO PARTICIPANTE / CONTA
   ".box_cart" vem de templates compartilhados com outros templates
   (carrinho/lista.html, passo-2, passo-3, cadastro, painel do usuário etc. —
   fora da pasta 11-template). Só reformatamos a aparência via CSS, sem tocar
   em nenhum desses arquivos nem em nenhuma lógica de backend/JS.
   ============================================================================ */
.box_cart {
	background: #fff;
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 2px 14px rgba(15, 23, 42, .06);
}
.box_cart hr {
	border-color: rgba(15, 23, 42, .08);
}
.box_cart .form_title h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 800;
	color: var(--dotLinks);
}
.box_cart .form_title p {
	color: #6b7280;
	margin-bottom: 18px;
}

.box_cart .step {
	padding-top: 6px;
}
.box_cart .row {
	row-gap: 4px;
}
.box_cart .form-group {
	margin-bottom: 18px;
}
.box_cart label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 700;
	color: #46505c;
	text-transform: uppercase;
	letter-spacing: .03em;
}

/* Inputs e selects: mesma altura, borda e cantos em todo o formulário */
.box_cart .form-control {
	height: auto;
	padding: 11px 14px;
	border: 1px solid rgba(15, 23, 42, .16);
	border-radius: 10px;
	background-color: #fff;
	font-size: 14px;
	color: #16232b;
	box-shadow: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.box_cart select.form-control {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2346505c' d='M1 1l5 5 5-5' stroke='%2346505c' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}
.box_cart .form-control:focus {
	outline: none;
	border-color: var(--dotPrimaria);
	box-shadow: 0 0 0 3px rgba(15, 23, 42, .08);
}
.box_cart .form-control::placeholder {
	color: #a3adba;
}

/* Rádio de nacionalidade */
.box_cart .form-check {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}
.box_cart .form-check-input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--dotPrimaria);
}
.box_cart .form-check-label {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: normal;
	color: #16232b;
}

/* Badge "Portador do ingresso N" */
.box_cart .alert.alert-secondary {
	display: inline-flex;
	align-items: center;
	background: rgba(15, 23, 42, .05);
	border: none;
	border-radius: 999px;
	padding: 9px 18px;
	color: var(--dotLinks);
	font-size: 13px;
	font-weight: 700;
}
.box_cart .alert.alert-secondary i {
	color: var(--dotPrimaria);
}

@media (max-width: 767px) {
	.box_cart {
		padding: 20px;
		border-radius: 16px;
	}
}

/* "Nacionalidade" ocupa a linha inteira no HTML original (col-sm-12), longe
   do campo que ela controla (CPF/Passaporte). Sem mexer no template, a
   partir de 576px ela vira uma coluna estreita e "gruda" no campo CPF/
   Passaporte ao lado, formando visualmente um campo só (o mesmo padrão do
   prefixo de código de país no campo de WhatsApp). O texto do CPF/Passaporte
   cresce (flex:1) pra ocupar o espaço que sobrou da nacionalidade encolhida.
   O :has() aqui pega só esse bloco específico (o outro .col-sm-12 do form,
   o aviso "Portador do ingresso N", não tem .nationality-radio dentro). */
@media (min-width: 576px) {
	.box_cart .row > .col-sm-12:has(.nationality-radio) {
		flex: 0 0 180px;
		max-width: 180px;
	}
	.box_cart .row > .col-sm-12:has(.nationality-radio) ~ .cpf-field,
	.box_cart .row > .col-sm-12:has(.nationality-radio) ~ .passaporte-field {
		flex: 1 1 0%;
		max-width: none;
		min-width: 0;
	}
	/* Some as bordas/cantos que ficariam entre a nacionalidade e o campo:
	   a nacionalidade perde o canto e a borda direita, o input perde o canto
	   e a borda esquerda — as duas peças "fecham" numa borda só. */
	.box_cart .row > .col-sm-12:has(.nationality-radio) .form-check:last-child .form-check-label {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-right-width: 0;
	}
	.box_cart .row > .col-sm-12:has(.nationality-radio) ~ .cpf-field .form-control,
	.box_cart .row > .col-sm-12:has(.nationality-radio) ~ .passaporte-field .form-control {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-left-width: 0;
	}
}

/* Nacionalidade: os dois <input type="radio"> + <label> do template continuam
   exatamente os mesmos (funcionalidade intacta) — só viram um seletor de
   duas opções via CSS, com cara de prefixo grudado no campo (tipo o "🇧🇷 +55"
   do WhatsApp): escolhe o tipo de documento antes de digitar. O input nativo
   fica visualmente escondido mas continua focável/clicável (o <label
   for="..."> já aciona ele), e o estado ativo é pego com o seletor irmão
   ":checked + label", sem precisar de nenhum JS. */
.box_cart .form-group:has(.nationality-radio) {
	display: flex;
	flex-wrap: wrap;
}
.box_cart .form-group:has(.nationality-radio) > label:first-child {
	flex: 0 0 100%;
	width: 100%;
}
.box_cart .form-group:has(.nationality-radio) .form-check {
	position: relative;
	flex: 1;
	min-width: 0;
	margin: 0;
}
.box_cart .form-group:has(.nationality-radio) .nationality-radio {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	opacity: 0;
}
.box_cart .form-group:has(.nationality-radio) .form-check-label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 11px 6px;
	border: 1px solid rgba(15, 23, 42, .16);
	border-radius: 10px;
	background: #fff;
	color: #46505c;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}
/* Divisória entre "Brasileiro" e "Estrangeiro": borda direita do primeiro em
   vez de borda esquerda do segundo, pra nunca duplicar a linha do meio. */
.box_cart .form-group:has(.nationality-radio) .form-check:first-child .form-check-label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.box_cart .form-group:has(.nationality-radio) .form-check:last-child .form-check-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 0;
}
.box_cart .form-group:has(.nationality-radio) .form-check-label:hover {
	border-color: var(--dotPrimaria);
	color: var(--dotPrimaria);
	position: relative;
	z-index: 1;
}
.box_cart .form-group:has(.nationality-radio) .nationality-radio:checked + .form-check-label {
	background: var(--dotPrimaria);
	border-color: var(--dotPrimaria);
	color: #fff;
	position: relative;
	z-index: 1;
}
.box_cart .form-group:has(.nationality-radio) .nationality-radio:focus-visible + .form-check-label {
	position: relative;
	z-index: 2;
	box-shadow: 0 0 0 3px rgba(15, 23, 42, .16);
}

