.tp-offcanvas-area, .tp-offcanvas-social ul li a {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-cart-checkout-shipping-option label::after, .tp-cart-checkout-shipping-option label::before, .tp-cart-plus,
.tp-cart-minus, .tp-pulse-border::after, .tp-pulse-border::before {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-cart-list tr td .tp-cart-action-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-dm: 'DM Sans', sans-serif;
  --tp-ff-playfair: 'Playfair Display', serif;
  --tp-ff-amita: 'Amita', serif;
  --tp-ff-outfit: 'Outfit', sans-serif;
  --tp-ff-onest: 'Onest', sans-serif;
  --tp-ff-parisienne: 'Parisienne', system-ui;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-white2: #faf5ef;
  --tp-common-black: #141414;
  --tp-common-yellow: #ffeb38;
  --tp-common-yellow2: #ffd084;
  --tp-common-black2: #19163c;
  --tp-common-black3: #180d06;
  --tp-common-black4: #2d1a0e;
  --tp-common-falured: #a05916;
  --tp-grey-1: #5A5859;
  --tp-grey-2: #c7c7c7;
  --tp-grey-3: #9d9d9d;
  --tp-grey-4: #595654;
  --tp-grey-5: #635c57;
  --tp-theme-primary: #B7124D;
  --tp-theme-1: #761f0e;
  --tp-theme-2: #d59020;
}

/*-----------------------------------------------------------------------------------

    Template Name: Housey - Resort and Hotel Booking HTML Template
    Author: Theme_Pure
    Support: basictheme400@gmail.com
    Description: Housey - Resort and Hotel Booking HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Common Classes
		1.2 Default Spacing
		1.3 Theme Default

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 animetion
		2.2 background
		2.3 backtotop
		2.4 breadcrumb
		2.5 buttons 
 		2.6 instagram
		2.7 nice-select
		2.8 offcanvas
		2.9 pagenation
		2.10 preloader
		2.11 section-title
		2.12 sidebar

	---------------------------------
	03. BLOG CSS
	---------------------------------
		3.1 Blog css
		3.2 Postbox css

	---------------------------------
	04. FOOTER CSS
	---------------------------------
		4.1 Footer Style 1

	-----------------
  05. HEADER CSS
	-----------------
		5.1 Header Style 1

  ---------------------------------
	06. MENU CSS
	---------------------------------
		6.1 menu css
		6.2 Mobile css
		6.3 offcanvas css


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about css
		7.2 adventures css
		7.3 banefit css
		7.4 banner css
		7.5 booking css
		7.6 brands css
		7.7 connected css
		7.8 contact css
		7.9 counter css
		7.10 cta css
		7.11 destinations css
		7.12 faq css
		7.13 feature css
		7.14 flatpicker css
		7.15 gallery css
		7.16 hero css
		7.17 offer css
		7.18 place css
		7.19 pricing css
		7.20 review css
		7.21 room-details css
		7.22 room css
		7.23 service css
		7.24 suites css
		7.25 team css
		7.26 testimonial css
		7.27 video css
**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@media (min-width: 1400px) {
  .container-1750 {
    max-width: 1750px;
  }

  .custom-column-1 {
    width: 63%;
  }

  .custom-column-2 {
    width: 37%;
  }

  .custom-column-3 {
    width: 40.4%;
  }

  .custom-column-4 {
    width: 59.6%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-dm);
  font-size: 16px;
  font-weight: normal;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  line-height: 1.5;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-dm);
  color: var(--tp-common-black);
  font-weight: 800;
  line-height: 1.12;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.56;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.round-6 {
  border-radius: 6px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  width: 100%;
  height: 50px;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.06), 0 0 0 1px rgba(50, 50, 50, 0.04);
  background: var(--tp-common-white);
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 17px 20px 17px 20px;
  background: #f6f6f6;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95999D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #95999D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: #95999D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #95999D;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}

textarea {
  line-height: 1.4;
  padding-top: 18px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-grey-1);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-grey-1);
  font-size: 14px;
  opacity: 1;
}

@media (min-width: 1400px) {
  .container-1700 {
    max-width: 1700px;
  }
}
@media (min-width: 1400px) {
  .container-1430 {
    max-width: 1430px;
  }
}
/*---------------------------------
  1.1 Common Classes
---------------------------------*/
.w-img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.lineheight-1 {
  line-height: 1;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-right {
  float: right;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.text-right {
  text-align: right;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-position {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bg-position-md-left {
    background-position: left;
  }
}

/* dropcap */
.tp-dropcap::first-letter {
  font-size: 90px;
  font-weight: 500;
  float: left;
  text-align: center;
  color: var(--tp-common-black);
  margin-right: 5px;
  line-height: inherit;
  text-transform: capitalize;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/* gutter for x axis */
.tp-gx-10 {
  --bs-gutter-x: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-10 {
    --bs-gutter-x: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-10 {
    --bs-gutter-x: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-10 {
    --bs-gutter-x: 10px;
  }
}
@media (max-width: 575px) {
  .tp-gx-10 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-10 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tp-gx-12 {
  --bs-gutter-x: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-12 {
    --bs-gutter-x: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-12 {
    --bs-gutter-x: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-12 {
    --bs-gutter-x: 10px;
  }
}
@media (max-width: 575px) {
  .tp-gx-12 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-12 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-15 {
  --bs-gutter-x: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-15 {
    --bs-gutter-x: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-15 {
    --bs-gutter-x: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-15 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575px) {
  .tp-gx-15 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-15 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tp-gx-20 {
  --bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tp-gx-23 {
  --bs-gutter-x: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-23 {
    --bs-gutter-x: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-23 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-23 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575px) {
  .tp-gx-23 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-23 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575px) {
  .tp-gx-30 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 575px) {
  .tp-gx-40 {
    --bs-gutter-x: 15px;
  }
}
.tp-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-50 {
  --bs-gutter-x: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-gx-50 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-50 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-50 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-50 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575px) {
  .tp-gx-50 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-50 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-gx-60 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-60 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-60 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-60 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575px) {
  .tp-gx-60 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-60 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/*---------------------------------
    1.2 Default Spacing
---------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-170 {
    padding-top: 115px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-165 {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-160 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-155 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-150 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-145 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-140 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-135 {
    padding-top: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-130 {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-125 {
    padding-top: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-115 {
    padding-top: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-110 {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-105 {
    padding-top: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-100 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-170 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-165 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-155 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-145 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-135 {
    padding-bottom: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-125 {
    padding-bottom: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-115 {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-110 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-105 {
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-95 {
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

/*----------------------------------------*/
/*  2.3 backtotop
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 20px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-theme-primary);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-white);
  border-radius: 50%;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.5 buttons 
/*----------------------------------------*/
.tp-btn {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding: 8px 29px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  display: inline-block;
  transition: all 0.4s ease;
}
.tp-btn:hover {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-btn-2 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--tp-common-white);
  padding: 8px 18px;
  display: inline-block;
}
.tp-btn-2:hover {
  background: var(--tp-common-white);
}
.tp-btn-2 span {
  margin-right: 5px;
}
.tp-btn-3 {
  border: 1px solid var(--tp-theme-primary);
  color: var(--tp-theme-primary);
  padding: 9px 22px;
}
.tp-btn-3:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-btn-4 {
  background: var(--tp-theme-2);
  border: none;
  font-size: 16px;
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  color: var(--tp-common-white2);
  padding: 15px 30px;
  display: inline-block;
}
.tp-btn-4 svg {
  margin-right: 3px;
  transform: translateY(-3px);
}
.tp-btn-4:hover {
  background: var(--tp-common-falured);
  color: var(--tp-common-white2);
}
.tp-btn-5 {
  background: var(--tp-common-white);
  color: var(--tp-common-black4);
}
.tp-btn-square {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
  padding: 8px 18px;
  display: inline-block;
}
.tp-btn-square:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn-square-yellow:hover {
  background: var(--tp-theme-2);
  border: 1px solid var(--tp-theme-2);
}
.tp-btn-square-red {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border: none;
}
.tp-btn-square-red:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn-banner {
  border-radius: 6px;
  background: #e7256b;
  border: none;
  color: var(--tp-common-white);
}
.tp-btn-banner-white {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.tp-btn-banner-white:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn-banner:hover {
  background: var(--tp-theme-primary);
}
.tp-btn-sm {
  border: 1px solid var(--tp-common-black);
  border-radius: 100px;
  padding: 8px 24px;
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-btn-sm svg {
  margin-left: 7px;
  transform: translateY(-2px);
}
.tp-btn-sm:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-black);
}
.tp-btn-border-black {
  backdrop-filter: blur(6px);
  background: #2d1a0e;
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  color: var(--tp-common-white);
  width: 100%;
  padding: 13px 15px;
  transition: all 0.4s ease;
  display: block;
}
.tp-btn-border-black:hover {
  background: var(--tp-common-falured);
}
.tp-btn-falured {
  background: var(--tp-common-falured);
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  color: var(--tp-common-white2);
  width: 100%;
  padding: 13px 15px;
  transition: all 0.4s ease;
  display: block;
}
.tp-btn-falured:hover {
  background: var(--tp-theme-2);
}
.tp-btn-white {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black4);
  border: 1px solid #fff;
  padding: 8px 21px;
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 2px 0 rgba(45, 26, 14, 0.18);
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
.tp-btn-white:hover {
  background: var(--tp-theme-2);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-2);
}
.tp-btn-white-2 {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  border-radius: 6px;
}
.tp-btn-white-2:hover {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-btn-large {
  border-radius: 8px;
  padding: 13px 33px;
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-white);
  display: inline-block;
  background: var(--tp-theme-primary);
}
.tp-btn-large:hover {
  background: var(--tp-common-black);
}
.tp-btn-xxl {
  display: inline-block;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  letter-spacing: -0.02em;
  font-size: 18px;
  padding: 17px 30px;
}
.tp-btn-xxl:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-common-black);
  animation: pulse 2s infinite;
}
.pulse-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-black);
}

.tp-demo-btn {
  border-radius: 20px;
  padding: 12px 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  flex: 0 0 auto;
  padding: 8px 23px;
  display: inline-block;
}
.tp-demo-btn:hover {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.tp-demo-btn-black {
  background: var(--tp-common-black);
}
.tp-demo-btn-black:hover {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.1 animetion
/*----------------------------------------*/
@keyframes bar_anim {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.rotate-infinite {
  -webkit-animation: rotate-infinite 15s linear infinite;
  animation: rotate-infinite 15s linear infinite;
}

@-webkit-keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-infinite-2 {
  -webkit-animation: rotate-infinite-2 15s linear infinite;
  animation: rotate-infinite-2 15s linear infinite;
}

@-webkit-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tpswing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@-webkit-keyframes tpswing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes tpswings {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(-20px) rotate(-10deg);
  }
}
.tpswings {
  animation: tpswing 3s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom left;
}

@keyframes hero-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/*----------------------------------------*/
/*  2.10 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.9 pagenation
/*----------------------------------------*/
#loading {
  background-color: var(--tp-common-falured);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  top: 0px;
}

.loading {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -100px;
  display: block;
  margin: 15px auto;
  position: relative;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
  }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
  }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
  }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
  }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}
/*----------------------------------------*/
/*  2.2 background
/*----------------------------------------*/
.tp-section-black {
  background: var(--tp-common-black);
}

.tp-bg-gray {
  background: #f9f9f9;
}

.tp-bg-gray-2 {
  background: #f8f8f8;
}

.tp-bg-gray-3 {
  background: #f6f6f6;
}

.tp-bg-gray-4 {
  background: #f6efe7;
}

.tp-pink-bg {
  background: #44343a;
}

.tp-yellow-bg {
  background: #ffd084;
}

.tp-falured-bg {
  background: #761f0e;
}

.tp-falured-bg-2 {
  background: var(--tp-common-black4);
}

.tp-home-3-bg {
  background: #faf5ef;
}

/*----------------------------------------*/
/*  2.7 nice select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  line-height: 58px;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  width: 100%;
  text-transform: uppercase;
  height: 60px;
  color: var(--tp-grey-1);
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select .current {
  font-size: 15px;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: var(--tp-theme-primary);
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 20px;
  font-size: 18px;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.8 offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay.openeds {
  opacity: 1;
  visibility: visible;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/icon/cross-out.png), pointer;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-white);
  z-index: 997;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.tpoffcanvas .homemenu {
  margin-bottom: 30px;
}
.tpoffcanvas .homemenu-title {
  color: var(--tp-common-white);
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 30px;
}
.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .tpoffcanvas {
    width: 100%;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
  z-index: 999;
}
.tpoffcanvas-btn {
  padding: 22px 40px;
  background: var(--tp-theme-primary);
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-common-white);
  font-weight: 700;
  position: relative;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  line-height: 1;
  width: 100%;
  text-align: center;
  border-radius: 50px;
}
.tpoffcanvas-btn:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tpoffcanvas__contact-title h5 {
  font-size: 14px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__contact-info {
  margin-bottom: 30px;
}
.tpoffcanvas__contact-info ul li {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
  list-style-type: none;
}
.tpoffcanvas__contact-info ul li i {
  width: 16px;
}
@media (max-width: 575px) {
  .tpoffcanvas__contact-info ul li {
    font-size: 14px;
  }
}
.tpoffcanvas__contact-info ul li:last-child {
  margin-bottom: 0;
}
.tpoffcanvas__contact-info ul li a {
  margin-left: 10px;
  transition: 0.3s;
}
.tpoffcanvas__contact-info ul li a:hover {
  color: var(--tp-theme-primary);
}
.tpoffcanvas__logo {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .tpoffcanvas__logo img {
    width: 150px;
  }
}
.tpoffcanvas__close-btn button {
  position: absolute;
  right: 30px;
  top: 37px;
  transition: 0.4s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 41px;
  border-radius: 50px;
  border: 1px solid var(--tp-theme-primary);
  color: var(--tp-theme-primary);
}
.tpoffcanvas__close-btn button:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-primary);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 20px;
  transition: 0.4s;
}
.tpoffcanvas__social {
  margin-top: 30px;
}
.tpoffcanvas__social .social-icon a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid var(--tp-theme-primary);
  color: var(--tp-theme-primary);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50px;
}
@media (max-width: 575px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    font-size: 15px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  2.4 breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-area-details {
  position: relative;
}
.tp-breadcrumb-area-details::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  opacity: 0.3;
}
.tp-breadcrumb-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-breadcrumb-title {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .tp-breadcrumb-title {
    font-size: 42px;
  }
}
.tp-breadcrumb-title-blog {
  font-family: var(--tp-ff-onest);
  font-weight: 800;
  font-size: 60px;
  line-height: 1.33;
  letter-spacing: -0.02em;
}
.tp-breadcrumb-title-blog-2 {
  color: #2d1a0e;
  font-size: 70px;
  line-height: 1.11;
  font-family: var(--tp-ff-playfair);
}
.tp-breadcrumb-title-blog-3 {
  font-size: 67px;
  line-height: 1.11;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-breadcrumb-title-blog {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-title-blog {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-breadcrumb-title-blog {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .tp-breadcrumb-title-blog {
    font-size: 42px;
  }
}
.tp-breadcrumb-title-pre {
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: -0.02em;
  color: #fafaf8;
  font-family: var(--tp-ff-amita);
  font-weight: 500;
}
.tp-breadcrumb-shape {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-breadcrumb-shape img {
    width: 100%;
  }
}
.tp-breadcrumb-para-blog {
  font-family: var(--tp-ff-onest);
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #2f2c2d;
}
.tp-breadcrumb-para-3 {
  font-size: 17px;
  color: #2f2c2d;
}
.tp-breadcrumb-spacing {
  padding-top: 200px;
  padding-bottom: 125px;
}
.tp-breadcrumb-spacing-2 {
  padding-top: 93px;
  padding-bottom: 47px;
}
.tp-breadcrumb-spacing-3 {
  padding-top: 120px;
  padding-bottom: 28px;
}
.tp-breadcrumb-tag {
  font-family: var(--tp-ff-onest);
  font-size: 14px;
  padding: 5px 13px 3px 13px;
  background: #e8e8e8;
  margin-bottom: 7px;
  font-weight: 500;
  display: inline-block;
}
.tp-breadcrumb-tag-2 {
  color: var(--tp-common-falured);
  border: 1px solid #a05916;
  backdrop-filter: blur(6px);
  background: none;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tp-breadcrumb-blog-meta span {
  font-family: var(--tp-ff-onest);
  margin-right: 11px;
  padding-right: 14px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 500;
}
.tp-breadcrumb-blog-meta span img {
  margin-right: 3px;
  border-radius: 50%;
}
.tp-breadcrumb-blog-meta span:not(:last-child) {
  position: relative;
}
.tp-breadcrumb-blog-meta span:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background: #d9d9d9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tp-breadcrumb-blog-meta-2 span {
  color: #2d1a0e;
}
.tp-breadcrumb-faq-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 600;
  font-size: 60px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black4);
}
@media (max-width: 575px) {
  .tp-breadcrumb-faq-title {
    font-size: 50px;
  }
}
.tp-breadcrumb-faq-title-pre {
  font-family: var(--tp-ff-playfair);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-falured);
}
.tp-breadcrumb-faq-text {
  font-family: var(--tp-ff-onest);
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-grey-5);
}
.tp-breadcrumb-list span {
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.tp-breadcrumb-list span a:hover {
  color: var(--tp-theme-primary);
}
.tp-breadcrumb-list span:not(:last-child) {
  padding-right: 12px;
  margin-right: 10px;
}
.tp-breadcrumb-list span:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: #A8ACB0;
  border-radius: 50%;
}

/*----------------------------------------*/
/*  2.11 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-size: 50px;
  color: var(--tp-common-black);
}
@media (max-width: 575px) {
  .tp-section-title {
    font-size: 40px;
  }
}
.tp-section-title-white {
  color: var(--tp-common-white);
}
.tp-section-title-para {
  font-weight: 300;
  font-size: 20px;
  color: var(--tp-grey-1);
}
.tp-section-title-pre {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-yellow);
}
.tp-section-title-pre-red {
  color: var(--tp-theme-primary);
}
.tp-section-title-content {
  color: var(--tp-grey-2);
}
.tp-section-title-small {
  font-size: 36px;
}
.tp-section-title-two {
  font-family: var(--tp-ff-onest);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-section-title-two br {
    display: none;
  }
}
.tp-section-title-two img {
  transform: translateY(-4px);
}
.tp-section-title-two-pre {
  font-family: var(--tp-ff-amita);
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-theme-primary);
  margin-bottom: 4px;
}
.tp-section-title-cta {
  font-family: var(--tp-ff-amita);
  font-weight: 700;
  font-size: 90px;
  line-height: 89%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .tp-section-title-cta {
    font-size: 65px;
  }
}
.tp-section-title-cta-pre {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: var(--tp-theme-primary);
}
.tp-section-two-title {
  font-family: var(--tp-ff-onest);
  font-weight: 700;
  font-size: 66px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 575px) {
  .tp-section-two-title {
    font-size: 44px;
  }
}
.tp-section-two-title-pre {
  font-family: var(--tp-ff-amita);
  font-weight: 700;
  font-size: 66px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .tp-section-two-title-pre {
    font-size: 45px;
  }
}
.tp-section-three-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #2d1a0e;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-three-title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-section-three-title {
    font-size: 34px;
  }
  .tp-section-three-title br {
    display: none;
  }
}
.tp-section-three-title-pre {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: var(--tp-theme-1);
  font-family: var(--tp-ff-amita);
}

.lh-115 {
  line-height: 115%;
}

.fs-40 {
  font-size: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fs-40 {
    font-size: 36px;
  }
}

.fs-15 {
  font-size: 15px;
}

/*----------------------------------------*/
/*  2.6 instagram
/*----------------------------------------*/
.tp-instagram-icon {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  transform: translateY(-50%);
}
.tp-instagram-icon span {
  color: var(--tp-common-white);
  font-size: 26px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-instagram-icon span::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid var(--tp-common-white);
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.tp-instagram-thumb {
  overflow: hidden;
  position: relative;
}
.tp-instagram-thumb a {
  display: block;
  position: relative;
}
.tp-instagram-thumb a::after {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.8) 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-instagram-thumb img {
  transition: all 0.4s ease;
  width: 100%;
  object-fit: cover;
}
.tp-instagram-thumb:hover a::after {
  opacity: 1;
}
.tp-instagram-thumb:hover span {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tp-instagram-thumb:hover img {
  transform: scale(1.1);
}

/*----------------------------------------*/
/*  2.12 Sidebar CSS START
/*----------------------------------------*/
.tp-sidebar-wrapper {
  margin-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-sidebar-wrapper {
    margin-left: 0;
  }
}
.tp-sidebar-search-input {
  position: relative;
}
.tp-sidebar-search-input input {
  font-weight: 400;
  font-size: 16px;
  color: #75726e;
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  height: 60px;
  padding: 22px 50px 23px 27px;
  border: 1px solid transparent;
  border-radius: 0;
}
.tp-sidebar-search-input input:focus {
  border: 1px solid var(--tp-theme-2);
}
.tp-sidebar-search-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-falured);
}
.tp-sidebar-search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
}
.tp-sidebar-widget-title {
  font-weight: 700;
  font-size: 24px;
  font-family: var(--tp-ff-playfair);
  color: var(--tp-common-black4);
}
.tp-sidebar-border {
  border-bottom: 1px solid #dfdbd7;
  margin-bottom: 36px;
  padding-bottom: 30px;
}
.tp-sidebar-post-meta span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #75726e;
  display: inline-block;
}
.tp-sidebar-post-meta span.dvdr {
  height: 4px;
  width: 4px;
  background: #75726e;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 7px;
  transform: translateY(-3px);
}
.tp-sidebar-post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
  font-family: var(--tp-ff-playfair);
  color: var(--tp-common-black4);
  margin-bottom: 10px;
}
.tp-sidebar-post-title a:hover {
  color: var(--tp-common-falured);
}
.tp-sidebar-post-cetagory {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.67;
  text-transform: uppercase;
  color: var(--tp-common-black4);
  border: 1px solid #2d1a0e;
  padding: 2px 12px 2px 12px;
  backdrop-filter: blur(6px);
  display: inline-block;
  margin-bottom: 12px;
}
.tp-sidebar-post-cetagory.cetagory-2 {
  border: 1px solid var(--tp-common-falured);
  color: var(--tp-common-falured);
}
.tp-sidebar-categories-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  color: var(--tp-common-white);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  text-transform: capitalize;
}
.tp-sidebar-categories-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.tp-sidebar-categories-item:hover .tp-sidebar-categories-img img {
  transform: scale(1.1);
}
.tp-sidebar-categories-img {
  width: 325px;
  height: 75px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 1;
}
.tp-sidebar-categories-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.tp-sidebar-categories-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  opacity: 0.35;
}

.tagcloud a {
  box-shadow: 0 1px 2px 0 rgba(32, 33, 36, 0.2);
  background: var(--tp-common-white);
  padding: 6px 18px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 1.67;
  text-transform: uppercase;
  color: var(--tp-grey-5);
  transition: all 0.4s ease;
  margin-bottom: 8px;
  margin-right: 2px;
}
.tagcloud a:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-black4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tagcloud-details {
    margin-bottom: 30px;
  }
}
.tagcloud-details a {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-grey-1);
  box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  background: #f5f5f5;
  border-radius: 6px;
  text-transform: capitalize;
}
.tagcloud-details a:hover {
  background: var(--tp-theme-primary);
}
.tagcloud-details-2 a {
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  border-radius: 0;
  color: #635c57;
  font-size: 14px !important;
  margin-right: 7px;
}
.tagcloud-details-2 a:hover {
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-falured);
}

.tp-sticky {
  position: sticky;
  top: 130px;
}

/*----------------------------------------*/
/*  2.9 pagenation
/*----------------------------------------*/
.tp-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 6px;
}
.tp-pagination ul li span, .tp-pagination ul li a {
  border: 1px solid #2d1a0e;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-black4);
}
.tp-pagination ul li span:hover, .tp-pagination ul li a:hover {
  background: var(--tp-common-black4);
  color: var(--tp-common-white);
  border-color: var(--tp-common-black4);
}
.tp-pagination ul li .current {
  background: var(--tp-common-black4);
  color: var(--tp-common-white);
  border-color: var(--tp-common-black4);
}
.tp-pagination-2 nav ul li a, .tp-pagination-2 nav ul li span {
  color: #121420;
  border-radius: 6px;
}
.tp-pagination-2 nav ul li a.active, .tp-pagination-2 nav ul li a.current, .tp-pagination-2 nav ul li span.active, .tp-pagination-2 nav ul li span.current {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-pagination-2 nav ul li a:hover, .tp-pagination-2 nav ul li span:hover {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}

/*menu*/
.tp-bhume-defaults-headers nav ul li.menu-last .submenu {
  left: auto;
  right: 0;
}

.tp-housey-defaults-headers nav ul li.menu-last .submenu {
  left: auto;
  right: 0;
}
.tp-housey-defaults-headers nav ul li.menu-last li.has-dropdown .submenu {
  left: auto;
  right: 100%;
  transform: rotateX(90deg);
}
.tp-housey-defaults-headers nav ul li.menu-last li.has-dropdown:hover .submenu {
  transform: rotateX(0);
}
.tp-housey-defaults-headers .tp-header-logo {
  padding: 25px 0;
}
.tp-housey-defaults-headers .tp-header-logo img {
  width: 138px;
}

.postbox__details-meta .tp-breadcrumb-blog-author img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-postbox-more-navigation .row {
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .tp-postbox-details-author-wrap {
    flex-wrap: wrap;
    gap: 5px;
  }
}

.postbox__comment.housey-comment-list {
  margin-bottom: 75px;
}

.housey-default-breadcrumb {
  background: #7e7e7e;
}

.tp-header-search .tp-header-search-input:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

.tp-gallery-view::before {
  content: none !important;
}

.tp-pricing-wrapper.active .tp-btn-square {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: transparent;
}
.tp-pricing-wrapper.active .tp-btn-square:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}

.housey-post-related .tp-postbox-slider-item.swiper-slide img {
  height: 149px;
}

.tp-connected-app-border:nth-child(2) .tp-connected-app-item::before {
  background: #fff;
}
.tp-connected-app-border:nth-child(2) .tp-connected-app-item .tp-connected-content p,
.tp-connected-app-border:nth-child(2) .tp-connected-app-item .tp-connected-content .tp-connected-app-title {
  color: var(--tp-common-black);
}

.tp-text-slider-2 .tp-text-slider-title svg {
  margin-left: 19px;
  margin-top: -5px;
}

.tp-team-2-social-icon a {
  font-size: 16px;
  margin-right: 8px;
  color: #44343a;
  transition: all 0.3s ease-in-out;
}
.tp-team-2-social-icon a:hover {
  color: var(--tp-theme-primary);
}

.tp-faq-sidebar-wrap {
  position: sticky !important;
}

.mphb-account-content .login-submit input {
  border: none;
  font-size: 16px;
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  border-radius: 6px;
  padding: 11px 24px;
  transition: all 0.4s ease;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.mphb-account-content .login-submit input:hover {
  background: var(--tp-common-falured);
}
.mphb-account-content a {
  color: var(--tp-theme-primary);
}

.woocommerce-ResetPassword .tp-login-btn {
  border: none;
  font-size: 16px;
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  border-radius: 6px;
  padding: 11px 24px;
  transition: all 0.4s ease;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  margin-bottom: 8px;
}
.woocommerce-ResetPassword .tp-login-btn:hover {
  background: var(--tp-common-falured);
}

.logged-in.admin-bar .header-sticky {
  top: 32px;
}

.breadcrumb__area.housey-default-breadcrumb {
  padding-top: 120px;
}
.breadcrumb__area.housey-default-breadcrumb .tp-breadcrumb-list span {
  color: #fff;
}
.breadcrumb__area.housey-default-breadcrumb .tp-breadcrumb-list span:not(:last-child)::after {
  background: #fff;
}

.tp-postbox-quote-2 blockquote {
  position: relative;
  display: flex;
  align-items: start;
}
.tp-postbox-quote-2 blockquote::after {
  content: "";
  background-image: url(../img/blog/icon.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 40px;
  flex: 0 0 45px;
  display: block;
  position: absolute;
}
.tp-postbox-quote-2 blockquote p {
  margin: 0;
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 30px;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #2d1a0e;
  position: relative;
  padding-left: 80px;
}
.tp-postbox-quote-2 blockquote p cite {
  font-family: var(--tp-ff-outfit);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: #2d1a0e;
}
.tp-postbox-quote-2 blockquote p cite::before {
  content: none;
}
.tp-postbox-quote-2 blockquote p cite i {
  position: relative;
  color: #635c57;
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  padding-left: 10px;
  font-style: normal;
}
.tp-postbox-quote-2 blockquote p cite i::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 30px;
  background: #525356;
  display: inline-block;
  bottom: 7px;
  left: -4px;
}

.tp-postbox-details-article .tp-postbox-quote-2 blockquote::after {
  content: none;
}
.tp-postbox-details-article .tp-postbox-quote-2 blockquote p {
  padding: 0;
}

.post-template-default.single.single-post .breadcrumb__area.housey-default-breadcrumb {
  display: none;
}

/*----------------------------------------*/
/*  5.1 Header Style 1
/*----------------------------------------*/
.tp-header-info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 19px;
  padding: 8px 0;
  padding-right: 20px;
}
.tp-header-info ul li a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
}
.tp-header-info ul li a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-info ul li a svg {
  color: var(--tp-common-black);
  transform: translateY(-1px);
  margin-right: 3px;
}
.tp-header-usd {
  padding: 8px 20px;
  padding-left: 0;
  position: relative;
  z-index: 99;
}
.tp-header-usd-list {
  position: absolute;
  top: 120%;
  right: 0;
  background-color: var(--tp-common-white);
  z-index: 11;
  padding: 15px 15px;
  min-width: 100px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  transition: all 0.2s ease-out 0s;
}
.tp-header-usd-list li {
  list-style: none;
  color: var(--tp-common-black);
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-header-usd-list li:hover {
  color: var(--tp-theme-primary);
}
.tp-header-usd:hover .tp-header-usd-list {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.tp-header-selected-usd {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
}
.tp-header-selected-usd:hover {
  color: var(--tp-theme-primary);
}
.tp-header-selected-usd:hover::after {
  color: var(--tp-theme-primary);
}
.tp-header-selected-usd::after {
  position: absolute;
  transition: all 0.3s ease;
  content: "\f107";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--tp-common-black);
  font-size: 14px;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-acount a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-header-acount a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-acount a svg {
  transform: translateY(-2px);
}
.tp-header-border-right {
  position: relative;
}
.tp-header-border-right::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 104%;
  background: rgba(20, 20, 20, 0.1);
}
.tp-header-border-bottom {
  border: 1px solid rgba(20, 20, 20, 0.1);
}
.tp-header-btn {
  border-radius: 20px;
  padding: 12px 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  flex: 0 0 auto;
  padding: 8px 23px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-btn-wrap {
    margin-left: 0;
  }
}
.tp-header-btn:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-header-submit-btn {
  padding-right: 8px;
}
.tp-header-form {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.tp-header-search .tp-header-search-input {
  font-weight: 400;
  font-size: 16px;
  color: #adadad;
  height: 25px;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
}
.tp-header-search .tp-header-search-input:focus {
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-header-input-toggle {
  position: relative;
  width: 80px;
  transition: 0.45s ease-in-out;
}
.tp-header-input-toggle::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: var(--tp-common-black);
  transition: all 0.4s ease;
}
.tp-header-input-toggle.active {
  width: 160px;
  z-index: 9999;
  position: relative;
}
.tp-header-input-toggle.active::before {
  width: 100%;
  right: 0;
}
.tp-header-lang button {
  margin-left: 10px;
}
.tp-header-3-menu-bar {
  line-height: 0;
  margin-right: 38px;
}
.tp-header-3-menu-bar button span {
  height: 2px;
  width: 30px;
  background-color: var(--tp-common-white2);
  display: block;
  margin: 6px auto;
}
.tp-header-3-menu-bar button:hover span {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.tp-header-3-menu-bar button:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.tp-header-3-menu-bar.tp-black button span {
  background: var(--tp-common-black4);
}
.tp-header-3-search button {
  color: var(--tp-common-white);
}
.tp-header-3-search.tp-black button {
  color: var(--tp-common-black4);
}
.tp-header-3-search .tp-header-search-input {
  color: var(--tp-common-white);
}
.tp-header-3-search .tp-header-search-input::placeholder {
  color: var(--tp-common-white);
}
.tp-header-3-search .tp-header-search-input:focus {
  color: var(--tp-common-white);
}
.tp-header-3-search .tp-header-input-toggle::before {
  background-color: var(--tp-common-white);
}
.tp-header-3-border {
  border-bottom: 1px solid rgba(250, 245, 239, 0.1);
}
.tp-header .tp-black button span {
  background: var(--tp-common-black4);
}
.tp-header-2-border {
  box-shadow: 0 1px 0 0 rgba(22, 21, 19, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-2-border {
    box-shadow: inherit;
  }
}
.tp-header-2-menu-bar {
  margin-right: 0;
}
.tp-header-4-border {
  border-bottom: 1px solid rgba(160, 89, 22, 0.1);
}
.tp-header-lang button {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.tp-header-lang button:hover {
  color: var(--tp-theme-2);
}
.tp-header-lang.tp-black button {
  color: var(--tp-common-black4);
}
.tp-header-lang.tp-black button:hover {
  color: var(--tp-theme-2);
}
.tp-header-logo .logo-sticky {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-logo-3 img {
    margin-left: -57px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-logo-3 {
    padding: 20px 0;
    text-align: right !important;
  }
}
.tp-header-top-blog {
  background: var(--tp-common-white);
}
.tp-header-bottom-2 {
  box-shadow: 0 1px 2px 0 rgba(22, 21, 19, 0.2);
  background: var(--tp-common-white);
}
.tp-header-bg {
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-sm-spacing {
    padding: 22px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-header-menu-btn-black {
    margin-right: 0;
  }
}
.tp-header-menu-btn-black button span {
  background: var(--tp-common-black);
}

.input-body-overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  transition: 0.45s ease-in-out;
}

.tp-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  backdrop-filter: blur(10px);
}
.header-sticky .logo-normal {
  display: none;
}
.header-sticky .logo-sticky {
  display: inline-block;
}
.header-sticky.header-sticky-white {
  background: #faf5ef;
}
.header-sticky.header-sticky-white .tp-main-menu-3 nav ul li > a {
  color: var(--tp-common-black);
}
.header-sticky.header-sticky-white .tp-header-3-menu-bar button span {
  background-color: var(--tp-common-black);
}
.header-sticky.header-sticky-white .tp-header-search-input {
  color: var(--tp-common-black);
}
.header-sticky.header-sticky-white .tp-header-search-input::placeholder {
  color: var(--tp-common-black);
}
.header-sticky.header-sticky-white .tp-header-submit-btn {
  color: var(--tp-common-black);
}
.header-sticky.header-sticky-white .tp-header-3-search .tp-header-input-toggle::before {
  background-color: var(--tp-common-black);
}
.header-sticky.header-sticky-white .tp-header-lang button {
  color: var(--tp-common-black);
}
.header-sticky.header-sticky-white .tp-header-lang button:hover {
  color: var(--tp-theme-2);
}
.header-sticky .tp-main-menu nav ul li > a {
  padding: 21px 0;
}

.tp-header-lang.tp-black {
  border-bottom: 1px solid rgba(160, 89, 22, 0.1);
}
.tp-header-lang.tp-black .tp-header-3-menu-bar button span {
  background: var(--tp-common-black4);
}
.tp-header-lang.tp-black .tp-header-search .tp-header-search-input,
.tp-header-lang.tp-black .tp-header-search .tp-header-search-input::placeholder {
  color: #adadad;
}
.tp-header-lang.tp-black .tp-header-input-toggle::before {
  background: #000;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  6.1 menu css
/*----------------------------------------*/
.tp-main-menu nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu nav ul li {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu nav ul li.p-lg-inherit {
    position: inherit;
  }
}
.tp-main-menu nav ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 218px;
  background: var(--tp-common-white);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform-origin: top center;
  padding: 22px 0 12px;
  background: var(--tp-common-white);
  transform: scaleY(0);
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
}
.tp-main-menu nav ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-10px);
}
.tp-main-menu nav ul li .submenu li .submenu {
  right: -100%;
  left: auto;
  top: 0;
}
.tp-main-menu nav ul li .submenu li:hover > a {
  color: var(--tp-theme-primary) !important;
  padding-left: 43px;
}
.tp-main-menu nav ul li .submenu li:hover > a::before {
  width: 12px;
}
.tp-main-menu nav ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.tp-main-menu nav ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: var(--tp-common-black);
  font-weight: 400;
  font-size: 15px;
  padding: 6px 28px;
  padding-bottom: 1px;
  width: 100%;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-main-menu nav ul li .submenu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--tp-theme-primary);
}
.tp-main-menu nav ul li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu nav ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.tp-main-menu nav ul li:hover > .tp-mega-menu {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.tp-main-menu nav ul li > a {
  display: inline-block;
  color: var(--tp-common-black);
  padding: 28px 0;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-main-menu nav ul .tp-mega-menu {
  position: absolute;
  z-index: 9999;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  margin-left: 0;
  transform-origin: top;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  transform: scaleY(0);
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
}
.tp-main-menu-2 nav ul li {
  margin: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu-3 nav ul li {
    margin-right: 17px;
  }
}
.tp-main-menu-3 nav ul li:hover > a {
  color: var(--tp-theme-2);
}
.tp-main-menu-3 nav ul li .submenu li:hover > a {
  color: var(--tp-theme-2) !important;
}
.tp-main-menu-3 nav ul li .submenu li a::before {
  background: var(--tp-theme-2);
}
.tp-main-menu-3 nav ul li > a {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-white2);
  padding: 33px 0;
}
.tp-main-menu-3 nav ul li > a i {
  transform: translateY(2px);
  margin-left: 6px;
}
.tp-main-menu-4 nav ul li > a {
  color: var(--tp-common-black4);
  padding: 38px 0;
}
.tp-main-menu-4 nav ul li > a::after {
  color: var(--tp-common-black4) !important;
}
.tp-main-menu-4 nav ul li > a:hover::after {
  color: var(--tp-theme-2) !important;
}
.tp-main-menu .tp-megamenu-small {
  width: 700px;
  padding: 22px 10px 25px;
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  background: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu .tp-megamenu-small {
    width: 650px;
  }
}
.tp-main-menu .tp-megamenu-list ul li {
  display: block;
  margin-right: 0;
  position: relative;
}
.tp-main-menu .tp-megamenu-list ul li:hover > a {
  padding-left: 43px !important;
  color: var(--tp-theme-2) !important;
}
.tp-main-menu .tp-megamenu-list ul li:hover > a::before {
  width: 12px;
  background: var(--tp-theme-2);
}
.tp-main-menu .tp-megamenu-list ul li a {
  position: relative;
  z-index: 11;
  color: var(--tp-common-black);
  font-weight: 400;
  font-size: 15px;
  padding: 4px 25px !important;
  padding-bottom: 1px;
  width: 100%;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-main-menu .tp-megamenu-list ul li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--tp-theme-primary);
}
.tp-main-has-submenu {
  width: 100%;
  padding: 30px 30px 10px 30px;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
  left: 0;
  right: 0;
  margin: auto !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-main-has-submenu {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-main-has-submenu {
    background: none;
    box-shadow: none;
    padding: 0;
    border: none;
  }
}
.tp-main-has-submenu .homemenu {
  padding: 0px 10px;
}
.tp-main-has-submenu .homemenu .homemenu-thumb {
  box-shadow: 0 1px 3px #010f1c33;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-main-has-submenu .homemenu .homemenu-thumb a {
  position: relative;
  display: block;
  position: relative;
  overflow: hidden;
}
.tp-main-has-submenu .homemenu .homemenu-thumb a img {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  width: 100%;
}
.tp-main-has-submenu .homemenu .homemenu-thumb a:hover img {
  transform: scale(1.1);
}
.tp-main-has-submenu .homemenu .homemenu-thumb a:hover::before {
  opacity: 1;
}
.tp-main-has-submenu .homemenu .homemenu-thumb a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(38, 34, 33, 0.3);
  transition: all 0.3s 0s ease-out;
  opacity: 0;
  z-index: 1;
}
.tp-main-has-submenu .homemenu-title a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(#b7124d, #b7124d), linear-gradient(#b7124d, #b7124d);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--tp-common-black);
}
.tp-main-has-submenu .homemenu-title a:hover {
  background-image: linear-gradient(#b7124d, #b7124d), linear-gradient(#b7124d, #b7124d);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  color: var(--tp-theme-primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-main-has-submenu-2 {
  width: 1200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-has-submenu-2 {
    width: 1000px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-main-has-submenu-2 {
    width: 100%;
  }
}
.tp-main-has-submenu-2 .homemenu-title a {
  background-image: linear-gradient(#d59020, #d59020), linear-gradient(#d59020, #d59020);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--tp-common-black);
}
.tp-main-has-submenu-2 .homemenu-title a:hover {
  background-image: linear-gradient(#d59020, #d59020), linear-gradient(#d59020, #d59020);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  color: var(--tp-theme-2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tp-submenu.submenu.tp-mega-menu {
  width: 100%;
  padding: 30px 30px 18px 30px;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
  left: 0;
  right: 0;
  margin: auto !important;
}
.tp-submenu.submenu.tp-mega-menu .homemenu-thumb a {
  overflow: hidden;
  transition: all 0.3s 0s ease-out;
  position: relative;
  display: block;
}
.tp-submenu.submenu.tp-mega-menu .homemenu-thumb a img {
  object-fit: cover;
  transition: all 0.3s 0s ease-out;
}
.tp-submenu.submenu.tp-mega-menu .homemenu-thumb a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(38, 34, 33, 0.3);
  transition: all 0.3s 0s ease-out;
  opacity: 0;
  z-index: 1;
}
.tp-submenu.submenu.tp-mega-menu .tp-megamenu-home-item:hover .homemenu-thumb a img {
  transform: scale(1.1);
}
.tp-submenu.submenu.tp-mega-menu .tp-megamenu-home-item:hover .homemenu-thumb a::after {
  opacity: 1;
}
.tp-submenu.submenu.tp-mega-menu .homemenu-title {
  margin: 0;
}
.tp-submenu.submenu.tp-mega-menu .homemenu-title a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(#b7124d, #b7124d), linear-gradient(#b7124d, #b7124d);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  transition: all 0.3s ease;
  color: var(--tp-common-black);
}
.tp-submenu.submenu.tp-mega-menu .homemenu-title a:hover {
  background-image: linear-gradient(#b7124d, #b7124d), linear-gradient(#b7124d, #b7124d);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  color: var(--tp-theme-primary);
  transition: all 0.3s ease;
}

.housey-megamenu-width-1 .tp-submenu.submenu.tp-mega-menu {
  width: 1200px;
}

.housey-megamenu-width-2 .tp-submenu.submenu.tp-mega-menu {
  width: 700px;
}

.housey-megamenu-width-3 .tp-submenu.submenu.tp-mega-menu {
  width: 90%;
}

.housey-megamenu-width-4 .tp-submenu.submenu.tp-mega-menu {
  width: 590px;
}

@media (max-width: 991px) {
  .housey-megamenu-width-1 .tp-submenu.submenu.tp-mega-menu {
    width: auto;
    padding: 0;
    box-shadow: inherit;
    background: transparent;
  }

  .housey-megamenu-width-2 .tp-submenu.submenu.tp-mega-menu {
    width: auto;
    padding: 0;
    box-shadow: inherit;
    background: transparent;
  }

  .housey-megamenu-width-3 .tp-submenu.submenu.tp-mega-menu {
    width: auto;
    padding: 0;
    box-shadow: inherit;
    background: transparent;
  }

  .housey-megamenu-width-4 .tp-submenu.submenu.tp-mega-menu {
    width: auto;
    padding: 0;
    box-shadow: inherit;
    background: transparent;
  }

  .tp-megamenu-home-item {
    margin-bottom: 20px;
  }
}
.tp-header-three-area .tp-mobile-menu-active .has-dropdown {
  position: relative;
  margin-right: 50px;
}
.tp-header-three-area .tp-mobile-menu-active .has-dropdown a::after {
  content: "\f107";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  right: -21px;
  color: #fff;
}
.tp-header-three-area .tp-mobile-menu-active .has-dropdown:hover a::after {
  color: var(--tp-theme-2) !important;
}
.tp-header-three-area .tp-mobile-menu-active .has-dropdown .submenu a::after {
  content: none;
}
.tp-header-three-area .tp-mobile-menu-active .has-dropdown .homemenu-thumb a::after {
  content: "" !important;
  transform: translateY(0);
  right: auto;
}

.header-sticky.header-sticky-white .tp-main-menu-3 nav ul li > a::after {
  color: var(--tp-common-black);
}

.header-sticky.header-sticky-white .tp-main-menu-3 nav ul li:hover > a {
  color: var(--tp-theme-2);
}

/*----------------------------------------*/
/* 6.2 Mobile css
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 40px;
}
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-offcanvas-menu ul li a i {
    display: none;
  }
}
.tp-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-offcanvas-menu ul li .tp-megamenu-list ul li a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-offcanvas-menu ul li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close {
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .tp-submenu {
  display: none;
  padding-left: 20px;
}
.tp-offcanvas-menu ul li .tp-mega-menu {
  display: none;
  padding-left: 0;
  margin-top: -1px;
}
.tp-offcanvas-menu .homemenu-title {
  margin-bottom: 25px;
}
.tp-offcanvas-style-2 .tp-offcanvas-menu ul li:hover > a {
  color: var(--tp-theme-2);
}
.tp-offcanvas-style-2 .tp-offcanvas-menu ul li.active > a {
  color: var(--tp-theme-2);
}
.tp-offcanvas-style-2 .tp-offcanvas-menu ul li.active > .tp-menu-close {
  color: var(--tp-common-white);
  background: var(--tp-theme-2);
  border-color: var(--tp-theme-2);
}

.tp-menu-close {
  position: absolute;
  right: 0;
  top: 4px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
  border: 1px solid rgba(1, 15, 28, 0.12);
}
.tp-menu-close i {
  transition: all 0.3s;
}

/*----------------------------------------*/
/* 6.3 offcanvas css
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.tp-offcanvas-logo {
  width: 150px;
}
.tp-offcanvas-logo img {
  width: 100%;
}
.tp-offcanvas-area {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  z-index: 99;
  z-index: 99999;
  padding: 50px 50px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  background: #FFF;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
@media only screen and (max-width: 400px) {
  .tp-offcanvas-area {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .tp-offcanvas-area {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-area {
    width: 450px;
  }
}
.tp-offcanvas-area.opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-top {
  margin-bottom: 60px;
}
.tp-offcanvas-close-btn {
  color: black;
}
.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}
.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 18px;
  position: relative;
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
  background-color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

/*----------------------------------------*/
/*  3.2 Postbox css
/*----------------------------------------*/
.tp-postbox-meta {
  display: flex;
  align-items: center;
}
.tp-postbox-meta span {
  font-family: var(--tp-ff-onest);
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
  display: flex;
  align-items: center;
}
.tp-postbox-meta span.dvdr {
  width: 1px;
  height: 20px;
  background: #d9d9d9;
  display: inline-block;
  margin: 0 14px;
}
.tp-postbox-meta span img {
  border-radius: 50%;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  object-fit: cover;
  overflow: hidden;
}
.tp-postbox-meta span svg {
  margin-right: 6px;
  transform: translateY(-1px);
}
.tp-postbox-meta span a {
  font-weight: 500;
  color: var(--tp-common-black4);
}
.tp-postbox-meta span a:hover {
  color: var(--tp-theme-2);
}
.tp-postbox-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.18;
  color: var(--tp-common-black4);
}
.tp-postbox-title a:hover {
  color: var(--tp-common-falured);
}
.tp-postbox-text p {
  font-family: var(--tp-ff-onest);
  color: var(--tp-grey-5);
}
.tp-postbox-nav button {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-postbox-nav button:hover {
  opacity: 0.6;
}
.tp-postbox-nav button.tp-postbox-slider-button-next {
  right: 40px;
  left: auto;
}
.tp-postbox-left-social {
  display: flex;
  flex-direction: column;
}
.tp-postbox-left-social-sticky {
  margin-right: 36px;
  margin-left: -120px;
  width: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-postbox-left-social-sticky {
    margin-left: -50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-left-social-sticky {
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-left-social-sticky {
    margin-right: 0;
    margin-left: 0;
    width: auto;
    flex-direction: row;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-left-social {
    flex-direction: row;
    align-items: flex-start;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tp-postbox-left-social a {
  font-size: 16px;
  height: 40px;
  width: 40px;
  display: inline-flex;
  border: 1px solid #1414143e;
  border-radius: 50%;
  margin-bottom: 6px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-left-social a {
    margin-right: 6px;
  }
}
.tp-postbox-left-social a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-primary);
}
.tp-postbox-left-social a:hover.svg {
  fill: var(--tp-common-white);
}
.tp-postbox-left-social a svg {
  width: 16px;
  transform: translateY(-1px);
}
.tp-postbox-left-social-transrent {
  position: sticky;
  left: 0;
  top: 120px;
  height: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-left-social-transrent {
    position: inherit;
    top: 0;
    height: auto;
  }
  .tp-postbox-left-social-transrent a {
    margin-right: 10px;
  }
}
.tp-postbox-left-social-2 a {
  background: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  border: none;
}
.tp-postbox-left-social-2 a:hover {
  background: #d59020;
  border: none;
}
.tp-postbox-left-social-3 {
  align-items: end;
  margin-left: 0;
}
.tp-postbox-details-thumb img {
  border-radius: 15px;
}
.tp-postbox-details-thumb-2 img {
  border-radius: 0;
}
.tp-postbox-details-content-para p {
  font-family: var(--tp-ff-onest);
  font-size: 17px;
  line-height: 1.65;
  color: var(--tp-grey-1);
}
.tp-postbox-details-content-para-2 p {
  color: #635c57;
}
.tp-postbox-details-content-para .first-para::first-letter {
  font-size: 130px;
  line-height: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
  float: left;
  text-align: center;
  margin-right: 13px;
  text-transform: capitalize;
  line-height: 0.9;
}
.tp-postbox-details-content-para .first-para::first-letter-2 {
  color: #2d1a0e;
}
@media (max-width: 575px) {
  .tp-postbox-quote {
    padding: 20px 20px 20px 20px;
  }
}
.tp-postbox-quote blockquote {
  display: flex;
  background: #fff;
  padding: 48px 66px 30px 50px;
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  border-radius: 0;
}
@media (max-width: 575px) {
  .tp-postbox-quote blockquote {
    flex-direction: column;
  }
}
.tp-postbox-quote blockquote::before {
  content: none;
}
.tp-postbox-quote-icon {
  margin-right: 30px;
}
@media (max-width: 575px) {
  .tp-postbox-quote-icon {
    margin-bottom: 20px;
  }
}
.tp-postbox-quote-meta-title {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 30px;
  line-height: 133%;
  letter-spacing: -0.02em;
  color: #031f42;
}
@media (max-width: 575px) {
  .tp-postbox-quote-meta-title {
    font-size: 26px;
  }
}
.tp-postbox-quote-meta-title-2 {
  color: #2d1a0e;
}
.tp-postbox-quote-meta span {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 14px;
  color: #525356;
}
.tp-postbox-quote-meta span.first {
  font-family: var(--tp-ff-outfit);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: #031f42;
  display: inline-block;
}
.tp-postbox-quote-meta span.dvdr {
  width: 4px;
  height: 4px;
  border-radius: 30px;
  background: #525356;
  display: inline-block;
  margin: 0 8px;
  transform: translateY(-2px);
}
.tp-postbox-quote-meta-2 span {
  color: #635c57;
}
.tp-postbox-quote-meta-2 span.first {
  color: #2d1a0e;
}
.tp-postbox-quote-title {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.tp-postbox-quote-title-2 {
  color: #2d1a0e;
}
.tp-postbox-features-title {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.tp-postbox-features-title-2 {
  color: #2d1a0e;
}
.tp-postbox-features ul li {
  list-style: none;
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  color: var(--tp-grey-1);
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}
.tp-postbox-features ul li::before {
  position: absolute;
  height: 3px;
  width: 3px;
  content: "";
  top: 50%;
  background: var(--tp-grey-1);
  transform: translateY(-50%);
  left: 0;
  border-radius: 20px;
}
.tp-postbox-features-2 ul li {
  color: #635c57;
}
.tp-postbox-share-wrapper {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 20px;
}
.tp-postbox-share-wrapper-2 {
  border-top: 1px solid rgba(45, 26, 14, 0.1);
  border-bottom: 1px solid rgba(45, 26, 14, 0.1);
}
.tp-postbox-share-social {
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-share-social {
    justify-content: flex-start;
  }
}
.tp-postbox-share-social a {
  margin-left: 6px;
}
.tp-postbox-share-social-2 a {
  background: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  border: none;
}
.tp-postbox-share-social-2 a:hover {
  background: var(--tp-common-falured);
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  border: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-more-middle {
    text-align: left !important;
    margin: 10px 0px;
  }
}
.tp-postbox-more-right {
  text-align: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-more-right {
    text-align: left;
  }
}
.tp-postbox-more-icon a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.02em;
  color: #9d9c9d;
  margin-bottom: 7px;
  display: inline-block;
}
.tp-postbox-more-icon a:hover {
  color: var(--tp-theme-primary);
}
.tp-postbox-more-title {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.tp-postbox-more-title.more-title-2 a:hover {
  color: var(--tp-theme-primary) !important;
}
.tp-postbox-more-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-postbox-more-left .tp-postbox-more-icon a:hover {
  color: #a05916;
}
.tp-postbox-more-left .tp-postbox-more-title a:hover {
  color: #a05916;
}
.tp-postbox-more-right .tp-postbox-more-icon a:hover {
  color: #a05916;
}
.tp-postbox-more-right .tp-postbox-more-title a:hover {
  color: #a05916;
}
.tp-postbox-author {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 40px 70px 33px 40px;
  display: flex;
}
.tp-postbox-author-2 {
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  border-radius: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-author {
    padding: 40px 30px 33px 30px;
  }
}
@media (max-width: 575px) {
  .tp-postbox-author {
    flex-direction: column;
  }
}
.tp-postbox-author-thumb {
  margin-right: 30px;
}
@media (max-width: 575px) {
  .tp-postbox-author-thumb {
    margin-bottom: 20px;
  }
}
.tp-postbox-author-social {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
}
.tp-postbox-author-social a {
  margin-right: 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  box-shadow: 0 1px 2px 0 rgba(18, 20, 32, 0.2);
  background: var(--tp-common-white);
  border: none;
}
.tp-postbox-author-social a:hover {
  border: none;
  box-shadow: none;
}
.tp-postbox-author-social a svg {
  width: 14px;
  transform: translateY(-1px);
}
.tp-postbox-author-social-2 a {
  box-shadow: 0 1px 2px 0 rgba(18, 20, 32, 0.2);
  background: var(--tp-common-white);
}
.tp-postbox-author-social-2 a:hover {
  background: var(--tp-common-falured);
}
.tp-postbox-author-subtitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: -0.02em;
  color: #9d9c9d;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tp-postbox-author-title {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 26px;
}
.tp-postbox-author-content p {
  font-family: var(--tp-ff-onest);
  line-height: 1.62;
  color: #4f5158;
}
.tp-postbox-author-content-2 p {
  color: #635c57;
}
.tp-postbox-comment-title {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 0;
}
.tp-postbox-comment-title-2 {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 30px;
}
.tp-postbox-comment-text p {
  font-family: var(--tp-ff-onest);
  line-height: 1.62;
  color: #57595f;
  margin-bottom: 23px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-comment-text p br {
    display: none;
  }
}
.tp-postbox-comment-box {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 46px;
  padding-bottom: 44px;
}
@media (max-width: 575px) {
  .tp-postbox-comment-box {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .tp-postbox-comment-avater {
    margin-bottom: 20px;
  }
}
.tp-postbox-comment-avater img {
  width: 50px;
  margin-top: -3px;
}
.tp-postbox-comment-name .tp-post-meta {
  font-family: var(--tp-ff-onest);
  font-size: 14px;
  line-height: 1.57;
  color: #6c7275;
}
.tp-postbox-comment ul li {
  list-style: none;
}
.tp-postbox-comment ul li ul.children {
  padding-left: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-comment ul li ul.children {
    padding-left: 0;
  }
}
.tp-postbox-comment-reply a {
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  padding: 2px 14px 2px 14px;
  display: inline-block;
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  line-height: 1.47;
}
.tp-postbox-comment-reply a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-postbox-comment-reply a svg {
  margin-right: 6px;
  transform: translateY(-1px);
}
.tp-postbox-comment-input .tp-label {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
}
.tp-postbox-comment-input .tp-input {
  width: 100%;
  height: 50px;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.06), 0 0 0 1px rgba(50, 50, 50, 0.04);
  background: var(--tp-common-white);
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 17px 20px 17px 20px;
  background: #f6f6f6;
}
.tp-postbox-comment-input .tp-label {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
}
.tp-postbox-comment-input .tp-textarea {
  width: 100%;
  height: 160px;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.06), 0 0 0 1px rgba(50, 50, 50, 0.04);
  background: var(--tp-common-white);
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  resize: none;
  padding: 20px 20px 20px 20px;
  background: #f6f6f6;
}
.tp-postbox-comment-input .tp-checkbox {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #e4e4e4;
  outline: none;
  flex: 0 0 auto;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  background: var(--tp-common-white);
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
  padding: 0;
  margin-right: 10px;
  transform: translateY(1px);
  border-radius: 4px;
}
.tp-postbox-comment-input .tp-checkbox:checked {
  position: relative;
  background-color: var(--tp-theme-primary);
  border-color: transparent;
}
.tp-postbox-comment-input .tp-checkbox:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp-postbox-comment-input .tp-checkbox:hover {
  cursor: pointer;
}
.tp-postbox-comment-input .tp-agree {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  line-height: 1.47;
  color: var(--tp-grey-1);
  cursor: pointer;
}
.tp-postbox-comment-input .tp-agree-2 a {
  color: #a05916;
}
.tp-postbox-comment-input .tp-agree a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  display: inline-block;
}
.tp-postbox-comment-input .tp-agree a:hover {
  color: #b7124d;
}
.tp-postbox-comment-input-2 .tp-label {
  color: #2d1a0e;
}
.tp-postbox-comment-input-2 .tp-input {
  background: var(--tp-common-white);
  border-radius: 0;
}
.tp-postbox-comment-input-2 .tp-input:focus {
  border: 1px solid var(--tp-common-falured);
}
.tp-postbox-comment-input-2 .tp-textarea {
  background: var(--tp-common-white);
  border-radius: 0;
}
.tp-postbox-comment-input-2 .tp-textarea:focus {
  border: 1px solid var(--tp-common-falured);
}
.tp-postbox-comment-input-2 .tp-checkbox {
  border-radius: 0;
}
.tp-postbox-comment-input-2 .tp-checkbox:checked {
  background: #d59020;
}
.tp-postbox-comment-input-2 .tp-agree {
  color: #5a5859;
}
.tp-postbox-comment-input-2 .tp-agree a:hover {
  color: var(--tp-common-falured);
}
.tp-postbox-comment-input-2 .tp-postbox-comment-btn {
  background: #d59020;
  border-radius: 0;
}
.tp-postbox-comment-input-2 .tp-postbox-comment-btn:hover {
  background: var(--tp-common-falured);
}
.tp-postbox-comment-form p {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.37;
  color: var(--tp-grey-1);
}
.tp-postbox-comment-form-title {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 30px;
}
.tp-postbox-comment-form-2 .tp-postbox-comment-form-title {
  color: #2d1a0e;
}
.tp-postbox-comment-form-2 p {
  color: #635c57;
}
.tp-postbox-comment-box-2 {
  border-bottom: 1px solid rgba(45, 26, 14, 0.1);
}
.tp-postbox-comment-box-2 .tp-postbox-comment-title {
  color: #2d1a0e;
}
.tp-postbox-comment-box-2 .tp-postbox-comment-name .tp-post-meta {
  color: #635c57;
}
.tp-postbox-comment-box-2 .tp-postbox-comment-text p {
  color: #635c57;
}
.tp-postbox-comment-box-2 .tp-postbox-comment-reply a {
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  color: #2d1a0e;
  border: none;
  border-radius: 0;
  text-decoration: none;
}
.tp-postbox-comment-box-2 .tp-postbox-comment-reply a:hover {
  background: var(--tp-common-falured);
  color: var(--tp-common-white);
}
.tp-postbox-thumb .play-btn svg {
  transform: translate(2px, 1px);
}

.play-btn {
  border-radius: 100%;
  background: var(--tp-common-white);
  box-shadow: 0 20px 30px 0 rgba(20, 20, 20, 0.5);
  height: 78px;
  width: 78px;
  display: inline-flex;
  color: var(--tp-theme-2);
  justify-content: center;
  align-items: center;
}
.play-btn:hover {
  background: var(--tp-theme-2);
}
.play-btn.position {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tp-postbox-details-input input:focus {
  border: 1px solid var(--tp-common-falured);
}

.tp-postbox-details-author-avata {
  flex: 0 0 80px;
}
.tp-postbox-details-author-avata img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
}

.tp-blog-full-width-area .tp-blog-details-user .tp-breadcrumb-blog-meta {
  justify-content: center;
}
.tp-blog-full-width-area .tp-postbox-thumb {
  text-align: center;
}
.tp-blog-full-width-area .tp-postbox-thumb img {
  border-radius: 15px;
  overflow: hidden;
  object-fit: cover;
}
.tp-blog-full-width-area .tp-postbox-quote blockquote {
  background: #f5f5f5;
  padding: 48px 66px 30px 50px;
  border-radius: 12px;
  box-shadow: inherit;
}
.tp-blog-full-width-area .tagcloud-details a {
  font-size: 14px;
  color: var(--tp-grey-1);
  box-shadow: 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  background: #f5f5f5;
  border-radius: 6px;
}
.tp-blog-full-width-area .tagcloud-details a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-blog-full-width-area .tp-postbox-share-social-2 a {
  background: inherit;
  box-shadow: inherit;
  border: 1px solid #1414143e;
}
.tp-blog-full-width-area .tp-postbox-share-social-2 a:hover {
  background: var(--tp-theme-primary);
  border: 1px solid var(--tp-theme-primary);
}
.tp-blog-full-width-area .tp-postbox-more-icon a:hover,
.tp-blog-full-width-area .tp-postbox-more-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-full-width-area .tp-postbox-author-2 {
  box-shadow: inherit;
  background: #f5f5f5;
  border-radius: 12px;
}
.tp-blog-full-width-area .tp-postbox-author-2 .tp-postbox-author-social a:hover {
  background: var(--tp-theme-primary);
}
.tp-blog-full-width-area .tp-postbox-details-input-box .tp-btn-4 {
  border-radius: 8px;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-blog-full-width-area .tp-postbox-comment-input-2 .tp-textarea {
  background: #f6f6f6;
  border-radius: 8px;
  margin-bottom: 3px;
}
.tp-blog-full-width-area .tp-postbox-comment-input-2 .tp-textarea:focus {
  border-color: var(--tp-theme-primary);
}
.tp-blog-full-width-area .tp-postbox-details-input.tp-contact-input input {
  background: #f6f6f6;
  border-radius: 8px;
}
.tp-blog-full-width-area .tp-postbox-details-input.tp-contact-input input:focus {
  border-color: var(--tp-theme-primary);
}
.tp-blog-full-width-area .tp-home-3-bg {
  background: transparent;
}
.tp-blog-full-width-area .tp-home-3-bg .tp-blog-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

/*----------------------------------------*/
/*  3.1 Blog css
/*----------------------------------------*/
.tp-blog-wrapper {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  background: var(--tp-common-white);
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-blog-wrapper:hover {
  border-color: var(--tp-common-black);
}
.tp-blog-wrapper:hover .tp-blog-thumb img {
  transform: scale(1.1);
}
.tp-blog-thumb {
  overflow: hidden;
}
.tp-blog-thumb img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-blog-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 117%;
  letter-spacing: -0.02em;
}
.tp-blog-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-date {
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
  display: inline-block;
}
.tp-blog-content {
  border-bottom: 1px solid #e8e8e8;
  padding-left: 20px;
  padding-right: 20px;
}
.tp-blog-content p {
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #5a5859;
  margin: 20px 0 0;
}
.tp-blog-read span {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
}
.tp-blog-user-wrap {
  padding: 4px 20px;
}
.tp-blog-user img {
  border-radius: 50% !important;
  margin-right: 6px;
  width: 30px;
  height: 30px !important;
  object-fit: cover;
  overflow: hidden;
}
.tp-blog-user span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.tp-blog-btn a {
  padding: 10px 20px;
}
.tp-blog-grid-wrapper {
  border-radius: 12px !important;
}
.tp-blog-grid-wrapper .tp-blog-thumb img {
  border-radius: 8px;
}
.tp-blog-top-border {
  border-top: 1px solid #e6e6e6;
}
.tp-blog-details-title {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #031f42;
}

@media (max-width: 575px) {
  .tp-post-cetagory {
    padding-bottom: 100px;
  }
}
.tp-post-cetagory-list {
  justify-content: center;
  margin-bottom: 55px;
}
.tp-post-cetagory-list ul {
  text-align: center;
  gap: 10px;
  justify-content: center;
  display: flex;
}
.tp-post-cetagory-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tp-post-cetagory-list ul li button {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12), inset 0 -1px 3px 0 rgba(32, 33, 36, 0.14);
  background: var(--tp-common-white);
  border-radius: 6px;
  padding: 6px 20px 5px 20px;
  display: inline-block;
}
.tp-post-cetagory-list ul li button.active {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12), inset 0 -1px 3px 0 rgba(32, 33, 36, 0.14);
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-radius: 6px;
  padding: 6px 20px 5px 20px;
}
.tp-post-cetagory-list ul li button:hover {
  background: #b7124d1c;
  color: var(--tp-theme-primary);
  box-shadow: none;
}

.tp-blog-full-width-area .housey-post-related .housey-post-related-slider-active {
  padding-bottom: 20px;
}

/*----------------------------------------*/
/*  4.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-logo img {
  width: 138px;
}
.tp-footer-location a {
  letter-spacing: -0.02em;
  color: #cabbc0;
}
.tp-footer-location a:hover {
  color: var(--tp-theme-primary);
}
.tp-footer-location-3 a {
  font-family: var(--tp-ff-onest);
  color: #d7c8be;
}
.tp-footer-number a {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #ffc978;
}
.tp-footer-number-3 a {
  font-family: var(--tp-ff-onest);
}
.tp-footer-btn a {
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-footer-btn a:hover {
  color: var(--tp-theme-primary);
}
.tp-footer-btn-3 a {
  font-family: var(--tp-ff-onest);
  color: var(--tp-common-white2);
}
.tp-footer-btn span {
  margin-left: 7px;
}
.tp-footer-call-title {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  display: block;
}
.tp-footer-call-title-3 {
  font-family: var(--tp-ff-onest);
  color: var(--tp-common-white2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-widget {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .tp-footer-widget {
    padding-left: 0;
  }
}
.tp-footer-widget-title {
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  line-height: 1.3;
}
.tp-footer-widget-title-2 {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
.tp-footer-widget-title-3 {
  font-family: var(--tp-ff-onest);
  color: #ffcc86;
}
.tp-footer-widget-para {
  color: #cabbc0;
  letter-spacing: -0.02em;
}
.tp-footer-widget-para-3 {
  color: #d7c8be;
}
.tp-footer-widget-content ul li {
  list-style: none;
  margin-bottom: 2px;
}
.tp-footer-widget-content ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  letter-spacing: -0.02em;
  color: #cabbc0;
  padding-left: 13px;
  position: relative;
}
.tp-footer-widget-content ul li a:hover {
  color: var(--tp-common-white);
}
.tp-footer-widget-content ul li a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #cabbc0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-widget-content-2 {
    margin-left: 0;
  }
}
.tp-footer-widget-content-2 ul {
  border-left: 1px solid #e8e8e8;
  padding: 23px 0 23px 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-widget-content-2 ul {
    border-left: 0;
    padding: 23px 0 23px 0;
  }
}
.tp-footer-widget-content-2 ul li {
  margin-bottom: 6px;
}
.tp-footer-widget-content-2 ul li a {
  font-family: var(--tp-ff-onest);
  color: var(--tp-common-black);
}
.tp-footer-widget-content-2 ul li a:hover {
  color: var(--tp-theme-primary);
}
.tp-footer-widget-content-2 ul li a::before {
  background: var(--tp-common-black);
}
.tp-footer-widget-content-3 ul li a {
  font-family: var(--tp-ff-onest);
  color: #d7c8be;
}
.tp-footer-widget-content-3 ul li a:hover {
  color: #ffcc86;
}
.tp-footer-widget-content-3 ul li a::before {
  background: #d7c8be;
}
.tp-footer-input-btn {
  background: var(--tp-theme-primary);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  padding: 9px 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  right: 4px;
}
.tp-footer-input-btn:hover {
  background: #e7256b;
}
.tp-footer-input-btn.footer-btn-2 {
  background: var(--tp-theme-2);
}
.tp-footer-input-btn.footer-btn-2:hover {
  background: var(--tp-common-falured);
}
.tp-footer-input-btn-2 {
  font-family: var(--tp-ff-onest);
  padding: 12px 31px;
  border-radius: 100px;
  letter-spacing: -0.02em;
  right: 6px;
}
.tp-footer-input-btn-3 {
  background: var(--tp-common-falured);
}
.tp-footer-input-btn-3:hover {
  background: var(--tp-theme-2);
}
.tp-footer-input-btn-4 {
  background: var(--tp-theme-2);
}
.tp-footer-input-btn-4:hover {
  background: var(--tp-common-falured);
}
.tp-footer-input-2 input {
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  background: #f3f3f3;
  font-weight: 400;
  font-size: 16px;
  color: #a8a8a8;
  padding-right: 150px;
}
.tp-footer-input-2 input:focus {
  box-shadow: 0 0 0 4px rgba(183, 18, 77, 0.08), 0 1px 3px 0 rgba(71, 2, 27, 0.3);
  background: var(--tp-common-white);
}
.tp-footer-input-2 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 16px;
  color: #a8a8a8;
}
.tp-footer-input-2 input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  font-size: 16px;
  color: #a8a8a8;
}
.tp-footer-input-2 input:-moz-placeholder {
  /* Firefox 4-18 */
  font-weight: 400;
  font-size: 16px;
  color: #a8a8a8;
}
.tp-footer-input-2 input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-weight: 400;
  font-size: 16px;
  color: #a8a8a8;
}
.tp-footer-input-2 input::placeholder {
  /* MODERN BROWSER */
  font-weight: 400;
  font-size: 16px;
  color: #a8a8a8;
}
.tp-footer-input input {
  background: var(--tp-common-white);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
  height: 50px;
  width: 100%;
  padding-right: 120px;
  border-radius: 0;
}
.tp-footer-input input::placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
}
.tp-footer-input-3 input {
  background: #faf5ef;
}
.tp-footer-social a {
  color: #CABBC0;
  margin-left: 12px;
}
.tp-footer-social a svg {
  transform: translateY(-2px);
}
.tp-footer-social a:hover {
  color: var(--tp-common-white);
}
.tp-footer-social-2 a {
  font-size: 18px;
  color: var(--tp-grey-1);
  display: inline-block;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 3px;
}
.tp-footer-social-2 a svg {
  transform: translateY(-2px);
}
.tp-footer-social-2 a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.tp-footer-bottom-2 {
  padding: 22px 0px 2px 0px;
}
.tp-footer-bottom-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 17px 0px 18px 0px;
}
.tp-footer-copyright p {
  letter-spacing: -0.02em;
  color: #cabbc0;
  margin: 0;
}
.tp-footer-copyright a {
  color: var(--tp-common-white);
}
.tp-footer-copyright a:hover {
  color: var(--tp-theme-primary);
}
.tp-footer-copyright-2 p {
  font-family: var(--tp-ff-onest);
  color: #5a5859;
}
.tp-footer-copyright-2 a {
  color: var(--tp-theme-primary);
}
.tp-footer-copyright-3 p {
  color: #d7c8be;
  font-family: var(--tp-ff-onest);
}
.tp-footer-copyright-3 a {
  color: #ffcc86;
  font-family: var(--tp-ff-onest);
}
@media (max-width: 575px) {
  .tp-footer-develop {
    text-align: left !important;
  }
}
.tp-footer-border-2 {
  border-top: 1px solid #e8e8e8;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-card {
    text-align: left;
  }
}

/*----------------------------------------*/
/* 7.15 hero css
/*----------------------------------------*/
.tp-hero-content {
  padding-top: 140px;
  padding-bottom: 120px;
}
.tp-hero-content-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .tp-hero-content {
    padding-top: 100px;
    padding-bottom: 460px;
  }
}
.tp-hero-slider-active {
  height: 830px;
}
.tp-hero-arrow-box button {
  top: 50%;
  z-index: 99;
  left: 40px;
  position: absolute;
  transform: translateY(-50%);
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-arrow-box button {
    left: 15px;
  }
}
.tp-hero-arrow-box button:hover {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575px) {
  .tp-hero-arrow-box button {
    top: auto;
    transform: translateY(0);
    bottom: 50px;
    right: 120px;
  }
}
.tp-hero-arrow-box button.tp-hero-prev {
  left: auto;
  right: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-arrow-box button.tp-hero-prev {
    right: 15px;
  }
}
.tp-hero-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: zoom 20s ease-in-out infinite;
  animation: zoom 20s ease-in-out infinite;
}
.tp-hero-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-hero-title {
  font-size: 70px;
  line-height: 1.1;
  color: var(--tp-common-white);
  margin-bottom: 5px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .tp-hero-title {
    font-size: 34px;
  }
}
.tp-hero-form-input {
  display: inline-block;
}
.tp-hero-form-input p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 4px;
}
.tp-hero-form-input form {
  position: relative;
}
.tp-hero-form-input input {
  width: 220px;
  max-width: 220px;
  height: 50px;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
  padding-left: 44px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-form-input input {
    width: 207px;
  }
}
.tp-hero-form-input input:focus {
  background: none;
  color: var(--tp-common-black);
}
.tp-hero-form-input input.round-6 {
  background: none;
}
.tp-hero-form-input input.round-6.active {
  color: var(--tp-common-black);
  border-color: #d7d7d7;
  box-shadow: 0 3px 6px 0 rgba(20, 20, 20, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(20, 20, 20, 0.08);
}
.tp-hero-form-input input.round-6.active::placeholder {
  color: var(--tp-common-black);
}
.tp-hero-form-input span {
  color: #9d9c9d;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 20px;
}
.tp-hero-form-input-two input {
  border-radius: 6px;
  background: none;
  width: 166px;
}
.tp-hero-form-input-two input:focus {
  box-shadow: 0 0 0 4px rgba(20, 20, 20, 0.03), 0 1px 2px 0 rgba(20, 20, 20, 0.08), 0 2px 6px 0 rgba(20, 20, 20, 0.04), 0 3px 6px 0 rgba(20, 20, 20, 0.08);
}
.tp-hero-form-quantity {
  display: inline-block;
  flex: 0 0 auto;
}
.tp-hero-form-quantity p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 4px;
}
.tp-hero-quantity-wrap {
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .tp-hero-quantity-wrap {
    flex-direction: column;
  }
}
.tp-hero-quantity-click {
  display: inline-block;
  border: 1px solid #e4e4e4;
  background: #f6f6f6;
  padding: 12px 22px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-hero-quantity-click.active {
  background: none;
  color: var(--tp-common-black);
}
.tp-hero-quantity-click.active svg {
  color: #9d9c9d;
}
.tp-hero-quantity-click.round-6 {
  background: none;
}
.tp-hero-quantity-click.round-6.active {
  color: var(--tp-common-black);
  border-color: #d7d7d7;
  box-shadow: 0 3px 6px 0 rgba(20, 20, 20, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(20, 20, 20, 0.08);
}
.tp-hero-quantity-inner {
  position: relative;
  height: 38px;
  width: 78px;
  display: inline-block;
  border: 1px solid #dedede;
}
.tp-hero-quantity-inner .tp-dreckment {
  top: 28%;
  height: 10px;
  line-height: 1;
}
.tp-hero-quantity-inner .tp-increment {
  height: 13px;
  top: 60%;
  line-height: 1;
}
.tp-hero-quantity-inner span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #9D9C9D;
  transition: all 0.4s ease;
  cursor: pointer;
}
.tp-hero-quantity-inner span:hover {
  color: var(--tp-common-black);
}
.tp-hero-quantity-inner > input {
  max-width: 50px;
  border: none;
  padding: 0;
  padding-left: 14px;
  height: 36px;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-hero-quantity-content span {
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-hero-quantity-content p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
}
.tp-hero-quantity-list li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px;
}
.tp-hero-quantity-list li .tp-hero-quantity-content {
  padding-right: 20px;
}
.tp-hero-quantity-border {
  width: 384px;
  box-shadow: 0 10px 20px 4px rgba(20, 20, 20, 0.14);
  background: var(--tp-common-white);
  margin-top: 6px;
}
@media (max-width: 575px) {
  .tp-hero-quantity-border {
    width: 296px;
    left: -34px;
  }
}
.tp-hero-quantity-btn {
  margin: 4px;
}
.tp-hero-quantity-btn button {
  background: #f2f2f2;
  text-align: center;
  display: block;
  padding: 6px 20px;
  margin-bottom: 0;
  width: 100%;
}
.tp-hero-quantity-btn button:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-hero-quantity-active {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
}
@media (max-width: 575px) {
  .tp-hero-quantity-active {
    left: -12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-quantity-active {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-quantity-active.main {
    left: 0;
    right: auto;
  }
}
.tp-hero-quantity-active.tp-usd-list-open {
  opacity: 1;
  visibility: visible;
  margin-top: 6px;
  position: absolute;
  top: 100%;
  z-index: 999999;
}
.tp-hero-quantity-toggle-shadow {
  padding: 7px 0;
}
.tp-hero-quantity-toggle-shadow.active .tp-hero-two-location-active {
  color: var(--tp-common-black);
  border-color: #d7d7d7;
  box-shadow: 0 3px 6px 0 rgba(20, 20, 20, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(20, 20, 20, 0.08);
}
.tp-hero-quantity-toggle-shadow.active .tp-hero-two-location-active .tp-hero-fild-border {
  border-color: #d7d7d7;
  box-shadow: inset 0 3px 6px 0 rgba(20, 20, 20, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(20, 20, 20, 0.08);
}
.tp-hero-quantity-dedr {
  position: absolute;
  left: 0;
  right: 10px;
  text-align: center;
  top: 25%;
  width: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-quantity-dedr {
    top: 26%;
    right: 0;
  }
}
.tp-hero-quantity-dedr button {
  z-index: 1;
  position: relative;
}
.tp-hero-submit-btn {
  padding: 13px 32px;
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  position: relative;
  z-index: 9;
}
.tp-hero-submit-btn-2 {
  border-radius: 6px;
  padding: 13px 20px;
}
.tp-hero-submit-btn-2 svg {
  transform: translateY(-2px);
}
.tp-hero-submit-btn:hover {
  background: var(--tp-common-black);
}
.tp-hero-submit-btn-wrap {
  margin-top: 26px;
}
.tp-hero-submit-btn-wrap-2 {
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-submit-btn-wrap {
    margin-top: 0;
  }
}
.tp-hero-date-form {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  bottom: 183px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-date-form {
    bottom: 100px;
  }
}
@media (max-width: 575px) {
  .tp-hero-date-form {
    bottom: 50px;
  }
}
.tp-hero-search-form {
  background: var(--tp-common-white);
  padding: 24px;
  padding-top: 18px;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .tp-hero-search-form {
    justify-content: flex-start;
  }
}
.tp-hero-fild-border {
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  display: inline-block;
  right: -18px;
  background: var(--tp-common-white);
}
.tp-hero-fild-border.two {
  right: auto;
  left: -18px;
}
.tp-hero-two-wrap {
  margin-top: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-two-wrap {
    position: relative;
  }
}
.tp-hero-two-wrap img {
  width: 100%;
}
.tp-hero-two-title {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 575px) {
  .tp-hero-two-title {
    font-size: 50px;
  }
}
.tp-hero-two-title-wrap {
  margin-top: -41px;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-two-title-wrap {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-two-location {
    width: 100%;
  }
}
.tp-hero-two-location-active {
  fill: var(--tp-common-white);
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  display: inline-block;
  width: 230px;
  padding: 12px 24px;
  font-family: var(--tp-ff-onest);
  letter-spacing: -0.02em;
  color: #9d9c9d;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  cursor: pointer;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-two-location-active {
    width: 100%;
  }
}
.tp-hero-two-location-active svg {
  margin-right: 3px;
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .tp-hero-two-location-active svg {
    display: none;
  }
}
.tp-hero-two-location-icon {
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  width: 36px;
  color: #989898;
  display: inline-block;
  height: 36px;
  text-align: center;
  line-height: 34px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 12px;
  position: relative;
  z-index: 1;
}
.tp-hero-two-location-icon:before {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  border-radius: 50%;
  z-index: -1;
  top: -2px;
  left: -2px;
  background: var(--tp-common-white);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-hero-two-location-content {
  transform: translateY(-2px);
}
.tp-hero-two-location-content span {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
}
.tp-hero-two-location-content p {
  font-family: var(--tp-ff-onest);
  font-size: 13px;
  color: #605e5f;
  margin-bottom: 0;
  line-height: 1;
}
.tp-hero-two-location-list {
  width: 380px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  box-shadow: 0 10px 30px -10px rgba(20, 20, 20, 0.2);
  background: var(--tp-common-white);
  padding: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-two-location-list {
    width: 320px;
  }
}
@media (max-width: 575px) {
  .tp-hero-two-location-list {
    width: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-two-location-list-sm {
    left: auto;
    right: 0;
  }
}
.tp-hero-two-location-list ul li {
  list-style: none;
  display: flex;
  padding: 14px 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 7px;
  cursor: pointer;
}
.tp-hero-two-location-list ul li:hover {
  background: #f6f6f6;
}
.tp-hero-two-location-list ul li:hover .tp-hero-two-location-icon {
  background: var(--tp-common-white);
  border: 1px solid transparent;
}
.tp-hero-two-location-list ul li:hover .tp-hero-two-location-icon::before {
  transform: scale(1);
}
.tp-hero-two-search-form-inner {
  box-shadow: 0 20px 30px -6px rgba(20, 20, 20, 0.12), 0 2px 8px 0 rgba(20, 20, 20, 0.04);
  background: var(--tp-common-white);
  padding: 22px 0px 10px 0px;
  border-radius: 14px;
  margin: 0 78px;
  border: 1px solid #e8e8e8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-two-search-form-inner {
    margin: 0;
  }
}
.tp-hero-two-search-location {
  padding: 30px 30px 0px 30px;
}
@media (max-width: 575px) {
  .tp-hero-two-search-location {
    padding: 30px 8px 0px 8px;
  }
}
.tp-hero-two-search-bottom {
  flex-wrap: wrap;
}
.tp-hero-two-quantity {
  margin-right: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-two-quantity {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-two-sm-space {
    margin-right: 0;
  }
}
.tp-hero-two-shap {
  position: absolute;
  bottom: 50px;
  left: 200px;
  right: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-two-shap {
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-two-shap {
    position: static;
    margin-top: -85px;
  }
}
@media (max-width: 575px) {
  .tp-hero-two-shap {
    position: static;
    margin-top: -15px;
  }
}
@media (max-width: 575px) {
  .tp-hero-two-shap-man {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .tp-hero-two-shap-woman {
    width: 30%;
  }
}
.tp-hero-3-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .tp-hero-3-title {
    font-size: 38px;
  }
}
.tp-hero-3-title img {
  transform: translateY(-25px) translateX(5px);
  margin-left: 88px;
  z-index: -1;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-3-title img {
    width: 70px;
    margin-left: 30px;
    transform: translateY(-8px) translateX(-11px);
  }
}
@media (max-width: 575px) {
  .tp-hero-3-title img {
    width: 45px;
  }
}
.tp-hero-3-title span {
  transform: translateX(-30px);
  display: inline-block;
}
.tp-hero-3-title-pre {
  font-family: var(--tp-ff-amita);
  font-weight: 400;
  font-size: 22px;
  line-height: 136%;
  letter-spacing: 0.02em;
  color: var(--tp-common-white2);
}
.tp-hero-3-spacing {
  padding-top: 290px;
  padding-bottom: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-spacing {
    padding-top: 232px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-3-spacing {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}
.tp-hero-discount-wrap {
  padding: 17px 0px;
}
.tp-hero-discount-content p {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: var(--tp-common-black3);
  margin: 0;
}
.tp-hero-discount-content a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.tp-hero-booking-form-tab {
  border-bottom: 1px solid #ebf0f5;
  padding: 0px 30px 0px 30px;
}
.tp-hero-booking-form-tab nav button {
  margin-right: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 18px;
  position: relative;
}
@media (max-width: 575px) {
  .tp-hero-booking-form-tab nav button {
    margin: 0;
    width: 50%;
    margin-bottom: 20px;
  }
}
.tp-hero-booking-form-tab nav button .borders {
  background: var(--tp-theme-primary);
  width: 0;
  height: 2px;
  bottom: -1px;
  left: auto;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-hero-booking-form-tab nav button.active .borders {
  width: 100%;
  left: 0;
  right: auto;
}
.tp-hero-booking-form-tab nav button.active .icon {
  color: var(--tp-theme-primary);
}
.tp-hero-booking-form-tab nav button.active span {
  color: var(--tp-theme-primary);
}
.tp-hero-booking-form-tab nav button .icon {
  margin-right: 6px;
  transform: translateY(-2px);
  color: #141414;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-hero-booking-form-tab nav button span {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #5a5859;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-hero-booking-cetagory {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-booking-cetagory {
    padding: 20px 0px;
    justify-content: flex-start;
  }
}
.tp-hero-quantity-active-4 {
  width: 280px;
  border-radius: 10px;
  box-shadow: 0 10px 30px -10px rgba(20, 20, 20, 0.2);
  border: 1px solid #e4e4e4;
}
.tp-hero-quantity-active-4 .tp-hero-quantity-btn a {
  border-radius: 0 0 6px 6px;
}
.tp-hero-quantity-active-4 .tp-hero-quantity-inner {
  border-radius: 6px 6px 6px 6px;
}
.tp-hero-quantity-active-4 .tp-hero-quantity-inner > input {
  border-radius: 6px 0px 0px 6px;
}
.tp-hero-quantity-active-4.tp-usd-list-open-3 {
  opacity: 1;
  visibility: visible;
  margin-top: 6px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
}
.tp-hero-2-quantity-toggle-btn {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
  cursor: pointer;
  transition: all 0.4s ease;
}
.tp-hero-2-quantity-toggle-btn.active {
  color: var(--tp-common-black);
}
.tp-hero-2-quantity-toggle-btn.active svg {
  color: var(--tp-common-black);
}
.tp-hero-2-booking-quantity-wrap {
  line-height: 1;
}
.tp-hero-cetagory-wrap {
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  width: 200px;
  box-shadow: 0 10px 30px -10px rgba(20, 20, 20, 0.2);
  background: var(--tp-common-white);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-cetagory-wrap {
    left: auto;
    right: 0;
  }
}
.tp-hero-cetagory-wrap.tp-usd-list-open-5 {
  opacity: 1;
  visibility: visible;
  margin-top: 6px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
}
.tp-hero-cetagory-checkbox {
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  padding: 12px 26px 12px 20px;
  margin: 4px;
  transition: all 0.4s ease;
}
.tp-hero-cetagory-checkbox:hover {
  background: #f5f5f5;
}
.tp-hero-cetagory-checkbox .tp-label {
  font-family: var(--tp-ff-onest);
  font-size: 14px;
  color: var(--tp-grey-1);
  cursor: pointer;
  padding-right: 15px;
}
.tp-hero-cetagory-checkbox .tp-input {
  background: var(--tp-common-white);
  appearance: none;
  position: relative;
  cursor: pointer;
}
.tp-hero-cetagory-checkbox .tp-input:checked {
  position: relative;
  background-color: var(--tp-theme-primary);
  border-color: transparent;
}
.tp-hero-cetagory-checkbox .tp-input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 18px;
  color: var(--tp-common-black);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp-hero-birds {
  position: absolute;
  top: 20%;
  left: 30%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-birds {
    top: 10%;
    left: 40%;
  }
}
.tp-hero-birds-2 {
  position: absolute;
  top: 15%;
  right: 20%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-birds-2 {
    top: 5%;
    left: 50%;
  }
}
.tp-hero-birds-3 {
  position: absolute;
  top: 10%;
  right: 10%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-birds-3 {
    top: 5%;
    left: 60%;
  }
}
.tp-hero-four-title {
  font-family: var(--tp-ff-onest);
  font-weight: 700;
  font-size: 66px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media (max-width: 575px) {
  .tp-hero-four-title {
    font-size: 46px;
  }
}
.tp-hero-four-title span {
  font-family: var(--tp-ff-amita);
}
.tp-hero-four-search-form {
  box-shadow: 0 20px 60px 0 rgba(20, 24, 32, 0.1);
  background: var(--tp-common-white);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.tp-hero-four-content p {
  font-family: var(--tp-ff-onest);
  font-size: 18px;
  line-height: 26px;
  color: #3e3b3b;
}
@media (max-width: 575px) {
  .tp-hero-four-content p br {
    display: none;
  }
}
.tp-hero-four-right {
  margin-left: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-four-right {
    margin-left: 0;
    margin-top: 40px;
  }
}
.tp-hero-four-btn a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--tp-theme-primary);
  position: relative;
  z-index: 1;
}
.tp-hero-four-thumb-img img {
  border-radius: 12px !important;
}
.tp-hero-four-thumb-img-2 img {
  border-radius: 12px !important;
}
.tp-hero-four-thumb-img-3 img {
  border-radius: 12px !important;
}
.tp-hero-five-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.tp-hero-five-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media (max-width: 575px) {
  .tp-hero-five-title {
    font-size: 36px;
  }
}
.tp-hero-five-content p {
  font-family: var(--tp-ff-dm);
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-common-white);
}
.tp-hero-five-bottom {
  margin-top: -184px;
  position: relative;
  z-index: 1;
}
.tp-hero-five-video {
  height: 100% !important;
  line-height: 0.6;
  object-fit: cover;
  width: 100%;
}
.tp-hero-five-video-wrap .inline-YTPlayer {
  height: 300px !important;
}
.tp-hero-five-form-input .five {
  width: 186px;
}
.tp-hero-five-quantity-toggle .five {
  width: 300px;
  max-width: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-five-quantity-toggle .five {
    width: 270px;
    max-width: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-five-quantity-toggle .five {
    width: 210px;
    max-width: 210px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hero-five-quantity-toggle .tp-hero-two-location-active.five {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-six-submit-btn {
    margin-top: 0;
  }
}
.tp-hero-video-overly::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.5);
  top: 0;
  left: 0;
}
.tp-hero-video-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
}
.tp-hero-video-wrap .inline-YTPlayer {
  height: 100%;
}
.tp-hero-video-wrap .inline-YTPlayer > div {
  height: 100% !important;
}
.tp-hero-video-wrap .inline-YTPlayer iframe {
  height: 100%;
}

.border-bottom {
  border-bottom: 1px solid #e8e8e8;
}

.wings {
  animation: 1s flying linear infinite alternate;
  transform: scale(0.3);
}

@keyframes flying {
  0% {
    d: path("M 5 5 Q 25 0 50 15 L 50 25 Q 25 5 5 5 M 95 5 Q 75 0 50 15 L 50 25 Q 75 5 95 5");
    width: 20px;
  }
  50% {
    d: path("M 5 10 Q 25 5 50 15 L 50 25 Q 25 10 5 10 M 95 10 Q 75 5 50 15 L 50 25 Q 75 10 95 10");
    width: 20px;
  }
  100% {
    d: path("M 7 30 Q 25 25 50 15 L 50 25 Q 25 30 7 30 M 93 30 Q 75 25 50 15 L 50 25 Q 75 30 93 30");
    width: 20px;
  }
}
.four-round-6 {
  border-radius: 6px;
}

.buttonBar {
  display: none;
}

/*----------------------------------------*/
/* 7.1 about css
/*----------------------------------------*/
.tp-about-list ul li {
  color: var(--tp-common-white);
  list-style: none;
  display: flex;
  margin-bottom: 20px;
}
.tp-about-list ul li span {
  margin-right: 18px;
}
.tp-about-list ul li p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.tp-about-shape {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.tp-about-shape-2 {
  position: absolute;
  bottom: 0;
  left: 75px;
}
.tp-about-shape-3 {
  position: absolute;
  bottom: -65px;
  left: 140px;
  transform-origin: bottom;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-video {
    height: auto !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.tp-about-right-img {
  width: 47%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-right-img {
    position: inherit;
    width: 100%;
  }
}
.tp-about-spacing {
  margin: 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-spacing {
    margin: 10px;
  }
}
.tp-about-two-title {
  font-family: var(--tp-ff-amita);
  font-weight: 700;
  font-size: 30px;
}
.tp-about-two-spacing {
  padding-bottom: 243px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-two-spacing {
    padding-bottom: 120px;
  }
}
.tp-about-two-para {
  font-family: var(--tp-ff-onest);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-two-para {
    font-size: 22px;
  }
}
.tp-about-two-item {
  border-bottom: 1px solid rgba(20, 20, 20, 0.14);
  padding-bottom: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-about-two-item {
    margin-left: 0;
  }
}
.tp-about-two-item span {
  margin-right: 15px;
}
.tp-about-two-item p {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-two-content {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .tp-about-two-content {
    padding-top: 20px;
  }
}
.tp-about-3-content {
  padding-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-content {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.tp-about-3-para {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: var(--tp-grey-4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-para br {
    display: none;
  }
}
.tp-about-3-thumb {
  padding-right: 185px;
  width: 100%;
  transform: translateX(-24px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-3-thumb {
    transform: translateX(0);
  }
}
@media (max-width: 575px) {
  .tp-about-3-thumb {
    padding-right: 0;
  }
}
.tp-about-3-thumb-2 {
  right: 0;
  position: absolute;
  bottom: -40px;
}
.tp-about-top-subtitle {
  font-family: var(--tp-ff-playfair);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-falured);
  margin-bottom: 12px;
}
.tp-about-top-subtitle span {
  border-radius: 100px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--tp-common-falured);
  margin-right: 8px;
}
.tp-about-top-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 80px;
  line-height: 1.05;
  color: var(--tp-common-black4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-top-title {
    font-size: 70px;
  }
  .tp-about-top-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-top-title {
    font-size: 50px;
  }
}
.tp-about-top-title-2 {
  font-size: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-top-title-2 {
    font-size: 45px;
  }
}
.tp-about-top-title span {
  font-style: italic;
  color: var(--tp-common-falured);
}
.tp-about-top-logo {
  display: inline-block;
}
.tp-about-top-logo-content {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-top-logo-content {
    padding-left: 0;
  }
}
.tp-about-top-logo-content p {
  font-family: var(--tp-ff-onest);
  line-height: 24px;
  color: var(--tp-grey-5);
}
.tp-about-top-logo .shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tp-about-4-shape img {
  mix-blend-mode: hard-light;
}
.tp-about-4-content {
  padding-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-4-content {
    padding-left: 0;
  }
}
.tp-about-4-content p {
  font-family: var(--tp-ff-onest);
  line-height: 24px;
  color: var(--tp-grey-5);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-4-content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-4-content p {
    margin-bottom: 40px;
  }
}
.tp-about-4-client-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tp-about-4-client-img {
  margin-right: 12px;
}
.tp-about-4-client-review p {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--tp-common-black4);
  margin-bottom: 0;
}
.tp-about-4-expreance {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -87px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-4-expreance {
    top: 10%;
    right: 0;
  }
}
.tp-about-4-expreance-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.tp-about-4-expreance-year {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--tp-common-white);
  display: inline-block;
}
.tp-about-hotel-border {
  border: 1px solid rgba(160, 89, 22, 0.14);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-hotel-border {
    border: none;
  }
}
.tp-about-hotel-content p {
  font-family: var(--tp-ff-onest);
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-grey-4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-hotel-content p br {
    display: none;
  }
}
.tp-about-hotel-thumb {
  margin-right: 77px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-hotel-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-hotel-thumb {
    margin-bottom: 40px;
  }
}
.tp-about-hotel-subtitle {
  font-family: var(--tp-ff-playfair);
  font-size: 18px;
  color: var(--tp-theme-1);
  margin-bottom: 8px;
  display: inline-block;
}
.tp-about-hotel-content-two {
  padding-left: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-hotel-content-two {
    padding-left: 0;
  }
}
.tp-about-hotel-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--tp-common-black4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-hotel-title {
    font-size: 45px;
  }
}
.tp-about-hotel-feature ul li {
  list-style: none;
  display: flex;
  margin-bottom: 12px;
}
.tp-about-hotel-feature ul li i {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: rgba(45, 26, 14, 0.1);
  color: #2d1a0e;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  transform: translateY(-2px);
  margin-right: 20px;
}
.tp-about-hotel-feature ul li span {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-black4);
}
.tp-about-hotel-feature-two ul li {
  margin-bottom: 0;
  padding: 16px 0;
  border-bottom: 1px solid #e2dfeb;
}
.tp-about-hotel-feature-two ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.tp-about-hotel-feature-two ul li b {
  width: 180px;
  max-width: 180px;
  transform: translateY(-1px);
}
.tp-about-hotel-feature-two ul li span {
  color: #5a5859;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .md-relative {
    position: relative;
  }
}
.bird {
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite;
}
.bird--one {
  animation-duration: 1s;
  animation-delay: -0.5s;
}
.bird--two {
  animation-duration: 0.9s;
  animation-delay: -0.75s;
}
.bird--three {
  animation-duration: 1.25s;
  animation-delay: -0.25s;
}
.bird--four {
  animation-duration: 1.1s;
  animation-delay: -0.5s;
}

.bird-container {
  position: absolute;
  top: 20%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  animation-name: fly-right-one;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bird-container--one {
  animation-duration: 15s;
  animation-delay: 0;
}
.bird-container--two {
  animation-duration: 16s;
  animation-delay: 1s;
}
.bird-container--three {
  animation-duration: 14.6s;
  animation-delay: 9.5s;
}
.bird-container--four {
  animation-duration: 16s;
  animation-delay: 10.25s;
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
.tp-about-big-thumb {
  height: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-big-thumb {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-big-thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .tp-about-big-thumb {
    height: 400px;
  }
}

/*----------------------------------------*/
/*  7.13 feature css
/*----------------------------------------*/
.tp-feature-thumb {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0 10px 20px 2px rgba(20, 20, 20, 0.14);
  border: 3px solid var(--tp-common-white);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
}
.tp-feature-thumb img {
  border-radius: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-feature-wrapper {
  padding: 40px 35px 20px 35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-feature-wrapper {
    padding: 40px 10px 20px 10px;
  }
}
@media (max-width: 575px) {
  .tp-feature-wrapper {
    padding: 40px 15px 20px 15px;
  }
}
.tp-feature-wrapper:hover {
  box-shadow: 0 20px 30px 6px rgba(20, 20, 20, 0.1);
  background: var(--tp-common-white);
}
.tp-feature-wrapper:hover .tp-feature-thumb {
  box-shadow: none;
  border: 3px solid transparent;
}
.tp-feature-wrapper:hover .tp-feature-thumb img {
  transform: scale(1.1);
}
.tp-feature-content p {
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
  line-height: 1.4;
}
.tp-feature-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
}
.tp-feature-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-feature-border {
  border-right: 1px solid #e8e8e8;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-feature-border {
    border: none;
  }
}

/*----------------------------------------*/
/* 7.25 testimonial css
/*----------------------------------------*/
.tp-testimonial-ratings span {
  color: #FF9E0D;
  font-size: 12px;
}
.tp-testimonial-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 93%;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-wrapper {
    padding: 0 20px;
  }
}
.tp-testimonial-content p {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-testimonial-content p {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .tp-testimonial-content p {
    font-size: 18px;
  }
}
.tp-testimonial-clients img {
  margin-bottom: 8px;
  border-radius: 50% !important;
}
.tp-testimonial-clients-name {
  display: block;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  line-height: 1;
}
.tp-testimonial-clients-lucation {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
}
.tp-testimonial-pagination {
  text-align: center;
  margin-top: 30px;
}
.tp-testimonial-pagination span.swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background: #e4e4e4;
  opacity: 1;
  border-radius: 0;
}
.tp-testimonial-pagination span.swiper-pagination-bullet-active {
  background: var(--tp-common-black);
}
.tp-testimonial-two-border {
  position: relative;
  background: var(--tp-common-white);
  border-radius: 12px;
}
.tp-testimonial-two-border:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  margin: -2px;
  height: 100%;
  opacity: 0.3;
  border-radius: 14px;
  width: calc(100% + 4px);
  opacity: 0.3;
  transition: all 0.3s ease-out 0s;
  background: -moz-linear-gradient(90deg, white 0%, #e8e8e8 100%, white 100%);
  background: -webkit-linear-gradient(90deg, white 0%, #e8e8e8 100%, white 100%);
  background: -ms-linear-gradient(90deg, white 0%, #e8e8e8 100%, white 100%);
}
.tp-testimonial-two-para {
  font-family: var(--tp-ff-onest);
  font-size: 24px;
  line-height: 142%;
  letter-spacing: -0.02em;
  color: var(--tp-common-black2);
}
.tp-testimonial-two-rating {
  border-radius: 100px;
  border: 1.5px solid #e8e8e8;
  display: inline-block;
  line-height: 1;
  padding: 3px 7px;
  padding-top: 0;
}
.tp-testimonial-two-rating span {
  color: #FF9E0D;
  font-size: 12px;
  line-height: 1;
}
.tp-testimonial-two-rating span i {
  line-height: 1;
}
.tp-testimonial-two-thumb {
  margin-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-two-thumb {
    margin-left: 0;
  }
  .tp-testimonial-two-thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-two-title {
    padding-left: 20px;
  }
}
.tp-testimonial-avater-title {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.tp-testimonial-avater-location {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: -0.02em;
  color: #9d9c9d;
}
.tp-testimonial-avater-thumb img {
  border-radius: 50% !important;
}
.tp-testimonial-arrow-box button {
  background: transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
}
.tp-testimonial-arrow-box button:hover {
  background: rgba(246, 246, 246, 0.97);
}
.tp-testimonial-tree {
  position: absolute;
  top: 163px;
  right: 0;
  width: 17%;
  transform-origin: bottom right;
}

/*----------------------------------------*/
/*  7.10 cta css
/*----------------------------------------*/
.tp-cta-plane {
  right: 127px;
  top: -32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-plane {
    top: -50px;
  }
}
.tp-cta-content p {
  font-family: var(--tp-ff-amita);
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.8 contact css
/*----------------------------------------*/
.tp-contact-shape {
  position: absolute;
  bottom: 19%;
  left: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-shape {
    left: 2%;
  }
}
.tp-contact-shape-2 {
  position: absolute;
  top: 38%;
  right: 18%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-shape-2 {
    right: 3%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-shape-2 {
    right: 0;
  }
}
.tp-contact-bg {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 7.31%, #737373 100%);
  border-radius: 20px;
}
.tp-contact-subtitle {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-white);
  background: var(--tp-theme-2);
  display: inline-block;
  border-radius: 6px;
  padding: 2px 14px;
}
.tp-contact-subtitle-2 {
  background: var(--tp-theme-primary);
}
.tp-contact-title {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 56px;
  letter-spacing: -0.02em;
  color: #323232;
  margin-bottom: 17px;
}
.tp-contact-title-2 {
  font-size: 40px;
}
@media (max-width: 575px) {
  .tp-contact-title-2 {
    font-size: 36px;
  }
}
.tp-contact-dis {
  font-family: var(--tp-ff-onest);
  line-height: 24px;
  color: var(--tp-grey-5);
  margin-bottom: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-dis br {
    display: none;
  }
}
.tp-contact-list ul {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-list ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.tp-contact-list ul li {
  list-style: none;
  display: flex;
}
.tp-contact-list ul li p {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  color: #323232;
}
.tp-contact-list ul li span {
  margin-right: 8px;
  transform: translateY(-3px);
}
.tp-contact-list ul li:not(:last-child) {
  margin-right: 30px;
}
.tp-contact-icon {
  display: inline-block;
  margin-bottom: 50px;
}
.tp-contact-icon i {
  color: #323232;
  font-size: 24px;
}
.tp-contact-text h5 {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 18px;
  color: #323232;
  margin-bottom: 3px;
}
.tp-contact-text a {
  background-image: linear-gradient(#b7124d, #b7124d), linear-gradient(#b7124d, #b7124d);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-contact-text a:hover {
  background-image: linear-gradient(#b7124d, #b7124d), linear-gradient(#b7124d, #b7124d);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  color: var(--tp-theme-primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-contact-text span {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: #323232;
}
.tp-contact-item {
  box-shadow: 0 20px 30px 6px rgba(20, 20, 20, 0.1);
  background: var(--tp-common-white);
  border-radius: 16px;
  padding: 34px 30px 30px 35px;
}
.tp-contact-bg {
  padding: 100px 100px 100px 100px;
  background-repeat: no-repeat;
  background-position: top;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-bg {
    padding: 100px 60px 100px 60px;
  }
}
@media (max-width: 575px) {
  .tp-contact-bg {
    padding: 100px 20px 100px 20px;
  }
}

/*----------------------------------------*/
/* 7.17 place css
/*----------------------------------------*/
.tp-place-wrap:hover .tp-place-thumb img {
  transform: scale(1.1);
}
.tp-place-wrap:hover .tp-place-content {
  box-shadow: 0 1px 2px 0 rgba(20, 20, 20, 0.24);
}
div.tp-place-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.tp-place-thumb {
  border-radius: 6px 6px 0px 0px;
}
.tp-place-thumb img {
  transition: all 0.6s ease;
}
.tp-place-offer {
  font-family: var(--tp-ff-inter);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  padding: 5px 13px;
  border-radius: 100px;
  position: absolute;
  top: 25px;
  left: 20px;
}
.tp-place-wishlist {
  width: 34px;
  height: 34px;
  background: var(--tp-common-white);
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
}
.tp-place-wishlist .red-heart {
  opacity: 0;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
}
.tp-place-title {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.01em;
}
.tp-place-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-place-content {
  background: var(--tp-common-white);
  box-shadow: 0 20px 30px -20px rgba(20, 20, 20, 0.2);
  border-radius: 0px 0px 6px 6px;
  transition: all 0.4s ease;
}
.tp-place-meta-wrap {
  padding: 25px 30px 30px 30px;
  border-bottom: 1px solid #e8e8e8;
}
.tp-place-meta ul {
  display: flex;
  align-items: center;
}
.tp-place-meta ul li {
  list-style: none;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #5a5859;
  margin-right: 15px;
}
.tp-place-meta ul li svg {
  margin-top: -4px;
  margin-right: 2px;
}
.tp-place-old-price {
  color: #9e989b;
  font-family: var(--tp-ff-onest);
  font-size: 15px;
}
.tp-place-price {
  font-weight: 600;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
  letter-spacing: -0.02em;
  margin-right: 6px;
  font-size: 20px;
}
.tp-place-price .mphb-price-period {
  border-bottom: none;
  cursor: text;
  font-weight: 500;
  text-transform: capitalize;
  color: #444;
}
.tp-place-price-discount {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  line-height: 173%;
  letter-spacing: -0.02em;
  color: #5a5859;
}
.tp-place-price-wrap {
  padding: 13px 30px 14px 30px;
  display: flex;
  justify-content: space-between;
}
.tp-place-price-inner {
  align-items: center;
}
.tp-place-btn {
  margin-top: -42px;
}
.tp-place-btn a {
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
}
.tp-place-btn a:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-place-tab-btn {
  border: 1px solid #d7d7d7;
  border-radius: 100px;
  padding: 6px 20px;
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 6px;
  margin-bottom: 5px;
}
.tp-place-tab-btn.active {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-common-black);
}
.tp-place-tab-btn.active:hover {
  background: #f2f2f2;
  border: 1px solid transparent;
  color: var(--tp-common-black);
}
.tp-place-tab-btn:hover {
  background: #f2f2f2;
  border: 1px solid transparent;
  color: var(--tp-common-black);
}
.tp-place-tab-btn svg {
  margin-right: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-place-right-btn {
    text-align: left;
  }
}

/*----------------------------------------*/
/* 7.22 service css
/*----------------------------------------*/
.tp-service-pagination {
  text-align: center;
  margin-top: 30px;
}
.tp-service-pagination span {
  width: 40px;
  height: 2px;
  background: #e4e4e4;
  opacity: 1;
  border-radius: 0;
}
.tp-service-pagination span.swiper-pagination-bullet-active {
  background: var(--tp-common-black);
}
.tp-service-3-content {
  position: absolute;
  top: 82%;
  background: var(--tp-common-white2);
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 17px 43px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition-delay: 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-3-content {
    top: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-3-content {
    top: 79%;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 17px 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-content {
    padding: 22px 20px 17px 20px;
    top: 76%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-3-content {
    padding: 17px 14px;
    top: 86%;
  }
}
@media (max-width: 575px) {
  .tp-service-3-content {
    padding: 22px 20px 17px 20px;
    top: 76%;
  }
}
.tp-service-3-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--tp-common-black4);
  margin-bottom: 0;
}
.tp-service-3-para {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.tp-service-3-para p {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  line-height: 24px;
  color: #635c57;
  margin-bottom: 23px;
}
.tp-service-3-para .tp-btn-4 {
  padding: 8px 28px;
}
.tp-service-3-thumb img {
  transition: all 0.4s ease;
}
.tp-service-3-wrap {
  overflow: hidden;
}
.tp-service-3-wrap:hover .tp-service-3-thumb img {
  transform: scale(1.1);
}
.tp-service-3-wrap:hover .tp-service-3-content {
  transition-delay: 0s;
  top: 48%;
  padding: 22px 43px 17px 43px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-3-wrap:hover .tp-service-3-content {
    top: 44%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-3-wrap:hover .tp-service-3-content {
    padding: 22px 20px 17px 20px;
    top: 38%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-service-3-wrap:hover .tp-service-3-content {
    top: 61%;
  }
}
@media (max-width: 575px) {
  .tp-service-3-wrap:hover .tp-service-3-content {
    padding: 22px 20px 17px 20px;
    top: 40%;
  }
}
.tp-service-3-wrap:hover .tp-service-3-para {
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
}

.border-radius-10 {
  border-radius: 10px;
}

/*----------------------------------------*/
/*  7.11 product css
/*----------------------------------------*/
.tp-destinations-thumb {
  position: relative;
  transform: scale3d(1, 1, 1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.tp-destinations-thumb::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(9, 3, 3, 0.08) 0%, rgba(9, 3, 3, 0) 51.4%, rgba(9, 3, 3, 0.6) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-destinations-thumb img {
  width: 100%;
  border-radius: 12px;
  transform: scale(1.2);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
}
.tp-destinations-wrap {
  border-radius: 12px;
}
.tp-destinations-wrap:hover .tp-destinations-thumb::after {
  opacity: 1;
}
.tp-destinations-wrap:hover .tp-destinations-time {
  opacity: 1;
  visibility: visible;
}
.tp-destinations-wrap:hover .tp-destinations-content {
  transform: translateY(-22px);
}
.tp-destinations-content {
  position: absolute;
  bottom: 0;
  left: 25px;
  transform: translateY(14px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-destinations-time {
  font-family: var(--font-family);
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-destinations-time .dvdr {
  margin: 0 8px;
}
.tp-destinations-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 3px;
  color: var(--tp-common-white);
}
.tp-destinations-rating {
  position: absolute;
  top: 15px;
  right: 15px;
  backdrop-filter: blur(8px);
  background: rgba(20, 20, 20, 0.08);
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 100px;
  padding: 0px 7px;
}
.tp-destinations-rating span {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-destinations-rating span i {
  margin-right: 4px;
}
.tp-destinations-box {
  transform: scale3d(1, 1, 1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 12px;
}
.tp-destinations-box:hover {
  transform: scale3d(1.09, 1.09, 1);
}
.tp-destinations-box:hover .tp-destinations-thumb img {
  transform: scale(1);
}
.tp-destinations-details-thumb img {
  border-radius: 12px;
}
.tp-destinations-main {
  background: #d9d9d9;
  border-radius: 12px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-destinations-main:hover .tp-destinations-thumb {
  transform: scale3d(1.09, 1.09, 1);
}
.tp-destinations-main.shadows:hover {
  box-shadow: 0 20px 34px -14px rgba(51, 2, 27, 0.7);
}
.tp-destinations-main.shadows-1:hover {
  box-shadow: 0 20px 34px -14px rgba(109, 62, 6, 0.7);
}
.tp-destinations-main.shadows-2:hover {
  box-shadow: 0 20px 34px -14px rgba(1, 47, 40, 0.7);
}
.tp-destinations-main.shadows-3:hover {
  box-shadow: 0 20px 34px -14px rgba(62, 34, 3, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-destinations-arrow-box {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .tp-destinations-arrow-box {
    justify-content: flex-start !important;
  }
}
.tp-destinations-arrow-box .tp-destinations-next {
  margin-left: 15px;
}
.tp-destinations-arrow-box button {
  color: #5A5859;
  font-size: 19px;
  background: transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
}
.tp-destinations-arrow-box button:hover {
  background: rgba(246, 246, 246, 0.97);
}
.tp-destinations-slide {
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 12px;
  padding-right: 12px;
}

/*----------------------------------------*/
/* 7.26 video css
/*----------------------------------------*/
.tp-video-play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  background: var(--tp-common-white);
  text-align: center;
  line-height: 100px;
  font-size: 16px;
  color: var(--tp-theme-primary);
  position: relative;
  transition: all 0.4s ease;
  right: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tp-video-play span {
  margin-left: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-video-play {
    right: 40%;
    top: -50%;
  }
}
.tp-video-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-video-title a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-style: italic;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-video-title {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .tp-video-title {
    font-size: 40px;
  }
}
.tp-video-three-spacing {
  padding-top: 250px;
  padding-bottom: 225px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-video-three-spacing {
    padding-top: 117px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-video-three-spacing {
    padding-top: 150px;
    padding-bottom: 125px;
  }
}
.tp-video-three-play {
  width: 100px;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.tp-video-great-work {
  border-top: 1px solid rgba(250, 245, 239, 0.2);
  padding: 26px 0;
}
.tp-video-great-content p {
  font-family: var(--tp-ff-playfair);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  color: var(--tp-common-white2);
}
.tp-video-great-content p a {
  display: inline-block;
  transition: all 0.4s ease;
}
.tp-video-great-content p a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-video-great-content p {
    font-size: 22px;
  }
}
.tp-video-great-content svg {
  margin-left: 4px;
}

.tp-pulse-border {
  border-radius: 50%;
  z-index: 1;
}
.tp-pulse-border::after, .tp-pulse-border::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: borderanimate2 2s linear infinite;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: -1;
}
.tp-pulse-border::before {
  animation-delay: 0.7s;
}

/*----------------------------------------*/
/*  7.18 pricing css
/*----------------------------------------*/
.tp-pricing-title h5 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-pricing-title h5 {
    margin-left: 0;
  }
}
.tp-pricing-title span {
  height: 40px;
  width: 1px;
  background: #e8e8e8;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -11px;
}
@media (max-width: 575px) {
  .tp-pricing-title span {
    display: none;
  }
}
.tp-pricing-price span {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
  line-height: 92%;
}
.tp-pricing-price-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 92%;
  letter-spacing: -0.02em;
  margin-bottom: 3px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-pricing-btn-wrap {
    text-align: left !important;
  }
}
.tp-pricing-service-list ul li {
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
  position: relative;
  list-style: none;
  padding-left: 14px;
}
.tp-pricing-service-list ul li::before {
  background: var(--tp-grey-1);
  font-size: 12px;
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 3px;
  border-radius: 20px;
  height: 3px;
}
.tp-pricing-wrapper {
  box-shadow: 0 1px 0 0 #e8e8e8, 0 -1px 0 0 #e8e8e8;
  background: #fff;
  padding: 23px 20px;
  padding-bottom: 3px;
}
.tp-pricing-wrapper-2 {
  padding: 33px 40px;
  padding-bottom: 13px;
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.14);
}
.tp-pricing-wrapper-2 .tp-btn-square {
  color: var(--tp-common-black4);
  border: 1px solid var(--tp-common-black4);
}
.tp-pricing-wrapper-2 .tp-btn-square:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-falured);
  border-color: var(--tp-common-falured);
}
.tp-pricing-wrapper-2 .tp-pricing-title h5 {
  font-family: var(--tp-ff-onest);
  color: var(--tp-common-black4);
}
.tp-pricing-wrapper-2 .tp-pricing-title span {
  right: -28px;
}
.tp-pricing-wrapper-2 .tp-pricing-price {
  margin-left: 30px;
}
@media (max-width: 575px) {
  .tp-pricing-wrapper-2 .tp-pricing-price {
    margin-left: 0;
  }
}
.tp-pricing-wrapper-2 .tp-pricing-price-title {
  font-family: var(--tp-ff-onest);
  color: var(--tp-common-black4);
}
.tp-pricing-wrapper-2 .tp-pricing-price span {
  color: var(--tp-grey-5);
}
.tp-pricing-wrapper-2 .tp-pricing-service-list ul li {
  color: var(--tp-grey-5);
}

/*----------------------------------------*/
/* 7.24 team css
/*----------------------------------------*/
.tp-team-content {
  border: 1px solid #fff;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 20px 11px 20px;
  opacity: 1;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  height: auto;
  -webkit-transform: translateY(0) scale(1, 0);
  transform: translateY(0) scale(1, 0);
  transform-origin: bottom center;
  position: absolute;
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.tp-team-item:hover .tp-team-content {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.tp-team-item:hover .tp-team-title {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.tp-team-item:hover .tp-team-subtitle {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.tp-team-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black4);
  margin-bottom: 2px;
  opacity: 0;
  transform: translateY(15px);
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.tp-team-subtitle {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-grey-5);
  transform: translateY(10px);
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  margin-bottom: 0;
  opacity: 0;
}

.box-transition {
  overflow: hidden;
}
.box-transition img {
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-transition:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*----------------------------------------*/
/* 7.6 brand css
/*----------------------------------------*/
.tp-brand-slide-active .swiper-slide {
  width: auto;
}
.tp-brand-border {
  border-top: 1px solid #E8E8E8;
}
.tp-brand-border-2 {
  border-top: 1px solid rgba(160, 89, 22, 0.14);
}
.tp-brand-item {
  padding: 40px 65px;
}
.tp-brand-item img {
  filter: saturate(0);
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.tp-text-slider {
  padding: 24px 0px 20px 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-text-slider {
    padding: 24px 0px 12px 0px;
  }
}
.tp-text-slider-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 600;
  font-size: 60px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-common-white2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-text-slider-title {
    font-size: 45px;
  }
}
.tp-text-slider-title svg {
  margin-left: 10px;
  -webkit-animation: rotate-infinite 15s linear infinite;
  animation: rotate-infinite 15s linear infinite;
  margin-top: -12px;
}
.tp-text-slider-content-2 .tp-text-slider-title {
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
.tp-text-slider-content-2 .tp-text-slider-title svg {
  margin-left: 16px;
  margin-top: -5px;
}
.tp-text-spacing {
  padding: 18px 0px 18px 0px;
}

.tp-brand-active .swiper-slide {
  width: 222px;
}

.tp-brand-active-2 .swiper-slide {
  width: auto;
}

/*----------------------------------------*/
/* 7.23 suites css
/*----------------------------------------*/
.tp-suites-item {
  overflow: hidden;
  z-index: 2;
}
.tp-suites-item:hover .tp-suites-hidden {
  opacity: 1;
  visibility: visible;
}
.tp-suites-item:hover .tp-suites-content {
  bottom: 30px;
}
.tp-suites-item:hover .tp-suites-thumb img {
  transform: scale(1.1);
}
.tp-suites-thumb {
  position: relative;
}
div.tp-suites-thumb img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.tp-suites-thumb::before {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.8) 100%);
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tp-suites-price {
  top: 30px;
  right: 0;
}
.tp-suites-price span.per-night {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.02em;
  padding: 5px 10px;
  display: inline-block;
  background: var(--tp-common-white);
}
.tp-suites-price span.per-night .mphb-price-period {
  cursor: none;
  border-bottom: none;
  text-transform: capitalize;
}
.tp-suites-price span.per-night .mphb-price {
  font-weight: 600;
}
.tp-suites-price.price-radius span {
  border-radius: 6px 0px 0px 6px;
}
.tp-suites-content {
  bottom: -102px;
  left: 30px;
  right: 30px;
  z-index: 3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-suites-title {
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-weight: 700;
  margin-bottom: 5px;
}
.tp-suites-room .space {
  margin: 0 8px;
}
.tp-suites-room span {
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-suites-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-suites-hidden p {
  font-size: 16px;
  line-height: 1.37;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 23px;
}

/*----------------------------------------*/
/* 7.19 review css
/*----------------------------------------*/
.tp-review-inner {
  padding: 30px 35px 25px 35px;
  background: var(--tp-common-white);
}
.tp-review-inner-2 {
  background: #f6f6f6;
  border-radius: 12px;
}
.tp-review-rating {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.tp-review-rating-star {
  color: #ffa81a;
  font-size: 18px;
  transform: translateY(-2px);
  margin-right: 8px;
}
.tp-review-rating-title {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black4);
  margin-bottom: 0;
  margin-right: 9px;
}
.tp-review-rating-number {
  font-family: var(--tp-ff-onest);
  font-size: 14px;
  color: var(--tp-grey-1);
}
.tp-review-rating-content {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
  width: 90px;
  margin-right: 8px;
  transform: translateY(-1px);
  flex: 0 0 auto;
}
.tp-review-rating-progress {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  flex-wrap: wrap;
}
.tp-review-rating-progress-2 .tp-review-rating-bar .single-progress {
  background: var(--tp-theme-primary);
}
.tp-review-rating-bar {
  width: 100%;
  background: rgba(160, 89, 22, 0.14);
  border-radius: 5px;
  min-width: 184px;
  height: 4px;
  margin-right: 17px;
}
.tp-review-rating-bar .single-progress {
  background-color: var(--tp-common-falured);
  border-radius: 5px;
  height: 100%;
  width: 100%;
}
.tp-review-count p {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-grey-1);
}
.tp-review-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.tp-review-rates span {
  font-size: 14px;
  color: #ffa81a;
  margin-right: 3px;
}
.tp-review-rates-wrap {
  padding: 26px 35px 15px 32px;
  background: var(--tp-common-white);
}
.tp-review-rates-wrap-2 {
  background: #f6f6f6;
  border-radius: 12px;
}
.tp-review-rates-wrap-2 .tp-review-stats {
  color: var(--tp-common-black);
}
.tp-review-stats {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
  width: 110px;
  margin-right: 10px;
  font-weight: 500;
}
.tp-review-input {
  margin-bottom: 22px;
}
.tp-review-form span {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black4);
  margin-bottom: 8px;
  display: inline-block;
}
.tp-review-form .input {
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  padding: 23px 30px;
  border: 1px solid transparent;
}
.tp-review-form .input:focus {
  border: 1px solid var(--tp-common-black4);
}
.tp-review-form .textarea {
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  padding: 23px 30px;
  border: 1px solid transparent;
  height: 160px;
  resize: none;
}
.tp-review-form .textarea:focus {
  border: 1px solid var(--tp-common-black4);
}

.tp-grey {
  color: #c5bdb4 !important;
}

.tp-grey-2 {
  color: #d7d7d7 !important;
}

/*----------------------------------------*/
/* 7.14 gallery css
/*----------------------------------------*/
.tp-gallery-btn .tp-gallery-button-prev {
  margin-right: 16px;
}
.tp-gallery-btn div {
  font-size: 36px;
  color: var(--tp-common-black);
  opacity: 0.3;
  transition: all 0.3s ease;
}
.tp-gallery-btn div:hover {
  opacity: 1;
}
.tp-gallery-btn-3 div {
  font-size: 20px;
}
.tp-gallery-pagination {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #a3a0a1;
}
.tp-gallery-pagination .swiper-pagination-total {
  color: var(--tp-common-black);
}
.tp-gallery-pagination.swiper-pagination-fraction {
  width: auto;
}
.tp-gallery-content p {
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
}
.tp-gallery-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-gallery-logo svg {
    width: 100%;
  }
}
.tp-gallery-view {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  padding-left: 65px;
  position: relative;
}
.tp-gallery-view span {
  background-image: linear-gradient(#B7124D, #B7124D), linear-gradient(#B7124D, #B7124D);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-gallery-view span:hover {
  color: var(--tp-theme-primary);
  background-image: linear-gradient(#B7124D, #B7124D), linear-gradient(#B7124D, #B7124D);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-gallery-view::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--tp-theme-primary);
}
.tp-gallery-slide {
  margin-left: -100px;
  margin-right: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-gallery-slide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .tp-gallery-row-spacing {
    margin-bottom: 10px;
  }
}
.tp-gallery-thumb {
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
}
.tp-gallery-thumb img {
  transition: all 0.6s ease;
}
.tp-gallery-thumb:hover img {
  transform: scale(1.07);
}
.tp-gallery-thumb:hover::before {
  opacity: 1;
}
.tp-gallery-thumb::before {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.8) 100%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}

/*----------------------------------------*/
/*  7.16 room css
/*----------------------------------------*/
.tp-offer-info-wrapper {
  box-shadow: 0 20px 30px 6px rgba(20, 20, 20, 0.1);
  background: var(--tp-common-white);
  padding: 50px 55px 50px 50px;
  margin-right: 65px;
  margin-bottom: -90px;
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offer-info-wrapper {
    margin-right: 26px;
    margin-top: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-offer-info-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .tp-offer-info-wrapper {
    padding: 50px 20px 50px 20px;
  }
}
.tp-offer-border {
  width: 100px;
  height: 2px;
  background: var(--tp-theme-primary);
  display: inline-block;
}
.tp-offer-para {
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
}
.tp-offer-title {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.02em;
}
.tp-offer-title-pre {
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-theme-primary);
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
}
.tp-offer-room-space {
  margin-bottom: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offer-room-space {
    margin-bottom: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-offer-room-space {
    margin-bottom: 155px;
  }
}
.tp-offer-rating-wrap {
  margin-right: 27px;
  padding-right: 35px;
  border-right: 1px solid #dfdfdf;
}
.tp-offer-rating span {
  color: #FF9E0D;
  font-size: 13px;
}
.tp-offer-rating-days .space {
  margin: 0px 3px;
}
.tp-offer-rating-days span {
  letter-spacing: -0.02em;
}
.tp-offer-price span {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.tp-offer-price h6 {
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.tp-offer-three-pre {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 13px;
  line-height: 2.3;
  letter-spacing: 0.06em;
  display: block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(250, 245, 239, 0.2);
  padding-bottom: 7px;
  margin-bottom: 11px;
}
.tp-offer-three-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--tp-common-white);
}
.tp-offer-three-btn {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-theme-1);
  display: inline-block;
  background: var(--tp-common-white2);
  padding: 9px 24px;
}
.tp-offer-three-btn:hover {
  color: var(--tp-theme-1);
}
.tp-offer-three-content {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 50px 92px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offer-three-content {
    padding: 50px 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-offer-three-content {
    padding: 20px 20px;
  }
}
.tp-offer-three-thumb img {
  transition: all 0.4s ease;
}
.tp-offer-three-wrap {
  overflow: hidden;
}
.tp-offer-three-wrap:hover .tp-offer-three-thumb img {
  transform: scale(1.1);
}
.tp-offer-awesome {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  padding: 7px 18px;
}
.tp-offer-discount .discount {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--tp-common-black);
}
.tp-offer-discount p {
  font-family: var(--tp-ff-onest);
  font-size: 17px;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #39332f;
}

/*----------------------------------------*/
/*  2.14 Flatpicker
/*----------------------------------------*/
.flatpickr-calendar {
  border-radius: 0;
  box-shadow: 0 10px 20px 4px rgba(20, 20, 20, 0.14);
  background: var(--tp-common-white);
}
.flatpickr-calendar.open {
  padding: 30px;
  width: 384px;
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 35px;
}
@media (max-width: 575px) {
  .flatpickr-calendar.open {
    width: 340px;
  }
}
.flatpickr-calendar.open::after {
  display: none !important;
}
.flatpickr-calendar.open .flatpickr-months {
  margin-bottom: 13px;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month, .flatpickr-calendar.open .flatpickr-months .flatpickr-next-month {
  line-height: 35px;
  padding: 0;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month {
  top: 20px;
  left: 35px;
  transition: 0.3s;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month svg {
  width: 18px;
  height: 18px;
  fill: #57595F;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month svg path {
  fill: #57595F;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-prev-month:hover svg path {
  fill: var(--tp-common-black);
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month {
  top: 20px;
  right: 35px;
  transition: 0.3s;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month svg {
  width: 18px;
  height: 18px;
  fill: #57595F;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month svg path {
  fill: #57595F;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-next-month:hover svg path {
  fill: var(--tp-common-black);
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month input.cur-year {
  font-size: 18px;
  font-weight: 400;
  color: #1E1E2F;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span {
  display: none;
}
.flatpickr-calendar.open .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper:hover {
  background: transparent;
}
.flatpickr-calendar.open .flatpickr-innerContainer {
  justify-content: center;
}
.flatpickr-calendar.open .dayContainer {
  justify-content: center;
}
.flatpickr-calendar.open .flatpickr-days {
  padding-top: 2px;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-weekdaycontainer span {
  color: #57595F;
  font-size: 15px;
  font-weight: 400;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.flatpickr-disabled, .flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.flatpickr-disabled:hover, .flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.prevMonthDay, .flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.nextMonthDay, .flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.notAllowed, .flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.notAllowed.nextMonthDay {
  color: #9d9c9d;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  width: 46px;
  max-width: 46px;
  margin-right: -1px;
  height: 44px;
  margin-top: -1px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--tp-common-black);
}
@media (max-width: 575px) {
  .flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day {
    width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today, .flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.selected {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  border: none;
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
  border: none;
}
.flatpickr-calendar .flatpickr-weekdays {
  display: none;
}
.flatpickr-calendar.arrowTop::before {
  content: none;
}

.calender-active.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-falured);
}

.calender-active.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today, .flatpickr-calendar.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day.selected {
  color: var(--tp-common-white);
  background-color: var(--tp-common-falured);
}

.calender-active.open .flatpickr-innerContainer .flatpickr-days .flatpickr-day:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-falured);
}

.calender-active.open {
  box-shadow: 0 10px 20px 4px rgba(20, 20, 20, 0.14);
  background: #faf5ef;
}

.flatpickr-current-month .nice-select::after {
  display: none;
}

/*----------------------------------------*/
/*  7.4 banner css
/*----------------------------------------*/
.tp-banner-thumb {
  padding: 53px 40px 230px 60px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-banner-thumb {
    padding: 53px 40px 165px 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-banner-thumb {
    padding: 53px 40px 120px 60px;
  }
}
@media (max-width: 575px) {
  .tp-banner-thumb {
    padding: 53px 40px 120px 30px;
  }
}
.tp-banner-thumb-2 {
  padding: 52px 40px 53px 344px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-banner-thumb-2 {
    padding: 52px 40px 53px 200px;
  }
}
@media (max-width: 575px) {
  .tp-banner-thumb-2 {
    padding: 52px 40px 53px 30px;
  }
}
.tp-banner-thumb-3 {
  padding: 52px 40px 53px 60px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .tp-banner-thumb-3 {
    padding: 52px 40px 53px 30px;
  }
}
.tp-banner-thumb-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  transition: all 0.7s ease;
  height: 100%;
}
.tp-banner-thumb-inner img {
  height: 100%;
}
.tp-banner-box {
  overflow: hidden;
}
.tp-banner-box:hover .tp-banner-thumb-inner {
  transform: scale(1.07);
}
.tp-banner-title {
  font-family: var(--tp-ff-onest);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-banner-title {
    font-size: 30px;
  }
}
.tp-banner-title-pre {
  font-family: var(--tp-ff-amita);
  color: #697203;
  margin-bottom: 0;
}
.tp-banner-title-pre-2 {
  color: #aa0c87;
}
.tp-banner-offer {
  font-family: var(--tp-ff-amita);
  font-weight: 700;
  font-size: 24px;
  color: var(--tp-common-black);
}
.tp-banner-offer span {
  position: relative;
  color: var(--tp-theme-primary);
}
.tp-banner-offer span svg {
  position: absolute;
  left: -6px;
  bottom: 3px;
}

/*----------------------------------------*/
/*  7.2 adventures css
/*----------------------------------------*/
.tp-adventures-thumb {
  margin-right: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-adventures-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-adventures-title-wrap {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-adventures-title-wrap .tp-section-title-two br {
    display: block;
  }
}
.tp-adventures-para {
  font-family: var(--tp-ff-onest);
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-adventures-para br {
    display: none;
  }
}
.tp-adventures-content span {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-grey-3);
}
.tp-adventures-content h4 {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.02em;
}
.tp-adventures-box {
  border-radius: 10px;
  box-shadow: 6px 6px 0 0 #f5f5f5, 0 1px 4px 0 rgba(20, 20, 20, 0.1);
  border: 1px solid #e4e4e4;
  padding: 25px 25px 10px 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-adventures-box:hover {
  box-shadow: none;
}
.tp-adventures-box:hover .tp-adventures-box-icon img {
  transform: scale(1.1);
}
.tp-adventures-box-icon {
  display: inline-block;
}
.tp-adventures-box-icon img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 60px;
}
.tp-adventures-box svg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.tp-adventures-shape {
  position: absolute;
  bottom: 20%;
  left: 36%;
}
@media (max-width: 575px) {
  .tp-adventures-shape img {
    width: 40%;
  }
}
.tp-adventures-shape-2 {
  position: absolute;
  bottom: 15%;
  right: 12%;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}
@media (max-width: 575px) {
  .tp-adventures-shape-2 img {
    width: 40%;
  }
}
.tp-adventures-shape-3 {
  position: absolute;
  bottom: 22%;
  left: 0;
}
@media (max-width: 575px) {
  .tp-adventures-shape-3 img {
    width: 40%;
  }
}

/*----------------------------------------*/
/* 7.7 connected css
/*----------------------------------------*/
.tp-connected-app-item {
  box-shadow: 0 1px 4px 0 rgba(20, 20, 20, 0.5);
  background: var(--tp-common-black);
  padding: 8px 16px 10px 16px;
  border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.tp-connected-app-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--tp-common-black);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
}
.tp-connected-app-item span {
  width: 30px;
}
.tp-connected-app-item p {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 12px;
  line-height: 167%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.tp-connected-app-store {
  flex-wrap: wrap;
}
.tp-connected-app-border {
  border: 2px solid #a1c8de;
  padding: 6px;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tp-connected-app-border:hover {
  border: 2px solid transparent;
}
.tp-connected-app-border:hover .tp-connected-app-item::before {
  transform: scale(1.12);
}
.tp-connected-app-white::before {
  background: var(--tp-common-white);
}
.tp-connected-app-white p {
  color: var(--tp-common-black);
}
.tp-connected-app-white h6 {
  color: var(--tp-common-black);
}
.tp-connected-app-title {
  font-family: var(--tp-ff-onest);
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-connected-thumb {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-connected-thumb {
    text-align: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-connected-thumb img {
    width: 100%;
  }
}
.tp-connected-content-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .tp-connected-content-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-connected-title-wrap {
    margin-right: 0;
  }
}

/*----------------------------------------*/
/* 7.5 booking css
/*----------------------------------------*/
.tp-booking-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 500;
  font-size: 34px;
  color: var(--tp-common-white);
  padding: 0 60px;
  display: inline-block;
  background: var(--tp-theme-1);
  position: relative;
  z-index: 1;
}
.tp-booking-border {
  background: rgba(255, 208, 132, 0.2);
  height: 1px;
  width: 100%;
  display: inline-block;
  left: 0;
  right: 0;
  top: 58%;
}
.tp-booking-form-input {
  position: relative;
}
.tp-booking-form-input input {
  background: none;
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  border: none;
  border-bottom: 2px solid #faf5ef;
  width: 100%;
  max-width: 100%;
  padding: 9px 6px;
  color: var(--tp-common-white);
  height: inherit;
}
.tp-booking-form-input input::placeholder {
  color: rgba(250, 245, 239, 0.5);
  letter-spacing: -0.01em;
  font-size: 16px;
}
.tp-booking-form-input span {
  color: var(--tp-common-white);
  position: absolute;
  right: 6px;
  top: 4px;
}
.tp-booking-form-input p {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white2);
  margin-bottom: 5px;
}
.tp-booking-form-input-2 p {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #857a70;
}
.tp-booking-form-input-2 span {
  right: 20px;
  top: 16px;
}
.tp-booking-form-input-2 input {
  background: rgba(160, 89, 22, 0.05);
  color: var(--tp-common-falured);
  padding: 20px 20px 20px 20px;
  border: 1.5px solid transparent;
}
.tp-booking-form-input-2 input:focus {
  border-color: var(--tp-common-falured);
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: none;
}
.tp-booking-form-input-2 input::placeholder {
  color: var(--tp-common-falured);
}
.tp-booking-form-quantity {
  width: 100%;
}
.tp-booking-form-quantity .tp-hero-quantity-click.active {
  background: none;
  color: var(--tp-common-white);
}
.tp-booking-form-quantity .tp-hero-quantity-click svg {
  color: var(--tp-common-white);
}
.tp-booking-form-quantity .tp-hero-quantity-click.active svg {
  color: var(--tp-common-white);
}
.tp-booking-form-quantity .tp-booking-form-click {
  background: none;
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  border: none;
  border-bottom: 2px solid #faf5ef;
  width: 100%;
  max-width: 100%;
  padding: 9px 6px;
  color: rgba(250, 245, 239, 0.5);
  height: inherit;
  display: flex;
  justify-content: space-between;
}
.tp-booking-form-quantity .tp-booking-form-para {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white2);
  margin-bottom: 5px;
}
.tp-booking-form-quantity-list {
  box-shadow: 0 10px 20px 4px rgba(20, 20, 20, 0.14);
  background: #faf5ef;
}
.tp-booking-form-quantity-list .tp-hero-quantity-inner > input {
  background: #faf5ef;
}
.tp-booking-form-quantity-list .tp-hero-quantity-btn a {
  background: #ede3d6;
}
.tp-booking-form-quantity-list .tp-hero-quantity-btn a:hover {
  background: var(--tp-common-falured);
  color: var(--tp-common-white);
}
.tp-booking-form-quantity-2 .tp-booking-form-para {
  font-weight: 500;
  font-size: 14px;
  color: #857a70;
}
.tp-booking-form-quantity-2 .tp-booking-form-click {
  background: rgba(160, 89, 22, 0.05);
  color: var(--tp-common-falured);
  padding: 20px 20px 20px 20px;
  border: 1.5px solid transparent;
}
.tp-booking-form-quantity-2 .tp-booking-form-click.active {
  color: var(--tp-common-falured);
  border-color: var(--tp-common-falured);
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-booking-form-quantity-2 .tp-hero-quantity-active {
    left: auto;
    right: 0;
  }
}
@media (max-width: 575px) {
  .tp-booking-form-quantity-2 .tp-hero-quantity-active {
    width: 300px;
  }
}
.tp-booking-form-btn {
  background: var(--tp-theme-2);
  width: 100%;
  padding: 10px 10px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-white2);
}
.tp-booking-form-btn:hover {
  background: var(--tp-common-falured);
}
.tp-booking-form-btn svg {
  margin-right: 4px;
  transform: translateY(-2px);
}

/*----------------------------------------*/
/* 7.3 banefit css
/*----------------------------------------*/
.tp-banefit-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.04em;
  color: var(--tp-common-black4);
}
.tp-banefit-content {
  position: relative;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-banefit-content {
    margin-left: 0;
  }
}
.tp-banefit-content::before {
  content: "";
  background: rgba(160, 89, 22, 0.16);
  height: 74px;
  width: 1px;
  position: absolute;
  top: -8px;
  left: 0;
}
.tp-banefit-icon span {
  color: var(--tp-theme-2);
  margin-right: 20px;
}
.tp-banefit-icon span svg {
  transform: translateY(5px);
}

/*----------------------------------------*/
/* 7.21 room css
/*----------------------------------------*/
.tp-room-tag {
  font-family: var(--tp-ff-playfair);
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-falured);
  display: inline-block;
  border: 1px solid rgba(160, 89, 22, 0.2);
  padding: 3px 11px;
}
.tp-room-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black4);
}
.tp-room-btn-2 a {
  padding: 13px 31px;
}
.tp-room-btn-3 a {
  padding: 9px 42px;
  font-weight: 600;
}
.tp-room-btn-3 a:hover {
  background: var(--tp-common-falured);
  border-color: var(--tp-common-falured);
}
.tp-room-meta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-room-meta ul li {
  list-style: none;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .tp-room-meta ul li {
    margin-right: 12px;
  }
}
.tp-room-meta ul li svg {
  transform: translateY(-3px);
  margin-right: 5px;
}
.tp-room-meta ul li span {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #635c57;
}
.tp-room-meta-2 {
  background: var(--tp-common-white2);
  position: absolute;
  top: 0;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 2;
}
@media (max-width: 575px) {
  .tp-room-meta-2 {
    right: 0;
  }
}
.tp-room-meta-2 ul li {
  padding: 8px 15px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .tp-room-meta-2 ul li {
    padding: 4px 4px;
  }
}
.tp-room-meta-2 ul li span {
  color: #2d1a0e;
}
.tp-room-meta-2 ul li:not(:last-child) {
  border-right: 1px solid rgba(160, 89, 22, 0.12);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-room-btn {
    justify-content: start !important;
  }
}
.tp-room-slider-active.swiper-container {
  margin-right: -380px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-room-slider-active.swiper-container {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-room-slider-active.swiper-container {
    margin-right: 0;
  }
}
.tp-room-tab-btn {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black4);
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  display: inline-block;
  padding: 11px 30px 12px 30px;
  margin-right: 4px;
}
.tp-room-tab-btn:hover {
  background: var(--tp-theme-2);
  color: var(--tp-common-white);
}
.tp-room-tab-btn.active {
  background: var(--tp-theme-2);
  color: var(--tp-common-white);
}
.tp-room-wrap:hover .tp-room-thumb img {
  transform: scale(1.1);
}
.tp-room-wrap:hover .tp-room-thumb-2 img {
  transform: scale(1.1);
}
.tp-room-wrap-2 .tp-room-content {
  padding: 40px 40px 40px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-room-wrap-2 .tp-room-content .tp-room-meta ul li {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-room-wrap-2 .tp-room-content {
    padding: 20px 20px 20px 20px;
  }
}
.tp-room-wrap-3:hover .tp-room-meta-2 {
  top: 30px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .tp-room-wrap-3:hover .tp-room-meta-2 {
    top: 10px;
  }
}
.tp-room-thumb {
  overflow: hidden;
}
div.tp-room-thumb img {
  transition: all 0.4s ease;
  width: 588px;
  height: 340px;
  object-fit: cover;
}

.tp-room-thumb-2 {
  position: relative;
  overflow: hidden;
}
.tp-room-thumb-2::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
div.tp-room-thumb-2 img {
  transition: all 0.4s ease;
  width: 1200px;
  height: 430px;
  object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  div.tp-room-thumb-2 img {
    height: 250px;
    object-fit: cover;
  }
}

.tp-room-3-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.tp-room-3-content {
  position: absolute;
  bottom: 35px;
  left: 40px;
  z-index: 2;
}
@media (max-width: 575px) {
  .tp-room-3-content {
    bottom: 15px;
    left: 20px;
  }
}
.tp-room-3-price {
  display: flex;
  align-items: flex-end;
}
.tp-room-3-price span {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 0;
  line-height: 1.3;
}
.tp-room-3-price p {
  margin-left: 5px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.tp-bocking-input-wrap {
  width: 482px;
  max-width: 482px;
  height: 80px;
  display: flex;
  border: 2px solid #e7e8ea;
  background: var(--tp-common-white);
  padding: 15px 30px 17px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-bocking-input-wrap {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-bocking-input-wrap {
    max-width: 385px;
  }
}
@media (max-width: 575px) {
  .tp-bocking-input-wrap {
    max-width: 305px;
    margin-right: 0;
    padding: 15px 10px 17px 10px;
  }
}
.tp-bocking-search-form {
  background: #f8f8f8;
  padding: 30px 36px 15px 36px;
}
@media (max-width: 575px) {
  .tp-bocking-search-form {
    padding: 15px 10px 0px 10px;
  }
}
.tp-bocking-search-form .mphb_sc_search-wrapper form {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991px) {
  .tp-bocking-search-form .mphb_sc_search-wrapper form {
    display: block;
    gap: 0;
    justify-content: center;
  }
}
.tp-bocking-search-form .mphb_sc_search-wrapper form .mphb-required-fields-tip {
  display: none;
}
.tp-bocking-search-form .mphb_sc_search-wrapper form p {
  width: 100%;
  border: 2px solid #e7e8ea;
  background: var(--tp-common-white);
  padding: 15px 0px 15px 20px;
  border-radius: 6px;
}
.tp-bocking-search-form .mphb_sc_search-wrapper form p.mphb_sc_search-adults, .tp-bocking-search-form .mphb_sc_search-wrapper form p.mphb_sc_search-children {
  padding: 15px 10px;
  width: 200px;
}
@media (max-width: 991px) {
  .tp-bocking-search-form .mphb_sc_search-wrapper form p.mphb_sc_search-adults, .tp-bocking-search-form .mphb_sc_search-wrapper form p.mphb_sc_search-children {
    width: 100%;
  }
}
.tp-bocking-search-form .mphb_sc_search-wrapper form p input[type=text], .tp-bocking-search-form .mphb_sc_search-wrapper form p select {
  width: 100%;
}
.tp-bocking-search-form .mphb_sc_search-wrapper form p input[type=text]:focus-visible, .tp-bocking-search-form .mphb_sc_search-wrapper form p select:focus-visible {
  outline: none;
}
.tp-bocking-search-form .mphb_sc_search-wrapper form p input[type=text], .tp-bocking-search-form .mphb_sc_search-wrapper form p select {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  height: 25px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-bocking-search-form .mphb_sc_search-wrapper form p input[type=text]::placeholder, .tp-bocking-search-form .mphb_sc_search-wrapper form p select::placeholder {
  padding: 0;
  height: 20px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-bocking-search-form .mphb_sc_search-wrapper form p label {
  margin-bottom: 4px;
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
}
.tp-bocking-search-form .mphb_sc_search-wrapper form p label abbr {
  font-size: 20px;
  text-decoration: none;
  line-height: 0;
}
.tp-bocking-search-form .mphb_sc_search-wrapper form p.mphb_sc_search-submit-button-wrapper {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  width: auto;
}
.tp-bocking-search-form .mphb_sc_search-wrapper form p.mphb_sc_search-submit-button-wrapper input {
  height: 100%;
  padding: 20px 72px;
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  border-radius: 6px;
  border: none;
}
@media (max-width: 991px) {
  .tp-bocking-search-form .mphb_sc_search-wrapper form p.mphb_sc_search-submit-button-wrapper input {
    width: 100%;
  }
}
.tp-bocking-search-form .mphb_sc_search-wrapper form p.mphb_sc_search-submit-button-wrapper input:hover {
  background-color: var(--tp-common-black);
}
.tp-bocking-search-form .mphb_sc_search-children .nice-select::after {
  right: 0;
}
.tp-bocking-search-form .nice-select {
  line-height: 1;
  padding: 0;
  height: auto;
  border: none;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-bocking-search-form .nice-select::after {
  right: 9px;
}
.tp-bocking-submit-btn {
  height: 100%;
  padding: 20px 72px;
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: var(--tp-common-white);
}
.tp-bocking-form-input {
  width: 50%;
}
@media (max-width: 575px) {
  .tp-bocking-form-input {
    padding-left: 0;
  }
}
.tp-bocking-form-input p {
  margin-bottom: 4px;
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
}
.tp-bocking-form-input input {
  background: none;
  border: none;
  padding: 0;
  height: 20px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-bocking-form-input input::placeholder {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-bocking-form-quantity {
  border: 2px solid #e7e8ea;
  width: 200px;
  max-width: 200px;
  height: 80px;
  background: var(--tp-common-white);
  padding: 15px 30px 17px 30px;
}
.tp-bocking-form-quantity .tp-hero-quantity-click {
  background: none;
  border: none;
  padding: 0;
  height: 20px;
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-bocking-form-quantity p {
  margin-bottom: 4px;
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
}
@media (max-width: 575px) {
  .tp-bocking-quantity-active {
    left: -53px;
  }
}
@media (max-width: 575px) {
  .tp-bocking-quantity-active.tp-usd-list-open {
    left: -53px;
  }
}

.box-bg {
  background: var(--tp-common-white);
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.14);
}

/*----------------------------------------*/
/* 7.12 faq css
/*----------------------------------------*/
.tp-faq-thumb img {
  transform: translateX(-195px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-thumb img {
    width: 100%;
    transform: translateX(0);
  }
}
.tp-faq-wrapper .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
}
.tp-faq-wrapper .accordion-item {
  border-bottom: 2px solid rgba(160, 89, 22, 0.12);
  background: none;
  border-radius: 0;
}
.tp-faq-wrapper .accordion-body {
  padding: 0;
}
.tp-faq-btn {
  padding: 27px 20px;
  background: none;
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black4);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-btn b {
    margin-right: 30px;
  }
}
.tp-faq-btn:not(.collapsed) {
  box-shadow: none;
  background: none;
  color: var(--tp-common-falured);
}
.tp-faq-btn:not(.collapsed)::after {
  background-image: inherit;
}
.tp-faq-btn:after {
  background-image: inherit;
}
.tp-faq-btn:focus {
  border: none;
  outline: 0;
  background: none;
  box-shadow: none;
}
.tp-faq-btn .accordion-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
}
.tp-faq-btn .accordion-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.tp-faq-btn .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #000000;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: all 0.4s ease;
}
.tp-faq-btn .accordion-button:not(.collapsed) {
  color: var(--tp-common-black);
  background: none;
  box-shadow: none;
}
.tp-faq-btn:not(.collapsed) .accordion-btn::before {
  transform: translateX(-50%) rotate(90deg);
  background: var(--tp-common-falured);
  opacity: 1;
}
.tp-faq-btn:not(.collapsed) .accordion-btn::after {
  background: var(--tp-common-falured);
  opacity: 1;
}
.tp-faq-details-para {
  padding: 0 44px 8px 20px !important;
  transform: translateY(-8px);
}
.tp-faq-details-para p {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #635c57;
}
.tp-faq-wrapper-2 .accordion-item {
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  margin-bottom: 12px;
  border: none;
}
.tp-faq-wrapper-2 .tp-faq-number {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-falured);
  border-radius: 22px;
  background: rgba(160, 89, 22, 0.06);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 16px;
  transition: all 0.4s ease;
  flex: 0 0 auto;
}
.tp-faq-wrapper-2 .tp-faq-btn:not(.collapsed) .tp-faq-number {
  background: var(--tp-common-falured);
  color: var(--tp-common-white);
}
.tp-faq-wrapper-2 .tp-faq-details-para {
  padding: 0 70px 8px 77px !important;
  transform: translateY(-3px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-wrapper-2 .tp-faq-details-para {
    padding: 0 20px 8px 20px !important;
  }
}
.tp-faq-wrapper-2 .tp-faq-btn {
  font-weight: 600;
  font-size: 24px;
  font-family: var(--tp-ff-playfair);
}
@media (max-width: 575px) {
  .tp-faq-wrapper-2 .tp-faq-btn {
    font-size: 20px;
  }
}
.tp-faq-wrapper-2 .tp-faq-btn .accordion-btn {
  width: 34px;
  height: 34px;
  background: rgba(160, 89, 22, 0.06);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.tp-faq-wrapper-2 .tp-faq-btn .accordion-btn::before {
  height: 12px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--tp-common-falured);
}
.tp-faq-wrapper-2 .tp-faq-btn .accordion-btn::after {
  width: 12px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--tp-common-falured);
}
.tp-faq-wrapper-2 .tp-faq-btn:not(.collapsed) .accordion-btn {
  background: var(--tp-common-falured);
}
.tp-faq-wrapper-2 .tp-faq-btn:not(.collapsed) .accordion-btn::after {
  background: var(--tp-common-white);
}
.tp-faq-wrapper-2 .tp-faq-btn:not(.collapsed) .accordion-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-faq-title {
  display: inline-block;
  margin-right: 20px;
}
.tp-faq-sidebar-wrap {
  margin-right: 54px;
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-sidebar-wrap {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-sidebar-wrap {
    display: flex;
    flex-direction: column;
  }
}
.tp-faq-sidebar-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 28px;
  color: var(--tp-common-black4);
}
.tp-faq-sidebar-nav {
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  padding: 11px 28px 9px 28px;
}
.tp-faq-sidebar-nav ul li {
  list-style: none;
}
.tp-faq-sidebar-nav ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(20, 24, 32, 0.2);
}
.tp-faq-sidebar-nav ul li a {
  display: block;
  position: relative;
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-grey-5);
  width: 100%;
  display: flex;
  transition: all 0.4s ease;
  padding-bottom: 15px;
  padding-top: 15px;
  cursor: pointer;
}
.tp-faq-sidebar-nav ul li a.active {
  color: var(--tp-common-falured);
}
.tp-faq-sidebar-nav ul li a.active .borders {
  transform: scale(1);
  visibility: visible;
}
.tp-faq-sidebar-nav ul li a .borders {
  width: 3px;
  height: 36px;
  background: var(--tp-common-falured);
  display: inline-block;
  position: absolute;
  left: -28px;
  top: 15%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform: scale(0);
  visibility: hidden;
}
.tp-faq-sidebar-nav ul li a .icon {
  transform: translateY(-3px);
  margin-right: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-sidebar-box {
    margin-bottom: 30px;
  }
}
.tp-faq-contact-chat {
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  padding: 35px 36px 19px 28px;
}
.tp-faq-contact-icon span {
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background: rgba(160, 89, 22, 0.1);
  display: inline-block;
  text-align: center;
  line-height: 48px;
  margin-bottom: 21px;
}
.tp-faq-contact-btn a {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #141820;
}
.tp-faq-contact-btn a span {
  margin-left: 5px;
}
.tp-faq-contact-btn a span svg {
  transform: translateY(-1px);
}
.tp-faq-contact-text {
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 22px;
  color: var(--tp-grey-5);
}

.tp-privacy-heading {
  margin-bottom: 35px;
}
.tp-privacy-title {
  font-size: 60px;
  font-weight: 700;
  color: var(--tp-common-black);
}
@media (max-width: 575px) {
  .tp-privacy-title {
    font-size: 42px;
  }
}
.tp-privacy-box {
  padding: 36px 40px 40px 40px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(18, 20, 32, 0.2);
}
.tp-privacy-content {
  margin-bottom: 40px;
}
.tp-privacy-content-title {
  font-size: 26px;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-privacy-content p {
  color: #57575A;
  margin-bottom: 15px;
}
.tp-privacy-content ul li {
  position: relative;
  list-style: none;
  font-size: 18px;
  color: #57575A;
  padding-left: 16px;
}
.tp-privacy-content ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
.tp-privacy-content ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #57575A;
}
.tp-privacy-content-bottom p {
  font-style: italic;
  font-size: 14px;
}

/*----------------------------------------*/
/* 7.20 room-details css
/*----------------------------------------*/
.tp-room-details-thumb {
  position: relative;
}
.tp-room-details-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--tp-common-falured);
  top: 0;
  left: 0;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.8s ease;
  z-index: 99;
}
.tp-room-details-thumb-active .swiper-slide-active .tp-room-details-thumb::before {
  transform: scale(1);
  opacity: 1;
}
.tp-room-details-thumb img {
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tp-room-details-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 28px;
  color: var(--tp-common-black4);
}
.tp-room-details-title-2 {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-room-details-info-wrap {
  margin-left: 58px;
  padding: 33px 34px 40px 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-room-details-info-wrap {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-room-details-info-wrap {
    margin-left: 0;
    padding: 33px 23px 40px 26px;
  }
}
.tp-room-details-info-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: var(--tp-common-black4);
}
.tp-room-details-toggle-btn .tp-btn-square {
  padding: 8px 24px;
  cursor: pointer;
  transition: all 0.4s ease;
  display: inline-block;
}
.tp-room-details-toggle-btn .tp-btn-square:hover {
  background: var(--tp-theme-2);
  border-color: var(--tp-theme-2);
}
.tp-room-details-toggle-btn .show-less {
  display: none;
}
.tp-room-details-toggle-btn-2 .tp-btn-4 {
  background: var(--tp-theme-primary);
  backdrop-filter: blur(6px);
  border-radius: 6px;
  padding: 6px 24px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.tp-room-details-toggle-btn-2 .tp-btn-4:hover {
  background: var(--tp-common-falured);
}
.tp-room-regular-price {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black4);
}
.tp-room-regular-price-border {
  border-top: 1px solid rgba(160, 89, 22, 0.16);
  border-bottom: 1px solid rgba(160, 89, 22, 0.16);
  padding: 23px 0px 16px 0px;
}
.tp-room-regular-price-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-common-black4);
}
.tp-room-extra-services ul li {
  list-style: none;
  font-family: var(--tp-ff-onest);
  font-size: 14px;
  display: flex;
  align-items: center;
}
.tp-room-extra-services ul li:not(:last-child) {
  margin-bottom: 16px;
}
.tp-room-extra-services ul li span {
  margin-right: 10px;
  width: 25px;
}
.tp-room-type-capacity {
  display: flex;
  align-items: center;
}
.tp-room-type-icon {
  margin-right: 11px;
  transform: translateY(-3px);
}
.tp-room-type-title {
  font-family: var(--tp-ff-onest);
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-grey-5);
  margin-bottom: 0;
}
.tp-room-popup-icon {
  margin-right: 5px;
}
.tp-room-popup-map {
  margin-bottom: 27px;
}
.tp-room-popup-map-content {
  font-family: var(--tp-ff-onest);
  line-height: 28px;
  color: #5a5859;
  margin-bottom: 0;
}
.tp-room-popup-map-link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--tp-theme-primary);
  display: inline-block;
}
.tp-room-about-content p {
  font-family: var(--tp-ff-onest);
  font-size: 17px;
  line-height: 1.65;
  color: var(--tp-grey-5);
}
.tp-room-about-content-2 p {
  color: var(--tp-grey-1);
}
.tp-room-about-feature ul li {
  list-style: none;
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: var(--tp-grey-5);
  display: flex;
  justify-content: flex-start;
}
.tp-room-about-feature ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-room-about-feature ul li span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--tp-grey-5);
  border-radius: 20px;
  transform: translateY(10px);
  margin-right: 10px;
  flex: 0 0 auto;
}
.tp-room-about-feature-2 ul li {
  color: var(--tp-grey-1);
}
.tp-room-about-feature-2 ul li span {
  background: var(--tp-grey-1);
}
.tp-room-about-refund {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  line-height: 1.75;
  color: var(--tp-common-falured);
}
.tp-room-about-amenities-item {
  background: var(--tp-common-white);
  padding: 30px 30px 30px 34px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-room-about-amenities-item {
    padding: 30px 25px 30px 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-room-about-amenities-item {
    padding: 30px 20px 30px 20px;
  }
}
.tp-room-about-amenities-item-2 {
  background: rgba(160, 89, 22, 0.05);
  border: none;
  padding: 23px 30px 21px 34px;
}
.tp-room-about-amenities-item-2.colum-space {
  margin-bottom: 12px;
}
.tp-room-about-amenities-item-2 .tp-room-about-amenities-title {
  font-size: 22px;
}
.tp-room-about-amenities-item-2 .tp-room-about-amenities-icon::before {
  height: 36px;
  top: -2px;
}
.tp-room-about-amenities-item-2 .tp-room-about-amenities-icon span {
  width: 30px;
  height: 30px;
}
.tp-room-about-amenities-icon {
  position: relative;
  padding-right: 30px;
  margin-right: 23px;
}
.tp-room-about-amenities-icon span {
  width: 36px;
  height: 36px;
  display: inline-block;
}
.tp-room-about-amenities-icon::before {
  position: absolute;
  content: "";
  background: rgba(160, 89, 22, 0.16);
  width: 1px;
  height: 50px;
  top: -6px;
  right: 0;
}
.tp-room-about-amenities-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-black4);
  margin-bottom: 0;
}
.tp-room-about-amenities-2 .tp-room-about-amenities-item {
  background: #f6f6f6;
  border-radius: 12px;
}
.tp-room-about-amenities-2 .tp-room-about-amenities-title {
  font-family: var(--tp-ff-onest);
  font-size: 20px;
  color: var(--tp-common-black);
}
.tp-room-about-amenities-2 .tp-room-about-amenities-icon::before {
  background: rgba(20, 20, 20, 0.1);
}
.tp-room-slider-navigation button {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  color: var(--tp-common-white);
  position: absolute;
  top: 48%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 18px;
}
.tp-room-slider-navigation button:hover {
  background: var(--tp-common-white);
  color: var(--tp-common-black4);
}
.tp-room-slider-navigation button.tp-room-details-slide-next {
  right: 15px;
  left: auto;
}
.tp-room-details-gellary .gal-img-2-wrap {
  display: none;
}
.tp-room-details-gellary .gal-img-2-wrap:nth-child(-n+4) {
  display: inline-block;
}
.tp-room-details-gellary .post-thumb img {
  width: 100%;
}
.tp-room-gellary .gal-img-2-wrap {
  display: none;
}
.tp-room-gellary .gal-img-2-wrap:nth-child(-n+4) {
  display: inline-block;
}
.tp-room-gellary-thumb.gal-img-1 img {
  width: 832px;
  height: 480px;
  object-fit: cover;
}
.tp-room-gellary-thumb.gal-img-2 img {
  width: 408px;
  height: 232px;
  object-fit: cover;
}
.tp-room-gellary-thumb.gal-img-2-2 img {
  width: 408px;
  height: 228px;
  object-fit: cover;
}
.tp-room-gellary-thumb-2 img {
  border-radius: 12px;
}
.tp-room-gellary-thumb-2 img.gal-img-1 {
  width: 384px;
  height: 481px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .tp-room-gellary-thumb-2 img.gal-img-1 {
    width: 100%;
  }
}
.tp-room-gellary-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.tp-room-info ul li {
  background: var(--tp-common-white);
  padding: 11px 19px;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 10px;
  list-style: none;
  margin-right: 4px;
}
.tp-room-info ul li span {
  display: inline-block;
}
.tp-room-info-space {
  padding-bottom: 50px;
  margin-bottom: 53px;
  border-bottom: 1px solid rgba(160, 89, 22, 0.16);
}
.tp-room-info-wrap p {
  font-family: var(--tp-ff-onest);
  font-size: 17px;
  line-height: 1.65;
  color: var(--tp-grey-5);
}
.tp-room-info-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 50px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black4);
}
@media (max-width: 575px) {
  .tp-room-info-title {
    font-size: 40px;
  }
}
.tp-room-info-title-2 {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media (max-width: 575px) {
  .tp-room-info-title-2 {
    font-size: 40px;
  }
}
.tp-room-info-subtitle {
  font-family: var(--tp-ff-playfair);
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-falured);
  border: 1px solid rgba(160, 89, 22, 0.2);
  padding: 3px 11px;
  display: inline-block;
  backdrop-filter: blur(6px);
}
.tp-room-info-subtitle-2 {
  font-family: var(--tp-ff-onest);
  font-size: 14px;
  color: var(--tp-grey-1);
  background: #f6f6f6;
  border-radius: 100px;
  padding: 5px 16px;
  display: inline-block;
  margin-bottom: 8px;
}
.tp-room-info-subtitle-2 i {
  color: var(--tp-common-black);
  margin-right: 3px;
  transform: translateY(-1px);
}
.tp-room-info-border {
  position: relative;
  margin-right: 13px;
  padding-right: 13px;
  transform: translateY(-2px);
}
.tp-room-info-border::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  background: rgba(160, 89, 22, 0.2);
  top: 1px;
  right: 0;
}
.tp-room-info-text {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-room-info-2 ul li {
  background: #f6f6f6;
}
.tp-room-info-2 ul li .tp-room-info-border::before {
  background: rgba(20, 20, 20, 0.1);
}
.tp-room-free-parking p {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-grey-1);
}
.tp-room-free-parking p i {
  margin-right: 5px;
}
.tp-room-map-box {
  height: 300px;
  width: 100%;
  border: 10px solid var(--tp-common-white);
  box-shadow: 0 2px 3px 0 rgba(32, 33, 36, 0.12);
  margin-bottom: 18px;
}
.tp-room-map-box-2 {
  border-radius: 12px;
  border: 1px solid rgba(20, 20, 20, 0.2);
  padding: 10px;
  box-shadow: none;
}
.tp-room-map-box-2 iframe {
  border-radius: 12px;
}
.tp-room-map-box iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}
.tp-room-review-rating span {
  font-size: 12px;
  color: #ffa81a;
}
.tp-room-review-rating span:nth-child(4) {
  color: #c5bdb4;
}
.tp-room-review-rating span:nth-child(5) {
  color: #c5bdb4;
}
.tp-room-review-item {
  border-top: 1px solid rgba(160, 89, 22, 0.16);
  padding-top: 32px;
  margin-bottom: 15px;
}
.tp-room-review-avater {
  display: flex;
}
@media (max-width: 575px) {
  .tp-room-review-avater {
    flex-direction: column;
  }
}
.tp-room-review-avater-content p {
  font-family: var(--tp-ff-onest);
  font-size: 14px;
  line-height: 22px;
  color: #55585b;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-room-review-avater-content p br {
    display: none;
  }
}
.tp-room-review-avater-thumb {
  margin-right: 20px;
  transform: translateY(6px);
}
@media (max-width: 575px) {
  .tp-room-review-avater-thumb {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.tp-room-review-avater-thumb img {
  border-radius: 50%;
  flex: 0 0 auto;
}
.tp-room-review-avater-title {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 16px;
  color: #010f1c;
  margin-bottom: 10px;
}
.tp-room-review-avater-title span {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 14px;
  color: #55585b;
  position: relative;
  padding-left: 7px;
  display: inline-block;
}
.tp-room-review-avater-title span::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 20px;
  background: #c5bdb4;
  left: -2px;
  top: 50%;
  transform: translateY(-1px);
}
.tp-room-review-form-btn .tp-btn-4 {
  padding: 13px 43px;
  background: var(--tp-common-falured);
}
.tp-room-review-form-btn .tp-btn-4:hover {
  background: var(--tp-theme-2);
}
.tp-room-review-form-content {
  display: none;
}
.tp-room-review-form-content p {
  font-family: var(--tp-ff-onest);
  line-height: 28px;
  color: var(--tp-grey-5);
}
.tp-room-review-form-content-2 p {
  color: var(--tp-grey-1);
}
.tp-room-booking-sidebar {
  margin-left: 57px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-room-booking-sidebar {
    margin-left: 0;
  }
}
.tp-room-book-wrap {
  padding: 18px 35px 20px 35px;
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
}
@media (max-width: 575px) {
  .tp-room-book-wrap {
    padding: 15px 15px 15px 15px;
  }
}
.tp-room-book-wrap-space {
  padding: 32px 35px 35px 35px;
}
@media (max-width: 575px) {
  .tp-room-book-wrap-space {
    padding: 15px 15px 15px 15px;
  }
}
.tp-room-book-wrap-2 {
  box-shadow: 0 20px 30px 6px rgba(20, 20, 20, 0.1);
  border-radius: 12px;
  border: 1px solid #ebebeb;
}
.tp-room-book-wrap-2 .tp-room-book-price {
  font-family: var(--tp-ff-onest);
  color: var(--tp-theme-primary);
  line-height: 1;
  font-size: 30px;
}
.tp-room-book-wrap-2 .tp-room-book-price .night {
  font-family: var(--tp-ff-onest);
  color: var(--tp-grey-1);
  line-height: 1;
}
.tp-room-book-wrap-2 .tp-room-book-unit {
  color: var(--tp-grey-1);
}
.tp-room-book-wrap-2 .tp-room-book-date {
  display: block;
}
.tp-room-book-unit {
  font-family: var(--tp-ff-onest);
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2d1a0e;
}
.tp-room-book-price {
  font-family: var(--tp-ff-playfair);
  font-weight: 600;
  font-size: 40px;
  color: #2d1a0e;
  line-height: 0.7;
}
.tp-room-book-price .dolar {
  font-weight: 400;
  font-size: 34px;
  letter-spacing: -0.04em;
  color: #2d1a0e;
  margin-right: 5px;
  transform: translateY(4px);
  display: inline-block;
}
.tp-room-book-price .night {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #635c57;
  transform: translateY(-3px);
  display: inline-block;
  margin-left: -5px;
}
.tp-room-book-date .input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}
.tp-room-guest-toogle {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}

/*----------------------------------------*/
/*  35. LOGIN CSS START
/*----------------------------------------*/
.login__wrapper {
  padding: 50px 85px 55px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .login__wrapper {
    padding: 50px 60px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .login__wrapper {
    padding: 50px 40px 55px;
  }
}
@media (max-width: 575px) {
  .login__wrapper {
    padding: 40px 25px 45px;
  }
}
.login__title {
  font-size: 34px;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}
.login__top p {
  font-size: 16px;
}
.login__input {
  position: relative;
}
.login__input-wrapper {
  margin-bottom: 14px;
}
.login__input input {
  padding-left: 55px;
  padding-right: 50px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e9e9e9;
  background: #f6f6f6;
}
.login__input input:focus {
  border-color: var(--tp-theme-primary);
  background: #fff;
}
.login__input span {
  position: absolute;
  top: 50%;
  left: 27px;
  -webkit-transform: translateY(calc(-50% - 3px));
  -moz-transform: translateY(calc(-50% - 3px));
  -ms-transform: translateY(calc(-50% - 3px));
  -o-transform: translateY(calc(-50% - 3px));
  transform: translateY(calc(-50% - 3px));
}
.login__input-item {
  position: relative;
}
.login__input-item:not(:last-child) {
  margin-bottom: 20px;
}
.login__input-item > span {
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(calc(-50% - 3px));
  -moz-transform: translateY(calc(-50% - 3px));
  -ms-transform: translateY(calc(-50% - 3px));
  -o-transform: translateY(calc(-50% - 3px));
  transform: translateY(calc(-50% - 3px));
}
.login__input-item > span:hover {
  cursor: pointer;
}
.login__remember input[type=checkbox], .login__remember input[type=radio] {
  display: none;
}
.login__remember input[type=checkbox]:checked ~ label::after, .login__remember input[type=radio]:checked ~ label::after {
  background-color: transparent;
  border-color: var(--tp-theme-primary);
}
.login__remember input[type=checkbox]:checked ~ label::before, .login__remember input[type=radio]:checked ~ label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.login__remember label {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
}
.login__remember label::after, .login__remember label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #e9e9e9;
  background: #f6f6f6;
}
.login__remember label::after:focus, .login__remember label::before:focus {
  border-color: var(--tp-theme-primary);
  background: #fff;
}
.login__remember label::before {
  width: 14px;
  height: 14px;
  background-color: var(--tp-theme-primary);
  left: 3px;
  top: 5px;
  right: 3px;
  bottom: 3px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.login__remember label:hover {
  cursor: pointer;
}
.login__forgot a {
  font-size: 14px;
  color: var(--tp-common-black);
  text-transform: capitalize;
}
.login__forgot a:hover {
  color: var(--tp-theme-primary);
}
.login__btn {
  margin-bottom: 18px;
}
.login__btn .tp-btn {
  font-size: 18px;
  padding: 17px 30px;
}
.login__btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}
.login__social-header {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 25px;
}
.login__social-header::after, .login__social-header::before {
  position: absolute;
  content: "";
  left: 100%;
  top: 10px;
  width: 30px;
  height: 1px;
  background-color: var(--tp-common-black);
}
.login__social-header::before {
  left: auto;
  right: 100%;
}
.login__social-item a {
  display: inline-block;
  padding: 11px 25px;
  font-weight: 500;
  font-size: 14px;
  background: var(--tp-common-white);
  border: 1px solid #EAEAEF;
  margin-bottom: 20px;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .login__social-item a {
    width: 100%;
    margin-right: 0;
  }
}
.login__social-item a:last-child {
  margin-right: 0;
}
.login__social-item a .login-social-icon {
  margin-right: 3px;
}
.login__social-item a .login-social-icon svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.login__social-item a:hover {
  border-color: var(--tp-theme-primary);
}
.login__register-now {
  text-align: center;
}
.login__register-now p {
  font-size: 14px;
  color: #525258;
  margin-bottom: 0;
}
.login__register-now p a {
  color: var(--tp-theme-primary);
  font-weight: 500;
}
.login__shape-1 {
  position: absolute;
  right: 14%;
  bottom: 32%;
  z-index: -1;
}
.login__shape-2 {
  position: absolute;
  right: -1%;
  bottom: 14%;
  z-index: -1;
}
.login__shape-3 {
  position: absolute;
  left: 3%;
  top: 35%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login__shape-3 {
    left: -4%;
  }
}
.login__shape-4 {
  position: absolute;
  left: 18%;
  bottom: 10%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login__shape-4 {
    left: 0%;
  }
}
.login__shape-5 {
  position: absolute;
  right: 20%;
  top: 43%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login__shape-5 {
    right: 0%;
  }
}
.login__shape-6 {
  position: absolute;
  right: 22%;
  top: 27%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login__shape-6 {
    right: 1%;
  }
}

.tp-login-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.tp-login-input-eye .open-eye {
  display: none;
}

/*----------------------------------------*/
/* 7.9 counter css
/*----------------------------------------*/
.tp-counter-number {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 60px;
  letter-spacing: -0.02em;
  color: #141820;
  margin-bottom: 0;
}
.tp-counter-item {
  padding: 21px 30px 24px 40px;
  margin-left: -1px;
  border: 1px solid rgba(160, 89, 22, 0.1);
  margin-top: -1px;
}
.tp-counter-title {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #525356;
}

/*----------------------------------------*/
/*  8.19 Cart CSS
/*----------------------------------------*/
.tp-cart-header-product {
  padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cart-list {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cart-list {
    margin-right: 0;
  }
}
.tp-cart-list .table > :not(caption) > * > * {
  padding: 20px 0;
  box-shadow: none;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cart-list table {
    width: 840px;
  }
}
.tp-cart-list thead {
  background-color: #F1F3F4;
}
.tp-cart-list thead th {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 0 !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.tp-cart-list tr td {
  border-color: #E0E2E3;
}
.tp-cart-list tr td .tp-cart-action-btn {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
}
.tp-cart-list tr td .tp-cart-action-btn:hover {
  color: #FF1826;
}
.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
  border-radius: 0;
}
.tp-cart-list tbody tr:first-child td {
  padding-top: 30px !important;
}
.tp-cart-img {
  width: 78px;
  margin-right: 20px;
}
.tp-cart-img img {
  width: 78px;
  height: 100px;
  object-fit: cover;
}
.tp-cart-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-cart-price {
  width: 126px;
}
.tp-cart-price span {
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-cart-quantity {
  width: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cart-coupon {
    margin-bottom: 20px;
  }
}
.tp-cart-coupon-input-box label {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 7px;
}
.tp-cart-coupon-input input {
  height: 46px;
  line-height: 46px;
  margin-right: 4px;
  max-width: 282px;
  border: 1px solid #e9e9e9;
  background: #f6f6f6;
}
.tp-cart-coupon-input input:focus {
  border-color: var(--tp-theme-primary);
  background: #fff;
}
.tp-cart-coupon-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #818487;
}
.tp-cart-coupon-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #818487;
}
.tp-cart-coupon-input input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #818487;
}
.tp-cart-coupon-input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #818487;
}
.tp-cart-coupon-input input::placeholder {
  /* MODERN BROWSER */
  color: #818487;
}
.tp-cart-coupon-input button {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 10px 30px;
}
.tp-cart-coupon-input button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}
.tp-cart-update-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  padding: 9px 29px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-cart-update-btn:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-cart-checkout-wrapper {
  background: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  padding: 36px 24px 28px;
  margin-left: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cart-checkout-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }
}
.tp-cart-checkout-top {
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-cart-checkout-top span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-cart-checkout-shipping {
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E2E3;
  margin-bottom: 15px;
}
.tp-cart-checkout-shipping-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
}
.tp-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.tp-cart-checkout-shipping-option input {
  display: none;
}
.tp-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--tp-theme-primary);
}
.tp-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.tp-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-left: 25px;
  line-height: 1.9;
}
.tp-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.tp-cart-checkout-shipping-option label span {
  color: var(--tp-theme-primary);
}
.tp-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
}
.tp-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-theme-primary);
  visibility: hidden;
  opacity: 0;
}
.tp-cart-checkout-total {
  margin-bottom: 25px;
}
.tp-cart-checkout-total span {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-cart-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
}
.tp-cart-checkout-btn:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

.tp-product-quantity {
  width: 100px;
  position: relative;
  border-radius: 20px;
}

.tp-cart-plus,
.tp-cart-minus {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  position: absolute;
  top: 51%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-cart-plus svg,
.tp-cart-minus svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-cart-plus:hover,
.tp-cart-minus:hover {
  cursor: pointer;
  color: var(--tp-theme-1);
}
.tp-cart-plus.tp-cart-plus,
.tp-cart-minus.tp-cart-plus {
  left: auto;
  right: 16px;
}
.tp-cart-plus.tp-cart-plus::after,
.tp-cart-minus.tp-cart-plus::after {
  left: 0;
  right: auto;
}

.tp-cart-input[type=text] {
  height: 34px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: var(--tp-common-white);
  padding: 0 30px;
  border-radius: 20px;
}
[dir=rtl] .tp-cart-input[type=text] {
  text-align: center;
}
.tp-cart-input[type=text]:focus {
  outline: none;
}

/*----------------------------------------*/
/*  7.7 cart css
/*----------------------------------------*/
.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid var(--tp-theme-primary);
}
.cartmini__top-title h4 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 20px;
}
.cartmini__close-btn {
  background: transparent;
  color: var(--tp-common-black);
  font-size: 22px;
}
.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartmini__shipping {
  padding: 15px 0;
  border-bottom: 1px solid var(--tp-theme-primary);
}
.cartmini__shipping .progress {
  height: 10px;
  border-radius: 0;
}
.cartmini__shipping .progress-bar {
  background-color: var(--tp-theme-primary);
}
.cartmini__shipping p {
  margin-bottom: 5px;
}
.cartmini__shipping p span {
  color: var(--tp-pink-1);
  font-weight: 600;
}
.cartmini__content a {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.cartmini__content a:hover {
  color: var(--tp-theme-04);
}
.cartmini__widget {
  height: 100%;
}
.cartmini__widget::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
  position: relative;
  display: flex;
  padding: 20px;
  padding-right: 35px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  transition: background-color 0.3s;
}
.cartmini__widget-item:last-child {
  border-bottom: 0;
}
.cartmini__thumb {
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: 90px;
}
.cartmini__title {
  font-weight: 500;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
}
.cartmini__title h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__title a:hover {
  color: var(--tp-theme-primary);
}
.cartmini__del {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 14px;
}
.cartmini__del:hover {
  color: var(--tp-theme-04);
}
.cartmini__checkout {
  padding: 20px;
  padding-bottom: 85px;
  width: 100%;
  background: var(--tp-common-white);
  border-top: 2px solid rgba(129, 129, 129, 0.2);
}
.cartmini__checkout-title h4 {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
.cartmini__checkout-title span {
  float: right;
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-theme-04);
}
.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-theme-04);
}
.cartmini__quantity {
  font-size: 12px;
  font-weight: 500;
}
.cartmini__empty {
  margin-top: 150px;
}
.cartmini__empty img {
  margin-bottom: 30px;
}
.cartmini__empty p {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.cartmini-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  text-align: center;
  padding: 10px 30px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  overflow: hidden;
  letter-spacing: -0.02em;
  border: 1px solid var(--tp-common-black);
}
.cartmini-btn:hover {
  border: 1px solid rgba(129, 129, 129, 0.2);
  color: var(--tp-common-black);
  background: none;
}
.cartmini-btn-border {
  display: inline-block;
  font-weight: 500;
  color: var(--tp-common-black);
  border: 1px solid rgba(129, 129, 129, 0.2);
  text-align: center;
  padding: 10px 30px;
  font-size: 15px;
  text-transform: capitalize;
}
.cartmini-btn-border:hover {
  background: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
  color: var(--tp-common-white);
}
.cartmini__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 360px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.cartmini__area.cartmini-opened {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.cartmini__wrapper {
  position: relative;
  min-height: 100%;
}
.cartmini-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(15px);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.cartmini-overlay.openeds {
  opacity: 1;
  visibility: visible;
}
.cartmini-item-count {
  top: -10px;
  right: -9px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-01);
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}
.cartmini-item-count-2 {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.cartmini-item-count-3 {
  background-color: var(--tp-theme-1);
}

.table-content table {
  background: var(--tp-common-white);
  border-color: #e3e3e3;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .table-content table {
    width: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-content table {
    width: 200%;
  }
}
@media (max-width: 575px) {
  .table-content table {
    width: 300%;
  }
}
.table-content table.table > :not(:first-child) {
  border-top: 0;
}
.table-content table td {
  border-top: medium none;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 16px;
}
.table-content table td a:hover {
  color: var(--tp-blue-2);
}
.table-content table td.product-name {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.table-content table td.product-name a:hover {
  color: var(--tp-blue-2);
}
.table-content .product-quantity {
  float: none;
}
.table-content .product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #e3e3e3;
}

.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #e3e3e3;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.table td,
.table th {
  border-top: 1px solid #e3e3e3;
}

/* Checkout */
.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 2px solid var(--tp-theme-primary);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}
.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}
.coupon-accordion span:hover, .coupon-accordion span p.lost-password a:hover {
  color: var(--tp-theme-primary);
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #00000026;
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-green-2);
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button:focus {
  box-shadow: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
}
.payment-method .accordion-button:not(.collapsed) {
  color: var(--tp-theme-primary);
  background-color: var(--tp-common-white);
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.payment-method .accordion-body {
  font-size: 16px;
  padding: 8px 0;
  padding-bottom: 40px;
  color: var(--tp-text-body);
}
.payment-method .accordion-collapse {
  border: none;
}
.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}
.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}
.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}
.payment-method .btn-link {
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.product-quantity > input {
  background-color: #fff;
  height: 30px;
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  height: 50px;
  border: 1px solid #e3e3e3;
  padding: 0 15px;
  margin-right: 10px;
  border-radius: 0;
  background: #fff;
  margin-bottom: 15px;
  width: 265px;
}
#coupon_code:focus {
  border: 1px solid var(--tp-green-2);
}

.tp-btn.tp-color-btn {
  padding: 17px 33px;
  border-radius: 0;
}
.tp-btn.tp-color-btn-2:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn.tp-color-btn-2::before {
  display: none;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}
.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-page-total {
  padding-top: 50px;
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #e3e3e3;
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 400;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

.tp-product-quantity .cart-input {
  height: 30px;
  background-color: #FFF;
}

.product-quantity .cart-plus, .product-quantity .cart-minus {
  width: 25px;
  height: 30px;
  border: 1px solid #e3e3e3;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
}
.product-quantity .cart-plus:hover, .product-quantity .cart-minus:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}

.cart-input {
  height: 30px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  border: none;
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 0px;
}

.tp-wish-cart {
  min-width: 150px;
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 17px 20px 17px 20px;
  background: #f6f6f6;
}
.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
  border-color: var(--tp-theme-primary);
  background: #fff;
}

.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 4px;
  transform: translateY(-4px);
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}
p.lost-password a:hover {
  color: var(--tp-theme-primary);
}

p.checkout-coupon input[type=text] {
  height: 45px;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 17px 20px 17px 20px;
  background: #f6f6f6;
}
p.checkout-coupon input[type=text]:focus {
  border-color: var(--tp-theme-primary);
  background: #fff;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #e3e3e3;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 10px;
  height: 50px;
}

.country-select label, .checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required, .checkout-form-list label span.required {
  color: red;
}

.country-select .nice-select {
  border: 1px solid #e3e3e3;
  height: 52px;
  padding-left: 20px;
  width: 100%;
  color: var(--tp-text-body);
  margin-bottom: 20px;
  line-height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  background: #f6f6f6;
}
.country-select .nice-select:focus {
  border-color: var(--tp-theme-primary);
  background: #fff;
}

.country-select .nice-select::after {
  right: 20px;
  top: 25px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: var(--tp-text-body);
}

.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
  border-radius: 0;
  height: 52px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 17px 20px 17px 20px;
  background: #f6f6f6;
}
.checkout-form-list input[type=text]:focus, .checkout-form-list input[type=password]:focus, .checkout-form-list input[type=email]:focus {
  border-color: var(--tp-theme-primary);
  background: #fff;
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 4px;
  transform: translateY(-3px);
}

.create-acc label {
  color: var(--tp-text-body);
  display: inline-block;
}

.checkout-form-list #cbox {
  transform: translateY(-3px);
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: var(--tp-heading-primary);
}

.ship-different-title h3 #ship-box {
  transform: translateY(-2px);
}

.order-notes textarea {
  height: 120px;
  width: 100%;
  outline: 0;
  resize: none;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 17px 20px 17px 20px;
  background: #f6f6f6;
}
.order-notes textarea:focus {
  border-color: var(--tp-theme-primary);
  background: #fff;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 1px solid var(--tp-theme-primary);
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #e3e3e3;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #e3e3e3;
  border-right: medium none;
  color: var(--tp-text-body);
  font-size: 16px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: var(--tp-text-body);
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 0px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: var(--tp-green-2);
  font-size: 18px;
  font-weight: 500;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.panel-title > a {
  display: block;
}

.card-header:first-child {
  border-radius: 0;
}

.tp-room-details-info-wrap form .mphb-required-fields-tip, .tp-room-book-wrap form .mphb-required-fields-tip {
  display: none;
}
.tp-room-details-info-wrap form p, .tp-room-book-wrap form p {
  width: 100%;
  border: 2px solid #e7e8ea;
  background: var(--tp-common-white);
  padding: 5px 20px 5px 20px;
  border-radius: 0;
}
.tp-room-details-info-wrap form p.mphb_sc_search-adults, .tp-room-details-info-wrap form p.mphb_sc_search-children, .tp-room-book-wrap form p.mphb_sc_search-adults, .tp-room-book-wrap form p.mphb_sc_search-children {
  padding: 15px 20px;
  width: 100px;
}
@media (max-width: 991px) {
  .tp-room-details-info-wrap form p.mphb_sc_search-adults, .tp-room-details-info-wrap form p.mphb_sc_search-children, .tp-room-book-wrap form p.mphb_sc_search-adults, .tp-room-book-wrap form p.mphb_sc_search-children {
    width: 100%;
  }
}
.tp-room-details-info-wrap form p input[type=text], .tp-room-details-info-wrap form p select, .tp-room-book-wrap form p input[type=text], .tp-room-book-wrap form p select {
  width: 100%;
}
.tp-room-details-info-wrap form p input[type=text]:focus-visible, .tp-room-details-info-wrap form p select:focus-visible, .tp-room-book-wrap form p input[type=text]:focus-visible, .tp-room-book-wrap form p select:focus-visible {
  outline: none;
}
.tp-room-details-info-wrap form p input[type=text], .tp-room-details-info-wrap form p select, .tp-room-book-wrap form p input[type=text], .tp-room-book-wrap form p select {
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  height: 25px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-room-details-info-wrap form p input[type=text]::placeholder, .tp-room-details-info-wrap form p select::placeholder, .tp-room-book-wrap form p input[type=text]::placeholder, .tp-room-book-wrap form p select::placeholder {
  padding: 0;
  height: 20px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-room-details-info-wrap form p label, .tp-room-book-wrap form p label {
  margin-bottom: 4px;
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
}
.tp-room-details-info-wrap form p label abbr, .tp-room-book-wrap form p label abbr {
  font-size: 20px;
  text-decoration: none;
  line-height: 0;
}
.tp-room-details-info-wrap form p.mphb-reserve-btn-wrapper, .tp-room-book-wrap form p.mphb-reserve-btn-wrapper {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
  width: auto;
}
.tp-room-details-info-wrap form p.mphb-reserve-btn-wrapper input, .tp-room-book-wrap form p.mphb-reserve-btn-wrapper input {
  background: var(--tp-theme-2);
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  color: var(--tp-common-white2);
  width: 100%;
  padding: 13px 15px;
  transition: all 0.4s ease;
  display: block;
  border: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .tp-room-details-info-wrap form p.mphb-reserve-btn-wrapper input, .tp-room-book-wrap form p.mphb-reserve-btn-wrapper input {
    width: 100%;
  }
}
.tp-room-details-info-wrap form p.mphb-reserve-btn-wrapper input:hover, .tp-room-book-wrap form p.mphb-reserve-btn-wrapper input:hover {
  background: var(--tp-common-falured);
}

.housey-sr-widget-1 .housey-sr-widget-attr_details_capacity-not .mphb-room-type .mphb-room-type-total-capacity {
  display: none;
}
.housey-sr-widget-1 .housey-sr-widget-attr_details_adult-not .mphb-room-type .mphb-room-type-adults-capacity {
  display: none;
}
.housey-sr-widget-1 .housey-sr-widget-attr_details_children-not .mphb-room-type .mphb-room-type-children-capacity {
  display: none;
}
.housey-sr-widget-1 .housey-sr-widget-attr_details_amenity-not .mphb-room-type .mphb-room-type-facilities {
  display: none;
}
.housey-sr-widget-1 .housey-sr-widget-attr_details_size-not .mphb-room-type .mphb-room-type-size {
  display: none;
}
.housey-sr-widget-1 .housey-sr-widget-attr_details_category-not .mphb-room-type .mphb-room-type-categories {
  display: none;
}
.housey-sr-widget-1 .housey-sr-widget-attr_details_view-not .mphb-room-type .mphb-room-type-view {
  display: none;
}
.housey-sr-widget-1 .housey-sr-widget-attr_details_bed_type-not .mphb-room-type .mphb-room-type-bed-type {
  display: none;
}

.housey-sfw-1.tp-check-in-not .mphb_sc_search-check-in-date,
.housey-sfw-2.tp-check-in-not .mphb_sc_search-check-in-date,
.housey-sfw-3.tp-check-in-not .mphb_sc_search-check-in-date {
  display: none;
}
.housey-sfw-1.tp-check-out-not .mphb_sc_search-check-out-date,
.housey-sfw-2.tp-check-out-not .mphb_sc_search-check-out-date,
.housey-sfw-3.tp-check-out-not .mphb_sc_search-check-out-date {
  display: none;
}
.housey-sfw-1.tp-adults-not .mphb_sc_search-adults,
.housey-sfw-2.tp-adults-not .mphb_sc_search-adults,
.housey-sfw-3.tp-adults-not .mphb_sc_search-adults {
  display: none;
}
.housey-sfw-1.tp-children-not .mphb_sc_search-children,
.housey-sfw-2.tp-children-not .mphb_sc_search-children,
.housey-sfw-3.tp-children-not .mphb_sc_search-children {
  display: none;
}

.available-calender .datepick a, .datepick-popup .datepick a {
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.available-calender .datepick a:hover, .datepick-popup .datepick a:hover {
  background: none;
}
.available-calender .datepick-cmd-next, .available-calender .datepick-cmd-nextJump, .available-calender .datepick-cmd-close, .datepick-popup .datepick-cmd-next, .datepick-popup .datepick-cmd-nextJump, .datepick-popup .datepick-cmd-close {
  float: inherit;
  padding-right: 0;
  text-align: center;
}
.available-calender .datepick-cmd-prev, .available-calender .datepick-cmd-prevJump, .available-calender .datepick-cmd-clear, .datepick-popup .datepick-cmd-prev, .datepick-popup .datepick-cmd-prevJump, .datepick-popup .datepick-cmd-clear {
  float: inherit;
  text-align: center;
  padding-left: 0;
}
.available-calender .datepick, .datepick-popup .datepick {
  background: #faf5ef;
  background-color: #faf5ef;
  border: none;
  padding: 30px;
  margin-top: 5px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 35px;
  width: 800px !important;
  box-shadow: 0 3px 8px 4px rgba(191, 191, 191, 0.27);
  border-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .available-calender .datepick, .datepick-popup .datepick {
    width: auto !important;
  }
}
.available-calender .datepick-month, .datepick-popup .datepick-month {
  background: #faf5ef;
  background-color: #faf5ef;
  border: none;
  border: none;
  width: 48%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .available-calender .datepick-month, .datepick-popup .datepick-month {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .available-calender .datepick-month span, .datepick-popup .datepick-month span {
    display: contents;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .available-calender .datepick-month.last, .datepick-popup .datepick-month.last {
    margin-top: 30px;
  }
}
.available-calender .datepick-nav, .datepick-popup .datepick-nav {
  background-color: #faf5ef;
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 14px;
}
.available-calender .datepick-month-header, .datepick-popup .datepick-month-header {
  border: 1px solid #e8e8e8;
}
.available-calender .datepick-month.first, .datepick-popup .datepick-month.first {
  margin-right: 20px;
}
.available-calender .datepick-month-header, .datepick-popup .datepick-month-header {
  background: var(--tp-common-falured);
  color: var(--tp-common-white);
  font-weight: 400;
  padding: 10px 0px;
}
.available-calender .datepick-month-header select, .datepick-popup .datepick-month-header select {
  background: var(--tp-common-falured);
}
.available-calender .datepick-month td, .datepick-popup .datepick-month td {
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  background: none;
  line-height: 46px;
  width: 50px;
}
.available-calender .datepick-month th, .datepick-popup .datepick-month th {
  border: none;
}
.available-calender .datepick-month th, .available-calender .datepick-month th a, .datepick-popup .datepick-month th, .datepick-popup .datepick-month th a {
  background: var(--tp-common-falured);
  color: var(--tp-common-white);
}
.available-calender .mphb-calendar td .mphb-past-date, .datepick-popup .mphb-calendar td .mphb-past-date {
  opacity: 1;
  margin-right: -1px;
  margin-top: -1px;
  font-weight: 400;
  background: none;
  font-size: 15px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--tp-common-black);
  width: 46px;
  max-width: 46px;
  height: 100%;
}
.available-calender .mphb-calendar td .mphb-available-date, .datepick-popup .mphb-calendar td .mphb-available-date {
  background-color: var(--tp-common-falured);
  color: var(--tp-common-white);
  width: 50px;
  max-width: 50px;
  opacity: 1;
  margin-right: -1px;
  height: 100%;
}
.available-calender .datepick-month td, .datepick-popup .datepick-month td {
  background-color: transparent;
  border: 1px solid #e8e8e8;
}
.available-calender .mphb-calendar td .mphb-mark-as-unavailable--check-out, .datepick-popup .mphb-calendar td .mphb-mark-as-unavailable--check-out {
  background: linear-gradient(to top left, var(--tp-common-falured, #cef093) 0, var(--tp-common-falured, #cef093) 50%, var(--mphb-not-available-date-bg, #4f3115) 50%, var(--mphb-not-available-date-bg, #4f3115) 100%);
  color: var(--tp-common-black);
}
.available-calender .mphb-calendar td .mphb-out-of-season-date--check-out, .datepick-popup .mphb-calendar td .mphb-out-of-season-date--check-out {
  background: linear-gradient(to top left, var(--tp-common-falured, #cef093) 0, var(--tp-common-falured, #cef093) 50%, var(--tp-common-white2, #4f3115) 50%, var(--tp-common-white2, #4f3115) 100%);
  color: var(--tp-common-black);
}
.available-calender .mphb-calendar td .mphb-out-of-season-date--check-in, .datepick-popup .mphb-calendar td .mphb-out-of-season-date--check-in {
  background: linear-gradient(to bottom right, var(--tp-common-falured, #cef093) 0, var(--tp-common-falured, #cef093) 50%, var(--tp-common-white2, #4f3115) 50%, var(--tp-common-white2, #4f3115) 100%);
}
.available-calender .mphb-calendar td .mphb-out-of-season-date, .available-calender .mphb-calendar td .mphb-out-of-season-date--check-in.mphb-out-of-season-date--check-out, .datepick-popup .mphb-calendar td .mphb-out-of-season-date, .datepick-popup .mphb-calendar td .mphb-out-of-season-date--check-in.mphb-out-of-season-date--check-out {
  background: none;
  color: var(--tp-common-black);
}

.datepick-popup .datepick a {
  font-family: var(--tp-ff-onest);
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 500;
}
.datepick-popup .datepick a:hover {
  background: none;
}
.datepick-popup .datepick-cmd-next, .datepick-popup .datepick-cmd-nextJump, .datepick-popup .datepick-cmd-close {
  float: inherit;
  padding-right: 0;
  text-align: center;
}
.datepick-popup .datepick-cmd-prev, .datepick-popup .datepick-cmd-prevJump, .datepick-popup .datepick-cmd-clear {
  float: inherit;
  text-align: center;
  padding-left: 0;
}
.datepick-popup .datepick {
  background: #faf5ef;
  background-color: #faf5ef;
  border: none;
  width: 500px !important;
  box-shadow: 0 2px 3px 2px rgba(32, 33, 36, 0.12);
  padding: 20px;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .datepick-popup .datepick {
    width: 100% !important;
  }
}
.datepick-popup .datepick-month {
  background: #faf5ef;
  background-color: #faf5ef;
  border: none;
  border: none;
  width: 47%;
}
@media (max-width: 575px) {
  .datepick-popup .datepick-month {
    width: 100%;
    margin-bottom: 20px;
  }
}
.datepick-popup .datepick-nav {
  background-color: #faf5ef;
  color: var(--tp-common-black);
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 14px;
}
.datepick-popup .datepick-month-header {
  border: 1px solid #e8e8e8;
}
.datepick-popup .datepick-month.first {
  margin-right: 20px;
}
.datepick-popup .datepick-month-header {
  background: var(--tp-common-falured);
  color: var(--tp-common-white);
  font-weight: 400;
  padding: 10px 0px;
}
.datepick-popup .datepick-month-header select {
  background: var(--tp-common-falured);
}
.datepick-popup .datepick-month td {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background: none;
  line-height: 27px;
}
.datepick-popup .datepick-month th {
  border: none;
  border: 1px solid #e8e8e8 !important;
  border-top: 0 !important;
}
.datepick-popup .datepick-month th, .datepick-popup .datepick-month th a {
  background: var(--tp-common-falured);
  color: var(--tp-common-white);
}
.datepick-popup .mphb-calendar td .mphb-past-date {
  opacity: 1;
  margin-right: -1px;
  margin-top: -1px;
  font-weight: 400;
  background: none;
  font-size: 15px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--tp-common-black);
  width: 46px;
  max-width: 46px;
  height: 100%;
}
.datepick-popup .mphb-calendar td .mphb-available-date {
  background-color: var(--tp-common-falured);
  color: var(--tp-common-white);
  width: 50px;
  max-width: 50px;
  opacity: 1;
  margin-right: -1px;
  height: 100%;
}
.datepick-popup .mphb-calendar td .mphb-mark-as-unavailable--check-out {
  background: linear-gradient(to top left, var(--tp-common-falured, #cef093) 0, var(--tp-common-falured, #cef093) 50%, var(--mphb-not-available-date-bg, #626262) 50%, var(--mphb-not-available-date-bg, #626262) 100%);
  color: var(--tp-common-black);
}
.datepick-popup .datepick-nav, .datepick-popup .datepick-ctrl {
  float: left;
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
.datepick-popup .datepick-month td .datepick-weekend {
  background-color: var(--tp-common-falured);
  color: var(--tp-common-white);
  font-size: 14px;
}
.datepick-popup .datepick-month a {
  background-color: var(--tp-common-falured);
  color: var(--tp-common-white);
  font-size: 14px;
}
.datepick-popup .datepick-month td .datepick-today {
  background-color: #dd9c60 !important;
  font-family: var(--tp-ff-onest);
  color: var(--tp-common-white);
  font-size: 14px;
}
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-past-date {
  opacity: 0.4;
}

.tp-room-extra-services ul li span {
  width: 74px;
}

.housey-details-review-1 .rtrs-review-wrap, .housey-details-review-2 .rtrs-review-wrap, .housey-details-review-3 .rtrs-review-wrap {
  background: transparent;
}
.housey-details-review-1 .rtrs-sorting-bar, .housey-details-review-2 .rtrs-sorting-bar, .housey-details-review-3 .rtrs-sorting-bar {
  padding: 13px 22px;
  background-color: var(--tp-common-white);
  border-radius: 0;
  box-shadow: 0 3px 8px 0 rgba(191, 191, 191, 0.27);
  margin-bottom: 45px;
}
.housey-details-review-1 .rtrs-sorting-bar .rtrs-sorting-select select, .housey-details-review-2 .rtrs-sorting-bar .rtrs-sorting-select select, .housey-details-review-3 .rtrs-sorting-bar .rtrs-sorting-select select {
  border: 1px solid #e9e9e9;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.06), 0 0 0 1px rgba(50, 50, 50, 0.04);
  color: #9d9c9d;
  padding: 10px 35px 9px 15px;
}
.housey-details-review-1 .rtrs-sorting-select > div, .housey-details-review-2 .rtrs-sorting-select > div, .housey-details-review-3 .rtrs-sorting-select > div {
  display: flex;
  align-items: center;
}
.housey-details-review-1 .nice-select .current, .housey-details-review-2 .nice-select .current, .housey-details-review-3 .nice-select .current {
  margin-right: 35px;
}
.housey-details-review-1 .nice-select, .housey-details-review-2 .nice-select, .housey-details-review-3 .nice-select {
  font-size: 16px;
  line-height: 44px;
  padding-left: 20px;
  padding-right: 26px;
  height: 44px;
  text-transform: capitalize;
  background-color: var(--tp-common-white);
  border-radius: 0;
}
.housey-details-review-1 .nice-select:focus, .housey-details-review-2 .nice-select:focus, .housey-details-review-3 .nice-select:focus {
  border-color: var(--tp-common-falured);
}
.housey-details-review-1 .nice-select::after, .housey-details-review-2 .nice-select::after, .housey-details-review-3 .nice-select::after {
  right: 18px;
}
.housey-details-review-1 .rtrs-review-box .rtrs-each-review, .housey-details-review-2 .rtrs-review-box .rtrs-each-review, .housey-details-review-3 .rtrs-review-box .rtrs-each-review {
  background-color: transparent;
  padding: 0;
}
.housey-details-review-1 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating, .housey-details-review-2 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating, .housey-details-review-3 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating {
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}
.housey-details-review-1 .rtrs-review-sc-109 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating, .housey-details-review-2 .rtrs-review-sc-109 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating, .housey-details-review-3 .rtrs-review-sc-109 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating {
  font-size: 13px;
  color: #ffa81a;
  line-height: 1.1;
}
.housey-details-review-1 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link, .housey-details-review-2 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link, .housey-details-review-3 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 16px;
  color: #010f1c;
  margin-bottom: 5px;
}
.housey-details-review-1 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date, .housey-details-review-2 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date, .housey-details-review-3 .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 14px;
  color: #55585b;
  position: relative;
  padding-left: 7px;
  display: inline-block;
  margin-bottom: 5px;
}
.housey-details-review-1 .rtrs-review-box .rtrs-review-body p, .housey-details-review-2 .rtrs-review-box .rtrs-review-body p, .housey-details-review-3 .rtrs-review-box .rtrs-review-body p {
  font-family: var(--tp-ff-onest);
  font-size: 14px;
  line-height: 22px;
  color: #55585b;
}
.housey-details-review-1 .rtrs-review-box .rtrs-review-imgholder img, .housey-details-review-2 .rtrs-review-box .rtrs-review-imgholder img, .housey-details-review-3 .rtrs-review-box .rtrs-review-imgholder img {
  width: 60px;
}
.housey-details-review-1 .rtrs-review-box .rtrs-review-imgholder, .housey-details-review-2 .rtrs-review-box .rtrs-review-imgholder, .housey-details-review-3 .rtrs-review-box .rtrs-review-imgholder {
  margin-right: 20px;
}
.housey-details-review-1 .rtrs-review-box .rtrs-main-review, .housey-details-review-2 .rtrs-review-box .rtrs-main-review, .housey-details-review-3 .rtrs-review-box .rtrs-main-review {
  border-top: 1px solid rgba(160, 89, 22, 0.16);
  padding-top: 32px;
  margin-bottom: 15px;
}
.housey-details-review-1 .rtrs-review-form, .housey-details-review-2 .rtrs-review-form, .housey-details-review-3 .rtrs-review-form {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.housey-details-review-1 .rtrs-review-form .rtrs-form-group .rtrs-form-control, .housey-details-review-2 .rtrs-review-form .rtrs-form-group .rtrs-form-control, .housey-details-review-3 .rtrs-review-form .rtrs-form-group .rtrs-form-control {
  width: 100%;
  height: 50px;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.06), 0 0 0 1px rgba(50, 50, 50, 0.04);
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 17px 20px 17px 20px;
  background: var(--tp-common-white);
  border-radius: 0;
}
.housey-details-review-1 .rtrs-review-form .rtrs-form-group .rtrs-form-control::placeholder, .housey-details-review-2 .rtrs-review-form .rtrs-form-group .rtrs-form-control::placeholder, .housey-details-review-3 .rtrs-review-form .rtrs-form-group .rtrs-form-control::placeholder {
  font-size: 16px;
  color: #9d9c9d;
}
.housey-details-review-1 .rtrs-review-form .rtrs-form-group .rtrs-form-control:focus, .housey-details-review-2 .rtrs-review-form .rtrs-form-group .rtrs-form-control:focus, .housey-details-review-3 .rtrs-review-form .rtrs-form-group .rtrs-form-control:focus {
  border: 1px solid var(--tp-common-falured);
  background: transparent;
}
.housey-details-review-1 .rtrs-review-form .rtrs-form-title, .housey-details-review-2 .rtrs-review-form .rtrs-form-title, .housey-details-review-3 .rtrs-review-form .rtrs-form-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 28px;
  color: var(--tp-common-black4);
  margin-bottom: 28px;
}
.housey-details-review-1 .rtrs-media-form-group, .housey-details-review-2 .rtrs-media-form-group, .housey-details-review-3 .rtrs-media-form-group {
  align-items: center;
  margin-top: 20px;
}
.housey-details-review-1 .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box, .housey-details-review-2 .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box, .housey-details-review-3 .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box {
  background: var(--tp-theme-2);
  border: none;
  font-size: 16px;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 0;
  transition: all 0.4s ease;
}
.housey-details-review-1 .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box:hover, .housey-details-review-2 .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box:hover, .housey-details-review-3 .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box:hover {
  background: var(--tp-common-falured);
}
.housey-details-review-1 .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box span, .housey-details-review-2 .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box span, .housey-details-review-3 .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box span {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  color: var(--tp-common-white2);
  font-size: 16px;
}
.housey-details-review-1 .rtrs-media-form-group div > label, .housey-details-review-2 .rtrs-media-form-group div > label, .housey-details-review-3 .rtrs-media-form-group div > label {
  color: var(--tp-common-black4);
  font-family: var(--tp-ff-onest);
  font-size: 18px;
  margin-top: 0;
}
.housey-details-review-1 .rtrs-review-form .rtrs-form-group, .housey-details-review-2 .rtrs-review-form .rtrs-form-group, .housey-details-review-3 .rtrs-review-form .rtrs-form-group {
  margin-bottom: 25px;
}
.housey-details-review-1 .rtrs-review-form .rtrs-form-group textarea, .housey-details-review-2 .rtrs-review-form .rtrs-form-group textarea, .housey-details-review-3 .rtrs-review-form .rtrs-form-group textarea {
  height: 160px !important;
  resize: none;
  padding: 20px 20px 20px 20px;
}
.housey-details-review-1 .rtrs-review-form .rtrs-form-group .rtrs-submit-btn, .housey-details-review-2 .rtrs-review-form .rtrs-form-group .rtrs-submit-btn, .housey-details-review-3 .rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
  background: var(--tp-theme-2);
  border: none;
  font-size: 16px;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 0;
  transition: all 0.4s ease;
  height: auto;
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  color: var(--tp-common-white2);
  font-size: 16px;
}
.housey-details-review-1 .rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover, .housey-details-review-2 .rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover, .housey-details-review-3 .rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover {
  background: var(--tp-common-falured);
}
.housey-details-review-1 .rtrs-summary .rtrs-rating-box, .housey-details-review-2 .rtrs-summary .rtrs-rating-box, .housey-details-review-3 .rtrs-summary .rtrs-rating-box {
  padding: 30px 35px 25px 35px;
  background: var(--tp-common-white);
  border: none;
  border-radius: 0;
}
.housey-details-review-1 .rtrs-summary .rtrs-progress-wrap, .housey-details-review-2 .rtrs-summary .rtrs-progress-wrap, .housey-details-review-3 .rtrs-summary .rtrs-progress-wrap {
  padding: 30px 35px 25px 35px;
  background: var(--tp-common-white);
  border: none;
  border-radius: 0;
}
.housey-details-review-1 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress::-moz-progress-bar, .housey-details-review-2 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress::-moz-progress-bar, .housey-details-review-3 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress::-moz-progress-bar {
  background: var(--tp-common-falured);
  box-shadow: none;
}
.housey-details-review-1 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress::-webkit-progress-value, .housey-details-review-2 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress::-webkit-progress-value, .housey-details-review-3 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress::-webkit-progress-value {
  background: var(--tp-common-falured);
  box-shadow: none;
}
.housey-details-review-1 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress, .housey-details-review-2 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress, .housey-details-review-3 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress {
  background: var(--tp-common-falured);
}
.housey-details-review-1 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress[value]::-webkit-progress-bar, .housey-details-review-2 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress[value]::-webkit-progress-bar, .housey-details-review-3 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress[value]::-webkit-progress-bar {
  background: rgba(160, 89, 22, 0.14);
}
.housey-details-review-1 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress[value]::-moz-progress-bar, .housey-details-review-2 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress[value]::-moz-progress-bar, .housey-details-review-3 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress[value]::-moz-progress-bar {
  background: rgba(160, 89, 22, 0.14);
}
.housey-details-review-1 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress[value], .housey-details-review-2 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress[value], .housey-details-review-3 .rtrs-summary .rtrs-progress-wrap .rtrs-progress progress[value] {
  background: rgba(160, 89, 22, 0.14);
}
.housey-details-review-1 .rtrs-summary .rtrs-progress-wrap progress[value], .housey-details-review-2 .rtrs-summary .rtrs-progress-wrap progress[value], .housey-details-review-3 .rtrs-summary .rtrs-progress-wrap progress[value] {
  border-radius: 5px;
  width: 100%;
  height: 4px;
}
.housey-details-review-1 .rtrs-summary .rtrs-progress-wrap .rtrs-progress label, .housey-details-review-2 .rtrs-summary .rtrs-progress-wrap .rtrs-progress label, .housey-details-review-3 .rtrs-summary .rtrs-progress-wrap .rtrs-progress label {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
}
.housey-details-review-1 .rtrs-summary .rtrs-progress-wrap .progress-percent, .housey-details-review-2 .rtrs-summary .rtrs-progress-wrap .progress-percent, .housey-details-review-3 .rtrs-summary .rtrs-progress-wrap .progress-percent {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
}
.housey-details-review-1 .rtrs-summary .rtrs-rating-box .rtrs-rating, .housey-details-review-2 .rtrs-summary .rtrs-rating-box .rtrs-rating, .housey-details-review-3 .rtrs-summary .rtrs-rating-box .rtrs-rating {
  color: var(--tp-common-black4);
  font-family: var(--tp-ff-playfair);
  font-size: 60px;
  letter-spacing: -4px;
  line-height: 1;
  transform: translateY(-9px);
  display: inline-block;
}
.housey-details-review-1 .rtrs-summary .rtrs-rating-box .rtrs-rating-out, .housey-details-review-2 .rtrs-summary .rtrs-rating-box .rtrs-rating-out, .housey-details-review-3 .rtrs-summary .rtrs-rating-box .rtrs-rating-out {
  color: var(--tp-common-black4);
  font-family: var(--tp-ff-playfair);
  font-size: 45px;
  letter-spacing: -4px;
  transform: translateY(-3px);
  display: inline-block;
}
.housey-details-review-1 .rtrs-summary .rtrs-rating-box .rtrs-rating-icon .rtrs-rating-text, .housey-details-review-2 .rtrs-summary .rtrs-rating-box .rtrs-rating-icon .rtrs-rating-text, .housey-details-review-3 .rtrs-summary .rtrs-rating-box .rtrs-rating-icon .rtrs-rating-text {
  font-family: var(--tp-ff-onest);
  font-size: 16px;
  color: var(--tp-common-black4);
  margin-top: 0;
}
.housey-details-review-1 .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn, .housey-details-review-2 .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn, .housey-details-review-3 .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn {
  background: var(--tp-theme-2);
  font-family: var(--tp-ff-onest);
  border-radius: 0;
  box-shadow: none;
}
.housey-details-review-1 .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover, .housey-details-review-2 .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover, .housey-details-review-3 .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover {
  background: var(--tp-common-falured);
}

.shop-slider-wrapper {
  overflow: visible !important;
}

.tp-room-booking-sidebar .tp-room-book-price {
  color: var(--tp-common-falured);
}
.tp-room-booking-sidebar .tp-room-book-price .mphb-currency {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: -0.04em;
  color: var(--tp-common-falured);
  margin-right: 3px;
  transform: translateY(-1px);
  display: inline-block;
}
.tp-room-booking-sidebar .mphb-check-in-date-wrapper label, .tp-room-booking-sidebar .mphb-check-out-date-wrapper label {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #857a70;
  margin-bottom: 5px;
}
.tp-room-booking-sidebar .mphb-datepick {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  width: 100%;
  max-width: 100%;
  height: inherit;
  border-radius: 0;
  background: rgba(160, 89, 22, 0.05);
  color: var(--tp-common-falured);
  padding: 20px 20px 20px 20px;
  box-shadow: none;
  border: 1.5px solid transparent;
}
.tp-room-booking-sidebar .mphb-datepick::placeholder {
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--tp-common-falured);
}

.housey-sr-widget-1 .mphb_sc_search_results-info,
.housey-archive-accommodations .mphb_sc_search_results-info {
  font-size: 17px;
  color: #2f2c2d;
  margin-bottom: 0;
  border: 2px solid var(--tp-common-falured);
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.housey-sr-widget-1 .mphb_sc_search_results-wrapper .mphb-reservation-cart,
.housey-archive-accommodations .mphb_sc_search_results-wrapper .mphb-reservation-cart {
  margin-bottom: 0;
  margin-top: 70px;
}
.housey-sr-widget-1 .mphb-recommendation-title,
.housey-archive-accommodations .mphb-recommendation-title {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 33px;
  line-height: 1.33;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.housey-sr-widget-1 .mphb-recommendation,
.housey-archive-accommodations .mphb-recommendation {
  background: #f6f6f6;
  border-radius: 6px;
  padding: 30px 35px 25px 35px;
  margin-bottom: 20px;
}
.housey-sr-widget-1 .mphb-recommendation-details-list li,
.housey-archive-accommodations .mphb-recommendation-details-list li {
  list-style: none;
}
.housey-sr-widget-1 .mphb-recommendation-details-list li:not(:last-child),
.housey-archive-accommodations .mphb-recommendation-details-list li:not(:last-child) {
  margin-bottom: 13px;
}
.housey-sr-widget-1 .mphb-recommendation-details-list li .mphb-recommendation-item span, .housey-sr-widget-1 .mphb-recommendation-details-list li .mphb-recommendation-item a,
.housey-archive-accommodations .mphb-recommendation-details-list li .mphb-recommendation-item span,
.housey-archive-accommodations .mphb-recommendation-details-list li .mphb-recommendation-item a {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: var(--tp-grey-5);
}
.housey-sr-widget-1 .mphb-recommendation-details-list li .mphb-recommendation-item small span,
.housey-archive-accommodations .mphb-recommendation-details-list li .mphb-recommendation-item small span {
  font-size: 14px;
  line-height: 1;
}
.housey-sr-widget-1 .mphb-recommendation-total span,
.housey-archive-accommodations .mphb-recommendation-total span {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: var(--tp-grey-5);
}
.housey-sr-widget-1 .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button,
.housey-archive-accommodations .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: var(--tp-common-white);
}
.housey-sr-widget-1 .mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details p,
.housey-archive-accommodations .mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details p {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
  color: var(--tp-common-black);
}
.housey-sr-widget-1 .mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details .mphb-empty-cart-message,
.housey-archive-accommodations .mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details .mphb-empty-cart-message {
  font-family: var(--tp-ff-playfair);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
  color: var(--tp-common-black);
}
.housey-sr-widget-1 .mphb-room-type-title.entry-title,
.housey-archive-accommodations .mphb-room-type-title.entry-title {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 18px;
}
.housey-sr-widget-1 .mphb-room-type,
.housey-archive-accommodations .mphb-room-type {
  padding: 0 40px 40px 40px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.14);
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.14);
  border: 1px solid rgba(20, 20, 20, 0.2);
  position: relative;
  margin-bottom: 20px;
  background: var(--tp-common-white);
  border-radius: 8px;
}
.housey-sr-widget-1 .mphb-room-type .mphb-room-type-images,
.housey-archive-accommodations .mphb-room-type .mphb-room-type-images {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .housey-sr-widget-1 .mphb-room-type,
.housey-archive-accommodations .mphb-room-type {
    padding: 0 15px 20px 15px;
  }
}
.housey-sr-widget-1 .mphb-room-type p,
.housey-archive-accommodations .mphb-room-type p {
  font-family: var(--tp-ff-onest);
  font-size: 17px;
  line-height: 1.65;
  color: var(--tp-grey-1);
  width: 100%;
}
.housey-sr-widget-1 .mphb-room-type p .mphb-price,
.housey-archive-accommodations .mphb-room-type p .mphb-price {
  font-weight: 600;
}
.housey-sr-widget-1 .mphb-room-type p .mphb-price-period,
.housey-archive-accommodations .mphb-room-type p .mphb-price-period {
  cursor: text;
  border-bottom: 0;
}
.housey-sr-widget-1 .post-thumbnail.mphb-loop-room-thumbnail,
.housey-archive-accommodations .post-thumbnail.mphb-loop-room-thumbnail {
  margin: 0px -40px 30px;
  padding: 0;
  overflow: hidden;
  font-size: 0px;
  width: calc(100% + 80px);
  position: relative;
}
@media (max-width: 575px) {
  .housey-sr-widget-1 .post-thumbnail.mphb-loop-room-thumbnail,
.housey-archive-accommodations .post-thumbnail.mphb-loop-room-thumbnail {
    margin: 0px -15px 30px;
    width: calc(100% + 30px);
  }
}
.housey-sr-widget-1 .post-thumbnail.mphb-loop-room-thumbnail img,
.housey-archive-accommodations .post-thumbnail.mphb-loop-room-thumbnail img {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}
.housey-sr-widget-1 .mphb-room-type-images .gallery-columns-1,
.housey-archive-accommodations .mphb-room-type-images .gallery-columns-1 {
  margin: 0px -40px 10px;
  padding: 0;
  overflow: hidden;
  font-size: 0px;
  width: calc(100% + 80px);
  position: relative;
  border: none;
}
@media (max-width: 575px) {
  .housey-sr-widget-1 .mphb-room-type-images .gallery-columns-1,
.housey-archive-accommodations .mphb-room-type-images .gallery-columns-1 {
    margin: 0px -15px 30px;
    width: calc(100% + 30px);
  }
}
.housey-sr-widget-1 .mphb-room-type-images .gallery-columns-1 .gallery-item img,
.housey-archive-accommodations .mphb-room-type-images .gallery-columns-1 .gallery-item img {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  height: 100%;
  object-fit: cover;
}
.housey-sr-widget-1 .mphb-room-type-images .gallery-columns-1 .gallery-item,
.housey-archive-accommodations .mphb-room-type-images .gallery-columns-1 .gallery-item {
  padding: 0 !important;
  height: 100%;
}
.housey-sr-widget-1 .mphb-room-type-images .gallery-columns-1 ul.slides,
.housey-archive-accommodations .mphb-room-type-images .gallery-columns-1 ul.slides {
  height: 100%;
}
.housey-sr-widget-1 .mphb-room-type-images .gallery-columns-1 .flex-viewport,
.housey-archive-accommodations .mphb-room-type-images .gallery-columns-1 .flex-viewport {
  max-height: 600px !important;
  height: 600px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .housey-sr-widget-1 .mphb-room-type-images .gallery-columns-1 .flex-viewport,
.housey-archive-accommodations .mphb-room-type-images .gallery-columns-1 .flex-viewport {
    max-height: 400px !important;
    height: 400px !important;
  }
}
@media (max-width: 575px) {
  .housey-sr-widget-1 .mphb-room-type-images .gallery-columns-1 .flex-viewport,
.housey-archive-accommodations .mphb-room-type-images .gallery-columns-1 .flex-viewport {
    max-height: 300px !important;
    height: 300px !important;
  }
}
.housey-sr-widget-1 .mphb-room-type-images .gallery-columns-4,
.housey-archive-accommodations .mphb-room-type-images .gallery-columns-4 {
  margin-bottom: 20px;
  margin: 0px -40px 0;
  padding: 0;
  overflow: hidden;
  font-size: 0px;
  width: calc(100% + 80px);
  border: none;
}
@media (max-width: 575px) {
  .housey-sr-widget-1 .mphb-room-type-images .gallery-columns-4,
.housey-archive-accommodations .mphb-room-type-images .gallery-columns-4 {
    margin: 0px -15px 0;
    width: calc(100% + 30px);
  }
}
.housey-sr-widget-1 .mphb-room-type-images .gallery-columns-4 .slides > li,
.housey-archive-accommodations .mphb-room-type-images .gallery-columns-4 .slides > li {
  margin: 0 6px !important;
  padding-right: 0 !important;
}
.housey-sr-widget-1 .mphb-loop-room-type-attributes,
.housey-archive-accommodations .mphb-loop-room-type-attributes {
  list-style: none;
  margin-bottom: 25px;
}
.housey-sr-widget-1 .mphb-loop-room-type-attributes li:not(:last-child),
.housey-archive-accommodations .mphb-loop-room-type-attributes li:not(:last-child) {
  margin-bottom: 10px;
}
.housey-sr-widget-1 .mphb-loop-room-type-attributes li .mphb-attribute-title,
.housey-archive-accommodations .mphb-loop-room-type-attributes li .mphb-attribute-title {
  font-weight: 600;
  width: 96px;
  display: inline-block;
  margin-right: 10px;
  flex: 0 0 auto;
}
.housey-sr-widget-1 .mphb-loop-room-type-attributes li .mphb-attribute-value,
.housey-archive-accommodations .mphb-loop-room-type-attributes li .mphb-attribute-value {
  border: 1px solid rgba(20, 20, 20, 0.2);
  padding: 3px 15px;
  display: inline-block;
  line-height: 1;
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #635c57;
  border-radius: 4px;
}
.housey-sr-widget-1 .mphb-loop-room-type-attributes li.mphb-room-type-facilities,
.housey-archive-accommodations .mphb-loop-room-type-attributes li.mphb-room-type-facilities {
  display: flex;
  margin-bottom: 0;
}
.housey-sr-widget-1 .mphb-loop-room-type-attributes li.mphb-room-type-facilities .mphb-attribute-value,
.housey-archive-accommodations .mphb-loop-room-type-attributes li.mphb-room-type-facilities .mphb-attribute-value {
  border: none;
  padding: 0;
  font-size: 0;
}
.housey-sr-widget-1 .mphb-loop-room-type-attributes li.mphb-room-type-facilities .mphb-attribute-value span a,
.housey-archive-accommodations .mphb-loop-room-type-attributes li.mphb-room-type-facilities .mphb-attribute-value span a {
  border: 1px solid rgba(20, 20, 20, 0.2);
  padding: 3px 15px;
  line-height: 1;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  flex: 0 0 auto;
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #635c57;
  border-radius: 4px;
}
.housey-sr-widget-1 .mphb-loop-room-type-attributes li.mphb-room-type-facilities .mphb-attribute-value span a:hover,
.housey-archive-accommodations .mphb-loop-room-type-attributes li.mphb-room-type-facilities .mphb-attribute-value span a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-primary);
}
.housey-sr-widget-1 .mphb-reserve-room-section,
.housey-archive-accommodations .mphb-reserve-room-section {
  width: 100%;
  text-align: right;
}
.housey-sr-widget-1 .mphb-view-details-button-wrapper,
.housey-archive-accommodations .mphb-view-details-button-wrapper {
  width: 58% !important;
  float: left;
  margin-bottom: 0;
}
.housey-sr-widget-1 .mphb-room-type-details-title,
.housey-archive-accommodations .mphb-room-type-details-title {
  font-family: var(--tp-ff-onest);
  font-size: 22px;
  color: var(--tp-common-black);
  font-weight: 600;
  margin-bottom: 15px;
}
.housey-sr-widget-1 .button,
.housey-archive-accommodations .button {
  border: none;
  font-size: 16px;
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  border-radius: 6px;
  padding: 11px 24px;
  transition: all 0.4s ease;
  color: var(--tp-common-white);
  background: var(--tp-common-falured);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.housey-sr-widget-1 .button:hover,
.housey-archive-accommodations .button:hover {
  background: var(--tp-theme-primary);
}
.housey-sr-widget-1 .button.mphb-book-button,
.housey-archive-accommodations .button.mphb-book-button {
  border: none;
  font-size: 16px;
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  border-radius: 6px;
  padding: 11px 24px;
  transition: all 0.4s ease;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.housey-sr-widget-1 .button.mphb-book-button:hover,
.housey-archive-accommodations .button.mphb-book-button:hover {
  background: var(--tp-common-falured);
}
.housey-sr-widget-1 .button.mphb-button.mphb-confirm-reservation,
.housey-archive-accommodations .button.mphb-button.mphb-confirm-reservation {
  background: var(--tp-common-falured);
}
.housey-sr-widget-1 .button.mphb-button.mphb-confirm-reservation:hover,
.housey-archive-accommodations .button.mphb-button.mphb-confirm-reservation:hover {
  background: vvar(--tp-theme-primary);
}

.tp-page-content {
  padding-top: 120px;
}
.tp-page-content .mphb-login-form-wrap {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-grey-1);
  margin-bottom: 30px;
}
.tp-page-content .mphb-login-form-wrap a {
  text-decoration: underline;
  color: var(--tp-theme-primary);
}
.tp-page-content .mphb-checkout-section {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 25px 30px 30px 30px;
}
.tp-page-content .mphb-booking-details-title, .tp-page-content .mphb-room-number, .tp-page-content .mphb-price-breakdown-title, .tp-page-content .mphb-customer-details-title {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}
.tp-page-content .mphb-customer-details > * {
  width: 100%;
}
.tp-page-content .mphb-check-in-date, .tp-page-content .mphb-check-out-date {
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: var(--tp-grey-1);
  margin-bottom: 5px;
}
.tp-page-content .mphb-reserve-rooms-details {
  background: var(--tp-common-white);
  border-radius: 12px;
  padding: 25px 30px 30px 30px;
  margin-top: 30px;
}
.tp-page-content .mphb-room-type-title {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
}
.tp-page-content .mphb-room-type-title a {
  color: var(--tp-common-black);
  text-decoration: underline;
  margin-left: 5px;
}
.tp-page-content .mphb-room-type-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-page-content .mphb-adults-chooser label, .tp-page-content .mphb-guest-name-wrapper label {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
}
.tp-page-content .mphb-adults-chooser input:focus, .tp-page-content .mphb-guest-name-wrapper input:focus {
  background: none;
  border: 1px solid var(--tp-theme-primary);
}
.tp-page-content .mphb-adults-chooser .mphb_checkout-guests-chooser, .tp-page-content .mphb-guest-name-wrapper .mphb_checkout-guests-chooser {
  width: 100%;
  height: 50px;
  line-height: 1;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.06), 0 0 0 1px rgba(50, 50, 50, 0.04);
  background: var(--tp-common-white);
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 17px 20px 17px 20px;
  background: #f6f6f6;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.tp-page-content .mphb-adults-chooser .mphb_checkout-guests-chooser:focus, .tp-page-content .mphb-guest-name-wrapper .mphb_checkout-guests-chooser:focus {
  background: none;
  border: 1px solid var(--tp-theme-primary);
}
.tp-page-content .mphb-services-details-title {
  font-family: var(--tp-ff-onest);
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black4);
  margin-bottom: 15px;
}
.tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list {
  padding-left: 0;
  margin-bottom: 0;
}
.tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li label {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  line-height: 1.47;
  color: var(--tp-grey-1);
  cursor: pointer;
}
.tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #e4e4e4;
  outline: none;
  flex: 0 0 auto;
  box-shadow: inset 0 1px 4px 0 rgba(48, 54, 81, 0.06), 0 1px 1px 0 rgba(48, 54, 81, 0.06);
  background: var(--tp-common-white);
  -webkit-transform: translateY(-2.5px);
  -moz-transform: translateY(-2.5px);
  -ms-transform: translateY(-2.5px);
  -o-transform: translateY(-2.5px);
  transform: translateY(-2.5px);
  padding: 0;
  margin-right: 10px;
  transform: translateY(4px);
  border-radius: 4px;
}
.tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li input:checked {
  position: relative;
  background-color: var(--tp-theme-primary);
  border-color: transparent;
}
.tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li input:hover {
  cursor: pointer;
}
.tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li .mphb_checkout-service-adults, .tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li .mphb_checkout-service-quantity {
  width: 80px;
  height: 30px;
  line-height: 1;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.06), 0 0 0 1px rgba(50, 50, 50, 0.04);
  background: var(--tp-common-white);
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  background: #f6f6f6;
  text-transform: capitalize;
  padding: 3px 7px;
  transform: translateY(0);
  margin-right: 5px;
  margin-left: 5px;
}
.tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li .mphb_checkout-service-adults:checked, .tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li .mphb_checkout-service-quantity:checked {
  position: relative;
  background-color: var(--tp-theme-primary);
  border-color: transparent;
}
.tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li .mphb_checkout-service-adults:focus, .tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li .mphb_checkout-service-quantity:focus {
  border: 1px solid var(--tp-theme-primary);
}
.tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li .mphb_checkout-service-adults:focus-visible, .tp-page-content .mphb_sc_checkout-services-list.mphb_checkout-services-list li .mphb_checkout-service-quantity:focus-visible {
  outline: 0;
}
.tp-page-content .mphb_cb_checkout_form > .mphb-checkout-section:not(:first-of-type), .tp-page-content .mphb_sc_checkout-form > .mphb-checkout-section:not(:first-of-type) {
  margin-top: 30px;
}
.tp-page-content .mphb-price-breakdown {
  margin-bottom: 0;
  background: var(--tp-common-white);
  border-radius: 12px;
  padding: 25px 30px 30px 30px;
  border: none;
  margin-top: 25px;
  width: 100%;
}
.tp-page-content .mphb-price-breakdown .mphb-price-breakdown-booking td {
  text-align: left;
  padding: 12px 25px;
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
}
.tp-page-content .mphb-price-breakdown .mphb-price-breakdown-booking td a {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
}
.tp-page-content .mphb-price-breakdown tbody tr td, .tp-page-content .mphb-price-breakdown tbody tr th {
  text-align: left;
  padding: 12px 25px;
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
}
.tp-page-content .mphb-price-breakdown tfoot tr td, .tp-page-content .mphb-price-breakdown tfoot tr th {
  text-align: left;
  padding: 12px 25px;
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
}
.tp-page-content .mphb-customer-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.tp-page-content .mphb-customer-details .mphb-required-fields-tip {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
  width: 100%;
}
.tp-page-content .mphb-customer-details > p {
  width: 49%;
}
.tp-page-content .mphb-customer-details > p.mphb-customer-country {
  width: 100%;
}
.tp-page-content .mphb-customer-details > p.mphb-customer-note {
  width: 100%;
  margin-bottom: 0;
}
.tp-page-content .mphb-customer-details > p label {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  color: var(--tp-common-black4);
}
.tp-page-content .mphb-customer-details > p input {
  background: var(--tp-common-white);
}
.tp-page-content .mphb-customer-details > p input:focus {
  background: none;
  border: 1px solid var(--tp-theme-primary);
}
.tp-page-content .mphb-customer-details > p select {
  width: 100%;
  height: 50px;
  line-height: 1;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.06), 0 0 0 1px rgba(50, 50, 50, 0.04);
  background: var(--tp-common-white);
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 10px 20px 10px 20px;
  background: var(--tp-common-white);
  text-transform: capitalize;
  margin-bottom: 15px;
}
.tp-page-content .mphb-customer-details > p select:focus {
  border: 1px solid var(--tp-theme-primary);
  background: none;
}
.tp-page-content .mphb-customer-details > p select:focus-visible {
  outline: none;
}
.tp-page-content .mphb-customer-details > p textarea {
  width: 100%;
  height: 180px;
  background: var(--tp-common-white);
}
.tp-page-content .mphb-customer-details > p textarea:focus {
  border: 1px solid var(--tp-theme-primary);
  background: none;
}
.tp-page-content .mphb-customer-details > p textarea:focus-visible {
  outline: none;
}
.tp-page-content .mphb-total-price {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  line-height: 1.47;
  color: var(--tp-grey-1);
  margin-top: 30px;
}
.tp-page-content .mphb-errors-wrapper {
  font-family: var(--tp-ff-onest);
  font-size: 15px;
  line-height: 1.47;
  color: var(--tp-theme-primary);
}
.tp-page-content .mphb_sc_checkout-submit-wrapper input {
  border: none;
  font-size: 16px;
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  border-radius: 6px;
  padding: 11px 24px;
  transition: all 0.4s ease;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}
.tp-page-content .mphb_sc_checkout-submit-wrapper input:hover {
  background: var(--tp-common-falured);
}

.housey-archive-accommodations .mphb-room-type-title a {
  border: 1px solid rgba(20, 20, 20, 0.2);
  padding: 8px 25px;
  line-height: 1;
  margin-right: 10px;
  display: inline-block;
  flex: 0 0 auto;
  font-family: var(--tp-ff-onest);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #635c57;
  border-radius: 4px;
  text-decoration: none;
}
.housey-archive-accommodations .mphb-room-type-title a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.housey-archive-accommodations ul {
  padding-left: 0 !important;
}
.housey-archive-accommodations .mphb-to-book-btn-wrapper {
  width: 100%;
  text-align: right;
}
.housey-archive-accommodations .mphb-to-book-btn-wrapper br {
  display: none;
}

.housey-sfw-1 .mphb-required-fields-tip, .housey-sfw-2 .mphb-required-fields-tip, .housey-sfw-3 .mphb-required-fields-tip {
  display: none;
}
.housey-sfw-1 .mphb_sc_search-form, .housey-sfw-2 .mphb_sc_search-form, .housey-sfw-3 .mphb_sc_search-form {
  display: flex;
  max-width: 1000px;
  align-items: end;
  justify-content: center;
  background: var(--tp-common-white);
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .housey-sfw-1 .mphb_sc_search-form, .housey-sfw-2 .mphb_sc_search-form, .housey-sfw-3 .mphb_sc_search-form {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .housey-sfw-1 .mphb_sc_search-form, .housey-sfw-2 .mphb_sc_search-form, .housey-sfw-3 .mphb_sc_search-form {
    justify-content: flex-start;
  }
}
.housey-sfw-1 .mphb_sc_search-form p, .housey-sfw-2 .mphb_sc_search-form p, .housey-sfw-3 .mphb_sc_search-form p {
  margin: 0px 8px;
  margin-bottom: 20px;
}
.housey-sfw-1 .mphb_sc_search-form p label, .housey-sfw-2 .mphb_sc_search-form p label, .housey-sfw-3 .mphb_sc_search-form p label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 4px;
}
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-out-date, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-out-date, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-out-date {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-out-date, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-out-date, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-out-date {
    width: 47%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-out-date, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-out-date, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-out-date {
    width: 46%;
  }
}
@media (max-width: 575px) {
  .housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-out-date, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-out-date, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-in-date,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-out-date {
    width: 100%;
  }
}
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-in-date::before,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-out-date::before, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-in-date::before,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-out-date::before, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-in-date::before,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-out-date::before {
  font-size: 15px;
  pointer-events: none;
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #9d9c9d;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f073";
}
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-in-date .mphb-datepick,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-check-out-date .mphb-datepick, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-in-date .mphb-datepick,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-out-date .mphb-datepick, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-in-date .mphb-datepick,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-out-date .mphb-datepick {
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
  padding-left: 40px;
  border-radius: 0;
}
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-adults,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-children, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-adults,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-children, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-adults,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-children {
  width: 140px;
  flex: 0 0 auto;
}
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-adults .nice-select,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-children .nice-select, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-adults .nice-select,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-children .nice-select, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-adults .nice-select,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-children .nice-select {
  width: 100%;
  height: 50px;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.06), 0 0 0 1px rgba(50, 50, 50, 0.04);
  background: var(--tp-common-white);
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding: 17px 20px 17px 20px;
  background: #f6f6f6;
  line-height: 1;
}
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-adults .nice-select::after,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-children .nice-select::after, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-adults .nice-select::after,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-children .nice-select::after, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-adults .nice-select::after,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-children .nice-select::after {
  font-size: 17px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
  font-weight: 500;
}
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-adults .nice-select .list,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-children .nice-select .list, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-adults .nice-select .list,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-children .nice-select .list, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-adults .nice-select .list,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-children .nice-select .list {
  max-height: 300px;
  overflow-y: scroll;
}
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-adults .nice-select .option,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-children .nice-select .option, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-adults .nice-select .option,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-children .nice-select .option, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-adults .nice-select .option,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-children .nice-select .option {
  line-height: 30px;
  min-height: 30px;
}
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-adults .nice-select .current,
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-children .nice-select .current, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-adults .nice-select .current,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-children .nice-select .current, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-adults .nice-select .current,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-children .nice-select .current {
  font-size: 17px;
  letter-spacing: -0.02em;
  color: #9d9c9d;
  font-weight: 500;
}
.housey-sfw-1 .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper .button, .housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper .button, .housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper .button {
  padding: 13px 32px;
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  outline: none;
  border: none;
}

.housey-sfw-2 .mphb_sc_search-form {
  box-shadow: 0 20px 30px -6px rgba(20, 20, 20, 0.12), 0 2px 8px 0 rgba(20, 20, 20, 0.04);
  background: var(--tp-common-white);
  border-radius: 14px;
  border: 1px solid #e8e8e8;
  padding: 13px 10px 4px;
}
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-in-date .mphb-datepick,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-check-out-date .mphb-datepick {
  border-radius: 6px;
  background: none;
  border: 1px solid #e4e4e4;
}
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-adults .nice-select,
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-children .nice-select {
  border-radius: 6px;
  background: none;
  border: 1px solid #e4e4e4;
}
.housey-sfw-2 .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper .button {
  border-radius: 6px;
}

.housey-sfw-3 {
  background: #761f0e;
}
.housey-sfw-3 .mphb_sc_search-form {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  border: none;
}
.housey-sfw-3 .mphb_sc_search-form p label {
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white2);
  margin-bottom: 5px;
}
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-in-date::before,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-out-date::before {
  left: auto;
  right: 9px;
  color: var(--tp-common-white2);
}
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-in-date .mphb-datepick,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-out-date .mphb-datepick {
  background: none;
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  border: none;
  border-bottom: 2px solid #faf5ef;
  width: 100%;
  max-width: 100%;
  padding: 9px 6px;
  color: var(--tp-common-white);
  height: inherit;
}
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-in-date .mphb-datepick::placeholder,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-check-out-date .mphb-datepick::placeholder {
  color: rgba(250, 245, 239, 0.5);
  letter-spacing: -0.01em;
  font-size: 16px;
}
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-adults .nice-select,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-children .nice-select {
  background: none;
  font-family: var(--tp-ff-onest);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  border: none;
  border-bottom: 2px solid #faf5ef;
  width: 100%;
  max-width: 100%;
  padding: 9px 6px;
  color: var(--tp-common-white);
  height: inherit;
}
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-adults .nice-select .option,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-children .nice-select .option {
  color: var(--tp-common-black4);
}
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-adults .nice-select .current,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-children .nice-select .current {
  color: rgba(250, 245, 239, 0.5);
}
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-adults .nice-select::after,
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-children .nice-select::after {
  color: rgba(250, 245, 239, 0.5);
}
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper .button {
  background: var(--tp-theme-2);
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-white2);
}
.housey-sfw-3 .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper .button:hover {
  background: var(--tp-common-falured);
}

.housey-sfw-4 .mphb_sc_search-wrapper form {
  display: block;
}
.housey-sfw-4 .mphb_sc_search-wrapper form label {
  font-weight: 600;
  margin-bottom: 5px;
}
.housey-sfw-4 .mphb_sc_search-wrapper form input:focus {
  background: var(--tp-common-white);
}
.housey-sfw-4 .mphb_sc_search-wrapper form .mphb-required-fields-tip {
  display: none;
}
.housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-submit-button-wrapper .button {
  padding: 13px 32px;
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  outline: none;
  border: none;
  margin-top: 20px;
  border-radius: 8px;
}
.housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-submit-button-wrapper .button:hover {
  background: var(--tp-common-falured);
}
.housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-adults .nice-select, .housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-children .nice-select {
  outline: none;
  width: 100%;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.06), 0 0 0 1px rgba(50, 50, 50, 0.04);
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  background: #f6f6f6;
  margin-bottom: 10px;
  height: 50px;
  line-height: 50px;
}
.housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-adults .nice-select .list, .housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-children .nice-select .list {
  height: 400px;
  overflow-y: scroll;
}
.housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-adults .nice-select:active, .housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-adults .nice-select.open, .housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-adults .nice-select:focus, .housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-children .nice-select:active, .housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-children .nice-select.open, .housey-sfw-4 .mphb_sc_search-wrapper form .mphb_sc_search-children .nice-select:focus {
  background: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .datepick-popup {
    left: 0 !important;
  }
}

/*
  Theme Name: acadia - Creative Agency & Portfolio WordPress Theme
  Author: Theme_Pure
  Support: https://help.themepure.net/login
  Description: Sacadia - Creative Agency & Portfolio WordPress Theme
  Version: 1.0.0
*/
/*.........<! 1. Theme default css !>.........*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/*comments list */
.postbox__comment-info {
  flex: 0 0 auto;
}

.blog-coment-title h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.comments-avatar {
  float: left;
}

.postbox__comment-avater img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.comments-avatar img {
  margin-right: 15px;
}

.comments-text {
  overflow: hidden;
}

.comments-text h3 {
  margin-bottom: 10px;
}

.latest-comments ul li .children {
  margin-left: 60px;
  margin-top: 0;
}

.latest-comments ul li .children li {
  margin-top: 10px;
}

#cancel-comment-reply-link {
  color: #7e7e7e;
  margin-left: 8px;
  font-size: 16px;
}
#cancel-comment-reply-link:hover {
  color: #031f42;
}

/*comments form*/
.comment-reply-title {
  color: #19191A;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.68px;
  text-transform: capitalize;
}

.comment-form-cookies-consent {
  display: none;
}

div.latest-comments > ul {
  padding-left: 0;
}

.latest-comments > ul > li {
  list-style: none;
}

.tp-blog-area ul.acadia-comment-list {
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
}

.latest-comments pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.latest-comments blockquote {
  border: 1px solid #EAEAEF;
}

.latest-comments > ul > li li {
  margin: 0;
  padding: 0;
}

.latest-comments ul .children {
  list-style: none;
  padding-left: 40px;
}

@media (max-width: 576px) {
  .latest-comments ul .children {
    padding-left: 0;
    margin: 0 !important;
  }
}
.latest-comments .comments-text ul li,
.latest-comments .comments-text ol li {
  margin-bottom: 3px;
}

.latest-comments .comments-text > ul,
.latest-comments .comments-text > ol {
  margin-bottom: 20px;
}

.latest-comments ul .comment-respond {
  padding: 0px 0 15px;
}

/* post sticky */
.tp-postbox-item.sticky {
  border-top: 3px solid #031f42;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*tp unit css */
.tp-blog-area > ul,
.tp-blog-area > ol,
.tp-blog-area ul,
.tp-blog-area ol {
  padding-left: 24px;
}

.tp-blog-area dl,
.tp-blog-area ol,
.tp-blog-area ul {
  margin-top: 0;
  margin-bottom: 25px;
}

.postbox__details ol li,
.postbox__details ul li {
  padding-top: 7px;
}

.tp-blog-area ol ol,
.tp-blog-area ol ul,
.tp-blog-area ul ol,
.tp-blog-area ul ul {
  margin-bottom: 0;
}

/*tp-page-content*/
.tp-page-content .blog-post-comment {
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  padding-top: 30px;
}

.tp-page-content ol,
.tp-page-content ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.tp-page-content ol li,
.tp-page-content ul li {
  margin-bottom: 7px;
}

.tp-page-content ol li ol,
.tp-page-content ul li ul {
  margin-top: 7px;
}

.tp-page-content ol ol,
.tp-page-content ol ul,
.tp-page-content ul ol,
.tp-page-content ul ul {
  margin-bottom: 0;
}

.tp-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 20px;
  clear: both;
}

.tp-page-content .tp-page-post > p {
  margin: 32px 0;
  margin-top: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  margin-top: 10px;
  padding-top: 30px;
}

.page-links > span.page-links-title {
  border: 0;
  color: inherit;
}

.wp-block-archives-list.extraclass.wp-block-archives li a {
  color: var(--tp-text-body);
}

.wp-block-archives-dropdown .nice-select {
  margin-bottom: 15px;
}

.postbox__text .nice-select {
  float: none;
  margin-bottom: 20px;
  border-radius: 0;
}

.tp-blog-area div.postbox__comment-text .acadia-post-comment-text > ul,
.tp-blog-area div.postbox__comment-text .acadia-post-comment-text > ol {
  margin-bottom: 15px;
}

.postbox__text ol,
.postbox__text ul {
  padding-left: 20px;
}

.postbox__text .wp-block-comments-title {
  font-size: 32px;
  font-weight: 600;
}

.tp-postbox-details-article-inner .wp-block-comment-reply-link.has-small-font-size a.comment-reply-link {
  border: 1px solid #E6E7E8;
  display: inline-block;
  padding: 0px 11px;
}

.tp-postbox-details-article-inner .wp-block-comment-template {
  padding-left: 0;
}

.tp-postbox-details-article-inner .wp-block-comment-template .comment-respond.wp-block-post-comments-form {
  padding-top: 0;
}

.tp-postbox-details-article-inner .wp-block-comment-template li:not(:last-child) {
  margin-bottom: 25px;
}

.tp-postbox-details-article-inner .wp-calendar-nav a {
  color: #7e7e7e;
}
.tp-postbox-details-article-inner .wp-calendar-nav a:hover {
  color: #031f42;
}

.tp-postbox-details-article-inner .wp-block-latest-comments__comment-meta {
  font-size: 16px;
}

.tp-postbox-details-article-inner .wp-block-latest-comments__comment-meta a:hover {
  color: #031f42;
}

.tp-postbox-details-article-inner .wp-block-column-is-layout-flow {
  margin-bottom: 20px !important;
}

.postbox__text .tp-postbox-details-share-wrapper {
  clear: both;
}

.wp-block-image {
  overflow: hidden;
}

p.logged-in-as,
p.comment-notes {
  color: #635c57;
  margin-bottom: 35px;
}

p.logged-in-as a {
  color: #031f42;
}

p.logged-in-as a:hover {
  color: #a05916;
}

ol.wp-block-latest-comments {
  margin-left: 0;
  padding-left: 0;
}

ol.wp-block-latest-comments .wp-block-latest-comments__comment:not(:last-child) {
  margin-bottom: 15px;
}

.postbox__details p:last-child {
  margin-bottom: 0;
}

.postbox__text ul li a:hover,
dl a:hover {
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}

.wp-block-button {
  margin-bottom: 10px;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

div.postbox__text .wp-block-cover-text {
  color: #fff;
}

.wp-block-cover {
  margin-bottom: 30px;
}

.wp-block-gallery .blocks-gallery-grid {
  padding-left: 0;
  margin-bottom: 0;
}

.blocks-gallery-caption {
  margin-bottom: 40px !important;
}

.wp-block-group.has-background {
  margin-bottom: 25px;
}

.wp-block-group {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-query-pagination {
  margin-bottom: 15px;
}

.tp-postbox-details-article-inner .wp-block-group .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}

ul.wp-block-navigation__container.is-responsive.wp-block-navigation {
  padding-left: 0;
}

.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  text-underline-offset: inherit;
  text-decoration-skip-ink: initial;
  text-decoration: none;
  line-height: 1.2;
}

.wp-block-navigation ul.wp-block-page-list {
  padding-left: 0;
}

ul.wp-block-page-list {
  padding-left: 20px;
}

.wp-block-query-pagination-numbers span, .wp-block-query-pagination-numbers a {
  margin-right: 5px;
  font-size: 14px;
}
.wp-block-query-pagination-numbers a:hover {
  color: #031f42;
}

.taxonomy-category.wp-block-post-terms a,
.wp-block-post-navigation-link a {
  color: #7e7e7e;
}
.taxonomy-category.wp-block-post-terms a:hover,
.wp-block-post-navigation-link a:hover {
  color: #031f42;
  text-decoration: none;
}

a.wp-block-query-pagination-next {
  color: #7e7e7e;
}

.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #4D5051;
}

.wp-block-navigation .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container {
  padding: 10px 0;
}

.wp-block-navigation .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container .wp-block-pages-list__item {
  margin-bottom: 10px;
  padding: 0 15px;
}

.wp-block-navigation .wp-block-page-list .wp-block-pages-list__item .wp-block-navigation__submenu-container .wp-block-pages-list__item:last-child {
  margin-bottom: 0;
}

ul.wp-block-archives-list.extraclass.wp-block-archives {
  padding-left: 24px;
}

ul.wp-block-archives-list.extraclass.wp-block-archives li a {
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
  text-decoration: underline;
}

ul.wp-block-archives-list.extraclass.wp-block-archives li a:hover {
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}

.wp-block-query ul.wp-block-post-template {
  padding-left: 0;
}

.wp-block-query ul.wp-block-post-template .wp-block-post .wp-block-post-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0;
}

.wp-block-query ul.wp-block-post-template .wp-block-post:not(:last-child) {
  margin-bottom: 20px;
}

.wp-block-query ul.wp-block-post-template .wp-block-post .wp-block-post-excerpt {
  margin-top: 10px;
}

.wp-block-avatar {
  margin-bottom: 15px;
}

.wp-block-post-author {
  margin-bottom: 15px;
}

.post-navigation-link-previous {
  margin-bottom: 15px;
}

.wp-block-read-more {
  font-size: 18px;
  margin-bottom: 15px;
  color: #7e7e7e;
}
.wp-block-read-more:hover {
  color: #031f42;
}

.wp-block-comment-reply-link.has-small-font-size .comment-reply-link:hover {
  color: #031f42;
}

.wp-block-comment-edit-link.has-small-font-size a:hover {
  color: #031f42;
}

.wp-block-post-comments-form .logged-in-as a:hover {
  color: #031f42;
}

.wp-block-search__button-inside.wp-block-search__text-button.wp-block-search .wp-block-search__inside-wrapper,
.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search .wp-block-search__inside-wrapper {
  border-color: #E0E2E3;
}

.wp-block-search__button-inside.wp-block-search__text-button.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-search__button-inside.wp-block-search__icon-button.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border: none;
}

.wp-block-search__button-inside.wp-block-search__text-button.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: inherit;
}

div.wp-block-post-comments-form input[type=submit] {
  display: inline-block;
  font-family: var(--tp-ff-jost);
  font-weight: 400;
  font-size: 16px;
  background-color: var(--tp-common-falured);
  padding: 9px 26px;
  color: #fff;
  border: 1px solid var(--tp-common-falured);
  height: auto;
}

.wp-block-post-comments-form input[type=submit]:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-falured);
  color: #031f42;
}

.comment-respond.wp-block-post-comments-form {
  margin-bottom: 20px;
}

.comment-respond.wp-block-post-comments-form input,
.comment-respond.wp-block-post-comments-form textarea {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: #031f42;
}

.comment-respond.wp-block-post-comments-form input:focus,
.comment-respond.wp-block-post-comments-form textarea:focus {
  border-color: #031f42;
}

.comment-respond.wp-block-post-comments-form textarea {
  height: 165px;
  resize: none;
  line-height: 1.4;
  padding: 17px 26px;
}

span.required {
  color: red;
}

.logged-in.wp-block-loginout a:hover {
  color: #031f42;
}

.wp-block-columns.has-pale-pink-background-color.has-background {
  padding: 1.25em 2.375em;
}

.wp-block-columns .wp-block-column.has-pale-cyan-blue-background-color p,
.wp-block-columns.has-pale-pink-background-color.has-background p {
  margin-bottom: 0;
}

.wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.postbox__text p.has-large-font-size {
  font-size: 24px !important;
  line-height: 1.2;
  margin-bottom: 10px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 20px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  margin-top: 30px;
}

.page-links a,
.page-links > span {
  border: 2px solid #ddd;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-left: 2px;
  height: 33px;
  line-height: 29px;
  margin-right: 3px;
  color: #444;
}

.page-links > span {
  border: 2px solid #031f42;
  color: #031f42;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  border: 1px solid #ddd;
  padding: 15px;
}

.wp-block-preformatted {
  margin: 30px 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.tp-postbox-details-content table.wp-calendar-table {
  margin-bottom: 20px;
}

.tp-postbox-details-content .wp-block-calendar {
  margin-bottom: 20px;
}

.tp-post-tag {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  padding-top: 30px;
}

.tp-post-tag span {
  font-size: 16px;
  color: #031f42;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.tp-post-tag a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-text-11);
  background: var(--tp-grey-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
}

.tp-post-tag a:hover {
  color: #4D5051;
  background: #031f42;
}

.postbox__text .wp-block-tag-cloud a {
  box-shadow: 0 1px 2px 0 rgba(32, 33, 36, 0.2);
  background: var(--tp-common-white);
  padding: 6px 18px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 1.67;
  text-transform: uppercase;
  color: var(--tp-grey-5);
  transition: all 0.4s ease;
  margin-bottom: 8px;
  margin-right: 2px;
}
.postbox__text .wp-block-tag-cloud a:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-black4);
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
  padding-left: 0;
}

.wp-block-button__link:hover {
  color: #c6c6c6;
}

/*block quote*/
.wp-block-quote {
  border: 0;
  padding: 40px 50px;
}

div.wp-block-columns .wp-block-quote {
  padding: 32px 20px 35px;
}

div blockquote {
  text-align: start;
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  border-radius: 0;
  margin-bottom: 40px;
  padding: 48px 46px 30px 45px;
}
div blockquote br {
  display: none;
}

.tp-postbox-quote-sub br {
  display: none;
}

div blockquote::before {
  content: "\f10e";
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  color: #031f42;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}

.tp-blog-area blockquote p {
  font-family: var(--tp-ff-jost);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.36;
  text-align: center;
  letter-spacing: -0.02em;
  color: #031f42;
  margin-bottom: 0;
  text-align: start;
}

blockquote cite {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  font-style: inherit;
  font-weight: 500;
}

blockquote cite::before {
  content: "";
  font-size: 28px;
  padding-bottom: 0px;
  display: inline-block;
  background: #031f42;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.tp-postbox-details-content blockquote p {
  margin-bottom: 0;
}

.tp-postbox-details-content a.wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 10px;
  padding: 0.5em 1em;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin-bottom: 1em;
  padding: 30px 30px;
}

.tp-blog-area .wp-block-quote.has-text-align-right.extraclass p {
  text-align: right;
}

.wp-block-quote.has-text-align-right.extraclass {
  text-align: right;
}

.postbox__text blockquote.is-style-large cite::before {
  margin-right: 0;
}

.wp-block-quote.has-text-align-right {
  border-right: 0;
  padding: 30px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin: auto;
  display: inline-block;
}

.comments-box blockquote {
  background: #fff;
}

.tp-postbox-details-comment-wrapper .tp-postbox-details-comment-content blockquote {
  box-shadow: none;
}

.tp-postbox-details-comment-wrapper .tp-postbox-details-comment-content > ul,
.tp-postbox-details-comment-wrapper .tp-postbox-details-comment-content > ol {
  margin-bottom: 20px;
}

.wp-block-column .wp-block-quote {
  padding: 10px;
}

.postbox__text ul li a,
dl a {
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
}

/*gallery */
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-columns-10 .gallery-item {
  max-width: 10%;
}

/*table */
.tp-postbox-details-content table {
  margin-bottom: 30px;
  width: 100%;
}

.tp-postbox-details-content table,
.tp-postbox-details-content th,
.tp-postbox-details-content td {
  border: 1px solid #d1d1d1;
}

.tp-postbox-details-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 400;
}

.tp-postbox-details-content table tbody td {
  text-align: center;
}

.tp-postbox-details-content table a {
  color: #031f42;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tp-postbox-details-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.tp-postbox-details-content .comments-text table {
  margin-bottom: 30px;
  width: 100%;
  background: #fff;
}

/*pabe table*/
.tp-page-content table {
  margin-bottom: 30px;
}

.tp-page-content table,
.tp-page-content th,
.tp-page-content td {
  border: 1px solid #d1d1d1;
}

.tp-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 500;
}

.tp-page-content table tbody td {
  text-align: center;
}

.tp-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.tp-page-content table a {
  color: #031f42;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*post password*/
.post-password-form input[type=password] {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: #031f42;
}

.post-password-form input[type=password]:focus {
  border-color: #031f42;
}

.post-password-form label {
  width: 100%;
}

.post-password-form input[type=submit] {
  width: 120px;
  height: 50px;
  background: #031f42;
  color: #fff;
  border: 0;
  margin-top: 10px;
  transition: 0.3s;
}

.post-password-form input[type=submit]:hover {
  background: #031220;
}

.wp-block-search__input {
  border: 1px solid #fff;
  height: 60px;
  font-size: 16px;
  outline: 0;
  background-color: #fff;
  padding: 0 26px;
}

.wp-block-search__input:focus {
  border-color: var(--tp-common-falured);
}

.wp-block-search__inside-wrapper {
  margin-bottom: 20px;
}

ul.wp-block-social-links {
  padding-left: 10px;
}

.wp-block-query-pagination a:hover {
  color: #031f42;
}

.taxonomy-category.wp-block-post-terms a:hover {
  color: #031f42;
}

.tp-sidebar-widget.widget_categories ul {
  margin: 0;
}
.tp-sidebar-widget.widget_categories ul li {
  list-style: none;
}
.tp-sidebar-widget.widget_categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #4D5051;
  transition: 0.3s linear;
  text-transform: capitalize;
}
.tp-sidebar-widget.widget_categories ul li a:hover {
  color: var(--tp-common-falured);
}

/*widget*/
.tp-sidebar-widget ul {
  padding-left: 0;
}
.tp-sidebar-widget ul.wp-block-categories-list.wp-block-categories li {
  list-style: none;
  margin-bottom: 8px;
}
.tp-sidebar-widget ul.wp-block-categories-list.wp-block-categories li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black4);
  text-transform: capitalize;
  transition: 0.3s linear;
}
.tp-sidebar-widget ul.wp-block-categories-list.wp-block-categories li a:hover {
  color: var(--tp-common-falured);
}

.tp-sidebar-widget.widget_recent_comments ul li a::after {
  display: none;
}

.tp-sidebar-widget.widget_recent_comments ul li a {
  padding-left: 0;
  display: inline;
}

.tp-sidebar-widget.widget_recent_comments ul li > a {
  color: #031f42;
}

.tp-sidebar-widget.widget_recent_comments ul li > a:hover {
  color: #031f42;
}

.tp-sidebar-widget.widget_recent_comments .comment-author-link a {
  color: #031f42;
}

.tp-sidebar-widget.widget_recent_entries ul li a::after {
  display: none;
}

.tp-sidebar-widget.widget_recent_entries ul li a {
  padding-left: 0;
  color: #031f42;
}

.tp-sidebar-widget.widget_recent_entries ul li a:hover {
  padding-left: 0;
  color: #031f42;
}

.tp-sidebar-widget.widget_rss ul li a::after {
  display: none;
}

.tp-sidebar-widget.widget_rss ul li a {
  padding-left: 0;
  display: inline;
}

.tp-sidebar-widget.widget_text form br {
  display: none;
}

.tp-sidebar-widget.widget_rss ul li > a {
  color: #031f42;
}

.tp-sidebar-widget.widget_rss ul li > a:hover {
  color: #031f42;
}

.tp-sidebar-widget.widget_tag_cloud .tagcloud {
  border-top: 0;
  padding: 0;
}

.tp-sidebar-widget .nice-select {
  float: none;
}

.tp-sidebar-widget .nice-select .list {
  width: 100%;
}

.tp-sidebar-widget .nice-select .option {
  margin-bottom: 0 !important;
}

.tp-sidebar-widget .nice-select::after {
  right: 18px;
}

.tp-postbox-details-comment-wrapper .logged-in-as {
  margin-bottom: 10px;
}

.tp-postbox-details-comment-wrapper .logged-in-as a {
  color: #031f42;
}

.tp-postbox-details-comment-wrapper .logged-in-as a:hover {
  color: #031f42;
}

.textwidget img {
  max-width: 100%;
  height: auto;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

#wp-calendar thead {
  font-size: 14px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}

#wp-calendar tbody {
  color: #666;
}

#wp-calendar tbody td {
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}

.tp-sidebar-widget .wp-calendar-table a {
  color: #031f42;
}

#wp-calendar tbody td#today {
  background: #031f42;
  color: #fff;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.tp-sidebar-widget .wp-calendar-nav a {
  color: #7e7e7e;
}
.tp-sidebar-widget .wp-calendar-nav a:hover {
  color: #031f42;
}

/*sidebar block widget*/
.tp-sidebar-widget .wp-block-group__inner-container h2 {
  font-weight: 700;
  font-size: 24px;
  font-family: var(--tp-ff-playfair);
  color: var(--tp-common-black4);
  text-transform: capitalize;
  margin-bottom: 25px;
}

.tp-sidebar-widget .wp-block-search__input {
  font-weight: 400;
  font-size: 16px;
  color: #75726e;
  box-shadow: 0 1px 1px 0 rgba(32, 33, 36, 0.12);
  background: var(--tp-common-white);
  height: 60px;
  padding: 22px 105px 23px 27px;
  border: 1px solid transparent;
}

.tp-sidebar-widget .wp-block-search__input:focus {
  border: 1px solid var(--tp-theme-2);
}

.tp-sidebar-widget .wp-block-search__label {
  display: none;
}

.tp-sidebar-widget .wp-block-search__inside-wrapper {
  position: relative;
}

.tp-sidebar-widget .wp-block-search__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: var(--tp-theme-2);
  color: #fff;
  border: 0;
  padding: 0 18px;
  font-size: 16px;
  width: 90px;
}

.tp-sidebar-widget .wp-block-search__button:hover {
  background: var(--tp-common-falured);
  color: var(--tp-common-white);
}

.tp-sidebar-widget.widget_block ul.wp-block-latest-posts li:not(:last-child) {
  margin-bottom: 15px;
}

.tp-sidebar-widget.widget_block ol.wp-block-latest-comments li.wp-block-latest-comments__comment {
  margin-bottom: 0;
}

.tp-sidebar-widget.widget_block ol.wp-block-latest-comments li.wp-block-latest-comments__comment:not(:last-child) {
  margin-bottom: 15px;
}

.tp-sidebar-widget.widget_block ul.wp-block-latest-posts li a::after {
  display: none;
}

.tp-sidebar-widget.widget_block ul.wp-block-latest-posts li a {
  padding-left: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 8px;
  color: var(--tp-heading-2);
}

.tp-sidebar-widget.widget_block ul.wp-block-latest-posts li a:hover {
  color: var(--tp-theme-primary);
}

.tp-sidebar-widget.widget_block .wp-block-latest-comments article a {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #031f42;
  background-image: radial-gradient(currentColor, currentColor), radial-gradient(currentColor, currentColor);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 91%;
  background-repeat: no-repeat;
}

.tp-sidebar-widget.widget_block .wp-block-latest-comments article a:hover {
  color: var(--tp-theme-primary);
}

.tp-sidebar-widget.widget_block .wp-block-latest-comments article .wp-block-latest-comments__comment-meta {
  color: #777;
}

.tp-sidebar-widget.widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
  color: #031f42;
}
.tp-sidebar-widget.widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author:hover {
  color: var(--tp-theme-primary);
}

.tp-sidebar-widget .wp-block-tag-cloud a {
  box-shadow: 0 1px 2px 0 rgba(32, 33, 36, 0.2);
  background: var(--tp-common-white);
  padding: 6px 18px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 1.67;
  text-transform: uppercase;
  color: var(--tp-grey-5);
  transition: all 0.4s ease;
  margin-bottom: 8px;
  margin-right: 2px;
}
.tp-sidebar-widget .wp-block-tag-cloud a:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-black4);
}

.tp-sidebar-widget .wp-block-calendar table th {
  background: no-repeat;
}

.tp-sidebar-widget.widget_block .wp-block-group {
  margin: 0;
}
.tp-sidebar-widget.widget_block .wp-block-group .wp-block-categories-list.wp-block-categories,
.tp-sidebar-widget.widget_block .wp-block-group .wp-block-latest-posts__list.wp-block-latest-posts {
  margin: 0;
}

.rc__post-thumb {
  width: 75px;
  height: 75px;
}
div.rc__post-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/*footer widget*/
.tp-footer-widget ul ul {
  padding-left: 10px;
  padding-top: 8px;
}

.tp-footer-widget ul li {
  color: #cabbc0;
}
.tp-footer-widget ul li a:hover {
  color: #fff;
}

.tp-footer-area .tp-footer-widget.widget_recent_comments ul li {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 7px;
}

.tp-footer-widget.widget_recent_comments ul li > a {
  padding-left: 0;
}

.tp-footer-widget.widget_recent_comments ul li > a::after {
  display: none;
}

.tp-footer-widget.widget_recent_entries ul li {
  line-height: 1.6;
}

.tp-footer-widget .rssSummary {
  line-height: 1.5;
  color: #aea4a8;
}

.tp-footer-widget .rsswidget {
  font-weight: 500;
}

.tp-footer-widget.widget_recent_comments .comment-author-link a {
  color: #cabbc0;
  font-weight: 500;
  padding-left: 0;
}

.tp-footer-widget.widget_recent_comments .comment-author-link a::after {
  display: none;
}

.tp-footer-widget.widget_recent_comments .comment-author-link a:hover {
  color: #fff;
}

.tp-footer-widget.widget_recent_entries ul li a::after {
  display: none;
}

.tp-footer-widget.widget_recent_entries ul li a {
  padding-left: 0;
  color: #cabbc0;
}

.tp-footer-widget.widget_rss ul li a::after {
  display: none;
}

.tp-footer-widget.widget_rss ul li a {
  padding-left: 0;
  color: #cabbc0;
}

.tp-footer-widget.widget_rss ul li a:hover {
  color: #fff;
}

.tp-footer-widget .nice-select .list {
  width: 100%;
}

.tp-footer-widget .nice-select .option {
  margin-bottom: 0 !important;
  color: var(--tp-text-body);
}

.tp-footer-widget .nice-select .option:hover {
  color: #4D5051;
}

.tp-footer-widget .nice-select::after {
  right: 18px;
}

.tp-footer-widget .nice-select {
  background-color: transparent;
  border-color: #dbdbdb;
  color: #cabbc0;
}
.tp-footer-widget .nice-select::after {
  color: #cabbc0;
}
.tp-footer-widget .nice-select .list {
  background-color: #fff;
  padding-bottom: 10px;
}
.tp-footer-widget .nice-select .list .option {
  color: #4D5051;
  line-height: 1.2;
  height: auto;
  min-height: auto;
  padding: 9px 26px;
}
.tp-footer-widget .nice-select .list .option:hover {
  color: #4D5051;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  color: #031f42;
}

#wp-calendar thead {
  font-size: 14px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #031f42;
}

#wp-calendar tbody {
  color: #666;
}

#wp-calendar tbody td {
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}

.tp-footer-widget .wp-calendar-table a {
  color: #031f42;
}

#wp-calendar tbody td#today {
  background: var(--tp-common-falured);
  color: #fff;
}

#wp-calendar tbody td#today a {
  color: #fff;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

.tp-footer-widget .wp-calendar-nav-prev a {
  color: #cabbc0;
}

.tp-footer-widget .wp-calendar-nav-prev a:hover {
  color: #fff;
}

.tp-footer-widget #wp-calendar thead th {
  color: #cabbc0;
}

.tp-footer-widget #wp-calendar caption {
  color: #cabbc0;
}

.tp-footer-widget .tagcloud a {
  color: #4D5051;
}

.tp-footer-widget .tagcloud a:hover {
  color: #fff;
}

.tp-footer-widget .sidebar__search input {
  color: #4D5051;
  background: #fff;
  border: 1px solid #F3F4F9;
}
.tp-footer-widget .sidebar__search input:focus {
  border-color: var(--tp-theme-2);
}

.tp-footer-widget.widget_text p {
  font-size: 14px;
  color: #cabbc0;
}

.tp-footer-widget .sidebar__search button {
  color: #4D5051;
}

.tp-footer-widget .nice-select {
  float: none;
}

.tp-footer-widget.widget_rss ul li {
  line-height: 1.5;
  color: var(--tp-grey-3);
}
.tp-footer-widget.widget_rss ul li > span {
  color: var(--tp-grey-3);
}

/*footer block widget*/
.tp-footer-widget .wp-block-group__inner-container h2 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02px;
}

.tp-footer-widget .wp-block-search__input {
  min-width: 100%;
  border: 0;
  width: 100%;
  background: #fff;
  height: 52px;
  padding: 0 15px;
}

.tp-footer-widget .wp-block-search__label {
  display: none;
}

.tp-footer-widget .wp-block-search__inside-wrapper {
  position: relative;
}

.tp-footer-widget .wp-block-search__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #031f42;
  color: #fff;
  border: 0;
  padding: 0 25px;
}

.tp-footer-widget.widget_block ul.wp-block-latest-posts li a::after {
  display: none;
}

.tp-footer-widget .widget_block ul.wp-block-latest-posts li a {
  color: #031f42;
  padding-left: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.tp-footer-widget.widget_block .wp-block-latest-comments {
  margin: 0;
  padding: 0;
}
.tp-footer-widget.widget_block .wp-block-latest-comments article a {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #031f42;
}
.tp-footer-widget.widget_block .wp-block-latest-comments article .wp-block-latest-comments__comment-meta {
  color: #666;
}

.tp-footer-widget.widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
  color: #031f42;
}

.tp-footer-widget .wp-block-tag-cloud a {
  display: inline-block;
  height: 36px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 14px !important;
  font-weight: 500;
  color: var(--tp-text-11);
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
}

.tp-footer-widget .wp-block-tag-cloud a:hover {
  color: var(--tp-common-white);
  background: #031f42;
}

.tp-footer-widget .wp-block-calendar table th {
  background: no-repeat;
}

.bypostauthor {
  display: block;
}

.gallery-caption {
  display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.aadmin-bar .header__sticky {
  margin-top: 32px;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .aadmin-bar .header__sticky {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .aadmin-bar .header__sticky {
    margin-top: 42px;
  }
}
.postbox__details .postbox__title {
  display: none;
}

/*woo */
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #fff;
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: #fff;
}

.single-product .elementor-lightbox {
  display: none !important;
}

.postbox__play-btn a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  color: var(--tp-theme-2);
  transition: 0.4s linear;
}
.postbox__play-btn a:hover {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-black);
}

.postbox__slider-arrow-wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #fff;
  color: var(--tp-theme-primary);
  font-size: 18px;
  left: 15px;
  z-index: 2;
  transition: 0.3s linear;
}
.postbox__slider-arrow-wrap button:hover {
  background: var(--tp-theme-primary);
  color: #fff;
}
.postbox__slider-arrow-wrap button.postbox-arrow-next {
  left: auto;
  right: 15px;
}

.tp-sidebar-widget.widget_archive li {
  list-style: none;
}
.tp-sidebar-widget.widget_archive li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #4D5051;
  transition: 0.3s linear;
}
.tp-sidebar-widget.widget_archive li a:hover {
  color: var(--tp-common-falured);
}

.sidebar__widget ul ul {
  padding-left: 15px;
  padding-top: 10px;
}
.sidebar__widget.widget_categories ul ul {
  padding-left: 15px;
  padding-top: 10px;
}
.sidebar__widget.widget_categories ul li {
  list-style: none;
  margin-bottom: 12px;
}
.sidebar__widget.widget_pages ul li, .sidebar__widget.widget_meta ul li, .sidebar__widget.widget_recent_comments ul li, .sidebar__widget.widget_recent_entries ul li, .sidebar__widget.widget_rss ul li, .sidebar__widget.widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 7px;
}
.sidebar__widget.widget_pages ul li a, .sidebar__widget.widget_meta ul li a, .sidebar__widget.widget_recent_comments ul li a, .sidebar__widget.widget_recent_entries ul li a, .sidebar__widget.widget_rss ul li a, .sidebar__widget.widget_nav_menu ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #4D5051;
  text-transform: capitalize;
  transition: 0.2s linear;
}
.sidebar__widget.widget_pages ul li a:hover, .sidebar__widget.widget_meta ul li a:hover, .sidebar__widget.widget_recent_comments ul li a:hover, .sidebar__widget.widget_recent_entries ul li a:hover, .sidebar__widget.widget_rss ul li a:hover, .sidebar__widget.widget_nav_menu ul li a:hover {
  color: var(--tp-common-falured) !important;
}
.sidebar__widget.widget_recent_entries li {
  margin: 0 !important;
}
.sidebar__widget.widget_rss a {
  color: #031220 !important;
}
.sidebar__widget.widget_nav_menu li {
  margin-bottom: 5px !important;
}

.page-title.blog-search-title.no-results-title.tp-postbox-no-results-title {
  font-family: var(--tp-ff-onest);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 62px;
  line-height: 1.11;
  margin-bottom: 15px;
}

.tp-product-action {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .tp-product-action {
    top: 30px;
  }
}
.tp-product-action-btn a:hover .tp-product-tooltip, .tp-product-action-btn button:hover .tp-product-tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-8px) translateY(-50%);
  -moz-transform: translateX(-8px) translateY(-50%);
  -ms-transform: translateX(-8px) translateY(-50%);
  -o-transform: translateX(-8px) translateY(-50%);
  transform: translateX(-8px) translateY(-50%);
}

a.cart-button,
a.added_to_cart.wc-forward,
a.woosq-btn,
button.woosw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
a.cart-button .loading-icon,
a.added_to_cart.wc-forward .loading-icon,
a.woosq-btn .loading-icon,
button.woosw-btn .loading-icon {
  display: none;
}
a.cart-button .cart-icon,
a.added_to_cart.wc-forward .cart-icon,
a.woosq-btn .cart-icon,
button.woosw-btn .cart-icon {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
a.cart-button.loading,
a.added_to_cart.wc-forward.loading,
a.woosq-btn.loading,
button.woosw-btn.loading {
  pointer-events: none;
}
a.cart-button.loading .loading-icon,
a.added_to_cart.wc-forward.loading .loading-icon,
a.woosq-btn.loading .loading-icon,
button.woosw-btn.loading .loading-icon {
  display: block;
}
a.cart-button.loading .cart-icon,
a.added_to_cart.wc-forward.loading .cart-icon,
a.woosq-btn.loading .cart-icon,
button.woosw-btn.loading .cart-icon {
  display: none;
}
a.cart-button.added,
a.added_to_cart.wc-forward.added,
a.woosq-btn.added,
button.woosw-btn.added {
  display: none;
}
a.cart-button svg,
a.added_to_cart.wc-forward svg,
a.woosq-btn svg,
button.woosw-btn svg {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}
a.cart-button.woosw-added::before,
a.added_to_cart.wc-forward.woosw-added::before,
a.woosq-btn.woosw-added::before,
button.woosw-btn.woosw-added::before {
  display: none;
}
a.cart-button.woosw-adding .wishlist-icon,
a.added_to_cart.wc-forward.woosw-adding .wishlist-icon,
a.woosq-btn.woosw-adding .wishlist-icon,
button.woosw-btn.woosw-adding .wishlist-icon {
  display: none;
}
a.cart-button.woosw-adding .loading-icon,
a.added_to_cart.wc-forward.woosw-adding .loading-icon,
a.woosq-btn.woosw-adding .loading-icon,
button.woosw-btn.woosw-adding .loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
}
a.cart-button.woosw-adding::after,
a.added_to_cart.wc-forward.woosw-adding::after,
a.woosq-btn.woosw-adding::after,
button.woosw-btn.woosw-adding::after {
  display: none !important;
}

a.added_to_cart.wc-forward::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
}

a.tutor-btn.added_to_cart.wc-forward::after {
  margin-left: 5px;
}

a.tp-shop-buy-now-btn {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white) !important;
  position: relative;
  padding: 0;
}
a.tp-shop-buy-now-btn::after {
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 2;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
a.tp-shop-buy-now-btn:hover::after, a.tp-shop-buy-now-btn:focus::after {
  -webkit-animation: acadia_shine 0.85s;
  -moz-animation: acadia_shine 0.85s;
  -ms-animation: acadia_shine 0.85s;
  -o-animation: acadia_shine 0.85s;
  animation: acadia_shine 0.85s;
}

@-webkit-keyframes acadia_shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes acadia_shine {
  100% {
    left: 125%;
  }
}
@-ms-keyframes acadia_shine {
  100% {
    left: 125%;
  }
}
@keyframes acadia_shine {
  100% {
    left: 125%;
  }
}
.tp-product-btn-box a.cart-button.product_type_external {
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.tp-product-btn-box a.cart-button.product_type_external .cart-icon {
  display: none;
}
.tp-product-btn-box a.cart-button.product_type_external .loading-icon {
  display: none;
}
.tp-product-btn-box a.cart-button.product_type_external {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.woosw-item--atc p.add_to_cart_inline {
  display: flex;
  align-items: center;
}
.woosw-item--atc p.add_to_cart_inline a.add_to_cart_button,
.woosw-item--atc p.add_to_cart_inline a.cart-button {
  box-shadow: none;
}
.woosw-item--atc p.add_to_cart_inline a.add_to_cart_button:hover,
.woosw-item--atc p.add_to_cart_inline a.cart-button:hover {
  border-color: var(--tp-common-black);
}
.woosw-item--atc p.add_to_cart_inline a.added_to_cart.wc-forward {
  box-shadow: none;
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
  text-decoration: none;
}

.woosw-item--info {
  text-align: left;
}
.woosw-item--info a {
  color: var(--tp-common-black);
  font-weight: 600;
  text-decoration: none;
  font-family: var(--tp-ff-marcellus);
  font-size: 16px;
}
.woosw-item--info a:hover {
  color: var(--tp-common-black);
}
.woosw-item--actions {
  width: 10%;
}
.woosw-item--actions .woosw-item--atc p {
  justify-content: center;
}

.woosw-name {
  font-family: var(--tp-ff-marcellus);
}

.tp-woo-single-action-wishlist button.woosw-btn {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.cart_load_spinning {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woosq-popup .tp-shop-details-price {
  margin-bottom: 20px;
}
.woosq-popup .tp-woo-single-action-wishlist {
  display: none !important;
}
.woosq-popup .tp-woo-single-action-wishlist button.woosw-btn::before {
  content: "";
  background-image: url("../img/icons/woocommerce/wishlist-icon.svg");
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center center;
  margin: auto;
  background-size: cover;
}
.woosq-popup .tp-woo-single-action-wishlist button.woosw-btn:hover {
  background-color: #fff;
}
.woosq-popup .tp-woo-single-action-wishlist button.woosw-btn.woosw-adding:hover {
  color: var(--tp-common-white);
}
.woosq-popup .tp-woo-single-action-wishlist button.woosw-btn.woosw-added::before {
  display: none;
}
.woosq-popup .tp-woo-single-action-wishlist button.woosw-btn.woosw-added:hover {
  background-color: var(--tp-common-black);
}

.tp-shop-details-quantity {
  position: relative;
  margin-right: 15px;
}
.tp-shop-details-quantity .tp-cart-input[type=text] {
  text-align: center;
  padding: 0 30px;
  height: 46px;
  line-height: 46px;
  background-color: #F3F5F6;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  width: 122px;
  color: #000;
}
.tp-shop-details-quantity .tp-cart-plus:hover,
.tp-shop-details-quantity .tp-cart-minus:hover {
  cursor: pointer;
  color: var(--tp-theme-8);
  background-color: var(--tp-common-white);
}
.tp-shop-details-quantity .tp-cart-plus,
.tp-shop-details-quantity .tp-cart-minus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  left: 14px;
}
.tp-shop-details-quantity .tp-cart-plus.tp-cart-plus,
.tp-shop-details-quantity .tp-cart-minus.tp-cart-plus {
  left: auto;
  right: 14px;
}

.woosc_table ins {
  text-decoration: none;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-warning, .woocommerce .woocommerce-info {
  border-top: 4px solid #FD4B6B;
  background-color: rgba(253, 75, 107, 0.1);
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 14px;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-warning li, .woocommerce .woocommerce-info li {
  list-style: none;
  margin-bottom: 0;
  color: var(--tp-common-black);
  position: relative;
}
.woocommerce .woocommerce-error li:not(:last-child), .woocommerce .woocommerce-warning li:not(:last-child), .woocommerce .woocommerce-info li:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-error li::before, .woocommerce .woocommerce-warning li::before, .woocommerce .woocommerce-info li::before {
  content: url("../img/icons/woocommerce/error.svg");
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.woocommerce .woocommerce-warning, .woocommerce .woocommerce-info {
  border-top: 4px solid #FFB342;
  background-color: rgba(255, 179, 66, 0.1);
  font-family: var(--tp-ff-marcellus);
  font-size: 15px;
}
.woocommerce .woocommerce-warning li::before, .woocommerce .woocommerce-info li::before {
  content: url("../img/icons/woocommerce/warning.svg");
  top: 4px;
}
.woocommerce .woocommerce-warning a, .woocommerce .woocommerce-info a {
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-marcellus);
}
.woocommerce .woocommerce-warning a:hover, .woocommerce .woocommerce-info a:hover {
  color: var(--tp-common-black);
}

.woocommerce .woocommerce-message {
  border-top: 4px solid #0989FF;
  background-color: rgba(9, 137, 255, 0.1);
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 14px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  font-size: 15px;
}
.woocommerce .woocommerce-message a {
  font-weight: 500;
  color: #0989FF;
  margin-right: 5px;
  text-decoration: underline;
}
.woocommerce .woocommerce-message a:hover {
  text-decoration: underline;
}

.tp-product-details-action-item-wrapper .nice-select {
  border-radius: 0;
  min-width: 200px;
}
.tp-product-details-action-item-wrapper .nice-select::after {
  right: 16px;
}
.tp-product-details-action-item-wrapper .nice-select .list {
  padding: 16px 0;
}
.tp-product-details-action-item-wrapper .nice-select .list .option {
  line-height: 1.3;
  min-height: auto;
  height: auto;
  padding: 5px 20px;
}
.tp-product-details-action-item-wrapper .nice-select .list .option:hover {
  color: var(--tp-common-black);
}
.tp-product-details-action-item-wrapper form.cart.variations_form .single_variation_wrap .tp-product-details-action-wrapper {
  margin-top: 30px;
}
.tp-product-details-action-item-wrapper form.cart.variations_form table.variations {
  margin-bottom: 20px;
}
.tp-product-details-action-item-wrapper form.cart.variations_form table.variations tbody tr th, .tp-product-details-action-item-wrapper form.cart.variations_form table.variations tbody tr td {
  padding: 0 0 10px;
  border-bottom: 1px solid var(--tp-border-color);
  vertical-align: middle;
}
.tp-product-details-action-item-wrapper form.cart.variations_form table.variations tbody th.label label {
  margin-bottom: 0 !important;
  margin-right: 20px;
  font-size: 14px;
  color: var(--tp-common-black);
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr th, .tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td {
  padding: 10px 10px;
  border: 1px solid #E0E2E3;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td label a {
  display: inline-block;
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td label a:hover {
  color: var(--tp-common-black);
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td .tp-shop-details-quantity {
  margin-bottom: 0;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__label {
  width: 44%;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price > span, .tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del, .tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .group_table tbody tr td.woocommerce-grouped-product-list-item__price del {
  font-size: 14px;
  color: #767A7D;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .tp-shop-details-quantity {
  margin-right: 0;
  width: 110px;
}
.tp-product-details-action-item-wrapper form.cart.grouped_form .tp-shop-details-quantity .tp-cart-input[type=text] {
  height: 44px;
  line-height: 44px;
}
.tp-product-details-action-item-wrapper form.cart tr, .tp-product-details-action-item-wrapper form.cart th, .tp-product-details-action-item-wrapper form.cart td, .tp-product-details-action-item-wrapper form.cart label, .tp-product-details-action-item-wrapper form.cart p, .tp-product-details-action-item-wrapper form.cart a {
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-action-item-wrapper form.cart .reset_variations {
  margin-left: 10px;
}
.tp-product-details-action-item-wrapper form.cart .reset_variations:hover {
  color: red;
}
.tp-product-details-action-item-wrapper .price > span, .tp-product-details-action-item-wrapper .price del, .tp-product-details-action-item-wrapper .price ins {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-action-item-wrapper .price del {
  font-size: 16px;
  color: #767A7D;
}
.tp-product-details-action-item-wrapper .price ins {
  text-decoration: none;
}

.flex-control-nav {
  margin-top: 20px;
}
.flex-control-nav li {
  margin: 0 5px;
}
.flex-control-nav li img {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
}
.flex-control-nav li img.flex-active {
  border-color: var(--tp-theme-8);
}
.flex-control-nav li img:hover {
  cursor: pointer;
}

.acadia-shop-breadcrumb-title {
  font-family: var(--tp-ff-marcellus);
}

.acadia-shop-breadcrumb-list span {
  text-transform: capitalize;
  font-family: var(--tp-ff-marcellus);
}

.acadia-product-related-title {
  font-weight: 500;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 6px;
  font-family: var(--tp-ff-marcellus);
}

.tp-product-details-dsc-wrap table.shop_attributes {
  border: 1px solid #E0E2E3;
  width: 100%;
  margin-top: 20px;
}
.tp-product-details-dsc-wrap table.shop_attributes tr, .tp-product-details-dsc-wrap table.shop_attributes td, .tp-product-details-dsc-wrap table.shop_attributes th {
  font-family: var(--tp-ff-marcellus);
}
.tp-product-details-dsc-wrap table.shop_attributes th, .tp-product-details-dsc-wrap table.shop_attributes td {
  padding: 0;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #ECEDED;
  text-align: left;
  background-color: transparent;
}
.tp-product-details-dsc-wrap table.shop_attributes th p, .tp-product-details-dsc-wrap table.shop_attributes td p {
  margin-bottom: 0;
}
.tp-product-details-dsc-wrap table.shop_attributes tr:not(:last-child) {
  border-bottom: 1px solid #ECEDED;
}
.tp-product-details-dsc-wrap table.shop_attributes tr th {
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: #F9F9F9 !important;
  width: 306px;
  padding: 12px 34px;
  font-weight: 400;
}
.tp-product-details-dsc-wrap table.shop_attributes tr td {
  padding: 12px 34px;
}
.tp-product-details-dsc-wrap table.shop_attributes tr td:first-child {
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: #F9F9F9;
  width: 306px;
}
.tp-product-details-dsc-wrap table.shop_attributes tr td:last-child {
  font-size: 16px;
  color: var(--tp-text-body);
}

.tp-product-details-dsc-title {
  margin-bottom: 15px;
}

/*rating icon*/
@font-face {
  font-family: star;
  src: url(../fonts/woo/star.eot);
  src: url(../fonts/woo/star.eot?#iefix) format("embedded-opentype"), url(../fonts/woo/star.woff) format("woff"), url(../fonts/woo/star.ttf) format("truetype"), url(../fonts/woo/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(../fonts/woo/WooCommerce.eot);
  src: url(../fonts/woo/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/woo/WooCommerce.woff) format("woff"), url(../fonts/woo/WooCommerce.ttf) format("truetype"), url(../fonts/woo/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: #1E1E1E;
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
  color: #FFB21D;
}

.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}

.woocommerce p.stars:hover a::before {
  content: "\e020";
}

.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}

.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}

.star-rating {
  position: relative;
  font-size: 0;
  width: 83px;
  overflow: hidden;
  line-height: 1.2;
  display: inline-block;
  color: #1E1E1E;
}
.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 0;
  color: #1E1E1E;
}

.star-rating::before,
.star-rating span::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f005\f005\f005\f005\f005";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #D9D9EA;
  font-size: 12px;
  font-weight: 700;
}

.star-rating span::before {
  color: #FFB21D;
}

.comment-form-rating {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.comment-form-rating:not(.user-logged-in) {
  margin-bottom: 20px;
}
.comment-form-rating label[for=rating] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #5D5D63;
  margin-bottom: 25px;
  font-family: var(--tp-ff-marcellus);
  margin: 0;
  margin-right: 8px;
}
.comment-form-rating p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}

#review_form label:not([for=rating]) {
  font-size: 14px;
  color: #1E1E1E;
  font-family: var(--tp-ff-body);
  margin-bottom: 6px;
  display: inline-block;
}
#review_form textarea {
  height: 140px;
  resize: none;
}
#review_form textarea:focus {
  border-color: var(--tp-theme-8);
}

.is-grid-view > img {
  margin-bottom: 5px;
}

.tp-product-details-review-form .comment-form-rating .nice-select {
  display: none;
}

.tp-product-details-review-list .tp-product-details-review-avater-thumb {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.tp-product-details-review-list .tp-product-details-review-avater-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-product-details-review-list .tp-product-details-review-avater-content {
  flex-grow: 1;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
  color: #1E1E1E;
}

.tp-woo-order-payment-msg p {
  font-family: var(--tp-ff-marcellus);
  border-top: 4px solid #0989FF;
  background-color: rgba(9, 137, 255, 0.1);
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 14px;
  color: var(--tp-common-black);
  font-size: 14px;
}
.tp-woo-order-payment-msg p a {
  font-weight: 500;
  color: #0989FF;
  margin-right: 5px;
}
.tp-woo-order-payment-msg p a:hover {
  color: #006fd5;
}
.tp-woo-order-payment-msg p span.highlight {
  display: inline-block;
  padding: 2px 10px;
  font-weight: 700;
  background-color: #0989FF;
  color: #fff;
}

.tp-woo-order-customer-details-item {
  padding: 40px 30px;
}

.tp-woo-payment-pending-table {
  overflow-x: auto;
}
.tp-woo-payment-pending-table table tbody > tr:nth-child(2n+1) > td,
.tp-woo-payment-pending-table table tbody > tr:nth-child(2n+1) > th {
  background-color: transparent;
}
.tp-woo-payment-pending-table table tbody tr:hover > td,
.tp-woo-payment-pending-table table tbody tr:hover > th {
  background-color: transparent;
}
.tp-woo-payment-pending-table table.shop_table {
  border: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-woo-payment-pending-table table.shop_table {
    width: 840px;
  }
}
.tp-woo-payment-pending-table table.shop_table td {
  border: 0;
  padding: 0;
  vertical-align: middle;
}
.tp-woo-payment-pending-table table.shop_table td, .tp-woo-payment-pending-table table.shop_table th {
  font-family: var(--tp-ff-marcellus);
  border-color: rgba(30, 30, 30, 0.12);
}
.tp-woo-payment-pending-table table.shop_table thead {
  background-color: #F1F3F4;
}
.tp-woo-payment-pending-table table.shop_table thead:first-child tr:first-child th {
  border: 0;
}
.tp-woo-payment-pending-table table.shop_table thead tr th {
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 0 !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  text-align: left;
  padding-left: 0;
  width: 240px;
}
.tp-woo-payment-pending-table table.shop_table thead tr th.product-name {
  padding-left: 30px;
  width: 44%;
}
.tp-woo-payment-pending-table table.shop_table thead tr th.product-remove-heading {
  width: 9%;
}
.tp-woo-payment-pending-table table.shop_table thead tr th.product-total {
  padding-left: 26px;
}
.tp-woo-payment-pending-table table.shop_table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-thumbnail {
  width: 10%;
  padding: 20px 0;
  padding-left: 30px;
  text-align: left;
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-thumbnail img {
  width: 85px !important;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td, .tp-woo-payment-pending-table table.shop_table tbody tr th {
  border-color: rgba(30, 30, 30, 0.12);
}
.tp-woo-payment-pending-table table.shop_table tbody tr td {
  padding: 20px 0;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name {
  padding-left: 30px;
  color: var(--tp-common-black);
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name a {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--tp-common-black);
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name a:hover {
  color: var(--tp-theme-primary);
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dl.variation {
  margin-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dl.variation dd.variation-Vendor {
  margin-bottom: 0;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dl.variation dd.variation-Vendor p {
  margin-bottom: 0;
  margin-left: 10px;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dt.variation-Size {
  margin-right: 5px;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dd.variation-Size {
  margin-left: 0;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td.product-name dd.variation-Size p {
  display: inline-block;
  margin-bottom: 0;
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-subtotal span, .tp-woo-payment-pending-table table.shop_table tbody tr .product-price span {
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-remove a {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
  text-decoration: none;
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-remove a:hover {
  color: red;
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-quantity {
  border-right: 1px solid rgba(30, 30, 30, 0.12);
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-quantity .tp-product-quantity .tp-cart-input[type=text] {
  height: 34px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #DADCE0;
  background-color: #fff;
  padding: 0 30px;
  border-radius: 20px;
}
.tp-woo-payment-pending-table table.shop_table tbody tr .product-subtotal {
  padding-left: 26px;
}
.tp-woo-payment-pending-table table.shop_table tbody tr td {
  text-align: left;
  padding-left: 0;
}
.tp-woo-payment-pending-table table.shop_table tfoot tr td, .tp-woo-payment-pending-table table.shop_table tfoot tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}
.tp-woo-payment-pending-table table.shop_table tfoot tr th {
  text-align: left;
  padding-left: 30px;
  color: var(--tp-common-black);
  font-weight: 700;
  border-right: 1px solid rgba(30, 30, 30, 0.12);
}
.tp-woo-payment-pending-table table.shop_table tfoot tr td {
  padding-left: 26px;
  color: var(--tp-common-black);
}
.tp-woo-payment-pending-table table.shop_table tfoot tr td del {
  font-size: 13px;
  color: #767A7D;
  font-weight: 400;
}
.tp-woo-payment-pending-table table.shop_table tfoot tr td ins {
  text-decoration: none;
  font-weight: 700;
}
.tp-woo-payment-pending-table table.shop_table tfoot tr:last-child td {
  font-weight: 700;
}

.tp-woo-payment {
  padding: 40px 30px;
  background-color: var(--tp-common-white);
}
.tp-woo-payment-ul {
  padding-left: 0 !important;
}
.tp-woo-payment-item {
  list-style: none;
}
.tp-woo-payment-item:not(:last-child) {
  padding-bottom: 10px;
}
.tp-woo-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-woo-payment-item > input {
  display: none;
}
.tp-woo-payment-item > input:checked ~ label::after {
  border-color: var(--tp-common-black);
}
.tp-woo-payment-item > input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.tp-woo-payment-item > label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-woo-payment-item > label:hover {
  cursor: pointer;
}
.tp-woo-payment-item > label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
}
.tp-woo-payment-item > label::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
}
.tp-woo-payment-item > label img {
  margin-left: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-woo-payment-item > label a {
  margin-left: 20px;
  position: relative;
}
.tp-woo-payment-item > label a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.tp-woo-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.tp-woo-payment-desc::after {
  position: absolute;
  content: "";
  left: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.tp-woo-payment-desc p {
  background-color: #fff;
  padding: 19px 30px;
  margin-left: 27px;
  font-size: 14px;
  line-height: 1.57;
  color: #55585B;
  margin-bottom: 0;
  font-family: var(--tp-ff-marcellus);
}
.tp-woo-payment .woocommerce-privacy-policy-text p {
  font-size: 14px;
  line-height: 1.57;
  font-family: var(--tp-ff-marcellus);
}
.tp-woo-payment .woocommerce-privacy-policy-text p a {
  color: var(--tp-common-black);
  text-decoration: underline;
}

.tp-woo-input-field label {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
}
.tp-woo-input-field label .required {
  color: red;
}
.tp-woo-input-field label .optional {
  color: gray;
}
.tp-woo-input-field input[type]:not([type=checkbox], [type=radio]), .tp-woo-input-field textarea {
  width: 100%;
  background: #FFFFFF;
  outline: 0;
  box-shadow: none;
  border: 1px solid #D5D8DB;
  color: var(--tp-common-black);
  height: 50px;
  line-height: 56px;
  border-radius: 0;
}
.tp-woo-input-field input[type]:not([type=checkbox], [type=radio]):focus, .tp-woo-input-field textarea:focus {
  border-color: var(--tp-common-black);
}
[dir=rtl] .tp-woo-input-field input[type],
[dir=rtl] .tp-woo-input-field textarea {
  text-align: right;
}
.tp-woo-input-field textarea {
  line-height: 1.3;
  height: 200px;
  resize: none;
}
.tp-woo-input-field fieldset {
  margin-top: 50px;
  font-family: var(--tp-ff-marcellus);
}
.tp-woo-input-field fieldset legend {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-woo-input-field p > span {
  font-size: 14px;
  font-family: var(--tp-ff-marcellus);
}

.woosw-list {
  padding: 40px 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .woosw-list {
    overflow-x: auto;
  }
}

.woosw-items {
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .woosw-items {
    width: 800px;
  }
}
.woosw-items .woosw-item--info {
  text-align: left;
}
.woosw-items .woosw-item--info a {
  color: var(--tp-common-black);
  font-weight: 600;
  text-decoration: none;
  font-family: var(--tp-ff-marcellus);
  font-size: 17px;
}
.woosw-items .woosw-item--info a:hover {
  color: var(--tp-theme-8);
}
.woosw-items .woosw-item--actions {
  width: 10%;
}
.woosw-items .woosw-item--actions .woosw-item--atc p {
  justify-content: center;
}
.woosw-items .woosw-item--price > span, .woosw-items .woosw-item--price del, .woosw-items .woosw-item--price ins {
  font-family: var(--tp-ff-marcellus);
  font-size: 14px;
  color: var(--tp-common-black);
}
.woosw-items .woosw-item--price del {
  font-size: 13px;
  color: #767A7D;
}
.woosw-items .woosw-item--price ins {
  text-decoration: none;
}
.woosw-items tbody tr td {
  background-color: #fff;
}
.woosw-items tbody tr:nth-child(2n) td {
  background-color: #f6f6f6 !important;
}
.woosw-items tbody tr:hover td, .woosw-items tbody tr:nth-child(2n):hover td {
  background-color: #fafafa !important;
}

.woosw-popup-content-mid-message {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
}

.woosw-copy {
  flex-wrap: wrap;
}
.woosw-copy-label {
  font-size: 16px;
  font-family: var(--tp-ff-marcellus);
  color: var(--tp-common-black);
}
@media (max-width: 575px) {
  .woosw-copy-url {
    margin-left: 0 !important;
    margin-top: 15px;
  }
}
.woosw-copy-url input[type=url] {
  height: 40px;
  line-height: 40px;
}
.woosw-copy .woosw_copy_btn:focus {
  border-color: var(--tp-theme-8) !important;
}
.woosw-copy-btn button.button {
  font-family: var(--tp-ff-marcellus);
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 0;
  border-radius: 0;
  padding: 6px 20px;
  margin-left: 15px;
}
@media (max-width: 575px) {
  .woosw-copy-btn button.button {
    margin-left: 0;
    margin-top: 15px;
  }
}
.woosw-copy-btn button.button:hover {
  background-color: var(--tp-theme-8);
}

.tp-login-wrapper p {
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--tp-ff-marcellus);
}

.woocommerce-Price-currencySymbol {
  margin-right: 2px;
}

.woosw-popup .woosw-popup-inner {
  height: 100vh;
}

div.tpwvs-attr-image {
  width: 80px;
  max-width: 80px;
  height: 74px;
}

span.tpwvs-attr-button {
  color: #343434;
  padding: 15px 30px;
  font-size: 17px;
  font-family: var(--tp-ff-marcellus);
}

.tp-page-post .woocommerce .profile__tab ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tp-page-post .woocommerce .profile__tab ul li.is-active {
  background-color: rgba(0, 107, 97, 0.1);
  color: var(--tp-theme-8);
}
.tp-page-post .woocommerce .woocommerce-info a:hover {
  color: var(--tp-theme-8);
}

.cartmini__area a.button,
.cartmini__area .cartmini__empty a {
  font-size: 15px;
  padding: 10px 30px;
  text-align: center;
  border-radius: 50px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s 0s ease-out;
  background-color: var(--tp-dashboard-primary);
  border: 1px solid var(--tp-dashboard-primary);
  width: 100%;
}
.cartmini__area a.button:hover,
.cartmini__area .cartmini__empty a:hover {
  background-color: var(--tp-heading-primary);
  border: 1px solid var(--tp-heading-primary);
}
.cartmini__area a.button.checkout,
.cartmini__area .cartmini__empty a.checkout {
  margin-top: 15px;
  background-color: transparent;
  border: 1px solid var(--tp-heading-primary);
  color: var(--tp-heading-primary);
}
.cartmini__area a.button.checkout:hover,
.cartmini__area .cartmini__empty a.checkout:hover {
  background-color: var(--tp-heading-primary);
  color: var(--tp-common-white);
}

.tp-shop-widget-filter-info span {
  color: var(--tp-theme-8);
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 14px;
}

.tp-woo-empty-cart {
  text-align: center;
  margin: 40px 0;
}

.tp-acadia-woo-cart table {
  border: none;
  width: 100%;
}
.tp-acadia-woo-cart table th,
.tp-acadia-woo-cart table td {
  border: none;
}
.tp-acadia-woo-cart table th,
.tp-acadia-woo-cart table td {
  text-align: start !important;
}
.tp-acadia-woo-cart table th a,
.tp-acadia-woo-cart table td a {
  margin: 0;
}
.tp-acadia-woo-cart table th {
  padding: 12px 14px;
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item {
  border-bottom: 1px solid #E0E2E3;
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .product-thumbnail {
  width: 105px;
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .product-name a {
  color: var(--tp-common-black);
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease-in-out;
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .product-name a:hover {
  color: var(--tp-theme-8);
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--tp-common-black);
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .tp-cart-input[type=text] {
  width: 85%;
  border-radius: 30px;
  background: transparent;
  border: 1px solid #DADCE0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .tp-cart-input[type=text] {
    width: 100px;
  }
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .qty_button.plus.tp-cart-plus {
  right: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .qty_button.plus.tp-cart-plus {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .tp-cart-minus {
    left: 8px;
  }
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .product-remove .remove {
  font-weight: 400;
  font-size: 15px;
  color: #818487;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.tp-acadia-woo-cart table .woocommerce-cart-form__cart-item .product-remove .remove:hover {
  color: var(--tp-common-black);
}
.tp-acadia-woo-cart .tp-woo-cart-coupon {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.tp-acadia-woo-cart .tp-woo-cart-coupon .tp-cart-update-btn.button {
  background-color: var(--tp-theme-8);
  color: var(--tp-common-white);
}
.tp-acadia-woo-cart .tp-woo-cart-coupon .tp-cart-update-btn.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper h2 {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 500;
  text-transform: capitalize;
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .shop_table.shop_table_responsive {
  border-top: 1px solid #E0E2E3;
  padding-top: 15px;
  margin-top: 20px;
  border-bottom: 1px solid #E0E2E3;
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .cart-subtotal {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-heading-primary);
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .order-total th {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .order-total .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 400;
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .tp-btn.checkout-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  border: none;
  border-radius: 0;
  transition: 0.3s ease-in-out;
}
.tp-acadia-woo-cart .tp-cart-checkout-wrapper .tp-btn.checkout-button:hover {
  background-color: var(--tp-theme-8);
  color: var(--tp-common-white);
}

.woocommerce-checkout .tp-page-area {
  background-color: #eff1f5;
}
.woocommerce-checkout .tp-page-area .woocommerce-form-coupon-toggle,
.woocommerce-checkout .tp-page-area .woocommerce-form-login-toggle {
  margin-bottom: 30px;
}
.woocommerce-checkout .tp-page-area .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout .tp-page-area .woocommerce-form-login-toggle .woocommerce-info {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 0;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  padding: 8px 26px;
  width: 100%;
  background: transparent;
}
.woocommerce-checkout .tp-page-area .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon,
.woocommerce-checkout .tp-page-area .woocommerce-form-coupon-toggle .woocommerce-info .showlogin,
.woocommerce-checkout .tp-page-area .woocommerce-form-login-toggle .woocommerce-info .showcoupon,
.woocommerce-checkout .tp-page-area .woocommerce-form-login-toggle .woocommerce-info .showlogin {
  color: var(--tp-theme-8);
  text-decoration: underline;
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login {
  padding: 40px 40px;
  background-color: var(--tp-common-white);
  margin-bottom: 25px;
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login .lost_password a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login .lost_password a:hover {
  background-color: var(--tp-common-black);
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login p label {
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login p input:focus {
  border-color: var(--tp-theme-8);
}
.woocommerce-checkout .tp-page-area .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit:hover {
  color: var(--tp-theme-8);
}
.woocommerce-checkout .tp-page-area .checkout_coupon.tp-return-customer {
  margin-bottom: 25px;
}
.woocommerce-checkout .tp-page-area .tp-woo-checkout-customer-details {
  padding: 45px 40px 24px;
  background-color: var(--tp-common-white);
}
.woocommerce-checkout .tp-page-area .tp-woo-checkout-customer-details .woocommerce-billing-fields h3 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 35px;
}
.woocommerce-checkout .tp-page-area .tp-woo-checkout-customer-details .woocommerce-billing-fields__field-wrapper label {
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper {
  padding: 44px 50px 50px;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table {
  border: none;
  width: 100%;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table thead {
  border-bottom: 1px solid #E0E2E3;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table thead .product-name,
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table thead .product-total {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table td {
  border: none;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table tr,
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table td {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table td {
  text-align: end;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .cart_item {
  border-bottom: 1px solid #E0E2E3;
  padding-bottom: 12px;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .product-name {
  font-size: 15px;
  color: #57595F;
  justify-content: start;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .product-name .product-quantity {
  color: var(--tp-common-black);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
  font-size: 14px;
  color: var(--tp-common-black);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .cart-subtotal {
  border-bottom: 1px solid #E0E2E3;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .cart-subtotal th {
  text-align: start;
  font-size: 15px;
  color: var(--tp-common-black);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .cart-subtotal td {
  text-align: end;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .cart-subtotal td .woocommerce-Price-amount.amount {
  color: var(--tp-theme-8);
  font-size: 15px;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .order-total th {
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 0;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper table.woocommerce-checkout-review-order-table .order-total td {
  text-align: end;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding-bottom: 0;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .payment_methods.methods {
  padding-left: 0;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e0e2e3;
  list-style: none;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .payment_methods.methods label {
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .payment_methods.methods .tp-woo-payment-item > label::before {
  background-color: var(--tp-theme-8);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .payment_methods.methods .tp-woo-payment-item > input:checked ~ label::after {
  border-color: var(--tp-theme-8);
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .woocommerce-privacy-policy-text p {
  font-size: 14px;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .woocommerce-privacy-policy-text p a {
  color: var(--tp-theme-8);
  text-decoration: none;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .woocommerce-checkout-payment button {
  border-radius: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  padding: 11px 45px;
  background-color: var(--tp-theme-8);
  margin-bottom: 15px;
}
.woocommerce-checkout .tp-page-area .order-review-wrapper .woocommerce-checkout-payment button:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.woocommerce .return-to-shop a {
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

body[class*=woocommerce-] .wc-block-cart:has(span, h1, h2, h3, h4, h5, h6, p, a, button, input, label, select, .wc-block-cart__totals-title, .wc-block-components-product-metadata__description, .wc-block-checkout__sidebar, .wc-block-components-checkout-step__title, .wc-block-components-checkout-step__description, .wc-block-components-checkout-step__description),
body[class*=woocommerce-] .wc-block-checkout:has(span, h1, h2, h3, h4, h5, h6, p, a, button, input, label, select, .wc-block-cart__totals-title, .wc-block-components-product-metadata__description, .wc-block-checkout__sidebar, .wc-block-components-checkout-step__title, .wc-block-components-checkout-step__description, .wc-block-components-checkout-step__description) {
  font-family: var(--tp-ff-marcellus);
}
body[class*=woocommerce-] .wc-block-components-notice-banner > .wc-block-components-button .wc-block-components-button__text {
  padding: 0;
  border: 0;
  background-color: transparent;
}
body[class*=woocommerce-] .wc-block-components-checkout-step__description,
body[class*=woocommerce-] .wc-block-components-checkout-step__title {
  font-family: var(--tp-ff-marcellus);
}
body[class*=woocommerce-] .wc-block-components-product-metadata__description > p {
  font-family: var(--tp-ff-primary);
  color: var(--tp-grey-3);
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 24px;
}
body[class*=woocommerce-] .is-large.wc-block-cart .wc-block-cart-items td {
  padding: 16px 0 16px 0;
  position: relative;
  vertical-align: top;
  font-family: var(--tp-ff-marcellus);
}
body[class*=woocommerce-] .wc-block-cart-item__wrap {
  margin-left: 20px;
  text-align: left;
}
body[class*=woocommerce-] .wc-block-components-product-name {
  margin-right: 30px;
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-common-black);
  line-height: 1.3;
  margin-bottom: 7px;
  text-decoration: none;
  font-family: var(--tp-ff-marcellus);
  transition: 0.2s linear;
}
@media (max-width: 575px) {
  body[class*=woocommerce-] .wc-block-components-product-name {
    margin-right: 0;
  }
}
body[class*=woocommerce-] .wc-block-components-product-name:hover {
  color: var(--tp-theme-8);
}
body[class*=woocommerce-] a.wc-block-components-product-name:hover {
  text-decoration: none;
}
body[class*=woocommerce-] .wc-block-components-product-price {
  display: flex;
  font-size: 16px;
  color: var(--tp-common-black);
  gap: 7px;
}
body[class*=woocommerce-] .wc-block-components-product-price del {
  font-size: 15px;
  color: var(--tp-text-body);
}
body[class*=woocommerce-] .wc-block-components-product-price .wc-block-components-product-price__value.is-discounted {
  margin-left: 0;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector {
  border-radius: 20px;
  pad: 0 30px;
  width: 100px;
}
body[class*=woocommerce-] .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 20px;
  width: 60%;
}
body[class*=woocommerce-] .wc-block-components-sidebar {
  padding-left: 40px;
  width: 40%;
}
body[class*=woocommerce-] .wc-block-components-radio-control .wc-block-components-radio-control__input {
  left: 0;
}
body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  padding-top: 0;
}
body[class*=woocommerce-] .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
  color: var(--tp-common-black);
  text-decoration: underline;
}
body[class*=woocommerce-] table.wc-block-cart-items td,
body[class*=woocommerce-] table.wc-block-cart-items th {
  border-bottom: 1px solid #E0E2E3;
}
body[class*=woocommerce-] .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
body[class*=woocommerce-] .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
body[class*=woocommerce-] .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
  padding-bottom: 20px;
}
body[class*=woocommerce-] .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  left: 26px;
}
@media (max-width: 575px) {
  body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    flex: 0 0 calc(100% - 70px);
  }
}
@media (max-width: 575px) {
  body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    margin-top: 20px;
    margin-left: 94px;
    flex: 0 0 calc(100% - 70px);
    text-align: left;
  }
}
@media (max-width: 575px) {
  body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item {
    flex-wrap: wrap;
  }
}
body[class*=woocommerce-] .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  padding: 1.5em 26px 0.5em;
  border-radius: 0;
}
body[class*=woocommerce-] .is-medium.wc-block-components-sidebar-layout .wc-block-components-main,
body[class*=woocommerce-] .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
body[class*=woocommerce-] .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
body[class*=woocommerce-] .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,
body[class*=woocommerce-] .is-small.wc-block-components-sidebar-layout .wc-block-components-main,
body[class*=woocommerce-] .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 0;
  width: 100%;
}
body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  width: 70px;
}
body[class*=woocommerce-] .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  max-width: 70px;
  width: 70px;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  min-width: 30px;
  text-align: center;
  border-radius: 30px;
  width: 100%;
  height: 34px;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector::after {
  border: 1px solid #DADCE0;
  border-radius: 20px;
  opacity: 1;
}
body[class*=woocommerce-] .wc-block-components-product-badge {
  border: 1px solid rgba(49, 183, 87, 0.1);
  background-color: rgba(49, 183, 87, 0.14);
  border-radius: 20px;
  font-weight: 600;
  padding: 0 10px;
  color: #31B757;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector > button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
body[class*=woocommerce-] .wc-block-components-totals-coupon-link {
  color: #1E1E1E;
}
body[class*=woocommerce-] .wc-block-components-totals-coupon-link:hover {
  color: #1E1E1E;
}
body[class*=woocommerce-] .wc-block-components-button__text {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white) !important;
  background-color: var(--tp-common-black);
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  transition: 0.3s linear;
}
body[class*=woocommerce-] .wc-block-components-button__text:hover {
  background-color: var(--tp-theme-8) !important;
}
body[class*=woocommerce-] .wc-block-components-form {
  background: #eff1f5;
  padding: 30px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  body[class*=woocommerce-] .wc-block-components-form {
    padding: 15px;
  }
}
body[class*=woocommerce-] .wc-block-components-panel__button {
  font-size: 14px !important;
  font-weight: 600;
}
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=email],
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=number],
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=tel],
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=text],
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=url],
body[class*=woocommerce-] .wc-block-components-text-input input[type=email],
body[class*=woocommerce-] .wc-block-components-text-input input[type=number],
body[class*=woocommerce-] .wc-block-components-text-input input[type=tel],
body[class*=woocommerce-] .wc-block-components-text-input input[type=text],
body[class*=woocommerce-] .wc-block-components-text-input input[type=url] {
  background-color: #fff;
  border: 1px solid #D5D8DB;
  border-radius: 0;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  font-family: var(--tp-ff-marcellus);
}
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
body[class*=woocommerce-] .wc-block-components-text-input input[type=email]:focus,
body[class*=woocommerce-] .wc-block-components-text-input input[type=number]:focus,
body[class*=woocommerce-] .wc-block-components-text-input input[type=tel]:focus,
body[class*=woocommerce-] .wc-block-components-text-input input[type=text]:focus,
body[class*=woocommerce-] .wc-block-components-text-input input[type=url]:focus {
  box-shadow: none;
  border-color: var(--tp-theme-8);
}
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input label,
body[class*=woocommerce-] .wc-block-components-text-input label {
  left: 26px;
  transform: translateY(19px);
}
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input input:autofill + label,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input.is-active label,
body[class*=woocommerce-] .wc-block-components-text-input input:autofill + label,
body[class*=woocommerce-] .wc-block-components-text-input.is-active label {
  transform: translateY(8px) scale(0.875);
}
body[class*=woocommerce-] .wc-block-grid.wp-block-product-new.wc-block-product-new {
  margin-top: 30px;
}
body[class*=woocommerce-] .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body[class*=woocommerce-] .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
  background-color: #fff;
  box-shadow: none;
  color: var(--tp-common-black);
  outline: 0;
}
body[class*=woocommerce-] .wc-block-components-validation-error > p {
  color: red;
  font-size: 13px;
  margin: 0;
  margin-top: 2px;
  line-height: 1;
  font-family: var(--tp-ff-marcellus);
}
body[class*=woocommerce-] .wc-block-components-form .wc-block-components-text-input.has-error label,
body[class*=woocommerce-] .wc-block-components-text-input.has-error label {
  color: red;
}
body[class*=woocommerce-] .wc-block-components-checkout-return-to-cart-button {
  font-weight: 600;
}
body[class*=woocommerce-] .wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--tp-theme-8);
  text-decoration: none;
}
body[class*=woocommerce-] .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
body[class*=woocommerce-] table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
body[class*=woocommerce-] .wc-block-cart-item__remove-link {
  font-size: 13px !important;
  line-height: 1.4;
  text-decoration: none;
  padding-left: 18px;
  font-weight: 600 !important;
}
body[class*=woocommerce-] .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
body[class*=woocommerce-] table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
body[class*=woocommerce-] .wc-block-cart-item__remove-link:hover {
  color: red;
}
body[class*=woocommerce-] .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  position: relative;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #818487 !important;
}
body[class*=woocommerce-] .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before {
  position: absolute;
  content: "\f00d";
  color: #818487;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  font-size: 15px;
}
body[class*=woocommerce-] .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  color: red !important;
}
body[class*=woocommerce-] .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover::before {
  color: red;
}
body[class*=woocommerce-] .wc-block-components-product-details__name,
body[class*=woocommerce-] .wc-block-components-product-details__value {
  font-size: 14px;
  color: var(--tp-common-black);
}
body[class*=woocommerce-] .wc-block-components-product-details__value {
  font-size: 14px;
  color: var(--tp-common-black);
  margin-left: 4px;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
}
body[class*=woocommerce-] .wc-block-grid .wc-block-grid__product-onsale,
body[class*=woocommerce-] .wc-block-grid__product-image .wc-block-grid__product-onsale {
  border: none;
  border-radius: 0;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #1E1E1E;
  color: var(--tp-common-white);
  padding: 4px 10px 4px;
  margin-bottom: 5px;
  right: auto;
  left: 20px;
  top: 20px;
}
body[class*=woocommerce-] .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
body[class*=woocommerce-] .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
body[class*=woocommerce-] .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  display: block;
}
body[class*=woocommerce-] .wc-block-cart .wc-block-cart__totals-title {
  display: block;
  text-align: center;
  font-size: 20px;
  color: var(--tp-common-black);
  padding-bottom: 20px;
  padding-top: 0px;
}
body[class*=woocommerce-] .wc-block-components-radio-control--highlight-checked::after {
  display: none;
}
body[class*=woocommerce-] .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: 0;
}
body[class*=woocommerce-] .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  color: var(--tp-common-black);
}
body[class*=woocommerce-] .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  box-shadow: none;
  outline: none;
}
body[class*=woocommerce-] .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: 0;
}
body[class*=woocommerce-] .wc-block-components-address-card__edit {
  font-size: 14px;
  line-height: 1.4;
  color: var(--tp-common-black);
}
body[class*=woocommerce-] .wc-block-components-address-card__edit:hover {
  color: var(--tp-common-black);
}
body[class*=woocommerce-] .wc-block-components-radio-control__secondary-label {
  font-size: 14px;
  color: var(--tp-common-black);
}
body[class*=woocommerce-] .wc-block-checkout__add-note .wc-block-components-textarea:focus {
  background-color: #fff;
  box-shadow: none;
  color: var(--tp-common-black);
  outline: 0;
}
body[class*=woocommerce-] .wc-block-checkout__add-note .wc-block-components-textarea:focus:focus {
  border-color: var(--tp-theme-8);
}
body[class*=woocommerce-] .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
body[class*=woocommerce-] .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 0;
  box-shadow: none;
}
body[class*=woocommerce-] .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
body[class*=woocommerce-] .editor-styles-wrapper .wc-block-grid__product-title,
body[class*=woocommerce-] .wc-block-grid__product-title {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 500;
  color: var(--tp-theme-6);
}
body[class*=woocommerce-] .edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title:hover,
body[class*=woocommerce-] .editor-styles-wrapper .wc-block-grid__product-title:hover,
body[class*=woocommerce-] .wc-block-grid__product-title:hover {
  color: var(--tp-theme-8);
}
body[class*=woocommerce-] .wc-block-grid__product-price.price span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
}
body[class*=woocommerce-] .wc-block-grid__product-price.price del, body[class*=woocommerce-] .wc-block-grid__product-price.price ins {
  text-decoration: none;
}
body[class*=woocommerce-] .wc-block-grid__product-price.price del {
  margin-left: 3px;
}
body[class*=woocommerce-] .wc-block-grid__product-price.price del span {
  font-weight: 400;
  font-size: 13px;
  text-decoration-line: line-through;
  color: var(--tp-text-body);
}
body[class*=woocommerce-] .wc-block-grid__product-price.price ins span {
  color: var(--tp-common-black);
}
body[class*=woocommerce-] .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: 12px;
  padding: 1px 20px 2px;
}
body[class*=woocommerce-] .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
  background-color: #1E1E1E;
  color: var(--tp-common-white);
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  box-shadow: none;
  box-shadow: none;
  outline: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus-visible {
  box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
}

body[class*=woocommerce-]:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  box-shadow: none;
  box-shadow: none;
  outline: none;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  color: var(--tp-theme-8);
}

div .wc-block-components-order-summary .wc-block-components-order-summary__button-text {
  font-weight: 600;
}

div .wc-block-components-totals-item__description {
  font-size: 15px;
  width: 100%;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  margin-bottom: 0;
}

.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  margin: 0 !important;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item,
.wc-block-components-totals-item {
  color: #000;
}

.wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 15px;
  font-weight: 500;
}

.tp-woo-myaccount-login-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-woo-myaccount-register {
    margin-top: 50px;
  }
}
.tp-woo-myaccount-navigation ul {
  padding: 0 !important;
  margin: 0 0 25px !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.tp-woo-myaccount-navigation ul li {
  list-style: none;
}
.tp-woo-myaccount-navigation ul li:last-child a {
  border-right: 1px solid #E0E2E3;
}
.tp-woo-myaccount-navigation ul li a {
  display: inline-block;
  border: 1px solid #E0E2E3;
  padding: 5px 20px;
  margin: -1px 0 -1px -1px;
}
.tp-woo-myaccount-navigation ul li.is-active a, .tp-woo-myaccount-navigation ul li.is-active a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black) !important;
  color: #fff;
}
.tp-woo-myaccount-content a {
  color: var(--tp-common-black);
}
.tp-woo-myaccount-content a:hover {
  text-decoration: underline;
}
.tp-woo-myaccount-order-table {
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-woo-myaccount-order-table {
    overflow-x: auto;
  }
}
.tp-woo-myaccount-order-table td, .tp-woo-myaccount-order-table tr, .tp-woo-myaccount-order-table th, .tp-woo-myaccount-order-table p, .tp-woo-myaccount-order-table a, .tp-woo-myaccount-order-table span, .tp-woo-myaccount-order-table del {
  font-family: var(--tp-ff-marcellus);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive {
    width: 800px;
  }
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive thead tr th {
  border-color: #EBEBEB;
  color: var(--tp-common-black);
  font-weight: 700;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive thead tr th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
  width: 25%;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive thead tr th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-total {
  width: 18%;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td {
  font-size: 15px;
  text-align: left;
  padding: 1rem 1rem;
  text-align: center;
  border-color: #EBEBEB;
  text-transform: capitalize;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-number a {
  color: var(--tp-common-black);
  text-decoration: none;
  font-weight: 700;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-number a:hover {
  text-decoration: underline;
  color: var(--tp-common-black);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a, .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding: 6px 18px 5px;
  border: 1px solid rgba(1, 15, 28, 0.12);
  text-align: center;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a:not(:last-child), .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a:not(:last-child) {
  margin-right: 10px;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a:hover, .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: #fff;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-actions a.cancel:hover, .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-file a.cancel:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-total span {
  color: var(--tp-common-black);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-total del {
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-text-body);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.woocommerce-orders-table__cell-order-total ins {
  text-decoration: none;
  font-weight: 700;
  color: var(--tp-common-black);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-product a {
  color: var(--tp-common-black);
  font-weight: 500;
  text-decoration: none !important;
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr td.download-product a:hover {
  color: var(--tp-common-black);
}
.tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status span, .tp-woo-myaccount-order-table table.shop_table.shop_table_responsive tbody tr.woocommerce-orders-table__row--status-refunded .woocommerce-orders-table__cell-order-status span {
  color: #ff9800;
}
.tp-woo-myaccount-order-table.is-download-table {
  margin-bottom: 70px;
}
.tp-woo-myaccount-order-table.is-download-table table {
  width: 100%;
}
.tp-woo-myaccount-order-view-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tp-woo-myaccount-order-status {
  border-top: 4px solid #FFB342;
  background-color: rgba(255, 179, 66, 0.1);
  padding: 14px 26px;
  margin: 0;
  margin-bottom: 35px;
}
.tp-woo-myaccount-order-status p {
  margin-bottom: 0;
  color: var(--tp-common-black);
}
.tp-woo-myaccount-order-status p span {
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-woo-myaccount-order-msg p {
  font-family: var(--tp-ff-marcellus);
  margin: 0;
  margin-bottom: 14px;
  color: var(--tp-common-black);
  font-size: 15px;
  letter-spacing: 0.5px;
}
.tp-woo-myaccount-order-msg p a {
  font-weight: 500;
  color: #0989FF;
  margin-right: 5px;
}
.tp-woo-myaccount-order-msg p a:hover {
  color: #006fd5;
}
.tp-woo-myaccount-order-msg p span.highlight {
  display: inline-block;
  padding: 0 10px;
  font-weight: 700;
  background-color: rgba(9, 137, 255, 0.1);
  color: #0989FF;
  border-radius: 4px;
}
.tp-woo-myaccount-address-title {
  font-weight: 500;
  margin-bottom: 15px;
}
.tp-woo-myaccount-address-msg.woocommerce-message {
  margin-bottom: 40px;
}

.woocommerce-privacy-policy-text p a {
  color: var(--tp-common-black);
}
.woocommerce-privacy-policy-text p a:hover {
  color: var(--tp-common-black);
}

.tp-shop-widget .yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-title {
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-marcellus);
  border-bottom: 1px solid #EEE;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-content {
  margin-top: 25px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label {
  font-size: 16px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::after, .tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #DADADA;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .term-label::before {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  color: transparent;
  z-index: 1;
  border: 0;
  width: inherit;
  height: inherit;
  top: 11px;
  left: 4px;
  font-size: 10px;
  line-height: 1;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item > label > a {
  color: var(--tp-text-body);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item > label > a:hover {
  color: var(--tp-common-black);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.active > label a {
  color: var(--tp-common-black);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input {
  display: none;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input:checked ~ .term-label::before {
  color: var(--tp-common-white);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter.checkbox-design .filter-item.checkbox input:checked ~ .term-label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items.filter-color {
  margin: 0;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right) > a::after {
  content: "\f00c";
  right: auto;
  top: 44%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: var(--tp-ff-fontawesome);
  background-image: none;
  background-color: transparent;
  font-size: 12px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color {
  display: block;
  height: inherit;
  width: inherit;
  margin: inherit;
  margin-bottom: 5px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
  border: 0;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-body);
  position: relative;
  margin-left: 3px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-shop-widget .yith-wcan-reset-navigation.button {
  font-size: 16px;
  color: var(--tp-common-black);
  text-align: center;
  padding: 9px 30px;
  border: 1px solid #E0E2E3;
}
.tp-shop-widget .yith-wcan-reset-navigation.button:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-shop-widget .tp-shop-widget.widget_yith-woocommerce-ajax-navigation-filters,
.tp-shop-widget .yith-wcan-filters {
  margin-bottom: 0 !important;
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text {
  margin-bottom: 10px;
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text:not(:last-child) {
  margin-right: 10px;
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text .term-label {
  display: inline-block;
  padding: 9px 13px;
  border: 1px solid #DADADA;
  line-height: 1;
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text .term-label:hover {
  color: var(--tp-common-black);
}
.tp-shop-widget .yith-wcan-filter.filter-tax.text-design .filter-content .filter-items.filter-text .filter-item.text.active .term-label {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field {
  padding-right: 40px;
  padding-left: 15px;
  height: 45px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label input {
  display: none;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label input:checked ~ a::before {
  color: var(--tp-common-white);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label input:checked ~ a::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
  padding-left: 26px;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a::after, .tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #DADADA;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a::before {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  color: transparent;
  z-index: 1;
  border: 0;
  width: inherit;
  height: inherit;
  top: 11px;
  left: 4px;
  font-size: 10px;
  line-height: 1;
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
  color: var(--tp-common-black);
}
.tp-shop-widget .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox input {
  display: none;
}

.tp-sidebar-search-input {
  position: relative;
}

.tp-shop-sidebar .wp-block-heading {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.tp-shop-sidebar .wp-block-archives-list li,
.tp-shop-sidebar .wp-block-categories-list li {
  list-style: none;
  margin-bottom: 8px;
}
.tp-shop-sidebar .wp-block-archives-list li a,
.tp-shop-sidebar .wp-block-categories-list li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-text-body);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.tp-shop-sidebar .wp-block-archives-list li a:hover,
.tp-shop-sidebar .wp-block-categories-list li a:hover {
  color: var(--tp-theme-8);
}
.tp-shop-sidebar .product-categories li {
  list-style: none;
  margin-bottom: 10px;
}
.tp-shop-sidebar .widget_top_rated_products ul li,
.tp-shop-sidebar .widget_products ul li,
.tp-shop-sidebar .widget_rating_filter ul li {
  list-style: none;
  margin-bottom: 10px;
}
.tp-shop-sidebar .widget_recent_reviews li,
.tp-shop-sidebar .widget_products li,
.tp-shop-sidebar .widget_recently_viewed_products li,
.tp-shop-sidebar .widget_recent_reviews li,
.tp-shop-sidebar .widget_top_rated_products li {
  gap: 10px;
}
.tp-shop-sidebar .widget_recent_reviews a,
.tp-shop-sidebar .widget_products a,
.tp-shop-sidebar .widget_recently_viewed_products a,
.tp-shop-sidebar .widget_recent_reviews a,
.tp-shop-sidebar .widget_top_rated_products a {
  padding: 0 !important;
}
.tp-shop-sidebar .widget_recent_reviews a::after,
.tp-shop-sidebar .widget_products a::after,
.tp-shop-sidebar .widget_recently_viewed_products a::after,
.tp-shop-sidebar .widget_recent_reviews a::after,
.tp-shop-sidebar .widget_top_rated_products a::after {
  content: none !important;
}
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-thumb,
.tp-shop-sidebar .widget_products .tp-shop-widget-product-thumb,
.tp-shop-sidebar .widget_recently_viewed_products .tp-shop-widget-product-thumb,
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-thumb,
.tp-shop-sidebar .widget_top_rated_products .tp-shop-widget-product-thumb {
  height: 80px;
  overflow: hidden;
  width: 25%;
}
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-thumb img,
.tp-shop-sidebar .widget_products .tp-shop-widget-product-thumb img,
.tp-shop-sidebar .widget_recently_viewed_products .tp-shop-widget-product-thumb img,
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-thumb img,
.tp-shop-sidebar .widget_top_rated_products .tp-shop-widget-product-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-content,
.tp-shop-sidebar .widget_products .tp-shop-widget-product-content,
.tp-shop-sidebar .widget_recently_viewed_products .tp-shop-widget-product-content,
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-content,
.tp-shop-sidebar .widget_top_rated_products .tp-shop-widget-product-content {
  width: 70%;
}
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-thumb {
  height: auto !important;
}
.tp-shop-sidebar .widget_recent_reviews .tp-shop-widget-product-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black-1);
  width: 100%;
  text-transform: capitalize;
}
.tp-shop-sidebar .widget_recent_reviews .reviewer span {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-body);
  text-transform: capitalize;
}
.tp-shop-sidebar ins {
  text-decoration: none;
}
.tp-shop-sidebar .product_list_widget .tp-shop-widget-product-title {
  line-height: 1;
  margin-bottom: 3px;
}

.price_slider_amount {
  margin-top: 20px;
}

.tp-sidebar-search-input button svg {
  height: 22px;
}

.tp-shop-sidebar .widget_rating_filter ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}

.tp-order-details .tp-order-details-top .tp-order-details-icon span {
  color: #010f1c;
  border: 1px solid rgba(0, 0, 0, 0.41);
}
.tp-order-details .tp-order-details-top .tp-order-details-content .tp-order-details-title,
.tp-order-details .tp-order-details-top .tp-order-details-content p {
  color: #010f1c;
}
.tp-order-details .tp-order-details-item h4,
.tp-order-details .tp-order-details-item p {
  color: #010f1c;
}

/*# sourceMappingURL=housey-core.css.map */
