/*-----------------------------------------------------------------------------------

    Template Name: Roxfee - Coffee Shop & Cafe HTML Template
    Author: pyroxtheme
    Support: pyroxtheme@gmail.com
    Description: Roxfee - Coffee Shop & Cafe HTML Template
    Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Animations
		2.5 Preloader
		2.6 Background 
		2.7 Carousel
		2.8 Nice Select
		2.9 Pagination
		2.10 Offcanvas
		2.11 Breadcrumb
		2.12 Accordion
		2.13 Tab
		2.14 Modal
		2.15 Section Title
		2.16 Search
		2.17 Hotspot
		2.18 Ragne Slider
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.3 Mobile css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero css


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
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;
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --pt-ff-body: 'Inter', serif;
  --pt-ff-heading: 'Lora', serif;
  --pt-ff-p: 'Inter', sans-serif;
  --pt-ff-remixicon: "remixicon";
  /**
  @color declaration
  */
  --pt-common-white: #ffffff;
  --pt-common-black-solid: #000;
  --pt-common-black: #1A1A1A;
  --pt-common-accent: #8D6E63;
  --pt-common-complementary: #C69C6D;
  --pt-common-highlight: #2C5F2D;
  --pt-common-rating: #ffb21d;
  --pt-grey-1: #F6F7F9;
  --pt-text-body: #4B4B4B;
  --pt-text-1: #767A7D;
  --pt-theme-primary: #4B2E2B;
  --pt-theme-secondary: #F5F5DC;
  --pt-bg-primary: #000C2C;
  --pt-bg-secondary: #051A53;
  --pt-bg-success: #28a745;
  --pt-bg-danger: #dc3545;
  --pt-bg-info: #17a2b8;
  --pt-bg-warning: #ffc107;
  --pt-border-primary: #EAEBED;
  --pt-border-secondary: #AFAFAF;
  --pt-border-3: #E4E5E9;
  --pt-border-4: #E6E7E8;
  /**
  @font weight declaration
  */
  --pt-fw-normal: normal;
  --pt-fw-elight: 200;
  --pt-fw-light: 300;
  --pt-fw-regular: 400;
  --pt-fw-medium: 500;
  --pt-fw-sbold: 600;
  --pt-fw-bold: 700;
  --pt-fw-ebold: 800;
  --pt-fw-black: 900;
  /**
  @font size declaration
  */
  --pt-fz-body: 18px;
  --pt-fz-p: 18px;
  --pt-fz-h1: 100px;
  --pt-fz-h2: 72px;
  --pt-fz-h3: 28px;
  --pt-fz-h4: 24px;
  --pt-fz-h5: 20px;
  --pt-fz-h6: 16px;
  --pt-fz-b1: 14px;
  --pt-fz-b2: 18px;
  --pt-fz-b3: 22px;
  --pt-fz-b4: 24px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--pt-ff-body);
  font-size: var(--pt-fz-body);
  font-weight: normal;
  color: var(--pt-text-body);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--pt-ff-heading);
  font-style: italic;
  color: var(--pt-common-black);
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: var(--pt-fz-h1);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}
h1.small {
  font-size: 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1.small {
    font-size: 72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1.small {
    font-size: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  h1.small {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  h1.small {
    font-size: 36px;
  }
}

h2 {
  font-size: var(--pt-fz-h2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  h2 {
    font-size: 68px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h2 {
    font-size: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}
h2.medium {
  font-size: 48px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}
h5.small {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--pt-ff-p);
  font-size: var(--pt-fz-p);
  font-weight: var(--pt-fw-regular);
  color: var(--pt-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}
p.b1 {
  font-size: var(--pt-fs-b1);
  line-height: 1.714;
}
p.b2 {
  font-size: var(--pt-fs-b2);
  line-height: 1.625;
}
p.b3 {
  font-size: var(--pt-fs-b3);
  line-height: 1.55;
}
p.b4 {
  font-size: var(--pt-fs-b4);
  line-height: 1.454;
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--pt-fs-b1);
  line-height: 1.714;
}

.b2 {
  font-size: var(--pt-fs-b2);
  line-height: 1.625;
}

.b3 {
  font-size: var(--pt-fs-b3);
  line-height: 1.55;
}

.b4 {
  font-size: var(--pt-fs-b4);
  line-height: 1.454;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.button:focus {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

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;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
input[type=date],
input[type=time],
input[type=search],
input[type=color],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=range],
input[type=file],
input[type=checkbox],
input[type=radio],
input[type=submit],
input[type=reset],
textarea {
  outline: none;
  background-color: #fff;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: var(--pt-common-black);
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #E0E2E3;
  border-radius: 6px;
}
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,
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=checkbox]::-webkit-input-placeholder,
input[type=radio]::-webkit-input-placeholder,
input[type=submit]::-webkit-input-placeholder,
input[type=reset]::-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,
input[type=date]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=checkbox]::-moz-placeholder,
input[type=radio]::-moz-placeholder,
input[type=submit]::-moz-placeholder,
input[type=reset]::-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,
input[type=date]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=checkbox]:-moz-placeholder,
input[type=radio]:-moz-placeholder,
input[type=submit]:-moz-placeholder,
input[type=reset]:-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,
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=checkbox]:-ms-input-placeholder,
input[type=radio]:-ms-input-placeholder,
input[type=submit]:-ms-input-placeholder,
input[type=reset]:-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,
input[type=date]::placeholder,
input[type=time]::placeholder,
input[type=search]::placeholder,
input[type=color]::placeholder,
input[type=datetime-local]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=range]::placeholder,
input[type=file]::placeholder,
input[type=checkbox]::placeholder,
input[type=radio]::placeholder,
input[type=submit]::placeholder,
input[type=reset]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=search]:focus,
input[type=color]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=range]:focus,
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=submit]:focus,
input[type=reset]:focus,
textarea:focus {
  border-color: var(--pt-theme-primary);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=color]:focus::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
input[type=range]:focus::placeholder,
input[type=file]:focus::placeholder,
input[type=checkbox]:focus::placeholder,
input[type=radio]:focus::placeholder,
input[type=submit]:focus::placeholder,
input[type=reset]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
  min-height: 150px;
}

.form-input-title span {
  color: var(--pt-bg-danger);
  margin-inline-start: 3px;
}

*::-moz-selection {
  background: var(--pt-common-black);
  color: var(--pt-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--pt-common-black);
  color: var(--pt-common-white);
  text-shadow: none;
}

::selection {
  background: var(--pt-common-black);
  color: var(--pt-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--pt-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--pt-common-black);
  font-size: 18px;
  opacity: 1;
}

img {
  max-width: 100%;
  object-fit: cover;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0px;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.gy-24 {
  --bs-gutter-y: 24px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

/*----------------------------------------
   Text Underline
-----------------------------------------*/
.underline a {
  display: inline;
  background-image: linear-gradient(var(--pt-theme-primary), var(--pt-theme-primary)), linear-gradient(var(--pt-theme-primary), var(--pt-theme-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out;
  line-height: 1.4;
  padding: 0 0 5px 0;
}
.underline a:hover {
  background-size: 0 1px, 100% 1px;
}

.underline-two a {
  display: inline;
  background-image: linear-gradient(var(--pt-theme-secondary), var(--pt-theme-secondary)), linear-gradient(var(--pt-theme-secondary), var(--pt-theme-secondary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out;
  line-height: 1.4;
  padding: 2% 0;
}
.underline-two a:hover {
  background-size: 0 1px, 100% 1px;
}

.underline-white a {
  display: inline;
  background-image: linear-gradient(var(--pt-common-white), var(--pt-common-white)), linear-gradient(var(--pt-common-white), var(--pt-common-white));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out;
  line-height: 1.4;
  padding: 2% 0;
}
.underline-white a:hover {
  background-size: 0 1px, 100% 1px;
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.has-separator {
  position: relative;
}
.has-separator::before {
  position: absolute;
  content: " ";
  width: 2px;
  height: 15px;
  right: -18px;
  top: 50%;
  background-color: rgba(2, 11, 24, 0.4);
  transform: translateY(-50%);
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.theme-primary-social a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--pt-common-white);
  z-index: 1;
  border: 1.5px solid var(--pt-border-primary);
  -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;
  border-radius: 6px;
}
.theme-primary-social a i, .theme-primary-social a span {
  position: relative;
  z-index: 2;
}
.theme-primary-social a:not(:last-of-type) {
  margin-right: 6px;
}
.theme-primary-social a::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -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;
  background-color: var(--pt-theme-secondary);
}
.theme-primary-social a:hover {
  color: var(--pt-common-black);
  border-color: var(--pt-theme-secondary);
}
.theme-primary-social a:hover::after {
  height: 100%;
  top: auto;
  bottom: 0;
}
.theme-primary-social.has-theme-color a {
  color: var(--pt-theme-primary);
  border: 1.5px solid var(--pt-theme-primary);
}
.theme-primary-social.has-theme-color a::after {
  background-color: var(--pt-theme-primary);
}
.theme-primary-social.has-theme-color a:hover {
  color: var(--pt-common-white);
  border-color: var(--pt-theme-primary);
}
.theme-primary-social.has-theme-color a:hover::after {
  height: 100%;
  top: auto;
  bottom: 0;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.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;
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--pt-common-complementary);
}
@media (max-width: 575px) {
  .backtotop-wrap {
    bottom: 20px;
    right: 20px;
  }
}
.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.backtotop-wrap::after {
  position: absolute;
  font-family: var(--pt-ff-remixicon);
  content: "\ea78";
  text-align: center;
  line-height: 46px;
  font-size: 32px;
  font-weight: 400;
  color: var(--pt-common-white);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap svg path {
  fill: none;
}
.backtotop-wrap svg.backtotop-circle path {
  stroke: var(--pt-common-complementary);
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.pt-theme-btn {
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  text-transform: capitalize;
  color: var(--pt-common-white);
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  border: 1px solid var(--pt-common-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  z-index: 5;
}
.pt-theme-btn:hover {
  color: var(--pt-common-white);
  border-color: var(--pt-theme-primary);
}
.pt-theme-btn:hover span {
  width: 440px;
  height: 440px;
}
.pt-theme-btn i {
  margin-inline-end: 10px;
}
.pt-theme-btn span {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
  z-index: -1;
  border-radius: 100%;
  transition: all 0.7s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pt-theme-btn.has-black {
  color: var(--pt-common-black);
  border: 1px solid var(--pt-common-black);
}
.pt-theme-btn.has-black:hover {
  color: var(--pt-common-white);
}
.pt-theme-btn.has-white:hover {
  color: var(--pt-common-black);
  border-color: var(--pt-common-white);
}
.pt-theme-btn.has-white span {
  background-color: var(--pt-common-white);
}

.pt-primary-btn {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
  font-size: 18px;
  font-weight: 500;
  padding: 0 25px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -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;
  position: relative;
  z-index: 5;
  border-radius: 6px;
}
.pt-primary-btn:hover {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
}
.pt-primary-btn:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  background-color: transparent;
}
.pt-primary-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  background-color: var(--pt-theme-secondary);
  -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;
  z-index: -1;
}
.pt-primary-btn i {
  margin-inline-end: 10px;
}
.pt-primary-btn.secondary-bg {
  color: var(--pt-common-black);
  background-color: var(--pt-theme-secondary);
}
.pt-primary-btn.secondary-bg:hover:before {
  background-color: transparent;
}
.pt-primary-btn.secondary-bg:before {
  background-color: var(--pt-theme-primary);
}
.pt-primary-btn.has-white {
  color: var(--pt-common-black);
  background-color: var(--pt-common-white);
}
.pt-primary-btn.has-white:hover:before {
  background-color: transparent;
}
.pt-primary-btn.has-white:before {
  background-color: var(--pt-theme-primary);
}

.pt-primary-outline-btn {
  color: var(--pt-common-black);
  background-color: transparent;
  border: 1px solid var(--pt-theme-primary);
  font-size: 18px;
  font-weight: 500;
  padding: 0 25px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -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;
  position: relative;
  z-index: 5;
  border-radius: 6px;
}
.pt-primary-outline-btn:hover {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
}
.pt-primary-outline-btn:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  background-color: transparent;
}
.pt-primary-outline-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  background-color: var(--pt-theme-secondary);
  -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;
  z-index: -1;
}
.pt-primary-outline-btn img {
  margin-inline-end: 15px;
  width: 24px;
  height: 24px;
}

.pt-icon-btn {
  display: inline-block;
}
.pt-icon-btn a {
  font-weight: 600;
  font-size: 18px;
  color: var(--pt-common-black);
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  overflow: hidden;
}
.pt-icon-btn a:hover {
  color: var(--pt-theme-primary);
}
.pt-icon-btn a:hover i {
  color: var(--pt-theme-primary);
}
.pt-icon-btn a span {
  margin-left: -80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  font-family: var(--pt-ff-heading);
  font-style: italic;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-icon-btn a span {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
  }
}
.pt-icon-btn a i {
  color: var(--pt-common-black);
}

.pt-menu-btn {
  background-color: var(--pt-theme-primary);
  color: var(--pt-common-white);
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 9;
}
.pt-menu-btn:hover {
  color: var(--pt-theme-primary);
  background-color: var(--pt-theme-secondary);
}

.pt-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: var(--pt-common-white);
  background: var(--pt-theme-primary);
  font-size: 20px;
  border-radius: 50%;
  animation: pt-pulse 2s infinite;
}
.pt-play-btn:hover {
  color: var(--pt-common-black);
  background-color: var(--pt-theme-secondary);
}

.pt-like-btn {
  width: 50px;
  height: 50px;
  border: 1px solid var(--pt-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 6px;
  color: var(--pt-theme-primary);
  background-color: transparent;
  transition: all 0.3s linear;
}
.pt-like-btn:hover {
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
  color: var(--pt-common-white);
}
.pt-like-btn.xs-btn {
  width: 36px;
  height: 36px;
  font-size: 16px;
}

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@keyframes airUpDown {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
@keyframes opacity-on-off {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes pt-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);
  }
}
@-moz-keyframes pt-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);
  }
}
@-ms-keyframes pt-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);
  }
}
@keyframes pt-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);
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  background-color: var(--pt-common-white);
  z-index: 100000000000000000;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  gap: 10px;
  height: 100px;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.loading span {
  width: 5px;
  height: 80px;
  background: var(--pt-theme-primary);
  animation: scale 0.9s ease-in-out infinite;
}

.loading span:nth-child(2) {
  background: var(--pt-bg-success);
  animation-delay: -0.8s;
}

.loading span:nth-child(3) {
  background: var(--pt-bg-danger);
  animation-delay: -0.7s;
}

.loading span:nth-child(4) {
  background: var(--pt-bg-info);
  animation-delay: -0.6s;
}

.loading span:nth-child(5) {
  background: var(--pt-bg-warning);
  animation-delay: -0.5s;
}

@keyframes scale {
  0%, 40%, 100% {
    transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
  }
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
  background-color: var(--pt-grey-1);
}

.white-bg {
  background-color: var(--pt-common-white);
}

.black-bg {
  background-color: var(--pt-common-black);
}

.theme-bg {
  background-color: var(--pt-theme-primary);
}

.theme-bg-05 {
  background-color: rgba(75, 46, 43, 0.05);
}

.theme-secondary-bg {
  background-color: var(--pt-theme-secondary);
}

/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
  background-color: var(--pt-common-white);
  border: 1px solid #E0E2E3;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 18px;
  height: 50px;
  width: 100%;
  line-height: 50px;
  outline: none;
  padding-inline-start: 20px;
  padding-inline-end: 30px;
  border-radius: 6px;
  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;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\ea4e";
  top: 50%;
  inset-inline-end: 10px;
  font-family: var(--pt-ff-remixicon);
  color: var(--pt-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 {
  inset-inline-start: 0 !important;
  inset-inline-end: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  inset-inline-start: auto;
  inset-inline-end: 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 {
  width: 100%;
  background-color: var(--pt-common-white);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  inset-inline-start: 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;
  font-size: 16px;
  color: var(--pt-common-black);
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  list-style: none;
  min-height: 30px;
  outline: none;
  padding-inline-start: 18px;
  padding-inline-end: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: inherit;
  color: var(--pt-theme-primary);
}
.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;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: rgba(75, 46, 43, 0.05);
}

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.pt-breadcrumb {
  position: relative;
  z-index: 2;
  min-height: 380px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-breadcrumb {
    min-height: 360px;
  }
}
.pt-breadcrumb-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.pt-breadcrumb-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(75, 46, 43, 0.7);
}
.pt-breadcrumb-title {
  color: var(--pt-common-white);
  margin-bottom: 20px;
}
.pt-breadcrumb-list {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: var(--pt-common-white);
}
.pt-breadcrumb-list span {
  position: relative;
}
.pt-breadcrumb-list span a:hover {
  color: var(--pt-theme-primary);
}
.pt-breadcrumb-list span i {
  margin-inline-end: 10px;
}
.pt-breadcrumb-list span:not(:last-child)::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 6px;
  border-radius: 40%;
  background-color: var(--pt-common-white);
  inset-inline-end: -15px;
  top: 50%;
}

/* Post Breadcrumb */
.pt-post-breadcrumb-area {
  background-color: rgba(75, 46, 43, 0.05);
}
.pt-post-title {
  font-size: 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pt-post-title {
    font-size: 68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-post-title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-post-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-post-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .pt-post-title {
    font-size: 36px;
  }
}
.pt-post-meta-item-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px 0;
  flex-wrap: wrap;
}
.pt-post-meta-item:not(:last-child) {
  margin-right: 25px;
  position: relative;
}
.pt-post-meta-item:not(:last-child)::before {
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  inset-inline-end: -18px;
  top: 50%;
  background-color: rgba(2, 11, 24, 0.4);
  transform: translateY(-50%);
}
.pt-post-meta-item.author {
  color: var(--pt-common-black);
  transition: all 0.3s ease-in-out;
}
.pt-post-meta-item.author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-inline-end: 5px;
}
.pt-post-meta-item.author:hover {
  color: var(--pt-theme-primary);
}
.pt-post-meta-item.date {
  color: var(--pt-text-body);
}
.pt-post-meta-item.comment {
  color: var(--pt-text-body);
  transition: all 0.3s ease-in-out;
}
.pt-post-meta-item.comment:hover {
  color: var(--pt-theme-primary);
}

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.pt-accordion .accordion-item {
  background-color: rgba(75, 46, 43, 0.05);
  border: none;
  border-radius: 8px;
}
.pt-accordion .accordion-item:not(:last-child) {
  margin-bottom: 25px;
}
.pt-accordion .accordion-button {
  background-color: rgba(75, 46, 43, 0.05);
  padding: 20px 40px 20px 20px;
  font-size: 18px;
  font-style: italic;
  color: var(--pt-common-black);
  font-weight: 600;
  position: relative;
}
.pt-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.pt-accordion .accordion-button.collapsed {
  border-radius: 8px !important;
}
.pt-accordion .accordion-button:focus {
  z-index: 3;
  border-color: 0;
  outline: 0;
  box-shadow: none;
}
.pt-accordion .accordion-button::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-inline-start: auto;
  content: "\ea12";
  font-family: var(--pt-ff-remixicon);
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  inset-inline-end: 40px;
  top: 20px;
  transform: translateY(-50%);
}
.pt-accordion .accordion-button:not(.collapsed)::after {
  content: "\f1ae";
  font-family: var(--pt-ff-remixicon);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pt-accordion .accordion-button span {
  font-size: 20px;
  font-weight: var(--pt-fw-medium);
  color: var(--pt-theme-primary);
  margin-inline-end: 5px;
}
.pt-accordion .accordion-body {
  padding: 0 40px 20px 20px;
  font-size: 16px;
  color: var(--pt-common-black);
}

/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.pt-section-title {
  font-family: var(--pt-ff-heading);
}
.pt-section-subtitle {
  font-size: 18px;
  font-weight: var(--pt-fw-regular);
  display: inline-block;
  text-transform: uppercase;
  color: var(--pt-theme-primary);
  letter-spacing: 2.88px;
  font-family: var(--pt-ff-heading);
  margin-bottom: 16px;
}
.pt-section-subtitle.style-2 {
  color: white;
}
.pt-section-description.style-2 {
  color: rgba(255, 255, 255, 0.4);
}

.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space-bottom {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 60px;
  }
}

.section-space-top {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 60px;
  }
}

.section-space-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-space-top-small {
  padding-top: 80px;
}

.section-space-bottom-small {
  padding-bottom: 80px;
}

.section-title-space {
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-title-space {
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/
/*  2.12 Short Code
/*----------------------------------------*/
.theme-primary {
  color: var(--pt-theme-primary);
}

.theme-secondary {
  color: var(--pt-theme-secondary);
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-center-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}
@media (max-width: 575px) {
  .gap-30 {
    gap: 10px;
  }
}

.pt-badge {
  font-size: 14px;
  font-weight: var(--pt-fw-medium);
  padding: 0px 10px 0px 10px;
  color: var(--pt-common-white);
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: var(--pt-theme-primary);
  height: 26px;
}
.pt-badge.success {
  background-color: var(--pt-bg-success);
}
.pt-badge.danger {
  background-color: var(--pt-bg-danger);
}
.pt-badge.info {
  background-color: var(--pt-bg-info);
}
.pt-badge.warning {
  color: var(--pt-common-black);
  background-color: var(--pt-bg-warning);
}

.pt-ratings-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
}

.pt-ratings-wrapper i {
  font-size: 16px;
  color: #4a5c74;
  transition: all 500ms ease;
  cursor: pointer;
}

.pt-ratings-wrapper i.hover,
.pt-ratings-wrapper i.active {
  color: var(--pt-bg-warning);
}

.form-input-title label {
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.pt-counter {
  padding: 37px 20px;
  background: var(--pt-common-white);
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  text-align: center;
  border-radius: 12px;
}
.pt-counter-number {
  font-size: 42px;
  color: #333;
  margin-bottom: 10px;
}
.pt-counter p {
  font-size: 1.2em;
  color: #777;
}

/*----------------------------------------*/
/*  2.5 Pagination
/*----------------------------------------*/
.pt-pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.pt-pagination-wrapper li {
  list-style: none;
}
.pt-pagination-page-link {
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pt-common-black);
  background-color: rgba(75, 46, 43, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-pagination-page-link {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.pt-pagination-page-link:hover {
  background-color: var(--pt-theme-primary);
  color: var(--pt-common-white);
}
.pt-pagination-page-link.active {
  background-color: var(--pt-theme-primary);
  color: var(--pt-common-white);
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.pt-pagination {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.pt-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 7px;
  border-radius: 0;
  margin: 0 !important;
  background-color: rgba(245, 245, 220, 0.5);
  opacity: 1;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.pt-pagination .swiper-pagination-bullet-active {
  background: var(--pt-theme-secondary);
  width: 30px;
}
.pt-pagination.has-primary-color .swiper-pagination-bullet {
  background-color: rgba(75, 46, 43, 0.5);
}
.pt-pagination.has-primary-color .swiper-pagination-bullet-active {
  background: var(--pt-theme-primary);
}

.btn-navigation button {
  position: absolute;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  inset-block-start: 44%;
  inset-inline-start: -150px;
  transform: translateY(-50%);
  z-index: 15;
  color: var(--pt-common-white);
  border: 1px solid var(--pt-border-primary);
  background: transparent;
  opacity: 0.8;
  border-radius: 6px;
}
.btn-navigation button:hover {
  background-color: var(--pt-theme-secondary);
  border-color: var(--pt-theme-secondary);
  color: var(--pt-theme-primary);
  opacity: 1;
}
.btn-navigation .roxfee-navigation-next {
  inset-inline-start: auto !important;
  inset-inline-end: -150px;
}

/*----------------------------------------*/
/*  Header Style
/*----------------------------------------*/
.pt-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  visibility: visible;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running ptFadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running ptFadeInDown;
}
.pt-header-sticky.pt-header-2 {
  background-color: var(--pt-theme-primary);
}
.pt-header-top-space {
  padding: 7px 0;
}
.pt-header-top-left-box ul li {
  position: relative;
  display: inline-block;
}
.pt-header-top-left-box ul li:last-child {
  padding-left: 25px;
}
.pt-header-top-left-box ul li a {
  font-size: 14px;
  list-style-type: none;
  color: var(--pt-common-white);
  transition: 0.3s;
}
.pt-header-top-left-box ul li a:hover {
  color: var(--pt-theme-primary);
}
.pt-header-top-left-box ul li i {
  font-size: 16px;
  color: var(--pt-theme-primary);
  position: absolute;
  top: 4px;
  left: 0;
}
.pt-header-top-right ul {
  list-style: none;
}
@media (max-width: 575px) {
  .pt-header-top-right-social {
    display: none;
  }
}
.pt-header-top-right-social a {
  font-size: 15px;
  transition: 0.3s;
  margin: 0 7px;
  color: var(--pt-common-white);
}
.pt-header-top-right-social a:last-child {
  margin-right: 0;
}
.pt-header-top-right-social a:hover {
  color: var(--pt-theme-secondary);
}
.pt-header-logo {
  max-width: 162px;
  padding: 20px 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) {
  .pt-header-logo {
    max-width: 120px;
    padding: 10px 0;
  }
}
.pt-header-main-menu {
  margin-left: 17px;
}
@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), (max-width: 575px) {
  .pt-header-main-menu {
    margin-left: 0px;
  }
}
.pt-header-main-menu nav ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pt-header-main-menu nav ul li {
    margin: 0 13px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pt-header-main-menu nav ul li {
    margin: 0 16px;
  }
}
.pt-header-main-menu nav ul li:hover .pt-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.pt-header-main-menu nav ul li:hover > a {
  color: var(--pt-common-black);
}
.pt-header-main-menu nav ul li .pt-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  z-index: 999;
  padding: 30px 3px 30px 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: var(--pt-theme-primary);
  border-top: 3px solid var(--pt-theme-secondary);
}
.pt-header-main-menu nav ul li .pt-submenu > li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  display: block;
}
.pt-header-main-menu nav ul li .pt-submenu > li:last-child {
  margin-bottom: 0;
}
.pt-header-main-menu nav ul li .pt-submenu > li a {
  padding: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--pt-common-white);
  position: relative;
}
.pt-header-main-menu nav ul li .pt-submenu > li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--pt-theme-secondary);
  transition: 0.7s;
  display: inline-block;
}
.pt-header-main-menu nav ul li .pt-submenu > li:hover > a {
  color: var(--pt-theme-secondary);
}
.pt-header-main-menu nav ul li .pt-submenu > li:hover > a::after {
  width: 100%;
  right: auto;
  left: 0;
}
.pt-header-main-menu nav ul li .pt-submenu > li:hover > ul.pt-submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.pt-header-main-menu nav ul li .pt-submenu ul.pt-submenu {
  left: 101%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
}
.pt-header-main-menu nav ul li:last-child {
  margin-right: 0;
}
.pt-header-main-menu nav ul li > a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  transition: 0.3s;
  padding: 37px 0;
  display: inline-block;
  color: var(--pt-common-white);
}
.pt-header-main-menu nav ul li > a.active {
  color: var(--pt-theme-secondary);
}
.pt-header-menu-border {
  position: relative;
}
.pt-header-menu-border::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50px;
  height: 100%;
  width: 1px;
  background-color: var(--pt-grey-2);
}
@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), (max-width: 575px) {
  .pt-header-menu-border::before {
    display: none;
  }
}
.pt-header-menu-border::after {
  position: absolute;
  content: "";
  top: 0;
  right: -85px;
  height: 100%;
  width: 1px;
  background-color: var(--pt-grey-2);
}
@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), (max-width: 575px) {
  .pt-header-menu-border::after {
    display: none;
  }
}
.pt-header-right-icon .pt-icon-btn {
  font-size: 20px;
  font-weight: 600;
  line-height: 0;
  color: var(--pt-common-white);
}
.pt-header-right-shop .pt-cart-btn {
  font-size: 24px;
  color: var(--pt-common-white);
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.pt-header-right-shop .pt-cart-btn > span {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  font-size: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--pt-theme-secondary);
  color: var(--pt-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pt-header-right-shop .pt-cart-btn > span {
    right: -8px;
  }
}
.pt-header-bar button {
  color: var(--pt-common-white);
  font-size: 24px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--pt-theme-primary);
  margin: 10px 10px;
  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) {
  .pt-header-bar button {
    height: 45px;
    width: 45px;
    margin: 10px 20px;
    margin-right: 0;
  }
}
.pt-header-menu-border-2 {
  position: relative;
  margin-left: 50px;
}
.pt-header-menu-border-2 > nav > ul > li:hover > a {
  color: var(--pt-common-white);
}
.pt-header-menu-border-2 > nav > ul > li > a {
  position: relative;
}
.pt-header-menu-border-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: -70px;
  height: 100%;
  width: 1px;
  background-color: #554745;
}
@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), (max-width: 575px) {
  .pt-header-menu-border-2::before {
    display: none;
  }
}
.pt-header-menu-border-2::after {
  position: absolute;
  content: "";
  top: 0;
  right: -60px;
  height: 100%;
  width: 1px;
  background-color: #554745;
}
@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), (max-width: 575px) {
  .pt-header-menu-border-2::after {
    display: none;
  }
}
.pt-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 50;
  border-bottom: 1px solid #474b56;
}

.has-bg {
  background-color: var(--pt-theme-primary);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  Mobile menu css
/*----------------------------------------*/
.pt-offcanvas-menu ul li {
  position: relative;
  list-style: none;
}
.pt-offcanvas-menu ul li:not(:last-child) {
  margin-bottom: 8px;
}
.pt-offcanvas-menu ul li > a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: var(--pt-common-white);
  padding: 10px 0;
  padding-inline-end: 20px;
}
.pt-offcanvas-menu ul li.active > a {
  color: var(--pt-theme-secondary);
}
.pt-offcanvas-menu ul li.active > .pt-menu-close {
  background-color: var(--pt-theme-secondary);
  border-color: var(--pt-theme-secondary);
  color: var(--pt-common-black);
}
.pt-offcanvas-menu ul li.active > .pt-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pt-offcanvas-menu ul li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pt-offcanvas-menu ul li .pt-submenu {
  display: none;
  padding-inline-start: 20px;
}
.pt-offcanvas-menu ul li .has-homemenu {
  padding-inline-start: 0;
}
.pt-offcanvas-menu ul li .homemenu-title {
  color: var(--pt-common-white);
}

.pt-menu-close {
  position: absolute;
  inset-inline-end: 0;
  top: 8px;
  font-size: 18px;
  color: var(--pt-common-white);
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.pt-menu-close i {
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.pt-postbox {
  /* Blog Post Details */
  /* comment and comment form */
}
.pt-postbox-item {
  overflow: hidden;
}
.pt-postbox-item:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-postbox-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.pt-postbox-item:hover .pt-postbox-thumb img {
  transform: scale(1.2);
}
.pt-postbox-thumb {
  overflow: hidden;
  border-radius: 12px;
}
.pt-postbox-thumb img {
  transition: transform 0.4s ease;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}
.pt-postbox-description {
  margin-bottom: 30px;
}
.pt-postbox-slider-navigation.btn-navigation button {
  left: 30px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}
.pt-postbox-slider-navigation.btn-navigation button:hover {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
}
.pt-postbox-slider-navigation.btn-navigation .roxfee-navigation-next {
  left: auto !important;
  right: 30px;
}
.pt-postbox-audio {
  height: 490px;
}
.pt-postbox-audio iframe {
  width: 100%;
  height: 100%;
}
.pt-postbox-video {
  position: relative;
  border-radius: 12px;
}
.pt-postbox-video::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #4F4F4F;
  opacity: 0.45;
  left: 0;
  top: 0;
  border-radius: 12px;
}
.pt-postbox-video img {
  width: 100%;
  border-radius: 12px;
}
.pt-postbox-details-content p:not(:last-child) {
  margin-bottom: 20px;
}
.pt-postbox-details-content blockquote {
  margin-bottom: 30px;
}
.pt-postbox-details-content .pt-block-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  width: calc(50% - 30px);
  min-width: 100%;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-postbox-details-content .pt-block-gallery {
    width: calc(50% - 20px);
    gap: 15px;
    margin-bottom: 15px;
  }
}
.pt-postbox-details-content .pt-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
  margin: 0;
  width: calc(50% - 30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-postbox-details-content .pt-block-image {
    width: calc(50% - 20px);
  }
}
.pt-postbox-details-content .pt-block-image img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}
.pt-postbox-details-footer .top {
  border-top: 1px solid var(--pt-border-primary);
  border-bottom: 1px solid var(--pt-border-primary);
  padding-top: 15px;
  padding-bottom: 15px;
}
.pt-postbox-details-footer .tagcloud a {
  margin-bottom: 0;
}
.pt-postbox-details-thumb img {
  border-radius: 12px;
}
.pt-postbox-navigation {
  background-color: rgba(75, 46, 43, 0.05);
  padding: 20px 20px;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 100px;
  border-radius: 8px;
}
.pt-postbox-navigation .pt-postbox-next {
  text-align: right;
}
.pt-postbox-navigation span {
  display: block;
  transition: all 0.3s linear;
}
.pt-postbox-navigation span:hover {
  color: var(--pt-theme-primary);
}
.pt-postbox-author {
  padding: 34px 34px;
  background-color: rgba(75, 46, 43, 0.05);
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 200px auto;
  gap: 30px;
  align-items: center;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .pt-postbox-author {
    grid-template-columns: auto;
  }
}
.pt-postbox-author-thumb img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.pt-postbox-author-link {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: var(--pt-theme-primary);
  text-transform: capitalize;
}
.pt-postbox-author-link:hover::before {
  width: 100%;
}
.pt-postbox-author-link::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  -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;
  background-color: var(--pt-theme-primary);
}
.pt-postbox-related-post {
  margin-bottom: 80px;
}
.pt-postbox-comment {
  margin-bottom: 80px;
}
.pt-postbox-comment ul li {
  margin-bottom: 30px;
  list-style: none;
}
.pt-postbox-comment ul.children {
  margin-top: 30px;
  margin-left: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-postbox-comment ul.children {
    margin-left: 50px;
  }
}
@media (max-width: 575px) {
  .pt-postbox-comment ul.children {
    margin-top: 20px;
    margin-left: 20px;
  }
  .pt-postbox-comment ul.children .pt-postbox-comment-avatar img {
    margin-bottom: 15px;
  }
}
.pt-postbox-comment-box {
  padding: 30px 30px;
  background-color: rgba(75, 46, 43, 0.05);
  border-radius: 12px;
}
.pt-postbox-comment-info {
  flex: 0 0 auto;
}
.pt-postbox-comment-text {
  width: 100%;
}
.pt-postbox-comment-avatar img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.pt-postbox-comment-name {
  margin-bottom: 5px;
}
.pt-postbox-comment-name .post-meta {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--pt-text-1);
  display: inline-block;
}
.pt-postbox-comment-name .title {
  font-size: 20px;
  line-height: 1;
  color: var(--pt-common-black);
}
.pt-postbox-comment-text p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--pt-text-1);
  margin-bottom: 22px;
}
.pt-postbox-comment-text .post-rating i {
  font-size: 16px;
  color: var(--pt-bg-warning);
}
.pt-postbox-comment-reply {
  margin-top: 10px;
}
.pt-postbox-comment-reply a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--pt-common-black);
  border: 1px solid var(--pt-border-primary);
  padding: 7px 18px;
}
.pt-postbox-comment-reply a:hover {
  color: var(--pt-common-white);
  background: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
}
.pt-postbox-comment-form p {
  line-height: 1;
  color: var(--pt-text-1);
}
.pt-postbox-comment-agree label {
  padding-left: 8px;
  font-size: 16px;
  line-height: 1;
  color: var(--pt-text-1);
  cursor: pointer;
}
.pt-postbox-comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid var(--pt-border-primary);
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-2.5px);
  padding: 0;
}
.pt-postbox-comment-agree input:hover {
  cursor: pointer;
}
.pt-postbox-comment-agree input:checked {
  position: relative;
  background-color: var(--pt-theme-primary);
  border-color: transparent;
}
.pt-postbox-comment-agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--pt-ff-remixicon);
  font-size: 10px;
  color: var(--pt-common-white);
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pt-postbox-slider-activation .swiper-slide img {
  border-radius: 12px;
}

blockquote {
  position: relative;
  background-color: rgba(75, 46, 43, 0.05);
  padding: 30px 30px;
  margin: 0;
  border-radius: 12px;
}
blockquote::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background: var(--pt-theme-primary);
  border-radius: 12px 0 0 12px;
}
blockquote p {
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
  color: var(--pt-common-highlight);
  margin-bottom: 10px;
  font-family: var(--pt-ff-heading);
}
blockquote cite {
  font-size: 18px;
  font-weight: 500;
  display: block;
  color: #070337;
  position: relative;
}
blockquote cite::before {
  position: relative;
  content: "";
  display: inline-block;
  background: var(--pt-theme-primary);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
}

/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.pt-blog-style-1 {
  transition: all 0.3s ease-in-out;
}
.pt-blog-style-1:hover {
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.pt-blog-style-1:hover .pt-blog-thumb img {
  transform: scale(1.05);
}
.pt-blog-style-1:hover .pt-blog-content {
  border-color: transparent;
}
.pt-blog-style-1:hover .pt-icon-btn span {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.pt-blog-style-1 .pt-blog-thumb {
  overflow: hidden;
  transition: all 0.3s linear;
  height: 240px;
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.pt-blog-style-1 .pt-blog-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.pt-blog-style-1 .pt-blog-content {
  padding: 18px 28px 21px 28px;
  background-color: var(--pt-common-white);
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-top: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 12px 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-blog-style-1 .pt-blog-content {
    padding: 18px 20px 21px 20px;
  }
}
.pt-blog-style-1 .pt-blog-content p {
  margin-bottom: 15px;
}
.pt-blog-style-2 {
  position: relative;
  margin-bottom: 46px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-blog-style-2 {
    margin-bottom: 80px;
  }
}
.pt-blog-style-2:hover .pt-blog-thumb img {
  transform: scale(1.1);
}
.pt-blog-style-2:hover .pt-blog-content .top-content {
  transform: translateY(0px);
}
.pt-blog-style-2 .pt-blog-thumb {
  overflow: hidden;
  transition: all 0.3s linear;
  height: 500px;
  width: 100%;
  border-radius: 12px;
}
.pt-blog-style-2 .pt-blog-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  border-radius: 12px;
}
.pt-blog-style-2 .pt-blog-content {
  position: absolute;
  width: calc(100% - 60px);
  inset-inline-start: 50%;
  transform: translateX(-50%);
  inset-block-end: -45.5px;
  box-shadow: rgba(149, 157, 165, 0.25) 0px 8px 24px;
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-blog-style-2 .pt-blog-content {
    width: calc(100% - 30px);
    inset-block-end: -82px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-blog-style-2 .pt-blog-content {
    inset-block-end: -82px;
  }
}
.pt-blog-style-2 .pt-blog-content .top-content {
  background-color: var(--pt-theme-primary);
  padding: 20px 20px;
  transform: translateY(67px);
  position: relative;
  z-index: -1;
  transition: all 0.3s linear;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-blog-style-2 .pt-blog-content .top-content {
    transform: translateY(95px);
  }
}
.pt-blog-style-2 .pt-blog-content .bottom-content {
  background-color: var(--pt-common-white);
  padding: 10px 10px;
  border-radius: 0 0 8px 8px;
}
.pt-blog-style-2 .pt-blog-content .bottom-content .pt-blog-meta-list {
  justify-content: center;
  margin-bottom: 0;
}
.pt-blog-style-2 .pt-blog-content .pt-blog-title {
  margin-bottom: 15px;
  color: var(--pt-theme-secondary);
}
.pt-blog-style-2 .pt-blog-content p {
  color: rgba(255, 255, 255, 0.8);
}
.pt-blog-style-3 {
  transition: all 0.3s ease-in-out;
}
.pt-blog-style-3:hover .pt-blog-title {
  color: var(--pt-theme-primary);
}
.pt-blog-style-3:hover .pt-blog-thumb img {
  transform: scale(1.05);
}
.pt-blog-style-3:hover .pt-blog-content {
  border-color: transparent;
}
.pt-blog-style-3:hover .pt-icon-btn span {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.pt-blog-style-3 .pt-blog-content {
  padding: 18px 0;
}
.pt-blog-style-3 .pt-blog-thumb {
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius: 12px;
}
.pt-blog-style-3 .pt-blog-thumb img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius: 12px;
}
.pt-blog-style-3.pt-blog-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .pt-blog-style-3.pt-blog-flex {
    flex-wrap: wrap;
  }
}
.pt-blog-style-3.pt-blog-flex:not(:last-child) {
  margin-bottom: 30px;
}
.pt-blog-style-3.pt-blog-flex .pt-blog-content {
  padding: 0;
}
.pt-blog-meta-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.pt-blog-meta-item {
  display: inline-flex;
  gap: 0 6px;
  align-items: center;
  font-size: 16px;
  font-weight: var(--pt-fw-regular);
}
.pt-blog-meta-item:not(:last-child) {
  margin-right: 25px;
}
.pt-blog-meta-item .meta-icon {
  color: var(--pt-theme-primary);
}
.pt-blog-meta-item .meta-text {
  color: rgba(2, 11, 24, 0.7);
}
.pt-blog-meta-item .meta-text:hover {
  color: var(--pt-theme-primary);
}
.pt-blog-meta-item .meta-author {
  color: rgba(2, 11, 24, 0.7);
}
.pt-blog-meta-item .meta-author:hover {
  color: var(--pt-theme-primary);
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.recent-post {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 575px) {
  .recent-post {
    flex-direction: column;
    align-items: start;
  }
}
.recent-post:not(:last-child) {
  margin-bottom: 20px;
}
.recent-post-title {
  margin-bottom: 5px;
}
.recent-post-thumb {
  width: 100px;
  height: 100px;
  min-width: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.recent-post-thumb:hover img {
  transform: scale(1.2);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recent-post-thumb {
    width: 150px;
    height: 110px;
    min-width: 150px;
  }
}
@media (max-width: 575px) {
  .recent-post-thumb {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
}
.recent-post-date {
  font-size: 16px;
}
.recent-post-date span {
  color: var(--pt-theme-primary);
  margin-right: 2px;
}

/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.pt-sidebar-widget-wrapper {
  margin-inline-start: 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) {
  .pt-sidebar-widget-wrapper {
    margin-inline-start: 0;
  }
}
.pt-sidebar-widget-wrapper.sidebar_inner {
  background-color: rgba(75, 46, 43, 0.05);
  padding: 30PX 30PX;
  border-radius: 12px;
}
.pt-sidebar-widget-wrapper .sidebar-widget.widget_categories ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.pt-sidebar-widget-wrapper .sidebar-widget.widget_categories ul li:hover {
  color: var(--pt-theme-primary);
}
.pt-sidebar-widget-wrapper .sidebar-widget.widget_categories ul li:not(:last-child) {
  margin-bottom: 5px;
}
.pt-sidebar-widget-wrapper .widget:not(:last-child) {
  margin-bottom: 40px;
}
.pt-sidebar-widget-wrapper .widget_search .search-form {
  position: relative;
}
.pt-sidebar-widget-wrapper .widget_search .search-form button {
  font-size: 20px;
  color: #121212;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
}
.pt-sidebar-widget-wrapper .sidebar-widget-thumb {
  padding: 10px;
  background-color: var(--pt-border-secondary);
  border-radius: 8px;
}
.pt-sidebar-widget-wrapper .sidebar-widget-thumb img {
  border-radius: 6px;
}
.pt-sidebar-widget-wrapper .sidebar-widget-title {
  position: relative;
  padding-inline-start: 10px;
}
.pt-sidebar-widget-wrapper .sidebar-widget-title::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 50%;
  width: 2px;
  height: 24px;
  background-color: var(--pt-theme-primary);
  z-index: -1;
  transform: translateY(-50%);
}

.tagcloud a {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--pt-theme-primary);
  display: inline-flex;
  padding: 0 12px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.tagcloud a:not(:last-child) {
  margin-inline-end: 5px;
}
.tagcloud a:hover {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
}

.pt-arrivals-item {
  display: flex;
  gap: 30px;
  align-items: center;
}
.pt-arrivals-item:not(:last-child) {
  margin-bottom: 30px;
}
.pt-arrivals-item-thumb img {
  width: 80px;
  height: 100%;
  border-radius: 6px;
}
.pt-arrivals-item-content .title {
  margin-bottom: 10px;
}
.pt-arrivals-item figure {
  margin: 0 0 0 0;
}
.pt-arrivals-navigation button {
  width: 28px;
  height: 28px;
  background-color: rgba(75, 46, 43, 0.8);
  color: var(--pt-common-white);
  font-size: 16px;
  transition: all 0.3s linear;
}
.pt-arrivals-navigation button:hover {
  background-color: var(--pt-theme-primary);
}
.pt-arrivals-navigation button:first-child {
  margin-inline-end: 10px;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.pt-footer-main {
  position: relative;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-footer-main {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .pt-footer-main {
    padding-bottom: 30px;
  }
}
.pt-footer-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.pt-footer-border-2 {
  border-bottom: 1px solid var(--pt-border-secondary);
}
.pt-footer-widget-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
  color: var(--pt-common-white);
}
.pt-footer-widget-content .content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .pt-footer-widget-content .content-grid {
    display: inline-block;
  }
}
.pt-footer-widget-content-list li {
  list-style: none;
}
.pt-footer-widget-content-list li:not(:last-child) {
  margin-bottom: 10px;
}
.pt-footer-widget-content-list li a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.15px;
  font-family: var(--pt-ff-p);
  color: rgba(255, 255, 255, 0.8);
  -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;
}
.pt-footer-widget-content-list li a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  -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;
  background-color: var(--pt-common-white);
}
.pt-footer-widget-content-list li a:hover {
  color: var(--pt-common-white);
}
.pt-footer-widget-content-list li a:hover::before {
  width: 100%;
}
.pt-footer-widget-location {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.8);
  -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;
}
.pt-footer-widget-location:hover {
  color: var(--pt-common-white);
}
.pt-footer-widget-location span {
  margin-right: 8px;
}
.pt-footer-widget-tel {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
  -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;
}
.pt-footer-widget-tel:hover {
  color: var(--pt-common-white);
}
.pt-footer-widget-tel span {
  margin-right: 8px;
}
.pt-footer-widget-mail {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  -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;
}
.pt-footer-widget-mail:hover {
  color: var(--pt-common-white);
}
.pt-footer-widget-mail span {
  margin-right: 8px;
}
.pt-footer-widget-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
}
.pt-footer-widget-gallery-item a {
  position: relative;
  display: block;
}
.pt-footer-widget-gallery-item a::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pt-common-black);
  opacity: 0;
  transition: all 0.3s linear;
}
.pt-footer-widget-gallery-item a:hover::before {
  opacity: 0.5;
}
.pt-footer-widget-gallery-item img {
  width: 100%;
  height: 85px;
  border-radius: 8px;
}
.pt-footer-copyright {
  position: relative;
  padding-top: 26px;
  padding-bottom: 26px;
}
.pt-footer-copyright-inner p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.14px;
  color: rgba(255, 255, 255, 0.8);
}
.pt-footer-copyright-inner p .company {
  font-weight: 600;
  color: var(--pt-theme-secondary);
}
.pt-footer-style-2 .pt-footer-widget-title {
  color: var(--pt-common-black);
}
.pt-footer-style-2 .pt-footer-widget-location {
  color: rgba(2, 11, 24, 0.8);
}
.pt-footer-style-2 .pt-footer-widget-location:hover {
  color: var(--pt-theme-primary);
}
.pt-footer-style-2 .pt-footer-widget-tel {
  color: rgba(2, 11, 24, 0.8);
}
.pt-footer-style-2 .pt-footer-widget-tel:hover {
  color: var(--pt-theme-primary);
}
.pt-footer-style-2 .pt-footer-widget-mail {
  color: rgba(2, 11, 24, 0.8);
}
.pt-footer-style-2 .pt-footer-widget-mail:hover {
  color: var(--pt-theme-primary);
}
.pt-footer-style-2 .pt-footer-widget-content-list li a {
  color: rgba(2, 11, 24, 0.8);
}
.pt-footer-style-2 .pt-footer-widget-content-list li a:hover {
  color: var(--pt-theme-primary);
}
.pt-footer-style-2 .pt-footer-widget-content-list li a:hover::before {
  width: 100%;
}
.pt-footer-style-2 .pt-footer-widget-content-list li a::before {
  background-color: var(--pt-theme-primary);
}
.pt-footer-style-2 .pt-footer-copyright-inner p {
  color: rgba(2, 11, 24, 0.8);
}
.pt-footer-style-2 .pt-footer-copyright-inner p .company {
  color: var(--pt-theme-primary);
}

/* footer col design for home 1 */
.pt-footer-col-2 {
  padding-inline-start: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-footer-col-2 {
    padding-inline-start: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-footer-col-2 {
    padding-inline-start: 0;
  }
}
.pt-footer-col-3 {
  padding-inline-start: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-footer-col-3 {
    padding-inline-start: 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) {
  .pt-footer-col-3 {
    padding-inline-start: 0;
  }
}

.opening-hours .day {
  display: flex;
  justify-content: space-between;
  color: rgba(2, 11, 24, 0.8);
  gap: 0 10px;
}
.opening-hours .day:not(:last-child) {
  margin-bottom: 10px;
}
.opening-hours .day .dash-line {
  border-top: 1px dashed rgba(2, 11, 24, 0.8);
  flex-grow: 1;
  margin-top: 15px;
}
.opening-hours .day span {
  display: inline-block;
}

/*----------------------------------------*/
/*  About css
/*----------------------------------------*/
.pt-about-call a {
  font-size: 20px;
  font-weight: 500;
  color: var(--pt-theme-primary);
  border-bottom: 1px solid transparent;
  transition: all border-bottom 0.3s;
}
.pt-about-call a:hover {
  border-color: var(--pt-theme-primary);
}
.pt-about-call span {
  font-size: 20px;
  font-weight: 500;
  color: var(--pt-theme-primary);
  margin-inline-end: 10px;
}
.pt-about-pl {
  padding-inline-start: 200px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .pt-about-pl {
    padding-inline-start: 120px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .pt-about-pl {
    padding-inline-start: 90px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pt-about-pl {
    padding-inline-start: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pt-about-pl {
    padding-inline-start: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-about-pl {
    padding-inline-start: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-about-pl {
    padding-inline-start: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-about-pl {
    padding-inline-start: 20px;
  }
}
.pt-about-pl-2 {
  padding-inline-start: 50px;
}
@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) {
  .pt-about-pl-2 {
    padding-inline-start: 0;
  }
}
.pt-about-feature-list {
  margin-bottom: 45px;
}
.pt-about-feature-list ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  border-left: 0;
  line-height: 1;
  list-style: none;
}
.pt-about-feature-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.pt-about-feature-list ul li i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--pt-common-white);
}
.pt-about-feature-list ul li p {
  color: var(--pt-common-black);
  line-height: 1.2;
}
.pt-about-feature-list ul li .list-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: var(--pt-theme-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50%;
  color: var(--pt-common-white);
}
.pt-about-feature-list.style-2 ul li p {
  color: rgba(255, 255, 255, 0.7);
}
.pt-about-bg img {
  width: 100%;
  border-radius: 12px 0 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-about-bg img {
    border-radius: 12px;
  }
}
.pt-about-thumb-year {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  background-color: var(--pt-common-white);
  padding: 15px 35px;
  text-align: center;
  border-radius: 0 8px 0 0;
}
@media (max-width: 575px) {
  .pt-about-thumb-year {
    padding: 15px 25px;
  }
}
.pt-about-thumb-year .pt-counter-number {
  font-size: 72px;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .pt-about-thumb-year .pt-counter-number {
    font-size: 56px;
  }
}
.pt-about-thumb-year .title {
  width: 200px;
  display: block;
  line-height: 1;
  text-transform: capitalize;
  font-size: 20px;
  font-family: var(--pt-ff-heading);
  font-weight: 500;
  font-style: italic;
}
.pt-about-thumb-year span {
  font-size: 36px;
  position: absolute;
  inset-inline-end: 30px;
  inset-block: 5px;
}
.pt-about-thumb-3-mask {
  -webkit-mask-image: url("../images/shape/coffee-cup-mask.webp");
  mask-image: url("../images/shape/coffee-cup-mask.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: right;
  mask-position: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-about-thumb-3-mask {
    -webkit-mask-position: center;
    mask-position: center;
  }
}
.pt-about-shape .shape-one {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}
.pt-about-shape .shape-one img {
  width: 250px;
  height: 100%;
  opacity: 0.3;
}
.pt-about-shape .shape-two {
  position: absolute;
  inset-inline-end: 20px;
  bottom: 20px;
}
.pt-about-shape .shape-two img {
  width: 250px;
  height: 100%;
  opacity: 0.5;
}
.pt-about-img-1 img {
  border-radius: 12px;
}

/*----------------------------------------*/
/*  banner css
/*----------------------------------------*/
.pt-banner {
  /* banner two */
}
.pt-banner-area {
  position: relative;
  z-index: 1;
  min-height: 880px;
  display: flex;
  align-items: center;
  padding: 0 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .pt-banner-area {
    min-height: 820px;
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pt-banner-area {
    min-height: 780px;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-banner-area {
    min-height: 780px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-banner-area {
    min-height: 820px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-banner-area {
    min-height: 700px;
    padding: 0 30px;
  }
}
.pt-banner-wrapper {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 0 80px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@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) {
  .pt-banner-wrapper {
    grid-template-columns: auto;
    gap: 80px 0;
    padding: 120px 0;
  }
}
@media (max-width: 575px) {
  .pt-banner-wrapper {
    grid-template-columns: auto;
    gap: 50px 0;
    padding: 80px 0;
  }
}
.pt-banner-title-content {
  position: relative;
  z-index: 9;
}
.pt-banner-title {
  color: var(--pt-theme-secondary);
  text-transform: uppercase;
}
.pt-banner-subtitle {
  color: var(--pt-common-white);
  background-color: var(--pt-common-complementary);
  padding: 0 12px 1px 12px;
  font-size: 18px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.pt-banner-description {
  color: var(--pt-common-white);
  font-size: 20px;
  max-width: 700px;
  margin-bottom: 60px;
  line-height: 28px;
  opacity: 0.8;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-banner-description {
    margin-bottom: 40px;
  }
}
.pt-banner-thumb img {
  width: 620px;
  border-radius: 12px;
}
.pt-banner-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pt-banner-video-bg video {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.pt-banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2;
}
.pt-banner-area-2 {
  position: relative;
  z-index: 10;
  min-height: 927px;
  display: flex;
  align-items: center;
  padding-top: 110px;
}
@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) {
  .pt-banner-area-2 {
    min-height: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-banner-area-2 {
    min-height: 680px;
  }
}
@media (max-width: 575px) {
  .pt-banner-area-2 {
    min-height: 580px;
  }
}
.pt-banner-area-2 .pt-banner-description {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}

/*----------------------------------------*/
/*  Contact css
/*----------------------------------------*/
.pt-contact-location-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 50px;
  padding: 30px 30px;
  background-color: var(--pt-theme-primary);
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
}
@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) {
  .pt-contact-location-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px 50px;
  }
}
.pt-contact-location-address .title {
  font-size: 48px;
  color: var(--pt-common-white);
  margin-bottom: 25px;
}
.pt-contact-location-address .address {
  color: rgba(255, 255, 255, 0.8);
}
.pt-contact-location-address .meta a {
  color: rgba(255, 255, 255, 0.75);
}
@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) {
  .pt-contact-location-map iframe {
    width: 100%;
  }
}

/*----------------------------------------*/
/*  cta css
/*----------------------------------------*/
.pt-cta-section-title {
  font-size: 46px;
  line-height: 1.3;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-cta-section-title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .pt-cta-section-title {
    font-size: 28px;
  }
}
.pt-cta-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  justify-content: center;
  z-index: 5;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .pt-cta-input-group {
    flex-direction: column;
    gap: 15px 0;
  }
}
.pt-cta-input-group input {
  width: 100%;
  height: 50px;
  outline: none;
  padding-inline-start: 25px;
  padding-inline-end: 210px;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--pt-common-white);
  border-radius: 6px;
}
@media (max-width: 575px) {
  .pt-cta-input-group input {
    width: 100%;
  }
}
.pt-cta-input-group button {
  position: absolute;
  right: 0;
}
.pt-cta-shape .shape-1 {
  position: absolute;
  inset-inline-start: 50px;
  inset-block-end: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-cta-shape .shape-1 {
    inset-inline-start: 10px;
    inset-block-end: 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) {
  .pt-cta-shape .shape-1 {
    display: none;
  }
}
.pt-cta-shape .shape-2 {
  position: absolute;
  inset-inline-start: 155px;
  inset-block-end: 100px;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: airUpDown;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-cta-shape .shape-2 {
    inset-inline-start: 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-cta-shape .shape-2 {
    display: none;
  }
}
.pt-cta-shape .shape-3 {
  position: absolute;
  inset-inline-end: 0;
  animation: opacity-on-off 3s ease-in-out 1s infinite alternate-reverse both;
  z-index: 9;
  inset-block-end: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-cta-shape .shape-3 img {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-cta-shape .shape-3 {
    display: none;
  }
}

/*----------------------------------------*/
/*  error css
/*----------------------------------------*/
.pt-error-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.pt-error-wrapper .error-heading-title {
  color: var(--pt-theme-secondary);
}
.pt-error-wrapper p {
  color: rgba(255, 255, 255, 0.75);
}

/*----------------------------------------*/
/*  gallery css
/*----------------------------------------*/
.pt-gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pt-gallery-item {
  position: relative;
  display: inline-block;
  width: 480px;
  height: 360px;
}
@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) {
  .pt-gallery-item {
    width: 100%;
    height: 100%;
  }
}
.pt-gallery-item:hover a::before {
  opacity: 1;
}
.pt-gallery-item:hover span {
  opacity: 1;
}
.pt-gallery-item a::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 46, 43, 0.7);
  opacity: 0;
  transition: all 0.3s linear;
}
.pt-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pt-gallery-item span {
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  color: var(--pt-common-white);
  font-size: 40px;
  opacity: 0;
  transition: all 0.3s linear;
}

/*----------------------------------------*/
/*  7.3 offcanvas css
/*----------------------------------------*/
.pt-offcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  background-color: var(--pt-theme-primary);
  z-index: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.pt-offcanvas .homemenu {
  margin-bottom: 30px;
}
.pt-offcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .pt-offcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-offcanvas {
    width: 400px;
    padding: 40px;
  }
}
.pt-offcanvas.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;
}
.pt-offcanvas__title p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 30px;
  margin-bottom: 20px;
}
.pt-offcanvas__contact-title {
  color: var(--pt-common-white);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
}
.pt-offcanvas__contact-info ul li {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  list-style-type: none;
}
.pt-offcanvas__contact-info ul li:not(:last-child) {
  margin-bottom: 15px;
}
.pt-offcanvas__contact-info ul li a {
  margin-left: 10px;
  transition: 0.3s;
}
.pt-offcanvas__contact-info ul li a:hover {
  color: var(--pt-common-white);
}
.pt-offcanvas-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pt-offcanvas__close-btn button {
  transition: 1s;
  -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;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: var(--pt-theme-secondary);
  color: var(--pt-common-black);
}
.pt-offcanvas__close-btn button:hover i {
  transform: rotate(360deg);
}
.pt-offcanvas__close-btn button i {
  font-weight: 500;
  font-size: 30px;
  transition: 0.9s;
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../images/shape/cross-x.webp), pointer;
}

/*----------------------------------------*/
/*  price filter css
/*----------------------------------------*/
.sidebar-widget-range .noUi-horizontal {
  height: 5px;
}
.sidebar-widget-range .noUi-target {
  background: var(--pt-theme-primary);
  border-radius: 2px;
  border: none;
  box-shadow: none;
}
.sidebar-widget-range .noUi-connect {
  background: var(--pt-theme-primary);
}
.sidebar-widget-range .noUi-handle {
  border: none;
  border-radius: 4px;
  background: var(--pt-theme-primary);
  cursor: default;
  box-shadow: none;
}
.sidebar-widget-range .noUi-horizontal .noUi-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -14px;
  top: -8px;
  border-radius: 50%;
}
.sidebar-widget-range .noUi-handle::after, .sidebar-widget-range .noUi-handle::before {
  display: none;
}
.sidebar-widget-range .price-filter input {
  border: none;
  font-size: 22px;
  margin-left: -25px;
  font-weight: 600;
  font-style: italic;
  height: 40px;
  background-color: transparent;
  color: var(--pt-theme-primary);
}

/*----------------------------------------*/
/*  pricing css
/*----------------------------------------*/
.pt-pricing-card {
  background-color: var(--pt-common-white);
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
  padding: 32px 30px 38px 30px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(75, 46, 43, 0.3);
  transition: all 0.3s linear;
  margin-top: 20px;
  border-radius: 12px;
}
.pt-pricing-card:hover {
  border-color: var(--pt-theme-primary);
}
.pt-pricing-card-content {
  margin-bottom: 25px;
}
.pt-pricing-card-title {
  margin-bottom: 20px;
}
.pt-pricing-card-price {
  font-size: 56px;
  color: var(--pt-common-black);
  line-height: 56px;
}
.pt-pricing-card-list ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.pt-pricing-card-list ul li {
  font-size: 18px;
  color: rgba(2, 11, 24, 0.7);
}
.pt-pricing-card-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.pt-pricing-card-badge {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pt-theme-primary);
  color: var(--pt-common-white);
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 6px;
}
.pt-pricing-card-thumb img {
  max-height: 230px;
}
.pt-pricing-card.best-value {
  border: 1px solid var(--pt-theme-primary);
  padding-top: 30px;
}
.pt-pricing-card.best-value .pt-pricing-card-badge {
  background: var(--pt-theme-primary);
}
.pt-pricing-card.popular {
  padding-top: 30px;
}
.pt-pricing-card.popular .pt-pricing-card-badge {
  background: #888;
}
@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) {
  .pt-pricing-card.popular .pt-pricing-card-badge {
    width: 60%;
  }
}

/*----------------------------------------*/
/*  process css
/*----------------------------------------*/
.pt-process-wrapper {
  padding: 30px;
  border: 1px solid var(--pt-border-primary);
}
.pt-process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--pt-theme-primary);
  color: var(--pt-common-white);
  font-size: 28px;
  margin-bottom: 15px;
}
.pt-process-list ul li {
  list-style: none;
  font-size: 20px;
}
.pt-process-list ul li:not(:last-child) {
  margin-bottom: 7px;
}

/*----------------------------------------*/
/*  progress css
/*----------------------------------------*/
.pt-progress-box {
  display: grid;
  grid-template-columns: 165px auto;
  gap: 30px 50px;
  border: 1px solid var(--pt-border-primary);
  padding: 30px 30px;
  margin-bottom: 50px;
  align-items: center;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .pt-progress-box {
    grid-template-columns: auto;
  }
}
.pt-progress-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 15px;
  position: relative;
}
.pt-progress-rating-title {
  color: gray;
  font-weight: var(--pt-fw-medium);
  display: flex;
  align-items: center;
  width: 35px;
  gap: 5px;
  font-size: 20px;
}
.pt-progress-rating-title i {
  font-size: 14px;
  color: var(--pt-bg-warning);
}
.pt-progress-wrapper {
  background-color: #F7F3FF;
  width: 100%;
  border-radius: 0;
  height: 10px;
}
.pt-progress-bar {
  height: 10px;
}
.pt-progress-bar.bg-1 {
  background-color: #07BB98;
}
.pt-progress-bar.bg-2 {
  background-color: #A5E562;
}
.pt-progress-bar.bg-3 {
  background-color: #DDEF08;
}
.pt-progress-bar.bg-4 {
  background-color: #FFC107;
}
.pt-progress-bar.bg-5 {
  background-color: #FF6125;
}
.pt-progress-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 80px;
}
.pt-progress-meta-title {
  color: var(--pt-common-black);
  font-weight: var(--pt-fw-medium);
  width: 38px;
}
.pt-progress-meta-number {
  color: gray;
  font-weight: var(--pt-fw-medium);
}
.pt-progress-rating-wrapper {
  border: 1.5px solid var(--pt-border-primary);
  text-align: center;
  padding: 20px 20px;
  width: 165px;
  height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
@media (max-width: 575px) {
  .pt-progress-rating-wrapper {
    width: 100%;
  }
}
.pt-progress-rating-number {
  font-size: 67px;
  line-height: 67px;
  color: var(--pt-common-black);
  font-weight: var(--pt-fw-medium);
}
.pt-progress-rating-icon {
  margin-top: 6px;
}
.pt-progress-rating-icon i {
  font-size: 13px;
  color: var(--pt-bg-warning);
}
.pt-progress-rating-subtitle {
  font-size: 14px;
  color: #4a5c74;
}

/*----------------------------------------*/
/*  reservations css
/*----------------------------------------*/
.pt-reservations-input-form {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  background-color: var(--pt-theme-primary);
  padding: 30px 30px 35px 30px;
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-reservations-input-form {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-reservations-input-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-reservations-input-form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pt-reservations-input-form .form-input .nice-select {
  background-color: transparent;
  border: 1px solid var(--pt-border-secondary);
  color: var(--pt-common-white);
}
.pt-reservations-input-form .form-input .nice-select::after {
  color: var(--pt-common-white);
}
.pt-reservations-input-form .form-input .nice-select:focus {
  border-color: var(--pt-common-white);
}
.pt-reservations-input-form .form-input input[type=date] {
  background-color: transparent;
  border: 1px solid var(--pt-border-secondary);
  color: var(--pt-common-white);
}
.pt-reservations-input-form .form-input input[type=date]:focus {
  border-color: var(--pt-common-white);
}
.pt-reservations-input-form .form-input-title label {
  text-transform: capitalize;
  font-size: 20px;
  text-align: left;
  display: block;
  color: var(--pt-theme-secondary);
}

/*----------------------------------------*/
/*  search css
/*----------------------------------------*/
.pt-search-popup {
  width: 100%;
  font-size: 64px;
  padding-bottom: 17px;
}
.pt-search-popup-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 99999;
  height: 450px;
  align-items: center;
  background-color: var(--pt-theme-primary);
  transform: translateY(-10%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.pt-search-popup-area.pt-search-opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-search-popup-area {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .pt-search-popup-area {
    height: 250px;
  }
}
.pt-search-form {
  position: relative;
  width: 100%;
  border-bottom: 2px solid var(--pt-border-primary);
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .pt-search-form {
    padding-bottom: 0;
  }
}
.pt-search-input {
  background-color: transparent;
  display: flex;
  align-items: center;
}
.pt-search-input input {
  width: 100%;
  color: var(--pt-common-white);
  height: auto;
  background-color: transparent;
  font-size: 32px;
  margin: 0 55px;
  border: none;
  outline: none;
}
@media (max-width: 575px) {
  .pt-search-input input {
    font-size: 20px;
    margin: 0 0;
  }
}
.pt-search-input input::placeholder {
  color: var(--pt-common-white);
  opacity: 0.5;
  font-size: 32px;
}
@media (max-width: 575px) {
  .pt-search-input input::placeholder {
    font-size: 20px;
  }
}
.pt-search-input input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.pt-search-submit {
  position: absolute;
  inset-inline-start: 0;
  top: 40%;
  transform: translateY(-50%);
}
.pt-search-submit button {
  color: rgba(255, 255, 255, 0.7);
  font-size: 35px;
  position: relative;
  transform: translateY(-10px);
}
.pt-search-submit button:hover {
  color: var(--pt-common-white);
}
@media (max-width: 575px) {
  .pt-search-submit {
    display: none;
  }
}
.pt-search-close-btn {
  position: absolute;
  inset-inline-end: 0;
  top: 40%;
  transform: translateY(-50%);
}
.pt-search-close-btn button {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  .pt-search-close-btn button {
    font-size: 40px;
  }
}
.pt-search-close-btn button:hover {
  transform: rotate(90deg);
  color: var(--pt-common-white);
}
.pt-search-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  transition-delay: 0.3s;
  transition: all 0.3s ease-in-out;
}
.pt-search-overlay.pt-search-opened {
  opacity: 1;
  visibility: visible;
}
.pt-search-overlay:hover {
  cursor: url(../images/shape/cross-x.webp), pointer;
}

/*----------------------------------------*/
/*  7.1 why-choose css
/*----------------------------------------*/
.pt-sign-bg {
  padding: 30px 30px;
  background-color: rgba(75, 46, 43, 0.05);
  border-radius: 12px;
}
.pt-sign-divider-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 -15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pt-sign-divider-title {
  position: relative;
  padding: 0 15px;
  width: max-content;
}
.pt-sign-divider-line {
  position: relative;
  background-image: linear-gradient(90deg, #4B2E2B, rgba(75, 46, 43, 0));
  width: 100%;
  height: 1px;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}
.pt-sign-divider-line.left-line {
  background-image: linear-gradient(-90deg, #4B2E2B, rgba(75, 46, 43, 0));
}
.pt-sign-divider-line.right-line {
  background-image: linear-gradient(90deg, #4B2E2B, rgba(75, 46, 43, 0));
}
.pt-sign-link {
  font-weight: 500;
  color: var(--pt-theme-primary);
  border-bottom: 1px solid var(--pt-theme-primary);
}

.pt-user-content .nav-pills {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pt-user-content .nav-item {
  width: 100%;
}
.pt-user-content .nav-link {
  color: var(--pt-common-black);
  background-color: transparent;
  border: 1px solid var(--pt-theme-primary);
  font-size: 18px;
  font-weight: 500;
  padding: 0 25px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s 0s ease-out;
  position: relative;
  z-index: 5;
  border-radius: 0;
  width: 100%;
}
.pt-user-content .nav-link:hover {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
}
.pt-user-content .nav-link.active {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
}

.pass-icon {
  position: absolute;
  inset-inline-end: 15px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  cursor: pointer;
}
.pass-icon:hover {
  opacity: 1;
}

/*----------------------------------------*/
/*  7.2 slider css
/*----------------------------------------*/
.pt-slider-img {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.pt-slider-img::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pt-common-black);
  opacity: 0.5;
}
.pt-slider-content {
  padding-top: 185px;
  padding-bottom: 175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-slider-content {
    padding-top: 150px;
    padding-bottom: 135px;
  }
}
@media (max-width: 575px) {
  .pt-slider-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.pt-slider-title {
  color: var(--pt-common-white);
  text-transform: uppercase;
}
.pt-slider-description {
  color: var(--pt-common-white);
  font-size: 20px;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.pt-slider-navigation button {
  position: absolute;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  top: 50%;
  inset-inline-start: 24px;
  transform: translateY(-50%);
  border-radius: 6px;
  z-index: 55;
  color: var(--pt-theme-primary);
  background-color: var(--pt-common-white);
  opacity: 0.7;
}
.pt-slider-navigation button:hover {
  background-color: var(--pt-theme-primary);
  color: var(--pt-common-white);
  opacity: 1;
}
.pt-slider-navigation .roxfee-navigation-next {
  inset-inline-start: auto;
  inset-inline-end: 24px;
}

.bannerSliderActivation .swiper-slide-active .pt-slider-title, .bannerSliderActivation .swiper-slide-active .pt-slider-description, .bannerSliderActivation .swiper-slide-active .pt-slider-btn {
  animation-fill-mode: both;
  animation-name: ptFadeInUp;
}
.bannerSliderActivation .swiper-slide-active .pt-slider-title {
  animation-delay: 1s;
  animation-duration: 0.5s;
}
.bannerSliderActivation .swiper-slide-active .pt-slider-description {
  animation-delay: 1.2s;
  animation-duration: 0.7s;
}
.bannerSliderActivation .swiper-slide-active .pt-slider-btn {
  animation-delay: 1.3s;
  animation-duration: 0.8s;
}
.bannerSliderActivation .swiper-slide-active .pt-slider-img {
  transform: scale(1.1);
}

/*----------------------------------------*/
/*  7.2 About css
/*----------------------------------------*/
.pt-team-wrapper:hover .pt-team-social li {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.pt-team-wrapper:hover .pt-team-social li:nth-child(n) {
  transition-delay: 0.2s;
}
.pt-team-wrapper:hover .pt-team-social li:nth-child(2n) {
  transition-delay: 0.3s;
}
.pt-team-wrapper:hover .pt-team-social li:nth-child(3n) {
  transition-delay: 0.4s;
}
.pt-team-wrapper:hover .pt-team-social li:nth-child(4n) {
  transition-delay: 0.5s;
}
.pt-team-wrapper:hover .pt-team-thumb a::after {
  visibility: visible;
  opacity: 1;
}
.pt-team-thumb-wrapper {
  position: relative;
  margin-bottom: 20px;
  border-radius: 8px;
}
.pt-team-thumb a {
  position: relative;
  display: block;
  border-radius: 8px;
}
.pt-team-thumb a img {
  width: 100%;
  border-radius: 8px;
}
.pt-team-thumb a::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(75, 46, 43, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  border-radius: 8px;
}
.pt-team-social {
  top: 20px;
  right: 20px;
  left: auto;
  transform: translateY(0);
  margin: -10px 0;
  text-align: center;
  position: absolute;
}
.pt-team-social li {
  display: block;
  margin: 10px 0;
  transform: translateY(-10px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.pt-team-social li:first-child {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.pt-team-social li:first-child a {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
  border-radius: 6px;
}
.pt-team-social li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid var(--pt-common-white);
  text-align: center;
  font-size: 18px;
  color: var(--pt-common-white);
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.pt-team-social li a:hover {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
}
.pt-team-content {
  text-align: center;
}
.pt-team-member-name {
  margin-bottom: 5px;
}
.pt-team-member-digi {
  display: inline-block;
}
.pt-team-single-thumb {
  height: 680px;
}
@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) {
  .pt-team-single-thumb {
    height: 100%;
  }
}
.pt-team-single-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.pt-team-single-content {
  margin-inline-start: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-team-single-content {
    margin-inline-start: 0px;
  }
}
.pt-team-single-role {
  display: block;
  margin-bottom: 15px;
}
.pt-team-single-link {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(75, 46, 43, 0.8);
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s linear;
}
.pt-team-single-link:hover {
  color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
}

/*----------------------------------------*/
/*  7.1 Terms & Policy css
/*----------------------------------------*/
.pt-terms-policy-wrapper {
  background-color: rgba(75, 46, 43, 0.05);
  padding: 30px 30px;
  border-radius: 12px;
}
.pt-terms-policy-title {
  margin-bottom: 15px;
}
.pt-terms-policy-item:not(:last-child) {
  margin-bottom: 30px;
}
.pt-terms-policy-item ul {
  padding-inline-start: 30px;
}
.pt-terms-policy-item ul li {
  font-size: 18px;
  position: relative;
  padding-inline-start: 15px;
  list-style: none;
}
.pt-terms-policy-item ul li::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: var(--pt-theme-primary);
  border-radius: 50%;
}
.pt-terms-policy-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.pt-terms-policy-contact ul {
  margin-bottom: 15px;
}
.pt-terms-policy-contact ul li {
  list-style: none;
  font-size: 18px;
  color: var(--pt-common-black);
  font-weight: 600;
}
.pt-terms-policy-contact ul li a {
  font-weight: 400;
}
.pt-terms-policy-contact ul li:hover a {
  color: var(--pt-theme-primary);
  letter-spacing: 0.5px;
}

/*----------------------------------------*/
/*  7.2 About css
/*----------------------------------------*/
.pt-testimonial-bg {
  position: relative;
  z-index: 5;
}
.pt-testimonial-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -1;
}
.pt-testimonial-rating {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.pt-testimonial-rating i {
  color: orange;
}
.pt-testimonial-description {
  font-size: 24px;
  font-weight: 500;
  color: var(--pt-common-white);
  line-height: 1.5;
  margin-bottom: 60px;
  letter-spacing: 0.5px;
}
.pt-testimonial-author {
  display: flex;
  gap: 16px;
  align-items: center;
  text-align: start;
  justify-content: center;
}
.pt-testimonial-author-thumb {
  max-width: 80px;
}
.pt-testimonial-author-thumb img {
  border-radius: 50%;
}
.pt-testimonial-author-meta-title {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}
.pt-testimonial-author-meta-digi {
  color: rgba(255, 255, 255, 0.4);
}

.pt-testimonial-box {
  padding: 20px 20px;
  border: 1px solid var(--pt-border-primary);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 12px;
}
.pt-testimonial-box .description {
  margin-bottom: 30px;
}
.pt-testimonial-box-meta {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.pt-testimonial-box-meta .thumb {
  width: 56px;
  height: 56px;
  border: 1px solid var(--pt-border-primary);
  border-radius: 50%;
}
.pt-testimonial-box-meta .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pt-testimonial-box-meta .content .name {
  line-height: 1;
  margin-bottom: 2px;
}
.pt-testimonial-box-meta .content .designation {
  font-size: 16px;
}

.pt-testimonial-content-3 {
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(245, 245, 220, 0.1);
  border-radius: 12px;
}
.pt-testimonial-content-3.has-black {
  border-color: var(--pt-border-primary);
}
.pt-testimonial-content-3.has-black .pt-testimonial-author-meta-title-3 {
  color: rgba(2, 11, 24, 0.75);
}
.pt-testimonial-content-3.has-black .pt-testimonial-author-meta-digi-3 {
  color: rgba(2, 11, 24, 0.5);
}
.pt-testimonial-content-3.has-black .pt-testimonial-description-3 {
  color: rgba(2, 11, 24, 0.9);
}

.pt-testimonial-author-3 {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: start;
  justify-content: center;
}
.pt-testimonial-author-3 .pt-testimonial-rating {
  font-size: 14px;
  justify-content: start;
  margin-bottom: 0;
}

.pt-testimonial-author-meta-title-3 {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 3px;
}

.pt-testimonial-author-meta-digi-3 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.pt-testimonial-description-3 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  7.1 why-choose css
/*----------------------------------------*/
.pt-video-bg {
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  min-height: 700px;
  display: flex;
  align-items: center;
  z-index: 1;
}
@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) {
  .pt-video-bg {
    min-height: 560px;
  }
}
.pt-video-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-color: var(--pt-common-accent);
  opacity: 0.4;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.ripple-white {
  border-radius: 50%;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(75, 46, 43, 0.3), 0 0 0 10px rgba(75, 46, 43, 0.3), 0 0 0 20px rgba(75, 46, 43, 0.3);
    box-shadow: 0 0 0 0 rgba(75, 46, 43, 0.3), 0 0 0 10px rgba(75, 46, 43, 0.3), 0 0 0 20px rgba(75, 46, 43, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(75, 46, 43, 0.3), 0 0 0 20px rgba(75, 46, 43, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(75, 46, 43, 0.3), 0 0 0 20px rgba(75, 46, 43, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(75, 46, 43, 0.3), 0 0 0 10px rgba(75, 46, 43, 0.3), 0 0 0 20px rgba(75, 46, 43, 0.3);
    box-shadow: 0 0 0 0 rgba(75, 46, 43, 0.3), 0 0 0 10px rgba(75, 46, 43, 0.3), 0 0 0 20px rgba(75, 46, 43, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(75, 46, 43, 0.3), 0 0 0 20px rgba(75, 46, 43, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(75, 46, 43, 0.3), 0 0 0 20px rgba(75, 46, 43, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
/*----------------------------------------*/
/*  7.1 why-choose css
/*----------------------------------------*/
.pt-why-choose-wrapper {
  background-color: var(--pt-common-white);
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.pt-why-choose-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--pt-theme-primary);
}
.pt-why-choose-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
.pt-why-choose-description {
  color: #777;
}

.sidebar-sticky {
  position: sticky;
  top: 130px;
}

.pt-why-choose-bg {
  position: relative;
  z-index: 5;
  background-position: center bottom;
}
.pt-why-choose-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -1;
}
.pt-why-choose-bg .pt-section-description {
  color: rgba(255, 255, 255, 0.5);
}

.pt-why-choose-wrapper-2 .pt-why-choose-title {
  color: var(--pt-theme-secondary);
}

.pt-why-choose-item {
  padding: 30px 30px;
  border: 1px dashed var(--pt-border-primary);
  border-radius: 12px;
}
.pt-why-choose-item:not(:last-child) {
  margin-bottom: 30px;
}
.pt-why-choose-item ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.pt-why-choose-item ul li:not(:last-child) {
  margin-bottom: 7px;
}
.pt-why-choose-item ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--pt-theme-secondary);
  inset-inline-start: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  3.1 product style
/*----------------------------------------*/
.pt-cart-table .table > thead {
  vertical-align: middle;
}
.pt-cart-table .table > tbody {
  vertical-align: middle;
}
.pt-cart-total {
  background-color: rgba(75, 46, 43, 0.05);
  padding: 30px 30px;
  margin-top: 100px;
}
.pt-cart-total-table {
  width: 100%;
}
.pt-cart-total-table tr td {
  color: var(--pt-common-black);
  font-weight: 600;
  font-size: 18px;
  padding: 15px 15px;
}
.pt-cart-total-table tr td:first-child {
  background-color: rgba(75, 46, 43, 0.1);
  color: var(--pt-common-black);
  font-weight: 700;
}

.pt-quantity-box {
  position: relative;
  width: 98px;
  height: 50px;
}
.pt-quantity-box button {
  width: 24px;
  height: 24px;
  color: var(--pt-theme-primary);
  font-size: 12px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: transparent;
  border: none;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
  border-left-width: medium;
  border-left-style: none;
  border-left-color: currentcolor;
  border-left: 1px solid var(--pt-border-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}
.pt-quantity-box button:hover {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
}
.pt-quantity-box button.decrease {
  bottom: 1px;
  top: auto;
  border-top: 1px solid var(--pt-border-primary);
}
.pt-quantity-box input {
  width: 98px;
  height: 50px;
  border: 1px solid var(--pt-border-primary);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  color: var(--pt-theme-primary);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
}

.pt-coupon-input-box {
  position: relative;
}
.pt-coupon-input-box span {
  position: absolute;
  top: 28px;
  inset-inline-start: 20px;
  transform: translateY(-50%);
}
.pt-coupon-input-box input[type=text] {
  padding-inline-start: 60px;
  padding-inline-end: 120px;
}
.pt-coupon-input-box button {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
  font-weight: 500;
  height: 50px;
  padding: 0 25px;
  position: absolute;
  inset-inline-end: 0;
  transition: all 0.3s linear;
  top: 0;
  border-radius: 6px;
}
.pt-coupon-input-box button:hover {
  background-color: rgba(75, 46, 43, 0.9);
}

/*----------------------------------------*/
/*  checkout css
/*----------------------------------------*/
.pt-checkout-customer-login-title {
  color: var(--pt-common-black);
}
.pt-checkout-customer-login-btn {
  font-size: 20px;
  font-weight: 500;
  color: var(--pt-theme-primary);
  border-bottom: 1px solid var(--pt-theme-primary);
}
.pt-checkout-customer-login-form {
  display: none;
  margin-top: 15px;
  padding: 30px 30px;
  background-color: rgba(75, 46, 43, 0.05);
  border-radius: 8px;
}
.pt-checkout-input label {
  color: rgba(2, 11, 24, 0.65);
  font-weight: 500;
  margin-bottom: 10px;
}
.pt-checkout-input label span {
  color: var(--pt-bg-danger);
}
.pt-checkout-option input {
  display: none;
}
.pt-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.pt-checkout-option input:checked ~ label::after {
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
}
.pt-checkout-option label {
  cursor: pointer;
  display: initial;
  font-size: 16px;
  color: var(--pt-common-black);
  position: relative;
  padding-inline-start: 30px;
  z-index: 1;
}
.pt-checkout-option label::before {
  position: absolute;
  content: url("../images/shape/check.svg");
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--pt-common-white);
  transition: all 0.2s linear;
}
.pt-checkout-option label::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  border-top-color: rgb(195, 199, 201);
  border-right-color: rgb(195, 199, 201);
  border-bottom-color: rgb(195, 199, 201);
  border-left-color: rgb(195, 199, 201);
  z-index: -1;
  transition: all 0.2s linear;
}
.pt-checkout-faq .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.pt-checkout-place-wrapper {
  background-color: rgba(75, 46, 43, 0.05);
  padding: 30px 30px;
  margin-inline-start: 10px;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pt-checkout-place-wrapper {
    margin-inline-start: 0;
  }
}

.return-customer {
  display: none;
  margin-top: 15px;
  padding: 30px 30px;
  background-color: rgba(75, 46, 43, 0.05);
}

.create-account {
  display: none;
}

.ship-box-info {
  display: none;
}

/*----------------------------------------*/
/*  3.1 product style
/*----------------------------------------*/
.pt-product {
  /* product 2 css */
  /* product 2 css end */
}
.pt-product-wrapper {
  text-align: center;
  border: 1px solid var(--pt-border-primary);
  padding: 30px 45px;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
}
.pt-product-wrapper:hover {
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
}
.pt-product-wrapper:hover .pt-product-title {
  color: var(--pt-common-white);
}
.pt-product-wrapper:hover .pt-product-price {
  color: var(--pt-common-white);
}
.pt-product-wrapper:hover .pt-product-btn {
  transition: all 0.3s ease-in-out;
}
.pt-product-wrapper:hover .pt-product-btn .pt-primary-btn {
  color: var(--pt-common-black);
  background-color: var(--pt-theme-secondary);
}
.pt-product-wrapper:hover .pt-product-btn .pt-primary-btn:hover:before {
  background-color: transparent;
}
.pt-product-wrapper:hover .pt-product-btn .pt-primary-btn:before {
  background-color: var(--pt-theme-primary);
}
.pt-product-title {
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .pt-product-title {
    font-size: 28px;
  }
}
.pt-product-thumb {
  margin-bottom: 25px;
}
.pt-product-price {
  display: block;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.pt-product-item-2 {
  background-color: var(--pt-common-white);
  border: 1px solid var(--pt-border-primary);
  border-radius: 12px;
}
.pt-product-item-2:hover {
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.pt-product-item-2:hover .pt-product-action {
  right: 20px;
  visibility: visible;
  opacity: 1;
}
.pt-product-item-2:hover .pt-product-thumb-2 img {
  transform: scale(1.1);
}
.pt-product-thumb-2 {
  border-bottom: 1px solid var(--pt-border-primary);
}
.pt-product-thumb-2 img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.pt-product-content-2 {
  padding: 20px 27px;
  background-color: rgba(75, 46, 43, 0.05);
}
.pt-product-title-2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.33;
  margin-bottom: 7px;
}
.pt-product-price-2 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--pt-theme-primary);
  display: inline-block;
}
.pt-product-price-2.old-price {
  color: #55585B;
  font-size: 18px;
  text-decoration: line-through;
  font-weight: 500;
}
.pt-product-badge {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1;
}
.pt-product-action {
  position: absolute;
  right: -20px;
  bottom: 25px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.pt-product-action-item {
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.14);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.pt-product-action-btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: var(--pt-common-black);
  background-color: var(--pt-common-white);
  border: 1px solid var(--pt-border-primary);
  border-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.pt-product-action-btn:hover {
  color: var(--pt-common-white);
  background-color: var(--pt-theme-primary);
  border-color: var(--pt-theme-primary);
}
.pt-product-action-btn:hover .pt-product-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-8px) translateY(-50%);
}
.pt-product-action-btn:last-child {
  border-bottom: 1px solid var(--pt-border-primary);
}
.pt-product-tooltip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  font-weight: 500;
  font-size: 12px;
  color: var(--pt-common-white);
  background-color: var(--pt-common-black);
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 6px 5px 6px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.pt-product-tooltip::before {
  position: absolute;
  content: "";
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid var(--pt-common-black);
  border-bottom: 8px solid transparent;
}
.pt-product-rating-icon {
  margin-right: 6px;
  display: flex;
  align-items: center;
}
.pt-product-rating-icon span {
  color: #ffb21d;
  font-size: 12px;
}
.pt-product-rating-icon span :not(:last-child) {
  margin-right: 2px;
}
.pt-product-rating-text span {
  font-weight: 500;
  font-size: 12px;
}
.pt-product-modal-content {
  width: 100%;
  background-color: var(--pt-common-white);
  padding: 30px 30px;
  border: none;
  border-radius: 0;
  position: relative;
}
.pt-product-modal-content .btn-close {
  position: absolute;
  z-index: 5;
  inset-inline-end: 0px;
  top: 0px;
  width: auto;
  height: auto;
  padding: 0 0;
  color: transparent;
  background: none;
  border: 0;
  border-radius: 0;
  opacity: 1;
}
.pt-product-modal-content .btn-close i {
  color: var(--pt-common-white);
  background-color: var(--pt-bg-danger);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.pt-product-details-meta .ratting {
  font-size: 16px;
  color: var(--pt-common-rating);
}
.pt-product-details-meta a {
  font-size: 16px;
}
.pt-product-details-tag .tagcloud a {
  margin-bottom: 0;
}
.pt-product-details-cat a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.15px;
  font-family: var(--pt-ff-p);
  color: var(--pt-common-black);
  transition: all 0.3s 0s ease-out;
}
.pt-product-details-cat a:hover {
  color: var(--pt-theme-primary);
}
.pt-product-details-cat a:hover::before {
  width: 100%;
}
.pt-product-details-cat a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s 0s ease-out;
  background-color: var(--pt-theme-primary);
}
.pt-product-remove i {
  transition: all 0.3s linear;
}
.pt-product-remove i:hover {
  color: var(--pt-bg-danger);
}
.pt-product-thumbnail img {
  width: 100px;
  height: auto;
}

.pt-feature-box-wrapper {
  padding: 20px 20px;
  background-color: rgba(75, 46, 43, 0.05);
  border-radius: 8px;
}
.pt-feature-box-icon {
  color: var(--pt-common-black);
}
.pt-feature-box-link {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.15px;
  font-family: var(--pt-ff-p);
  color: var(--pt-common-black);
  transition: all 0.3s 0s ease-out;
}
.pt-feature-box-link:hover {
  color: var(--pt-theme-primary);
}
.pt-feature-box-link:hover::before {
  width: 100%;
}
.pt-feature-box-link::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s 0s ease-out;
  background-color: var(--pt-theme-primary);
}

.pt-nav-tab-top .nav {
  border-bottom: 1px solid var(--pt-border-primary);
}
.pt-nav-tab-top .nav-item {
  padding-right: 30px;
}
@media (max-width: 575px) {
  .pt-nav-tab-top .nav-item {
    padding-right: 15px;
  }
  .pt-nav-tab-top .nav-item:first-child {
    margin-bottom: 10px;
  }
}
.pt-nav-tab-top .nav-link {
  font-size: 20px;
  color: rgba(2, 11, 24, 0.7);
  position: relative;
  padding: 0 0 15px 0;
}
.pt-nav-tab-top .nav-link:hover::before {
  transform: scaleX(1);
}
.pt-nav-tab-top .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  transform: scaleX(0);
  transition: transform 0.5s ease;
  inset-inline-start: 0;
  bottom: -1px;
  background-color: var(--pt-common-black);
}
.pt-nav-tab-top .nav-link.active {
  color: var(--pt-common-black);
}
.pt-nav-tab-top .nav-link.active::before {
  transform: scaleX(1);
}

.pt-shipping-option:not(:last-child) {
  margin-bottom: 10px;
}
.pt-shipping-option input {
  display: none;
}
.pt-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.pt-shipping-option input:checked + label::after {
  border-color: var(--pt-theme-primary);
}
.pt-shipping-option input[type=radio] {
  opacity: 0;
  position: absolute;
}
.pt-shipping-option input[type=radio]:checked ~ label::before {
  border-color: var(--pt-theme-primary);
}
.pt-shipping-option input[type=radio]:checked ~ label::after {
  opacity: 1;
  background-color: var(--pt-theme-primary);
}
.pt-shipping-option label {
  color: var(--pt-common-black);
  position: relative;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
}
.pt-shipping-option label span {
  color: var(--pt-common-black);
  font-weight: 600;
  font-size: 18px;
}
.pt-shipping-option input[type=radio] ~ label {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  padding-inline-start: 28px;
  cursor: pointer;
  margin-bottom: 0;
}
.pt-shipping-option input[type=radio] ~ label::before {
  content: "";
  position: absolute;
  top: 3px;
  inset-inline-start: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid var(--pt-common-black);
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 50%;
}
.pt-shipping-option input[type=radio] ~ label::after {
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.3s;
  width: 12px;
  height: 12px;
  inset-inline-start: 4px;
  border-radius: 50%;
  top: 7px;
}

.pt-shop-top-right .nice-select {
  font-size: 16px;
  width: auto;
  min-width: 150px;
  padding-inline-start: 15px;
}

.pt-shop-top-left .nice-select {
  font-size: 16px;
  width: auto;
  min-width: 240px;
  padding-inline-start: 15px;
}

.pt-shop-description-thumb img {
  width: 100%;
  border-radius: 12px;
}

.product-image-slider,
.product-image-slider-2 {
  padding-inline-start: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product-image-slider,
  .product-image-slider-2 {
    padding-inline-start: 0px;
    padding-bottom: 30px;
  }
}
.product-image-slider img,
.product-image-slider-2 img {
  border-radius: 12px;
}

.product-image-thumb,
.product-image-thumb-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 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) {
  .product-image-thumb,
  .product-image-thumb-2 {
    position: inherit;
  }
}
.product-image-thumb img,
.product-image-thumb-2 img {
  width: 100%;
  height: 100%;
  border: 1px solid var(--pt-border-primary);
  cursor: pointer;
  border-radius: 6px;
}
.product-image-thumb .swiper-slide-active.swiper-slide-thumb-active,
.product-image-thumb-2 .swiper-slide-active.swiper-slide-thumb-active {
  border: 1px solid var(--pt-theme-primary);
  border-radius: 6px;
}

/*----------------------------------------*/
/*  3.1 Shop Style 1
/*----------------------------------------*/
.pt-menu {
  /* grid menu */
}
.pt-menu-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 30px;
}
@media (max-width: 575px) {
  .pt-menu-list ul li {
    flex-wrap: wrap;
  }
}
.pt-menu-list ul li:not(:last-child) {
  margin-bottom: 30px;
}
.pt-menu-content {
  width: 100%;
}
.pt-menu-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 15px;
  margin-bottom: 5px;
}
.pt-menu-title {
  font-size: 22px;
}
@media (max-width: 575px) {
  .pt-menu-price {
    font-size: 24px;
  }
}
.pt-menu-dash-line {
  border-top: 1px dashed var(--pt-theme-primary);
  flex-grow: 1;
  margin-top: 15px;
}
.pt-menu-thumb img {
  width: 100px;
}
.pt-menu-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
}
.pt-menu-bottom-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.pt-menu-grid {
  border: 1px solid var(--pt-theme-primary);
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.pt-menu-grid .pt-menu-thumb-2 {
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(75, 46, 43, 0.05);
}
.pt-menu-grid .pt-menu-content {
  background-color: #4b2e2b;
  padding: 30px 30px;
}
.pt-menu-grid .pt-menu-content p {
  color: rgba(255, 255, 255, 0.8);
}
.pt-menu-grid .pt-menu-title {
  color: var(--pt-common-white);
}
.pt-menu-grid .pt-menu-price {
  color: var(--pt-common-white);
}
.pt-menu-grid .pt-product-price-2 {
  color: var(--pt-common-white);
}
.pt-menu-grid .pt-product-price-2.old-price {
  color: rgba(255, 255, 255, 0.7);
}

/*----------------------------------------*/
/*  3.1 product style 1
/*----------------------------------------*/
.pt-sidebar-cart-area {
  position: fixed;
  right: 0;
  top: 0;
  width: 380px;
  height: 100%;
  -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));
  background: var(--pt-common-white) none repeat scroll 0 0;
  transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  scrollbar-width: none;
}
@media (max-width: 575px) {
  .pt-sidebar-cart-area {
    width: 100%;
  }
}
.pt-sidebar-cart-area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.pt-sidebar-cart-area.pt-sidebar-cart-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.pt-sidebar-cart-wrapper {
  position: relative;
  min-height: 100%;
  padding: 30px 30px;
}
.pt-sidebar-cart-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--pt-border-primary);
  padding-bottom: 20px;
}
.pt-sidebar-cart-close-btn {
  background: transparent;
  color: var(--pt-common-black);
  font-size: 22px;
}
.pt-sidebar-cart-close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pt-sidebar-cart-shipping {
  padding: 15px 0;
  border-bottom: 1px solid var(--pt-border-primary);
}
.pt-sidebar-cart-shipping p span {
  color: var(--pt-bg-success);
  font-weight: 600;
}
.pt-sidebar-cart-widget {
  height: calc(100vh - 380px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.pt-sidebar-cart-widget::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.pt-sidebar-cart-widget-item {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  align-items: center;
}
.pt-sidebar-cart-widget-item:last-child {
  border-bottom: 0;
}
.pt-sidebar-cart-thumb {
  border: 1px solid var(--pt-border-primary);
  margin-right: 15px;
}
.pt-sidebar-cart-thumb img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
}
.pt-sidebar-cart-title {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 500;
}
.pt-sidebar-cart-title a:hover {
  color: var(--pt-theme-primary);
}
.pt-sidebar-cart-content {
  padding-right: 15px;
}
.pt-sidebar-cart-content .pt-product-quantity {
  width: 75px;
  padding: 0;
}
.pt-sidebar-cart-content .pt-product-quantity .pt-cart-input[type=text] {
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--pt-border-primary);
  background-color: var(--pt-common-white);
  padding: 0;
}
.pt-sidebar-cart-content .pt-product-quantity .pt-cart-plus,
.pt-sidebar-cart-content .pt-product-quantity .pt-cart-minus {
  width: 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  left: 3px;
}
.pt-sidebar-cart-content .pt-product-quantity .pt-cart-plus svg,
.pt-sidebar-cart-content .pt-product-quantity .pt-cart-minus svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 10px;
}
.pt-sidebar-cart-content .pt-product-quantity .pt-cart-plus::after,
.pt-sidebar-cart-content .pt-product-quantity .pt-cart-minus::after {
  display: none;
}
.pt-sidebar-cart-content .pt-product-quantity .pt-cart-plus {
  left: auto;
  right: 3px;
}
.pt-sidebar-cart-del {
  position: absolute;
  top: 15px;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--pt-common-black);
  font-size: 14px;
}
.pt-sidebar-cart-del:hover {
  color: var(--pt-theme-primary);
}
.pt-sidebar-cart-checkout {
  padding-top: 15px;
  width: 100%;
  background: var(--pt-common-white);
  border-top: 2px solid var(--pt-border-primary);
}
.pt-sidebar-cart-checkout-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pt-sidebar-cart-checkout-title h4 {
  display: inline-block;
  margin-bottom: 0;
  text-transform: capitalize;
}
.pt-sidebar-cart-checkout-title span {
  font-size: 24px;
  color: var(--pt-common-black);
  font-weight: 700;
}
.pt-sidebar-cart-checkout-btn .pt-btn {
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 30px;
  text-align: center;
}
.pt-sidebar-cart-checkout-btn .pt-btn:hover {
  background-color: var(--pt-theme-primary);
  color: var(--pt-common-white);
  border-color: var(--pt-theme-primary);
}
.pt-sidebar-cart-checkout-btn .pt-btn-border:hover {
  background-color: var(--pt-theme-primary);
  color: var(--pt-common-white);
  border-color: var(--pt-theme-primary);
}
.pt-sidebar-cart-price {
  font-size: 16px;
  font-weight: 500;
  color: var(--pt-theme-primary);
}
.pt-sidebar-cart-quantity {
  font-size: 14px;
  font-weight: 500;
}
.pt-sidebar-cart-empty {
  margin-top: 100px;
  margin-bottom: 50px;
}
.pt-sidebar-cart-empty img {
  margin-bottom: 30px;
}
.pt-sidebar-cart-empty p {
  font-size: 16px;
  color: var(--pt-common-black);
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  3.1 single-product style 1
/*----------------------------------------*/
.pt-single-product-title {
  color: var(--pt-common-white);
}
.pt-single-product-list {
  margin-bottom: 50px;
}
.pt-single-product-list ul li {
  list-style: none;
  position: relative;
  padding-inline-start: 20px;
  color: var(--pt-grey-1);
}
.pt-single-product-list ul li::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--pt-common-white);
}
@media (max-width: 575px) {
  .pt-single-product-list ul li::before {
    inset-block-start: 15px;
  }
}
.pt-single-product-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.pt-single-product-description {
  color: var(--pt-grey-1);
}
.pt-single-product-price {
  display: block;
  font-size: 30px;
  color: var(--pt-theme-secondary);
  font-weight: 700;
}
.pt-single-product-thumb {
  z-index: 5;
}
.pt-single-product-thumb:hover .shape-image {
  transform: translateX(18px);
}
.pt-single-product-thumb .shape-image {
  position: absolute;
  inset-block-end: -40px;
  inset-inline-start: -50px;
  z-index: -1;
  transition: all 0.3s linear;
  max-width: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pt-single-product-thumb .shape-image {
    inset-inline-start: -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) {
  .pt-single-product-thumb .shape-image {
    inset-inline-start: 0px;
  }
}

/*----------------------------------------*/
/*  wishlist css
/*----------------------------------------*/
.pt-wishlist-table .table > thead {
  vertical-align: middle;
}
.pt-wishlist-table .table > tbody {
  vertical-align: middle;
}
.pt-wishlist-table input[type=checkbox] {
  width: 18px;
  height: 18px;
  line-height: 16px;
}
.pt-wishlist-action-btn {
  display: flex;
  gap: 15px;
}
.pt-wishlist-input {
  min-width: 200px;
}

.pt-order-list-table {
  width: 100%;
}
.pt-order-list-table > thead {
  vertical-align: middle;
}
.pt-order-list-table > tbody {
  vertical-align: middle;
}
.pt-order-list-table > tbody tr:last-child {
  font-size: 20px;
  font-weight: 600;
}
.pt-order-list-table tr th {
  color: var(--pt-common-black);
  font-weight: 600;
  font-size: 18px;
  padding: 15px 15px;
}
.pt-order-list-table tr td {
  color: var(--pt-common-black);
  font-size: 18px;
  padding: 15px 15px;
}
.pt-order-list-table .pt-shipping-option input[type=radio] ~ label {
  font-size: 14px;
}
.pt-order-list-table .pt-shipping-option label span {
  font-size: 15px;
}

/* HEADER CSS */
/*# sourceMappingURL=../maps/main.css.map */
