
/*
Template Name: Droboo
Template URL: http://vecurosoft.com/products/html/droboo
Description: Droboo - Digital Marketplace HTML
Author: Vecuro
Version: 1.0.0
*/
/*=================================
    CSS Index End
==================================*/
/*
01. Variable
02. Mixin
03. Function
04. Typography
05. Bootstrap Overwrite
    5.1. Container
    5.2. Grid
    5.3. Form
06. Vendor Custom Style 
    6.1. Nice Select
    6.2. Slick Slider 
    6.3. VS Mobile Menu 
    6.4. Flaticon
07. Theme Default
    7.1. Preloader
    7.2. Theme Buttons
    7.3. Section Title
    7.4. Theme Utility
    7.5. Default Box
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.11. Search From
    8.12. Content Box
    8.13. Services
    8.14. Gallery
    8.15. Video Box
    8.16. Filter Menu
    8.17. Testimonial
    8.18. Counter
    8.19. Subscribe Form
    8.20. About
    8.21. Social Links
    8.22. Category Box
    8.23. Feature
    8.24. Team Member
    8.25. Contact Form
    8.26. FAQ Area
    8.27. Price Plan
    8.28. Error Page
    8.29. Wocommerce Default
    8.30. Wordpress Default
    8.31. Brand
09. Theme Global
    9.1. Font
    9.2. Background
    9.3. Text Color
    9.4. Border Radius
    9.5. Overlay
10. Animation
11. Extend
12. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
    01. Variable
==================================*/
:root {
  --title-color: #22252a;
  --body-color: #4a4d51;
  --meta-color: #444444;
  --secondary-color: #f1f7ff;
  --smoke-color: #f6f6f6;
  --solitude-color: #eceef1;
  --white-color: #ffffff;
  --black-color: #000000;
  --dark-color: #1c304f;
  --yellow-color: #ffad01;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: rgba(0,0,0,0.10);
  --theme-font: "Roboto", sans-serif;
  --theme-font2: "Lato", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --icon-font2: "Flaticon";
  --ripple-ani-duration: 4s;
}

/*=================================
    02. Mixin
==================================*/
/*=================================
    03. Function
==================================*/
/*=================================
    04. Typography
==================================*/
body {
  font-family: var(--theme-font);
  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 {
  text-decoration: none;
  color: rgba(var(--theme-color2), 1);
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: rgba(var(--theme-color), 1);
}

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 20px 0;
  color: var(--body-color);
  line-height: 1.6;
}

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

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

.h2,
h2 {
  font-weight: 900;
  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: 36px;
  }
  .h2,
  h2 {
    font-size: 34px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 28px;
  }
  .h2,
  h2 {
    font-size: 26px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
}
/*=================================
    05. Bootstrap Overwrite
==================================*/
/*------------------- 5.1. Container -------------------*/
@media only screen and (min-width: 1200px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1500px) {
  .vs-container {
    max-width: 1500px;
  }
}
.vs-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*------------------- 5.2. Grid -------------------*/
.row .col-0 {
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  max-width: 0%;
  padding-left: 0;
  padding-right: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters .slick-track > [class^=col-],
.row.no-gutters .slick-track > [class*=" col-"],
.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}
.row.gutters-1 .slick-track > [class*=col-],
.row.gutters-1 .slick-track > [class^=col-],
.row.gutters-1 > [class*=col-],
.row.gutters-1 > [class^=col-] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}
.row.gutters-2 .slick-track > [class*=col-],
.row.gutters-2 .slick-track > [class^=col-],
.row.gutters-2 > [class*=col-],
.row.gutters-2 > [class^=col-] {
  padding-left: 1px;
  padding-right: 1px;
}

.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}
.row.gutters-3 .slick-track > [class*=col-],
.row.gutters-3 .slick-track > [class^=col-],
.row.gutters-3 > [class*=col-],
.row.gutters-3 > [class^=col-] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}

.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}
.row.gutters-4 .slick-track > [class*=col-],
.row.gutters-4 .slick-track > [class^=col-],
.row.gutters-4 > [class*=col-],
.row.gutters-4 > [class^=col-] {
  padding-left: 2px;
  padding-right: 2px;
}

.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.row.gutters-5 .slick-track > [class*=col-],
.row.gutters-5 .slick-track > [class^=col-],
.row.gutters-5 > [class*=col-],
.row.gutters-5 > [class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.row.gutters-6 .slick-track > [class*=col-],
.row.gutters-6 .slick-track > [class^=col-],
.row.gutters-6 > [class*=col-],
.row.gutters-6 > [class^=col-] {
  padding-left: 3px;
  padding-right: 3px;
}

.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.row.gutters-7 .slick-track > [class*=col-],
.row.gutters-7 .slick-track > [class^=col-],
.row.gutters-7 > [class*=col-],
.row.gutters-7 > [class^=col-] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}

.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}
.row.gutters-8 .slick-track > [class*=col-],
.row.gutters-8 .slick-track > [class^=col-],
.row.gutters-8 > [class*=col-],
.row.gutters-8 > [class^=col-] {
  padding-left: 4px;
  padding-right: 4px;
}

.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}
.row.gutters-9 .slick-track > [class*=col-],
.row.gutters-9 .slick-track > [class^=col-],
.row.gutters-9 > [class*=col-],
.row.gutters-9 > [class^=col-] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-10 .slick-track > [class*=col-],
.row.gutters-10 .slick-track > [class^=col-],
.row.gutters-10 > [class*=col-],
.row.gutters-10 > [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-11 {
  padding-left: 9.5px;
  padding-right: 9.5px;
}
.row.gutters-11 .slick-track > [class*=col-],
.row.gutters-11 .slick-track > [class^=col-],
.row.gutters-11 > [class*=col-],
.row.gutters-11 > [class^=col-] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}

.row.gutters-12 {
  padding-left: 9px;
  padding-right: 9px;
}
.row.gutters-12 .slick-track > [class*=col-],
.row.gutters-12 .slick-track > [class^=col-],
.row.gutters-12 > [class*=col-],
.row.gutters-12 > [class^=col-] {
  padding-left: 6px;
  padding-right: 6px;
}

.row.gutters-13 {
  padding-left: 8.5px;
  padding-right: 8.5px;
}
.row.gutters-13 .slick-track > [class*=col-],
.row.gutters-13 .slick-track > [class^=col-],
.row.gutters-13 > [class*=col-],
.row.gutters-13 > [class^=col-] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.row.gutters-14 {
  padding-left: 8px;
  padding-right: 8px;
}
.row.gutters-14 .slick-track > [class*=col-],
.row.gutters-14 .slick-track > [class^=col-],
.row.gutters-14 > [class*=col-],
.row.gutters-14 > [class^=col-] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-15 .slick-track > [class*=col-],
.row.gutters-15 .slick-track > [class^=col-],
.row.gutters-15 > [class*=col-],
.row.gutters-15 > [class^=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-20 .slick-track > [class*=col-],
.row.gutters-20 .slick-track > [class^=col-],
.row.gutters-20 > [class*=col-],
.row.gutters-20 > [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutters-35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.row.gutters-35 .slick-track > [class*=col-],
.row.gutters-35 .slick-track > [class^=col-],
.row.gutters-35 > [class*=col-],
.row.gutters-35 > [class^=col-] {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
@media only screen and (max-width: 576px) {
  .row.gutters-35 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-35 .slick-track > [class*=col-],
  .row.gutters-35 .slick-track > [class^=col-],
  .row.gutters-35 > [class*=col-],
  .row.gutters-35 > [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

.row.gutters-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.gutters-40 .slick-track > [class*=col-],
.row.gutters-40 .slick-track > [class^=col-],
.row.gutters-40 > [class*=col-],
.row.gutters-40 > [class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 576px) {
  .row.gutters-40 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-40 .slick-track > [class*=col-],
  .row.gutters-40 .slick-track > [class^=col-],
  .row.gutters-40 > [class*=col-],
  .row.gutters-40 > [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

.row.gutters-45 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.row.gutters-45 .slick-track > [class*=col-],
.row.gutters-45 .slick-track > [class^=col-],
.row.gutters-45 > [class*=col-],
.row.gutters-45 > [class^=col-] {
  padding-left: 22.5px;
  padding-right: 22.5px;
}
@media only screen and (max-width: 576px) {
  .row.gutters-45 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-45 .slick-track > [class*=col-],
  .row.gutters-45 .slick-track > [class^=col-],
  .row.gutters-45 > [class*=col-],
  .row.gutters-45 > [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

.row.gutters-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.gutters-50 .slick-track > [class*=col-],
.row.gutters-50 .slick-track > [class^=col-],
.row.gutters-50 > [class*=col-],
.row.gutters-50 > [class^=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 576px) {
  .row.gutters-50 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.gutters-50 .slick-track > [class*=col-],
  .row.gutters-50 .slick-track > [class^=col-],
  .row.gutters-50 > [class*=col-],
  .row.gutters-50 > [class^=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

/*------------------- 5.3. Form -------------------*/
.nice-select,
.form-control {
  border-radius: 0;
  height: 60px;
  padding: 0 30px;
  padding-right: 60px;
  color: var(--body-color);
  border: none;
  background-color: var(--solitude-color);
}
.nice-select:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--solitude-color);
}
.nice-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.nice-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.nice-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.nice-select::placeholder,
.form-control::placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}

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: 230px;
  padding-top: 17px;
  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";
  color: rgba(var(--theme-color), 1);
  border-color: rgba(var(--theme-color), 1);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  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;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--border-color);
  border-radius: 100%;
  background: var(--white-color);
  transition: all 0.2s ease;
}
input[type=radio] ~ label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}
input[type=radio]:checked ~ label::before {
  border-color: rgba(var(--theme-color), 1);
}
input[type=radio]:checked ~ label:after {
  opacity: 1;
  background-color: rgba(var(--theme-color), 1);
  transform: scale(1);
}

input.style2[type=checkbox] ~ label:before {
  border: none;
  background-color: #eceef1;
  font-size: 8px;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  line-height: 23px;
  top: 0;
}
input.style2[type=checkbox]:checked ~ label::before {
  content: "\f111";
}

label {
  margin-bottom: 12px;
  text-transform: capitalize;
}

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

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

.nice-select:before {
  right: 30px;
}

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

.row.gutters-20 > .form-group {
  margin-bottom: 20px;
}

.vs-rating-input span {
  font-size: 16px;
  transform: none;
  cursor: pointer;
}
.vs-rating-input span.active {
  color: var(--yellow-color);
}

/*=================================
    06. Vendor Custom Style
==================================*/
/*------------------- 6.1. Nice Select -------------------*/
.nice-select {
  position: relative;
  border: none;
  z-index: 2;
  cursor: pointer;
  line-height: 60px;
  width: 100%;
  float: none;
  z-index: 42;
  background-color: var(--solitude-color);
}
.nice-select:after {
  display: none;
}
.nice-select:before {
  content: "\f107";
  font-family: var(--icon-font);
  line-height: inherit;
  top: 0;
  position: absolute;
  font-size: 18px;
  right: 30px;
  transition: all ease 0.4s;
}
.nice-select .list {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: var(--white-color);
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  min-width: 80px;
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(204, 204, 204, 0.3);
}
.nice-select .option {
  white-space: normal;
  word-break: break-all;
  line-height: 1.5;
  padding: 10px 15px;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  margin: 0 0;
}
.nice-select .option.selected {
  cursor: default;
}
.nice-select .option.selected, .nice-select .option.focus, .nice-select .option:hover {
  background-color: var(--smoke-color);
}
.nice-select > span.current {
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
}
.nice-select.open:before {
  transform: rotate(180deg);
}
.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.rating-select {
  background-color: var(--white-color);
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
  display: inline-block;
  width: auto;
  min-width: 180px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  color: var(--yellow-color);
  font-weight: 900;
  font-size: 1.5rem;
  padding: 0 25px;
  border-radius: 50px;
}
.rating-select:focus {
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
  background-color: var(--white-color);
}
.rating-select:before {
  display: none;
}
.rating-select > .current:after {
  content: "\f107";
  position: relative;
  color: var(--body-color);
  font-family: var(--icon-font);
  font-weight: 300;
  vertical-align: middle;
  margin-left: 7px;
  font-size: 1.4rem;
  top: -1px;
}

/*------------------- 6.2. Slick Slider -------------------*/
.slick-track {
  min-width: 100%;
}

.slick-arrow {
  position: absolute;
  border: none;
  color: var(--white-color);
  left: -70px;
  top: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: rgba(var(--theme-color), 1);
  font-size: 16px;
  padding: 0;
  z-index: 2;
  border-radius: 50%;
  transform: translateY(-50%);
}
.slick-arrow.slick-next {
  left: auto;
  right: -70px;
}
.slick-arrow:hover {
  color: rgba(var(--theme-color), 1);
}

.slide-arrow {
  border: none;
  background-color: transparent;
  font-size: 18px;
  color: var(--title-color);
  padding: 0;
  margin-left: 14px;
}
.slide-arrow:first-child {
  margin-left: 0;
}
.slide-arrow:Hover {
  color: rgba(var(--theme-color), 1);
}

.arrow-has-margin .slick-arrow {
  top: calc(50% - 15px);
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  background-color: rgba(var(--theme-color), 1);
  border: 1px solid transparent;
  font-size: 0;
  padding: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  border-color: rgba(var(--theme-color), 1);
  background-color: #ffffff;
  transform: scale(1.2);
}

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

.vs-3d-carousel2 {
  width: 100%;
  min-height: 400px;
  position: relative;
}
.vs-3d-carousel2 .slick-list {
  overflow: visible;
}
.vs-3d-carousel2 .slick-track {
  position: relative;
  perspective: 800px;
  -moz-perspective: 800px;
  max-width: 100% !important;
  height: 100%;
  transform: translate3d(0, 0, 0) rotate(1deg) !important;
}
.vs-3d-carousel2 .slick-slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(18deg) scaleX(0.8) translate(-65px, -30px);
  z-index: 1;
}
.vs-3d-carousel2 .slick-slide.slick-active.vs-slick-next1 {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: rotateY(18deg) scaleX(0.8) translate(-35px, 30px);
}
.vs-3d-carousel2 .slick-slide.slick-active.slick-current {
  z-index: 4;
  opacity: 1;
  visibility: visible;
  transform: rotateY(13deg) scaleX(0.8) translateY(130px) translateX(130px);
}
.vs-3d-carousel2 .slick-slide.slick-active.vs-slick-next {
  z-index: 3;
  opacity: 2;
  visibility: visible;
  transform: rotateY(15deg) scaleX(0.8) translateY(80px) translateX(45px);
}
.vs-3d-carousel2 .slick-slide.slick-active.vs-slick-prev {
  z-index: 5;
  transform: rotateY(13deg) scaleX(0.8) translateY(180px) translateX(190px);
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .vs-3d-carousel2 {
    transform: scale(0.8);
    transform-origin: top left;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-3d-carousel2 {
    min-height: 350px;
  }
}
/*------------------- 6.3. 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;
}
.vs-menu-wrapper .mobile-logo {
  max-width: 140px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}
.vs-menu-wrapper .vs-menu-toggle {
  background-color: transparent;
  border: none;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  line-height: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  z-index: 1;
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
}
.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;
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #eee;
  list-style-type: none;
}
.vs-mobile-menu ul li:first-child {
  border-top: 1px solid #eee;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 7px 10px;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
}
.vs-mobile-menu ul li ul li {
  padding-left: 7px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a:after {
  content: "\f0d7";
  font-family: var(--icon-font);
  font-weight: 700;
  float: right;
  padding-right: 10px;
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
  content: "\f0d8";
}

.vs-menu-toggle {
  border: 1px dashed;
  width: 50px;
  height: 50px;
  padding: 0;
  background: transparent;
  font-size: 28px;
  vertical-align: middle;
}

/*------------------- 6.4. Flaticon -------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../font/Flaticon.eot");
  src: url("../font/Flaticon.eot") format("embedded-opentype"), url("../font/Flaticon.woff2") format("woff2"), url("../font/Flaticon.woff") format("woff"), url("../font/Flaticon.ttf") format("truetype"), url("../font/Flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: var(--icon-font2);
    src: url("../font/Flaticon.svg") format("svg");
  }
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-size: inherit;
  margin-left: 0;
  font-style: normal;
  font-family: "flaticon";
}

[class^=flaticon-],
[class*=" flaticon-"] {
  line-height: 1;
}

/*=================================
    07. Theme Default
==================================*/
/*------------------- 7.1. Preloader -------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  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(var(--theme-color), 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 rgba(var(--theme-color), 1), 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 rgba(var(--theme-color2), 1), 24px 24px rgba(var(--theme-color3), 1), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  37% {
    box-shadow: 0 24px rgba(var(--theme-color4), 1), 24px 24px rgba(var(--theme-color), 1), 24px 48px rgba(var(--theme-color2), 1), 0px 48px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 24px rgba(var(--theme-color3), 1), 24px 24px rgba(var(--theme-color4), 1), 24px 48px rgba(var(--theme-color), 1), 0px 48px rgba(var(--theme-color2), 1);
  }
  62% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(var(--theme-color3), 1), 24px 48px rgba(var(--theme-color4), 1), 0px 48px rgba(var(--theme-color), 1);
  }
  75% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(var(--theme-color2), 1), 0px 48px rgba(var(--theme-color3), 1);
  }
  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 rgba(var(--theme-color4), 1);
  }
  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;
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  vertical-align: middle;
  border: none;
  z-index: 1;
  font-weight: 700;
  padding: 12px 31px;
  line-height: 26px;
  border-radius: 100px;
  transition: all ease 0.4s;
}
.vs-btn .btn-text {
  position: relative;
  z-index: 2;
}
.vs-btn .btn-shape {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: radial-gradient(circle closest-side, rgba(var(--theme-color2), 0.9), transparent);
  display: inline-block;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.vs-btn:hover .btn-shape {
  width: 400px;
  height: 400px;
}
.vs-btn.style1 {
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
}
.vs-btn.style2 {
  background-color: #ffe2ec;
  color: rgba(var(--theme-color), 1);
}
.vs-btn.style2 .btn-shape {
  display: none;
}
.vs-btn.style2:hover {
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
}
.vs-btn.style3 {
  background-color: var(--white-color);
  color: rgba(var(--theme-color), 1);
}
.vs-btn.style3:hover {
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
}

.vs-btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.icon-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  min-width: 40px;
}
.icon-btn.style2, .icon-btn:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}
.icon-btn.style2 .badge, .icon-btn:hover .badge {
  color: var(--white-color);
  background-color: rgba(var(--theme-color), 1);
}
.icon-btn.style2:hover {
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
}
.icon-btn.style3 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: rgba(var(--theme-color2), 1);
  background-color: var(--white-color);
  box-shadow: 0px 5px 30px 0px rgba(var(--theme-color2), 0.15);
}
.icon-btn.style3:hover {
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
}

.play-btn {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.play-btn > i {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 32px;
  color: var(--white-color);
  background-image: linear-gradient(180deg, rgba(var(--theme-color2), 0.8) 0%, rgba(var(--theme-color4), 0.8) 50%, rgba(var(--theme-color3), 0.8) 100%);
  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: 2px solid rgba(var(--theme-color2), 0.8);
  z-index: 1;
  border-radius: inherit;
}
.play-btn:after {
  border-color: rgba(var(--theme-color3), 0.8);
  animation-delay: 2s;
}
.play-btn:hover > i {
  color: var(--white-color);
  background-image: linear-gradient(0, rgba(var(--theme-color2), 0.8) 0%, rgba(var(--theme-color4), 0.8) 50%, rgba(var(--theme-color3), 0.8) 100%);
}
.play-btn.default-bg > i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-image: none;
  background-color: rgba(var(--theme-color2), 0.75);
}
.play-btn.default-bg:after {
  border-color: rgba(var(--theme-color2), 0.9);
}
.play-btn.white-style > i {
  background-color: var(--white-color);
  background-image: none;
  color: rgba(var(--theme-color), 1);
}
.play-btn.white-style:after, .play-btn.white-style:before {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}

.link-btn {
  font-weight: 700;
  display: inline-block;
  line-height: 0.8;
}
.link-btn i {
  margin-left: 5px;
}
.link-btn.text-theme:hover {
  color: rgba(var(--theme-color), 1) !important;
}

.scrollToTop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  color: var(--white-color) !important;
  transition: all ease 0.8s;
  /* Small devices */
}
.scrollToTop i {
  line-height: inherit !important;
}
.scrollToTop.show {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 50px;
  }
  .scrollToTop.show {
    bottom: 15px;
  }
}

.small-btn1 {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 35px;
  background-color: #ffe8f0;
  color: rgba(var(--theme-color), 1);
  font-size: 14px;
  border-radius: 50%;
}
.small-btn1:hover {
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 992px) {
  .play-btn > i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 26px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .play-btn.default-bg > i,
  .play-btn > i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}
/*------------------- 7.3. Section Title -------------------*/
.section-title {
  margin-bottom: 75px;
}

.title-style1 {
  font-size: 60px;
  text-transform: capitalize;
  margin-top: -14px;
  margin-bottom: 20px;
  font-weight: 900;
}

.title-style2 {
  font-size: 40px;
  margin-bottom: 23px;
  margin-top: -8px;
}

.subtitle-style1 {
  font-size: 20px;
  font-weight: 500;
}
.subtitle-style1.text-md {
  line-height: 1.6;
}

.subtitle-style2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

/* Large devices */
@media (max-width: 1199px) {
  .title-style1 {
    font-size: 40px;
  }
  .title-style2 {
    font-size: 36px;
  }
  .section-title {
    margin-bottom: 60px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .section-title {
    margin-bottom: 40px;
  }
  .title-style1 {
    font-size: 36px;
    margin-top: -8px;
    margin-bottom: 12px;
  }
  .title-style2 {
    font-size: 32px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .title-style1 {
    font-size: 28px;
    margin-top: -4px;
    margin-bottom: 10px;
  }
  .title-style1.mb-35 {
    margin-bottom: 30px;
  }
  .title-style2 {
    font-size: 26px;
    margin-top: -6px;
    margin-bottom: 17px;
  }
  .subtitle-style1 {
    font-size: 16px;
  }
  .subtitle-style2 {
    font-size: 18px;
  }
}
/*------------------- 7.4. Theme Utility -------------------*/
.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);
}

.badge {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: var(--title-color);
  font-size: 12px;
  line-height: 15px;
  border-radius: 50%;
}

.has-badge {
  margin-right: 20px;
}

.link-inherit a,
.link-inherit h1 a,
.link-inherit h2 a,
.link-inherit h3 a,
.link-inherit h4 a,
.link-inherit h5 a,
.link-inherit h6 a,
.link-inherit p a,
.link-inherit span a {
  color: inherit;
}
.link-inherit a:hover,
.link-inherit h1 a:hover,
.link-inherit h2 a:hover,
.link-inherit h3 a:hover,
.link-inherit h4 a:hover,
.link-inherit h5 a:hover,
.link-inherit h6 a:hover,
.link-inherit p a:hover,
.link-inherit span a:hover {
  color: rgba(var(--theme-color), 1);
}

.social-links ol,
.social-links ul, .social-links,
.doted-list-style2 ol,
.doted-list-style2 ul,
.doted-list-style2,
.vs-doted-list ol,
.vs-doted-list ul,
.vs-doted-list,
.vs-info-list ol,
.vs-info-list ul,
.vs-info-list,
.vs-list-style1 ol,
.vs-list-style1 ul,
.vs-list-style1,
.list-style-none ol,
.list-style-none ul,
.list-style-none {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.vs-list-style1 li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 9px;
}
.vs-list-style1 li:before {
  content: "\f00c";
  font-family: var(--icon-font);
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white-color);
  color: rgba(var(--theme-color2), 1);
  text-align: center;
  font-size: 14px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 0px 7px 20px 0px rgba(var(--theme-color), 0.05);
}

.vs-doted-list ul {
  margin-bottom: 28px;
}
.vs-doted-list ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 7px;
}
.vs-doted-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(var(--theme-color2), 1);
}

.doted-list-style2 ul {
  margin-bottom: 18px;
  padding-left: 20px;
}
.doted-list-style2 ul ul {
  padding-left: 0;
}
.doted-list-style2 ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 11px;
}
.doted-list-style2 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border: 5px solid var(--white-color);
  background-color: rgba(var(--theme-color2), 1);
  border-radius: 50%;
  box-shadow: 0px 2px 7px 0px rgba(var(--theme-color2), 0.2);
}

.vs-info-list .info-title {
  display: inline-block;
  min-width: 110px;
  padding-right: 10px;
}
.vs-info-list li {
  border-bottom: 1px solid #e9f1fb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.vs-info-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.social-links li {
  display: inline-block;
  margin-right: 7px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links a {
  display: inline-block;
}
.social-links.styled-btn a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.15);
  color: rgba(var(--theme-color2), 1);
}
.social-links.styled-btn a:Hover {
  background-color: rgba(var(--theme-color2), 1);
  color: var(--white-color);
}

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

.select-box-area,
.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

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

.border {
  border: 1px solid var(--border-color) !important;
}

.border-top {
  border-top: 1px solid var(--border-color) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.border-left {
  border-left: 1px solid var(--border-color) !important;
}

.border-right {
  border-right: 1px solid var(--border-color) !important;
}

.vs-shadow {
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
}

@media (min-width: 1199px) {
  .mw-lg-auto {
    max-width: initial !important;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .doted-list-style2 ul {
    padding-left: 0;
  }
}
/*------------------- 7.5. Default Box -------------------*/
.vs-box-style1 {
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
  border-radius: 20px;
  padding: 80px 40px 55px 40px;
  background-color: var(--white-color);
}

.vs-box-style2 {
  background-color: var(--white-color);
  box-shadow: 0 14px 20px rgba(var(--theme-color2), 0.1);
  padding: 72px 0;
  border-radius: 150px;
  margin-top: -108px;
  position: relative;
  z-index: 2;
}

.feature-layout1 {
  margin-top: 108px;
}

.vs-box-style3 {
  background-image: linear-gradient(to right, rgba(var(--theme-color4), 1) 0%, #535ff4 50%, rgba(var(--theme-color4), 1) 100%);
  border-radius: 5px;
}

.vs-box-style4 {
  background-color: var(--white-color);
  box-shadow: 0px 5px 20px 0px rgba(var(--theme-color2), 0.1);
  border-radius: 10px;
}

.vs-box-style5 {
  padding: 65px 0;
  padding-left: 80px;
  background-color: var(--white-color);
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.05);
  border-radius: 10px;
}

.vs-banner-box1 {
  background-color: var(--white-color);
  box-shadow: 0px 5px 30px 0px rgba(var(--theme-color2), 0.15);
  border-radius: 10px;
  padding: 30px;
}
.vs-banner-box1 img {
  border-radius: 10px;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-box-style3.px-60 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .vs-box-style3.py-50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .vs-box-style5 {
    padding: 15px 0;
    padding-left: 30px;
  }
  .vs-box-style6.px-100 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .vs-box-style6.py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .vs-box-style7.px-60 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .vs-box-style7.py-55 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-box-style2 {
    margin-top: 60px;
    padding: 35px 0 40px 0;
  }
  .vs-box-style2.mb-50 {
    margin-bottom: 30px;
  }
  .feature-layout1 {
    margin-top: 0;
  }
  .vs-box-style5 {
    padding-left: 60px;
  }
  .vs-box-style4.pt-35 {
    padding-top: 25px;
  }
  .vs-box-style4.pb-10 {
    padding-bottom: 0;
  }
  .vs-box-style4.px-40 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .vs-box-style6.px-100 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .vs-box-style6.py-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-box-style5 {
    padding-left: 30px;
  }
  .vs-box-style6.px-100 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .vs-box-style6.py-100 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/*=================================
    08. Template Style
==================================*/
/*------------------- 8.1. Widget  -------------------*/
.widget {
  padding: 30px;
  margin-bottom: 30px;
  background-color: var(--white-color);
  border-radius: 5px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
}
.widget .nice-select {
  height: 45px;
  line-height: 45px;
}

.vs-sort-box .box > .h5,
.widget_title {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 20px;
  color: var(--black-color);
}

.product-price-box1 .rating {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.product-price-box1 .icon-btn.style3 {
  width: 46px !important;
  height: 46px !important;
  line-height: 46px !important;
  top: 2px;
}

.sidebar-area .widget .subscribe-form-style1 {
  padding-left: 0;
}
.sidebar-area .widget .subscribe-form-style1 input {
  width: 100%;
  margin-bottom: 10px;
}
.sidebar-area .widget .subscribe-form-style1 button {
  border-radius: 5px;
}

.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: rgba(var(--theme-color), 1);
}
.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: 93%;
  background-color: var(--smoke-color);
  border: none;
  margin-top: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 10px;
}
.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: rgba(var(--theme-color), 1);
}
.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: -3px;
  z-index: 2;
  background-color: rgba(var(--theme-color), 1);
  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%);
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    padding: 20px;
  }
  .product-price-box1 .rating {
    margin-top: 20px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .vs-support-box1.py-30 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  margin-top: 30px;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-widget .widget_title {
  border-left: none;
  padding-left: 0;
  font-size: 22px;
  text-transform: capitalize;
}
.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: 20px;
}
.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;
  padding: 0;
  position: relative;
  margin-bottom: 3px;
  display: inline-block;
  font-weight: 400;
  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;
  color: rgba(var(--theme-color), 1);
}
.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: "\f105";
  font-family: var(--icon-font);
  margin-right: 10px;
}

/* Medium devices */
@media (max-width: 992px) {
  .footer-widget,
  .footer-widget .widget {
    margin-top: 0;
  }
}
.sidebar-area .wc-block-product-categories,
.widget_nav_menu,
.widget_meta,
.widget_pages,
.widget_archive,
.widget_categories {
  padding-bottom: 30px;
}
.sidebar-area .wc-block-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;
}
.sidebar-area .wc-block-product-categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.sidebar-area .wc-block-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: 1px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: rgba(var(--theme-color), 1);
  text-align: center;
  font-family: var(--theme-font2);
}
.sidebar-area .wc-block-product-categories a,
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: var(--white-color);
  padding: 12px 20px;
  margin-bottom: 10px;
  color: var(--body-color);
  font-weight: 500;
  padding-right: 50px;
  border: 1px solid #efefef;
}
.sidebar-area .wc-block-product-categories a:hover,
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
}
.sidebar-area .wc-block-product-categories .children,
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.sidebar-area .wc-block-product-categories {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

.widget.sidebar-contact-form .subscribe-form-style1 {
  padding-left: 0;
}
.widget.sidebar-contact-form .subscribe-form-style1 .form-control {
  width: 100%;
}

.vs-sort-box .box {
  margin-bottom: 0;
}
.vs-sort-box .box a {
  color: var(--body-color);
}
.vs-sort-box .box a:hover {
  color: rgba(var(--theme-color), 1);
}
.vs-sort-box .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vs-sort-box .box ul li {
  border: 1px solid #ececec;
  padding: 13px 19px;
  position: relative;
  margin-bottom: 10px;
}
.vs-sort-box .box ul li a:not(.cat-num) {
  padding-bottom: 0;
  display: block;
}
.vs-sort-box .box ul li .cat-num {
  position: absolute;
  right: 17px;
  top: 11px;
  font-size: 14px;
}
.vs-sort-box .box ul li .children {
  margin-left: 10px;
  border-top: 1px solid #ececec;
  margin-top: 15px;
}
.vs-sort-box .box ul li .children li {
  border: none;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0;
  padding: 10px 0 11px 0;
}
.vs-sort-box .box ul li .children li:last-child {
  border-bottom: none;
  padding-bottom: 3px;
}
.vs-sort-box .box ul li .children li a.cat-num {
  right: -1px;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 16px;
  line-height: 1;
  padding: 14px 29px;
  margin-right: 10px;
  margin-bottom: 15px;
  background-color: var(--white-color);
  color: var(--body-color);
  border-radius: 20px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.15);
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: rgba(var(--theme-color2), 1);
  color: var(--white-color) !important;
}

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

/* Large devices */
@media (max-width: 1199px) {
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 14px 22px;
  }
}
.widget .search-form {
  display: flex;
  flex-wrap: wrap;
}
.widget .search-form input {
  width: calc(100% - 60px);
  height: 60px;
  background-color: var(--white-color);
  border: none;
  color: var(--body-color);
  padding-left: 20px;
}
.widget .search-form input::-moz-placeholder {
  color: var(--body-color);
}
.widget .search-form input::-webkit-input-placeholder {
  color: var(--body-color);
}
.widget .search-form input:-ms-input-placeholder {
  color: var(--body-color);
}
.widget .search-form input::placeholder {
  color: var(--body-color);
}
.widget .search-form button {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0;
  border: 1px solid transparent;
  color: var(--white-color);
  background-color: rgba(var(--theme-color), 1);
}
.widget .search-form button:hover {
  border-color: rgba(var(--theme-color), 1);
  background-color: var(--white-color);
  color: rgba(var(--theme-color), 1);
}

.widget .newsletter-form input {
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

.vs-sort-box .nice-select:before {
  content: "\f0d7";
  color: rgba(var(--theme-color), 1);
  font-weight: 700;
}

.range-slider-area .value-max {
  float: right;
}
.range-slider-area .ui-slider {
  height: 6px;
  position: relative;
  width: 100%;
  background-color: var(--solitude-color);
  border: none;
  margin: 10px 0 5px 0;
  cursor: pointer;
}
.range-slider-area .ui-slider-range {
  background-color: rgba(var(--theme-color), 1);
  border: none;
}
.range-slider-area .ui-slider-handle {
  cursor: grab;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: 0;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  background-color: rgba(var(--theme-color), 1);
  border: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.range-slider-area .ui-slider-handle:focus {
  outline: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}

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

.header-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 70px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .header-logo {
    max-width: 100px;
  }
}

.header-layout3 {
  position: relative;
  z-index: auto;
}
.header-layout3 .header-btn {
  display: flex;
  justify-content: end;
  gap: 20px;
}
.header-layout3 .header-btn .icon-btn {
  margin: 0;
  border: 1px solid transparent;
}
.header-layout3 .header-btn .icon-btn:hover {
  border: 1px solid rgba(var(--theme-color), 1);
}

.header-layout1 .icon-btn {
  border: 1px solid transparent;
}
.header-layout1 .icon-btn:hover {
  border: 1px solid rgba(var(--theme-color), 1);
}

.header-btn a.ml-10 {
  margin-left: 0;
}

.main-menu a {
  color: var(--body-color);
  font-family: var(--theme-font2);
}
.main-menu a:hover {
  color: rgba(var(--theme-color), 1);
}
.main-menu.text-white > ul > li > a {
  color: var(--white-color);
}
.main-menu.text-white > ul > li > a:hover {
  color: rgba(var(--theme-color), 1);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.main-menu ul li.menu-item-has-children > a {
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  float: right;
  margin-left: 5px;
  font-weight: 400;
  font-size: 0.8rem;
  top: 2px;
}
.main-menu ul li a {
  display: block;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li ul.sub-menu {
  position: absolute;
  width: 270px;
  top: 100%;
  left: 0;
  z-index: 12;
  border-width: 0;
  border-top-width: 3px;
  border-style: solid;
  border-color: rgba(var(--theme-color2), 1);
  text-align: left;
  background-color: var(--white-color);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(90deg);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.main-menu ul li ul.sub-menu li {
  display: block;
  margin: 0 0;
}
.main-menu ul li ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f101";
}
.main-menu ul li ul.sub-menu li a {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.main-menu ul li ul.sub-menu li ul {
  left: auto;
  right: 100%;
  top: 0;
}
.main-menu ul li ul.sub-menu li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li ul.sub-menu li ul li ul li ul {
  left: auto;
  right: 100%;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: auto;
  right: 100%;
}
.main-menu ul li ul.sub-menu li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul li ul {
  left: 100%;
  right: auto;
}
.main-menu ul li.mega-menu-wrap {
  position: static;
}
.main-menu ul li ul.mega-menu {
  display: flex;
  justify-content: space-between;
  position: absolute;
  text-align: left;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #aaaaaa;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  z-index: -1;
  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
}
.main-menu ul li ul.mega-menu li {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 0 25px;
}
.main-menu ul li ul.mega-menu li li {
  padding: 0 0;
}
.main-menu ul li ul.mega-menu li a {
  padding: 0 0;
  margin: 0 0;
  display: inline-block;
}
.main-menu ul li ul.mega-menu > li:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.main-menu ul li 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: rgba(var(--theme-color2), 1);
  border-color: rgba(var(--theme-color2), 1);
}
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
}

.menu-style1 > ul > li {
  margin: 0 10px;
}
.menu-style1 > ul > li > a {
  padding: 19px 0;
}

.menu-style3 > ul > li,
.menu-style2 > ul > li {
  margin: 0 10px;
}
.menu-style3 > ul > li:last-child,
.menu-style2 > ul > li:last-child {
  margin-right: 0;
}
.menu-style3 > ul > li:first-child,
.menu-style2 > ul > li:first-child {
  margin-left: 0;
}
.menu-style3 > ul > li > a,
.menu-style2 > ul > li > a {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
}

.menu-style3 > ul > li > a {
  padding: 50px 0;
}

/* Medium Large devices */
@media (max-width: 1300px) {
  .main-menu a {
    font-size: 14px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .main-menu ul li ul.sub-menu {
    width: 220px;
  }
  .menu-style1 > ul > li {
    margin: 0 8px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .header-wrapper.py-30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-btn a.icono-btn.has-badge {
    margin-right: 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);
}
.sticky-header-wrap .logo img {
  max-width: 160px;
}

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

/*------------------- 8.3. Footer  -------------------*/
/* Medium devices */
@media (max-width: 992px) {
  .footer-layout1.pt-50 {
    padding-top: 60px;
  }
}
/*------------------- 8.4. Breadcumb  -------------------*/
.breadcumb-menu-style1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  /* Medium devices */
}
@media (max-width: 992px) {
  .breadcumb-menu-style1 {
    text-align: center;
  }
}
.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-all;
  font-weight: 500;
}
.breadcumb-menu-style1 li i,
.breadcumb-menu-style1 a i,
.breadcumb-menu-style1 span i {
  margin-right: 5px;
}

.breadcumb-layout1 {
  padding-top: 115px;
  padding-bottom: 118px;
}

/* Medium devices */
@media (max-width: 992px) {
  .breadcumb-layout1 {
    padding-top: 65px;
    padding-bottom: 68px;
  }
}
/*------------------- 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: rgba(var(--theme-color), 1);
  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-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: rgba(var(--theme-color), 1);
  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;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--white-color);
  border-color: transparent;
  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 .current,
.pagination-layout1 ul li span,
.pagination-layout1 ul li a {
  display: inline-block;
  border: none;
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  line-height: 51px;
  color: var(--body-color);
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 5px 20px 0px rgba(25, 128, 255, 0.1);
}
.pagination-layout1 ul li .current.active, .pagination-layout1 ul li .current:hover,
.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: rgba(var(--theme-color), 1);
  border-color: transparent;
}

/* Small devices */
@media (max-width: 768px) {
  .pagination-layout1 ul li .current,
  .pagination-layout1 ul li span,
  .pagination-layout1 ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
  }
}
/*------------------- 8.8. Blog  -------------------*/
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-style-large,
blockquote {
  font-size: 22px;
  line-height: 1.6;
  padding: 20px 30px 30px 30px;
  padding-left: 30px;
  display: block;
  position: relative;
  background-color: var(--white-color);
  overflow: hidden;
  margin: 30px 0;
  color: var(--title-color);
  font-family: var(--theme-font2);
  border-left: 3px solid rgba(var(--theme-color2), 1);
}
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.5;
  color: inherit;
}
blockquote.wp-block-quote:after,
blockquote.wp-block-quote.is-style-large:after,
blockquote:after {
  content: "\f10d";
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 4rem;
  color: rgba(var(--theme-color2), 1);
  z-index: 1;
  opacity: 0.1;
  line-height: 1;
}
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: block;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  line-height: 1;
  margin-top: 9px;
  font-style: italic;
}
blockquote.wp-block-quote cite:before,
blockquote.wp-block-quote.is-style-large cite:before,
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 20px;
  height: 2px;
  border-top: 2px solid rgba(var(--theme-color2), 1);
}
blockquote.wp-block-quote.has-text-align-right:after,
blockquote.wp-block-quote.is-style-large.has-text-align-right:after,
blockquote.has-text-align-right:after {
  right: auto;
  left: 10px;
  transform: rotateY(180deg);
}

.vs-blog-img {
  position: relative;
}

.blog-meta a {
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  color: var(--body-color);
}
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta a i {
  margin-right: 7px;
  color: rgba(var(--theme-color2), 1);
}

.blog-date-box {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  background-color: var(--white-color);
  text-align: center;
  font-size: 12px;
  line-height: 1;
  padding: 12px 19px;
  border-radius: 5px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
}
.blog-date-box span {
  font-size: 20px;
  color: rgba(var(--theme-color2), 1);
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}

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

.blog-author-style1 {
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.05);
  padding: 40px;
}
.blog-author-style1 .media-img {
  border-radius: 50%;
  overflow: hidden;
  width: 170px;
  height: 170px;
  background-image: linear-gradient(0deg, rgba(var(--theme-color3), 1) 0%, rgba(var(--theme-color4), 1) 50%, rgba(var(--theme-color2), 1) 100%);
  padding: 15px;
  margin-right: 40px;
}
.blog-author-style1 .media-img img {
  border-radius: inherit;
  width: 100%;
}

/* Medium devices */
@media (max-width: 992px) {
  .blog-date-box {
    right: 20px;
    top: 20px;
  }
  .blog-author-style1 {
    padding: 30px 30px 20px 30px;
  }
  .blog-author-style1 .media-img {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .vs-block-quote-style1,
  blockquote.wp-block-quote,
  blockquote.wp-block-quote.is-style-large,
  blockquote {
    font-size: 18px;
    line-height: 34px;
    padding: 15px 20px 20px 20px;
    margin: 20px 0;
  }
  .vs-block-quote-style1:after,
  blockquote.wp-block-quote:after,
  blockquote.wp-block-quote.is-style-large:after,
  blockquote:after {
    font-size: 5rem;
  }
  .vs-block-quote-style1 cite,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote.is-style-large cite,
  blockquote cite {
    font-size: 16px;
    padding-left: 30px;
    margin-top: 15px;
  }
  .vs-block-quote-style1 cite:before,
  blockquote.wp-block-quote cite:before,
  blockquote.wp-block-quote.is-style-large cite:before,
  blockquote cite:before {
    bottom: 8px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .blog-author-style1 {
    padding: 15px 15px 5px 15px;
  }
  .blog-author-style1 .media-img {
    margin-bottom: 10px;
  }
}
.vs-blog-box1 {
  background-color: var(--white-color);
  margin-bottom: 30px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.05);
  border-radius: 5px;
  position: relative;
}
.vs-blog-box1 .vs-blog-img {
  overflow: hidden;
  position: relative;
}
.vs-blog-box1 .blog-title {
  line-height: 1.6;
  margin-bottom: 10px;
}
.vs-blog-box1 a {
  color: inherit;
}
.vs-blog-box1 a:hover {
  color: rgba(var(--theme-color), 1);
}
.vs-blog-box1 .vs-blog-content {
  padding: 20px 30px 30px 30px;
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-blog-box1 .vs-blog-content {
    padding: 13px 20px 20px 20px;
  }
}
/*------------------- 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: 30px;
  padding-bottom: 27px;
  margin-bottom: 30px;
}
.vs-comments-layout1 p {
  margin-bottom: 0;
}
.vs-comments-layout1 ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.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;
}
.vs-comments-layout1 .comment-content {
  width: calc(100% - 130px);
  margin-top: -5px;
}
.vs-comments-layout1 .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  color: rgba(var(--theme-color2), 1);
}
.vs-comments-layout1 .vs-btn {
  width: 110px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}
.vs-comments-layout1 .vs-btn:hover {
  color: var(--white-color);
}
.vs-comments-layout1 .name {
  margin-bottom: 10px;
}
.vs-comments-layout1 .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-layout1 .text {
  margin-bottom: 25px;
}
.vs-comments-layout1 .text:last-child {
  margin-bottom: 0;
}
.vs-comments-layout1 .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 30px;
}

/* Medium devices */
@media (max-width: 992px) {
  .vs-comments-layout1 .vs-post-comment {
    display: block;
    margin-bottom: 30px;
    padding: 30px 30px 25px 30px;
    margin-top: 0;
  }
  .vs-comments-layout1 .author-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .vs-comments-layout1 .comment-content {
    width: 100%;
  }
  .vs-comments-layout1 .children {
    margin-left: 20px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .vs-comments-layout1 .vs-post-comment {
    display: block;
    margin-bottom: 30px;
    padding: 15px 15px 10px 15px;
    margin-top: 0;
    position: relative;
  }
  .vs-comments-layout1 .children {
    margin-left: 5px;
  }
  .vs-comments-layout1 .commented-on {
    margin-bottom: 0;
    line-height: 1;
  }
  .vs-comments-layout1 .comment-top {
    display: block;
  }
  .vs-comments-layout1 .comment-top .vs-btn {
    position: relative;
    right: 0;
    top: 0;
    font-size: 10px;
    width: 80px;
    height: 30px;
    line-height: 29px;
    padding: 0;
    border-width: 1px;
    margin-bottom: 10px;
  }
}
/*------------------- 8.10. Hero Area  -------------------*/
.hero-layout1 {
  padding-top: 135px;
  padding-bottom: 170px;
}

.hero-layout2 {
  padding-top: 70px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}

.vs-hero-box3 {
  position: relative;
  background-color: var(--white-color);
  box-shadow: 0px 2px 7px 0px rgba(var(--theme-color2), 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.vs-hero-box3:before {
  background-image: linear-gradient(to right, rgba(var(--theme-color2), 0.95) 20%, rgba(var(--theme-color2), 0.7) 50%, rgba(255, 255, 255, 0) 80%);
}
.vs-hero-box3 .hero-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 380px;
  padding-left: 60px;
}
.vs-hero-box3 .hero-content .h3 {
  line-height: 1.4;
}

.hero1-slider-shadow {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -30px;
  height: 63px;
  width: 85%;
  opacity: 0.8;
}
.hero1-slider-shadow[data-bg-src] {
  background-size: 100% 100%;
}
@-moz-document url-prefix() {
  .hero1-slider-shadow {
    left: -10px;
    bottom: -22px;
  }
}

.hero-img1 {
  margin-left: 20px;
  margin-top: -30px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .hero-img1 {
    margin-left: 0;
  }
}
/* Medium Large devices */
@media (max-width: 1300px) {
  .hero1-slider-shadow {
    display: none;
  }
  .hero-img1 {
    margin-top: -18px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-layout1 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .hero-img1 {
    margin-left: 30px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .hero-layout2 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .hero-layout1 {
    padding-top: 41px;
    padding-bottom: 40px;
  }
  .hero-layout1 .search-form-style1 {
    margin-bottom: 20px;
  }
  .hero-layout2 {
    padding-top: 57px;
  }
  .vs-hero-box3 .hero-content {
    padding-left: 20px;
    max-width: 320px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .hero-layout1 .subtitle-style1 {
    max-width: 280px;
  }
  .vs-hero-box3 .hero-content {
    padding-left: 20px;
    max-width: 400px;
    transform: translateY(-50%) scale(0.6);
    transform-origin: center left;
  }
  .vs-hero-box3 .vs-list-style1 li::before {
    top: 2px;
  }
}
/*------------------- 8.11. Search From  -------------------*/
.search-btn {
  background-color: rgba(var(--theme-color), 1);
  border: none;
  color: var(--white-color);
  display: inline-block;
  width: 70px;
  height: 70px;
  font-size: 20px;
  position: relative;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-btn:hover {
  background-color: rgba(var(--theme-color2), 1);
}

.search-form-style1 {
  position: relative;
  overflow: hidden;
}
.search-form-style1 input {
  border-radius: 5px;
  height: 70px;
  padding-left: 30px;
}
.search-form-style1 .search-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.search-form-style2 {
  position: relative;
  display: flex;
}
.search-form-style2 button {
  border: none;
  background-color: transparent;
  color: var(--body-color);
  position: absolute;
  right: 191px;
  top: 16px;
}
.search-form-style2 button:hover {
  color: rgba(var(--theme-color), 1);
}
.search-form-style2 input {
  width: calc(100% - 174px);
  border: none;
  padding-right: 38px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.search-form-style2 .nice-select {
  max-width: 176px;
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
  padding: 0;
  height: 60px;
  text-align: center;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-form-style2 .nice-select:before {
  display: none;
}
.search-form-style2 .nice-select .current:after {
  content: "\f0d7";
  position: relative;
  font-family: var(--icon-font);
  font-weight: 700;
  margin-left: 5px;
}
.search-form-style2 .nice-select li {
  color: var(--title-color);
}

.search-form-style3 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
.search-form-style3 input {
  background-color: transparent;
  border: 1px solid #43597b;
  color: var(--white-color);
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  padding-right: 50px;
}
.search-form-style3 input:focus {
  border: 1px solid #43597b;
  color: var(--white-color);
  background-color: transparent;
}
.search-form-style3 input::-moz-placeholder {
  color: #8d9fbc;
}
.search-form-style3 input::-webkit-input-placeholder {
  color: #8d9fbc;
}
.search-form-style3 input:-ms-input-placeholder {
  color: #8d9fbc;
}
.search-form-style3 input::placeholder {
  color: #8d9fbc;
}
.search-form-style3 button {
  border: none;
  background-color: transparent;
  color: #8d9fbc;
  position: absolute;
  right: 22px;
  top: 10px;
}
.search-form-style3 button:hover {
  color: var(--white-color);
}

.search-form-style4 {
  position: relative;
}
.search-form-style4 .form-control {
  background-color: var(--white-color);
  height: 80px;
  border-radius: 5px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
}
.search-form-style4 .form-control:focus {
  background-color: var(--white-color);
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
}
.search-form-style4 button {
  border: none;
  background-color: transparent;
  color: rgba(var(--theme-color), 1);
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

/* Medium devices */
@media (max-width: 992px) {
  .search-form-style4.mb-80 {
    margin-bottom: 30px;
  }
  .search-form-style4 .form-control {
    height: 60px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .search-form-style2 {
    display: block;
  }
  .search-form-style2 input {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  .search-form-style2 .nice-select {
    max-width: 100%;
    border-radius: 5px;
  }
  .search-form-style2 button {
    right: 15px;
  }
}
/*------------------- 8.12. Content Box  -------------------*/
.icon-style1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 131px;
  font-size: 52px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.icon-style1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 58% 41% 55% 39%/61% 62% 43% 35%;
  background-image: linear-gradient(0, rgba(var(--theme-color3), 1) 0%, rgba(var(--theme-color4), 1) 50%, rgba(var(--theme-color2), 1) 100%);
  background-size: 100% 100%;
  z-index: -1;
  animation-name: icon1;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.icon-style2 {
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.icon-style2:after, .icon-style2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(var(--theme-color2), 0.8) 0%, rgba(var(--theme-color4), 0.8) 50%, rgba(var(--theme-color3), 0.8) 100%);
  border-radius: inherit;
  z-index: 1;
}
.icon-style2:after {
  background-color: var(--secondary-color);
  background-image: none;
  z-index: 2;
  transform: scale(0.95);
}
.icon-style2 > i {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--white-color);
  z-index: 4;
  border-radius: inherit;
  line-height: inherit;
  font-size: 52px;
  transform: scale(0.8);
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
}
.icon-style2 > i:before {
  background: linear-gradient(to bottom, rgba(var(--theme-color2), 1) 10%, rgba(var(--theme-color4), 1) 50%, rgba(var(--theme-color3), 1) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-style3 {
  width: 90px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-style3[data-bg-src] {
  background-size: 100% 100%;
}

.vs-content-box1 {
  padding: 0 30px;
  margin-bottom: 25px;
}

.vs-content-box2 {
  padding: 30px 30px 5px 30px;
}

.vs-content-box3 {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 60px 40px 55px 40px;
  border-radius: 3px;
  transition: all ease 0.4s;
}
.vs-content-box3:hover {
  box-shadow: 0px 7px 30px 0px rgba(25, 128, 255, 0.1);
  background-color: var(--white-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-content-box1 {
    padding: 0 20px;
  }
  .vs-content-box1 .icon-style1.mb-35 {
    margin-bottom: 20px;
  }
  .vs-content-box2 {
    padding: 30px 0px 5px 0px;
  }
  .vs-box-style1 {
    padding: 60px 15px 30px 15px;
  }
  .vs-content-box3 {
    padding: 40px 30px 35px 30px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-content-box2 {
    padding: 0px 0px 5px 0px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-content-box1 {
    padding: 0 0;
  }
  .vs-box-style1 {
    padding: 30px 15px 0.1px 15px;
  }
  .icon-style1 {
    width: 110px;
    height: 110px;
    font-size: 42px;
  }
  .icon-style2 {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .icon-style2 > i {
    font-size: 46px;
  }
  .vs-content-box3 {
    padding: 30px 20px 25px 20px;
  }
}
/*------------------- 8.13. Services  -------------------*/
.service-layout1 .shape1 {
  width: 240px;
  height: 240px;
  top: 4%;
  right: 37%;
  border-radius: 50%;
  background-image: linear-gradient(180deg, rgba(var(--theme-color3), 0.2) 0%, rgba(255, 255, 255, 0) 90%);
  z-index: 1;
}
.service-layout1 .shape2 {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  opacity: 0.1;
  bottom: 7%;
  left: 15%;
  z-index: 1;
}

/*------------------- 8.14. Gallery  -------------------*/
.gallery-layout1 {
  position: relative;
}
.gallery-layout1 .shape1 {
  position: absolute;
  top: -200px;
  right: 0;
  display: inline-block;
}

.price-label {
  background-color: #efefef;
  color: var(--title-color);
  padding: 2px 12px;
  border-radius: 5px;
  float: right;
  position: relative;
  top: -15px;
}

.vs-gallery-box1 {
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.vs-gallery-box1 .vs-gallery-content {
  background-color: var(--white-color);
  text-align: center;
  padding: 35px 0 33px 0;
}
.vs-gallery-box1 .vs-gallery-image {
  overflow: hidden;
  height: 320px;
  width: 100%;
  position: relative;
}
.vs-gallery-box1 .vs-gallery-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all ease-in 1s;
  transform: translateY(0);
}
.vs-gallery-box1:hover .vs-gallery-image img {
  transform: translateY(calc(320px - 100%));
}

.vs-gallery-box2 {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background-color: var(--white-color);
  border: 1px solid #efefef;
}
.vs-gallery-box2 .vs-gallery-content {
  padding: 25px 25px 30px 25px;
}
.vs-gallery-box2 .product-name {
  margin-bottom: 5px;
  font-size: 18px;
}
.vs-gallery-box2 .tinv-wishlist {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.vs-gallery-box2 a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt.icon-btn.style3.tinvwl-position-shortcode {
  vertical-align: middle;
}
.vs-gallery-box2 .vs-gallery-image.mb-25 {
  margin-bottom: 0;
}
.vs-gallery-box2 .vs-btn {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 18px;
  margin-right: 5px;
}
.vs-gallery-box2 .vs-gallery-content {
  position: relative;
}
.vs-gallery-box2:hover .vs-gallery-content:before {
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.15);
}

.gallery-box3-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 15px;
}

.vs-gallery-box3 {
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: calc(8.456% + 7.5px);
  margin-bottom: 15px;
  position: relative;
}
.vs-gallery-box3 a {
  color: inherit;
}
.vs-gallery-box3 a:hover {
  color: rgba(var(--theme-color), 1);
}
.vs-gallery-box3 .thumb {
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.vs-gallery-box3 .thumb img {
  width: 100%;
}
.vs-gallery-box3:hover .gallery-popup {
  opacity: 1;
  visibility: visible;
}
.vs-gallery-box3 .gallery-popup {
  position: absolute;
  left: 40%;
  top: 60%;
  width: 470px;
  z-index: 4;
  background-color: var(--white-color);
  padding: 30px 30px 0 30px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}
.vs-gallery-box3 .gallery-popup.position-reverse {
  left: auto;
  right: 40%;
}
.vs-gallery-box3 .gallery-popup img {
  width: 100%;
  border-radius: 5px;
}
.vs-gallery-box3 .vs-gallery-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.vs-gallery-box4 {
  text-align: center;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: var(--white-color);
  padding-top: 20px;
  background-image: none;
  transition: all ease 0.4s;
}
.vs-gallery-box4:hover {
  background-image: linear-gradient(180deg, rgba(var(--theme-color3), 0.2) 0%, rgba(var(--theme-color4), 0.2) 50%, rgba(var(--theme-color2), 0.2) 100%);
}
.vs-gallery-box4 a:not(:hover) {
  color: inherit;
}
.vs-gallery-box4 .vs-gallery-content {
  padding: 25px 0;
  background-color: var(--white-color);
}

.vs-gallery-box5 {
  margin-bottom: 23px;
}
.vs-gallery-box5 .vs-gallery-image {
  position: relative;
}
.vs-gallery-box5 .vs-gallery-image .price-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: auto;
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
}
.vs-gallery-box5 img {
  border-radius: 5px;
}
.vs-gallery-box5 .vs-gallery-content {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
}
.vs-gallery-box5 .vs-gallery-content div:empty {
  display: none;
}
.vs-gallery-box5 .vs-gallery-content .price {
  align-self: center;
  font-weight: 700;
  color: rgba(var(--theme-color), 1);
  font-size: 20px;
}
.vs-gallery-box5 .vs-gallery-content > div {
  max-width: 100%;
  width: 100%;
}
.vs-gallery-box5 .vs-gallery-content > div > p.text-xs {
  color: var(--title-color);
  font-weight: 500;
  margin-top: 5px;
}
.vs-gallery-box5 .vs-gallery-content > div > p.text-xs a {
  font-weight: 400;
  color: var(--body-color);
}
.vs-gallery-box5 .price-label {
  top: 10px;
  background-color: var(--white-color);
  color: #000000;
}

.gallery-layout7 .shape1 {
  position: absolute;
  left: 24%;
  top: 20%;
  width: 726px;
  height: 726px;
  background-color: #5148e2;
  opacity: 0.1;
  border-radius: 50%;
}

.vs-gallery-box6 {
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
  margin-bottom: 30px;
}
.vs-gallery-box6 .vs-gallery-image {
  padding-top: 60px;
  text-align: center;
}
.vs-gallery-box6 .vs-gallery-content {
  padding: 40px;
  padding-top: 30px;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-gallery-box2 .vs-gallery-content:before {
    width: 290px;
  }
  .vs-gallery-box3 {
    width: calc(10.3% + 7.5px);
  }
  .vs-gallery-box3 .gallery-popup {
    width: 410px;
    padding: 20px 20px 0 20px;
  }
  .vs-gallery-box6 .vs-gallery-image {
    padding-top: 30px;
  }
  .gallery-layout3 {
    max-width: 100%;
    overflow: hidden;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .vs-gallery-box1 .h2 {
    font-size: 26px;
  }
  .vs-gallery-box1 .vs-gallery-content {
    padding: 20px 0 20px 0;
  }
  .vs-gallery-box3 {
    width: calc(15.602% + 7.5px);
  }
  .vs-gallery-box3 .gallery-popup {
    width: 410px;
    padding: 20px 20px 0 20px;
  }
  .vs-gallery-box6 .vs-gallery-image {
    padding-top: 10px;
  }
  .vs-gallery-box6 .vs-gallery-content {
    padding: 20px;
    padding-top: 20px;
  }
  .vs-gallery-box6 .vs-btn {
    padding: 12px 20px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-gallery-box1 .h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .vs-gallery-box1 .vs-gallery-content {
    padding: 20px 0 20px 0;
  }
  .vs-gallery-box3 {
    width: calc(23.55% + 7.5px);
  }
  .vs-gallery-box3 .gallery-popup {
    width: 280px;
    padding: 15px 15px 0 15px;
  }
  .vs-gallery-box3 .gallery-popup .price-label {
    float: none;
    top: 0;
    margin-top: 5px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .vs-gallery-box3 {
    width: calc(30.55% + 7.5px);
  }
  .vs-gallery-box3 .gallery-popup {
    transform: scale(0.7);
    transform-origin: top left;
    top: 70%;
    left: 4%;
  }
  .vs-gallery-box3 .gallery-popup.position-reverse {
    transform-origin: top right;
    left: auto;
    right: 1%;
  }
  .vs-gallery-box5 .vs-gallery-content {
    display: block;
  }
  .vs-gallery-box5 .price-label {
    float: none;
    top: 0;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 7px;
  }
}
/*------------------- 8.15. Video Box  -------------------*/
.video-box1 {
  overflow: hidden;
  border-radius: 150px;
}

.vidoe-box2 {
  border-radius: 50px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.15);
  overflow: hidden;
  position: relative;
}

.about-content-box1 .h4 {
  line-height: 1.4;
}

/*------------------- 8.16. Filter Menu  -------------------*/
.filter-menu-style1 {
  text-align: center;
  padding: 15px 0;
}
.filter-menu-style1 button {
  border: none;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  background-color: transparent;
  padding: 12px 26px;
  border-radius: 3px;
  margin: 5px 5px;
  border: 1px solid rgba(var(--theme-color), 1);
}
.filter-menu-style1 button.active, .filter-menu-style1 button:hover {
  color: var(--white-color);
  background-color: rgba(var(--theme-color), 1);
}

/* Large devices */
@media (max-width: 1199px) {
  .filter-menu-style1 button {
    padding: 9px 20px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .filter-menu-style1 {
    border-radius: 10px;
  }
}
.filter-menu-style2 {
  background-color: var(--white-color);
  display: inline-flex;
  border-radius: 3px;
}
.filter-menu-style2 button {
  border: none;
  background-color: transparent;
  display: inline-block;
  padding: 12px 24px;
  border-radius: inherit;
  position: relative;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color), 0.3);
  margin: 0px 10px 0px 0px;
}
.filter-menu-style2 button.active::before, .filter-menu-style2 button:hover::before, .filter-menu-style2 button:hover + button::before, .filter-menu-style2 button.active + button::before, .filter-menu-style2 button:first-child::before {
  opacity: 0;
  visibility: hidden;
}
.filter-menu-style2 button:hover, .filter-menu-style2 button.active {
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 768px) {
  .filter-menu-style2 button {
    padding: 7px 12px;
    font-size: 12px;
  }
}
.filter-menu-style3 {
  text-align: center;
  margin-bottom: 20px;
}
.filter-menu-style3 button {
  display: inline-block;
  border: none;
  background-color: var(--white-color);
  color: var(--body-color);
  padding: 12px 35px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.05);
  border-radius: 50px;
  margin: 0 8px 20px 8px;
}
.filter-menu-style3 button.active, .filter-menu-style3 button:hover {
  background-color: rgba(var(--theme-color), 1);
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 768px) {
  .filter-menu-style3 button {
    padding: 6px 14px;
    margin: 0 3px 10px 3px;
    font-size: 13px;
  }
}
/*------------------- 8.17. Testimonial  -------------------*/
.testimonial-layout1 {
  padding-bottom: 250px;
}

.rating {
  color: var(--yellow-color);
}

.avater-style1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.avater-style1 .slick-track,
.avater-style1 .slick-list {
  position: static;
  overflow: visible;
  transform: none !important;
}
.avater-style1 .avater {
  position: absolute;
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  border: 4px solid transparent;
  transition: all ease 0.4s;
  border-radius: 50%;
  overflow: hidden;
  animation: moving 10s linear infinite;
}
.avater-style1 .avater img {
  width: 100%;
  height: 100%;
}
.avater-style1 .avater.slick-current {
  border-color: var(--white-color);
}
.avater-style1 .avater:nth-child(-n+6) {
  opacity: 1;
  visibility: visible;
}
.avater-style1 .avater:nth-child(1), .avater-style1 .avater:nth-child(2) {
  width: 145px;
  height: 145px;
  top: -5%;
  left: 7%;
  animation-delay: 4s;
}
.avater-style1 .avater:nth-child(2) {
  left: auto;
  right: 7%;
  animation-delay: 2s;
}
.avater-style1 .avater:nth-child(4), .avater-style1 .avater:nth-child(3) {
  width: 80px;
  height: 80px;
  left: 0;
  top: 50%;
  animation-delay: 3s;
}
.avater-style1 .avater:nth-child(4) {
  left: auto;
  right: 0;
}
.avater-style1 .avater:nth-child(5), .avater-style1 .avater:nth-child(6) {
  width: 110px;
  height: 110px;
  left: 7%;
  top: 80%;
}
.avater-style1 .avater:nth-child(6) {
  left: auto;
  right: 7%;
}

.vs-testimonial-box1 {
  padding: 25px 30px 27px 30px;
  background-color: var(--white-color);
  margin-bottom: 30px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
  border-radius: 3px;
}
.vs-testimonial-box1 .author {
  line-height: 1;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-testimonial-box1 {
    padding: 20px 25px 22px 25px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .testimonial-layout1 {
    padding-bottom: 140px;
  }
  .testimonial-layout1.bg-bottom {
    background-size: auto 100%;
    background-position: right bottom;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .testimonial-layout1 {
    padding-bottom: 80px;
  }
  .testimonial-layout1.bg-bottom {
    background-position: 80% bottom;
  }
}
/*------------------- 8.18. Counter  -------------------*/
.small-counter-box1 {
  box-shadow: 0px 5px 30px 0px rgba(var(--theme-color2), 0.1);
  border-radius: 5px;
  background-color: var(--white-color);
  display: inline-block;
  line-height: 1;
  padding: 18px 20px 15px 20px;
}
.small-counter-box1 .counter-number {
  font-size: 18px;
  color: var(--title-color);
  font-weight: 500;
  line-height: 1.3;
}

.vs-counter-box1 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.vs-counter-box1 .counter {
  font-size: 31px;
  font-weight: 700;
  position: relative;
}
.vs-counter-box1 .counter-title {
  color: inherit;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.vs-counter-box1:nth-child(1) {
  color: #1fd2e7;
}
.vs-counter-box1:nth-child(2) {
  color: #fe6585;
}
.vs-counter-box1:nth-child(3) {
  color: #9725de;
}
.vs-counter-box1:nth-child(4) {
  color: #4c63ff;
}

/*------------------- 8.19. Subscribe Form  -------------------*/
.subscribe-form-style1 {
  position: relative;
  padding-left: 45px;
}
.subscribe-form-style1 .form-group {
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.subscribe-form-style1 .form-group > i {
  position: absolute;
  left: 25px;
  top: 17px;
  right: auto;
  font-size: 16px;
}
.subscribe-form-style1 .form-group + .alert {
  margin-top: 10px;
  margin-bottom: 0;
}
.subscribe-form-style1 input {
  width: calc(100% - 159px);
  border: none;
  height: 50px;
  padding-left: 50px;
}
.subscribe-form-style1 .vs-btn {
  padding: 0;
  border-radius: 0;
  width: 160px;
  height: 50px;
}

/* Large devices */
@media (max-width: 1199px) {
  .subscribe-form-style1 {
    padding-left: 0;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .subscribe-form-style1 .form-group {
    display: block;
  }
  .subscribe-form-style1 .form-group + .alert {
    margin-top: 20px !important;
  }
  .subscribe-form-style1 .vs-btn {
    margin-top: 15px;
    border-radius: 6px;
  }
  .subscribe-form-style1 input {
    width: 100%;
    border-radius: 6px;
  }
}
/*------------------- 8.20. About  -------------------*/
.vs-about-layout1 .shape1 {
  position: absolute;
  left: 0;
  top: -390px;
}
.vs-about-layout1 .shape2 {
  position: absolute;
  left: 12%;
  top: -105%;
}
.vs-about-layout1 .shape3 {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -160px;
  right: -80px;
  z-index: -1;
  opacity: 0.1;
}

.vs-about-layout2 .shape1 {
  position: absolute;
  right: 0;
  top: 10%;
}
.vs-about-layout2 .shape2 {
  position: absolute;
  left: -70px;
  top: 25%;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  opacity: 0.1;
}

/* Medium devices */
@media (max-width: 992px) {
  .about-content-box1 .vs-list-style1 li:last-child {
    margin-bottom: 0;
  }
}
/*------------------- 8.21. Social Links  -------------------*/
.social-box-style1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  position: relative;
  z-index: 1;
}
.social-box-style1:before {
  content: "";
  position: absolute;
  background-color: var(--white-color);
  top: 10px;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: -1;
  box-shadow: 0px 5px 30px 0px rgba(var(--theme-color2), 0.05);
  border-radius: 5px;
}
.social-box-style1 .text {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}
.social-box-style1 i {
  top: 17px;
  position: relative;
  transition: all ease 0.2s;
}
.social-box-style1 .social-link {
  display: inline-block;
  position: relative;
  text-align: center;
  color: rgba(var(--theme-color2), 1);
  padding: 40px 0 38px 0;
  border-radius: 5px;
  transition: all ease 0.2s;
}
.social-box-style1 .social-link:hover, .social-box-style1 .social-link.active {
  color: var(--white-color);
  background-color: rgba(var(--theme-color2), 1);
}
.social-box-style1 .social-link:hover i, .social-box-style1 .social-link.active i {
  top: 0;
}
.social-box-style1 .social-link:hover .text, .social-box-style1 .social-link.active .text {
  opacity: 1;
  visibility: visible;
}

/* Medium devices */
@media (max-width: 992px) {
  .social-box-style1.mt-55 {
    margin-top: 10px;
  }
  .social-box-style1 .social-link {
    padding: 20px 0 21px 0;
    font-size: 10px;
  }
  .social-box-style1 .text {
    margin-top: 0;
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .social-box-style1 .social-link {
    line-height: 1;
  }
  .social-box-style1 i {
    top: 16%;
  }
  .social-box-style1 .text {
    margin-top: 7px;
    font-size: 10px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .social-box-style1 .social-link {
    font-size: 5px;
    line-height: 1;
  }
  .social-box-style1 i {
    top: 10%;
  }
  .social-box-style1 .text {
    display: none;
  }
}
/*------------------- 8.22. Category Box  -------------------*/
.vs-category-style1 {
  position: relative;
  z-index: 3;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.07);
  cursor: pointer;
}
.vs-category-style1 .cat-title {
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 82px;
  background-color: rgba(var(--theme-color), 1);
  color: #fff;
}
.vs-category-style1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.vs-category-style1 a {
  display: block;
  position: relative;
  color: var(--body-color);
  border-left: 3px solid rgba(var(--theme-color2), 1);
  border-left: 3px solid transparent;
  border-top: 1px solid rgba(var(--theme-color2), 0.3);
  padding: 12px 30px;
}
.vs-category-style1 a:before {
  content: "\f105";
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-family: var(--icon-font);
  margin-right: 15px;
  font-size: 16px;
  font-weight: 300;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: rgba(var(--theme-color2), 1);
  border: 1px solid rgba(var(--theme-color2), 1);
  border-radius: 50%;
  padding-left: 2px;
  line-height: 18px;
  top: -1px;
}
.vs-category-style1 a:hover {
  border-left-color: rgba(var(--theme-color2), 1);
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-category-style1 .cat-title {
    padding: 20px 10px;
    padding-left: 30px;
  }
}
/*------------------- 8.23. Feature  -------------------*/
.feature-layout1 {
  position: relative;
  margin-top: 108px;
}
.feature-layout1 .shape1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .feature-layout1 .shape1 {
    display: none;
  }
}
/*------------------- 8.24. Team Member  -------------------*/
.vs-team-layout1 .shape1 {
  position: absolute;
  left: -70px;
  top: 25%;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  opacity: 0.1;
}

.member-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.member-links li {
  display: inline-block;
  margin-right: 7px;
}
.member-links li:last-child {
  margin-right: 0;
}
.member-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--white-color);
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.2);
}
.member-links a:hover {
  background-color: rgba(var(--theme-color2), 1);
  color: var(--white-color);
}

.vs-member-box1 {
  margin-bottom: 25px;
}
.vs-member-box1 .member-img {
  position: relative;
  overflow: hidden;
  transition: all ease 0.4s;
}
.vs-member-box1 .member-links {
  background-color: var(--white-color);
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20%;
  opacity: 0;
  padding: 30px 0;
  text-align: center;
  visibility: hidden;
  transition: all ease 0.4s;
}
.vs-member-box1 .plus-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: rgba(var(--theme-color), 1);
  background-color: var(--white-color);
  text-align: center;
  font-size: 22px;
  opacity: 1;
  visibility: visible;
  transition: all ease 0.4s;
}
.vs-member-box1 .member-name {
  font-weight: 900;
}
.vs-member-box1 .member-content {
  padding-top: 25px;
}
.vs-member-box1:hover .member-img {
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.05);
}
.vs-member-box1:hover .plus-icon {
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
}
.vs-member-box1:hover .member-links {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .member-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .vs-member-box1 .member-links {
    padding: 15px 0;
  }
  .vs-member-box1 .plus-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
  }
  .vs-member-box1 .member-content {
    padding-top: 15px;
  }
}
.vs-info-box1 {
  padding: 58px 60px 60px 60px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 30px;
}
.vs-info-box1 .info-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.vs-info-box1 .info-list a {
  color: inherit;
}
.vs-info-box1 .info-list li {
  margin-bottom: 10px;
}
.vs-info-box1 .info-label {
  display: inline-block;
  min-width: 113px;
  padding-right: 5px;
}

.vs-progress-style1 {
  margin-bottom: 25px;
}
.vs-progress-style1 .vs-progress-bar {
  height: 7px;
  background-color: var(--white-color);
}
.vs-progress-style1 .progress-value {
  height: 100%;
  position: relative;
}
.vs-progress-style1 .progress-value .value {
  position: absolute;
  right: -13px;
  top: -33px;
  z-index: 1;
  line-height: 1;
  padding: 0 2px 3px 2px;
  display: inline-block;
}
.vs-progress-style1 .progress-value .value:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(var(--theme-color2), 1);
}
.vs-progress-style1 .progress-value .value:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -4px;
  border-top: 4px solid rgba(var(--theme-color2), 1);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-info-box1 {
    padding: 33px 35px 35px 35px;
  }
  .vs-info-box1 .info-label {
    min-width: auto;
    padding-right: 5px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .vs-info-box1 {
    padding: 33px 15px 35px 15px;
  }
}
/*------------------- 8.25. Contact Form  -------------------*/
.contact-form-style2 .form-control {
  background-color: var(--white-color);
  border-radius: 5px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
}
.contact-form-style2 textarea.form-control {
  min-height: 150px;
}

/*------------------- 8.26. FAQ Area  -------------------*/
.vs-faq-style1 {
  border-radius: 5px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
  background-color: var(--white-color);
  margin-bottom: 30px;
}
.vs-faq-style1 button {
  font-size: 20px;
  font-weight: 700;
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 27px 30px;
  padding-right: 65px;
  display: block;
  text-align: left;
  position: relative;
  font-family: var(--theme-font2);
  background-color: rgba(var(--theme-color2), 1);
  color: var(--white-color);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.vs-faq-style1 button:after {
  content: "\f068";
  font-family: var(--icon-font);
  font-weight: 400;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 0.97rem;
  background-color: var(--white-color);
  text-align: center;
  color: rgba(var(--theme-color2), 1);
  border-radius: 50%;
}
.vs-faq-style1 button.collapsed {
  color: var(--black-color);
  background-color: var(--white-color);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.vs-faq-style1 button.collapsed:after {
  content: "\f067";
  color: var(--white-color);
  background-color: rgba(var(--theme-color2), 1);
}
.vs-faq-style1 .faq-body {
  padding: 27px 30px;
  padding-bottom: 5px;
}

/* Extra small devices */
@media (max-width: 576px) {
  .vs-faq-style1 button {
    padding: 17px 15px;
    padding-right: 60px;
    font-size: 18px;
  }
  .vs-faq-style1 button:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 18px;
    right: 10px;
  }
  .vs-faq-style1 .faq-body {
    padding: 17px 15px;
    padding-bottom: 0.1px;
  }
}
/*------------------- 8.27. Price Plan  -------------------*/
.vs-price-box1 {
  text-align: center;
  background-color: var(--white-color);
  margin-bottom: 30px;
  padding-bottom: 80px;
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.vs-price-box1 .rating {
  background-color: var(--white-color);
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.2);
  display: inline-block;
  border-radius: 50px;
  padding: 12px 26px;
}
.vs-price-box1 .package-name {
  padding-top: 40px;
}
.vs-price-box1 .package-name[data-bg-src] {
  background-size: 100% 90%;
  background-position: top center;
}
.vs-price-box1 .price {
  font-size: 72px;
  font-family: var(--theme-font2);
  color: rgba(var(--theme-color2), 1);
  font-weight: 900;
  line-height: 1;
  margin-top: 55px;
  margin-bottom: 50px;
}
.vs-price-box1 .price sub {
  color: #a1a2a4;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--theme-font);
  position: relative;
  top: -1px;
}
.vs-price-box1 .package-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 65px;
}
.vs-price-box1 .package-list .text {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
.vs-price-box1 .package-list .text:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: -5px;
  font-family: var(--icon-font);
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color2), 0.2);
  width: 35px;
  height: 35px;
  line-height: 36px;
  background-color: var(--white-color);
  display: inline-block;
  color: rgba(var(--theme-color2), 1);
  border-radius: 50%;
}
.vs-price-box1 .package-list .text.disabled:before {
  content: "\f00d";
  color: rgba(var(--theme-color), 1);
  box-shadow: 0px 7px 30px 0px rgba(var(--theme-color), 0.2);
}
.vs-price-box1 li {
  position: relative;
  margin-bottom: 25px;
}
.vs-price-box1 li:nth-child(even) .text:before {
  left: auto;
  right: 0;
}
.vs-price-box1 .vs-btn {
  min-width: 200px;
  text-align: center;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-price-box1 {
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
  .vs-price-box1 .package-name {
    padding-top: 20px;
  }
  .vs-price-box1 .price {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .vs-price-box1 .package-list {
    margin-bottom: 35px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .vs-price-box1 .price {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 52px;
  }
  .vs-price-box1 .package-list {
    margin-bottom: 25px;
  }
  .vs-price-box1 .package-list li {
    margin-bottom: 10px;
  }
  .vs-price-box1 .package-list .text {
    padding: 0 30px;
  }
  .vs-price-box1 .package-list .text::before {
    left: 0;
    right: auto;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    top: 1px;
  }
}
/*------------------- 8.28. Error Page  -------------------*/
@media (min-width: 1500px) {
  .error-content1 .error-title {
    font-size: 40px;
  }
}
.vs-error-layout1 .shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Medium devices */
@media (max-width: 992px) {
  .error-content1 .img.mb-70 {
    margin-bottom: 20px;
  }
}
/*------------------- 8.29. Wocommerce Default  -------------------*/
.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}
.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: rgba(var(--theme-color), 1);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 4px;
  margin-top: 10px;
  font-weight: 700;
}
.tinv-wishlist p.return-to-shop .button:Hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 14px;
}
.tinv-wishlist table.tinvwl-table-manage-list button {
  border-radius: 5px;
}
.tinv-wishlist .product-stock i {
  margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: rgba(var(--theme-color), 1);
}
.tinv-wishlist button.button {
  border: none;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  background-color: rgba(var(--theme-color), 1);
  color: #fff;
  padding: 0px 15px 0px 15px;
}
.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff;
}
.tinv-wishlist button.button i {
  font-size: 1rem !important;
  margin-right: 3px !important;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--theme-font2);
}
.tinv-wishlist td.product-name a {
  color: var(--title-color);
}
.tinv-wishlist td.product-name a:hover {
  color: rgba(var(--theme-color), 1);
}
.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-font2);
  color: var(--title-color);
}
.tinv-wishlist .social-buttons li a.social {
  background-color: rgba(var(--theme-color), 1);
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 768px) {
  .tinv-wishlist table {
    table-layout: fixed;
  }
}
.woocommerce-message,
.woocommerce-info {
  position: relative;
  border: 1px solid #d8d8d8;
  padding: 11px 20px;
  background-color: rgba(var(--theme-color), 1);
  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: rgba(var(--theme-color), 1);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  content: "\f14a";
  font-weight: 300;
}

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

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

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

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

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

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

.woocommerce-grouped-product-list.group_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  color: var(--title-color);
}
.woocommerce-grouped-product-list.group_table label {
  margin: 0 0 0 10px;
  margin: 0 0 0 10px;
  font-family: var(--theme-font2);
  font-size: 18px;
}
.woocommerce-grouped-product-list.group_table .qty-input {
  border-color: #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr {
  border-bottom: 1px solid #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr:last-child {
  border-bottom: none;
}
.woocommerce-grouped-product-list.group_table td {
  padding: 30px 5px;
}

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

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

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

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

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

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

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

/* Small devices */
@media (max-width: 768px) {
  .woocommerce-message,
  .woocommerce-info {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-group,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
  margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
  margin-top: 30px;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
  position: relative;
  bottom: -30px;
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid #e3e6e9;
  border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .form-control:focus {
  color: var(--body-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Small devices */
@media (max-width: 768px) {
  tfoot.checkout-ordertable th {
    display: none;
  }
  .woocommerce-checkout-payment ul input[type=radio] ~ label img {
    max-width: 150px;
  }
}
.woocommerce-cart-form {
  text-align: center;
}

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

form.woocommerce-cart-form.cart-table.table-responsive table {
  border: 1px solid #efefef;
}

form.woocommerce-cart-form.cart-table.table-responsive table td {
  border: 1px solid #efefef;
}

.wc-proceed-to-checkout .vs-btn {
  border-radius: 0;
}

.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: rgba(var(--theme-color), 1);
}
.cart_totals .woocommerce-shipping-destination {
  margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
}
.cart_totals .woocommerce-shipping-methods input[type=radio] ~ label::before {
  padding-right: 1.2px;
  padding-top: 0.3px;
}
.cart_totals .shipping-calculator-form {
  display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
  margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
  margin-bottom: 0;
}
.cart_totals .shipping-calculator-form .vs-btn {
  padding: 5px 30px;
}
.cart_totals .amount {
  font-weight: 700;
}
.cart_totals .order-total .amount {
  color: #1abc9c;
}

/* Medium devices */
@media (max-width: 992px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart_table .actions {
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 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;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .vs-btn:last-child {
    margin-right: auto;
  }
  .cart_table .vs-cart-coupon {
    width: 100%;
    text-align: center;
    float: none;
    justify-content: center;
    display: block;
    padding-bottom: 10px;
  }
  .cart_table .vs-cart-coupon input {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}
/*------------------- 8.30. Wordpress Default  -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logged-in .sticky-header {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .sticky-header {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .sticky-header {
    top: 0;
  }
}

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

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
    padding: 30px;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .wp-block-search .wp-block-search__input {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .vs-comment-form {
    margin-top: 24px;
  }
}
/*------------------- 8.31. Brand  -------------------*/
.awards-box {
  height: 120px;
  margin: 15px 0 45px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 25px 15px;
  background: var(--white-color);
  border-radius: 3px;
}
.awards-box img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

/*=================================
    09. Theme Global
==================================*/
/*------------------- 9.1. Font -------------------*/
.text-light {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

.lineheight-1 {
  line-height: 1;
}

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

.bg-theme2 {
  background-color: rgba(var(--theme-color2), 1) !important;
}

.bg-theme3 {
  background-color: rgba(var(--theme-color3), 1) !important;
}

.bg-theme4 {
  background-color: rgba(var(--theme-color4), 1) !important;
}

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

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

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

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

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

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

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

.bg-black {
  background-color: var(--black-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;
}

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

@media (min-width: 1500px) {
  .bg-xl-fluid {
    background-size: 100% 100%;
  }
}
.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

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

.bg-bottom {
  background-position: center bottom;
}

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

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

/* Small devices */
@media (max-width: 768px) {
  .bg1 {
    background-position: 32%;
  }
}
/* Small devices */
@media (max-width: 768px) {
  .bg1 {
    background-position: 28%;
  }
  .bg2 {
    background-position: 40% top;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .bg1 {
    background-position: 37%;
  }
}
/*------------------- 9.3. Text Color -------------------*/
.text-theme {
  color: rgba(var(--theme-color), 1) !important;
}

.text-theme2 {
  color: rgba(var(--theme-color2), 1) !important;
}

.text-theme3 {
  color: rgba(var(--theme-color3), 1) !important;
}

.text-theme4 {
  color: rgba(var(--theme-color4), 1) !important;
}

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

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

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

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

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

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

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

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

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

.text-inherit {
  color: inherit;
}

.link-btn.text-theme:hover {
  color: rgba(var(--theme-color2), 1) !important;
}

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

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

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

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

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

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

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

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

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

[data-overlay=theme2]:before {
  background-color: rgba(var(--theme-color2), 1);
}

[data-overlay=theme3]:before {
  background-color: rgba(var(--theme-color3), 1);
}

[data-overlay=theme4]:before {
  background-color: rgba(var(--theme-color4), 1);
}

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

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

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

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

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

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

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

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

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

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

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

[data-overlay=bluedark]:before {
  background-color: #4b52e5;
}

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

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes moving {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -20px);
  }
  50% {
    transform: translate(-20px, -20px);
  }
  70% {
    transform: translate(-20px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes icon1 {
  0% {
    border-radius: 58% 41% 55% 39%/61% 62% 43% 35%;
  }
  25% {
    border-radius: 63% 52% 48% 32%/37% 49% 74% 56%;
  }
  50% {
    border-radius: 52% 52% 53% 34%/47% 34% 74% 42%;
  }
  75% {
    border-radius: 52% 52% 35% 46%/37% 49% 74% 56%;
  }
  100% {
    border-radius: 58% 41% 55% 39%/61% 62% 43% 35%;
  }
}
/*=================================
    11. Extend
==================================*/
/*=================================
    12. Spacing
==================================*/
.space-lg,
.space-top-lg {
  padding-top: 150px;
}

.space-lg,
.space-bottom-lg {
  padding-bottom: 150px;
}

.space-medium-lg,
.space-medium-top-lg {
  padding-top: 120px;
}

.space-medium-lg,
.space-medium-bottom-lg {
  padding-bottom: 120px;
}

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

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

.space-medium,
.space-medium-top {
  padding-top: 70px;
}

.space-medium,
.space-medium-bottom {
  padding-bottom: 70px;
}

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

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

.product-content-card {
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.product-content-card .product-contant {
  padding: 15px 20px 20px 20px;
}

.product-content-card h3 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
  font-weight: 700;
}

.product-content-card .category {
  font-size: 12px;
  margin-bottom: 14px;
}

.product-content-card .price {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

.product-content-card .sales-number {
  font-size: 12px;
  display: block;
  line-height: 1;
  margin-top: 6px;
}

.product-content-card h3 a {
  color: inherit;
}

.product-content-card h3 a:hover {
  color: rgba(var(--theme-color), 1);
}

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

.product-content-card a.btn-text {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 38px;
  vertical-align: middle;
  border: 1px solid rgba(var(--theme-color2), 0.5);
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-left: 10px;
  border-radius: 3px;
}

.product-content-card a.cart-button {
  background-color: transparent;
  color: #000;
  border: 1px solid #eee;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  vertical-align: middle;
}

.product-content-card .category .pc a {
  color: inherit;
  font-weight: 500;
}

.product-content-card .category > a {
  font-weight: 500;
}

.product-content-card .category .pc a:hover {
  color: rgba(var(--theme-color), 1);
}

.product-content-card a.btn-text:hover {
  background-color: rgba(var(--theme-color), 1);
  color: #fff;
  border-color: transparent;
}

.product-content-card a.cart-button:hover {
  background-color: rgba(var(--theme-color), 1);
  border-color: transparent;
  color: #fff;
}

.product-content-card {
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-content-card .product-footer {
    display: block;
  }
  .product-content-card .product-footer-right {
    margin-top: 16px;
  }
}
.product-content-card a.cart-button.added {
  display: none;
}

.product-content-card a.added_to_cart {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 0;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #000;
}

.product-content-card a.added_to_cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 700;
}

.product-content-card a.added_to_cart:hover {
  background-color: rgba(var(--theme-color), 1);
  color: #fff;
  border-color: transparent;
}

.header-layout3 .media-icon {
  --icon-size: 45px;
  background-color: rgba(var(--theme-color), 1);
  padding: 5px;
  height: var(--icon-size);
  width: var(--icon-size);
  border-radius: 50%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.header-layout3 .media-icon i {
  font-size: 16px;
}

.vs-category-style1 ul {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 100%;
  background-color: #fff;
  height: 0; /* Start with height 0 */
  overflow: hidden; /* Hide overflowing content */
  transition: height 0.3s ease; /* Smooth height animation */
  width: 100%;
}

span.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-billing-fields .form-row {
  flex: 1;
}

.woocommerce.widget_products .product_list_widget {
  padding: 0px;
}
.woocommerce.widget_products .product_list_widget li.recent-post {
  padding: 0px 0px 25px 0px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu {
  border-radius: 0;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 700 !important;
  letter-spacing: 0;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: rgba(var(--theme-color), 1);
  font-weight: 700;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: rgba(var(--theme-color), 1);
}

#mega-menu-wrap-primary-menu.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 700;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu,
#mega-menu-wrap-primary-menu {
  z-index: 99;
  position: static;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  background-color: transparent;
  box-shadow: none;
  border-bottom: none;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  background-color: var(--white-color);
  border-bottom: 2px solid rgba(var(--theme-color), 1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  max-width: 1600px;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin-left: 0;
  top: 1px;
}

header .elementor-element,
header .elementor-container .e-con .elementor-widget.elementor-widget,
header .elementor-element .elementor-widget {
  position: static;
}

.header .elementor-top-section > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap.elementor-element-populated {
  position: relative;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 700 !important;
  display: flex !important;
  flex-direction: row-reverse !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMTQuOTVMMC41IDUuODVINS4wNUw3IDBMOC45NSA1Ljg1SDEzLjVMNyAxNC45NVoiIGZpbGw9IiM3QjQ0REMiLz4KPC9zdmc+Cg==") !important;
  margin-right: 5px !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  margin: 0 0 0 0px !important;
  transform: translateY(-2px) !important;
}

#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::before,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::before {
  content: "\f105" !important;
  font-family: var(--icon-font) !important;
  font-weight: 400 !important;
  margin: 0 10px 0 0 !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  padding: 0px 10px 0px 10px !important;
}

/* Large devices */
@media (max-width: 1199px) {
  .header-wrapper .media-body a {
    font-size: 14px;
  }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 15px 0px 15px;
  }
}
.mega-toggle-blocks-center, .mega-toggle-blocks-right {
  display: none !important;
}

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
  background-color: rgba(var(--theme-color), 1);
  padding: 0px 10px 0px 10px;
  margin: 0 !important;
}

#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  background-color: #ffffff !important;
}

.vs-box-style7 {
  border-radius: 3px;
}

.sticky-header .main-menu {
  float: right;
}

.contact-form-style1 .form-group {
  margin: 0px;
}

.sidebar-area {
  position: sticky;
  top: 90px;
}

/*=================================
    End All CSS
==================================*/

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