/*
Template Name: 
Template URL: 
Description: 
Author: 
Author URI: 
Version: 1.0.0
*/
/*=================================
    CSS Index End
==================================*/
/*
01. Function
02. Variable
03. Mixin
04. Typography
05. Bootstrap Overwrite
    5.1. Container
    5.2. Grid
    5.3. Form
06. Vendor Custom Style 
    6.1. Slick Slider
    6.2. VS Mobile Menu
    6.3. Date & Time Picker
    6.4. Flaticon
    6.5. Color Plate
07. Theme Default
    7.1. Preloader
    7.2. Theme Buttons
    7.3. Section Title
    7.4. Theme Utility
08. Template Style
    8.1. Widget
    8.2. Header
    8.3. Footer
    8.4. Breadcumb
    8.5. Popup Search
    8.6. Popup Side Menu
    8.7. Pagination    
    8.8. Blog
    8.9. Comments
    8.10. Hero Area
    8.26. About
    8.27. Services
    8.13. Features
    8.14. Product
    8.15. Filter Menu
    8.16. Advertise box
    8.17. Flash Sale
    8.18. Testimonial
    8.19. Thumb Slide
    8.20. Gallery Image
    8.21. Call To Action
    8.22. Team
    8.23. Newsletter
    8.24. Banner Box
    8.25. Accordion (FAQ)
    8.26. Error Page
    8.27. Contact Us
    8.28. Woocommerce
    8.29. Sort Bar
    8.30. Box Nav
    8.31. Category
    8.32. Package
    8.33. Brand
    8.34. Banner
    8.35. Simple Sections
09. Theme Global
    9.1. Font
    9.2. Background
    9.3. Text Color
    9.4. Border Radius
    9.5. Overlay
10. Theme Animation
11. Extend
12. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
    01. Function
==================================*/
/*=================================
    02. Variable
==================================*/
:root {
  /* Give only rgb values for opacity control */
  --theme-color: #659833;
  --theme-color2: #fe9505;
  --title-color: #000000;
  --body-color: #858585;
  --body-color2: #959595;
  --black-color: #000000;
  --light-color: #c2c2c2;
  --vs-secondary-color: #f5f6fb;
  --smoke-color: #f8f8f8;
  --dark-color: #252323;
  --light-dark-color: #0f1116;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: rgba(0,0,0,0.10);
  --theme-font: "Advent Pro", sans-serif;
  --theme-font2: "Lato",sans-serif;
  --theme-font3: "Amatic SC", cursive;
  --icon-font: "Font Awesome 5 Pro";
  --moving-ani-duration: 10s;
  --ripple-ani-duration: 5s;
}

/*=================================
    03. Mixin
==================================*/
/*=================================
    04. Typography
==================================*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--theme-font2);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  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(--body-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 15px 0;
  color: var(--body-color);
  line-height: 1.8;
}

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

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

.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) {
  .h3,
h3 {
    font-size: 26px;
  }
  .h4,
h4 {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .h1,
h1 {
    font-size: 42px;
  }
  .h2,
h2 {
    font-size: 38px;
  }
  .h3,
h3 {
    font-size: 24px;
  }
  .h4,
h4 {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .h1,
h1 {
    font-size: 36px;
  }
  .h2,
h2 {
    font-size: 28px;
  }
  .h3,
h3 {
    font-size: 22px;
  }
}
/*=================================
    05. Bootstrap Overwrite
==================================*/
/*------------------- 5.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-lg,
.container-md,
.container-sm,
.container-xl,
.container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row:not(.gx-70) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.vs-container {
  width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .vs-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .vs-container {
    max-width: 1540px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .vs-container_style2 {
    max-width: 1354px;
  }
}
@media (min-width: 1500px) {
  .vs-container_style3 {
    max-width: 1569px;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: -210px;
  }
  .vs-container_style3 .row {
    margin-left: 0;
  }
  .vs-container_style3 .row > [class*=col-]:first-child {
    padding-left: 0;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .vs-container_style3 {
    max-width: 100%;
  }
}
/*------------------- 5.2. Grid -------------------*/
.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);
}

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

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

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

@media (min-width: 1300px) {
  .gx-100 {
    --bs-gutter-x: 100px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 992px) {
  .gx-40,
.row.gutters-40 {
    --bs-gutter-x: 40px;
  }
}
/*------------------- 5.3. Form -------------------*/
label {
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 10px;
  line-height: 1;
}

table.variations select,
select,
.form-select,
.form-control {
  height: 55px;
  padding: 0 20px;
  border: 1px solid #e3e6e9;
  color: var(--title-color);
  background-color: var(--white-color);
  border-radius: 3px;
  font-family: var(--theme-font2);
}
table.variations select:focus,
select:focus,
.form-select:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #e3e6e9;
  background-color: var(--white-color);
}
table.variations select::-moz-placeholder,
select::-moz-placeholder,
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color2);
  text-transform: capitalize;
}
table.variations select::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color2);
  text-transform: capitalize;
}
table.variations select:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color2);
  text-transform: capitalize;
}
table.variations select::placeholder,
select::placeholder,
.form-select::placeholder,
.form-control::placeholder {
  color: var(--body-color2);
  text-transform: capitalize;
}

select {
  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-position: right 0.75rem center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 50px;
}

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: 180px;
  padding-top: 10px;
  padding-bottom: 17px;
}

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";
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  margin-bottom: 11px;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
}

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: 25px;
  cursor: pointer;
  display: block;
  line-height: 1.3;
  margin-bottom: 11px;
}
input[type=radio] ~ label:after, input[type=radio] ~ label:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  transition: all 0.2s ease;
}
input[type=radio] ~ label::before {
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
}
input[type=radio] ~ label:after {
  width: 10px;
  height: 10px;
  top: 4px;
  left: 3px;
  opacity: 0;
  transform: scale(0);
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
}
input[type=radio]:checked ~ label:after {
  opacity: 1;
  background-color: var(--theme-color);
  transform: scale(1);
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group > i {
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 18px;
  color: var(--theme-color);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid var(--error-color);
  background-position: right calc(0.375em + 0.8875rem) center;
}
.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;
}

/*=================================
    06. Vendor Custom Style
==================================*/
/*------------------- 6.1. Slick Slider -------------------*/
.slick-list.draggable {
  padding-left: 0;
  padding-right: 0;
}

.slick-track {
  min-width: 100%;
}
.slick-track img {
  display: inline-block;
}

.sec_btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.arrow_btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  border-radius: 50%;
}
.arrow_btn:last-child {
  margin-right: 0;
}
.arrow_btn:hover {
  background-color: var(--theme-color2);
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-bottom: 30px;
  line-height: 0;
}
.slick-dots li {
  line-height: 0;
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  border: none;
  display: inline-block;
  background-color: #e5d8d8;
  text-indent: -99999px;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background-color: var(--body-color);
}

.dots-style2 .slick-dots {
  padding-top: 25px;
  /* Small devices */
}
@media (max-width: 768px) {
  .dots-style2 .slick-dots {
    padding-top: 0;
  }
}
.dots-style2 li:not(:last-child) {
  margin-right: 20px;
}
.dots-style2 button {
  width: 10px;
  height: 10px;
  background-color: var(--theme-color2);
  position: relative;
}
.dots-style2 button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background-color: var(--white-color);
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  transition: all ease 0.4s;
}
.dots-style2 .slick-active button {
  background-color: var(--theme-color);
  box-shadow: 0 0 0 6px var(--theme-color);
}
.dots-style2 .slick-active button:before {
  opacity: 1;
  visibility: visible;
}

.slick-arrow {
  display: inline-block;
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 48px);
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 18px;
  vertical-align: middle;
  border-radius: 50%;
}
.slick-arrow .fa-angle-left,
.slick-arrow .fa-angle-right {
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.slick-arrow .fa-angle-left,
.slick-arrow .fa-angle-right {
  font-weight: 300;
}
.slick-arrow:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

.slick-slider .slick-arrow {
  position: absolute;
  left: var(--pos-x, -120px);
  top: 50%;
  transform: translateY(-50%);
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: var(--pos-x, -120px);
}

/*------------------- 6.2. VS 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: 0;
  height: 100%;
  transition: all ease 0.8s;
  text-align: center;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 25px;
  padding-top: 40px;
  display: inline-block;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  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%;
}
.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;
  width: 100%;
  transition: all ease 0.8s;
}
.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: 58vh;
  padding-bottom: 40px;
  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: 14px 0;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--title-color);
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.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:after {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 11px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--white-color);
  box-shadow: 0 0 31px -7px rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 20px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  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%;
}

/*------------------- 6.3. Date & Time Picker -------------------*/
.xdsoft_datetimepicker {
  z-index: 1080;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 300px;
}
.xdsoft_datetimepicker .xdsoft_current {
  color: var(--theme-color);
}

/* Extra small devices */
@media (max-width: 576px) {
  .xdsoft_datetimepicker {
    transform: scale(0.7);
    transform-origin: top center;
  }
}
/*------------------- 6.4. Flaticon -------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
  line-height: 1;
}

/*------------------- 6.5. Color Plate -------------------*/
/* Color Plate */
.vs-setting-plate {
  position: fixed;
  display: block;
  z-index: 99998;
  padding: 20px;
  width: 240px;
  background: #fff;
  left: -240px;
  text-align: left;
  top: 30%;
  transition: all 0.4s ease;
  box-shadow: -3px 0px 10px -2px rgba(0, 0, 0, 0.1);
  direction: ltr;
}
.vs-setting-plate.open {
  left: 0;
}
.vs-setting-plate .setting-plate-icon {
  position: absolute;
  right: -48px;
  width: 48px;
  height: 45px;
  line-height: 45px;
  font-size: 21px;
  border-radius: 0 5px 5px 0;
  text-align: center;
  color: #fff !important;
  top: 0;
  cursor: pointer;
  box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.2117647059);
}
.vs-setting-plate .plate-btn {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: none;
  background-color: #000;
  color: var(--white-color);
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  text-align: center;
}
.vs-setting-plate .plate-btn:hover, .vs-setting-plate .plate-btn.active {
  border-color: var(--theme-color);
  background-color: transparent;
  color: var(--title-color);
}
.vs-setting-plate h4 {
  display: block;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}
.vs-setting-plate p {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 20px;
}
.vs-setting-plate .btn-wrap {
  display: grid;
  gap: 5px;
}
.vs-setting-plate .btn-wrap.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.vs-setting-plate .btn-wrap.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.vs-setting-plate .color-btn {
  height: 40px;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  border: none;
}
.vs-setting-plate .color-btn:hover {
  cursor: pointer;
}

.default-color-btn {
  border: none;
  background-color: #000;
  color: var(--white-color);
  font-weight: 400;
  font-family: var(--theme-font2);
  text-align: center;
  width: 100%;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 5px 0;
}

/*=================================
    07. Theme Default
==================================*/
/*------------------- 7.1. Preloader -------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--white-color);
}
.preloader .vs-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0;
  padding: 5px 20px;
  font-size: 16px;
  border: none;
}
.preloader .loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
}
.preloader .loader::before {
  content: "";
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -24px;
  animation: animloader 4s ease infinite;
}
.preloader .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(101, 152, 51, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  animation: animloader2 2s ease infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 0 24px var(--theme-color), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0 24px var(--theme-color), 24px 24px var(--theme-color), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  37% {
    box-shadow: 0 24px var(--theme-color), 24px 24px var(--theme-color), 24px 48px var(--theme-color), 0px 48px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 24px var(--theme-color), 24px 24px var(--theme-color), 24px 48px var(--theme-color), 0px 48px var(--theme-color);
  }
  62% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px var(--theme-color), 24px 48px var(--theme-color), 0px 48px var(--theme-color);
  }
  75% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px var(--theme-color), 0px 48px var(--theme-color);
  }
  87% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px var(--theme-color);
  }
  100% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
}
@keyframes animloader2 {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    transform: translate(100%, 0) rotateX(0) rotateY(180deg);
  }
  50% {
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
  }
  100% {
    transform: translate(0, 0) rotateX(0) rotateY(360deg);
  }
}
/*------------------- 7.2. Theme Buttons -------------------*/
.vs-btn {
  display: inline-block;
  border: none;
  padding: 12px 37px;
  border-radius: 9999px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-color);
  font-weight: 700;
  box-shadow: 3px 6px 0px 0px rgba(186, 186, 186, 0.43);
  transition: all ease-in-out 0.4s;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  overflow: hidden;
  font-size: 16px;
}
.vs-btn:before, .vs-btn:after {
  content: "";
  position: absolute;
  top: var(--shape-gap, 3px);
  right: var(--shape-gap, 3px);
  bottom: var(--shape-gap, 3px);
  left: var(--shape-gap, 3px);
  background-color: var(--theme-color2);
  transform: scale(0);
  z-index: -1;
  border-radius: inherit;
  transform-origin: right bottom;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.vs-btn:before {
  transform-origin: left top;
}
.vs-btn.style2 {
  background-color: var(--theme-color);
}
.vs-btn.style2:before, .vs-btn.style2:after {
  background-color: var(--theme-color2);
}
.vs-btn.style6, .vs-btn.style5, .vs-btn.style3 {
  box-shadow: none;
  text-transform: uppercase;
  font-size: 14px;
  height: 60px;
  padding: 8px 8px 8px 45px;
  line-height: 1;
}
.vs-btn.style6 i, .vs-btn.style5 i, .vs-btn.style3 i {
  display: inline-block;
  width: var(--icon-size, 42px);
  height: var(--icon-size, 42px);
  line-height: var(--icon-size, 42px);
  background-color: var(--white-color);
  color: var(--title-color);
  font-size: var(--icon-font-size, 18px);
  margin: 0 0 0 var(--icon-gap, 25px);
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.vs-btn.style4 {
  background-color: var(--theme-color);
  text-transform: uppercase;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  box-shadow: none;
  padding: 17px 47px;
}
.vs-btn.style4 i {
  margin-right: 10px;
}
.vs-btn.style4:hover {
  color: var(--white-color);
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:before, .vs-btn:hover:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.vs-btn.style5 {
  background-color: transparent;
  border: 2px solid var(--white-color);
  padding: 6px 8px 8px 45px;
}
.vs-btn.style5:before, .vs-btn.style5:after {
  display: none;
}
.vs-btn.style5:hover {
  color: var(--title-color);
  background-color: var(--white-color);
}
.vs-btn.style5:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-btn.style6 {
  background-color: var(--white-color);
  color: var(--title-color);
}
.vs-btn.style6 i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-btn.style6:before, .vs-btn.style6:after {
  display: none;
}
.vs-btn.style6:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-btn.style6:hover i {
  background-color: var(--white-color);
  color: var(--title-color);
}

.icon-btn {
  display: inline-block;
  color: var(--title-color);
  background-color: var(--vs-secondary-color);
  text-align: center;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 14px;
  border-radius: 50%;
}
.icon-btn.active, .icon-btn:hover {
  background-color: var(--theme-color2) !important;
  color: var(--white-color) !important;
}
.icon-btn.active .badge, .icon-btn:hover .badge {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn.style2 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #eff3f1;
  color: var(--title-color);
  font-size: 18px;
}
.icon-btn.style3 {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  background-color: var(--vs-secondary-color);
  border-radius: 5px;
}

.play-btn {
  position: relative;
  border-radius: 50%;
  display: inline-block;
}
.play-btn > i {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: var(--icon-size, 75px);
  height: var(--icon-size, 75px);
  line-height: var(--icon-size, 75px);
  text-align: center;
  font-size: var(--icon-font-size, 18px);
  text-align: center;
  border-radius: inherit;
  transition: all ease 0.4s;
}
.play-btn .fa-play {
  padding-left: 3px;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--theme-color);
  z-index: 1;
}
.play-btn:after {
  animation-delay: 1s;
}
.play-btn:hover > i, .play-btn.style-white > i {
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: 0px 6px 34.3px 0.7px rgba(148, 147, 147, 0.84);
}
.play-btn > i, .play-btn.style-white:hover > i {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.play-btn.style2 {
  --icon-size: 128px;
  --icon-font-size: 30px;
}
.play-btn.style2 > i {
  background-color: var(--white-color);
  color: var(--title-color);
}
.play-btn.style2:before {
  display: none;
}
.play-btn.style2:after {
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  width: auto;
  height: auto;
  border: 3px dashed var(--theme-color2);
  background-color: transparent;
  animation: cspine 35s linear infinite;
}
.play-btn.style2:hover > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.link-btn {
  font-weight: 700;
  display: inline-block;
  line-height: 0.8;
  color: var(--theme-color);
}
.link-btn:hover {
  color: var(--theme-color2);
}
.link-btn i {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 7px;
}

.view-btn {
  font-size: 18px;
  color: var(--body-color2);
  text-transform: capitalize;
}
.view-btn i {
  margin-left: 10px;
}
.view-btn:hover {
  color: var(--theme-color);
}

.scrollToTop {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  font-size: 26px;
  transition: all ease 0.8s;
  border-radius: 50%;
  /* Small devices */
}
.scrollToTop:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color);
  transition: all ease 0.4s;
  animation: rotate 13s infinite linear;
}
.scrollToTop.show {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.scrollToTop:focus, .scrollToTop:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.scrollToTop:focus:before, .scrollToTop:hover:before {
  border-color: var(--theme-color2);
}
@media (max-width: 768px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 50px;
  }
  .scrollToTop.show {
    bottom: 15px;
  }
}

.bottom-btn {
  margin-top: 70px;
  text-align: center;
}

/* Large devices */
@media (max-width: 1199px) {
  .play-btn.style2 {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }
  .bottom-btn {
    margin-top: 40px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .play-btn > i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 26px;
  }
}
/*------------------- 7.3. Section Title -------------------*/
.section-title {
  margin-bottom: 60px;
}
.section-title > img {
  margin-top: 15px;
}

.elementor-title-divider .elementor-widget-container > h2 {
  position: relative;
  padding: 0 0 20px 0;
  margin-bottom: 0 !important;
}
.elementor-title-divider .elementor-widget-container > h2:before, .elementor-title-divider .elementor-widget-container > h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: var(--theme-color2);
  border-radius: 4px;
}
.elementor-title-divider .elementor-widget-container > h2:after {
  background-color: var(--white-color);
  left: 45px;
  width: 10px;
}

.sec-title2,
.sec-title1 {
  font-size: 72px;
  text-transform: capitalize;
  line-height: 1;
  margin-top: -0.14em;
  margin-bottom: 20px;
}

.sec-title2 {
  color: var(--theme-color);
  font-weight: 200;
  margin-bottom: 0;
  text-transform: none;
}

.sec-title3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.sec-title4 {
  font-size: 50px;
}

.sub-title2,
.sub-title1 {
  font-family: var(--theme-font);
  letter-spacing: 0.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
  color: var(--body-color2);
  text-transform: uppercase;
  display: block;
}

.sub-title2 {
  letter-spacing: 0.3em;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.sub-title3 {
  font-family: var(--theme-font);
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--title-color);
  display: block;
  margin-bottom: 10px;
}

.sub-title4 {
  font-size: 35px;
  font-family: var(--theme-font3);
  font-weight: 700;
  color: var(--theme-color);
  margin: 0 0 10px 0;
  display: block;
}

.sec-text {
  font-size: 18px;
}

.sec-icon {
  margin: 0 0 30px 0;
}

.inner-title1 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-top: -0.3em;
}
.inner-title1 span {
  font-weight: 300;
}
.inner-title1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .sec-title1,
.sec-title2 {
    font-size: 54px;
  }
  .sec-title3 {
    font-size: 46px;
  }
  .sub-title4 {
    font-size: 30px;
  }
  .sec-title4 {
    font-size: 42px;
    line-height: 1.2;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .sec-title1,
.sec-title2 {
    font-size: 48px;
  }
  .sec-title4,
.sec-title3 {
    font-size: 36px;
  }
  .sub-title4 {
    font-size: 24px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .sec-text {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .sec-title1,
.sec-title2 {
    font-size: 36px;
  }
  .sec-title4,
.sec-title3 {
    font-size: 30px;
  }
  .sub-title2 {
    font-size: 18px;
  }
}
/*------------------- 7.4. Theme Utility -------------------*/
@media (min-width: 1950px) {
  .d-none-hd {
    display: none;
  }
}
@media (min-width: 1500px) {
  .d-hd-inline-block {
    display: inline-block !important;
  }
  .d-hd-block {
    display: block !important;
  }
}
.elementor-fix1 {
  /* Hight Resoulation devices */
}
@media (min-width: 1921px) {
  .elementor-fix1.elementor-element.elementor-element-33ce9a7:not(.elementor-motion-effects-element-type-background) {
    background-size: 67% auto;
    background-position: left bottom;
  }
}

.foodano-countdown span.elementor-counter-number-prefix:empty,
.foodano-countdown span.elementor-counter-number-suffix:empty {
  display: none;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 2px;
  margin-top: -4px;
}

.tooltip {
  line-height: 1;
}

span.process_number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-family: var(--theme-font);
  color: var(--white-color);
  background-color: var(--theme-color);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 40px;
  top: 25px;
  border-radius: 50%;
  z-index: 3;
  transition: all ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  span.process_number {
    left: 0;
    top: 0;
  }
}

.vs_elementor_process:hover .process_number {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

.custom-footer-gallery .gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.custom-footer-gallery .gallery-columns-3 .gallery-item {
  max-width: 100% !important;
  width: 100% !important;
  overflow: hidden;
  padding: 0 !important;
}
.custom-footer-gallery .gallery-columns-3 .gallery-item img {
  width: 100%;
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.custom-footer-gallery .gallery-columns-3 .gallery-item:hover img {
  transform: scale(1.15);
}

.shape-mockup-wrap {
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

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

.link-inherit a,
.link-inherit * a {
  color: inherit;
}
.link-inherit a:hover,
.link-inherit * a:hover {
  color: var(--theme-color2);
}

.list-style-none ol,
.list-style-none ul, .list-style-none {
  padding: 0;
  margin: 0;
}
.list-style-none li {
  list-style-type: none;
}

.form-messages {
  display: none;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}

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

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

.badge {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  background-color: var(--body-color);
  color: var(--white-color);
  padding: 0;
  border-radius: 50%;
}

.vs-rating {
  color: var(--light-color);
}
.vs-rating i {
  margin-right: 5px;
}
.vs-rating i:last-child {
  margin-right: 0;
}
.vs-rating .active {
  color: var(--theme-color2);
}

.media-body {
  flex: 1;
}

.middle-box {
  margin-bottom: -82px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.middle-box h4 {
  max-width: 240px;
}

#google_translate_element2,
.goog-te-banner-frame,
#goog-gt-tt {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

body {
  top: 0 !important;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: var(--theme-color);
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: var(--theme-color);
}

.tooltip-inner {
  background-color: var(--theme-color);
}

.new-label {
  background-color: #dc3545;
  display: inline-block;
  color: var(--white-color);
  font-size: 11px;
  font-family: var(--theme-font2);
  font-weight: 400;
  line-height: 1;
  padding: 3px 7px;
  border-radius: 5px;
}

/* Large devices */
@media (max-width: 1199px) {
  .tooltip {
    display: none;
  }
  .br-none-lg br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .elementor-lg-3 {
    width: 33.33% !important;
  }
  .elementor-lg-2 {
    width: 50% !important;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .middle-box {
    margin-bottom: 60px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .custom-footer-gallery .gallery-item {
    width: 50%;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .middle-box.px-90.py-50 {
    padding: 20px;
  }
  .middle-box .media-icon.pr-35 {
    padding-right: 15px;
  }
  .media-body.pl-30 {
    padding-left: 15px;
  }
}
/*=================================
    08. Template Style
==================================*/
/*------------------- 8.1. Widget  -------------------*/
.store-cat-stack-dokan ul,
.widget_layered_nav ul,
.product-categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.store-cat-stack-dokan > ul,
.widget_layered_nav > ul,
.product-categories > ul,
.widget_nav_menu > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_categories > ul {
  margin-top: -15px;
}
.store-cat-stack-dokan li,
.widget_layered_nav li,
.product-categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.store-cat-stack-dokan li > span,
.widget_layered_nav li > span,
.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 {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 16px;
}
.store-cat-stack-dokan li:last-child a,
.widget_layered_nav li:last-child a,
.product-categories li:last-child a,
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
  margin-bottom: 0;
}
.store-cat-stack-dokan label,
.store-cat-stack-dokan a,
.widget_layered_nav label,
.widget_layered_nav a,
.product-categories label,
.product-categories a,
.widget_nav_menu label,
.widget_nav_menu a,
.widget_meta label,
.widget_meta a,
.widget_pages label,
.widget_pages a,
.widget_archive label,
.widget_archive a,
.widget_categories label,
.widget_categories a {
  display: block;
  background-color: var(--white-color);
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 11px;
  color: var(--body-color2);
  font-weight: 600;
  font-size: 16px;
  font-family: var(--theme-font2);
  border-bottom: 1px dashed var(--body-color2);
}
.store-cat-stack-dokan label:hover,
.store-cat-stack-dokan a:hover,
.widget_layered_nav label:hover,
.widget_layered_nav a:hover,
.product-categories label:hover,
.product-categories a:hover,
.widget_nav_menu label:hover,
.widget_nav_menu a:hover,
.widget_meta label:hover,
.widget_meta a:hover,
.widget_pages label:hover,
.widget_pages a:hover,
.widget_archive label:hover,
.widget_archive a:hover,
.widget_categories label:hover,
.widget_categories a:hover {
  color: var(--theme-color2);
}
.store-cat-stack-dokan input[type=checkbox] ~ label:before,
.widget_layered_nav input[type=checkbox] ~ label:before,
.product-categories input[type=checkbox] ~ label:before,
.widget_nav_menu input[type=checkbox] ~ label:before,
.widget_meta input[type=checkbox] ~ label:before,
.widget_pages input[type=checkbox] ~ label:before,
.widget_archive input[type=checkbox] ~ label:before,
.widget_categories input[type=checkbox] ~ label:before {
  top: 5px;
}
.store-cat-stack-dokan input[type=checkbox]:not(:checked) ~ label:before,
.widget_layered_nav input[type=checkbox]:not(:checked) ~ label:before,
.product-categories input[type=checkbox]:not(:checked) ~ label:before,
.widget_nav_menu input[type=checkbox]:not(:checked) ~ label:before,
.widget_meta input[type=checkbox]:not(:checked) ~ label:before,
.widget_pages input[type=checkbox]:not(:checked) ~ label:before,
.widget_archive input[type=checkbox]:not(:checked) ~ label:before,
.widget_categories input[type=checkbox]:not(:checked) ~ label:before {
  background-color: #fbf8f8;
  border-color: #ffe4e4;
}
.store-cat-stack-dokan .children,
.widget_layered_nav .children,
.product-categories .children,
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

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

.product-categories {
  margin: 0;
  padding: 0;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

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

.style-white a {
  color: var(--white-color);
}

.widget_recent_comments ul {
  margin: 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_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;
}
.widget_recent_entries ul li > a:hover {
  color: var(--theme-color);
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  top: 6px;
  position: relative;
}

.widget_recent_comments .has-avatars {
  padding-left: 0;
}
.widget_recent_comments .has-avatars li {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_recent_comments .has-avatars li:before {
  display: none;
}

.wp-block-latest-comments__comment-date {
  color: var(--theme-color);
  margin-top: 3px;
}

.price_slider_wrapper .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}
.price_slider_wrapper .price_slider_amount .price_label {
  order: 1;
  margin-bottom: 10px;
}
.price_slider_wrapper .price_slider_amount button {
  order: 2;
  width: 94px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  min-width: auto;
  font-weight: 700;
  font-size: 14px;
  color: var(--white-color);
  border: none;
  padding: 0;
  text-transform: capitalize;
  background-color: var(--theme-color);
}
.price_slider_wrapper .price_slider_amount button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.price_slider_wrapper {
  margin-top: 25px;
}
.price_slider_wrapper .price_label {
  font-weight: 700;
}
.price_slider_wrapper .price_label span {
  font-weight: 500;
}
.price_slider_wrapper .price_label span:first-child {
  margin-left: 5px;
}
.price_slider_wrapper .price-area {
  float: left;
  padding: 7px 0;
}
.price_slider_wrapper .price-area span {
  display: inline-block;
  color: var(--title-color);
}
.price_slider_wrapper input {
  width: 100px;
  display: inline-block;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  color: var(--body-color);
}
.price_slider_wrapper .ui-slider {
  height: 6px;
  position: relative;
  width: 92%;
  background-color: var(--smoke-color);
  border: none;
  margin-top: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 3px;
}
.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--theme-color);
}
.price_slider_wrapper .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -2px;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  margin-top: -7px;
  z-index: 2;
  background-color: var(--theme-color);
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.widget_rss ul {
  margin: 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;
}
.widget_rss ul a {
  display: block;
  font-weight: 700;
  color: inherit;
}
.widget_rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.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: 600;
  color: var(--title-color);
  font-family: var(--theme-font);
}
.widget_rss ul cite:before {
  content: "";
  position: relative;
  top: 0;
  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 {
  margin-bottom: 50px;
}
.widget:last-child {
  margin-bottom: 30px;
}
.widget .screen-reader-text {
  display: none;
}
.widget select {
  height: 50px;
  width: 100%;
  padding-left: 20px;
  border-radius: 4px;
}

.widget_title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: -0.3em;
}
.widget_title:after, .widget_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--theme-color);
  border-radius: 5px;
}
.widget_title:after {
  width: 5px;
  left: 45px;
  background-color: var(--theme-color2);
}
.widget_title a {
  color: inherit;
}
.widget_title a:hover {
  color: var(--theme-color);
}

ul.product_list_widget {
  margin: 0;
  padding: 0;
}
ul.product_list_widget li {
  margin-bottom: 20px;
}
ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
ul.product_list_widget img {
  border: 1px solid #ececec;
}
ul.product_list_widget .media-body.pl-30 {
  padding-left: 15px;
}
ul.product_list_widget .amount {
  font-size: 14px;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 7px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  margin-bottom: 30px;
}
.footer-widget .widget_title {
  padding-bottom: 17px;
  margin-bottom: 23px;
}
.footer-widget .widget_meta,
.footer-widget .widget_pages,
.footer-widget .widget_archive,
.footer-widget .widget_categories,
.footer-widget .widget_nav_menu {
  margin-bottom: 20px;
}
.footer-widget .widget_meta .widget_title,
.footer-widget .widget_pages .widget_title,
.footer-widget .widget_archive .widget_title,
.footer-widget .widget_categories .widget_title,
.footer-widget .widget_nav_menu .widget_title {
  margin-bottom: 25px;
}
.footer-widget .widget_meta li > span,
.footer-widget .widget_pages li > span,
.footer-widget .widget_archive li > span,
.footer-widget .widget_categories li > span,
.footer-widget .widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget .widget_meta a,
.footer-widget .widget_pages a,
.footer-widget .widget_archive a,
.footer-widget .widget_categories a,
.footer-widget .widget_nav_menu a {
  background-color: transparent;
  position: relative;
  margin-bottom: 3px;
  display: inline-block;
  padding: 0;
  border: none;
}
.footer-widget .widget_meta a:hover,
.footer-widget .widget_pages a:hover,
.footer-widget .widget_archive a:hover,
.footer-widget .widget_categories a:hover,
.footer-widget .widget_nav_menu a:hover {
  background-color: transparent;
}
.footer-widget .widget_meta a:before,
.footer-widget .widget_pages a:before,
.footer-widget .widget_archive a:before,
.footer-widget .widget_categories a:before,
.footer-widget .widget_nav_menu a:before {
  content: "\f101";
  font-family: var(--icon-font);
  margin-right: 10px;
}
.footer-widget .menu a {
  padding: 0 0 0 15px;
  margin-bottom: 7px;
  display: inline-block;
  background-color: transparent;
  border: none;
  padding-bottom: 0;
  position: relative;
  font-weight: 400;
}
.footer-widget .menu a:before {
  content: "\f054";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 1px;
  color: var(--theme-color);
  transition: all ease 0.4s;
}
.footer-widget .menu a:hover {
  background-color: transparent;
  color: var(--theme-color2);
}
.footer-widget .menu a:hover:before {
  color: var(--theme-color2);
}
.footer-widget .menu[class*=text-] a {
  color: inherit;
}
.footer-widget .menu[class*=text-] a:hover {
  color: var(--theme-color);
}

.vs-widget-about .fs-md {
  margin-bottom: 25px;
  font-size: 16px;
}
.vs-widget-about .footer-info {
  margin: 0 0 25px 0;
}
.vs-widget-about .footer-info:last-child {
  margin-bottom: 0;
}

.elementor-widget .vs-widget-about .footer-info {
  color: var(--body-color);
}

.widget.footer-widget,
.footer-widget .widget {
  margin-bottom: 40px;
}

.footer-social-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-social-links li {
  position: relative;
  margin-bottom: 8px;
}
.footer-social-links li:last-child {
  margin-bottom: 0;
}
.footer-social-links i {
  color: var(--theme-color);
  min-width: 18px;
  text-align: center;
  margin-right: 10px;
  transition: all ease 0.4s;
}
.footer-social-links a {
  text-transform: capitalize;
  color: var(--body-color2);
}
.footer-social-links a:hover,
.footer-social-links a:hover i {
  color: var(--theme-color2);
}
.footer-social-links[class*=text-] a {
  color: inherit;
}
.footer-social-links[class*=text-] a:hover {
  color: var(--theme-color);
}

.footer-newsletter {
  margin-top: 5px;
}
.footer-newsletter input {
  border-radius: 5px;
  font-family: var(--theme-font2);
  height: 50px;
}
.footer-newsletter input.dark {
  border: 1px solid #5b5c61;
  background-color: #2f2c2c;
}

.footer-map iframe {
  width: 100%;
  height: 150px;
}

.footer-info-logo {
  margin-bottom: 93px;
}

.footer-info {
  position: relative;
  font-size: 16px;
  color: var(--body-color);
  padding: 0 0 0 55px;
  margin: 35px 0 35px 0;
  max-width: 320px;
}
.footer-info a {
  color: inherit;
}
.footer-info a:hover {
  color: var(--theme-color2);
}
.footer-info i {
  display: inline-block;
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all ease 0.4s;
}
.footer-info:hover i {
  background-color: var(--theme-color2);
}

.footer-info-white .footer-info,
.footer-info.footer-info-white {
  color: var(--white-color);
}

.footer-links ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-links li {
  margin: 0 0 10px 0;
}
.footer-links a {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 700;
  position: relative;
  margin-bottom: 7px;
  display: block;
  width: max-content;
}
.footer-links a:before {
  content: "\f105";
  font-family: var(--icon-font);
  color: var(--theme-color);
  margin: 0 10px 0 0;
}
.footer-links a:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color2);
  transition: all ease 0.4s;
}
.footer-links a:hover {
  color: var(--theme-color2);
}
.footer-links a:hover:after {
  width: 100%;
}

.footer-widget .footer-links a:hover {
  color: var(--title-color);
}

.copyright-social a {
  color: var(--white-color);
  display: inline-block;
  margin: 0 40px 0 0;
  font-weight: 700;
  transition: all ease 0.4s;
}
.copyright-social a:last-child {
  margin-right: 0;
}
.copyright-social a:hover {
  color: var(--theme-color2);
}
.copyright-social a:hover i {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.copyright-social i {
  display: inline-block;
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: var(--icon-size, 50px);
  font-size: var(--icon-font-size, 18);
  margin: 0 10px 0 0;
  background-color: var(--white-color);
  color: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.contact-footer {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 5px 0;
}
.contact-footer > i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 18px;
  color: var(--theme-color);
}
.contact-footer a {
  color: inherit;
}

.footer-about {
  padding: 60px 45px 25px 45px;
}
.footer-about[data-bg-src] {
  background-size: 100% 100%;
}
.footer-about-logo {
  margin-bottom: 23px;
}
.footer-about-text {
  color: var(--white-color);
  line-height: 28px;
  letter-spacing: 0.02em;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
  .footer-info-logo {
    margin-bottom: 30px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .widget-area.pt-100 {
    padding-top: 60px;
  }
  .footer-links li {
    margin: 0 0 0 0;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .footer-links ul {
    display: block;
  }
}
.widget .search-form {
  margin-top: 20px;
  position: relative;
}
.widget .search-form input {
  width: 100%;
  height: 40px;
  background-color: var(--white-color);
  border: 1px solid #dddee6;
  color: var(--title-color);
  font-size: 14px;
  padding-left: 20px;
  border-radius: 9999px;
  padding-right: 45px;
}
.widget .search-form input::-moz-placeholder {
  color: var(--body-color2);
}
.widget .search-form input::-webkit-input-placeholder {
  color: var(--body-color2);
}
.widget .search-form input:-ms-input-placeholder {
  color: var(--body-color2);
}
.widget .search-form input::placeholder {
  color: var(--body-color2);
}
.widget .search-form button {
  padding: 0;
  border: none;
  color: var(--title-color);
  background-color: transparent;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.widget .search-form button:hover {
  color: var(--theme-color2);
}

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

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

.widget .tagcloud {
  margin-top: 30px;
}

.vs-widget-recent-post {
  margin-top: 30px;
}
.vs-widget-recent-post a {
  color: inherit;
}
.vs-widget-recent-post .recent-post {
  border-bottom: 1px solid #f7f8fc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.vs-widget-recent-post .recent-post:hover .media-img img {
  transform: scale(1.15);
}
.vs-widget-recent-post .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.vs-widget-recent-post .recent-post:last-child {
  margin-bottom: 0;
}
.vs-widget-recent-post .recent-post .media-body.pl-30 {
  padding-left: 15px;
}
.vs-widget-recent-post .recent-post-title a {
  color: inherit;
}
.vs-widget-recent-post .recent-post-title a:hover {
  color: var(--theme-color2);
}
.vs-widget-recent-post a.text-theme.fs-12:hover {
  color: var(--theme-color2) !important;
}
.vs-widget-recent-post .media-img {
  overflow: hidden;
}
.vs-widget-recent-post .media-img img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}

.range-slider-area .price-amount {
  display: flex;
  justify-content: space-between;
}
.range-slider-area .price-amount span {
  display: inline-block;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
}
.range-slider-area .ui-slider {
  height: 6px;
  position: relative;
  width: 93%;
  background-color: #f6f1f1;
  border: none;
  margin-top: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 3px;
}
.range-slider-area .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--theme-color);
}
.range-slider-area .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -2px;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  margin-top: -7px;
  z-index: 2;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: var(--theme-color);
}
.range-slider-area .ui-slider-handle:focus {
  outline: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.range-slider-area .ui-slider-handle:before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 10px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  font-size: 18px;
  font-family: var(--theme-font);
  font-weight: 600;
  color: var(--title-color);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  color: var(--body-color2);
}
.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 20px;
  border: 1px solid var(--vs-secondary-color);
  transition: all ease 0.4s;
}
.widget_shopping_cart .cart_list .mini_cart_item:hover img {
  border-color: var(--theme-color);
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  color: var(--theme-color);
}
.widget_shopping_cart .total {
  margin-top: 30px;
  font-size: 18px;
  color: var(--title-color);
}
.widget_shopping_cart .amount {
  padding-left: 5px;
  font-weight: 600;
  font-family: var(--theme-font);
}
.widget_shopping_cart .vs-btn {
  margin-right: 20px;
}
.widget_shopping_cart .vs-btn:last-child {
  margin-right: 0;
}

.sidebar-area .widget_shopping_cart .vs-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

/*------------------- 8.2. Header  -------------------*/
.header-wrapper {
  position: relative;
  z-index: 41;
}

.header-top-wrapper {
  position: relative;
  z-index: 42 !important;
}

.main-menu a {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-weight: 700;
  display: block;
  position: relative;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu.text-white > ul > li > a {
  color: inherit;
}
.main-menu.text-white > ul > li > a:hover {
  color: var(--theme-color);
}
.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: 7px;
  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;
  transform: rotateX(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;
  opacity: 0;
  z-index: -1;
  transform-origin: top center;
  transform: rotateX(90deg);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: transform 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 li {
  display: block;
  margin: 0 0;
  padding: 4px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
  font-size: 0.8rem;
}
.main-menu ul.sub-menu li a:hover {
  color: var(--theme-color);
}
.main-menu ul.sub-menu li ul {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 7px;
  border-radius: 5px;
  transform: rotateX(0);
}
.main-menu ul.sub-menu li ul 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: 1200px;
  padding: 20px 0;
  left: 0;
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 20px;
}
.main-menu ul.mega-menu li li {
  padding: 3px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  border-bottom: 1px solid;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::before {
  display: none;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.sticky-header-wrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all ease 0.4s;
  transform: translateY(-110%);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
}
.sticky-header-wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-sticky1 > ul > li {
  margin: 0 17px;
}
.menu-sticky1 > ul > li > a {
  padding: 27px 0;
}

.header-top-v3 {
  padding: 10px 0;
  background-color: #fceee7;
}

.header-address a.text-reset:hover {
  color: var(--theme-color) !important;
}

.header4-logo img,
.mobile-logo img,
.loader-logo img,
.header-logo img {
  max-width: 200px;
  /* Small devices */
}
@media (max-width: 768px) {
  .header4-logo img,
.mobile-logo img,
.loader-logo img,
.header-logo img {
    max-width: 180px;
  }
}

.header6-inner {
  padding: 28px 0;
}

.header-page-link ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-page-link li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 12px;
}
.header-page-link li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin-top: -7px;
  background-color: var(--body-color2);
}
.header-page-link li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-page-link li:last-child::before {
  display: none;
}
.header-page-link a {
  color: var(--white-color);
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
.header-page-link a:hover {
  color: var(--theme-color2);
}
.header-page-link a i {
  margin-right: 10px;
}

.head-top-links > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.head-top-links > ul > li {
  display: inline-block;
  margin-right: 7px;
}
.head-top-links > ul > li::after {
  content: "/";
  position: relative;
  top: -1px;
  vertical-align: middle;
  padding-left: 5px;
}
.head-top-links > ul > li:last-child {
  margin-right: 0;
}
.head-top-links > ul > li:last-child:after {
  display: none;
}
.head-top-links a {
  font-family: var(--theme-font);
  color: var(--white-color);
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding: 0px 0;
  line-height: 1;
  display: inline-block;
  transition: all ease 0.4s;
}
.head-top-links a:hover {
  text-decoration: underline;
  color: var(--theme-color2);
}
.head-top-links a:first-child {
  margin-left: 0;
}
.head-top-links[class*=text-] a {
  color: inherit;
}
.head-top-links[class*=text-] a:hover {
  color: var(--theme-color2);
}
.head-top-links .dropdown-toggle:after {
  content: "\f107";
  margin: 0;
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 3px;
}
.head-top-links ul.dropdown-menu {
  padding: 10px 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  margin-left: -15px !important;
  margin-top: 15px !important;
  width: fit-content;
  min-width: auto;
  position: relative;
  z-index: 1;
  border: 1px solid #ededed;
}
.head-top-links ul.dropdown-menu li {
  margin-bottom: 10px;
}
.head-top-links ul.dropdown-menu li:last-child {
  margin-bottom: 0;
}
.head-top-links ul.dropdown-menu a {
  display: block;
  margin: 11px 0;
  width: max-content;
  padding: 2px 0;
  color: var(--title-color);
}
.head-top-links ul.dropdown-menu a:hover {
  color: var(--theme-color2);
}
.head-top-links ul.dropdown-menu a:first-child {
  margin-top: 0;
  padding-top: 0;
}
.head-top-links ul.dropdown-menu a:last-of-type, .head-top-links ul.dropdown-menu a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.head-top-links ul.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 18px;
  top: -7px;
  width: 14px;
  height: 14px;
  background-color: var(--white-color);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
}
.head-top-links .icon-btn {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.head-top-links .icon-btn:hover .badge {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.head-top-links .icon-btn.me-4 {
  margin-right: 15px !important;
}

.menu-style1 > ul > li {
  margin: 0 15px;
}
.menu-style1 > ul > li > a {
  padding: 41px 0;
  font-size: 18px;
  color: var(--title-color);
  position: relative;
}
.menu-style1 > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  width: 0;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.menu-style1 > ul > li > a:hover {
  color: #858585;
}
.menu-style1 > ul > li > a:hover:before {
  width: 100%;
}
.menu-style1 > ul > li.menu-item-has-children a:before {
  bottom: 0;
}

.menu-style2 > ul > li {
  margin: 0 16px;
}
.menu-style2 > ul > li > a {
  padding: 46px 0;
  line-height: 1;
}

.menu-style3 > ul > li {
  margin: 0 15px;
}
.menu-style3 > ul > li > a {
  padding: 16px 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
  position: relative;
}
.menu-style3 > ul > li > a:hover {
  color: var(--title-color) !important;
}

.menu-style4 > ul > li {
  margin: 0 16px;
}
.menu-style4 > ul > li > a {
  padding: 45px 0;
  line-height: 1;
  color: var(--white-color);
}

.social-header a {
  margin-right: 10px;
  color: var(--white-color);
}
.social-header a:hover {
  color: var(--theme-color2);
}
.social-header.fs-md a {
  margin-right: 15px;
}

.header-search {
  position: relative;
  min-width: 320px;
  border-radius: 9999px;
  background-color: var(--vs-secondary-color);
  height: 55px;
  overflow: hidden;
  margin: 7px 0;
}
.header-search input {
  border: none;
  padding-left: 30px;
  font-family: var(--theme-font2);
  font-weight: 600;
  font-size: 14px;
  height: 100%;
  width: calc(100% - 100px);
  background-color: transparent;
}
.header-search input:focus {
  border: none;
  background-color: var(--vs-secondary-color);
}
.header-search .icon-btn,
.header-search .vs-btn {
  position: absolute;
  right: 7px;
  top: 7px;
  box-shadow: none;
  padding: 8px 24px;
  font-size: 14px;
}
.header-search .icon-btn:after, .header-search .icon-btn:before,
.header-search .vs-btn:after,
.header-search .vs-btn:before {
  display: none;
}
.header-search .icon-btn:hover,
.header-search .vs-btn:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.header-search .icon-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 2px;
  right: 2px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0;
}
.header-search .icon-btn:hover {
  background-color: var(--theme-color2) !important;
  color: var(--white-color) !important;
}
.header-search.style2 {
  height: 44px;
  min-width: auto;
  max-width: 600px;
  width: 400px;
}

.cart-btn {
  font-size: 30px;
  color: var(--white-color);
  position: relative;
}
.cart-btn .badge {
  font-size: 0.7rem;
  right: -0.3rem;
  top: -0.2rem;
}
.cart-btn:hover {
  color: var(--theme-color);
}

.header-wrapper .bg-black .icon-btn {
  background-color: #584f4f;
  color: var(--white-color);
}

.header-layout1 {
  position: relative;
}

.header1-inner {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  top: 55px;
  padding: 0 35px;
  background-color: var(--white-color);
  box-shadow: 0px 13px 96.04px 1.96px rgba(186, 186, 186, 0.3);
  border-radius: 5px;
}

.header2-inner {
  box-shadow: 0px 13px 96.04px 1.96px rgba(186, 186, 186, 0.3);
  border-radius: 5px;
  background-color: var(--white-color);
}

.header3-inner {
  background-color: var(--white-color);
  box-shadow: 0px 13px 96.04px 1.96px rgba(186, 186, 186, 0.3);
  border-radius: 5px;
  padding: 0 40px;
}

.header-layout2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
}
.header-layout2 .row {
  align-items: center;
}
.header-layout2 .vs-btn {
  padding: 7px 30px;
  font-size: 14px;
}

.header-layout4 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 31;
}
.header-layout4 .text-body2 {
  color: #c6baba !important;
}
.header-layout4 .icon-btn,
.header-layout4 .cart-btn {
  color: var(--white-color);
  background-color: var(--title-color);
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.header-layout4 .icon-btn:hover,
.header-layout4 .cart-btn:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.header-layout4 .cart-btn .badge {
  transform: scale(0.8);
}
.header-layout4 .ms-4.head-top-links.text-body2.fw-semibold.d-none.d-lg-inline-block {
  margin-left: 17px !important;
}
.header-layout4 .bg-ovelay1,
.header-layout4 .bg-ovelay2 {
  position: relative;
}
.header-layout4 .bg-ovelay1:after,
.header-layout4 .bg-ovelay2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--black-color);
  width: 100%;
}
.header-layout4 .bg-ovelay1:after {
  opacity: 0.7;
}
.header-layout4 .bg-ovelay2:after {
  border: 1px solid var(--white-color);
  border-top: none;
  opacity: 0.2;
}

.header3-margin {
  margin-bottom: -55px;
  position: relative;
  z-index: 31;
}

header.header3-margin.no-margin {
  margin-bottom: 0;
}

.header-layout7 div#mega-menu-wrap-primary-menu,
.header-layout7 ul#mega-menu-primary-menu,
.header-layout-6 div#mega-menu-wrap-primary-menu,
.header-layout-6 ul#mega-menu-primary-menu {
  position: static !important;
}

.header-layout-6 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
  line-height: 60px;
  height: 60px;
}
.header-layout-6 .mr-3 {
  margin-right: 20px;
}

[class*=header-] .icon-btn.bg2,
[class*=header-] .icon-btn.bg3 {
  background-color: var(--theme-color);
  color: var(--white-color);
  transition: all ease 0.4s;
}
[class*=header-] .icon-btn.bg2 .badge,
[class*=header-] .icon-btn.bg3 .badge {
  background-color: var(--theme-color2);
  color: var(--white-color);
  transition: all ease 0.4s;
}
[class*=header-] .icon-btn.bg2:hover,
[class*=header-] .icon-btn.bg3:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
[class*=header-] .icon-btn.bg2:hover .badge,
[class*=header-] .icon-btn.bg3:hover .badge {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-layout6 .icon-btn.bg3,
.header-layout6 .icon-btn.bg2,
.header-layout5 .icon-btn.bg3,
.header-layout5 .icon-btn.bg2 {
  background-color: transparent;
  color: var(--title-color);
}
.header-layout6 .icon-btn.bg3:hover,
.header-layout6 .icon-btn.bg2:hover,
.header-layout5 .icon-btn.bg3:hover,
.header-layout5 .icon-btn.bg2:hover {
  color: var(--theme-color2);
  background-color: transparent;
}
.header-layout6 .icon-btn.badge,
.header-layout5 .icon-btn.badge {
  background-color: var(--theme-color2);
}
.header-layout6 .icon-btn:hover .badge,
.header-layout5 .icon-btn:hover .badge {
  background-color: var(--theme-color);
}

.header-buttons > button,
.header-buttons > a {
  border: none;
  background-color: transparent;
  padding: 0 15px 0 13px;
  color: var(--title-color);
  font-size: 20px;
  border-right: 1px solid #cdcdcd;
  margin: 0;
}
.header-buttons > button:last-child,
.header-buttons > a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.header-buttons > button.has-badge,
.header-buttons > a.has-badge {
  margin-right: 17px;
}
.header-buttons > button:hover,
.header-buttons > a:hover {
  color: var(--theme-color2);
}
.header-buttons .badge {
  font-size: 12px;
  margin-left: -3px;
  margin-top: -5px;
}

.header-infos .info {
  color: var(--white-color);
  margin: 0 47px 0 0;
  font-size: 15px;
  display: inline-block;
}
.header-infos .info:last-child {
  margin-right: 0;
}
.header-infos .info > img,
.header-infos .info > i {
  margin-right: 15px;
  font-size: 18px;
  color: var(--theme-color);
}
.header-infos .info a {
  color: inherit;
  margin-left: 5px;
}
.header-infos .info a:hover {
  color: var(--theme-color2);
}

.header-layout3 .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
  transition: all ease 0.4s;
}
.header-layout3 .icon-btn .badge {
  background-color: var(--theme-color2);
  color: var(--white-color);
  transition: all ease 0.4s;
}
.header-layout3 .icon-btn:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.header-layout3 .icon-btn:hover .badge {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-layout5 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.header-layout5 .menu-area {
  background-color: var(--white-color);
  position: relative;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
}
.header-layout5 .menu-area ul.mega-menu {
  max-width: 100%;
}
.header-layout5 .header-top {
  padding: 16.5px 0;
}

.header-layout6 .header-infos .info {
  color: var(--title-color);
}
.header-layout6 .header-top {
  padding: 16.5px 0;
}
.header-layout6 .menu-area {
  border-top: 1px solid #aaaaaa;
  position: relative;
}

.header-layout5 .header-buttons > a,
.header-layout5 .header-buttons > button,
.header-layout6 .header-buttons > a,
.header-layout6 .header-buttons > button {
  background-color: transparent;
  width: auto;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #cdcdcd;
  border-radius: 0;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0 !important;
}
.header-layout5 .header-buttons > a.has-badge,
.header-layout5 .header-buttons > button.has-badge,
.header-layout6 .header-buttons > a.has-badge,
.header-layout6 .header-buttons > button.has-badge {
  padding-right: 30px;
}
.header-layout5 .header-buttons > a:last-child,
.header-layout5 .header-buttons > button:last-child,
.header-layout6 .header-buttons > a:last-child,
.header-layout6 .header-buttons > button:last-child {
  border-right: none;
  margin-right: 0 !important;
}
.header-layout5 .header-buttons > a.has-badge:last-child,
.header-layout5 .header-buttons > button.has-badge:last-child,
.header-layout6 .header-buttons > a.has-badge:last-child,
.header-layout6 .header-buttons > button.has-badge:last-child {
  padding-right: 16px;
}
.header-layout5 .header-buttons > a:hover,
.header-layout5 .header-buttons > button:hover,
.header-layout6 .header-buttons > a:hover,
.header-layout6 .header-buttons > button:hover {
  background-color: transparent !important;
  color: var(--theme-color2) !important;
}

.header-layout7 .header-top-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 840px;
  height: 220px;
  z-index: -1;
  background-color: var(--theme-color);
}
.header-layout7 .header-top {
  position: relative;
  padding: 10px 0;
  margin-bottom: -11px;
}
.header-layout7 .menu-area {
  position: relative;
  padding: 14px 0;
}
.header-layout7 .menu-area .container {
  position: relative;
}
.header-layout7 .header-shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: right center;
  background-size: auto 100%;
  z-index: -1;
}
.header-layout7 .header-infos .info {
  color: var(--title-color);
}
.header-layout7 .header-login {
  color: var(--white-color);
  font-size: 16px;
}
.header-layout7 .header-login:hover {
  color: var(--theme-color2);
}
.header-layout7 .header-login i {
  font-size: 22px;
  color: var(--white-color);
  vertical-align: middle;
  margin: 0 7px 0 0;
}
.header-layout7 .social-header a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  margin: 0 4px 0 0;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.header-layout7 .social-header a:last-child {
  margin-right: 0;
}
.header-layout7 .social-header a:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.header-layout7 .header-buttons > button,
.header-layout7 .header-buttons > a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  box-shadow: none;
  border: none;
  text-align: center;
  padding: 0;
  margin: 0 7px 0 0;
  border-radius: 50%;
}
.header-layout7 .header-buttons > button:last-child,
.header-layout7 .header-buttons > a:last-child {
  margin-right: 0;
}
.header-layout7 .header-buttons > button .badge,
.header-layout7 .header-buttons > a .badge {
  background-color: var(--white-color);
  color: var(--title-color);
  transition: all ease 0.4s;
}
.header-layout7 .header-buttons > button.me-3,
.header-layout7 .header-buttons > a.me-3 {
  margin-right: 7px !important;
}
.header-layout7 .header-buttons > button:hover,
.header-layout7 .header-buttons > a:hover {
  background-color: var(--theme-color2) !important;
  color: var(--white-color) !important;
}
.header-layout7 .header-buttons > button:hover .badge,
.header-layout7 .header-buttons > a:hover .badge {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.top-layout1 .head-top-links a {
  color: var(--body-color);
}
.top-layout1 .head-top-links a:hover {
  color: var(--theme-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout4 .main-menu ul.mega-menu {
    left: -10%;
  }
  .header-layout7 .header-top-shape {
    max-width: 700px;
    height: 200px;
  }
}
/* Medium Large devices */
@media (max-width: 1300px) {
  .header1-inner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 calc(var(--bs-gutter-x) / 2);
    box-shadow: none;
    border-radius: 0;
  }
  .header-infos .info {
    margin: 0 18px 0 0;
  }
  .menu-style1 > ul > li > a {
    padding: 31px 0;
  }
  .header-layout2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .menu-style1 > ul > li {
    margin: 0 10px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-layout4 {
    position: relative;
    background-color: var(--title-color);
  }
  .header-layout2 {
    position: relative;
  }
  .header-layout5 {
    position: relative;
    background-color: rgba(var(--theme-color), 1);
  }
  .header-layout5 .header-top {
    background-color: var(--title-color);
  }
  .header-layout5 .menu-area {
    padding: 20px 0;
    margin: 0;
  }
  .header-search.style2 {
    max-width: 300px;
    width: 300px;
  }
  .header-layout7 .header-top-shape {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  .header-layout7 .header-infos .info {
    color: var(--white-color);
  }
  .header-layout7 .header-infos .info i {
    color: var(--white-color);
  }
  .header3-inner {
    padding: 0 30px;
  }
  .header3-margin {
    margin-bottom: 30px;
  }
  .menu-style1 > ul > li > a {
    font-size: 16px;
  }
  .header-search {
    min-width: 235px;
  }
  .header-search .vs-btn {
    font-size: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
  }
  .header-search .vs-btn:before {
    content: "\f002";
    font-family: var(--icon-font);
    font-size: 16px;
    font-weight: 300;
  }
  .header-search input {
    padding-right: 15px;
    width: calc(100% - 50px);
    padding-left: 25px;
  }
  header.header-wrapper.header-layout3 .container {
    max-width: 100%;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .header-layout3.pb-50 {
    padding-bottom: 0;
  }
  .header-layout3 .container.py-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-layout6 .menu-area {
    padding: 20px 0;
  }
  .header3-margin {
    margin-bottom: 0;
  }
  .header-search.style2 {
    width: 100%;
    max-width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .header-layout4 {
    position: relative;
  }
  .header-layout4 .bg-ovelay1:after {
    opacity: 1;
  }
}
/*------------------- 8.3. Footer  -------------------*/
p.mb-0.link-inherit.copyright-text6 {
  color: #fff;
}

.footer-subscribe {
  display: flex;
  max-width: 100%;
  width: 420px;
  position: relative;
  --btn-size: 176px;
  border: 1px solid #dddee6;
  padding: 4px;
  border-radius: 9999px;
}
.footer-subscribe input {
  background-color: transparent;
  border-radius: inherit;
  width: calc(100% - var(--btn-size));
  border: none;
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
}
.footer-subscribe input:focus {
  border: none;
  background-color: transparent;
}
.footer-subscribe button {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: var(--btn-size);
  border-radius: 9999px;
}

.social-btn {
  --btn-size: 45px;
}
.social-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-btn li {
  display: inline-block;
  margin-right: 12px;
}
.social-btn a {
  display: inline-block;
  width: var(--btn-size);
  height: var(--btn-size);
  line-height: var(--btn-size);
  text-align: center;
  border: 1px solid #dddee6;
  border-radius: 50%;
  color: var(--title-color);
}

.footer-top {
  border-bottom: 1px solid #dddee6;
  padding-bottom: 25px;
  margin-bottom: 60px;
  padding-top: 55px;
}

.footer-layout1 {
  --body-color2: #6c6c6c;
  --body-color: #6c6c6c;
}

.footer-layout2.footer-wrapper {
  padding-top: 195px;
}
.footer-layout2 .widget_title {
  font-size: 26px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 35px;
  padding: 0;
}
.footer-layout2 .widget_title:before {
  display: none;
}
.footer-layout2 .widget-area {
  padding: 100px 0 70px 0;
}

.footer-layout2 .copyright-area,
.footer-layout3 .copyright-area {
  padding: 30px 0 20px 0;
}
.footer-layout2 .copyright p,
.footer-layout3 .copyright p {
  color: var(--white-color);
}
.footer-layout2 .copyright p a,
.footer-layout3 .copyright p a {
  color: inherit;
}

.footer-map.pt-1 {
  padding-top: 8px !important;
}

.footer-layout1 .footer-widget .footer-social-links {
  padding-top: 3px;
}

.footer-layout3 {
  padding-top: 60px;
}
.footer-layout3 .widget {
  margin-bottom: 33px;
}
.footer-layout3 .widget_title {
  font-weight: 700;
  font-size: 22px;
  padding: 0;
  margin-bottom: 15px;
}
.footer-layout3 .widget_title:before {
  display: none;
}
.footer-layout3 .footer-links ul {
  display: block;
}
.footer-layout3 .footer-links li {
  margin: 0;
}
.footer-layout3 .footer-links a {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
}
.footer-layout3 .footer-links a:hover {
  color: var(--theme-color);
}
.footer-layout3 .contact-footer {
  color: var(--title-color);
}
.footer-layout3 .contact-footer a:hover {
  color: var(--theme-color);
}
.footer-layout3 .widget-area {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .footer-layout3 .widget-area .row > [class*=col-] {
    margin-bottom: 40px;
  }
  .footer-layout3 .widget-area .row > [class*=col-]:not(:first-child) {
    border-left: 1px solid #c7bda0;
  }
  .footer-layout3 .widget-area .row > [class*=col-]:not(:first-child) .widget {
    padding: 13px 0 5px 35px;
  }
  .footer-layout3 .widget-area .row > [class*=col-] .widget {
    padding-top: 13px;
    margin-bottom: 0;
  }
}

.footer-layout4 .widget_title {
  font-size: 26px;
  font-weight: 700;
  color: var(--white-color);
  margin: 73px 0 20px 0;
}
.footer-layout4 .footer-links a {
  font-weight: 400;
}
.footer-layout4 .footer-links a:before {
  color: var(--white-color);
}
.footer-layout4 .footer-newsletter .form-text {
  color: var(--white-color);
  font-size: 16px;
  max-width: 270px;
  margin: 0 0 13px 0;
}
.footer-layout4 .footer-newsletter .form-control {
  border-radius: 9999px;
  border: none;
  height: 60px;
  font-size: 16px;
  color: #202020;
  padding-left: 40px;
  margin-bottom: 15px;
}
.footer-layout4 .footer-newsletter .form-control::-moz-placeholder {
  color: #202020;
}
.footer-layout4 .footer-newsletter .form-control::-webkit-input-placeholder {
  color: #202020;
}
.footer-layout4 .footer-newsletter .form-control:-ms-input-placeholder {
  color: #202020;
}
.footer-layout4 .footer-newsletter .form-control::placeholder {
  color: #202020;
}
.footer-layout4 .footer-newsletter .vs-btn.style4 {
  background-color: var(--theme-color2);
}
.footer-layout4 .footer-newsletter .vs-btn.style4:before, .footer-layout4 .footer-newsletter .vs-btn.style4:after {
  background-color: var(--white-color);
}
.footer-layout4 .footer-newsletter .vs-btn.style4:hover {
  color: var(--theme-color2);
}
.footer-layout4 .widget-area {
  padding-top: 50px;
  padding-bottom: 20px;
}
.footer-layout4 .copyright p {
  font-weight: 700;
  color: var(--title-color);
}
.footer-layout4 .copyright p a {
  color: inherit;
}
.footer-layout4 .copyright p a:hover {
  color: var(--theme-color);
}
.footer-layout4 .copyright-area[data-bg-src] {
  padding: 80px 0 45px 0;
  background-size: 100% 100%;
  background-position: center top;
}

.footer-fix1 {
  --body-color2: #fff;
  --body-color: #fff;
}

footer.footer-wrapper.footer-layout1 .copyright.text-center.pb-35 {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}

footer.footer-wrapper.footer-layout1 .copyright.text-center.pb-35 p {
  font-weight: 500;
  color: var(--body-color);
  font-family: var(--theme-font2);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .footer-layout2.footer-wrapper {
    padding-top: 145px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .footer-layout4 .widget_title {
    font-size: 26px;
    font-weight: 700;
    color: var(--white-color);
    margin: 50px 0 0 0;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .footer-layout2.footer-wrapper {
    padding-top: 0;
  }
  .footer-layout2 .widget_title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .footer-layout3 .widget-area {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .footer-layout4 .widget_title {
    margin: 0 0 0 0;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .footer-subscribe {
    width: 100%;
  }
  footer.footer-wrapper.footer-layout1 .copyright.text-center.pb-35 {
    margin-top: 0;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .footer-subscribe {
    border: none;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 10px;
  }
  .footer-subscribe input {
    width: 100%;
    border: 1px solid #dddee6;
    margin-bottom: 10px;
    line-height: 1;
  }
  .footer-layout3 .copyright p,
.footer-layout2 .copyright p {
    font-size: 12px;
  }
}
/*------------------- 8.4. Breadcumb  -------------------*/
.breadcumb-menu-style1 {
  max-width: 100%;
  width: fit-content;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
  margin-top: 18px;
}
.breadcumb-menu-style1 li {
  display: inline-block;
  margin: 0 6px;
  list-style: none;
}
.breadcumb-menu-style1 li:first-child {
  margin-left: 0;
}
.breadcumb-menu-style1 li:last-child {
  margin-right: 0;
}
.breadcumb-menu-style1 li:last-child:after {
  display: none;
}
.breadcumb-menu-style1 li:after {
  content: "/";
  position: relative;
  right: -7px;
  float: right;
}
.breadcumb-menu-style1 li,
.breadcumb-menu-style1 a,
.breadcumb-menu-style1 span {
  white-space: normal;
  word-break: break-word;
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--theme-font);
  color: var(--body-color);
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
}
.breadcumb-menu-style1 li i,
.breadcumb-menu-style1 a i,
.breadcumb-menu-style1 span i {
  margin-right: 5px;
}

.breadcumb-title {
  font-size: 80px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 0;
  margin-top: -0.15em;
  word-break: break-word;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .breadcumb-layout1.pt-200.pb-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 68px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .breadcumb-layout1.pt-200.pb-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .breadcumb-menu-style1 li,
.breadcumb-menu-style1 a,
.breadcumb-menu-style1 span {
    font-size: 16px;
  }
  .breadcumb-title {
    font-size: 52px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .breadcumb-layout1.pt-200.pb-200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .breadcumb-menu-style1 li,
.breadcumb-menu-style1 a,
.breadcumb-menu-style1 span {
    font-size: 14px;
  }
  .breadcumb-title {
    font-size: 42px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .breadcumb-layout1.pt-200.pb-200 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .breadcumb-title {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
/*------------------- 8.5. 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;
  /* Large devices */
}
@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);
}

/*------------------- 8.6. 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;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: var(--white-color) !important;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  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;
  background-color: transparent;
}
.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.7. Pagination  -------------------*/
.pagination-layout1 {
  text-align: center;
}
.pagination-layout1 ul {
  margin: 0;
  padding: 0;
}
.pagination-layout1 ul li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.pagination-layout1 ul li:last-child {
  margin-right: 0;
}
.pagination-layout1 ul li:first-child {
  margin-left: 0;
}
.pagination-layout1 ul li span,
.pagination-layout1 ul li a {
  display: inline-block;
  background-color: var(--vs-secondary-color);
  height: 42px;
  min-width: 42px;
  width: auto;
  padding: 0 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 42px;
  color: var(--title-color);
}
.pagination-layout1 ul li span.active, .pagination-layout1 ul li span:hover,
.pagination-layout1 ul li a.active,
.pagination-layout1 ul li a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}

/* Small devices */
@media (max-width: 768px) {
  .pagination-layout1 ul li span,
.pagination-layout1 ul li a {
    font-size: 13px;
  }
}
/*------------------- 8.8. 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: normal;
}
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;
  font-weight: 600;
}
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: 0;
  font-weight: 500;
  color: var(--body-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
  padding-right: 0 !important;
}
.blog-meta span i,
.blog-meta a i {
  padding-right: 0;
  margin-right: 10px;
  color: var(--theme-color);
  transition: all ease 0.4s;
}
.blog-meta span:hover,
.blog-meta span:hover i,
.blog-meta a:hover,
.blog-meta a:hover i {
  color: var(--theme-color2);
}
.blog-meta.text-white-light a {
  color: rgba(255, 255, 255, 0.8);
}

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

.vs-blog {
  margin-bottom: 30px;
}
.vs-blog .blog-title a {
  color: inherit;
}
.vs-blog .blog-title a:hover {
  color: var(--theme-color2);
}

/* Medium devices */
@media (max-width: 992px) {
  blockquote {
    font-size: 18px;
    line-height: 34px;
    padding: 20px;
    margin: 20px 0;
  }
  blockquote:after {
    font-size: 5rem;
  }
  blockquote cite {
    font-size: 16px;
    padding-left: 30px;
    margin-top: 15px;
  }
  blockquote cite:before {
    bottom: 8px;
  }
}
.blog-single {
  margin-bottom: 40px;
  border: 1px solid var(--border-color);
}
.blog-single .blog-meta > a {
  padding-right: 25px;
}
.blog-single .blog-meta .pr-15 {
  padding-right: 25px;
}
.blog-single .blog-header {
  padding: 0 40px 0 40px;
  margin-bottom: 18px;
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
.blog-single .blog-header .blog-category {
  margin-bottom: 20px;
}
.blog-single .blog-audio,
.blog-single .blog-image {
  margin-bottom: 30px;
  position: relative;
}
.blog-single .blog-audio .play-btn,
.blog-single .blog-image .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-single .blog-audio .blog-category,
.blog-single .blog-image .blog-category {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-content {
  border-top: none;
  padding: 0 40px;
  margin-bottom: 32px;
  overflow: hidden;
}
.blog-single .blog-title {
  margin-top: -0.3em;
  margin-bottom: 10px;
}
.blog-single .slick-arrow {
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateY(-50%);
}
.blog-single .slick-arrow:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.blog-single .slick-arrow.slick-next {
  left: auto;
  right: 30px;
}
.blog-single[data-overlay] {
  padding-bottom: 10px;
}
.blog-single:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.blog-single .share-links {
  border-top: 1px solid #e3e6e9;
  border-bottom: 1px solid #e3e6e9;
  padding: 10.5px 0;
  margin-top: 40px;
}
.blog-single .share-links .tagcloud {
  display: inline-block;
}
.blog-single .blog-social {
  margin: 0;
  display: inline-block;
}
.blog-single .blog-social li {
  display: inline-block;
  margin-right: 12px;
}
.blog-single .blog-social li:last-child {
  margin-right: 0;
}
.blog-single .blog-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  color: var(--title-color);
  background-color: var(--vs-secondary-color);
  display: inline-block;
  transition: all ease 0.4s;
}
.blog-single .blog-social a:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.blog-single .blog-author {
  border-left: 5px solid var(--theme-color);
  background-color: #f5fcf9;
  padding: 50px 50px;
}
.blog-single .blog-author .media-image {
  border-radius: 50%;
  width: 103px;
  height: 103px;
  overflow: hidden;
  align-self: center;
}
.blog-single .blog-author .author-degi {
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 0;
}
.blog-single .blog-author .author-name {
  margin-bottom: 10px;
}

.blog-details .blog-single {
  border: none;
  margin-bottom: 30px;
}
.blog-details .blog-single .blog-image {
  margin-bottom: 40px;
}
.blog-details .blog-single .blog-content {
  padding: 0;
}
.blog-details .blog-single .blog-header {
  margin-top: 0;
  padding: 0;
}
.blog-details .blog-single .blog-video .blog-category {
  position: absolute;
  right: 0;
  margin-top: 10px;
}
.blog-details .blog-single .blog-audio.blog-image {
  margin-bottom: 30px;
}
.blog-details .blog-single .blog-audio.blog-image .blog-category {
  padding-left: 0;
}
.blog-details .blog-grid {
  text-align: left;
}
.blog-details .blog-grid .blog-content {
  padding: 28px 20px;
  margin: 0;
}
.blog-details .blog-grid .blog-content a.blog-btn {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 10px;
  width: max-content;
  font-size: 14px;
  color: var(--theme-color);
  transition: all ease 0.4s;
}
.blog-details .blog-grid .blog-content a.blog-btn:hover {
  color: var(--theme-color2);
}
.blog-details .blog-grid .blog-content > span {
  font-size: 14px;
  padding-right: 10px;
}
.blog-details .blog-grid .blog-content > span:after {
  content: "-";
  position: relative;
  margin-left: 10px;
}
.blog-details .blog-grid .blog-content > span:last-of-type:after {
  display: none;
}
.blog-details .blog-grid .blog-content > span a {
  color: var(--body-color);
}
.blog-details .blog-grid .blog-content > span a:hover {
  color: var(--theme-color2);
}
.blog-details .blog-grid .blog-content > span:last-child:after {
  display: none;
}

.blog-single.vs-blog .blog-video.blog-image {
  background-color: transparent;
}
.blog-single.vs-blog .blog-video.blog-image .play-btn,
.blog-single.vs-blog .blog-video.blog-image .play-btn {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .blog-single .blog-header {
    padding: 0 30px 0 30px;
    margin-bottom: 15px;
  }
  .blog-single .blog-audio,
.blog-single .blog-image {
    margin-bottom: 20px;
  }
  .blog-single .blog-content {
    padding: 0 30px;
    margin-bottom: 23px;
  }
  .blog-single .blog-title {
    font-size: 34px;
  }
  .blog-single.format-video .blog-category, .blog-single.format-audio .blog-category {
    position: static;
    margin-top: 30px;
    padding: 0 25px;
  }
  .blog-single .vs-blog.blog-grid .blog-title {
    font-size: 18px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .related-post-wrapper.pt-40 {
    padding-top: 0;
  }
  .blog-single .share-links.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .blog-single .blog-author.my-60 {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .blog-single .blog-title {
    font-size: 28px;
  }
  .blog-single .play-btn > i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .blog-single .blog-meta a {
    font-size: 14px;
  }
  .blog-single .blog-image .blog-category {
    right: 20px;
    top: 20px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .blog-single .blog-header {
    padding: 0 20px 0 20px;
  }
  .blog-single .blog-header {
    margin-bottom: 18px;
    margin-top: 25px;
  }
  .blog-single .blog-content {
    padding: 0 20px;
  }
}
@media (max-width: 1790px) {
  .vs-blog-wrapper .shape1 {
    display: none !important;
  }
}
.blog-grid {
  border: 2px solid transparent;
  transition: all ease 0.4s;
}
.blog-grid:hover {
  border-color: var(--theme-color);
}
.blog-grid .blog-title {
  margin-bottom: 8px;
}
.blog-grid .blog-content {
  background-color: #f5fcf9;
  padding: 28px 30px;
}
.blog-grid .blog-meta > span {
  color: var(--body-color);
  position: relative;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.blog-grid .blog-meta > span i {
  color: var(--body-color);
  transition: all ease 0.4s;
}
.blog-grid .blog-meta > span a {
  color: inherit;
}
.blog-grid .blog-meta > span a:hover,
.blog-grid .blog-meta > span a:hover i {
  color: var(--theme-color2);
}
.blog-grid .blog-meta > span:after {
  content: "";
  width: 7px;
  display: inline-block;
  height: 1px;
  background-color: var(--theme-color2);
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.blog-grid .blog-meta > span:last-child {
  margin-right: 0;
}
.blog-grid .blog-meta > span:last-child:after {
  display: none;
}
.blog-grid .blog-meta.fs-12 a {
  font-size: 12px;
}
.blog-grid.grid-wide .blog-content {
  padding: 30px 40px 35px 40px;
}

.blog-style1 {
  position: relative;
}
.blog-style1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid var(--theme-color);
  z-index: 1;
  pointer-events: none;
}
.blog-style1 .blog-img {
  overflow: hidden;
}
.blog-style1 .blog-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.blog-style1:hover .blog-img img {
  transform: scale(1.15);
}
.blog-style1 .tags {
  display: inline-block;
  margin: 0 8px 0 0;
}
.blog-style1 .tags a {
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 4px;
  margin: 0 5px 5px 0;
}
.blog-style1 .tags a:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.blog-style1 .blog-date {
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: #444444;
}
.blog-style1 .blog-date:hover {
  color: var(--theme-color2);
}
.blog-style1 .blog-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
  margin: 5px 0 15px 0;
}
.blog-style1 .meta-box {
  border-bottom: 2px solid var(--theme-color);
  padding: 12px 30px;
  margin: 0 0 0 0;
  position: relative;
  z-index: 3;
}
.blog-style1 .meta-box a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--theme-font3);
  color: #444444;
}
.blog-style1 .meta-box a:not(:last-child):after {
  content: "/";
  margin: 0 12px 0 12px;
  color: #444444;
}
.blog-style1 .meta-box a:hover {
  color: var(--theme-color2);
}
.blog-style1 .blog-content {
  padding: 25px 30px 27px 30px;
  position: relative;
  z-index: 3;
}

.blog-style2 {
  border: 2px solid var(--theme-color);
  margin-bottom: 22px;
  transition: all ease 0.4s;
}
.blog-style2 .blog-img {
  margin: -2px -2px 18px -2px;
  overflow: hidden;
}
.blog-style2 .blog-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.blog-style2 .link-btn {
  margin-top: 15px;
}
.blog-style2 .link-btn .fa-chevron-right {
  font-size: 14px;
}
.blog-style2:hover {
  border-color: var(--theme-color2);
}
.blog-style2:hover .blog-img img {
  transform: scale(1.15);
}
.blog-style2 .blog-avater {
  width: 70px;
  height: 70px;
  border: 5px solid var(--white-color);
  position: absolute;
  right: 22px;
  top: -50px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-style2 .blog-date {
  color: var(--theme-color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 0 0 4px 0;
}
.blog-style2 .blog-meta {
  margin-bottom: 10px;
}
.blog-style2 .blog-meta a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--theme-font3);
  color: #444444;
}
.blog-style2 .blog-meta a:not(:last-child):after {
  content: "/";
  margin: 0 12px 0 12px;
}
.blog-style2 .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-style2 .blog-title {
  font-size: 26px;
  max-width: 350px;
  margin: 0 0 0 0;
}
.blog-style2 .blog-content {
  position: relative;
  padding: 0 25px 25px 25px;
}

.blog-style3 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #fdc500;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
.blog-style3:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-style3 .blog-img {
  position: relative;
}
.blog-style3 .blog-img .img {
  min-width: 100px;
  overflow: hidden;
  display: block;
}
.blog-style3 .blog-img .img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.blog-style3 a.vs-btn > i {
  margin-left: 7px;
  vertical-align: middle;
  font-size: 17px;
}
.blog-style3:hover .blog-img .img img {
  transform: scale(1.15);
}
.blog-style3 .blog-shape {
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
}
.blog-style3 .blog-content {
  flex: 1;
}
.blog-style3 .blog-title {
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 7px 0;
  max-width: 420px;
}
.blog-style3 .blog-text {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 33px 0;
  max-width: 420px;
}
.blog-style3 .blog-bottom {
  display: flex;
  align-items: center;
}
.blog-style3 .blog-date {
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
  background-color: var(--theme-color2);
  padding: 10px 20px 12px 20px;
  border-radius: 9999px;
  transition: all ease 0.4s;
}
.blog-style3 .blog-date:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-style3 .blog-meta a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--theme-font3);
  color: #444444;
}
.blog-style3 .blog-meta a:not(:last-child):after {
  content: "/";
  margin: 0 12px 0 12px;
}
.blog-style3 .blog-meta a:hover {
  color: var(--theme-color);
}
.blog-style3 .blog-avater {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.blog-style3 .blog-avater img {
  width: 100%;
}

@media (min-width: 1199px) and (max-width: 1500px) {
  .related-post-wrapper .blog-grid .blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-single .blog-author {
    padding: 25px 25px;
  }
  .blog-style3 .blog-img {
    max-width: 450px;
  }
  .blog-style3 .blog-shape {
    max-width: 200px;
    left: -5%;
  }
  .blog-style3 .blog-title {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  .blog-style3 .blog-text {
    margin: 0 0 23px 0;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .blog-style3 {
    display: block;
  }
  .blog-style3 .blog-text,
.blog-style3 .blog-title,
.blog-style3 .blog-img {
    max-width: 100%;
  }
  .blog-style3 .blog-img {
    margin-bottom: 20px;
  }
  .blog-style3 .blog-shape {
    left: 0;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .blog-grid.grid-wide .blog-content {
    padding: 20px 20px 20px 20px;
  }
  .blog-style3 .blog-date {
    font-size: 14px;
    top: 10px;
    right: 10px;
    padding: 7px 17px 8px 17px;
  }
  .blog-style3 .blog-shape {
    max-width: 100px;
  }
  .blog-style3 .blog-title {
    font-size: 26px;
    line-height: 36px;
  }
}
/*------------------- 8.9. Comments  -------------------*/
.vs-comments-layout1 {
  border-bottom: 1px solid var(--white-color);
}
.vs-comments-layout1 li {
  margin: 0;
}
.vs-comments-layout1 .vs-post-comment {
  display: flex;
  padding: 35px 35px 30px 35px;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}
.vs-comments-layout1 ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vs-comments-layout1 ul.comment-list ul,
.vs-comments-layout1 ul.comment-list ol {
  margin-bottom: 20px;
}
.vs-comments-layout1 ul.comment-list ul ul,
.vs-comments-layout1 ul.comment-list ul ol,
.vs-comments-layout1 ul.comment-list ol ul,
.vs-comments-layout1 ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-layout1 .author-img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.vs-comments-layout1 .comment-content {
  width: calc(100% - 130px);
  margin-top: -5px;
  position: relative;
}
.vs-comments-layout1 .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--theme-color);
  font-family: var(--theme-font);
}
.vs-comments-layout1 .name {
  margin-bottom: 2px;
}
.vs-comments-layout1 .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-layout1 .text {
  color: #6b6b6b;
  margin-bottom: 0;
}
.vs-comments-layout1 .text:last-child {
  margin-bottom: 0;
}
.vs-comments-layout1 .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}
.vs-comments-layout1 .replay-btn {
  font-weight: 600;
  font-family: var(--theme-font);
  font-size: 18px;
  color: var(--body-color);
  margin-top: 10px;
  display: inline-block;
}
.vs-comments-layout1 .replay-btn i {
  margin-right: 7px;
}
.vs-comments-layout1 .replay-btn:hover {
  color: var(--theme-color);
}
.vs-comments-layout1 .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}
.vs-comments-layout1 .comment-respond {
  margin-bottom: 47px;
}

.woocommerce-Reviews .description p:last-child {
  margin-bottom: 0;
}

.review-form .vs-btn.rounded-1 {
  border-radius: 9999px !important;
  box-shadow: none;
}

/* Medium devices */
@media (max-width: 992px) {
  .vs-comments-layout1.pt-70 {
    padding-top: 30px;
  }
  .vs-comments-layout1 .vs-post-comment {
    padding: 25px 25px 20px 25px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-comments-layout1 .vs-post-comment {
    display: block;
  }
  .vs-comments-layout1 .author-img {
    margin-right: 0;
  }
  .vs-comments-layout1 .comment-content {
    width: 100%;
    margin-top: 15px;
  }
  .vs-comments-layout1 .children {
    margin-left: 30px;
  }
}
.vs-comment-form input {
  height: 70px;
  padding-left: 30px;
}
.vs-comment-form textarea {
  padding-left: 30px;
  padding-top: 25px;
}
.vs-comment-form .custom-checkbox {
  margin-bottom: 25px;
}
.vs-comment-form p.comment-notes {
  margin-bottom: 22px;
}
.vs-comment-form .form-title .h4 {
  margin-bottom: 6px !important;
}

/* Medium devices */
@media (max-width: 992px) {
  .vs-comment-form.mt-60 {
    margin-top: 0;
  }
  .vs-comment-form.mb-30 {
    margin-bottom: 60px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-comment-form textarea {
    padding-left: 15px;
    padding-top: 10px;
  }
  .vs-comment-form input {
    height: 50px;
    padding-left: 15px;
  }
}
/*------------------- 8.10. Hero Area  -------------------*/
.home-six-hero .ls-inner {
  background-size: cover !important;
}

.hero-link {
  color: #7d7d7d;
}
.hero-link:hover {
  color: var(--theme-color);
}

.home-one-title {
  text-shadow: 0px 9px 7px rgba(235, 225, 225, 0.35);
  -webkit-text-stroke: 1px #d7d6d2;
  text-transform: uppercase;
}

.ls-hero-btn {
  line-height: 1.6;
  font-size: 1rem;
}

.ls-thumbnail-slide-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: 32;
  text-align: center;
  transform: translateY(40%);
  overflow: visible !important;
}

.ls-thumbnail-slide > * {
  display: inline-block;
  margin: 0 8px !important;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0px 11px 7.84px 0.16px rgba(148, 147, 147, 0.54) !important;
}

.hero-thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 32;
  text-align: center;
  transform: translateY(50%);
}
.hero-thumb .thumb {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin: 0 18px;
  border-radius: 50%;
  box-shadow: 0px 11px 7.84px 0.16px rgba(148, 147, 147, 0.54);
  position: relative;
  z-index: 1;
  cursor: pointer;
  --position-shape: -5px;
}
.hero-thumb .thumb::before {
  content: "";
  position: absolute;
  left: var(--position-shape);
  right: var(--position-shape);
  top: var(--position-shape);
  bottom: var(--position-shape);
  background-color: var(--white-color);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: inherit;
}
.hero-thumb .thumb img {
  width: 100%;
  border-radius: inherit;
}
.hero-thumb .thumb:last-child {
  margin-right: 0;
}
.hero-thumb .thumb:first-child {
  margin-left: 0;
}
.hero-thumb .thumb.active:before {
  opacity: 1;
  visibility: visible;
}

.hero-box1 {
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-box1 .box-title {
  font-size: 80px;
  text-transform: uppercase;
  width: 100%;
  max-width: 500px;
  line-height: 1.1;
  margin-bottom: 25px;
}
.hero-box1 .sub-title1 {
  letter-spacing: 1.2em;
  font-weight: 600;
  margin-bottom: 5px;
}
.hero-box1 .box-content {
  padding: 70px;
}

.hero-box2 {
  min-height: 295px;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-box2 .box-title {
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 10px;
}
.hero-box2 .box-subtitle {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hero-box2 .ad-btn {
  color: var(--body-color2);
  text-decoration: underline;
}
.hero-box2 .ad-btn:hover {
  color: var(--theme-color);
}
.hero-box2 .ad-btn.text-theme:hover {
  color: var(--white-color) !important;
}
.hero-box2 .box-content {
  padding: 80px 50px 0 50px;
}

.ls-next-custom,
.ls-prev-custom {
  --fill-color: #f2ffd8;
  --stroke-color: #000000;
  position: relative;
  height: 55px;
  width: 55px;
  border: 2px solid var(--stroke-color);
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
}
.ls-next-custom,
.ls-next-custom *,
.ls-prev-custom,
.ls-prev-custom * {
  transition: all ease 0.5s;
}
.ls-next-custom .line,
.ls-prev-custom .line {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background-color: var(--stroke-color);
  width: 60px;
  margin-top: -1px;
  box-shadow: 0 0 0 6px var(--fill-color);
  display: inline-block;
}
.ls-next-custom .shape,
.ls-prev-custom .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 6px solid var(--stroke-color);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.ls-next-custom:hover,
.ls-prev-custom:hover {
  --stroke-color: #76a713;
}

.ls-next-custom .line {
  left: auto;
  right: 50%;
}
.ls-next-custom .shape {
  border-right: none;
  border-left: 6px solid var(--stroke-color);
}

.hero-layout7[data-bg-src] {
  padding-bottom: 130px;
  margin-bottom: -95px;
  background-position: bottom center;
  background-size: 100% auto;
}

.hero-layout8 {
  margin-top: -20px;
}
.hero-layout8 .ls-nav-prev,
.hero-layout8 .ls-nav-next {
  width: 80px !important;
  height: 80px !important;
  line-height: 80px !important;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50% !important;
  transition: all ease 0.4s;
  left: 80px !important;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .hero-layout8 .ls-nav-prev,
.hero-layout8 .ls-nav-next {
    display: none;
  }
}
.hero-layout8 .ls-nav-prev:after,
.hero-layout8 .ls-nav-next:after {
  display: none;
}
.hero-layout8 .ls-nav-prev:before,
.hero-layout8 .ls-nav-next:before {
  content: "\f177";
  font-family: var(--icon-font);
  font-size: 26px;
  color: var(--white-color);
  font-weight: 300;
  transition: all ease 0.4s;
}
.hero-layout8 .ls-nav-prev:hover,
.hero-layout8 .ls-nav-next:hover {
  background-color: var(--theme-color);
  transform: none !important;
}
.hero-layout8 .ls-nav-prev:hover:before,
.hero-layout8 .ls-nav-next:hover:before {
  color: var(--white-color);
}
.hero-layout8 .ls-nav-next {
  left: auto !important;
  right: 80px !important;
}
.hero-layout8 .ls-nav-next:before {
  content: "\f178";
}

/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .header-layout7 .header-shape {
    background-size: 90% 100%;
  }
  .header-layout7 .header-top-shape {
    height: 200px;
    width: 100%;
    max-width: 50%;
  }
}
/* Medium Large devices */
@media (max-width: 1300px) {
  .hero-thumb .thumb {
    width: 100px;
    height: 100px;
    margin: 0 10px;
  }
  .hero-layout8 {
    margin-top: -13px;
  }
  .ls-next-custom,
.ls-prev-custom {
    top: -15px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-thumb .thumb {
    width: 80px;
    height: 80px;
    margin: 0 10px;
  }
  .hero-layout7[data-bg-src] {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .hero-btn.center {
    padding: 10px 20px;
    font-size: 14px;
  }
  .ls-thumbnail-slide-container {
    display: none;
  }
  .ls-hero-btn .play-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .hero-thumb .thumb {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    --position-shape: -2px;
  }
  .hero-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
  .hero-btn.center {
    left: -20px;
  }
  .ls-hero-btn .play-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-left: -1rem;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .hero-btn, .hero-btn.center {
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 8px;
  }
  .hero-btn.center {
    left: -10px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-box1 .box-content {
    padding: 40px;
  }
  .hero-box1 .box-title {
    font-size: 72px;
    max-width: 500px;
  }
  .hero-box2 .box-content {
    padding: 40px 30px 0 30px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .hero-box1 .box-title {
    font-size: 52px;
    max-width: 400px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .hero-box1 .box-content {
    padding: 60px 20px;
  }
  .hero-box1 .sub-title1 {
    font-size: 12px;
  }
  .hero-box1 .box-title {
    margin-bottom: 10px;
    font-size: 42px;
    max-width: 400px;
  }
}
/*------------------- 8.11. About  -------------------*/
.vs-about-wrapper {
  position: relative;
}
.vs-about-wrapper .shape1 {
  position: absolute;
  right: 11%;
  bottom: 20%;
}
.vs-about-wrapper .shape2 {
  position: absolute;
  bottom: -10%;
  right: 0;
}
.vs-about-wrapper .shape3 {
  position: absolute;
  right: 3.5%;
  top: 5%;
  z-index: -1;
}
.vs-about-wrapper .shape4 {
  position: absolute;
  left: 0;
  bottom: -18%;
  width: 100%;
  max-width: 40vw;
}
.vs-about-wrapper .shape5 {
  right: 15%;
  top: 20%;
}

.call-media {
  display: flex;
  align-items: center;
  border-left: 3px solid var(--theme-color);
  box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 30px 20px 30px;
  margin: 0 0 0 0;
  max-width: 350px;
  text-align: left;
}
.call-media .media-icon {
  font-size: 30px;
  color: var(--theme-color);
  margin-right: 20px;
}
.call-media .media-label {
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--theme-font2);
  letter-spacing: 0.02em;
  color: var(--body-color);
  display: block;
  margin: 0 0 5px 0;
  font-weight: 700;
}
.call-media .media-info {
  font-size: 30px;
  font-family: var(--theme-font2);
  margin: 0;
  line-height: 1;
  font-weight: 500;
  color: var(--title-color);
}
.call-media .media-info a {
  color: inherit;
}
.call-media .media-info a:hover {
  color: var(--theme-color2);
}

.img-box1 {
  position: relative;
  padding-left: 70px;
  padding-top: 75px;
}
.img-box1 .img1 {
  position: absolute;
  left: 0;
  top: 0;
}

.img-box2 {
  position: relative;
}
.img-box2 .img-2 {
  position: absolute;
  top: -18%;
  right: 0%;
  z-index: 2;
}
.img-box2 .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.img-box3 {
  margin: 0 0 0 -45px;
  background-color: var(--vs-secondary-color);
  text-align: center;
}
.img-box3 img {
  width: 100%;
}

.img-box4 {
  position: relative;
}
.img-box4 .img-1 {
  margin-left: -70px;
}
.img-box4 .img-2 {
  position: absolute;
  left: -28%;
  bottom: -3%;
}
.img-box4 .content {
  position: absolute;
  left: 5%;
  bottom: 10%;
}
.img-box4 .title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 12px 0;
}
.img-box4 .text {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  max-width: 220px;
  font-weight: 300;
  color: #373737;
}

.img-box5 .img-1 {
  margin: 0 -60px 0 -50px;
  text-align: right;
}

.img-box6 .img-1 {
  display: flex;
  justify-content: flex-end;
  margin: -135px 0 0 0;
}
.img-box6 .img-1 img {
  max-width: initial;
}

.counter-style1 span:not(.number) {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--theme-font3);
  border-radius: 10px;
  padding: 14px 0;
  margin-bottom: 2px;
}
.counter-style1 span:not(.number):last-child {
  margin-bottom: 0;
}
.counter-style1 .number {
  display: block;
  font-size: 40px;
}
.counter-style1 span.message {
  display: none;
  line-height: 90px;
  padding: 0;
}
.counter-style1.expired span:not(.message) {
  display: none;
}

.block-step-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-step-list li {
  font-size: 18px;
  font-weight: 500;
  counter-increment: count;
  position: relative;
  margin: 32px 0 32px 0;
  padding: 0 0 0 65px;
}
.block-step-list li::before {
  content: counter(count);
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  top: -7px;
  border-radius: 50%;
  z-index: 2;
}
.block-step-list li:after {
  content: "";
  position: absolute;
  left: 19px;
  top: 8px;
  height: calc(100% + 20px);
  width: 4px;
  background-color: var(--theme-color2);
  z-index: 1;
}
.block-step-list li:last-child:after {
  display: none;
}

.block-social {
  --social-color: #214183;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.block-social a {
  display: inline-block;
  width: 205px;
  height: 65px;
  border: 2px solid var(--social-color);
  background-color: transparent;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
  padding: 6px;
  text-align: left;
  border-radius: 9999px;
}
.block-social a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--social-color);
  color: var(--white-color);
  text-align: center;
  margin: 0 10px 0 0;
  font-size: 18px;
  vertical-align: middle;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.block-social a:hover {
  background-color: var(--social-color);
  color: var(--white-color);
}
.block-social a:hover i {
  background-color: var(--white-color);
  color: var(--social-color);
}
.block-social .twitter {
  --social-color: #52a7e9;
}
.block-social .linkedin {
  --social-color: #2975bc;
}
.block-social .instagram {
  --social-color: #c6397e;
}

.about-features {
  align-items: center;
  display: flex;
  position: relative;
  height: 100%;
  padding: 40px;
  max-height: 330px;
}
.about-features .bg-icon {
  position: absolute;
  bottom: 20px;
  right: 0;
  opacity: 0.2;
  line-height: 1;
}

.block-list {
  margin: 0 0 33px 0;
}
.block-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block-list li {
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 10px 0;
}
.block-list li:before {
  content: "";
  position: absolute;
  left: 5.5px;
  top: 11px;
  width: 6px;
  height: 6px;
  background-color: #76a713;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(118, 167, 19, 0.3);
}

.block-text {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 25px 0;
}

.block-schedule {
  display: flex;
  align-items: center;
}
.block-schedule > img {
  margin-right: 20px;
}
.block-schedule .text {
  color: var(--title-color);
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  max-width: 300px;
  margin: 0;
}

.about-box1 {
  padding: 50px 0 0 85px;
  max-width: 610px;
}

.content-style1 .about-subtitle {
  font-size: 28px;
  font-family: var(--theme-font3);
  color: var(--theme-color);
  font-weight: 700;
  display: block;
  margin: 0 0 10px 0;
}
.content-style1 .product-feature-list {
  margin-bottom: 25px;
}
.content-style1 .about-title {
  margin: 0 0 13px 0;
  font-size: 34px;
  line-height: 40px;
  max-width: 300px;
}
.content-style1 .about-text {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 34px 0;
}
.content-style1 .about-price {
  font-size: 28px;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 1;
  display: inline-block;
  margin: 0 37px 0 0;
}
.content-style1 .about-price del {
  color: #898989;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 0 10px;
}
.content-style1 .product-rating-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.content-style1 .vs-btn {
  margin: 32px 0 0 0;
}

.video-box {
  position: relative;
}
.video-box .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.block-counter .counter-number {
  color: var(--theme-color2);
  font-size: 65px;
  font-family: var(--theme-font3);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
}
.block-counter .counter-text {
  font-size: 18px;
  margin: 0 0 0 0;
  line-height: 1;
}

.about-box2 {
  max-width: 560px;
  margin-left: 85px;
}
.about-box2 .sec-title4 {
  margin-bottom: 10px;
  color: var(--white-color);
}
.about-box2 .sec-text {
  color: #a0beaa;
  max-width: 470px;
}
.about-box2 .block-counter {
  margin-top: 30px;
}
.about-box2 .counter-text {
  color: var(--white-color);
}

@media (max-width: 1810px) {
  .vs-about-wrapper .shape1 {
    right: 5%;
  }
  .vs-about-wrapper .shape3 {
    right: 1%;
    top: 2%;
    max-width: 150px;
  }
}
/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .img-box2 {
    max-width: 100%;
  }
  .img-box2 .img-1 img {
    width: 100%;
  }
  .img-box2 .img-2 {
    right: -1%;
    top: -8%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .vs-about-wrapper .shape1 {
    right: 2%;
  }
  .vs-about-wrapper .shape4 {
    bottom: -7%;
  }
  .about-box1 {
    padding: 100px 0 0 0;
  }
  .img-box2 .img-2 {
    top: -12%;
    right: -30px;
    max-width: 300px;
  }
  .img-box4 .img-2 {
    position: absolute;
    left: 0;
    bottom: -5%;
  }
  .img-box4 .img-1 {
    margin-left: 0;
  }
  .img-box4 .content {
    left: 30%;
    bottom: 9%;
  }
  .img-box6 .img-1 {
    margin: 0 0 0 -50px;
  }
  .img-box6 .img-1 img {
    max-width: 100%;
  }
  .about-box2 {
    max-width: 100%;
    margin-left: 0;
  }
  .about-box2 .sec-text {
    max-width: 500px;
  }
  .about-box2 .block-counter {
    margin-top: 10px;
  }
}
/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-about-wrapper .container.pt-70 {
    padding-top: 50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .about-content.pt-75 {
    padding-top: 0;
  }
  .img-box2 .img-1 img {
    width: 100%;
  }
  .img-box5 .img-1 {
    margin: 0 0 0 0;
    text-align: center;
  }
  .about-box1 {
    padding: 0 0 0 0;
    max-width: 610px;
  }
  .about-box1 .block-text:first-child {
    margin-top: -0.5em;
  }
  .img-box1 {
    position: relative;
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 30px;
  }
  .img-box3 {
    margin: 0 0 0 0;
  }
  .about-features {
    padding: 35px 20px;
  }
  .about-features .fa-10x {
    font-size: 7rem;
  }
  .vs-about-wrapper .shape4 {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0 var(--bs-gutter-x, 0.75rem);
  }
  .about-layout1.bg-fluid {
    background-size: auto auto;
    background-position: left top;
  }
  .block-list {
    margin: 0 0 33px 0;
  }
  .img-box2 .img-2 {
    max-width: 300px;
    top: -32px;
    right: 0;
  }
  .img-box4 .content {
    left: 20%;
    bottom: 9%;
  }
  .img-box6 .img-1 {
    margin: 0 0 0 0;
  }
  .block-counter .counter-number {
    font-size: 48px;
  }
  .block-counter .counter-text {
    font-size: 16px;
  }
  .about-box2 .sec-text {
    max-width: 100%;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .img-box1 {
    max-width: 600px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .img-box1 .img1 {
    left: 20%;
  }
  .img-box3 {
    margin-bottom: 30px;
  }
  .call-media {
    padding: 15px 15px 15px 20px;
  }
  .call-media .media-info {
    font-size: 26px;
  }
  .call-media .media-label {
    font-size: 14px;
  }
  .call-media .media-icon {
    font-size: 28px;
    margin-right: 15px;
  }
  .block-social a {
    width: 155px;
    height: 55px;
    font-size: 14px;
  }
  .block-social a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .about-features {
    justify-content: center;
  }
  .content-style1 .vs-btn {
    margin: 23px 0 0 0;
  }
  .content-style1 .about-text {
    margin: 0 0 24px 0;
  }
  .counter-style1:not(.expired) span:not(.number):not(.message) {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 4px;
  }
  .counter-style1.message {
    height: 50px;
  }
  .vs-product-box6 .counter-style1:not(.expired) span:not(.number):not(.message) {
    margin-bottom: 0;
  }
  .vs-product-box6 .counter-style1 span {
    margin-bottom: 0;
  }
  .vs-product-box6 .counter-style1 span.message {
    height: 77px;
    line-height: 77px;
    padding: 0 10px;
    width: max-content !important;
  }
  .img-box4 .content {
    left: 24%;
    bottom: 9%;
  }
  .video-box img {
    width: 100%;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .block-schedule .text {
    font-size: 16px;
    line-height: 26px;
  }
  .block-list.style_two {
    margin-bottom: 0;
  }
  .img-box1 {
    width: 100%;
    max-width: 350px;
  }
  .img-box1 > img {
    max-width: 350px;
    width: 100%;
  }
  .img-box1 .img1 {
    left: 0;
    right: 0;
    text-align: center;
    top: 20%;
  }
  .img-box2 .img-2 {
    max-width: 150px;
    top: -25px;
    right: 0;
  }
  .counter-style1 .number {
    display: block;
    font-size: 30px;
  }
  .counter-style1 span:not(.number) {
    width: 65px;
    height: 65px;
    padding: 9px 0;
    font-size: 16px;
  }
  .content-style1 .about-text {
    font-size: 16px;
    line-height: 26px;
  }
  .content-style1 .about-title {
    font-size: 26px;
    line-height: 34px;
  }
  .content-style1 .about-subtitle {
    font-size: 24px;
  }
  .content-style1 .about-price {
    font-size: 20px;
  }
  .content-style1 .about-price del {
    font-size: 16px;
  }
  .img-box4 .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .img-box4 .text {
    font-size: 15px;
    line-height: 24px;
    max-width: 190px;
  }
  .img-box4 .img-2 {
    bottom: 0;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .block-social a {
    width: 135px;
    height: 55px;
    font-size: 14px;
  }
}
/*------------------- 8.12. Services  -------------------*/
.service-box1 {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  margin-bottom: 30px;
}
.service-box1:after, .service-box1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 60px);
  background-color: var(--white-color);
  z-index: -1;
  box-shadow: 0px 11px 17.82px 0.18px rgba(221, 221, 221, 0.54);
  border-radius: 10px;
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}
.service-box1:after {
  opacity: 0.9;
  transform: scaleY(0);
  background-color: var(--theme-color);
  transform-origin: center bottom;
}
.service-box1 a {
  color: inherit;
  transition: 0s;
}
.service-box1 .service-img {
  margin-bottom: 30px;
}
.service-box1 .service-img img {
  border-radius: 50%;
  box-shadow: 8px 6px 15px -3px rgba(0, 0, 0, 0.005);
}
.service-box1 .service-text {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  color: var(--body-color2);
}
.service-box1 .service-text,
.service-box1 .service-title {
  position: relative;
  z-index: 5;
  transition: all ease 0.4s;
}
.service-box1 .sr-shape2,
.service-box1 .sr-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.service-box1 .sr-shape1 {
  opacity: 1;
  visibility: visible;
}
.service-box1 .icon-btn {
  background-color: var(--black-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: var(--white-color);
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -25px;
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transition-delay: 0;
}
.service-box1 .icon-btn:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color);
}
.service-box1:hover:after {
  transform: scaleY(1);
}
.service-box1:hover .service-text,
.service-box1:hover .service-title {
  color: var(--white-color);
}
.service-box1:hover .sr-shape2 {
  opacity: 1;
  visibility: visible;
}
.service-box1:hover:before,
.service-box1:hover .sr-shape1 {
  opacity: 0;
  visibility: hidden;
}
.service-box1:hover .icon-btn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0.3s;
}

.service-box2 {
  position: relative;
  padding: 50px 20px 0 60px;
  margin-bottom: 30px;
}
.service-box2 .service-content {
  padding: 0 30px 0 0;
}
.service-box2 .service-title {
  font-size: 45px;
  font-weight: 700;
  color: var(--white-color);
  font-family: var(--theme-font3);
  margin: 0 0 10px 0;
}
.service-box2 .service-title a {
  color: inherit;
}
.service-box2 .service-title a:hover {
  color: var(--theme-color2);
}
.service-box2 .service-text {
  font-size: 16px;
  color: var(--white-color);
  line-height: 28px;
  margin: 0 0 27px 0;
}
.service-box2 .service-img {
  margin: -55px 0 0 0;
  text-align: right;
}
.service-box2 .icon-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.service-box2 .icon-btn:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.service-shape1 {
  min-height: 55%;
  background-color: var(--black-color);
  border-bottom: 5px solid var(--theme-color);
  width: 100%;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-box1 {
    padding-bottom: 50px;
  }
  .service-box1 .service-img {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-box1 .service-img img {
    width: 100%;
  }
  .service-box1 .service-text {
    max-width: 200px;
  }
  .service-box2 {
    padding: 50px 20px 0 35px;
  }
  .service-box2[data-bg-src] {
    background-size: 100% 108%;
  }
  .service-box2 .service-title {
    font-size: 36px;
  }
  .service-box2 .service-text {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 17px 0;
  }
  .service-box2 .service-img {
    margin: -40px 0 0 auto;
    text-align: right;
    max-width: 170px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-service-wrapper.pt-175 {
    padding-top: 60px;
  }
}
/*------------------- 8.13. Features  -------------------*/
.vs-feature-box1 {
  position: relative;
  margin-bottom: 30px;
  max-width: 280px;
}
.vs-feature-box1 i.flaticon-leaf,
.vs-feature-box1 .flaticon-kitchen {
  position: relative;
  top: 4px;
}
.vs-feature-box1 .feature-icon {
  display: inline-block;
  width: 134px;
  height: 134px;
  line-height: 136px;
  text-align: center;
  position: relative;
  box-shadow: 0px 11px 57.82px 1.18px rgba(209, 193, 193, 0.54);
  border-radius: 50%;
  margin-bottom: 35px;
}
.vs-feature-box1 .feature-icon:after, .vs-feature-box1 .feature-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  transition: all ease 0.4s;
}
.vs-feature-box1 .feature-icon:before {
  background-color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.vs-feature-box1 .feature-icon:after {
  border: 2px dotted #e2d6d6;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  animation: rotate 30s infinite linear;
}
.vs-feature-box1 .feature-icon .badge {
  width: 41px;
  height: 41px;
  line-height: 41px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--theme-font);
  padding: 0;
  background-color: var(--theme-color);
  left: 0;
  top: 0;
  box-shadow: 0px 11px 57.82px 1.18px rgba(209, 193, 193, 0.54);
  transition: all ease 0.6s;
}
.vs-feature-box1 .feature-icon i {
  font-size: 3rem;
  line-height: inherit;
}
.vs-feature-box1 .feature-shape {
  position: absolute;
  top: 60px;
  right: -30%;
}
.vs-feature-box1:hover .feature-icon {
  color: var(--white-color);
}
.vs-feature-box1:hover .feature-icon .badge {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.vs-feature-box1:hover .feature-icon:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.vs-feature-box1:hover .feature-icon:after {
  border-color: var(--white-color);
}

.featured-bar {
  box-shadow: 0px 22px 32px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  background-color: var(--white-color);
  padding: 45px 70px 15px 70px;
  margin-top: -82.5px;
  z-index: 41;
  position: relative;
}

.feature-style1 {
  position: relative;
  border: 1px solid var(--theme-color2);
  margin: 20px 0 30px 25px;
  padding: 22px 0 20px 55px;
  background-color: transparent;
  transition: all ease 0.4s;
}
.feature-style1 .feature-title {
  font-size: 22px;
  margin: 0;
}
.feature-style1 .feature-text {
  margin: 0;
}
.feature-style1 .feature-title,
.feature-style1 .feature-text {
  transition: all ease 0.3s;
}
.feature-style1 .feature-icon {
  position: absolute;
  left: -25px;
  top: -20px;
}
.feature-style1:hover {
  background-color: var(--theme-color2);
}
.feature-style1:hover .feature-title,
.feature-style1:hover .feature-text {
  color: var(--white-color);
}

.feature-style2 {
  text-align: center;
  border-right: 1px dashed #d0d0d0;
  margin-bottom: 25px;
}
.feature-style2:last-child {
  border-right: none;
}
.feature-style2 .feature-img {
  margin-bottom: 23px;
}
.feature-style2 .feature-title {
  font-size: 26px;
  margin: 0 0 10px 0;
}
.feature-style2 .feature-text {
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  max-width: 300px;
}

.feature-bar-box .feature-icon {
  transition: all ease 0.4s;
  color: var(--theme-color);
  position: relative;
  width: 90px;
  height: 90px;
  line-height: 94px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 32px 14px rgba(0, 0, 0, 0.05);
  margin-right: 20px;
}
.feature-bar-box .feature-icon i {
  font-size: 36px;
}
.feature-bar-box .feature-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px dashed var(--theme-color);
  animation: cspine 35s linear infinite;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.feature-bar-box .media-body {
  align-self: center;
}
.feature-bar-box:hover .feature-icon {
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: none;
}
.feature-bar-box:hover .feature-icon:before {
  border-color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-feature-box1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .vs-feature-box1 .feature-shape {
    display: none;
  }
  .featured-bar {
    box-shadow: 0px 0 52px 0px rgba(0, 0, 0, 0.07);
    padding: 45px 40px 15px 40px;
    margin-top: 130px;
  }
  .feature-icon.mr-30 {
    margin-right: 20px;
  }
  .feature-style1 {
    padding: 0 20px 20px 20px;
    margin: 35px 0 30px 0;
    text-align: center;
  }
  .feature-style1 .feature-icon {
    position: relative;
    left: 0;
    top: 0;
    margin-top: -35px;
    margin-bottom: 10px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .featured-bar {
    padding: 35px 20px 0.5px 20px;
    margin-top: 60px;
  }
  .feature-bar-box.d-lg-flex {
    text-align: center;
  }
  .feature-bar-box.d-lg-flex .feature-icon {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .feature-style2 {
    border-right: none;
  }
  .feature-style2 .feature-img {
    max-width: 150px;
    margin: 0 auto 15px auto;
  }
  .feature-style2 .feature-title {
    font-size: 22px;
  }
  .feature-style2 .feature-text {
    margin: 0 auto;
    max-width: 205px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .feature-style2 {
    border-right: none;
  }
  .feature-style2 .feature-text {
    max-width: 100%;
  }
}
.features-wrap1 {
  margin-top: -80px;
  position: relative;
  z-index: 31;
}

.vs-feature-box2 {
  display: flex;
  align-items: center;
  background-color: var(--black-color);
  padding: 30px;
  position: relative;
  transition: all ease 0.4s;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.vs-feature-box2:last-child {
  border-right: none;
}
.vs-feature-box2 .number {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: #a59696;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--theme-font);
  opacity: 0.18;
}
.vs-feature-box2 .feature-text,
.vs-feature-box2 .feature-title {
  color: var(--white-color);
}
.vs-feature-box2 .feature-text {
  max-width: 180px;
}
.vs-feature-box2 .feature-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 3rem;
  background-color: var(--black-color);
  margin-right: 25px;
  border-radius: 50%;
  transition: all ease 0.4s;
  position: relative;
}
.vs-feature-box2 .feature-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed #a59696;
  pointer-events: none;
  transition: all ease 0.4s;
  border-radius: inherit;
  animation: rotate 30s infinite linear;
}
.vs-feature-box2 i.flaticon-leaf,
.vs-feature-box2 .flaticon-kitchen {
  position: relative;
  top: 4px;
}
.vs-feature-box2 .feature-content {
  flex: 1;
}
.vs-feature-box2:hover {
  background-color: var(--theme-color);
}
.vs-feature-box2:hover .feature-icon {
  color: var(--white-color);
}
.vs-feature-box2:hover .feature-icon:before {
  border-color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-feature-box2 {
    padding: 30px;
  }
  .vs-feature-box2 .feature-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    margin-right: 10px;
  }
  .features-wrap1 {
    margin-top: -73.5px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-feature-box2 {
    display: block;
    text-align: center;
  }
  .vs-feature-box2 .feature-icon {
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .vs-feature-box2 .feature-text {
    margin-left: auto;
    margin-right: auto;
  }
  .features-wrap1 {
    margin-top: 0;
    padding-top: 60px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-feature-box2 {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .vs-feature-box2:last-child {
    border-bottom: none;
  }
}
/*------------------- 8.14. Product  -------------------*/
.product-big-img {
  border: 1px solid var(--vs-secondary-color);
}
.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;
  border: 1px solid var(--vs-secondary-color);
}

.quantity.style2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.quantity.style2 input {
  width: 75px;
  height: 50px;
  text-align: center;
  border: 1px solid var(--vs-secondary-color);
  font-family: var(--theme-font2);
  color: var(--body-color2);
  font-weight: 600;
  font-size: 18px;
  padding-left: 0;
  padding-right: 30px;
  border-radius: 8px;
  /* 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;
  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: 26px;
}
.quantity.style2 .qut-btn:hover {
  color: var(--theme-color);
}

.product_meta {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
}
.product_meta > span {
  display: block;
  margin-bottom: 5px;
}
.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;
  margin-right: 3px;
  font-weight: 500;
  color: var(--title-color);
}
.product_meta > span > a:not(:last-child):after,
.product_meta > span > span:not(:last-child):after {
  content: ",";
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 5px;
}
.product_meta > span > a:last-child,
.product_meta > span > span:last-child {
  margin-right: 0;
}

.product-tab-style1 {
  border-bottom: 1px solid #f7f3f3;
}
.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(--theme-font);
}
.product-tab-style1 a:hover {
  color: var(--theme-color);
}
.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%;
}

ol.flex-control-nav.flex-control-thumbs {
  padding: 0;
  margin: 20px 0 30px 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
ol.flex-control-nav.flex-control-thumbs li {
  display: block;
}
ol.flex-control-nav.flex-control-thumbs img {
  transition: all ease 0.4s;
  width: 100%;
  height: auto;
  background-color: var(--white-color);
  border: 1px solid rgba(203, 203, 203, 0.3);
  cursor: pointer;
}
ol.flex-control-nav.flex-control-thumbs img.flex-active, ol.flex-control-nav.flex-control-thumbs img:hover {
  border-color: var(--theme-color);
}

#additional_information td,
#additional_information th {
  border: 1px solid var(--border-color);
  padding: 10px;
}
#additional_information td p:last-child,
#additional_information th p:last-child {
  margin-bottom: 0;
}

#seller li.store-address {
  color: var(--title-color);
}
#seller span.text {
  display: block;
  margin-bottom: 10px;
}

.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-inner-list li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 20px;
}
.product-inner-list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 992px) {
  ol.flex-control-nav.flex-control-thumbs {
    margin: 10px 0 30px 0;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-tag2,
.product-tag1 {
  background-color: var(--theme-color);
  color: var(--white-color);
  text-transform: capitalize;
  display: inline-block;
  position: absolute;
  min-width: 60px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
  z-index: 2;
}

.product-rating-box {
  font-size: 10px;
  color: var(--white-color);
  font-weight: 700;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
  margin: 0 0 12px 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  text-align: center;
  overflow: visible;
}
.product-rating-box::after, .product-rating-box::before {
  content: "";
  position: absolute;
  background-color: var(--theme-color2);
  z-index: -1;
}
.product-rating-box::after {
  width: 26px;
  height: 26px;
  border: 1px solid var(--white-color);
  top: 50%;
  left: 0;
  margin: -13px 0 0 0;
  border-radius: 50%;
}
.product-rating-box:before {
  height: 18px;
  left: 5px;
  top: 50%;
  right: 0;
  margin: -9px 0 0 0;
  border-radius: 0 9999px 9999px 0;
  width: 95px;
}
.product-rating-box .star-rating {
  font-size: 8px;
  display: inline-block;
  width: 67px;
  margin: 0 0 0 12px;
  --theme-color: #fff;
  position: absolute;
  left: 83%;
  top: 50%;
  transform: translateY(-50%);
}

#more_seller_product .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 var(--bs-gutter-x);
}
#more_seller_product .row > * {
  padding-left: 0;
  padding-right: 0;
}

.vs-product-box1 {
  text-align: center;
  border: 2px solid var(--vs-secondary-color);
  background-color: var(--white-color);
  position: relative;
  margin-bottom: 30px;
  box-shadow: none;
  transition: all ease 0.4s;
}
.vs-product-box1 .product-img {
  transition: all ease 0.4s;
  overflow: hidden;
}
.vs-product-box1 .product-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.vs-product-box1 a {
  color: inherit;
}
.vs-product-box1 a:hover {
  color: var(--theme-color);
}
.vs-product-box1 .product-content {
  padding: 20px 0;
  background-color: var(--vs-secondary-color);
  position: relative;
}
.vs-product-box1 .product-tag1 {
  left: -40px;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: top right;
}
.vs-product-box1 .product-tag2 {
  right: 0;
  top: 10px;
}
.vs-product-box1 .actions-btn {
  background-color: var(--white-color);
  display: inline-block;
  box-shadow: 0px 7px 65px 0px rgba(163, 163, 163, 0.2);
  border-radius: 9999px;
  padding: 3px;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: -19px;
  margin-top: -30px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  width: max-content;
}
.vs-product-box1 .actions-btn a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 50%;
}
.vs-product-box1 .actions-btn a:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.vs-product-box1 .base {
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 737px;
  top: 3837px;
  width: 120px;
  height: 28px;
  z-index: 249;
}
.vs-product-box1 .price {
  font-size: 14px;
}
.vs-product-box1 .outofstock.woocommerce-badge.product-tag1 {
  left: -70px;
}
.vs-product-box1:hover {
  border-color: var(--theme-color);
}
.vs-product-box1:hover .product-img {
  border-color: transparent;
}
.vs-product-box1:hover .product-img img {
  transform: scale(1.15);
}
.vs-product-box1:hover .actions-btn {
  opacity: 1;
  visibility: visible;
  margin-top: -10px;
}

.dishes-box {
  position: relative;
  padding: 10px;
  border: 2px solid var(--border-color);
  text-align: center;
  transition: all ease 0.4s;
}
.dishes-box:hover {
  border-color: var(--theme-color);
}
.dishes-box .product-tag1 {
  right: auto;
  top: 10px;
  left: 0;
  border-radius: 0 30px 30px 0;
  background-color: var(--body-color);
  color: var(--white-color);
}
.dishes-box .star-rating {
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  position: relative;
  right: -5px;
}
.dishes-box .dishes-img {
  position: relative;
}
.dishes-box .flash-counter {
  background-color: var(--theme-color);
  border-radius: 0;
  justify-content: center;
  margin: 0 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
.dishes-box .flash-counter > *:not(.message):before {
  margin: 0 10px;
}
.dishes-box span.price {
  font-weight: 700;
  display: block;
  margin-top: 3px;
}
.dishes-box h4.product-title.h4.mb-2 {
  margin-bottom: 0 !important;
}
.dishes-box .rating {
  margin: 10px 0 0 0;
}
.dishes-box .dishes-content {
  padding: 33px 30px 27px 30px;
}
.dishes-box .dishes-img {
  background-color: #f5f6fb;
}

.vs-product-box5 .product-img,
.vs-product-box4 .product-img,
.vs-product-box3 .product-img {
  position: relative;
}
.vs-product-box5 .stock-wrapper,
.vs-product-box4 .stock-wrapper,
.vs-product-box3 .stock-wrapper {
  position: absolute;
  right: 15px;
  top: 15px;
  left: auto;
}
.vs-product-box5 .product-tag1,
.vs-product-box5 .product-tag2,
.vs-product-box5 .product-tag3,
.vs-product-box4 .product-tag1,
.vs-product-box4 .product-tag2,
.vs-product-box4 .product-tag3,
.vs-product-box3 .product-tag1,
.vs-product-box3 .product-tag2,
.vs-product-box3 .product-tag3 {
  text-align: center;
  padding: 1px 10px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 4px;
  z-index: 1;
  display: inline-block;
  color: var(--white-color);
  font-weight: 600;
  margin-right: 7px;
}
.vs-product-box5 .product-tag1:last-child,
.vs-product-box5 .product-tag2:last-child,
.vs-product-box5 .product-tag3:last-child,
.vs-product-box4 .product-tag1:last-child,
.vs-product-box4 .product-tag2:last-child,
.vs-product-box4 .product-tag3:last-child,
.vs-product-box3 .product-tag1:last-child,
.vs-product-box3 .product-tag2:last-child,
.vs-product-box3 .product-tag3:last-child {
  margin-right: 0;
}
.vs-product-box5 .product-tag1,
.vs-product-box4 .product-tag1,
.vs-product-box3 .product-tag1 {
  background-color: var(--theme-color);
}
.vs-product-box5 .product-tag2,
.vs-product-box4 .product-tag2,
.vs-product-box3 .product-tag2 {
  background-color: var(--theme-color2);
}
.vs-product-box5 .product-tag3,
.vs-product-box4 .product-tag3,
.vs-product-box3 .product-tag3 {
  background-color: var(--theme-color);
}

.vs-product-box3 {
  background-color: var(--white-color);
  position: relative;
  margin-bottom: 2px;
}
.vs-product-box3 .vs-btn.style4 {
  padding: 12px 25px;
}
.vs-product-box3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.vs-product-box3 .actions-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
  transform: translateY(-50%);
}
.vs-product-box3 .actions-btn .icon-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  background-color: var(--white-color);
  color: var(--title-color);
  margin: 0 2px 0 2px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: translateY(-30px);
  position: relative;
  top: -8px;
}
.vs-product-box3 .actions-btn .icon-btn:hover {
  background-color: var(--theme-color2);
  transition-delay: 0;
  color: var(--white-color);
}
.vs-product-box3 a.added_to_cart,
.vs-product-box3 .cart-btn {
  width: max-content;
  display: block;
  margin: 0 auto 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: translateY(30px);
  position: relative;
  top: 8px;
}
.vs-product-box3 a.added_to_cart.added,
.vs-product-box3 .cart-btn.added {
  display: none;
}
.vs-product-box3 a.added_to_cart {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 9999px;
  font-size: 15px;
  box-shadow: none;
  padding: 17px 47px;
}
.vs-product-box3 a.added_to_cart::before {
  content: "\f07a";
  margin-right: 10px;
  font-family: var(--icon-font);
  font-weight: 700;
}
.vs-product-box3 a.added_to_cart:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-product-box3 .product-img img {
  width: 100%;
}
.vs-product-box3 .product-content {
  padding: 0 30px 22px 30px;
}
.vs-product-box3 .product-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px 0;
}
.vs-product-box3 .product-title a {
  color: inherit;
}
.vs-product-box3 .price {
  color: #76a713;
  font-family: var(--theme-font2);
  font-size: 15px;
}
.vs-product-box3 .price del {
  color: #898989;
  margin-left: 5px;
  font-size: 13px;
}
.vs-product-box3 .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
  display: inline-block;
  top: 8px;
  position: relative;
  margin-left: 10px;
}
.vs-product-box3 .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--white-color);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transform: translateY(-30px);
}
.vs-product-box3 .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  font-size: 24px;
  display: block !important;
  margin: 0;
  transform: translate(-51%, -48%);
  color: var(--title-color);
  transition: all ease 0.4s;
}
.vs-product-box3 .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
  background-color: var(--theme-color2);
}
.vs-product-box3 .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover:before {
  color: var(--white-color);
}
.vs-product-box3:hover:before {
  opacity: 1;
  visibility: visible;
}
.vs-product-box3:hover a.added_to_cart,
.vs-product-box3:hover .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.vs-product-box3:hover .cart-btn,
.vs-product-box3:hover .actions-btn .icon-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(1px);
  transition-delay: 0.2s;
}
.vs-product-box3:hover a.added_to_cart:hover,
.vs-product-box3:hover .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover,
.vs-product-box3:hover .cart-btn:hover,
.vs-product-box3:hover .actions-btn .icon-btn:hover {
  transition-delay: 0;
}
.vs-product-box3.style2 {
  border: 2px solid var(--theme-color2);
}
.vs-product-box3.style3 {
  border: 2px solid #eeeeee;
  margin-bottom: 30px;
}

.vs-product-box4 {
  background-color: var(--white-color);
  padding: 0.1px 0.1px 0 0.1px;
  margin: 0 0 39px 0;
}
.vs-product-box4 .product-img {
  position: relative;
  border: 2px solid var(--theme-color2);
  margin: 10px 10px 0 10px;
  overflow: hidden;
  transition: all ease 0.4s;
}
.vs-product-box4 .product-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  background-color: var(--theme-color);
}
.vs-product-box4 .product-img img {
  width: 100%;
}
.vs-product-box4 .product-img .product-rating-box {
  position: absolute;
  left: 10px;
  bottom: 15px;
  margin: 0;
}
.vs-product-box4 .product-tag1 {
  top: 10px;
  right: 10px;
}
.vs-product-box4 .product-title {
  font-size: 22px;
  color: #171717;
  margin: 0 0 5px 0;
}
.vs-product-box4 .product-title a {
  color: inherit;
}
.vs-product-box4 .product-title a:hover {
  color: var(--theme-color);
}
.vs-product-box4 .product-quantity {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 22px 0;
}
.vs-product-box4 .product-quantity .text {
  margin: 0 0 0 5px;
}
.vs-product-box4 .price {
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  display: inline-block;
  margin: 0 0 4px 0;
}
.vs-product-box4 .price del {
  font-size: 17px;
  margin: 0 0 0 10px;
}
.vs-product-box4 .product-discount {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.vs-product-box4 .product-content {
  padding: 20px 25px 18px 25px;
}
.vs-product-box4 .added_to_cart,
.vs-product-box4 .product-cart-btn {
  display: block;
  background-color: var(--theme-color2);
  color: var(--white-color);
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 15px 27px;
  position: relative;
  transition: all ease 0.4s;
}
.vs-product-box4 .added_to_cart:before,
.vs-product-box4 .product-cart-btn i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 57px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  border-radius: 50%;
  background-color: var(--theme-color2);
  margin: -30px 0 0 0;
  transition: all ease 0.4s;
}
.vs-product-box4 .product-cart-btn.added {
  display: none;
}
.vs-product-box4 .added_to_cart:before {
  content: "\f07a";
  font-family: var(--icon-font);
}
.vs-product-box4 .actions-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
.vs-product-box4 .actions-btn .icon-btn {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: var(--title-color);
  background-color: var(--white-color);
  margin: 5px 0 0 0;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
}
.vs-product-box4 .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
  display: inline-block;
  top: 5px;
  position: relative;
  margin-top: 0;
}
.vs-product-box4 .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--white-color);
  transition: all ease 0.4s;
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
}
.vs-product-box4 .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  font-size: 20px;
  display: block !important;
  margin: 0;
  transform: translate(-51%, -48%);
  color: var(--title-color);
  transition: all ease 0.4s;
}
.vs-product-box4 .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
  background-color: var(--theme-color2);
}
.vs-product-box4 .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover:before {
  color: var(--white-color);
}
.vs-product-box4:hover .product-img {
  border-color: var(--theme-color);
}
.vs-product-box4:hover .product-img:before {
  opacity: 0.5;
  visibility: visible;
}
.vs-product-box4:hover .product-cart-btn,
.vs-product-box4:hover .product-cart-btn i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-product-box4:hover .product-cart-btn:hover i {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.vs-product-box4:hover .actions-btn .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.15s;
}
.vs-product-box4:hover .actions-btn .icon-btn {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}
.vs-product-box4:hover .actions-btn .icon-btn:nth-child(2) {
  transition-delay: 0.15s;
}
.vs-product-box4:hover .actions-btn .icon-btn:nth-child(3) {
  transition-delay: 0.2s;
}

.vs-product-box5 {
  border: 2px solid #eeeeee;
  margin: 0 0 60px 0;
  transition: all ease 0.4s;
}
.vs-product-box5 .product-tag3,
.vs-product-box5 .product-tag2,
.vs-product-box5 .product-tag1 {
  right: 7px;
  top: 7px;
}
.vs-product-box5 .product-title {
  font-size: 20px;
  margin: 0 0 2px 0;
}
.vs-product-box5 .product-title a {
  color: inherit;
}
.vs-product-box5 .product-quantity {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
.vs-product-box5 .product-bottom {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 15px 0 20px 0;
}
.vs-product-box5 .product-rating-box {
  margin: 0 0 17px 0;
}
.vs-product-box5 .price {
  font-size: 18px;
  color: #444444;
  margin: 0 0 2px 0;
}
.vs-product-box5 .price del {
  font-size: 16px;
  margin-left: 7px;
}
.vs-product-box5 .product-discount {
  display: block;
  font-weight: 700;
  color: var(--theme-color);
}
.vs-product-box5 .added_to_cart,
.vs-product-box5 .product-cart-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  position: relative;
  box-shadow: none;
}
.vs-product-box5 .product-cart-btn.added {
  display: none;
}
.vs-product-box5 .added_to_cart {
  font-size: 0;
}
.vs-product-box5 .added_to_cart:before {
  content: "\f07a";
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 18px;
}
.vs-product-box5 .product-content {
  padding: 0 20px 0 20px;
  margin: 0 0 -30px 0;
  position: relative;
  z-index: 3;
}
.vs-product-box5:hover {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.03);
  border-color: var(--theme-color);
}
.vs-product-box5:hover .added_to_cart,
.vs-product-box5:hover .product-cart-btn {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(254, 149, 5, 0.43);
}
.vs-product-box5:hover .added_to_cart:hover,
.vs-product-box5:hover .product-cart-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  box-shadow: 0 0 0 4px rgba(101, 152, 51, 0.43);
}

.vs-product-box6 {
  display: flex;
  flex-direction: row-reverse;
  border: 2px solid #eeeeee;
  position: relative;
  margin: 0 0 75px 0;
  transition: all ease 0.4s;
}
.vs-product-box6 .product-title {
  font-size: 26px;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.vs-product-box6 .product-title a {
  color: inherit;
}
.vs-product-box6 .product-title a:hover {
  color: var(--theme-color);
}
.vs-product-box6 .price {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 700;
  display: block;
}
.vs-product-box6 .price del {
  color: #898989;
  font-size: 13px;
  margin-left: 8px;
}
.vs-product-box6 a.added_to_cart,
.vs-product-box6 .product-cart-btn {
  font-size: 16px;
  color: var(--title-color);
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  margin: 30px 0 0 0;
}
.vs-product-box6 a.added_to_cart:hover,
.vs-product-box6 .product-cart-btn:hover {
  color: var(--theme-color);
}
.vs-product-box6 .product-cart-btn.added {
  display: none;
}
.vs-product-box6 .counter-style1 {
  display: flex;
  gap: 2px;
  margin: 30px 0 0 0;
  position: absolute;
  left: 40px;
  bottom: -45px;
}
.vs-product-box6 .counter-style1 span {
  margin: 0;
}
.vs-product-box6 .product-content {
  padding: 40px 30px 80px 40px;
  flex: 1;
  position: relative;
}
.vs-product-box6 .product-rating-box {
  margin-bottom: 10px;
}
.vs-product-box6 .product-shape {
  position: absolute;
  right: 0;
  top: 0;
}
.vs-product-box6 .product-img {
  position: relative;
}
.vs-product-box6:hover {
  border-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-product-box6 .product-img {
    max-width: 210px;
  }
  .vs-product-box6 .product-content {
    padding: 30px 10px 70px 30px;
  }
  .vs-product-box6 .counter-style1 {
    left: 30px;
  }
  .vs-product-box6 a.added_to_cart,
.vs-product-box6 .product-cart-btn {
    margin: 20px 0 0 0;
  }
  .vs-product-box4 .product-title {
    font-size: 20px;
  }
  .vs-product-box4 .added_to_cart,
.vs-product-box4 .product-cart-btn {
    font-size: 12px;
    padding: 15px 17px;
  }
  .vs-product-box5 .price {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .dishes-box .dishes-content {
    padding: 23px 20px 17px 20px;
  }
  .vs-product-box6 {
    display: block;
    margin-bottom: 30px;
  }
  .vs-product-box6 .product-img {
    max-width: 100%;
    margin: 0;
  }
  .vs-product-box6 .product-content {
    padding: 10px 20px 30px 20px;
  }
  .vs-product-box6 .counter-style1 {
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    bottom: 0;
  }
  .vs-product-box6 .counter-style1 span:not(.number) {
    width: auto;
    height: auto;
    font-size: 18px;
    margin-bottom: 0;
  }
  .vs-product-box6 .counter-style1 .number {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .vs-product-box5 .product-title {
    font-size: 19px;
    margin: 0 0 7px 0;
  }
  .vs-product-box5 .product-bottom {
    min-height: 100px;
    margin: 0 0 20px 0;
  }
}
/* Small devices */
@media (max-width: 768px) {
  #more_seller_product .row {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-tab-style1 a {
    padding: 0 10px 10px 10px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  #more_seller_product .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.vs-product-box2 {
  margin-bottom: 30px;
  position: relative;
}
.vs-product-box2.has-border {
  border: 2px solid var(--border-color);
  transition: all ease 0.4s;
}
.vs-product-box2 .product-img {
  width: 100%;
  max-width: 170px;
  background-color: var(--white-color);
  overflow: hidden;
}
.vs-product-box2 .product-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.vs-product-box2 .star-rating {
  margin-top: 5px;
  transform: scale(0.8);
  transform-origin: left center;
}
.vs-product-box2 a {
  color: inherit;
}
.vs-product-box2 a:hover {
  color: var(--theme-color);
}
.vs-product-box2 .product-content {
  background-color: var(--vs-secondary-color);
  flex: 1;
  padding: 35px 25px;
}
.vs-product-box2 .product-tag1 {
  right: -2px;
  top: 5px;
  font-size: 14px;
  height: 25px;
  line-height: 24px;
  min-width: 53px;
  transition: all ease 0.4s;
}
.vs-product-box2:hover.has-border {
  border-color: var(--theme-color);
}
.vs-product-box2:hover .product-img img {
  transform: scale(1.15);
}

.product-fix1 .vs-product-box2 {
  border: 2px solid var(--theme-color);
  transition: all ease 0.4s;
}
.product-fix1 .vs-product-box2:hover {
  border-color: var(--theme-color2);
}
.product-fix1 .vs-product-box2:hover .product-tag1 {
  background-color: var(--theme-color2);
}

.vs-flash-sale .vs-product-box2 {
  margin-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-product-box2.d-xl-flex {
    text-align: center;
  }
  .vs-product-box2.d-xl-flex .product-img {
    max-width: 100%;
  }
  .vs-product-box2.d-xl-flex .star-rating {
    margin-left: auto;
    margin-right: auto;
    width: 96px;
    transform: scale(1);
    right: -3px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-product-box2 {
    text-align: center;
  }
  .vs-product-box2 .product-img {
    max-width: 100%;
    background-color: var(--white-color);
  }
  .vs-product-box2 .product-content {
    padding: 20px 0;
  }
}
.vs-cat-card {
  padding-bottom: 20px;
  position: relative;
}
.vs-cat-card .cat-img {
  overflow: hidden;
}
.vs-cat-card .cat-img img {
  position: relative;
  transform: scale(1);
  transition: all ease 0.4s;
}
.vs-cat-card .cat-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  text-align: center;
  background-color: var(--theme-color);
  padding: 18px 10px;
  transition: all ease 0.4s;
}
.vs-cat-card .cat-title {
  margin: 0;
  font-weight: 600;
  color: var(--white-color);
}
.vs-cat-card .cat-title a {
  color: inherit;
}
.vs-cat-card:hover .cat-content {
  background-color: var(--theme-color2);
}
.vs-cat-card:hover .cat-img img {
  transform: scale(1.3);
}

/*------------------- 8.15. Filter Menu  -------------------*/
.filter-menu-style1 button {
  border: none;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  position: relative;
  color: #140735;
  font-weight: 700;
  padding-right: 37px;
  margin-right: 15px;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: 95% 10px;
}
.filter-menu-style1 button i {
  margin-bottom: 10px;
  display: block;
  font-size: 2rem;
  font-weight: 400;
}
.filter-menu-style1 button:first-child {
  padding-left: 0;
}
.filter-menu-style1 button:last-child {
  margin-right: 0;
  padding-right: 0;
  background-image: none !important;
}
.filter-menu-style1 button.active {
  color: var(--theme-color);
}
.filter-menu-style1 button:hover {
  color: var(--theme-color2);
}

.filter-menu2 {
  position: absolute;
  left: -87px;
  top: 0;
}
.filter-menu2 button {
  border: none;
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 62px);
  font-size: var(--font-size, 26px);
  margin: 0 0 8px 0;
  display: block;
  position: relative;
  transition: all ease 0.4s;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
}
.filter-menu2 button i {
  position: relative;
  z-index: 3;
}
.filter-menu2 button:hover, .filter-menu2 button.active {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.filter-menu2 button:hover .bg-1, .filter-menu2 button.active .bg-1 {
  opacity: 0;
  visibility: hidden;
}
.filter-menu2 button:hover .bg-2, .filter-menu2 button.active .bg-2 {
  opacity: 1;
  visibility: visible;
}

.filter-menu3 {
  text-align: center;
  width: max-content;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  border-radius: 9999px;
  margin: 0 auto 40px auto;
}
.filter-menu3 button {
  border: none;
  background-color: transparent;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  padding: 22px 46.5px;
  border-radius: 9999px;
}
.filter-menu3 button:hover, .filter-menu3 button.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.filter-menu3 button i {
  margin: 0 10px 0 0;
}
.filter-menu3 button:first-child {
  margin-left: -1px;
}
.filter-menu3 button:last-child {
  margin-right: -1px;
}

.filter-menu4 button {
  border: none;
  background-color: transparent;
  display: block;
  text-align: left;
  padding: 36px 30px 36px 140px;
  margin: 10px 0 10px 0;
  position: relative;
  width: 100%;
  max-width: 330px;
  --stroke-color: #b2a87f;
  border-radius: 9999px;
  transition: all ease 0.4s;
}
.filter-menu4 button:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  left: 30px;
  border: 2px solid var(--stroke-color);
  border-radius: inherit;
  transition: all ease 0.4s;
}
.filter-menu4 button:after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--stroke-color);
  transform: translateY(-50%);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.filter-menu4 button:last-child {
  margin-bottom: 0;
}
.filter-menu4 button:first-child {
  margin-top: 0;
}
.filter-menu4 button.active .title,
.filter-menu4 button.active .text, .filter-menu4 button:hover .title,
.filter-menu4 button:hover .text {
  color: var(--white-color);
}
.filter-menu4 button.active:before, .filter-menu4 button:hover:before {
  background-color: var(--stroke-color);
  border-color: transparent;
}
.filter-menu4 button.active:after {
  opacity: 1;
  visibility: visible;
}
.filter-menu4 button:nth-child(3n+2) {
  --stroke-color: #d57373;
}
.filter-menu4 button:nth-child(4n+3) {
  --stroke-color: #8fb9df;
}
.filter-menu4 button:nth-child(5n+4) {
  --stroke-color: #eea8e9;
}
.filter-menu4 button:nth-child(6n+5) {
  --stroke-color: #62eeae;
}
.filter-menu4 img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.filter-menu4 .title {
  display: block;
  color: #111111;
  font-size: 22px;
  font-weight: 700;
  margin: 2px 0 5px 0;
  transition: all ease 0.4s;
  position: relative;
  z-index: 2;
}
.filter-menu4 .text {
  font-size: 15px;
  color: #666666;
  position: relative;
  z-index: 2;
  transition: all ease 0.4s;
}

/* Large devices */
@media (max-width: 1199px) {
  .filter-menu2 {
    position: relative;
    left: 0;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .filter-menu2 button {
    display: inline-block;
  }
  .filter-menu4 button {
    padding: 25px 30px 25px 120px;
  }
  .filter-menu4 button img {
    max-width: 105px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .filter-menu-style1.mb-65 {
    margin-bottom: 35px;
  }
  .filter-menu4 {
    text-align: center;
    margin-bottom: 25px;
  }
  .filter-menu4 button {
    display: inline-block;
    margin: 10px;
    max-width: 45%;
  }
  .filter-menu4 button:after {
    display: none;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .filter-menu3 button {
    font-size: 14px;
    padding: 15.5px 24px;
  }
  .filter-menu4 button {
    padding: 25px 30px 25px 100px;
    max-width: 45%;
    display: inline-block;
  }
  .filter-menu4 button img {
    max-width: 85px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .filter-menu-style1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .filter-menu-style1 button {
    background-size: 0 0;
    margin-right: 20px;
    padding: 0;
    font-size: 13px;
  }
  .filter-menu-style1 button i {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .filter-menu4 button {
    max-width: 95%;
    padding: 20px 30px 20px 100px;
  }
  .filter-menu4 button:before {
    top: 0;
    bottom: 0;
  }
}
/*------------------- 8.16. Advertise box  -------------------*/
.vs-image-box1 {
  position: relative;
}
.vs-image-box1 .ad-content {
  position: absolute;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 12px;
}

.vs-image-box3,
.vs-image-box1 {
  overflow: hidden;
  transition: all ease 0.4s;
}
.vs-image-box3 .image-btn,
.vs-image-box1 .image-btn {
  color: var(--theme-color);
  font-weight: 700;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.vs-image-box3 .image-btn:before,
.vs-image-box1 .image-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: var(--theme-color);
  transition: inherit;
}
.vs-image-box3 .image-btn:hover,
.vs-image-box1 .image-btn:hover {
  color: var(--theme-color2);
}
.vs-image-box3 .image-btn:hover:before,
.vs-image-box1 .image-btn:hover:before {
  background-color: var(--theme-color2);
}

.vs-image-box5,
.vs-image-box4,
.vs-image-box3 {
  position: relative;
}
.vs-image-box5 .ad-content,
.vs-image-box4 .ad-content,
.vs-image-box3 .ad-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 40px;
  z-index: 1;
}
.vs-image-box5 .ad-content *,
.vs-image-box4 .ad-content *,
.vs-image-box3 .ad-content * {
  z-index: 2;
}

.vs-image-box3 .ad-content {
  top: 55%;
}

.vs-image-box4 .ad-content {
  top: 40%;
  max-width: 280px;
}

.vs-image-box4 .ad-content {
  top: 40%;
}

.vs-image-box6 .ad-content {
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 1;
  transform: translateY(-50%);
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-image-box1 .ad-content {
    left: 5%;
  }
  .vs-image-box1 .ad-content h1 {
    font-size: 28px;
  }
  .vs-image-box1 .ad-content .ad-btn {
    font-size: 14px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-image-box5 .ad-content,
.vs-image-box4 .ad-content,
.vs-image-box3 .ad-content {
    transform: translateY(-69%);
    padding: 0 80px 0 15px;
  }
  .vs-image-box6 .ad-content {
    right: 30px;
  }
  .vs-image-box6 .h1 {
    font-size: 30px;
  }
  .vs-image-box6 h4 {
    font-size: 18px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .vs-image-box1 .ad-content {
    left: 5%;
  }
  .vs-image-box1 .ad-content h1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .vs-image-box6 .ad-content {
    transform: scale(0.7) translateY(-50%);
    right: 3%;
    transform-origin: 100% 0;
  }
}
/*------------------- 8.17. Flash Sale  -------------------*/
.vs-flash-sale {
  border: 1px solid var(--vs-secondary-color);
  background-color: var(--vs-secondary-color);
  margin-bottom: 30px;
}
.vs-flash-sale a {
  color: inherit;
}
.vs-flash-sale a:hover {
  color: var(--theme-color);
}
.vs-flash-sale .flash-img {
  max-width: 170px;
  background-color: var(--white-color);
}
.vs-flash-sale .flash-img img {
  width: 100%;
}
.vs-flash-sale .flash-content {
  padding-left: 30px;
  padding-right: 20px;
}
.vs-flash-sale .price {
  font-size: 700;
  font-family: var(--theme-font);
  color: var(--body-color2);
  font-weight: 700;
}
.vs-flash-sale .star-rating {
  margin-top: 5px;
}
.vs-flash-sale:hover .flash-counter {
  background-color: var(--theme-color);
}

.flash-counter .message,
.deal-counter .message {
  display: none;
}
.flash-counter > *:not(.message),
.deal-counter > *:not(.message) {
  position: relative;
}
.flash-counter > *:not(.message):before,
.deal-counter > *:not(.message):before {
  content: ":";
  position: relative;
}
.flash-counter > *:not(.message):first-child:before,
.deal-counter > *:not(.message):first-child:before {
  display: none;
}
.flash-counter.expired,
.deal-counter.expired {
  text-align: center;
}
.flash-counter.expired > *:not(.message),
.deal-counter.expired > *:not(.message) {
  display: none;
}

.flash-counter {
  background-color: var(--body-color);
  color: var(--white-color);
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-family: var(--theme-font);
  padding: 12px 20px;
  transition: all ease 0.4s;
}
.flash-counter > *:not(.message):before {
  margin: 0 20px;
}

.deal-counter {
  font-size: 22px;
  font-family: var(--theme-font);
  color: var(--title-color);
  font-weight: 600;
}
.deal-counter > *:not(.message):before {
  margin-right: 20px;
  margin-left: 13px;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-flash-sale .flash-img {
    max-width: 120px;
  }
  .vs-flash-sale .flash-content {
    padding-left: 20px;
  }
  .flash-counter {
    padding: 6px 10px;
  }
  .flash-counter > *:not(.message):before {
    margin: 0 10px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-flash-sale {
    text-align: center;
  }
  .vs-flash-sale .flash-img {
    max-width: 100%;
    width: 100%;
  }
  .vs-flash-sale .flash-content {
    padding: 15px 10px;
    padding-bottom: 17px;
  }
  .deal-counter {
    font-size: 16px;
  }
  .deal-counter > *:not(.message):before {
    margin-right: 10px;
    margin-left: 3px;
  }
}
/*------------------- 8.18. Testimonial  -------------------*/
.vs-testimonial-wrapper .shape1 {
  position: absolute;
  left: 15%;
  top: 8%;
  animation-delay: 3s;
}
.vs-testimonial-wrapper .shape2 {
  position: absolute;
  right: 10%;
  bottom: 25%;
}

.testimonial-box {
  background-color: var(--white-color);
  position: relative;
  padding: 40px 40px 18px 40px;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: all ease 0.4s;
}
.testimonial-box .quote-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  line-height: 1;
  color: #e5d8d8;
  font-size: 48px;
}
.testimonial-box:hover {
  box-shadow: 0px 11px 42.14px 0.86px rgba(221, 221, 221, 0.3);
}
.testimonial-box.bg-dark:hover {
  box-shadow: none;
}

.testimonial-arrow {
  position: absolute;
  top: calc(50% - 15px);
  left: -50px;
  z-index: 31;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.testimonial-arrow[data-slick-next] {
  left: auto;
  right: -50px;
  transform: translate(50%, -50%);
}

.container:hover .testimonial-arrow {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.container:hover .testimonial-arrow[data-slick-next] {
  left: auto;
  right: 0;
}

.testi-style1 .testi-text {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  margin: 0 0 20px 0;
}
.testi-style1 .testi-rating {
  margin-bottom: 10px;
}
.testi-style1 .testi-rating i {
  color: var(--yellow-color);
  letter-spacing: 0.3em;
}
.testi-style1 .testi-bottom {
  display: inline-flex;
  align-items: center;
  text-align: left;
}
.testi-style1 .testi-quote {
  margin-right: 15px;
}
.testi-style1 .testi-name {
  margin: 0;
}
.testi-style1 .testi-degi {
  color: #333333;
  font-size: 14px;
  margin: 5px 0 0 0;
}

.testi-img1 .img {
  position: relative;
}
.testi-img1 .img img {
  width: 100%;
  border-radius: 50%;
}
.testi-img1 .img:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px dashed var(--white-color);
  border-radius: 50%;
  animation: cspine 70s linear infinite;
}

.testi-slideTab {
  background-color: var(--theme-color2);
  padding: 10px 15px 10px 15px;
  border-radius: 9999px;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 3;
}
.testi-slideTab .tab-btn {
  padding: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 3px solid var(--white-color);
  position: relative;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.testi-slideTab .tab-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.testi-slideTab .tab-btn:not(:first-child) {
  margin-left: -12px;
}
.testi-slideTab .tab-btn img {
  width: 100%;
}
.testi-slideTab .tab-btn.active:before {
  opacity: 0.5;
  visibility: visible;
}
.testi-slideTab .tab-btn:hover {
  border-color: var(--theme-color);
}

.testi-picture1 {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  z-index: 1;
}
.testi-picture1 .testi_shape1 {
  position: absolute;
  left: 50%;
  top: 45%;
  text-align: -1;
  width: max-content;
  transform: translate(-50%, -50%);
}
.testi-picture1 .testi_shape2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  text-align: center;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .testi-picture1 .testi_shape1 {
    max-width: 100%;
  }
  .testi-slideTab {
    left: 30px;
    bottom: 20px;
  }
  .testi-picture1 {
    max-width: 100%;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  section.new-testimonial {
    text-align: center;
  }
  .testi-img1 {
    margin-bottom: 30px;
  }
  .testimonial-box {
    padding: 30px 30px 10px 30px;
  }
  .testimonial-box .quote-icon {
    display: none;
  }
  .testi-slideTab {
    width: max-content;
    margin: 30px auto 25px auto;
  }
  .testi-picture1 .testi_shape2,
.testi-picture1 .testi_shape1 {
    display: none;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .testimonial-box {
    padding: 20px 20px 1px 20px;
  }
  .testimonial-box .quote-icon {
    display: none;
  }
  .testi-slideTab {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .testi-img1 .img:before {
    left: 7px;
    right: 7px;
    bottom: 7px;
    top: 7px;
  }
}
.testimonial-style2 {
  margin-bottom: 30px;
}
.testimonial-style2 .author-degi {
  display: block;
  color: var(--theme-color) !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.08em;
}
.testimonial-style2 .text {
  font-size: 24px;
}
.testimonial-style2 .quote-icon {
  line-height: 1;
  color: #e5d8d8;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}
.testimonial-style2 .author-img img {
  border-radius: 50%;
  border: 2px solid var(--theme-color);
}

/* Small devices */
@media (max-width: 768px) {
  .testimonial-style2 .text {
    font-size: 18px;
  }
  .testimonial-style2 .quote-icon {
    margin-top: 0;
  }
}
/*------------------- 8.19. Thumb Slide  -------------------*/
.best-seller-wrapper .inner-wrapper {
  box-shadow: 0px 49px 65px 0px rgba(242, 232, 232, 0.3);
}

.thumb-slider {
  position: relative;
}
.thumb-slider .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.thumb-slider .slick-arrow {
  position: absolute;
  top: auto;
  right: auto;
  left: 30px;
  bottom: 30px;
  border: none;
  background-color: #eff3f1;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--title-color);
  padding: 0;
  z-index: 3;
  border-radius: 50%;
}
.thumb-slider .slick-arrow.slick-next {
  left: 75px;
}
.thumb-slider .slick-arrow:hover {
  background-color: var(--body-color);
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 768px) {
  .best-seller-wrapper .px-70 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .best-seller-wrapper .py-70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .best-seller-wrapper .px-70 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .best-seller-wrapper .py-70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/*------------------- 8.20. Gallery Image  -------------------*/
.vs-gallery-grid {
  position: relative;
  overflow: hidden;
}
.vs-gallery-grid:after, .vs-gallery-grid:before {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: rgba(32, 80, 153, 0.4);
  transition: all ease 0.6s;
  z-index: 1;
}
.vs-gallery-grid:before {
  bottom: 100%;
}
.vs-gallery-grid:after {
  top: 100%;
}
.vs-gallery-grid .gallery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  color: var(--white-color);
  font-size: 42px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  transition-delay: 0s;
}
.vs-gallery-grid:hover .gallery-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
}
.vs-gallery-grid:hover::after {
  top: 0;
}
.vs-gallery-grid:hover:before {
  bottom: 0;
}

@media (min-width: 1500px) {
  .gallery-wrap1 {
    width: 690px;
  }
}
.gallery-style1 {
  margin-bottom: 10px;
  position: relative;
}
.gallery-style1 .gal-img {
  overflow: hidden;
}
.gallery-style1 .gal-img img {
  transform: scale(1);
  transition: all ease 0.4s;
}
.gallery-style1 .gal-icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.gallery-style1 .gal-icon:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.gallery-style1:hover .gal-img img {
  transform: scale(1.1);
}

@media (min-width: 1199px) and (max-width: 1500px) {
  .gallery-wrap1 .grid-item {
    width: 49%;
    max-width: 50%;
  }
}
/*------------------- 8.21. Call To Action  -------------------*/
.cta-box-style1 {
  position: relative;
}
.cta-box-style1 .cta-content {
  padding-top: 14%;
  width: 100%;
  max-width: 330px;
  padding: 60px 30px;
  margin-left: auto;
  margin-right: 14%;
}

.cta-box-style2 {
  background-color: #f5fcf9;
  padding: 100px 100px 80px 100px;
}

.cta-feature .media-icon {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100px;
  height: 100px;
  color: var(--theme-color);
  background-color: var(--white-color);
  line-height: 108px;
  font-size: 38px;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.cta-feature .media-icon:before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 7px;
  bottom: 7px;
  border: 2px dotted var(--theme-color);
  border-radius: inherit;
  transition: all ease 0.4s;
  animation: rotate 27s infinite linear;
}
.cta-feature:hover .media-icon {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.cta-feature:hover .media-icon:before {
  border-color: var(--white-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .cta-box-style2 {
    padding: 80px 80px 60px 80px;
  }
}
/* Medium Large devices */
@media (max-width: 1300px) {
  .cta-box-style2 {
    padding: 60px 60px 40px 60px;
  }
  .cta-feature .media-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
  }
  .cta-feature .media-icon.mr-35 {
    margin-right: 15px;
  }
  .cta-box-style1 .cta-content {
    margin-right: 0%;
    max-width: 380px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .cta-box-style2 {
    padding: 60px 0 40px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .cta-feature.d-lg-flex {
    text-align: center;
    display: block !important;
  }
  .cta-feature.d-lg-flex .media-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cta-feature.d-lg-flex .media-icon.mb-lg-0 {
    margin-bottom: 20px !important;
  }
}
/*------------------- 8.22. Team  -------------------*/
.vs-member-box {
  text-align: center;
  margin-bottom: 23px;
}
.vs-member-box a {
  color: inherit;
}
.vs-member-box a:hover {
  color: var(--theme-color);
}
.vs-member-box .member-img {
  display: inline-block;
  margin-bottom: 35px;
  width: 260px;
  height: 260px;
  max-width: 100%;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
}
.vs-member-box .member-img img {
  border-radius: 50%;
}
.vs-member-box .member-img:after, .vs-member-box .member-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.vs-member-box .member-img:before {
  left: 10px;
  top: 10px;
  z-index: -1;
  background-color: #eeeeee;
}
.vs-member-box .member-img:after {
  opacity: 0;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all ease 0.4s;
}
.vs-member-box .member-name {
  margin-bottom: 5px;
}
.vs-member-box .degi {
  font-family: var(--theme-font);
  font-size: 18px;
}
.vs-member-box .member-links {
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 50%;
  transition: all ease 0.7s;
}
.vs-member-box .member-links > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px;
}
.vs-member-box .member-links > *:nth-of-type(1) {
  transform: rotate(67deg) translate(130px) rotate(-67deg);
}
.vs-member-box .member-links > *:nth-of-type(2) {
  transform: rotate(89deg) translate(130px) rotate(-89deg);
}
.vs-member-box .member-links > *:nth-of-type(3) {
  transform: rotate(111deg) translate(130px) rotate(-111deg);
}
.vs-member-box .member-links > *:nth-of-type(4) {
  transform: rotate(133deg) translate(130px) rotate(-133deg);
}
.vs-member-box .member-links > *:nth-of-type(5) {
  transform: rotate(155deg) translate(130px) rotate(-155deg);
}
.vs-member-box .member-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: var(--theme-color);
  background-color: var(--white-color);
  text-align: center;
  box-shadow: 0px 5px 16px 0px rgba(235, 225, 225, 0.52);
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.8s;
}
.vs-member-box .member-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-member-box:hover .member-links {
  top: 0;
  transform: rotate(360deg);
}
.vs-member-box:hover .member-img:after {
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 768px) {
  .vs-member-box .member-img {
    width: 200px;
    height: 200px;
  }
  .vs-member-box .member-links > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px;
  }
  .vs-member-box .member-links > *:nth-of-type(1) {
    transform: rotate(60deg) translate(100px) rotate(-60deg);
  }
  .vs-member-box .member-links > *:nth-of-type(2) {
    transform: rotate(88deg) translate(100px) rotate(-88deg);
  }
  .vs-member-box .member-links > *:nth-of-type(3) {
    transform: rotate(116deg) translate(100px) rotate(-116deg);
  }
  .vs-member-box .member-links > *:nth-of-type(4) {
    transform: rotate(144deg) translate(100px) rotate(-144deg);
  }
  .vs-member-box .member-links > *:nth-of-type(5) {
    transform: rotate(172deg) translate(100px) rotate(-172deg);
  }
}
/*------------------- 8.23. Newsletter  -------------------*/
.vs-newsletter-wrpper .inner-wrap1 {
  border-radius: 10px;
}

.newsletter-style1 {
  position: relative;
}
.newsletter-style1 input {
  border: none;
  height: 65px;
  border-radius: 9999px;
  padding-left: 40px;
}
.newsletter-style1 input:focus {
  border: none;
}
.newsletter-style1 .vs-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  box-shadow: none;
  background-color: var(--theme-color);
}
.newsletter-style1 .vs-btn:after, .newsletter-style1 .vs-btn:before {
  background-color: var(--theme-color2);
}

.newsletter-style3 .form-group,
.newsletter-style2 .form-group {
  display: flex;
  margin: 40px auto 0 auto;
  max-width: 785px;
}
.newsletter-style3 .form-control,
.newsletter-style2 .form-control {
  flex: 1;
  height: 71px;
  font-size: 16px;
  color: #202020;
  padding: 0 0 0 40px;
  border: none;
  border-radius: 9999px;
  margin-right: 12px;
}
.newsletter-style3 .form-control::-moz-placeholder,
.newsletter-style2 .form-control::-moz-placeholder {
  color: #202020;
}
.newsletter-style3 .form-control::-webkit-input-placeholder,
.newsletter-style2 .form-control::-webkit-input-placeholder {
  color: #202020;
}
.newsletter-style3 .form-control:-ms-input-placeholder,
.newsletter-style2 .form-control:-ms-input-placeholder {
  color: #202020;
}
.newsletter-style3 .form-control::placeholder,
.newsletter-style2 .form-control::placeholder {
  color: #202020;
}

.newsletter-style2 {
  text-align: center;
  padding: 130px 0;
  position: relative;
  margin: 0 auto;
}
.newsletter-style2[data-bg-src] {
  background-size: auto;
  background-position: center center;
}
.newsletter-style2 .sub-title4 {
  color: #000000;
}
.newsletter-style2 .shape-1 {
  position: absolute;
  right: 4%;
  top: -6%;
}
.newsletter-style2 .shape-1 img {
  max-width: initial;
}

.newsletter-style3 {
  max-width: 1367px;
  margin: 0 auto;
  padding: 59px 90px;
  background-position: center center;
}
.newsletter-style3 .form-group {
  width: 675px;
  max-width: 100%;
  margin: 0;
}
.newsletter-style3 .sub-title4 {
  font-size: 30px;
  color: #000000;
}
.newsletter-style3 .form-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .newsletter-style2 {
    padding: 85px 0 75px 0;
  }
  .newsletter-style2[data-bg-src] {
    background-size: 100%;
    background-position: center center;
  }
  .newsletter-style2 .shape-1 {
    max-width: 100%;
    max-height: 100%;
  }
  .newsletter-style2 .shape-1 img {
    max-width: 100%;
  }
  .newsletter-style3 .form-group {
    margin: 0 auto;
  }
  .newsletter-style3 .form-title {
    font-size: 36px;
  }
  .newsletter-style3 .sub-title4 {
    font-size: 24px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-newsletter-wrpper .inner-wrap1.px-70.py-70 {
    padding: 40px;
  }
  .newsletter-style2 {
    padding: 65px 20px 75px 20px;
  }
  .newsletter-style2[data-bg-src] {
    background-size: cover;
  }
  .newsletter-style2 .form-control {
    height: 50px;
    font-size: 14px;
    margin: 0 auto 15px auto;
  }
  .newsletter-style2 .form-group {
    display: block;
  }
  .newsletter-style3 .form-group {
    display: block;
  }
  .newsletter-style3 .form-control {
    margin-bottom: 15px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-newsletter-wrpper .inner-wrap1.px-70.py-70 {
    padding: 30px 15px;
  }
  .newsletter-style1 {
    text-align: center;
  }
  .newsletter-style1 input {
    height: 50px;
  }
  .newsletter-style1 .vs-btn {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
  }
  .newsletter-style3 {
    padding: 60px 20px;
  }
  .newsletter-style3 .form-control {
    height: 50px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .newsletter-style3 .form-title {
    font-size: 30px;
  }
  .newsletter-style3 .sub-title4 {
    font-size: 20px;
  }
}
/*------------------- 8.24. Banner Box  -------------------*/
.vs-cat-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 16px;
}
.vs-cat-list a {
  color: var(--theme-color);
  text-transform: capitalize;
  font-weight: 500;
}
.vs-cat-list a:hover {
  color: var(--theme-color2);
}
.vs-cat-list li {
  position: relative;
  margin-bottom: 10px;
}
.vs-cat-list li:before {
  content: "\f054";
  font-family: var(--icon-font);
  position: absolute;
  left: -15px;
  font-size: 12px;
  top: 1px;
  color: var(--theme-color);
  transition: all ease 0.4s;
}
.vs-cat-list li:last-child {
  margin-bottom: 0;
}
.vs-cat-list li:hover:before {
  color: var(--theme-color2);
}

.vs-banner-box {
  padding: 80px 90px;
  box-shadow: 0px 11px 39.2px 0.8px rgba(209, 193, 193, 0.2);
  background-color: var(--white-color);
}
.vs-banner-box.big-banner {
  min-height: 550px;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-banner-box {
    padding: 50px 60px;
  }
  .vs-cat-list {
    margin-left: 24px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .vs-banner-box {
    padding: 20px 30px;
  }
  .vs-banner-box.big-banner {
    min-height: 850px;
  }
  .vs-banner-box .vs-cat-list li:before {
    display: none;
  }
}
/*------------------- 8.25. Accordion (FAQ)  -------------------*/
.accordion-item {
  border: none;
  background-color: transparent;
}

.accordion-style1 .accordion-button {
  font-weight: 600;
  font-size: 18px;
  font-family: var(--theme-font);
  color: var(--title-color);
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #f1e4e4;
  padding: 12px 0;
}
.accordion-style1 .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-style1 .accordion-button:after {
  content: "\f078";
  width: auto;
  height: auto;
  background-image: none;
  font-family: var(--icon-font);
  font-size: 0.8rem;
}
.accordion-style1 .accordion-button:hover {
  color: var(--theme-color2);
}
.accordion-style1 .accordion-body {
  padding: 0;
  padding-top: 12px;
  border: none;
  border-bottom: 1px solid transparent;
  transition: all ease 0.4s;
}
.accordion-style1 .accordion-collapse {
  border: none;
}
.accordion-style1 .accordion-collapse.show .accordion-body {
  border-color: #f1e4e4;
}
.accordion-style1 .accordion-item:first-child .accordion-button {
  padding-top: 0;
}

.accordion-style3 .accordion-item {
  background-color: var(--white-color);
  margin: 0 0 20px 0;
  border: 2px solid transparent;
  box-shadow: none;
  transition: all ease 0.4s;
}
.accordion-style3 .accordion-item.active {
  border-color: var(--theme-color);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
}
.accordion-style3 .accordion-button {
  background-color: transparent;
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  transition: all ease 0.4s;
  border: none;
  padding: 27px 60px 27px 30px;
  text-align: left;
  position: relative;
}
.accordion-style3 .accordion-button:focus {
  box-shadow: none;
}
.accordion-style3 .accordion-button:after {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  right: 30px;
  top: 50%;
  border: none;
  transform: none;
  width: auto;
  background-image: none;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  transition: all ease 0.4s;
}
.accordion-style3 .accordion-button:before {
  content: "";
  height: 42px;
  width: 1px;
  background-color: #afafaf;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  right: 57px;
  display: inline-block;
  text-align: center;
  transition: all ease 0.4s;
}
.accordion-style3 .accordion-button:not(.collapsed):after {
  transform: rotate(90deg);
  color: var(--theme-color);
}
.accordion-style3 .accordion-button:not(.collapsed):before {
  background-color: var(--theme-color);
}
.accordion-style3 .accordion-button:hover {
  color: var(--theme-color);
}
.accordion-style3 .accordion-collapse {
  border: none;
}
.accordion-style3 .accordion-collapse.collapsing .accordion-body::before, .accordion-style3 .accordion-collapse.show .accordion-body::before {
  width: 100%;
}
.accordion-style3 .accordion-body {
  padding: 25px 0 24px 0;
  margin: 0 30px 0 30px;
  position: relative;
}
.accordion-style3 .accordion-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.accordion-style3 .accordion-body p:last-child {
  margin: 0;
}

/* Small devices */
@media (max-width: 768px) {
  .accordion-style3 .accordion-button {
    font-size: 18px;
    padding: 20px 60px 20px 20px;
  }
  .accordion-style3 .accordion-body {
    margin: 0 20px 0 20px;
  }
}
.faq-list li {
  position: relative;
  padding-left: 25px;
}
.faq-list li::before {
  content: "\f101";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
}

.accordion-style2 .accordion-header {
  border-bottom: 1px solid #f3e8e8;
}
.accordion-style2 .accordion-body {
  padding: 0;
  padding-top: 20px;
}
.accordion-style2 .accordion-item {
  margin-bottom: 40px;
}
.accordion-style2 .accordion-item:last-child {
  margin-bottom: 25px;
}

/*------------------- 8.26. Error Page  -------------------*/
.error-content .error-number {
  font-size: 25vw;
  line-height: 0.9;
}

/*------------------- 8.27. Contact Us  -------------------*/
.contact-form1 .form-control {
  font-family: var(--theme-font);
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: #eeeeee;
  color: var(--title-color);
}
.contact-form1 .form-control::-moz-placeholder {
  color: var(--body-color2);
}
.contact-form1 .form-control::-webkit-input-placeholder {
  color: var(--body-color2);
}
.contact-form1 .form-control:-ms-input-placeholder {
  color: var(--body-color2);
}
.contact-form1 .form-control::placeholder {
  color: var(--body-color2);
}

/*------------------- 8.28. Woocommerce  -------------------*/
.vs-checkout-wrapper .border-light {
  border: 1px solid #eaf0f2 !important;
}
.vs-checkout-wrapper p.form-row {
  margin-bottom: 0;
}

.woosc-btn.woosc-btn-added:before {
  margin-right: 0;
}
.woosc-btn.woosc-btn-added i {
  display: none;
}

.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-checkout .form-select,
.woocommerce-checkout .form-group {
  margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout .form-control {
  margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout .shipping_address {
  display: none;
}
.woocommerce-checkout .select2-container {
  margin-bottom: calc(var(--bs-gutter-x) + 0.26rem);
}

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

.login-register-wrapper .rounded-0 {
  border-radius: 9999px !important;
  box-shadow: none;
}

#ship-to-different-address {
  margin-bottom: 11px;
}
#ship-to-different-address label {
  font-size: 24px;
  font-family: var(--theme-font);
  display: inline-block;
  padding-right: 30px;
  padding-left: 0;
  margin-bottom: 0;
}
#ship-to-different-address label:before {
  left: auto;
  right: 0;
  top: 10px;
}

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

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}
.cart_table thead {
  background-color: #ecf0f1;
}
.cart_table td:before,
.cart_table th {
  font-family: var(--theme-font);
  color: var(--title-color);
  font-weight: 700;
  text-transform: uppercase;
  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: 600;
  font-family: var(--theme-font);
  color: inherit;
}
.cart_table .cart-productimage {
  display: inline-block;
  border: 2px solid var(--vs-secondary-color);
  transition: all ease 0.4s;
}
.cart_table .cart-productimage:hover {
  border-color: var(--theme-color);
}
.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}
.cart_table .quantity {
  display: inline-flex;
  align-items: center;
}
.cart_table .qut-btn {
  border: 2px solid var(--vs-secondary-color);
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 9999px !important;
}
.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(--vs-secondary-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: #2c3e50;
  font-weight: 700;
  margin: 0 10px;
  border-radius: 9999px !important;
  /* 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 {
  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;
  border-radius: 9999px;
}

.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 .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: var(--theme-color);
}

.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-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;
}
.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;
}
.woocommerce-checkout-payment label {
  color: #34495e;
}
.woocommerce-checkout-payment label img {
  margin-left: 30px;
  float: right;
  position: relative;
  top: -2.5px;
}

.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(--theme-color);
  letter-spacing: 3px;
}

.rating-select label {
  margin: 0;
  margin-right: 10px;
}
.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(--theme-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 .cart-empty {
  padding: 12px 25px;
  background-color: var(--title-color);
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}
.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;
  display: inline-block;
}
.tinv-wishlist .product-stock i {
  margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}
.tinv-wishlist .product-action {
  width: 150px;
}
.tinv-wishlist .tinvwl-input-group .form-control {
  height: 40px;
  border-radius: 5px;
}
.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 20px;
  font-weight: 700;
  background-color: var(--theme-color);
  color: var(--white-color);
}
.tinv-wishlist button.button:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.tinv-wishlist button.button i {
  font-size: 1rem !important;
  margin-right: 3px !important;
}
.tinv-wishlist .product-stock p {
  margin-left: auto;
  margin-right: auto;
}
.tinv-wishlist th,
.tinv-wishlist td {
  text-align: center;
  font-size: 16px;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--theme-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(--theme-font);
  color: var(--title-color);
}
.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: var(--white-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.tinv-wishlist .product-remove button {
  padding: 0;
}

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.group_table {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-bottom: 5px;
}
table.variations td,
.woocommerce-grouped-product-list.group_table td {
  border: none;
  vertical-align: middle;
  padding: 0 5px;
}
table.variations td:first-child,
.woocommerce-grouped-product-list.group_table td:first-child {
  padding: 0;
}
table.variations label,
.woocommerce-grouped-product-list.group_table label {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
}
table.variations label a,
.woocommerce-grouped-product-list.group_table label a {
  color: var(--title-color);
}
table.variations label a:hover,
.woocommerce-grouped-product-list.group_table 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;
  font-family: var(--theme-font);
  font-size: 18px;
}

table.variations td {
  padding: 0;
}
table.variations select {
  width: max-content;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  padding-right: 35px;
}
table.variations .reset_variations {
  margin-left: 12px;
  display: inline-block;
}

.tinv-wishlist table input {
  display: block;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}

.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_title.entry-title {
  margin-bottom: 10px;
  font-size: 36px;
}
#woosq-popup p.price {
  font-size: 20px;
  color: var(--title-color);
  font-weight: 700;
}
#woosq-popup .thumbnails .slick-track {
  min-width: auto;
}
#woosq-popup .vs-btn:after, #woosq-popup .vs-btn::before {
  display: none;
}
#woosq-popup .vs-btn:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
#woosq-popup .product-feature-list ul {
  margin: 0 0 30px 0;
}
#woosq-popup .product_meta > span > a:not(:last-child):after,
#woosq-popup .product_meta > span > span:not(:last-child):after {
  content: ",";
  display: none;
}
#woosq-popup .fs-xs.my-4 {
  margin: 10px 0 0 0 !important;
}
#woosq-popup .single-product .product {
  margin-bottom: 0 !important;
}
#woosq-popup .slick-slider .slick-arrow {
  border: none;
  margin: 0 10px;
}
#woosq-popup .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-size: 14px;
}

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: 992px) {
  .cart_table .actions .vs-btn {
    padding: 10px 15px;
  }
  .cart_table .vs-cart-coupon {
    width: 350px;
    max-width: 100%;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .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;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    justify-content: center;
  }
  .cart_table .vs-cart-coupon input {
    width: calc(100% - 150px);
  }
  .cart_totals th,
.cart_totals td {
    padding: 15px 15px;
  }
  .tinv-wishlist table input[type=checkbox] {
    margin-left: auto;
    margin-right: auto;
  }
}
table.shop_table thead tr th {
  border-bottom: none;
}

/* Extra small devices */
@media (max-width: 576px) {
  .cart_table .vs-cart-coupon {
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .vs-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .woocommerce-checkout-payment label img {
    margin-left: 10px;
    float: none;
    max-width: 150px;
  }
}
/*------------------- 8.29. Sort Bar  -------------------*/
.vs-sort-bar label {
  margin: 0;
  margin-right: 20px;
}
.vs-sort-bar select {
  display: inline-block;
  width: fit-content;
  padding-left: 15px;
  padding-right: 30px;
  min-width: 60px;
}
.vs-sort-bar .woocommerce-result-count {
  margin-bottom: 0;
}
.vs-sort-bar select {
  height: 40px;
  border: 1px solid #ececec;
  font-size: 14px;
  color: var(--body-color);
  font-family: var(--theme-font2);
  font-weight: 500;
}
.vs-sort-bar label:empty {
  display: none;
}

/* Small devices */
@media (max-width: 768px) {
  .vs-sort-bar label {
    margin-right: 10px;
  }
}
/*------------------- 8.30. Box Nav  -------------------*/
.box-nav-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}

.box-nav-wrap {
  position: relative;
  z-index: 31;
  background-color: var(--white-color);
  max-width: 330px;
  height: 100%;
  /* Hight Resoulation devices */
}
@media (min-width: 1921px) {
  .box-nav-wrap {
    max-width: 295px;
  }
}

.box-nav-btn {
  text-transform: uppercase;
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 16px;
  border: none;
  background-color: #f7f3f1;
  width: 100%;
  display: block;
  text-align: left;
  padding: 17px 30px;
  color: var(--title-color);
  margin-bottom: 25px;
}
.box-nav-btn:after {
  content: "\f107";
  font-family: var(--icon-font);
  float: right;
  display: none;
}
.box-nav-btn i {
  margin-right: 15px;
}

.vs-box-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vs-box-nav > ul > li {
  margin: 20px 0;
  position: relative;
}
.vs-box-nav > ul > li > a {
  font-size: 16px;
  padding: 0 30px;
}
.vs-box-nav li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: var(--icon-font);
  float: right;
  top: 1px;
  position: relative;
  transition: all 0.2s ease;
}
.vs-box-nav li.menu-item-has-children > a.active:after, .vs-box-nav li.menu-item-has-children > a:hover:not(:focus):after {
  color: var(--theme-color2);
  transform: rotate(-90deg);
}
.vs-box-nav li.menu-item-has-children > ul {
  position: absolute;
  left: 100%;
  width: max-content;
  background-color: var(--white-color);
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 20px;
  transition: all 0.2s ease;
}
.vs-box-nav li.menu-item-has-children .mega-menu-wrap {
  top: -20px;
  max-width: 846px;
}
.vs-box-nav li.menu-item-has-children .sub-menu {
  top: -14px;
  min-width: 230px;
  padding: 15px 20px 13px 20px;
}
.vs-box-nav li.menu-item-has-children .sub-menu li {
  margin-bottom: 7px;
}
.vs-box-nav li.menu-item-has-children .sub-menu ul.sub-menu {
  top: 0;
}
.vs-box-nav li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.vs-box-nav a:not(.vs-btn) {
  color: var(--title-color);
  font-weight: 600;
  position: relative;
  display: block;
}
.vs-box-nav a:not(.vs-btn) i {
  font-size: 1.4em;
  vertical-align: middle;
  width: 39px;
  display: inline-block;
  color: #3d6666;
  transition: inherit;
}
.vs-box-nav a:not(.vs-btn).active,
.vs-box-nav a:not(.vs-btn).active i, .vs-box-nav a:not(.vs-btn):hover:not(:focus),
.vs-box-nav a:not(.vs-btn):hover:not(:focus) i {
  color: var(--theme-color2);
}

.box-nav-popup {
  padding: 20px 30px 0px 30px;
  box-shadow: 0 0 35px -5px rgba(0, 0, 0, 0.1);
}
.box-nav-popup .widget {
  margin-bottom: 20px;
}
.box-nav-popup .widget-title {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
}
.box-nav-popup .vs-box-nav li {
  margin: 0 0 5px 0;
}
.box-nav-popup .vs-box-nav li:last-child {
  margin-bottom: 0;
}
.box-nav-popup .vs-box-nav a:not(.vs-btn) {
  padding: 0;
  border: none;
  color: var(--body-color);
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
}
.box-nav-popup .vs-box-nav a:not(.vs-btn):hover {
  color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .box-nav-wrap {
    max-width: 100%;
    height: auto;
  }
  .box-nav-wrap > .vs-box-nav {
    display: none;
  }
  .box-nav-btn:after {
    display: block;
  }
  .box-nav-btn {
    margin-bottom: 0;
  }
  .box-nav-container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .box-nav-btn {
    padding: 17px 31px;
  }
  .vs-box-nav li.menu-item-has-children > ul {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    display: none;
    transition: 0s;
    width: 100%;
  }
  .vs-box-nav li.menu-item-has-children .mega-menu-wrap {
    top: 0;
    max-width: 100%;
    width: 100%;
  }
  .box-nav-popup {
    padding: 5px 0 0 0;
    box-shadow: none;
  }
  .box-nav-wrap > .vs-box-nav > ul > li {
    border-bottom: 1px solid #dddee6;
    margin: 0;
    padding: 0 30px;
  }
  .box-nav-wrap > .vs-box-nav > ul > li > a {
    padding: 10px 0;
  }
  .box-nav-wrap > .vs-box-nav > ul > li:last-child {
    border-bottom: none;
  }
  .vs-box-nav li.menu-item-has-children .sub-menu {
    width: 100%;
    top: 0;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: var(--vs-secondary-color);
  }
  .vs-box-nav li.menu-item-has-children .sub-menu .sub-menu {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/*------------------- 8.31. Category  -------------------*/
.cat-box {
  text-align: center;
  margin: 0 0 30px 0;
}
.cat-box__img {
  margin: 0 0 28px 0;
  position: relative;
  padding: 10px;
  border-radius: 50%;
}
.cat-box__img img {
  border-radius: 50%;
}
.cat-box__img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px dashed var(--theme-color2);
  animation: cspine 60s linear infinite;
}
.cat-box__title {
  margin: 0 0 10px 0;
  font-size: 26px;
}
.cat-box__title a {
  color: inherit;
}
.cat-box__title a:hover {
  color: var(--theme-color);
}
.cat-box__text {
  max-width: 300px;
  display: inline-block;
  margin: 0;
  line-height: 26px;
}

.cat-style1 {
  margin-bottom: 30px;
}
.cat-style1 .cat-img {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  margin: 0 auto;
  background-color: var(--stroke-color, #b1a77f);
  border-radius: 50%;
  border: 2px solid var(--white-color);
}
.cat-style1 .cat-img img {
  transform: rotateY(0);
  transition: all ease 0.6s;
}
.cat-style1 .cat-body {
  position: relative;
  text-align: center;
  width: 210px;
  margin: 0 auto;
  max-width: 100%;
}
.cat-style1 .cat-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 40px);
  border: 2px solid var(--stroke-color, #b1a77f);
  background-color: var(--white-color);
  border-radius: 110px 110px 0 0;
  transition: all ease 0.4s;
}
.cat-style1 .cat-title a,
.cat-style1 .cat-text,
.cat-style1 .cat-img {
  position: relative;
  z-index: 1;
  transition: all ease 0.4s;
}
.cat-style1 .cat-title {
  font-size: 25px;
  margin: 0;
  padding: 22px 0 0 0;
}
.cat-style1 .cat-title a {
  color: inherit;
}
.cat-style1 .cat-title a:hover {
  color: var(--theme-color);
}
.cat-style1 .cat-text {
  font-size: 14px;
  margin: 0;
  padding: 0 0 22px 0;
}
.cat-style1:hover .cat-text,
.cat-style1:hover .cat-title a {
  color: var(--white-color);
}
.cat-style1:hover .cat-shape {
  background-color: var(--stroke-color);
}
.cat-style1:hover .cat-img img {
  transform: rotateY(360deg);
}
.cat-style1:nth-child(3n+2) {
  --stroke-color: #d57373;
}
.cat-style1:nth-child(4n+3) {
  --stroke-color: #8fb9df;
}
.cat-style1:nth-child(5n+4) {
  --stroke-color: #ffbff9;
}
.cat-style1:nth-child(6n+5) {
  --stroke-color: #62eeae;
}
.cat-style1:nth-child(odd) .cat-body {
  display: flex;
  flex-direction: column-reverse;
}
.cat-style1:nth-child(odd) .cat-title {
  order: 1;
}
.cat-style1:nth-child(odd) .cat-shape {
  top: 0;
  bottom: auto;
  border-radius: 0 0 110px 110px;
}

.cat-style2 {
  text-align: center;
  padding: 68px 30px 0 30px;
  position: relative;
  z-index: 1;
}
.cat-style2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  pointer-events: none;
  transition: all ease 0.4s;
  z-index: -1;
}
.cat-style2:hover:before {
  border-color: var(--theme-color);
}
.cat-style2 .cat-title {
  font-size: 65px;
  line-height: 68px;
  font-family: var(--theme-font3);
  max-width: 290px;
  margin: 0 auto 30px auto;
  color: black;
}
.cat-style2 .cat-link {
  font-size: 28px;
  font-family: var(--theme-font3);
  line-height: 1;
  font-weight: 700;
  color: black;
  text-decoration: underline;
  transition: all ease 0.4s;
}
.cat-style2 .cat-link:hover {
  color: var(--theme-color);
}
.cat-style2 .cat-shape {
  height: 214px;
  text-align: center;
  line-height: 214px;
  margin: 30px 0 -107px 0;
  position: relative;
  z-index: 1;
}
.cat-style2 .cat-img {
  overflow: hidden;
}
.cat-style2 .cat-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
  width: 100%;
}
.cat-style2:hover .cat-img img {
  transform: scale(1.15);
}
.cat-style2.no-1 {
  background-color: #fff343;
}
.cat-style2.no-3 {
  background-color: #efe3ff;
}

/* Large devices */
@media (max-width: 1199px) {
  .cat-style2 {
    padding: 58px 15px 0 15px;
  }
  .cat-style2 .cat-title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .cat-style2 .cat-link {
    font-size: 24px;
  }
  .cat-style2 .cat-shape {
    height: 150px;
    line-height: 150px;
    margin: 30px auto -75px auto;
    max-width: 120px;
  }
}
/*------------------- 8.32. Package  -------------------*/
.package-style1 {
  text-align: center;
  border: 2px solid var(--theme-color2);
  margin: 0 0 60px 0;
  background-color: var(--white-color);
  transition: all ease 0.4s;
}
.package-style1 .package-img {
  margin: -2px -2px 0 -2px;
  overflow: hidden;
}
.package-style1 .package-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
  width: 100%;
}
.package-style1 .package-quantity {
  width: 230px;
  height: 230px;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 5px 0;
  margin: -140px auto 27px auto;
  position: relative;
  z-index: 1;
}
.package-style1 .number {
  font-size: 80px;
  font-family: var(--theme-font3);
  color: #111111;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3px 0;
}
.package-style1 .label {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111111;
  font-family: var(--theme-font3);
}
.package-style1 .package-price {
  font-size: 30px;
  font-weight: 700;
  color: var(--theme-color);
  margin: 0 0 8px 0;
}
.package-style1 .package-price .text {
  color: #111111;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.package-style1 .package-title {
  font-size: 26px;
  line-height: 36px;
  max-width: 270px;
  margin: 0 auto;
}
.package-style1 .package-list ul {
  font-size: 16px;
  margin: 24px auto 43px auto;
  max-width: 275px;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.package-style1 .package-list li:not(:last-child) {
  border-bottom: 1px dashed green;
  padding: 0 0 12px 0;
  margin: 0 0 11px 0;
}
.package-style1 .package-list i {
  color: var(--theme-color);
  margin-right: 10px;
}
.package-style1 .vs-btn {
  width: calc(100% - 30px);
  display: block;
  margin: 0 auto -30px auto;
}
.package-style1:hover {
  border-color: var(--theme-color);
}
.package-style1:hover .package-img img {
  transform: scale(1.15);
}

/* Large devices */
@media (max-width: 1199px) {
  .package-style1 .package-list ul {
    max-width: 230px;
  }
  .package-style1 .package-title {
    font-size: 22px;
    line-height: 32px;
    max-width: 230px;
  }
  .package-style1 .package-price {
    font-size: 24px;
  }
  .package-style1 .package-quantity {
    width: 180px;
    height: 180px;
    margin: -90px auto 27px auto;
  }
  .package-style1 .label {
    font-size: 20px;
  }
  .package-style1 .number {
    font-size: 72px;
  }
}
/*------------------- 8.33. Brand  -------------------*/
.brand-style1 {
  border-right: 1px dashed #cbcbcb;
  text-align: center;
}
.brand-style1:last-child {
  border: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .brand-style1 {
    border-right: none;
  }
}
/*------------------- 8.34. Banner  -------------------*/
.banner-style1 {
  height: 390px;
  position: relative;
  border: 3px solid transparent;
  transition: all ease 0.4s;
}
.banner-style1:hover {
  border-color: var(--theme-color);
}
.banner-style1 .banner-subtitle {
  font-size: 35px;
  font-weight: 700;
  font-family: var(--theme-font3);
  color: var(--white-color);
  margin: 0 0 15px 0;
  display: block;
}
.banner-style1 .banner-title {
  font-size: 35px;
  color: var(--white-color);
  margin: 0 0 0 0;
}
.banner-style1 .banner-content {
  position: absolute;
  left: 47px;
  bottom: 43px;
  max-width: 260px;
}

.banner-style2 {
  text-align: center;
  padding: 110px 0;
  margin: 80px 0 0 -95px;
  position: relative;
  z-index: 1;
}
.banner-style2 .banner-shape {
  position: absolute;
  top: var(--shape-gap, 20px);
  right: var(--shape-gap, 20px);
  bottom: var(--shape-gap, 20px);
  left: var(--shape-gap, 20px);
  border: 10px solid var(--theme-color2);
}
.banner-style2 .banner-logo {
  margin: 0 0 45px 0;
}
.banner-style2 .banner-title {
  font-size: 90px;
  line-height: 0.95;
  color: var(--theme-color2);
  font-family: var(--theme-font3);
  position: relative;
  display: inline-block;
  padding: 0 0 3px 0;
  margin: 0 0 30px 0;
}
.banner-style2 .banner-title:after, .banner-style2 .banner-title:before {
  content: "";
  position: absolute;
  left: 1%;
  top: 0;
  width: 98%;
  height: 2px;
  background-color: currentColor;
}
.banner-style2 .banner-title:after {
  top: auto;
  bottom: 0;
}
.banner-style2 .banner-text {
  color: var(--white-color);
  font-size: 18px;
  margin: 0 0 20px 0;
}
.banner-style2 .vs-btn,
.banner-style2 .banner-text,
.banner-style2 .banner-title,
.banner-style2 .banner-logo {
  position: relative;
  z-index: 2;
}

.banner-style3 {
  padding: 35px 30px 30px 30px;
  background-position: left center;
  max-width: 500px;
}
.banner-style3 .banner-pill {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fcdb72;
  margin: 0 0 20px 0;
  border-radius: 50%;
}
.banner-style3 .banner-pill .number,
.banner-style3 .banner-pill .text {
  font-family: var(--theme-font3);
  color: #000000;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
.banner-style3 .banner-pill .number {
  font-size: 50px;
}
.banner-style3 .banner-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  margin: 0 0 8px 0;
}
.banner-style3 .banner-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 0 0;
  max-width: 180px;
  color: var(--white-color);
}
.banner-style3.layout1 {
  margin: 5px 0 -140px 0;
}

.banner-wrap1 {
  margin-bottom: -195px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .banner-style1 {
    height: 290px;
  }
  .banner-style1 .banner-subtitle {
    font-size: 20px;
    margin: 0 0 5px 0;
  }
  .banner-style1 .banner-content {
    left: 30px;
    bottom: 20px;
    max-width: 220px;
  }
  .banner-style1 .banner-title {
    font-size: 24px;
  }
  .banner-wrap1 {
    margin-bottom: -145px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .banner-style2 {
    text-align: center;
    padding: 110px 0;
    margin: 0 0 0 0;
    position: relative;
    z-index: 1;
  }
  .banner-style2 .banner-title {
    font-size: 72px;
  }
  .banner-style3.layout1 {
    margin: 0 0 0 0;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .banner-wrap1 {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .banner-style3 {
    max-width: 100%;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .banner-style2 {
    padding: 60px 30px;
  }
  .banner-style2 .banner-shape {
    border: 5px solid var(--theme-color2);
    --shape-gap: 10px;
  }
  .banner-style2 .banner-title {
    font-size: 50px;
    margin: 0 0 20px 0;
  }
  .banner-style2 .banner-text {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .banner-style2 .vs-btn.style5 {
    padding-left: 30px;
  }
  .banner-style2 .banner-logo {
    margin: 0 0 30px 0;
  }
}
/*------------------- 8.35. Simple Sections  -------------------*/
.award-box {
  text-align: center;
  border: 2px solid #fcd96d;
  padding: 45px 45px 42px 45px;
}
.award-box__icon {
  margin: 0 0 23px 0;
}
.award-box__text {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .award-box {
    padding: 35px 20px 32px 20px;
  }
  .award-box__icon {
    margin: 0 0 13px 0;
  }
  .award-box__text {
    line-height: 1.5;
  }
}
/*=================================
    09. Theme Global
==================================*/
/*------------------- 9.1. Font -------------------*/
.font-theme {
  font-family: var(--theme-font);
}

.font-theme2 {
  font-family: var(--theme-font2);
}

.font-icon {
  font-family: var(--icon-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;
}

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .fs-20 {
    font-size: 18px;
  }
}
/*------------------- 9.2. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg1 {
  background-size: auto auto;
  background-position: top center;
}

.bg2 {
  background-size: 100% calc(100% - 98px);
  background-position: bottom center;
  /* Large devices */
}
@media (max-width: 1199px) {
  .bg2 {
    background-size: auto calc(100% - 98px);
  }
}

.sec-bg3 {
  background-color: transparent;
  background-position: center center;
  background-size: 100% 100%;
  padding-top: 205px;
  padding-bottom: 165px;
}

.sec-bg4 {
  background-color: transparent;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 946px;
  position: absolute;
  left: 0;
  top: -60px;
  z-index: -1;
}

.sec-bg5 {
  padding-top: 380px;
  background-position: bottom center;
}

.sec-bg6 {
  margin-bottom: -250px;
}

.sec-bg7 {
  padding-bottom: 270px;
}

.sec-bg8 {
  margin-top: -140px;
}

.sec-bg9 {
  padding-bottom: 160px;
}

@media (min-width: 1500px) {
  .sec-bg10[data-bg-src] {
    background-position: right center;
    background-size: 100% 100%;
  }
}
/* Hight Resoulation devices */
@media (min-width: 1921px) {
  .bg1 {
    background-size: 100%;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .sec-bg3 {
    padding-top: 130px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .sec-bg6 {
    margin-bottom: -160px;
  }
  .sec-bg5 {
    padding-top: 290px;
  }
  .sec-bg9 {
    padding-bottom: 160px;
    margin-bottom: -50px;
    margin-top: -70px;
  }
  .sec-bg11[data-bg-src] {
    background-position: right center;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .sec-bg5,
.sec-bg8,
.sec-bg3 {
    padding-top: 60px;
  }
  .sec-bg6,
.sec-bg7 {
    padding-bottom: 60px;
  }
  .sec-bg6 {
    margin-bottom: 0;
  }
  .sec-bg8 {
    margin-top: 0;
  }
  .sec-bg9.space-top {
    padding-bottom: 130px;
    margin-bottom: -40px;
    margin-top: -40px;
    padding-top: 110px;
  }
}
/*------------------- 9.3. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

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

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

.text-body2 {
  color: var(--body-color2) !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-color2 {
  color: var(--theme-color2);
}

.text-inherit {
  color: inherit;
}

/*------------------- 9.4. Border Radius -------------------*/
.radius-circle {
  border-radius: 50%;
}

.radius-50 {
  border-radius: 50px;
}

.radius-100 {
  border-radius: 100px;
}

/*------------------- 9.5. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
}

[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=white]:before {
  background-color: var(--white-color);
}

[data-overlay=dark]:before {
  background-color: var(--dark-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;
}

/*=================================
    10. Theme Animation
==================================*/
.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;
}

.ani-moving-x,
.ani-moving-y,
.ani-moving {
  animation-duration: var(--moving-ani-duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

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

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

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

.mega-hover, .banner-style1 {
  position: relative;
  overflow: hidden;
}
.mega-hover img, .banner-style1 img {
  transition: all 2s ease;
  transform: scale(1.001);
}
.mega-hover:after, .banner-style1:after, .mega-hover:before, .banner-style1:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
  transform: rotate(5deg);
}
.mega-hover:before, .banner-style1:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.mega-hover:after, .banner-style1:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
.mega-hover:hover:before, .banner-style1:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover:after, .banner-style1:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 900ms linear;
}
.mega-hover:hover img, .banner-style1:hover img {
  transform: scale(1.05);
}

.thumb_swap .img_swap {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  background-color: var(--white-color);
}
.thumb_swap:hover .img_swap {
  opacity: 1;
  visibility: visible;
}
.thumb_swap .flash-img,
.thumb_swap .product-img {
  overflow: hidden;
  position: relative;
}

/* Medium devices */
@media (max-width: 992px) {
  .ani-md-none {
    animation: none;
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@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 cspine {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
  animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
  --duration: 40s;
}

.rotate-reverse {
  --rotate-angle: -360deg;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
/*=================================
    11. Extend
==================================*/
/*=================================
    12. Spacing
==================================*/
.space,
.space-top {
  padding-top: 130px;
}

.space,
.space-bottom {
  padding-bottom: 130px;
}

.space-md,
.space-md-top {
  padding-top: 100px;
}

.space-md,
.space-md-bottom {
  padding-bottom: 100px;
}

/* Medium devices */
@media (max-width: 992px) {
  .space,
.space-top {
    padding-top: 60px;
  }
  .space,
.space-bottom {
    padding-bottom: 60px;
  }
  .space-md,
.space-md-top {
    padding-top: 30px;
  }
  .space-md,
.space-md-bottom {
    padding-bottom: 30px;
  }
}
/*-- 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space,
.space-top {
  padding-top: 130px;
}

.space,
.space-bottom {
  padding-bottom: 130px;
}

.space-md,
.space-md-top {
  padding-top: 100px;
}

.space-md,
.space-md-bottom {
  padding-bottom: 100px;
}

/* Medium devices */
@media (max-width: 992px) {
  .space,
.space-top {
    padding-top: 60px;
  }
  .space,
.space-bottom {
    padding-bottom: 60px;
  }
  .space-md,
.space-md-top {
    padding-top: 30px;
  }
  .space-md,
.space-md-bottom {
    padding-bottom: 30px;
  }
}
/*=================================
    00. WP Default
==================================*/
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}

.page--content.clearfix + .vs-comment-form {
  margin-top: 64px;
}

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

.logged-in .will-sticky .sticky-active.active {
  top: 32px;
}

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

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

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

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

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

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

.blog-title {
  word-break: break-word;
}

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

.vs-blog p {
  line-height: 1.7;
}
.vs-blog .has-drop-cap:first-letter {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  padding: 20px 24px;
  margin-right: 7px;
}
.vs-blog.tag-sticky-2, .vs-blog.sticky {
  background-color: transparent;
  border-style: dashed;
  border-width: 2px;
  border-color: var(--theme-color);
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.04);
  position: relative;
}
.vs-blog.format-audio .blog-category {
  margin-top: 15px;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .vs-blog.format-audio .blog-category {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .vs-blog.format-audio .blog-category {
    padding: 0 20px;
  }
}
.vs-blog.format-audio .blog-category a {
  margin-bottom: 0;
}
.vs-blog .wp-block-button {
  margin-bottom: 10px;
}
.vs-blog .wp-block-button:last-child {
  margin-bottom: 0;
}
.vs-blog .wp-block-button .wp-block-button__link {
  color: #fff;
}
.vs-blog .wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}
.vs-blog .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}
.vs-blog .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.vs-blog .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.vs-blog.tag-sticky-2:before, .vs-blog.sticky:before, .vs-blog.format-link:before, .vs-blog.format-quote: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);
}
.vs-blog.tag-sticky-2::before, .vs-blog.sticky::before {
  content: "\f08d";
  right: 30px;
  top: 15px;
  transform: rotate(48deg);
}
.vs-blog.format-link {
  position: relative;
  border-width: 1.5px;
  border-style: dashed;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.04);
}
.vs-blog.format-quote {
  position: relative;
  padding-bottom: 0.5px;
  padding-top: 0.5px;
  box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.04);
  border-left: 4px solid var(--theme-color);
}
.vs-blog.format-quote:before {
  content: "\f10e";
}
.vs-blog.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.vs-blog .blog-content .wp-block-categories-dropdown.wp-block-categories,
.vs-blog .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 15px;
}
.vs-blog .blog-content .wp-block-categories-dropdown.wp-block-categories select,
.vs-blog .blog-content .wp-block-archives-dropdown select {
  margin-bottom: 15px;
}
.vs-blog .blog-content .wp-block-categories-dropdown.wp-block-categories label + select,
.vs-blog .blog-content .wp-block-archives-dropdown label + select {
  margin-left: 15px;
}
.vs-blog .blog-content select {
  height: 40px;
  padding-left: 10px;
}
.vs-blog .blog-image {
  background-color: #fafafa;
}

.blog-details .vs-blog.tag-sticky-2, .blog-details .vs-blog.sticky, .blog-details .vs-blog.format-quote, .blog-details .vs-blog.format-link {
  border: none;
  box-shadow: none;
}
.blog-details .vs-blog.tag-sticky-2:before, .blog-details .vs-blog.sticky:before, .blog-details .vs-blog.format-quote:before, .blog-details .vs-blog.format-link:before {
  display: none;
}

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

.post-password-form .theme-input-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.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;
}

.blog-single.format-video .blog-audio,
.blog-single.format-audio .blog-audio {
  background-color: transparent;
}
.blog-single.format-video .blog-category,
.blog-single.format-audio .blog-category {
  position: static;
  margin-top: 40px;
  padding: 0 40px;
}
.blog-single.format-video .blog-header,
.blog-single.format-audio .blog-header {
  margin-top: 30px;
}

.widget .nice-select {
  border: 1px solid #eeeeee;
}

.wp-block-categories .nice-select,
.wp-block-archives .nice-select {
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 5px;
  border: 1px solid #f2f2f2;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 14px;
  color: #fff;
  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: 10px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: #fff;
  background-color: var(--theme-color);
}
.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: none;
  text-align: center;
  background-color: transparent;
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: #fff;
}
.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: #fff;
}

.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;
  border-radius: 50%;
}
.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;
}

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

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

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

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

.wp-block-pullquote cite {
  font-size: 18px;
  text-transform: none;
}

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

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

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

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

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

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 li {
  margin: 9px 0;
}

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

@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;
  }
}
/*=================================
    00. Wordpress Style
==================================*/
.mega-menu-inner {
  max-width: 1200px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin: 0 0 0 1px;
  font-size: 0.7rem;
  top: 0.16em;
  font-weight: 700;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 13px 0px 13px;
  position: relative;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background-color: var(--theme-color2);
  transition: all ease 0.4s;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: var(--theme-color2);
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover:before {
  width: 100%;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#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:hover,
#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:focus {
  color: var(--theme-color2);
}

@media (min-width: 1199px) {
  .header-layout4 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    min-width: 1110px !important;
    margin-left: -10px;
  }
}
.header-layout6 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
.header-layout5 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  width: 1176px;
  left: -326px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout6 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
.header-layout5 #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 940px;
    left: -209px;
    padding: 0 12px !important;
  }
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 999999;
  background-color: var(--white-color);
  transition: all ease 0.6s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.will-sticky .header1-inner {
  top: 0;
}

.header-layout3 .sticky-active,
.header-layout2 .sticky-active,
.header-layout1 .sticky-active {
  background-color: transparent;
  box-shadow: none;
}

.cart_table .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
  padding-left: 19px;
  font-family: var(--theme-font);
  color: var(--body-color);
}
.cart_table .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.vs-product-box1 .cart-button.added {
  display: none;
}
.vs-product-box1 a.wooscp-btn.woosc-added:before {
  margin-right: 0;
}
.vs-product-box1 a.wooscp-btn.woosc-added i {
  display: none;
}
.vs-product-box1 .added_to_cart.wc-forward {
  display: inline-block;
  font-size: 0;
  position: relative;
}
.vs-product-box1 .added_to_cart.wc-forward:before {
  content: "\f07a";
  font-family: var(--icon-font);
  font-size: 12px;
  font-weight: 700;
}
.vs-product-box1 .star-rating {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: 90px;
}
.vs-product-box1 del {
  font-size: 0.8rem;
  margin-left: 4px;
}
.vs-product-box1 .tinv-wishlist {
  display: inline-block;
}
.vs-product-box1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.vs-product-box1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:after {
  content: "\f004";
  font-family: var(--icon-font);
  display: inline-block !important;
  font-weight: 300;
}
.vs-product-box1 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.inited-add-wishlist:after {
  font-weight: 700;
}

.checkout-ordertable {
  text-align: left;
}
.checkout-ordertable td {
  text-align: right;
  padding-right: 20px;
}
.checkout-ordertable th {
  padding-left: 20px;
}
.checkout-ordertable td,
.checkout-ordertable th {
  border: 1px solid #f3f3f3;
}
.checkout-ordertable tr:first-child td,
.checkout-ordertable tr:first-child th {
  border-top: none;
}

.product-feature-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-feature-list li {
  display: flex;
  margin-bottom: 7px;
}
.product-feature-list li:before {
  content: "\f00c";
  font-family: var(--icon-font);
  color: var(--theme-color);
  margin-right: 7px;
}

.shop-details .product-content div:empty {
  display: none;
}
.shop-details .product-content > p.price {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 22px;
  color: var(--title-color);
}
.shop-details .woocommerce-variation-price {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.shop-details .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.shop-details .woocommerce-product-gallery .flex-viewport {
  background-color: var(--vs-secondary-color);
  border: 2px solid var(--vs-secondary-color);
  text-align: center;
}
.shop-details .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img,
.shop-details .woocommerce-product-gallery .flex-viewport img {
  height: auto;
}
.shop-details .row.align-items-center > .col-lg-6.col-md-6.mb-30.mb-md-0 {
  position: relative;
}
.shop-details span.onsale {
  position: absolute;
  top: 15px;
  left: 30px;
  display: inline-block;
  width: max-content;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 10px;
}
@media (min-width: 1300px) {
  .shop-details .product-details-content {
    padding-left: 30px;
  }
}
.shop-details .product-details-content strong.text-title.me-3.font-theme {
  font-family: var(--theme-font2);
  color: var(--body-color) !important;
  font-weight: 400;
}
.shop-details .product-details-content span.stock.in-stock {
  color: var(--title-color);
}
.shop-details .product-details-content > p.price {
  color: var(--theme-color);
  margin-bottom: 0 !important;
}
.shop-details .product-details-content > p.price del {
  font-size: 0.8em;
  color: var(--body-color);
}
.shop-details .product-details-content .product-title {
  font-size: 40px;
}
.shop-details .product-details-content .price {
  color: var(--theme-color);
}
.shop-details .product-details-content .star-rating {
  margin-bottom: 5px;
  font-size: 12px;
  width: 80px;
}
.shop-details .product-details-content .fs-xs.my-4 {
  margin: 10px 0 14px 0 !important;
}
.shop-details .product-details-content .mt-2.link-inherit.fs-xs {
  font-size: 16px;
  margin-bottom: 25px !important;
}
.shop-details .product-details-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--vs-secondary-color);
  color: var(--theme-color);
  border-radius: 50%;
  margin-left: 0;
  transition: all ease 0.4s;
  top: -1px;
  font-size: 16px;
  text-align: center;
}
.shop-details .product-details-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  display: none;
}
.shop-details .product-details-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:after {
  content: "\f004";
  font-family: var(--icon-font);
  display: inline-block !important;
  font-weight: 300;
}
.shop-details .product-details-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.shop-details .product-details-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.tinvwl-product-in-list::after {
  font-weight: 700;
}
.shop-details .product-details-content .actions.mb-4.pb-2 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
}
.shop-details .product-details-content .vs-btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
}
.shop-details .product-details-content .quantity.style2.me-4 {
  margin-right: 0 !important;
}
.shop-details .fs-md {
  font-size: 16px;
}
.shop-details #productDetailsTab .gx-40,
.shop-details #productDetailsTab .row.gutters-40 {
  --bs-gutter-x: 1.5rem;
}

.tinv-wishlist .tinv-modal button.button i.ftinvwl.ftinvwl-heart-o:before {
  top: 0;
  font-size: 19px;
}

.woocommerce-checkout-payment {
  text-align: left;
}

.payment_method_paypal label {
  display: flex;
  justify-content: start;
  align-items: center;
}
.payment_method_paypal label img {
  order: 2;
  max-width: 100px;
  align-self: end;
  margin-left: auto;
}

/* Medium devices */
@media (max-width: 992px) {
  .will-sticky .sticky-active .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .will-sticky .sticky-active .container .header1-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  .checkout-ordertable th {
    display: none;
  }
  .checkout-ordertable tr:first-child td,
.checkout-ordertable tr:first-child th {
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
  }
}
.select2-container--default .select2-selection--single {
  height: 55px;
  border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 21px;
  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: 55px;
  line-height: 53px;
  margin-right: 18px;
}

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

.vs-box-nav .elementor-section .elementor-container {
  margin: 0;
}
@media only screen and (min-width: 1300px) {
  .vs-box-nav .elementor-section .elementor-container {
    max-width: 840px;
  }
}
@media (max-width: 1299px) {
  .vs-box-nav .elementor-section .elementor-container {
    max-width: 780px;
  }
}
@media (max-width: 1199px) {
  .vs-box-nav .elementor-section .elementor-container {
    max-width: 100%;
  }
}

.box-nav-popup {
  padding: 0;
}

.box-nav-wrap > .vs-box-nav .box-nav-popup a:not(.vs-btn) {
  padding: 0 0 0 10px;
  border: none;
  color: var(--body-color);
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  position: relative;
  display: inline-block;
  font-family: var(--theme-font2);
}
.box-nav-wrap > .vs-box-nav .box-nav-popup a:not(.vs-btn):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: var(--theme-color2);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.box-nav-wrap > .vs-box-nav .box-nav-popup a:not(.vs-btn)::before {
  content: "\f105";
  font-weight: 500;
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  color: var(--theme-color);
  transition: all ease 0.4s;
}
.box-nav-wrap > .vs-box-nav .box-nav-popup a:not(.vs-btn):hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.box-nav-wrap > .vs-box-nav .box-nav-popup a:not(.vs-btn):hover, .box-nav-wrap > .vs-box-nav .box-nav-popup a:not(.vs-btn):hover:before {
  color: var(--theme-color2);
}

@media (max-width: 1199px) {
  .box-nav-wrap > .vs-box-nav > ul > li {
    padding: 0 9px;
  }
  .box-nav-wrap > .vs-box-nav > ul > li > a {
    padding: 10px 21px;
  }
}
/*=================================
    00. Dokan Style
==================================*/
.dokan-dashboard-content .form-control {
  height: 40px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
  background-color: var(--theme-color);
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
  background-color: var(--theme-color);
}

button.dokan-btn,
input[type=submit].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
button.dokan-btn:hover,
input[type=submit].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

button.dokan-btn {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.dokan-table input[type=checkbox] {
  display: block;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
  vertical-align: middle;
  text-align: center;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td:empty {
  display: none;
}

.select2-hidden-accessible {
  display: none !important;
}

.dokan-form-group input:not([type=submit]) {
  height: 40px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.dokan-order-filter-serach {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dokan-order-filter-serach > div:empty {
  display: none;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 0;
}

.dokan-form-group input.datepicker {
  width: max-content !important;
  height: 40px !important;
  padding: 0 10px 3px 20px !important;
  border: 1px solid #e3e6e9;
  border-radius: none;
  margin-right: 20px;
  font-size: 14px;
  color: var(--body-color);
}
.dokan-form-group input.datepicker::-moz-placeholder {
  color: var(--body-color);
}
.dokan-form-group input.datepicker::-webkit-input-placeholder {
  color: var(--body-color);
}
.dokan-form-group input.datepicker:-ms-input-placeholder {
  color: var(--body-color);
}
.dokan-form-group input.datepicker::placeholder {
  color: var(--body-color);
}
.dokan-form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 20px;
  padding-right: 30px;
}
.dokan-form-group .select2-container--default .select2-selection--single {
  height: 40px !important;
}
.dokan-form-group span.select2.select2-container.select2-container--default {
  font-size: 14px;
  width: max-content !important;
}
.dokan-form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  line-height: 40px;
  margin-right: 14px;
}

input[type=submit].dokan-btn-sm,
a.dokan-btn-sm,
.dokan-btn-sm {
  height: 40px;
  width: max-content;
  padding: 0 25px;
  font-size: 16px;
}

.dokan-form-horizontal .dokan-control-label {
  margin-top: 5px;
}

.profile-frame {
  margin-bottom: 40px;
}

.dokan-single-store .dokan-store-tabs ul li a {
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 10px 30px;
  border-radius: 7px 7px 0 0;
}

.dokan-pagination-container .dokan-pagination li a {
  padding: 6px 15px 8px 15px;
  border: 1px solid #EDEDED;
  margin-right: 7px;
  text-decoration: none;
  color: var(--title-color);
}
.dokan-pagination-container .dokan-pagination li.active a, .dokan-pagination-container .dokan-pagination li:not(.disabled) a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.dokan-pagination-container .dokan-pagination li:last-child a {
  margin-right: 0;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar {
  top: -35px;
}

p.dokan-info {
  background-color: var(--white-color);
  color: var(--title-color);
  border-top-color: var(--theme-color);
}
p.dokan-info:before {
  background-color: var(--theme-color);
}

.grid-view .store-wrapper .store-phone,
.grid-view .store-wrapper .store-address {
  color: var(--white-color);
}

#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
  font-size: 28px;
  margin-bottom: 0;
}

form.sort-by.item > label {
  margin-right: 10px !important;
}