@charset "UTF-8";
/*
Theme Name: Haarino
Description: Haarino – Barber And Salon WordPress Theme
Theme URI: https://themeforest.vecuro.com/wordpress/haarino/
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Variable
    1.2. Mixin
    1.3. Function
    1.4. Typography
    1.5. Extend
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Banner Style
    4.10. About
    4.11. Price Plan
    4.12. Subscribe
    4.13. Team
    4.14. Testimonial
    4.15. Package
    4.16. Work Process
    4.17. Simple Sections
    4.18. Offers
    4.19. Counter
    4.20. Wocommerce
    4.21. Products
    4.22. Trends
    4.23. Gallery
    4.24. Error
    4.25. Find Salon
    4.26. Service Area
    4.27. Form Styles
    4.28. Feature
    4.29. Popup Side Menu
    8.30. Popup Search
05. Spacing
06. WP Default
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Variable-------------------*/
:root {
  --theme-color: #ad8858;
  --title-color: #222222;
  --body-color: #666666;
  --smoke-color: #f3f6f7;
  --light-color: #afafaf;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: rgba(0,0,0,0.10);
  --title-font: "Syne", sans-serif;
  --body-font: "Open Sans", sans-serif;
  --subtitle-font: "Handlee", cursive;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1170px;
  --container-gutters: 1.5rem;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 50px;
  --ripple-ani-duration: 5s;
  --moving-ani-duration: 5s;
}

/*------------------- 1.2. Mixin -------------------*/
/*------------------- 1.3. Function -------------------*/
/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 30px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 500;
}

td,
th {
  border-top: 1px solid var(--border-color);
  padding: 9px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.9;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 40px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 30px;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 42px;
  }
  .h2,
  h2 {
    font-size: 32px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 38px;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 32px;
  }
  .h2,
  h2 {
    font-size: 24px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
  body {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 24px;
  }
  .h2,
  h2 {
    font-size: 22px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1700px) {
  .vs-container {
    --main-container: 1663px;
  }
}
@media (min-width: 1200px) {
  .vs-container {
    --main-container: 1400px;
  }
}
@media (min-width: 1300px) {
  .vs-container-style2 {
    --main-container: 1850px;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 1500px) {
  .vs-container-style3 {
    --main-container: 1440px;
  }
}
@media (min-width: 1501px) {
  .vs-container-style2 {
    --main-container: 1523px;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 2000px) {
  .vs-container-style2 {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .vs-container-style2 {
    margin-right: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
/*------------------- 2.2. Grid -------------------*/
.row > .slick-list {
  padding-left: 0;
  padding-right: 0;
}

.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gy-gx {
  --bs-gutter-y: var(--bs-gutter-x);
}
.gy-gx > .form-group {
  margin-bottom: 0;
}

@media (min-width: 1500px) {
  .gx-70 {
    --bs-gutter-x: 70px;
  }
}
@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
/*------------------- 2.3. Input -------------------*/
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select,
.form-select,
.form-control {
  height: 60px;
  padding: 0 30px;
  padding-right: 60px;
  border: 1px solid #e3e3e3;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
}
select:focus,
.form-select:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color);
  border-color: #e3e3e3;
}
select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-select::placeholder,
.form-control::placeholder {
  color: var(--body-color);
}
select.style2,
.form-select.style2,
.form-control.style2 {
  border-radius: 0;
  border: none;
}
select.style4, select.style3,
.form-select.style4,
.form-select.style3,
.form-control.style4,
.form-control.style3 {
  background-color: var(--input-bg, #f6f6f6);
  border: none;
  height: 70px;
  border-radius: 0;
  font-weight: 500;
}
select.style4 ~ i, select.style3 ~ i,
.form-select.style4 ~ i,
.form-select.style3 ~ i,
.form-control.style4 ~ i,
.form-control.style3 ~ i {
  top: 26px;
  right: 41px;
}
select.style4,
.form-select.style4,
.form-control.style4 {
  border-radius: 9999px;
  padding-left: 35px;
}
select.form-control-lg,
.form-select.form-control-lg,
.form-control.form-control-lg {
  height: 60px;
}
select.form-control-sm,
.form-select.form-control-sm,
.form-control.form-control-sm {
  height: 40px;
  font-size: 12px;
}
select[readonly],
.form-select[readonly],
.form-control[readonly] {
  color: var(--title-color);
}

.form-select {
  cursor: pointer;
  background-position: right 1.3rem center;
}
.form-select.style3, .form-select.style2 {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozOEExRjM2MzI2QUZFQjExODdDREM4MEY0OUQ5REI0OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4OEQ5MTg5MkVGNTExMUVCQjM2Q0Y1N0Q5NjkzMjMxQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4OEQ5MTg5MUVGNTExMUVCQjM2Q0Y1N0Q5NjkzMjMxQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MzI4ZWU4My1lMDk0LTBiNDUtYmI4Yy1kZDg4MWE0YTFkNTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzhBMUYzNjMyNkFGRUIxMTg3Q0RDODBGNDlEOURCNDkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ys3fcAAAAeklEQVR42mLctGnTNAYGhggG4sB6FiBRDsTOQKxGQPE9IC5iAhKfgTgciL/jUfwDiEOB+CMTVOACEOfj0VAAxOdADCYkwdlAvASL4mVAPBPGYUKTzADi60h8EDsNWQG6hq9AHALE36A4BCoGByxYnHANiNOR2CgAIMAAXZcYfp8VVuoAAAAASUVORK5CYII=");
  background-size: 12px 8px;
  background-position: right 30px center;
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.form-control[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  min-height: 150px;
  padding-top: 17px;
  padding-bottom: 17px;
}
textarea.form-control.style4 {
  padding-top: 25px;
}
textarea.form-control.style3 {
  padding-top: 25px;
  min-height: 83px;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  padding-left: 0.5px;
  font-size: 0.29rem;
  line-height: 14.9px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.6em;
  margin-top: -0.3em;
  display: block;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 18px;
  color: var(--theme-color);
}
.form-group.has-label > i {
  top: 53px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}

/* Extra small devices */
@media (max-width: 575px) {
  .form-select,
  .form-control {
    padding-right: 30px;
    padding-left: 15px;
  }
  .form-group > i {
    right: 27px;
  }
}
/*------------------- 2.4. Slick Slider -------------------*/
.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 30px 0 30px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  line-height: 0;
  border-radius: 9999px;
  border: 3px solid #7a7a7a;
  transition: all ease 0.4s;
}
.slick-dots button:hover {
  border-color: var(--theme-color);
}
.slick-dots .slick-active button {
  transform: scale(1.5);
  border-color: var(--theme-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-right: 50px;
  margin-top: calc(var(--icon-size, 60px) / -2);
  border: 2px solid var(--title-color);
  left: var(--pos-x, -170px);
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  border-radius: 50%;
  z-index: 2;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow .long-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -3px;
  display: inline-block;
  width: 82px;
  height: 2px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
}
.slick-arrow .long-arrow:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -6px;
  display: inline-block;
  border-right: 7px solid var(--title-color);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: all ease 0.4s;
}
.slick-arrow:hover {
  border-color: var(--theme-color);
}
.slick-arrow:hover .long-arrow {
  background-color: var(--theme-color);
  animation: arrow-left ease 1s alternate;
}
.slick-arrow:hover .long-arrow:before {
  border-right-color: var(--theme-color);
}
.slick-arrow.slick-next {
  margin-right: 0;
  margin-left: 50px;
  right: var(--pos-x, -170px);
  left: auto;
}
.slick-arrow.slick-next .long-arrow {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -3px;
}
.slick-arrow.slick-next .long-arrow:before {
  left: auto;
  right: -1px;
  border-right: none;
  border-left: 7px solid var(--title-color);
}
.slick-arrow.slick-next:hover .long-arrow {
  animation: arrow-right ease 1s alternate;
}
.slick-arrow.slick-next:hover .long-arrow:before {
  border-right-color: transparent;
  border-left-color: var(--theme-color);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow .long-arrow {
    width: 62px;
    height: 2px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 40px;
  padding-top: 37px;
  display: block;
  background-color: rgba(173, 136, 88, 0.1);
}
.vs-menu-wrapper .mobile-logo img {
  max-width: 210px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  transform: translateX(50%);
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.3s;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all ease 1s;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 17px;
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
  top: 16px;
  margin-top: 0;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu-form {
  width: 100%;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.mobile-menu-form input {
  height: 35px;
  border: none;
  background-color: var(--white-color);
  border-radius: 5px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
  padding-left: 20px;
  padding-right: 40px;
}
.mobile-menu-form input:focus {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
}
.mobile-menu-form input::-moz-placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form input::-webkit-input-placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form input:-ms-input-placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form input::placeholder {
  color: var(--smoke-color);
  color: var(--theme-color);
}
.mobile-menu-form button {
  border: none;
  background-color: transparent;
  color: var(--theme-color);
  position: absolute;
  right: 13px;
  top: 3px;
}

.vs-menu-toggle:not(.hamburger-btn) {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: var(--white-color);
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 260px;
}

.loader {
  --loader-size: 90px;
  width: var(--loader-size);
  height: var(--loader-size);
  display: inline-block;
  position: relative;
}
.loader::after, .loader::before {
  content: "";
  box-sizing: border-box;
  width: var(--loader-size);
  height: var(--loader-size);
  border-radius: 50%;
  background: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation: animloader 2s linear infinite;
}
.loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  border: none;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  padding: 22px 52px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 9999px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  /* Extra small devices */
}
.vs-btn > i {
  margin-left: 10px;
}
.vs-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--title-color);
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-radius: inherit;
  transition: all ease 0.4s;
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:after {
  width: 101%;
  right: auto;
  left: 0;
}
@media (max-width: 575px) {
  .vs-btn {
    font-size: 14px;
    padding: 17px 26px;
  }
}
.vs-btn.outline-white {
  border: 2px solid var(--white-color);
  background-color: transparent;
}
.vs-btn.outline-white:after {
  display: none;
}
.vs-btn.outline-white:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.vs-btn.style-white {
  background-color: var(--white-color);
  color: var(--title-color);
}
.vs-btn.style-white:after {
  display: none;
}
.vs-btn.style-white:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-btn.style-black {
  background-color: var(--black-color);
  color: var(--white-color);
}
.vs-btn.style-black:hover {
  color: var(--white-color);
}
.vs-btn.style-black:after {
  background-color: var(--theme-color);
}
.vs-btn.style-white-hover:after {
  display: none;
}
.vs-btn.style-white-hover:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}
.vs-btn.style2 {
  color: var(--theme-color);
  background-color: transparent;
  outline: 2px solid var(--theme-color);
  outline-offset: -2px;
}
.vs-btn.style2:before {
  border: 2px solid var(--theme-color);
}
.vs-btn.style2:after {
  background-color: var(--theme-color);
}
.vs-btn.style2:hover {
  color: var(--white-color);
}

button.nav-link {
  border: none;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  background-color: var(--icon-bg, #f3f3f3);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: none;
}
.icon-btn.active, .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn.style-outline {
  background-color: transparent;
  border: 2px solid var(--white-color);
  color: var(--white-color);
}
.icon-btn.style-outline:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: transparent;
  transition-delay: 0s;
}
.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
}
.icon-btn.style2:hover {
  background-color: var(--title-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  --icon-size: 124px;
  border: none;
  background-color: transparent;
  padding: 0;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 1.5em;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.link-btn {
  font-weight: 700;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: capitalize;
  color: var(--title-color);
}
.link-btn i {
  margin-right: 7px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}

.scroll-btn {
  --btn-size: 50px;
  --extra-shape: -6px;
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size);
  height: var(--btn-size);
  line-height: var(--btn-size);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape);
  top: var(--extra-shape);
  right: var(--extra-shape);
  bottom: var(--extra-shape);
  background-color: rgb(255, 255, 255);
  border-radius: inherit;
  z-index: 1;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

.cart-icon {
  color: var(--title-color);
  line-height: 1;
  position: relative;
  vertical-align: middle;
  font-size: 26px;
}
.cart-icon .badge {
  right: -10px;
  background-color: var(--black-color);
  top: -5px;
  padding: 0.3em 0.45em 0.2em 0.4em;
  font-size: 14px;
}
.cart-icon:hover {
  color: var(--theme-color);
}

.simple-link {
  font-weight: 600;
}
.simple-link i {
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.simple-link:hover {
  color: var(--theme-color) !important;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn > i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.2em;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
.hamburger-btn {
  padding: 7px;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  border: none;
  z-index: 5;
  transition: all ease 0.4s;
  line-height: 1;
}
.hamburger-btn .bar {
  width: 22px;
  display: inline-block;
  height: 18px;
  position: relative;
}
.hamburger-btn .inner,
.hamburger-btn .hidden {
  display: inline-block;
  opacity: 0;
  width: 100%;
  height: 3px;
  background-color: var(--white-color);
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
}
.hamburger-btn .inner:after, .hamburger-btn .inner:before,
.hamburger-btn .hidden:after,
.hamburger-btn .hidden:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--white-color);
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
}
.hamburger-btn .inner:before,
.hamburger-btn .hidden:before {
  top: -10px;
}
.hamburger-btn .inner:after,
.hamburger-btn .hidden:after {
  top: 10px;
}
.hamburger-btn .inner {
  top: 50%;
  opacity: 1;
  transform: translate(-25px, -50%);
}
.hamburger-btn .inner:after, .hamburger-btn .inner:before {
  opacity: 1;
  transform: translate(-5px, 0);
}
.hamburger-btn .hidden {
  top: 50%;
  background-color: var(--theme-color);
  transform: translate(51px, -50%);
}
.hamburger-btn .hidden:after, .hamburger-btn .hidden:before {
  background-color: var(--theme-color);
  transform: translate(102px, 0);
}
.hamburger-btn:hover .inner {
  transform: translate(-51px, 50%);
  opacity: 0;
}
.hamburger-btn:hover .inner:after, .hamburger-btn:hover .inner:before {
  transform: translate(102px, 0);
  opacity: 0;
}
.hamburger-btn:hover .hidden {
  opacity: 1;
  transform: translate(-14px, -50%);
}
.hamburger-btn:hover .hidden:after, .hamburger-btn:hover .hidden:before {
  opacity: 1;
  transform: translate(-11px, 0);
}

/* Medium devices */
@media (max-width: 991px) {
  .play-btn {
    --icon-size: 100px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sub-title {
  font-size: 26px;
  line-height: 1;
  display: block;
  color: var(--theme-color);
  font-family: var(--subtitle-font);
  font-weight: 300;
  margin-bottom: 18px;
}

.sec-title {
  font-size: 50px;
  font-weight: 600;
  margin: -0.25em 0 13px 0;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 15px);
}

.sec-icon {
  margin-bottom: 36px;
  line-height: 1;
}
.sec-icon img {
  margin-top: -0.2em;
}

.inner-title {
  font-size: 40px;
  margin-top: -0.25em;
}

.inner-title-style2 {
  font-size: 30px;
  display: block;
  width: max-content;
  position: relative;
  border-bottom: 1px solid #999999;
  margin-top: -0.2em;
  margin-bottom: 30px;
  padding-bottom: 7px;
}

/* Large devices */
@media (max-width: 1199px) {
  .sec-title {
    font-size: 42px;
  }
  .sub-title {
    font-size: 24px;
  }
  .inner-title {
    font-size: 28px;
  }
  .inner-title-style2 {
    font-size: 26px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sec-title {
    font-size: 36px;
  }
  .sub-title {
    font-size: 20px;
  }
  .inner-title-style2 {
    font-size: 22px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 30px;
  }
}
/*------------------- 3.4. Common -------------------*/
/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .hd-bg-cover {
    background-size: cover;
  }
}
.far {
  font-family: "font awesome 5 pro" !important;
}

.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}

.new-label {
  font-size: 12px;
  background-color: var(--error-color);
  color: var(--white-color);
  line-height: 1;
  padding: 1px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
}

.alert-dismissible .btn-close {
  font-size: 18px;
  line-height: 1;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

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

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.vs-surface {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.outline-social {
  --icon-size: 50px;
  --border-size: 2px;
}
.outline-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.outline-social li {
  display: inline-block;
  margin-right: 5px;
}
.outline-social li:last-child {
  margin-right: 0;
}
.outline-social a {
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: calc(var(--icon-size) - var(--border-size));
  border: var(--border-size) solid var(--white-color);
  color: var(--white-color);
  font-size: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.outline-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}

.checked-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.checked-list li {
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 3px;
}
.checked-list li:last-child {
  margin-bottom: 0;
}
.checked-list li:before {
  content: "\f00c";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
}

.vs-pricepill {
  background-color: var(--theme-color);
  width: 105px;
  height: 105px;
  text-align: center;
  padding: 13px 10px 10px 10px;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vs-pricepill:before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -5px;
  right: -5px;
  top: -5px;
  border: 2px dashed var(--white-color);
  border-radius: 50%;
}
.vs-pricepill .text {
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.vs-pricepill .price {
  display: block;
  color: var(--white-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0;
}
.vs-pricepill .price sup {
  font-weight: 500;
  font-size: 16px;
}
.vs-pricepill .price sub {
  font-size: 16px;
  position: relative;
  margin-left: 5px;
  top: -1px;
}

.border-left-img {
  border-left: 3px solid var(--theme-color);
  padding: 0 0 0 20px;
}

@media (min-width: 1800px) {
  .d-xxxl-block {
    display: block !important;
  }
}
/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

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

.font-subtitle {
  font-family: var(--subtitle-font);
}

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

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

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

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

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

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

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.fs-22 {
  font-size: 22px;
}

.fs-16 {
  font-size: 16px;
}

.fs-26 {
  font-size: 26px;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mask-cover {
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-size: cover;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-right {
  background-position: top right;
  background-size: auto;
}

.bg-top-left {
  background-position: left top;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-gray {
  background-color: #e5e5e5;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

.text-white-light {
  color: #dadada;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

[data-overlay] {
  position: relative;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ani-moving-x,
.ani-moving-y,
.about-shape1,
.ani-moving,
.testimonial-avater-style2 .slick-slide {
  animation-duration: var(--moving-ani-duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.ani-moving, .testimonial-avater-style2 .slick-slide {
  animation-name: moving;
}

.ani-moving-x {
  animation-name: moving-x;
}

.ani-moving-y, .about-shape1 {
  animation-name: moving-y;
}

.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

.morp-ani {
  --morp-value: 66% 24% 44% 56% / 44% 24% 70% 56%;
  --morp-md-value: 43% 38% 39% 35% / 44% 39% 43% 56%;
  --morp-time: 8s;
  --morp-spin-time: 20s;
  animation: morpspin var(--morp-spin-time) linear infinite reverse;
}
.morp-ani:before {
  animation: vsmorph var(--morp-time) ease-in-out infinite both alternate;
}

.transform-banner img {
  animation: border-transform 10s linear infinite alternate forwards;
  border-radius: 100%;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/60% 30% 70% 40%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes vsmorph {
  0% {
    border-radius: var(--morp-value);
  }
  50% {
    border-radius: var(--morp-md-value);
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes vsheromorph {
  0% {
    border-radius: 25% 80% 57% 47%/53% 60% 43% 52%;
  }
  50% {
    border-radius: 40% 60% 60% 40%/60% 30% 70% 40%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes morpspin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes moving {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -60px);
  }
  50% {
    transform: translate(-60px, -60px);
  }
  70% {
    transform: translate(-60px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes moving-y {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0, -60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes moving-x {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-60px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes arrow-left {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-20px);
  }
  40% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-right {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(20px);
  }
  40% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_layered_nav ul,
.widget_product_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0 0 -10px 0;
  padding: 0;
}
.widget_layered_nav a,
.widget_product_categories a,
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: var(--smoke-color);
  color: var(--body-color);
  padding: 17px 25px;
  margin-bottom: 10px;
  padding-right: 50px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.widget_layered_nav a:hover,
.widget_product_categories a:hover,
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.widget_layered_nav li,
.widget_product_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_layered_nav li > span,
.widget_product_categories li > span,
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  text-align: center;
  position: absolute;
  right: 22px;
  top: 8px;
  transition: all ease 0.4s;
  font-size: 14px;
}
.widget_layered_nav li:hover > span,
.widget_product_categories li:hover > span,
.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  color: var(--white-color);
}
.widget_layered_nav .sub-menu,
.widget_layered_nav .children,
.widget_product_categories .sub-menu,
.widget_product_categories .children,
.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children {
  margin-left: 10px;
  margin-bottom: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.vs-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  --widget-border-color: #e4e4e4;
  --border-space: 5px;
  padding: var(--widget-padding-x, 30px) var(--widget-padding-y, 30px);
  margin: 0 var(--border-space) calc(var(--bs-gutter-x) + var(--border-space)) var(--border-space);
  border: 1px solid var(--widget-border-color);
  position: relative;
  background-color: var(--white-color);
}
.widget:before {
  content: "";
  position: absolute;
  left: calc(var(--border-space) * -1);
  right: calc(var(--border-space) * -1);
  top: var(--border-space-top, 20px);
  bottom: calc(var(--border-space) * -1);
  border: inherit;
  z-index: -1;
}
.widget select,
.widget input {
  color: var(--body-color);
  padding-left: 30px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid var(--border-color);
  height: 60px;
  border-radius: 0;
  font-weight: 500;
  width: 100%;
}
.widget select::-moz-placeholder,
.widget input::-moz-placeholder {
  color: var(--body-color);
}
.widget select::-webkit-input-placeholder,
.widget input::-webkit-input-placeholder {
  color: var(--body-color);
}
.widget select:-ms-input-placeholder,
.widget input:-ms-input-placeholder {
  color: var(--body-color);
}
.widget select::placeholder,
.widget input::placeholder {
  color: var(--body-color);
}

.sidebar-area .wp-block-group__inner-container > h2,
.sidebar-area .wp-block-search__label,
.widget_title {
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 30px;
  margin-top: -0.07em;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid var(--title-border-color, #999999);
  font-family: var(--title-font);
  color: var(--title-color);
}

.widget .search-form {
  position: relative;
}
.widget .search-form input {
  padding-right: 50px;
}
.widget .search-form button {
  text-align: center;
  padding: 0;
  color: var(--theme-color);
  background-color: transparent;
  border: none;
  position: absolute;
  right: 30px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.widget .search-form button:hover {
  border-color: var(--theme-color);
  background-color: var(--white-color);
  color: var(--theme-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10.5px 23px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--tag-bg, #f6f6f6);
  border-radius: 9999px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 24px;
  margin-top: -0.25em;
}
.recent-post .media-img {
  margin-right: 15px;
  width: 90px;
  overflow: hidden;
}
.recent-post .media-img img {
  transform: scale(1);
  transition: all ease 0.4s;
}
.recent-post .recent-post-meta {
  line-height: 1.2;
}
.recent-post .recent-post-meta a {
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  color: var(--title-color);
}
.recent-post .recent-post-meta a i {
  margin-right: 8px;
  font-size: 0.9rem;
  color: var(--theme-color);
}
.recent-post .recent-post-meta a:last-child {
  margin-right: 0;
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.15);
}

.vs-video-widget .video-thumb {
  position: relative;
}
.vs-video-widget .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vs-video-widget .play-btn i {
  font-size: 16px;
}
.vs-video-widget .video-thumb-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: -0.3em;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.sidebar-gallery .gallery-thumb .icon-thumb {
  font-size: 30px;
}

.widget_recent_entries ul {
  margin: -0.2em 0 0 0;
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li > a {
  color: var(--title-color);
  font-weight: 500;
  display: block;
}
.widget_recent_entries ul li > a:hover {
  color: var(--theme-color);
}
.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  z-index: 1;
}
.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
  color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--title-color);
  background-color: #f1dbbe;
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: #01133c;
  font-weight: 500;
}
.wp-block-calendar th a,
.calendar_wrap th a {
  color: inherit;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px;
  color: #01133c;
  border: 1px solid #ededed;
  text-align: center;
  background-color: transparent;
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #f6f6f6;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}
.wp-block-calendar table caption {
  color: var(--title-color);
}

.widget_recent_comments ul {
  margin: -0.2em 0 -0.2em 0;
  padding: 0;
  list-style: none;
}
.widget_recent_comments li:not(:last-child) {
  padding-bottom: 12px;
}
.widget_recent_comments a {
  color: var(--body-color);
  position: relative;
}
.widget_recent_comments a:hover {
  color: var(--theme-color);
}
.widget_recent_comments li {
  padding-left: 30px;
  position: relative;
}
.widget_recent_comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}

.widget_rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}
.widget_rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.widget_rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 4px;
}
.widget_rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}
.widget_rss ul a:hover {
  color: var(--theme-color);
}
.widget_rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}
.widget_rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}
.widget_rss ul cite {
  font-weight: 400;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}
.widget_rss ul cite:before {
  content: "";
  position: relative;
  top: -2px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}
.widget_rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.widget_products ul,
.widget_top_rated_products ul {
  margin: 0;
  padding: 0;
}
.widget_products .media-img,
.widget_top_rated_products .media-img {
  margin-right: 0;
  width: auto;
}
.widget_products .media-body.pl-30,
.widget_top_rated_products .media-body.pl-30 {
  padding-left: 20px;
}
.widget_products .recent-post-title.h5,
.widget_top_rated_products .recent-post-title.h5 {
  margin-bottom: 4px !important;
  font-size: 16px;
}
.widget_products .recent-post,
.widget_top_rated_products .recent-post {
  margin-bottom: 20px;
}
.widget_products .recent-post:last-child,
.widget_top_rated_products .recent-post:last-child {
  margin-bottom: 0;
}
.widget_products ins,
.widget_products del,
.widget_top_rated_products ins,
.widget_top_rated_products del {
  font-size: 14px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
  margin-bottom: 0;
}

.sidebar-area .widget_shopping_cart ul.woocommerce-mini-cart {
  margin-top: 0;
}
.sidebar-area .widget_shopping_cart .vs-btn {
  padding: 13px 24px;
  margin-right: 15px;
}
.sidebar-area .widget_shopping_cart .vs-btn:last-child {
  margin-right: 0;
}
.sidebar-area .widget_shopping_cart .woocommerce-mini-cart__total {
  margin-bottom: 10px;
  font-size: 16px;
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
  .sidebar-area.pl-30 {
    padding-left: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  position: relative;
  border-left: none;
  font-family: var(--title-font);
  padding: 0;
  font-size: 26px;
  margin-top: -0.15em;
  margin-bottom: 18px;
  border-bottom: none;
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    margin-bottom: 18px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.header-logo img,
.header-logo img.logo-img,
img.logo-img {
  max-width: 240px;
  width: 100%;
  /* Small devices */
}
@media (max-width: 767px) {
  .header-logo img,
  .header-logo img.logo-img,
  img.logo-img {
    max-width: 210px;
  }
}

a.cart-icon.text-white:hover {
  color: var(--theme-color) !important;
}

.header-wrapper {
  position: relative;
  z-index: 41;
}

.vs-header .container {
  position: relative;
}

.absolute-section .elementor-column {
  min-height: 1px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before {
  content: "\f105";
  font-family: var(--icon-font);
  font-weight: 400;
  color: var(--theme-color);
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  margin-bottom: 9px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 700;
  text-transform: uppercase;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
  padding: 5px 11px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu {
  padding: 12px 10px 12px 10px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 700;
}

.mega-menu .new-label,
.sub-menu .new-label {
  margin-left: 5px;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}
.will-sticky .menu-style1 > ul > li > a {
  padding: 41px 0;
}
.will-sticky .header-inner {
  background-color: var(--white-color);
}
.will-sticky .header-inner:after, .will-sticky .header-inner:before {
  opacity: 0;
  visibility: hidden;
}

.header-layout3 .will-sticky .header-inner-style2,
.header-layout3 .will-sticky .sticky-active {
  background-color: var(--black-color);
  opacity: 1;
}

.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  line-height: 1.5;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 15px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 2px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 200px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu {
  padding: 9px 7px;
  border-radius: 0 0 5px 5px;
  left: -27px;
  border-radius: 0 0 5px 5px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 6px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 2px;
}
.main-menu ul.sub-menu li a {
  position: relative;
}
.main-menu ul.sub-menu li a:hover {
  color: var(--theme-color);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: -10px 0 0 7px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: 1250px;
  padding: 20px 15px 23px 15px;
  left: 0;
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.menu-style1 > ul > li > a {
  color: #141414;
  padding: 41px 0;
}

.header-layout3,
.header-layout1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
}
.header-layout3 .header-btn,
.header-layout1 .header-btn {
  padding: 15px 0;
}
.header-layout3 .header-btn .vs-btn,
.header-layout1 .header-btn .vs-btn {
  margin-left: 26px;
}
.header-layout3.default-header,
.header-layout1.default-header {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.header-layout3.default-header .header-btn,
.header-layout1.default-header .header-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.header-layout3.default-header .header-inner:after, .header-layout3.default-header .header-inner:before,
.header-layout1.default-header .header-inner:after,
.header-layout1.default-header .header-inner:before {
  display: none;
}

.header-layout4 {
  padding: 0 85px;
}
.header-layout4 .container-fluid {
  position: relative;
}

.header-btn a,
.header-btn button {
  margin-right: 7px;
}
.header-btn a:last-child, .header-btn a:last-child,
.header-btn button:last-child,
.header-btn button:last-child {
  margin-right: 0;
}

.header-info-list {
  --icon-size: 40px;
}
.header-info-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-info-list li {
  display: inline-block;
  margin-right: 32px;
}
.header-info-list li:last-child {
  margin-right: 0;
}
.header-info-list li > i {
  display: inline-block;
  background-color: var(--white-color);
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color);
  margin-right: 13px;
  font-size: 1.1rem;
}

.header-inner {
  position: relative;
  --layer-gap: 10px;
  --shape-width: 1596px;
  transition: all ease 0.4s;
}
@media (min-width: 1921px) {
  .header-inner {
    --shape-width: 80vw;
  }
}
.header-inner:after, .header-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--white-color);
  height: 100%;
  width: 100%;
  max-width: var(--shape-width);
  z-index: -1;
  transition: all ease 0.4s;
}
.header-inner:after {
  top: var(--layer-gap);
  max-width: calc(var(--shape-width) + var(--layer-gap));
  background-color: var(--theme-color);
  z-index: -2;
}

.header-inner-style2 {
  position: relative;
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--black-color);
}
.header-inner-style2 .mega-menu-wrap .max-mega-menu > li.mega-menu-item > a.mega-menu-link {
  color: var(--white-color) !important;
}
.header-inner-style2 .mega-menu-wrap .max-mega-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: var(--theme-color) !important;
}
.header-inner-style2 .cart-icon,
.header-inner-style2 .menu-style1 > ul > li > a {
  color: var(--white-color);
}
.header-inner-style2 .cart-icon:hover,
.header-inner-style2 .menu-style1 > ul > li > a:hover {
  color: var(--theme-color);
}
.header-inner-style2 .cart-icon .badge {
  background-color: var(--theme-color);
}

.header-btn .vs-btn {
  margin-left: 18px;
  padding: 23px 54px;
}

.header-top-style2 {
  padding: 14px 0;
}

.header-layout2 {
  position: relative;
  z-index: 41;
}

.header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 30px 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-inner {
    --shape-width: 1400px;
  }
  .header-layout3 {
    position: relative;
  }
  .header-layout3 .header-top {
    background-color: var(--black-color);
  }
  .header-layout3 .header-inner-style2 {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
  }
  .header-layout4 {
    padding: 0;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-inner {
    --shape-width: 100%;
    --layer-gap: 0;
  }
  .header-transparent {
    position: relative;
    background-color: var(--black-color);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu > ul > li {
    margin: 0 10px;
  }
  .main-menu > ul > li {
    margin: 0 13px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 {
    position: relative;
  }
  .header-layout1 .header-top {
    background-color: var(--title-color);
  }
  .header-layout1:not(.default-header) .header-inner {
    position: absolute;
    left: 0;
    right: 0;
  }
  .header-layout1:not(.default-header) .header-inner:before {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header-layout1:not(.default-header) .header-inner:after {
    display: none;
  }
  .header-layout3 .header-inner-style2 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    background-color: var(--black-color);
  }
  .menu-style1 > ul > li > a {
    padding: 29px 0;
  }
  .header-transparent {
    padding: 19px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-transparent {
    border-top: none;
  }
  .header-logo {
    padding: 10px 0;
  }
  .header-layout1 .container {
    max-width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .header-layout1:not(.default-header) .header-inner {
    position: relative;
  }
  .header-layout2 .header-btn .vs-btn {
    margin-left: 13px;
    padding: 15px 28px;
  }
  .header-info-list {
    --icon-size: 34px;
  }
  .header-info-list li {
    margin-right: 12px;
    font-size: 14px;
  }
  .header-layout1 .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.footer-layout4,
.footer-layout4 p,
.footer-layout1,
.footer-layout1 p {
  color: #dadada;
}
.footer-layout4 .widget_title,
.footer-layout1 .widget_title {
  color: var(--white-color);
}

.vs-widget-about p {
  color: #dadada;
}

.footer-layout2 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.footer-layout4 .widget-area {
  padding-bottom: 40px;
}

.footer-info {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}
.footer-info:last-child {
  margin-bottom: 0;
}
.footer-info i {
  position: absolute;
  left: 0;
  top: 7.5px;
  color: var(--theme-color);
}

.footer-table td {
  padding: 4px 0;
  text-transform: uppercase;
}
.footer-table tr:first-child td {
  padding-top: 0;
}
.footer-table tr:last-child td {
  padding-bottom: 0;
}
.footer-table.text-white .text-theme {
  color: var(--white-color) !important;
}

.widget-area .container {
  padding-top: 100px;
}
.widget-area .container:empty {
  display: none;
}

.copyright-wrap .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright-wrap p a {
  color: inherit;
}
.copyright-wrap p a:hover {
  color: var(--title-color);
}

.footer-subscribe {
  position: relative;
}
.footer-subscribe input {
  width: 100%;
  background-color: transparent;
  border: 2px solid var(--white-color);
  padding-left: 30px;
  padding-right: 50px;
  border-radius: 9999px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  transition: all ease 0.3s;
}
.footer-subscribe input::-moz-placeholder {
  color: var(--white-color);
}
.footer-subscribe input::-webkit-input-placeholder {
  color: var(--white-color);
}
.footer-subscribe input:-ms-input-placeholder {
  color: var(--white-color);
}
.footer-subscribe input::placeholder {
  color: var(--white-color);
}
.footer-subscribe input:focus {
  background-color: transparent;
}
.footer-subscribe button {
  border: none;
  background-color: transparent;
  color: var(--white-color);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  border-left: 1px solid var(--white-color);
  padding: 0 0 0 20px;
  height: 30px;
  overflow: hidden;
  transition: all ease 0.3s;
}
.footer-subscribe button .hidden {
  position: absolute;
  margin-left: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.footer-subscribe button .default {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.3s;
}
.footer-subscribe.focus {
  margin-right: 0;
}
.footer-subscribe.focus input {
  border-color: transparent;
  background-color: var(--white-color);
  color: var(--title-color);
}
.footer-subscribe.focus input::-moz-placeholder {
  color: var(--title-color);
}
.footer-subscribe.focus input::-webkit-input-placeholder {
  color: var(--title-color);
}
.footer-subscribe.focus input:-ms-input-placeholder {
  color: var(--title-color);
}
.footer-subscribe.focus input::placeholder {
  color: var(--title-color);
}
.footer-subscribe.focus button {
  border-left-color: var(--title-color);
  color: var(--title-color);
}
.footer-subscribe.focus button .hidden {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}
.footer-subscribe.focus button .default {
  opacity: 0;
  visibility: hidden;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-links li {
  position: relative;
  display: inline-block;
  padding-right: 27px;
  margin-right: 20px;
}
.footer-links li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 14px;
  margin-top: -6px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.63);
}
.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-links li:last-child:before {
  display: none;
}
.footer-links a {
  color: var(--white-color);
  font-weight: 500;
}
.footer-links a:hover {
  text-decoration: underline;
}

.footer-layout3 {
  padding-top: 100px;
  padding-bottom: 75px;
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout3 {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .footer-layout4 .widget-area {
    padding-bottom: 20px;
  }
  .widget-area .container {
    padding-top: 60px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-links li {
    padding-right: 16px;
    margin-right: 10px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .footer-subscribe input {
    padding-left: 25px;
  }
  .footer-subscribe button {
    width: 45px;
    height: 45px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    padding-left: 0;
    border: none;
    border-radius: 50%;
    right: 8px;
  }
  .footer-subscribe button:hover {
    background-color: var(--white-color);
    color: var(--white-color);
  }
  .footer-links li:before {
    content: "-";
    top: 0;
    height: 14px;
    margin-top: 0;
    width: fit-content;
    background-color: transparent;
    color: #fff;
    vertical-align: top;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
}
.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 8px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "-";
  margin-left: 13px;
}
.breadcumb-menu li:first-child:before {
  content: "\f015";
  font-family: var(--icon-font);
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  border-radius: 50%;
  line-height: var(--icon-size, 40px);
  background-color: var(--theme-color);
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
}
.breadcumb-menu li i,
.breadcumb-menu a i,
.breadcumb-menu span i {
  margin-right: 5px;
  font-size: 0.8rem;
  position: relative;
  top: -1px;
}

.breadcumb-title {
  font-size: 72px;
  font-weight: 600;
  margin: -0.3em 0 10px 0;
  color: var(--white-color);
}

.breadcumb-menu-wrap {
  margin-top: 28px;
}

.breadcumb-wrapper {
  padding-top: 360px;
  padding-bottom: 130px;
  background-color: #6c757d;
}
.breadcumb-wrapper.bredacrumb-default {
  padding-top: 130px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .breadcumb-title {
    font-size: 60px;
  }
  .breadcumb-wrapper {
    padding-top: 320px;
    padding-bottom: 126px;
  }
  .breadcumb-wrapper.bredacrumb-default {
    padding-top: 130px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .breadcumb-title {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding-top: 212px;
    padding-bottom: 126px;
  }
  .breadcumb-wrapper.bredacrumb-default {
    padding-top: 130px;
  }
  .breadcumb-menu-wrap {
    margin-top: 18px;
  }
  .breadcumb-title {
    font-size: 42px;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 17px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding-top: 162px;
    padding-bottom: 76px;
  }
  .breadcumb-wrapper.bredacrumb-default {
    padding-top: 80px;
  }
  .breadcumb-menu li {
    padding-right: 5px;
    --icon-size: auto;
  }
  .breadcumb-menu li:first-child:before {
    background-color: transparent;
    font-size: 14px;
    margin-right: 10px;
  }
  .breadcumb-menu li:after {
    margin-left: 11px;
  }
  .breadcumb-title {
    font-size: 36px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .breadcumb-wrapper.bredacrumb-default {
    padding-top: 70px;
  }
  .breadcumb-title {
    font-size: 28px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  text-align: center;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:last-child {
  margin-right: 0;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination span,
.vs-pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  color: var(--title-color);
  text-align: center;
  position: relative;
  border: 2px solid #eef1f5;
  z-index: 1;
  font-weight: 700;
  border-radius: 50%;
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

.post-pagi-box {
  margin-top: -0.4em;
}
.post-pagi-box > a {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
}
.post-pagi-box > a:hover {
  color: var(--theme-color);
}
.post-pagi-box .pagi-title {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 20px;
}
.post-pagi-box .pagi-icon {
  position: relative;
  top: 6px;
}
.post-pagi-box.next {
  text-align: right;
}

.post-pagination {
  padding-top: calc(var(--blog-space-y, 60px) + 4px);
  margin: var(--blog-space-y, 60px) var(--blog-space-x, 0);
  border-top: 1px solid #e4e4e4;
  position: relative;
}
.post-pagination:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 4px;
  border-top: inherit;
}

/* Small devices */
@media (max-width: 767px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 40px;
    height: 40px;
    line-height: 33px;
    font-size: 14px;
  }
  .post-pagi-box .pagi-title {
    font-size: 18px;
  }
}
/*------------------- 4.6. Blog  -------------------*/
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
blockquote {
  font-size: 24px;
  line-height: 34px;
  padding: 50px 60px 50px 60px;
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 35px 0;
  color: var(--title-color);
  border-color: var(--theme-color);
}
blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.6;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: italic;
}
blockquote.wp-block-quote:before,
blockquote.wp-block-quote.is-style-large:before,
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 7rem;
  font-weight: 300;
  opacity: 0.1;
  line-height: 1;
  color: var(--theme-color);
}
blockquote.wp-block-quote p,
blockquote.wp-block-quote.is-style-large p,
blockquote p {
  margin-bottom: 0;
}
blockquote.wp-block-quote p a,
blockquote.wp-block-quote.is-style-large p a,
blockquote p a {
  color: inherit;
}
blockquote.wp-block-quote cite,
blockquote.wp-block-quote.is-style-large cite,
blockquote cite {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
  border-color: inherit;
  line-height: 1;
  font-weight: 400;
  margin-top: 2px;
  font-style: normal;
  color: var(--theme-color);
}
blockquote.wp-block-quote cite:before,
blockquote.wp-block-quote.is-style-large cite:before,
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 30px;
  height: 2px;
  border-top: 2px solid;
  border-color: inherit;
}

.wp-block-pullquote blockquote:after {
  display: none;
}

.wp-block-pullquote blockquote {
  text-align: center;
  border-left: none;
}

blockquote.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wp-block-pullquote blockquote cite {
  text-align: center;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-pullquote.is-style-solid-color cite {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-block-pullquote {
  border-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 30px 0;
}

blockquote.wp-block-quote.has-text-align-right {
  border-right-color: var(--theme-color);
  padding: 50px 60px 50px 60px;
}
blockquote.wp-block-quote.has-text-align-right::before {
  left: 40px;
  right: auto;
  transform: rotate(180deg);
}
blockquote.wp-block-quote.has-text-align-right cite {
  padding-left: 0;
  padding-right: 40px;
  text-align: right;
}
blockquote.wp-block-quote.has-text-align-right cite:before {
  left: auto;
  right: 0;
  bottom: 5px;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 23px;
  font-size: 16px;
  color: var(--body-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--body-color);
}
.blog-meta span:hover,
.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  display: inline-block;
  color: #fff;
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}

.vs-blog {
  margin-bottom: 30px;
}

.blog-inner-title {
  margin-bottom: 30px;
  margin-top: -0.25em;
}

.blog-author {
  --author-border-space: 5px;
  margin: var(--author-border-space);
  margin-top: var(--blog-space-y, 60px);
  padding: 30px 30px;
  border: 1px solid #e4e4e4;
  position: relative;
}
.blog-author:before {
  content: "";
  position: absolute;
  top: calc(var(--author-border-space) * -1);
  right: calc(var(--author-border-space) * -1);
  bottom: calc(var(--author-border-space) * -1);
  left: calc(var(--author-border-space) * -1);
  border: inherit;
}
.blog-author .author-degi {
  margin-bottom: 5px;
  color: var(--theme-color);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.blog-author .media-img {
  display: inline-block;
  padding: 7px;
  background-color: #e4e4e4;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-author .media-img img {
  border-radius: inherit;
}
.blog-author .author-name {
  margin-bottom: 10px;
}

.blog-single {
  position: relative;
}
.blog-single .blog-content {
  margin: 0 0 var(--blog-space-y, 60px) 0;
  padding-bottom: calc(var(--blog-space-y, 60px) - 5px);
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.blog-single .blog-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  border-bottom: inherit;
}
.blog-single .share-links-title {
  font-size: 20px;
  color: var(--title-color);
  display: block;
  margin-bottom: 10px;
  font-family: var(--title-font);
  font-weight: 600;
  margin-top: -0.45em;
}
.blog-single .social-links {
  margin-top: -0.05em;
}
.blog-single .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--smoke-color);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.blog-single .social-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .social-links li {
  margin: 0;
  margin-right: 10px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .blog-meta {
  margin-bottom: 10px;
  margin-top: -0.45em;
}
.blog-single .blog-meta i {
  color: var(--theme-color);
}
.blog-single .blog-meta a {
  color: var(--title-color);
}
.blog-single .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-single .blog-title {
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-video,
.blog-single .blog-img {
  position: relative;
  margin-bottom: 39px;
  background-color: var(--smoke-color);
}
.blog-single .blog-audio .slick-arrow,
.blog-single .blog-video .slick-arrow,
.blog-single .blog-img .slick-arrow {
  position: absolute;
  left: 40px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  --title-color: #fff;
}
.blog-single .blog-audio .slick-arrow.slick-next,
.blog-single .blog-video .slick-arrow.slick-next,
.blog-single .blog-img .slick-arrow.slick-next {
  left: auto;
  right: 40px;
}
.blog-single .blog-audio .play-btn,
.blog-single .blog-video .play-btn,
.blog-single .blog-img .play-btn {
  --icon-size: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-details .blog-single .blog-content {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: calc(var(--blog-space-y, 60px) - 10px);
}

.meta-box {
  position: relative;
}
.meta-box a {
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin: 0 -2px;
  z-index: 1;
  position: relative;
}
.meta-box a:last-child {
  margin-right: 0;
  padding-right: 25px;
}
.meta-box a:first-child {
  margin-left: 0;
  padding-left: 25px;
}
.meta-box a i {
  margin-right: 9px;
}

.blog-card {
  margin-bottom: 20px;
  border: 2px solid #ebebeb;
}
.blog-card .blog-content {
  padding: 18px 30px 26px 30px;
}
.blog-card .blog-img {
  position: relative;
  margin: -2px;
  overflow: hidden;
}
.blog-card .blog-img img {
  transform: scale(1.1);
  transition: all ease 0.4s;
}
.blog-card .meta-box {
  position: relative;
  margin: 10px 0 10px 0;
}
.blog-card .meta-box a {
  background-color: transparent;
  color: var(--body-color);
  padding: 0;
  line-height: 1;
  margin: 0 20px 0 0;
  font-weight: 400;
  font-size: 14px;
}
.blog-card .meta-box a:last-child {
  margin-right: 0;
}
.blog-card .meta-box a i {
  color: var(--theme-color);
}
.blog-card .meta-box a:hover {
  color: var(--theme-color);
}
.blog-card .blog-title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 36px;
}
.blog-card .link-btn i {
  margin-left: 7px;
  margin-right: 0;
  font-size: inherit;
}
.blog-card:hover .blog-img img {
  transform: scale(1.2);
}

.blog-steped {
  --date-box: 110px;
  --blog-space: 160px;
  text-align: center;
  position: relative;
  margin-bottom: 23px;
}
.blog-steped:after, .blog-steped:before {
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  width: 1px;
  height: 110%;
  background-color: #c5c5c5;
}
.blog-steped:after {
  right: -2px;
}
.blog-steped .blog-img,
.blog-steped .blog-content {
  max-width: 470px;
  margin-right: auto;
}
.blog-steped .blog-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-steped .blog-img img {
  transform: scale(1);
  transition: all ease 0.4s;
}
.blog-steped .post-author {
  font-weight: 500;
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 10px;
}
.blog-steped .post-author a {
  text-decoration: underline;
  margin-left: 5px;
}
.blog-steped .blog-title {
  font-size: 28px;
  font-weight: 600;
}
.blog-steped .blog-date {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: var(--date-box);
  height: var(--date-box);
  margin-right: calc(var(--date-box) / -2);
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 500;
  font-size: 13px;
  padding: 29px 0;
  border-radius: 50%;
  z-index: 2;
  transition: all ease 0.4s;
}
.blog-steped .blog-date::first-line {
  font-size: 45px;
  font-weight: 600;
}
.blog-steped .blog-date:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid var(--theme-color);
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  transition: all ease 0.4s;
}
.blog-steped:nth-child(even)::after, .blog-steped:nth-child(even)::before {
  display: none;
}
.blog-steped:nth-child(even) .blog-img,
.blog-steped:nth-child(even) .blog-content {
  margin-left: auto;
  margin-right: 0;
}
.blog-steped:nth-child(even) .blog-date {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: calc(var(--date-box) / -2);
}
.blog-steped:nth-child(even) .blog-date:before {
  left: auto;
  right: -8px;
  border-right: none;
  border-left: 10px solid var(--theme-color);
}
.blog-steped:nth-child(2) {
  margin-top: var(--blog-space);
}
.blog-steped:nth-child(odd) {
  margin-top: calc(var(--blog-space) * -1);
}
.blog-steped:nth-child(1) {
  margin-top: 0;
}
.blog-steped:nth-last-child(2)::before, .blog-steped:nth-last-child(2):after {
  height: calc(100% + 200px);
}
.blog-steped:hover .blog-date {
  background-color: var(--title-color);
  color: var(--white-color);
}
.blog-steped:hover .blog-date:before {
  border-right-color: var(--title-color);
}
.blog-steped:hover .blog-img img {
  transform: scale(1.1);
}
.blog-steped:nth-child(even):hover .blog-date:before {
  border-left-color: var(--title-color);
}

.blog-fliped {
  --icon-bg: #ececec;
  margin-bottom: 50px;
}
.blog-fliped .meta-box {
  margin-bottom: 15px;
}
.blog-fliped .blog-text {
  margin-bottom: 33px;
}
.blog-fliped .blog-img {
  padding: var(--img-shape-space, 40px) var(--img-shape-space, 40px) var(--img-shape-space, 40px) 0;
  position: relative;
}
.blog-fliped .blog-img:before {
  content: "";
  position: absolute;
  left: var(--img-shape-space, 40px);
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--shape-bg, #f6f6f6);
  z-index: -1;
}
.blog-fliped:nth-child(even) .row {
  flex-direction: row-reverse;
}
.blog-fliped:nth-child(even) .blog-img {
  padding: var(--img-shape-space, 40px) 0 var(--img-shape-space, 40px) var(--img-shape-space, 40px);
}
.blog-fliped:nth-child(even) .blog-img:before {
  left: 0;
  right: var(--img-shape-space, 40px);
}

.vs-blog-layout3 .vs-blog {
  position: relative;
}
.vs-blog-layout3 .blog-number {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  padding: 10px;
  border-radius: 10px;
  line-height: 1;
}
.vs-blog-layout3 .blog-content {
  padding: 27px 30px;
  padding-bottom: 8px;
}
.vs-blog-layout3 .blog-title.text-white a:hover {
  color: var(--title-color);
}
.vs-blog-layout3 .blog-meta {
  padding-bottom: 18px;
  border-bottom: 1px solid;
  border-color: var(--white-color);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.vs-blog-layout3 .blog-meta:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 100%;
  max-width: 100px;
  border-top: 3px solid;
  border-color: inherit;
}
.vs-blog-layout3 .blog-meta a.text-white i {
  color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-steped {
    --blog-space: 140px;
  }
  .blog-steped .blog-img,
  .blog-steped .blog-content {
    max-width: 370px;
    margin-right: auto;
  }
  .blog-steped .blog-title {
    font-size: 24px;
  }
  .blog-steped .post-author {
    font-size: 14px;
  }
  .meta-box a {
    font-size: 14px;
  }
  .meta-box a:first-child {
    padding-left: 20px;
  }
  .meta-box a:last-child {
    padding-right: 20px;
  }
  .blog-card .meta-box {
    right: 0;
  }
  .blog-card .meta-box a {
    padding: 0;
  }
  .blog-card .blog-title {
    font-size: 22px;
    margin-bottom: 13px;
    line-height: 1.5;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  blockquote.wp-block-quote,
  blockquote.wp-block-quote.is-style-large,
  blockquote {
    font-size: 20px;
    line-height: 34px;
    padding: 30px 40px 30px 40px;
  }
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote.is-style-large cite,
  blockquote cite {
    font-size: 16px;
    margin-top: 20px;
  }
  blockquote.wp-block-quote:before,
  blockquote.wp-block-quote.is-style-large:before,
  blockquote:before {
    right: 20px;
    bottom: 20px;
    font-size: 4rem;
  }
  .blog-author {
    padding: 30px 30px;
  }
  .vs-blog.blog-single {
    --blog-space-y: 40px;
  }
  .blog-card .blog-content {
    padding-right: 30px;
    padding-top: 18px;
  }
  .blog-card .meta-box {
    right: 30px;
  }
  .blog-card .meta-box::before {
    top: -20px;
  }
  .blog-card .blog-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .blog-card .blog-text {
    font-size: 16px;
  }
  .blog-steped {
    --blog-space: 0;
    margin-bottom: 0;
  }
  .blog-steped::before, .blog-steped:after {
    left: calc(var(--date-box) / 2 + 2px);
    right: auto;
    display: none;
  }
  .blog-steped .blog-img,
  .blog-steped .blog-content {
    max-width: 100%;
    margin-right: 0;
  }
  .blog-steped:nth-child(even) .blog-date,
  .blog-steped .blog-date {
    top: 20px;
    left: 30px;
    right: auto;
    margin: 0;
    border-radius: 10px;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 10px 20px;
    text-transform: none;
    font-size: 18px;
  }
  .blog-steped:nth-child(even) .blog-date:before,
  .blog-steped .blog-date:before {
    display: none;
  }
  .blog-steped:nth-child(even) .blog-date::first-line,
  .blog-steped .blog-date::first-line {
    font-size: inherit;
    font-weight: inherit;
  }
  .blog-steped:last-child:after, .blog-steped:last-child::before {
    display: none;
  }
  .blog-fliped {
    --img-shape-space: 0;
  }
  .blog-fliped .blog-img {
    margin-bottom: 30px;
  }
  .blog-fliped .blog-text {
    margin-bottom: 23px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-meta span,
  .blog-meta a {
    margin-right: 20px;
    font-size: 16px;
  }
  .blog-single .blog-img {
    margin-bottom: 29px;
  }
  .blog-steped:nth-child(even) .blog-date,
  .blog-steped .blog-date {
    font-size: 14px;
  }
  .blog-steped .blog-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .blog-author {
    padding: 30px 20px;
  }
  blockquote.wp-block-quote,
  blockquote.wp-block-quote.is-style-large,
  blockquote {
    padding: 30px 20px 30px 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .vs-blog-layout3 .blog-content {
    padding: 17px 20px;
    padding-bottom: 0.1px;
  }
  .vs-blog-layout3 p:last-child {
    margin-bottom: 15px;
  }
  .vs-blog-layout3 .blog-number {
    font-size: 28px;
    right: 15px;
    top: 15px;
    padding: 15px;
    font-size: 22px;
  }
}
/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
  margin-top: var(--blog-space-y, 60px);
  margin-bottom: 30px;
  padding: 40px;
  background-color: var(--smoke-color);
}
.comment-respond .form-title {
  margin-top: -0.4em;
}

.vs-comment-form textarea.style3 {
  min-height: 220px;
}
.vs-comment-form .blog-inner-title {
  margin-bottom: 8px;
}
.vs-comment-form .form-text {
  margin-bottom: 25px;
}
.vs-comment-form .form-group > i {
  color: rgba(0, 0, 0, 0.5);
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 60px) var(--blog-space-x, 0);
}
.vs-comments-wrap .comment-respond {
  margin-top: 0;
  margin-bottom: 50px;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap .vs-post-comment {
  display: flex;
  padding: 30px 30px 20px 30px;
  border: 1px solid #e4e4e4;
  --comment-border-space: 5px;
  margin: 0 var(--comment-border-space) 37px var(--comment-border-space);
  position: relative;
}
.vs-comments-wrap .vs-post-comment:before {
  content: "";
  position: absolute;
  top: calc(var(--comment-border-space) * -1);
  right: calc(var(--comment-border-space) * -1);
  bottom: calc(var(--comment-border-space) * -1);
  left: calc(var(--comment-border-space) * -1);
  border: inherit;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .reply_and_edit > a {
  display: inline-block;
  margin-right: 15px;
}
.vs-comments-wrap .comment-avater {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.vs-comments-wrap .comment-content {
  flex: 1;
  margin-top: -5px;
  position: relative;
}
.vs-comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--theme-color);
  font-family: var(--body-font);
}
.vs-comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}
.vs-comments-wrap .name {
  margin-bottom: 2px;
}
.vs-comments-wrap .comment-top {
  display: block;
}
.vs-comments-wrap .text {
  color: #6b6b6b;
  margin-bottom: 0;
}
.vs-comments-wrap .text:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}
.vs-comments-wrap .replay-btn {
  font-weight: 600;
  font-family: var(--title-font);
  font-size: 16px;
  color: var(--body-color);
  margin-top: 10px;
  display: inline-block;
}
.vs-comments-wrap .replay-btn i {
  margin-right: 7px;
}
.vs-comments-wrap .replay-btn:hover {
  color: var(--theme-color);
}
.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  right: 0;
  width: 80px;
}
.vs-comments-wrap p.comment-notes {
  margin: -0.3em 0 10px 0;
  font-size: 14px;
}

.review-form .form-title .h4.mb-3 {
  margin-bottom: 8px !important;
}

.review-form .form-group.rating-select.d-flex.align-items-center.pb-2 {
  padding-bottom: 0 !important;
  margin-bottom: 20px;
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
    padding: 30px 20px 20px 20px;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .comment-respond {
    padding: 35px 15px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 30px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
.ls-v6 .ls-bottom-nav-wrapper {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: fit-content;
}

.ls-gui-element.ls-bottom-nav-wrapper a {
  display: block !important;
  background-color: var(--title-color);
  margin: 18px 0;
  border-color: transparent !important;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.ls-gui-element.ls-bottom-nav-wrapper a:first-child {
  margin-top: 0;
}
.ls-gui-element.ls-bottom-nav-wrapper a:last-child {
  margin-bottom: 0;
}
.ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active:hover, .ls-gui-element.ls-bottom-nav-wrapper a.ls-nav-active {
  background-color: var(--theme-color) !important;
}

a.ls-gui-element.ls-nav-prev,
a.ls-gui-element.ls-nav-next {
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  border: 2px solid var(--white-color) !important;
  border-radius: 50%;
  left: var(--space-x, 130px);
}
a.ls-gui-element.ls-nav-prev:after,
a.ls-gui-element.ls-nav-next:after {
  transform: none;
  width: auto;
  height: auto;
  margin: -7px 0 0 -4.5px;
  left: 50%;
  top: 50%;
  border: none;
  border-right: 7px solid var(--white-color);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
a.ls-gui-element.ls-nav-prev:before,
a.ls-gui-element.ls-nav-next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -3px;
  display: inline-block;
  width: 82px;
  height: 2px;
  background-color: var(--white-color);
  transition: all ease 0.4s;
}
a.ls-gui-element.ls-nav-prev:hover,
a.ls-gui-element.ls-nav-next:hover {
  transform: none;
}
a.ls-gui-element.ls-nav-prev:hover:after,
a.ls-gui-element.ls-nav-next:hover:after {
  border-top-color: transparent !important;
}
a.ls-gui-element.ls-nav-prev:hover:after, a.ls-gui-element.ls-nav-prev:hover:before,
a.ls-gui-element.ls-nav-next:hover:after,
a.ls-gui-element.ls-nav-next:hover:before {
  animation: arrow-left ease 1s alternate;
}

a.ls-gui-element.ls-nav-next {
  left: auto;
  right: var(--space-x, 130px);
}
a.ls-gui-element.ls-nav-next:after {
  left: auto;
  right: 50%;
  margin: -7px -4.5px 0 0;
  border-right: none;
  border-left: 7px solid var(--white-color);
}
a.ls-gui-element.ls-nav-next:before {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -3px;
}
a.ls-gui-element.ls-nav-next:hover:after, a.ls-gui-element.ls-nav-next:hover:before {
  animation: arrow-right ease 1s alternate;
}

.hero-morp {
  animation: border-transform 10s linear infinite alternate forwards;
}

/* Large devices */
@media (max-width: 1199px) {
  .ls-v6 .ls-bottom-nav-wrapper {
    display: none;
  }
  a.ls-gui-element.ls-nav-prev,
  a.ls-gui-element.ls-nav-next {
    display: none;
  }
}
/*------------------- 4.9. Banner Style  -------------------*/
.vs-banner-slide {
  --shape-size: 370px;
  --morp-color: #907bf6;
  --morp-delay: 1s;
  padding-top: var(--padding-y, 80px);
  padding-bottom: var(--padding-y, 80px);
  position: relative;
  margin-bottom: 30px;
}
.vs-banner-slide .banner-title {
  font-size: 28px;
  margin-bottom: 10px;
  color: var(--white-color);
}
.vs-banner-slide .media-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 290px;
  width: 100%;
}
.vs-banner-slide .banner-text {
  margin-bottom: 0;
  color: var(--white-color);
}
.vs-banner-slide .banner-morp {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  --morp-value: 66% 24% 44% 56% / 44% 24% 70% 56%;
  --morp-time: 12s;
  --morp-spin-time: 16s;
  width: var(--shape-size);
  height: var(--shape-size);
  margin: calc(var(--shape-size) / -2) 0 0 calc(var(--shape-size) / -2);
  animation-delay: var(--morp-delay);
}
.vs-banner-slide .banner-morp:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--morp-color);
  opacity: 0.9;
  border-radius: 66% 24% 44% 56%/44% 24% 70% 56%;
}
.vs-banner-slide:nth-child(3n+3) {
  --morp-color: #e280d2;
}
.vs-banner-slide:nth-child(3n+2) {
  --morp-color: #ff708b;
  --morp-delay: 5s;
}
.vs-banner-slide:nth-child(3n+1) {
  --morp-color: #907bf6;
  --morp-delay: 8s;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .vs-banner-slide {
    --shape-size: 270px;
    --padding-y: 40px;
  }
  .vs-banner-slide .banner-title {
    font-size: 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-banner-slide {
    --padding-y: 0;
  }
  .vs-banner-slide .banner-morp {
    animation: none;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .vs-banner-slide .banner-morp:before {
    background-color: transparent;
    background-image: linear-gradient(95deg, var(--morp-color) 20%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0;
    animation: none;
  }
  .vs-banner-slide .media-content {
    left: calc(var(--bs-gutter-x) / 2);
    top: 50%;
    text-align: left;
    padding-left: 30px;
    transform: translateY(-50%);
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .vs-banner-slide .banner-title {
    font-size: 24px;
  }
  .vs-banner-slide .media-content {
    padding-left: 20px;
  }
}
/*------------------- 4.10. About  -------------------*/
.about-shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.thumb-about {
  text-align: center;
  border-right: 1px solid #e7e7e9;
  border-bottom: 1px solid #e7e7e9;
  padding: 40px 0 30px 0;
}
@media (min-width: 575px) {
  .thumb-about:nth-child(3n+3) {
    border-right: none;
  }
  .thumb-about:nth-child(n+4) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .thumb-about:nth-child(-n+3) {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .thumb-about:nth-child(2n+2) {
    border-right: none;
  }
  .thumb-about:nth-child(n+5) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .thumb-about:nth-child(-n+2) {
    padding-top: 0;
  }
}
.thumb-about img {
  margin-bottom: 10px;
}
.thumb-about .text-title {
  margin-bottom: 0;
}

.thumb-about-style2 {
  background-color: var(--smoke-color);
  padding: 35px 10px;
  transition: all ease 0.4s;
}
.thumb-about-style2 .text-title {
  margin-bottom: -0.4em;
  transition: all ease 0.4s;
  color: var(--title-color) !important;
}
.thumb-about-style2 img {
  height: 80px;
  margin-bottom: 15px;
  transition: all ease 0.4s;
}
.thumb-about-style2:hover {
  background-color: var(--theme-color);
}
.thumb-about-style2:hover .text-title {
  color: var(--white-color) !important;
}
.thumb-about-style2:hover img {
  filter: invert(0) brightness(10);
}

.about-morp-shape {
  --shape-size: 550px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--shape-size);
  height: var(--shape-size);
  margin: calc(var(--shape-size) / -2) 0 0 calc(var(--shape-size) / -2);
  z-index: -1;
  animation: border-transform 10s linear infinite alternate forwards;
}

.about-media .media-body > *:last-child {
  margin-bottom: 0;
}

.about-media-wrap {
  gap: 45px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.custom-about1 .vs-btn:after {
  display: none;
}
.custom-about1 .vs-btn:hover {
  background-color: var(--title-color);
}

.dotted-list {
  --dotted-size: 10px;
  margin-bottom: 40px;
}
.dotted-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dotted-list li {
  padding-left: 20px;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  width: max-content;
  max-width: 100%;
}
.dotted-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: var(--dotted-size, 10px);
  height: var(--dotted-size, 10px);
  border-radius: 50%;
  background-color: var(--theme-color);
}

.offer-pill {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 182px;
  height: 182px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  --border-pill: -10px;
}
.offer-pill:before {
  content: "";
  position: absolute;
  left: var(--border-pill);
  right: var(--border-pill);
  top: var(--border-pill);
  bottom: var(--border-pill);
  border: 2px dashed var(--white-color);
  border-radius: inherit;
  animation: morpspin 30s linear infinite;
}
.offer-pill .offer-number {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.offer-pill .offer-text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: inherit;
  margin-bottom: 0;
}

.story-media {
  padding-left: var(--p-start, 120px);
  position: relative;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 34px;
  margin-bottom: 33px;
}
.story-media:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  border-bottom: inherit;
}
.story-media .story-year {
  color: var(--theme-color);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 30px;
  font-weight: 600;
}
.story-media .story-text {
  font-size: 16px;
  margin-bottom: 11px;
  margin-top: -0.4em;
}
.story-media .story-author {
  font-weight: 600;
  margin-bottom: 0;
  color: var(--title-color);
}
.story-media .degi {
  color: var(--body-color);
  margin-left: 7px;
  font-size: 14px;
  font-weight: 400;
}
.story-media .degi:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: currentColor;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  top: -1px;
}
.story-media:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 21px;
}

.exp-box {
  padding: 50px;
  border-radius: 10px;
  background-color: var(--white-color);
  z-index: 1;
  position: relative;
}
.exp-box:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: var(--theme-color);
  z-index: -1;
  border-radius: inherit;
}
.exp-box .exp-number {
  font-size: 60px;
  margin-top: -10px;
  margin-bottom: 5px;
  line-height: 1;
  color: var(--white-color);
  font-family: var(--title-font);
  display: block;
}
.exp-box .exp-title {
  font-size: 18px;
  color: var(--white-color);
  margin: 0;
  font-family: var(--title-font);
}

.image-box4 {
  position: relative;
  padding-bottom: 80px;
}
.image-box4 .exp-box {
  position: absolute;
  right: -1px;
  bottom: 0;
  z-index: 1;
}
.image-box4 .img-2 {
  display: inline-block;
  padding: 9px;
  background-color: var(--white-color);
  position: absolute;
  right: -135px;
  bottom: 125px;
  z-index: 2;
  border-radius: 50%;
}
.image-box4 .img-2 img {
  border-radius: inherit;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .about-content.text-center.pl-50.ml-10 {
    padding-left: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .thumb-about {
    padding: 25px 0 25px 0;
  }
  .thumb-about .text-title {
    font-size: 14px;
  }
  .about-media-wrap {
    padding-top: 0;
  }
  .about-morp-shape {
    --shape-size: 400px;
  }
  .story-media {
    --p-start: 0;
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
  .story-media .story-year {
    position: relative;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .story-media .story-text {
    margin-bottom: 10px;
  }
  .thumb-about-style2 {
    border-right: none;
  }
  .image-box4 {
    padding-bottom: 50px;
  }
  .image-box4 .img-2 {
    width: 150px;
    height: 150px;
    right: -1px;
    bottom: auto;
    top: -1px;
    padding: 1px 1px 8px 8px;
    border-radius: 0;
  }
  .image-box4 .img-1 img {
    width: 100%;
  }
  .image-box4 .exp-box {
    bottom: -1px;
    padding: 30px 50px;
  }
  .image-box4 .exp-box .exp-number {
    font-size: 42px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .about-media-wrap {
    gap: 30px;
  }
  .about-content.ps-lg-4.ps-xl-0 p br {
    display: none;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-morp-shape {
    --shape-size: 250px;
  }
  .offer-pill {
    right: 50%;
    width: 130px;
    height: 130px;
    --border-pill: -5px;
  }
  .offer-pill .offer-number {
    font-size: 18px;
  }
  .offer-pill .offer-text {
    font-size: 12px;
  }
  .dotted-list li {
    line-height: 1.6;
  }
  .dotted-list li::before {
    top: 10px;
  }
  .image-box4 .img-2 {
    width: 100px;
    height: auto;
    padding: 1px 1px 8px 8px;
  }
}
/*------------------- 4.11. Price Plan  -------------------*/
.price-list {
  width: 390px;
  max-width: 100%;
}
.price-list ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style-type: none;
}
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  transition: all ease 0.4s;
}
.price-list .border-middle {
  border: 1px dashed #bcbcbc;
  flex: 1 0 0%;
  width: 100%;
  height: 1px;
  background-color: var(--white-color);
  margin: 3px 20px 0 25px;
  opacity: 0.6;
}
.price-list .price,
.price-list .package {
  margin: 0;
  font-weight: 500;
}

.price-plan-slide .slick-arrow {
  --pos-x: 130px;
  --title-color: #fff;
}

.price-list-box {
  position: relative;
  --space-x: 70px;
  --space-y: 70px;
}
.price-list-box .price-content {
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.9) 100%);
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: var(--space-y) var(--space-x);
  box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all ease 0.6s;
  transform: scaleY(0.5);
  transform-origin: 0 0;
}
.price-list-box .price-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--space-y);
  top: var(--space-y);
  z-index: -1;
}
.price-list-box .price-title {
  margin-top: -0.27em;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.price-list-box .vs-btn,
.price-list-box .price-list li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all ease 0.4s;
}

.slick-active .price-list-box .price-content {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.slick-active .price-list-box .price-title {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}
.slick-active .price-list-box .vs-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s;
  transform: translateY(0);
}
.slick-active .price-list-box .price-list li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.slick-active .price-list-box .price-list li:nth-of-type(1) {
  transition-delay: 0.2s;
}
.slick-active .price-list-box .price-list li:nth-of-type(2) {
  transition-delay: 0.3s;
}
.slick-active .price-list-box .price-list li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.slick-active .price-list-box .price-list li:nth-of-type(4) {
  transition-delay: 0.5s;
}
.slick-active .price-list-box .price-list li:nth-of-type(5) {
  transition-delay: 0.6s;
}
.slick-active .price-list-box .price-list li:nth-of-type(6) {
  transition-delay: 0.7s;
}
.slick-active .price-list-box .price-list li:nth-of-type(7) {
  transition-delay: 0.8s;
}
.slick-active .price-list-box .price-list li:nth-of-type(8) {
  transition-delay: 0.9s;
}
.slick-active .price-list-box .price-list li:nth-of-type(9) {
  transition-delay: 1s;
}
.slick-active .price-list-box .price-list li:nth-of-type(10) {
  transition-delay: 1.1s;
}

.price-grid {
  position: relative;
  text-align: center;
  padding: 60px 45px 13px 45px;
  margin: 3px 0;
}
.price-grid:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.price-grid .price-shape:after, .price-grid .price-shape:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 30px;
  right: 30px;
  height: 12px;
  background-color: var(--theme-color);
  z-index: 3;
}
.price-grid .price-shape:after {
  top: auto;
  bottom: -3px;
}
.price-grid .price-shape3:after, .price-grid .price-shape3:before,
.price-grid .price-shape2:after,
.price-grid .price-shape2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: var(--white-color);
  transition: width ease 0.4s, border-color ease 0.7s;
  z-index: 1;
  border-width: 1px 0 1px 1px;
  border-color: #e4e4e4;
  border-style: solid;
}
.price-grid .price-shape3:after,
.price-grid .price-shape2:after {
  border-width: 1px 1px 1px 0;
  left: auto;
  right: 0;
}
.price-grid .price-shape3:after, .price-grid .price-shape3:before {
  z-index: 1;
  background-color: transparent;
  top: 6px;
  height: calc(100% - 12px);
  left: 6px;
}
.price-grid .price-shape3:after {
  right: 6px;
  left: auto;
}
.price-grid .price-list,
.price-grid .package-name,
.price-grid .price-icon {
  position: relative;
  z-index: 4;
}
.price-grid .package-name {
  color: var(--title-color);
  font-size: 22px;
  transition: all ease 0.4s;
}
.price-grid .price-icon {
  margin-bottom: 25px;
}
.price-grid .price-list .border-middle {
  border-color: var(--body-color);
  background-color: transparent;
  transition: all ease 0.4s;
}
.price-grid .price-list .price,
.price-grid .price-list .package {
  font-size: 16px;
  color: var(--body-color);
  transition: all ease 0.4s;
}

.slick-slide .price-grid {
  margin: 3px 0;
}

.price-touch {
  margin-bottom: 38px;
}

.slick-center .price-grid .price-list .border-middle,
.price-grid:hover .price-list .border-middle {
  border-color: #cccccc;
}
.slick-center .price-grid .price-list .price,
.slick-center .price-grid .price-list .package,
.price-grid:hover .price-list .price,
.price-grid:hover .price-list .package {
  color: #cccccc;
}
.slick-center .price-grid .package-name,
.price-grid:hover .package-name {
  color: var(--white-color);
}
.slick-center .price-grid .price-shape3:after, .slick-center .price-grid .price-shape3:before,
.slick-center .price-grid .price-shape2:after,
.slick-center .price-grid .price-shape2:before,
.price-grid:hover .price-shape3:after,
.price-grid:hover .price-shape3:before,
.price-grid:hover .price-shape2:after,
.price-grid:hover .price-shape2:before {
  width: 0;
  border-color: transparent;
}

/* Extra small devices */
@media (max-width: 575px) {
  .price-grid .price-list .border-middle {
    border-color: #cccccc;
  }
  .price-grid .price-list .price,
  .price-grid .price-list .package {
    color: #cccccc;
  }
  .price-grid .package-name {
    color: var(--white-color);
  }
  .price-grid .price-shape3:after, .price-grid .price-shape3:before,
  .price-grid .price-shape2:after,
  .price-grid .price-shape2:before {
    width: 0;
    border-color: transparent;
  }
}
.vs-price-morp {
  position: relative;
  --border-space: 5px;
}
.vs-price-morp.mb-50:last-child {
  margin-bottom: 0;
}
.vs-price-morp:nth-child(even) .price-img img {
  animation-delay: 1s;
}
.vs-price-morp .price-text {
  margin-bottom: 35px;
}
.vs-price-morp .price-pack {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: var(--white-color);
  transform: translate(0%, -50%);
  padding: 40px 24px 28px 24px;
}
.vs-price-morp .price-pack:before {
  content: "";
  position: absolute;
  top: var(--border-space);
  right: var(--border-space);
  bottom: var(--border-space);
  left: var(--border-space);
  border: 1px solid #e4e4e4;
}
.vs-price-morp .pack-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 23px;
}
.vs-price-morp .pack-table {
  width: 320px;
  max-width: 100%;
  font-size: 16px;
  padding: 22px;
  color: var(--body-color);
  margin-bottom: 0;
  text-align: left;
}
.vs-price-morp .pack-table td {
  border: none;
  padding-left: 25px;
  padding-right: 25px;
  color: var(--title-color);
}
.vs-price-morp .pack-table td:nth-child(even) {
  color: var(--theme-color);
  text-align: right;
  font-weight: 700;
}
.vs-price-morp .pack-table > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #f6f6f6;
  color: var(--body-color);
}

.vs-carousel .vs-price-morp .price-content .vs-btn,
.vs-carousel .vs-price-morp .price-title,
.vs-carousel .vs-price-morp .price-text,
.vs-carousel .vs-price-morp .price-pack {
  transition: transform ease 0.6s, opacity ease 0.3s, visibility ease 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(200%);
}
.vs-carousel .vs-price-morp .price-pack {
  transform: translate(-200%, -50%);
}
.vs-carousel .slick-active.vs-price-morp .price-content .vs-btn,
.vs-carousel .slick-active.vs-price-morp .price-title,
.vs-carousel .slick-active.vs-price-morp .price-text,
.vs-carousel .slick-active.vs-price-morp .price-pack {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.vs-carousel .slick-active.vs-price-morp .price-pack {
  transform: translate(0%, -50%);
}

.price-card {
  padding: var(--card-space-y, 70px) var(--card-space-x, 70px);
}
.price-card .price-list {
  width: 100%;
}
.price-card .price-title {
  margin-bottom: 15px;
  margin-top: -0.3em;
}

.tabs-style1 li {
  margin: 0 0;
  background-color: var(--white-color);
}
.tabs-style1 a {
  padding: 17px 33px;
  color: var(--body-color);
  font-weight: 700;
  position: relative;
  display: inline-block;
  background-color: rgba(173, 136, 88, 0.17);
}
.tabs-style1 a:hover, .tabs-style1 a.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.vs-pricing-layout2 .vs-price {
  font-size: 80px;
  line-height: 1;
  position: relative;
  color: var(--theme-color);
}
.vs-pricing-layout2 .vs-price sub {
  font-size: 24px;
  position: relative;
  bottom: 0;
}
.vs-pricing-layout2 .vs-price-head {
  position: relative;
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: 30px;
  margin-bottom: 63px;
}
.vs-pricing-layout2 .vs-price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 43px;
}
.vs-pricing-layout2 .vs-price-list li {
  display: block;
  clear: both;
  margin: 15px 0;
  padding-right: 40px;
  margin-bottom: 20px;
  position: relative;
}
.vs-pricing-layout2 .vs-price-list li:after {
  content: "\f00c";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: -6px;
  background-color: var(--white-color);
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--theme-color);
  z-index: 1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.vs-pricing-layout2 .vs-price-box {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 80px;
  padding-top: 74px;
  border-bottom: 10px solid transparent;
  transition: all ease 0.4s;
}
.vs-pricing-layout2 .vs-price-box[data-overlay=theme]:before {
  opacity: 0.17;
  z-index: -1;
  transition: all ease 0.4s;
  bottom: -10px;
}
.vs-pricing-layout2 .vs-price-box:hover {
  border-color: var(--theme-color);
}
.vs-pricing-layout2 .vs-price-box:hover .vs-price-list li:after {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-pricing-layout2 .vs-price-box:hover::before {
  opacity: 0;
  visibility: hidden;
}
.vs-pricing-layout2 .tab-pane .vs-price-box {
  border-color: var(--theme-color);
}
.vs-pricing-layout2 .tab-pane .vs-price-box:hover {
  border-color: var(--theme-color);
}
.vs-pricing-layout2 .tab-pane .vs-price-box:hover .vs-price-list li:after {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.vs-pricing-layout2 .tab-pane .vs-price-box:hover::before {
  opacity: 0.17;
  visibility: visible;
}

.inner-label {
  padding: 0px 5px;
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 6px;
  font-weight: 700;
  margin: 0 5px;
}

.price-list-style1 {
  border-radius: 0;
  padding: 66px 60px;
  background-color: var(--white-color);
}
.price-list-style1 a {
  color: inherit;
}
.price-list-style1 .vs-price-list {
  margin-bottom: 20px;
  display: flex;
}
.price-list-style1 .vs-price-list:last-child {
  margin-bottom: 0;
}
.price-list-style1 .vs-price-list:hover .media-img img {
  transform: scale(1.3) rotate(15deg);
}
.price-list-style1 .media-img {
  overflow: hidden;
  border-radius: 7px;
  width: max-content;
  max-width: 100%;
}
.price-list-style1 .media-img img {
  transition: all ease 0.4s;
  transform: scale(1) rotate(0);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .price-plan-slide .slick-arrow {
    --pos-x: 50px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .price-grid .price-list .border-middle {
    margin: 3px 10px 0 10px;
  }
  .vs-price-morp .pack-table {
    width: 290px;
  }
  .vs-price-morp .vs-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .vs-price-morp .price-content .vs-btn,
  .vs-price-morp .price-title,
  .vs-price-morp .price-text {
    transform: translateX(0);
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .price-list-box {
    --space-x: 40px;
    --space-y: 40px;
  }
  .price-list-box .price-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .price-list-style1 {
    padding: 26px;
  }
  .price-card {
    --card-space-y: 40px;
    --card-space-x: 40px;
  }
  .price-card .price-title {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .price-card .price-list ul {
    margin-bottom: 30px;
  }
  .vs-pricing-layout2 .vs-price-box {
    padding: 40px;
    padding-top: 34px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .price-grid {
    padding: 60px 30px 13px 30px;
  }
  .price-grid .price-list {
    margin-top: 0;
  }
  .vs-price-morp .price-pack {
    top: 30%;
  }
  .tabs-style1 a {
    padding: 12px 20px;
  }
  .vs-pricing-layout2 .vs-price-box {
    padding: 40px 20px;
  }
  .vs-pricing-layout2 .vs-price {
    font-size: 42px;
    bottom: -2px;
  }
  .vs-pricing-layout2 .package-name {
    font-size: 18px;
  }
  .vs-pricing-layout2 .vs-price-head {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .vs-pricing-layout2 .vs-price-list {
    margin-bottom: 23px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .price-list {
    width: 100%;
  }
  .price-list ul {
    margin: 0 0 30px 0;
  }
  .price-list li {
    margin-bottom: 5px;
  }
  .price-list .border-middle {
    margin: 3px 10px 0 10px;
  }
  .price-list .price,
  .price-list .package {
    font-size: 16px;
  }
  .price-list-box {
    --space-x: 20px;
    --space-y: 30px;
  }
  .price-list-box .vs-btn {
    font-size: 14px;
    padding: 21px 21px;
  }
  .price-list-box .price-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .price-list-box .price-img {
    position: relative;
    height: 300px;
    width: 100%;
    bottom: 0;
    top: 0;
  }
  .price-list-box .price-content {
    width: 100%;
  }
  .price-list-box .price-list ul {
    margin: 0 0 25px 0;
  }
  .price-list-box .price-content,
  .price-list-box .vs-btn,
  .price-list-box .price-title,
  .price-list-box .price-list li {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .price-card {
    --card-space-y: 30px;
    --card-space-x: 20px;
  }
  .price-card .price-title {
    font-size: 24px;
  }
  .price-card .price-list ul {
    margin-bottom: 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .vs-price-morp .price-pack {
    position: relative;
    left: 0;
    top: 0;
    transform: none !important;
    padding: 30px 14px 18px 14px;
  }
  .vs-price-morp .pack-table {
    font-size: 14px;
    padding: 10px;
    width: 100%;
  }
  .vs-price-morp .pack-table td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vs-price-morp .price-text {
    margin-bottom: 25px;
  }
  .vs-price-morp .pack-title {
    font-size: 20px;
  }
  .price-list-style1 .media-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .price-list-style1 .vs-price-list {
    margin-bottom: 35px;
    display: block;
  }
  .price-list-style1 .vs-price-list:last-child {
    margin-bottom: 20;
  }
}
/*------------------- 4.12. Subscribe  -------------------*/
.subscribe-box {
  position: relative;
  --btn-size: 60px;
}
.subscribe-box input {
  border: none;
  background-color: var(--white-color);
  height: 90px;
  border-radius: 0;
  padding-left: 30px;
}
.subscribe-box input::-moz-placeholder {
  color: var(--title-color);
}
.subscribe-box input::-webkit-input-placeholder {
  color: var(--title-color);
}
.subscribe-box input:-ms-input-placeholder {
  color: var(--title-color);
}
.subscribe-box input::placeholder {
  color: var(--title-color);
}
.subscribe-box input:focus {
  background-color: var(--white-color);
}
.subscribe-box button {
  position: absolute;
  right: 30px;
  top: 50%;
  width: var(--btn-size);
  height: var(--btn-size);
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--theme-color);
  border: 2px solid var(--theme-color);
  background-color: transparent;
  overflow: hidden;
}
.subscribe-box button .default {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.2s;
}
.subscribe-box button .hidden {
  position: absolute;
  left: 140%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
  z-index: 2;
}
.subscribe-box button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.subscribe-box.focus button .hidden {
  left: 50%;
  opacity: 1;
  visibility: visible;
}
.subscribe-box.focus button .default {
  opacity: 0;
  visibility: hidden;
}

.subscribe-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  max-width: 100%;
  width: 1345px;
  height: 564px;
  max-height: 100%;
  /* Hight Resoulation devices */
}
@media (min-width: 1922px) {
  .subscribe-shape {
    width: 70%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .subscribe-shape {
    width: 1000px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .subscribe-box.ms-xl-1.mt-40 {
    margin-top: 0;
  }
  .subscribe-shape {
    width: 800px;
    height: 508px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .subscribe-shape {
    width: 100%;
    height: 100%;
  }
  .subscribe-layout1 {
    padding-bottom: 80px;
  }
  .subscribe-box {
    --btn-size: 50px;
  }
  .subscribe-box input {
    height: 70px;
    padding-left: 30px;
  }
  .subscribe-box button {
    right: 12px;
    font-size: 16px;
  }
}
/*------------------- 4.13. Team  -------------------*/
.team-grid {
  position: relative;
  text-align: center;
  --box-space: 20px;
  --translate: -40px;
}
.team-grid:after, .team-grid:before {
  content: "";
  position: absolute;
  left: calc(var(--box-space) + var(--bs-gutter-x) / 2);
  right: calc(var(--box-space) + var(--bs-gutter-x) / 2);
  top: var(--box-space);
  height: calc(50% - var(--box-space));
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  transition: all ease 0.4s;
  transform: scale(0);
  transform-origin: 100% 0;
}
.team-grid:after {
  top: auto;
  transform-origin: 0 100%;
  bottom: var(--box-space);
}
.team-grid .team-number,
.team-grid .team-degi,
.team-grid .team-name {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: translateY(var(--translate));
}
.team-grid .team-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: max-content;
  transform: translate(-50%, -50%);
}
.team-grid .team-name {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 3px;
  color: var(--white-color);
}
.team-grid .team-degi {
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.team-grid .team-number {
  font-size: 16px;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 500;
  --translate: 40px;
}
.team-grid .team-number i {
  margin-right: 7px;
  display: inline-block;
}
.team-grid .team-number a {
  color: inherit;
}
.team-grid .team-number a:hover {
  text-decoration: underline;
}
.team-grid .team-img {
  overflow: hidden;
}
.team-grid .team-img img {
  transform: scale(1);
  transition: all ease 0.4s;
}
.team-grid:hover:after, .team-grid:hover:before {
  transform: scaleY(1);
}
.team-grid:hover .team-img img {
  transform: scale(1.1);
}
.team-grid:hover .team-number,
.team-grid:hover .team-degi,
.team-grid:hover .team-name {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.team-grid:hover .team-degi {
  transition-delay: 0.4s;
}
.team-grid:nth-child(even) {
  transform: scale(0.8);
}
.team-grid:nth-child(even) .team-degi {
  font-size: 20px;
}

.team-masked {
  text-align: center;
  margin-bottom: 22px;
}
.team-masked .team-toggler-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  transition: all ease 0.4s;
  font-size: 20px;
  color: var(--title-color);
  position: absolute;
  bottom: 0;
  color: var(--theme-color);
  left: 50%;
  transform: translate(-50%, 20px);
}
.team-masked .team-toggler-btn .default {
  opacity: 1;
  visibility: visible;
}
.team-masked .team-toggler-btn .hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.team-masked .team-toggler-btn:hover, .team-masked .team-toggler-btn.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.team-masked .team-toggler-btn.active .default {
  opacity: 0;
  visibility: hidden;
}
.team-masked .team-toggler-btn.active .hidden {
  opacity: 1;
  visibility: visible;
}
.team-masked .team-social {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0);
}
.team-masked .team-social a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  margin-bottom: 5px;
  font-size: 16px;
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
}
.team-masked .team-social.show a {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-masked .team-img {
  width: 100%;
  height: 100%;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  overflow: hidden;
}
.team-masked .team-img img {
  width: 100%;
  transform: scale(1);
  transition: all ease 0.4s;
}
.team-masked .team-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
  mask-image: inherit;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: cover;
  transition: all ease 0.4s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.team-masked .team-header {
  position: relative;
  margin-bottom: 40px;
}
.team-masked .toggled .team-img::before {
  opacity: 1;
  visibility: visible;
}
.team-masked .team-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-masked .team-degi {
  font-weight: 400;
  color: var(--theme-color);
  font-size: 14px;
  margin-bottom: 5px;
}
.team-masked .team-number {
  font-weight: 500;
  font-size: 16px;
}
.team-masked .team-number a {
  font-weight: 700;
}
.team-masked .team-number a i {
  color: var(--theme-color);
}
.team-masked:hover .team-img img {
  transform: scale(1.2);
}

.vs-team-info {
  margin-bottom: 28px;
  margin-top: 23px;
  max-width: 350px;
}
.vs-team-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vs-team-info li {
  color: var(--title-color);
  font-weight: 600;
  margin-bottom: 11px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}
.vs-team-info li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.vs-team-info li span {
  float: right;
  font-weight: 400;
}

.team-details-shape {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, var(--theme-color) 0%, var(--theme-color) 100%);
  opacity: 0.05;
}

.team-details-content .member-degi {
  font-weight: 500;
  color: var(--theme-color);
}

.team-details-shape {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, var(--theme-color) 0%, var(--theme-color) 100%);
  opacity: 0.05;
}

.team-details-content .member-degi {
  font-weight: 500;
  color: var(--theme-color);
}

.vs-team-layout2 a {
  color: inherit;
}
.vs-team-layout2 .vs-team-content {
  position: relative;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 30px;
}
.vs-team-layout2 .plus-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: var(--theme-color);
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -22.5px;
  margin-left: -22.5px;
  color: var(--white-color);
  margin-top: 0;
  transition: all ease 0.4s;
  opacity: 1;
  visibility: visible;
}
.vs-team-layout2 .social-links {
  position: absolute;
  left: 0;
  top: -22.5px;
  width: 100%;
  text-align: center;
  transition: all ease 0.4s;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
}
.vs-team-layout2 .social-links a {
  background-color: var(--white-color);
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  box-shadow: 0px 10px 25px 0px rgba(173, 136, 88, 0.2);
}
.vs-team-layout2 .social-links a:last-child {
  margin-right: 0;
}
.vs-team-layout2 .social-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-team-layout2 .vs-team-degi {
  color: var(--theme-color);
}
.vs-team-layout2 .vs-team {
  background-color: var(--white-color);
  margin-bottom: 30px;
  box-shadow: 0px 16px 32px 0px rgba(173, 136, 88, 0.08);
}
.vs-team-layout2 .vs-team:hover .plus-icon {
  margin-top: -20px;
  opacity: 0;
  visibility: visible;
}
.vs-team-layout2 .vs-team:hover .social-links {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .team-grid .team-name {
    font-size: 22px;
  }
  .team-grid .team-degi {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .team-grid .team-number {
    font-size: 16px;
  }
  .team-grid:nth-child(2n) {
    transform: scale(1);
  }
  .team-masked .team-name {
    font-size: 24px;
  }
  .team-masked .team-degi {
    font-size: 14px;
    margin-bottom: 0;
  }
  .team-masked .team-number {
    font-size: 14px;
  }
  .team-details-shape {
    right: 0;
  }
}
/*------------------- 4.14. Testimonial  -------------------*/
.vs-testimonial {
  text-align: center;
}
.vs-testimonial .quote-icon {
  display: inline-block;
  margin-bottom: 40px;
}
.vs-testimonial .author-name {
  display: inline-block;
  margin-bottom: 0;
  font-size: 20px;
}
.vs-testimonial .testimonial-desc {
  margin-bottom: 22px;
}
.vs-testimonial .testimonial-desc p {
  font-size: 24px;
  line-height: 1.6;
}
.vs-testimonial .author-degi {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  display: inline-block;
  margin-left: 6px;
}
.vs-testimonial .author-degi:before {
  content: "-";
  margin-right: 5px;
}

.avater-fly.slick-slider,
.avater-fly .slick-track,
.avater-fly .slick-list {
  overflow: visible;
  position: static;
  transform: none !important;
}
.avater-fly .avater {
  position: absolute;
  cursor: pointer;
  height: auto;
  opacity: 0;
  visibility: visible;
  animation: moving linear infinite 14s;
}
.avater-fly .avater:nth-child(-n+5) {
  opacity: 1;
  visibility: visible;
}
.avater-fly .avater:nth-child(1) {
  left: 70px;
  top: -35px;
  animation-delay: 3s;
}
.avater-fly .avater:nth-child(2) {
  right: 82px;
  top: -30px;
  animation-delay: 1s;
}
.avater-fly .avater:nth-child(3) {
  left: 12px;
  top: 130px;
  animation-delay: 1s;
}
.avater-fly .avater:nth-child(4) {
  right: 12px;
  bottom: 75px;
  animation-delay: 6s;
}
.avater-fly .avater:nth-child(5) {
  left: 82px;
  bottom: 75px;
  animation-delay: 3s;
  animation-direction: reverse;
}

.testimonial-arrow {
  padding-top: 50px;
}
.testimonial-arrow .slick-arrow {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.vs-testimonial-box {
  --quote-size: 80px;
  margin-top: calc(var(--quote-size) / 2);
  border: 1px solid rgb(228, 228, 228);
  border-top: 10px solid var(--theme-color);
  background-color: var(--white-color);
  text-align: center;
  box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.03);
  padding: 0 40px 30px 40px;
  margin-bottom: 30px;
}
.vs-testimonial-box .testimonial-text {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: var(--title-color);
  font-style: italic;
  margin-bottom: 10px;
}
.vs-testimonial-box .author-name {
  font-weight: 600;
  margin-bottom: 3px;
}
.vs-testimonial-box .testimonial-rating {
  color: var(--yellow-color);
  font-size: 14px;
}
.vs-testimonial-box .testimonial-rating i {
  margin: 0 1px;
}
.vs-testimonial-box .quote-icon {
  width: var(--quote-size);
  height: var(--quote-size);
  line-height: calc(var(--quote-size) - 2px);
  text-align: center;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin: calc(var(--quote-size) / -1.6) auto 18px auto;
}

.quote-icon-style1 {
  color: var(--theme-color);
  position: relative;
  padding-bottom: 54px;
  margin-bottom: 45px;
  display: inline-block;
  line-height: 1;
}
.quote-icon-style1:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: var(--theme-color);
  z-index: -1;
  opacity: 0.2;
  top: -10px;
  right: -25px;
}
.quote-icon-style1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  border-radius: 50%;
  width: 100px;
  margin-left: -50px;
  background-color: var(--theme-color);
  opacity: 0.3;
}
.quote-icon-style1.text-white:before, .quote-icon-style1.text-white:after {
  background-color: var(--white-color);
  opacity: 1;
}
.quote-icon-style1.has-white-shape:after {
  background-color: #ffffff;
  opacity: 1;
}
.quote-icon-style1.has-white-shape::before {
  background-color: var(--theme-color);
  opacity: 0.3;
}

.testimonial-avater-style1 {
  width: 100%;
  max-width: 250px;
  padding: 0 10px;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.testimonial-avater-style1 .author-img {
  width: 70px;
  height: 70px;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 10px 28px 0px rgba(249, 163, 146, 0.3);
  margin: 0 2px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all ease 0.4s;
  transform: scale(0.99);
}
.testimonial-avater-style1 .author-img img {
  border-radius: inherit;
}
.testimonial-avater-style1 .author-img:not(.slick-center) {
  background-color: transparent;
  box-shadow: none;
  transform: scale(0.8);
  margin-top: 2px;
  transform-origin: 50% 50%;
}
.testimonial-avater-style1 .author-img:not(.slick-center):hover {
  background-color: var(--theme-color);
}

.testimonial-author-style1 {
  margin: 0 0 15px 0;
}

.testimonial-border-line {
  margin-bottom: 15px;
  margin-top: 0;
  position: relative;
}
.testimonial-border-line .border-css {
  width: calc(100% - 180px);
  height: 2px;
  margin: 0 auto;
  background-color: var(--smoke-color);
  display: block;
}
.testimonial-border-line .border-css:after, .testimonial-border-line .border-css:before {
  content: "";
  position: absolute;
  width: 80px;
  top: 0;
  height: 2px;
  left: 50%;
  margin-left: -40px;
  background-color: var(--theme-color);
}
.testimonial-border-line .border-css:after {
  content: "";
  border-bottom: 2px solid var(--theme-color);
  border-left: 2px solid var(--theme-color);
  width: 20px;
  height: 20px;
  margin-left: -12px;
  background-color: #fff;
  margin-top: -9px;
  transform: rotate(-45deg);
}

.testimonial-avater-style2.slick-slider,
.testimonial-avater-style2 .slick-track,
.testimonial-avater-style2 .slick-list {
  overflow: visible;
  position: static;
  transform: none !important;
}
.testimonial-avater-style2 .author-img {
  position: absolute;
  width: 110px;
  height: 110px;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.testimonial-avater-style2 .author-img img {
  border-radius: 50%;
}
.testimonial-avater-style2 .slick-slide {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 3;
  --moving-ani-duration: 14s;
}
.testimonial-avater-style2 .slick-slide:nth-child(1) {
  top: 140px;
  left: 11%;
  opacity: 1;
  visibility: visible;
  animation-delay: 5s;
}
.testimonial-avater-style2 .slick-slide:nth-child(2) {
  width: 80px;
  height: 80px;
  top: auto;
  bottom: 120px;
  left: 17%;
  opacity: 1;
  visibility: visible;
}
.testimonial-avater-style2 .slick-slide:nth-child(3) {
  width: 100px;
  height: 100px;
  left: auto;
  right: 12%;
  top: 15%;
  opacity: 1;
  visibility: visible;
  animation-delay: 7s;
}
.testimonial-avater-style2 .slick-slide:nth-child(4) {
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  left: auto;
  right: 15%;
  opacity: 1;
  visibility: visible;
  animation-delay: 4s;
}
.testimonial-avater-style2 .slick-slide:nth-child(5) {
  width: 100px;
  height: 100px;
  top: auto;
  bottom: 65px;
  left: auto;
  right: 4%;
  opacity: 1;
  visibility: visible;
  animation-delay: 8s;
}

/* Medium devices */
@media (max-width: 991px) {
  .quote-icon-style1 {
    padding-bottom: 30px;
    margin-bottom: 25px;
    font-size: 3em;
  }
  .quote-icon-style1:before {
    width: 50px;
    height: 50px;
    top: -3px;
    right: -25px;
  }
  .testimonial-border-line {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .testimonial-avater-style2 .slick-slide:nth-child(2) {
    bottom: 4%;
    left: 5%;
  }
  .testimonial-avater-style2 .slick-slide:nth-child(3) {
    right: 4%;
    top: 8%;
  }
  .testimonial-avater-style2 .slick-slide:nth-child(4) {
    right: 1%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .testimonial-border-line {
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .avater-fly .avater:nth-child(1) {
    left: 50px;
    top: 30px;
    width: 80px;
  }
  .avater-fly .avater:nth-child(2) {
    right: 0px;
    top: 0;
    width: 90px;
  }
  .avater-fly .avater:nth-child(3) {
    left: 50px;
    top: 230px;
    width: 80px;
  }
  .avater-fly .avater:nth-child(4) {
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
  }
  .avater-fly .avater:nth-child(5) {
    left: 82px;
    width: 90px;
    bottom: -50px;
  }
  .vs-testimonial-box {
    --quote-size: 60px;
    padding: 0 30px 30px 30px;
  }
  .vs-testimonial-box .testimonial-text {
    font-size: 20px;
    line-height: 32px;
  }
  .vs-testimonial-box .author-name {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-testimonial .testimonial-desc {
    margin-bottom: 0;
  }
  .vs-testimonial .testimonial-desc p {
    font-size: 20px;
    line-height: 1.6;
  }
  .vs-testimonial .quote-icon {
    margin-bottom: 20px;
  }
  .vs-testimonial .author-degi {
    font-size: 14px;
    margin-left: 6px;
  }
  .vs-testimonial .author-name {
    font-size: 22px;
  }
  .testimonial-arrow {
    padding-top: 20px;
  }
  .vs-testimonial-box .testimonial-text {
    font-size: 14px;
    line-height: 24px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-testimonial .author-name {
    display: block;
    font-size: 20px;
  }
  .vs-testimonial .author-degi {
    font-size: 14px;
    margin-left: 0;
  }
  .vs-testimonial .author-degi:before {
    display: none;
  }
  .vs-testimonial .testimonial-desc p {
    font-size: 18px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .vs-testimonial-box {
    padding: 0 10px 30px 10px;
  }
  .vs-testimonial-box .testimonial-text {
    font-size: 18px;
    line-height: 28px;
  }
  section.vs-testimonial-wrapper > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*------------------- 4.15. Package  -------------------*/
.packages-layout1 {
  position: relative;
  margin-top: 50px;
}

.offer-pill-2 {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 1;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  --border-pill: -10px;
}
.offer-pill-2:before {
  content: "";
  position: absolute;
  left: var(--border-pill);
  right: var(--border-pill);
  top: var(--border-pill);
  bottom: var(--border-pill);
  border: 2px dashed var(--white-color);
  border-radius: inherit;
  animation: morpspin 30s linear infinite;
}
.offer-pill-2 .price-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.offer-pill-2 .price {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: 4px;
}

.package-thumb {
  position: relative;
  cursor: pointer;
}
.package-thumb:after, .package-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.9;
  transition: all ease 0.4s;
}
.package-thumb:after {
  left: auto;
  right: 0;
}
.package-thumb .thumb-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--white-color);
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
  font-size: 28px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.package-thumb:hover:before, .package-thumb:hover:after,
.slick-current .package-thumb:before,
.slick-current .package-thumb:after {
  width: 50%;
}
.package-thumb:hover .thumb-icon,
.slick-current .package-thumb .thumb-icon {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .packages-layout1 {
    margin-top: 0;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .offer-pill-2 {
    right: 30px;
    top: 30px;
    width: 120px;
    height: 120px;
    --border-pill: -5px;
  }
  .offer-pill-2 .price {
    font-size: 20px;
    margin-top: 4px;
  }
  .offer-pill-2 .price-label {
    font-size: 12px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .offer-pill-2 {
    right: 30px;
    top: 30px;
    width: 120px;
    height: 120px;
    --border-pill: -5px;
  }
  .offer-pill-2 .price {
    font-size: 20px;
    margin-top: 4px;
  }
  .offer-pill-2 .price-label {
    font-size: 12px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .package-thumb-slide {
    max-width: 100%;
  }
  .packages-layout1 {
    padding-bottom: 80px;
    margin-top: 0;
  }
  .packages-layout1 .space {
    padding-bottom: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .offer-pill-2 {
    right: auto;
    top: auto;
    left: 30px;
    bottom: 30px;
  }
} /*------------------- 4.16. Work Process  -------------------*/
.process-box {
  position: relative;
  padding: 30px 0;
  --border-gap: 9px;
  --border-size: 5px;
}
.process-box .process-img {
  position: relative;
  overflow: hidden;
  transition: all ease 0.4s;
  transform: scale(1.01);
}
.process-box .process-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  opacity: 0.3;
  transition: all ease 0.4s;
}
.process-box .process-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  text-align: center;
}
.process-box .process-title {
  font-size: 21px;
  color: var(--white-color);
  margin: 0;
}
.process-box .process-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  transition: all ease 0.4s;
}
.process-box .process-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.process-box .process-border:after, .process-box .process-border:before {
  content: "";
  position: absolute;
  left: var(--border-gap);
  top: var(--border-gap);
  height: var(--border-size);
  width: calc(100% - var(--border-gap) * 2);
  background-color: var(--white-color);
  background-color: var(--white-color);
  z-index: 2;
  transition: all ease 0.4s;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.process-box .process-border:after {
  transform: scaleY(0);
  width: var(--border-size);
  height: calc(100% - var(--border-gap) * 2);
}
.process-box .process-border.border2:after, .process-box .process-border.border2:before {
  left: auto;
  right: var(--border-gap);
  top: auto;
  bottom: var(--border-gap);
  transform-origin: 100% 100%;
}
.process-box:hover .process-img {
  transform: scale(1.12);
}
.process-box:hover .process-img:before {
  background-color: var(--theme-color);
  opacity: 0.9;
}
.process-box:hover .process-btn {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.process-box:hover .process-border:before {
  transform: scaleX(1);
}
.process-box:hover .process-border:after {
  transform: scaleY(1);
}

/* Large devices */
@media (max-width: 1199px) {
  .process-box .process-title {
    font-size: 18px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .process-box {
    padding: 20px 0;
  }
  .process-box:hover .process-img,
  .process-box .process-img {
    transform: scale(1);
  }
}
/*------------------- 4.17. Simple Sections  -------------------*/
.vs-info-table {
  border: 1px solid #e4e4e4;
  position: relative;
}
.vs-info-table::before {
  content: "";
  position: absolute;
  top: var(--border-gap, 4px);
  left: var(--border-gap, 4px);
  right: var(--border-gap, 4px);
  bottom: var(--border-gap, 4px);
  border: inherit;
}
.vs-info-table table {
  border: none;
  margin-bottom: 0;
  margin: var(--table-gap-y, 25px) var(--table-gap-x, 30px);
  width: calc(100% - var(--table-gap-x, 30px) * 2);
}
.vs-info-table td {
  vertical-align: top;
  font-size: var(--font-size, 18px);
  font-weight: 500;
  color: var(--title-color);
  border: none;
  padding: var(--td-padding-y, 18px) var(--td-padding-x, 30px);
}
.vs-info-table td:first-child {
  width: 35%;
  color: var(--theme-color);
  font-weight: 700;
}
.vs-info-table td:last-child {
  width: 60%;
}
.vs-info-table tr:nth-child(even) {
  background-color: var(--td-bg, #f6f6f6);
}

.location-form {
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  border-radius: 9999px;
  margin-right: 18px;
}
.location-form input {
  padding: 0 0 0 35px;
  border: none;
  font-weight: 500;
  height: 75px;
  flex: 1;
  font-size: 16px;
  color: var(--title-color);
  border-radius: 9999px 0 0 9999px;
}
.location-form input::-moz-placeholder {
  color: var(--title-color);
}
.location-form input::-webkit-input-placeholder {
  color: var(--title-color);
}
.location-form input:-ms-input-placeholder {
  color: var(--title-color);
}
.location-form input::placeholder {
  color: var(--title-color);
}
.location-form .vs-btn {
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: -18px;
}
.location-form .vs-btn i {
  margin-left: 0;
  margin-right: 10px;
}

.banner-box {
  position: relative;
  padding: 80px 0;
  height: 395px;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.banner-box .banner-content {
  position: relative;
  width: max-content;
  max-width: 340px;
  z-index: 2;
  margin: 0 60px;
}
.banner-box .banner-title {
  font-size: 34px;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 10px;
  margin-top: -0.2em;
}
.banner-box .banner-text {
  margin-bottom: 22px;
  font-size: 16px;
}
.banner-box .banner-shape {
  position: absolute;
  top: -100px;
  left: -80px;
  width: 523px;
  height: 523px;
  animation-duration: 20s;
}

.shape-delay .banner-shape {
  animation-delay: 5s;
}

.price-touch {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--title-color);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.price-touch span {
  font-size: 28px;
  color: var(--theme-color);
  margin-left: 7px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.naved-thumb {
  width: var(--thumb-size, 145px);
  height: var(--thumb-size, 145px);
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 2px dashed var(--white-color);
  position: relative;
  cursor: pointer;
}
.naved-thumb:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: inherit;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.naved-thumb img {
  width: 100%;
  border-radius: inherit;
}

.slick-current .naved-thumb::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.naved-thumb-slide {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  right: 0;
  padding-left: 20px;
  max-width: 700px;
  width: 100%;
}

.right-choose-wrapper {
  background-size: 100% auto;
  background-position: center center;
}

.contact-info-table td,
.contact-info-table th {
  vertical-align: top;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 10px;
}
.contact-info-table td:first-child,
.contact-info-table th:first-child {
  padding-left: 0;
}
.contact-info-table td:last-child,
.contact-info-table th:last-child {
  padding-right: 0;
}

.awards-box {
  text-align: center;
  margin-bottom: 26px;
}
.awards-box .awards-img {
  overflow: hidden;
  margin-bottom: 17px;
  border-radius: 0;
}
.awards-box .awards-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.search-inline {
  position: relative;
}
.search-inline .form-control {
  border: none;
  border-radius: 9999px;
  height: 70px;
  padding-left: 35px;
}
.search-inline button {
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--title-color);
  transition: all ease 0.4s;
  border-radius: 50%;
}
.search-inline button:hover {
  color: var(--theme-color);
}

.vs-social {
  --icon-size: 50px;
  --space-x: 2px;
}
.vs-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.vs-social li {
  display: inline-block;
  margin-right: var(--space-x);
}
.vs-social li:last-child {
  margin-right: 0;
}
.vs-social a {
  color: var(--white-color);
  background-color: rgba(0, 0, 0, 0.2);
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.vs-social a:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.vs-social.style2 a, .vs-social.social-white a {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-social.style2 a:hover, .vs-social.social-white a:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.vs-social.style-btn-white {
  --icon-size: 78px;
  --space-x: 13px;
}
.vs-social.style-btn-white a {
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 26px;
}
.vs-social.style-btn-white a:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-social.style2 {
  --icon-size: 40px;
  --space-x: 5px;
  font-size: 14px;
}
.vs-social.hover-black a:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
.social-links li {
  display: inline-block;
  margin-right: 15px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links a {
  color: var(--body-color);
}
.social-links a:hover {
  color: var(--theme-color);
}

.vs-brand-layout2:before {
  background-image: linear-gradient(to bottom, rgba(173, 136, 88, 0.15) 0%, white 30%, rgba(173, 136, 88, 0.15) 120%);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .right-choose-wrapper {
    background-size: auto calc(100% - 50px);
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .naved-thumb-slide {
    padding-left: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .right-choose-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
  }
  .naved-thumb-slide {
    bottom: 40px;
    --thumb-size: 90px;
    max-width: 450px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .banner-box {
    padding: 20px 0;
    height: 295px;
  }
  .banner-box .banner-title {
    font-size: 26px;
  }
  .banner-box .vs-btn {
    padding: 13px 31px;
  }
  .banner-box .banner-content {
    max-width: 340px;
    z-index: 2;
    margin: 0 30px;
  }
  .search-inline .form-control {
    height: 60px;
  }
  .vs-social.style-btn-white {
    --icon-size: 60px;
    --space-x: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .location-form {
    display: block;
    border-radius: 7px;
    padding: 20px;
    margin-right: 0;
  }
  .location-form input {
    margin-bottom: 15px;
    border-radius: 9999px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .location-form .vs-btn {
    margin-right: 0;
  }
  .banner-box .banner-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: none;
    border-radius: 0;
  }
  .banner-box .banner-shape:before {
    animation: none;
  }
  .contact-info-table td,
  .contact-info-table th {
    font-size: 16px;
    padding: 2px 7px;
  }
  .vs-info-table {
    --table-gap-y: 2px;
    --table-gap-x: 2px;
    --font-size: 14px;
    --td-padding-y: 6px;
    --td-padding-x: 10px;
    --border-gap: 1px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .naved-thumb-slide {
    padding: 0 20px;
    bottom: 0;
    --thumb-size: 80px;
  }
}
/*------------------- 4.18. Offers  -------------------*/
.row.offers-slide.slick-slider {
  --pos-x: 60px;
}

.offers-box {
  position: relative;
  padding: 65px 0;
}
@media (min-width: 1500px) and (max-width: 1900px) {
  .offers-box {
    padding: 120px 0;
  }
}
.offers-box:before {
  width: 700px;
  height: 700px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: border-transform 10s linear infinite alternate forwards;
  opacity: 0.9;
}
.offers-box .offers-content {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 440px;
}
.offers-box .offers-title {
  font-size: 42px;
  line-height: 50px;
  color: var(--white-color);
}
.offers-box .checked-list {
  color: var(--white-color);
  margin-bottom: 25px;
}
.offers-box .offers-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  display: block;
}
.offers-box .offers-price del {
  font-size: 2rem;
}
.offers-box .offers-price .text {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  width: max-content;
  margin-top: 10px;
}
.offers-box .offers-price .text:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: currentColor;
}

@media (min-width: 767px) {
  .slick-slider .offers-box:before {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
  }
  .slick-slider .offers-box .offers-price {
    transform: translateY(90px);
  }
  .slick-slider .offers-box .offers-title {
    transform: translateY(-50px);
  }
  .slick-slider .offers-box .offers-price,
  .slick-slider .offers-box .checked-list,
  .slick-slider .offers-box .offers-title {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.6s;
  }
  .slick-center .offers-box .offers-price,
  .slick-center .offers-box .offers-title,
  .slick-center .offers-box .checked-list {
    opacity: 1;
    visibility: visible;
  }
  .slick-center .offers-box::before {
    opacity: 0.9;
    visibility: visible;
    transition-delay: 0.5s;
  }
  .slick-center .offers-box .checked-list {
    transition-delay: 0.8s;
  }
  .slick-center .offers-box .offers-price,
  .slick-center .offers-box .offers-title {
    transform: translateY(0);
    transition-delay: 1s;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .offers-box {
    padding: 0;
  }
  .offers-box .offers-content {
    left: 40%;
  }
  .offers-box .offers-price {
    font-size: 24px;
  }
  .offers-box:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    animation: none;
    background-color: transparent;
    transform: none;
    background-image: linear-gradient(to right, var(--theme-color) 30%, rgba(0, 0, 0, 0) 80%);
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .offers-box .offers-content {
    left: 30%;
    max-width: 350px;
  }
  .offers-box .offers-title {
    font-size: 30px;
    line-height: 1.4;
  }
  .offers-box .offers-price {
    font-size: 20px;
  }
  .offers-box .checked-list {
    margin-bottom: 20px;
  }
  .offers-box .offers-price {
    font-size: 30px;
  }
  .offers-box .offers-price del {
    font-size: inherit;
  }
  .offers-box .offers-price .text {
    font-size: 14px;
    margin-top: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .offers-box .offers-content {
    left: calc(50% - 80px);
    margin-top: -7px;
  }
  .offers-box .checked-list {
    margin-bottom: 20px;
  }
  .offers-box .offers-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .offers-box .offers-price {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .offers-box:before {
    display: none;
  }
  .offers-box .offers-content {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    max-width: 100%;
    width: 100%;
    padding: 30px;
    background-color: var(--theme-color);
  }
  .offers-box .offers-title,
  .offers-box .offers-price,
  .offers-box .checked-list {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .offers-box .checked-list li {
    position: relative;
  }
}
/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .row.offers-slide.slick-initialized.slick-slider .slick-arrow {
    display: none !important;
  }
  section.vs-offers-wrapper.space-bottom .container-fluid {
    overflow: hidden;
  }
}
/*------------------- 4.19. Counter  -------------------*/
.vs-counter {
  transition: all ease 0.4s;
}
.vs-counter .counter-number {
  font-size: 60px;
  font-weight: 600;
  color: var(--theme-color);
}
.vs-counter .counter-icon {
  margin-bottom: 30px;
}
.vs-counter .counter-text {
  color: var(--title-color);
  font-size: 18px;
  margin-top: 5px;
}
.vs-counter.style2 {
  border: 1px solid var(--border-color);
  padding: 30px 15px;
}
.vs-counter.style2:hover {
  border-color: var(--theme-color);
  background-color: var(--white-color);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.vs-counter.style3 {
  border: 1px solid transparent;
  background-color: var(--white-color);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  padding: 30px 15px;
}
.vs-counter.style3:hover {
  box-shadow: none;
  border-color: var(--theme-color);
}

.counter-border {
  margin-bottom: 25px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.counter-border .vs-counter {
  border-right: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  margin: 0 1px;
}
.counter-border .vs-counter img {
  filter: none;
  transition: all ease 0.4s;
}
.counter-border .vs-counter:hover img {
  filter: brightness(0);
}
.counter-border:first-child .vs-counter {
  border-left: none;
}
.counter-border:last-child .vs-counter {
  border-right: none;
}
@media (max-width: 991px) {
  .counter-border.col-sm-6:nth-child(even) .vs-counter {
    border-right: none;
  }
  .counter-border.col-sm-6:nth-child(odd) .vs-counter {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .counter-border.col-sm-6:nth-child(even) .vs-counter {
    border-right: none;
  }
  .counter-border.col-sm-6:nth-child(odd) .vs-counter {
    border-left: none;
  }
}
@media (max-width: 575px) {
  .counter-border {
    margin-bottom: 0;
  }
  .counter-border .vs-counter {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    padding: 25px 0 20px 0;
    margin: 1px 0;
  }
  .counter-border .vs-counter .counter-icon {
    margin-bottom: 13px;
  }
  .counter-border:last-child {
    margin-bottom: 18px;
  }
  .counter-border:last-child .vs-counter {
    border-bottom: none;
    padding-bottom: 0;
  }
  .counter-border:first-child .vs-counter {
    border-top: none;
    padding-top: 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-counter .counter-number {
    font-size: 44px;
  }
  .vs-counter .counter-text {
    font-size: 14px;
  }
}
/*------------------- 4.20. Wocommerce  -------------------*/
.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid #d8d8d8;
  padding: 11px 20px;
  background-color: var(--body-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  border-radius: 5px;
}
.woocommerce-message a,
.woocommerce-info a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-message:before,
.woocommerce-info:before {
  content: "\f06a";
  font-family: var(--icon-font);
  font-weight: 900;
  margin-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: var(--theme-color);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

.woocommerce-form-login-toggle .woocommerce-info {
  background-color: var(--theme-color);
}

.woocommerce-form-coupon {
  margin-bottom: 50px;
}

.woocommerce-form-coupon .vs-btn {
  margin: 0;
  border-radius: 5px;
}

.woocommerce-thankyou-order-received {
  background-color: var(--theme-color);
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.woocommerce-thankyou-order-details {
  background-color: #f7f7f7;
  padding: 22px 29px;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .woocommerce-thankyou-order-details {
    padding: 22px 20px;
  }
}
.woocommerce-thankyou-order-details + p {
  color: var(--theme-color);
}

.woocommerce-checkout .form-select,
.woocommerce-checkout .form-group,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  margin-top: 30px;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid #e3e6e9;
  border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
  color: var(--body-color);
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
}

.woocommerce-billing-fields .form-row {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  line-height: 60px;
  margin-right: 29px;
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

.login-tab {
  margin-bottom: 30px;
  justify-content: center;
}
.login-tab button.nav-link {
  background-color: var(--smoke-color);
  color: var(--title-color);
  padding: 11px 39px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px ​15px 0;
}
.login-tab button.nav-link.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}
.cart_table thead {
  background-color: #ecf0f1;
}
.cart_table thead th {
  border: none !important;
}
.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border: none;
  padding: 27px 15px;
}
.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  transform: translateY(-50%);
  display: none;
}
.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}
.cart_table .product-quantity {
  color: var(--title-color);
}
.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}
.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}
.cart_table .cart-productimage {
  display: inline-block;
  border: 2px solid var(--smoke-color);
}
.cart_table .remove {
  color: #29af8a;
  font-size: 18px;
}
.cart_table .quantity {
  display: inline-flex;
  align-items: center;
}
.cart_table .qut-btn {
  border: 2px solid var(--smoke-color);
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 16px;
  border-radius: 4px;
}
.cart_table .qut-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #2c3e50;
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  /* Firefox */
}
.cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart_table .qty-input[type=number] {
  -moz-appearance: textfield;
}
.cart_table .actions {
  text-align: right;
  vertical-align: middle;
}
.cart_table .actions > .vs-btn {
  font-size: 16px;
  padding: 17px 28px;
  margin-right: 15px;
}
.cart_table .actions > .vs-btn:last-child {
  margin-right: 0;
}
.cart_table .vs-cart-coupon {
  float: left;
  margin: 0;
  width: 455px;
  max-width: 100%;
  display: flex;
}
.cart_table .vs-cart-coupon input {
  height: 50px;
  width: calc(100% - 200px);
  margin-right: 10px;
}
.cart_table .vs-cart-coupon .vs-btn {
  font-size: 16px;
  padding: 17px 22px;
  width: max-content;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}
.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
.cart_totals .shipping-calculator-button {
  display: inline-block;
  border-bottom: 1px solid;
  color: var(--title-color);
  font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
  color: var(--theme-color);
}
.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}
.cart_totals .woocommerce-shipping-methods input[type=radio] ~ label::before {
  padding-right: 1.2px;
  padding-top: 0.3px;
}
.cart_totals .shipping-calculator-form {
  display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}
.cart_totals .shipping-calculator-form .vs-btn {
  padding: 5px 30px;
}
.cart_totals .amount {
  font-weight: 700;
}
.cart_totals .order-total .amount {
  color: #1abc9c;
}

.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
  height: 40px;
  padding-left: 15px;
  font-size: 16px;
  border-radius: 0;
  background-position: right 13px center;
}
.shipping-calculator-form .vs-btn {
  font-size: 14px;
  padding: 0 20px;
  width: max-content;
  height: 40px;
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: none;
  vertical-align: top;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  color: #2c3e50;
}
.checkout-ordertable ul {
  margin: 0;
  padding: 0;
}
.checkout-ordertable .order-total .amount {
  color: #29af8a;
}
.checkout-ordertable input[type=hidden] ~ label {
  color: #29af8a;
}

.woocommerce-checkout .form-group input:not(:last-child) {
  margin-bottom: var(--bs-gutter-x);
}

.checkout-ordertable th,
.checkout-ordertable td {
  border: 1px solid #ededed;
  text-align: right;
  padding: 5px 20px;
}
.checkout-ordertable th {
  text-align: left;
}

.woocommerce-checkout-payment {
  text-align: left;
}
.woocommerce-checkout-payment ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-checkout-payment ul li {
  padding-top: 10px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 16px;
}
.woocommerce-checkout-payment ul input[type=radio] ~ label {
  margin-bottom: 19px;
  color: var(--body-color);
}
.woocommerce-checkout-payment ul input[type=radio] ~ label img {
  margin-bottom: -2px;
  margin-left: 10px;
}
.woocommerce-checkout-payment .place-order {
  padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
  color: #a1b1bc;
  background-color: #ecf0f1;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.woocommerce-checkout-payment .payment_box p {
  margin: 0;
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: #e1e1e1;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--yellow-color);
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
  font-weight: 700;
  color: var(--title-color);
}
.rating-select label:after {
  content: ":";
}
.rating-select p.stars {
  margin-bottom: 0;
  line-height: 1;
}
.rating-select p.stars a {
  position: relative;
  height: 14px;
  width: 18px;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.rating-select p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 14px;
  line-height: 1;
  font-family: var(--icon-font);
  content: "\f005";
  font-weight: 400;
  text-indent: 0;
  color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars:hover a::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
  content: "\f005";
  font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
  content: "\f005";
  font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
  content: "\f005";
  font-weight: 700;
}

.woocommerce-error {
  background-color: var(--error-color);
  color: #fff;
  list-style: none;
  padding: 10px 26px;
  margin: 0 0 30px 0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}

.vs-checkout-wrapper form.woocommerce-form {
  margin-bottom: 25px;
}

.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}
.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  color: var(--title-color);
}
.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 4px;
  margin-top: 10px;
  font-weight: 700;
}
.tinv-wishlist p.return-to-shop .button:Hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 14px;
}
.tinv-wishlist table.tinvwl-table-manage-list button {
  border-radius: 5px;
}
.tinv-wishlist .product-stock i {
  margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}
.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--theme-color);
  color: #fff;
  padding: 0;
}
.tinv-wishlist button.button i {
  font-size: 1rem !important;
  margin-right: 3px !important;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}
.tinv-wishlist td.product-name a {
  color: var(--title-color);
}
.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
  font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}
.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

nav.woocommerce-MyAccount-navigation li {
  border: 1px solid #ddd;
  margin: 0;
  border-top: none;
}
nav.woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid #ddd;
}
nav.woocommerce-MyAccount-navigation li a {
  color: var(--title-color);
  font-weight: 700;
  padding: 7px 17px;
  display: block;
}
nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.woocommerce-MyAccount-content h3 {
  margin-top: -0.3em;
}
.woocommerce-MyAccount-content .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 700;
}
.woocommerce-MyAccount-content .btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

table.variations,
.woocommerce-grouped-product-list-item {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
  align-items: center;
}
table.variations td,
.woocommerce-grouped-product-list-item td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}
table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
  padding: 0;
}
table.variations label,
.woocommerce-grouped-product-list-item label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
table.variations label a,
.woocommerce-grouped-product-list-item label a {
  color: var(--title-color);
}
table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
  color: var(--theme-color);
}

.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}
.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--title-font);
  font-size: 18px;
}

table.variations {
  width: max-content;
  position: relative;
}
table.variations td {
  padding: 0;
}
table.variations td.label {
  padding-right: 10px;
  width: max-content;
}
table.variations select {
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 54px;
  padding-left: 20px;
  height: 50px;
}
table.variations .reset_variations {
  margin-left: 16px;
  display: inline-block;
  position: absolute;
  left: 100%;
  bottom: 25px;
}

.woocommerce-variation.single_variation {
  margin-bottom: 30px;
}
.woocommerce-variation.single_variation .price {
  color: var(--title-color);
  font-weight: 700;
}

.wooscp-table-items td.woocommerce-product-attributes-item__value {
  padding-left: 15px !important;
}
.wooscp-table-items a.added_to_cart.wc-forward {
  margin-left: 15px;
  text-decoration: underline;
}

#woosq-popup .product_meta {
  margin-top: 20px;
}
#woosq-popup .product_title {
  font-size: 24px;
  margin-bottom: 5px;
}
#woosq-popup .single-product .product .actions {
  align-items: center;
  display: flex;
  gap: 20px;
}
#woosq-popup .single-product .product .actions .vs-btn {
  padding: 17px 30px;
}
#woosq-popup .single-product .product .actions > div {
  height: auto;
  overflow: visible;
  width: max-content;
}
#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
  width: max-content;
}

.actions .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.actions .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  position: relative;
  width: 50px;
  height: 50px;
  vertical-align: sub;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid var(--border-color);
}
.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
  margin-bottom: 0;
}

table.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}
table.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}
table.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}
table.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}
table.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart_table .actions {
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .vs-btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .vs-btn:last-child {
    margin-right: auto;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .vs-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type=radio] ~ label img {
    max-width: 150px;
  }
  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 5px 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 16px;
    padding-right: 25px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    line-height: 60px;
    margin-right: 17px;
  }
}
/*------------------- 4.21. Products  -------------------*/
.live-search-input {
  position: relative;
}

.search-loader {
  position: absolute;
  right: 25px;
  top: 50%;
  color: var(--theme-color);
  font-size: 25px;
  line-height: 1;
  transform: translateY(-50%);
}
.search-loader i {
  animation: morpspin 1s linear infinite;
}

.search-result {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  left: 0;
  right: 0;
  top: 100%;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  z-index: 21;
  margin-top: 10px;
}
.search-result.open {
  opacity: 1;
  visibility: visible;
}

.vs-search-item,
.search-item-wrap {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.vs-search-item:last-child,
.search-item-wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.vs-search-item {
  display: flex;
  background-color: #fff;
  align-items: center;
}
.vs-search-item img {
  width: 60px;
  margin-right: 15px;
  border: 1px solid var(--border-color);
}
.vs-search-item .price {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}
.vs-search-item .star-rating {
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}
.vs-search-item .product-title {
  margin-bottom: 0;
}
.vs-search-item .product-title a {
  color: inherit;
}
.vs-search-item .product-title a:hover {
  color: var(--theme-color);
}
.vs-search-item .product-summary {
  top: 3px;
  position: relative;
}

.vs-product-box {
  text-align: center;
  transition: all ease 0.4s;
  border: 2px solid var(--smoke-color);
}
.vs-product-box .rating-wrap {
  display: inline-block;
  margin-bottom: 10px;
}
.vs-product-box .rating-wrap:empty {
  display: none;
}
.vs-product-box .star-rating {
  margin-right: -0.7em;
}
.vs-product-box .product-title {
  margin-bottom: 8px;
}
.vs-product-box .product-title a {
  color: inherit;
}
.vs-product-box .product-title a:hover {
  color: var(--theme-color);
}
.vs-product-box .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.vs-product-box .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
.vs-product-box .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.vs-product-box .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}
.vs-product-box .tinv-wishlist a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%;
}
.vs-product-box .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-product-box .price {
  color: var(--body-color);
  font-weight: 400;
}
.vs-product-box .product-content {
  padding: 25px 20px;
  border-top: none;
  transition: all ease 0.4s;
  background-color: var(--smoke-color);
}
.vs-product-box .product-img {
  background-color: #f3f6f7;
  overflow: hidden;
  position: relative;
}
.vs-product-box .product-img:after, .vs-product-box .product-img:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--title-color);
  opacity: 0.5;
  z-index: 1;
  transition: all ease 0.4s;
}
.vs-product-box .product-img:after {
  left: auto;
  right: -50%;
}
.vs-product-box .actions {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 3;
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  display: flex;
  justify-content: center;
}
.vs-product-box .actions > * {
  margin: 0 5px;
}
.vs-product-box .actions > * > a {
  margin: 0;
}
.vs-product-box .add_to_cart_button.added {
  display: none;
}
.vs-product-box .added_to_cart {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--title-color);
  font-size: 0;
  text-align: center;
  border-radius: 50%;
}
.vs-product-box .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}
.vs-product-box .added_to_cart:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-product-box:hover {
  box-shadow: 0px 7px 40px 0px rgba(39, 71, 125, 0.12);
}
.vs-product-box:hover .product-content {
  border-color: transparent;
  background-color: var(--white-color);
}
.vs-product-box:hover .product-img:before {
  left: 0;
}
.vs-product-box:hover .product-img:after {
  right: 0;
}
.vs-product-box:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}

.product-list {
  display: flex;
  text-align: left;
}
.product-list .product-img {
  width: 100%;
  max-width: 180px;
}
.product-list .star-rating {
  font-size: 12px;
  width: 86px;
}
.product-list .product-content {
  flex: 1;
  border-top: 1px solid #f3f6f7;
  border-left: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.product-list .added_to_cart,
.product-list .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-list .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.product-list .added_to_cart:before {
  font-size: 14px;
}
.product-list .icon-btn {
  width: auto;
  height: auto;
  line-height: auto;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}
.product-list .icon-btn i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}
.product-list .added_to_cart:after {
  font-size: 13px;
}
.product-list .tinv-wraper.tinv-wishlist {
  line-height: 1;
}

.vs-sort-bar .icon-btn {
  margin-right: 10px;
}
.vs-sort-bar .icon-btn:last-child {
  margin-right: 0;
}
.vs-sort-bar select {
  height: 45px;
  border-width: 2px;
  width: fit-content;
  min-width: auto;
  color: var(--title-color);
  padding-right: 30px;
  padding-left: 20px;
  font-size: 14px;
  margin: 0;
}
.vs-sort-bar label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
  color: var(--title-color);
}
.vs-sort-bar p.woocommerce-result-count {
  margin-bottom: 0;
  color: var(--title-color);
}

.product-big-img {
  border: 1px solid #e4e4e4;
  outline: 1px solid #e4e4e4;
  outline-offset: -6px;
}
.product-big-img .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 25px;
  margin-bottom: 0;
}

.product-thumb-img .thumb {
  width: 150px;
  max-width: 100%;
  border: 1px solid #e4e4e4;
  transition: all ease 0.4s;
  cursor: pointer;
}
.product-thumb-img .slick-current .thumb {
  border-color: var(--theme-color);
}
.product-thumb-img .slick-arrow {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}
.product-thumb-img .slick-arrow.slick-next {
  left: auto;
  right: -60px;
}
.product-thumb-img .slick-dots {
  margin-top: 20px;
}

.product-big-img .slick-arrow,
.product-thumb-img .slick-arrow {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  margin: 0;
}
.product-big-img .slick-arrow.slick-next,
.product-thumb-img .slick-arrow.slick-next {
  left: auto;
  right: -60px;
}

.product-big-img .slick-arrow {
  left: 30px;
}
.product-big-img .slick-arrow.slick-next {
  left: auto;
  right: 30px;
}

.container .row:hover .product-big-img .slick-arrow,
.container .row:hover .product-thumb-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.quantity.style2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.quantity.style2 input {
  width: 75px;
  height: 50px;
  text-align: center;
  border: 1px solid var(--smoke-color);
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 600;
  font-size: 18px;
  padding-left: 0;
  padding-right: 30px;
  /* Firefox */
}
.quantity.style2 input::-webkit-outer-spin-button, .quantity.style2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity.style2 input[type=number] {
  -moz-appearance: textfield;
}
.quantity.style2 .qut-btn {
  position: absolute;
  top: 0;
  right: 10px;
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  color: #e6d6d6;
  top: 8px;
  font-size: 14px;
}
.quantity.style2 .qut-btn.quantity-minus {
  top: 30px;
}
.quantity.style2 .qut-btn:hover {
  color: var(--theme-color);
}

.product_meta {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--body-font);
  border-top: 1px solid var(--border-color);
  padding: 22px 0 0 0;
  margin-top: 25px;
}
.product_meta > span {
  display: block;
  margin-bottom: 3px;
  color: var(--theme-color);
  font-weight: 700;
}
.product_meta > span:last-child {
  margin-bottom: 0;
}
.product_meta > span a {
  color: inherit;
}
.product_meta > span a:hover {
  color: var(--theme-color);
}
.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  color: var(--title-color);
  font-weight: 400;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  margin-right: 5px;
}
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 7px;
}
.product_meta > span > a:hover {
  color: var(--theme-color);
}

.product-tab-style1 {
  border-bottom: 1px solid #e4e4e4;
}
.product-tab-style1 a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 20px 10px 20px;
  font-family: var(--title-font);
}
.product-tab-style1 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.product-tab-style1 a.active:before {
  width: 100%;
}

.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-inner-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
}
.product-inner-list li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  font-family: var(--icon-font);
  color: var(--theme-color);
}

#woosq-popup > .price,
.product-about > .price {
  margin-top: -0.2em;
  font-size: 36px;
  font-weight: 600;
  color: var(--title-color);
  display: block;
  margin-bottom: 15px;
}
#woosq-popup > .price del,
.product-about > .price del {
  color: var(--body-color);
  font-weight: 400;
  font-size: 0.7em;
}
#woosq-popup .actions,
.product-about .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}
#woosq-popup .actions .quantity.style2,
.product-about .actions .quantity.style2 {
  display: flex;
  align-items: center;
  top: 0;
  background-color: #f7f8f9;
  padding: 7px;
}
#woosq-popup .actions .quantity.style2 .qty-input,
.product-about .actions .quantity.style2 .qty-input {
  padding: 0;
  border: none;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background-color: transparent;
}
#woosq-popup .actions .quantity.style2 .qut-btn,
.product-about .actions .quantity.style2 .qut-btn {
  position: relative;
  left: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  background-color: #e6e7e8;
  color: #000;
  transform: none;
  font-size: 16px;
  border-radius: 0 0 0 0;
  border: none;
  outline: none;
  box-shadow: none;
}
#woosq-popup .actions .quantity.style2 .qut-btn:hover,
.product-about .actions .quantity.style2 .qut-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
}
#woosq-popup .actions .quantity.style2 .qut-btn.quantity-minus,
.product-about .actions .quantity.style2 .qut-btn.quantity-minus {
  top: 0;
  border-radius: 0 0 0 0;
}
#woosq-popup .actions .vs-btn,
.product-about .actions .vs-btn {
  font-size: 16px;
  padding: 8px 28px;
  height: 50px;
  border-radius: 0;
  background-color: var(--title-color);
  color: var(--white-color);
}
#woosq-popup .actions .vs-btn:after,
.product-about .actions .vs-btn:after {
  background-color: var(--theme-color);
  color: var(--white-color);
}
#woosq-popup .actions .icon-btn,
.product-about .actions .icon-btn {
  border: 2px solid var(--border-color);
  background-color: var(--white-color);
  color: var(--title-color);
  transition: all ease 0.4s;
  border-radius: 0;
}
#woosq-popup .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: transparent;
  color: var(--white-color);
}
#woosq-popup .actions .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, #woosq-popup .actions .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before,
.product-about .actions .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,
.product-about .actions .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  margin-top: -11.5px;
  margin-left: -11.5px;
}
#woosq-popup .actions .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
.product-about .actions .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  font-size: 24px;
}
#woosq-popup .product-feature-list .feature-title,
.product-about .product-feature-list .feature-title {
  font-size: 22px;
  position: relative;
  text-decoration: underline;
}
#woosq-popup .product-feature-list .feature-title:after,
.product-about .product-feature-list .feature-title:after {
  content: ":";
}
#woosq-popup .product-feature-list ul,
.product-about .product-feature-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
#woosq-popup .product-feature-list li,
.product-about .product-feature-list li {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 0 0 30px;
}
#woosq-popup .product-feature-list li:before,
.product-about .product-feature-list li:before {
  content: "\f00c";
  font-family: var(--icon-font);
  color: #30aa3a;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
}
#woosq-popup span.stock.in-stock,
.product-about span.stock.in-stock {
  color: #30aa3a;
  font-weight: 600;
}
#woosq-popup .quantity.style2.woocommerce-grouped-product-list-item__label,
#woosq-popup .quantity.style2.woocommerce-grouped-product-list-item__price,
.product-about .quantity.style2.woocommerce-grouped-product-list-item__label,
.product-about .quantity.style2.woocommerce-grouped-product-list-item__price {
  background-color: transparent;
  padding: 0;
}
#woosq-popup .quantity.style2.woocommerce-grouped-product-list-item__label label,
.product-about .quantity.style2.woocommerce-grouped-product-list-item__label label {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
}

#woosq-popup > .price {
  font-size: 26px;
}
#woosq-popup .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin: 10px 0 10px 0;
}
#woosq-popup .product_title {
  font-size: 28px;
  margin-bottom: 5px;
}
#woosq-popup .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin: 10px 0 10px 0;
}
#woosq-popup .thumbnails {
  background-color: transparent;
}

.product-details .vs-comments-wrap {
  margin-top: 0;
}
.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

.vs-product-card {
  --border-gap: 4px;
  background-color: var(--white-color);
  border: 1px solid #e4e4e4;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.vs-product-card:before {
  content: "";
  position: absolute;
  left: var(--border-gap);
  top: var(--border-gap);
  right: var(--border-gap);
  bottom: var(--border-gap);
  border: 1px solid #e4e4e4;
  z-index: -1;
}
.vs-product-card .procut-rating,
.vs-product-card .product-quantity {
  color: var(--body-color);
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  text-transform: uppercase;
}
.vs-product-card .product-title {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500;
}
.vs-product-card .star-rating {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.vs-product-card .product-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color);
}
.vs-product-card .product-content {
  padding: 5px 30px 25px 30px;
}

.discount-tagged {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 22px;
  top: 22px;
  background-color: #ffe400;
  color: #222222;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  line-height: 1.2;
  border-radius: 50%;
  z-index: 3;
}

.product-tagged {
  position: absolute;
  left: 27px;
  top: 27px;
  z-index: 1;
}
.product-tagged a {
  --tag-bg: #4adf3b;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--tag-bg);
  color: var(--white-color);
  display: block;
  width: max-content;
  min-width: 83px;
  text-align: center;
  line-height: 1;
  padding: 6px 8px;
  margin-bottom: 4px;
}
.product-tagged a.offers {
  --tag-bg: #ed0c0c;
}
.product-tagged a:last-child {
  margin-bottom: 0;
  position: relative;
}
.product-tagged a:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  border-left: 10px solid var(--tag-bg);
  border-bottom: 10px solid transparent;
}

table.variations td,
table.variations th {
  border: none;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .discount-tagged {
    width: 70px;
    height: 70px;
    font-size: 16px;
    padding: 14px 10px;
  }
  .vs-product-card .product-content {
    padding: 5px 25px 20px 25px;
  }
  .vs-product-card .product-price,
  .vs-product-card .product-title {
    font-size: 20px;
  }
  .vs-product-card .procut-rating {
    margin-top: 8px;
  }
  .vs-product-card .procut-rating,
  .vs-product-card .product-quantity {
    margin-bottom: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .product-details .border-title {
    font-size: 24px;
  }
  .product-big-img {
    margin-bottom: 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .quantity.style2.woocommerce-grouped-product-list-item__quantity {
    margin-right: 60%;
  }
}
/*------------------- 4.22. Trends  -------------------*/
.vs-trends-box {
  position: relative;
  overflow: hidden;
}
.vs-trends-box .trends-header {
  background-color: rgba(173, 136, 88, 0.9);
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 10px;
  display: flex;
  align-items: flex-end;
  padding: 30px 25px;
  transition: all ease 0.4s;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  line-height: 1;
}
.vs-trends-box .trends-label {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  margin: 0;
}
.vs-trends-box .trends-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(173, 136, 88, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 40px 40px 40px;
  transition: all ease 0.7s;
  transform: translateX(110%);
  opacity: 0;
  visibility: hidden;
}
.vs-trends-box .trends-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vs-trends-box .icon-btn {
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 14px;
}
.vs-trends-box .icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-trends-box .trends-title,
.vs-trends-box .trends-label {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
}
.vs-trends-box .trends-text {
  font-size: 16px;
  color: var(--white-color);
}
.vs-trends-box .price {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: var(--white-color);
}
.vs-trends-box .trends-title,
.vs-trends-box .trends-text {
  transform: translatex(80px);
  transition: all ease 0.4s;
  transition-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.vs-trends-box .trends-title {
  transition-delay: 0.2s;
  margin-bottom: 5px;
}
.vs-trends-box:hover .trends-header {
  transform: translateX(-150%);
  opacity: 0;
  visibility: hidden;
}
.vs-trends-box:hover .trends-title,
.vs-trends-box:hover .trends-text,
.vs-trends-box:hover .trends-body {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* Medium devices */
@media (max-width: 991px) {
  .vs-trends-box .trends-body {
    padding: 25px 30px 30px 30px;
  }
}
/*------------------- 4.23. Gallery  -------------------*/
.vs-gallery-box {
  position: relative;
  overflow: hidden;
}
.vs-gallery-box .gallery-img {
  overflow: hidden;
  position: relative;
}
.vs-gallery-box .gallery-img img {
  transition: all ease 0.4s;
  transform: scale(1) rotate(0);
}
.vs-gallery-box .gallery-img:after, .vs-gallery-box .gallery-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(173, 136, 88, 0.9);
  z-index: 1;
  transition: all ease 0.4s;
  transform: scale(0);
  transform-origin: top left;
}
.vs-gallery-box .gallery-img:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  transform-origin: bottom right;
}
.vs-gallery-box .icon-btn {
  --btn-size: 55px;
  line-height: 50px;
}
.vs-gallery-box .gallery-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.vs-gallery-box .gallery-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0;
  word-wrap: break-word;
  max-width: 75%;
}
.vs-gallery-box .icon-btn,
.vs-gallery-box .gallery-title {
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
.vs-gallery-box:hover .gallery-img img {
  transform: scale(1.2) rotate(5deg);
}
.vs-gallery-box:hover .gallery-img:after, .vs-gallery-box:hover .gallery-img:before {
  transform: scale(1);
}
.vs-gallery-box:hover .icon-btn,
.vs-gallery-box:hover .gallery-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.vs-gallery-box:hover .icon-btn {
  transition-delay: 0.4s;
}

.gallery-thumb {
  position: relative;
  overflow: hidden;
}
.gallery-thumb img {
  transition: all ease 0.4s;
  transform: scale(1);
}
.gallery-thumb:after, .gallery-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(173, 136, 88, 0.8);
  transition: all ease 0.6s;
  z-index: 1;
}
.gallery-thumb:before {
  left: 100%;
}
.gallery-thumb:after {
  right: 100%;
}
.gallery-thumb .icon-thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  font-size: 32px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transition-delay: 0s;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: transparent;
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
}
.gallery-thumb .icon-thumb:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.gallery-thumb:hover img {
  transform: scale(1.2);
}
.gallery-thumb:hover::before {
  left: 0;
}
.gallery-thumb:hover:after {
  right: 0;
}
.gallery-thumb:hover .icon-thumb {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}

.gallery-cutted.gallery-thumb .icon-thumb, .gallery-cutted.gallery-thumb:after, .gallery-cutted.gallery-thumb:before {
  opacity: 0;
  visibility: hidden;
}

.slick-center .gallery-cutted.gallery-thumb:after, .slick-center .gallery-cutted.gallery-thumb:before {
  opacity: 1;
  visibility: visible;
}
.slick-center .gallery-cutted.gallery-thumb:hover .icon-thumb {
  opacity: 1;
  visibility: visible;
}

.gallery-shape1 {
  position: absolute;
  right: 2%;
  top: 0;
}

.gallery-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gallery-card .gallery-text {
  margin-bottom: 0;
  margin-top: 5px;
  color: var(--white-color);
  font-size: 14px;
}
.gallery-card .gallery-title {
  margin-bottom: 0;
  color: var(--white-color);
}
.gallery-card .gallery-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 1;
  padding: 30px;
  padding-bottom: 25px;
  padding-top: 140px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.gallery-card .gallery-card-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0) 100%);
}
.gallery-card .vs-pricepill {
  position: absolute;
  top: 0;
  right: 30px;
  opacity: 0;
  visibility: hidden;
}
.gallery-card:hover .gallery-card-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.gallery-card:hover .vs-pricepill {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.vs-gallery-layout1 .vs-gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.vs-gallery-layout1 .vs-gallery-content {
  text-align: center;
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: translateY(-50%);
}
.vs-gallery-layout1 .vs-gallery-btn {
  width: 80px;
  height: 80px;
  line-height: 78px;
  font-size: 22px;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 25px;
  color: var(--white-color);
  border-radius: 50%;
}
.vs-gallery-layout1 .vs-gallery-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.vs-gallery-layout1 .instagram-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: -40px 0 0 -40px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.vs-gallery-layout1 .instagram-btn i {
  line-height: 78px;
}
.vs-gallery-layout1 .vs-gallery {
  position: relative;
}
.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-content,
.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-overlay,
.vs-gallery-layout1 .vs-gallery:hover .instagram-btn {
  opacity: 1;
  visibility: visible;
}
.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-content {
  top: 50%;
  transition-delay: 0.4s;
}
.vs-gallery-layout1 .vs-gallery:hover .vs-gallery-overlay {
  height: 100%;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-gallery-layout1 .instagram-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
  .vs-gallery-layout1 .instagram-btn i {
    line-height: inherit;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-gallery-box .gallery-content {
    padding: 20px 25px;
  }
  .vs-gallery-box .gallery-title {
    font-size: 18px;
  }
  .vs-gallery-box .icon-btn {
    --btn-size: 45px;
    line-height: 42px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .gallery-thumb .icon-thumb {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .vs-gallery-layout1 .vs-gallery-title {
    font-size: 18px;
  }
  .vs-gallery-layout1 .vs-gallery-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}
/*------------------- 4.24. Error  -------------------*/
.error-number {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}

.error-title {
  font-size: 26px;
  margin-bottom: 3px;
}

.error-text {
  font-size: 20px;
}

.vs-error-wrapper {
  padding-top: calc(var(--section-space) + 105px);
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-error-wrapper {
    padding-top: calc(var(--section-space) + 28px);
  }
  .error-number {
    font-size: 72px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .error-number {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .error-title {
    font-size: 22px;
  }
  .vs-error-wrapper {
    padding-top: var(--section-space);
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-error-wrapper {
    padding-top: 80px;
  }
  .error-number {
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: -0.35em;
  }
}
/*------------------- 4.25. Find Salon  -------------------*/
.find-salon-box {
  position: relative;
  border: 1px solid var(--box-border-color, #e4e4e4);
  padding: var(--box-space-y, 45px) var(--box-space-x, 55px);
  margin-bottom: 30px;
}
.find-salon-box::before {
  content: "";
  position: absolute;
  top: var(--border-space, 5px);
  right: var(--border-space, 5px);
  bottom: var(--border-space, 5px);
  left: var(--border-space, 5px);
  border: inherit;
  z-index: -1;
}
.find-salon-box .box-label {
  font-size: var(--label-font, 18px);
  color: var(--theme-color);
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
  margin-top: -0.3em;
}
.find-salon-box .box-label i {
  margin-right: 5px;
}
.find-salon-box .find-salon-title {
  font-weight: 600;
}
.find-salon-box .find-salon-text {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  max-width: 300px;
}
.find-salon-box .find-salon-text i {
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 7px;
}
.find-salon-box .vs-btn {
  margin-top: 20px;
}

.find-salon-map {
  height: 100vh;
  position: sticky;
  top: 0;
}
.find-salon-map iframe {
  height: 100%;
  width: 100%;
}

.find-salon-inner {
  width: 100%;
  max-width: 575px;
  margin-left: auto;
  padding-right: 106px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .find-salon-inner {
    width: 100%;
    max-width: 575px;
    padding-right: 60px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .find-salon-inner {
    width: 100%;
    max-width: 575px;
    padding-right: 0;
  }
  .find-salon-inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .find-salon-inner {
    max-width: 100%;
  }
  .find-salon-box {
    --box-space-y: 40px;
    --box-space-x: 20px;
  }
  .find-salon-box .box-label {
    margin-bottom: 5px;
  }
  .find-salon-box .find-salon-text {
    max-width: 100%;
  }
  .find-salon-box .find-salon-title {
    margin-bottom: 10px;
  }
  .find-salon-box .vs-btn {
    margin-top: 20px;
    padding: 14px 22px;
    font-size: 14px;
  }
}
/*------------------- 4.26. Service Area  -------------------*/
.vs-service {
  text-align: center;
  border: 1px dashed var(--theme-color);
  background-color: transparent;
  padding: 49px 15px 39px 15px;
  transition: all ease 0.4s;
  position: relative;
}
.vs-service:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.vs-service .service-icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: var(--white-color);
  line-height: 110px;
  margin-bottom: 27px;
  color: var(--theme-color);
  border-radius: 50%;
}
.vs-service .service-title {
  margin-bottom: 12px;
  transition: all ease 0.4s;
  font-size: 20px;
}
.vs-service .service-title a {
  color: inherit;
}
.vs-service .service-text {
  transition: all ease 0.4s;
  margin-bottom: 0;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
}
.vs-service:hover {
  background-color: var(--theme-color);
}
.vs-service:hover .service-text,
.vs-service:hover .service-title a {
  color: var(--white-color);
}
.vs-service:hover .service-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Small devices */
@media (max-width: 767px) {
  .vs-service {
    padding: 25px 10px;
    padding-bottom: 20px;
  }
  .vs-service .service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    font-size: 10px;
  }
  .vs-service .service-icon img {
    max-width: 40px;
  }
}
/*------------------- 4.27. Form Styles  -------------------*/
.form-media {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
.form-media .media-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 28px;
  border-radius: 50%;
  margin-right: 20px;
}
.form-media .media-text {
  color: var(--white-color);
  font-size: 16px;
  margin: 0;
}
.form-media .media-title {
  font-size: 30px;
  color: var(--white-color);
  margin: 0;
}

.form-style1 {
  background-color: #f3eee6;
  padding: 50px;
}
.form-style1 .form-control {
  border-radius: 0;
  border: none;
  padding-left: 30px;
}
.form-style1 .form-control ~ i {
  right: 40px;
}
.form-style1 select {
  background-position: right 26px center;
}
.form-style1 .vs-btn {
  border-radius: 0;
}

/* Small devices */
@media (max-width: 767px) {
  .form-media .media-title {
    font-size: 26px;
  }
  .form-media .media-text {
    font-size: 14px;
  }
  .form-media .media-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    margin-right: 15px;
  }
  .form-style1 {
    padding: 45px 20px;
  }
}
/*------------------- 4.28. Feature  -------------------*/
.vs-features-layout1 .shape1 {
  bottom: 0;
  left: 48%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 560px;
}
.vs-features-layout1 .shape2 {
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  height: 100%;
  z-index: -1;
}
.vs-features-layout1 .shape3 {
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  z-index: 2;
  max-height: 590px;
}
.vs-features-layout1 .shape5,
.vs-features-layout1 .shape4 {
  width: 920px;
  height: 920px;
  margin-left: -460px;
  margin-top: -440px;
  display: inline-block;
  left: 50%;
  top: 0;
  border-radius: 50%;
  background: var(--white-color);
  z-index: 1;
}
.vs-features-layout1 .shape5 {
  transform: scale(0.96);
  background-color: transparent;
  border: 34px solid var(--theme-color);
  opacity: 0.5;
}
.vs-features-layout1 .inner-wrapper {
  position: relative;
  z-index: 5;
}
.vs-features-layout1 .feature-text:last-child {
  margin-bottom: 0;
}
.vs-features-layout1 .media-icon {
  margin-top: 3px;
  margin-right: 25px;
  --btn-size: 70px;
}
.vs-features-layout1 .media-icon img {
  max-width: 40px;
}
.vs-features-layout1 .media-icon .icon-btn:hover {
  color: var(--theme-color) !important;
}
.vs-features-layout1 .icon-btn {
  position: relative;
}
.vs-features-layout1 .icon-btn.has-border:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  border: 1px dashed var(--theme-color);
  border-radius: inherit;
}
.vs-features-layout1 .vs-feature {
  margin-bottom: 40px;
  display: flex;
}
.vs-features-layout1 .vs-feature:last-child {
  margin-bottom: 0;
}
@media (min-width: 1199px) {
  .vs-features-layout1 .row > div:nth-child(1) {
    padding-right: 50px;
  }
  .vs-features-layout1 .row > div:nth-child(2) {
    padding-left: 50px;
  }
  .vs-features-layout1 .row > div:nth-child(2n+1) .vs-feature {
    flex-direction: row-reverse;
    text-align: right;
  }
  .vs-features-layout1 .row > div:nth-child(2n+1) .media-icon {
    margin-right: 0;
    margin-left: 25px;
  }
}
.vs-features-layout1 .row.has-default-view > div:nth-child(1) {
  padding-right: 15px;
}
.vs-features-layout1 .row.has-default-view > div:nth-child(2) {
  padding-left: 15px;
}
.vs-features-layout1 .row.has-default-view > div .vs-feature {
  flex-direction: row;
  text-align: left;
}
.vs-features-layout1 .row.has-default-view > div .vs-feature:last-child {
  margin-bottom: 40px;
}
.vs-features-layout1 .row.has-default-view > div .vs-feature .media-icon {
  margin-right: 25px;
  margin-left: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .vs-features-layout1 .shape2 {
    left: 0;
    right: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-features-layout1 .vs-feature, .vs-features-layout1 .vs-feature:last-child {
    margin-bottom: 35px;
  }
  .vs-features-layout1 .inner-wrapper.pb-60 {
    padding-bottom: 0;
  }
  .vs-features-layout1 .row.has-default-view > div .vs-feature:last-child {
    margin-bottom: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-features-layout1 .vs-feature {
    display: block;
    text-align: center;
  }
  .vs-features-layout1 .row.has-default-view > div .vs-feature {
    text-align: center;
  }
  .vs-features-layout1 .media-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/*------------------- 4.29. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: none;
  color: var(--white-color);
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 40px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  margin: 0 0 40px 0;
  background-color: transparent;
}
.sidemenu-wrapper .widget_title {
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
}
.sidemenu-wrapper .widget_shopping_cart .widget_title {
  border-bottom: none;
  padding-bottom: 0;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*------------------- 8.30. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Medium devices */
  /* Large devices */
}
@media (max-width: 991px) {
  .popup-search-box form {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-lg-30 {
  padding-top: 30px;
}

/* Medium devices */
@media (max-width: 991px) {
  .no-pl-md {
    padding-left: 0;
  }
  .pt-lg-30 {
    padding-top: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .no-pt-sm {
    padding-top: 0;
  }
}
/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-6 {
  margin-bottom: 6px;
}

.mr-135 {
  margin-right: 135px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-negative,
.space-md-top,
.space-negative-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-negative,
.space-negative-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-negative,
  .space-md-top,
  .space-negative-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-negative,
  .space-negative-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
/*=================================
    06. WP Default
==================================*/
p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.page--item {
  margin-bottom: 30px;
}
.page--item p {
  line-height: 1.8;
}

.content-none-search {
  margin-top: 30px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.wp-block-columns {
  margin-bottom: 1em;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figure.wp-block-gallery {
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--white-color);
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}

.wp-block-latest-comments a {
  color: inherit;
}

.wp-block-button {
  margin-bottom: 10px;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ol.wp-block-latest-comments li {
  margin: 15px 0;
}

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
ul.wp-block-latest-posts a {
  color: inherit;
}
ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}
ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.comment-content table td,
.comment-content table th {
  border: 1px solid var(--border-color);
}
.comment-content table th {
  color: var(--title-color);
  font-weight: 400;
}

.type-page table th,
.vs-blog table th {
  color: var(--title-color);
  font-weight: 400;
}
.type-page table th,
.type-page table td,
.vs-blog table th,
.vs-blog table td {
  border: 1px solid #e3e6e9;
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

ul.wp-block-rss a {
  color: inherit;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.logged-in .will-sticky .sticky-active.active {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active {
    top: 0;
  }
}
.logged-in .header-layout1:not(.default-header),
.logged-in .header-layout3:not(.default-header) {
  top: 32px;
}
@media (max-width: 1199px) {
  .logged-in .header-layout1:not(.default-header),
  .logged-in .header-layout3:not(.default-header) {
    top: 0;
  }
}

.post-password-form .theme-input-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form .theme-input-group .theme-input-style {
  width: 100%;
  max-width: calc(100% - 120px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 20px;
}
.post-password-form .theme-input-group .submit-btn {
  margin: 0;
  width: 120px;
  border: none;
  height: 50px;
  color: #fff;
  background-color: var(--theme-color);
}
.post-password-form .theme-input-group .submit-btn:hover {
  background-color: var(--title-color);
  opacity: 0.8;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}
.page-links > .page-links-title {
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.page-links span.screen-reader-text {
  display: none;
}

.blog-single .blog-title {
  word-break: break-word;
}
.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
  border-color: transparent;
  position: relative;
}
.blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  padding: 40px;
  border: none;
}
.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--theme-color);
  z-index: 1;
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "Featured";
  right: 0;
  top: 0;
  font-size: 18px;
  color: var(--white-color);
  background-color: var(--theme-color);
  font-family: var(--title-font);
  opacity: 1;
  text-transform: capitalize;
  padding: 10px 23px;
  font-weight: 400;
}
.blog-single.format-quote:before {
  content: "\f10e";
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}

.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}

.vs-search {
  background-color: var(--smoke-color);
  margin-bottom: 30px;
  border: 1px solid var(--smoke-color);
}
.vs-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-search .search-grid-content {
    padding: 20px;
  }
}
.vs-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: -0.2em;
  word-break: break-word;
}
.vs-search .search-grid-title a {
  color: inherit;
}
.vs-search .search-grid-title a:hover {
  color: var(--theme-color);
}
.vs-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.vs-search .search-grid-meta > *:last-child {
  margin-right: 0;
}
.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
  color: var(--body-color);
}

.vs-serch-item {
  display: flex;
  align-items: center;
}
.vs-serch-item:not(:last-child) {
  margin-bottom: 20px;
}
.vs-serch-item .product-summary {
  flex: 1;
}
.vs-serch-item img {
  width: 100px;
  border: 1px solid var(--border-color);
  margin-right: 20px;
}
.vs-serch-item .product-title {
  margin: 0 0 1px 0;
}
.vs-serch-item .product-title a {
  color: inherit;
}
.vs-serch-item .product-title a:hover {
  color: var(--theme-color);
}
.vs-serch-item .price {
  margin: 0 0 5px 0;
  display: block;
  font-size: 16px;
}
.vs-serch-item .price del {
  font-size: 0.85em;
}
.vs-serch-item .star-rating {
  font-size: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
    padding: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .vs-comment-form {
    margin-top: 24px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-serch-item img {
    width: 80px;
    margin-right: 15px;
  }
  .vs-serch-item .product-title {
    font-size: 16px;
  }
  .vs-serch-item .price {
    font-size: 14px;
  }
}

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