:root {
	--tripfery-body-color: #565656;
	--tripfery-body-bg-color: #ffffff;
	--tripfery-primary-color: #384bff;
	--tripfery-secondary-color: #2135f3;
	--tripfery-light-color: #d2d2d2;
	--tripfery-border-color: #e7e7e7;
	--tripfery-border-color2: #ededed;
	--tripfery-meta-color: #797979;
	--tripfery-rating-color: #ffb443;
	--tripfery-heading-color: #232323;
	--tripfery-footer-color: #c0c0c0;
	--tripfery-white-color: #ffffff;
	--tripfery-black-color: #010101;
	--tripfery-grey-color-1: #f8f8f8;
	--tripfery-grey-color-2: #717171;
	--tripfery-grey-color-3: #272727;
	--tripfery-primary-color-rgb: 254, 103, 45;
	--tripfery-secondary-color-rgb: 227, 85, 14;
	--tripfery-light-color-rgb: 254, 244, 240;
	--tripfery-heading-color-rgb: 16, 16, 16;
}

/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Buttons
#. Topbar Layout
#. Header Logo
#. Main Navigation
#. Submenu
#. Mega Menu
#. Header Icons
#. Header Search
#. Header Sticky
#. Header Layout 1
#. Header Layout 2
#. Header Layout 3
#. Transparent Header
#. Header Right Menu
#. Preloader css
#. Footer - Fun Fact
#. Footer - Scroll to top
#. Widgets - Footer Widgets
#. Widgets - Sidebar
#. Banner
#. Contents
#. Single Content
#. Comments
#. Admin Author
#. Default Blog layout
#. Swiper Slider
#. Related Post
#. Pagination
#. Error 404
#. Fluent form
#. Gutenberg Support
#. Woocommerce
#. rt-search-filter
#. rt-booking-single
#. rt-booking-archive
#. rt-guided-single
---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
	font-family: 'inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--tripfery-body-color);
	background-color: var(--tripfery-body-bg-color);
	height: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-top: 10px;
}

.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}

a {
	color: var(--tripfery-primary-color);
	text-decoration: none;
}

a:hover {
	color: var(--tripfery-secondary-color);
	text-decoration: none;
	outline: 0 none;
}

a:focus {
	outline: 0px solid;
	text-decoration: none;
	outline: 0 none;
}

a:active {
	text-decoration: none;
	outline: 0 none;
}

img {
	max-width: 100%;
	height: auto;
}

.fix {
	overflow: hidden;
}

p {
	margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'inter', sans-serif;
	margin: 0 0 20px 0;
	color: var(--tripfery-heading-color);
}

h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 54px;
}

h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
}

h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
}

h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}

h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}

.clear {
	clear: both;
}

.clear:after {
	clear: both;
	content: "";
	display: block;
}

ul {
	list-style: disc inside none;
	margin: 0 0 20px 0;
}

#wrapper {
	overflow: hidden;
	transition: all 0.5s ease-out;
}

hr,
.elementor hr {
	background-color: #e5e5e5;
}
* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
button:focus,
.submit-btn:focus {
	outline: none;
}

.modal-backdrop {
	display: none;
}
.rtcl-report-modal {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 6px;
	padding: 3px;
	height: 34px;
	width: 34px;
	line-height: 1;
	font-size: 20px;
	background: var(--tripfery-primary-color);
}
.mfp-white-popup {
	position: relative;
	background: var(--tripfery-white-color);
	border-radius: 10px;
	padding: 40px;
	width: auto;
	max-width: 5px;
	margin: 20px auto;
	text-align: center;
	transition: 5s all;
}
.mfp-fade .mfp-content {
	transform: translateY(-65px);
	transition: all 1s ease-out;
}
.mfp-fade.mfp-ready .mfp-content {
	transform: translateY(0);
}
.mfp-iframe-scaler iframe {
	box-shadow: unset;
	background: transparent;
}
.mfp-close-btn-in .mfp-close {
	background-color: transparent;
}
.mfp-close-btn-in .mfp-white-popup .mfp-close {
	color: var(--tripfery-heading-color);
}
.rt-mp-0 {
	margin: 0;
	padding: 0;
}
.rt-two-col,
.rt-included-meta-text {
	display: grid;
	grid-template-columns: auto auto;
}
.rt-three-col {
	display: grid;
	grid-template-columns: auto auto auto;
}

.rt-mb-10 {
	margin-bottom: 10px;
}
.rt_bg_100{
	background-size: 100% 100%;
}
.rt-border-right-bottom-10{
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}
@media (min-width: 1200px) {
	.tripfery-column-sticky {
		align-self: flex-start !important;
		position: sticky !important;
		top: 85px !important;
	}
}
.fa-heart:before {
	font-family: "Font Awesome 6 Free";
}

/*for theme only*/
.primary-color {
	color: var(--tripfery-primary-color);
}

.secondary-color {
	color: var(--tripfery-secondary-color);
}

#page .content-area {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all ease 0.31s;
}

.visibility-h {
	visibility: hidden;
}

.rt-grid-item {
	display: block;
	float: left;
	clear: both;
}

.container-custom {
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1290px;
	}
}

.blend img {
	filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg) !important;
}

.tripfery-sitemap li a {
	color: var(--tripfery-body-color);
}

.tripfery-sitemap li a:hover {
	color: var(--tripfery-primary-color);
}

.number-counter {
	counter-reset: post-counter;
}

.responsive-image-fit img {
	width: 100%;
}

/*-------------------------------------
#. Buttons
---------------------------------------*/
.btn-common i {
	font-size: 10px;
	border-left: 1px solid var(--tripfery-border-color);
	padding-left: 10px;
	margin-left: 10px;
}

/*style 1*/
a.button-style-1 {
	position: relative;
	background: var(--tripfery-white-color);
	border: 1px solid var(--tripfery-border-color);
	color: var(--tripfery-body-color);
	border-radius: 0;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 22px;
	line-height: 1.4;
	transition: all 0.4s ease;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.2px;
	overflow: hidden;
	z-index: 1;
}

a.button-style-1::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 0;
	border-radius: 50% 50% 0 0/75% 75% 0 0;
	transition: height .35s ease-in-out;
	background-color: var(--tripfery-primary-color);
}

a.button-style-1 i {
	color: var(--tripfery-primary-color);
	transition: all ease 0.31s;
}

a.button-style-1:hover,
a.button-style-1:hover i {
	color: var(--tripfery-white-color);
}

a.button-style-1:hover::before {
	height: 400%;
}

/*button style 2*/
.header-area a.button-style-2 svg{
	position: relative;
	top: -2px;
}
.rt-checkout-content .btn,
a.button-style-2 {
	font-size: 15px;
	background-color: var(--tripfery-primary-color);
	color: #ffffff;
	padding: 10px 20px;
	height: 45px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	line-height: 26px;
	border: none;
	border-radius: 5px;
	z-index: 1;
	text-transform: capitalize;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
}

.rt-checkout-content .btn::before,
a.button-style-2::before {
	position: absolute;
	content: "";
	height: 104%;
	width: 0%;
	left: -1px;
	top: -1px;
	background-color: var(--tripfery-secondary-color);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 5px;
}
.rt-checkout-content .btn{
	height: 54px;
	padding: 0 20px;
	line-height: 54px;
}

@media (max-width: 1024px) {
	.input_select_field .input_select_title {
		max-width: 200px;
	}
}
@media (max-width: 767px) {

	.rt-fillter-inner .view-switch-right,
	.rt-fillter-inner .view-switch-bar {
		display: block !important;
	}
	.rt-fillter-inner .babe_search_results_filters {
		margin: 15px 0 !important;
		text-align: left;
	}
	.rt-fillter-inner .view-switch-right {
		justify-content: space-between;
	}
}

.rt-checkout-content .btn:hover::before,
a.button-style-2:hover::before {
	opacity: 1;
	width: 104%;
}

.rt-checkout-content .btn {
	display: block;
	width: 100%;
}

.rt-checkout-content .btn:focus {
	box-shadow: none;
}

/*button style 3*/
a.button-style-3 {
	font-size: 14px;
	background-color: var(--tripfery-primary-color);
	color: #ffffff;
	padding: 10px 20px;
	height: 45px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	line-height: 26px;
	border: none;
	border-radius: 40px;
	z-index: 1;
	text-transform: capitalize;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
}

a.button-style-3::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 0%;
	left: 0;
	top: 0;
	background-color: var(--tripfery-secondary-color);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 40px;
}

a.button-style-3:hover {
	color: var(--tripfery-white-color);
}

a.button-style-3:hover::before {
	opacity: 1;
	width: 100%;
}


/*button style 4*/
a.button-style-4 {
	position: relative;
	background: transparent;
	border: 1px solid var(--tripfery-border-color);
	color: var(--tripfery-white-color);
	border-radius: 0;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 22px;
	line-height: 1.4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.2px;
	overflow: hidden;
	z-index: 1;
}

a.button-style-4:hover {
	color: var(--tripfery-primary-color);
}

a.button-style-4::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 0;
	border-radius: 50% 50% 0 0/75% 75% 0 0;
	transition: height .35s ease-in-out;
	background: var(--tripfery-white-color);
}

a.button-style-4:hover::before {
	height: 400%;
}

/*style 5*/
a.button-style-5 {
	position: relative;
	background: #2a2a2c;
	color: var(--tripfery-white-color);
	border-radius: 0;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 22px;
	line-height: 1.4;
	transition: all 0.4s ease;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.2px;
	overflow: hidden;
	z-index: 1;
}

a.button-style-5::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 0;
	border-radius: 50% 50% 0 0/75% 75% 0 0;
	transition: height .35s ease-in-out;
	background-color: var(--tripfery-primary-color);
}

a.button-style-5 i {
	color: var(--tripfery-primary-color);
	transition: all ease 0.31s;
}

a.button-style-5:hover,
a.button-style-5:hover i {
	color: var(--tripfery-white-color);
}

a.button-style-5:hover::before {
	height: 400%;
}

/*play button style*/
.play-btn-primary,
.play-btn-transparent,
.play-btn-white-lg,
.play-btn-white {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.3s ease;
}

/*primary*/
.play-btn-primary {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--tripfery-primary-color);
	color: #fff;
	font-size: 20px;
}

.play-btn-primary::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 1px solid var(--tripfery-primary-color);
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.play-btn-primary::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	border: 1px solid var(--tripfery-primary-color);
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.play-btn-primary:hover {
	background-color: var(--tripfery-light-color);
	color: var(--tripfery-primary-color);
}

/*white*/
.play-btn-white {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--tripfery-white-color);
	color: var(--tripfery-primary-color);
	font-size: 20px;
}

.play-btn-white::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 1px solid var(--tripfery-white-color);
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.play-btn-white::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid var(--tripfery-white-color);
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.play-btn-white:hover {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

/*white lg*/
.play-btn-white-lg {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: var(--tripfery-white-color);
	color: var(--tripfery-primary-color);
	font-size: 22px;
}

.play-btn-white-lg::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 1px solid var(--tripfery-white-color);
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.play-btn-white-lg::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	border: 1px solid var(--tripfery-white-color);
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.play-btn-white-lg:hover {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

@media (max-width: 767px) {
	.play-btn-white {
		width: 60px;
		height: 60px;
		font-size: 20px;
	}

	.play-btn-white:hover::before {
		width: 90px;
		height: 90px;
	}

	.play-btn-white:hover::after {
		width: 80px;
		height: 80px;
	}
}

/*transparent*/
.play-btn-transparent {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(var(--tripfery-heading-color-rgb), 0.7);
	color: var(--tripfery-white-color);
	font-size: 20px;
}

.play-btn-transparent::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 1px solid var(--tripfery-heading-color);
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.play-btn-transparent::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	border: 1px solid var(--tripfery-heading-color);
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.play-btn-transparent:hover {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

/*default animation*/

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.8);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
		opacity: 0;
	}
}

@-webkit-keyframes marquee_left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes marquee_left {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes marquee_right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes marquee_right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes toRightFromLeft {

	49% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	51% {
		opacity: 1;
	}
}

@keyframes toRightFromLeft {
	49% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	51% {
		opacity: 1;
	}
}

/*-------------------------------------
#. Topbar Layout
---------------------------------------*/
.rt-container {
	padding: 0 100px;
}

.header-top-bar {
	background-color: var(--tripfery-heading-color);
	color: var(--tripfery-body-color);
	border-bottom: 1px solid var(--tripfery-border-color);
	position: relative;
	z-index: 1;
	padding: 5.5px 0;
}

.header-top-bar .top-bar-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-top-bar .tophead-right,
.header-top-bar .tophead-left {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 15px;
}
.header-top-bar .tophead-text,
.header-top-bar ul {
	display: inline-flex;
	align-items: center;
}

.top-bar-wrap .tophead-socials,
.header-top-bar ul li,
.header-top-bar ul li a {
	position: relative;
	color: var(--tripfery-light-color);
	font-size: 14px;
	transition: 0.4s;
}

.header-top-bar ul li a {
	font-weight: 600;
}

.top-bar-wrap .tophead-socials {
	margin-left: 30px;
}

.top-bar-wrap .tophead-socials .social-link-text {
	margin-right: 10px;
}
.header-top-bar ul li a:hover,
.header-top-bar ul li a:hover i {
	color: var(--tripfery-white-color);
}
.top-bar-wrap ul:not(.tophead-social) li i {
	font-size: 10px;
}
.top-bar-wrap ul:not(.tophead-social)li svg {
	margin-right: 5px;
}

.top-bar-wrap ul li svg {
	width: 14px;
	height: 14px;
}

.top-bar-wrap ul li svg {
	margin-right: 6px;
}

.header-top-bar .tophead-social {
	overflow: hidden;
}

.header-top-bar .tophead-social li {
	display: inherit;
}

.header-top-bar .tophead-social li+li {
	margin-left: 10px;
}

.header-top-bar .tophead-social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.header-top-bar .tophead-social li i {
	line-height: 1.4;
}

.header-top-bar .opening-label {
	padding-right: 5px;
}

.header-top-bar ul.top-address {
	column-gap: 30px;
}

.header-top-bar .button-style-2 {
	border-radius: 0;
	padding: 14px 28px;
}

.topbar-style-3 .header-top-bar {
	border-bottom: none;
	background-color: #F5F8FA;
}

.topbar-style-3 .header-top-bar .tophead-right i {
	color: var(--tripfery-primary-color);
	padding-right: 5px;
	font-size: 18px;
	line-height: 1;
}

/*Top bar widget*/
.header-top-bar .widget {
	margin-bottom: 0;
}

.header-top-bar .widget ul li {
	display: inline-block;
	margin-right: 10px;
}

.header-top-bar .widget ul li:last-child {
	margin-right: 0;
}

.rt-topbar-menu .menu li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #000;
}

.rt-topbar-menu .menu li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.rt-topbar-menu .menu li a {
	color: #c7c3c3;
	font-size: 14px;
	line-height: 22px;
}

.rt-topbar-menu .menu li a:hover {
	color: #ffffff;
}

/*-------------------------------------
#. Header Icons
---------------------------------------*/
.menu-full-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 991px) {
	.header-icon-area .cart-icon-area .cart-icon-num {
		top: 21px;
	}
}
.header-icon-area {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 10px;
	height: 100%;
}
.header-icon-area .cart-icon-area {
	position: relative;
	padding: 16px 0;
}
.header-icon-area>div {
	position: relative;
}
.header-icon-area>.header-button {
	top: 3px;
}
.header-icon-area .search-icon>a,
.header-icon-area .cart-list-trigger>a {
	font-size: 16px;
	line-height: 1;
	color: var(--tripfery-heading-color);
	font-weight: 600;
}
.header-icon-area .search-icon>a:hover,
.header-icon-area .cart-list-trigger>a:hover {
	color: var(--tripfery-primary-color) !important;
}

/*Right offcanvas menu icon*/
.offcanvas-navigation ul {
	padding: 0;
	margin: 0;
}

.offcanvas-navigation ul li {
	line-height: 1.7;
}

@media(max-width: 767px) {
	.offcanvas-navigation ul li {
		line-height: 1.2;
	}

	.offcanvas-navigation ul li a {
		font-size: 28px;
	}
}

/*Header Search*/
.header-search .header-search-wrap {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--tripfery-black-color);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	z-index: 150;
	transition: all ease 0.7s;
}
.header-search.open .header-search-wrap {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header-search .close {
	position: absolute;
	top: 100px;
	right: 100px;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	opacity: 0;
	visibility: visible;
	padding: 0;
	font-size: 18px;
	cursor: pointer;
	color: var(--tripfery-white-color);
	background: var(--tripfery-primary-color);
	z-index: 1;
	transition: all ease 0.31s;
	border-radius: 50px;
}
.header-search.open .close {
	opacity: 1;
	visibility: visible;
}
.header-search .close i {
	position: relative;
	z-index: -1;
}
.header-search .close:focus {
	box-shadow: none;
	border: none;
	outline: none;
}
.header-search .header-search-form {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 1176px;
	width: 100%;
	margin: 0 auto;
	transform: translateY(-50%);
	transition: all 0s ease-in-out;
}
.header-search .header-search-form input[type=search] {
	width: 90%;
	height: 60px;
	color: var(--tripfery-white-color);
	font-size: 22px;
	text-align: left;
	border: none;
	border-radius: 0;
	margin: 0px auto;
	padding: 12px 35px 12px 0;
	outline: none;
	background: transparent;
	border-bottom: 1px solid var(--tripfery-border-color2);
	line-height: 28px;
	transition: all 0s ease-in-out;
}
.header-search .header-search-form input::placeholder,
.header-search .header-search-form input::-webkit-input-placeholder,
.header-search .header-search-form input:-ms-input-placeholder,
.header-search .header-search-form input:-moz-placeholder{
	color: var(--tripfery-border-color2);
	opacity: 1;
}
.header-search .header-search-form .search-btn {
	padding: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: var(--tripfery-border-color2);
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	margin-top: 0px;
	margin-left: -24px;
	background: transparent;
	line-height: 29px;
	z-index: 12;
	transition: all 0s ease-in-out;
}
.header-search .header-search-form .search-btn i {
	line-height: 28px;
}
.header-search .header-search-form .search-btn:hover {
	color: var(--tripfery-primary-color);
}
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
	position: absolute;
	left: 20%;
}
.header-search .stylish-input-group input:focus,
.header-search .stylish-input-group .search-btn:focus,
.header-search .stylish-input-group .btn:focus,
.header-search .custom-search-input input:focus,
.header-search .header-search-form .search-btn:focus,
.header-search .custom-search-input .btn:focus {
	box-shadow: none;
	outline: none;
}
.header-area {
	background: var(--tripfery-white-color);
	position: relative;
	z-index: 11;
	transition: all ease 0.31s;
}
.rt_currency_menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rt_currency_menu li{
	display: block;
	position: relative;
	transition: all ease 0.31s;
}
.rt_currency_menu li a{
	display: block;
}
.rt_currency_menu li ul{
	position: absolute;
	top: 110%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: var(--tripfery-white-color);
	border-radius: 5px ;
	padding: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	min-width: 68px;
	padding: 15px 0;
	display: block;
}
body .site-header .tophead-address ul.rt_currency_menu li+li{
	margin: 0;
}
.rt_currency_menu li ul li a{
	font-weight: 400;
	font-size: 14px;
	padding: 2px 15px;
}
.rt_currency_menu li:hover ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.rt_currency_menu li a {
	color: var(--tripfery-heading-color);
}
.rt_currency_menu > li > a{
	border: 1px solid var(--tripfery-border-color);
	height: 45px;
	padding: 0 10px;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
	position: relative;
	font-weight: 500;
	padding-right: 25px;
}
.rt_currency_menu > li > a:before{
	content: "\f107";
	font-family: "Font Awesome 6 Free";
	border: none !important;
	font-size: 14px;
	font-weight: 900;
	position: absolute;
	line-height: 28px;
	color: var(--tripfery-heading-color);
	top: 9px;
	right: 9px;
}
.rt_currency_menu li ul li a:hover,
.rt_currency_menu>li:hover>a:before,
.rt_currency_menu>li:hover>a {
	color: var(--tripfery-primary-color);
}
.tr-header .rt_currency_menu>li>a:before,
.tr-header .rt_currency_menu>li>a {
	color: var(--tripfery-white-color);
}
.tr-header .rt_currency_menu>li>a:hover:before,
.tr-header .rt_currency_menu>li>a:hover {
	opacity: 0.8;
}
/*-------------------------------------
#. Header Sticky
---------------------------------------*/
.header-menu {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.tr-header .header-menu {
transition: all ease 0.31s;
}
.admin-bar .rt-sticky {
	top: 32px;
}
.rt-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	background-color: var(--tripfery-white-color);
	box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
}
.tr-header .rt-sticky {
	background-color: #151515;
}
body.tr-header .header-icon-area .search-icon>a:hover,
.tr-header .rt-header-user i:hover {
	color: var(--tripfery-white-color) !important;
	opacity: 0.8;
}
.header-style-2 .header-top-bar{
	background-color: var(--tripfery-white-color);
	z-index: 2;
}
.header-style-2 .top-bar-wrap ul li svg path{
	fill: var(--tripfery-body-color);
}
.header-style-2 .top-bar-wrap .tophead-socials,
.header-style-2 .header-top-bar ul li,
.header-style-2 .header-top-bar ul li a {
	color: var(--tripfery-body-color);
}
.header-style-2 .header-top-bar ul li a:hover,
.header-style-2 .header-top-bar ul li a:hover i,
.header-style-2 .header-top-bar ul li a:hover {
	color: var(--tripfery-primary-color);
}
.header-style-2:not(.tr-header) .header-area{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	max-width: 1320px;
	width: 100%;
	border-radius: 0 0 10px 10px;
}
@media(max-width: 1366px) {
	.header-style-2 .header-area {
		border-radius: 0;
	}
}

.header-style-2 .rt-container{
	padding-left: 20px;
	padding-right: 20px;
}
.header-style-2 .search-icon{
	margin-right: 10px;
}
.header-style-2 .search-icon a{
	color: var(--tripfery-heading-color);
}
.rt-header2-phone{
	margin-right: 6px;
}
.rt-header2-phone svg{
	width: 20px;
	height: 20px;
	position: relative;
	top: -1px;
	margin-right: 4px;
}
.rt-header2-phone svg path{
	fill: var(--tripfery-heading-color);
}
.rt-header2-phone a{
	font-size: 20px;
	font-weight: 600;
	color: var(--tripfery-heading-color);
	transition: all 0.3s ease;
}
.rt-header2-phone a:hover{
	color: var(--tripfery-primary-color);
}
/* Header Logo */
.site-header .site-branding a {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}
.site-header .site-branding a img {
	max-width: 179px;
	width: 100%;
}
.site-header .site-branding .light-logo {
	display: none;
}

/* Main Navigation fallbackcd*/
.fallbackcd-menu-item .fallbackcd {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: var(--tripfery-heading-color);
	padding: 39px 15px;
	text-transform: capitalize;
	transition: all ease 0.31s;
}

.main-navigation ul li span.new {
	background: var(--tripfery-primary-color);
	font-size: 10px;
	color: #fff;
	padding: 3px 5px 2px;
	border-radius: 6px;
}

.main-navigation ul li span.hot {
	background: #ff1f1f;
	font-size: 10px;
	color: #fff;
	padding: 3px 5px 2px;
	border-radius: 6px;
}

/*-------------------------------------
#. Main Navigation
---------------------------------------*/
.site-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site-header .tophead-address ul.tophead-text li+li {
	margin-left: 30px;
}

.site-header .main-navigation nav ul li {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}

.site-header .main-navigation nav ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: var(--tripfery-heading-color);
	padding: 34px 0;
	text-transform: capitalize;
}
.site-header .main-navigation>nav>ul>li {
	margin-right: 50px;
}
.site-header .main-navigation>nav>ul>li.menu-item-has-children {
	padding-right: 15px;
}
.site-header .main-navigation>nav>ul>li:last-child {
	margin-right: 0;
}
@media(max-width: 1440px) {
	.site-header .main-navigation>nav>ul>li {
		margin-right: 20px;
	}
}

.site-header .main-navigation nav>ul>li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: "Font Awesome 6 Free";
	border: none !important;
	font-size: 15px;
	font-weight: 900;
	position: absolute;
	line-height: 28px;
	color: var(--tripfery-heading-color);
	top: calc(50% - 14px);
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

body:not(.tr-header) .site-header .main-navigation ul.menu>li:hover>a,
body:not(.tr-header) .site-header .main-navigation ul.menu li.current-menu-ancestor>a,
body:not(.tr-header) .site-header .main-navigation ul.menu li.current-menu-ancestor>a::after,
body:not(.tr-header) .site-header .main-navigation ul.menu>li.menu-item-has-children:hover>a:after {
	color: var(--tripfery-primary-color);
}

.site-header .main-navigation ul.menu li.current-menu-item>a,
.site-header .main-navigation ul.menu>li.current>a {
	color: var(--tripfery-primary-color);
}

.site-header .main-navigation nav>ul>li.menu-item-has-children>a:after {
	top: 51%;
	transform: translateY(-50%);
	right: -18px;
}

.site-header .main-navigation nav>ul>li.menu-item-has-children:hover>a:after {
	transform: translateY(-50%) rotate(180deg);
}

/*-------------------------------------
#. Submenu
---------------------------------------*/
.site-header .main-navigation ul li ul {
	text-align: left;
}

.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:before {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	border: none !important;
	font-size: 12px;
	font-weight: 900;
	position: absolute;
	line-height: 28px;
	color: var(--tripfery-heading-color);
	top: 6px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	right: 26px;
	transform: rotate(-90deg);
}

.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:hover:before {
	transform: rotate(0deg);
}

.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}

.site-header .main-navigation ul li ul li {
	padding: 8px 28px;
}

.site-header .main-navigation ul li ul li a {
	position: relative;
	overflow: hidden;
	display: block;
	color: var(--tripfery-heading-color);
	text-transform: inherit;
	padding: 0;
	font-weight: 500;
	font-size: 15px;
	z-index: 2;
	transition: all 0.4s ease-in-out;
	display: inline-block;
}

.site-header .main-navigation ul li ul li a:after {
	content: "";
	height: 1px;
	width: 0;
	background-color: var(--tripfery-primary-color);
	position: absolute;
	bottom: 0px;
	left: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.site-header .main-navigation ul li ul li a:hover::after {
	width: 100%;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	left: 0;
}

.site-header .main-navigation ul li ul li a span {
	display: inline-block;
	position: relative;
	z-index: 1;
	color: transparent;
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.site-header .main-navigation ul li ul li a span::before {
	top: 0;
	-webkit-transform: skewY(0);
	transform: skewY(0);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	content: attr(data-text);
	display: block;
	position: absolute;
	color: var(--tripfery-body-color);
}

.site-header .main-navigation ul li ul li a span::after {
	top: 105%;
	-webkit-transform: skewY(7deg);
	transform: skewY(7deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	color: var(--tripfery-primary-color);
	content: attr(data-text);
	display: block;
	position: absolute;
}
.site-header .main-navigation ul li ul li.current-menu-ancestor>a>span,
.site-header .main-navigation ul li ul li.current-menu-item>a>span,
.site-header .main-navigation ul li ul li:hover>a>span {
	-webkit-transform: translateY(-105%);
	transform: translateY(-105%);
}
.site-header .main-navigation ul li ul li.current-menu-ancestor>a>span:after,
.site-header .main-navigation ul li ul li.current-menu-item>a>span:after,
.site-header .main-navigation ul li ul li:hover>a>span:after,
.site-header .main-navigation ul.menu li.current-menu-item>a > span:after,
.site-header .main-navigation ul.menu>li.current>a span:after,
.site-header .main-navigation ul li ul li a:hover span::after {
	color: var(--tripfery-primary-color);
	-webkit-transform: skewY(0);
	transform: skewY(0);
}
.site-header .main-navigation ul li ul li a:hover span::before {
	-webkit-transform: skewY(7deg);
	transform: skewY(7deg);
	color: #161619;
}
.site-header .main-navigation ul>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 225px;
	margin: 0;
	padding: 10px 0;
	background-color: var(--tripfery-white-color);
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
	text-align: left;
	box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
	padding: 15px 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(.3, .02, 0, .6);
	opacity: 0;
	z-index: 100;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	border-radius: 0 0 10px 10px;
}
.site-header .main-navigation ul>li:hover>ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	transition: all 0.31s ease;
	transform: scaleY(1);
}
.site-header .main-navigation ul>li>ul li ul {
	left: 100%;
	top: 0;
	right: auto;
	min-width: 240px;
	-webkit-box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	position: absolute;
	border-radius: 0 10px 10px 0;
}
.site-header .main-navigation ul>li:hover>ul li ul {
	top: 0;
}
.site-header .main-navigation ul li ul {
	background-color: var(--tripfery-white-color);
}
.site-header .main-navigation ul li ul li {
	display: block;
	border-bottom: none;
	border-left: none;
}
.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}
/*Menu hover effect*/
.site-header .main-navigation ul.menu li ul.sub-menu li:hover::before,
.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
	color: var(--tripfery-primary-color);
}

/*-------------------------------------
#. Mega Menu
---------------------------------------*/
.site-header .main-navigation ul li.mega-menu {
	position: static;
}
.site-header .main-navigation ul li.mega-menu:hover ul {
	opacity: 1;
	visibility: visible;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu {
	width: calc(100% - 0px);
	max-width: 1290px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	display: flex;
	justify-content: space-around;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column,
.site-header .main-navigation ul li.mega-menu.menu-three-column {
	position: relative;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column>ul.sub-menu {
	width: 550px;
}
.site-header .main-navigation ul li.mega-menu.menu-three-column>ul.sub-menu {
	width: 750px;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li {
	display: inline-block;
	width: 100%;
	border: none;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li ul {
	top: 0;
	position: relative;
	width: inherit;
	left: inherit;
	box-shadow: none;
	border-top: none;
	transform: none;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu li:after {
	content: '';
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu li:before {
	color: var(--tripfery-primary-color);
	font-size: 14px;
	padding-right: 13px;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a {
	color: var(--tripfery-heading-color);
	font-size: 18px;
	font-weight: 700;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li:hover>a {
	padding-left: 25px;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a:before,
.site-header .main-navigation ul li.mega-menu.hide-header>ul.sub-menu>li>a {
	display: none;
}

.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after,
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
	display: none;
}

/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.header-style-1 .search-icon>a,
.header-style-1 .cart-list-trigger>a,
.header-style-1 .header-offcanvus button.side-menu-trigger {
	color: var(--tripfery-heading-color);
	display: inline-flex;
	place-content: center;
	place-items: center;
}
.site-header .cart-list-trigger>a,
.site-header .search-icon>a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #F5F5F5;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	display: block;
}
.site-header .cart-list-trigger>aicon-tripfery-cart path{
	transition: 0.3s;
}
.site-header .cart-list-trigger>a svg{
	width: 18px;
}
.site-header .cart-list-trigger>a:hover,
.site-header .search-icon>a i:hover{
	color: var(--tripfery-white-color);
	background: var(--tripfery-primary-color);
}
.site-header .cart-list-trigger>a:hover path{
	stroke: var(--tripfery-white-color);
}
.header-style-1 .search-icon>a i:before {
	font-size: 15px;
}
.header-style-1 .cart-area .cart-trigger-icon>span {
	position: absolute;
	top: -8px;
	left: -4px;
}
.rt-header-user i {
	color: var(--tripfery-heading-color);
	font-size: 18px;
	transition: 0.4s;
}
.rt-header-user i:hover {
	color: var(--tripfery-primary-color);
}

/*-------------------------------------
#. Transparent Header
---------------------------------------*/
.tr-header .rt-header2-phone path{
	fill: var(--tripfery-white-color);
}
.tr-header .rt-header2-phone a{
	color: var(--tripfery-white-color);
}
.tr-header .header-top-bar {
	border-bottom: none;
}
.tr-header .header-area {
	position: absolute;
	left: 0;
	right: 0;
	background-color: transparent;
}
.tr-header.header-style-2 .top-bar-wrap ul li svg path{
	fill: var(--tripfery-white-color);
}
.header-style-2 .header-top-bar ul li a i{
	transition: 0.4s;
}
.tr-header.header-style-2 .top-bar-wrap .tophead-socials,
.tr-header.header-style-2 .header-top-bar ul li,
.tr-header.header-style-2 .header-top-bar ul li a,
.tr-header.header-style-2 .header-top-bar ul li a i,
.tr-header .header-icon-area .cart-list-trigger>a,
.tr-header .site-header .main-navigation nav>ul>li.menu-item-has-children>a:after {
	color: var(--tripfery-white-color);
}
.tr-header.header-style-2 .header-top-bar ul li a:hover i{
	opacity: 0.75;
}
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before,
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon::before,
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	background-color: var(--tripfery-white-color);
}
.tr-header .site-header .site-branding .light-logo {
	display: table-cell;
}
.tr-header .site-header .site-branding .dark-logo {
	display: none;
}
.tr-header .site-header .main-navigation>nav>ul>li>a {
	color: var(--tripfery-white-color);
}
.without_menu .header-area{
	background-color: transparent;
}
.tr-header.header-style-2 .header-top-bar{
	background: transparent;
	border-bottom: 1px solid rgba(222, 222, 222, 0.25);
	padding-top: 10px;
	padding-bottom: 10px;
}
.tr-header.header-style-2 .rt_currency_menu ul li a {
	color: var(--tripfery-heading-color);
}
.tr-header.header-style-2 .site-header .search-icon>a i{
	width: 34px;
}
.tr-header.header-style-2 .site-header .search-icon>a i,
.tr-header.header-style-2 .rt_currency_menu>li>a{
	height: 34px;
	line-height: 34px;
}
.tr-header.header-style-2 .rt_currency_menu>li>a:before{
	top: 5px
}

/*---------------------------
#. Header Right Menu
-----------------------------*/
/*offcanvas layout 1*/
.additional-menu-area .sidenav .canvas-content::-webkit-scrollbar {
	width: 0;
}

.rt-slide-nav::-webkit-scrollbar {
	width: 0;
}

.cart-area .cart-wrapper::-webkit-scrollbar {
	width: 0;
}

.additional-menu-area .sidenav {
	max-width: 395px;
	width: 100%;
	position: fixed;
	transform: translateY(-120%);
	top: 0;
	right: 0;
	z-index: 9999;
	background-color: var(--tripfery-white-color);
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.39, 0.94);
	will-change: transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
}

.additional-menu-area .sidenav .canvas-content {
	height: 100vh;
	padding: 50px;
	transition: all ease 0.8s;
	overflow-y: auto;
}

.additional-menu-area .sidenav .closebtn {
	background: var(--tripfery-primary-color);
	color: #ffffff;
	display: block;
	font-size: 18px;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 34px;
	height: 34px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 10;
}

.additional-menu-area .sidenav .additional-logo a {
	color: var(--tripfery-primary-color);
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}

.additional-menu-area .sidenav .additional-logo img {
	max-width: 179px;
	width: 100%;
}

.additional-menu-area .sidenav .light-logo {
	display: none;
}

.additional-menu-area .sidenav ul.menu {
	padding-top: 35px;
}

.additional-menu-area .sidenav ul li {
	position: relative;
	line-height: 24px;
	list-style: none;
	transition: all ease 0.31s;
}

.additional-menu-area .sidenav ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: var(--tripfery-heading-color);
	border: none;
	padding: 10px 0;
	font-weight: 600;
}

.additional-menu-area .sidenav ul li a:hover {
	color: var(--tripfery-primary-color);
}

.additional-menu-area .sub-menu {
	display: none;
}

.additional-menu-area .sidenav .sub-menu {
	padding-left: 20px;
}

.additional-menu-area .sidenav ul li ul li a {
	color: var(--tripfery-heading-color);
	text-transform: inherit;
	font-size: 15px;
	font-weight: 500;
	padding: 7px 0;
}

.additional-menu-area .sidenav ul li>span {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	cursor: pointer;
}

.additional-menu-area .sidenav ul li>span:after {
	content: "\2b";
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	transition: .1s;
	right: 15px;
	position: absolute;
	font-size: 14px;
	color: var(--tripfery-body-color);
}

.additional-menu-area .sidenav ul li>span.open:after {
	content: '\f068';
	color: var(--tripfery-primary-color);
}

.additional-menu-area .sidenav-address {
	padding-top: 40px;
}

.additional-menu-area .sidenav-address span {
	font-size: 16px;
	display: flex;
	margin-bottom: 10px;
}

.additional-menu-area .sidenav-address span .icon-tripfery-message {
	font-size: 13px;
}

.additional-menu-area .sidenav-address span i {
	color: var(--tripfery-primary-color);
	margin-right: 15px;
	width: 15px;
}
.additional-menu-area .sidenav-address .contact-info i {
	position: relative;
	top: 7px;
}

.additional-menu-area .sidenav-address span a {
	display: inline-block;
	color: var(--tripfery-body-color);
	padding: 0;
}

.additional-menu-area .sidenav-address span a:hover {
	color: var(--tripfery-primary-color);
}

.additional-menu-area .sidenav-address .copyright {
	margin-top: 20px;
}

.additional-menu-area .sidenav-social {
	margin-top: 10px;
}

.additional-menu-area .sidenav-social span {
	color: var(--tripfery-body-color);
	display: inline-block;
	padding-right: 5px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
}

.additional-menu-area .sidenav-social span a i {
	color: var(--tripfery-body-color);
	transition: all 0.31s ease-in-out;
	margin-right: 0;
}

.additional-menu-area .sidenav-social span a:hover i {
	color: var(--tripfery-white-color);
}

.additional-menu-area .sidenav-social span a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 0;
	color: var(--tripfery-body-color);
	background-color: var(--tripfery-grey-color-1);
	font-size: 15px;
	border-radius: 50%;
}

.additional-menu-area .sidenav-social span a:hover {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

.additional-menu-area #sb_instagram {
	margin-left: -10px;
	padding-bottom: 0 !important;
}

body .rt-cover {
	z-index: 149;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(16, 16, 16, 0);
	transition: all 0.5s ease-in-out;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

/*offcanvus button*/
.header-offcanvus button.side-menu-trigger .menu-text {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 10px;
	color: #292929;
	transition: all 0.3s ease;
	position: relative;
	top: 1px;
}

.header-offcanvus button.side-menu-trigger {
	border: none;
	background-color: transparent;
	box-shadow: none;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	padding: 0;
	justify-content: center;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon {
	position: relative;
	display: block;
	width: 28px;
	height: 16.5px;
	top: 0;
	overflow: hidden;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: var(--tripfery-body-color);
	border-radius: 12px;
	transition: all 0.3s ease-out;
	transition-delay: 0s;
	transform: translateX(0);
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon::before,
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--tripfery-body-color);
	transition: all 0.3s ease-out;
	transform: translateX(-100%);
	transform-origin: left;
	transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--tripfery-body-color);
	transition: all 0.3s ease-out;
	transform: translateX(-100%);
	transform-origin: left;
	transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line1 {
	top: 0;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2 {
	top: 7px;
	width: 20px;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
	top: 14px;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	bottom: 0.5px;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line {
	transform: translateX(100%);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line1 {
	transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2 {
	transition-delay: 0.15s;
	transform: translateX(100%);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3 {
	transition-delay: 0.30s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before,
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
	transform: translateX(0);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before {
	transition-delay: 0.3s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
	transition-delay: 0.45s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2::before {
	transform: translateX(-100%);
	transition-delay: 0.75s;
}

/*offcanvus widget*/
.sidenav-address>.widget {
	margin-bottom: 40px;
}

.sidenav-address>.widget h3 {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
	z-index: 2;
}

.additional-menu-area .sidenav-address label {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--tripfery-heading-color);
}

.additional-menu-area .sidenav-address .social-title {
	margin-top: 30px;
}

/*-------------------
#. Preloader css
--------------------*/
#preloader {
	overflow: visible;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999999;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
}
#preloader .rt_preloader_image{
	width: 250px;
	height: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: cover;
}

.loader {
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: hidden;
	background: #ffffff;
}

.loader .cssload-loader {
	width: 65px;
	height: 65px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

.loader .cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
}

.loader .cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 5px solid var(--tripfery-primary-color);
}

.loader .cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 5px solid var(--tripfery-primary-color);
}

.loader .cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 5px solid var(--tripfery-primary-color);
}

@keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@media (max-width: 1200px) {
	.hero-arrow {
		display: none;
	}
}
.hero-arrow .hero-svg {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	-webkit-transform: rotate(-100deg);
	transform: rotate(-100deg);
}
.hero-arrow .hero-svg .draw-arrow {
	stroke-width: 2;
	stroke: white;
	fill: none;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: rt-draw;
	animation-name: rt-draw;
}

.hero-arrow .hero-svg .draw-arrow.tail-1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.hero-arrow .hero-svg .draw-arrow.tail-2 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

@-webkit-keyframes rt-draw {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes rt-draw {
	to {
		stroke-dashoffset: 0;
	}
}

/*---------------------------------------------------------
#. Footer - Fun Fact
-----------------------------------------------------------*/
.fun-fact-area {
	background-color: #f6f9ff;
	padding: 95px 0 70px;
}

@media (max-width: 575.98px) {
	.fun-fact-area {
		padding: 70px 0 40px;
	}
}

@media (max-width: 767.98px) {
	.fun-fact-area .single-fun-fact {
		text-align: center;
	}
}
@media (min-width: 992px) {
	.fun-fact-area .single-fun-fact{
		padding-right: 20px;
	}
}
.fun-fact-area .single-fun-fact .fun-fact-icon {
	margin-bottom: 10px;
	overflow: hidden;
}

.fun-fact-area .single-fun-fact .fun-fact-icon img {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.fun-fact-area .single-fun-fact .fun-fact-content .fun-fact-title {
	margin-bottom: 10px;
	color: var(--tripfery-heading-color);
	font-weight: 600;
}
@media (max-width: 575.98px) {
	.fun-fact-area .single-fun-fact .fun-fact-content .fun-fact-title {
		font-size: 26px;
	}
}
.fun-fact-area .single-fun-fact .fun-fact-content .fun-fact-desc {
	color: #565656;
	font-size: 15px;
}

/*---------------------------------------------------------
#. Footer - Scroll to top
-----------------------------------------------------------*/
.footer-top-area .widget_media_image img {
	width: auto;
}

.scroll-wrap {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	display: block;
	border-radius: 100%;
	box-shadow: inset 0 0 0 0.1rem rgb(128 130 134 / 25%);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.75rem);
	transition: all 200ms linear, margin-right 0ms;
}

.scroll-wrap:after {
	position: absolute;
	content: "\f062";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: var(--tripfery-primary-color);
	left: 0;
	top: 0;
	height: 37px;
	width: 37px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
}

.scroll-wrap.active-scroll {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scroll-wrap svg path {
	fill: none;
}

.scroll-wrap svg.scroll-circle path {
	stroke: var(--tripfery-primary-color);
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
}

/*---------------------------------------------
#. Widgets - Footer Widgets
-----------------------------------------------*/
.site-content {
	position: relative;
}
.footer-content-area {
	position: relative;
	font-size: 16px;
	border-top: none;
	padding: 100px 0 65px;
	color: var(--tripfery-footer-color);
}
.footer-content-area a,
.footer-content-area .widget ul li a {
	color: var(--tripfery-footer-color);
}
.footer-logo img {
	max-width: 182px;
}
.footer-area .widgettitle {
	display: flex;
	align-items: center;
	column-gap: 10px;
	position: relative;
	color: var(--tripfery-white-color);
	margin-bottom: 25px;
	font-weight: 600;
}
.footer-area .widgettitle .titleline {
	width: 0;
	height: 3px;
	background-color: var(--tripfery-primary-color);
	transition: all ease 1s;
}
.footer-area .widgettitle.active-animation .titleline {
	width: 34px;
}
@media (max-width: 767px) {
	.footer-top-area {
		text-align: left;
	}
	.footer-content-area {
		padding-top: 80px;
		padding-bottom: 20px;
	}
}
.footer-top-area .widget_archive.widget>select {
	margin-top: 0;
}
.footer-top-area .widget {
	margin-bottom: 35px;
	padding-bottom: 0px;
	width: 100%;
}
.footer-area caption {
	color: inherit;
}
.footer-top-area .widget.footer-logo {
	margin-bottom: 24px;
}
.footer-top-area .widget.footer-logo img {
	width: 179px;
}
.footer-top-area .widget ul.menu li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-content-area ul.menu li a:hover {
	color: var(--tripfery-white-color);
}
.footer-content-area ul.menu li a::after {
	content: "";
	height: 1px;
	width: 0;
	background-color: var(--tripfery-white-color);
	position: absolute;
	left: 100%;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}
.footer-content-area ul.menu li a:hover:after {
	width: 100%;
	transition: width 0.4s ease;
	visibility: visible;
	opacity: 1;
	left: 0;
}
.footer-content-area ul.menu li a::before {
	font-size: 10px;
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 15px;
	font-weight: 900;
	padding-right: 10px;
}
#footer-2 .footer-content-area ul.menu li a::after {
	background-color: var(--tripfery-heading-color);
}
@media(min-width: 1200px) {
	#footer-1 .footer-content-area .col-lg-3:first-child {
		padding-right: 30px;
	}
}
#footer-1 .rt-footer-readmore {
	position: relative;
}
#footer-1 .rt-footer-readmore::before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: var(--tripfery-white-color);
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#footer-1 .rt-footer-readmore:hover:before {
	width: 100%;
	visibility: visible;
	opacity: 1;
}
#footer-1 .rt-footer-readmore:hover {
	color: var(--tripfery-white-color);
}
#footer-1 .rt-footer-apps h5{
	color: #E2E2E2;
	font-size: 16px;
	font-weight: 600;
}
#footer-1 .rt-footer-apps a + a{
	margin-left: 15px;
}
#footer-1 .rt-footer-apps a{
	background-color: rgb(31, 30, 30);
	padding: 10px 20px;
	border-radius: 5px;
	transition: 0.4s;
}
#footer-1 .rt-footer-apps a:hover{
	background-color: var(--tripfery-primary-color);
}

/*About address*/
.footer-top-area .rt-address-widgets {
	margin-bottom: 24px;
}
@media(min-width: 992px) {
	.footer-top-area .rt-address-widgets {
		padding-left: 60px;
		padding-right: 30px;
	}
	.footer-top-area .widget_nav_menu{
		padding-left: 40px;
	}
}
.footer-top-area .corporate-address li {
	display: inline-flex;
	width: 100%;
	vertical-align: top;
	line-height: inherit;
}
.footer-top-area .corporate-address li a:hover::before,
.footer-top-area .corporate-address li a {
	transition: .4s;
}

.footer-top-area .corporate-address li i {
	position: relative;
	top: 4px;
	line-height: 1;
	font-size: 15px;
	width: 30px;
	padding-right: 12px;
	color: var(--tripfery-white-color);
}
.footer-top-area .corporate-address li .icon-tripfery-location,
.footer-top-area .corporate-address li .icon-tripfery-phone {
	font-size: 18px;
}
.footer-top-area .corporate-address li.email a {
	position: relative;
}
.footer-top-area .corporate-address li.email {
	margin-top: 2px;
}
.footer-top-area .corporate-address li.phone {
	margin-top: 5px;
}
.footer-top-area .corporate-address li.phone a {
	font-size: 20px;
	font-weight: 600;
}
.footer-top-area .corporate-address li.email a::before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background: var(--tripfery-footer-color);
	content: "";
	transition: 0.4s;
}
.footer-top-area .corporate-address li.email a:hover::before {
	width: 100%;
}

.footer-top-area .corporate-address li a:hover::before,
.footer-top-area .corporate-address li a:hover {
	color: var(--tripfery-white-color);
}

/*widget search*/
.footer-top-area .search-form input:-webkit-autofill,
.footer-top-area .search-form input:-webkit-autofill:hover,
.footer-top-area .search-form input:-webkit-autofill:focus,
.footer-top-area .search-form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.footer-top-area .search-form button:hover {
	color: #fff;
}

.footer-top-area .search-form .input-group input {
	border: 1px solid var(--tripfery-footer-color);
	color: var(--tripfery-white-color);
	background-color: transparent;
	border-radius: 0;
}

.footer-top-area .widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: var(--tripfery-footer-color);
}

.footer-top-area .widget_search .search-form input.form-control:-ms-input-placeholder {
	color: var(--tripfery-footer-color);
}

.footer-top-area .widget_search .search-form input.form-control:-moz-placeholder {
	color: var(--tripfery-footer-color);
}

.footer-top-area .wp-caption-text {
	color: var(--tripfery-footer-color);
}

.footer-top-area .widget select {
	background-color: transparent;
	border-color: var(--tripfery-footer-color);
	border-radius: 50px;
}

/*widget archive*/
.footer-top-area .widget_archive ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.footer-content-area .widget_archive ul li a:hover {
	color: var(--tripfery-white-color);
}

.footer-content-area .widget_archive ul li a::before {
	content: "";
	height: 1px;
	width: 0;
	background-color: var(--tripfery-white-color);
	position: absolute;
	left: 100%;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}

.footer-content-area .widget_archive ul li a:hover:before {
	width: 100%;
	transition: width 0.4s ease;
	visibility: visible;
	opacity: 1;
	left: 0;
}

/*widget categories*/
.footer-top-area .widget_categories ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.footer-content-area .widget_categories ul li a:hover {
	color: var(--tripfery-white-color);
}

.footer-content-area .widget_categories ul li a::before {
	content: "";
	height: 1px;
	width: 0;
	background-color: var(--tripfery-white-color);
	position: absolute;
	left: 100%;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}

.footer-content-area .widget_categories ul li a:hover:before {
	width: 100%;
	transition: width 0.4s ease;
	visibility: visible;
	opacity: 1;
	left: 0;
}

/*tripfery category*/
.footer-top-area .rt-category-style2 {
	display: inline-block;
}

.footer-top-area .rt-category-style2 .rt-item {
	margin-bottom: 19px;
	width: 50%;
	float: left;
}

.footer-top-area .rt-category-style2 .rt-item:last-child {
	margin-bottom: 0;
}

.footer-top-area .rt-category-style2 .rt-item img {
	display: none;
}

.footer-top-area .rt-category-style2 .rt-item .rt-content {
	position: relative;
	top: initial;
	transform: none;
	padding: 0 0 0 20px;
}

.footer-top-area .rt-category .rt-item::after {
	display: none;
}

.footer-top-area .rt-category .rt-item .rt-cat-name {
	color: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
}

.footer-top-area .rt-category-style2 .rt-item .rt-cat-count {
	color: #d0d0d0;
	font-size: 15px;
	background-color: transparent;
	display: inherit;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	line-height: 1;
}

.footer-top-area .rt-category-style2 .rt-item:hover .rt-cat-count {
	background-color: transparent;
}

.footer-top-area .rt-category .rt-item .rt-cat-name::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 10px;
	border-radius: 0;
	background-color: #a5a5a5;
	transition: all 0.3s ease;
}

.footer-top-area .rt-category .rt-item a:hover .rt-cat-name::before {
	background-color: var(--tripfery-primary-color);
}

/*widget pages*/
.footer-top-area .widget_pages ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.footer-content-area .widget_pages ul li a:hover {
	color: var(--tripfery-white-color);
}

.footer-content-area .widget_pages ul li a::before {
	content: "";
	height: 1px;
	width: 0;
	background-color: var(--tripfery-white-color);
	position: absolute;
	left: 100%;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}

.footer-content-area .widget_pages ul li a:hover:before {
	width: 100%;
	transition: width 0.4s ease;
	visibility: visible;
	opacity: 1;
	left: 0;
}

/*widget meta*/
.footer-top-area .widget_meta li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.footer-top-area .widget_meta ul li a::before {
	font-size: 10px;
	content: "\e821";
	font-family: "radius-tripfery-font";
	padding-right: 10px;
}

.footer-top-area .widget_meta ul li a:hover {
	padding-left: 7px;
}

/*widget recent comments*/
.footer-top-area .widget_recent_comments ul li {
	transition: all 140ms ease-in-out;
}

.footer-top-area .widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0;
}

.footer-top-area .widget_recent_comments ul li.recentcomments>a:before {
	display: none;
}

.footer-top-area .widget_recent_comments ul li.recentcomments>span {
	position: relative;
}

.footer-top-area .widget_recent_comments ul li.recentcomments:hover>span:before {
	background-color: var(--tripfery-primary-color);
}

.footer-top-area .widget_recent_comments ul li.recentcomments span>a:before {
	left: -15px;
	top: -3px;
}

/*widget recent entries*/
.footer-top-area .widget_recent_entries ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.footer-content-area .widget_recent_entries ul li a:hover {
	color: var(--tripfery-white-color);
}

.footer-content-area .widget_recent_entries ul li a::before {
	content: "";
	height: 1px;
	width: 0;
	background-color: var(--tripfery-white-color);
	position: absolute;
	left: 100%;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
}

.footer-content-area .widget_recent_entries ul li a:hover:before {
	width: 100%;
	transition: width 0.4s ease;
	visibility: visible;
	opacity: 1;
	left: 0;
}

/*widget Social*/
.footer-area .footer-about {
	margin-bottom: 28px;
}
@media(min-width: 992px) {
	.footer-area .footer-about {
		margin-right: 40px;
	}
}
.footer-area .social-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
}

@media(max-width: 425px) {
	.footer-area .social-wrap {
		gap: 10px;
	}
}

@media(max-width: 320px) {
	.footer-area .social-wrap {
		gap: 0;
	}
}

.footer-content-area .rt-about-widget .social-label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	color: var(--tripfery-footer-color);
}

.footer-content-area .widget .footer-social li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 0;
	padding-bottom: 0;
	transition: all ease 0.31s;
}

.footer-content-area .widget .footer-social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	font-size: 15px;
	text-align: center;
	background: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	border-radius: 50px;
}

.footer-content-area .widget .footer-social li a:hover {
	background: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

/*widget tag cloud*/
.footer-top-area .widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding-top: 6px;
}

.footer-top-area .widget_tag_cloud a {
	background: transparent;
	border-radius: 50px;
	border: 1px solid var(--tripfery-footer-color);
	color: #d0d0d0 !important;
	display: inline-block;
	text-decoration: none;
	font-size: 15px !important;
	padding: 8px 16px;
	line-height: 1.2;
	transition: all 0.3s;
}

@media(max-width:991px) {
	.footer-top-area .widget_tag_cloud a {
		padding: 8px;
	}
}

@media(max-width:991px) {
	body .footer-top-area .widget {
		margin-bottom: 60px;
	}

	.footer-content-area {
		padding-bottom: 0;
	}
}
.footer-top-area .rt-footer-newsletter.widget {
	margin-bottom: 10px;
}

.footer-top-area .widget_tag_cloud a:hover {
	border: 1px solid transparent;
	background-color: var(--tripfery-primary-color) !important;
	color: #ffffff !important;
}

/*widget calender*/
.footer-top-area .widget_calendar caption {
	caption-side: initial;
	text-align: center;
	font-weight: 500;
	background: var(--tripfery-primary-color);
	color: #ffffff;
	padding: 10px 7px;
	margin-top: 0px;
}

.footer-top-area .widget_calendar table {
	margin: 0;
}

.footer-top-area .widget_calendar table th,
.footer-top-area .widget_calendar table td {
	border-color: var(--tripfery-footer-color);
}

.footer-top-area .widget_calendar table td#today {
	color: var(--tripfery-primary-color);
}

.footer-top-area .widget_calendar table td#today a {
	color: var(--tripfery-primary-color);
}

.footer-top-area .widget_calendar table td a {
	color: var(--tripfery-primary-color);
}

/*widget newsletter form*/
.footer-top-area .fluentform .ff-el-group {
	margin-bottom: 0;
}

.footer-top-area .frm-fluent-form .ff-t-container {
	position: relative;
}

.footer-top-area .fluentform .ff-el-form-control {
	background-color: #212121;
	color: var(--tripfery-white-color);
	border-radius: 0;
	border: none;
	margin-bottom: 12px;
	padding: 15px 20px;
	outline: none;
	border-radius: 5px;
}

.footer-top-area .fluentform .ff-el-form-control:focus {
	background-color: #212121;
}

.footer-top-area .fluentform .ff-el-form-control::-webkit-input-placeholder {
	color: var(--tripfery-grey-color-2);
}

.footer-top-area .fluentform .ff-el-form-control:-ms-input-placeholder {
	color: var(--tripfery-grey-color-2);
}

.footer-top-area .fluentform .ff-el-form-control:-moz-placeholder {
	color: var(--tripfery-grey-color-2);
}

.footer-top-area .frm-fluent-form .ff-t-cell:first-of-type {
	flex-basis: 100% !important;
}

.footer-copyright-area .copyright-area a,
.footer-top-area .fluentform .ff-custom_html p a,
.footer-top-area .fluentform {
	position: relative;
}

.footer-top-area .fluentform .ff-custom_html p {
	color: var(--tripfery-grey-color-2);
}

.footer-top-area .fluentform .ff-custom_html p a {
	color: var(--tripfery-white-color);
	transition: 0.4s;
}

.footer-copyright-area .copyright-area a:before,
.footer-top-area .fluentform .ff-custom_html p a:before {
	content: "";
	height: 1px;
	width: 0;
	background-color: var(--tripfery-white-color);
	position: absolute;
	left: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.footer-copyright-area .copyright-area a:hover:before,
.footer-top-area .fluentform .ff-custom_html p a:hover:before {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.footer-top-area .frm-fluent-form .ff_submit_btn_wrapper {
	position: absolute;
	top: 12px;
	right: 17px;
	width: auto;
}

.footer-top-area .fluentform .click-here p {
	font-size: 15px;
	margin-bottom: 0;
}

.footer-top-area .fluentform .click-here a {
	color: var(--tripfery-primary-color);
}

.ff-btn-submit {
	transition: 0.3s;
}

.footer-top-area .fluentform .ff-btn-submit {
	position: relative;
	background-color: transparent;
	color: var(--tripfery-footer-color);
	border-radius: 0;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0 !important;
	line-height: 1;
	overflow: hidden;
	transform: perspective(1px) translateZ(0);
	z-index: 2;
	padding: 0;
	font-size: 16px;
	transition: 0.4s;
	transition: transform 0.8s, fill 0.5s;
}
.footer-top-area .fluentform .ff-btn-submit:hover {
	color: var(--tripfery-white-color);
}
.rt-search-customize #search_form .input-group .parent-inner>div:not(.submit),
.rt-search-customize #search_form .input-group .parent-inner>div:not(.submit){
	transition: 0.5s;
	position: relative;
}
body #search_form .input-group .fa-minus,
body #search_form .input-group .fa-plus{
	font-size: 12px;
}
.rt-search-customize #search_form .input-group .parent-inner .search-date .search_date{
	z-index: 0;
	position: relative;
}
#footer-1 .footer-top-area .fluentform .ff-el-form-control{
	border: 1px solid transparent;
}
#footer-2 .footer-top-area .fluentform .ff-btn-submit {
	color: var(--tripfery-footer-color);
	transition: transform 0.8s, fill 0.5s;
}

#footer-2 .footer-top-area .fluentform .ff-btn-submit:hover {
	color: var(--tripfery-body-color);
}
.footer-top-area .fluentform .ff-el-form-control:focus{
	border: 1px solid var(--tripfery-white-color) !important;
}
#footer-2 .footer-top-area .fluentform .ff-el-form-control:focus{
	border: 1px solid var(--tripfery-body-color) !important;
}
.footer-top-area .fluentform .ff-btn-submit:hover i{
	opacity: 1;
	animation: fadeInBottomLeft 0.5s forwards;
}
@-webkit-keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
.footer-top-area a {
	text-decoration: none;
}
.footer-top-area ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
	line-height: 1.6;
}
.footer-top-area ul li:last-child,
.footer-top-area ul.menu li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-top-area ul li ul.children,
.footer-top-area ul li ul.sub-menu {
	padding-left: 15px;
	padding-top: 15px;
}
.footer-top-area ul li ul.children li :last-child,
.footer-top-area ul li ul.sub-menu li :last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.footer-top-area ul li a {
	text-decoration: none;
}
.footer-top-area .gallery .gallery-item {
	max-width: 31.5%;
	margin: 0 5px 5px 0px;
}
.footer-top-area .gallery .gallery-item .gallery-icon {
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
}
.footer-top-area .gallery .gallery-item img {
	height: 100px;
	object-fit: cover;
	cursor: pointer;
	transition: 0.31s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.footer-top-area .gallery .gallery-item:hover img {
	transform: scale(1.05);
}
.footer-bg-opacity:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 35, 90, 0.9);
	z-index: 0;
}

.footer-area {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.footer-area .footer-top-area {
	background-color: var(--tripfery-heading-color);
	background-attachment: fixed !important;
}

#footer-2 .footer-copyright-area .copyright-area a:before,
#footer-2 .footer-top-area .fluentform .ff-custom_html p a:before {
	background-color: var(--tripfery-heading-color);
}

#footer-2 .footer-top-area .fluentform .ff-custom_html p a {
	color: var(--tripfery-heading-color);
}

/*Copyright area*/
.footer-copyright-area {
	position: relative;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	background-color: var(--tripfery-black-color);
	z-index: 1;
}

.footer-copyright-area .copyright-area,
.footer-copyright-area .copyright-area.menu-off.logo-on {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--tripfery-footer-color);
}

.footer-copyright-area .copyright-area .copyright {
	text-align: left;
}

.footer-copyright-area .copyright-area a {
	color: var(--tripfery-footer-color);
}

.footer-copyright-area .copyright-area a:hover {
	color: var(--tripfery-white-color);
}

.footer-copyright-area .copyright-area.menu-off,
.footer-copyright-area .copyright-area.menu-on.logo-off {
	display: block;
}

.footer-copyright-area .copyright-area.menu-off .copyright,
.footer-copyright-area .copyright-area.menu-on.logo-off .copyright {
	text-align: center;
}

.footer-copyright-area .copyright-area .footer-social {
	margin: 0;
	padding: 0;
}

.footer-copyright-area .copyright-area .copyright-menu ul {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-copyright-area .copyright-area .copyright-menu ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-copyright-area .copyright-area .copyright-menu ul li a {
	padding-left: 15px;
}

.footer-copyright-area .copyright-area .copyright-menu ul li a:hover {
	padding-left: 15px;
}

.footer-copyright-area .copyright-area .copyright-menu ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #989bad;
	transition: all 0.3s ease;
}

.footer-copyright-area .copyright-area .copyright-menu ul li:hover::before {
	background-color: var(--tripfery-primary-color);
}

.footer-copyright-area .copyright-area .copyright-menu ul li:first-child a {
	padding-left: 0;
}

.footer-copyright-area .copyright-area .copyright-menu ul li:first-child::before {
	display: none;
}

.footer-copyright-area .copyright-area .widget {
	margin-bottom: 0;
}

@media(max-width: 767px) {
	.footer-copyright-area .copyright-area .copyright-menu {
		margin-top: 10px;
	}
}

@media(max-width: 767px) {
	.footer-copyright-area .copyright-area {
		display: block;
	}

	.footer-copyright-area .copyright-area .copyright {
		text-align: center;
	}

	.footer-copyright-area .copyright-area .footer-social,
	.footer-copyright-area .copyright-area .copyright-menu ul {
		margin-top: 10px;
	}
}

.footer-copyright-area .rt_copyright_menu_no {
	justify-content: center;
}

/*Footer style 2*/
.footer-style-2 .footer-content-area,
.footer-style-2 .footer-copyright-area {
	background: var(--tripfery-white-color);
}

.footer-style-2 .footer-copyright-area {
	border-top: 1px solid var(--tripfery-border-color);
}

.footer-style-2 .footer-copyright-area .copyright-area a {
	color: var(--tripfery-heading-color);
}

.footer-style-2 .footer-copyright-area .copyright-area .copyright {
	color: var(--tripfery-heading-color);
}

.footer-style-2 .footer-top-area .corporate-address li i,
.footer-style-2 .footer-content-area a,
.footer-style-2 .footer-content-area .widget ul li a,
.footer-style-2 .footer-area .widgettitle,
.footer-style-2 .footer-area .widget {
	color: var(--tripfery-heading-color);
}
.footer-style-2 .footer-top-area .corporate-address li.email a::before {
	background: var(--tripfery-heading-color);
}
.footer-area .footer-content-area .widget .footer-social li a {
	color: var(--tripfery-white-color);
}
.footer-area .footer-content-area .widget .footer-social li.facebook a {
	background: #1877f2;
}
.footer-area .footer-content-area .widget .footer-social li.twitter a {
	background: #1b1e22;
}
.footer-area .footer-content-area .widget .footer-social li.instagram a {
	background: #e1306c;
}
.footer-area .footer-content-area .widget .footer-social li.youtube a {
	background: #ff0000;
}
.footer-area .footer-content-area .widget .footer-social li.linkedin a {
	background: #0072b1;
}
.footer-area .footer-content-area .widget .footer-social li.pinterest a {
	background: #E60023;
}
.footer-area .footer-content-area .widget .footer-social li a:hover i {
	-webkit-animation: toBottomFromTop 0.5s forwards;
	animation: toBottomFromTop 0.5s forwards;
}

/*Footer style 3*/
#footer-3 .footer-copyright-area .copyright-area a,
#footer-3 .footer-top-area .fluentform .ff-el-form-control,
.footer-style-3 .footer-content-area a:hover,
.footer-style-3 .footer-content-area .widget ul li a:hover,
.footer-style-3 .footer-copyright-area .copyright-area a:hover {
	color: var(--tripfery-white-color);
}
.footer-style-3 .footer-content-area .widget .footer-social li a {
	background-color: var(--tripfery-grey-color-1);
}
.footer-style-3 .footer-top-area .fluentform .ff-el-form-control,
.footer-style-3 .footer-top-area .fluentform .ff-el-form-control:focus {
	background-color: var(--tripfery-grey-color-1);
	color: var(--tripfery-body-color);
}
.footer-style-3 .footer-copyright-area {
	border-top: 1px solid #ffffff12;
}
#footer-3 .footer-top-area .fluentform .ff-el-form-control,
#footer-2 .footer-top-area .fluentform .ff-el-form-control {
	background-color: transparent;
}
#footer-3 .footer-top-area .fluentform .ff-el-form-control {
	border: 1px solid #d3d6f53b;
}
#footer-3 .footer-top-area .fluentform .ff-el-form-control:focus{
	border-color: 1px solid #d3d6f5;
}
#footer-2 .footer-top-area .fluentform .ff-el-form-control {
	border: 1px solid var(--tripfery-border-color);
}
/*---------------------------------------------
#. Widgets - Sidebar
-----------------------------------------------*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.header-search-form input:-webkit-autofill,
.header-search-form input:-webkit-autofill:hover,
.header-search-form input:-webkit-autofill:focus,
.header-search-form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 40px #ffffff inset !important;
}

.widget select {
	background-color: var(--tripfery-white-color);
	border: 1px solid var(--tripfery-border-color);
	border-radius: 0;
	padding: 12px 13px;
	width: 100%;
	outline: none;
}

.widget>select {
	margin-top: 10px;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget ul li a {
	color: var(--tripfery-body-color);
	display: inline;
}

.widget ul li a:hover {
	color: var(--tripfery-primary-color);
}

.widget_recent_entries ul li span {
	display: block;
}

.sidebar-widget-area .widget {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d2d2d2;
}

.sidebar-widget-area {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 40px 25px;
}

.sidebar-widget-area .widget .widgettitle {
	font-size: 22px;
	font-weight: 600;
}

.sidebar-widget-area .widget .widgettitle .titleline {
	position: relative;
	height: 4px;
	width: 0;
	margin-top: 6px;
	background: var(--tripfery-primary-color);
	display: block;
	transition: all ease 1s;
}

.sidebar-widget-area .widget .widgettitle.active-animation .titleline {
	width: 40px;
}

.sidebar-widget-area .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sidebar-widget-area .widget ul li {
	margin: 0 0 13px;
	padding: 0 0 13px;
	position: relative;
	font-size: 16px;
	border-bottom: 1px solid var(--tripfery-border-color);
}

.sidebar-widget-area .widget ul li:last-child {
	border: none;
}

.sidebar-widget-area .widget ul li:last-child {
	margin-bottom: 0;
}

.sidebar-widget-area .widget ul li a {
	position: relative;
	display: inline-flex;
}

.sidebar-widget-area .widget ul li ul {
	margin-top: 13px;
	padding-top: 13px;
	border-top: 1px solid var(--tripfery-border-color);
}

.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child,
.sidebar-widget-area .widget_categories ul ul.children li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar-widget-area .widget ul li.active a {
	color: var(--tripfery-heading-color);
}
.sidebar-widget-area .widget ul li ul.children li:last-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sidebar-widget-area .widget ul li:hover ul li {
	background: transparent;
}
.sidebar-widget-area .widget ul li:hover ul li,
.sidebar-widget-area .widget ul li:hover ul li a {
	color: var(--tripfery-white-color);
}

/*Sidebar service widget*/
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li {
	border: none;
	padding: 0;
	margin-bottom: 5px;
}

.sidebar-widget-area .sidebar-service.widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}

.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a {
	position: relative;
	display: block;
	background-color: var(--tripfery-grey-color-1);
	color: var(--tripfery-heading-color);
	padding: 16px 55px 16px 24px;
	font-weight: 600;
	z-index: 1;
}

.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:before {
	position: absolute;
	right: 24px;
	color: var(--tripfery-primary-color);
	border-left: 1px solid var(--tripfery-primary-color);
	padding-right: 0;
	padding-left: 8px;
}

.sidebar-widget-area .sidebar-service.widget_nav_menu ul li.current-menu-item a {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover,
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover:before,
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li.current-menu-item a:before {
	color: var(--tripfery-white-color);
	border-color: var(--tripfery-white-color);
}

.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a::after {
	content: "";
	height: 100%;
	width: 0;
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	position: absolute;
	bottom: 0;
	left: 100%;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover::after {
	width: 100%;
	left: 0%;
	transition: width 0.4s ease;
	visibility: visible;
	opacity: 1;
}

.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover:before {
	animation: toRightFromLeft 0.5s forwards;
}

/*download widget*/
.sidebar-widget-area .download-list .item-list {
	background-color: var(--tripfery-grey-color-3);
	color: var(--tripfery-white-color);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
	padding: 15px 20px;
	text-align: center;
	transition: all ease 0.31s;
}

.sidebar-widget-area .download-list .item-list:hover {
	background-color: var(--tripfery-primary-color);
}

.sidebar-widget-area .download-list .item-list:last-child {
	margin-bottom: 0;
}

.sidebar-widget-area .download-list .item-list i {
	font-size: 24px;
	padding-right: 12px;
}

.sidebar-widget-area .download-list .item-list a {
	color: var(--tripfery-white-color);
}

/*Contact address widget*/
.sidebar-widget-area .widget_tripfery_contact {
	background-color: var(--tripfery-grey-color-1);
	padding: 45px 50px 54px;
}

.sidebar-widget-area .widget_tripfery_contact .contact-address {
	text-align: center;
}

.sidebar-widget-area .widget_tripfery_contact .contact-address h4 {
	font-size: 24px;
	line-height: 1.6;
}

.sidebar-widget-area .widget_tripfery_contact .contact-address a {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	padding: 11px 30px;
	display: inline-flex;
	column-gap: 5px;
	font-size: 22px;
	font-weight: 600;
}

@media(max-width:375px) {
	.sidebar-widget-area .widget_tripfery_contact {
		padding: 30px;
	}

	.sidebar-widget-area .widget_tripfery_contact .contact-address a {
		font-size: 18px;
	}
}

/*Sidebar block widget*/
.single-post .entry-content img,
.single-post .format-gallery img,
.single-post .entry-thumbnail-area img {
	border-radius: 10px;
}

.single-post img.wp-block-latest-comments__comment-avatar,
.single-post .wp-block-post-author__avatar img {
	border-radius: 50%;
}

.wp-block-query .wp-block-post-template .wp-block-post {
	margin-bottom: 30px;
}

.wp-block-post-comments-form input[type="submit"] {
	padding: 14px 25px;
	border-radius: 30px;
	background: var(--tripfery-primary-color);
	transition: 0.4s;
	font-weight: 600;
}

.wp-block-post-comments-form input[type="submit"]:hover {
	background: var(--tripfery-secondary-color);
}

.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}

.sidebar-widget-area .widget_block h2 {
	display: block;
	position: relative;
	color: var(--tripfery-heading-color);
	font-size: 22px;
	margin-bottom: 25px;
	line-height: 1.4;
	z-index: 2;
}

.sidebar-widget-area ol.wp-block-latest-comments {
	padding-left: 0;
}

.sidebar-widget-area .wp-block-latest-comments__comment {
	font-size: 17px;
	line-height: 1.6;
	list-style: none;
	margin-bottom: 1em;
}
.widget_search .wp-block-search .wp-block-search__label {
	display: none;
}
.wp-block-search .wp-block-search__label {
	font-size: 20px;
	font-weight: 500;
}
.wp-block-search input {
	border-radius: 6px;
	border: 1px solid var(--tripfery-border-color);
	color: var(--tripfery-body-color);
	background-color: var(--tripfery-light-color-6);
	font-size: 15px;
	outline: none;
}
.wp-block-search .wp-block-search__button {
	color: var(--tripfery-white-color);
	background-color: var(--tripfery-heading-color);
	border-radius: 6px;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
}
.wp-block-search .wp-block-search__button:hover {
	color: var(--tripfery-white-color);
	background-color: var(--tripfery-primary-color);
}
.sidebar-widget-area ul.wp-block-categories li,
.sidebar-widget-area ul.wp-block-archives li {
	width: 100%;
	float: left;
	line-height: 1.6;
	text-align: right;
}
.sidebar-widget-area ul.wp-block-categories li a,
.sidebar-widget-area ul.wp-block-archives li a {
	float: left;
}
.wp-block-categories,
.wp-block-archives {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wp-block-categories li ul.children,
.wp-block-archives li ul.children {
	padding-left: 17px;
	float: left;
	width: 100%;
	border-top: 1px solid var(--tripfery-border-color);
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 0;
	list-style: none;
}
.wp-block-categories li,
.wp-block-archives li {
	width: 100%;
	float: left;
	line-height: 1.6;
	text-align: right;
	border-bottom: 1px solid var(--tripfery-border-color);
	margin: 0 0 13px;
	padding: 0 0 13px;
	position: relative;
	transition: all 140ms ease-in-out;
}
.wp-block-categories li:last-child,
.wp-block-archives li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.wp-block-categories li a,
.wp-block-archives li a {
	float: left;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: var(--tripfery-body-color);
	display: inline;
	transition: all 140ms ease-in-out;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
	color: var(--tripfery-primary-color);
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
	background-color: var(--tripfery-white-color);
	border: 1px solid var(--tripfery-border-color);
	border-radius: 0;
	margin-bottom: 10px;
	padding: 14px 13px;
	width: 100%;
	outline: none;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 98%;
}
.wp-block-latest-comments li a {
	color: var(--tripfery-meta-color);
}
.wp-block-latest-comments li a:hover {
	color: var(--tripfery-primary-color);
}
/*Search widget*/
.list_service_prices .service_price_line .currency_amount{
	font-weight: 700;
	color: var(--tripfery-heading-color);
	font-size: 16px;
}
.booking-guests-block #booking-guests-result{
	text-transform: capitalize;
}
.search-form {
	margin-bottom: 0;
	padding-top: 0;
}
.search-form .input-group {
	gap: 10px;
	display: flex;
	align-items: center;
}
.search-form .input-group input {
	background-color: var(--tripfery-grey-color-1);
	border: 1px solid #eeeeee;
	border-radius: 5px !important;
	height: 40px;
	padding: 10px 20px;
}
.search-form .input-group input:focus {
	border-color: var(--tripfery-heading-color);
}
.search-form .input-group button[type='submit'] {
	width: 40px;
	height: 40px;
	background-color: var(--tripfery-primary-color);
	border-radius: 5px !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transition: 0.4s;
}
.search-form .input-group button[type='submit']:hover{
	background-color: var(--tripfery-secondary-color);
}
.search-form .input-group button[type='submit'] i {
	color: var(--tripfery-white-color);
}

.search-form .input-group button:focus {
	outline: none;
	box-shadow: none;
}

.search-form .input-group button:hover {
	background-color: var(--tripfery-secondary-color);
}

.search-form input:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--tripfery-primary-color);
	background: var(--tripfery-grey-color-1);
}

.search-form input.search-submit {
	width: 100%;
}

.widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: var(--tripfery-body-color);
}

.widget_search .search-form input.form-control:-ms-input-placeholder {
	color: var(--tripfery-body-color);
}

.widget_search .search-form input.form-control:-moz-placeholder {
	color: var(--tripfery-body-color);
}

.mobile-header-search .custom-search-input input {
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	box-shadow: none;
	float: left;
	height: 40px;
	padding: 0 25px 0 12px;
	width: 100%;
}

.mobile-header-search .custom-search-input button {
	background: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #646464;
	font-size: 16px;
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	padding: 8px 18px 8px 17px;
	right: 15px;
}

.mobile-header-search .custom-search-input button:hover {
	color: var(--tripfery-primary-color);
}

.mobile-header-search .custom-search-input .btn {
	z-index: 5;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 0;
}

.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
	margin-bottom: 0;
}

/*Recent comment widget*/
.sidebar-widget-area .widget_recent_comments ul li.recentcomments {
	position: relative;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments>a:before {
	display: none;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments>span {
	position: relative;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments>a {
	padding-left: 0;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments:hover>span:before {
	background-color: var(--tripfery-primary-color);
}

.sidebar-widget-area .widget_recent_entries ul li .post-date {
	color: #535151;
	font-size: 14px;
}

/*widget rss*/
.sidebar-widget-area .widget_rss .widgettitle a {
	color: var(--tripfery-heading-color);
}

.sidebar-widget-area .widget_rss .rss-widget-icon {
	margin-right: 7px;
	position: relative;
	top: -3px;
}

.sidebar-widget-area .widget_rss ul li {
	position: relative;
	line-height: 1.6;
	color: var(--tripfery-meta-color);
	transition: all 0.3s ease-out;
}

.sidebar-widget-area .widget_rss ul li a {
	padding-left: 0;
	font-weight: 600;
}

.sidebar-widget-area .widget_rss ul li a:hover {
	padding-left: 0;
}

.sidebar-widget-area .widget_rss ul li a:before {
	display: none;
}

.sidebar-widget-area .widget_rss ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.sidebar-widget-area .widget_rss cite {
	color: var(--tripfery-heading-color);
	font-weight: 500;
}

/*---widget text css---*/
.widget_text .textwidget strong {
	font-weight: 500;
}
/*---Accesspress tag css---*/
.sidebar-widget-area .widget_tag_cloud .tagcloud,
.sidebar-widget-area .widget_product_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.sidebar-widget-area .widget_tag_cloud a,
.sidebar-widget-area .widget_product_tag_cloud a {
	height: 35px;
	padding: 8px 16px;
	background: var(--tripfery-grey-color-1);
	border: 1px solid var(--tripfery-border-color2);
	border-radius: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px !important;
	color: var(--tripfery-heading-color);

}
.sidebar-widget-area .widget_tag_cloud a:hover,
.sidebar-widget-area .widget_product_tag_cloud a:hover {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	border-color: var(--tripfery-primary-color);
}

/*post box*/
.post-box-style .rt-news-box-widget {
	position: relative;
	padding-bottom: 20px;
}
.post-box-style .rt-news-box-widget:last-child {
	padding-bottom: 0;
}
.post-box-style .item-list {
	display: flex;
	align-items: center;
}
.post-box-style .post-box-img {
	position: relative;
	margin-right: 15px;
	overflow: hidden;
	max-width: 80px;
}
.post-box-style .post-box-img img{
	height: 80px;
	object-fit: cover;
}
.post-box-style .item-list .post-box-img img {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-radius: 5px;
}
.post-box-style .item-list:hover .post-box-img img {
	filter: grayscale(100%);
}
.post-box-style .topic-box {
	margin-bottom: 12px;
	position: relative;
}
.post-box-style .topic-box img {
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.post-box-style .topic-box:hover img {
	transform: scale(1.08) rotateY(0deg);
}
.post-box-style .topic-box .rt-wid-post-img {
	border-radius: 10px;
	margin-bottom: 10px;
	display: inline-block;
	overflow: hidden;
}
.post-box-style .post-content .entry-title {
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 1.5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 600;
}
.post-box-style .post-content .entry-title a {
	color: var(--tripfery-heading-color);
}
.post-box-style .post-content .entry-title a:hover {
	color: var(--tripfery-primary-color);
}
.post-box-style .meta-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 12px;
	letter-spacing: 0.2px;
	font-size: 15px;
	color: var(--tripfery-meta-color);
	line-height: 1.4;
	margin-bottom: 4px;
}
.post-box-style .entry-cat {
	display: table;
}
.post-box-style .entry-cat a {
	color: var(--tripfery-meta-color);
}
.post-box-style .entry-cat a:hover {
	color: var(--tripfery-primary-color);
}
.post-box-style .meta-wrap i {
	color: var(--tripfery-primary-color);
	margin-right: 6px;
}

/*Tab post widget*/
.post-tab-layout .position-relative {
	padding-bottom: 25px;
}
.post-tab-layout .position-relative:last-child {
	padding-bottom: 0;
}
.post-tab-layout .media {
	display: inline-flex;
}
.post-tab-layout .media .media-body {
	flex: 1;
}
.post-tab-layout .media .tab-img-holder {
	max-width: 100px;
	height: 100%;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.post-tab-layout .media .tab-img-holder img {
	transform: scale(1.01);
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.post-tab-layout .media:hover .tab-img-holder img {
	transform: scale(1.22) rotateY(0deg);
}
.post-tab-layout ul.btn-tab {
	border-bottom: none;
	margin-bottom: 40px;
	margin-left: 0;
}
.post-tab-layout ul.btn-tab li {
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	border-bottom: none;
}
.post-tab-layout ul.item-inline2 li {
	width: 33.33%;
	display: inline-block;
}
.post-tab-layout ul.btn-tab li a {
	background-color: var(--tripfery-grey-color-1);
	color: var(--tripfery-body-color);
	padding: 10px 0px;
	display: block;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
}
.post-tab-layout ul.btn-tab li .active,
.post-tab-layout ul.btn-tab li a:hover {
	background-color: var(--tripfery-primary-color);
	color: #ffffff !important;
	box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 27%);
}
.post-tab-layout ul.btn-tab li a:before {
	display: none;
}
.post-tab-layout .entry-title {
	font-size: 17px;
	margin-bottom: 0;
	line-height: 1.5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post-tab-layout .entry-title a {
	color: var(--tripfery-heading-color);
}
.post-tab-layout .entry-title a:hover {
	color: var(--tripfery-primary-color);
}
.post-tab-layout .meta-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 12px;
	letter-spacing: 0.2px;
	font-size: 15px;
	color: var(--tripfery-meta-color);
	line-height: 1.4;
	margin-bottom: 7px;
}
.post-tab-layout .meta-wrap i {
	color: var(--tripfery-primary-color);
	margin-right: 6px;
}
.post-tab-layout .post-tab-cat {
	display: table;
}
.post-tab-layout .post-tab-cat a {
	color: var(--tripfery-meta-color);
}
.post-tab-layout .post-tab-cat a:hover {
	color: var(--tripfery-primary-color);
}

/*Feature post widget*/
.feature-post-layout .rt-feature-widget .entry-title {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1.5;
}
.feature-post-layout .entry-title a {
	color: var(--tripfery-heading-color);
}
.feature-post-layout .entry-title a:hover {
	color: var(--tripfery-primary-color);
}
.feature-post-layout .meta-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 12px;
	letter-spacing: 0.2px;
	font-size: 15px;
	color: var(--tripfery-meta-color);
	line-height: 1.4;
	margin-bottom: 7px;
}
.feature-post-layout .meta-wrap i {
	color: var(--tripfery-primary-color);
	margin-right: 6px;
}
.feature-post-layout .entry-cat {
	display: table;
}
.feature-post-layout .entry-cat a {
	color: var(--tripfery-meta-color);
}
.feature-post-layout .entry-cat a:hover {
	color: var(--tripfery-primary-color);
}
.feature-post-layout .media {
	margin-bottom: 18px;
	overflow: hidden;
}
.feature-post-layout .media-body p {
	margin-top: 12px;
	margin-bottom: 0;
}
.feature-post-layout .media .post-img-holder {
	overflow: hidden;
	display: block;
}
.feature-post-layout .media .post-img-holder img {
	transform: scale(1.01);
	transition: all ease 0.31s;
}
.feature-post-layout .media .post-img-holder:hover img {
	transform: scale(1.06);
}
.feature-post-layout .rt-feature-widget {
	border-bottom: 1px solid var(--tripfery-border-color);
	margin-bottom: 15px;
	padding-bottom: 15px;
	transition: all ease 0.31s;
}
.feature-post-layout .rt-feature-widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.feature-post-layout .list-item .entry-title {
	font-size: 17px;
}

/*About address*/
.sidebar-widget-area .widget .corporate-address li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	color: var(--tripfery-meta-color);
}
.sidebar-widget-area .widget .corporate-address li i {
	color: var(--tripfery-primary-color);
	padding: 0px 15px 10px 0;
	width: 36px;
	display: inline-block;
}
.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
	color: var(--tripfery-primary-color);
	font-size: 18px;
	padding: 0px 24px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li a {
	color: var(--tripfery-meta-color);
	line-height: 34px;
	transition: all ease 0.31s;
}
.sidebar-widget-area .widget .corporate-address li a:before {
	content: "";
	margin-right: 0px;
	display: none;
}

/*Categories and Archive widget*/

.sidebar-widget-area .widget ul li {
	background-color: var(--tripfery-grey-color-1);
	border: 1px solid var(--tripfery-border-color2);
	border-radius: 5px;
	padding: 9px 12px 9px 35px;
	position: relative;
	font-size: 15px;
	color: var(--tripfery-heading-color);
	font-weight: 500;
	margin-bottom: 10px;
	z-index: 2;
}
.sidebar-widget-area .widget ul li::after{
	position: absolute;
	content: "";
	height: 104%;
	width: 0;
	left: -1px;
	top: -1px;
	background-color: var(--tripfery-secondary-color);
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 5px;
	z-index: -1;
}
.sidebar-widget-area .widget ul li a:before {
	content: "";
	position: absolute;
	top: 10px;
	width: 12px;
	height: 12px;
	background-color: #d9d9d9;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: -18px;
	top: 7px;
	transition: all 0.4s ease;
}
.sidebar-widget-area .widget ul li:hover,
.sidebar-widget-area .widget ul li:hover a{
	color: var(--tripfery-white-color);
}
.sidebar-widget-area .widget ul li:hover a::before {
	background-color: var(--tripfery-white-color);
}
.sidebar-widget-area .widget ul li:hover::after {
	width: 100%;
	opacity: 1;
}
.product-categories li {
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.sidebar-widget-area .widget ul li ul li {
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	padding: 0;
}

.sidebar-widget-area .widget ul li ul {
	border-top: none;
	margin-top: 0;
}

.sidebar-widget-area .widget ul li ul.children {
	padding-left: 10px;
}

/*-------------------------------------
#. EL: Custom widget Category
---------------------------------------*/
.rt-widget-category-style1 .rt-item {
	position: relative;
	text-align: center;
	overflow: hidden;
}

/*category style 1*/
.rt-widget-category-style1 .rt-item .rt-cat-name {
	overflow: hidden;
	margin-bottom: 10px;
	color: var(--tripfery-body-color);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.6px;
	transition: all 0.3s ease;
}

.rt-widget-category-style1 .rt-item:last-child {
	margin-bottom: 0;
}

.rt-widget-category-style1 .rt-item .rt-content {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 6px;
	justify-content: space-between;
	background-color: var(--tripfery-grey-color-1);
	padding: 10px 20px;
	z-index: 2;
}

.rt-widget-category-style1 .rt-item .rt-cat-count {
	color: var(--tripfery-meta-color);
	background-color: var(--tripfery-white-color);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-weight: 600;
	border-radius: 50%;
	transition: all ease 0.31s;
}

.rt-widget-category-style1 .rt-item:hover .rt-cat-count {
	color: var(--tripfery-white-color);
	background-color: var(--tripfery-primary-color);
}

.rt-widget-category-style1 .rt-item.space {
	margin-bottom: 6px;
}

.rt-widget-category-style1 .rt-item.space:last-child {
	margin-bottom: 0;
}

.rt-widget-category-style1 .rt-item .rt-cat-name {
	margin-bottom: 0;
}

/*category style 1*/
.rt-widget-category-style2 ul li {
	text-align: right;
}

.rt-widget-category-style2 ul li a {
	float: left;
}

/*calendar sidebar*/
.sidebar-widget-area .widget_calendar caption {
	caption-side: initial;
	text-align: center;
	font-weight: 500;
	background: var(--tripfery-primary-color);
	color: #ffffff;
	padding: 10px 7px;
	margin-top: 0px;
}

.sidebar-widget-area .widget_calendar table th,
.sidebar-widget-area .widget_calendar table td {
	color: var(--tripfery-body-color);
}

.sidebar-widget-area .widget_calendar table th {
	font-weight: 500;
}

.sidebar-widget-area .widget_calendar table td#today {
	background: var(--tripfery-primary-color);
	color: #ffffff;
}

.sidebar-widget-area .widget_calendar table td#today a {
	color: #ffffff;
}

.sidebar-widget-area .widget_calendar td a {
	color: var(--tripfery-primary-color);
}

.sidebar-widget-area .widget_calendar a:hover {
	color: var(--tripfery-primary-color);
}

/*Image Gallery*/
.gallery .gallery-item {
	margin: 0;
	text-align: center;
}

.gallery .gallery-item .gallery-icon {
	margin: 5px;
}

.gallery .gallery-item .gallery-caption {
	font-size: 13px;
}

/*Image widget*/
.sidebar-widget-area .widget.widget_media_image {
	padding: 0;
}

/*Social widget*/
.sidebar-widget-area .rt-about-widget ul.footer-social {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li {
	display: inline-block;
	margin: 0 5px 5px 0;
	border: none;
	padding: 0;
	line-height: 1;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	font-size: 15px;
	text-align: center;
	color: var(--tripfery-body-color);
	background: var(--tripfery-grey-color-1);
}

.sidebar-widget-area .rt-about-widget ul.footer-social li a:hover {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	padding-left: 0;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li a:before {
	display: none;
}

/*About Author*/
.sidebar-widget-area .widget.widget_tripfery_about_author {
	border: none;
	padding: 0;
}

.widget_tripfery_about_author .author-widget {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding: 50px;
	min-height: 510px;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.widget_tripfery_about_author .author-widget h3 {
	font-size: 28px;
	color: var(--tripfery-white-color);
}

.widget_tripfery_about_author .author-widget p {
	color: var(--tripfery-white-color);
	margin-bottom: 12px;
	line-height: 1.5;
}

/*Widget gallery*/
.sidebar-widget-area .widget.widget_media_gallery {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.sidebar-widget-area .widget.widget_media_gallery .gallery-size-thumbnail {
	margin-bottom: 0;
}

/*Instagram Feed*/
.sidebar-widget-area .widget.widget_instagram-feed-widget {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.sidebar-widget-area .widget.widget_instagram-feed-widget .sbi_small {
	padding-bottom: 0 !important;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before,
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: all ease 0.8s;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
	background: rgba(41, 98, 255, 0.7);
	height: 0;
	width: 0;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
	content: "\f16d";
	width: 100%;
	height: 100%;
	font-family: "Font Awesome 5 Brands";
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.1s;
}

#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

#sb_instagram .sbi_photo_wrap {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
	padding: 5px !important;
}

@media(max-width: 480px) {
	#sb_instagram #sbi_images {
		padding: 0 !important;
	}

	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		width: 50%;
	}
}

/*-----------------------------------------------------
#. Banner
------------------------------------------------------*/
.entry-banner {
	background-color: var(--tripfery-black-color);
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.entry-banner.opacity-on:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(28, 28, 120, 0.75);
	z-index: 0;
}
body .entry-banner .entry-banner-content {
	position: relative;
	padding: 120px 0;
	text-align: center;
	z-index: 2;
}
.entry-banner .entry-banner-content h1:not(.blog-title) {
	color: var(--tripfery-white-color);
	font-weight: 600;
	margin-bottom: 10px;
}
.blog .entry-banner .entry-banner-content h1,
.entry-banner .entry-banner-content h1.blog-title {
	color: var(--tripfery-white-color);
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 10px;
}
.entry-banner .entry-banner-content h1 a {
	color: var(--tripfery-heading-color);
}
.entry-banner .entry-banner-content h1 a:hover {
	color: var(--tripfery-body-color);
}
.single-tripfery_guided .breadcrumb-area{
	display: none;
}
.breadcrumb-area .entry-breadcrumb span {
	font-size: 15px;
	font-weight: 500;
}
.breadcrumb-area .entry-breadcrumb span a {
	color: var(--tripfery-white-color);
}
.breadcrumb-area .entry-breadcrumb span a:hover {
	color: var(--tripfery-primary-color);
}
.breadcrumb-area .entry-breadcrumb span .fa-home {
	margin-right: 4px;
}
.breadcrumb-area .entry-breadcrumb .current-item,
.breadcrumb-area .entry-breadcrumb span.current {
	color: #ababab;
}
.entry-banner .entry-breadcrumb .delimiter {
	color: var(--tripfery-meta-color);
	padding: 0 7px;
	font-size: 14px;
	font-style: normal;
}
.entry-banner .entry-breadcrumb .dvdr {
	color: var(--tripfery-meta-color);
	padding: 0 7px;
}
.entry-banner.opacity-on .entry-breadcrumb .dvdr {
	color: var(--tripfery-white-color);
}
.entry-banner.opacity-on .entry-breadcrumb .dvdr:last-child {
	color: var(--tripfery-meta-color);
}
@media(max-width:991px) {
	.entry-banner .entry-banner-content {
		padding: 80px 0 !important;
	}
}
@media(max-width:767px) {
	.entry-banner .entry-banner-content h1 {
		font-size: 36px;
	}
}
.banner-text {
	line-height: 1.4;
}
.site-main .entry-breadcrumb .current {
	color: var(--tripfery-primary-color);
}
.entry-banner .banner-shape1 {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	background-color: var(--tripfery-primary-color);
	width: 272px;
	height: 87px;
	z-index: 1;
	-webkit-mask: var(--tripfery-banner-shape1);
	mask: var(--tripfery-banner-shape1);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}
.entry-banner .banner-shape2 {
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	background-color: var(--tripfery-primary-color);
	width: 295px;
	height: 108px;
	z-index: 1;
	-webkit-mask: var(--tripfery-banner-shape2);
	mask: var(--tripfery-banner-shape2);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}
@media(max-width: 1199px) {

	.entry-banner .banner-shape1,
	.entry-banner .banner-shape2 {
		height: 80px;
	}
}
@media(max-width: 767px) {

	.entry-banner .banner-shape1,
	.entry-banner .banner-shape2 {
		height: 50px;
	}
}

/*-------------------------------------
#. Contents
---------------------------------------*/
.rt-cat-description {
	background-color: var(--tripfery-grey-color-1);
	border-radius: 6px;
	padding: 30px 30px 10px;
	margin-bottom: 24px;
}

.right-sidebar .rt-cat-description {
	margin-right: 10px;
}

.left-sidebar .rt-cat-description {
	margin-left: 10px;
}

.rt-cat-description .cat-title {
	margin-bottom: 12px;
}

@media(max-width: 1199px) {
	.right-sidebar .rt-cat-description {
		margin-right: 0;
	}

	.left-sidebar .rt-cat-description {
		margin-left: 0;
	}
}

form.post-password-form label>input {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	padding: 10px 8px;
}

form.post-password-form input[type="submit"] {
	background: var(--tripfery-primary-color);
	color: #ffffff;
	font-weight: 500;
	outline: none;
	transition: all ease 0.31s;
}

form.post-password-form input[type="submit"]:hover {
	background: var(--tripfery-secondary-color);
	color: #ffffff;
}

/*-------------------------------------
#. Single Content
---------------------------------------*/
/*reading progressbar*/
@media(min-width: 992px) {
	.single.admin-bar .tripfery-progress-container {
		top: 32px;
	}
}

.single .tripfery-progress-container {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999999;
}

.single .tripfery-progress-bar {
	height: 4px;
	background: linear-gradient(90deg, var(--tripfery-primary-color) 0%, var(--tripfery-secondary-color) 100%);
	width: 0%;
}

.single .tripfery-progress-container.bottom {
	bottom: 0;
	top: initial;
}

/*post scroll seperator*/
.single-post .ajax-scroll-post>.type-post {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 70px;
}

.single-post .ajax-scroll-post>.type-post:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 10px;
	width: 100%;
	background: linear-gradient(90deg, var(--tripfery-primary-color) 0%, var(--tripfery-light-color) 100%);
}

.single-post .ajax-scroll-post>.type-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-post .ajax-scroll-post>.type-post:last-child:after {
	display: none;
}

/*post header title*/
body .content-area {
	padding-top: 120px;
	padding-bottom: 120px;
	background-repeat: no-repeat;
}

.single-to_book .content-area {
	padding: 120px 0 90px;
}

@media(max-width: 767px) {
	.single-to_book .content-area {
		padding: 80px 0 60px;
	}
}

.entry-header .entry-title {
	font-size: 30px;
	margin-bottom: 12px;
	line-height: 1.4;
	font-weight: 600;
}
@media(max-width: 767px) {
	.entry-header .entry-title {
		font-size: 26px;
	}
}

.entry-header ul.entry-meta {
	padding: 0px;
	margin: 0 0 5px;
	list-style: none;
}

.entry-header ul.entry-meta li {
	display: inline;
	color: var(--tripfery-meta-color);
	font-size: 15px;
	margin-right: 18px;
	position: relative;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}

.entry-header ul.entry-meta li:last-child {
	margin-right: 0;
}

.entry-header ul.entry-meta li i {
	padding-right: 8px;
}

.entry-header ul.entry-meta li a {
	color: var(--tripfery-meta-color);
}

.entry-header ul.entry-meta li a:hover {
	color: var(--tripfery-primary-color);
}

.entry-header ul.entry-meta li.item-author a {
	color: var(--tripfery-heading-color);
	font-weight: 600;
}

.entry-header ul.entry-meta li.item-author a:hover {
	color: var(--tripfery-primary-color);
}

.entry-header ul.entry-meta li .view-number {
	color: var(--tripfery-heading-color);
	font-weight: 600;
	transition: all ease 0.31s;
}

.single-post .entry-header ul.top-meta li a {
	color: var(--tripfery-primary-color);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
	display: inline-block;
}

/*post video*/
.single-post .embed-responsive-16by9 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
}

.single-post .embed-responsive-16by9 .embed-responsive-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
}

.single-post .embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.single-post .embed-responsive-16by9 iframe {
	border-radius: 4px;
}

figure.is-type-video {
	border-radius: 4px;
	overflow: hidden;
}

/*post social style*/
.post-share .share-links {
	display: inline-block;
}

.post-share .share-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: var(--tripfery-meta-color);
	position: relative;
	margin-bottom: 5px;
	margin-right: 20px;
	font-size: 14px;
	transition: 0.3s;
}
.post-share .share-links a:hover {
	color: var(--tripfery-primary-color);
}
.post-share .share-links a:last-child {
	margin-right: 0;
}

@media (min-width: 1200px) {

	.rt_booking_single_style3 .rt-booking-price-area .col-xxl-2,
	.rt_booking_single_style2 .rt-booking-price-area .col-xxl-2 {
		width: 19.66666667%
	}

	.rt_booking_single_style3 .rt-booking-price-area .col-xxl-4,
	.rt_booking_single_style2 .rt-booking-price-area .col-xxl-4 {
		width: 25.667%;
	}

	.rt_booking_single_style3 .rt-booking-price-area .col-lg-8,
	.rt_booking_single_style2 .rt-booking-price-area .col-lg-8 {
		width: 54.333%;
	}
}

@media (min-width: 1366px) {
	.rt_booking_single_style3 .rt-booking-price-area .col-lg-8,
	.rt_booking_single_style2 .rt-booking-price-area .col-lg-8 {
		width: 50%;
	}
	.rt_booking_single_style3 .rt-booking-price-area .col-xxl-2,
	.rt_booking_single_style2 .rt-booking-price-area .col-xxl-2{
		width: 18.66666667%
	}
	.rt_booking_single_style3 .rt-booking-price-area .col-xxl-4,
	.rt_booking_single_style2 .rt-booking-price-area .col-xxl-4{
		width: 31.33333333%;
	}
}




.rt-share-service .share-links,
.single-to_book .share-links .share-btn,
.single-to_book .rt-share-service .social-text,
.post-share .share-links .social-text {
	display: none;
}
.rt-share-service {
	position: relative;
}
.rt-share-service .share-links {
	position: absolute;
	z-index: 2;
}
.rt-share-service .share-links a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f6f6f6;
	color: var(--tripfery-heading-color);
	transition: 0.4s;
	margin-top: 5px;
}

.rt-share-service .share-links a:hover {
	background: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

/*post content*/
.entry-content .single-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-content .single-post-list li {
	font-weight: 600;
	position: relative;
	margin-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(--tripfery-black-color);
}

.entry-content .single-post-list li:before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 18px;
	color: var(--tripfery-primary-color);
	line-height: 1;
	padding-right: 10px;
}

/*post footer meta*/
.entry-footer .entry-footer-meta {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.entry-footer .entry-footer-meta .bottom-meta {
	margin-bottom: 0;
}

.entry-footer .entry-footer-meta .bottom-meta li {
	display: inline-block;
	position: relative;
}

.entry-footer .entry-footer-meta .bottom-meta li i {
	padding-right: 6px;
}

.entry-footer .entry-footer-meta .bottom-meta {
	padding-left: 0;
}

.entry-footer .entry-footer-meta .bottom-meta li+li {
	padding-left: 40px;
}

.entry-footer .entry-footer-meta .bottom-meta li+li::before {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 16px;
	background-color: var(--tripfery-meta-color);
	top: 50%;
}

.entry-footer .entry-footer-meta .bottom-meta li a {
	color: var(--tripfery-meta-color);
}

@media(max-width: 767px) {
	.entry-footer .entry-footer-meta {
		display: block;
	}

	.entry-footer .entry-footer-meta .post-share {
		margin-top: 20px;
	}
}

.entry-footer .meta-title {
	margin-right: 14px;
	margin-bottom: 0;
	display: inline-block;
}

.meta-tags a {
	padding: 6px 16px;
	background-color: var(--tripfery-primary-color);
	border-radius: 10px;
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border: 1px solid var(--tripfery-primary-color);
	margin-right: 5px;
	margin-bottom: 5px;
}

.meta-tags a:hover {
	background: transparent;
	border-color: var(--tripfery-primary-color);
	color: var(--tripfery-primary-color);
}

/*Post author*/
.about-author {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 45px;
	margin: 60px 0;
	gap: 20px;
	display: flex;
}
.about-author .pull-left img {
	border-radius: 50%;
}
@media(max-width:480px) {
	.about-author {
		display: inherit;
		padding: 30px;
	}

	.about-author .pull-left {
		width: 100px;
		padding-right: 0;
		margin-bottom: 20px;
	}
}

.about-author .author-title {
	font-size: 20px;
	margin-bottom: 3px;
	line-height: 1.4;
	text-transform: capitalize;
}

.about-author .author-title a {
	color: var(--tripfery-heading-color);
}

.about-author .author-designation {
	font-size: 15px;
	color: var(--tripfery-meta-color);
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1.2;
}
.about-author .author-bio {
	font-size: 16px;
}
.about-author ul.author-box-social {
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;
	text-align: left;
}
.about-author ul.author-box-social li {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 5px;
}
.about-author ul.author-box-social li a {
	display: inline-flex;
	font-size: 14px;
	color: #b6b6b6;
}
.about-author ul.author-box-social li a:hover {
color: var(--tripfery-primary-color);
}
.about-author ul.author-box-social li:last-child {
	margin-right: 0px;
}
/*next post & prev post*/
.post-navigation {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 24px;
}

.post-navigation .rt-nav-post>div {
	display: flex;
	align-items: center;
}

.post-navigation .rt-nav-post img {
	max-width: 80px;
	border-radius: 10px;
	transition: 0.3s;
}

.post-navigation .rt-nav-post:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.rt-nav-post .nav-image {
	margin-right: 10px;
}
.rt-prev-post .nav-image {
	margin-left: 10px;
	margin-right: 0;
}
@media(min-width: 992px) {
	.rt-prev-post{
		text-align: right;
	}
	.rt-nav-post{
		width: 50%;
	}
	.rt-next-post .nav-text{
		margin-right: 30px;
	}
	.rt-prev-post .nav-text{
		margin-left: 30px;
	}
}
@media(max-width: 991px) {
	.post-navigation .rt-prev-post .pad-lr-15{
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.rt-prev-post .nav-image{
		margin-left: 0;
		margin-right: 10px;
	}
	
}
.rt-nav-post .nav-article a {
	font-style: 14px;
	color: var(--tripfery-primary-color);
}
.rt-nav-post.text-left {
	position: relative;
}

.rt-nav-post.text-left::before {
	width: 2px;
	height: 50px;
	background-color: var(--tripfery-border-color);
	content: "";
	position: absolute;
	right: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media(max-width: 991px) {
	.rt-nav-post.text-left::before {
		display: none;
	}

	.post-navigation {
		display: block;
	}
	.rt-nav-post.text-left {
		border-bottom: 1px solid var(--tripfery-border-color);
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
}
@media(max-width: 480px) {
	.post-navigation {
		display: block;
	}
}
.post-navigation .prev-article,
.post-navigation .next-article {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	color: var(--tripfery-body-color);
	text-transform: capitalize;
	letter-spacing: 0.2px;
}
.post-navigation a {
	color: var(--tripfery-meta-color);
}
.post-navigation a:hover {
	color: var(--tripfery-primary-color);
}
.post-navigation .prev-article i {
	display: inline-flex;
	margin-left: 10px;
	font-size: 10px;
}
.post-navigation .next-article i {
	display: inline-flex;
	margin-right: 10px;
	font-size: 11px;
}
.post-navigation .post-nav-title {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.4;
	font-weight: 600;
}
.post-navigation .post-nav-title a {
	color: var(--tripfery-heading-color);
}
.post-navigation .post-nav-title a:hover {
	color: var(--tripfery-primary-color);
}
.page-links {
	padding-top: 12px;
	font-size: 20px;
	font-weight: 500;
	color: var(--tripfery-heading-color);
	margin-right: 10px;
	line-height: 1.3;
}
.page-links .page-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--tripfery-heading-color);
	background: var(--tripfery-grey-color-1);
	border-radius: 0;
	padding: 0;
	height: 40px;
	width: 40px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50%;
}
.page-links span.current .page-number,
.page-links a.post-page-numbers:hover .page-number {
	background-color: var(--tripfery-primary-color);
	color: #ffffff;
}
.page-links a .page-number {
	transition: all ease 0.31s;
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area {
	border-radius: 4px;
	margin-top: 50px;
}

.comment-respond>h3 {
	display: block;
	position: relative;
	font-size: 22px;
	margin-bottom: 6px;
	line-height: 1.4;
	font-weight: 600;
}

.comments-area ul {
	list-style-type: none;
	padding: 0;
}

.comments-area>ul.comment-list {
	margin-bottom: 30px;
}

.comments-area h3.comment-num {
	color: var(--tripfery-heading-color);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.comments-area h3.comment-num:after {
	background: var(--tripfery-primary-color);
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: 5px 0 0;
	top: 0;
	width: 80px;
}
.comments-area .comment-form {
	margin-top: 0px;
}
.comments-area .main-comments .imgholder {
	float: left;
}
.comments-area .main-comments .imgholder img {
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 0px;
	max-width: 80px;
	border-radius: 50%;
}
.comments-area .main-comments .comment-meta {
	font-size: 15px;
}
@media(max-width: 767px) {
	.comments-area .main-comments .comment-meta {
		display: flow-root;
	}
}
.comments-area .main-comments .comment-meta .comment-author-name {
	color: var(--tripfery-meta-color);
	font-size: 15px;
	margin-bottom: 6px;
	display: flex;
	column-gap: 10px;
	align-items: center;
}
@media(max-width:375px) {
	.comments-area .main-comments .comment-meta .comment-author-name {
		display: block;
	}
}
.comments-area .main-comments .comment-meta .comment-author-name h4 {
	color: var(--tripfery-heading-color);
	font-size: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 600;
}
.comments-area .main-comments .comment-meta .comment-author-name a {
	color: var(--tripfery-heading-color);
}
.comments-area .main-comments .replay-area {
	margin-top: 8px;
}
.comments-area .main-comments .replay-area a {
	box-shadow: none;
	color: var(--tripfery-title-color);
	font-size: 14px;
}
.comments-area .main-comments .replay-area a:hover {
	color: var(--tripfery-primary-color);
}
.main-comments .each-comment {
	padding: 30px 45px;
	border: 1px solid var(--tripfery-border-color);
	border-radius: 20px;
	gap: 20px;
	margin-bottom: 20px;
	position: relative;
}
.comments-area .main-comments .comments-body {
	display: flow-root;
}
.comments-area .main-comments .comments-body p {
	margin-bottom: 5px;
}
.comments-area .main-comments .comment-respond {
	margin-top: 0px;
	margin-bottom: 70px;
}
.comments-area .reply-separator {
	margin-top: 40px;
	padding-top: 50px;
}
.main-comments ul.children {
	margin-left: 50px;
	padding: 0;
}
.comments-area .main-comments .comment-text li {
	border-top: none;
}
@media(max-width: 1200px) {
	.main-comments ul.children {
		margin-left: 30px;
	}

	.comments-area .main-comments .imgholder img {
		max-width: 80px;
	}
}
@media(max-width: 575px) {
	.main-comments ul.children {
		margin-left: 10px;
	}
	.comments-area .main-comments .imgholder img {
		max-width: 60px;
		margin-right: 10px;
	}
	.comments-area .main-comments .imgholder {
		float: inherit;
		margin-bottom: 12px;
	}
}
.avatar-disabled .main-comments ul.children {
	margin-left: 50px;
	padding: 0;
}
.no-comments {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 20px;
}
.comment-awaiting-moderation {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.comment-navigation ul {
	margin-top: 30px;
}
.comment-navigation ul li {
	margin-right: 5px;
	margin-top: 0;
}
.comment-navigation ul li a {
	display: inline;
	font-size: 12px;
	height: 49px;
	line-height: inherit;
	padding: 10px;
	width: inherit;
}
.comment-list pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.comments-area>h3 {
	display: block;
	position: relative;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: 700;
}
#respond .comment-notes {
	margin-bottom: 30px;
}
#respond .logged-in-as {
	margin-bottom: 30px;
}
#respond .logged-in-as a {
	color: var(--tripfery-body-color);
}
#respond .form-group {
	margin-bottom: 25px;
}
#respond .form-group.form-submit {
	margin-bottom: 0px;
}
#respond form .form-control {
	border: 1px solid var(--tripfery-border-color);
	color: var(--tripfery-heading-color);
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	border-radius: 0;
	box-shadow: none;
	transition: all ease 0.31s;
	padding: 10px 20px;
	border-radius: 10px;
}
#respond form textarea.form-control {
	padding-top: 20px;
	border-radius: 10px;
}
#respond form input.form-control {
	height: 50px;
}

#respond form input:focus,
#respond form textarea:focus {
	box-shadow: none;
	border: 1px solid var(--tripfery-primary-color);
}

input.form-control::placeholder,
textarea.form-control::placeholder {
	color: #a9a9a9;
}

#respond input.form-control::placeholder,
#respond input.form-control::-webkit-input-placeholder,
#respond input.form-control::-moz-placeholder,
#respond input.form-control:-moz-placeholder,
#respond input.form-control:-ms-input-placeholder {
	color: #a9a9a9;
}

#respond textarea.form-control::placeholder,
#respond textarea.form-control::-webkit-input-placeholder,
#respond textarea.form-control::-moz-placeholder,
#respond textarea.form-control:-moz-placeholder,
#respond textarea.form-control:-ms-input-placeholder {
	color: #a9a9a9;
}

#respond form .btn-send {
	position: relative;
	display: inline-block;
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: 500;
	background: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	padding: 12px 30px;
	z-index: 1;
	line-height: 1.6;
	letter-spacing: 0.6px;
	overflow: hidden;
	transition: all ease 0.31s;
	border-radius: 10px;
}

#respond form .btn-send:focus {
	outline: none;
	border: none;
}

#respond form .btn-send:hover {
	background: var(--tripfery-secondary-color);
}

#respond #cancel-comment-reply-link {
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	margin-left: 5px;
}

#respond form .comment-form-cookies-consent {
	position: relative;
	display: inline-flex;
}

#respond form .comment-form-cookies-consent input {
	background: transparent;
	border: none;
	margin-right: 10px;
	height: inherit;
	box-shadow: none;
	position: absolute;
	top: 5px;
}

#respond form .comment-form-cookies-consent label {
	padding-left: 25px;
	line-height: 1.5;
}

.comment-list>li:first-child {
	border-top: none;
}

.comment-list .comment-text ul {
	padding: 0 20px;
	margin-bottom: 20px;
	list-style: disc;
}

.comment-list .comment-text ul li {
	padding-top: 0px;
}

.comment-list .comment-text ul li .children li {
	padding-top: 0px;
}

.comment-list .comment-text ul ul {
	margin-bottom: 0px;
}

.comment-list .comment-text ol {
	margin-bottom: 20px;
	margin-left: 28px;
	padding: 0;
}

.comment-list .comment-text ol li {
	padding-top: 0px;
}

.comment-list .comment-text ol li .children li {
	padding-top: 0px;
}

.comment-list .comment-text ol ol {
	margin-bottom: 0;
}

.item-comments {
	margin-top: 50px;
}

.item-comments h2 {
	font-size: 24px;
}

.item-comments .item-comments-list {
	margin-top: 50px;
}

.item-comments .item-comments-list ul.comments-list {
	padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li {
	margin-bottom: 50px;
	overflow: hidden;
}

.item-comments .item-comments-list ul.comments-list li .comment-image {
	float: left;
	padding-right: 20px;
}

.item-comments .item-comments-list ul.comments-list li .comment-name {
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
}

.item-comments .item-comments-list ul.comments-list li .comment-date {
	color: #646464;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply {
	background: var(--tripfery-primary-color);
	padding: 2px 10px 3px;
	float: right;
	font-size: 14px;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply a {
	color: #ffffff;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
	background: #a51c2d;
}

.item-comments .item-comments-list ul.comments-list li p {
	padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li:last-child {
	margin-bottom: 0;
}

.item-comments .item-comments-list ul.comments-list li.odd {
	margin-left: 50px;
}

.item-comments .item-comments-form {
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
	padding-top: 50px;
}

.item-comments .item-comments-form .comments-form {
	padding-top: 20px;
}

.item-comments .item-comments-form .comments-form .form-group {
	margin-bottom: 20px;
}

.item-comments .item-comments-form .comments-form .form-group .form-control {
	background: var(--tripfery-heading-color);
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.item-comments .item-comments-form .comments-form .form-group input {
	height: 40px;
}

/*single layout 1*/
.post-detail-style1 .entry-thumbnail-area,
.post-detail-style1 .single-post-slider {
	position: relative;
	margin-bottom: 24px;
}

.single-post-slider .swiper-navigation>div {
	z-index: 1;
}

.single-post .entry-thumbnail-area img {
	border-radius: 20px;
}

/*single layout 2*/
@media(max-width: 767px) {
	.has-sidebar.right-sidebar .rt-sidebar-sapcer {
		padding: 30px;
	}
}

@media(min-width: 768px) {
	.single-post .main-wrap:not(.no-image) .rt-single-post-content {
		padding: 0 24px;
	}

}

@media(min-width: 992px) {

	.no-sidebar.post-detail-style2 .main-wrap,
	.no-sidebar .post-detail-style2 .main-wrap {
		padding-left: 15%;
		padding-right: 15%;
	}

	.post-detail-style2 .main-wrap {
		padding-left: 7%;
		padding-right: 7%;
	}

	.no-sidebar.single-post .ajax-scroll-post>.type-post:after {
		left: 15%;
		width: 70%;
	}
}

.post-detail-style2 .entry-thumbnail-area {
	position: relative;
	margin-bottom: 40px;
}

.post-detail-style2 .entry-thumbnail-area img {
	width: 100%;
	object-fit: cover;
}

.post-detail-style2 .show-image .rt-video .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.post-detail-style2 .entry-header ul.entry-meta {
	display: block;
}

@media(max-width: 991px) {
	.post-detail-style2 .entry-footer .entry-footer-meta {
		text-align: center;
	}
}

/*-------------------------------------
#. Admin Author
---------------------------------------*/
.admin-author {
	display: flex;
	margin-bottom: 30px;
	padding: 40px 30px;
	border: 1px solid var(--tripfery-border-color);
}

.admin-author .author-img {
	flex: 0 0 100px;
	margin-right: 30px;
}

.admin-author .author-img img {
	border-radius: 50%;
	border: 5px solid #fff;
}

.admin-author .author-title {
	color: var(--tripfery-heading-color);
	font-size: 28px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.admin-author .author-title a {
	color: var(--tripfery-heading-color);
}

.admin-author .author-designation {
	color: var(--tripfery-meta-color);
	display: block;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	letter-spacing: 0.6px;
	text-transform: capitalize;
}

.admin-author .author-designation::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: var(--tripfery-primary-color);
}

.admin-author .author-bio {
	color: var(--tripfery-body-color);
}

.admin-author .author-box-social {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	gap: 7px;
}

.admin-author .author-box-social li a {
	width: 40px;
	height: 40px;
	background-color: var(--tripfery-grey-color-1);
	color: var(--tripfery-body-color);
	font-size: 16px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	overflow: hidden;
	position: relative;
}

.admin-author .author-box-social li a:hover {
	background: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

@media(max-width: 991px) {
	.admin-author {
		flex-direction: column;
	}

	.admin-author .author-img {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* ------------------------
#. Default Blog layout 
---------------------------*/
@media(max-width: 1024px) {

	body .content-area,
	body.blog .content-area,
	body.single-post .content-area,
	body.author-admin .content-area {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media(max-width: 767px) {

	body .content-area,
	body.blog .content-area,
	body.single-post .content-area,
	body.author-admin .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.blog-box * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-box {
	position: relative;
	overflow: hidden;
	transition: all 0.31s ease-in-out;
}
.blog-box .entry-content .entry-title {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.blog-box .entry-content .entry-title a {
	color: var(--tripfery-heading-color);
}
.blog-box .entry-content .entry-title a:hover {
	color: var(--tripfery-primary-color);
}
.blog-box .entry-content {
	transition: all 0.31s ease-in-out;
	padding: 25px 30px 0 30px;
}
.blog-box.no-image .entry-content {
	padding: 0;
}
.blog-box:hover .entry-content {
	border-color: transparent;
}
.blog-box ul.entry-meta {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}
.blog-layout-1 .blog-box ul.entry-meta:not(.top-cat) {
	margin: 25px 0 0;
}
.blog-layout-1 .blog-box ul.bottom_cats li {
	position: relative;
}
.blog-layout-1 .blog-box ul.bottom_cats li+li {
	padding-left: 20px;
}
.blog-layout-1 .blog-box ul.bottom_cats li::before {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	background-color: var(--tripfery-meta-color);
	top: 50%;
}

.blog-layout-1 .blog-box ul.bottom_cats li:first-child::before {
	display: none;
}

.blog-box ul.entry-meta.top-cat li.entry-categories a {
	margin-bottom: 6px;
}

.blog-box ul.entry-meta li {
	display: inline-block;
	color: var(--tripfery-meta-color);
	font-size: 15px;
	margin-right: 18px;
	position: relative;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}

.blog-box ul.entry-meta li:last-child {
	margin-right: 0;
}

.blog-box ul.entry-meta li i {
	padding-right: 8px;
}

.blog-box ul.entry-meta li a {
	color: var(--tripfery-meta-color);
}

.blog-box ul.entry-meta li a:hover {
	color: var(--tripfery-primary-color);
}

.blog-box ul.entry-meta li.post-author a {
	color: var(--tripfery-heading-color);
}

.blog-box ul.entry-meta li.post-author a:hover {
	color: var(--tripfery-primary-color);
}

.blog-box ul.entry-meta li .view-number {
	color: var(--tripfery-heading-color);
}
.blog-layout-1 .blog-box ul.entry-meta li.entry-categories a,
.blog-layout-2 .blog-box ul.entry-meta li.entry-categories a {
	color: var(--tripfery-primary-color);
	font-size: 18px;
	font-weight: 500;
}
@media(max-width: 991px) {
	.blog-box .entry-content {
		padding: 30px;
	}
}
.blog-box.show-image .entry-content {
	position: relative;
}
.blog-box .blog-img-holder {
	position: relative;
	overflow: hidden;
}
.blog-box .blog-img-holder .blog-img a {
	overflow: hidden;
	display: block;
	border-radius: 10px;
}
.blog-box .blog-img-holder .blog-img img {
	transform: scale(1.01);
	transition: 0.31s cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.blog-box:hover .blog-img-holder .blog-img img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-box .entry-content .post-read-more {
	margin-top: 25px;
}
.entry-content .entry-text {
	color: var(--tripfery-body-color);
}
.blog-box .blog-img .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.blog-box .entry-content .rt-play {
	border: 1px solid var(--tripfery-border-color);
	margin-bottom: 18px;
}
.rt-related-post .blog-box:hover {
	box-shadow: unset;
}
.rt-related-post .blog-box:hover .entry-content {
	border-color: var(--tripfery-border-color);
}

/*blog layout 1*/
.blog-layout-1 {
	padding-bottom: 44px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 50px;
}

.blog-layout-1:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.blog-layout-1:last-child .blog-box {
	margin-bottom: 0;
}

.blog-layout-1 .blog-box .entry-content .entry-title {
	font-size: 30px;
	font-weight: 600;
}

.blog-layout-1 .blog-box .entry-content .entry-text p {
	margin-bottom: 0;
}

/*blog layout 2*/
.blog-layout-2 .blog-box {
	display: flex;
	margin-bottom: 35px;
}

.blog-layout-2:last-child .blog-box {
	margin-bottom: 0;
}

.blog-layout-2 .blog-box .blog-img-holder {
	flex: auto;
	max-width: 350px;
	width: 100%;
	margin-bottom: 0;
}

.blog-layout-2 .blog-box .entry-content {
	flex-grow: 1;
}

.blog-layout-2 .blog-box .entry-content .entry-text p {
	margin-bottom: 0;
}

.blog-layout-2 .blog-box .blog-img-holder .blog-img {
	height: 100%;
}

.blog-layout-2 .blog-box .blog-img-holder .blog-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.blog-layout-2 .blog-box .rt-swiper-slider {
	height: 100%;
}

/*image no show*/
.blog-layout-2 .no-image.no-preview {
	display: block;
}

@media (max-width: 991px) {
	.blog-layout-2 .blog-box {
		flex-direction: column;
	}

	.blog-layout-2 .blog-box .blog-img-holder {
		flex: auto;
		max-width: 100%;
		margin-left: 0;
	}
}

/*blog layout 3*/
.blog-layout-3 .blog-box.show-image .blog-img {
	overflow: hidden;
}
.blog-layout-3 .blog-box .entry-content{
	position: relative;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	padding: 23px 20px 10px;
	border-radius: 10px;
	margin-top: -70px;
	transition: 0.4s;
	top: 0;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
	transition: 0.4s;
}
.blog-layout-3 .blog-box ul.entry-meta li {
	position: relative;
}
.blog-layout-3 .blog-box ul.entry-meta li::before {
	content: "";
	width: 3px;
	height: 3px;
	top: 50%;
	left: -7px;
	position: absolute;
	border-radius: 50%;
	background-color: var(--tripfery-meta-color);
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.blog-layout-3 .blog-box ul.entry-meta li:first-child:before {
	display: none;
}
.blog-layout-3 .blog-box ul.entry-meta li+li {
	padding-left: 10px;
}
.blog-layout-3 .blog-box:hover .entry-content{
	top: -30px;
}
/*sidebar spacing*/
.has-sidebar.left-sidebar .rt-sidebar-sapcer {
	margin-left: 10px;
}

.single-post .rt-sidebar-sapcer,
.has-sidebar.right-sidebar .rt-sidebar-sapcer .loadmore-items {
	margin-right: 10px;
	background-color: var(--tripfery-white-color);
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 50px;
}
@media(max-width: 1199px) {
	.has-sidebar.right-sidebar .rt-sidebar-sapcer {
		margin-right: 0;
		display: inherit;
	}
	.has-sidebar.left-sidebar .rt-sidebar-sapcer {
		margin-left: 0;
	}
	.right-sidebar .sidebar-widget-area {
		margin-top: 80px;
		display: inherit;
	}

	.left-sidebar .sidebar-widget-area {
		margin-top: 80px;
		display: inherit;
	}

	.left-sidebar .fixed-bar-coloum {
		order: 2;
	}
}
@media(max-width: 991px) {
	.has-sidebar.right-sidebar .rt-sidebar-sapcer .loadmore-items{
		margin-right: 0;
	}
	body:not(.single-post).has-sidebar.right-sidebar .rt-sidebar-sapcer{
		padding: 0;
	}
}
@media(max-width: 767px) {
	.has-sidebar.right-sidebar .rt-sidebar-sapcer .loadmore-items{
		padding: 30px;
	}
	.blog-box .entry-content{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.blog-layout-1 .blog-box .entry-content .entry-title {
		font-size: 24px;
	}
}

/*blog sticky*/
.sticky .blog-box .blog-img-holder {
	margin-bottom: 0;
}

.sticky .blog-box .entry-title {
	position: relative;
	padding-left: 30px;
}

.sticky .blog-box .entry-title::before {
	position: absolute;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	content: "\f08d";
	position: absolute;
	top: 4px;
	left: 0;
}

.sticky .blog-box .entry-title::before,
.sticky .blog-box .entry-title a {
	color: var(--tripfery-primary-color);
}

/*-------------------------------------
#. Swiper Slider
---------------------------------------*/
.swiper-button-next,
.swiper-button-prev {
	height: 44px;
	width: 44px;
	background: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	font-size: 18px;
	font-weight: 700;
}

.rt-swiper-slider,
.rt-swiper-side-slider,
.rt-swiper-cat-slider {
	overflow: hidden;
}

.rt-swiper-slider .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.rt-swiper-slider .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0;
}
@media(max-width: 576px) {
	.rt-swiper-slider .swiper-slide {
		width: 100% !important;
	}
}

/* Related Post title */
.rt-related-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 10px;
	margin-bottom: 20px;
}

.rt-related-title .entry-title {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.rt-related-title .related-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.rt-related-title .entry-title .titleline {
	position: relative;
	height: 4px;
	width: 0;
	margin-top: 6px;
	background: var(--tripfery-primary-color);
	display: block;
	transition: all ease 1s;
}

.rt-related-title .entry-title.active-animation .titleline {
	width: 40px;
}

.rt-related-title .swiper-button {
	display: inline-flex;
	margin-bottom: 20px;
}

.rt-related-title .swiper-button>div {
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	font-size: 15px;
	font-weight: 600;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	column-gap: 8px;
	background-image: none;
	outline: none;
	margin-top: 0;
	color: var(--tripfery-body-color);
	transition: all ease 0.31s;
	border: 1px solid var(--tripfery-border-color)
}

.related-booking .rt-related-title .swiper-button>div {
	background-color: var(--tripfery-white-color);
}

.rt-related-title .swiper-button>div:hover {
	background: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	border-color: var(--tripfery-primary-color);
}

.rt-related-title .swiper-button-prev {
	margin-right: 8px;
}

.rt-related-title .swiper-button>div i {
	line-height: 1;
	font-size: 15px;
}

.rt-related-title .swiper-button-prev i {
	font-size: 11px;
}

.rt-related-title .swiper-button-next i {
	font-size: 10px;
}

.swiper-button-prev:after,
.swiper-button-next:after,
.rt-related-title .swiper-button>div:after {
	display: none;
}

@media(max-width: 767px) {
	.rt-related-title .entry-title br {
		display: none;
	}
}

/*-------------------------------------
#. Related Post
---------------------------------------*/
.rt-related-post {
	margin-top: 50px;
}

.rt-related-post .entry-content {
	padding: 23px 30px 30px;
}

.rt-related-post .entry-content .entry-title {
	font-size: 20px;
}

/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area {
	margin-top: 40px;
}

.pagination-area ul,
nav ul.pagination {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	border: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
}

.pagination-area ul li,
nav ul.pagination li {
	position: relative;
	border: none;
	margin-right: 6px;
}

.pagination-area ul li:last-child {
	margin-right: 0;
}

.pagination-area ul li a,
nav ul.pagination li .page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--tripfery-heading-color);
	padding: 0;
	height: 40px;
	width: 40px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 40px;
}

.pagination-area ul li i {
	font-size: 13px;
}

.pagination-area ul li span {
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: var(--tripfery-heading-color);
	background: #ffffff;
	padding: 0;
	height: 48px;
	width: 48px;
	line-height: 45px;
	font-weight: 500;
}

.pagination-area ul li a:hover,
nav .pagination li a.page-link:hover {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

.pagination-area ul li span.current,
nav .pagination li.active .page-link {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

.pagination-area ul li.active a {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

@media(max-width: 767px) {
	.pagination-area ul li {
		margin-top: 8px;
		margin-right: 8px;
	}

	.pagination-area ul li span,
	.pagination-area ul li a {
		height: 40px;
		width: 40px;
		line-height: 38px;
	}
}

/*loadmore*/
a.loadMore {
	display: table;
	margin: auto;
	text-align: center;
	position: relative;
	margin-top: 50px;
	padding-right: 40px;
	color: var(--tripfery-heading-color);
	font-size: 20px;
	font-weight: 700;
}

a.loadMore:before {
	left: 100%;
	margin-left: -15px;
	content: "";
	height: 3px;
	width: 50px;
	background-color: var(--tripfery-primary-color);
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all ease 0.31s;
}

a.loadMore:hover:before {
	background-color: var(--tripfery-heading-color);
	width: 30px;
	right: 20px;
}

.loading-lazy {
	position: relative;
	display: block;
}

.loading-lazy::before {
	display: none;
}

.loading-lazy::after {
	position: absolute;
	content: '';
	top: 0;
	left: auto;
	right: 10px;
	bottom: 0;
	z-index: 8;
}

.loading-lazy::after {
	width: 20px;
	height: 20px;
	margin: auto;
	border-top-color: #000;
	border: 2px dashed #000;
	border-radius: 50%;
	animation: fa-spin 2.5s infinite linear;
}

a.action-cart.loading::after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 0.618em;
	right: 1em;
	animation: spin 2s linear infinite;
}

a.action-cart.loading::after {
	top: 7px;
	right: 13px;
	font-size: 14px;
}

.product-meta a.action-cart.loading::after {
	right: 7px;
}

.rt-shop-style3 a.action-cart.loading::after {
	right: auto;
}

/*list addon load more*/
a.loadlistMore {
	display: table;
	margin: auto;
	margin-top: 50px;
	font-size: 15px;
}

a.loadlistMore i {
	margin-left: 10px;
}

.loading-lazy-list i {
	z-index: 8;
	animation: fa-spin 0.7s infinite linear;
}

/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
	position: relative;
	background-position: center;
}

.error-page-content {
	position: relative;
	text-align: center;
}

.error-page-content p {
	font-size: 22px;
	margin: 0 auto 30px;
	line-height: 1.6;
	width: 50%;
}

.error-page-area .error-page-content .go-home {
	margin-top: 25px;
}

.error-page-area .item-img {
	margin-bottom: 60px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	position: relative;
}

.error-page-area .error-img img {
	animation: errorImage 1.5s infinite;
	max-width: 600px;
}

.error-page-content .rocket-img {
	position: absolute;
	bottom: 33%;
	left: 31%;
}

.error-page-content .rocket-img img {
	max-width: 320px;
}

@keyframes errorImage {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(-10px, -10px);
	}
}

@media(max-width: 1199px) {
	.error-page-content p {
		width: 70%;
	}
}

@media(max-width: 991px) {
	.error-page-content p {
		width: 90%;
	}

	.error404 .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/*-------------------------------------
#. Fluent form
---------------------------------------*/
/*Contact Form*/
.fluentform .contact-form.ff-el-group,
.fluentform .contact-form .ff-el-group {
	margin-bottom: 15px;
}

.fluentform .contact-form.ff_submit_btn_wrapper {
	margin-top: 30px;
	margin-bottom: 0;
}

.fluentform .contact-form .ff-el-form-control {
	background-color: var(--tripfery-grey-color-1);
	color: var(--tripfery-heading-color);
	box-shadow: none;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 15px;
	padding: 13px 20px;
}

.fluentform .contact-form .ff-el-form-control:focus {
	border-color: var(--tripfery-primary-color);
	background-color: var(--tripfery-grey-color-1);
	color: var(--tripfery-heading-color);
}

.fluentform .contact-form .ff-btn-submit {
	position: relative;
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
	border: none;
	border-radius: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 15px 24px;
	line-height: 1.4;
	overflow: hidden;
	transition: all .31s ease-in-out;
	z-index: 1;
}

.fluentform .contact-form .ff-btn-submit:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .31s ease-in-out;
	background-color: var(--tripfery-light-color);
}

.fluentform .contact-form .ff-btn-submit:hover {
	color: var(--tripfery-primary-color);
	opacity: 1;
}

.fluentform .contact-form .ff-btn-submit:hover:before {
	opacity: 1;
	visibility: visible;
}

.fluentform .contact-form .ff-el-form-control::-webkit-input-placeholder {
	color: var(--tripfery-meta-color);
}

.fluentform .contact-form .ff-el-form-control:-ms-input-placeholder {
	color: var(--tripfery-meta-color);
}

.fluentform .contact-form .ff-el-form-control:-moz-placeholder {
	color: var(--tripfery-meta-color);
}

.fluentform .contact-form .text-danger {
	color: var(--tripfery-primary-color) !important;
	font-size: 13px;
}

.fluentform .contact-form .ff-el-is-error .ff-el-form-control,
.fluentform .contact-form.ff-el-is-error .ff-el-form-control {
	border-color: var(--tripfery-primary-color);
}

/*Quaries form*/
.fluentform .quaries-form.ff-el-group,
.fluentform .quaries-form .ff-el-group {
	margin-bottom: 15px;
}

.fluentform .quaries-form.ff_submit_btn_wrapper {
	margin-top: 30px;
	margin-bottom: 0;
}

.fluentform .quaries-form .ff-el-form-control {
	background-color: var(--tripfery-white-color);
	color: var(--tripfery-heading-color);
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	font-size: 15px;
	padding: 13px 20px;
}

.fluentform .quaries-form .ff-el-form-control:focus {
	border-color: var(--tripfery-primary-color);
	background-color: var(--tripfery-white-color);
	color: var(--tripfery-heading-color);
}

.fluentform .quaries-form .ff-btn-submit {
	position: relative;
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.6px;
	border-radius: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 14px 22px;
	line-height: 1.4;
	overflow: hidden;
	z-index: 1;
	transition: all .31s ease-in-out;
}

.fluentform .quaries-form .ff-btn-submit:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .31s ease-in-out;
	background-color: var(--tripfery-light-color);
}

.fluentform .quaries-form .ff-btn-submit:hover {
	opacity: 1;
	color: var(--tripfery-primary-color);
}

.fluentform .quaries-form .ff-btn-submit:hover:before {
	opacity: 1;
	visibility: visible;
}

.fluentform .quaries-form .ff-el-form-control::-webkit-input-placeholder {
	color: var(--tripfery-body-color);
}

.fluentform .quaries-form .ff-el-form-control:-ms-input-placeholder {
	color: var(--tripfery-body-color);
}

.fluentform .quaries-form .ff-el-form-control:-moz-placeholder {
	color: var(--tripfery-body-color);
}

.fluentform .quaries-form .text-danger {
	color: var(--tripfery-primary-color) !important;
	font-size: 13px;
}

.fluentform .quaries-form .ff-el-is-error .ff-el-form-control,
.fluentform .quaries-form.ff-el-is-error .ff-el-form-control {
	border-color: var(--tripfery-primary-color);
}

.fluentform .quaries-form .quote-button .ff-btn-submit {
	width: 100%;
}

.fluentform .quaries-form .ff-el-group.quote-checkbox {
	margin-bottom: 0;
	margin-top: 13px;
}

.accept-color .ff-el-form-check-label {
	color: var(--tripfery-white-color);
}

.ff-el-form-check-label span {
	margin-left: 5px;
}

@media (min-width: 768px) {
	.frm-fluent-form .ff-t-container.quaries-form {
		gap: 24px;
	}

	.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
		margin-bottom: 0px !important;
	}
}

/*Request Form*/
.fluentform .request-form.ff-el-group,
.fluentform .request-form .ff-el-group {
	margin-bottom: 15px;
}

.fluentform .request-form.ff_submit_btn_wrapper {
	margin-top: 30px;
	margin-bottom: 0;
}

.fluentform .request-form .ff-el-form-control {
	background-color: var(--tripfery-white-color);
	color: var(--tripfery-heading-color);
	box-shadow: none;
	border: 1px solid var(--tripfery-border-color);
	border-radius: 0;
	font-size: 15px;
	padding: 13px 20px;
}

.fluentform .request-form .ff-el-form-control:focus {
	border-color: var(--tripfery-primary-color);
	background-color: var(--tripfery-white-color);
	color: var(--tripfery-heading-color);
}

.fluentform .request-form .ff-btn-submit {
	position: relative;
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
	border: none;
	border-radius: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 15px 20px;
	width: 100%;
	line-height: 1.4;
	overflow: hidden;
	transition: all .31s ease-in-out;
	z-index: 1;
}

.fluentform .request-form .ff-btn-submit:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .31s ease-in-out;
	background-color: var(--tripfery-light-color);
}

.fluentform .request-form .ff-btn-submit:hover {
	color: var(--tripfery-primary-color);
	opacity: 1;
}

.fluentform .request-form .ff-btn-submit:hover:before {
	opacity: 1;
	visibility: visible;
}

.fluentform .request-form .ff-el-form-control::-webkit-input-placeholder {
	color: var(--tripfery-meta-color);
}

.fluentform .request-form .ff-el-form-control:-ms-input-placeholder {
	color: var(--tripfery-meta-color);
}

.fluentform .request-form .ff-el-form-control:-moz-placeholder {
	color: var(--tripfery-meta-color);
}

.fluentform .request-form .text-danger {
	color: var(--tripfery-primary-color) !important;
	font-size: 13px;
}

.fluentform .request-form .ff-el-is-error .ff-el-form-control,
.fluentform .request-form.ff-el-is-error .ff-el-form-control {
	border-color: var(--tripfery-primary-color);
}

/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
.align-wrap {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 900px) {
	.align-wrap {
		width: auto;
		margin-left: calc(50% / .62 - 50vw);
	}
}

.align-wrap .alignfull {
	width: 100%;
	margin: 0 0 0 auto;
}

@media(max-width:480px) {
	img.alignleft {
		float: none;
		margin-bottom: 13px;
		margin-right: 0px;
		padding-top: 5px;
		display: block;
	}

	img.alignright {
		float: none;
		margin-left: 0px;
		margin-bottom: 15px;
		padding-top: 15px;
	}
}

/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-cover.alignfull,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-columns.alignfull,
.has-sidebar .wp-block-media-text.alignfull,
.has-sidebar .wp-block-gallery.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-columns.alignwide,
.has-sidebar .wp-block-image.alignwide,
.has-sidebar .wp-block-media-text.alignwide,
.has-sidebar .is-type-video.alignfull,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
}

.has-strong-magenta-background-color {
	background-color: #a156b4;
}

.has-strong-magenta-color {
	color: #a156b4;
}

.has-light-grayish-magenta-background-color {
	background-color: #d0a5db;
}

.has-light-grayish-magenta-color {
	color: #d0a5db;
}

.has-very-light-gray-background-color {
	background-color: #eee;
}

.has-very-light-gray-color {
	color: #eee;
}

.has-very-dark-gray-background-color {
	background-color: #444;
}

.has-very-dark-gray-color {
	color: #444;
}

.has-small-font-size {
	font-size: 12px;
}

.has-large-font-size {
	font-size: 36px;
	line-height: 1.2;
}

.has-huge-font-size {
	font-size: 48px;
	line-height: 1.2;
}

.has-regular-font-size {
	font-size: 16px;
}

.wp-block-image.alignleft.is-resized {
	margin-left: 0;
	margin-right: 30px;
}

.wp-block-image.alignright.is-resized {
	margin-left: 30px;
	margin-right: 0;
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid #cccccc;
	margin: 50px 0;
	text-align: left;
	background: transparent;
}

/*blockquote*/
@media(max-width: 480px) {
	blockquote {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}

blockquote p {
	margin-bottom: 0;
	line-height: 1.6;
}

blockquote cite {
	display: block;
	font-size: 14px;
	color: var(--tripfery-body-color);
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	position: relative;
	letter-spacing: 1px;
	z-index: 1;
}

blockquote.wp-block-quote cite {
	display: block;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	letter-spacing: 1px;
	z-index: 1;
}

blockquote.wp-block-quote[style="text-align:right"] cite:after {
	left: inherit;
	right: 0;
}

blockquote.wp-block-quote[style="text-align:right"] cite {
	padding-right: 34px;
}

.wp-block-pullquote {
	border-top: 2px solid var(--tripfery-primary-color);
	border-bottom: 2px solid var(--tripfery-primary-color);
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}

.wp-block-pullquote blockquote {
	background-color: transparent;
}

blockquote.wp-block-pullquote {
	background: var(--tripfery-light-color);
	border-left: none;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	padding: 35px;
	margin: 40px 0px 40px;
	color: var(--tripfery-black-color);
}

.wp-block-pullquote cite {
	font-size: 14px;
	font-weight: 700;
	z-index: 1;
}

blockquote,
.wp-block-quote,
blockquote.wp-block-quote {
	padding: 40px 80px;
	border: 1px solid var(--tripfery-heading-color);
	border-radius: 10px;
	font-size: 26px;
	font-weight: 500;
	line-height: 45px;
	color: var(--tripfery-heading-color);
	margin: 34px 0px 30px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	blockquote,
	.wp-block-quote,
	blockquote.wp-block-quote {
		font-size: 20px;
	}
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large:not(.is-style-plain) {
	border: 1px solid var(--tripfery-primary-color);
	border-left-width: 5px;
	padding: 35px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large:not(.is-style-plain) cite {
	text-align: left;
	font-size: 14px;
}

.wp-block-quote.is-style-large cite em {
	font-style: normal;
}

.wp-block-quote.has-text-align-right {
	text-align: right;
	padding: 35px;
	border-left: 1px solid var(--tripfery-primary-color);
}

.wp-block-quote.has-text-align-right:before {
	left: 40px;
	right: auto;
}

.wp-block-quote.has-text-align-right cite {
	text-align: right;
	padding-left: 0;
}

.wp-block-quote.has-text-align-left {
	text-align: left;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
	font-size: 28px;
	line-height: 1.3;
}

.wp-block-quote.is-style-large cite br {
	display: none;
}

:root .has-cyan-bluish-gray-background-color {
	background-color: transparent !important;
}

.wp-block-pullquote.is-style-solid-color {
	max-width: 100%;
	border-radius: 6px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 32px;
}

.has-tripfery-primary-background-color.is-style-solid-color blockquote {
	background: var(--tripfery-primary-color);
}

.has-tripfery-secondary-background-color.is-style-solid-color blockquote {
	background: var(--tripfery-light-color);
}

.has-tripfery-button-dark-gray-background-color.is-style-solid-color blockquote {
	background: #333333;
}

.has-tripfery-button-light-gray-background-color.is-style-solid-color blockquote {
	background: #a5a6aa;
}

.has-tripfery-button-white-background-color.is-style-solid-color blockquote {
	background: #ffffff;
}

/* Main column width */
.wp-block {
	max-width: 720px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
	max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
	max-width: none;
}

.wp-caption-text {
	color: #555;
	font-size: 13px;
}

pre {
	background: #fff;
	color: #575757;
}

code,
a code {
	color: var(--tripfery-primary-color);
}

pre code {
	font-size: 15px;
	color: #334f7b;
	word-break: normal;
	line-height: 30px;
}

pre cite {
	font-weight: 400;
}

kbd {
	color: #334f7b;
	padding: 3px 5px 2px 5px;
	margin: 0 1px;
	background: #eaeaea;
	background: rgba(0, 0, 0, .07);
}

code,
kbd,
pre,
samp,
tt,
var {
	font-family: Menlo, Consolas, monaco, monospace;
}

.wp-block-code {
	font-family: Menlo, Consolas, monaco, monospace;
	font-size: 15px;
	color: #334f7b;
	padding: 30px;
	border: 1px solid var(--tripfery-border-color);
	border-radius: 0;
}

p:last-child img.size-thumbnail.alignright {
	clear: both;
	padding-top: 0;
}

/************** Button ***************/
.wp-block-button {
	margin-bottom: 15px;
}

.wp-block-button.aligncenter {
	text-align: center;
}

.wp-block-button .wp-block-button__link {
	font-size: 14px;
	background-color: var(--tripfery-primary-color);
	color: #ffffff;
	padding: 10px 20px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	line-height: 26px;
	border: none;
	border-radius: 40px;
	z-index: 1;
	text-transform: capitalize;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
}

.wp-block-button .wp-block-button__link:before {
	position: absolute;
	content: "";
	height: 104%;
	width: 0%;
	left: -1px;
	top: -1px;
	background-color: var(--tripfery-secondary-color);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 40px;
}

.wp-block-button .wp-block-button__link:hover:before {
	opacity: 1;
	width: 104%;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 2px solid var(--tripfery-primary-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--tripfery-primary-color);
	color: var(--tripfery-light-color);
}

.wp-block-button.is-style-outline .wp-block-button__link:before {
	/*	display: none;*/
}

.wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:before {
	border-radius: 0;
}

.wp-block-button .wp-block-button__link.no-border-radius:before {
	border-radius: 0;
}

.has-tripfery-primary-color {
	color: var(--tripfery-primary-color);
}

.has-tripfery-secondary-color {
	color: var(--tripfery-secondary-color);
}

.has-tripfery-button-dark-gray-color {
	color: var(--tripfery-grey-color-2);
}

.has-tripfery-button-light-gray-color {
	color: var(--tripfery-grey-color-1);
}

.has-tripfery-button-white-color {
	color: #ffffff;
}

.has-tripfery-primary-background-color {
	background-color: var(--tripfery-primary-color);
}

.has-tripfery-secondary-background-color {
	background-color: var(--tripfery-secondary-color);
}

.has-tripfery-button-dark-gray-background-color {
	background-color: var(--tripfery-grey-color-2);
}

.has-tripfery-button-light-gray-background-color {
	background-color: var(--tripfery-grey-color-1);
}

.has-tripfery-button-white-background-color {
	background-color: #ffffff;
}

.wp-block-button a.has-tripfery-primary-color {
	color: var(--tripfery-primary-color);
}

.wp-block-button a.has-tripfery-secondary-color {
	color: var(--tripfery-secondary-color);
}

.wp-block-button a.has-tripfery-button-dark-gray-color {
	color: var(--tripfery-grey-color-2);
}

.wp-block-button a.has-tripfery-button-light-gray-color {
	color: var(--tripfery-grey-color-1);
}

.wp-block-button a.has-tripfery-button-white-color {
	color: #ffffff;
}

.wp-block-button .has-tripfery-primary-background-color {
	background-color: var(--tripfery-primary-color);
}

.wp-block-button .has-tripfery-secondary-background-color {
	background-color: var(--tripfery-secondary-color);
}

.wp-block-button .has-tripfery-button-dark-gray-background-color {
	background-color: var(--tripfery-grey-color-2);
}

.wp-block-button .has-tripfery-button-light-gray-background-color {
	background-color: var(--tripfery-grey-color-1);
}

.wp-block-button .has-tripfery-button-white-background-color {
	background-color: #ffffff;
}

/*button end*/

.wp-block-table td,
.wp-block-table th {
	border: 1px solid #e5e5e5;
	padding: 5px;
}

.wp-block-image .alignleft.is-resized {
	margin-top: 0;
}

.wp-block-latest-posts.is-grid {
	margin-left: 20px;
}

.wp-block-latest-posts.is-grid li {
	margin: 0 0 10px 0;
}

.wp-block-columns {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-columns .wp-block-column {
	margin-bottom: 15px;
	margin-top: 15px;
}

.wp-block-columns.has-2-columns .wp-block-column {
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
	.wp-block-columns .wp-block-column {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.wp-block-columns .wp-block-column {
		width: 100%;
		flex-basis: 100% !important;
		margin-left: 0;
	}
}

.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
	margin-top: 0 !important;
	padding-left: 35px;
	padding-right: 35px;
}

.wp-block-image .alignleft {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 25px;
}

.wp-block-image .alignright {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 25px;
}

/*wp block cover*/
.wp-block-cover {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-block-cover a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .has-text-color a,
.wp-block-cover .has-text-align-center a {
	color: #ffffff;
}

.wp-block-cover a:hover,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .has-text-color a:hover,
.wp-block-cover .has-text-align-center a:hover {
	text-decoration: underline;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
[data-align=left]>.wp-block-cover,
[data-align=right]>.wp-block-cover {
	max-width: 340px;
	width: 100%;
}

.entry-content .wp-block-cover {
	background-color: #000;
	overflow: hidden;
	margin-top: 0px;
	padding: 15px 45px;
}

.wp-block-cover p:not(.has-text-color) {
	color: #ffffff;
}

.wp-block-cover.alignleft {
	margin-top: 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
	font-size: 36px;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 100%;
	padding: .44em;
	text-align: center;
}

:root .has-pale-pink-background-color {
	background-color: #000;
}

.wp-block-gallery {
	margin-top: 25px;
	margin-bottom: 20px;
}

.wp-block-gallery.alignleft {
	display: flex;
	margin-top: 10px;
}

.wp-block-gallery .blocks-gallery-item {
	overflow: hidden;
}

.wp-block-gallery.alignleft .blocks-gallery-item {
	display: inline-block;
}

.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
	margin: 23px 0;
}

.wp-block-coblocks-social .wp-block-button__link {
	border: none;
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-gallery.alignleft.extraclass {
	margin-right: 30px;
}

.wp-block-gallery-1.wp-block-gallery.columns-3 {
	margin-bottom: 15px;
}

.blocks-gallery-caption,
.wp-block-image figcaption {
	color: var(--tripfery-meta-color);
}

p:last-child img.size-full.alignright {
	clear: both;
}

.wp-block-spacer {
	clear: both;
}

.gallery .gallery-item {
	text-align: center;
}

.site-content nav.comment-navigation {
	padding-top: 0;
}

.site-content nav.comment-navigation ul {
	margin-top: 0;
	margin-bottom: 40px;
}

.site-content nav.comment-navigation ul li {
	margin-right: 0;
}

.site-content nav.comment-navigation ul li a {
	border-radius: 30px;
	height: inherit;
	width: inherit;
	padding: 12px 27px;
	line-height: 1.6;
}

figure.wp-caption.alignnone {
	margin: 15px auto 15px;
}

.wp-block-file .wp-block-file__button {
	background: var(--tripfery-primary-color);
	padding: 10px 20px;
	color: var(--tripfery-white-color);
}

.has-media-on-the-right.is-stacked-on-mobile {
	margin-bottom: 20px;
}

.blocks-gallery-item figcaption {
	line-height: 1.4;
}

ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
	display: inline-block;
}

.wp-block-group.has-background {
	margin-bottom: 20px;
}

@media(min-width: 575px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

@media(max-width: 574px) {
	.wp-block-columns {
		gap: 0 !important;
	}
}

/*Mobile menu*/
@media(max-width:475px) {
	.site-header .mobile-menu {
		display: none !important;
	}
}

.mean-container .mobile-mene-bar {
	position: relative;
	z-index: 9;
}

.mean-container .mobile-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	left: 0;
	right: 0;
	box-shadow: 0 0 18px 0 rgba(0, 35, 90, 0.1);
	background-color: transparent;
	transition: background 0.2s ease, padding 0.8s linear;
}

.mean-container .mean-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: var(--tripfery-white-color);
	float: none;
	position: relative;
	padding: 16px 20px;
	top: 0;
	left: 0;
	width: 100%;
}

.mean-container .mean-bar-search {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.mean-container .mean-bar-search .search-icon a {
	color: var(--tripfery-body-color);
	font-size: 18px;
	width: auto;
	height: auto;
}

.mean-container .mean-bar-search .search-icon a:hover {
	color: var(--tripfery-primary-color);
}

.mn-top .mean-container .mean-bar {
	position: fixed;
}

.mean-container .mean-bar .mobile-logo {
	color: var(--tripfery-primary-color);
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.mean-container .mean-bar .mobile-logo img {
	max-width: 150px;
}

.mean-container .mean-bar .minicart {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.mean-container .mean-bar .info {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.mean-container .mean-bar .info>div {
	position: relative;
	line-height: 1;
}

.mean-container .mean-bar .info>div>a,
.mean-container .mean-bar .info>div>.cart-list-trigger>a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--tripfery-body-color);
	font-size: 18px;
	height: auto;
	width: auto;
}

.mean-container .mean-bar .info>div>a:hover,
.mean-container .mean-bar .info>div>.cart-list-trigger>a:hover {
	color: var(--tripfery-primary-color);
}

.mean-container .cart-area .cart-list-trigger {
	padding: 0;
}

.mean-container .cart-area .cart-trigger-icon>span {
	position: relative;
	top: -7px;
	right: 5px;
}

.rt-slide-nav {
	display: block;
	position: absolute;
	background: white;
	right: 0;
	left: 0;
	z-index: 3;
	max-height: calc(100vh - 100px);
	overflow-y: scroll;
	transform: translateX(200%);
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	will-change: transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-top: 1px solid var(--tripfery-border-color);
}

.slidemenuon .rt-slide-nav {
	transform: translateX(0);
}

.rt-slide-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}

@media only screen and (min-width: 1200px) {
	#meanmenu {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.header-area {
		display: none;
	}
}

.rt-slide-nav nav,
.rt-slide-nav .menu-main-menu-container {
	display: block;
}

.rt-slide-nav nav>ul>li.mega-menu,
.rt-slide-nav nav>ul>li ul.sub-menu li ul,
.rt-slide-nav nav>ul>li>ul.sub-menu {
	position: relative;
	width: 100%;
	transition: inherit;
	transform: inherit;
	background: none;
	box-shadow: none;
	transform-origin: inherit;
	opacity: 1;
	visibility: visible;
	left: 0;
}

.rt-slide-nav .offscreen-navigation .sub-menu {
	display: none;
}

.rt-slide-nav .offscreen-navigation ul li {
	position: relative;
}

.rt-slide-nav .offscreen-navigation .menu-main-menu-container ul li a {
	padding: 10px 20px;
	border-bottom: 1px solid var(--tripfery-border-color);
}

.rt-slide-nav .offscreen-navigation .menu-main-menu-container>ul>li:last-child>a {
	border-bottom: none;
}

.rt-slide-nav .offscreen-navigation .menu-main-menu-container ul .sub-menu li>a {
	padding: 10px 40px;
}

.rt-slide-nav .offscreen-navigation ul li>span {
	position: absolute;
	right: 12px;
	top: 11px;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	cursor: pointer;
}

.rt-slide-nav .offscreen-navigation ul li>span:after {
	content: '\f067';
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	transition: .1s;
	font-weight: 700;
	position: absolute;
	font-size: 14px;
	color: var(--tripfery-primary-color);
}

.rt-slide-nav .offscreen-navigation ul li>span.open:after {
	content: '\f068';
}

.rt-slide-nav .offscreen-navigation ul li:last-child {
	border-bottom: none;
}

.rt-slide-nav .offscreen-navigation ul li a {
	color: var(--tripfery-heading-color);
}

.rt-slide-nav .offscreen-navigation ul li a:hover {
	color: var(--tripfery-primary-color);
}

.rt-slide-nav .offscreen-navigation ul li>a {
	display: block;
	position: relative;
	font-size: 17px;
	font-weight: 600;
	background: var(--tripfery-white-color);
	padding-bottom: 8px;
	padding-top: 8px;
}
.rt-slide-nav .offscreen-navigation .sub-menu li>a {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
}
.rt-slide-nav .offscreen-navigation li.current-menu-item>a,
.rt-slide-nav .offscreen-navigation li.current-menu-parent>a {
	color: var(--tripfery-primary-color);
}
.rt-slide-nav .offscreen-navigation ul li>a:before {
	content: '\f061';
	font-weight: 900;
	font-size: 12px;
	position: absolute;
	top: 6px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.29s ease-in-out;
	font-family: "Font Awesome 6 Free";
}
.rt-slide-nav .offscreen-navigation ul>li>a:before {
	top: 10px;
}
.rt-slide-nav .offscreen-navigation ul li>a:hover:before {
	opacity: 1;
	visibility: visible;
	left: 10px;
}
.rt-slide-nav .offscreen-navigation ul li>ul>li a:hover:before {
	left: 20px;
}
.rt-slide-nav .offscreen-navigation ul li>a:hover {
	padding-left: 25px;
}
.mean-bar .header-btn-new.mobile-btn {
	position: absolute;
	right: 12%;
	top: 8px;
}
.mean-bar .sidebarBtn {
	display: block;
	cursor: pointer;
}
.mean-bar .sidebarBtn .bar {
	background: var(--tripfery-body-color);
	height: 2px;
	width: 25px;
	display: block;
	margin-bottom: 5px;
	transition: all 0.31s ease-in-out;
}
.mean-bar .sidebarBtn .bar:nth-child(2) {
	width: 20px;
}
.mean-bar .sidebarBtn .bar:last-child {
	margin-bottom: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(2) {
	opacity: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}
.slidemenuon .sidebarBtn .bar:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}
/*carticon and search*/
.info-menu-bar {
	display: inline-flex;
	position: absolute;
	right: 73px;
}

@media(max-width: 425px) {
	.info-menu-bar {
		right: 55px;
	}
}
.info-menu-bar a {
	color: #111111;
	font-weight: 500;
}
.info-menu-bar a:hover {
	color: #111111;
}
.info-menu-bar .header-search-box {
	width: 25px;
	margin-left: 14px;
}
/*mobile header topbar*/
.mobile-top-bar .mobile-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
	row-gap: 8px;
	padding: 12px 12px 15px;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid var(--tripfery-border-color);
}
.mobile-top-bar .mobile-social,
.mobile-top-bar .mobile-address {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-top-bar .mobile-address a {
	color: var(--tripfery-body-color);
}
.mobile-top-bar .mobile-social a {
	color: var(--tripfery-body-color);
}
.mobile-top-bar .mobile-social a:hover {
	color: var(--tripfery-primary-color);
}
.mobile-top-bar .mobile-address i {
	color: var(--tripfery-primary-color);
	padding-right: 8px;
}
.wow {
	visibility: hidden;
}
@media (max-width: 767px) {
	.wow {
		visibility: visible !important;
		-webkit-animation: none !important;
		animation: none !important;
	}
}
/*---------------------------------------------------------
#. Woocommerce
-----------------------------------------------------------*/
.shop-page-top {
	width: 100%;
	display: inline-block;
}

.woocommerce .woocommerce-result-count {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 8px 15px;
	float: inherit;
	display: inline-block;
	background-color: var(--tripfery-grey-color-1);
	color: var(--tripfery-body-color);
}

.woocommerce .woocommerce-ordering {
	margin: 0;
	float: inherit;
}

.woocommerce .woocommerce-ordering select {
	padding: 8px 24px 8px 15px;
	font-weight: 500;
	background-color: var(--tripfery-grey-color-1);
	color: var(--tripfery-body-color);
	width: initial;
	border: none;
	outline: none;
	vertical-align: middle;
	cursor: pointer;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-result-count{
	border-radius: 5px;
}
.woo-shop-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.view-mode ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	position: relative;

}

.view-mode ul li a {
	width: 42px;
	height: 44px;
	padding: 0;
	display: grid;
	place-content: center;
	background: var(--tripfery-grey-color-1);
	color: var(--tripfery-heading-color);
	border: 0;
}

.product-grid-view .view-mode ul .grid-view-nav a,
.product-list-view .view-mode ul .list-view-nav a {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	border-radius: 5px;
}

@media only screen and (max-width: 767px) {
	.woo-shop-top {
		justify-content: center;
		gap: 10px;
	}

	.view-mode ul,
	.woocommerce .woocommerce-result-count {
		margin-bottom: 10px;
	}
}

.woocommerce ul.products::before {
	display: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.woocommerce ul.products li.product {
	flex: 0 0 auto;
	max-width: initial;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce ul.products.columns-2 li.product {
	width: calc(100%/2 - (15px / 2) * (2 - 1));
}

.woocommerce ul.products.columns-3 li.product {
	width: calc(100%/3 - (15px / 3) * (3 - 1));
}

.woocommerce ul.products.columns-4 li.product {
	width: calc(100%/4 - (15px / 4) * (4 - 1));
}

.woocommerce ul.products.columns-5 li.product {
	width: calc(100%/5 - (15px / 5) * (5 - 1));
}

@media(max-width: 1024px) {

	.woocommerce ul.products.columns-2 li.product,
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-4 li.product,
	.woocommerce ul.products.columns-5 li.product {
		width: calc(100%/2 - (15px / 2) * (2 - 1));
		clear: unset;
	}
}

@media(max-width: 767px) {

	.woocommerce ul.products.columns-2 li.product,
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-4 li.product,
	.woocommerce ul.products.columns-5 li.product {
		width: calc(100%/1 - (15px / 1) * (1 - 1));
	}
}

.woocommerce .rt-product-block {
	overflow: hidden;
	position: relative;
	padding: 30px;
	border: 1px solid var(--tripfery-border-color);
	border-radius: 5px;
}

.woocommerce .rt-product-block .rt-thumb {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.woocommerce li.product .rt-product-block .rt-thumb a img {
	display: inline-block;
	margin: 0;
	width: auto;
	transition: 0.31s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.woocommerce .rt-product-block:hover .rt-thumb img {
	opacity: 0.3;
	transform: scale(1.08);
}

.woocommerce .rt-product-block .btn-title .added_to_cart {
	margin-left: 4px;
}

.woocommerce .rt-product-block .rt-buttons {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}
.woocommerce .rt-product-block .btn-icons {
	display: flex;
	align-items: center;
	column-gap: 5px;
	position: relative;
}
.woocommerce .rt-product-block .btn-icons a {
	position: relative;
	height: 44px;
	padding: 0 13px;
	font-size: 15px;
	color: var(--tripfery-white-color);
	background: var(--tripfery-grey-color-3);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-transform: capitalize;
	opacity: 0;
	visibility: hidden;
}
.woocommerce .rt-product-block .btn-icons svg path{
	stroke: var(--tripfery-white-color);
}
.woocommerce .rt-product-block .btn-icons a:hover {
	color: var(--tripfery-white-color);
	background: var(--tripfery-primary-color);
}
.woocommerce .rt-product-block:hover .btn-icons a {
	opacity: 1;
	visibility: visible;
}
.woocommerce .rt-product-block .btn-icons a:nth-child(1) {
	transition-delay: 0.1s;
}
.woocommerce .rt-product-block .btn-icons a:nth-child(2) {
	transition-delay: 0.2s;
}
.woocommerce .rt-product-block .btn-icons a:nth-child(3) {
	transition-delay: 0.3s;
}
.woocommerce .rt-product-block .btn-icons a:nth-child(4) {
	transition-delay: 0.4s;
}
.woocommerce .rt-product-block .btn-icons .added_to_cart.wc-forward {
	position: absolute;
	top: -46px;
	width: 99px;
}
.woocommerce .rt-product-block .btn-icons a.action-cart>span {
	display: none;
}
.woocommerce .rt-product-block .content-box .rt-title {
	font-size: 18px;
	margin-bottom: 9px;
	line-height: 1.4;
	font-weight: 600;
}
.woocommerce .rt-product-block .content-box .rt-title a {
	color: var(--tripfery-heading-color);
}
.woocommerce .rt-product-block .content-box .rt-title a:hover {
	color: var(--tripfery-primary-color);
}
.woocommerce .rt-product-block .rt-price {
	color: var(--tripfery-primary-color);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 3px;
}

.woocommerce .rt-product-block .btn-icons .button-text,
.woocommerce .rt-product-block .btn-icons a.action-cart>span {
	display: none;
}
.rt-price del {
	font-size: 18px;
	font-weight: 400;
	margin-right: 6px;
	color: var(--tripfery-meta-color);
}

.rt-price ins {
	background-color: transparent;
}

.product-not-cart .add_to_cart_button.added {
	display: none;
}

.product-in-cart .added_to_cart.wc-forward {
	display: block;
}

.woocommerce ul.products li.product .onsale {
	margin: 0;
	border-radius: 0;
	left: 12px;
	top: 12px;
	right: auto;
	min-height: 15px;
	line-height: 1.4;
	padding: 5px 12px;
	font-size: 14px;
	font-weight: 600;
	background-color: var(--tripfery-primary-color);
}

.woocommerce ul.products li.product a img.ajax-loading {
	margin: 0;
	width: 15px;
	height: auto;
	display: none;
}

.roofix-products-page .pagination {
	margin-top: 20px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	width: 100% !important;
}

.woocommerce .rt-product-block .rating-icon {
	margin-bottom: 8px;
}

.woocommerce div.product div.images {
	margin-bottom: 0;
}

/*product grid view*/
.woocommerce .rt-product-grid .content-box {
	padding-top: 24px;
}

/*product list view*/
.woocommerce .rt-product-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	border: 1px solid var(--tripfery-border-color);
	padding: 15px;
}

.woocommerce .rt-product-list .rt-thumb-wrapper {
	border-radius: 10px;
	max-width: 280px;
	width: 100%;
}

.woocommerce .rt-product-list .content-box {
	flex: 1;
}

.woocommerce .rt-product-list .rt-list-more {
	margin-top: 15px;
}

.woocommerce .rt-product-list .rtin-excerpt p {
	margin-bottom: 0;
	margin-top: 12px;
}

.woocommerce .rt-product-list .rtin-excerpt>ul {
	display: none;
}

.product-list-view .shop-page-top {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.product-list-view ul.products[class*=columns-] li.product {
		width: 100%;
	}

	.woocommerce .rt-product-list .rt-thumb-wrapper {
		max-width: 100%;
	}
}

/*------------------- Product Details -------------------*/
.single-product-top {
	display: flex;
	column-gap: 50px;
}

.woocommerce div.product .rt-left {
	width: 45%;
	flex: 0 0 auto;
}

.woocommerce div.product .rt-right {
	width: 55%;
}

@media only screen and (max-width: 991px) {
	.single-product-top {
		display: block;
	}

	.woocommerce div.product .rt-right,
	.woocommerce div.product .rt-left {
		width: 100%;
	}
}

.woocommerce div.product .rt-left span.onsale {
	display: none;
}

.woocommerce div.product .rt-right .entry-title {
	font-size: 36px;
	margin-bottom: 12px;
	margin-top: -12px;
	line-height: 1.4;
}

.woocommerce div.product .rt-right .woocommerce-product-rating {
	margin-bottom: 15px;
}

.woocommerce div.product .rt-right .woocommerce-product-rating .star-rating {
	font-size: 14px;
	margin: 0;
}

.woocommerce div.product .rt-right .woocommerce-product-rating .woocommerce-review-link {
	color: var(--tripfery-meta-color);
	padding-left: 7px;
}

.woocommerce div.product .rtrs-rating-item .rating-icon {
	margin-bottom: 11px;
}

.woocommerce div.product .rt-right span.price,
.woocommerce div.product .rt-right p.price {
	color: var(--tripfery-primary-color);
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 3px;
	line-height: 1.4;
}

.woocommerce div.product .rt-right span.price del,
.woocommerce div.product .rt-right p.price del {
	opacity: 1;
	color: var(--tripfery-meta-color);
	font-size: 20px;
	font-weight: 400;
}

.woocommerce div.product .rt-right form.cart {
	margin-bottom: 0;
}

.woocommerce div.product table.group_table td>label>a {
	color: #6c6f72;
	font-size: 15px;
	font-weight: 700;
}

.woocommerce div.product table.group_table td>label>a:hover {
	color: var(--tripfery-primary-color);
}

.woocommerce div.product table.group_table td span.amount {
	color: var(--tripfery-heading-color);
	font-size: 18px;
	font-weight: 700;
}

.woocommerce div.product .rt-right .single-add-to-cart-wrapper {
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 25px;
}

.woocommerce div.product .rt-right form.cart div.quantity {
	margin-right: 15px;
}

.woocommerce div.product form.cart .group_table td {
	text-align: left;
}

.woocommerce div.product p.out-of-stock {
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
}

@media(max-width: 395px) {
	.woocommerce div.product .rt-right form.cart div.quantity {
		margin-bottom: 25px;
	}
}

.woocommerce .single-product-yith {
	display: flex;
	align-items: center;
	column-gap: 24px;
	font-size: 14px;
	font-weight: 500;
	color: var(--tripfery-body-color);
}

.woocommerce .single-product-yith>span {
	position: relative;
	display: flex;
	column-gap: 8px;
}

.woocommerce .single-product-yith>span:before {
	position: absolute;
	content: "";
	right: -12px;
	top: 8px;
	height: 10px;
	width: 1px;
	background-color: var(--tripfery-border-color);
}

.woocommerce .single-product-yith>span a {
	color: var(--tripfery-body-color);
	font-size: 15px;
}

/*variations form*/
.woocommerce div.product form.cart .reset_variations {
	position: absolute;
	right: -47px;
	top: 14px;
	line-height: 1;
	font-weight: 500;
}

.woocommerce .rt-right .variations_form {
	margin-bottom: 20px;
}

.woocommerce .product .rt-right .variations_form .variations {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 8px;
	border-top: 1px solid var(--tripfery-border-color);
	display: inline-grid;
	transition: all ease 0.31s;
}

.woocommerce .rt-right .variations_form .variations tr {
	display: flex;
	gap: 20px;
	border-bottom: 1px solid var(--tripfery-border-color);
	margin-bottom: 7px;
	padding-bottom: 7px;
	transition: all ease 0.31s;
}

.woocommerce .rt-right .variations_form .variations th,
.woocommerce .rt-right .variations_form .variations td {
	text-align: left;
	float: left;
	position: relative;
	min-width: 77px;
	padding-left: 0;
}

.woocommerce .rt-right .variations_form .rtwpvs-term {
	box-shadow: none !important;
	background: transparent !important;
	margin: 0 5px;
	padding: 0;
}

.woocommerce .rt-right .variations_form .rtwpvs-term:not(.rtwpvs-radio-term):hover {
	background: transparent !important;
}

.woocommerce .rt-right .variations_form .rtwpvs-button-term:hover span {
	color: inherit !important;
}

.woocommerce .rt-right .variations_form .rtwpvs-term-span {
	color: var(--tripfery-meta-color) !important;
	padding: 0 !important;
	transition: all ease 0.31s;
}

.woocommerce .rt-right .variations_form .rtwpvs-color-term {
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

.woocommerce .rt-right .variations_form .rtwpvs-term:not(.rtwpvs-radio-term):hover,
.woocommerce .rt-right .variations_form .rtwpvs-term:not(.rtwpvs-radio-term).selected,
.woocommerce .rt-right .variations_form .rtwpvs-term-span-color:after {
	box-shadow: none !important;
}

.woocommerce div.product form.cart .variations select {
	min-width: 100%;
	margin-right: 20px;
	padding-left: 10px;
}

.rtwpvs .button-variable-wrapper .rtwpvs-term {
	box-shadow: none !important;
}

.woocommerce .rt-right .variations_form .color-variable-wrapper {
	margin-top: 6px;
}

.woocommerce .rt-right .variations_form .variations th label {
	color: var(--tripfery-heading-color);
	font-size: 18px;
	font-weight: 600;
	transition: all ease 0.31s;
}

.woocommerce .rt-right .variations_form .single_variation_wrap {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}

.woocommerce .rt-right .variations_form .single_variation_wrap span.price {
	margin-bottom: 10px;
	display: inline-block;
}

.woocommerce .rt-right .post-share-btn {
	width: 100%;
	margin-bottom: 15px;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.woocommerce .rt-right .post-share-btn .item-label {
	font-size: 20px;
	font-weight: 600;
	color: #212529;
	width: 70px;
	float: left;
	padding-top: 5px;
	margin-bottom: 0;
	transition: all ease 0.31s;
}

.woocommerce .woocommerce-product-details__short-description {
	margin-top: 18px;
}

.woocommerce .woocommerce-product-details__short-description ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}

.woocommerce .woocommerce-product-details__short-description ul li {
	display: flex;
	align-items: center;
}

.woocommerce .woocommerce-product-details__short-description ul li:before {
	content: '\e828';
	font-family: "radius-tripfery-font";
	font-size: 5px;
	height: 17px;
	width: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 10px;
	line-height: 1;
	color: var(--tripfery-white-color);
	background-color: var(--tripfery-primary-color);
}

.woocommerce .rt-right .slick-slider .slick-slide {
	margin-left: 0;
}

/*single product meta*/
.woocommerce .product_meta {
	display: flex;
	gap: 15px;
}

.woocommerce .product_meta>span {
	color: var(--tripfery-heading-color);
	font-weight: 600;
	display: block;
	line-height: 1.4;
}

.woocommerce .product_meta>span a,
.woocommerce .product_meta>span span {
	color: var(--tripfery-meta-color);
	display: inline-block;
	margin-left: 5px;
	font-size: 15px;
}

.woocommerce .product_meta>span a:hover {
	color: var(--tripfery-primary-color);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	background-color: var(--tripfery-grey-color-1);
	text-align: center;
	height: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
	min-height: 360px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	width: inherit;
	display: inline-block;
}

.woocommerce div.product div:is(:not(.rtsb-product-images))>div.images .flex-control-thumbs {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
	transition: all ease 0.31s;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	background-color: var(--tripfery-grey-color-1);
	text-align: center;
	padding: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	display: inline-block;
	width: 90px;
}

.quantity .quantity-item .quantity-label {
	display: none;
}

.woocommerce div.product .quantity-item .quantity-label {
	display: block;
	color: var(--tripfery-heading-color);
	font-size: 18px;
	font-weight: 700;
	margin-right: 15px;
	transition: all ease 0.31s;
}

.woocommerce .quantity-item {
	display: inline-flex;
	align-items: center;
}

.woocommerce .quantity input.input-text {
	margin: 0 5px;
}

.woocommerce .quantity .quantity-btn {
	width: 44px;
	height: 46px;
	background-color: var(--tripfery-grey-color-1);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.quantity {
	margin: 0 auto;
	position: relative;
}

.quantity input.input-text {
	width: 44px;
	height: 46px;
	background-color: var(--tripfery-grey-color-1);
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.quantity .input-group-btn span.quantity-btn svg {
	transform: scale(0.8);
}

.quantity input.input-text {
	vertical-align: top !important;
}

.quantity input.input-text:focus {
	outline: none;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
	display: none;
}

/*product bottom*/
.rt-related-product {
	margin-top: 50px;
}

.woocommerce .rt-related-product ul.products {
	row-gap: 0;
}

.woocommerce .rt-related-product ul.products li.product {
	width: 100%;
}

/*product button*/
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce a.button,
.cart-btn a.button {
	background: var(--tripfery-primary-color);
	border-radius: 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	padding: 15px 20px 16px 20px;
	transition: all 0.4s ease;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.16px;
	line-height: 1;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.cart-btn a.button:hover {
	color: #fff;
	background-color: var(--tripfery-secondary-color);
}

.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce input.button:focus,
.woocommerce a.button:focus {
	outline: none;
	border-radius: 0;
}

.woocommerce button.button.alt.disabled {
	background-color: var(--tripfery-primary-color);
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	color: #fff;
	opacity: 1;
	padding: 15px 20px 16px 20px;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	background-color: var(--tripfery-light-color);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

.single-product-bottom {
	margin-top: 70px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 30px;
	text-align: left;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	border-radius: 0;
	background-color: var(--tripfery-grey-color-1);
	margin: 0;
	padding: 0;
	text-align: center;
}

@media(max-width: 425px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 22px;
	color: var(--tripfery-heading-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	background: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--tripfery-primary-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--tripfery-white-color);
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 0;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	border: 1px solid var(--tripfery-border-color) !important;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description>ul {
	list-style: none;
	margin-bottom: 35px;
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description>ul>li {
	margin: 0 0;
	padding-left: 25px;
	position: relative;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description>ul>li::before {
	position: absolute;
	content: "";
	background-color: #dbdbdb;
	width: 12px;
	height: 12px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

@media(max-width: 767px) {
	.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description>ul {
		display: block;
	}

	.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description>ul>li {
		margin-bottom: 12px;
	}

	.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description>ul>li::before {
		top: 8px;
		transform: inherit;
	}
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	float: inherit;
	margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	margin-bottom: 3px;
	text-transform: capitalize;
	color: var(--tripfery-body-color);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-size: 16px;
	color: var(--tripfery-heading-color);
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 80px;
	border: none;
	margin-right: 25px;
	padding: 0;
	position: inherit;
}

.woocommerce #review_form #respond p {
	display: inline-flex;
}

.woocommerce #review_form #respond p.form-submit {
	margin-top: 10px;
}

.woocommerce p.stars a {
	color: #ffba0a;
}

.woocommerce #review_form #respond .comment-form-author label,
.woocommerce #review_form #respond .comment-form-email label {
	margin-right: 10px;
	width: 65px;
}

.woocommerce #review_form #respond p textarea {
	height: 150px;
	padding: 20px;
	border-color: var(--tripfery-border-color);
	border-radius: 6px;
}

.woocommerce #review_form #respond p input:focus,
.woocommerce #review_form #respond p textarea:focus {
	outline: none;
}

/*review*/
.woocommerce div.product .woocommerce-tabs .panel h3 {
	font-size: 24px;
}

.woocommerce div.product #reviews #comments h2 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.woocommerce-Reviews .comment-reply-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--tripfery-heading-color);
}

.woocommerce-Reviews .comment-form label {
	font-size: 14px;
	color: var(--tripfery-heading-color);
	font-weight: 500;
	min-width: 100px;
}

.woocommerce-Reviews .comment-form-rating .stars span {
	position: relative;
	top: 5px;
}

@media (min-width: 850px) {
	.woocommerce-Reviews .comment-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-left: -15px;
		margin-right: -15px;
	}

	.woocommerce-Reviews .comment-form>div,
	.woocommerce-Reviews .comment-form>p {
		padding: 0 15px;
		width: 100%;
	}

	.woocommerce-Reviews .comment-form p.comment-form-author,
	.woocommerce-Reviews .comment-form p.comment-form-email,
	.woocommerce-Reviews .comment-form p.comment-form-url {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.woocommerce span.onsale {
	padding: 0;
	text-align: center;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	background-color: #000;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 48px;
	width: 140px !important;
	line-height: 40px;
	padding: 10px 15px;
	border-color: var(--tripfery-border-color);
}

.cart-collaterals {
	margin-top: 50px;
}

.cart-collaterals h2 {
	font-size: 30px;
}

.woocommerce-cart table.woocommerce-cart-form__contents {
	border-top: 0;
	border-left: 0;
}

.woocommerce-cart table.woocommerce-cart-form__contents tr th {
	color: var(--tripfery-heading-color);
	font-weight: 600;
}

.woocommerce-cart table.woocommerce-cart-form__contents tr td,
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
	border: 0;
	border-top: 1px solid var(--tripfery-border-color);
	border-left: 1px solid var(--tripfery-border-color);
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: none;
}

.woocommerce table.shop_table tbody td.product-price,
.woocommerce table.shop_table tbody td.product-subtotal,
.woocommerce table.shop_table tbody td.product-stock-status,
.woocommerce table.shop_table tbody td.product-name a {
	color: var(--tripfery-heading-color);
	font-weight: 600;
}

.woocommerce table.shop_table tbody td.product-name a:hover {
	color: var(--tripfery-primary-color);
}

.woocommerce table.shop_table tbody td.product-name .yith-wcqv-button {
	display: none;
}

.woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn {
	line-height: 1;
}

.woocommerce .woocommerce-checkout .form-row {
	margin: 0 0 20px;
}

.woocommerce .woocommerce-checkout #payment div.place-order {
	padding: 20px 24px;
}

.woocommerce .woocommerce-checkout .form-row label {
	color: var(--tripfery-heading-color);
	font-weight: 600;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 18px;
}

.woocommerce .woocommerce-checkout .form-row.place-order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding-bottom: 0;
}

.woocommerce .woocommerce-checkout .col2-set,
.woocommerce-page .woocommerce-checkout .col2-set {
	width: auto;
}

p.return-to-shop {
	margin-bottom: 70px;
}

.woocommerce form.checkout_coupon {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
}

.woocommerce form.checkout_coupon input.input-text {
	padding: 13px 10px;
	border-radius: 6px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 49%;
}

.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
	padding: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	background-color: var(--tripfery-white-color);
	padding: 13px 12px;
}

.woocommerce .address-field .select2-container .select2-selection--single {
	border: 1px solid var(--tripfery-border-color);
}

.woocommerce .edit-account fieldset {
	border: none;
	margin: 15px 0 15px;
	padding: 0;
}

.woocommerce .edit-account fieldset>legend {
	color: var(--tripfery-heading-color);
	font-size: 22px;
	font-weight: 600;
	transition: all ease 0.31s;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper {
	width: 100%;
	height: 40px;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper:focus {
	outline: none;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper input {
	height: 48px;
	padding: 10px 18px;
}

.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container .select2-selection--single {
	height: 48px;
	border-radius: 0;
	line-height: 48px;
	padding-left: 6px;
	padding-right: 6px;
	color: var(--tripfery-body-color);
	background-color: transparent;
	transition: all ease 0.31s;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.address-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 18px;
	appearance: none;
	background-size: 12px;
	background-image: url(../img/select-arrow.svg) !important;
	background-repeat: no-repeat;
	background-position: 95%;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b,
.address-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: var(--tripfery-primary-color);
}

.woocommerce-billing-fields .form-row input.input-text::-webkit-input-placeholder {
	color: var(--tripfery-body-color);
}

.woocommerce-billing-fields .form-row input.input-text:-ms-input-placeholder {
	color: var(--tripfery-body-color);
}

.woocommerce-billing-fields .form-row input.input-text:-moz-placeholder {
	color: var(--tripfery-body-color);
}

.woocommerce-additional-fields .form-row textarea.input-text::-webkit-input-placeholder {
	color: var(--tripfery-body-color);
}

.woocommerce-additional-fields .form-row textarea.input-text:-ms-input-placeholder {
	color: var(--tripfery-body-color);
}

.woocommerce-additional-fields .form-row textarea.input-text:-moz-placeholder {
	color: var(--tripfery-body-color);
}

.woocommerce-additional-fields span.woocommerce-input-wrapper {
	width: 100%;
}

.wc-order-review-wrapper {
	margin-top: 50px;
}

.woocommerce-order-received .section.content-area {
	padding-top: 110px;
	padding-bottom: 85px;
}

.woocommerce-order-received .section.content-area .woocommerce-order h2 {
	font-size: 30px;
}

.woocommerce .woocommerce-customer-details address {
	padding: 20px 30px;
}

.yith-wcqv-main h1.product_title.entry-title {
	font-size: 30px;
	margin-bottom: 7px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	font-size: 16px;
}

.woocommerce table.shop_table {
	border-radius: 0;
	border-collapse: collapse !important;
}

.woocommerce table.shop_table th {
	color: var(--tripfery-heading-color);
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th {
	color: var(--tripfery-heading-color);
	font-weight: 600;
}

.woocommerce table.shop_table tbody td {
	font-weight: 600;
	padding: 12px 15px;
}

@media(max-width: 768px) {

	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
	.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: 1px solid var(--tripfery-border-color);
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
}

.woocommerce .hidden-title-form {
	display: none;
}

.yith-wcwl-share {
	display: none;
}

@media(max-width: 575px) {
	.woocommerce-notices-wrapper .woocommerce-message {
		display: flex;
		flex-wrap: wrap;
		line-height: 1.4;
	}

	.woocommerce-notices-wrapper .woocommerce-message .button {
		order: 2;
		margin-top: 15px;
	}
}

.woocommerce-message {
	border-top-color: var(--tripfery-primary-color);
	padding: 20px 30px 20px 50px;
	line-height: 45px;
	border-radius: 0 0 6px 6px;
	transition: all ease 0.31s;
}

.woocommerce-info {
	border-top-color: var(--tripfery-primary-color);
	padding: 17px 30px 18px 50px;
	transition: all ease 0.31s;
}

.woocommerce-message::before {
	top: 21px;
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--tripfery-heading-color);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	color: var(--tripfery-body-color);
	background: var(--tripfery-grey-color-1);
}

/*star rating for products*/
.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
	content: ' ';
	display: table;
}

.woocommerce .star-rating {
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 14px;
	width: 6.6em;
	font-family: star;
}

.woocommerce .star-rating:before {
	position: absolute;
	content: "SSSSS";
	color: var(--tripfery-grey-color-2);
	float: left;
	top: 0;
	left: 0;
	letter-spacing: 4px;
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
	position: absolute;
	content: "SSSSS";
	top: 0;
	left: 0;
	color: var(--tripfery-rating-color);
	letter-spacing: 4px;
}

.rating-count-wrap {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.rating-count-wrap .rating-count {
	font-size: 14px;
	color: var(--tripfery-meta-color);
}

.woocommerce .woocommerce-product-rating {
	line-height: 1;
}

.woocommerce li.product .star-rating {
	display: inline-block;
	margin-bottom: 0;
}

/*header cart*/
.cart-area .cart-list-trigger {
	position: relative;
	transition: all ease 0.31s;
}

.cart-area .cart-trigger-icon>span {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 14px;
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	line-height: 1;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 500;
}

.cart-area .cart-wrapper {
	font-size: 14px;
	line-height: 22px;
	background-color: var(--tripfery-white-color);
	position: absolute;
	right: 0;
	top: 100%;
	width: 340px;
	max-height: 70vh;
	overflow-y: auto;
	text-align: left;
	box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 5%);
	padding: 30px 20px;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
	opacity: 0;
	z-index: 100;
	transform: scaleY(0);
	transform-origin: 0 0 0;
}

@media(max-width: 374px) {
	.cart-area .cart-wrapper {
		width: 296px;
	}
}

.cart-area .cart-list-trigger:hover .cart-wrapper {
	top: 100%;
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.cart-area .cart-wrapper ul.minicart>li {
	border-bottom: 1px solid var(--tripfery-border-color);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.cart-area .cart-wrapper ul.minicart .cart-btn {
	margin-top: 20px;
}

.cart-area .cart-wrapper ul.minicart>li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cart-wrapper h5.no-cart-items {
	width: 100%;
	margin-bottom: 0;
}

.cart-single-product {
	width: 100%;
}

.cart-single-product>.media {
	display: flex;
	position: relative;
	align-items: center;
}

.cart-wrapper .remove-item-overlay {
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	background-color: var(--tripfery-heading-color);
}

.cart-wrapper .remove-item-overlay>img {
	top: 50%;
	width: 25px;
	max-width: 100%;
	position: absolute;
	transform: translateY(-50%);
}

.cart-wrapper .cart-product-img {
	display: inline-flex;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid var(--tripfery-border-color);
	margin-right: 13px;
	padding: 5px;
}

.cart-area .cart-wrapper ul.minicart>li .media .cart-content ul {
	display: flex;
	padding-left: 0;
	list-style: none;
	align-items: center;
	justify-content: space-between;
}

.cart-area .cart-wrapper ul.minicart>li.cart-total {
	color: var(--tripfery-body-color);
	font-weight: 600;
}

.cart-area .cart-content {
	flex: 1;
}

.cart-area .minicart-title a {
	color: var(--tripfery-heading-color);
	font-size: 16px;
	font-weight: 600;
}

.cart-area .cart-title-line2 {
	color: var(--tripfery-body-color);
}

.cart-area .minicart-remove a {
	color: var(--tripfery-body-color);
}

.cart-area .minicart-title a:hover,
.cart-area .minicart-remove a:hover {
	color: var(--tripfery-primary-color);
}

/*product search*/
.widget_product_search .woocommerce-product-search {
	position: relative;
}

.woocommerce.widget_product_search .search-field {
	border: none;
	background-color: var(--tripfery-grey-color-1);
	color: var(--tripfery-body-color);
	font-size: 16px;
	height: 40px;
	width: 100%;
	padding: 5px 65px 5px 15px;
	outline: none;
	border: 1px solid #eee;
	border-radius: 5px;
}

.woocommerce.widget_product_search button {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	border: none;
	border-radius: 5px;
	box-shadow: none;
	font-size: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	padding: 5px 10px;
	line-height: 1.5;
}
.woocommerce.widget_product_search button:hover {
	background-color: var(--tripfery-secondary-color);
}
.woocommerce.widget_product_search button:before {
	content: '\e81e';
	font-family: "fontello";
	font-size: 15px;
}

/*product list*/
.sidebar-widget-area .widget.widget_products ul li,
.woocommerce ul.product_list_widget li {
	border: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.woocommerce ul.product_list_widget li img {
	margin-right: 15px;
	margin-left: 0;
	padding: 8px;
	width: 85px;
	background: var(--tripfery-grey-color-1);
	float: left;
}

.woocommerce ul.product_list_widget li a {
	color: var(--tripfery-heading-color);
	margin-bottom: 3px;
	display: block;
}

.woocommerce ul.product_list_widget li a:hover {
	padding-left: 0;
	color: var(--tripfery-primary-color);
}

.woocommerce ul.product_list_widget li a:before {
	display: none;
}

.woocommerce ul.product_list_widget li .star-rating {
	font-size: 13px;
	margin-bottom: 5px;
	display: block !important;
}

.woocommerce ul.product_list_widget li .amount {
	color: var(--tripfery-primary-color);
	font-size: 18px;
	font-weight: 700;
}

.woocommerce ul.product_list_widget li del bdi {
	font-weight: 400;
	margin-right: 6px;
	color: var(--tripfery-meta-color);
}

.woocommerce ul.product_list_widget li ins {
	background-color: transparent;
}

.woocommerce .loader::before {
	display: none;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	list-style: none;
}
.sidebar-widget-area .widget.widget_products  ul li::after,
.sidebar-widget-area .widget.widget_products  ul li::before{
	display:none;
}
.sidebar-widget-area .widget.widget_products ul,
.sidebar-widget-area .widget.widget_products ul li{
	display:block;
}
.sidebar-widget-area .widget.widget_products ul li{
	background:transparent;
	clear: both;
	overflow: hidden;
}
.sidebar-widget-area .widget.widget_products ul li:hover a{
	color: var(--tripfery-primary-color);
}
@media(max-width: 1024px) {
	.woocommerce-page .content-area {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media(max-width: 767px) {
	.woocommerce-page .content-area {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

/*related product slider*/
.woo-related-product .swiper-slide li {
	list-style: none;
}

/*product quick view*/
.quick-view-modal .rtsb-modal-body div.product {
	display: flex;
	column-gap: 24px;
}

.quick-view-modal div.product p.price {
	color: var(--tripfery-primary-color);
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 3px;
	line-height: 1.4;
}

.quick-view-modal .woocommerce div.product div.images.woocommerce-product-gallery {
	flex: 1;
}

.quick-view-modal div.product .entry-title {
	font-size: 28px;
	margin-bottom: 12px;
}

.quick-view-modal div.product .woocommerce-product-rating {
	margin-bottom: 12px;
}

.quick-view-modal .woocommerce-product-rating .star-rating {
	margin: 0;
}

.quick-view-modal div.product .woocommerce-review-link {
	color: var(--tripfery-meta-color);
	padding-left: 7px;
}

.rtsb-ui-modal .rtsb-modal-content {
	height: auto;
}

.rtsb-ui-modal .rtsb-modal-wrapper .rtsb-modal-content {
	border-radius: 0;
	box-shadow: unset;
}

@media(max-width: 991px) {
	.rtsb-ui-modal .rtsb-modal-wrapper {
		margin: 12px;
	}
}

@media(max-width: 767px) {
	.quick-view-modal .rtsb-modal-body div.product {
		display: block;
	}
}

/*product compare view*/
.rtsb-compare-list-row+.rtsb-compare-list-row {
	margin-top: 0;
}

.rtsb-compare-list-row ul {
	padding: 0;
}

.rtsb-compare-primary-content-area {
	position: relative;
	background-color: var(--tripfery-grey-color-1);
	padding: 20px;
}

.rtsb-compare-primary-content-area a.rtsb-compare-remove {
	position: absolute;
	right: 20px;
}

.rtsb-compare-product-price,
.rtsb-compare-list-col.rtsb-compare-field-label {
	display: block;
	color: var(--tripfery-heading-color);
	font-weight: 700;
}

.rtsb-compare-list-col.rtsb-compare-list-value {
	max-width: 100%;
	display: block;
}

.rtsb-compare-empty {
	padding: 15px;
}

.rtsb-compare-return-to-shop {
	padding: 0 15px 24px;
}

@media(max-width: 767px) {
	.rtsb-compare-list-row {
		display: block;
	}

	.rtsb-compare-primary-content-area {
		margin-bottom: 10px;
	}

	.rtsb-compare-product-rating .star-rating {
		float: none;
	}

	.rtsb-compare-list-value {
		margin-bottom: 10px;
	}
}

/*product wishlist view*/
.rtsb-wishlist-content {
	width: 100%;
	overflow-x: auto;
}

.rtsb-wishlist-table {
	margin-top: 0;
}

.rtsb-wishlist-table tr {
	display: table-row;
}

.rtsb-wishlist-table th {
	color: var(--tripfery-heading-color);
}

.rtsb-wishlist-table .rtsb-wl-product-info a {
	color: var(--tripfery-heading-color);
	font-weight: 600;
}

.rtsb-wishlist-table .rtsb-wl-product-info a:hover {
	color: var(--tripfery-primary-color);
}

/*Woo Admin Account*/
.woocommerce-MyAccount-navigation {
	border: 1px solid var(--tripfery-border-color);
	padding: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}

@media(max-width: 575px) {
	.woocommerce-MyAccount-content .woocommerce-Message {
		display: flex;
		flex-wrap: wrap;
		line-height: 1.4;
	}

	.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
		order: 2;
		margin-top: 15px;
	}
}

.woocommerce form.checkout_coupon {
	border: none;
	box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
	background-color: var(--tripfery-grey-color-1);
	padding: 30px;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.woocommerce-MyAccount-navigation ul li a {
	position: relative;
	color: var(--tripfery-heading-color);
	font-size: 18px;
	font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--tripfery-primary-color);
}

.woocommerce-MyAccount-navigation ul li a:before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 8px;
	color: var(--tripfery-primary-color);
}

.woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-address-fields .select2-container .select2-selection--single {
	height: 48px;
	border-radius: 0;
	line-height: 48px;
	padding-left: 6px;
	padding-right: 6px;
	color: var(--tripfery-body-color);
	background-color: transparent;
	transition: all ease 0.31s;
}

.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--tripfery-body-color);
}

.woocommerce-address-fields .form-row input.input-text::-webkit-input-placeholder {
	color: var(--tripfery-body-color);
}

.woocommerce-address-fields .form-row input.input-text:-ms-input-placeholder {
	color: var(--tripfery-body-color);
}

.woocommerce-address-fields .form-row input.input-text:-moz-placeholder {
	color: var(--tripfery-body-color);
}

.woocommerce form .woocommerce-address-fields .form-row {
	padding: 0;
	margin: 0 0 12px;
}

/*Shop builder*/
.rtsb-product-img .default-img,
.rtsb-product-img .rtsb-product-image {
	width: auto;
}

#rtsb-builder-content table.shop_attributes td,
#rtsb-builder-content table.shop_attributes th {
	text-align: center;
}

#rtsb-builder-content .rtsb-product-tabs .woocommerce-tabs li a {
	padding: 12px 22px;
}

/*======================================
// rt-horizontal-line
====================================*/
.main-homeOne {
	position: relative;
	overflow-x: hidden;
}

.rt-horizontal-line {
	top: 0px;
	left: 50%;
	bottom: 0px;
	width: 67%;
	z-index: 2;
	display: block;
	position: absolute;
	transform: translateX(-50%);
	border-left: 1px solid #1c1c1c;
}

@media (max-width: 1199px) {
	.rt-horizontal-line {
		display: none;
	}
}

.rt-horizontal-line::before {
	width: 1px;
	left: -1px;
	content: "";
	height: 100px;
	position: absolute;
	animation: scroll1 15s ease-out infinite;
	background-image: linear-gradient(0deg, #f85c70, transparent);
}

.rt-horizontal-line__item {
	width: 14.2%;
	float: left;
	height: 100%;
	position: relative;
	display: inline-block;
	border-right: 1px solid #1c1c1c;
}

.rt-horizontal-line__item::before {
	width: 1px;
	right: -1px;
	content: "";
	height: 100px;
	position: absolute;
}

.rt-horizontal-line__item:nth-child(odd):before {
	animation: scroll2 15s ease-out infinite;
	background-image: linear-gradient(0deg, transparent, #f85c70);
}

.rt-horizontal-line__item:nth-child(even):before {
	animation: scroll1 15s ease-out infinite;
	background-image: linear-gradient(0deg, #f85c70, transparent);
}

@-webkit-keyframes scroll1 {
	0% {
		top: 0px;
		opacity: 1;
	}

	50% {
		top: 50%;
	}

	100% {
		top: 100%;
		opacity: 0.5;
	}
}

@keyframes scroll1 {
	0% {
		top: 0px;
		opacity: 1;
	}

	50% {
		top: 50%;
	}

	100% {
		top: 100%;
		opacity: 0.5;
	}
}

@-webkit-keyframes scroll2 {
	0% {
		opacity: 1;
		bottom: 0px;
	}

	50% {
		bottom: 50%;
	}

	100% {
		bottom: 100%;
		opacity: 0.5;
	}
}

@keyframes scroll2 {
	0% {
		opacity: 1;
		bottom: 0px;
	}

	50% {
		bottom: 50%;
	}

	100% {
		bottom: 100%;
		opacity: 0.5;
	}
}

/*======================================
#. rt-search-filter
====================================*/
@media (min-width: 1199px) {
	.menu_bar_yes.rt-search-customize .babe-search-form {
		min-width: 972px;
	}
}
.post-type-archive-to_book .rt-search-norlam .widget {
	margin-bottom: 0;
}
.rt-search-norlam .rt-search-customize #search-box {
	margin-left: auto;
}
.rt-search-norlam .rt-search-customize #search_form_tabs {
	display: none;
}
.rt-search-norlam .rt-search-customize .babe-search-form {
	border-radius: 10px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.rt-search-customize #search_form_tabs {
	background: var(--tripfery-white-color);
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	max-width: max-content;
	position: relative;
	margin: 0 auto;
}
.rt-search-customize #search-box {
	position: relative;
}
.rt-search-customize #search-box .input-group {
	justify-content: center;
	align-items: flex-end;
}
.rt-search-customize .add_input_field .add_ids_title i {
	top: 9px;
	font-size: 12px !important;
}
.rt-search-customize #search_form .input-group .parent-inner .search-date .search_date {
	width: 112px;
}
.add_input_field .add_ids_title,
.rt-search-customize .search_guests_title,
.rt-search-customize #search_form .input-group .parent-inner>div:not(.submit),
.rt-search-customize #search_form .input-group .parent-inner .search-date .search_date{
	font-size: 14px;
}
.rt-search-customize #search_form_tabs .search_form_tab {
	border: none;
	border-radius: 0;
	margin-right: 0;
	background-color: transparent;
	transition: 0.4s;
	padding: 16px 20px;
	font-weight: 500;
	color: var(--tripfery-heading-color);
	position: relative;
	z-index: 2;
	padding-left: 40px;
	position: relative;
}
.rt-search-customize #search_form_tabs .search_form_tab:after {
	position: absolute;
	font-family: "fontello";
	content: '\e813';
	left: 16px;
	top: 16px;
	font-weight: 400;
	font-size: 16px;
	color: var(--tripfery-primary-color);
}
.rt-search-customize #search_form_tabs .search_form_tab.is-active:after,
.header-search.open .close:hover {
	color: var(--tripfery-white-color);
}
.rt-search-customize #search_form_tabs .search_form_tab[data-tab-slug='ss']:after {
	content: '\e817';
}
.rt-search-customize #search_form_tabs .search_form_tab[data-tab-slug='activity']:after {
	content: '\e819';
}
.rt-search-customize #search_form_tabs .search_form_tab[data-tab-slug='rental']:after {
	content: '\e812';
}
.rt-search-customize #search_form_tabs .search_form_tab[data-tab-slug='rentacar']:after {
	content: '\e81a';
}
.rt-search-customize #search_form_tabs .search_form_tab[data-tab-slug='restaurants']:after {
	content: '\e81d';
}
.rt-search-customize #search_form_tabs .search_form_tab.is-active::before {
	width: 100%;
}
.rt-search-customize #search_form_tabs .search_form_tab.is-active {
	color: var(--tripfery-white-color);
}
.rt-search-customize #search_form_tabs .rt-scroll-btn {
	z-index: 1;
	position: absolute;
	left: -1px;
	top: -1px;
	height: calc(100% + 2px);
	background: var(--tripfery-primary-color);
	transition: 0.5s;
}
.rt-search-customize .babe-search-form {
	background: var(--tripfery-white-color);
	border-radius: 10px;
	max-width: max-content;
	padding: 30px;
	transition: 0.5s;
}
.rt-search-customize #search_form .input-group .parent-inner>div:not(.submit) {
	border-bottom: none;
	margin: 0;
	display: block;
	background-color: #f9f8f8;
	border: 1px solid var(--tripfery-border-color);
	border-radius: 5px;
	padding: 4px 16px;
	color: #999999;
	margin-right: 20px;
}
@media (max-width: 1199px) {
	.rt-search-customize #search_form .input-group .parent-inner>div:not(.submit) {
		margin-right: 14px;
	}
}
.rt-search-customize .search_guests_select_wrapper {
	border: 1px solid var(--tripfery-border-color);
	margin-right: 5px;
}
.rt-search-customize #search_form .input-group .parent-inner>div.submit {
	margin: 0;
}
.rt-search-customize #search_form .input-group .parent-inner>div .btn-search {
	position: relative;
	overflow: hidden;
}
.rt-search-customize #search_form .input-group .parent-inner>div .btn-search:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	background-color: var(--tripfery-secondary-color);
	transition: 0.4s;
	z-index: -1;
}
.rt-search-customize #search_form .input-group .parent-inner>div .btn-search:hover:after {
	width: 100%;
}
.rt-search-customize #search_form .input-group .parent-inner>div.submit .btn-search {
	border-radius: 5px;
	font-size: 18px;
	background: var(--tripfery-primary-color);
	font-weight: 600;
}
.rt-search-customize #search_form .input-group .parent-inner>div.submit .btn:focus {
	outline: none;
	box-shadow: none;
}
.rt-search-customize .btn-primary.btn-search {
	padding: 12px 25px;
}
.rt-search-customize .btn-primary.btn-search .fa-search {
	padding-right: 2px;
}
.rt-search-customize .add_input_field .add_ids_list {
	top: 120%;
	left: -24px;
	margin: 0;
	border: 1px solid var(--tripfery-border-color);
	border-radius: 5px;
}
.rt-search-customize .babe-search-form .add_ids_title ul.add_ids_list li {
	color: var(--tripfery-heading-color);
	font-weight: 600;
}
.rt-search-customize .babe-search-form .add_ids_title ul li ul li.term_item {
	color: var(--tripfery-body-color);
	font-weight: 400;
	padding: 4px 15px;
}
.rt-search-customize .babe-search-form .add_ids_title ul li ul li.term_item:hover {
	color: var(--tripfery-primary-color);
}
.rt-search-customize .add_ids_title ul.add_ids_list li.term_item:hover {
	background-color: transparent;
}
.rt-search-customize .add_ids_title ul.add_ids_list li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rt-search-customize .search_guests_select_wrapper>div:not(.search_guests_apply) {
	border-bottom: 1px solid var(--tripfery-border-color);
}
.rt-search-customize .btn-search-guests-change:hover {
	background: transparent;
	border-color: transparent;
}
.rt-search-customize .search_guests_apply .search_apply_btn {
	background: var(--tripfery-primary-color);
}
.rt-search-customize .add_input_field .add_ids_list li {
	padding: 6px 15px;
}
.daterangepicker .drp-buttons .btn:hover {
	color: var(--tripfery-white-color);
}
.rt-search-customize .rt-title-field i {
	width: 26px;
	height: 26px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
	font-size: 14px;
	color: #8694A5;
	margin-right: 4px;
}
.rt-search-customize .rt-title-field i:before {
	margin: 0;
}
.rt-search-customize .rt-title-field {
	font-weight: 500;
	color: var(--tripfery-heading-color);
	margin-bottom: 13px;
	font-size: 15px;
}
.rt-search-customize #search-box .input-group,
.rt-search-customize #search_form .parent-inner {
	position: relative;
}
.rt-search-customize #search_form .parent-inner:nth-child(3),
.rt-search-customize #search_form .parent-inner:nth-child(5) {
	display: none;
}
.rt-search-customize #search_form .parent-inner:nth-child(6) {
	width: 170px;
	position: relative;
}
.rt-search-customize #search_form .parent-inner:nth-child(6) .rt-title-field {
	position: absolute;
	left: 0;
	top: -39px;
}
.rt-search-customize.tab-rentacar #search_form .parent-inner:nth-child(6),
.rt-search-customize.tab-restaurants #search_form .parent-inner:nth-child(6),
.rt-search-customize.tab-activity #search_form .parent-inner:nth-child(6),
.rt-search-customize.tab-tours #search_form .parent-inner:nth-child(6) {
	width: 0;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
@media (max-width: 767px) {
	.rt-search-customize #search_form_tabs .search_form_tab{
		padding: 12px 14px;
		padding-left: 38px;
	}
	.rt-search-customize #search_form_tabs .search_form_tab::after {
		top: 12px;
	}
}

/*======================================
#. RT Booking Single Content
====================================*/
.details-content .details-title {
	font-weight: 600;
	color: var(--tripfery-heading-color);
	margin-bottom: 0;
}
@media (max-width: 575.98px) {
	.details-content .details-title {
		font-size: 26px;
		margin-bottom: 10px;
	}
}
.details-address-info {
	gap: 10px;
}
.details-address-info .map-link {
	color: var(--tripfery-primary-color);
}
.details-address-info .map-link:hover {
	text-decoration: underline;
}
.details-address {
	font-size: 20px;
	color: #858585;
}
.price-text {
	font-size: 15px;
	color: var(--tripfery-heading-color);
}
.price-text .price {
	font-size: 30px;
	font-weight: 700;
	color: var(--tripfery-primary-color);
}
.available-rooms .currency_amount {
	font-size: 18px;
	font-weight: 700;
	color: var(--tripfery-primary-color);
	margin-left: 4px;
}
.share-link-area {
	gap: 15px;
}
.rt-price-single-inner .price-area .rt-type,
.share-link-area .rt-type{
	text-transform: lowercase;
	margin-left: 5px;
}
.share-btns-link {
	gap: 10px;
}
.share-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f6f6f6;
	color: var(--tripfery-heading-color);
}
.share-btn:hover {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}
.rt-booking-single .address-icon i {
	color: var(--tripfery-primary-color);
}
.rt-booking-single .details-content {
	margin-bottom: 12px;
	flex-direction: unset !important;
}
.rt-booking-single .details-content i:before{
	font-size: 18px;
}
.rt-booking-single .details-content .rtrs-star-half-alt:before{
	font-size: 22px;
	position: relative;
	top: 2px;
}
.rt-booking-single .post-total-rating-stars .star {
	color: #eca336;
	font-size: 14px;
	line-height: 1.2;
}
.rt-booking-single .rt-single-price {
	font-size: 30px;
	font-weight: 700;
	color: var(--tripfery-primary-color);
	padding-left: 4px;
}
.hero-img-grid {
	display: grid;
	gap: 30px;
	grid-template-areas: "four" "two" "three" "one ";
}
.rt_booking_single_style1 .hero-img-grid {
	margin-top: 30px;
}
.rt_booking_single_style1 .wishlist {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f6f6f6;
	color: var(--tripfery-heading-color);
	cursor: pointer;
	transition: 0.4s;
}
.rt_booking_single_style1 .wishlist svg {
	width: 18px;
	color: var(--tripfery-heading-color);
}
.rt_booking_single_style1 .wishlist:hover {
	background: var(--tripfery-primary-color);
}
.rt_booking_single_style1 .added-wishlist,
.rt_booking_single_style1 .wishlist:hover {
	background: var(--tripfery-primary-color);
}
.rt_booking_single_style1 .added-wishlist svg,
.rt_booking_single_style1 .wishlist:hover svg {
	color: var(--tripfery-white-color);
}
@media (min-width: 1025px) {
	.hero-img-grid {
		grid-template-areas: "one two four" "one three four";
	}
}
@media (max-width: 1024px) {
	.hero-img-grid {
		grid-template-areas:
			"one   two "
			"three four";
		gap: 20px;
	}

}
@media (max-width: 576px) {
	.hero-img-grid {
		grid-template-areas: "one" "two" " three" "four";
	}
}
.hero-img-grid .img-grid-item {
	display: block;
	position: relative;
}
.hero-img-grid .img-grid-item .rt-book-video{
	position: absolute;
	height: 120px;
	width: 120px;
	background: var(--tripfery-white-color);
	color: var(--tripfery-primary-color);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 120px;
	border-radius: 50%;
	font-size: 24px;
	z-index: 2;
	transition: 0.4s;
}
.hero-img-grid .img-grid-item .rt-book-video::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	border-radius: 50%;
	border: 1px solid var(--tripfery-white-color);
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}
.hero-img-grid .img-grid-item .rt-book-video:hover{
	background: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}
.hero-img-grid .img-grid-item .rt-book-video:hover:after{
	border: 1px solid var(--tripfery-primary-color);
}
.hero-img-grid .img-grid-item .rt-book-video::after{
	width: 140px;
	height: 140px;
}
.hero-img-grid .img-grid-item .grid-img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.hero-img-grid .img-grid-item:nth-child(1) {
	grid-area: one;
}
.hero-img-grid .img-grid-item:nth-child(2) {
	grid-area: two;
}
.hero-img-grid .img-grid-item:nth-child(3) {
	grid-area: three;
}
@media (min-width: 1199.5px) {
	.hero-img-grid .img-grid-item:nth-child(2),
	.hero-img-grid .img-grid-item:nth-child(3) {
		max-height: 300px;
		width: 547px;
	}
}
.hero-img-grid .img-grid-item:nth-child(4) {
	grid-area: four;
	position: relative;
}
.hero-img-grid .img-grid-item .video-link {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hero-img-grid .img-grid-item .video-link svg {
	color: var(--tripfery-primary-color);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

@media (max-width: 767.98px) {
	.hero-img-grid .img-grid-item .video-link svg {
		height: 20px;
		width: 23px;
	}
}

.hero-img-grid .img-grid-item .video-link:hover {
	background-color: var(--tripfery-primary-color);
}

.hero-img-grid .img-grid-item .video-link:hover svg {
	color: var(--tripfery-white-color);
}

.hero-img-grid .img-grid-item .see-all-btn {
	border-radius: 40px;
	height: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--tripfery-white-color);
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 600;
	color: black;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	z-index: 1;
	overflow: hidden;
}

@media only screen and (max-width: 320px) {
	.hero-img-grid .img-grid-item .see-all-btn {
		right: 20px;
		bottom: 20px;
	}
}

.hero-img-grid .img-grid-item .see-all-btn:hover {
	color: var(--tripfery-white-color);
}

.hero-img-grid .img-grid-item .see-all-btn:hover::before {
	opacity: 1;
	width: 100%;
}

.hero-img-grid .img-grid-item .see-all-btn::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 0%;
	left: 0;
	top: 0;
	background-color: var(--tripfery-primary-color);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 40px;
}

@media (max-width: 767.98px) {
	.hero-img-grid .img-grid-item .video-link {
		width: 80px;
		height: 80px;
	}
}

#checkout_form_block .rt-checkout-content,
.info-card {
	background-color: #F6FAFD;
	padding: 30px;
	border-radius: 10px;
	margin: 30px 0;
}
.info-card .info-card-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: var(--tripfery-heading-color);
	margin-bottom: 20px;
}
.info-card .info-card-desc {
	line-height: 30px;
}
.info-card .info-card-desc:first-of-type {
	margin-bottom: 25px;
}
.single-available-room-info a.btn-xs:hover{
	background: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}
.highligts {
	margin-top: 25px;
	gap: 16px;
	margin: 0;
	padding: 0;
}
.highligts .highligts-item {
	gap: 5px;
	padding: 10px 20px;
	width: 31.8%;
	border: 1px solid var(--tripfery-border-color);
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.highligts .highligts-item svg{
	width: 18px;
	height: 18px;
	margin-right: 2px;
}
.highligts .highligts-item svg path{
	fill: var(--tripfery-primary-color);
}
.highligts .highligts-item img {
	max-width: 25px;
}
.highligts .highligts-item.restaurant-item {
	min-width: 0;
}
.highligts .highligts-item .highligts-name {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--tripfery-body-color);
	text-transform: capitalize;
	margin-bottom: 0;
}
.highligts .highligts-item:hover {
	background-color: var(--tripfery-white-color);
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.rt-booking-form .booking-form-block .booking-date i{
	color: var(--tripfery-primary-color);
}
.info-card.rt-booking-form{
	background: #F6FAFD;
	padding-bottom: 25px;
	padding-top: 50px;
}
.single-to_book .list_service_title label{
	margin-right: 5px;
}
@media (max-width: 1199px) {
	.highligts .highligts-item {
		width: 48%;
	}
}
@media (max-width: 991px) {
	.info-card .rtrs-review-wrap {
		padding: 0;
	}
}
@media (min-width: 1199.5px) {
	.info-card {
		padding: 40px;
	}
	.rt-booking-content.info-card {
		padding-bottom: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.info-card {
		padding: 30px;
	}
}
@media (max-width: 767px) {
	.info-card {
		padding: 30px 20px;
	}
}
@media (max-width: 480px) {

	.info-card .hotel-rules-list,
	.info-card .highligts {
		display: block !important;
	}
	.highligts .highligts-item {
		width: 100%;
	}
	.info-card .hotel-rules-list-item+.hotel-rules-list-item,
	.highligts .highligts-item+.highligts-item {
		margin-top: 20px;
	}
}
.hotel-rules-list {
	gap: 25px;
}
.hotel-rules-list .hotel-rules-list-item {
	background-color: var(--tripfery-white-color);
	padding: 16px 30px;
	border-radius: 5px;
	gap: 100px;
}
@media (max-width: 400px) {
	.hotel-rules-list .hotel-rules-list-item {
		gap: 20px;
	}
}
.hotel-rules-list .hotel-rules-list-item .rule-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: var(--tripfery-heading-color);
	margin-bottom: 0;
}
.hotel-rules-list .hotel-rules-list-item .supporting-text {
	font-size: 15px;
	line-height: 26px;
	color: #929292;
}
.hotel-rules-list {
	margin: 0;
	padding: 0;
}
.review-wrapper {
	border: 1px solid var(--tripfery-border-color);
	border-radius: 30px;
	padding: 30px;
	margin-top: 25px;
}
.review-wrapper .review-text {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: var(--tripfery-heading-color);
}
.review-wrapper .review-text i {
	color: #e8ad16;
	margin-right: 5px;
	display: inline-block;
}
.review-wrapper .review-text .review-count {
	font-size: 15px;
	color: #858585;
	font-weight: 400;
}
.review-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}
@media (min-width: 768px) {
	.review-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.single-progress .progress-label {
	margin-bottom: 10px;
}
.single-progress .rating-name,
.single-progress .rating-count {
	font-size: 15px;
	color: var(--tripfery-heading-color);
	font-weight: 500;
}
.single-progress .progress {
	height: 5px;
	border-radius: 3px;
}
.rt-booking-single .comments-area {
	margin-top: 0;
}
.rtrs-review-wrap {
	background-color: var(--tripfery-grey-color-1);
}
.rtrs-summary-3 .rtrs-rating-item {
	border-radius: 0;
}
.rtrs-summary-3 .rtrs-rating-category li+li {
	border-top: 1px solid #00000014;
}
.rtrs-summary-3 .rtrs-rating-item,
.rtrs-summary-3 .rtrs-rating-category li:nth-child(2n),
.rtrs-summary-3 .rtrs-rating-category,
.rtrs-review-box .rtrs-each-review,
.rtrs-review-form,
.rtrs-sorting-bar,
.rtrs-summary .rtrs-progress-wrap,
.rtrs-summary .rtrs-rating-box {
	background: var(--tripfery-white-color);
}
.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn {
	background-color: transparent;
	border: 1px solid var(--tripfery-primary-color);
	border-radius: 5px;
	box-shadow: none;
	color: var(--tripfery-heading-color);

}
.rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
	font-size: 15px;
	background-color: var(--tripfery-primary-color);
	color: #ffffff;
	padding: 10px 20px;
	height: 45px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	line-height: 26px;
	border: none;
	border-radius: 5px;
	z-index: 1;
	text-transform: capitalize;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
}
.rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover{
	background-color: var(--tripfery-secondary-color);
}
.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-icon {
	background-color: var(--tripfery-primary-color);
}
.rt-booking-single .rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
	margin-top: 10px;
}
.rt-related-style3 .listing-card .price-text{
	margin-right: 5px;
}
.rt-related-style3 .listing-card .rt-price{
	text-transform: lowercase;
}
.rtrs-review-form .rtrs-rating-category{
	margin-left: 0;
}
.rt_booking_single_style1 .details-content i {
	margin-right: 5px;
}
.rtrs-review-form .rtrs-rating-category .rtrs-rating-container{
	margin-left: 15px;
}
.rtrs-review-form .rtrs-rating-category li{
	margin-bottom: 4px;
}
#babe_widget_booking_form-5 .booking_form_submit i{
	display: none;
}
.comment-rating-stars .star,
.comment-total-rating-stars .star,
.comment-form-rating-stars .star,
.rtrs-rating-container>input+label {
	font-size: 14px;
	color: #eca336;
}

.rtrs-rating-container:hover>input+label:hover::before,
.rtrs-rating-container:hover>input+label:hover~label::before,
.rtrs-rating-container>input+label:hover::before,
.rtrs-rating-container>input+label:hover~label::before,
.rtrs-rating-container>input:checked~label::before,
.rtrs-rating-container>input+label::before,
.rtrs-star-empty::before,
.rtrs-star::before {
	content: "\f005";
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	color: #eca336;
}

.rtrs-star::before {
	font-weight: 900;
}

.rtrs-rating-container>input+label::before,
.rtrs-star-empty::before {
	font-weight: 400;
}

.rtrs-rating-container:hover>input+label:hover::before,
.rtrs-rating-container:hover>input+label:hover~label::before,
.rtrs-rating-container>input+label:hover::before,
.rtrs-rating-container>input+label:hover~label::before,
.rtrs-rating-container>input:checked~label::before {
	font-weight: 900;
}
.rtrs-summary-3 .rtrs-rating-overall .rating-icon .rtrs-star-half-alt::before {
	font-size: 17px;
	position: relative;
	top: 1px;
}
.rtrs-star-empty::before {
	content: "\f005";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
.single-to_book .rt-booking-form .booking_form_submit {
	font-size: 18px;
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	padding: 15px 20px 13px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	line-height: 26px;
	border: none;
	border-radius: 5px;
	z-index: 1;
	text-transform: capitalize;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.single-to_book .rt-booking-form .booking_form_submit i {
	font-size: 16px;
}
.single-to_book .rt-booking-form .booking_form_submit::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 0%;
	left: 0;
	top: 0;
	background-color: var(--tripfery-secondary-color);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 5px;
}
.single-to_book .rt-booking-form .booking_form_submit:hover::before {
	opacity: 1;
	width: 100%;
}
.single-to_book .list_service_title label,
.single-to_book .list_service_title h4 {
	font-weight: 400;
}
.list_service_prices .service_price_line label {
	color: var(--tripfery-body-color);
}
.single-to_book .booking-form-block input[type="text"].booking_date {
	border: none;
	background: transparent;
}
.booking-form-block,
.single-to_book .booking-form-block .booking-date {
	border-color: var(--tripfery-border-color);
}
.single-to_book .booking-form-block .booking-date {
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid var(--tripfery-border-color);
}
.rt-overview-title {
	font-size: 24px;
	margin-bottom: 10px;
}
.single-to_book #booking_form .input_group .list_service .view-list-details {
	max-width: 300px;
	max-height: 600px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	padding: 15px 20px 0px;
	font-size: 15px;
	border: 1px solid var(--tripfery-border-color);
	z-index: 99;
	top: -12px;
	margin-right: 30px;
	display: block !important;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	overflow: visible;
}
.single-to_book #booking_form .input_group .list_service:hover .view-list-details {
	visibility: visible;
	margin-right: 20px;
	opacity: 1;
}
.single-to_book #booking_form .input_group .list_service .view-list-details:before {
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -6px;
	top: 30px;
	z-index: 11;
	border-top: 1px solid var(--tripfery-border-color);
	border-right: 1px solid var(--tripfery-border-color);
	width: 12px;
	height: 12px;
	background: var(--tripfery-white-color);
	display: inline-block;
}
.container-fluid-gallery {
	padding: 0 100px;
}
@media (max-width: 1366px) {
	.container-fluid-gallery {
		padding: 0 30px;
	}
}
.rt-price-single-inner {
	justify-content: flex-end;
}
.rt-price-single-inner .price-area {
	display: flex;
}
.rt-price-single-inner .activity-title {
	margin-bottom: 5px;
}
.activity-info-container {
	gap: 38px;
}
#booking-guests-result .select_guests_block{
	margin-bottom: 0;
}
#booking_form_total .currency_amount,
.single-to_book .widget_babe_widget_booking_form .booking_form_input_label,
.single-to_book .widget_babe_widget_booking_form .booking_form_input_label{
	font-weight: 600;
	color: var(--tripfery-heading-color);
}
#booking_form_total .currency_amount{
	font-size: 20px;
	color: var(--tripfery-primary-color);
}
@media (max-width: 1199px) {
	.activity-info-container {
		padding-left: 0;
	}
	.rt-price-single-inner {
		justify-content: flex-start;
	}
}
@media (max-width: 767.98px) {
	.activity-info-container {
		gap: 30px;
	}
}

@media (max-width: 575.98px) {
	.activity-title {
		font-size: 26px;
	}
}
.rt-booking-price-area .activity-title{
	margin-bottom: 5px;
}
.info-item {
	gap: 10px;
}
.info-item .info-text .info-text-one {
	font-size: 16px;
	color: var(--tripfery-heading-color);
	font-weight: 500;
}
.info-item .info-text .info-text-two {
	font-size: 14px;
}
.info-item .info-text .info-text-two,
.info-item .info-text .info-text-two a {
	color: #8d8d8d;
}
.info-item .info-text .info-text-two a:hover {
	color: var(--tripfery-primary-color);
}
.activity-price {
	gap: 8px;
}
.activity-price .share-btn {
	background-color: #f6f6f6;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: var(--tripfery-heading-color);
}
.activity-price .share-btn:hover {
	color: var(--tripfery-white-color);
	background-color: var(--tripfery-primary-color);
}
.rt_booking_single_style2 .activity-location {
	margin-bottom: 0;
}
.rt_booking_single_style2 .activity-location svg{
	position: relative;
	top: -1px;
}
.rt_booking_single_style2 .activity-location svg path{
	stroke: var(--tripfery-primary-color);
}
.info-list .info-list-item + li{
	padding-top: 5px;
}
.rt_booking_single_style3 .rt-booking-price-area,
.rt_booking_single_style2 .rt-booking-price-area {
	margin-top: 60px;
}
.info-list .info-list-item {
	line-height: 30px;
	gap: 9px;
}

.info-list .info-list-icon {
	color: var(--tripfery-primary-color);
	font-size: 10px;
}

.info-list .info-list-icon-check {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.info-list .info-list-icon-check.success {
	color: #0abe1c;
	background-color: #d6f8d9;
}
.info-list .info-list-icon-check.warning {
	color: #fb0000;
	background-color: #ffebed;
}
.info-card-accordion .accordion-flush .accordion-item {
	background-color: transparent;
	border: 1px solid #ebeaea;
	border-radius: 10px;
	margin-bottom: 20px;
}
.info-card-accordion .accordion-flush .accordion-item:last-child {
	margin-bottom: 0;
}
.info-card-accordion .accordion-flush .accordion-item .accordion-button {
	background-color: transparent;
	padding: 7px 15px 9px;
	line-height: 1.2;
	color: var(--tripfery-heading-color);
	font-size: 16px;
	font-weight: 600;
}
.info-card-accordion .accordion-flush .accordion-item .accordion-button .highlighted-text {
	color: var(--tripfery-primary-color);
	margin-right: 10px;
}
.info-card-accordion .accordion-flush .accordion-item .accordion-button::after {
	content: "";
	background-image: none;
	font-weight: 500;
	width: 30px;
	height: 30px;
	font-size: 24px;
	border-radius: 50%;
	background-color: #eaeaea;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-size: 40%;
	background-position: 50%;
	-webkit-transform: none;
	transform: none;
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.info-card-accordion .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.info-card-accordion .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}
.info-card-accordion .accordion-flush .accordion-item .accordion-body {
	padding: 0 15px 20px;
}
.info-card-accordion .accordion-flush .accordion-item .accordion-body .tight-text {
	line-height: 1;
	color: #565656;
}
.info-card-accordion .accordion-flush .accordion-item .accordion-body .loose-text {
	line-height: 29px;
	color: #565656;
}
.info-card-accordion .accordion-button:focus {
	box-shadow: none;
}
.largeSwiper .slider-img-wrapper {
	margin-bottom: 24px;
}
.largeSwiper .slider-img-wrapper .slider-img,
.largeSwiperThumb .slider-thumb-img .thumb-img {
	border-radius: 10px;
}
.r-feature-list .r-feature-list-item {
	gap: 10px;
	line-height: 26px;
	font-weight: 500;
}
@media (max-width: 400px) {
	.r-feature-list .r-feature-list-item {
		font-size: 16px;
	}
}
.r-feature-list i {
	color: #5bdb46;
}
#block_address_map_with_direction h3 {
	display: none;
}
#google_map_address_with_direction {
	border-radius: 10px;
}
.rt-cart-featured .highligts-item.restaurant-item {
	width: auto;
}
.rt-car-active-title{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 35px;
}
.rt-related-style3 {
	padding-top: 40px;
}
.rt-related-style3 .info-card-title {
	font-weight: 600;
	margin-bottom: 25px;
}
.rt-related-style3 .listing-card {
	margin: 0 12px 20px;
}
.rt-related-style3 .listing-card {
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}
.rt-price-filter .ui-slider-range {
	height: 6px;
}
.rt-price-filter .ui-slider-range,
.rt-price-filter .babe_price_slider .ui-slider-handle {
	background-color: var(--tripfery-primary-color);
}
.rt-price-filter .ui-slider-handle {
	border-radius: 50%;
	border: 3px solid var(--tripfery-white-color);
	border-radius: 50%;
	box-shadow: 1px 3px 7px 0 rgba(87, 101, 128, .4);
}
.rt-price-filter .ui-widget-content {
	border: none;
}
.rt-price-filter .ui-widget.ui-widget-content {
	border: none;
	margin: 10px 7px 0;
	background: var(--tripfery-footer-color);
	height: 6px;
	border-radius: 10px;
}
.rt-price-filter .babe_price_slider_label,
.rt-price-filter .babe_price_slider_label .price-text {
	display: block;
}
.rt-price-filter .babe_price_slider_label .price-text{
	color: var(--tripfery-heading-color);
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 12px;
}
.rt-price-filter #babe_range_price:focus {
	box-shadow: none;
	outline: none;
}
.rt-price-filter .ui-slider-horizontal .ui-slider-handle {
	top: -7px;
}
.rt-fillter-inner .filter-sort {
	align-items: center;
	border-radius: 5px;
}
.rt-fillter-inner .filter-sort .input_select_input{
	background: transparent;
	height: 45px;
	border-radius: 5px;
	padding: 0 15px;
}
@media (max-width: 480px) {
	.rt-fillter-inner .input_select_field .input_select_input {
		max-width: 180px;
	}
}
.rt-fillter-inner .input_select_field .input_select_wrapper i,
.rt-fillter-inner .input_select_field .input_select_wrapper svg {
	top: 28%;
	font-size: 14px;
}
.rt-filter-terms input[type="checkbox"] {
	margin-right: 10px;
}
.rt-filter-terms .term_item+.term_item {
	margin-top: 10px;
}

.rt-filter-terms #filter_ba_locations .term_item.term_item_level_0,
.rt-booking-single .rt-search-customize #search_form_tabs {
	display: none;
}

.rt-booking-single .rt-search-customize .babe-search-form {
	background: transparent;
	border-radius: 0;
	max-width: 100%;
	padding: 0;
}
.rt-booking-single .rt-search-customize #search_form .input-group>div {
	margin-right: 0;
	margin-bottom: 20px;
}
.rt-booking-single .rt-search-customize #search_form .input-group>div:last-child {
	margin-bottom: 0;
}
.rt-booking-single .add_input_field .add_ids_title i {
	top: 12px;
}
.rt-title-field,
.rt-booking-single .add_input_field .add_ids_title,
.rt-booking-single #search-box,
.rt-booking-single #search_form .input-group {
	display: block;
}
.rt-booking-single .rt-search-customize #search_form .input-group>div,
.rt-booking-single #search_form .input-group>div.submit .btn-search {
	width: 100%;
	height: 55px;
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
	padding-top: 0;
	padding-bottom: 0;
}
.rt-booking-single .rt-search-customize #search_form .input-group>div:not(.submit) {
	padding: 0 25px;
	background: var(--tripfery-white-color);
}
.rt-booking-single .language {
	position: relative;
}
.rt-booking-single .language+.language {
	margin-left: 6px;
}
.rt-booking-single .language::before {
	position: absolute;
	content: ",";
	right: -4px;
	bottom: 0;
}
.single-to_book .daterangepicker {
	margin-left: -170px;
}
.rt-hide,
.rt-booking-single .language:last-child::before,
#search_form .input-group .parent-inner>div.input_select_field_time_from.is-active[data-inputfield],
#search_form .input-group .parent-inner>div.input_select_field_time_to.is-active[data-inputfield] {
	display: none;
}
#search_form .input-group .parent-inner {
	border: none;
	margin: 0;
}
@media (max-width: 991px) {
	.rt-search-customize #search_form .parent-inner:nth-child(6) .rt-title-field {
		position: static;
	}

	#search_form .input-group .parent-inner {
		margin: 0 0 25px;
	}

	#search_form .input-group .parent-inner,
	.rt-search-customize #search_form .parent-inner:nth-child(6) {
		width: 50%;
	}

	.rt-search-customize #search_form .input-group .parent-inner>div.submit .btn-search,
	.rt-search-customize #search_form .parent-inner:nth-child(7) {
		width: 100%;
	}

	.rt-search-customize #search_form_tabs {
		top: 1px;
	}

	.listing-filter-btns .filter-btn {
		padding: 8px 14px;
	}
}

/*======================================
#. RT Booking Single Archive
====================================*/
.rt-gallery-inner,
.rt-map-inner {
	margin-bottom: 80px;
}

.rt-booking-map {
	padding-right: 20px;
}

.rt-gallery-inner {
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
}

@media (min-width: 992px) {
	.rt-gallery-inner {
		margin-left: 100px;
		margin-right: 100px;
	}
}

.image-gallery .hide_image {
	display: none;
	opacity: 0;
}

.image-gallery .rt-sinlge-btn {
	border-radius: 5px;
	height: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--tripfery-white-color);
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 600;
	color: var(--tripfery-heading-color);
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	z-index: 1;
	overflow: hidden;
}
.image-gallery .rt-sinlge-btn:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 0%;
	left: 0;
	top: 0;
	background-color: var(--tripfery-primary-color);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	border-radius: 5px;
}
.image-gallery .rt-sinlge-btn:hover::before {
	opacity: 1;
	width: 100%;
}
.image-gallery .rt-sinlge-btn:hover {
	color: var(--tripfery-white-color);
}
.tax-ba_locations .content-area {
	padding-top: 120px;
	padding-bottom: 120px;
}
@media (max-width: 991px) {
	.tax-ba_locations .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.rt-map-inner {
		margin-bottom: 50px;
	}
	.tax-ba_locations .content-area .rt-booking-content {
		margin-top: 50px;
	}
}
.mfp-gallery .mfp-container .mfp-arrow {
	position: absolute;
	z-index: 10;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	margin: 0;
	width: auto;
	height: auto;
}
.mfp-gallery .mfp-container .mfp-arrow-right {
	left: auto;
	right: 110px;
}
.mfp-gallery .mfp-container .mfp-arrow::after {
	display: none;
}
.mfp-gallery .mfp-container .mfp-arrow::before {
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	content: "\f053";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
	border: none;
	font-size: 20px;
}
.mfp-gallery .mfp-container .mfp-arrow-right::before {
	content: "\f054";
}
.rt-booking-item-inner .swiper-navigation>div {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.rt-booking-item-inner .swiper-navigation>div {
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
}
.rt-booking-item-inner:hover .swiper-navigation>div {
	opacity: 1;
	visibility: visible;
}
.rt-booking-item-inner .swiper-navigation .swiper-button-prev {
	left: -30px;
}
.rt-booking-item-inner .swiper-navigation .swiper-button-next {
	right: -30px;
}
.rt-booking-item-inner:hover .swiper-navigation .swiper-button-prev {
	left: 0px;
}
.rt-booking-item-inner:hover .swiper-navigation .swiper-button-next {
	right: 0px;
}
.rt-booking-item-inner {
	position: relative;
}
.rt-booking-item-inner {
	position: relative;
}

/*======================================
#. Login Form Design
====================================*/
.rt-login-form-container{
	max-width: 600px;
	margin: 0 auto;
	padding: 60px;
	border-radius: 10px;
	display: none;
	background: #fff;
}
.mfp-content .rt-login-form-container{
	display: block;
}
.rt-login-form-container .rt-login-title{
	font-size: 28px;
}
.rt-login-form-container input:not([type='checkbox']) {
	height: 45px;
	border-radius: 5px;
	padding: 0 20px;
	transition: 0.4s;
}
.rt-login-form-container input[type='submit']{
	width: 100%;
}
.rt-login-form-container input[type='submit']:hover{
	opacity: 0.85;
}

/*======================================
#. RT Guided Single 
====================================*/
.rt-guided-inner {
	display: flex;
}
.rt-guided-inner .team-thumb img {
	max-width: 180px;
	margin-right: 30px;
	border-radius: 50%;
}
.rt-guided-inner .entry-title {
	font-weight: 600;
	margin-bottom: 14px;
}
.rt-guided-inner .rt-guided-title-inner {
	display: flex;
	margin-bottom: 55px;
	align-items: center;
}
.rt-guided-inner .rt-guided-reviews {
	color: #919191;
	font-size: 18px;
}
.rt-guided-inner .guided-heading {
	min-width: 400px;
	margin-right: 15px;
}
.rt-guided-verify .verfiy-lists {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.rt-guided-verify .verfiy-lists li {
	background: #F6F6F6;
	border-radius: 70px;
	padding: 7px;
	padding-right: 20px;
	font-size: 20px;
	font-weight: 500;
	transition: 0.4s;
}
.rt-guided-verify .verfiy-lists li:hover {
	background: var(--tripfery-white-color);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
}
.rt-guided-verify .verfiy-lists li i {
	width: 36px;
	height: 35px;
	border-radius: 24px;
	background-color: #38DB48;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: var(--tripfery-white-color);
	border: 8px solid var(--tripfery-white-color);
	margin-right: 6px;
}
.single-tripfery_guided .rtrs-summary .rtrs-progress-wrap .rtrs-progress label {
	min-width: 124px;
}
.rt-guided-verify .verfiy-lists li span {
	position: relative;
	top: 2px;
}
.listing-filter-btn {
	gap: 10px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.listing-filter-btn button {
	height: 45px;
	padding: 0 25px;
	border-radius: 5px;
	background-color: var(--tripfery-grey-color-1);
	color: var(--tripfery-heading-color);
	transition: 0.4s;
}
.listing-filter-btn .active {
	background-color: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
}
body:not(.logged-in) #primary .my_account_page_content_wrapper {
	max-width: 600px;
	margin: 0 auto;
}
#registration_form,
.my_account_page_content_wrapper #babe_login {
	display: block;
}
.my_account_page_content_wrapper #babe_login div {
	padding: 0 0 20px;
}
#registration_form > div.new-username-check,
#registration_form > div.new-submit,
#registration_form > div.statement,
.my_account_page_content_wrapper #babe_login #forgot_url,
.my_account_page_content_wrapper #babe_login div.login_submit{
	padding-bottom: 0;
}
#registration_form > div.statement,
.my_account_page_content_wrapper #babe_login #forgot_url{
	text-align: left;
}
#registration_form > div.statement{
	padding-bottom: 3px;
	font-weight: 400;
}
#registration_form input,
#lostpassword_reset div input,
.my_account_page_content_wrapper #babe_login input {
	height: 54px;
	border-radius: 5px;
	padding: 0 20px;
	border-color: #E6E5E5;
	background-color: #F3F4FF;
}
#registration_form input:focus,
#lostpassword_reset div input:focus,
.my_account_page_content_wrapper #babe_login input:focus {
	box-shadow: none;
	outline: none;
}
.rt-signup-form #registration label,
#lostpassword_reset label,
.my_account_page_content_wrapper #babe_login label {
	display: block;
	margin-bottom: 5px;
}
.rt_my_account_page_wrapper .submit_group .btn,
#registration_form .new-submit input,
#lostpassword_reset button,
.my_account_page_content_wrapper .login_submit #login_submit {
	background-color: var(--tripfery-primary-color);
	color: #ffffff;
	padding: 0 35px;
	height: 54px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	line-height: 26px;
	border: none;
	border-radius: 5px;
	z-index: 1;
	text-transform: capitalize;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	transition: 0.4s;
	font-size: 20px;
}
.rt_my_account_page_wrapper .submit_group .btn {
	width: auto;
}
.rt_my_account_page_wrapper .submit_group .btn,
#registration_form .new-submit input:hover,
#lostpassword_reset button:hover,
.my_account_page_content_wrapper .login_submit #login_submit:hover {
	opacity: 0.85;
}
#lostpassword_reset div {
	padding: 0;
	margin-top: 30px;
}
#registration .modal-content {
	background-color: var(--tripfery-grey-color-1);
	padding: 50px;
	border-radius: 10px;
	max-width: 600;
	margin: 0 auto;
	border: none;
}
.rt-signup-form .desc {
	margin-bottom: 10px;
}
.rt-signup-form #registration .close,
#login_registration>h3,
#login_registration>.registration_link {
	display: none;
}
.rt-signup-form #registration .modal-header,
.rt-signup-form #registration .modal-title {
	padding: 0;
}
#registration_form>div {
	padding: 0 0 15px;
}
.rt-signup-form #registration .modal-header {
	border: none;
}
.rt-signup-form #registration .modal-title {
	margin-bottom: 30px;
}
#primary .my_account_page_content_wrapper,
.my_account_page_nav_list {
	background-color: var(--tripfery-white-color);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 40px 25px;
}
@media(max-width: 767px) {
	#primary .my_account_page_content_wrapper,
	.my_account_page_nav_list {
		padding: 30px 10px;
	}
	.my_account_edit_post h2{
		font-size: 28px;
	}
	#my_account_page_wrapper .my_account_page_nav_selector{
		height: 40px;
		padding: 0 15px;
		border-radius: 5px;
	}
}
.rt_my_account_page_wrapper .schedule_form_item button:hover{
	color: #FFF;
}
.my_account_nav_item_current {
	background-color: transparent;
}
.my_account_page_content_wrapper table th,
.my_account_page_content_wrapper table td {
	text-align: left;
	padding: 10px;
}
.my_account_nav_item_with_menu>.my_account_nav_item_title {
	color: var(--tripfery-heading-color);
}
.my_account_nav_item_title {
	color: var(--tripfery-body-color);
	transition: 0.4s;
}
.my_account_my_bookings_order_status {
	border: none;
	background: transparent;
}
.tripfery_account_posts .title-image .title a,
.my_account_my_bookings tr th {
	color: var(--tripfery-heading-color);
	transition: 0.4s;
}
.my_account_nav_item_current a .my_account_nav_item_title,
.tripfery_account_posts .title-image .title a:hover,
.my_account_nav_list li a:hover .my_account_nav_item_title {
	color: var(--tripfery-primary-color);
}

.my_account_nav_item_icon {
	margin-right: 5px;
	font-size: 14px;
}

#my_account_page_wrapper {
	gap: 20px;
}

.my_account_user_profile table {
	margin: 0;
}
.my_account_user_profile table td {
	padding: 0 0 6px;
	border: none;
	position: relative;
}
.my_account_user_profile table td:first-child::after {
	content: ':';
}
.my_account_user_profile {
	gap: 20px;
}
.my_account_my_bookings tr td,
.my_account_my_bookings tr th {
	background-color: var(--tripfery-grey-color-1);
	vertical-align: middle;
}
.my_account_my_bookings tr td a {
	color: var(--tripfery-body-color);
}
.my_account_my_bookings h2 {
	margin-bottom: 10px;
	margin-top: 20px;
}
.my_account_my_bookings_inner {
	padding: 0;
	overflow: auto;
}

.rt-popup-login-register ul li .nav-menu{
	padding: 0;
	background: transparent;
	font-size: 18px;
	color: var(--tripfery-body-color);
	font-weight: 600;
}
.rt-popup-login-register ul {
	gap: 30px;
	border-bottom: 2px solid #D9D9D9;
	margin-bottom: 18px;
}
.rt-popup-login-register #login_form h3,
.rt-popup-login-register .modal-header{
	display:none;
}
.rt-popup-login-register ul li .nav-menu.active{
	color: var(--tripfery-heading-color);
}
.rt-popup-login-register ul li .nav-menu{
	position: relative;
	padding-bottom: 20px;
}
.rt-popup-login-register ul li .nav-menu:before{
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	width: 100%;
	background: transparent;
	content: "";
}
.rt-popup-login-register ul li .nav-menu.active:before{
	background: var(--tripfery-primary-color);
}
.checkout_form_terms_check {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
.checkout_form_terms_check input {
	position: relative;
	top: 7px;
}
.order_item_row_main_details{
	border-left:none;
}
.table_order_items_details .order_item_row_image{
	width: 150px;
}
.table_customer_details .customer_field_label{
	width: 61.5%;
	text-align: right;
}
.babe_message_order.babe_message_order_status_payment_deferred{
	margin-bottom: 20px;
}
.table_customer_details .customer_field_content{
	text-align: left;
}
.table_order_items_details td.order_item_row_price{
	padding-left: 20px;
	padding-right: 20px;
}
table.order_item_age_prices td, table.order_item_age_prices td{
	padding:0;
}
.order_item_info_guests{
	display:flex;
}
.order_item_info_guests .order_item_age_guests{
	padding-right: 6px;
}
@media(max-width: 767px) {
	.table_order_items_details .order_item_row_image{
		display:none;
	}
	.order_item_info_guests{
		display:block;
	}
}
.table_order_items_details td{
	text-align: left;
}
.order_item_row_price .order_item_discount_note {
	background-color: var(--tripfery-primary-color);
}
table td.order_items_row_total_amount.order_items_row_due,
.table_order_item_total_price td.order_item_total_price,
table.table_order_item_total_price td.order_item_total_price {
	color: var(--tripfery-primary-color);
}
.rt-search-filter .star-3,
.rt-search-filter .star-5{
	margin-left: -4px;
}
@media(max-width: 767px) {
	#checkout_form_block {
		display: block;
		justify-content: space-between;
	}

	#checkout_form_block .rt-checkout-content,
	#checkout_form_block .rt-checkout-form {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.tripfery_account_posts thead tr td {
	background-color: var(--tripfery-grey-color-1);
}
.tripfery_account_posts tr td img {
	max-width: 80px;
}
.tripfery_account_posts .title-image {
	display: flex;
	align-items: center;
	gap: 15px;
}
.tripfery_account_posts_table tr td:last-child {
	text-align: center;
}
.cmb2-before-row-header {
	background: var(--tripfery-body-color);
	border-radius: 5px;
}
.my_account_page_content_wrapper{

}
body .my_account_page_content_wrapper input.button-primary,
body .my_account_page_content_wrapper .cmb2-wrap input.button-secondary,
body .my_account_page_content_wrapper .cmb2-wrap button.button-secondary {
	background: var(--tripfery-primary-color);
	color: var(--tripfery-white-color);
	border: none;
	border-radius: 5px;
	margin-bottom: 10px;
	height: 38px;
	padding: 0 20px;
}
.my_account_page_content_wrapper input.button-primary{
	margin-bottom: 0;
}
#my_account_page_wrapper .cmb2-wrap textarea{
	width: 100%;
}
.cmb-type-group.cmb2-id-images .cmb-group-description:not(:last-of-type){
	border:none;
}
#my_account_page_wrapper .button_link,
.my_account_page_content_wrapper .view-rate-title.opened {
	background: var(--tripfery-primary-color);
}
.my_account_nav_item_1 .my_account_nav_item_title {
	padding: 0 0 5px;
}
#my_account_page_wrapper .button_link {
	font-weight: 500;
}
#edit_user_profile .user_profile_fields_group .edit-profile-avatar {
	width: 100%;
	flex: 0 0 100%;
	display: block;
}
#edit_user_profile .user_profile_fields_group {
	justify-content: space-between;
}
.rt_my_account_page_wrapper .checkout_form_input_underline {
	display: none;
}
.my_account_page_content_wrapper .cmb-type-address label,
.my_account_page_content_wrapper .cmb-type-discount label{
	display: block;
}
.my_account_page_content_wrapper .cmb-type-address label,
.my_account_page_content_wrapper .cmb-type-discount label,
.my_account_page_content_wrapper .cmb-type-address input,
.my_account_page_content_wrapper .cmb-type-discount input{
	margin-bottom: 15px;
}
.my_account_page_content_wrapper .cmb2-wrap select,
.my_account_page_content_wrapper .cmb2-wrap input.cmb2-text-small{
	width: 100%;
}
.my_account_page_content_wrapper .cmb2-wrap li{
	margin: 12px 0;
	font-size: 16px;
}
.my_account_page_content_wrapper .cmb-type-tax-children-multicheck .term_item {
	font-weight: 400;
	margin: 15px 0;
	margin-left: 15px;
}
.my_account_page_content_wrapper .cmb-type-tax-children-multicheck .term_item_level_0 {
	font-weight: 500;
	color: #222;
	margin-left: 0;
}
.my_account_page_content_wrapper .cmb-td input[type=text],
.my_account_page_content_wrapper #max_quantity,
.my_account_page_content_wrapper .select2-container--default .select2-selection--multiple,
.my_account_page_content_wrapper .cmb2-wrap select,
.my_account_page_content_wrapper .cmb2-wrap input.cmb2-text-small,
.my_account_page_content_wrapper .cmb-td input[type=text].regular-text,
.edit-profile-form-block input,
.rt_my_account_page_wrapper #edit_user_profile .input_group>div input {
	border: 1px solid var(--tripfery-border-color);
	border-radius: 5px;
	height: 40px;
	padding: 0 15px;
}
.my_account_page_content_wrapper .age-prices td,
#primary .page .entry-content .my_account_page_content_wrapper table.age-prices td{
	font-size: 14px;
}
.my_account_page_content_wrapper .cmb2-wrap .set-price-conditional input,
.my_account_page_content_wrapper .cmb2-wrap .set-price-conditional select {
	width: 110px;
}
.my_account_page_content_wrapper .cmb-td input[type=text].regular-text,
.edit-profile-form-block input:focus {
	outline: none;
}
.rt_my_account_page_wrapper .submit_group {
	margin: 0;
	justify-content: flex-start;
}
.my_account_page_content_wrapper .set-price-conditional .age-prices input{
	margin-right: 10px;
}
.my_account_page_content_wrapper .age-prices td{
	padding-left: 10px;
}
.my_account_page_content_wrapper .service_prices_block .service_prices_block h4{
	margin-bottom: 10px;
}
.my_account_page_content_wrapper .service_prices_block .set-price-conditional,
.my_account_page_content_wrapper .service_prices_block .service_price_item + .service_price_item{
	margin-top: 15px;
}
.rt_my_account_page_wrapper #edit_user_profile .checkout_form_input_label {
	left: 15px;
}
.rt_my_account_page_wrapper .my_account_nav_item_title {
	padding: 0;
}
.rt_my_account_page_wrapper .rt-wishlist-btn {
	position: absolute;
	right: 25px;
	top: 40px;
}
.rt_my_account_page_wrapper .rt-wishlist-btn i {
	margin-right: 6px;
}
.single-to_book .rt-booking-form .booking_form_submit:focus {
	outline: 0;
	box-shadow: none;
}
#checkout_form_block {
	display: flex;
	justify-content: space-between;
}
#checkout_form_block .rt-checkout-form {
	flex: 0 0 70%;
	max-width: 70%;
}
#checkout_form_block .rt-checkout-content {
	flex: 0 0 30%;
	max-width: 30%;
}
@media (min-width: 992px) {
	#checkout_form_block .rt-checkout-form {
		padding-right: 50px;
	}
}
.rt-checkout-content #checkout_form .input_group {
	display: block;
}
#checkout_form_block h2 {
	font-size: 22px;
}
#checkout_form_block .rt-checkout-content .checkout-form-block input,
.booking-guests-block .input_select_field .input_select_input {
	height: 40px;
	border: none;
	padding: 0 15px;
}
.booking-guests-block .input_select_field .input_select_input{
	font-weight: 700;
	color: var(--tripfery-heading-color);
}
#checkout_form_block .rt-checkout-content .checkout-form-block input {
	margin: 0;
	height: 45px;
}
#checkout_form_block .rt-checkout-content .checkout-form-block input,
#checkout_form_block .rt-checkout-content .checkout-form-block input:focus {
	outline: none;
	border: 1px solid #ECECEC;
	box-shadow: none;
	border-radius: 5px;
}
.rt-checkout-content .checkout_form_input_underline {
	display: none;
}
.rt-checkout-content .checkout_form_input_label {
	position: static;
	color: var(--tripfery-heading-color);
}
#checkout_form_block .checkout_form_input_field_focus .checkout_form_input_label,
#checkout_form_block .checkout_form_input_field_content .checkout_form_input_label {
	transform: unset;
}
#checkout_form .amount_group {
	padding: 12px 20px;
	border: 1px solid var(--tripfery-border-color);
	font-weight: 600;
}
#checkout_form .payment_method_title {
	font-weight: 600;
}
.order_item_row_price .order_item_discount_note {
	border: none;
}
.rt-checkout-form table th,
.rt-checkout-form table td {
	text-align: left;
}
.table_order_items_details td.order_item_info_title,
table td.order_items_row_total_amount,
.order_items_row_total,
table td.order_items_row_total {
	font-weight: 600;
}
.order_items_row_total,
table td.order_items_row_total {
	background-color: var(--tripfery-grey-color-1);
}
.table_order_items_details .order_items_row_total_label{
	padding-right: 0;
}
.table_customer_details tr td,
table td.order_items_row_total_amount,
.order_items_row_total,
table td.order_items_row_total {
	padding: 8px 20px;
}
.rt-checkout-form td.order_item_row_price,
.table_order_items_details .order_item_row_image{
	padding: 20px;
}
.table_order_items_details td.order_item_info_title a {
	color: var(--tripfery-heading-color);
	transition: 0.4s;
}
.table_order_items_details td.order_item_info_title a:hover {
	color: var(--tripfery-primary-color);
}
#checkout_form .input_group>div,
#edit_user_profile .input_group>div {
	margin-bottom: 15px;
}
.input_select_field .input_select_list {
	border: none;
}
.table_order_items_details .currency_amount{
	color: var(--tripfery-heading-color);
	font-weight: 600;
}
@media (max-width: 767px) {
	.listing-filter-btns .rt-color-track,
	.rt-search-customize #search_form_tabs .rt-scroll-btn {
		display: none;
	}
	.listing-filter-btns .filter-btn.active,
	.rt-search-customize #search_form_tabs .search_form_tab.is-active {
		background: var(--tripfery-primary-color);
	}

	.rt-search-customize #search_form_tabs {
		top: 0;
	}
	.menu_bar_yes .babe-search-form {
		border-radius: 0 0 20px 20px;
		border-top: 1px solid var(--tripfery-border-color);
	}
}

@media (max-width: 576px) {
	#search_form .input-group .parent-inner,
	.rt-search-customize #search_form .parent-inner:nth-child(6) {
		width: 100%;
	}
	.rt-search-customize #search_form .input-group .parent-inner>div:not(.submit) {
		margin-right: 0;
	}
	.rt-search-customize .babe-search-form {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*woocommerce order page*/
.woocommerce .woocommerce-order ul.order_details{
	border: 1px solid var(--tripfery-border-color);
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
	padding: 0;
}
.woocommerce .woocommerce-order ul.order_details li{
	float: none;
	width: 20%;
	margin-right: 0;
	padding: 15px 18px 10px;
	border-right: 1px solid var(--tripfery-border-color);
}
.woocommerce .woocommerce-order ul.order_details li strong{
	font-weight: 600;
}
.woocommerce .woocommerce-order ul.order_details li:last-child{
	border-right: none;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce .woocommerce-order table th,
.woocommerce .woocommerce-order table td{
	text-align: left;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address {
	line-height: 1.9;
}
.woocommerce .woocommerce-column__title,
.woocommerce .woocommerce-order-details__title{
	font-size: 30px;
}
.cpt-woo-integration #checkout_form_block {
	flex-wrap: wrap;
}
.cpt-woo-integration #checkout_form_block .rt-checkout-content,
.cpt-woo-integration #checkout_form_block .rt-checkout-form {
	flex: 0 0 100%;
	max-width: 100%;
}
.cpt-woo-integration #checkout_form_block .rt-checkout-form {
	padding-right: 0;
}

