@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Turie – Travel & Tour Booking HTML Template
    Author: Theme_Pure
    Support: https://help.themepure.net/support/
    Description: Turie – Travel & Tour Booking HTML Template
    Version: 1.0

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

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

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

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Animations
		2.2 Background
		2.3 Back to top
		2.4 Breadcrumb
		2.5 Buttons
		2.6 Nice Select
		2.7 Pagination
		2.8 Preloader
		2.9 Search css start
		2.10 Section Title


	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style
		3.2 Header Style


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 dropdown menu css
		4.2 Main menu css
		4.3 Main menu css
		4.4 offcanvas

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

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about
		7.2 booking-sidebar css start
		7.3 Booking css start
		7.4 brands
		7.5 carrer
		7.6 Cart css
		7.7 category
		7.8 Checkout css
		7.9 chose
		7.10 contact
		7.11 counter
		7.12 cta css
		7.13 Datepicker css start
		7.14 destination
		7.15 faq css
		7.16 feature
		7.17 filter Style
		7.18 gallery
		7.19 Hero css start
		7.20 Instagram Style
		7.21 Login Css
		7.22 offer
		7.23 policy
		7.24 pricing
		7.25 process css
		7.26 product css start
		7.27 review css
		7.28 service
		7.29 team css start
		7.30 testimonial
		7.31 tour details css start
		7.32 tour css start
		7.33 video



**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Phudu:wght@300..900&display=swap" rel="stylesheet');
.back-to-top-wrapper, 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;
}

.aq-dashboard-booking-composer__btn svg, .aq-dashboard-order-card-btn span, .dashboard-btn-back svg, .aq-product-details-pickup p span {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.aq-dashboard-profile-edit svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  --tp-ff-heading: 'Phudu', serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #21212d;
  --tp-common-red: #b91d1f;
  --tp-grey-1: #66666c;
  --tp-grey-2: #61616a;
  --tp-grey-3: #f9fafc;
  --tp-grey-4: #4a4a50;
  --tp-grey-5: #f5f5f7;
  --tp-theme-primary: #f97216;
  --tp-theme-secondary: #0e7687;
  --tp-border-1: rgba(17, 17, 17, 0.08);
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 14px;
  font-weight: normal;
  color: var(--tp-common-black);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  margin-top: 0px;
  font-weight: 600;
  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: 60px;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

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

p {
  font-family: var(--tp-ff-p);
  color: var(--tp-grey-1);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

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

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

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid var(--tp-border-1);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--tp-grey-1);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--tp-grey-1);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--tp-grey-1);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--tp-grey-1);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: var(--tp-grey-1);
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}
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,
textarea:focus::placeholder {
  opacity: 0;
}

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

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gx-5 {
  --bs-gutter-x: 5px;
}

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

.gx-15 {
  --bs-gutter-x: 15px;
}

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

.gx-25 {
  --bs-gutter-x: 25px;
}

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

.gx-35 {
  --bs-gutter-x: 35px;
}

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

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-50 {
    --bs-gutter-x: 30px;
  }
}

.gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .gx-60 {
    --bs-gutter-x: 30px;
  }
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.tp-fix {
  overflow-x: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-inherit {
  position: inherit !important;
}

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

.common-underline {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}
.common-underline:hover {
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s 0s ease-out;
  -moz-transition: all 0.4s ease 0.3s 0s ease-out;
  -ms-transition: all 0.4s ease 0.3s 0s ease-out;
  -o-transition: all 0.4s ease 0.3s 0s ease-out;
  transition: all 0.4s ease 0.3s 0s ease-out;
}

.tp-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

@media (min-width: 1400px) {
  .container-1800 {
    max-width: 1800px;
  }
}
@media (min-width: 1400px) {
  .container-1876 {
    max-width: 1876px;
  }
}
@media (min-width: 1400px) {
  .container-1350 {
    max-width: 1350px;
  }
}
/* Font weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.tp-ff-body {
  font-family: var(--tp-ff-body);
}

.tp-ff-p {
  font-family: var(--tp-ff-p);
}

.tp-ff-heading {
  font-family: var(--tp-ff-heading);
}

.tp-ff-fontawesome {
  font-family: var(--tp-ff-fontawesome);
}

.aq-sticky-on {
  position: sticky;
  top: 30px;
}

/*---------------------------------
    1.2 Default Spacing
---------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-170 {
    padding-top: 115px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-165 {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-160 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-155 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-150 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-145 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-140 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-135 {
    padding-top: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-130 {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-125 {
    padding-top: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-115 {
    padding-top: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-110 {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-105 {
    padding-top: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pt-100 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-170 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-165 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-160 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-155 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-145 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-135 {
    padding-bottom: 95px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-125 {
    padding-bottom: 85px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-115 {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-110 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-105 {
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-95 {
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

/*----------------------------------------*/
/*  2.3 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 574.98px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-black);
  border-radius: 50%;
  -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;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.5 Buttons
/*----------------------------------------*/
.tp-btn {
  gap: 8px;
  line-height: 1.2;
  padding: 12px 22px;
  color: var(--tp-common-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  border-radius: 50px;
  box-shadow: inset 0 4px 16px 1px rgba(255, 255, 255, 0.3);
  background: var(--tp-theme-secondary);
}
.tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-btn:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.tp-btn span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.tp-btn span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}
.tp-btn i {
  line-height: 0.5;
}
.tp-btn-yellow {
  gap: 10px;
  border-radius: 14px;
  box-shadow: 0 6px 50px 0 rgba(0, 0, 0, 0.25);
  background: var(--tp-theme-primary);
  font-weight: 700;
  font-size: 16px;
  padding: 22px 32px;
}
.tp-btn-yellow-white {
  box-shadow: 0 6px 50px 0 rgba(0, 0, 0, 0.25);
  background: var(--tp-common-white);
  border: 1px solid var(--tp-theme-primary);
  color: var(--tp-common-black);
}
.tp-btn-yellow-white:hover {
  color: var(--tp-common-black);
}
.tp-btn-yellow-white.tp-btn-icon-border i {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-btn-icon-border i {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 10px;
}
.tp-btn-white {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  color: var(--tp-common-black);
  box-shadow: none;
}
.tp-btn-white:hover {
  color: var(--tp-common-black);
}
.tp-btn-white.tp-btn-icon-border i {
  border-right: 1px solid rgba(33, 33, 45, 0.1);
  padding-right: 10px;
}
.tp-btn-black {
  box-shadow: inset 0 4px 16px 1px rgba(255, 255, 255, 0.3);
  background: #21212d;
}
.tp-btn-black-border {
  margin: 1px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  border-radius: 14px;
  padding: 16px 24px;
  display: inline-block;
  letter-spacing: -0.01em;
  backdrop-filter: blur(10px);
  color: var(--tp-common-white);
  background: rgb(41, 38, 54);
  border: 1px solid rgba(255, 246, 191, 0.1);
}
.tp-btn-black-border:hover {
  color: var(--tp-common-white);
}
.tp-btn-black-border:focus {
  color: var(--tp-common-white);
}
.tp-btn-black-border span {
  margin-right: 10px;
  display: inline-block;
}
.tp-btn-black-border span svg {
  transform: translateY(-2px);
}
.tp-btn-gradient {
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  z-index: 1;
  margin: 1px;
  transition: 0.4s;
  border-radius: 14px;
  padding: 16px 30px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  background: linear-gradient(230deg, #FF994B 6.7%, #D34BE9 48.83%, #3188FF 90.96%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .tp-btn-gradient {
    font-size: 16px;
    padding: 15px 25px;
    padding-top: 18px;
  }
}
.tp-btn-gradient:hover {
  color: var(--tp-common-white);
}
.tp-btn-gradient:focus {
  color: var(--tp-common-white);
}
.tp-btn-gradient span {
  margin-right: 10px;
  display: inline-block;
}
.tp-btn-gradient span svg {
  transform: translateY(-2px);
}
.tp-btn-green {
  box-shadow: inset 0 4px 16px 1px rgba(255, 255, 255, 0.3);
  background: #016273;
}
.tp-btn-xl {
  padding: 16px 22px;
}

.aq-btn-black {
  padding: 18px 30px;
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid transparent;
  background-color: var(--tp-common-black);
  border-radius: 100px;
}
.aq-btn-black:hover {
  color: var(--tp-common-black);
  background: transparent;
  border-color: var(--tp-common-black);
}

/* Glow Border Animation */
.animated-border-box {
  position: relative;
  overflow: hidden;
  z-index: 0;
  line-height: 0;
  border-radius: 14px;
  display: inline-block;
  transition: 0.4s;
}
.animated-border-box:hover {
  transform: scale(1.1);
}
.animated-border-box:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: conic-gradient(rgba(0, 0, 0, 0), #FFF, rgba(0, 0, 0, 0) 25%);
  animation: rotate 4s linear infinite;
}
.animated-border-box.radius-style-2 {
  border-radius: 100px;
}
.animated-border-box.radius-style-2 .tp-btn-gradient.sm {
  border-radius: 100px;
}
.animated-border-box.radius-style-2::before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), #21212D, rgba(0, 0, 0, 0) 25%);
}
.animated-border-box.border-icon .tp-btn-gradient span {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.animated-border-box.border-icon::before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), #21212D, rgba(0, 0, 0, 0) 25%);
}

/*----------------------------------------*/
/*  2.1 Animations
/*----------------------------------------*/
@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(249, 114, 22, 0.4), 0 0 0 0 rgba(249, 114, 22, 0.4);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(249, 114, 22, 0), 0 0 0 0 rgba(249, 114, 22, 0.4);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(249, 114, 22, 0), 0 0 0 30px rgba(249, 114, 22, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(249, 114, 22, 0), 0 0 0 30px rgba(249, 114, 22, 0);
  }
}
@keyframes aq-flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes arrowMove {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(-10px);
  }
}
@-webkit-keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-moz-keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-ms-keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/*----------------------------------------*/
/*  2.8 Preloader
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.2 Background
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.7 Pagination
/*----------------------------------------*/
.tp-pagination li {
  display: inline-block;
}
.tp-pagination li a {
  height: 50px;
  width: 50px;
  display: block;
  color: var(--tp-common-black);
  border-radius: 30px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(33, 33, 45, 0.1);
  -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;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.tp-pagination li.current a {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-pagination li:hover a {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-pagination li:hover.current a {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

.aq-pagination nav ul {
  gap: 6px;
  display: flex;
}
.aq-pagination nav ul li {
  list-style: none;
}
.aq-pagination nav ul li:not(:last-child) {
  margin-inline-end: 1px;
}
.aq-pagination nav ul li a, .aq-pagination nav ul li span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  min-height: 40px;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  color: #55585b;
  background-color: transparent;
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.aq-pagination nav ul li a:hover, .aq-pagination nav ul li a.current, .aq-pagination nav ul li span:hover, .aq-pagination nav ul li span.current {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.4 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-list {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(33, 33, 45, 0.2);
  border-radius: 12px;
  padding: 2px 20px;
}
.tp-breadcrumb-list span {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
}

.pd-breadcrumb-spacing {
  padding-top: 100px;
  padding-bottom: 15px;
}
.pd-breadcrumb-list span {
  font-weight: 500;
  font-size: 14px;
  color: rgba(15, 15, 15, 0.6);
}
.pd-breadcrumb-list span a:hover {
  color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.10 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border: 1px solid rgba(33, 33, 45, 0.06);
  border-radius: 40px;
  padding: 6px 16px;
  box-shadow: 0 0 2px 0 rgba(39, 39, 46, 0.04);
  line-height: 1;
  display: inline-block;
}
.tp-section-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 108%;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-section-title {
    font-size: 38px;
  }
  .tp-section-title br {
    display: none;
  }
}
.tp-section-title.fs-70 {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-section-title.fs-70 {
    font-size: 50px;
  }
}
@media (max-width: 574.98px) {
  .tp-section-title.fs-70 {
    font-size: 40px;
  }
}
.tp-section-title.fs-54 {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-section-title.fs-54 {
    font-size: 40px;
  }
}
.tp-section-title.fs-66 {
  font-size: 66px;
  line-height: 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title.fs-66 {
    font-size: 56px;
    line-height: 65px;
  }
  .tp-section-title.fs-66 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-section-title.fs-66 {
    font-size: 50px;
    line-height: 56px;
  }
  .tp-section-title.fs-66 br {
    display: none;
  }
}
@media (max-width: 574.98px) {
  .tp-section-title.fs-66 {
    font-size: 40px;
    line-height: 46px;
  }
}
.tp-section-title-wrap.mb-90 {
  margin-bottom: 50px;
}
.tp-section-dec {
  font-weight: 500;
  font-size: 15px;
  line-height: 167%;
}
@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: 574.98px) {
  .tp-section-dec br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-section-dec.mb-60 {
    margin-bottom: 30px;
  }
}

.aq-section-subtitle {
  font-weight: 500;
  font-size: 18px;
  color: #0f0f0f;
}
.aq-section-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 98%;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-section-title {
    font-size: 40px;
  }
}
.aq-section-title.fs-36 {
  font-size: 36px;
  letter-spacing: -0.36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-section-title.fs-36 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-section-title.fs-36 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.pos-section-subtitle {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  display: inline-block;
  border: 1px solid rgba(33, 33, 45, 0.06);
  border-radius: 40px;
  padding: 7px 20px;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 2px 0 rgba(39, 39, 46, 0.04);
  line-height: 1;
}
.pos-section-title {
  font-family: var(--tp-ff-p);
  font-weight: 800;
  font-size: 52px;
  line-height: 112%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pos-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pos-section-title {
    font-size: 40px;
  }
}
.pos-section-dec {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: rgba(249, 250, 252, 0.7);
}

/*----------------------------------------*/
/*  2.9 Search css start
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.13 Range Slider css
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-inline-start: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-inline-start: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-inline-end: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-inline-start: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-inline-start: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-inline-end: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-inline-start: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-inline-start: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a, .ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  2.5 modal
/*----------------------------------------*/
.modal {
  overflow-y: scroll;
  overflow-x: hidden;
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.modal .modal-header {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal .modal-body {
  padding: 0;
}

.modal-wrapper {
  position: relative;
  z-index: 55;
}

.btn-close {
  position: absolute;
  top: 35px;
  inset-inline-end: 35px;
  z-index: 9;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: var(--tp-common-black);
  background-color: #fff !important;
  border: 1px solid rgba(25, 25, 26, 0.2);
  opacity: 1;
  transition: 0.3s;
}
.btn-close:hover {
  border-color: var(--tp-common-black) !important;
  transform: rotate(180deg);
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.aq-product-modal .modal-dialog {
  width: 1000px;
}
.aq-product-modal .modal-content {
  padding: 20px;
}
.aq-product-modal .aq-product-modal-close-btn {
  position: absolute;
  top: 20px;
  z-index: 2;
  inset-inline-end: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  color: var(--tp-common-black);
  background-color: #f5f5f5;
  border-radius: 50%;
}
.aq-product-modal .aq-product-modal-close-btn i {
  -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;
}
.aq-product-modal .aq-product-modal-close-btn:hover i {
  transform: rotate(180deg);
}

.aq-modal-slider-arrow button {
  position: absolute;
  top: 50%;
  inset-inline-start: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  z-index: 33;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  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;
  transform: translateY(-50%);
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.aq-modal-slider-arrow button.aq-modal-next {
  inset-inline-start: auto;
  inset-inline-end: 10px;
}
.aq-modal-slider-arrow button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.aq-modal-slider-active:hover {
  cursor: pointer;
}
.aq-modal-slider-active:hover .aq-modal-slider-arrow button {
  opacity: 1;
  visibility: visible;
}
.aq-modal-slider-active:hover .aq-modal-prev {
  margin-inline-start: 20px;
}
.aq-modal-slider-active:hover .aq-modal-next {
  margin-inline-end: 20px;
}
.aq-modal-slider-wrap {
  padding-inline-end: 20px;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.2 Header Style
/*----------------------------------------*/
.tp-header-top-content {
  gap: 10px;
  padding: 10px 0;
}
.tp-header-top-content .header-badge {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: var(--tp-common-white);
  background: #001e22;
  line-height: 1;
  border-radius: 18px;
  padding: 7px 14px;
}
.tp-header-top-content .header-dec {
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-common-white);
}
.tp-header-top-content .header-btn {
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-common-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.3;
}
.tp-header-top-content .header-btn svg {
  margin-left: 4px;
}

.pos-header-top .tp-header-top-content .header-badge {
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}

.shop-header-top {
  padding: 17px 0;
}
@media (max-width: 574.98px) {
  .shop-header-top {
    padding: 8px 0;
  }
}
.shop-header-top-left {
  gap: 40px;
}
.shop-header-top-left .shop-header-top-input {
  border: 1px solid rgba(33, 33, 45, 0.1);
  border-radius: 56px;
  width: 600px;
  height: 50px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  padding-right: 50px;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .shop-header-top-left .shop-header-top-input {
    width: 340px;
  }
}
.shop-header-top-left .shop-header-top-input::placeholder {
  color: #7f7f89;
}
.shop-header-top-left .shop-header-top-input:focus {
  border-color: var(--tp-theme-secondary);
}
.shop-header-top-info-content span {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #85858b;
  display: block;
  line-height: 1;
}
.shop-header-top-info-content a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #016273;
}
.shop-header-top-info-content h6 {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
  margin-top: 3px;
  margin-bottom: 0;
}
.shop-header-top-right {
  gap: 50px;
  justify-content: end;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .shop-header-top-right {
    gap: 30px;
  }
}
.shop-header-top-btn {
  border-radius: 56px;
  width: 40px;
  height: 40px;
  background: #016273;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header-login a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
}
.tp-header-login a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-main {
  padding: 0 12px 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.7);
}
@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: 574.98px) {
  .tp-header-main {
    padding: 6px 6px 6px 30px;
  }
}
.tp-header-transparent {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  z-index: 99;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-transparent {
    top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-header-transparent {
    top: 20px;
  }
}
.tp-header-toogle {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
  padding: 10px 14px;
  font-size: 20px;
  border-radius: 100px;
}
.tp-header-toogle:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-header-white .tp-header-main {
  background: #1c1d21;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.tp-header-white .tp-main-menu nav ul li a {
  color: var(--tp-common-white);
}
.tp-header-white .tp-header-login a {
  color: var(--tp-common-white);
}
.tp-header-white .tp-header-login a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-white .tp-menu-dropdown nav ul li .sub-menu li a {
  padding: 8px 28px;
  display: block;
  text-transform: capitalize;
}

.shop-header-bg {
  background: #eef3fa;
  padding: 12px 0;
}
.shop-header-menu-cat {
  position: relative;
  line-height: 1;
}
.shop-header-menu-cat-toggle {
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-theme-secondary);
  border-radius: 50px;
  padding: 9px 20px 9px 9px;
  background: var(--tp-common-white);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.shop-header-menu-cat-toggle:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.shop-header-menu-cat-toggle:hover span {
  background: var(--tp-common-white);
  color: var(--tp-common-black);
}
.shop-header-menu-cat-toggle span {
  border-radius: 50px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.shop-header-menu-cat ul {
  position: absolute;
  top: 125%;
  inset-inline-start: 0;
  z-index: 5;
  opacity: 0;
  text-align: start;
  visibility: hidden;
  min-width: max-content;
  min-width: 140px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #EEE;
  transition: all 0.2s 0s ease-out;
  background: var(--tp-common-white);
  box-shadow: 0 1px 4px 0 rgba(15, 15, 15, 0.14);
}
.shop-header-menu-cat ul li {
  list-style-type: none;
  border-radius: 4px;
  margin-bottom: 2px;
  padding: 7px 12px 7px;
}
.shop-header-menu-cat ul li a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(15, 15, 15, 0.8);
}
.shop-header-menu-cat ul li:hover {
  background: #F6F6F6;
}
.shop-header-menu-cat ul li:hover a {
  color: var(--tp-common-black);
}
.shop-header-menu-cat ul.shop-header-list-open {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.shop-header-menu .tp-main-menu nav ul li a {
  color: var(--tp-common-black);
  padding: 24px 0;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.shop-header-menu-wrap {
  gap: 32px;
}
.shop-header-lang .shop-header-menu-cat-toggle {
  padding: 0;
  background: transparent;
}
.shop-header-lang button {
  position: relative;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  color: var(--tp-common-black);
  font-weight: 600;
  gap: 0;
}
.shop-header-lang button:hover {
  color: var(--tp-common-black);
}
.shop-header-lang button img {
  width: 32px;
  height: 22px;
  border-radius: 4px;
  margin-right: 8px;
}
.shop-header-lang button::after {
  content: "";
  height: 8px;
  width: 8px;
  margin-inline-start: 3px;
  display: inline-block;
  -webkit-transform: rotate(45deg) translateY(-5px);
  -ms-transform: rotate(45deg) translateY(-5px);
  transform: rotate(45deg) translateY(-5px);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.shop-header-cart {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.shop-header-cart span {
  position: relative;
}
.shop-header-cart span span {
  width: 20px;
  height: 20px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #f9fafc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #f97216;
  position: absolute;
  top: -15px;
  right: -5px;
}
.shop-header-cart span span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: rgba(249, 114, 22, 0.25);
  top: -2px;
  left: -2px;
  border-radius: 100px;
}
.shop-header-option {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .shop-header-option {
    gap: 14px;
  }
}
@media (max-width: 574.98px) {
  .shop-header-option {
    margin-left: -14px;
  }
}
@media (max-width: 574.98px) {
  .shop-header-top-left {
    justify-content: center;
  }
}
.shop-header-categories .shop-header-menu-cat ul {
  width: 300px;
  padding: 10px 10px;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(1, 15, 28, 0.08);
  box-shadow: 0 1px 3px 0 rgba(1, 15, 28, 0.1);
}
.shop-header-categories .shop-header-menu-cat ul li {
  padding: 0;
  margin-bottom: 0;
}
.shop-header-categories .shop-header-menu-cat ul li:hover:not(:last-of-type) {
  border-color: #F6F6F6;
}
.shop-header-categories .shop-header-menu-cat ul li:hover .sub-menu {
  left: 104%;
  opacity: 1;
  visibility: visible;
}
.shop-header-categories .shop-header-menu-cat ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(1, 15, 28, 0.08);
}
.shop-header-categories .shop-header-menu-cat ul li a {
  padding: 15px;
  display: block;
}
.shop-header-categories .shop-header-menu-cat ul li.has-dropdown {
  position: relative;
}
.shop-header-categories .shop-header-menu-cat ul li.has-dropdown > a::after {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: rotate(-45deg) translateY(-5px);
  -ms-transform: rotate(-45deg) translateY(-5px);
  transform: rotate(-45deg) translateY(-5px);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.shop-header-categories .shop-header-menu-cat ul li .sub-menu {
  position: absolute;
  top: 0;
  right: auto;
  left: 106%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.category-tab-content {
  display: none;
}

.category-tab-content.active {
  display: block;
}

.tp-custom-tab-btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  width: 50%;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.tp-custom-tab-btn::after {
  position: absolute;
  bottom: -1px;
  right: 0;
  content: "";
  height: 2px;
  width: 0;
  transition: all 0.3s;
  display: inline-block;
  background-color: var(--tp-common-black);
}
.tp-custom-tab-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  margin-bottom: 30px;
}
.tp-custom-tab-btn.active::after {
  width: 100%;
  inset-inline-end: auto;
  inset-inline-start: 0;
}

/*----------------------------------------*/
/*  4.2 Main menu css
/*----------------------------------------*/
.tp-main-menu nav ul li {
  list-style-type: none;
  display: inline-block;
  white-space: nowrap;
}
.tp-main-menu nav ul li:not(:last-child) {
  margin-right: 35px;
}
.tp-main-menu nav ul li:hover > a {
  color: var(--tp-theme-primary);
}
.tp-main-menu nav ul li a {
  color: var(--tp-common-black);
  padding: 24px 0;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.shop-header-dropdown nav ul li {
  position: relative;
  list-style-type: none;
}
.shop-header-dropdown nav ul li:not(:last-child) {
  margin-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .shop-header-dropdown nav ul li:not(:last-child) {
    margin-right: 17px;
  }
}
.shop-header-dropdown nav ul li a {
  font-size: 14px;
}
.shop-header-dropdown nav ul li.has-dropdown > a::after {
  content: "";
  height: 8px;
  width: 8px;
  margin-inline-start: 6px;
  display: inline-block;
  transform: rotate(45deg) translateY(-5px);
  transition: all 0.15s ease-in-out;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.shop-header-dropdown nav ul li:hover.has-dropdown > a::after {
  transform: rotate(-135deg);
}

/*----------------------------------------*/
/*  4.1 dropdown menu css
/*----------------------------------------*/
.tp-menu-dropdown nav ul li {
  position: relative;
}
.tp-menu-dropdown nav ul li.active > a {
  color: var(--tp-theme-primary);
}
.tp-menu-dropdown nav ul li.active > a::after {
  transform: rotate(-135deg);
  color: var(--tp-theme-primary);
}
.tp-menu-dropdown nav ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tp-menu-dropdown nav ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(10px);
  background: var(--tp-common-white);
  width: 220px;
  padding: 18px 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;
  opacity: 0;
  visibility: hidden;
  border-radius: 6px;
  z-index: 9;
  box-shadow: 0 20px 30px rgba(3, 4, 28, 0.1);
}
.tp-menu-dropdown nav ul li .sub-menu li {
  margin-right: 0px;
  display: block;
}
.tp-menu-dropdown nav ul li .sub-menu li a {
  padding: 8px 28px;
  display: block;
  text-transform: capitalize;
}
.tp-menu-dropdown nav ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  transform: translateX(10px);
}
.tp-menu-dropdown nav ul li .sub-menu li:hover > .sub-menu {
  transform: translateX(0);
}

/*----------------------------------------*/
/*  4.3 Main menu css
/*----------------------------------------*/
.tp-offcanvas-menu ul li, .tp-offcanvas-2-menu ul li {
  list-style: none;
  position: relative;
}
.tp-offcanvas-menu ul li:last-child a, .tp-offcanvas-2-menu ul li:last-child a {
  border: 0;
}
.tp-offcanvas-menu ul li a, .tp-offcanvas-2-menu ul li a {
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 8px 0;
  color: var(--tp-common-black);
  border-bottom: 1px solid #ddd;
}
.tp-offcanvas-menu ul li.active > a, .tp-offcanvas-2-menu ul li.active > a {
  color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li.active > button.tp-sidemenu-close i, .tp-offcanvas-2-menu ul li.active > button.tp-sidemenu-close i {
  transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .sub-menu, .tp-offcanvas-2-menu ul li .sub-menu {
  margin-left: 20px;
  display: none;
}

.tp-sidemenu-close {
  position: absolute;
  right: 0;
  top: 5px;
  border: 1px solid #ddd;
  font-size: 12px;
  width: 30px;
  height: 30px;
}
.tp-sidemenu-close i {
  transition: 0.3s;
}

/*----------------------------------------*/
/*  4.4 offcanvas
/*----------------------------------------*/
.tp-offcanvas {
  position: fixed;
  right: 0;
  z-index: 10050;
  top: 0;
  width: 400px;
  background: var(--tp-common-white);
  padding: 50px 40px;
  height: 100%;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s ease-out 0s;
}
.tp-offcanvas-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 574.98px) {
  .tp-offcanvas {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas {
    width: 400px;
  }
}
.tp-offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 10040;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.tp-offcanvas-overlay-open {
  opacity: 0.4;
  visibility: visible;
}
.tp-offcanvas-overlay.apply {
  opacity: 0.4;
  visibility: visible;
}
.tp-offcanvas-overlay.opened {
  opacity: 0.4;
  visibility: visible;
}
.tp-offcanvas-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}
.tp-offcanvas-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-offcanvas .tp-header-search .tp-input {
  width: 100%;
}
.tp-offcanvas-close-button {
  font-size: 28px;
  color: var(--tp-common-black);
}
.tp-offcanvas-close-button:hover {
  color: var(--tp-theme-primary);
}
.tp-offcanvas-gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto auto auto auto;
}
.tp-offcanvas-gallery img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
@media (max-width: 574.98px) {
  .tp-offcanvas-gallery img {
    width: 60px;
    height: 60px;
  }
}
.tp-offcanvas-title {
  font-size: 28px;
}
.tp-offcanvas-info span {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}
.tp-offcanvas-info span a:hover {
  color: var(--tp-theme-primary);
}
.tp-offcanvas-social a {
  height: 44px;
  width: 44px;
  border: 1px solid rgba(7, 21, 22, 0.1);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  margin-right: 2px;
  color: var(--tp-common-black);
}
.tp-offcanvas-social a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

/* sidebar css start here */
.aq-sidebar-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 380px;
  height: 100%;
  z-index: 999999999;
  scrollbar-width: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1215686275);
  transform: translateX(calc(-100% - 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  transition: 0.45s ease-in-out, opacity 0.45s ease-in-out;
}
@media (max-width: 574.98px) {
  .aq-sidebar-bg {
    width: 100%;
  }
}
.aq-sidebar-bg.opened {
  transform: translateX(0);
}
.aq-sidebar-close {
  position: absolute;
  top: 25px;
  inset-inline-end: 25px;
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--tp-common-black);
  background-color: #f5f5f5;
  border-radius: 50%;
  -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;
}
.aq-sidebar-close:hover {
  transform: rotate(180deg);
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.4 Sidebar css
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.1 blog css
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.1 Footer Style
/*----------------------------------------*/
.tp-footer-social a {
  border: 1px solid rgba(3, 14, 20, 0.1);
  border-radius: 100px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.tp-footer-social a:hover {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-footer-title {
  font-weight: 600;
  font-size: 20px;
  font-family: var(--tp-ff-p);
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-footer-menu li {
  list-style: none;
  margin-bottom: 12px;
}
.tp-footer-menu li a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-footer-menu li a:hover {
  color: var(--tp-theme-primary);
}
.tp-footer-menu li a span {
  font-weight: 600;
  font-size: 11px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  border-radius: 22px;
  padding: 5px 9px;
  line-height: 1;
  display: inline-block;
  background: var(--tp-common-black);
}
.tp-footer-bottom {
  border: 1px solid rgba(3, 14, 20, 0.1);
  border-radius: 12px;
  padding: 25px 32px;
}
.tp-footer-bottom-menu ul li {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.tp-footer-bottom-menu ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.tp-footer-bottom-menu ul li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: var(--tp-common-black);
  border-radius: 100px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tp-footer-bottom-menu ul li a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
}
.tp-footer-bottom-menu ul li a:hover {
  color: var(--tp-theme-primary);
}
.tp-footer-copyright P {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #525655;
}
@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: 574.98px) {
  .tp-footer-widget {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-footer-spacing {
    padding-bottom: 20px;
  }
}

/*----------------------------------------*/
/*  7.1 hero
/*----------------------------------------*/
.tp-hero-spacing {
  padding-top: 170px;
  padding-bottom: 50px;
}
.tp-hero-subtitle {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  border: 1px solid rgba(33, 33, 45, 0.06);
  border-radius: 40px;
  padding: 5px 16px;
  box-shadow: 0 0 2px 0 rgba(39, 39, 46, 0.04);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.tp-hero-title {
  font-weight: 700;
  font-size: 96px;
  line-height: 94%;
  text-transform: uppercase;
}
@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: 574.98px) {
  .tp-hero-title {
    font-size: 75px;
  }
}
@media (max-width: 574.98px) {
  .tp-hero-title {
    font-size: 56px;
  }
}
.tp-hero-dec {
  font-weight: 600;
  font-size: 14px;
  line-height: 143%;
}
@media (max-width: 574.98px) {
  .tp-hero-dec br {
    display: none;
  }
}
.tp-hero-rating {
  display: flex;
  gap: 3px;
}
.tp-hero-rating span {
  line-height: 1;
}
.tp-hero-rating-text {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-hero-rating-count {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 60px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  transform: translateY(-4px);
}
.tp-hero-rating-total {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  display: inline-block;
}
.tp-hero-rating-total:hover {
  color: var(--tp-theme-primary);
}
.tp-hero-thumb {
  padding-left: 120px;
}
@media (max-width: 574.98px) {
  .tp-hero-thumb {
    padding-left: 0;
  }
}
.tp-hero-thumb .thumb-1 {
  border-radius: 32px;
}
.tp-hero-thumb .thumb-2 {
  border-radius: 32px;
  position: absolute !important;
  top: auto !important;
  bottom: 50px !important;
  left: 0 !important;
}
@media (max-width: 574.98px) {
  .tp-hero-thumb .thumb-2 {
    position: inherit;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }
}
.tp-hero-shape {
  position: absolute;
  left: 44%;
  top: 233px;
  animation: arrowMove 2s ease-in-out infinite;
}
.tp-hero-shape-2 {
  position: absolute;
  bottom: 190px;
  left: 38%;
  animation: tpupdown 1s infinite alternate;
}
.tp-hero-shape-3 {
  position: absolute;
  left: 40%;
  top: 134px;
  z-index: -1;
}
@media (max-width: 574.98px) {
  .tp-hero-btn {
    flex-wrap: wrap;
  }
}

.elt-slider-spacing {
  padding-top: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .elt-slider-area {
    margin-bottom: 20px;
  }
}
.elt-slider-item {
  overflow: hidden;
  border-radius: 20px;
  height: 660px;
  background-color: #EEEBE5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .elt-slider-item {
    height: 570px;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .elt-slider-item {
    height: 580px;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elt-slider-item {
    height: 390px;
    border-radius: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .elt-slider-item {
    height: auto;
    flex-wrap: wrap;
    border-radius: 0;
    background-color: transparent;
  }
}
.elt-slider-thumb {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .elt-slider-thumb {
    height: 420px;
    position: static;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .elt-slider-thumb {
    height: 470px;
  }
}
.elt-slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.elt-slider-price {
  display: block;
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 20px;
  line-height: 70%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .elt-slider-price {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.elt-slider-active {
  margin: 0 -540px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .elt-slider-active {
    margin: 0;
  }
}
.elt-slider-active .swiper-slide-active .elt-slider-content .aq-section-subtitle, .elt-slider-active .swiper-slide-active .elt-slider-content .aq-section-title, .elt-slider-active .swiper-slide-active .elt-slider-content .elt-slider-price, .elt-slider-active .swiper-slide-active .elt-slider-content .aq-btn-black {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
.elt-slider-active .swiper-slide-prev .elt-slider-content .aq-section-subtitle, .elt-slider-active .swiper-slide-prev .elt-slider-content .aq-section-title, .elt-slider-active .swiper-slide-prev .elt-slider-content .elt-slider-price, .elt-slider-active .swiper-slide-prev .elt-slider-content .aq-btn-black, .elt-slider-active .swiper-slide-next .elt-slider-content .aq-section-subtitle, .elt-slider-active .swiper-slide-next .elt-slider-content .aq-section-title, .elt-slider-active .swiper-slide-next .elt-slider-content .elt-slider-price, .elt-slider-active .swiper-slide-next .elt-slider-content .aq-btn-black {
  display: none;
}
.elt-slider-content {
  padding: 30px 0;
  padding-inline-start: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .elt-slider-content {
    padding-inline-start: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .elt-slider-content {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    padding: 40px 30px;
  }
}
.elt-slider-content .aq-section-subtitle {
  animation-delay: 0.3s;
  animation-duration: 1s;
}
.elt-slider-content .aq-section-title {
  animation-delay: 0.5s;
  animation-duration: 1s;
}
.elt-slider-content .elt-slider-price {
  animation-delay: 0.7s;
  animation-duration: 1s;
}
.elt-slider-content .aq-btn-black {
  animation-delay: 0.9s;
  animation-duration: 1s;
}
.elt-slider-arrow {
  bottom: 5%;
  inset-inline-end: 13%;
  z-index: 2;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elt-slider-arrow {
    inset-inline-end: 3%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .elt-slider-arrow {
    display: none;
  }
}
.elt-slider-arrow button {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(0, 7, 9, 0.08);
}
.elt-slider-arrow button:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.elt-slider-arrow button.aq-slider-prev svg {
  transform: translate(0px, -1px);
}
.elt-slider-arrow button.aq-slider-next svg {
  transform: translate(0px, -1px);
}

.pos-hero-spacing {
  padding-top: 200px;
  padding-bottom: 310px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pos-hero-spacing {
    padding-bottom: 200px;
  }
}
@media (max-width: 574.98px) {
  .pos-hero-spacing {
    padding-bottom: 150px;
  }
}
.pos-hero-subtitle {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-white);
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 2px 16px;
  box-shadow: 0 0 2px 0 rgba(39, 39, 46, 0.04);
}
.pos-hero-title {
  font-family: var(--tp-ff-p);
  font-weight: 800;
  font-size: 62px;
  line-height: 106%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .pos-hero-title {
    font-size: 50px;
  }
}
@media (max-width: 574.98px) {
  .pos-hero-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pos-hero-title br {
    display: none;
  }
}
.pos-hero-dec {
  font-weight: 600;
  font-size: 18px;
  line-height: 167%;
  color: rgba(255, 255, 255, 0.74);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pos-hero-dec br {
    display: none;
  }
}
.pos-hero-shape {
  position: absolute;
  bottom: 340px;
  left: 25%;
  animation: tpupdown 1s infinite alternate;
}
@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: 574.98px) {
  .pos-hero-shape {
    left: 15%;
  }
}
.pos-hero-shape-2 {
  position: absolute;
  top: 190px;
  right: 35%;
  animation: tpupdown 1s infinite alternate;
}

/*----------------------------------------*/
/*  7.1 brand
/*----------------------------------------*/
.tp-brand-title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-brand-item {
  text-align: center;
  border-right: 1px solid rgba(33, 33, 45, 0.1);
}
@media (max-width: 574.98px) {
  .tp-brand-item {
    border: none;
  }
}

/*----------------------------------------*/
/*  7.1 about
/*----------------------------------------*/
.tp-about-thumb {
  padding-right: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-thumb {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-thumb {
    margin-right: 100px;
  }
}
.tp-about-thumb img {
  border-radius: 32px;
}
.tp-about-counter {
  border-radius: 16px;
  width: 210px;
  height: 190px;
  background: var(--tp-common-black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 80px;
  bottom: 40px;
}
.tp-about-counter-count {
  font-weight: 600;
  font-size: 58px;
  line-height: 90%;
  letter-spacing: -0.01em;
  color: #f9fafc;
}
.tp-about-counter-exp {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
.tp-about-list li {
  font-weight: 500;
  list-style: none;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 15px;
}
.tp-about-list li span {
  transform: translateY(-2px);
}
.tp-about-call-icon {
  box-shadow: inset 0 4px 16px 1px rgba(255, 255, 255, 0.3);
  background: var(--tp-common-black);
  border-radius: 14px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tp-about-call-content {
  display: flex;
  flex-direction: column;
}
.tp-about-call-content span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--tp-grey-1);
}
.tp-about-call-content a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
}
.tp-about-call-content a:hover {
  color: var(--tp-theme-primary);
}
.tp-about-call-info {
  border-right: 1px solid rgba(33, 33, 45, 0.1);
  margin-right: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-call-info {
    margin-right: 35px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-call-info {
    margin-right: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 574.98px) {
  .tp-about-call-info {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 20px;
  }
}
.tp-about-banner-spacing {
  padding-top: 210px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-about-banner-spacing {
    padding-top: 170px;
  }
}

/*----------------------------------------*/
/*  7.1 service
/*----------------------------------------*/
.tp-service-item {
  padding: 23px 23px 44px 23px;
  background: var(--tp-common-white);
  border-radius: 20px;
  box-shadow: 0 2px 3px 0 rgba(50, 41, 73, 0.1);
}
.tp-service-item:hover .tp-service-btn {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-service-item:hover .tp-service-icon {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-service-icon {
  width: 107px;
  height: 107px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 4px solid var(--tp-common-white);
  background: #f9fafc;
  border-radius: 100px;
  margin-top: -53px;
  transition: all 0.4s ease;
}
.tp-service-thumb img {
  border-radius: 14px;
}
.tp-service-title {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-service-title {
    font-size: 26px;
  }
}
.tp-service-dec {
  font-weight: 500;
  font-size: 17px;
  line-height: 141%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-service-dec br {
    display: none;
  }
}
.tp-service-btn {
  background: var(--tp-grey-3);
  font-weight: 700;
  font-size: 16px;
  color: var(--tp-common-black);
  border-radius: 14px;
  box-shadow: none;
}
.tp-service-content {
  padding: 23px 20px 0px 20px;
}
.tp-service-all-wrap {
  box-shadow: 0 2px 3px 0 rgba(50, 41, 73, 0.1);
  background: var(--tp-common-black);
  border-radius: 20px;
  padding: 40px 32px 44px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-service-all-wrap {
    height: 460px !important;
  }
}
.tp-service-all-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 119%;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-p);
}
.tp-service-all-btn {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 60px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  padding: 7px 7px 7px 23px;
}
.tp-service-all-btn:hover {
  background: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-service-all-btn span {
  border-radius: 60px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--tp-common-white);
}
.tp-service-all-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.tp-service-2-spacing {
  padding-top: 230px;
  padding-bottom: 200px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-service-2-spacing {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
.tp-service-2-requarments {
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}
@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: 574.98px) {
  .tp-service-2-requarments {
    gap: 20px;
  }
}
.tp-service-2-requarments span {
  font-weight: 500;
  font-size: 20px;
  color: var(--tp-common-black);
  display: inline-flex;
  gap: 8px;
}
.tp-service-2-requarments span span {
  border: 1px solid rgba(33, 33, 45, 0.1);
  border-radius: 50px;
  width: 24px;
  height: 24px;
  background: #016273;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pos-service-content {
    margin-left: 0;
  }
}
.pos-service-subtitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: var(--tp-common-black);
  border: 1px solid #d3eee9;
  border-radius: 30px;
  padding: 5px 19px;
  line-height: 1;
  background: #eef9f7;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pos-service-title {
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.02em;
}
.pos-service-dec {
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  color: #78787e;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pos-service-dec br {
    display: none;
  }
}
.pos-service-list ul li {
  font-weight: 600;
  font-size: 20px;
  list-style: none;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
}
.pos-service-list ul li .aq-tooltip-top {
  cursor: pointer;
}

/*----------------------------------------*/
/*  7.1 counter
/*----------------------------------------*/
.tp-counter-wrap {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-counter-wrap {
    justify-content: space-around;
  }
}
.tp-counter-count {
  font-weight: 500;
  font-size: 64px;
  letter-spacing: -0.01em;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-counter-count {
    font-size: 50px;
  }
}
.tp-counter-count-dec {
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  text-align: center;
  color: var(--tp-grey-2);
}

.pos-counter-wrap {
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pos-counter-wrap {
    gap: 50px;
    flex-wrap: wrap;
  }
}
.pos-counter-item {
  position: relative;
}
@media (max-width: 574.98px) {
  .pos-counter-item {
    width: 100%;
  }
}
.pos-counter-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background: rgba(33, 33, 45, 0.08);
  top: 0;
  right: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pos-counter-item:not(:last-child)::before {
    right: -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: 574.98px) {
  .pos-counter-item:not(:last-child)::before {
    display: none;
  }
}
.pos-counter-count {
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 64px;
  letter-spacing: -0.05em;
}
@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: 574.98px) {
  .pos-counter-count {
    font-size: 50px;
  }
}
.pos-counter-dec {
  font-weight: 500;
  font-size: 18px;
  color: #61616a;
}

/*----------------------------------------*/
/*  7.1 step
/*----------------------------------------*/
.tp-step-count {
  font-family: var(--tp-ff-heading);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: var(--tp-common-black);
  width: 96px;
  height: 96px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background: #F9FAFC;
  position: relative;
}
.tp-step-count::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 120px;
  background: #F9FAFC;
  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: 574.98px) {
  .tp-step-count::before {
    display: none;
  }
}
.tp-step-title {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.02em;
}
.tp-step-dec {
  font-weight: 500;
  font-size: 17px;
  line-height: 141%;
  color: var(--tp-grey-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-step-dec br {
    display: none;
  }
}
.tp-step-border {
  border-top: 1px solid rgba(33, 33, 45, 0.2);
  width: 80%;
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -2;
}

/*----------------------------------------*/
/*  7.1 faq
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-faq-wrap {
    padding-left: 0;
  }
}
.tp-faq-accordion-wrap {
  background: #f1f6fb;
  border-radius: 16px;
  padding: 12px;
}
.tp-faq-accordion-wrap .accordion-items {
  padding-right: 40px;
  position: relative;
  border-radius: 12px;
  background: var(--tp-common-white);
}
.tp-faq-accordion-wrap .accordion-items:not(:last-child) {
  margin-bottom: 12px;
}
.tp-faq-accordion-wrap .accordion-header {
  margin-bottom: 0;
  font-size: 0;
}
.tp-faq-accordion-wrap .accordion-header .accordion-buttons {
  padding: 26px 60px 28px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  width: 100%;
  text-align: left;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
@media (max-width: 574.98px) {
  .tp-faq-accordion-wrap .accordion-header .accordion-buttons {
    font-size: 15px;
  }
}
.tp-faq-accordion-wrap .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 18px;
  right: 20px;
  left: auto;
  width: 36px;
  height: 36px;
  margin: 0;
  line-height: 36px;
  border-radius: 50%;
  background-color: #F9FAFC;
}
.tp-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-black);
  border-radius: 2px;
  transition: 0.4s;
}
.tp-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-black);
  border-radius: 2px;
}
.tp-faq-accordion-wrap .accordion-header span {
  margin-right: 20px;
}
.tp-faq-accordion-wrap .accordion-body {
  padding: 0;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-right: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .tp-faq-accordion-wrap .accordion-body {
    padding-right: 30px;
  }
}
.tp-faq-accordion-wrap .accordion-body p {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-1);
  margin-bottom: 0;
  padding-bottom: 15px;
}
@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: 574.98px) {
  .tp-faq-accordion-wrap .accordion-body p br {
    display: none;
  }
}
@media (max-width: 574.98px) {
  .tp-faq-accordion-wrap .accordion-body p {
    font-size: 14px;
  }
}
.tp-faq-2-spacing {
  padding-top: 216px;
  padding-bottom: 140px;
}
.tp-faq-2-title {
  font-weight: 600;
  font-size: 54px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-faq-2-title {
    font-size: 44px;
  }
}

/*----------------------------------------*/
/*  7.1 cta
/*----------------------------------------*/
.tp-cta-wrap {
  border-radius: 30px;
  background: linear-gradient(265deg, #D0F2F0 16.29%, #C5E0FC 84.71%);
}
.tp-cta-wrapper {
  padding-left: 87px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-wrapper {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cta-wrapper {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 574.98px) {
  .tp-cta-wrapper {
    padding-top: 45px;
    padding-right: 30px;
  }
}
.tp-cta-heading p {
  color: #61616A;
  letter-spacing: -0.18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .tp-cta-heading p br {
    display: none;
  }
}
.tp-cta-store {
  display: flex;
  width: 184px;
  align-items: center;
  border-radius: 12px;
  padding: 9px 20px;
  transition: 0.4s;
  background: var(--tp-common-white);
  box-shadow: 0px 14px 24px 0px rgba(3, 46, 65, 0.2);
}
@media (max-width: 574.98px) {
  .tp-cta-store {
    margin-bottom: 20px;
  }
}
.tp-cta-store:hover {
  transform: scale(1.1);
}
.tp-cta-store-icon {
  margin-right: 10px;
}
.tp-cta-store-content p {
  margin: 0;
  font-size: 12px;
  color: var(--tp-common-black-10);
}
.tp-cta-store-content span {
  font-size: 21px;
  font-weight: 600;
}
.tp-cta-store-box {
  flex-wrap: wrap;
}
.tp-cta-thumb-wrap {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.tp-cta-thumb {
  width: 100%;
  line-height: 0;
}
.tp-cta-thumb-1 {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tp-cta-thumb-2 {
  position: absolute;
  bottom: 0;
  right: 12%;
  z-index: -1;
  display: block;
  max-width: 100%;
  height: auto;
}
.tp-cta-2-link {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-grey-3);
}
.tp-cta-2-link:hover {
  color: var(--tp-theme-primary);
}
.tp-cta-2-title {
  font-weight: 700;
  font-size: 70px;
  color: var(--tp-grey-3);
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cta-2-title {
    font-size: 50px;
  }
}
@media (max-width: 574.98px) {
  .tp-cta-2-title {
    font-size: 40px;
    line-height: 46px;
  }
  .tp-cta-2-title br {
    display: none;
  }
}
.tp-cta-2-title.fs-50 {
  font-size: 50px;
}
.tp-cta-2-desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 167%;
  color: var(--tp-grey-3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cta-2-desc br {
    display: none;
  }
}
.tp-cta-2-bg {
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 20px;
}
.tp-cta-2-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 4, 0.8);
  left: 0;
  top: 0;
  border-radius: 30px;
  z-index: -1;
}
.tp-cta-3-bg {
  border-radius: 40px;
  padding: 100px 110px;
}
@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: 574.98px) {
  .tp-cta-3-bg {
    padding: 100px 50px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cta-3-bg {
    padding: 60px 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-cta-3-bg {
    padding: 60px 20px;
    padding-bottom: 0;
  }
}
.tp-cta-3-thumb {
  position: absolute;
  right: 87px;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-cta-3-thumb {
    position: inherit;
    margin-top: 40px;
  }
}

/*----------------------------------------*/
/*  7.1 testimonial
/*----------------------------------------*/
.tp-testimonial-user img {
  border-radius: 100px;
}
.tp-testimonial-user-content span {
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-common-black);
}
.tp-testimonial-video {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 574.98px) {
  .tp-testimonial-video {
    height: 400px;
  }
}
.tp-testimonial-video-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
}
.tp-testimonial-video-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 66.17%, #051a2a 100%);
  z-index: 1;
}
.tp-testimonial-play-btn {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.tp-testimonial-play-btn i {
  color: var(--tp-common-white);
  margin-left: 1px;
}
.tp-testimonial-content {
  padding: 40px 50px;
  border-radius: 16px;
  background: #f9fafc;
  height: 100%;
}
@media (max-width: 574.98px) {
  .tp-testimonial-content {
    padding: 30px 20px;
  }
}
.tp-testimonial-dec {
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 38px;
  line-height: 50.16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-dec {
    font-size: 36px;
    line-height: 44.16px;
  }
  .tp-testimonial-dec br {
    display: none;
  }
}
.tp-testimonial-rating-content {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: var(--tp-common-black);
}
.tp-testimonial-active {
  margin: 0 -260px;
}
@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: 574.98px) {
  .tp-testimonial-active {
    margin: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-testimonial-arrow {
    display: none;
  }
}
.tp-testimonial-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 0 138px;
  border-radius: 60px;
  display: inline-block;
  background: var(--tp-common-white);
  border: 1px solid rgba(33, 33, 45, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-testimonial-arrow button {
    margin: 0 116px;
  }
}
.tp-testimonial-arrow button:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-testimonial-dots {
  margin-top: -40px;
}
@media (max-width: 574.98px) {
  .tp-testimonial-dots {
    margin-top: 0;
  }
}
.tp-testimonial-dots .swiper-pagination-bullet {
  border-radius: 7px;
  width: 50px;
  height: 6px;
  opacity: 1;
  margin: 0 4px;
  transition: 0.3s;
  background: rgba(33, 33, 45, 0.1);
}
.tp-testimonial-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--tp-theme-primary);
}
.tp-testimonial-2-spacing {
  padding-bottom: 120px;
}

/*----------------------------------------*/
/*  7.1 experience
/*----------------------------------------*/
.tp-experience-year {
  font-weight: 600;
  font-size: 66px;
  line-height: 109%;
  letter-spacing: -0.01em;
}
@media (max-width: 574.98px) {
  .tp-experience-year {
    margin-bottom: 0;
  }
}
.tp-experience-title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-experience-title {
    font-size: 15px;
  }
}
.tp-experience-desc {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-grey-1);
}
.tp-experience-img img {
  border-radius: 100%;
}
.tp-experience-circale {
  width: 220px;
  height: 220px;
  background: var(--tp-theme-primary);
  border-radius: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  animation: animate-pulse 3s linear infinite;
}
.tp-experience-circale-year {
  font-weight: 600;
  font-size: 58px;
  letter-spacing: -0.01em;
  color: var(--tp-grey-3);
  line-height: 1;
}
.tp-experience-circale-text {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
@media (max-width: 574.98px) {
  .tp-experience-wrap {
    flex-wrap: wrap;
  }
}

/*----------------------------------------*/
/*  7.1 chose
/*----------------------------------------*/
.tp-chose-item {
  box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.08);
  background: var(--tp-common-white);
  border-radius: 12px;
  padding: 65px 40px 45px 40px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-chose-item {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-chose-item {
    margin-top: 0;
  }
}
.tp-chose-item:hover {
  background: var(--tp-theme-primary);
}
.tp-chose-item:hover .tp-chose-icon {
  color: var(--tp-common-white);
}
.tp-chose-item:hover .tp-chose-title {
  color: var(--tp-common-white);
}
.tp-chose-item:hover .tp-chose-dec {
  color: var(--tp-common-white);
}
.tp-chose-item-wrap {
  margin-right: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-chose-item-wrap {
    margin-right: 0;
  }
}
.tp-chose-icon {
  transition: all 0.3s ease-in-out;
}
.tp-chose-title {
  font-weight: 600;
  font-size: 24px;
  font-family: var(--tp-ff-p);
  letter-spacing: -0.01em;
}
.tp-chose-dec {
  font-weight: 600;
  font-size: 15px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-chose-content {
    margin-left: 0;
  }
}

.pos-chose-item {
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.05);
  background: #f4f5fa;
  border: 2px solid var(--tp-common-white);
  border-radius: 6px;
  padding: 80px 28px 60px 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pos-chose-item {
    padding: 40px 28px 20px 28px;
  }
}
.pos-chose-item:hover .pos-chose-icon {
  background: #016273;
  color: var(--tp-common-white);
}
.pos-chose-icon {
  width: 100px;
  height: 100px;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #f9fafc;
  border: 4px solid var(--tp-common-white);
  transition: all 0.4s ease;
}
.pos-chose-title {
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.pos-chose-dec {
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: -0.02em;
  color: var(--tp-grey-4);
}
.pos-chose-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*----------------------------------------*/
/*  7.1 video
/*----------------------------------------*/
.tp-video-desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #c0c0d3;
}
@media (max-width: 574.98px) {
  .tp-video-desc br {
    display: none;
  }
}
.tp-video-call-info .tp-about-call-icon {
  background: var(--tp-common-white);
}
.tp-video-call-info .tp-about-call-content span {
  color: #c0c0d3;
}
.tp-video-call-info .tp-about-call-content a {
  color: var(--tp-common-white);
}
.tp-video-call-info .tp-about-call-content a:hover {
  color: var(--tp-theme-primary);
}
.tp-video-playbtn {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background: var(--tp-common-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tp-video-playbtn svg path {
  transition: all 0.3s ease-in-out;
}
.tp-video-playbtn:hover {
  background: var(--tp-theme-primary);
}
.tp-video-playbtn:hover svg path {
  fill: var(--tp-common-white);
}
.tp-video-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-video-thumb {
    position: inherit;
    width: 100%;
    margin-top: 40px;
  }
}
.tp-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------*/
/*  7.1 terms
/*----------------------------------------*/
.tp-terms-spacing {
  padding-top: 216px;
  padding-bottom: 240px;
}
@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: 574.98px) {
  .tp-terms-spacing {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}
.tp-terms-title {
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
}
.tp-terms-dec {
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  color: #4a4a50;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-terms-dec br {
    display: none;
  }
}
.tp-terms-biyo ul li {
  font-weight: 500;
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.tp-terms-biyo ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: var(--tp-common-black);
  left: 0;
  top: 10px;
  border-radius: 100px;
}
.tp-terms-biyo ul li .name {
  font-weight: 600;
  color: var(--tp-common-black);
  width: 150px;
  display: inline-block;
}
@media (max-width: 574.98px) {
  .tp-terms-biyo ul li .name {
    width: 100%;
  }
}
.tp-terms-biyo ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-terms-list ul li {
  font-weight: 500;
  font-size: 18px;
  color: #4a4a50;
}
.tp-terms-list ul li::before {
  width: 5px;
  height: 5px;
}
.tp-terms-list-2 ul li {
  font-size: 16px;
  font-weight: 500;
  color: #4a4a50;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-terms-list-2 ul li br {
    display: none;
  }
}
.tp-terms-list-2 ul li:not(:last-child) {
  margin-bottom: 18px;
}
.tp-terms-list-2 ul li span {
  width: auto;
  font-weight: 600;
  color: var(--tp-common-black);
}
.tp-terms-trip {
  font-size: 16px;
  line-height: 163%;
  font-weight: 500;
  color: #525655;
}
.tp-terms-trip span {
  color: var(--tp-common-black);
  font-weight: 600;
}

/*----------------------------------------*/
/*  7.1 contact
/*----------------------------------------*/
.tp-contact-spacing {
  padding-top: 200px;
  padding-bottom: 100px;
}
.tp-contact-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  border-bottom: 1px solid #d3d3d5;
  display: block;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
.tp-contact-info {
  border: 1px solid #d3d3d5;
  border-radius: 24px;
  padding: 50px 40px;
  background: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
  .tp-contact-info {
    padding: 40px 30px;
  }
}
.tp-contact-info-item {
  display: flex;
  gap: 12px;
}
.tp-contact-info-item .icon {
  transform: translateY(2px);
  display: inline-block;
}
.tp-contact-info-title {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #66666c;
  display: block;
}
.tp-contact-info-dec {
  font-weight: 600;
  font-size: 15px;
  line-height: 147%;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
  .tp-contact-info-dec br {
    display: none;
  }
}
.tp-contact-info-closed {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #e01300;
}
.tp-contact-info-whatsapp {
  border: 1px solid rgba(1, 23, 6, 0.2);
  border-radius: 16px;
  background: rgba(48, 219, 99, 0.05);
  display: flex;
  align-items: center;
  padding: 14px 20px;
  gap: 10px;
}
.tp-contact-info-whatsapp a {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-contact-form {
  border: 1px solid #d3d3d5;
  border-radius: 24px;
  background: var(--tp-common-white);
  padding: 45px 40px 30px 40px;
}
@media (max-width: 574.98px) {
  .tp-contact-form {
    padding: 35px 30px 30px 30px;
  }
}
.tp-contact-form-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000;
}
.tp-contact-input label {
  font-weight: 500;
  font-size: 14px;
  color: #4a4a50;
  margin-bottom: 10px;
}
.tp-contact-input input, .tp-contact-input textarea {
  border: 1px solid rgba(149, 149, 156, 0.3);
  border-radius: 12px;
  height: 60px;
  background: #f9fafc;
}
.tp-contact-input textarea {
  height: 177px;
}
.tp-contact-map iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 574.98px) {
  .tp-contact-map iframe {
    height: 350px;
  }
}

/*----------------------------------------*/
/*  7.9 feature css
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aqf-shop-feature-ptb {
    padding-bottom: 40px;
  }
}
.aqf-shop-feature-item {
  padding: 30px 40px;
  border: 1px solid var(--tp-gray-3);
}
.aqf-shop-feature-item h4 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aqf-shop-feature-item h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 574.98px) {
  .aqf-shop-feature-item h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.aqf-shop-feature-item p {
  font-size: 16px;
  line-height: 133.663%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aqf-shop-feature-item p {
    font-size: 14px;
  }
}
.aqf-shop-feature-style .aqf-shop-feature-item {
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aqf-shop-feature-style .aqf-shop-feature-item {
    width: 50%;
    padding-inline-end: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aqf-shop-feature-style .aqf-shop-feature-item {
    margin-inline-end: 30px;
  }
}
.aqf-shop-feature-style .aqf-shop-feature-item span {
  color: var(--tp-common-black);
}
.aqf-shop-feature-style .aqf-shop-feature-item p {
  font-size: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aqf-shop-feature-style .aqf-shop-feature-item p {
    font-size: 13px;
  }
}
@media (max-width: 574.98px) {
  .aqf-shop-feature-style .aqf-shop-feature-item p {
    font-size: 14px;
  }
}
.aqf-shop-feature-style .aqf-shop-feature-wrap {
  padding: 40px 40px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aqf-shop-feature-style .aqf-shop-feature-wrap {
    padding: 40px 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 574.98px) {
  .aqf-shop-feature-style .aqf-shop-feature-wrap {
    padding: 30px 20px;
    padding-bottom: 10px;
  }
}
.aqf-shop-feature-style.bdr-radius .aqf-shop-feature-wrap {
  border-radius: 20px;
}
.aqf-shop-feature-icon {
  height: 60px;
  width: 60px;
  margin-inline-end: 16px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  flex: 0 0 auto;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aqf-shop-feature-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
@media (max-width: 574.98px) {
  .aqf-shop-feature-icon {
    height: 50px;
    width: 50px;
    margin-inline-end: 12px;
    line-height: 50px;
  }
}

/*----------------------------------------*/
/*  7.9 categories css
/*----------------------------------------*/
.aqf-categories-img {
  overflow: hidden;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 8px;
  display: inline-block;
}
@media (max-width: 574.98px) {
  .aqf-categories-img {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aqf-categories-img {
    height: 100px;
    width: 100px;
  }
}
.aqf-categories-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.aqf-categories-item span {
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media (max-width: 574.98px) {
  .aqf-categories-item span {
    font-size: 13px;
  }
}
.aqf-categories-item p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.3;
  letter-spacing: 0.14px;
}
.aqf-categories-item:hover .aqf-categories-img img {
  transform: scale(1.2);
}
.aqf-categories-item:hover span {
  color: #da3f3f;
}
.aqf-categories-arrow button {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 2;
  height: 46px;
  width: 46px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  display: inline-block;
  -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: translateY(-50%);
  background: var(--tp-common-white);
  box-shadow: 0 1px 2px 0 rgba(1, 15, 28, 0.2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
  .aqf-categories-arrow button {
    left: 0;
  }
}
.aqf-categories-arrow button.aqf-categories-next {
  left: auto;
  right: -30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
  .aqf-categories-arrow button.aqf-categories-next {
    left: auto;
    right: 0;
  }
}
.aqf-categories-arrow button:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.aqf-categories-wrap:hover .aqf-categories-arrow button {
  opacity: 1;
  visibility: visible;
  inset-inline-start: -22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aqf-categories-wrap:hover .aqf-categories-arrow button {
    inset-inline-start: -15px;
  }
}
@media (max-width: 574.98px) {
  .aqf-categories-wrap:hover .aqf-categories-arrow button {
    inset-inline-start: -5px;
  }
}
.aqf-categories-wrap:hover .aqf-categories-arrow button.aqf-categories-next {
  inset-inline-start: auto;
  inset-inline-end: -22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aqf-categories-wrap:hover .aqf-categories-arrow button.aqf-categories-next {
    inset-inline-start: auto;
    inset-inline-end: -15px;
  }
}
@media (max-width: 574.98px) {
  .aqf-categories-wrap:hover .aqf-categories-arrow button.aqf-categories-next {
    inset-inline-start: auto;
    inset-inline-end: -5px;
  }
}
.aqf-categories-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.aqf-categories-brand-style .aq-product-sidebar-brand-item {
  width: 100%;
  -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: 1px solid #F1F1F1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .elt-categories-style {
    padding-bottom: 60px;
  }
}
.elt-categories-style .aqf-categories-img {
  height: 160px;
  width: 160px;
}
.elt-categories-style .aqf-categories-item {
  display: inline-block;
}
.elt-categories-style .aqf-categories-item span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.elt-categories-cupon-text {
  border-radius: 8px;
  padding: 15px 20px;
  border: 1px solid #f5f5f5;
}
.elt-categories-cupon-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 574.98px) {
  .elt-categories-cupon-text p {
    font-size: 15px;
  }
}
.elt-categories-cupon-text p a {
  font-weight: 500;
  color: #da3f3f;
}

/*----------------------------------------*/
/*  7.9 feature css
/*----------------------------------------*/
.aq-product-badge {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 1;
  margin: 16px;
  display: flex;
  gap: 5px;
  align-items: start;
  flex-direction: column;
}
.aq-product-badge span {
  font-size: 15px;
  line-height: 1;
  border-radius: 40px;
  padding: 6px 13.5px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  background-color: #DA3F3F;
}
.aq-product-category {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13px;
  color: #b64400;
}
.aq-product-title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-product-title a:hover {
  color: #da3f3f;
}
.aq-product-price {
  margin-bottom: 12px;
}
.aq-product-price ins {
  text-decoration: none;
}
.aq-product-new-price {
  font-size: 16px;
  line-height: 1;
  margin-inline-end: 6px;
  display: inline-block;
  transform: translateY(1px);
  color: var(--tp-common-black);
}
.aq-product-old-price {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-common-black);
}
.aq-product-thumb {
  overflow: hidden;
}
.aq-product-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.aq-product-content-space {
  padding: 0 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-product-3-area {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-3-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.aq-product-3-item {
  background: #f9f9f9;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-3-item {
    flex-wrap: wrap;
    text-align: center;
  }
}
.aq-product-3-item .aq-product-badge {
  margin: 12px;
}
.aq-product-3-item:hover .aq-product-3-thumb img {
  transform: scale(1.1);
}
.aq-product-3-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  height: 210px;
  width: 210px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-3-thumb {
    margin: 0 auto;
  }
}
.aq-product-3-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.aq-product-3-content {
  padding: 25px;
  width: 100%;
}
.aq-product-3-content .aq-product-new-price, .aq-product-3-content .aq-product-old-price {
  font-weight: 500;
}
.aq-product-3-content .aq-product-old-price {
  color: #787C80;
  font-weight: 400;
}
.aq-product-3-wrap {
  overflow: hidden;
  border-radius: 20px;
}
.aq-product-3-top-btn {
  position: relative;
  padding-inline-start: 20px;
  margin-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: 574.98px) {
  .aq-product-3-top-btn {
    padding-inline-start: 0;
    margin-inline-start: 0;
  }
}
.aq-product-3-top-btn::after {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 0;
  height: 24px;
  width: 1px;
  background-color: #D9D9D9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-3-top-btn::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-3-top-right {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-3-top-right .aqf-deals-countbox {
    margin-bottom: 20px;
  }
}
.aq-product-color-item {
  position: relative;
  height: 21px;
  width: 21px;
  margin: 0 1px;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  -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: 1px solid rgba(42, 44, 45, 0.1);
}
.aq-product-color-item:hover, .aq-product-color-item.active {
  border-color: var(--tp-common-black);
}
.aq-product-color-item:hover .aq-product-color-value, .aq-product-color-item.active .aq-product-color-value {
  transform: scale(0.7);
}
.aq-product-color-item img {
  visibility: hidden;
  width: 18px;
  height: 18px;
  position: absolute;
}
.aq-product-color-value {
  position: relative;
  height: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  -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;
}
.aq-product-color-value.half-circle::after {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 100%);
}
.aq-product-color-square ul {
  display: flex;
  align-items: center;
}
.aq-product-color-square-item {
  height: 16px;
  width: 16px;
  margin: 0 2px;
  cursor: pointer;
  list-style-type: none;
  border: 2px solid transparent;
}
.aq-product-color-square-item img {
  visibility: hidden;
  position: absolute;
}
.aq-product-color-square-item.active {
  transform: scale(1);
  border-color: #D9D9D9;
}
.aq-product-action {
  position: absolute;
  top: 16px;
  inset-inline-end: 0;
  z-index: 1;
  opacity: 0;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  transition: all 0.3s 0s ease-out;
}
.aq-product-action.action-list-view {
  position: static;
  visibility: visible;
  opacity: 1;
  flex-direction: row;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-product-action.action-list-view {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.aq-product-action.action-list-view button {
  flex: 0 0 auto;
  margin-inline-end: 6px;
}
.aq-product-action.action-list-view button.aq-btn-border.btn-border-gray {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.aq-product-action.action-list-view button.aq-btn-border.btn-border-gray:hover {
  border-color: var(--tp-common-red);
  background-color: var(--tp-common-red);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-action.action-list-view button.aq-btn-border.btn-border-gray {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-action.action-list-view button:nth-last-child(-n+2) {
    display: none;
  }
}
.aq-product-action.action-list-view .aq-product-action-btn {
  margin-bottom: 0;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.aq-product-action.pos-top-left, .aq-product-action.pos-bottom-left {
  inset-inline-end: auto;
  inset-inline-start: 0;
}
.aq-product-action.pos-bottom-left {
  top: auto;
  bottom: 16px;
}
.aq-product-action.pos-bottom-right {
  top: auto;
  bottom: 16px;
}
.aq-product-action.pos-top-center, .aq-product-action.pos-bottom-center {
  top: 0;
  flex-direction: row;
  gap: 6px;
  inset-inline-end: auto;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.aq-product-action.pos-bottom-center {
  top: auto;
  bottom: 0;
}
.aq-product-action-btn {
  width: 42px;
  height: 42px;
  display: grid;
  text-align: center;
  flex: 0 0 auto;
  font-size: 18px;
  position: relative;
  border-radius: 50%;
  margin-bottom: 6px;
  place-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;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  box-shadow: 0 1px 2px 0 rgba(1, 15, 28, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-action-btn {
    width: 38px;
    height: 38px;
  }
}
.aq-product-action-btn.action-btn-2 {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-inline-start: 8px;
  background-color: transparent;
  border: 1px solid rgba(15, 15, 15, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-action-btn.action-btn-2 {
    width: 46px;
    height: 46px;
  }
}
.aq-product-action-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.aq-product-action-btn-2 {
  margin: 2px 0;
  color: var(--tp-common-black);
}
.aq-product-action-btn-2.cart-box {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: var(--tp-common-white);
  box-shadow: 0 1px 2px 0 rgba(1, 15, 28, 0.1);
}
.aq-product-action-btn-2.pos-top-left {
  inset-inline-end: auto;
  inset-inline-start: 20px;
}
.aq-product-action-btn-2.pos-bottom-right {
  top: auto;
  bottom: 20px;
}
.aq-product-action-btn-2.pos-bottom-left {
  top: auto;
  bottom: 0;
  inset-inline-start: auto;
  inset-inline-start: 0;
}
.aq-product-action-2 {
  position: absolute;
  top: 15px;
  inset-inline-end: 20px;
  z-index: 2;
}
@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: 574.98px) {
  .aq-product-item {
    margin-bottom: 30px;
  }
}
.aq-product-item:hover .aq-product-action {
  inset-inline-end: 16px;
  visibility: visible;
  opacity: 1;
}
.aq-product-item:hover .aq-product-action.pos-top-left, .aq-product-item:hover .aq-product-action.pos-bottom-left {
  inset-inline-end: auto;
  inset-inline-start: 16px;
}
.aq-product-item:hover .aq-product-action.pos-top-center {
  top: 16px;
  inset-inline-end: auto;
}
.aq-product-item:hover .aq-product-action.pos-bottom-center {
  bottom: 16px;
  inset-inline-end: auto;
}
.aq-product-item:hover .aq-product-inner-action {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.aq-product-item:hover .aq-product-btn {
  transform: translateY(0);
}
.aq-product-item-list {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.aq-product-item-list .aq-product-thumb {
  height: 400px;
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-inline-end: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-product-item-list .aq-product-thumb {
    max-width: 330px;
    margin-inline-end: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-item-list .aq-product-thumb {
    width: 35%;
    max-width: 338px;
    margin-inline-end: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-item-list .aq-product-thumb {
    height: auto;
  }
}
.aq-product-item-list .aq-product-content {
  padding: 30px;
  padding-top: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-item-list .aq-product-content {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-item-list .aq-product-content p {
    display: none;
  }
}
.aq-product-item-list .aq-product-content p br {
  display: none;
}
.aq-product-item-list .aq-product-price {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-product-item-list .aq-product-color {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-item-list .aq-product-color {
    margin-bottom: 10px;
  }
}
.aq-product-filter-btn {
  gap: 6px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 14px;
  border-radius: 4px;
  -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: 1px solid #EEE;
  align-items: center;
  cursor: pointer;
  color: var(--tp-common-black);
}
.aq-product-filter-btn svg {
  transform: translateY(1px);
}
.aq-product-filter-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.aq-product-quantity {
  width: 140px;
  position: relative;
  border-radius: 30px;
}
.aq-product-quantity .aq-cart-input[type=text] {
  border: 1px solid rgba(15, 15, 15, 0.1);
  border-radius: 4px;
}

.aq-btn-link {
  font-weight: 500;
  font-size: 15px;
  color: #0f0f0f;
}
.aq-btn-link:hover {
  color: #da3f3f;
}

.elt-arrival-style .aq-product-item {
  overflow: hidden;
  min-height: 535px;
  border-radius: 20px;
  background-color: #f9f9f9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .elt-arrival-style .aq-product-item {
    min-height: 380px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .elt-arrival-style .aq-product-item {
    min-height: 400px;
  }
}
.elt-arrival-style .aq-product-item:hover .aq-product-img {
  transform: scale(1.1);
}
.elt-arrival-style .aq-product-content {
  padding: 35px 20px 30px 20px;
}
.elt-arrival-style .aq-product-color {
  margin-bottom: 20px;
}
.elt-arrival-style .aq-product-img {
  transition: 0.3s;
}
.elt-arrival-style .aq-product-item-list {
  min-height: auto;
}
.elt-arrival-style.aq-col-2 .aq-product-item {
  min-height: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .elt-arrival-style .aq-product-item-list .aq-product-thumb {
    width: 250px;
  }
}

/*----------------------------------------*/
/*  7.9 countdown css
/*----------------------------------------*/
.aq-countdown-style {
  width: 188px;
  font-size: 14px;
  padding: 5px 18px;
  padding-top: 9px;
  padding-inline-end: 0;
  border-radius: 30px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.aq-countdown-style .count-box span, .aq-countdown-style .count-box i {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.14px;
  color: var(--tp-common-white);
}
.aq-countdown-style .count-box i {
  margin: 0 5px;
  font-style: normal;
  display: inline-block;
  transform: translateY(-3px);
}
.aq-countdown-style-2 .count-box span {
  height: 36px;
  width: 36px;
  font-size: 14px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.14px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.aq-countdown-style-2 .count-box i {
  margin: 0 5px;
  font-size: 18px;
  font-style: normal;
  display: inline-block;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-countdown-text {
    display: none;
  }
}
.aq-countdown-text span {
  color: #414243;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.16px;
}

/*----------------------------------------*/
/*  7.21 Login Css
/*----------------------------------------*/
.tp-login-spacing {
  padding-top: 216px;
  padding-bottom: 115px;
}
@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: 574.98px) {
  .tp-login-spacing {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}
.tp-login-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #d3d3d5;
  border-radius: 24px;
  background: var(--tp-common-white);
  box-shadow: 0 6px 50px 0 rgba(0, 0, 0, 0.04);
  padding: 45px 40px 40px;
  margin: 0 33px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-login-card {
    margin: 0;
  }
}
@media (max-width: 574.98px) {
  .tp-login-card {
    padding: 35px 25px 30px;
  }
}
.tp-login-terms {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: var(--tp-grey-1);
  margin-top: 25px;
  margin-bottom: 0;
}
.tp-login-terms a {
  color: var(--tp-common-black);
  font-weight: 600;
}
.tp-login-terms a:hover {
  color: var(--tp-theme-secondary);
}
.tp-login {
  /* step indicator — sign up flow only */
}
.tp-login-steps {
  display: flex;
  list-style: none;
  margin-bottom: 35px;
}
.tp-login-steps .step {
  flex: 1;
  position: relative;
  text-align: center;
}
.tp-login-steps .step::before, .tp-login-steps .step::after {
  position: absolute;
  content: "";
  top: 17px;
  height: 2px;
  width: calc(50% - 20px);
  background: #e9e9ed;
  transition: background 0.3s ease;
}
.tp-login-steps .step::before {
  left: 0;
}
.tp-login-steps .step::after {
  right: 0;
}
.tp-login-steps .step:first-child::before, .tp-login-steps .step:last-child::after {
  display: none;
}
.tp-login-steps .step .mark {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #e3e3e7;
  border-radius: 50%;
  background: var(--tp-common-white);
  font-weight: 600;
  font-size: 13px;
  color: #a1a1a6;
  transition: all 0.3s ease;
}
.tp-login-steps .step .label {
  display: block;
  margin-top: 8px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #a1a1a6;
  transition: color 0.3s ease;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #a4a4a8;
}
@media (max-width: 574.98px) {
  .tp-login-steps .step .label {
    font-size: 12px;
  }
}
.tp-login-steps .step.is-active .mark {
  border-color: #1da45a;
  background: #1da45a;
  color: var(--tp-common-white);
}
.tp-login-steps .step.is-active .label {
  color: var(--tp-common-black);
}
.tp-login-steps .step.is-active::before {
  background: var(--tp-theme-secondary);
}
.tp-login-steps .step.is-done::before, .tp-login-steps .step.is-done::after {
  background: var(--tp-theme-secondary);
}
.tp-login-steps .step.is-done .mark {
  border-color: var(--tp-theme-secondary);
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-login-steps .step.is-done .label {
  color: var(--tp-theme-secondary);
}
.tp-login-back {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 500;
  background: #f5f5f7;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.tp-login-back:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-login-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 12px;
  background: rgba(224, 19, 0, 0.06);
  padding: 13px 16px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #b4232a;
  animation: tpLoginShake 0.4s ease both;
}
.tp-login-alert i {
  color: #e01300;
  font-size: 15px;
  line-height: 1.5;
}
.tp-flash {
  position: fixed;
  top: max(16px, env(safe-area-inset-top, 0px));
  right: max(16px, env(safe-area-inset-right, 0px));
  z-index: 2147483000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: min(420px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  pointer-events: none;
  isolation: isolate;
}
@media (max-width: 575px) {
  .tp-flash {
    top: max(12px, env(safe-area-inset-top, 0px));
    right: max(12px, env(safe-area-inset-right, 0px));
    left: max(12px, env(safe-area-inset-left, 0px));
    width: auto;
    max-width: none;
    align-items: stretch;
  }
}
.tp-flash__item {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-height: min(70vh, 480px);
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  animation: tpFlashIn 0.35s ease both;
}
.tp-flash__item.is-hiding {
  animation: tpFlashOut 0.28s ease both;
}
.tp-flash__item--success {
  background: #f2f7f8;
  border: 1px solid rgba(14, 118, 135, 0.18);
  color: #016273;
}
.tp-flash__item--error {
  background: rgba(224, 19, 0, 0.06);
  border: 1px solid rgba(224, 19, 0, 0.14);
  color: #b4232a;
}
.tp-flash__icon {
  flex-shrink: 0;
  line-height: 1.5;
}
.tp-flash__item--success .tp-flash__icon i {
  color: #0e7687;
}
.tp-flash__item--error .tp-flash__icon i {
  color: #e01300;
}
.tp-flash__text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding-top: 1px;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.tp-flash__close {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: -2px -4px 0 0;
  border: 0;
  background: transparent;
  color: inherit;
  opacity: 0.55;
  cursor: pointer;
  border-radius: 6px;
  line-height: 1;
}
.tp-flash__close:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}
@keyframes tpFlashIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tpFlashOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}
.tp-login {
  /* panes — one screen of the flow, only one is visible at a time */
}
.tp-login-pane {
  animation: tpLoginFadeUp 0.4s ease both;
}
.tp-login-title {
  margin-bottom: 10px;
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.tp-login-user {
  border-radius: 100%;
  background: #f5f5f7;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tp-login-dec {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: #4a4a50;
  margin-bottom: 25px;
}
.tp-login-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid rgba(149, 149, 156, 0.3);
  border-radius: 12px;
  background: #f9fafc;
  padding: 14px 18px;
  margin-bottom: 20px;
}
.tp-login-chip .value {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tp-login-field {
  margin-bottom: 20px;
}
.tp-login-field label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #4a4a50;
}
.tp-login-field input {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: 1px solid rgba(149, 149, 156, 0.3);
  border-radius: 12px;
  height: 60px;
  background: #f9fafc;
}
.tp-login-field input:focus {
  border-color: var(--tp-theme-secondary);
  background: var(--tp-common-white);
}
.tp-login-field .hint {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: var(--tp-grey-1);
  margin-top: 10px;
}
.tp-login-password {
  position: relative;
}
.tp-login-password input {
  padding-right: 80px;
}
.tp-login-password .toggle {
  position: absolute;
  right: 10px;
  bottom: 9px;
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-theme-secondary);
}
.tp-login-password .toggle:hover {
  background: #f9fafc;
}
.tp-login-forgot {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.tp-login {
  /* one input per digit of the verification code */
}
.tp-login-otp {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media (max-width: 574.98px) {
  .tp-login-otp {
    gap: 6px;
  }
}
.tp-login-otp input {
  height: 60px;
  padding: 0;
  text-align: center;
  border: 1px solid rgba(149, 149, 156, 0.3);
  border-radius: 12px;
  background: #f9fafc;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 574.98px) {
  .tp-login-otp input {
    height: 50px;
    font-size: 18px;
  }
}
.tp-login-otp input:focus {
  border-color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.tp-login-otp input.is-filled {
  border-color: var(--tp-common-black);
  background: var(--tp-common-white);
}
.tp-login-otp-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-grey-1);
}
.tp-login {
  /* password strength meter */
}
.tp-login-strength {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
.tp-login-strength .track {
  flex: 1;
  height: 4px;
  border-radius: 4px;
  background: #ededf0;
  overflow: hidden;
}
.tp-login-strength .bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.tp-login-strength .bar.is-weak {
  width: 25%;
  background: #e01300;
}
.tp-login-strength .bar.is-fair {
  width: 50%;
  background: var(--tp-theme-primary);
}
.tp-login-strength .bar.is-good {
  width: 75%;
  background: var(--tp-theme-secondary);
}
.tp-login-strength .bar.is-strong {
  width: 100%;
  background: #1da45a;
}
.tp-login-strength .label {
  min-width: 55px;
  text-align: right;
  font-weight: 500;
  font-size: 13px;
  color: var(--tp-grey-1);
}
.tp-login-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: 12px;
  background: rgba(14, 118, 135, 0.06);
  padding: 16px 18px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.55;
  color: var(--tp-common-black);
}
.tp-login-note i {
  color: var(--tp-theme-secondary);
  line-height: 1.55;
}
.tp-login-success {
  text-align: center;
}
.tp-login-success .icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #e8f8ee;
  color: var(--tp-theme-secondary);
  font-size: 30px;
  animation: tpLoginPop 0.5s ease both;
}
.tp-login-switch {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: var(--tp-grey-1);
  margin-top: 22px;
  margin-bottom: 0;
}
.tp-login {
  /* buttons */
}
.tp-login-btn {
  width: 100%;
  height: 56px;
  font-size: 16px;
}
.tp-login-btn[disabled] {
  opacity: 0.75;
  cursor: default;
}
.tp-login-btn.is-loading::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: var(--tp-common-white);
  border-radius: 50%;
  animation: tpLoginSpin 0.7s linear infinite;
}
.tp-login-white-btn {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #1d1d1f;
  background: #f5f5f7;
  border-radius: 50px;
  padding: 12px;
}
.tp-login-white-btn:hover {
  background: var(--tp-common-black);
}
.tp-login-link {
  font-weight: 600;
  font-size: 14px;
  color: var(--tp-theme-secondary);
}
.tp-login-link:hover {
  text-decoration: underline;
}
.tp-login-link[disabled] {
  color: #c7c7cc;
  cursor: default;
  text-decoration: none;
}
.tp-login {
  /* change email / phone dialog */
}
.tp-login-modal {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  background: rgba(33, 33, 45, 0.28);
  backdrop-filter: blur(6px);
  animation: tpLoginFadeUp 0.25s ease both;
}
.tp-login-modal-dialog {
  width: 100%;
  border-radius: 20px;
  background: var(--tp-common-white);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  padding: 25px;
}
@media (max-width: 574.98px) {
  .tp-login-modal-dialog {
    padding: 20px;
  }
}
.tp-login-modal-title {
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.tp-login-modal-action {
  display: flex;
  gap: 10px;
}

@keyframes tpLoginFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes tpLoginPop {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes tpLoginShake {
  10%, 90% {
    transform: translateX(-2px);
  }
  30%, 70% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
}
@keyframes tpLoginSpin {
  to {
    transform: rotate(360deg);
  }
}
.tp-return-policy-bg {
  background: rgba(1, 5, 13, 0.05);
  padding: 18px 0;
}
.tp-return-policy span {
  transform: translateY(-2px);
  display: inline-block;
}
.tp-return-policy p {
  font-weight: 400;
  font-size: 16px;
  color: #535959;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-return-policy-wrap {
    gap: 20px !important;
  }
}

.aq-login-input-eye {
  position: absolute;
  inset-inline-end: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aq-login-input-eye .open-eye {
  display: none;
}
.aq-login-input-eye span {
  transition: 0.3s;
}
.aq-login-input-eye:hover {
  cursor: pointer;
}
.aq-login-input-eye:hover span {
  color: var(--aq-common-black);
}

/*----------------------------------------*/
/*  7.1 banner
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .elt-banner-style-3 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .elt-banner-style-3 {
    margin-bottom: 60px;
  }
}
.elt-banner-style-3 .aqf-banner-2-box {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(15, 15, 15, 0.06);
}
@media (max-width: 574.98px) {
  .elt-banner-style-3 .aqf-banner-2-box {
    min-height: 430px;
  }
}
.elt-banner-style-3 .aqf-banner-2-box:hover .aqf-banner-2-thumb img {
  transform: scale(1.05);
}
.elt-banner-style-3 .aqf-banner-2-content {
  position: absolute;
  width: 100%;
  top: 0;
  inset-inline-start: 50%;
  padding: 70px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .elt-banner-style-3 .aqf-banner-2-content {
    padding: 30px;
  }
}
.elt-banner-style-3 .aq-section-subtitle {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 574.98px) {
  .elt-banner-style-3 .aq-section-subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 574.98px) {
  .elt-banner-style-3 .aq-section-title.fs-36 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
.elt-banner-style-3 .aqf-banner-2-thumb {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elt-banner-style-3 .aqf-banner-2-thumb {
    margin-top: -90px;
  }
}
.elt-banner-style-3 .aqf-banner-2-thumb img {
  transition: 0.3s;
}
.elt-banner-price {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  color: var(--tp-common-black);
}
@media (max-width: 574.98px) {
  .elt-banner-price {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/*----------------------------------------*/
/*  7.9 feature css
/*----------------------------------------*/
.aq-tooltip {
  position: relative;
}
.aq-tooltip-item {
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 1;
  inset-inline-end: 100%;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  padding: 6px 7px;
  border-radius: 4px;
  width: max-content;
  visibility: hidden;
  display: inline-block;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-satoshi-bold);
  background-color: var(--tp-common-black);
  -webkit-transform: translateY(-50%) translateX(6px);
  -moz-transform: translateY(-50%) translateX(6px);
  -ms-transform: translateY(-50%) translateX(6px);
  -o-transform: translateY(-50%) translateX(6px);
  transform: translateY(-50%) translateX(6px);
  -webkit-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);
  -moz-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);
  -ms-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);
  -o-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);
  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);
  transition-delay: 0s, 0s, 0s, 0s;
}
.aq-tooltip-item::before {
  position: absolute;
  content: "";
  inset-inline-end: -4px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 8px solid var(--tp-common-black);
}
.aq-tooltip:hover .aq-tooltip-item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-6px) translateY(-50%);
  -moz-transform: translateX(-6px) translateY(-50%);
  -ms-transform: translateX(-6px) translateY(-50%);
  -o-transform: translateX(-6px) translateY(-50%);
  transform: translateX(-6px) translateY(-50%);
}
.aq-tooltip-right .aq-tooltip-item {
  inset-inline-end: auto;
  inset-inline-start: 100%;
  -webkit-transform: translateY(-50%) translateX(-6px);
  -moz-transform: translateY(-50%) translateX(-6px);
  -ms-transform: translateY(-50%) translateX(-6px);
  -o-transform: translateY(-50%) translateX(-6px);
  transform: translateY(-50%) translateX(-6px);
}
.aq-tooltip-right .aq-tooltip-item::before {
  inset-inline-end: auto;
  inset-inline-start: -4px;
  border-left: 0;
  border-right: 8px solid var(--tp-common-black);
}
.aq-tooltip-right:hover .aq-tooltip-item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(6px) translateY(-50%);
  -moz-transform: translateX(6px) translateY(-50%);
  -ms-transform: translateX(6px) translateY(-50%);
  -o-transform: translateX(6px) translateY(-50%);
  transform: translateX(6px) translateY(-50%);
}
.aq-tooltip-top {
  position: relative;
}
.aq-tooltip-top .aq-tooltip-item {
  top: auto;
  bottom: 100%;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%) translateY(6px);
  -moz-transform: translateX(-50%) translateY(6px);
  -ms-transform: translateX(-50%) translateY(6px);
  -o-transform: translateX(-50%) translateY(6px);
  transform: translateX(-50%) translateY(6px);
}
.aq-tooltip-top .aq-tooltip-item::before {
  inset-inline-end: auto;
  top: 16px;
  inset-inline-start: 50%;
  border-left: 0;
  transform: translateX(-50%) rotate(-90deg);
  border-right: 8px solid var(--tp-common-black);
}
.aq-tooltip-top:hover .aq-tooltip-item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-6px) translateX(-50%);
  -moz-transform: translateY(-6px) translateX(-50%);
  -ms-transform: translateY(-6px) translateX(-50%);
  -o-transform: translateY(-6px) translateX(-50%);
  transform: translateY(-6px) translateX(-50%);
}
.aq-tooltip-bottom {
  position: relative;
}
.aq-tooltip-bottom .aq-tooltip-item {
  bottom: auto;
  top: 100%;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%) translateY(-6px);
  -moz-transform: translateX(-50%) translateY(-6px);
  -ms-transform: translateX(-50%) translateY(-6px);
  -o-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
}
.aq-tooltip-bottom .aq-tooltip-item::before {
  inset-inline-end: auto;
  top: -9px;
  inset-inline-start: 50%;
  border-left: 0;
  transform: translateX(-50%) rotate(90deg);
  border-right: 8px solid var(--tp-common-black);
}
.aq-tooltip-bottom:hover .aq-tooltip-item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(6px) translateX(-50%);
  -moz-transform: translateY(6px) translateX(-50%);
  -ms-transform: translateY(6px) translateX(-50%);
  -o-transform: translateY(6px) translateX(-50%);
  transform: translateY(6px) translateX(-50%);
}

/*----------------------------------------*/
/*  7.1 shop
/*----------------------------------------*/
.tp-shop-breadcrumb {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(15, 15, 15, 0.6);
}
.tp-shop-breadcrumb-spacing {
  padding-top: 120px;
}
.tp-shop-breadcrumb-title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.01em;
}
.tp-shop-breadcrumb-desc {
  font-weight: 500;
  font-size: 16px;
  color: rgba(15, 15, 15, 0.6);
}
.tp-shop-breadcrumb-wrap {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 60px;
}

/*----------------------------------------*/
/*  Booking Css
/*----------------------------------------*/
/*
  01. Tokens
  02. Shared elements
  03. Layout & progress
  04. Step 01 - device
  05. Step 02 - repairs & shop
  06. Step 03 - details
  07. Confirmation
  08. Animations
*/
/*----------------------------------------*/
/*  01. Tokens
/*----------------------------------------*/
/*----------------------------------------*/
/*  02. Shared elements
/*----------------------------------------*/
/* every choice on this page is a real input kept out of sight */
.booking-device-input,
.booking-model-input,
.booking-task-input,
.booking-shop-input,
.booking-method-input,
.booking-check-input,
.booking-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.booking-title {
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .booking-title {
    font-size: 26px;
  }
}
@media (max-width: 574.98px) {
  .booking-title {
    font-size: 22px;
  }
}

.booking-main-title {
  font-weight: 600;
  font-size: 54px;
  color: var(--tp-common-black);
}
@media (max-width: 574.98px) {
  .booking-main-title {
    font-size: 40px;
  }
}
.booking-main-dec {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-grey-4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .booking-main-dec br {
    display: none;
  }
}
.booking-main-subtitle {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-grey-4);
  display: inline-block;
}

.booking-subtitle {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-grey-4);
}

.booking-section-title {
  font-family: var(--tp-ff-heading);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin: 32px 0 35px;
}
@media (max-width: 574.98px) {
  .booking-section-title {
    font-size: 19px;
  }
}

.booking-label {
  display: block;
  color: var(--tp-common-black);
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
}
.booking-label-inline {
  margin-top: 18px;
}

.booking-hint {
  color: var(--tp-common-black);
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #8f8f99;
}

.booking-divider {
  border: 0;
  border-top: 1px solid #d3d3d5;
  opacity: 1;
  margin-top: 40px;
  margin-bottom: 35px;
}

/* inputs */
.booking-input {
  width: 100%;
  height: 60px !important;
  padding: 0 24px;
  border: 1px solid #d3d3d5 !important;
  border-radius: 12px;
  background: var(--tp-common-white);
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-common-black);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.booking-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #9c9ca6;
}
.booking-input:focus {
  border-color: var(--tp-theme-primary) !important;
  box-shadow: 0 0 0 3px rgba(29, 29, 31, 0.06) !important;
  outline: none;
}
.booking-input.is-error {
  border-color: #e01300;
  box-shadow: 0 0 0 3px rgba(224, 19, 0, 0.06);
}
.booking-input:disabled, .booking-input[readonly] {
  background: #f5f5f7;
  color: #6e6e73;
  cursor: not-allowed;
  box-shadow: none;
}

.booking-textarea {
  width: 100%;
  min-height: 118px;
  padding: 14px 16px;
  border: 1px solid #d3d3d5;
  border-radius: 12px;
  background: var(--tp-common-white);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.55;
  color: var(--tp-common-black);
  resize: vertical;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.booking-textarea::placeholder {
  color: var(--tp-common-black);
  font-weight: 400;
}
.booking-textarea:focus {
  border-color: var(--tp-common-black);
  box-shadow: 0 0 0 3px rgba(29, 29, 31, 0.06);
}

/* input with a leading magnifier */
.booking-search {
  position: relative;
}
.booking-search .booking-input {
  padding-left: 63px;
}
.booking-search .booking-input:focus {
  border-color: var(--tp-theme-primary);
}

.booking-search-icon {
  position: absolute;
  top: 48%;
  left: 28px;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--tp-common-black);
  pointer-events: none;
}

/* pill filters — brands and search radius */
.booking-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.booking-chip {
  height: 40px;
  border: 1px solid rgba(1, 98, 115, 0.1);
  border-radius: 36px;
  padding: 0 32px;
  border-radius: 54px;
  transition: all 0.3s ease;
  line-height: 187%;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.booking-chip:hover {
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-black);
}
.booking-chip.is-active {
  border-color: var(--tp-theme-primary);
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

/* buttons */
.booking-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  padding: 0 31px;
  border: 1px solid transparent;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.booking-btn i {
  font-size: 13px;
}
.booking-btn-dark {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.booking-btn-dark:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.booking-btn-ghost {
  border-color: #d3d3d5;
  background: var(--tp-common-white);
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 18px;
}
.booking-btn-ghost:hover {
  background: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.booking-btn-soft {
  border-color: #d3d3d5;
  color: var(--tp-common-black);
  width: 326px;
  justify-content: flex-start;
  height: 60px;
}
.booking-btn-soft:hover, .booking-btn-soft.is-active {
  border-color: var(--tp-theme-primary);
  color: var(--tp-theme-primary);
}

/* collapsible "can't find it?" block */
.booking-details {
  margin-bottom: 6px;
}
.booking-details-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 16px;
}
.booking-details-summary::-webkit-details-marker {
  display: none;
}
.booking-details-summary::before {
  content: "\f0d7";
  font-family: var(--tp-ff-fontawesome);
  font-weight: 900;
  font-size: 18px;
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}
.booking-details[open] > .booking-details-summary::before {
  transform: rotate(0);
}
.booking-details-body {
  padding-top: 10px;
}

/* step level error bar */
.booking-error {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: rgba(224, 19, 0, 0.06);
  padding: 12px 16px;
  margin: 20px 0 0;
  font-weight: 500;
  font-size: 13px;
  color: #b4232a;
  animation: bookingShake 0.4s ease both;
}

.booking-shops-status {
  margin-bottom: 24px;
}

.booking-shop-prompt {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-black);
}

/* footer of every step */
.booking-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
}
@media (max-width: 574.98px) {
  .booking-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.booking-actions-end {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 574.98px) {
  .booking-actions-end {
    justify-content: space-between;
  }
}

.booking-total {
  display: flex;
  flex-direction: column;
  text-align: right;
  line-height: 1.35;
}
.booking-total-label {
  font-weight: 500;
  color: var(--tp-common-black);
  font-size: 14px;
  letter-spacing: -0.02em;
}
.booking-total-value {
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 18px;
}

/*----------------------------------------*/
/*  03. Layout & progress
/*----------------------------------------*/
.booking-area {
  padding-top: 220px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .booking-area {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

.booking-wrapper {
  border-radius: 33px;
  background: var(--tp-grey-5);
  padding: 73px 120px 80px 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .booking-wrapper {
    padding: 32px 28px;
  }
}
@media (max-width: 574.98px) {
  .booking-wrapper {
    padding: 26px 18px;
    border-radius: 20px;
  }
}

.booking-progress {
  margin-bottom: 40px;
}
.booking-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.booking-progress-count {
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.booking-progress-label {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.booking-progress-track {
  height: 6px;
  border-radius: 10px;
  background: #dddde3;
  margin-top: 16px;
  overflow: hidden;
}
.booking-progress-bar {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: 3px;
  background: var(--tp-common-black);
  transition: width 0.4s ease;
}
.booking-progress-nodes {
  display: flex;
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}
.booking-progress-node {
  flex: 1;
  text-align: center;
}
.booking-progress-node:first-child {
  text-align: left;
}
.booking-progress-node:last-child {
  text-align: right;
}
.booking-progress-node {
  /* current step — ringed mark, dark label */
}
.booking-progress-node.is-active .booking-progress-mark {
  border-color: var(--tp-theme-primary);
  box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.25);
}
.booking-progress-node.is-active .booking-progress-name {
  color: var(--tp-common-black);
}
.booking-progress-node {
  /* finished step — solid mark with a tick */
}
.booking-progress-node.is-done .booking-progress-mark {
  border-color: var(--tp-common-black);
  background: var(--tp-common-black);
  font-size: 0;
}
.booking-progress-node.is-done .booking-progress-mark::after {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  font-weight: 300;
  font-size: 24px;
  color: var(--tp-common-white);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.booking-progress-node.is-done .booking-progress-name {
  color: var(--tp-common-black);
}
.booking-progress-mark {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  border: 1.5px solid #dcdce1;
  border-radius: 50%;
  background: var(--tp-common-white);
  font-weight: 600;
  font-size: 11px;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-common-black);
  position: relative;
}
.booking-progress-name {
  display: block;
  margin-top: 17px;
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-grey-4);
  transition: color 0.3s ease;
}
@media (max-width: 574.98px) {
  .booking-progress-name {
    font-size: 11px;
  }
}

/* one step of the flow — only the active one is in the document flow */
.booking-step.is-active {
  animation: bookingFadeUp 0.35s ease both;
}

/*----------------------------------------*/
/*  04. Step 01 - device
/*----------------------------------------*/
.booking-devices {
  margin-bottom: 32px;
}

.booking-device {
  display: block;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.booking-device-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(33, 33, 45, 0.2);
  border-radius: 32px;
  height: 152px;
}
.booking-device-icon {
  display: inline-flex;
  color: var(--tp-common-black);
}
.booking-device-name {
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-common-black);
  text-transform: capitalize;
}
@media (max-width: 574.98px) {
  .booking-device-name {
    font-size: 13px;
  }
}
.booking-device:hover .booking-device-inner {
  border-color: #c9c9cf;
}
.booking-device .booking-device-input:checked + .booking-device-inner {
  box-shadow: 0 32px 120px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--tp-theme-primary);
}
.booking-device .booking-device-input:focus-visible + .booking-device-inner {
  box-shadow: 0 0 0 3px rgba(249, 114, 22, 0.18);
}

.booking-model {
  display: block;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.booking-model-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  border: 1px solid #d3d3d5;
  border-radius: 12px;
  background: var(--tp-common-white);
  padding: 20px 16px;
  transition: all 0.3s ease;
}
.booking-model-thumb {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  overflow: hidden;
  background: #eee;
}
.booking-model-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-model-text {
  min-width: 0;
}
.booking-model-brand {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #83838c;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.booking-model-name {
  display: block;
  margin-top: 2px;
  color: var(--tp-common-black);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
}
.booking-model:hover .booking-model-inner {
  border-color: #c9c9cf;
}
.booking-model .booking-model-input:checked + .booking-model-inner {
  border-color: var(--tp-theme-primary);
  background: #fffaf6;
}
.booking-model .booking-model-input:focus-visible + .booking-model-inner {
  box-shadow: 0 0 0 3px rgba(249, 114, 22, 0.18);
}

.booking-models {
  margin-bottom: 4px;
}

.booking-empty {
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: var(--tp-common-black);
  padding: 22px 10px 0;
  margin: 0;
}

/*----------------------------------------*/
/*  05. Step 02 - repairs & shop
/*----------------------------------------*/
.booking-issues {
  margin-bottom: 18px;
}

.booking-issue {
  border-radius: 12px-md;
  background: var(--tp-common-white);
  margin-bottom: 10px;
  transition: border-color 0.3s ease, background 0.3s ease;
  border: 1px solid #d3d3d5;
  border-radius: 16px;
}
.booking-issue.is-open {
  border-color: var(--tp-theme-primary);
}
.booking-issue.is-open .booking-issue-price {
  color: var(--tp-theme-primary);
}
.booking-issue.is-open .booking-issue-head {
  background: #fef9f9;
}
.booking-issue-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 24px 30px;
  border: 0;
  background: transparent;
  text-align: left;
  border-radius: 16px 16px 0 0;
}
.booking-issue-text {
  min-width: 0;
}
.booking-issue-title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-common-black);
}
.booking-issue-dec {
  display: block;
  margin-top: 3px;
  font-weight: 500;
  font-size: 16px;
  color: #8f8f99;
}
.booking-issue-price {
  flex: 0 0 auto;
  color: var(--tp-common-black);
  transition: color 0.3s ease;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.03em;
}
.booking-issue-body {
  padding: 0 30px 10px 30px;
}

.booking-task {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--tp-common-white);
  padding: 25px 0px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  border-bottom: 1px solid rgba(33, 33, 45, 0.1);
}
.booking-task:last-child {
  border: none;
}
.booking-task.is-checked {
  border-color: rgba(249, 114, 22, 0.45);
}
.booking-task-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  background: #f5f5f7;
  display: grid;
  place-items: center;
  border-radius: 100px;
  color: var(--tp-common-black);
  transition: all 0.3s ease;
}
.booking-task-text {
  flex: 1 1 auto;
  min-width: 0;
}
.booking-task-title {
  display: block;
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 18px;
}
.booking-task-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}
.booking-task-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #6e6e79;
}
.booking-task-options {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  padding: 3px;
  border-radius: 100px;
}
.booking-task-option {
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  color: var(--tp-common-black);
  transition: all 0.3s ease;
  border: 1px solid rgba(1, 98, 115, 0.1);
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}
.booking-task-option:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
}
.booking-task-option.is-active {
  background: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.booking-task-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.booking-task-price {
  flex: 0 0 auto;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  transition: color 0.3s ease;
  background: #fef9f9;
  border-radius: 30px;
  padding: 3px 18px;
}
.booking-task-price-old {
  margin-left: 4px;
  text-decoration: line-through;
  text-align: right;
  color: #aa9b9b;
}
.booking-task .booking-task-input:checked ~ .booking-task-icon {
  border-color: var(--tp-theme-primary);
  background: rgba(249, 114, 22, 0.08);
  color: var(--tp-theme-primary);
}
.booking-task .booking-task-input:checked ~ .booking-task-price {
  color: var(--tp-theme-primary);
}

/* shop lookup */
.booking-locate {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
@media (max-width: 574.98px) {
  .booking-locate {
    flex-wrap: wrap;
  }
}
.booking-locate-field {
  flex: 1 1 240px;
}
.booking-locate .booking-btn-soft {
  flex: 0 0 auto;
}
@media (max-width: 574.98px) {
  .booking-locate .booking-btn-soft {
    width: 100%;
  }
}

.booking-or {
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.booking-shop {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  cursor: pointer;
}
.booking-shop-inner {
  display: block;
  border: 1px solid #d3d3d5;
  border-radius: 12px-md;
  background: var(--tp-common-white);
  padding: 30px 20px 30px 30px;
  transition: all 0.3s ease;
  border: 1px solid #d3d3d5;
  border-radius: 16px;
}
.booking-shop-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.booking-shop-name {
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 18px;
}
.booking-shop-trust {
  display: flex;
  align-items: center;
  gap: 16px;
}
.booking-shop-verified {
  color: #8f8f99;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #d3d3d5;
  border-radius: 30px;
  padding: 4px 13px;
}
.booking-shop-verified i {
  margin-right: 4px;
  color: var(--tp-common-black);
}
.booking-shop-rating {
  color: var(--tp-theme-primary);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.booking-shop-rating i {
  margin-right: 3px;
  font-size: 14px;
  transform: translateY(-1px);
}
.booking-shop-rating span {
  font-weight: 500;
}
.booking-shop-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.booking-shop:hover .booking-shop-inner {
  border-color: #c9c9cf;
}
.booking-shop .booking-shop-input:checked + .booking-shop-inner {
  border-color: var(--tp-theme-primary);
  background: #fffaf6;
}
.booking-shop .booking-shop-input:focus-visible + .booking-shop-inner {
  box-shadow: 0 0 0 3px rgba(249, 114, 22, 0.18);
}

.booking-tag {
  border-radius: 6px;
  padding: 2px 16px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid rgba(1, 98, 115, 0.1);
  border-radius: 36px;
  color: #848488;
}

/*----------------------------------------*/
/*  06. Step 03 - details
/*----------------------------------------*/
.booking-summary {
  background: var(--tp-common-white);
  padding: 20px 35px;
  margin-bottom: 31px;
  text-align: left;
  border: 1px solid #d3d3d5;
  border-radius: 16px;
}
@media (max-width: 574.98px) {
  .booking-summary {
    padding: 18px;
  }
}
.booking-summary-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 0;
}
.booking-summary-label {
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-grey-4);
}
.booking-summary-value {
  text-align: right;
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 16px;
}
.booking-summary-total {
  border-top: 1px solid rgba(74, 74, 80, 0.2);
  margin-top: 20px;
  padding-top: 24px;
}
.booking-summary-total .booking-summary-value {
  font-size: 15px;
  color: var(--tp-theme-primary);
}

.booking-methods {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.booking-method {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d3d3d5;
  border-radius: 12px;
  background: var(--tp-common-white);
  padding: 22px 24px 22px 20px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.booking-method.is-selected {
  border-color: var(--tp-theme-primary);
  background: #fffaf6;
}
.booking-method-icon {
  flex: 0 0 auto;
  display: inline-flex;
  color: var(--tp-common-black);
}
.booking-method-text {
  flex: 1 1 auto;
  min-width: 0;
}
.booking-method-title {
  display: block;
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 16px;
}
.booking-method-badge {
  margin-left: 6px;
  font-size: 11px;
  color: #016273;
  font-weight: 600;
  font-size: 14px;
  background: #eef3ff;
  border-radius: 6px;
  padding: 4px 8px;
}
.booking-method-dec {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-grey-4);
  line-height: 1;
}
.booking-method-check {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1.5px solid #d5d5da;
  border-radius: 6px;
  background: var(--tp-common-white);
  transition: all 0.3s ease;
  position: relative;
}
.booking-method .booking-method-input:checked ~ .booking-method-check {
  border-color: var(--tp-common-black);
  background: var(--tp-common-black);
}
.booking-method .booking-method-input:checked ~ .booking-method-check::after {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  font-weight: 300;
  font-size: 12px;
  color: var(--tp-common-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.booking-field {
  margin-bottom: 20px;
}
.booking-field-label {
  display: block;
  color: #8f8f99;
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
}
.booking-field-optional {
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-common-black);
}
.booking-field-error {
  display: block;
  margin-top: 6px;
  font-weight: 500;
  font-size: 12px;
  color: #e01300;
}

/* currency sign glued to the offer input */
.booking-prefix-field {
  position: relative;
}
.booking-prefix-field .booking-input {
  padding-left: 32px;
}

.booking-prefix {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  pointer-events: none;
}

/* photo dropzone */
.booking-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 12px;
  background: var(--tp-common-white);
  padding: 24px 20px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  border: 1px solid #d3d3d5;
  border-radius: 16px;
}
.booking-upload:hover, .booking-upload.is-dragging {
  border-color: var(--tp-theme-primary);
}
.booking-upload-icon {
  font-size: 17px;
  color: var(--tp-common-black);
}
.booking-upload-title {
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 14px;
}
.booking-upload-dec {
  line-height: 1.5;
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 13px;
  line-height: 169%;
  color: var(--tp-grey-4);
}
.booking-upload-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.booking-upload-preview:not(:empty) {
  margin-top: 12px;
}
.booking-upload-item {
  position: relative;
  width: 64px;
  height: 64px;
  border: 1px solid #d3d3d5;
  border-radius: 8px;
  overflow: hidden;
}
.booking-upload-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-upload-remove {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  font-size: 9px;
  color: var(--tp-common-white);
}
.booking-upload-remove:hover {
  background: #e01300;
}

/* consent rows */
.booking-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}
.booking-check:last-child {
  margin-bottom: 0;
}
.booking-check-box {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-top: -3px;
  display: grid;
  place-items: center;
  border: 1.5px solid #c9c9cf;
  border-radius: 5px;
  background: var(--tp-common-white);
  transition: all 0.3s ease;
}
.booking-check-label {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-grey-4);
}
.booking-check .booking-check-input:checked + .booking-check-box {
  border-color: var(--tp-common-black);
  background: var(--tp-common-black);
}
.booking-check .booking-check-input:checked + .booking-check-box::after {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}
.booking-check.is-error .booking-check-box {
  border-color: #e01300;
}

/*----------------------------------------*/
/*  07. Confirmation
/*----------------------------------------*/
.booking-done {
  text-align: center;
  animation: bookingFadeUp 0.35s ease both;
}
.booking-done-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin: 0 auto 31px;
  border-radius: 50%;
  background: #22c55e;
  font-size: 18px;
  color: var(--tp-common-white);
  animation: bookingPop 0.5s ease both;
}
.booking-done-title {
  max-width: 540px;
  margin: 0 auto 38px;
  font-weight: 600;
  font-size: 54px;
  line-height: 111%;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .booking-done-title {
    font-size: 28px;
  }
}
@media (max-width: 574.98px) {
  .booking-done-title {
    font-size: 23px;
  }
}
.booking-done-ref {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #686873;
}
.booking-done-ref strong {
  margin-left: 6px;
  font-weight: 600;
  color: var(--tp-common-black);
}
.booking-done-list {
  margin: 27px 0 38px;
  padding-left: 18px;
  text-align: left;
}
.booking-done-list li {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  color: #8f8f99;
  margin-bottom: 8px;
}
.booking-done-list li:last-child {
  margin-bottom: 0;
}
.booking-done-list strong {
  font-weight: 600;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  08. Animations
/*----------------------------------------*/
@keyframes bookingFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes bookingPop {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bookingShake {
  10%, 90% {
    transform: translateX(-2px);
  }
  30%, 70% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
}
/*----------------------------------------*/
/*  7.1 product-sidebar
/*----------------------------------------*/
.aq-product-sidebar-right {
  gap: 8px;
  display: flex;
  align-items: center;
}
.aq-product-sidebar-right p {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: rgba(20, 20, 20, 0.5);
}
.aq-product-sidebar-right .aqf-bundle-select .nice-select {
  padding: 0;
  border: none;
  height: 20px;
  min-width: 160px;
}
.aq-product-sidebar-right .aqf-bundle-select .nice-select::after {
  inset-inline-end: 10px;
}
.aq-product-sidebar-right .aqf-bundle-select .nice-select .list {
  inset-inline-end: 0;
  inset-inline-start: auto;
}
.aq-product-sidebar-left {
  gap: 26px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-product-sidebar-left {
    gap: 15px;
  }
}
.aq-product-sidebar-offcanvas {
  padding: 30px;
  overflow-y: scroll;
  scrollbar-width: thin;
  overscroll-behavior-y: contain;
}
.aq-product-sidebar-offcanvas-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 34px;
  color: var(--tp-common-black);
}
.aq-product-sidebar-widget {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
.aq-product-sidebar-widget.no-border {
  border: none;
}
.aq-product-sidebar-widget-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-medium);
}
.aq-product-sidebar-widget-title.no-border {
  border: 0;
  padding-bottom: 0;
}
.aq-product-sidebar-widget-title.mb-20 {
  margin-bottom: 20px;
}
.aq-product-sidebar-widget-top {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  justify-content: space-between;
}
.aq-product-sidebar-widget-top.collapsed {
  padding-bottom: 0;
}
.aq-product-sidebar-widget-top.collapsed .aq-product-sidebar-item-close {
  transform: rotate(180deg);
}
.aq-product-sidebar-widget-filter .ui-widget.ui-widget-content {
  height: 3px;
  border: 0;
  background-color: #EDEDED;
}
.aq-product-sidebar-widget-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--tp-common-black);
}
.aq-product-sidebar-widget-filter .ui-slider .ui-slider-handle {
  top: -9px;
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid var(--tp-common-black);
  display: inline-block;
}
.aq-product-sidebar-widget-filter .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.aq-product-sidebar-widget-filter .ui-slider .ui-slider-handle.ui-state-active {
  background-color: var(--tp-common-white);
}
.aq-product-sidebar-widget-filter-info {
  line-height: 1;
  margin-top: 22px;
}
.aq-product-sidebar-widget-filter-info .input-range {
  line-height: 1;
}
.aq-product-sidebar-widget-filter-info .input-range input {
  line-height: 1;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  background-color: transparent;
  color: var(--tp-common-black);
}
.aq-product-sidebar-widget-filter-info .input-range input:focus {
  color: var(--tp-common-black);
}
.aq-product-sidebar-widget-filter-info .aq-product-sidebar-widget-filter-btn {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 21px;
  background-color: #F5F5F5;
  color: var(--tp-common-black);
}
.aq-product-sidebar-widget-filter-info .aq-product-sidebar-widget-filter-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.aq-product-sidebar-widget-checkbox ul li {
  list-style: none;
}
.aq-product-sidebar-widget-checkbox ul li:not(:last-child) {
  margin-bottom: 11px;
}
.aq-product-sidebar-widget-checkbox ul li input {
  display: none;
}
.aq-product-sidebar-widget-checkbox ul li input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.aq-product-sidebar-widget-checkbox ul li input:checked ~ label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.aq-product-sidebar-widget-checkbox ul li input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.aq-product-sidebar-widget-checkbox ul li label {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-inline-start: 26px;
  color: rgba(20, 20, 20, 0.8);
}
.aq-product-sidebar-widget-checkbox ul li label::after {
  position: absolute;
  content: "";
  top: 3px;
  inset-inline-start: 0;
  width: 18px;
  height: 18px;
  line-height: 12px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #D5D5D5;
  z-index: -1;
  -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;
}
.aq-product-sidebar-widget-checkbox ul li label::before {
  position: absolute;
  content: url("../img/product/icons/check.svg");
  top: 5px;
  inset-inline-start: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  line-height: 12px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.aq-product-sidebar-widget-checkbox ul li label:hover {
  cursor: pointer;
}
.aq-product-sidebar-widget-categories {
  height: 210px;
  overflow-y: scroll;
  scrollbar-width: thin;
  overscroll-behavior-y: contain;
}
.aq-product-sidebar-widget-categories ul > li {
  width: 100%;
  list-style: none;
  position: relative;
}
.aq-product-sidebar-widget-categories ul > li:hover i {
  background-color: rgba(245, 245, 245, 0.7);
}
.aq-product-sidebar-widget-categories ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.aq-product-sidebar-widget-categories ul > li a {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-inline-end: 70px;
  justify-content: space-between;
  color: rgba(20, 20, 20, 0.8);
}
.aq-product-sidebar-widget-categories ul > li a:hover, .aq-product-sidebar-widget-categories ul > li a.active {
  color: var(--tp-theme-primary);
  padding-inline-start: 10px;
}
.aq-product-sidebar-widget-categories ul > li i {
  position: absolute;
  top: 0;
  inset-inline-end: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.aq-product-sidebar-widget-categories ul > li i .arrow::after, .aq-product-sidebar-widget-categories ul > li i .arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  inset-inline-start: 50%;
  top: 50%;
  border-radius: 2px;
  -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: rgba(20, 20, 20, 0.8);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aq-product-sidebar-widget-categories ul > li i .arrow::before {
  background-color: rgba(20, 20, 20, 0.8);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.aq-product-sidebar-widget-categories ul > li i[aria-expanded=true] > a {
  color: var(--tp-theme-primary);
}
.aq-product-sidebar-widget-categories ul > li i[aria-expanded=true] .arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  -o-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.aq-product-sidebar-widget-categories ul > li i[aria-expanded=true] .arrow::after {
  background-color: var(--tp-theme-primary);
}
.aq-product-sidebar-widget-categories ul > li ul {
  padding-top: 10px;
  padding-inline-start: 20px;
}
.aq-product-sidebar-widget-checkbox-circle {
  position: relative;
}
.aq-product-sidebar-widget-checkbox-circle-list {
  height: 230px;
  overflow-y: scroll;
  scrollbar-width: thin;
  overscroll-behavior-y: contain;
}
.aq-product-sidebar-widget-checkbox-circle-list ul li {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aq-product-sidebar-widget-checkbox-circle-list ul li:not(:last-child) {
  margin-bottom: 8px;
}
.aq-product-sidebar-widget-checkbox-circle-list ul li:hover .aq-product-sidebar-widget-checkbox-circle-number {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.aq-product-sidebar-widget-checkbox-circle .aq-product-sidebar-widget-checkbox-circle-self {
  position: absolute;
  content: "";
  top: 2px;
  inset-inline-start: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  z-index: -1;
  border-radius: 50%;
  -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;
}
.aq-product-sidebar-widget-checkbox-circle input {
  display: none;
}
.aq-product-sidebar-widget-checkbox-circle input .single-widget-category input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.aq-product-sidebar-widget-checkbox-circle input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.aq-product-sidebar-widget-checkbox-circle label {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-inline-start: 35px;
  color: rgba(20, 20, 20, 0.8);
}
.aq-product-sidebar-widget-checkbox-circle label::before {
  position: absolute;
  content: url("../img/product/icons/check-2.svg");
  top: 2px;
  inset-inline-start: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.aq-product-sidebar-widget-checkbox-circle label:hover {
  cursor: pointer;
}
.aq-product-sidebar-widget-product-item:not(:last-child) {
  margin-bottom: 20px;
}
.aq-product-sidebar-widget-product-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  display: inline-block;
  margin-bottom: 4px;
}
.aq-product-sidebar-widget-product-rating span {
  color: #FFB21D;
}
.aq-product-sidebar-widget-product-thumb {
  flex: 0 0 auto;
}
.aq-product-sidebar-widget-product-thumb img {
  object-fit: cover;
  margin-inline-end: 14px;
}
.aq-product-sidebar-widget-product-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-satoshi-medium);
}
.aq-product-sidebar-widget-product-price {
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
}
.aq-product-sidebar-widget-brand {
  margin-inline-end: 40px;
}
.aq-product-sidebar-widget-brand-list {
  gap: 10px;
  height: 345px;
  padding-inline-end: 10px;
  overflow-y: scroll;
  scrollbar-width: thin;
  overscroll-behavior-y: contain;
}
.aq-product-sidebar-widget-brand-item {
  width: 48%;
  flex: 0 0 48%;
  cursor: pointer;
  position: relative;
  -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: 1px solid #F1F1F1;
}
.aq-product-sidebar-widget-brand-item::after {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-end: 0;
  height: 36px;
  width: 36px;
  z-index: 1;
  opacity: 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: var(--tp-common-black);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.aq-product-sidebar-widget-brand-item::before {
  position: absolute;
  top: 4px;
  inset-inline-end: 2px;
  width: 18px;
  height: 18px;
  opacity: 0;
  z-index: 2;
  line-height: 12px;
  text-align: 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;
  color: var(--tp-common-white);
  content: url("../img/product/icons/check.svg");
}
.aq-product-sidebar-widget-brand-item.click {
  border-color: var(--tp-common-black);
}
.aq-product-sidebar-widget-brand-item.click::after, .aq-product-sidebar-widget-brand-item.click::before {
  opacity: 1;
}
.aq-product-sidebar-widget-brand-item img {
  width: 154px;
}
.aq-product-sidebar-item-close {
  transition: all 0.3s ease-in-out;
}
.aq-product-sidebar-card:hover .aq-product-sidebar-card-thumb img {
  transform: scale(1.1);
}
.aq-product-sidebar-card-thumb {
  overflow: hidden;
  position: relative;
}
.aq-product-sidebar-card-thumb img {
  transition: all 0.3s ease-in-out;
}
.aq-product-sidebar-card-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.59%, rgba(0, 0, 0, 0.5) 75.45%);
}
.aq-product-sidebar-card-sub {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-satoshi-bold);
}
.aq-product-sidebar-card-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -1.08px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-satoshi-bold);
}
.aq-product-sidebar-card-content {
  position: absolute;
  bottom: 20px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 2;
  margin: 0 20px;
  text-align: center;
}
.aq-product-sidebar-card-btn .aq-btn-black {
  font-size: 16px;
  padding: 15px 30px;
  text-transform: capitalize;
}

.aq-sidebar-search {
  position: relative;
}
.aq-sidebar-search button {
  position: absolute;
  top: 0;
  inset-inline-end: 20px;
  height: 100%;
  line-height: 46px;
  color: var(--tp-common-black);
}
.aq-sidebar-search-input input {
  border: 1px solid #eef0f1;
  border-radius: 4px;
  height: 45px;
  font-weight: 400;
  font-size: 16px;
}
.aq-sidebar-search-input input::placeholder {
  color: #858788;
}

/*----------------------------------------*/
/*  7.15 Product details css
/*----------------------------------------*/
.aq-product-details-wrap {
  padding-left: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-product-details-wrap {
    padding-inline-end: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-product-details-wrap {
    padding: 40px 40px 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-product-details-wrap {
    padding: 0;
    padding: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-details-wrap {
    padding: 0;
  }
}
.aq-product-details-title-sm {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-product-details-title-sm label {
  color: rgba(15, 15, 15, 0.7);
}
.aq-product-details-category span {
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: rgba(15, 15, 15, 0.75);
}
.aq-product-details-title {
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-product-details-title {
    font-size: 30px;
  }
}
@media (max-width: 574.98px) {
  .aq-product-details-title {
    font-size: 25px;
  }
}
.aq-product-details-dec {
  font-weight: 500;
  font-size: 13px;
  line-height: 185%;
  color: rgba(15, 15, 15, 0.6);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-product-details-dec br {
    display: none;
  }
}
.aq-product-details-dec span {
  color: var(--tp-common-black);
}
.aq-product-details-rating {
  margin-inline-end: 7px;
}
.aq-product-details-rating span {
  display: inline-block;
  transform: translateY(-3px);
  color: var(--tp-theme-primary);
}
.aq-product-details-rating span.avarage {
  margin: 0 5px;
  display: inline-block;
  transform: translateY(0px);
  color: rgba(15, 15, 15, 0.75);
}
@media (max-width: 574.98px) {
  .aq-product-details-rating-wrapper {
    flex-wrap: wrap;
  }
}
.aq-product-details-reviews span {
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
  color: rgba(15, 15, 15, 0.75);
}
.aq-product-details-price {
  line-height: 1;
  color: var(--tp-common-black);
  font-weight: 700;
  font-size: 22px;
}
.aq-product-details-price.old-price {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transform: translateY(-3px);
  color: rgba(15, 15, 15, 0.6);
}
.aq-product-details-price.old-price::after {
  position: absolute;
  content: "";
  top: 50%;
  inset-inline-start: 0;
  height: 2px;
  width: 100%;
  transform: translateY(-50%);
  background-color: currentColor;
}
.aq-product-details-price.color-red {
  margin-inline-end: 10px;
  color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-product-details-price-wrap {
    margin-bottom: 20px;
  }
}
.aq-product-details-price-wrap ins, .aq-product-details-price-wrap del {
  text-decoration: none;
}
.aq-product-details-action-sm {
  padding-bottom: 18px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
}
.aq-product-details-action-sm-btn {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.aq-product-details-action-sm-btn svg {
  margin-inline-end: 8px;
}
.aq-product-details-action-sm-btn:not(:last-child) {
  margin-inline-end: 20px;
}
.aq-product-details-action-sm-btn:hover {
  color: var(--tp-theme-primary);
}
.aq-product-details-action-item-wrapper.radius-style .aq-cart-input[type=text] {
  border-radius: 30px;
}
.aq-product-details-action-item-wrapper.radius-style .aq-product-action-btn.action-btn-2 {
  border-radius: 50%;
}
.aq-product-details-color {
  height: auto;
  overflow-y: inherit;
  scrollbar-width: inherit;
  overscroll-behavior-y: inherit;
}
.aq-product-details-color .aq-product-sidebar-widget-checkbox-circle-self {
  z-index: 1;
}
.aq-product-details-color ul {
  display: flex;
  gap: 6px;
}
.aq-product-details-color ul li {
  width: auto;
}
.aq-product-details-color ul li:not(:last-child) {
  margin-bottom: 0;
}
.aq-product-details-fomo-mesg {
  margin-inline-start: 25px;
}
@media (max-width: 574.98px) {
  .aq-product-details-fomo-mesg {
    margin-inline-start: 0;
    margin-bottom: 15px;
  }
}
.aq-product-details-fomo-mesg span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-onest);
}
.aq-product-details-fomo-mesg span i {
  font-style: normal;
  display: inline-block;
  animation: aq-flash 2s infinite;
}
.aq-product-details-mesg-wrap ul {
  margin-bottom: 40px;
}
.aq-product-details-mesg-wrap ul li {
  list-style-type: none;
}
.aq-product-details-mesg-wrap ul li:not(:last-child) {
  margin-bottom: 15px;
}
.aq-product-details-mesg-wrap ul li label {
  font-weight: 500;
  color: var(--tp-common-black);
}
.aq-product-details-mesg-wrap ul li span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--tp-ff-onest);
  color: rgba(15, 15, 15, 0.8);
}
.aq-product-details-mesg-wrap ul li span svg {
  min-width: 23px;
  margin-inline-end: 12px;
  display: inline-block;
  transform: translateY(1px);
}
.aq-product-details-mesg-wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0;
  font-family: var(--tp-ff-onest);
  color: rgba(15, 15, 15, 0.8);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-product-details-mesg-wrap p br {
    display: none;
  }
}
.aq-product-details-mesg-wrap p span {
  font-weight: 500;
  color: var(--tp-common-black);
}
.aq-product-details-size-list button {
  width: 70px;
  height: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
  color: var(--tp-common-black);
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.aq-product-details-size-list button:focus {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.aq-product-details-size-list button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.aq-product-details-size-list .aqf-bundle-select .nice-select {
  min-width: 100px;
  border-radius: 0;
}
.aq-product-details-payment {
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
  padding-inline-start: 25px;
  border-radius: 4px;
  background-color: #f9fafc;
}
.aq-product-details-payment p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: rgba(15, 15, 15, 0.8);
}
.aq-product-details-radius-style {
  gap: 6px;
}
.aq-product-details-radius-style .aq-product-badge {
  margin: 0;
  position: inherit;
  margin-bottom: 16px;
}
.aq-product-details-deals-wrap {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  padding: 7px 12px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #FE3B50 0%, #F42C5B 100%);
}
.aq-product-details-deals-left {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.51px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
.aq-product-details-deals-right {
  gap: 10px;
  display: flex;
  align-items: center;
}
.aq-product-details-deals-right .aq-countdown-style-2 .count-box i {
  color: var(--tp-common-white);
}
.aq-product-details-deals-right .aq-countdown-style-2 .count-box span {
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
}
.aq-product-details-deals-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.42px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-onest);
}
.aq-product-details-color-select .aqf-bundle-select .nice-select {
  min-width: 160px;
  border-radius: 0;
}
.aq-product-details-radio-select {
  gap: 10px;
  display: inline-flex;
  flex-direction: column;
}
.aq-product-details-radio-select .aq-radio-item {
  gap: 14px;
  display: flex;
  cursor: pointer;
  user-select: none;
  align-items: center;
}
.aq-product-details-radio-select .aq-radio-item input {
  display: none;
}
.aq-product-details-radio-select .aq-radio-item .aq-radio {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  transition: all 0.25s ease;
}
.aq-product-details-radio-select .aq-radio-item .aq-radio::after {
  top: 52%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #111;
  position: absolute;
  transition: all 0.25s ease;
  transform: translate(-50%, -50%) scale(0);
}
.aq-product-details-radio-select .aq-radio-item .aq-label {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  transition: color 0.25s ease;
}
.aq-product-details-radio-select .aq-radio-item input:checked + .aq-radio {
  border-color: #111;
}
.aq-product-details-radio-select .aq-radio-item input:checked + .aq-radio::after {
  transform: translate(-50%, -50%) scale(1);
}
.aq-product-details-radio-select .aq-radio-item input:checked ~ .aq-label {
  color: #111;
}
.aq-product-details-radio-select .aq-radio-item:hover .aq-radio {
  border-color: #111;
}
.aq-product-details-product-meta-info {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 2px;
  letter-spacing: 0.15px;
  color: var(--tp-common-black);
}
.aq-product-details-product-meta-info span {
  width: 100px;
  display: inline-block;
  color: rgba(15, 15, 15, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-product-details-faq {
    margin-bottom: 40px;
  }
}
.aq-product-details-faq .aq-faq-wrap .accordion-items {
  border: none;
  border-bottom: 1px solid #E0E2E3;
}
.aq-product-details-faq .aq-faq-wrap .accordion-items .aq-faq-icon {
  inset-inline-end: 10px;
  border: none;
  -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;
}
.aq-product-details-faq .aq-faq-wrap .accordion-items .aq-faq-icon::after, .aq-product-details-faq .aq-faq-wrap .accordion-items .aq-faq-icon::before {
  content: none;
}
.aq-product-details-faq .aq-faq-wrap .accordion-buttons {
  padding-inline-start: 0;
}
.aq-product-details-faq .aq-faq-wrap .accordion-buttons:not(.collapsed) .aq-faq-icon {
  border-color: transparent;
  background-color: transparent;
  transform: rotate(90deg);
}
.aq-product-details-faq .aq-faq-wrap .accordion-body {
  padding: 0;
}
.aq-product-details-faq .aq-faq-wrap .accordion-body .product-details-review-avater {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid rgba(15, 15, 15, 0.06);
}
.aq-product-details-faq .aq-faq-wrap .accordion-body .product-details-review-avater:not(:last-child) {
  margin-bottom: 10px;
}
.aq-product-details-faq-list {
  margin-bottom: 40px;
}
.aq-product-details-faq-list-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.aq-product-details-faq-list ul {
  padding-inline-start: 12px;
  display: inline-block;
}
.aq-product-details-faq-list ul li {
  font-size: 15px;
  font-weight: 400;
  color: rgba(15, 15, 15, 0.8);
  font-family: var(--tp-ff-onest);
}
.aq-product-details-faq .product-details-additional-info table tr td:first-child {
  width: 220px;
}
.aq-product-details-faq-padding p span {
  font-weight: 500;
  color: var(--tp-common-black);
}
.aq-product-details-grid-full .aq-product-details-rating-wrapper {
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-product-details-grid-full .aq-product-details-rating-wrapper {
    gap: 2px;
  }
}
.aq-product-details-grid-full .aq-product-details-rating-wrapper .aq-product-details-fomo-mesg {
  margin-inline-start: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-product-details-grid-full .aq-product-details-thumb-wrap {
    margin-inline-start: 40px;
  }
}
@media (max-width: 574.98px) {
  .aq-product-details-grid-full .aq-product-details-thumb-wrap {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
  }
}
.aq-product-details-grid-full .aq-product-details-wrap {
  padding-inline-end: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-product-details-thumbnails-style {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-product-details-thumbnails-style .aq-product-details-wrap {
    margin-inline-start: 0;
    padding-inline-end: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-product-details-thumbnails-style .aq-product-details-wrap {
    padding: 0;
    margin-inline-start: 0;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
  .aq-product-details-thumbnails-style .aq-product-details-mesg-wrap p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-product-details-thumbnails-style .aq-product-details-mesg-wrap ul {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-product-details-thumbnails-style .aq-product-details-payment {
    margin-bottom: 30px;
  }
}
.aq-product-details-pickup p {
  font-size: 15px;
  margin-bottom: 5px;
}
.aq-product-details-pickup p span {
  margin-inline-end: 4px;
  display: inline-block;
  color: var(--tp-common-success);
}
.aq-product-details-pickup button {
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.aq-product-details-cart-btn {
  gap: 10px;
}
.aq-product-details-cart-btn .aq-btn-black {
  border-radius: 4px;
}
.aq-product-details-cart-btn .aq-wishlist-btn {
  border: 1px solid rgba(15, 15, 15, 0.1);
  border-radius: 4px;
  width: 50px;
  height: 50px;
  box-shadow: none;
  margin-bottom: 0;
}
.aq-product-details-buy-now-btn {
  background: #016273;
  border-radius: 4px;
}
.aq-product-packing-content {
  position: relative;
  height: 100%;
  padding: 70px 100px 50px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-product-packing-content {
    padding: 70px 20px 50px 40px;
  }
}
.aq-product-packing-content p {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-libre);
}
.aq-product-packing-content > span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  color: rgba(15, 15, 15, 0.8);
  font-family: var(--tp-ff-onest);
}
.aq-product-packing-info > span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-inline-end: 25px;
  font-family: var(--tp-ff-onest);
  color: rgba(15, 15, 15, 0.8);
}
.aq-product-packing-info ul li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgba(15, 15, 15, 0.8);
  font-family: var(--tp-ff-onest);
}
.aq-product-packing-info ul li:not(:last-child) {
  margin-bottom: 10px;
}
.aq-product-packing-info ul li span {
  margin-inline-end: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  font-family: var(--tp-ff-onest);
  color: rgba(15, 15, 15, 0.8);
}
.aq-product-packing-thumb {
  position: relative;
  height: 100%;
}
.aq-product-packing-thumb img {
  height: 100%;
  object-fit: cover;
}
.aq-product-packing-icon {
  margin-top: -105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 574.98px) {
  .aq-product-packing-icon {
    margin-top: 0;
  }
}
.aq-product-sucess span {
  font-size: 15px;
  line-height: 1;
  border-radius: 40px;
  padding: 4px 13.5px;
  background: #12947B;
  text-transform: capitalize;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-satoshi-bold);
}

.aq-cart-plus,
.aq-cart-minus {
  position: absolute;
  top: 50%;
  inset-inline-start: 14px;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-black);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aq-cart-plus svg,
.aq-cart-minus svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.aq-cart-plus:hover,
.aq-cart-minus:hover {
  cursor: pointer;
  color: var(--tp-theme-1);
}
.aq-cart-plus.aq-cart-plus,
.aq-cart-minus.aq-cart-plus {
  inset-inline-start: auto;
  inset-inline-end: 14px;
}
.aq-cart-plus.aq-cart-plus::after,
.aq-cart-minus.aq-cart-plus::after {
  inset-inline-start: 0;
  inset-inline-end: auto;
}

.aq-cart-input[type=text] {
  height: 50px;
  font-size: 16px;
  padding: 0 30px;
  cursor: pointer;
  box-shadow: none;
  text-align: center;
  border-radius: 30px;
  background-color: var(--tp-common-white);
  border: 1px solid rgba(15, 15, 15, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-cart-input[type=text] {
    height: 42px;
  }
}
.aq-cart-input[type=text]:focus {
  outline: none;
}

.product-details-nav button {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 15px;
  margin: 0 10px;
  letter-spacing: -0.18px;
  color: rgba(15, 15, 15, 0.6);
  font-family: var(--tp-ff-onest);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-nav button {
    margin: 0 0px;
  }
}
@media (max-width: 574.98px) {
  .product-details-nav button {
    margin: 12px 0px 0;
  }
}
.product-details-nav button::after {
  position: absolute;
  content: "";
  inset-inline-end: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  transition: all 0.3s;
  background-color: var(--tp-common-black);
}
@media (max-width: 574.98px) {
  .product-details-nav button::after {
    bottom: -5px;
  }
}
.product-details-nav button.active {
  color: var(--tp-common-black);
}
.product-details-nav button.active::after {
  width: 100%;
  inset-inline-end: auto;
  inset-inline-start: 0;
}
.product-details-tab-item {
  padding: 60px;
  border: 1px solid rgba(20, 20, 20, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-tab-item {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .product-details-tab-item {
    padding: 20px;
  }
}
.product-details-tab-item .btn-close {
  top: 10px;
  inset-inline-end: 10px;
  height: 40px;
  width: 40px;
}
@media (max-width: 574.98px) {
  .product-details-additional-info {
    overflow-x: scroll;
  }
}
.product-details-additional-info-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: -0.22px;
  font-family: var(--tp-ff-onest);
}
.product-details-additional-info table {
  width: 100%;
  border: 1px solid #E6E7E8;
}
.product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid #E6E7E8;
}
.product-details-additional-info table tr td {
  padding: 12px 34px;
}
.product-details-additional-info table tr td:first-child {
  width: 460px;
  font-size: 16px;
  background: #F9F9F9;
  color: var(--tp-common-black);
  box-shadow: 1px 0 0 0 #E6E7E8;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .product-details-additional-info table tr td:first-child {
    width: 290px;
  }
}
.product-details-additional-info table tr td:last-child {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--tp-ff-onest);
}
.product-details-review-rating-item > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-inline-end: 10px;
  color: rgba(15, 15, 15, 0.6);
}
.product-details-review-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
@media (max-width: 574.98px) {
  .product-details-review-list {
    padding-inline-end: 0;
  }
}
.product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.product-details-review-avater-thumb {
  flex: 0 0 auto;
}
.product-details-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-inline-end: 20px;
}
.product-details-review-avater-rating {
  line-height: 1;
  margin-bottom: 3px;
}
.product-details-review-avater-rating span {
  font-size: 10px;
  margin-inline-end: 5px;
  color: #FFB21D;
}
.product-details-review-avater-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.product-details-review-avater-meta {
  font-size: 14px;
  position: relative;
  padding-inline-start: 11px;
  margin-inline-start: 3px;
}
.product-details-review-avater-meta::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #A8ACB0;
}
.product-details-review-avater-comment p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4;
  font-family: var(--tp-ff-onest);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .product-details-review-form {
    margin-top: 50px;
  }
}
.product-details-review-form > p {
  font-size: 15px;
  margin-bottom: 8px;
  font-family: var(--tp-ff-onest);
}
.product-details-review-form-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  font-family: var(--tp-ff-onest);
}
.product-details-review-form-rating {
  margin-bottom: 28px;
}
.product-details-review-form-rating p {
  margin-bottom: 0;
  font-size: 14px;
  margin-inline-end: 8px;
  font-family: var(--tp-ff-onest);
}
.product-details-review-form-rating-icon span {
  font-size: 12px;
  color: #FFB21D;
  margin: 0 1px;
}
.product-details-review-input-wrapper {
  margin-bottom: 20px;
}
.product-details-review-input-box {
  position: relative;
}
.product-details-review-input-box:not(:last-child) {
  margin-bottom: 20px;
}
.product-details-review-input-box .aq-form-label {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 5px;
}
.product-details-review-input-box .aq-form-control {
  border: 1px solid rgba(20, 20, 20, 0.1);
  height: 60px;
}
.product-details-review-input-box .aq-form-control:focus {
  border-color: var(--tp-theme-primary);
}
.product-details-review-input-box textarea.aq-form-control {
  height: 178px;
}
.product-details-review-input-box textarea.aq-form-control:focus {
  border-color: var(--tp-theme-primary);
}
.product-details-review-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  padding: 9px 45px;
  background-color: var(--tp-theme-primary);
}
.product-details-bottom {
  border-bottom: 1px solid #E0E2E3;
}
.product-details-tab-nav .nav-tabs {
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E2E3;
}
@media (max-width: 574.98px) {
  .product-details-tab-nav .nav-tabs {
    padding-bottom: 0;
  }
}
.product-details-tab-nav .nav-tabs .nav-link {
  font-size: 20px;
  color: #A0A2A4;
  padding-inline-start: 9px;
  padding-inline-end: 7px;
  position: relative;
}
.product-details-tab-nav .nav-tabs .nav-link:not(:first-child) {
  margin-inline-start: 40px;
}
.product-details-tab-nav .nav-tabs .nav-link.active, .product-details-tab-nav .nav-tabs .nav-link:hover {
  color: var(--tp-common-black);
}
.product-details-tab-nav .nav-tabs .nav-link.active::after, .product-details-tab-nav .nav-tabs .nav-link:hover::after {
  width: 100%;
  inset-inline-start: 0;
  inset-inline-end: auto;
}
@media (max-width: 574.98px) {
  .product-details-tab-nav .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    inset-inline-start: auto;
    inset-inline-end: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-common-black);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
  }
}
@media (max-width: 574.98px) {
  .product-details-tab-nav .nav-tabs span#productTabMarker {
    display: none !important;
  }
}
.product-details-tab-line {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--tp-common-black);
  display: block;
}
.product-details-views {
  margin-bottom: 10px;
}
.product-details-views > span {
  color: var(--tp-common-black);
  font-size: 16px;
  margin-inline-end: 8px;
}
.product-details-views p {
  font-size: 16px;
  margin-bottom: 0;
}
.product-details-views p span {
  color: var(--tp-common-black);
  font-weight: 500;
}
.product-details-stock-bar p {
  font-size: 15px;
  margin-bottom: 5px;
}
.product-details-stock-bar p span {
  font-weight: 500;
  color: var(--tp-common-black);
}
.product-details-stock-bar-line {
  height: 4px;
  position: relative;
}
.product-details-stock-bar-line-inner {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  background-color: var(--tp-theme-primary);
  height: 100%;
  display: inline-block;
}
.product-details-wishlist-btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.1);
}
.product-details-wishlist-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.product-details-policy-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.product-details-policy p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: var(--tp-ff-onest);
  color: rgba(15, 15, 15, 0.7);
}
.product-details-policy-list li::before {
  content: "";
  height: 5px;
  width: 5px;
  margin-inline-end: 12px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(8px);
  background-color: rgba(15, 15, 15, 0.7);
}
.product-details-policy ul li {
  display: flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  list-style-type: none;
  font-family: var(--tp-ff-onest);
  color: rgba(15, 15, 15, 0.7);
}
.product-details-policy ul li:not(:last-child) {
  margin-bottom: 15px;
}
.product-details-policy ul li span {
  min-width: 20px;
  margin-inline-end: 2px;
  display: inline-block;
}
.product-details-policy-info li a {
  font-size: 14px;
  font-weight: 400;
  color: #393A3C;
  display: flex;
  gap: 6px;
  align-items: center;
}
.product-details-policy-info li a:hover {
  color: var(--tp-theme-primary);
}
.product-details-desc-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 17px;
  letter-spacing: -0.22px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.product-details-desc-wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: var(--tp-ff-onest);
  color: rgba(15, 15, 15, 0.7);
}
.product-details-desc-list-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 17px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.product-details-desc-list ul {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-desc-list ul {
    margin-bottom: 35px;
  }
}
.product-details-desc-list ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  list-style-type: none;
  font-family: var(--tp-ff-onest);
  color: rgba(15, 15, 15, 0.8);
}
.product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.product-details-desc-list ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  margin-inline-end: 12px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-3px);
  background-color: rgba(15, 15, 15, 0.7);
}
.product-details-desc-icon {
  margin-bottom: 10px;
}
.product-details-size-guide {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-onest);
}
.product-details-size-guide i {
  margin-inline-end: 6px;
}
.product-details-size-guide:hover {
  color: var(--tp-theme-primary);
}
.product-details-people-view {
  padding: 10px 12px;
  border-radius: 44px;
  background: #F9F9F9;
}
.product-details-people-view p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-onest);
}
.product-details-people-view p span {
  min-width: 20px;
  display: inline-block;
  transform: translateY(2px);
}
.product-details-people-viewicon {
  line-height: 1;
  margin-inline-end: 9px;
  display: inline-block;
  color: var(--tp-common-black);
}
.product-details-list-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
  margin-bottom: 20px;
  letter-spacing: -0.22px;
  font-family: var(--tp-ff-onest);
}
.product-details-note-wrap {
  padding: 24px;
  border: 1px solid rgba(20, 20, 20, 0.08);
}
.product-details-note-wrap p {
  font-size: 13px;
  line-height: 1;
  font-family: var(--tp-ff-onest);
  color: rgba(15, 15, 15, 0.7);
}
.product-details-note-wrap .aq-dashboard-profile-avatar input {
  border: none;
  height: auto;
  padding-inline-start: 0;
  box-shadow: none;
  border-radius: 0;
  line-height: 25px;
}
.product-details-note-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--tp-ff-satoshi-bold);
}
.product-details-note-input[type=text] {
  margin-bottom: 10px;
  border-color: transparent;
  background-color: var(--tp-gray-5);
}
.product-details-video-thumb {
  position: relative;
  width: 100%;
}
.product-details-video-thumb img {
  width: 100%;
}
.product-details-live-sales-box {
  position: fixed;
  bottom: 20px;
  inset-inline-start: 20px;
  width: 100%;
  max-width: 380px;
  background: var(--tp-common-white);
  border-radius: 8px;
  padding: 15px;
  overflow: hidden;
  z-index: 999;
  display: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.product-details-live-sales-wrapper {
  gap: 15px;
  display: flex;
  align-items: center;
}
.product-details-live-sales-img {
  width: 70px;
  height: 90px;
  flex-shrink: 0;
}
.product-details-live-sales-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.product-details-live-sales-content, .product-details-live-sales-user {
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #777777;
}
.product-details-live-sales-content strong, .product-details-live-sales-user strong {
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.product-details-live-sales-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px 0;
  line-height: 1.2;
  color: var(--tp-common-black);
}
.product-details-live-sales-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #888888;
}
.product-details-live-sales-meta .product-details-live-sales-verified {
  gap: 4px;
  display: flex;
  align-items: center;
  color: var(--tp-common-success);
}
.product-details-live-sales-close {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
}
.product-details-live-sales-close:hover {
  color: #ff0000;
}
.product-details-live-sales-progress {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  height: 3px;
  width: 100%;
  transform-origin: left;
  background: var(--tp-common-black);
  animation: liveSalesProgress 5s linear infinite;
}
.product-details-pickup-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: var(--tp-ff-satoshi-medium);
}
.product-details-pickup .aq-product-details-pickup {
  margin-bottom: 16px;
}
.product-details-pickup-list ul {
  margin-bottom: 15px;
  display: inline-block;
}
.product-details-pickup-list ul li {
  list-style: none;
  font-weight: var(--tp-ff-satoshi-light);
}
.product-details-pickup-link {
  margin-bottom: 20px;
}
.product-details-pickup-link a {
  font-size: 15px;
  color: var(--tp-common-black);
  font-weight: var(--tp-ff-satoshi-medium);
}
.product-details-wrapper.tab-content {
  position: relative;
}
.product-details-wrapper.tab-content .tab-pane {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  -webkit-transition: 0.3s 0.3s 0s ease-out;
  -moz-transition: 0.3s 0.3s 0s ease-out;
  -ms-transition: 0.3s 0.3s 0s ease-out;
  -o-transition: 0.3s 0.3s 0s ease-out;
  transition: 0.3s 0.3s 0s ease-out;
}
.product-details-wrapper.tab-content .tab-pane.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transform: none;
  -webkit-transition: 0.3s 0.3s 0s ease-out;
  -moz-transition: 0.3s 0.3s 0s ease-out;
  -ms-transition: 0.3s 0.3s 0s ease-out;
  -o-transition: 0.3s 0.3s 0s ease-out;
  transition: 0.3s 0.3s 0s ease-out;
}

.tp-product-details-tab-link .nav-tab {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.tp-product-details-tab-link .nav-tab button {
  width: 80px;
  height: 80px;
  border: 1px solid transparent;
}
.tp-product-details-tab-link .nav-tab button.active {
  border-color: var(--tp-theme-primary);
}
.tp-product-details-tab-link .nav-tab button:hover {
  border-color: var(--tp-theme-primary);
}
.tp-product-details-repair-icon {
  border: 1px solid rgba(20, 20, 20, 0.06);
  border-radius: 500px;
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tp-product-details-repair-rating span {
  color: #d9d9d9;
}
.tp-product-details-repair-rating span:not(:last-child) {
  color: var(--tp-theme-primary);
}
.tp-product-details-repair-content {
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.03em;
}
.tp-product-details-repair-btn {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  box-shadow: inset 0 4px 16px 1px rgba(255, 255, 255, 0.3);
  background: var(--tp-theme-primary);
  border-radius: 6px;
  padding: 7px 32px;
  display: inline-block;
}
.tp-product-details-repair-btn:hover {
  color: var(--tp-common-white);
}

.aq-form-checkbox {
  display: none;
}
.aq-form-checkbox:checked ~ label::before {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.aq-form-checkbox-label {
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
  color: #6E6E73;
  position: relative;
  padding-inline-start: 26px;
}
.aq-form-checkbox-label::before {
  position: absolute;
  content: "";
  top: 4px;
  inset-inline-start: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transition: all 0.4s ease;
  border: 1px solid #D9D9D9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' viewBox='0 0 10 9' fill='none'%3E%3Cpath d='M0.750122 5.50012C0.750122 5.50012 2.35012 6.41265 3.15012 7.75012C3.15012 7.75012 5.55012 2.50012 8.75012 0.750122' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: var(--tp-common-white);
}
.aq-form-checkbox-label:hover {
  cursor: pointer;
}

/*----------------------------------------*/
/*  7.3 Cart css
/*----------------------------------------*/
.aq-cart-header-product {
  padding-inline-start: 30px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-cart-list {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-cart-list {
    overflow-x: scroll;
    margin-inline-end: 0;
  }
}
.aq-cart-list .table > :not(caption) > * > * {
  box-shadow: none;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-cart-list table {
    width: 1000px;
  }
}
.aq-cart-list thead {
  border: 1px solid rgba(1, 98, 115, 0.08);
  border-radius: 8px;
  background: #f9fafb;
  overflow: hidden;
}
.aq-cart-list thead th {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #6b7280;
  border: 0 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  background: transparent;
}
.aq-cart-list tr {
  border: 1px solid rgba(1, 98, 115, 0.08);
  border-radius: 8px;
}
.aq-cart-list tr td .aq-cart-action-btn {
  font-weight: 400;
  font-size: 14px;
  color: #818487;
  border: 1px solid rgba(1, 98, 115, 0.1);
  border-radius: 32px;
  width: 50px;
  height: 50px;
}
.aq-cart-list tr td .aq-cart-action-btn svg {
  margin-inline-end: 2px;
  transform: translateY(-1px);
}
.aq-cart-list tr td .aq-cart-action-btn:hover {
  color: #FF1826;
}
.aq-cart-list tr td.aq-cart-add-to-cart .aq-btn {
  border-radius: 0;
}
.aq-cart-list tr td.aq-cart-title {
  padding-inline-start: 20px;
  padding-inline-end: 30px;
}
.aq-cart-img {
  width: 103px;
  height: 110px;
  padding: 20px !important;
}
.aq-cart-img a {
  width: 103px !important;
  height: 110px !important;
  border: 1px solid rgba(33, 33, 45, 0.08);
  border-radius: 8px;
  background: #f9fafb;
  background-color: #f9fafb !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.aq-cart-title {
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 4px;
  display: inline-block;
}
.aq-cart-title:hover {
  color: var(--tp-theme-primary);
}
.aq-cart-item-name {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #4a4a50;
  display: block;
  margin-bottom: 5px;
}
.aq-cart-item-tag {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #4a4a50;
  border: 1px solid rgba(33, 33, 45, 0.08);
  border-radius: 8px;
  padding: 8px 9px;
  background: #f9fafb;
  display: inline-block;
  line-height: 1;
}
.aq-cart-price {
  width: 145px;
}
.aq-cart-price span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  display: block;
}
.aq-cart-price span.old {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-decoration: line-through;
  color: #82828c;
}
.aq-cart-quantity {
  width: 180px;
}
.aq-cart-quantity .aq-product-quantity {
  width: 106px;
  height: 50px;
}
.aq-cart-quantity .aq-product-quantity .aq-cart-minus, .aq-cart-quantity .aq-product-quantity .aq-cart-plus {
  border-radius: 50%;
  background-color: #f3f4f6;
  height: 34px;
  width: 34px;
  line-height: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-cart-quantity .aq-cart-input {
    height: 50px;
  }
}
.aq-cart-quantity .aq-product-quantity .aq-cart-input[type=text] {
  border: 1px solid rgba(1, 98, 115, 0.1);
  border-radius: 32px;
}
.aq-cart-quantity .aq-cart-plus.aq-cart-plus, .aq-cart-quantity .aq-cart-minus.aq-cart-plus {
  inset-inline-end: 6px !important;
}
.aq-cart-quantity .aq-cart-minus {
  inset-inline-start: 6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-cart-coupon {
    margin-bottom: 20px;
  }
}
.aq-cart-coupon-input {
  flex-wrap: wrap;
}
.aq-cart-coupon-input input {
  border: 1px solid rgba(1, 98, 115, 0.08);
  border-radius: 8px;
  width: 299px;
  height: 40px;
  background: #f9fafb;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 574.98px) {
  .aq-cart-coupon-input input {
    width: 100%;
  }
}
.aq-cart-coupon-input input::placeholder {
  letter-spacing: -0.01em;
  color: #9ea3af;
}
.aq-cart-coupon-input button {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  padding: 6px 23px;
  color: var(--tp-common-white);
  border: 1px solid transparent;
  background-color: var(--tp-common-black);
  border: 1px solid rgba(1, 98, 115, 0.08);
  border-radius: 8px;
}
.aq-cart-coupon-input button:hover {
  color: var(--tp-common-black);
  background-color: transparent;
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.aq-cart-coupon-input-box {
  border: 1px dashed rgba(1, 98, 115, 0.12);
  border-radius: 8px;
  padding: 20px 24px 24px 24px;
  display: inline-block;
}
.aq-cart-update-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 29px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.aq-cart-update-btn:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.aq-cart-checkout-wrapper {
  margin-inline-start: -24px;
  background: var(--tp-common-white);
  box-shadow: 0 7px 36px 0 rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-cart-checkout-wrapper {
    margin-top: 50px;
    margin-inline-start: 0;
  }
}
.aq-cart-checkout-top {
  background: var(--tp-common-black);
  padding: 21px 20px;
}
.aq-cart-checkout-top span {
  color: var(--tp-common-white);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.aq-cart-checkout-bottom {
  padding: 23px 25px 20px 25px;
}
.aq-cart-checkout-dec {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #606266;
}
.aq-cart-checkout-shipping {
  padding-bottom: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E0E2E3;
}
.aq-cart-checkout-shipping-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
}
.aq-cart-checkout-shipping-option:not(:last-child) {
  margin-bottom: 4px;
}
.aq-cart-checkout-shipping-option input {
  display: none;
}
.aq-cart-checkout-shipping-option input:checked + label::after {
  border-color: var(--tp-common-black);
}
.aq-cart-checkout-shipping-option input:checked + label::before {
  opacity: 1;
  visibility: visible;
}
.aq-cart-checkout-shipping-option label {
  font-weight: 400;
  font-size: 14px;
  color: #161C2D;
  position: relative;
  padding-inline-start: 25px;
}
.aq-cart-checkout-shipping-option label:hover {
  cursor: pointer;
}
.aq-cart-checkout-shipping-option label span {
  color: var(--tp-common-black);
}
.aq-cart-checkout-shipping-option label::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.aq-cart-checkout-shipping-option label::before {
  position: absolute;
  content: "";
  inset-inline-start: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  background-color: var(--tp-common-black);
}
.aq-cart-checkout-bit {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #606266;
}
.aq-cart-checkout-total.border-b {
  border-bottom: 1px solid rgba(33, 33, 45, 0.2);
  margin-bottom: 17px;
  padding-bottom: 17px;
}
.aq-cart-checkout-total span {
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
}
.aq-cart-checkout-total span.price {
  font-weight: 600;
  font-size: 18px;
}
.aq-cart-checkout-total span.price.total {
  font-size: 24px;
}
.aq-cart-checkout-total span.calculated {
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #606266;
}
.aq-cart-checkout-btn {
  padding: 13px 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  color: var(--tp-common-white);
  background-color: #016273;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.aq-cart-checkout-btn svg {
  margin-left: 6px;
}
.aq-cart-checkout-btn:hover {
  color: var(--tp-common-black);
  background-color: transparent;
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.aq-cart-top-wrap {
  border-bottom: 2px solid rgba(1, 98, 115, 0.1);
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.aq-cart-top-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.aq-cart-top-count {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  border: 1px solid rgba(1, 98, 115, 0.08);
  border-radius: 8px;
  padding: 11px 20px;
  background: #f9fafb;
  display: inline-block;
  line-height: 1;
}
.aq-cart-action {
  padding: 0px 32px 0px 0px !important;
}
.aq-cart-form-label {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.aq-checkout-verify-item {
  margin-bottom: 40px;
}
.aq-checkout-verify-item:not(:last-child) {
  margin-bottom: 14px;
}
.aq-checkout-verify-reveal {
  width: 100%;
  font-size: 14px;
  margin-bottom: 0;
  padding: 8px 26px;
  display: inline-block;
  border: 1px dashed #AAB0B2;
  color: var(--tp-common-black);
}
.aq-checkout-verify-reveal button {
  position: relative;
  color: var(--tp-common-black);
}
.aq-checkout-verify-reveal button::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.aq-checkout-btn {
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(1, 98, 115, 0.1);
  border-radius: 16px;
  box-shadow: 0 7px 36px 0 rgba(0, 0, 0, 0.05);
  background: #016273;
}
.aq-checkout-btn.btn-plr {
  padding: 0 150px;
  border-radius: 0;
}
@media (max-width: 574.98px) {
  .aq-checkout-btn.btn-plr {
    padding: 0 100px;
  }
}
.aq-checkout-btn.border-style {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  border-radius: 0;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid rgba(77, 61, 48, 0.12);
}
.aq-checkout-btn.border-style span {
  margin-inline-start: 7px;
  transform: translateY(-1px);
  display: inline-block;
}
.aq-checkout-btn.border-style:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.aq-checkout-btn:hover {
  color: var(--tp-common-black);
  background-color: transparent;
}
.aq-checkout-input {
  margin-bottom: 20px;
}
.aq-checkout-input label {
  font-size: 15px;
  letter-spacing: -0.01em;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--tp-common-black);
}
.aq-checkout-input input, .aq-checkout-input textarea {
  width: 100%;
  padding: 0 26px;
  line-height: 56px;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  background: #f9fafb;
  height: 50px;
  border: 1px solid rgba(1, 98, 115, 0.08);
  border-radius: 8px;
}
.aq-checkout-input input::placeholder, .aq-checkout-input textarea::placeholder {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #7b7b82;
}
.aq-checkout-input input:focus, .aq-checkout-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.aq-checkout-input textarea {
  height: 180px;
  resize: none;
  line-height: 1.3;
  padding-top: 20px;
}
.aq-checkout-input .aqf-bundle-select .nice-select {
  height: 48px;
  border-radius: 0;
  width: 100%;
  padding: 0 26px;
  color: var(--tp-common-black);
  border: 1px solid rgba(1, 98, 115, 0.08);
  border-radius: 8px;
  background: #f9fafb;
}
.aq-checkout-input .aqf-bundle-select .nice-select::after {
  inset-inline-end: 26px;
}
.aq-checkout-option {
  margin-bottom: 4px;
}
.aq-checkout-option-wrapper {
  margin-top: 10px;
  margin-bottom: 17px;
}
.aq-checkout-option input {
  display: none;
}
.aq-checkout-option input:checked ~ label::after {
  background-color: #016273;
  border-color: #016273;
}
.aq-checkout-option input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.aq-checkout-option label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #7b7b82;
  position: relative;
  padding-inline-start: 38px;
  margin-bottom: 8px;
  z-index: 1;
  line-height: 2;
}
.aq-checkout-option label::after {
  position: absolute;
  content: "";
  top: 4px;
  inset-inline-start: 0;
  width: 28px;
  height: 28px;
  line-height: 16px;
  text-align: center;
  z-index: -1;
  transition: all 0.4s ease;
  border: 1px solid rgba(1, 98, 115, 0.08);
  border-radius: 8px;
  background: #f9fafb;
}
.aq-checkout-option label::before {
  position: absolute;
  content: url("../img/icon/check.svg");
  top: 9px;
  inset-inline-start: 0;
  width: 29px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.aq-checkout-option label a:hover {
  color: var(--tp-common-black);
}
.aq-checkout-option label:hover {
  cursor: pointer;
}
.aq-checkout-bill-title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-black);
  margin-bottom: 35px;
}
.aq-checkout-place {
  padding: 44px 50px 50px;
  border: 1px solid rgba(1, 98, 115, 0.1);
  border-radius: 16px;
  box-shadow: 0 7px 36px 0 rgba(0, 0, 0, 0.05);
  background: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-checkout-place {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-checkout-place {
    margin-top: 50px;
  }
}
@media (max-width: 574.98px) {
  .aq-checkout-place {
    padding: 45px 25px 24px;
  }
}
.aq-checkout-place-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--tp-ff-p);
  letter-spacing: -0.01em;
  color: #1d1d1d;
}
.aq-checkout-payment {
  padding-bottom: 26px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E0E2E3;
}
.aq-checkout-payment-item:not(:last-child) {
  margin-bottom: 5px;
}
.aq-checkout-payment-item.paypal-payment label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.aq-checkout-payment-item > input {
  display: none;
}
.aq-checkout-payment-item > input:checked ~ label::after {
  border-color: var(--tp-common-black);
}
.aq-checkout-payment-item > input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.aq-checkout-payment-item label {
  font-size: 14px;
  position: relative;
  padding-inline-start: 27px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.aq-checkout-payment-item label:hover {
  cursor: pointer;
}
.aq-checkout-payment-item label::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.aq-checkout-payment-item label::before {
  position: absolute;
  content: "";
  inset-inline-start: 3px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.aq-checkout-payment-item label img {
  margin-inline-start: 14px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.aq-checkout-payment-item label a {
  margin-inline-start: 20px;
  position: relative;
}
.aq-checkout-payment-item label a::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}
.aq-checkout-payment-desc {
  position: relative;
  padding-top: 10px;
  display: none;
}
.aq-checkout-payment-desc::after {
  position: absolute;
  content: "";
  inset-inline-start: 57px;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #F6F7F9;
  -webkit-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
.aq-checkout-payment-desc p {
  font-size: 14px;
  color: #55585B;
  margin-bottom: 0;
  margin-inline-start: 27px;
  line-height: 1.57;
  padding: 19px 30px;
  background-color: #F6F7F9;
}
.aq-checkout-agree {
  margin-bottom: 24px;
}

.aq-return-customer {
  display: none;
  margin-top: 14px;
  padding: 40px 40px;
  background-color: #f9fafb;
}
.aq-return-customer-input {
  margin-bottom: 20px;
}
.aq-return-customer-input label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}
.aq-return-customer-input label span {
  color: red;
}
.aq-return-customer-input input, .aq-return-customer-input textarea {
  width: 100%;
  padding: 0 26px;
  line-height: 56px;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  border: 1px solid rgba(1, 98, 115, 0.08);
  border-radius: 8px;
  height: 50px;
}
.aq-return-customer-input input::placeholder, .aq-return-customer-input textarea::placeholder {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #7b7b82;
}
.aq-return-customer-input input:focus, .aq-return-customer-input textarea:focus {
  background: transparent;
  border-color: var(--tp-common-black);
}
.aq-return-customer-remeber input {
  display: none;
}
.aq-return-customer-remeber input:checked ~ label::after {
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.aq-return-customer-remeber input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.aq-return-customer-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-inline-start: 26px;
  z-index: 1;
}
.aq-return-customer-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  inset-inline-start: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.4s ease;
}
.aq-return-customer-remeber label::before {
  position: absolute;
  content: url("../img/icon/check.svg");
  top: 4px;
  inset-inline-start: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.aq-return-customer-remeber label a:hover {
  color: var(--tp-common-black);
}
.aq-return-customer-remeber label:hover {
  cursor: pointer;
}
.aq-return-customer-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
}
.aq-return-customer-forgot a::after {
  position: absolute;
  content: url("../img/icon/check.svg");
  inset-inline-start: auto;
  inset-inline-end: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
  transition: all 0.4s ease;
}
.aq-return-customer-forgot a:hover::after {
  inset-inline-start: 0;
  inset-inline-start: auto;
  width: 100%;
}

.aq-order-details {
  padding: 70px 100px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aq-order-details {
    padding: 60px 40px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-order-details {
    padding: 60px 30px 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aq-order-details {
    padding: 60px 50px 55px;
  }
}
@media (max-width: 574.98px) {
  .aq-order-details {
    padding: 40px 30px 45px;
  }
}
@media (max-width: 574.98px) {
  .aq-order-details-top {
    margin-bottom: 40px;
  }
}
.aq-order-details-icon {
  margin-bottom: 22px;
}
.aq-order-details-icon span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 118px;
  text-align: center;
  font-size: 55px;
  border-radius: 50%;
  color: var(--tp-common-white);
  border-bottom: 1px solid #E0E2E3;
}
.aq-order-details-icon span svg {
  transform: translateY(-1px);
}
.aq-order-details-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--tp-common-white);
}
.aq-order-details-content p {
  font-size: 16px;
  line-height: 1.38;
  color: var(--tp-common-white);
}
@media (max-width: 574.98px) {
  .aq-order-details-content p br {
    display: none;
  }
}
.aq-order-details-item {
  margin-bottom: 38px;
}
.aq-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .aq-order-details-item {
  padding-inline-start: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .aq-order-details-item {
    padding-inline-start: 0;
  }
}
.aq-order-details-item h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  margin-bottom: 6px;
  color: var(--tp-common-white);
}
.aq-order-details-item p {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-order-info-wrapper {
    margin-inline-end: 0;
  }
}
.aq-order-info-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
.aq-order-info-list ul li {
  list-style: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aq-order-info-list ul li:not(:last-child) {
  border-bottom: 1px solid #E0E2E3;
}
.aq-order-info-list ul li span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
}
.aq-order-info-list ul li.aq-order-info-list-header {
  padding-top: 0;
  padding-bottom: 12px;
}
.aq-order-info-list ul li.aq-order-info-list-header h4 {
  margin-bottom: 0;
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
}
.aq-order-info-list ul li.aq-order-info-list-desc p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #7b7b82;
}
.aq-order-info-list ul li.aq-order-info-list-desc p span {
  color: var(--tp-common-black);
}
.aq-order-info-list ul li.aq-order-info-list-subtotal span:last-child {
  color: var(--tp-common-black);
}
.aq-order-info-list ul li.aq-order-info-list-shipping span > input {
  display: none;
}
.aq-order-info-list ul li.aq-order-info-list-shipping span > input:checked ~ label::after {
  border-color: var(--tp-common-black);
}
.aq-order-info-list ul li.aq-order-info-list-shipping span > input:checked ~ label::before {
  opacity: 1;
  visibility: visible;
}
.aq-order-info-list ul li.aq-order-info-list-shipping span label {
  font-size: 14px;
  position: relative;
  padding-inline-end: 27px;
}
.aq-order-info-list ul li.aq-order-info-list-shipping span label span {
  color: var(--tp-common-black);
}
.aq-order-info-list ul li.aq-order-info-list-shipping span label:hover {
  cursor: pointer;
}
.aq-order-info-list ul li.aq-order-info-list-shipping span label::after {
  position: absolute;
  content: "";
  inset-inline-end: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #BCBCBC;
  transition: all 0.4s ease;
}
.aq-order-info-list ul li.aq-order-info-list-shipping span label::before {
  position: absolute;
  content: "";
  inset-inline-end: 4px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.aq-order-info-list ul li.aq-order-info-list-total {
  padding: 14px 0;
}
.aq-order-info-list ul li.aq-order-info-list-total span {
  font-size: 16px;
  font-weight: 500;
}
.aq-order-info-list-shipping-item span span {
  color: #016273 !important;
}
.aq-order-inner {
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

.aq-form-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-black);
}

.aqf-bundle-select .nice-select {
  gap: 24px;
  height: 40px;
  min-width: 195px;
  padding: 7px 20px;
  position: relative;
  border-radius: 30px;
  align-items: center;
  display: inline-flex;
  justify-content: start;
  background-color: transparent;
  border: 1px solid rgba(1, 15, 28, 0.1);
}
.aqf-bundle-select .nice-select .list {
  margin-top: 4px;
  min-width: 180px;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #EEE;
  background: var(--tp-common-white);
  box-shadow: 0 1px 4px 0 rgba(15, 15, 15, 0.14);
}
.aqf-bundle-select .nice-select .list .option {
  border-radius: 4px;
  margin-bottom: 2px;
  padding-inline-start: 12px;
  padding-top: 8px;
  padding-inline-end: 12px;
  padding-bottom: 8px;
  color: rgba(15, 15, 15, 0.8);
  line-height: 1;
}
.aqf-bundle-select .nice-select .list .option.selected, .aqf-bundle-select .nice-select .list .option:hover {
  background: #F6F6F6;
  color: var(--tp-common-black);
}
.aqf-bundle-select .nice-select::after {
  border-bottom: 1px solid var(--tp-common-black);
  border-right: 1px solid var(--tp-common-black);
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  inset-inline-end: 22px;
  top: 49%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.aqf-bundle-select .nice-select.open::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*----------------------------------------*/
/*  7.23 Vendor css
/*----------------------------------------*/
.tp-vendor-spacing {
  padding-top: 185px;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
  overflow: visible;
}
.tp-vendor-search {
  width: 446px;
  position: relative;
  z-index: 21;
  overflow: visible;
}
.tp-vendor-search-label {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  display: block;
  margin-bottom: 14px;
}
.tp-vendor-search .aq-sidebar-search-input {
  position: relative;
  overflow: visible;
  z-index: 30;
}
.tp-vendor-search .aq-sidebar-search-input input {
  border: 1px solid rgba(33, 33, 45, 0.1);
  border-radius: 12px;
  height: 80px;
  padding-left: 60px;
  background: #f4f6f9;
}
.tp-vendor-search .aq-sidebar-search-input input::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-vendor-search.aq-sidebar-search button {
  inset-inline-end: inherit;
  inset-inline-start: 30px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.tp-vendor-search-wrap {
  display: flex;
  align-items: end;
  gap: 22px;
  position: relative;
  z-index: 20;
  overflow: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-vendor-search-wrap {
    flex-wrap: wrap;
  }
}
.tp-vendor-search-wrap .find-store-radius {
  appearance: none;
  border-radius: 12px;
  width: 294px;
  height: 80px;
  background: var(--tp-common-white);
  padding-left: 30px;
  padding-right: 40px;
  border: none;
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-vendor-search-location {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  border-radius: 12px;
  width: 294px;
  height: 80px;
  background: var(--tp-common-white);
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
}
.tp-vendor-search-store button {
  border-radius: 14px;
  width: 294px;
  height: 80px;
  box-shadow: inset 0 4px 16px 1px rgba(255, 255, 255, 0.3);
  background: var(--tp-theme-primary);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
.tp-vendor-map-spacing {
  margin-top: 0;
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.tp-vendor-search-wrap .google-address-dropdown {
  z-index: 50;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  margin-top: -2px;
  background: #fff;
  border: 1px solid #e0e6ed;
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-height: 280px;
  overflow-y: auto;
}
.tp-vendor-search-wrap .google-address-dropdown .list-group-item {
  border: none;
  border-bottom: 1px solid #f1f2f3;
  padding: 12px 18px;
  font-size: 14px;
  color: #3b3f5c;
  background: #fff;
  text-align: left;
  width: 100%;
}
.tp-vendor-search-wrap .google-address-dropdown .list-group-item:last-child {
  border-bottom: none;
}
.tp-vendor-search-wrap .google-address-dropdown .list-group-item:hover,
.tp-vendor-search-wrap .google-address-dropdown .list-group-item.active {
  background: #0197AF;
  color: #fff;
}
.tp-vendor-map-canvas,
.tp-vendor-map iframe {
  height: 510px;
  border-radius: 16px;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.find-store-pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.find-store-pin-logo {
  width: 52px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(20, 27, 52, 0.35));
}
.find-store-pin-dot {
  width: 18px;
  height: 18px;
  background: var(--tp-theme-primary);
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 2px 8px rgba(20, 27, 52, 0.28);
}
.find-store-pin-name {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4px;
  max-width: 160px;
  padding: 4px 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(20, 27, 52, 0.12);
  color: #141B34;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.find-store-pin.is-user .find-store-pin-dot {
  background: #141B34;
}
.find-store-map-info {
  font-family: inherit;
  min-width: 160px;
  max-width: 220px;
}
.find-store-map-info strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #141B34;
}
.find-store-map-info span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  color: #5b5c5e;
}
.find-store-map-info a {
  color: var(--tp-theme-primary);
  font-size: 13px;
  font-weight: 600;
}
.find-store-suggestions {
  position: fixed;
  z-index: 100000;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e0e6ed;
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  max-height: 280px;
  overflow-y: auto;
}
.find-store-suggestions .list-group-item {
  display: block;
  border: none;
  border-bottom: 1px solid #f1f2f3;
  padding: 12px 18px;
  font-size: 14px;
  color: #3b3f5c;
  background: #fff;
  text-align: left;
  width: 100%;
}
.find-store-suggestions .list-group-item:last-child {
  border-bottom: none;
}
.find-store-suggestions .list-group-item:hover,
.find-store-suggestions .list-group-item.active {
  background: #0197AF;
  color: #fff;
}

.aq-vendor-ratting i {
  color: var(--tp-theme-primary);
}
.aq-vendor-ratting i.is-muted {
  color: #d9d9d9;
}
.aq-vendor-ratting i svg {
  transform: translateY(-2px);
}
.aq-vendor-ratting span {
  line-height: 1;
  margin-inline-start: 7px;
  font-weight: 400;
  font-size: 13px;
  color: #393a3c;
}
.aq-vendor-distance {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-theme-primary);
}
.aq-vendor-icon {
  position: relative;
  height: 80px;
  width: 80px;
  display: flex;
  z-index: 1;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.4s ease;
  border: 1px solid rgba(20, 20, 20, 0.06);
  border-radius: 50%;
  flex: 0 0 auto;
}
.aq-vendor-icon-bottom {
  bottom: 0;
  inset-inline-end: 0;
  position: absolute;
}
.aq-vendor-icon-bottom img {
  opacity: 0.1;
  width: 140px;
  height: 140px;
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-vendor-icon-bottom img {
    width: 100px;
    height: 100%;
  }
}
.aq-vendor-title {
  margin-bottom: 12px;
  letter-spacing: -0.03em;
  font-weight: 600;
  font-size: 28px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-vendor-title {
    font-size: 24px;
  }
}
.aq-vendor-contact-info {
  margin-bottom: 22px;
}
.aq-vendor-contact-info ul li {
  display: flex;
  align-items: start;
  margin-bottom: 7px;
}
.aq-vendor-contact-info ul li:hover span, .aq-vendor-contact-info ul li:hover a {
  color: var(--tp-theme-primary);
}
.aq-vendor-contact-info ul li span {
  margin-inline-end: 10px;
  display: inline-block;
  -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;
  color: var(--tp-common-black);
}
.aq-vendor-contact-info ul li span svg {
  transform: translateY(-3px);
}
.aq-vendor-contact-info ul li a {
  line-height: 22px;
  font-size: 14px;
  color: #4a4a50;
  font-weight: 400;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-vendor-contact-info ul li a br {
    display: none;
  }
}
.aq-vendor-item {
  border: 1px solid #eef0f1;
  border-radius: 12px;
  padding: 30px 30px 44px 30px;
  display: flex;
  gap: 30px;
}
@media (max-width: 574.98px) {
  .aq-vendor-item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.aq-vendor-item:hover .aq-vendor-icon {
  background: #dfffee;
  border-color: transparent;
}
.aq-vendor-btn {
  box-shadow: inset 0 4px 16px 1px rgba(255, 255, 255, 0.3);
  background: var(--tp-theme-primary);
  border-radius: 14px;
  padding: 12px 29px;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  line-height: 1;
}
.aq-vendor-btn:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}

.aq-vendor-details-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(87, 87, 90, 0.1);
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-vendor-details-box {
    margin-bottom: 15px;
  }
}
.aq-vendor-details-thumb {
  width: 180px;
  height: 180px;
  padding: 20px;
  overflow: hidden;
  margin-top: -70px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-vendor-details-thumb {
    width: 155px;
    height: 155px;
    margin-top: -45px;
  }
}
.aq-vendor-details-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(20, 20, 20, 0.06);
}
.aq-vendor-details-wrap {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 4px;
  align-items: center;
}
.aq-vendor-details-heading {
  gap: 12px;
}
.aq-vendor-details-heading .aq-vendor-ratting {
  transform: translateY(-4px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-vendor-details-content {
    margin-bottom: 10px;
  }
}
.aq-vendor-details-content .aq-vendor-contact-info {
  margin-bottom: 0;
}
.aq-vendor-details-content .aq-vendor-contact-info ul {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-vendor-details-content .aq-vendor-contact-info ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.aq-vendor-details-btn .aq-btn-black {
  padding: 11px 16px;
  border-radius: 4px;
  text-transform: capitalize;
  background-color: var(--tp-theme-primary);
}
.aq-vendor-details-btn .aq-btn-black:hover {
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-vendor-details-wrapper {
    margin-inline-start: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .aq-vendor-details-wrapper .elt-arrival-style .aq-col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.aq-vendor-details-sidebar {
  margin-inline-end: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-vendor-details-sidebar {
    margin-inline-end: 0;
  }
}
.aq-vendor-details-sidebar .aq-sidebar-search button {
  line-height: 0;
}
.aq-vendor-details-sidebar-categories {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #EEF0F1;
  background: var(--tp-common-white);
}
.aq-vendor-details-product-top-left .aq-layout-switcher .aq-layout-switcher-item {
  width: 40px;
  height: 40px;
  display: grid;
  margin: 0 4px;
  color: #818487;
  border-radius: 4px;
  place-content: center;
  border: 1px solid #EEF0F1;
  background: var(--tp-common-white);
}
.aq-vendor-details-product-top-left .aq-layout-switcher .aq-layout-switcher-item.active {
  color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.aq-vendor-details-product-top-left .aq-layout-switcher .aq-layout-switcher-item .aq-layout-switcher-icon {
  transform: translateY(-2px);
}
.aq-vendor-details-product-top-right {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-vendor-details-product-top-right {
    justify-content: start;
  }
}
.aq-vendor-details-product-top-right .aqf-bundle-select .nice-select {
  border-radius: 4px;
}
.aq-vendor-details-product-top-right .aqf-bundle-select.w-40 .nice-select {
  min-width: 80px;
}
.aq-vendor-details-product-top-right .aqf-bundle-select.w-40 .nice-select .list {
  min-width: 100%;
}
.aq-vendor-details-banner-bg {
  height: 537px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-vendor-details-banner-bg {
    height: 400px;
  }
}
.aq-vendor-details-banner-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tp-nearby-repair-title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}

/*----------------------------------------*/
/*  7.1 error
/*----------------------------------------*/
.tp-error-bg {
  background: linear-gradient(180deg, #8fced8 0%, rgba(255, 255, 255, 0.6) 44.62%, #fff 100%);
  padding-top: 200px;
  padding-bottom: 120px;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-error-bg {
    padding-top: 150px;
  }
}
.tp-error-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.tp-error-subtitle {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #525655;
  display: block;
  margin-bottom: 10px;
}
.tp-error-title {
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 62px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-error-title {
    font-size: 50px;
  }
}
.tp-error-dec {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #525655;
}
.tp-error-btn {
  box-shadow: none;
  border-radius: 12px;
  padding: 21px 28px;
}

/*----------------------------------------*/
/*  7.1 pricing
/*----------------------------------------*/
.pos-pricing-title .pos-section-title {
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 60px;
  letter-spacing: -0.04em;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pos-pricing-title .pos-section-title {
    font-size: 50px;
  }
}
.pos-pricing-title .pos-section-subtitle {
  border: 1px solid rgba(249, 250, 252, 0.2);
}

@media (max-width: 574.98px) {
  .ai-price-area {
    padding-top: 0;
  }
}
.ai-price-shape-1 {
  position: absolute;
  top: -10%;
  right: -3%;
  z-index: -1;
}
.ai-price-shape-2 {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: -1;
}
.ai-price-head span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: -0.02em;
  font-size: 28px;
  color: var(--tp-common-white);
}
.ai-price-head span.old {
  text-decoration: line-through;
  font-size: 28px;
  margin-bottom: 0;
  margin-left: -4px;
}
.ai-price-head h4 {
  font-weight: 600;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-p);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .ai-price-head h4 {
    font-size: 42px;
  }
}
.ai-price-head h4 i {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
}
.ai-price-item {
  padding: 50px;
  border-radius: 60px;
  background-color: rgb(23, 19, 42);
}
@media (max-width: 574.98px) {
  .ai-price-item {
    padding: 50px 20px;
  }
}
.ai-price-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.ai-price-list-item i {
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  margin-right: 14px;
  display: inline-block;
  transform: translateY(-3px);
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.ai-price-list-item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 138%;
  letter-spacing: -0.32px;
  color: var(--tp-common-white);
}
.ai-price-list-item span span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.ai-price-list-item.disable-item span {
  color: #9a9696;
}
.ai-price-btn {
  margin-bottom: 40px;
}
.ai-price-wrap.active {
  position: relative;
  z-index: 1;
}
.ai-price-wrap.active::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 60px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  transition: all 0.3s ease-out 0s;
  background: linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
  background: -moz-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
  background: -webkit-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
  background: -ms-linear-gradient(304deg, #FF994B 23.79%, #D34BE9 47%, #3188FF 85.86%);
}
.ai-price-badge {
  padding: 12px;
}
.ai-price-badge span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.ai-price-badge span svg {
  margin-right: 12px;
  transform: translateY(-2px);
}
.ai-price-title-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 574.98px) {
  .ai-price-title-box p {
    font-size: 16px;
  }
}
.ai-price-tab ul {
  padding: 4px;
  border-radius: 12px;
  border: 1px solid rgba(255, 246, 191, 0.1);
}
.ai-price-tab ul li button {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  padding: 10px 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
.ai-price-tab ul li button.active {
  color: var(--tp-common-black);
}
.ai-price-bottom-text span {
  display: inline-block;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ai-price-bottom-text span a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.1 tools
/*----------------------------------------*/
.pos-tools-title {
  font-weight: 600;
  font-size: 28px;
  font-family: var(--tp-ff-p);
  letter-spacing: -0.02em;
}
.pos-tools-icon {
  transition: all 0.4s ease;
  width: 100px;
  height: 100px;
}
.pos-tools-dec {
  font-weight: 500;
  font-size: 17px;
  line-height: 153%;
  letter-spacing: -0.02em;
  color: var(--tp-grey-4);
}
.pos-tools-item {
  border: 2px solid var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.05);
  background: #f4f5fa;
  padding: 70px 60px 70px 60px;
  transition: all 0.3s ease;
}
@media (max-width: 574.98px) {
  .pos-tools-item {
    padding: 50px 30px 40px 30px;
  }
}
.pos-tools-item:hover {
  background: #016273;
  border: 2px solid #016273;
}
.pos-tools-item:hover .pos-tools-shape {
  opacity: 1;
}
.pos-tools-item:hover .pos-tools-icon {
  color: var(--tp-common-white);
}
.pos-tools-item:hover .pos-tools-title {
  color: var(--tp-common-white);
}
.pos-tools-item:hover .pos-tools-dec {
  color: var(--tp-common-white);
}
.pos-tools-shape {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .pos-tools-shape {
    display: none;
  }
}

/*----------------------------------------*/
/*  6.1 Dashboard css
/*----------------------------------------*/
.aq-dashboard-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -0.48px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-sidebar {
  padding: 36px 10px 20px 10px;
  border-radius: 16px;
  background: var(--tp-common-white);
  box-shadow: 0 1px 2px 0 rgba(1, 15, 28, 0.1);
}
.aq-dashboard-sidebar-wrap {
  top: 100px;
  position: sticky;
}
.aq-dashboard-sidebar-menu a, .aq-dashboard-sidebar-menu button {
  display: flex;
  padding: 9px 20px;
  color: #5f6063;
  border-radius: 8px;
  margin-bottom: 5px;
  transition: 0.3s;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-dashboard-sidebar-menu a, .aq-dashboard-sidebar-menu button {
    font-size: 14px;
    padding: 8px 6px;
  }
}
.aq-dashboard-sidebar-menu a span, .aq-dashboard-sidebar-menu button span {
  margin-inline-end: 16px;
  display: inline-block;
}
.aq-dashboard-sidebar-menu a.active, .aq-dashboard-sidebar-menu button.active {
  color: #016273;
  background: #f2f7f8;
}
.aq-dashboard-sidebar-menu a.active:hover, .aq-dashboard-sidebar-menu button.active:hover {
  background: #f2f7f8;
  color: #016273;
}
.aq-dashboard-sidebar-menu a:hover, .aq-dashboard-sidebar-menu button:hover {
  background: #f2f7f8;
  color: #016273;
}
.aq-dashboard-profile-info {
  padding-inline-start: 15px;
  margin-bottom: 30px;
}
.aq-dashboard-profile-info h3 {
  font-size: 18px;
  margin-bottom: 4px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-profile-info p {
  margin: 0;
  font-size: 14px;
  color: #6E6D7A;
}
.aq-dashboard-box {
  border-radius: 12px;
  background: var(--tp-common-white);
  box-shadow: 0 1px 2px 0 rgba(1, 15, 28, 0.1);
}
.aq-dashboard-welcome-card {
  gap: 20px;
  padding: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 574.98px) {
  .aq-dashboard-welcome-card {
    flex-wrap: wrap;
  }
}
.aq-dashboard-welcome-card .welcome-text h2 {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-welcome-card .welcome-text p {
  margin: 0;
  font-size: 15px;
  color: var(--tp-grey-4);
}
.aq-dashboard-grid {
  gap: 20px;
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 574.98px) {
  .aq-dashboard-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aq-dashboard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.aq-dashboard-grid-card {
  position: relative;
  padding: 40px 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-dashboard-grid-card {
    padding: 35px 15px;
  }
}
.aq-dashboard-grid-card-badge {
  position: absolute;
  top: 20px;
  inset-inline-end: 20px;
  width: 34px;
  height: 34px;
  padding: 2px 8px;
  color: var(--tp-theme-primary);
  border-radius: 36px;
  place-content: center;
  display: inline-grid;
  background: rgba(185, 29, 31, 0.04);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.aq-dashboard-grid-card-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  display: inline-grid;
  place-content: center;
  background-color: #f9f9f9;
}
.aq-dashboard-grid-card-title {
  margin-bottom: 6px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
  font-weight: 500;
  font-size: 18px;
}
.aq-dashboard-grid-card p {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #5f6063;
}
@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: 574.98px) {
  .aq-dashboard-grid-card p br {
    display: none;
  }
}
.aq-dashboard-grid-card-btn {
  padding: 5px 21px;
  border-radius: 6px;
  color: var(--tp-common-black);
  background: #f9f9f9;
  font-weight: 500;
  font-size: 15px;
}
.aq-dashboard-grid-card-btn span {
  display: inline-block;
  margin-inline-start: 4px;
}
.aq-dashboard-grid-card-btn:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.aq-dashboard-cta-bar {
  display: flex;
  padding: 20px 30px;
  align-items: center;
  justify-content: space-between;
}
@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: 574.98px) {
  .aq-dashboard-cta-bar {
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 15px;
  }
}
.aq-dashboard-cta-bar .cta-left {
  gap: 24px;
  display: flex;
  align-items: center;
}
@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: 574.98px) {
  .aq-dashboard-cta-bar .cta-left {
    gap: 10px;
  }
}
.aq-dashboard-cta-bar .cta-text h3 {
  font-size: 18px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-cta-bar .cta-text p {
  margin: 0;
  font-size: 15px;
}
.aq-dashboard-cta-bar .icon-circle {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  background: var(--tp-grey-6);
  justify-content: center;
}
.aq-dashboard-cta-bar-btn {
  font-size: 15px;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 6px;
  background: var(--tp-theme-primary);
  display: inline-block;
  border: 1px solid var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.aq-dashboard-cta-bar-btn span {
  margin-inline-start: 5px;
  display: inline-block;
}
.aq-dashboard-cta-bar-btn:hover {
  color: var(--tp-theme-primary);
  background-color: transparent;
}
.aq-dashboard-badge {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 6px;
  color: #079d6d;
  letter-spacing: 0.26px;
  background: rgba(0, 174, 118, 0.1);
  line-height: 1;
}
.aq-dashboard-summary-header {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--tp-common-white-3);
}
.aq-dashboard-summary-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.aq-dashboard-summary-status {
  gap: 8px;
  display: flex;
  font-size: 16px;
  align-items: center;
  color: var(--tp-grey-4);
}
.aq-dashboard-summary-body {
  padding: 25px;
}
.aq-dashboard-summary-row {
  display: flex;
  font-size: 16px;
  margin-bottom: 12px;
  justify-content: space-between;
}
.aq-dashboard-summary-row:last-child {
  margin-bottom: 0;
}
.aq-dashboard-summary-row .aq-dashboard-value {
  color: var(--tp-common-black);
}
.aq-dashboard-summary-row .aq-dashboard-text-red {
  color: var(--tp-theme-primary);
}
.aq-dashboard-summary-row .aq-dashboard-text-green {
  color: #079d6d;
}
.aq-dashboard-summary-label {
  color: var(--tp-grey-4);
}
.aq-dashboard-summary-footer {
  display: flex;
  padding: 20px 30px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed rgba(20, 20, 20, 0.1);
}
.aq-dashboard-summary-footer .aq-dashboard-total-label {
  font-size: 16px;
  color: var(--tp-common-black);
}
.aq-dashboard-summary-footer .aq-dashboard-total-value {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-theme-primary);
}
.aq-dashboard-summary-btns {
  gap: 10px;
  display: flex;
}
@media (max-width: 574.98px) {
  .aq-dashboard-summary-btns {
    flex-wrap: wrap;
  }
}
.aq-dashboard-summary-btns .aq-dashboard-order-card-btn {
  padding: 7px 22px;
}
.aq-dashboard-summary-btns .btn-green-bg {
  background-color: #016273;
}
.aq-dashboard-summary-btns .btn-grey-bg {
  background-color: #6C757D;
}
.aq-dashboard-summary-btns .btn-red-bg {
  background-color: var(--tp-theme-primary);
}
.aq-dashboard-timeline-container {
  padding: 40px;
  padding-bottom: 50px;
}
@media (max-width: 574.98px) {
  .aq-dashboard-timeline-container {
    padding: 35px 20px;
  }
}
.aq-dashboard-timeline-item {
  gap: 25px;
  display: flex;
  position: relative;
  padding-bottom: 40px;
}
.aq-dashboard-timeline-item::before {
  content: "";
  top: 5px;
  bottom: 0;
  width: 2px;
  position: absolute;
  inset-inline-start: 116px;
  background-color: rgba(20, 20, 20, 0.06);
}
.aq-dashboard-timeline-item:last-child {
  padding-bottom: 0;
}
.aq-dashboard-timeline-item:last-child::before {
  display: none;
}
.aq-dashboard-timeline-item--completed::before {
  background-color: #016273;
}
.aq-dashboard-timeline-item--completed .aq-dashboard-timeline-node {
  border-color: #016273;
  background-color: #016273;
  color: var(--tp-common-white);
}
.aq-dashboard-timeline-date {
  min-width: 80px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateY(5px);
}
.aq-dashboard-timeline-day {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #4a4a50;
}
.aq-dashboard-timeline-hour {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #4a4a50;
}
.aq-dashboard-timeline-status {
  position: relative;
  z-index: 2;
}
.aq-dashboard-timeline-node {
  width: 24px;
  height: 24px;
  background-color: #DEDEDE;
  border: 2px solid #DEDEDE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-top: 2px;
}
.aq-dashboard-timeline-content {
  flex: 1;
  padding-top: 2px;
}
.aq-dashboard-timeline-title {
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-timeline-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(15, 15, 15, 0.7);
}
.aq-dashboard-digital-product__header {
  display: flex;
  padding: 20px 22px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}
.aq-dashboard-digital-product__header-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-black);
}
.aq-dashboard-digital-product__header-download {
  font-size: 14px;
  color: var(--tp-grey-4);
}
.aq-dashboard-digital-product__header-download span {
  color: var(--tp-common-black);
}
.aq-dashboard-digital-product__body {
  gap: 20px;
  display: flex;
  padding: 30px 32px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .aq-dashboard-digital-product__body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.aq-dashboard-digital-product__product {
  gap: 26px;
  display: flex;
  align-items: center;
}
.aq-dashboard-digital-product__thumb {
  width: 60px;
  height: 78px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}
.aq-dashboard-digital-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aq-dashboard-digital-product__seller {
  font-size: 14px;
  color: var(--tp-grey-4);
  margin-bottom: 6px;
}
.aq-dashboard-digital-product__seller span {
  color: var(--tp-theme-primary);
  font-weight: 500;
}
.aq-dashboard-digital-product__name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--tp-common-black);
}
.aq-dashboard-digital-product__date {
  font-size: 14px;
  color: var(--tp-grey-4);
}
.aq-dashboard-digital-product__actions {
  display: flex;
  align-items: center;
}
.aq-dashboard-digital-product__download-btn {
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
  background: #016273;
  color: var(--tp-common-white);
  transition: background 0.25s ease;
}
.aq-dashboard-digital-product__download-btn:hover {
  background: #016273;
}
.aq-dashboard-from-input .aq-login-input-eye {
  top: 60%;
  transform: translateY(-25%);
}
.aq-dashboard-from-input .aqf-bundle-select .nice-select {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #6E6E73;
  border-radius: 6px;
  background-color: var(--tp-common-white);
}
.aq-dashboard-from-input-btn .aq-dashboard-digital-product__download-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 50px;
}
.aq-dashboard-wishlist-wrap {
  padding: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-wishlist-wrap {
    padding: 35px;
  }
}
.aq-dashboard-pagination nav ul li a, .aq-dashboard-pagination nav ul li span {
  border: 1px solid #eef0f1;
  border-radius: 6px;
  background: var(--tp-common-white);
}
.aq-dashboard-pagination nav ul li a:hover, .aq-dashboard-pagination nav ul li a.current, .aq-dashboard-pagination nav ul li span:hover, .aq-dashboard-pagination nav ul li span.current {
  color: var(--tp-common-white);
  background: #016273;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.avatar-lg {
  width: 100px;
  height: 100px;
}

.aq-dashboard-avatar-text {
  display: flex;
  font-size: 24px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  color: #079d6d;
  background-color: rgba(0, 174, 118, 0.1);
}

.dashboard-btn-back {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.dashboard-btn-back svg {
  margin-inline-end: 2px;
}
.dashboard-btn-back:hover {
  color: var(--tp-common-coffee);
}

/*----------------------------------------*/
/*  6.2 Dashboard css
/*----------------------------------------*/
.aq-dashboard-order-card {
  width: 100%;
  overflow: hidden;
}
.aq-dashboard-order-card__header {
  display: flex;
  padding: 22px 25px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}
.aq-dashboard-order-card__id {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.aq-dashboard-order-card__date {
  font-size: 14px;
  color: #5f6063;
}
.aq-dashboard-order-card__date i {
  font-style: normal;
  font-weight: 500;
  color: var(--tp-common-black);
}
.aq-dashboard-order-card__body {
  padding: 25px;
}
.aq-dashboard-order-card__customer {
  gap: 20px;
  display: flex;
  margin-bottom: 25px;
}
.aq-dashboard-order-card__info p {
  font-size: 15px;
  color: #393A3C;
  margin-bottom: 4px;
  line-height: 1.5;
}
.aq-dashboard-order-card__stats {
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 574.98px) {
  .aq-dashboard-order-card__stats {
    flex-wrap: wrap;
  }
}
.aq-dashboard-order-card__stats .stat-item {
  font-size: 15px;
  color: #5f6063;
}
.aq-dashboard-order-card__stats .stat-item i {
  font-weight: 500;
  font-style: normal;
  color: var(--tp-common-black);
}
.aq-dashboard-order-card__stats .status-paid {
  font-weight: 500;
  color: #079d6d;
}
.aq-dashboard-order-card__footer {
  display: flex;
  padding: 22px 25px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}
@media (max-width: 574.98px) {
  .aq-dashboard-order-card__footer {
    gap: 15px;
    padding: 20px;
    flex-wrap: wrap;
  }
}
.aq-dashboard-order-card__status-wrap {
  font-size: 15px;
  color: #5f6063;
}
.aq-dashboard-order-card__status-wrap .badge {
  font-size: 13px;
  font-weight: 600;
  margin-inline-start: 8px;
  padding: 6px 11px;
  border-radius: 6px;
  letter-spacing: 0.26px;
}
.aq-dashboard-order-card__status-wrap .badge--success {
  color: #079d6d;
  background: rgba(0, 174, 118, 0.1);
}
.aq-dashboard-order-card__status-wrap .badge--pending {
  color: #F38507;
  background: rgba(224, 120, 0, 0.06);
}
.aq-dashboard-order-card__status-wrap .badge--draft {
  color: #C94CBE;
  background: rgba(201, 76, 190, 0.06);
}
.aq-dashboard-order-card__actions {
  gap: 10px;
  display: flex;
}
.aq-dashboard-order-card-btn {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 17px;
  border-radius: 6px;
  background: #016273;
  color: var(--tp-common-white);
}
.aq-dashboard-order-card-btn span {
  margin-inline-end: 5px;
  display: inline-block;
}
.aq-dashboard-order-card-btn:hover {
  color: var(--tp-common-white);
  background-color: rgba(1, 98, 115, 0.9);
}
.aq-dashboard-order-card-btn.cancel {
  color: #b91d1f;
  background: rgba(185, 29, 31, 0.06);
}
.aq-dashboard-order-banner {
  display: flex;
  padding: 30px 26px;
  align-items: center;
  justify-content: space-between;
}
.aq-dashboard-order-banner__content {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.aq-dashboard-order-banner__id {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-order-banner__meta {
  margin: 0;
  font-size: 14px;
  color: #5f6063;
}
.aq-dashboard-order-banner__meta span {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  6.1 Dashboard booking css
/*----------------------------------------*/
.aq-dashboard {
  /* shared booking blocks (booking list + booking details) */
}
.aq-dashboard-booking-label, .aq-dashboard-booking-card__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #8a8b90;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.aq-dashboard-booking-value, .aq-dashboard-booking-card__value {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--tp-common-black);
}
.aq-dashboard-booking-value--lg {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.aq-dashboard-booking-value--danger {
  color: #ff1e00;
}
.aq-dashboard-booking-value i {
  margin: 0 2px;
  font-style: normal;
}
.aq-dashboard-booking-quality {
  color: #F38507;
  font-weight: 500;
  font-size: 14px;
}
.aq-dashboard-booking-grid, .aq-dashboard-booking-card__details {
  display: grid;
  gap: 22px 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .aq-dashboard-booking-grid, .aq-dashboard-booking-card__details {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-grid, .aq-dashboard-booking-card__details {
    gap: 18px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.aq-dashboard-booking-status {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  padding: 7px 14px;
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
}
.aq-dashboard-booking-status::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  margin-inline-end: 7px;
  background: currentColor;
}
.aq-dashboard-booking-status--progress {
  color: #F38507;
  background: rgba(224, 120, 0, 0.08);
}
.aq-dashboard-booking-status--completed {
  color: #079d6d;
  background: rgba(0, 174, 118, 0.1);
}
.aq-dashboard-booking-status--pending {
  color: #C94CBE;
  background: rgba(201, 76, 190, 0.06);
}
.aq-dashboard-booking-status--cancelled {
  color: var(--tp-common-red);
  background: rgba(185, 29, 31, 0.06);
}
.aq-dashboard {
  /* booking list card */
}
.aq-dashboard-booking-card {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.06);
}
.aq-dashboard-booking-card__header {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 25px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-card__header {
    padding: 16px 20px;
  }
}
.aq-dashboard-booking-card__meta {
  display: flex;
  align-items: center;
}
.aq-dashboard-booking-card__id {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.aq-dashboard-booking-card__separator {
  width: 6px;
  height: 6px;
  margin: 0 10px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(20, 20, 20, 0.25);
}
.aq-dashboard-booking-card__date {
  font-size: 14px;
  color: #5f6063;
}
.aq-dashboard-booking-card__technician {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.aq-dashboard-booking-card__technician-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #079d6d;
  display: inline-block;
}
.aq-dashboard-booking-card__technician-label {
  font-size: 14px;
  color: #5f6063;
}
.aq-dashboard-booking-card__technician-name {
  font-size: 13px;
  font-weight: 600;
  padding: 5px 12px;
  line-height: 1.4;
  border-radius: 6px;
  display: inline-block;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  border: 1px solid rgba(20, 20, 20, 0.1);
}
.aq-dashboard-booking-card__body {
  padding: 25px;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-card__body {
    padding: 22px 20px;
  }
}
.aq-dashboard-booking-card__device {
  gap: 22px;
  display: flex;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-card__device {
    gap: 15px;
  }
}
.aq-dashboard-booking-card__thumb {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50px;
  background: var(--tp-grey-3);
  border: 1px solid rgba(20, 20, 20, 0.08);
}
.aq-dashboard-booking-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aq-dashboard-booking-card__info {
  flex: 1 1 auto;
  min-width: 0;
}
.aq-dashboard-booking-card__name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 4px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-booking-card__brand {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 500;
  color: #5f6063;
}
.aq-dashboard-booking-card__brand span {
  margin: 0 3px;
}
.aq-dashboard-booking-card__services {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.aq-dashboard-booking-card__service {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  line-height: 1.4;
  border-radius: 6px;
  background: #f2f7f8;
  display: inline-block;
  color: var(--tp-common-black);
}
.aq-dashboard-booking-card__details {
  margin-top: 24px;
}
.aq-dashboard-booking-card__footer {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 25px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-card__footer {
    padding: 18px 20px;
  }
}
.aq-dashboard-booking-card__payment {
  font-size: 15px;
  color: #5f6063;
}
.aq-dashboard-booking-card__payment span {
  font-weight: 600;
  color: #079d6d;
  margin-inline-start: 4px;
}
.aq-dashboard-booking-card__actions {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.aq-dashboard {
  /* booking details banner */
}
.aq-dashboard-booking-banner {
  padding: 20px 25px;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-banner {
    gap: 15px;
    flex-wrap: wrap;
    padding: 20px;
  }
}
.aq-dashboard-booking-banner__status {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-banner__status {
    align-items: flex-start;
    text-align: start;
  }
}
.aq-dashboard-booking-ready {
  font-weight: 500;
  font-style: normal;
  color: #016273;
  margin-inline-start: 3px;
}
.aq-dashboard {
  /* booking details device summary */
}
.aq-dashboard-booking-device {
  gap: 20px;
  display: flex;
  padding: 25px 25px 0;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-device {
    gap: 15px;
    flex-wrap: wrap;
    padding: 22px 20px 0;
  }
}
.aq-dashboard-booking-device__name {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: -0.44px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-device__name {
    font-size: 20px;
  }
}
.aq-dashboard-booking-device__brand {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #8a8b90;
  margin-inline-start: 8px;
}
.aq-dashboard-booking-device__info .aq-dashboard-booking-card__services {
  margin: 8px 0 8px;
}
.aq-dashboard-booking-device__meta {
  margin: 0;
  font-size: 15px;
  color: #5f6063;
}
.aq-dashboard-booking-device__meta span {
  margin: 0 3px;
}
.aq-dashboard-booking-device__price {
  flex: 0 0 auto;
  text-align: end;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-device__price {
    text-align: start;
  }
}
.aq-dashboard {
  /* booking details repair progress */
}
.aq-dashboard-booking-progress {
  padding: 42px 25px 30px;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-progress {
    padding: 30px 20px 25px;
  }
}
.aq-dashboard-booking-progress__head {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
}
.aq-dashboard-booking-progress__title {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-booking-progress__state {
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-theme-primary);
}
.aq-dashboard-booking-progress__state i {
  margin: 0 2px;
  font-style: normal;
}
.aq-dashboard-booking-progress__bar {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 30px;
  background: #f1f1f3;
}
.aq-dashboard-booking-progress__fill {
  height: 100%;
  display: block;
  border-radius: 30px;
  background: var(--tp-theme-primary);
}
.aq-dashboard-booking-progress__fill--step-1 {
  width: 0%;
}
.aq-dashboard-booking-progress__fill--step-2 {
  width: 16.66%;
}
.aq-dashboard-booking-progress__fill--step-3 {
  width: 33.33%;
}
.aq-dashboard-booking-progress__fill--step-4 {
  width: 50%;
}
.aq-dashboard-booking-progress__fill--step-5 {
  width: 66.66%;
}
.aq-dashboard-booking-progress__fill--step-6 {
  width: 83.33%;
}
.aq-dashboard-booking-progress__fill--step-7 {
  width: 100%;
}
.aq-dashboard-booking-progress__scale {
  gap: 5px;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.aq-dashboard-booking-progress__scale li {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: var(--tp-common-black);
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-progress__scale li {
    font-size: 11px;
  }
}
.aq-dashboard {
  /* booking details information sections */
}
.aq-dashboard-booking-section__body {
  padding: 25px;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-section__body {
    padding: 22px 20px;
  }
}
.aq-dashboard-booking-section__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 22px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-booking-section__footer {
  gap: 14px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 25px;
  align-items: center;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-section__footer {
    gap: 10px;
    padding: 20px;
  }
}
.aq-dashboard-booking-section__footer-label {
  font-size: 15px;
  color: #5f6063;
}
.aq-dashboard-booking-section__footer img {
  width: auto;
  max-height: 22px;
}
.aq-dashboard {
  /* booking details repair note */
}
.aq-dashboard-booking-note {
  margin-top: 30px;
  padding: 24px 25px;
  border-radius: 12px;
  background: #f7f7f8;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-note {
    margin-top: 25px;
    padding: 22px 20px;
  }
}
.aq-dashboard-booking-note .aq-dashboard-booking-label {
  margin-bottom: 14px;
}
.aq-dashboard-booking-note p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #5f6063;
}
.aq-dashboard {
  /* booking details repair discussion */
}
.aq-dashboard-booking-chat__header {
  padding: 20px 25px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-chat__header {
    padding: 20px;
  }
}
.aq-dashboard-booking-chat__header .aq-dashboard-booking-section__title {
  margin: 0;
}
.aq-dashboard-booking-chat__body {
  padding: 25px;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-chat__body {
    padding: 22px 20px;
  }
}
.aq-dashboard-booking-chat__msg {
  gap: 12px;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-chat__msg {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.aq-dashboard-booking-chat__msg:last-of-type {
  margin-bottom: 0;
}
.aq-dashboard-booking-chat__msg--own {
  flex-direction: row-reverse;
}
.aq-dashboard-booking-chat__msg--own .aq-dashboard-booking-chat__content {
  align-items: flex-end;
}
.aq-dashboard-booking-chat__msg--own .aq-dashboard-booking-chat__bubble {
  background: var(--tp-theme-secondary);
}
.aq-dashboard-booking-chat__msg--own .aq-dashboard-booking-chat__bubble p {
  color: var(--tp-common-white);
}
.aq-dashboard-booking-chat__avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background: var(--tp-grey-3);
}
.aq-dashboard-booking-chat__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aq-dashboard-booking-chat__content {
  display: flex;
  max-width: 62%;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-booking-chat__content {
    max-width: 100%;
  }
}
.aq-dashboard-booking-chat__meta {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.aq-dashboard-booking-chat__author {
  font-size: 15px;
  font-weight: 600;
  color: var(--tp-common-black);
}
.aq-dashboard-booking-chat__time {
  font-size: 14px;
  color: #8a8b90;
}
.aq-dashboard-booking-chat__bubble {
  padding: 14px 18px;
  border-radius: 8px;
  background: var(--tp-grey-5);
}
.aq-dashboard-booking-chat__bubble p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--tp-grey-4);
}
.aq-dashboard {
  /* booking details message composer */
}
.aq-dashboard-booking-composer {
  margin-top: 25px;
  padding: 24px 25px;
  border-radius: 12px;
  background: #f7f7f8;
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-composer {
    padding: 20px;
  }
}
.aq-dashboard-booking-composer__input {
  width: 100%;
  border: none;
  resize: none;
  display: block;
  font-size: 15px;
  min-height: 90px;
  line-height: 1.6;
  margin-bottom: 22px;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  color: var(--tp-common-black);
}
.aq-dashboard-booking-composer__input:focus {
  outline: none;
}
.aq-dashboard-booking-composer__input::placeholder {
  opacity: 1;
  color: #8a8b90;
}
.aq-dashboard-booking-composer__actions {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.aq-dashboard-booking-composer__attach {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.aq-dashboard-booking-composer__btn {
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 7px 14px;
  border-radius: 8px;
  transition: 0.3s;
  align-items: center;
  display: inline-flex;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  border: 1px solid rgba(20, 20, 20, 0.1);
}
.aq-dashboard-booking-composer__btn:hover {
  color: #016273;
  border-color: #016273;
}
.aq-dashboard-booking-composer__send {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  padding: 8px 22px;
  border-radius: 8px;
  transition: 0.3s;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
  border: 1px solid var(--tp-theme-primary);
}
.aq-dashboard-booking-composer__send:hover {
  background: transparent;
  color: var(--tp-theme-primary);
}
.aq-dashboard {
  /* booking details uploaded photos */
}
.aq-dashboard-booking-photos {
  padding: 22px 25px 25px;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-photos {
    padding: 22px 20px;
  }
}
.aq-dashboard-booking-photos__list {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.aq-dashboard-booking-photos__item {
  width: 70px;
  height: 70px;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: var(--tp-grey-3);
  border: 1px solid rgba(20, 20, 20, 0.08);
}
@media (max-width: 574.98px) {
  .aq-dashboard-booking-photos__item {
    width: 62px;
    height: 62px;
  }
}
.aq-dashboard-booking-photos__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------*/
/*  6.3 Dashboard css
/*----------------------------------------*/
.aq-dashboard-product-card {
  overflow: hidden;
}
.aq-dashboard-product-header {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}
.aq-dashboard-product-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-product-body {
  padding: 0 25px;
  padding-inline-end: 35px;
}
.aq-dashboard-product-item {
  display: flex;
  padding: 25px 0;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-product-item {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.aq-dashboard-product-item:first-child {
  padding-bottom: 5px;
}
.aq-dashboard-product-item-left {
  gap: 24px;
  display: flex;
  align-items: center;
}
.aq-dashboard-product-image img {
  border-radius: 6px;
}
.aq-dashboard-product-vendor {
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.aq-dashboard-product-vendor span {
  color: var(--tp-grey-4);
  font-weight: 400;
}
.aq-dashboard-product-name {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 7px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-product-meta {
  margin: 0;
  font-size: 14px;
  color: rgba(95, 96, 99, 0.75);
}
.aq-dashboard-product-pricing {
  min-width: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-product-pricing {
    min-width: 100%;
  }
}
.aq-dashboard-product-pricing .aq-dashboard-price-row {
  display: flex;
  font-size: 15px;
  margin-bottom: 5px;
  justify-content: space-between;
}
.aq-dashboard-product-pricing .aq-dashboard-price-row .label {
  color: var(--tp-grey-4);
  font-weight: 400;
}
.aq-dashboard-product-pricing .aq-dashboard-price-row .value {
  color: var(--tp-common-black);
  font-weight: 500;
}
.aq-dashboard-product-pricing .aq-dashboard-price-row.total-row {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.aq-dashboard-product-footer {
  display: flex;
  padding: 20px 30px;
  align-items: center;
  justify-content: space-between;
  background: var(--tp-common-white);
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}
.aq-dashboard-product-footer .aq-dashboard-total-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
}
.aq-dashboard-product-footer .aq-dashboard-total-value {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-red);
}

/*----------------------------------------*/
/*  6.4 Dashboard css
/*----------------------------------------*/
.aq-dashboard-review {
  padding: 5px;
}
.aq-dashboard-review__header {
  border-radius: 8px;
  padding: 17px 19px;
  margin-bottom: 14px;
  background: #f9f9f9;
}
.aq-dashboard-review__title {
  gap: 16px;
  display: flex;
  align-items: center;
}
.aq-dashboard-review__title h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-review__title p {
  margin: 0;
  font-size: 14px;
  color: var(--tp-grey-1);
}
.aq-dashboard-review__icon {
  width: 46px;
  height: 46px;
  display: flex;
  font-size: 16px;
  color: #ff9800;
  border-radius: 50%;
  align-items: center;
  flex-wrap: 0 0 auto;
  justify-content: center;
  border: 1px solid rgba(20, 20, 20, 0.06);
}
.aq-dashboard-review__item {
  margin: 0 26px;
  padding: 50px 0px 50px;
}
.aq-dashboard-review__item:not(:last-child) {
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}
.aq-dashboard-review__item.no-border {
  border: none;
}
.aq-dashboard-review__left {
  gap: 26px;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-review__left {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.aq-dashboard-review__thumb {
  overflow: hidden;
  border-radius: 8px;
}
.aq-dashboard-review__thumb img {
  object-fit: cover;
}
.aq-dashboard-review__content {
  flex: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-review__content {
    flex: inherit;
  }
}
.aq-dashboard-review__content h5 {
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-review__top {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-review__top {
    flex-wrap: wrap;
  }
}
.aq-dashboard-review__status {
  font-size: 13px;
  font-weight: 600;
  padding: 2px 11px;
  border-radius: 6px;
  display: inline-block;
  font-family: var(--tp-ff-p);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-review__status {
    margin-top: 5px;
  }
}
.aq-dashboard-review__status.pending {
  color: #ff9800;
  background: #fff3e0;
}
.aq-dashboard-review__rating {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 12px;
}
.aq-dashboard-review__meta {
  margin: 4px 0;
  font-size: 14px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-review__meta span {
  font-weight: 500;
  color: var(--tp-grey-1);
}
.aq-dashboard-review__comment {
  font-size: 14px;
  line-height: 1.6;
  margin: 4px 0 25px;
  color: var(--tp-grey-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-review__comment br {
    display: none;
  }
}
.aq-dashboard-review__comment span {
  color: var(--tp-common-black);
}
.aq-dashboard-review__actions {
  gap: 10px;
  display: flex;
}
.aq-dashboard-review__actions button {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 18px;
  border-radius: 6px;
  background: transparent;
  font-family: var(--tp-ff-p);
}
.aq-dashboard-review__actions .btn-edit {
  color: #09A41C;
  border: 1px solid #09A41C;
}
.aq-dashboard-review__actions .btn-edit:hover {
  background: #09A41C;
  color: var(--tp-common-white);
}
.aq-dashboard-review__actions .btn-delete {
  color: var(--tp-common-red);
  border: 1px solid var(--tp-common-red);
}
.aq-dashboard-review__actions .btn-delete:hover {
  background: var(--tp-common-red);
  color: var(--tp-common-white);
}
.aq-dashboard-review-pagination {
  padding: 15px 40px 40px 25px;
}
.aq-dashboard-review-pagination nav ul li a, .aq-dashboard-review-pagination nav ul li span {
  border-radius: 6px;
  border: 1px solid #eef0f1;
}
.aq-dashboard-review-pagination nav ul li a:hover, .aq-dashboard-review-pagination nav ul li a.current, .aq-dashboard-review-pagination nav ul li span:hover, .aq-dashboard-review-pagination nav ul li span.current {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  6.4 Dashboard css
/*----------------------------------------*/
.aq-dashboard-profile-box {
  padding: 60px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .aq-dashboard-profile-box {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-dashboard-profile-box {
    padding: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-profile-box {
    padding: 50px 20px;
  }
}
.aq-dashboard-profile-avatar {
  display: inline-block;
}
.aq-dashboard-profile-avatar img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .aq-dashboard-profile-avatar-wrap {
    margin-bottom: 30px;
  }
}
.aq-dashboard-profile-edit {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border-radius: 50%;
  place-content: center;
  display: inline-grid;
  background: #F3F3F7;
  border: 3px solid var(--aq-common-white);
}
.aq-dashboard-profile-edit input {
  display: none;
}
.aq-dashboard-from-input .aq-form-label {
  display: block;
  font-weight: 600;
}
.aq-dashboard-from-input .aq-form-label i {
  color: var(--tp-common-red);
}
.aq-dashboard-from-input .tp-form-control {
  display: block;
  width: 100%;
  box-shadow: 0 0 1px 0 rgba(20, 20, 20, 0.4);
  border: 1px solid #f6f6f9;
  border-radius: 6px;
  padding: 10px 20px;
  height: 47px;
  line-height: 49px;
  color: var(--tp-common-black);
  font-weight: 500;
  font-size: 16px;
}
.aq-dashboard-from-input .tp-form-control[type=date] {
  line-height: normal;
}
.aq-dashboard-from-input .tp-form-control::placeholder {
  color: #4a4a50;
}
.aq-dashboard-from-error {
  color: #e01300;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  6.4 Dashboard css
/*----------------------------------------*/
.aq-dashboard-security-box {
  padding: 5px;
}
.aq-dashboard-security-from-wrap {
  padding: 10px 70px 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .aq-dashboard-security-from-wrap {
    padding: 10px 20px 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-security-from-wrap {
    padding: 20px;
  }
}
.aq-dashboard-security-manage-header {
  gap: 15px;
  display: flex;
  border-radius: 6px;
  padding: 20px 25px;
  align-items: center;
  background-color: #FBF1F2;
}
.aq-dashboard-security-manage-header-icon {
  width: 46px;
  height: 46px;
  display: flex;
  font-size: 18px;
  flex: 0 0 auto;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--tp-common-red);
  border: 1px solid rgba(222, 21, 24, 0.1);
}
.aq-dashboard-security-manage-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-red);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-security-manage-subtitle {
  font-size: 15px;
  margin: 4px 0 0;
  color: var(--tp-gray-8);
  font-family: var(--tp-ff-p);
}
.aq-dashboard-security-manage-body {
  padding: 40px 60px;
}
@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) {
  .aq-dashboard-security-manage-body {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .aq-dashboard-security-manage-body {
    padding: 20px;
  }
}
.aq-dashboard-security-manage-warning {
  gap: 15px;
  display: flex;
  border-radius: 6px;
  padding: 15px 20px;
  margin-bottom: 25px;
  background-color: #FFF3CD;
}
.aq-dashboard-security-manage-warning-icon {
  color: #6E3F00;
  font-size: 20px;
  padding-top: 2px;
}
.aq-dashboard-security-manage-warning-title {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
  color: #6E3F00;
  font-family: var(--tp-ff-p);
}
.aq-dashboard-security-manage-warning-text {
  margin: 0;
  font-size: 14px;
  color: #887A68;
  line-height: 1.5;
  opacity: 0.9;
  font-family: var(--tp-ff-p);
}
.aq-dashboard-security-manage-footer {
  display: flex;
  justify-content: flex-end;
}
.aq-dashboard-security-manage-btn-delete {
  gap: 8px;
  display: flex;
  color: var(--tp-common-red);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  align-items: center;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-family: var(--tp-ff-p);
  background-color: var(--tp-common-white);
  border: 1px solid rgba(185, 29, 31, 0.4);
}
.aq-dashboard-security-manage-btn-delete:hover {
  background-color: var(--tp-common-red);
  color: var(--tp-common-white);
}

/*# sourceMappingURL=main.css.map */
