@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
button#show-description {
	position: relative;
	font-size: 14px;
	padding: 0.75em 1.5em;
	transition: 0.3s;
	animation: zoom-in-zoom-out 1.5s ease infinite;
}

nav.woocommerce-breadcrumb {
	display: none;
}
nav.woocommerce-pagination,
.pagination {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 18px 0;
}
.feature-image img {
	display: inline-block;
	height: auto;
	min-height: 195px;
	width: auto !important;
	height: 100%;
}
p.woocommerce-info {
	display: block;
	float: left;
}
ul.wc-tabs > li a.tablinks.active, ul.wc-tabs > li a:hover {
    background: #e07b19;
    color: #fff;
}
ul.wc-tabs li {
    display: inline-block;
    float: left;
    position: relative;
    padding-bottom: 14px;
    min-width: 106px;
    text-align: center;
}
ul.wc-tabs li:last-child {
	
}
.star-rating .star-rating_value:before,
.star-rating:before {
	letter-spacing: 6px;
}
ul.wc-tabs {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
	padding-top: calc(1% + 20px);
	overflow-x: scroll;
}
ul.wc-tabs:after {
	display: block;
	content: "";
	background: #484848;
	width: 100vw;
	clear: both;
	position: absolute;
	left: 0;
}
ul.wc-tabs::-webkit-scrollbar {
	display: none;
}
ul.wc-tabs li.active {
	font-weight: 600;
}
ul.wc-tabs li.active:after,
ul.wc-tabs li .active:after {
	bottom: 0;
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #e07b19;
	z-index: 2;
	left: 50%;
	margin-right: 6px;
	transform: translateX(-50%);
}
ul.wc-tabs > li a {
    background-color: #efefef;
    border-radius: 4px;
    display: inline-block;
    padding: 11px 24px 10px;
    margin-left: 10px;
    font-weight: bold;
}
@media (min-width: 320px) {
	.top_banner_box {
		transform: translateY(-60px);
	}
	main#primary {
		transform: translateY(-40px);
	}
}
@media (min-width: 1024px) {
	.top_banner_box {
		transform: translateY(-82px);
	}
	main#primary {
		transform: translateY(-60px);
	}
}
/*     11 - Product Loop
------------------------------------------------------------------------*/
.single-product-loop .villa_custom_field tr:nth-child(n + 5) {
	display: block;
}
.product_cat_list .cta {
	margin: 24px 0 42px;
}
.product_cat_list .cta:before {
	margin-right: 1%;
}
.product_cat_list .long-width {
	max-width: 1064px;
}
.product-thumbnail {
	position: relative;
}
.product-thumbnail a {
	min-height: 127px;
	padding-bottom: 81%;
	display: inline-block;
	width: 100%;
	position: relative;
}
.product-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	border-radius: 20px 0 20px 0;
}
aside#tertiary,
.product_list {
	position: relative;
	z-index: 6;
}
.single-product-loop {
	box-shadow: 0px 3px 6px #00000029;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 20px 0 20px 0;
	transition: all 0.3s;
	background: #fff;
}
.single-product-loop:hover {
	box-shadow: 0 0 10px #00000026;
	transition: all 0.3s;
}
.single-product-loop .product-price del {
	text-decoration: none;
	position: relative;
	display: block;
}
.product_list .add_to_cart {
	padding: 0px 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.product_list .add_to_cart a {
	padding: 12px 0;
	display: inline-block;
	border-top: 3px solid #00233f;
	margin-top: 6px;
	color: #00233f;
}

.cta3 a:after, .cta3 button:after {
    content: "";
    background-image: url(/theme/pad1.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10px;
    top: 4px;
    opacity: 0.5;
    background-size: auto 85%;
}

.cta3 a span {
	z-index: 1;
	position: relative;
}
@media (min-width: 320px) {
	.cta3 a,
	.cta3 button,
	.cta3 input {
		width: 186px;
		font-weight: 600;
	}
}
@media (min-width: 376px) {
	.cta3 a,
	.cta3 button,
	.cta3 input {
		width: 223px;
	}
}
@media (min-width: 1024px) {
	.cta3 a,
	.cta3 button,
	.cta3 input {
		width: 156px;
	}
}
/*		5.9- Product Archive Page
------------------------------------------------------------------------*/
p.woocommerce-result-count {
	display: none;
}
form.woocommerce-ordering {
	display: none;
}
.before_product_loop {
	text-align: right;
	float: right;
}
h2.main-loop-heading {
	float: left;
}
.product_list ul {
	margin: 0;
	list-style: none;
}
.custom_ordering {
	display: inline-block;
	text-align: right;
	position: relative;
	padding-top: 12px;
}
.custom_ordering label {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.3s;
}
.custom_ordering label:hover {
	transform: scale(1.05);
	transition: transform 0.3s;
}
.custom_ordering ul {
	list-style: none;
	margin: 0;
	background: #0b3f67cc;
	padding: 0;
	border-radius: 20px 0 20px 0;
	position: absolute;
	z-index: 10;
	width: 0;
	right: 0;
	transform: translateX(15px);
	transition: transform 0.3s;
	margin-top: 8px;
	opacity: 0;
	visibility: hidden;
}
.custom_ordering.active ul {
	padding: 16px 10px 10px 18px;
	min-width: 201px;
	width: fit-content;
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.custom_ordering.active .tuda_icon2.filter {
	transition: all 0.2s;
}
.custom_ordering.active .tuda_icon2.filter {
	background-image: url(../images/ticotravel/icons/button-close.png);
	transform: scale(0.85);
	transition: all 0.2s;
}
.custom_ordering li {
	display: block;
	clear: both;
}
.custom_ordering span.under_line {
	color: #fff;
	font-weight: 600;
	display: block;
	margin: 5px 0px;
	clear: both;
	float: right;
	cursor: pointer;
}
.custom_ordering span.under_line:after {
	text-align: right;
	float: right;
	display: block;
	clear: both;
	margin-top: 2px;
	transition: all 0.3s;
}
.custom_ordering span.under_line:hover:after {
	width: 100%;
	max-width: 56px;
	transition: all 0.3s;
}
.product_cat_short_des {
	color: #fff;
	padding: 0 15px 15px;
}
.product_cat_short_des h2 {
	color: #fff;
}
.product_cat_short_des a,
.product_cat_short_des strong {
	color: #fa9600;
}
#cat_description {
	border-bottom: 1px solid #00233f;
}
#cat_rule {
	line-height: 2em;
	font-weight: 600;
}
.main-description {
	display: none;
	position: fixed;
	z-index: 10000000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #0b3f67f5;
	color: #fff;
	overflow-y: scroll;
}
.main-description.active {
	display: block;
}
.main-description .main-content {
	padding: calc(6% + 15px);
}
.main-description h2 {
	color: #fff;
}
.main-description a {
	color: #fa9600;
}
.main-description a:hover {
	color: #ffaa2a;
}
.main-description table td {
	padding: 8px 16px 8px 0;
}
.main-description #hide-description {
	background: transparent;
	position: fixed;
	right: 15px;
	top: 15px;
}
.product_comment,
.tin_tuc {
	margin-top: 3%;
}
@media (min-width: 320px) {
	.custom_ordering {
		font-size: 12px;
		line-height: 1.2;
	}
	.filter.tuda_icon2 {
		min-width: 21.33px;
		min-height: 21.33px;
		bottom: -4px;
	}
	.custom_ordering label {
		font-size: 16px;
	}
	.product_cat_short_des {
		padding: 0 25px 10px;
		font-size: 12px;
		line-height: 20px;
	}
	.product_cat_short_des h2 {
		margin-bottom: 5px;
	}
	#cat_benefit ul {
		line-height: 2.1875em;
	}
	.before_product_loop {
		display: none;
	}
	.single-product-loop .villa_custom_field table {
		font-size: 8px;
		line-height: 10px;
		margin-bottom: 2px;
	}
	.single-product-loop .villa_custom_field .mask_icon {
		min-width: 13.91px;
		min-height: 13.91px;
		background-color: #0b3f67;
		bottom: 0;
	}
	.single-product-loop .villa_custom_field {
		margin-top: 3px;
	}
	.single-product-loop .product-link a {
		font-size: 8px;
		text-transform: uppercase;
		color: #e88b00;
		text-decoration: underline;
		font-weight: 600;
	}
	.single-product-loop .product-link {
		line-height: 18px;
		display: inline-block;
		clear: both;
		border-top: 4px solid #fa9600;
		margin-bottom: 8px;
	}
	.single-product-loop .product-price {
		line-height: 13px;
		font-size: 10px;
		padding: 5px 10px 3px;
		color: #fff;
		position: absolute;
		bottom: 15px;
		background: #0b3f67cc;
		font-weight: 600;
	}
	.woocommerce-Price-currencySymbol {
		padding-left: 3px;
	}
	.single-product-loop .product-price ins .woocommerce-Price-currencySymbol {
		font-size: 8px;
		line-height: 1.25;
	}
	.single-product-loop .product-price del .woocommerce-Price-amount {
		font-size: 6px;
		line-height: 8px;
		font-weight: 400;
		text-decoration: none;
	}
	.single-product-loop .product-price del:after {
		content: "";
		width: 86%;
		height: 1px;
		display: inline-block;
		position: absolute;
		background: #fa9600;
		left: -5px;
		max-width: 112.83px;
		top: 50%;
		margin-top: 2px;
		transform: translateY(-50%);
	}
	.single-product-loop .sale_off {
		padding: 4px 8px;
		font-size: 10px;
		right: -6px;
		top: 8px;
		position: absolute;
		z-index: 1;
		background: #fa9600e6;
		border: 1px solid #0000001c;
		font-weight: 600;
		color: #0b3f67;
		line-height: 1.5;
		box-shadow: 2px 2px 2px #00000047;
	}
	.single-product-loop .swiper-slide {
		margin-right: 18px;
	}
	.product_list .swiper-slide {
		min-width: 156px;
	}
	.product_list .swiper-container {
		padding-right: calc(100% - 175px);
		overflow: hidden;
	}
	.single-product-loop h3 {
		font-size: 1.1em;
		line-height: 1.4;
		text-transform: uppercase;
		font-weight: 600;
		max-height: 3.5em;
		overflow: hidden;
		margin: 0 0 4px;
		padding: 5px 0 0;
	}
	.product_list .swiper-button-next,
	.product_list .swiper-button-prev {
		display: none;
	}
	.single-product-loop .product-info {
		padding: 0 5%;
	}
	nav.woocommerce-pagination li,
	.pagination li {
		width: 28px;
		font-weight: 600;
		height: 26px;
		font-size: 11px;
		display: inline-flex;
		text-align: center;
		position: relative;
		border: 1px solid #fa9600;
		border-radius: 50%;
		margin-right: 6px;
		transition: all 0.3s;
		color: #00233f;
		cursor: pointer;
	}
	nav.woocommerce-pagination li *,
	.pagination li * {
		width: 100%;
		transition: all 0.3s;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 50%;
		height: 100%;
		display: grid;
		align-items: center;
	}
	nav.woocommerce-pagination span.page-numbers.current,
	.pagination span.page-numbers.current,
	nav.woocommerce-pagination li:hover *,
	.pagination li:hover * {
		background: #fa9600;
		transition: all 0.3s;
	}
	a.prev.page-numbers,
	a.next.page-numbers {
		font-size: 16px;
	}
}
@media (min-width: 376px) {
	.product_list .swiper-container {
		padding-right: 30px;
	}
}
@media (min-width: 768px) {
	.custom_ordering {
		font-size: 14px;
	}
	.filter.tuda_icon2 {
		min-width: 21.33px;
		min-height: 21.33px;
		bottom: -4px;
	}
	.custom_ordering label {
		font-size: 18px;
	}
	.product_cat_short_des {
		padding: 0 32px 15px;
		font-size: 14px;
		line-height: 22px;
	}
	.single-product-loop .product-link a {
		font-size: 10px;
		line-height: 28px;
	}
	.single-product-loop .product-price del .woocommerce-Price-amount {
		font-size: 8px;
		line-height: 12px;
	}
	.single-product-loop .product-price {
		line-height: 16px;
		font-size: 12px;
	}
	.woocommerce-Price-currencySymbol {
		padding-left: 4px;
	}
	.single-product-loop .product-price ins .woocommerce-Price-currencySymbol {
		font-size: 10px;
	}
	.single-product-loop .sale_off {
		padding: 6px 10px;
		font-size: 12px;
		right: -7px;
		top: 10px;
	}
	.single-product-loop .villa_custom_field table {
		font-size: 11px;
		line-height: 16px;
	}
	.single-product-loop .villa_custom_field .mask_icon {
		min-width: 16.91px;
		min-height: 16.91px;
	}
	.faq-hotel > div {
		display: flex;
	}
}
@media (min-width: 1024px) {
	.product_cat_short_des {
		padding: 0 35px 20px;
		font-size: 16px;
		line-height: 24px;
	}
	#cat_description {
		border-width: 2px;
	}
	.before_product_loop {
		display: block;
	}
	.product_list .swiper-container {
		padding-right: 5%;
		padding-left: 18px;
	}
	.product_list .swiper-button-next,
	.product_list .swiper-button-prev {
		display: block;
	}
	.single-product-loop .product-price del .woocommerce-Price-amount {
		font-size: 10px;
	}
	.single-product-loop .product-price {
		padding: 4.5px 18px;
		line-height: 21px;
		font-size: 18px;
	}
	.single-product-loop .sale_off {
		top: 15px;
		padding: 4px 16px;
		font-size: 16px;
		right: -10px;
	}
	.woocommerce-Price-currencySymbol {
		padding-left: 5px;
	}
	.single-product-loop .product-price ins .woocommerce-Price-currencySymbol {
		font-size: 12px;
	}
	nav.woocommerce-pagination li,
	.pagination li {
		font-size: 14px;
		width: 30px;
		height: 30px;
	}
	.single-product-loop .product-link a {
		font-size: 13px;
		line-height: 35px;
	}
	.single-product-loop .villa_custom_field table {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 4px;
	}
	.single-product-loop .villa_custom_field .mask_icon {
		min-width: 19.91px;
		min-height: 19.91px;
	}
}
@media (min-width: 1280px) {
	.product_cat_short_des {
		padding: 0 40px 20px;
	}
	.single-product-loop .villa_custom_field table td {
		padding: 0.3em 0;
	}
}
@media (min-width: 1366px) {
	.tuda_icon2.filter {
		min-width: 25.19px;
		min-height: 25.19px;
	}
	.custom_ordering label {
		font-size: 18px;
	}
	.product_cat_short_des {
		font-size: 20px;
	}
	.product_cat_short_des h2 {
		margin-bottom: 14px;
	}
	#cat_benefit ul {
		font-size: 0.8em;
	}
	.single-product-loop .villa_custom_field .mask_icon {
		min-width: 25.57px;
	}
	.single-product-loop .villa_custom_field table {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 6px;
	}
	.single-product-loop .product-link {
		margin-bottom: 0;
	}
	.single-product-loop .product-link a {
		font-size: 14px;
		line-height: 42px;
	}
	.single-product-loop .sale_off {
		font-size: 19px;
		line-height: 23px;
	}
	nav.woocommerce-pagination li,
	.pagination li {
		font-size: 16px;
		width: 36px;
		height: 36px;
	}
}
